wiki:TracQuery

Version 2 (modified by trac, 9 years ago) ( diff )

--

Trac Ticket Queries

In addition to reports, Trac provides support for custom ticket queries, which can be used to display tickets that meet specified criteria.

To configure and execute a custom query, switch to the View Tickets module from the navigation bar, and select the Custom Query link.

Filters

When you first go to the query page, the default filter will display tickets relevant to you:

  • If logged in then all open tickets, it will display open tickets assigned to you.
  • If not logged in but you have specified a name or email address in the preferences, then it will display all open tickets where your email (or name if email not defined) is in the CC list.
  • If not logged in and no name/email is defined in the preferences, then all open issues are displayed.

Current filters can be removed by clicking the button to the left with the minus sign on the label. New filters are added from the pulldown lists at the bottom corners of the filters box; 'And' conditions on the left, 'Or' conditions on the right. Filters with either a text box or a pulldown menu of options can be added multiple times to perform an Or on the criteria.

You can use the fields just below the filters box to group the results based on a field, or display the full description for each ticket.

After you have edited your filters, click the Update button to refresh your results.

Some shortcuts can be used to manipulate checkbox filters.

  • Clicking on a filter row label toggles all checkboxes.
  • Pressing the modifier key while clicking on a filter row label inverts the state of all checkboxes.
  • Pressing the modifier key while clicking on a checkbox selects the checkbox and deselects all other checkboxes in the filter.

The modifier key is platform and browser dependent. On Mac the modified key is Option/Alt or Command. On Linux the modifier key is Ctrl + Alt. Opera on Windows seems to use Ctrl + Alt, while Alt is effective for other Windows browsers.

Clicking on one of the query results will take you to that ticket. You can navigate through the results by clicking the Next Ticket or Previous Ticket links just below the main menu bar, or click the Back to Query link to return to the query page.

You can safely edit any of the tickets and continue to navigate through the results using the Next/Previous/Back to Query links after saving your results. When you return to the query any tickets which were edited will be displayed with italicized text. If one of the tickets was edited such that it no longer matches the query criteria , the text will also be greyed. Lastly, if a new ticket matching the query criteria has been created, it will be shown in bold.

The query results can be refreshed and cleared of these status indicators by clicking the Update button again.

Saving Queries

Trac allows you to save the query as a named query accessible from the reports module. To save a query ensure that you have Updated the view and then click the Save query button displayed beneath the results. You can also save references to queries in Wiki content, as described below.

Note: one way to easily build queries like the ones below, you can build and test the queries in the Custom report module and when ready - click Save query. This will build the query string for you. All you need to do is remove the extra line breaks.

Note: you must have the REPORT_CREATE permission in order to save queries to the list of default reports. The Save query button will only appear if you are logged in as a user that has been granted this permission. If your account does not have permission to create reports, you can still use the methods below to save a query.

You may want to save some queries so that you can come back to them later. You can do this by making a link to the query from any Wiki page.

[query:status=new|assigned|reopened&version=1.0 Active tickets against 1.0]

Which is displayed as:

Active tickets against 1.0

This uses a very simple query language to specify the criteria, see Query Language.

Alternatively, you can copy the query string of a query and paste that into the Wiki link, including the leading ? character:

[query:?status=new&status=assigned&status=reopened&group=owner Assigned tickets by owner]

Which is displayed as:

Assigned tickets by owner

Customizing the table format

You can also customize the columns displayed in the table format (format=table) by using col=<field>. You can specify multiple fields and what order they are displayed in by placing pipes (|) between the columns:

[[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter)]]

This is displayed as:

Results (1 - 3 of 13752)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#20234 duplicate Crash in QDockWidget::event() in Qt 6.9.2 Tom Goddard chimerax-bug-report@…
#20230 can't reproduce Minimize: Residue template with the same override level already exists Eric Pettersen chimerax-bug-report@…
#20229 limitation vop maximum: ArrayMemoryError Tom Goddard chimerax-bug-report@…
1 2 3 4 5 6 7 8 9 10 11

Full rows

In table format you can also have full rows by using rows=<field>:

[[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter,rows=description)]]

This is displayed as:

Results (1 - 3 of 13752)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#20234 duplicate Crash in QDockWidget::event() in Qt 6.9.2 Tom Goddard chimerax-bug-report@…
Description
The following bug report has been submitted:
Platform:        macOS-26.4.1-arm64-arm-64bit
ChimeraX Version: 1.11.1 (2026-01-23 05:51:34 UTC)
Description
Last time you used ChimeraX it crashed.
Please describe steps that led to the crash here.
Fatal Python error: Segmentation fault

Thread 0x0000000310c37000 (most recent call first):
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 331 in wait
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 629 in wait
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1399 in run
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1002 in _bootstrap

Thread 0x000000030e833000 (most recent call first):
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 331 in wait
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 629 in wait
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1399 in run
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1002 in _bootstrap

Thread 0x000000030c2f3000 (most recent call first):
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 331 in wait
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 629 in wait
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1399 in run
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1002 in _bootstrap

Thread 0x00000003035df000 (most recent call first):
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 331 in wait
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 629 in wait
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1399 in run
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1045 in _bootstrap_inner
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1002 in _bootstrap

Current thread 0x00000001f64d18c0 (most recent call first):
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/ui/gui.py", line 414 in event_loop
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1064 in init
  File "/Applications/ChimeraX-1.11.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1229 in 
  File "", line 88 in _run_code
  File "", line 198 in _run_module_as_main

Extension modules: chimerax.arrays._arrays, numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, chimerax.geometry._geometry, PyQt6.QtCore, PyQt6.QtGui, PyQt6.QtWidgets, PyQt6.QtNetwork, PyQt6.QtPrintSupport, PyQt6.QtWebChannel, PyQt6.QtWebEngineCore, PyQt6.QtWebEngineWidgets, chimerax.atomic_lib._load_libs, tinyarray, chimerax.atomic.cymol, chimerax.atomic.cytmpl, chimerax.map._map, chimerax.pdb_lib._load_libs, chimerax.surface._surface, psutil._psutil_osx, psutil._psutil_posix, PIL._imaging, OpenGL_accelerate.errorchecker, OpenGL_accelerate.wrapper, OpenGL_accelerate.formathandler, OpenGL_accelerate.arraydatatype, OpenGL_accelerate.latebind, OpenGL_accelerate.vbo, chimerax.core._mac_util, OpenGL_accelerate.numpy_formathandler, OpenGL_accelerate.nones_formathandler, lz4._version, lz4.frame._frame, msgpack._cmsgpack, chimerax.core._serialize, PyQt6.QtOpenGL, PyQt6.QtOpenGLWidgets, chimerax.atomic._ribbons, chimerax.graphics._graphics, chimerax.mmcif._mmcif, chimerax.mmcif.mmcif, chimerax.pdb._pdbio, lxml._elementpath, lxml.etree, chimerax.alignment_algs._sw, chimerax.dssp._dssp, chimerax.alignment_algs._nw (total: 58)


{"app_name":"ChimeraX","timestamp":"2026-04-28 14:25:51.00 +0100","app_version":"1.11.1","slice_uuid":"c20e09a8-923e-3fb3-856b-3e765bcb267b","build_version":"1.11.1.0","platform":1,"bundleID":"edu.ucsf.cgl.ChimeraX","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 26.4.1 (25E253)","roots_installed":0,"name":"ChimeraX","incident_id":"60E283BC-DCB0-419A-BF8B-99F348CF7B15"}
{
  "uptime" : 57000,
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "Mac17,9",
  "coalitionID" : 1627,
  "osVersion" : {
    "train" : "macOS 26.4.1",
    "build" : "25E253",
    "releaseType" : "User"
  },
  "captureTime" : "2026-04-28 14:25:50.0891 +0100",
  "codeSigningMonitor" : 2,
  "incident" : "60E283BC-DCB0-419A-BF8B-99F348CF7B15",
  "pid" : 27941,
  "translated" : false,
  "cpuType" : "ARM-64",
  "procLaunch" : "2026-04-28 14:16:06.2759 +0100",
  "procStartAbsTime" : 1361139053368,
  "procExitAbsTime" : 1375150505420,
  "procName" : "ChimeraX",
  "procPath" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/MacOS\/ChimeraX",
  "bundleInfo" : {"CFBundleShortVersionString":"1.11.1","CFBundleVersion":"1.11.1.0","CFBundleIdentifier":"edu.ucsf.cgl.ChimeraX"},
  "storeInfo" : {"deviceIdentifierForVendor":"548AABE6-C7C3-5E39-9E15-AF7A3E2E864B","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "edu.ucsf.cgl.ChimeraX",
  "crashReporterKey" : "F757CBBA-C716-7781-2B0E-A61AE18E0FF4",
  "appleIntelligenceStatus" : {"state":"available"},
  "developerMode" : 1,
  "codeSigningID" : "edu.ucsf.cgl.ChimeraX",
  "codeSigningTeamID" : "LWV8X224YF",
  "codeSigningFlags" : 570491649,
  "codeSigningValidationCategory" : 6,
  "codeSigningTrustLevel" : 4294967295,
  "codeSigningAuxiliaryInfo" : 0,
  "instructionByteStream" : {"beforePC":"fyMD1f17v6n9AwCRCuD\/l78DAJH9e8Go\/w9f1sADX9YQKYDSARAA1A==","atPC":"AwEAVH8jA9X9e7+p\/QMAkf\/f\/5e\/AwCR\/XvBqP8PX9bAA1\/WcAqA0g=="},
  "bootSessionUUID" : "D461F6F8-2CD9-479D-9065-606F506F833A",
  "wakeTime" : 24058,
  "sleepWakeUUID" : "60A71D30-1A34-49F0-9981-63A684132CB9",
  "sip" : "enabled",
  "vmRegionInfo" : "0x8 is not in any region.  Bytes before following region: 4378198008
      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                      104f60000-104f64000    [   16K] r-x\/r-x SM=COW  \/Applications\/ChimeraX-1.11.1.app\/Contents\/MacOS\/ChimeraX",
  "exception" : {"codes":"0x0000000000000001, 0x0000000000000008","rawCodes":[1,8],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000008"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"ChimeraX","byPid":27941},
  "vmregioninfo" : "0x8 is not in any region.  Bytes before following region: 4378198008
      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                      104f60000-104f64000    [   16K] r-x\/r-x SM=COW  \/Applications\/ChimeraX-1.11.1.app\/Contents\/MacOS\/ChimeraX",
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{

"threadState":{"x":[{"value":0},{"value":0},{"value":1},{"value":54077995672},{"value":104},{"value":111},{"value":0},{"value":0},{"value":12969719820539662363},{"value":12969719813328931035},{"value":14757395258967641293},{"value":4294967286},{"value":54077995602},{"value":0},{"value":53},{"value":4294967280},{"value":328},{"value":8450514720},{"value":0},{"value":11},{"value":259},{"value":8427215264					,"symbolLocation":224,"symbol":    "_main_thread"},{"value":0},{"value":1},{"value":4399040056					,"symbolLocation":0,"symbol":    "faulthandler_handlers"},{"value":359},{"value":54155812072},{"value":1240},{"value":54095595968}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617331928},"cpsr":{"value":1073741824},"fp":{"value":54077995744},"sp":{"value":54077995712},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617089512,"matchesCrashFrame":1},"far":{"value":0}},"id":817354,"triggered":true,"name":"CrBrowserMain","queue":"com.apple.main-thread","frames":[


{"imageOffset":38376,"symbol":    "__pthread_kill"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":26840,"symbol":    "pthread_kill"					,"symbolLocation":296,"imageIndex":138},
{"imageOffset":267880,"symbol":    "raise"					,"symbolLocation":32,"imageIndex":139},
{"imageOffset":2447420,"symbol":    "faulthandler_fatal_error"					,"symbolLocation":392,"imageIndex":1},
{"imageOffset":14244,"symbol":    "_sigtramp"					,"symbolLocation":56,"imageIndex":140},
{"imageOffset":707632,"imageIndex":49},
{"imageOffset":1323652,"imageIndex":49},
{"imageOffset":1323692,"imageIndex":49},
{"imageOffset":1360060,"imageIndex":49},
{"imageOffset":1610732,"imageIndex":49},
{"imageOffset":1626520,"imageIndex":49},
{"imageOffset":1382680,"imageIndex":49},
{"imageOffset":1389692,"symbol":    "QDockWidget::event(QEvent*)"					,"symbolLocation":348,"imageIndex":49},
{"imageOffset":1164488,"symbol":    "sipQDockWidget::event(QEvent*)"					,"symbolLocation":224,"imageIndex":48},
{"imageOffset":55148,"symbol":    "QApplicationPrivate::notify_helper(QObject*, QEvent*)"					,"symbolLocation":332,"imageIndex":49},
{"imageOffset":63720,"symbol":    "QApplication::notify(QObject*, QEvent*)"					,"symbolLocation":5032,"imageIndex":49},
{"imageOffset":1420288,"symbol":    "sipQApplication::notify(QObject*, QEvent*)"					,"symbolLocation":248,"imageIndex":48},
{"imageOffset":621068,"symbol":    "QCoreApplication::sendSpontaneousEvent(QObject*, QEvent*)"					,"symbolLocation":176,"imageIndex":45},
{"imageOffset":56772,"symbol":    "QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool, bool)"					,"symbolLocation":892,"imageIndex":49},
{"imageOffset":461776,"imageIndex":49},
{"imageOffset":458364,"imageIndex":49},
{"imageOffset":55148,"symbol":    "QApplicationPrivate::notify_helper(QObject*, QEvent*)"					,"symbolLocation":332,"imageIndex":49},
{"imageOffset":59204,"symbol":    "QApplication::notify(QObject*, QEvent*)"					,"symbolLocation":516,"imageIndex":49},
{"imageOffset":1420288,"symbol":    "sipQApplication::notify(QObject*, QEvent*)"					,"symbolLocation":248,"imageIndex":48},
{"imageOffset":621068,"symbol":    "QCoreApplication::sendSpontaneousEvent(QObject*, QEvent*)"					,"symbolLocation":176,"imageIndex":45},
{"imageOffset":575440,"symbol":    "QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)"					,"symbolLocation":1924,"imageIndex":50},
{"imageOffset":975780,"symbol":    "QWindowSystemInterface::sendWindowSystemEvents(QFlags)"					,"symbolLocation":408,"imageIndex":50},
{"imageOffset":105088,"imageIndex":71},
{"imageOffset":515008,"symbol":    "__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__"					,"symbolLocation":28,"imageIndex":141},
{"imageOffset":514900,"symbol":    "__CFRunLoopDoSource0"					,"symbolLocation":172,"imageIndex":141},
{"imageOffset":514240,"symbol":    "__CFRunLoopDoSources0"					,"symbolLocation":232,"imageIndex":141},
{"imageOffset":509156,"symbol":    "__CFRunLoopRun"					,"symbolLocation":820,"imageIndex":141},
{"imageOffset":1371104,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":141},
{"imageOffset":775520,"symbol":    "RunCurrentEventLoopInMode"					,"symbolLocation":320,"imageIndex":142},
{"imageOffset":788452,"symbol":    "ReceiveNextEventCommon"					,"symbolLocation":272,"imageIndex":142},
{"imageOffset":2400572,"symbol":    "_BlockUntilNextEventMatchingListInMode"					,"symbolLocation":48,"imageIndex":142},
{"imageOffset":7229860,"symbol":    "_DPSBlockUntilNextEventMatchingListInMode"					,"symbolLocation":228,"imageIndex":143},
{"imageOffset":233604,"symbol":    "_DPSNextEvent"					,"symbolLocation":576,"imageIndex":143},
{"imageOffset":12379804,"symbol":    "-[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]"					,"symbolLocation":688,"imageIndex":143},
{"imageOffset":12379048,"symbol":    "-[NSApplication(NSEventRouting) nextEventMatchingMask:untilDate:inMode:dequeue:]"					,"symbolLocation":72,"imageIndex":143},
{"imageOffset":180540,"symbol":    "-[NSApplication run]"					,"symbolLocation":368,"imageIndex":143},
{"imageOffset":94980,"imageIndex":71},
{"imageOffset":659364,"symbol":    "QEventLoop::exec(QFlags)"					,"symbolLocation":588,"imageIndex":45},
{"imageOffset":620016,"symbol":    "QCoreApplication::exec()"					,"symbolLocation":228,"imageIndex":45},
{"imageOffset":2507268,"symbol":    "meth_QApplication_exec(_object*, _object*)"					,"symbolLocation":96,"imageIndex":48},
{"imageOffset":998296,"symbol":    "cfunction_call"					,"symbolLocation":96,"imageIndex":1},
{"imageOffset":586556,"symbol":    "_PyObject_MakeTpCall"					,"symbolLocation":128,"imageIndex":1},
{"imageOffset":1798332,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":54032,"imageIndex":1},
{"imageOffset":1739512,"symbol":    "PyEval_EvalCode"					,"symbolLocation":276,"imageIndex":1},
{"imageOffset":1717120,"symbol":    "builtin_exec"					,"symbolLocation":428,"imageIndex":1},
{"imageOffset":1000848,"symbol":    "cfunction_vectorcall_FASTCALL_KEYWORDS"					,"symbolLocation":80,"imageIndex":1},
{"imageOffset":1797396,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":53096,"imageIndex":1},
{"imageOffset":1820600,"symbol":    "_PyEval_Vector"					,"symbolLocation":156,"imageIndex":1},
{"imageOffset":2419316,"symbol":    "pymain_run_module"					,"symbolLocation":256,"imageIndex":1},
{"imageOffset":2417940,"symbol":    "Py_RunMain"					,"symbolLocation":1784,"imageIndex":1},
{"imageOffset":2422468,"symbol":    "pymain_main"					,"symbolLocation":52,"imageIndex":1},
{"imageOffset":2422404,"symbol":    "Py_Main"					,"symbolLocation":36,"imageIndex":1},
{"imageOffset":5032,"symbol":    "main"					,"symbolLocation":128,"imageIndex":0},
{"imageOffset":130468,"symbol":    "start"					,"symbolLocation":6992,"imageIndex":144}]},{"id":817497,"name":"com.apple.NSEventThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":141849884884992},{"value":0},{"value":141849884884992},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":33027},{"value":3298534884096},{"value":18446744073709551569},{"value":8450516528},{"value":0},{"value":4294967295},{"value":2},{"value":141849884884992},{"value":0},{"value":141849884884992},{"value":21592279046},{"value":6101852296},{"value":8589934592},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6101852144},"sp":{"value":6101852064},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":515432,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":141},
{"imageOffset":509524,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":141},
{"imageOffset":1371104,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":141},
{"imageOffset":1420388,"symbol":    "_NSEventThread"					,"symbolLocation":184,"imageIndex":143},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817523,"name":"ThreadPoolServiceThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":54070103616},{"value":4},{"value":0},{"value":0},{"value":5856006744},{"value":0},{"value":0},{"value":3},{"value":56},{"value":5856000494},{"value":5856000494},{"value":0},{"value":0},{"value":369},{"value":6110277632},{"value":0},{"value":54108348784},{"value":54090373376},{"value":0},{"value":6110277000},{"value":12297829382473034411},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5751101444},"cpsr":{"value":1610612736},"fp":{"value":6110276976},"sp":{"value":6110276880},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617103272},"far":{"value":0}},"frames":[


{"imageOffset":52136,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":82188292,"imageIndex":56},
{"imageOffset":82187852,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81831180,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817524,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":261696652312576},{"value":0},{"value":261696652312576},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":60931},{"value":0},{"value":18446744073709551569},{"value":302000263},{"value":0},{"value":0},{"value":32},{"value":261696652312576},{"value":0},{"value":261696652312576},{"value":17179869186},{"value":6118698208},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6118697552},"sp":{"value":6118697472},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881520,"imageIndex":56},
{"imageOffset":81881248,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817525,"name":"ThreadPoolBackgroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":260597140684800},{"value":0},{"value":260597140684800},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":60675},{"value":0},{"value":18446744073709551569},{"value":20957299627},{"value":0},{"value":0},{"value":32},{"value":260597140684800},{"value":0},{"value":260597140684800},{"value":17179869186},{"value":6127119584},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6127118928},"sp":{"value":6127118848},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881388,"imageIndex":56},
{"imageOffset":81881296,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817526,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":208920094179328},{"value":0},{"value":208920094179328},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":48643},{"value":0},{"value":18446744073709551569},{"value":54280892551},{"value":0},{"value":0},{"value":32},{"value":208920094179328},{"value":0},{"value":208920094179328},{"value":17179869186},{"value":6135540960},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6135540304},"sp":{"value":6135540224},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881520,"imageIndex":56},
{"imageOffset":81881248,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817527,"name":"Chrome_IOThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":54041818240},{"value":4},{"value":0},{"value":0},{"value":5856006744},{"value":0},{"value":0},{"value":100},{"value":56},{"value":5856001906},{"value":5856001906},{"value":0},{"value":0},{"value":369},{"value":6143963136},{"value":0},{"value":54108340464},{"value":54090374016},{"value":0},{"value":6143962488},{"value":12297829382473034411},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5751101444},"cpsr":{"value":1610612736},"fp":{"value":6143962464},"sp":{"value":6143962368},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617103272},"far":{"value":0}},"frames":[


{"imageOffset":52136,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":82188292,"imageIndex":56},
{"imageOffset":82187852,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":52970000,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817528,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":249602024407040},{"value":0},{"value":249602024407040},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":58115},{"value":0},{"value":18446744073709551569},{"value":6152384512},{"value":0},{"value":0},{"value":32},{"value":249602024407040},{"value":0},{"value":249602024407040},{"value":17179869186},{"value":6152383568},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6152382912},"sp":{"value":6152382832},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81623128,"imageIndex":56},
{"imageOffset":81250960,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817529,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":247403001151488},{"value":0},{"value":247403001151488},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":57603},{"value":0},{"value":18446744073709551569},{"value":56999154260},{"value":0},{"value":0},{"value":32},{"value":247403001151488},{"value":0},{"value":247403001151488},{"value":17179869186},{"value":6160805088},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6160804432},"sp":{"value":6160804352},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881520,"imageIndex":56},
{"imageOffset":81881248,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817530,"name":"Chrome_InProcGpuThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":240805931384832},{"value":0},{"value":240805931384832},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":56067},{"value":10995116280320},{"value":18446744073709551569},{"value":8450516528},{"value":0},{"value":4294967295},{"value":2},{"value":240805931384832},{"value":0},{"value":240805931384832},{"value":21592279046},{"value":6169222696},{"value":8589934592},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6169222544},"sp":{"value":6169222464},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":515432,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":141},
{"imageOffset":509524,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":141},
{"imageOffset":1371104,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":141},
{"imageOffset":367428,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":146},
{"imageOffset":82438680,"imageIndex":56},
{"imageOffset":82433204,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817531,"name":"Chrome_ChildIOThread",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":54098622960},{"value":1},{"value":0},{"value":0},{"value":5856006744},{"value":0},{"value":0},{"value":1},{"value":56},{"value":5856000494},{"value":5856000494},{"value":0},{"value":0},{"value":369},{"value":6177648640},{"value":0},{"value":54108354544},{"value":54090374336},{"value":0},{"value":6177647960},{"value":12297829382473034411},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5751101444},"cpsr":{"value":1610612736},"fp":{"value":6177647936},"sp":{"value":6177647840},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617103272},"far":{"value":0}},"frames":[


{"imageOffset":52136,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":82188292,"imageIndex":56},
{"imageOffset":82187852,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":129200756,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817532,"name":"CompositorTileWorker1",

"threadState":{"x":[{"value":260},{"value":0},{"value":768},{"value":0},{"value":0},{"value":161},{"value":0},{"value":0},{"value":6186069592},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":54092175640},{"value":54092175768},{"value":6186070240},{"value":0},{"value":0},{"value":768},{"value":769},{"value":1024},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6186069712},"sp":{"value":6186069568},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}},"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":82047376,"imageIndex":56},
{"imageOffset":117254004,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817533,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":288084931379200},{"value":0},{"value":288084931379200},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":67075},{"value":0},{"value":18446744073709551569},{"value":6194491392},{"value":0},{"value":0},{"value":32},{"value":288084931379200},{"value":0},{"value":288084931379200},{"value":17179869186},{"value":6194490448},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6194489792},"sp":{"value":6194489712},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81623128,"imageIndex":56},
{"imageOffset":81250960,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817534,"name":"VizCompositorThread",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":292482977890304},{"value":0},{"value":292482977890304},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":68099},{"value":12094627908352},{"value":18446744073709551569},{"value":8450516528},{"value":0},{"value":4294967295},{"value":2},{"value":292482977890304},{"value":0},{"value":292482977890304},{"value":21592279046},{"value":6202908200},{"value":8589934592},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6202908048},"sp":{"value":6202907968},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":515432,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":141},
{"imageOffset":509524,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":141},
{"imageOffset":1371104,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":141},
{"imageOffset":367428,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":146},
{"imageOffset":82438680,"imageIndex":56},
{"imageOffset":82433204,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817535,"name":"NetworkService",

"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":54044775296},{"value":2},{"value":0},{"value":0},{"value":5856006744},{"value":0},{"value":0},{"value":1991},{"value":57284822500},{"value":5856000494},{"value":5856000494},{"value":0},{"value":0},{"value":369},{"value":6211334144},{"value":0},{"value":54108789232},{"value":54090378496},{"value":0},{"value":6211333544},{"value":12297829382473034411},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5751101444},"cpsr":{"value":1610612736},"fp":{"value":6211333520},"sp":{"value":6211333424},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617103272},"far":{"value":0}},"frames":[


{"imageOffset":52136,"symbol":    "kevent64"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":82188292,"imageIndex":56},
{"imageOffset":82187852,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817536,"name":"NetworkNotificationThreadMac",

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":297980536029184},{"value":0},{"value":297980536029184},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":69379},{"value":0},{"value":18446744073709551569},{"value":8450516528},{"value":0},{"value":4294967295},{"value":2},{"value":297980536029184},{"value":0},{"value":297980536029184},{"value":21592279046},{"value":6219750952},{"value":8589934592},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6219750800},"sp":{"value":6219750720},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":515432,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":141},
{"imageOffset":509524,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":141},
{"imageOffset":1371104,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":141},
{"imageOffset":367428,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":146},
{"imageOffset":82438680,"imageIndex":56},
{"imageOffset":82433204,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817537,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":301279070912512},{"value":0},{"value":301279070912512},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":70147},{"value":0},{"value":18446744073709551569},{"value":6228176896},{"value":0},{"value":0},{"value":32},{"value":301279070912512},{"value":0},{"value":301279070912512},{"value":17179869186},{"value":6228175952},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6228175296},"sp":{"value":6228175216},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81623128,"imageIndex":56},
{"imageOffset":81250960,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817538,"name":"ThreadPoolSingleThreadForegroundBlocking0",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":347458559279104},{"value":0},{"value":347458559279104},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":80899},{"value":0},{"value":18446744073709551569},{"value":54044463104},{"value":0},{"value":0},{"value":32},{"value":347458559279104},{"value":0},{"value":347458559279104},{"value":17179869186},{"value":6236597472},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6236596816},"sp":{"value":6236596736},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881608,"imageIndex":56},
{"imageOffset":81881308,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817559,"name":"NetworkConfigWatcher",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":553067233673216},{"value":0},{"value":553067233673216},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":128771},{"value":0},{"value":18446744073709551569},{"value":6245019648},{"value":0},{"value":0},{"value":32},{"value":553067233673216},{"value":0},{"value":553067233673216},{"value":17179869186},{"value":6245018704},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6245018048},"sp":{"value":6245017968},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81623128,"imageIndex":56},
{"imageOffset":81250960,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817572,"name":"ThreadPoolBackgroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":448613629034496},{"value":0},{"value":448613629034496},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":104451},{"value":0},{"value":18446744073709551569},{"value":10721945620},{"value":0},{"value":0},{"value":32},{"value":448613629034496},{"value":0},{"value":448613629034496},{"value":17179869186},{"value":6255733984},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6255733328},"sp":{"value":6255733248},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881388,"imageIndex":56},
{"imageOffset":81881296,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817576,"name":"MemoryInfra",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":567360884834304},{"value":0},{"value":567360884834304},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":132099},{"value":0},{"value":18446744073709551569},{"value":6264156160},{"value":0},{"value":0},{"value":32},{"value":567360884834304},{"value":0},{"value":567360884834304},{"value":17179869186},{"value":6264155216},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6264154560},"sp":{"value":6264154480},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81623128,"imageIndex":56},
{"imageOffset":81250960,"imageIndex":56},
{"imageOffset":81776256,"imageIndex":56},
{"imageOffset":81483352,"imageIndex":56},
{"imageOffset":81939912,"imageIndex":56},
{"imageOffset":81940312,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817577,"name":"ThreadPoolSingleThreadSharedBackgroundBlocking1",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":568460396462080},{"value":0},{"value":568460396462080},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":132355},{"value":0},{"value":18446744073709551569},{"value":3372612608},{"value":0},{"value":0},{"value":32},{"value":568460396462080},{"value":0},{"value":568460396462080},{"value":17179869186},{"value":6272576736},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6272576080},"sp":{"value":6272576000},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881432,"imageIndex":56},
{"imageOffset":81881344,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817578,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":468456377942016},{"value":0},{"value":468456377942016},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":109071},{"value":0},{"value":18446744073709551569},{"value":18446744072367376383},{"value":0},{"value":0},{"value":32},{"value":468456377942016},{"value":0},{"value":468456377942016},{"value":17179869186},{"value":6280998112},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6280997456},"sp":{"value":6280997376},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881520,"imageIndex":56},
{"imageOffset":81881248,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817579,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":733387140628480},{"value":0},{"value":733387140628480},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":170755},{"value":0},{"value":18446744073709551569},{"value":13943565152},{"value":0},{"value":0},{"value":32},{"value":733387140628480},{"value":0},{"value":733387140628480},{"value":17179869186},{"value":6289419488},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6289418832},"sp":{"value":6289418752},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881520,"imageIndex":56},
{"imageOffset":81881248,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817580,"name":"ThreadPoolForegroundWorker",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":577256489484288},{"value":0},{"value":577256489484288},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":134403},{"value":0},{"value":18446744073709551569},{"value":54042570752},{"value":0},{"value":0},{"value":32},{"value":577256489484288},{"value":0},{"value":577256489484288},{"value":17179869186},{"value":6297840864},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6297840208},"sp":{"value":6297840128},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881520,"imageIndex":56},
{"imageOffset":81881248,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":817586,"name":"ThreadPoolSingleThreadSharedForeground2",

"threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":579558591954944},{"value":0},{"value":579558591954944},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":134939},{"value":0},{"value":18446744073709551569},{"value":54042595328},{"value":0},{"value":0},{"value":32},{"value":579558591954944},{"value":0},{"value":579558591954944},{"value":17179869186},{"value":6306262240},{"value":0},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6306261584},"sp":{"value":6306261504},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":82162660,"imageIndex":56},
{"imageOffset":81623272,"imageIndex":56},
{"imageOffset":81879592,"imageIndex":56},
{"imageOffset":81882352,"imageIndex":56},
{"imageOffset":81881564,"imageIndex":56},
{"imageOffset":81881320,"imageIndex":56},
{"imageOffset":82050392,"imageIndex":56},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":819967,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":2560},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6092385992},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":4598964240					,"symbolLocation":16,"symbol":    "thread_status"},{"value":4598964304					,"symbolLocation":80,"symbol":    "thread_status"},{"value":6092386528},{"value":0},{"value":0},{"value":2560},{"value":2561},{"value":2816},{"value":4598878208					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6092386112},"sp":{"value":6092385968},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":819968,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":2560},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6092959432},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":4598964368					,"symbolLocation":144,"symbol":    "thread_status"},{"value":4598964432					,"symbolLocation":208,"symbol":    "thread_status"},{"value":6092959968},{"value":0},{"value":0},{"value":2560},{"value":2561},{"value":2816},{"value":4598878208					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6092959552},"sp":{"value":6092959408},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":819969,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6093532872},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":4598964496					,"symbolLocation":272,"symbol":    "thread_status"},{"value":4598964560					,"symbolLocation":336,"symbol":    "thread_status"},{"value":6093533408},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4598878208					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6093532992},"sp":{"value":6093532848},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":819970,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6094106312},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":4598964624					,"symbolLocation":400,"symbol":    "thread_status"},{"value":4598964688					,"symbolLocation":464,"symbol":    "thread_status"},{"value":6094106848},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4598878208					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6094106432},"sp":{"value":6094106288},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":819971,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6094679752},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":4598964752					,"symbolLocation":528,"symbol":    "thread_status"},{"value":4598964816					,"symbolLocation":592,"symbol":    "thread_status"},{"value":6094680288},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4598878208					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6094679872},"sp":{"value":6094679728},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":819972,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6095253192},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":4598964880					,"symbolLocation":656,"symbol":    "thread_status"},{"value":4598964944					,"symbolLocation":720,"symbol":    "thread_status"},{"value":6095253728},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4598878208					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6095253312},"sp":{"value":6095253168},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":819973,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6095826632},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":4598965008					,"symbolLocation":784,"symbol":    "thread_status"},{"value":4598965072					,"symbolLocation":848,"symbol":    "thread_status"},{"value":6095827168},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4598878208					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6095826752},"sp":{"value":6095826608},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":819974,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6096400072},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":4598965136					,"symbolLocation":912,"symbol":    "thread_status"},{"value":4598965200					,"symbolLocation":976,"symbol":    "thread_status"},{"value":6096400608},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4598878208					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6096400192},"sp":{"value":6096400048},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":819975,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6096973512},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":4598965264					,"symbolLocation":1040,"symbol":    "thread_status"},{"value":4598965328					,"symbolLocation":1104,"symbol":    "thread_status"},{"value":6096974048},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4598878208					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6096973632},"sp":{"value":6096973488},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":819976,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6097546952},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":4598965392					,"symbolLocation":1168,"symbol":    "thread_status"},{"value":4598965456					,"symbolLocation":1232,"symbol":    "thread_status"},{"value":6097547488},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4598878208					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6097547072},"sp":{"value":6097546928},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":819977,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6098120392},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":4598965520					,"symbolLocation":1296,"symbol":    "thread_status"},{"value":4598965584					,"symbolLocation":1360,"symbol":    "thread_status"},{"value":6098120928},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4598878208					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6098120512},"sp":{"value":6098120368},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":819978,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6099185352},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":4598965648					,"symbolLocation":1424,"symbol":    "thread_status"},{"value":4598965712					,"symbolLocation":1488,"symbol":    "thread_status"},{"value":6099185888},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4598878208					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6099185472},"sp":{"value":6099185328},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":819979,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6099758792},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":4598965776					,"symbolLocation":1552,"symbol":    "thread_status"},{"value":4598965840					,"symbolLocation":1616,"symbol":    "thread_status"},{"value":6099759328},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4598878208					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6099758912},"sp":{"value":6099758768},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":819980,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6100332232},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":4598965904					,"symbolLocation":1680,"symbol":    "thread_status"},{"value":4598965968					,"symbolLocation":1744,"symbol":    "thread_status"},{"value":6100332768},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4598878208					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6100332352},"sp":{"value":6100332208},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":819981,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6100905672},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":4598966032					,"symbolLocation":1808,"symbol":    "thread_status"},{"value":4598966096					,"symbolLocation":1872,"symbol":    "thread_status"},{"value":6100906208},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4598878208					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6100905792},"sp":{"value":6100905648},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":819982,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6245592776},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":4598966160					,"symbolLocation":1936,"symbol":    "thread_status"},{"value":4598966224					,"symbolLocation":2000,"symbol":    "thread_status"},{"value":6245593312},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4598878208					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6245592896},"sp":{"value":6245592752},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":819983,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":1502040,"symbol":    "blas_thread_server"					,"symbolLocation":360,"imageIndex":19},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6246166216},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":4598966288					,"symbolLocation":2064,"symbol":    "thread_status"},{"value":4598966352					,"symbolLocation":2128,"symbol":    "thread_status"},{"value":6246166752},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4598878208					,"symbolLocation":16,"symbol":    "gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6246166336},"sp":{"value":6246166192},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":820091,

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":1056918437101568},{"value":0},{"value":1056918437101568},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":246083},{"value":0},{"value":18446744073709551569},{"value":8450516528},{"value":0},{"value":4294967295},{"value":2},{"value":1056918437101568},{"value":0},{"value":1056918437101568},{"value":21592279046},{"value":6309699320},{"value":8589934592},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6309699168},"sp":{"value":6309699088},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"queue":"com.apple.root.user-interactive-qos","frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":515432,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":141},
{"imageOffset":509524,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":141},
{"imageOffset":1371104,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":141},
{"imageOffset":367428,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":146},
{"imageOffset":8433408,"symbol":    "-[NSAnimation _runBlocking]"					,"symbolLocation":412,"imageIndex":143},
{"imageOffset":6696,"symbol":    "_dispatch_call_block_and_release"					,"symbolLocation":32,"imageIndex":147},
{"imageOffset":111792,"symbol":    "_dispatch_client_callout"					,"symbolLocation":16,"imageIndex":147},
{"imageOffset":232812,"symbol":    ""					,"symbolLocation":28,"imageIndex":147},
{"imageOffset":80604,"symbol":    "_dispatch_root_queue_drain"					,"symbolLocation":708,"imageIndex":147},
{"imageOffset":82208,"symbol":    "_dispatch_worker_thread2"					,"symbolLocation":184,"imageIndex":147},
{"imageOffset":11908,"symbol":    "_pthread_wqthread"					,"symbolLocation":232,"imageIndex":138},
{"imageOffset":7184,"symbol":    "start_wqthread"					,"symbolLocation":8,"imageIndex":138}]},{"id":821615,"frames":[

],

"threadState":{"x":[{"value":6307983360},{"value":257391},{"value":6307446784},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6307983360},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617312264},"far":{"value":0}}},{"id":822672,"frames":[

],

"threadState":{"x":[{"value":6246739968},{"value":192927},{"value":6246203392},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6246739968},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617312264},"far":{"value":0}}},{"id":822691,"frames":[

],

"threadState":{"x":[{"value":6340374528},{"value":326075},{"value":6339837952},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6340374528},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617312264},"far":{"value":0}}},{"id":825429,"frames":[

],

"threadState":{"x":[{"value":6306836480},{"value":98759},{"value":6306299904},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6306836480},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617312264},"far":{"value":0}}},{"id":825430,"frames":[

],

"threadState":{"x":[{"value":6247313408},{"value":200887},{"value":6246776832},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6247313408},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617312264},"far":{"value":0}}},{"id":825431,"frames":[

],

"threadState":{"x":[{"value":6307409920},{"value":191459},{"value":6306873344},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6307409920},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617312264},"far":{"value":0}}},{"id":825432,"frames":[

],

"threadState":{"x":[{"value":6308556800},{"value":323763},{"value":6308020224},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6308556800},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617312264},"far":{"value":0}}},{"id":825440,"frames":[

],

"threadState":{"x":[{"value":6309130240},{"value":40523},{"value":6308593664},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6309130240},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617312264},"far":{"value":0}}},{"id":825441,"frames":[

],

"threadState":{"x":[{"value":6310277120},{"value":161987},{"value":6309740544},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6310277120},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617312264},"far":{"value":0}}},{"id":825442,"frames":[

],

"threadState":{"x":[{"value":6310850560},{"value":205203},{"value":6310313984},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6310850560},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617312264},"far":{"value":0}}},{"id":825443,"frames":[

],

"threadState":{"x":[{"value":6311424000},{"value":219651},{"value":6310887424},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6311424000},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617312264},"far":{"value":0}}},{"id":825444,"frames":[

],

"threadState":{"x":[{"value":6311997440},{"value":153015},{"value":6311460864},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6311997440},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617312264},"far":{"value":0}}},{"id":825445,"frames":[

],

"threadState":{"x":[{"value":6312570880},{"value":236851},{"value":6312034304},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6312570880},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617312264},"far":{"value":0}}},{"id":825446,"frames":[

],

"threadState":{"x":[{"value":6313144320},{"value":243067},{"value":6312607744},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6313144320},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617312264},"far":{"value":0}}},{"id":825447,

"threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":1106224661659648},{"value":0},{"value":1106224661659648},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":257563},{"value":0},{"value":18446744073709551569},{"value":8450516528},{"value":0},{"value":4294967295},{"value":2},{"value":1106224661659648},{"value":0},{"value":1106224661659648},{"value":21592279046},{"value":6330883832},{"value":8589934592},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617130356},"cpsr":{"value":0},"fp":{"value":6330883680},"sp":{"value":6330883600},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617054260},"far":{"value":0}},"queue":"com.apple.root.user-interactive-qos","frames":[


{"imageOffset":3124,"symbol":    "mach_msg2_trap"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":79220,"symbol":    "mach_msg2_internal"					,"symbolLocation":76,"imageIndex":137},
{"imageOffset":39360,"symbol":    "mach_msg_overwrite"					,"symbolLocation":480,"imageIndex":137},
{"imageOffset":4032,"symbol":    "mach_msg"					,"symbolLocation":24,"imageIndex":137},
{"imageOffset":515432,"symbol":    "__CFRunLoopServiceMachPort"					,"symbolLocation":160,"imageIndex":141},
{"imageOffset":509524,"symbol":    "__CFRunLoopRun"					,"symbolLocation":1188,"imageIndex":141},
{"imageOffset":1371104,"symbol":    "_CFRunLoopRunSpecificWithOptions"					,"symbolLocation":532,"imageIndex":141},
{"imageOffset":367428,"symbol":    "-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"					,"symbolLocation":212,"imageIndex":146},
{"imageOffset":8433408,"symbol":    "-[NSAnimation _runBlocking]"					,"symbolLocation":412,"imageIndex":143},
{"imageOffset":6696,"symbol":    "_dispatch_call_block_and_release"					,"symbolLocation":32,"imageIndex":147},
{"imageOffset":111792,"symbol":    "_dispatch_client_callout"					,"symbolLocation":16,"imageIndex":147},
{"imageOffset":232812,"symbol":    ""					,"symbolLocation":28,"imageIndex":147},
{"imageOffset":80604,"symbol":    "_dispatch_root_queue_drain"					,"symbolLocation":708,"imageIndex":147},
{"imageOffset":82208,"symbol":    "_dispatch_worker_thread2"					,"symbolLocation":184,"imageIndex":147},
{"imageOffset":11908,"symbol":    "_pthread_wqthread"					,"symbolLocation":232,"imageIndex":138},
{"imageOffset":7184,"symbol":    "start_wqthread"					,"symbolLocation":8,"imageIndex":138}]},{"id":825448,"frames":[

],

"threadState":{"x":[{"value":6331461632},{"value":0},{"value":6330925056},{"value":0},{"value":278532},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":0},"fp":{"value":0},"sp":{"value":6331461632},"esr":{"value":0},"pc":{"value":6617312264},"far":{"value":0}}},{"id":825471,"name":"Thread (pooled)",

"threadState":{"x":[{"value":260},{"value":0},{"value":300800},{"value":0},{"value":0},{"value":160},{"value":29},{"value":999998000},{"value":6327283032},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":54119798272},{"value":54119798336},{"value":6327283936},{"value":999998000},{"value":29},{"value":300800},{"value":300801},{"value":301056},{"value":18446744072709551616},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6327283152},"sp":{"value":6327283008},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}},"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":2299812,"imageIndex":45},
{"imageOffset":2299444,"symbol":    "QWaitCondition::wait(QMutex*, QDeadlineTimer)"					,"symbolLocation":108,"imageIndex":45},
{"imageOffset":2276332,"imageIndex":45},
{"imageOffset":2243220,"imageIndex":45},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":825472,"name":"Thread (pooled)",

"threadState":{"x":[{"value":260},{"value":0},{"value":399872},{"value":0},{"value":0},{"value":160},{"value":29},{"value":999999000},{"value":6327856472},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":54119798528},{"value":54119798592},{"value":6327857376},{"value":999999000},{"value":29},{"value":399872},{"value":399873},{"value":400128},{"value":18446744072709551616},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6327856592},"sp":{"value":6327856448},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}},"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":2299812,"imageIndex":45},
{"imageOffset":2299444,"symbol":    "QWaitCondition::wait(QMutex*, QDeadlineTimer)"					,"symbolLocation":108,"imageIndex":45},
{"imageOffset":2276332,"imageIndex":45},
{"imageOffset":2243220,"imageIndex":45},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":825473,"name":"Thread (pooled)",

"threadState":{"x":[{"value":260},{"value":0},{"value":260352},{"value":0},{"value":0},{"value":160},{"value":29},{"value":999999000},{"value":6328429912},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":54131866752},{"value":54131866816},{"value":6328430816},{"value":999999000},{"value":29},{"value":260352},{"value":260353},{"value":260608},{"value":18446744072709551616},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6328430032},"sp":{"value":6328429888},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}},"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":2299812,"imageIndex":45},
{"imageOffset":2299444,"symbol":    "QWaitCondition::wait(QMutex*, QDeadlineTimer)"					,"symbolLocation":108,"imageIndex":45},
{"imageOffset":2276332,"imageIndex":45},
{"imageOffset":2243220,"imageIndex":45},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":825474,"name":"Thread (pooled)",

"threadState":{"x":[{"value":260},{"value":0},{"value":396288},{"value":0},{"value":0},{"value":160},{"value":29},{"value":999999000},{"value":6329003352},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":54119798016},{"value":54119798080},{"value":6329004256},{"value":999999000},{"value":29},{"value":396288},{"value":396289},{"value":396544},{"value":18446744072709551616},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6329003472},"sp":{"value":6329003328},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}},"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":2299812,"imageIndex":45},
{"imageOffset":2299444,"symbol":    "QWaitCondition::wait(QMutex*, QDeadlineTimer)"					,"symbolLocation":108,"imageIndex":45},
{"imageOffset":2276332,"imageIndex":45},
{"imageOffset":2243220,"imageIndex":45},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":825475,"name":"Thread (pooled)",

"threadState":{"x":[{"value":260},{"value":0},{"value":408320},{"value":0},{"value":0},{"value":160},{"value":29},{"value":999998000},{"value":6329576792},{"value":0},{"value":256},{"value":1099511628034},{"value":1099511628034},{"value":256},{"value":0},{"value":1099511628032},{"value":305},{"value":8450514648},{"value":0},{"value":54119797760},{"value":54119797824},{"value":6329577696},{"value":999998000},{"value":29},{"value":408320},{"value":408321},{"value":408576},{"value":18446744072709551616},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":6329576912},"sp":{"value":6329576768},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}},"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":2299812,"imageIndex":45},
{"imageOffset":2299444,"symbol":    "QWaitCondition::wait(QMutex*, QDeadlineTimer)"					,"symbolLocation":108,"imageIndex":45},
{"imageOffset":2276332,"imageIndex":45},
{"imageOffset":2243220,"imageIndex":45},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}]},{"id":825493,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":2338612,"symbol":    "PyThread_acquire_lock_timed"					,"symbolLocation":336,"imageIndex":1},
{"imageOffset":2875164,"symbol":    "acquire_timed"					,"symbolLocation":312,"imageIndex":1},
{"imageOffset":2875748,"symbol":    "lock_PyThread_acquire_lock"					,"symbolLocation":56,"imageIndex":1},
{"imageOffset":657012,"symbol":    "method_vectorcall_VARARGS_KEYWORDS"					,"symbolLocation":148,"imageIndex":1},
{"imageOffset":1797396,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":53096,"imageIndex":1},
{"imageOffset":1820600,"symbol":    "_PyEval_Vector"					,"symbolLocation":156,"imageIndex":1},
{"imageOffset":603932,"symbol":    "method_vectorcall"					,"symbolLocation":364,"imageIndex":1},
{"imageOffset":2878852,"symbol":    "thread_run"					,"symbolLocation":220,"imageIndex":1},
{"imageOffset":2337656,"symbol":    "pythread_wrapper"					,"symbolLocation":48,"imageIndex":1},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":15},{"value":0},{"value":12941388568},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":54314420536},{"value":54314420488},{"value":12941390048},{"value":0},{"value":15},{"value":0},{"value":1},{"value":256},{"value":2361183241434822607},{"value":18428297329650842065}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":12941388688},"sp":{"value":12941388544},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":825494,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":2338612,"symbol":    "PyThread_acquire_lock_timed"					,"symbolLocation":336,"imageIndex":1},
{"imageOffset":2875164,"symbol":    "acquire_timed"					,"symbolLocation":312,"imageIndex":1},
{"imageOffset":2875748,"symbol":    "lock_PyThread_acquire_lock"					,"symbolLocation":56,"imageIndex":1},
{"imageOffset":657012,"symbol":    "method_vectorcall_VARARGS_KEYWORDS"					,"symbolLocation":148,"imageIndex":1},
{"imageOffset":1797396,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":53096,"imageIndex":1},
{"imageOffset":1820600,"symbol":    "_PyEval_Vector"					,"symbolLocation":156,"imageIndex":1},
{"imageOffset":603932,"symbol":    "method_vectorcall"					,"symbolLocation":364,"imageIndex":1},
{"imageOffset":2878852,"symbol":    "thread_run"					,"symbolLocation":220,"imageIndex":1},
{"imageOffset":2337656,"symbol":    "pythread_wrapper"					,"symbolLocation":48,"imageIndex":1},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":15},{"value":0},{"value":13089319704},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":54314419256},{"value":54314419208},{"value":13089321184},{"value":0},{"value":15},{"value":0},{"value":1},{"value":256},{"value":2361183241434822607},{"value":18428297329650842065}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":13089319824},"sp":{"value":13089319680},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":825495,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":2338612,"symbol":    "PyThread_acquire_lock_timed"					,"symbolLocation":336,"imageIndex":1},
{"imageOffset":2875164,"symbol":    "acquire_timed"					,"symbolLocation":312,"imageIndex":1},
{"imageOffset":2875748,"symbol":    "lock_PyThread_acquire_lock"					,"symbolLocation":56,"imageIndex":1},
{"imageOffset":657012,"symbol":    "method_vectorcall_VARARGS_KEYWORDS"					,"symbolLocation":148,"imageIndex":1},
{"imageOffset":1797396,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":53096,"imageIndex":1},
{"imageOffset":1820600,"symbol":    "_PyEval_Vector"					,"symbolLocation":156,"imageIndex":1},
{"imageOffset":603932,"symbol":    "method_vectorcall"					,"symbolLocation":364,"imageIndex":1},
{"imageOffset":2878852,"symbol":    "thread_run"					,"symbolLocation":220,"imageIndex":1},
{"imageOffset":2337656,"symbol":    "pythread_wrapper"					,"symbolLocation":48,"imageIndex":1},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":14},{"value":999999000},{"value":13128379160},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":54314420792},{"value":54314420744},{"value":13128380640},{"value":999999000},{"value":14},{"value":0},{"value":1},{"value":256},{"value":2361183241434822607},{"value":18428297329650842065}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":13128379280},"sp":{"value":13128379136},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}},{"id":825496,"frames":[


{"imageOffset":17676,"symbol":    "__psynch_cvwait"					,"symbolLocation":8,"imageIndex":137},
{"imageOffset":28968,"symbol":    "_pthread_cond_wait"					,"symbolLocation":980,"imageIndex":138},
{"imageOffset":2338612,"symbol":    "PyThread_acquire_lock_timed"					,"symbolLocation":336,"imageIndex":1},
{"imageOffset":2875164,"symbol":    "acquire_timed"					,"symbolLocation":312,"imageIndex":1},
{"imageOffset":2875748,"symbol":    "lock_PyThread_acquire_lock"					,"symbolLocation":56,"imageIndex":1},
{"imageOffset":657012,"symbol":    "method_vectorcall_VARARGS_KEYWORDS"					,"symbolLocation":148,"imageIndex":1},
{"imageOffset":1797396,"symbol":    "_PyEval_EvalFrameDefault"					,"symbolLocation":53096,"imageIndex":1},
{"imageOffset":1820600,"symbol":    "_PyEval_Vector"					,"symbolLocation":156,"imageIndex":1},
{"imageOffset":603932,"symbol":    "method_vectorcall"					,"symbolLocation":364,"imageIndex":1},
{"imageOffset":2878852,"symbol":    "thread_run"					,"symbolLocation":220,"imageIndex":1},
{"imageOffset":2337656,"symbol":    "pythread_wrapper"					,"symbolLocation":48,"imageIndex":1},
{"imageOffset":27736,"symbol":    "_pthread_start"					,"symbolLocation":136,"imageIndex":138},
{"imageOffset":7196,"symbol":    "thread_start"					,"symbolLocation":8,"imageIndex":138}],

"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":15},{"value":0},{"value":13166144280},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8450514648},{"value":0},{"value":54314420408},{"value":54314420360},{"value":13166145760},{"value":0},{"value":15},{"value":0},{"value":1},{"value":256},{"value":2361183241434822607},{"value":18428297329650842065}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6617334056},"cpsr":{"value":1610612736},"fp":{"value":13166144400},"sp":{"value":13166144256},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6617068812},"far":{"value":0}}}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4378198016,
    "CFBundleShortVersionString" : "1.11.1",
    "CFBundleIdentifier" : "edu.ucsf.cgl.ChimeraX",
    "size" : 16384,
    "uuid" : "c20e09a8-923e-3fb3-856b-3e765bcb267b",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/MacOS\/ChimeraX",
    "name" : "ChimeraX",
    "CFBundleVersion" : "1.11.1.0"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4394729472,
    "CFBundleShortVersionString" : "3.11.9, (c) 2001-2023 Python Software Foundation.",
    "CFBundleIdentifier" : "org.python.python",
    "size" : 3981312,
    "uuid" : "5662657e-7928-39be-8954-d582f8f34d51",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/Python",
    "name" : "Python",
    "CFBundleVersion" : "3.11.9"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4379672576,
    "size" : 49152,
    "uuid" : "29c3ec8a-19d4-363b-a6d9-9c2abec94f03",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/math.cpython-311-darwin.so",
    "name" : "math.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4379410432,
    "size" : 81920,
    "uuid" : "4dbedf5d-0596-39ea-b10e-f25d3a6c8cfb",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_datetime.cpython-311-darwin.so",
    "name" : "_datetime.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4379590656,
    "size" : 16384,
    "uuid" : "4b805031-de4f-3814-b939-e5cb2842c3e6",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_typing.cpython-311-darwin.so",
    "name" : "_typing.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4379803648,
    "size" : 32768,
    "uuid" : "78e93840-6aa2-3e12-88b1-3d140c86db21",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/zlib.cpython-311-darwin.so",
    "name" : "zlib.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4379918336,
    "size" : 16384,
    "uuid" : "76d59f87-05bd-3453-988f-6a1d92e48d0b",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_bz2.cpython-311-darwin.so",
    "name" : "_bz2.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4393713664,
    "size" : 196608,
    "uuid" : "aa0512bd-866a-3f89-a0b1-370c93044c89",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_lzma.cpython-311-darwin.so",
    "name" : "_lzma.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4382228480,
    "size" : 16384,
    "uuid" : "1701fe90-bec8-3df9-af49-24e174fdc9fc",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_bisect.cpython-311-darwin.so",
    "name" : "_bisect.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4393287680,
    "size" : 16384,
    "uuid" : "66c350e7-dd50-30e7-9149-bd34d073a97b",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_random.cpython-311-darwin.so",
    "name" : "_random.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4393123840,
    "size" : 16384,
    "uuid" : "2eddec17-84f0-384f-badb-24bd02d808c9",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_sha512.cpython-311-darwin.so",
    "name" : "_sha512.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4393566208,
    "size" : 32768,
    "uuid" : "b942d9ac-2a05-30f3-90ef-07a312233107",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/binascii.cpython-311-darwin.so",
    "name" : "binascii.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4393369600,
    "size" : 32768,
    "uuid" : "2a9c55d5-61e3-3c08-afe7-a90f29fb3885",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_struct.cpython-311-darwin.so",
    "name" : "_struct.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4393205760,
    "size" : 16384,
    "uuid" : "4d6fbc3b-cd0b-392c-9f1c-9ff89288e939",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/fcntl.cpython-311-darwin.so",
    "name" : "fcntl.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4393484288,
    "size" : 16384,
    "uuid" : "3a00fdd3-8009-389a-b150-0f692c95822f",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_posixsubprocess.cpython-311-darwin.so",
    "name" : "_posixsubprocess.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4394205184,
    "size" : 32768,
    "uuid" : "4c0501e5-d7a1-34d7-aa7c-75dfe924b268",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/select.cpython-311-darwin.so",
    "name" : "select.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4394303488,
    "size" : 16384,
    "uuid" : "5c810b70-a9de-37c4-b19b-ab617972ebf7",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/arrays\/_arrays.cpython-311-darwin.so",
    "name" : "_arrays.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4472061952,
    "size" : 540672,
    "uuid" : "4d61105d-8d94-34b9-ba2f-7cba2780581b",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/arrays\/lib\/libarrays.dylib",
    "name" : "libarrays.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4481531904,
    "size" : 2670592,
    "uuid" : "744b099b-9156-3efd-95ee-949f9bec068e",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/core\/_multiarray_umath.cpython-311-darwin.so",
    "name" : "_multiarray_umath.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4577542144,
    "size" : 21299200,
    "uuid" : "9854a721-2573-3169-81ec-19ea40ce8077",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libopenblas64_.0.dylib",
    "name" : "libopenblas64_.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4472750080,
    "size" : 3522560,
    "uuid" : "dd0e012a-b6de-31b1-a28e-260c7b51e595",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libgfortran.5.dylib",
    "name" : "libgfortran.5.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4471341056,
    "size" : 311296,
    "uuid" : "6d39d54b-d80e-3218-a095-b81ad0b3be90",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libquadmath.0.dylib",
    "name" : "libquadmath.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4394008576,
    "size" : 65536,
    "uuid" : "d9875303-8f38-33d9-a0d3-ab0adff3b915",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/.dylibs\/libgcc_s.1.1.dylib",
    "name" : "libgcc_s.1.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4394385408,
    "size" : 98304,
    "uuid" : "a262ab27-9e1b-3b52-9b2f-1c173bcac7f9",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_pickle.cpython-311-darwin.so",
    "name" : "_pickle.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4471717888,
    "size" : 16384,
    "uuid" : "dd2e6975-e10c-3bf3-9bb5-95cfb3c5d91e",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_contextvars.cpython-311-darwin.so",
    "name" : "_contextvars.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4394565632,
    "size" : 65536,
    "uuid" : "340d4f4e-8cd4-3e24-9215-eb9235031bd3",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/core\/_multiarray_tests.cpython-311-darwin.so",
    "name" : "_multiarray_tests.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4471799808,
    "size" : 81920,
    "uuid" : "1288fa0d-7e49-3d72-a33f-338b00fa673f",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_ctypes.cpython-311-darwin.so",
    "name" : "_ctypes.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4478992384,
    "size" : 98304,
    "uuid" : "09f94631-f551-3559-ba88-aff49917d8fe",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/linalg\/_umath_linalg.cpython-311-darwin.so",
    "name" : "_umath_linalg.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4478844928,
    "size" : 65536,
    "uuid" : "7b5335ce-92a1-3ae2-bde0-0e5d5641b2c9",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/fft\/_pocketfft_internal.cpython-311-darwin.so",
    "name" : "_pocketfft_internal.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4480221184,
    "size" : 622592,
    "uuid" : "05ddaab9-9d7f-3317-a3c4-5e9936fe3ceb",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/mtrand.cpython-311-darwin.so",
    "name" : "mtrand.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4478566400,
    "size" : 147456,
    "uuid" : "377e255e-f9a4-3173-8265-a899000c5d0f",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/bit_generator.cpython-311-darwin.so",
    "name" : "bit_generator.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4551966720,
    "size" : 196608,
    "uuid" : "8590d52a-d755-3ffd-8f68-f9cb638359fc",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_common.cpython-311-darwin.so",
    "name" : "_common.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4481187840,
    "size" : 32768,
    "uuid" : "473ca62c-10c9-3a36-9a61-5ab9a1b7d0ba",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_hashlib.cpython-311-darwin.so",
    "name" : "_hashlib.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4560142336,
    "size" : 2473984,
    "uuid" : "b85d21fc-4c7a-37e4-ad24-9b0d20177f55",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libcrypto.3.dylib",
    "name" : "libcrypto.3.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4481302528,
    "size" : 32768,
    "uuid" : "6781c716-85bc-3dcc-b059-b59077dd4059",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_blake2.cpython-311-darwin.so",
    "name" : "_blake2.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4553097216,
    "size" : 311296,
    "uuid" : "0033ea49-a161-3564-b09e-6a6c3b902698",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_bounded_integers.cpython-311-darwin.so",
    "name" : "_bounded_integers.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4480958464,
    "size" : 65536,
    "uuid" : "7dab4595-a351-3061-861b-c426baee85b3",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_mt19937.cpython-311-darwin.so",
    "name" : "_mt19937.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4481400832,
    "size" : 65536,
    "uuid" : "d3035eea-ed0e-398a-afbe-f9a8016701db",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_philox.cpython-311-darwin.so",
    "name" : "_philox.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4552572928,
    "size" : 81920,
    "uuid" : "35fb9307-f991-3159-86db-21f6c67b9198",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_pcg64.cpython-311-darwin.so",
    "name" : "_pcg64.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4552736768,
    "size" : 49152,
    "uuid" : "17a4344b-3221-36c4-9019-53cc1223e124",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_sfc64.cpython-311-darwin.so",
    "name" : "_sfc64.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4556308480,
    "size" : 737280,
    "uuid" : "49451e8a-e3c8-3429-83d8-249e81e378cd",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/numpy\/random\/_generator.cpython-311-darwin.so",
    "name" : "_generator.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4481105920,
    "size" : 16384,
    "uuid" : "e1984258-3aba-3351-9b97-6cc398e29690",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_opcode.cpython-311-darwin.so",
    "name" : "_opcode.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4552245248,
    "size" : 114688,
    "uuid" : "2c5648bf-cecf-318c-8fab-785db52e1e8e",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/geometry\/_geometry.cpython-311-darwin.so",
    "name" : "_geometry.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4552458240,
    "size" : 32768,
    "uuid" : "d8396ecd-b388-3762-afa8-2befbe9b0f1e",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_json.cpython-311-darwin.so",
    "name" : "_json.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4572807168,
    "size" : 1835008,
    "uuid" : "f795a5bb-1601-3eef-8a24-ff39045324ec",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtCore.abi3.so",
    "name" : "QtCore.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4564811776,
    "size" : 4931584,
    "uuid" : "983bc4f6-7df6-392c-9828-f5ce89ace591",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtCore.framework\/Versions\/A\/QtCore",
    "name" : "QtCore"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4559519744,
    "size" : 81920,
    "uuid" : "9011152a-649a-3a28-a82a-d2fbd01b3b85",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/sip.cpython-311-darwin.so",
    "name" : "sip.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4559716352,
    "CFBundleShortVersionString" : "3.0",
    "CFBundleIdentifier" : "com.apple.security.csparser",
    "size" : 114688,
    "uuid" : "94cbb39b-af04-3e75-85e6-d8cedf3ebd91",
    "path" : "\/System\/Library\/Frameworks\/Security.framework\/Versions\/A\/PlugIns\/csparser.bundle\/Contents\/MacOS\/csparser",
    "name" : "csparser",
    "CFBundleVersion" : "61901.101.4"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5185929216,
    "size" : 3112960,
    "uuid" : "bbbb795a-1712-3aa5-9c1d-79c5a5d20ba7",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWidgets.abi3.so",
    "name" : "QtWidgets.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5192400896,
    "size" : 4636672,
    "uuid" : "9afc249a-2c8a-3728-844c-43f7d4e924fa",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWidgets.framework\/Versions\/A\/QtWidgets",
    "name" : "QtWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5173215232,
    "size" : 6946816,
    "uuid" : "a6b3ef77-1d34-362f-978d-ac598b7fad96",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtGui.framework\/Versions\/A\/QtGui",
    "name" : "QtGui"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4572086272,
    "size" : 540672,
    "uuid" : "664dcb47-7f93-3f12-86ce-6abb16c6f79a",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtDBus.framework\/Versions\/A\/QtDBus",
    "name" : "QtDBus"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5181505536,
    "size" : 1622016,
    "uuid" : "16a11f0c-dba0-350b-9e54-d52e40f9ebc1",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtGui.abi3.so",
    "name" : "QtGui.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4556095488,
    "size" : 81920,
    "uuid" : "17c6a83d-c01f-3b5e-9c29-bf7b640879fa",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebEngineWidgets.abi3.so",
    "name" : "QtWebEngineWidgets.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4571709440,
    "size" : 98304,
    "uuid" : "2eebba43-0408-373a-aecb-8a77cb200a61",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebEngineWidgets.framework\/Versions\/A\/QtWebEngineWidgets",
    "name" : "QtWebEngineWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4576837632,
    "size" : 278528,
    "uuid" : "668819e6-9a98-3b60-9237-9cf0394fbc6a",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtPrintSupport.framework\/Versions\/A\/QtPrintSupport",
    "name" : "QtPrintSupport"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5668913152,
    "size" : 193282048,
    "uuid" : "5ea53470-db41-3104-826c-b05814dc84ea",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebEngineCore.framework\/Versions\/A\/QtWebEngineCore",
    "name" : "QtWebEngineCore"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5200592896,
    "size" : 4358144,
    "uuid" : "d304bda4-f5ed-337c-b235-f201942b81f4",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQuick.framework\/Versions\/A\/QtQuick",
    "name" : "QtQuick"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5184978944,
    "size" : 425984,
    "uuid" : "0687c57f-96fb-36d6-a714-bbacf61b99db",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtOpenGL.framework\/Versions\/A\/QtOpenGL",
    "name" : "QtOpenGL"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4577329152,
    "size" : 98304,
    "uuid" : "a4ecdacc-64fc-325d-b1ed-399d9a6dbecf",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlMeta.framework\/Versions\/A\/QtQmlMeta",
    "name" : "QtQmlMeta"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5208768512,
    "size" : 540672,
    "uuid" : "627f1af8-e9cf-39dd-a30c-a57e796254ff",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlModels.framework\/Versions\/A\/QtQmlModels",
    "name" : "QtQmlModels"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4552933376,
    "size" : 49152,
    "uuid" : "d38fe2ba-5ecd-37b4-901a-e36497b9b98d",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQmlWorkerScript.framework\/Versions\/A\/QtQmlWorkerScript",
    "name" : "QtQmlWorkerScript"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5185617920,
    "size" : 163840,
    "uuid" : "1681a2c5-69fb-36f4-8653-176299071cef",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtWebChannel.framework\/Versions\/A\/QtWebChannel",
    "name" : "QtWebChannel"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5219581952,
    "size" : 3899392,
    "uuid" : "033ee8e1-b25b-3b1b-bd36-18a2dc897462",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQml.framework\/Versions\/A\/QtQml",
    "name" : "QtQml"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5212930048,
    "size" : 1261568,
    "uuid" : "585eea3e-00da-38e0-9418-875f603e34db",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtNetwork.framework\/Versions\/A\/QtNetwork",
    "name" : "QtNetwork"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5206523904,
    "size" : 425984,
    "uuid" : "176c4bd0-d9d5-35c5-ba80-0bc128688ce6",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtPositioning.framework\/Versions\/A\/QtPositioning",
    "name" : "QtPositioning"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5207621632,
    "size" : 81920,
    "uuid" : "59e3d295-9588-393a-930c-2d620dee1c60",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtQuickWidgets.framework\/Versions\/A\/QtQuickWidgets",
    "name" : "QtQuickWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5214617600,
    "size" : 557056,
    "uuid" : "0863c6da-887d-3535-871b-ec1c3c84f1d2",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtNetwork.abi3.so",
    "name" : "QtNetwork.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5207244800,
    "size" : 163840,
    "uuid" : "02b63494-9435-3dbe-8428-a9f8d6e31bff",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtPrintSupport.abi3.so",
    "name" : "QtPrintSupport.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4559257600,
    "size" : 32768,
    "uuid" : "f4869ee8-0fea-3831-8bd6-3b6e7b94cbb3",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebChannel.abi3.so",
    "name" : "QtWebChannel.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5207818240,
    "size" : 278528,
    "uuid" : "69ae506f-5419-349f-9bb1-1fa9074f88b5",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtWebEngineCore.abi3.so",
    "name" : "QtWebEngineCore.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5211963392,
    "size" : 688128,
    "uuid" : "ee888008-7c77-3b7b-a44c-08aea0c348d4",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/platforms\/libqcocoa.dylib",
    "name" : "libqcocoa.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5208653824,
    "size" : 49152,
    "uuid" : "a4dd56f1-375a-3540-844b-5e397f0b78b3",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5217878016,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.AppleMetalOpenGLRenderer",
    "size" : 409600,
    "uuid" : "0a5a2e2b-9899-3606-af8c-84850db23fea",
    "path" : "\/System\/Library\/Extensions\/AppleMetalOpenGLRenderer.bundle\/Contents\/MacOS\/AppleMetalOpenGLRenderer",
    "name" : "AppleMetalOpenGLRenderer",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 5447843840,
    "CFBundleShortVersionString" : "350.38",
    "CFBundleIdentifier" : "com.apple.AGXMetalG17X",
    "size" : 10207232,
    "uuid" : "149a9d41-2cd9-3b4b-81bd-f3de77b9d4f0",
    "path" : "\/System\/Library\/Extensions\/AGXMetalG17X.bundle\/Contents\/MacOS\/AGXMetalG17X",
    "name" : "AGXMetalG17X",
    "CFBundleVersion" : "350.38"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5217615872,
    "size" : 147456,
    "uuid" : "cd3087eb-2e7c-3e0a-845b-4df9d0bbc6ab",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/styles\/libqmacstyle.dylib",
    "name" : "libqmacstyle.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5217255424,
    "size" : 16384,
    "uuid" : "35d693c5-c61b-308a-974c-b88655915dcd",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_heapq.cpython-311-darwin.so",
    "name" : "_heapq.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5217091584,
    "size" : 65536,
    "uuid" : "3454571c-408b-34e5-9bae-96f393e4fb85",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_socket.cpython-311-darwin.so",
    "name" : "_socket.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5438095360,
    "size" : 49152,
    "uuid" : "9c6afc97-732b-3225-b6e4-d3cd90218697",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/array.cpython-311-darwin.so",
    "name" : "array.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5217337344,
    "size" : 114688,
    "uuid" : "99cf2bb1-f289-37d8-8b78-138157aa59f7",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_ssl.cpython-311-darwin.so",
    "name" : "_ssl.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5439553536,
    "size" : 409600,
    "uuid" : "ae09de6b-222a-3004-b8cd-719ba8f2af8f",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libssl.3.dylib",
    "name" : "libssl.3.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5438504960,
    "size" : 49152,
    "uuid" : "0ab9ddb4-499f-3422-b288-c7314c99c753",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_asyncio.cpython-311-darwin.so",
    "name" : "_asyncio.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5438357504,
    "size" : 16384,
    "uuid" : "7f26a767-41c1-365c-9b89-706f552f36fc",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/_load_libs.cpython-311-darwin.so",
    "name" : "_load_libs.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5491785728,
    "size" : 1130496,
    "uuid" : "58991eb8-68f8-3788-93ad-a5c12a5ba7a4",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libatomstruct.dylib",
    "name" : "libatomstruct.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5438226432,
    "size" : 32768,
    "uuid" : "03ffda1f-3c0e-3636-9da9-2d95cd17cc3b",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libelement.dylib",
    "name" : "libelement.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5438799872,
    "size" : 16384,
    "uuid" : "e6aafbdb-82a1-3498-887a-0f521256ec0c",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic_lib\/lib\/libpyinstance.dylib",
    "name" : "libpyinstance.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5438881792,
    "size" : 180224,
    "uuid" : "b29a19d3-0bc3-388b-bc1c-7c20382e7472",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/libmolc.dylib",
    "name" : "libmolc.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5445697536,
    "size" : 376832,
    "uuid" : "be569033-0272-3ad7-aee7-42b0ee450dfb",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/cymol.cpython-311-darwin.so",
    "name" : "cymol.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5439291392,
    "size" : 98304,
    "uuid" : "4ea8b2f7-ca62-3291-b3c2-d77f9d5b8a59",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/tinyarray.cpython-311-darwin.so",
    "name" : "tinyarray.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5445435392,
    "size" : 65536,
    "uuid" : "af5318ca-d45c-3bf8-a5ed-f2dcaafb11cb",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/cytmpl.cpython-311-darwin.so",
    "name" : "cytmpl.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5438652416,
    "size" : 16384,
    "uuid" : "800c3744-a004-3c84-932a-da77907f37a6",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_scproxy.cpython-311-darwin.so",
    "name" : "_scproxy.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5495963648,
    "size" : 409600,
    "uuid" : "08fec9a7-22ac-37a0-a6cc-bf2886a3fd20",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/map\/_map.cpython-311-darwin.so",
    "name" : "_map.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5445615616,
    "size" : 16384,
    "uuid" : "356d8b73-058d-392b-8461-b7bf3b5da64b",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/pdb_lib\/_load_libs.cpython-311-darwin.so",
    "name" : "_load_libs.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5447630848,
    "size" : 32768,
    "uuid" : "a67d8612-3838-3772-b1d4-4949d295eb28",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/pdb_lib\/lib\/libpdbconnect.dylib",
    "name" : "libpdbconnect.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5495652352,
    "size" : 131072,
    "uuid" : "098b3b7a-4128-3f66-b743-657c99879e16",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/surface\/_surface.cpython-311-darwin.so",
    "name" : "_surface.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5447417856,
    "size" : 32768,
    "uuid" : "1246c3db-77f6-3a6f-9f74-e5458e9e5f0b",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/psutil\/_psutil_osx.abi3.so",
    "name" : "_psutil_osx.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5447532544,
    "size" : 16384,
    "uuid" : "d7f09611-5052-3c81-9703-da75c50a95b1",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/psutil\/_psutil_posix.abi3.so",
    "name" : "_psutil_posix.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5500911616,
    "size" : 393216,
    "uuid" : "832b7f73-e854-33e1-9f65-eaf5250700d9",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/_imaging.cpython-311-darwin.so",
    "name" : "_imaging.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5499699200,
    "size" : 704512,
    "uuid" : "76ab410c-4898-3fde-a872-5cefcdd51b56",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libtiff.6.dylib",
    "name" : "libtiff.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5502910464,
    "size" : 540672,
    "uuid" : "688c6473-716c-32eb-8cfe-f11203c4574d",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libjpeg.62.4.0.dylib",
    "name" : "libjpeg.62.4.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5503565824,
    "size" : 622592,
    "uuid" : "6994e1d8-b3e5-38d6-aef0-721586b2d5ce",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libopenjp2.2.5.3.dylib",
    "name" : "libopenjp2.2.5.3.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5500698624,
    "size" : 98304,
    "uuid" : "5be17d28-46cf-3336-bfae-f315e9891018",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libz.1.3.1.zlib-ng.dylib",
    "name" : "libz.1.3.1.zlib-ng.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5502091264,
    "size" : 163840,
    "uuid" : "6fa02d7f-daaa-3c79-8b0d-c5319e003f3d",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libxcb.1.1.0.dylib",
    "name" : "libxcb.1.1.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5501501440,
    "size" : 262144,
    "uuid" : "8dfe23b8-ad17-3d21-8c5e-5525cd8953db",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/liblzma.5.dylib",
    "name" : "liblzma.5.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5447745536,
    "size" : 16384,
    "uuid" : "32a172ad-f11b-381b-9270-3f9a195cbe7f",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libXau.6.dylib",
    "name" : "libXau.6.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5500534784,
    "size" : 49152,
    "uuid" : "5c70a77e-200c-3726-a6de-0399edcc9847",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/errorchecker.cpython-311-darwin.so",
    "name" : "errorchecker.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5502386176,
    "size" : 196608,
    "uuid" : "95c975a4-91e3-31fe-a715-be83480573f8",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/arraydatatype.cpython-311-darwin.so",
    "name" : "arraydatatype.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5507252224,
    "size" : 229376,
    "uuid" : "9e09bd88-c13a-3c38-9fb5-b69d0d5b5966",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/wrapper.cpython-311-darwin.so",
    "name" : "wrapper.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5501845504,
    "size" : 65536,
    "uuid" : "676cef9a-5a26-3d2a-88b9-e231f4df3205",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/formathandler.cpython-311-darwin.so",
    "name" : "formathandler.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5502697472,
    "size" : 49152,
    "uuid" : "1816c909-6f9e-3120-9611-404226815162",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/latebind.cpython-311-darwin.so",
    "name" : "latebind.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5506908160,
    "size" : 114688,
    "uuid" : "9024befe-21ad-36d1-91fc-082e1515bec2",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/vbo.cpython-311-darwin.so",
    "name" : "vbo.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5542641664,
    "size" : 163840,
    "uuid" : "6c696eae-d97e-30fa-9d5e-4d3a6cba4cdc",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/pyexpat.cpython-311-darwin.so",
    "name" : "pyexpat.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5545312256,
    "size" : 1114112,
    "uuid" : "8294cace-7433-3592-87d9-468d949e3e9c",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/unicodedata.cpython-311-darwin.so",
    "name" : "unicodedata.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5495881728,
    "size" : 16384,
    "uuid" : "945d14e6-b458-32cb-a9c2-f5ef33935314",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/core\/_mac_util.cpython-311-darwin.so",
    "name" : "_mac_util.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5590040576,
    "size" : 49152,
    "uuid" : "f25fdffe-add6-3aae-825d-f2495e64f8af",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/iconengines\/libqsvgicon.dylib",
    "name" : "libqsvgicon.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5591318528,
    "size" : 360448,
    "uuid" : "951b12b1-06d2-324d-962a-c3dbec95434b",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtSvg.framework\/Versions\/A\/QtSvg",
    "name" : "QtSvg"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5659885568,
    "size" : 81920,
    "uuid" : "d8712301-6342-3f60-9863-a3ef5aaf2ec2",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/numpy_formathandler.cpython-311-darwin.so",
    "name" : "numpy_formathandler.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5659754496,
    "size" : 49152,
    "uuid" : "5bd21324-288d-31d8-a98b-f8c1776ff590",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/OpenGL_accelerate\/nones_formathandler.cpython-311-darwin.so",
    "name" : "nones_formathandler.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5616648192,
    "size" : 81920,
    "uuid" : "322fc538-890c-37d6-b941-662f1083ca42",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/lz4\/_version.cpython-311-darwin.so",
    "name" : "_version.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5616336896,
    "size" : 180224,
    "uuid" : "83f39565-33c4-320a-ac75-81b90af76e46",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/lz4\/frame\/_frame.cpython-311-darwin.so",
    "name" : "_frame.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5629018112,
    "size" : 114688,
    "uuid" : "f0372261-211e-32cf-83bb-119fbf49fb02",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/core\/_serialize.cpython-311-darwin.so",
    "name" : "_serialize.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5635260416,
    "size" : 114688,
    "uuid" : "4054e3d0-2474-37de-901e-4c10afdac686",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/msgpack\/_cmsgpack.cpython-311-darwin.so",
    "name" : "_cmsgpack.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5620580352,
    "size" : 32768,
    "uuid" : "f660af98-8bcc-35ff-a0a7-91590a2716eb",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/lib-dynload\/_csv.cpython-311-darwin.so",
    "name" : "_csv.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5957173248,
    "size" : 753664,
    "uuid" : "0d5e2b04-5266-3fcf-8917-51cab65a30b4",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtOpenGL.abi3.so",
    "name" : "QtOpenGL.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5628837888,
    "size" : 49152,
    "uuid" : "6159a840-3c3a-3d9e-9af1-35dea6d209e4",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/QtOpenGLWidgets.abi3.so",
    "name" : "QtOpenGLWidgets.abi3.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5629247488,
    "size" : 49152,
    "uuid" : "bdbfbc59-c41d-3a69-8112-739716f2e836",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtOpenGLWidgets.framework\/Versions\/A\/QtOpenGLWidgets",
    "name" : "QtOpenGLWidgets"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5621235712,
    "size" : 81920,
    "uuid" : "d92182fe-4f0b-3c92-8bb7-0b79cd82503a",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atomic\/_ribbons.cpython-311-darwin.so",
    "name" : "_ribbons.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5615812608,
    "size" : 16384,
    "uuid" : "1cc9ad85-9303-310d-acec-456c2181bee3",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/graphics\/_graphics.cpython-311-darwin.so",
    "name" : "_graphics.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5624905728,
    "size" : 409600,
    "uuid" : "3f1c3540-f7eb-3a3d-860e-c55452ccf717",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/mmcif\/mmcif.cpython-311-darwin.so",
    "name" : "mmcif.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5621415936,
    "size" : 376832,
    "uuid" : "5d18d096-20ff-384b-84fb-bd6d8f5aaf40",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/mmcif\/_mmcif.cpython-311-darwin.so",
    "name" : "_mmcif.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5620891648,
    "size" : 180224,
    "uuid" : "8e2ee74d-d576-3b31-9afa-bcb515675310",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/pdb\/_pdbio.cpython-311-darwin.so",
    "name" : "_pdbio.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6016548864,
    "size" : 3768320,
    "uuid" : "06082bf4-58c8-3f16-9f71-841cf9880fbe",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/lxml\/etree.cpython-311-darwin.so",
    "name" : "etree.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5628559360,
    "size" : 131072,
    "uuid" : "63b5bd02-9626-3588-a39c-88d4f882312b",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/lxml\/_elementpath.cpython-311-darwin.so",
    "name" : "_elementpath.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5586075648,
    "size" : 16384,
    "uuid" : "245ac4ad-48b5-3360-af6e-23a4d96f08b7",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/alignment_algs\/_sw.cpython-311-darwin.so",
    "name" : "_sw.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5603508224,
    "size" : 16384,
    "uuid" : "03329fbd-13db-3a9b-8998-eab0e4600032",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/alignment_algs\/libalign_algs.dylib",
    "name" : "libalign_algs.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5607784448,
    "size" : 16384,
    "uuid" : "6701b09a-c27d-3d91-81ea-183e4fdb1b8a",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/dssp\/_dssp.cpython-311-darwin.so",
    "name" : "_dssp.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 5603360768,
    "size" : 32768,
    "uuid" : "e5088297-99a2-3f58-bc07-abaed2cec4dd",
    "path" : "\/Applications\/ChimeraX-1.11.1.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/alignment_algs\/_nw.cpython-311-darwin.so",
    "name" : "_nw.cpython-311-darwin.so"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6617051136,
    "size" : 250512,
    "uuid" : "51565b39-f595-3e96-a217-fef29815057a",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6617305088,
    "size" : 52028,
    "uuid" : "e7a73008-0c09-31e3-9dd9-0c61652f0e85",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6615818240,
    "size" : 528120,
    "uuid" : "66ebd321-6899-3863-ba24-5cfc3076a0cb",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6617358336,
    "size" : 35060,
    "uuid" : "d93ec420-f465-3a3a-916d-a04af9b023eb",
    "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
    "name" : "libsystem_platform.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6617591808,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5626976,
    "uuid" : "04941709-2330-3bf8-9213-6d33964db448",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "4424.1.402"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6833156096,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 3125344,
    "uuid" : "bcb81496-c81f-3d3e-a617-ccca047989e0",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6689349632,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 24259264,
    "uuid" : "59e23bd5-d01e-305a-b96f-a5790356049a",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2685.50.120"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6613286912,
    "size" : 679624,
    "uuid" : "9f682dcf-340c-3bfa-bcdd-dd702f30313e",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6643200000,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 16654816,
    "uuid" : "8e9a5c62-7e95-3047-81e7-735ae1aee5f8",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "4424.1.402"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6615511040,
    "size" : 291392,
    "uuid" : "e17aa23f-db2a-3302-b14c-f6b08c540fcf",
    "path" : "\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib"
  }
],
  "sharedCache" : {
  "base" : 6612156416,
  "size" : 5978570752,
  "uuid" : "2d40543a-792e-37b8-978d-3d7030e1aa81"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=2.1G resident=0K(0%) swapped_out_or_unallocated=2.1G(100%)
Writable regions: Total=1.5G written=1586K(0%) resident=1586K(0%) swapped_out=0K(0%) unallocated=1.5G(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        1 
Activity Tracing                   256K        1 
AttributeGraph Data               1024K        1 
CG image                            80K        5 
ColorSync                           80K        5 
CoreAnimation                     3088K      148 
CoreGraphics                        64K        4 
CoreUI image data                 3776K       27 
Foundation                          48K        2 
Kernel Alloc Once                   32K        1 
MALLOC                           522.9M      157 
MALLOC guard page                 3200K        4 
Mach message                        96K        4 
Memory Tag 22                     64.0M        1 
OpenGL GLSL                        256K        3 
PROTECTED_MEMORY                    16K        1 
STACK GUARD                       1088K       68 
Stack                            285.7M       69 
Stack Guard                       56.0M        1 
VM_ALLOCATE                      246.6M      327 
VM_ALLOCATE (reserved)           448.0M        1         reserved VM address space (unallocated)
__AUTH                            6137K      645 
__AUTH_CONST                      90.9M     1042 
__CTF                               824        1 
__DATA                            42.5M     1128 
__DATA_CONST                      61.4M     1183 
__DATA_DIRTY                      8454K      896 
__FONT_DATA                        2352        1 
__GLSLBUILTINS                    5176K        1 
__LINKEDIT                       605.1M      138 
__OBJC_RO                         79.1M        1 
__OBJC_RW                         2597K        1 
__TEXT                             1.5G     1206 
__TPRO_CONST                       128K        2 
dyld private memory                304K        4 
mapped file                      343.3M       70 
page table in kernel              1586K        1 
shared memory                     3600K       44 
===========                     =======  ======= 
TOTAL                              4.3G     7195 
TOTAL, minus reserved VM space     3.9G     7195 
",
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "CrBrowserMain",
    "queue" : "com.apple.main-thread"
  }
},
  "logWritingSignature" : "a05a390aa82a7db582d69a66b4cff51870e02139",
  "roots_installed" : 0,
  "bug_type" : "309",
  "trmStatus" : 1,
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "64c025b28b7f0e739e4fbe58",
      "factorPackIds" : [

      ],
      "deploymentId" : 240000041
    },
    {
      "rolloutId" : "63f9578e238e7b23a1f3030a",
      "factorPackIds" : [

      ],
      "deploymentId" : 240000005
    }
  ],
  "experiments" : [

  ]
}
}
===== Log before crash start =====
UCSF ChimeraX version: 1.11.1 (2026-01-23)  
© 2016-2025 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> open /Users/Ania/Desktop/HPI/DALI12_Viridis.cxs format session

> view name session-start

opened ChimeraX session  

> matchmaker #2-25 to #1 showAlignment true

Parameters  
---  
Chain pairing | bb  
Alignment algorithm | Needleman-Wunsch  
Similarity matrix | BLOSUM-62  
SS fraction | 0.3  
Gap open (HH/SS/other) | 18/18/6  
Gap extend | 1  
SS matrix |  |  | H | S | O  
---|---|---|---  
H | 6 | -9 | -6  
S |  | 6 | -6  
O |  |  | 4  
Iteration cutoff | 2  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
ACFOPQ_RS19755__3828___WP_380080940.1_____GCF_042649355.1____Deinococcus_antarcticus_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#2), sequence alignment score = 174.9  
Alignment identifier is 16  
Showing conservation header ("seq_conservation" residue attribute) for
alignment 16  
Hiding conservation header for alignment 16  
Chains used in RMSD evaluation for alignment 16:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
ACFOPQ_RS19755__3828___WP_380080940.1_____GCF_042649355.1____Deinococcus_antarcticus_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#2/A  
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 16  
RMSD between 43 pruned atom pairs is 0.933 angstroms; (across all 111 pairs:
6.059)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb,
chain A (#3), sequence alignment score = 112  
Alignment identifier is 17  
Showing conservation header ("seq_conservation" residue attribute) for
alignment 17  
Hiding conservation header for alignment 17  
Chains used in RMSD evaluation for alignment 17:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
#3/A  
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 17  
RMSD between 5 pruned atom pairs is 1.560 angstroms; (across all 99 pairs:
16.760)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
ACTQ9L_RS01385__266___WP_456132272.1_____GCF_053878665.1____Deinococcus_wulumuqiensis_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain2.pdb,
chain A (#4), sequence alignment score = 516.2  
Alignment identifier is 18  
Showing conservation header ("seq_conservation" residue attribute) for
alignment 18  
Hiding conservation header for alignment 18  
Chains used in RMSD evaluation for alignment 18:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
ACTQ9L_RS01385__266___WP_456132272.1_____GCF_053878665.1____Deinococcus_wulumuqiensis_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain2.pdb
#4/A  
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 18  
RMSD between 108 pruned atom pairs is 0.524 angstroms; (across all 117 pairs:
1.674)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
ACXXDI_RS00680__132___WP_458578950.1_____GCF_054352955.1____Deinococcus_sp_PESE_13_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain5.pdb,
chain A (#5), sequence alignment score = 390.3  
Alignment identifier is 19  
Showing conservation header ("seq_conservation" residue attribute) for
alignment 19  
Hiding conservation header for alignment 19  
Chains used in RMSD evaluation for alignment 19:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
ACXXDI_RS00680__132___WP_458578950.1_____GCF_054352955.1____Deinococcus_sp_PESE_13_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain5.pdb
#5/A  
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 19  
RMSD between 95 pruned atom pairs is 0.708 angstroms; (across all 116 pairs:
2.958)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
ASF71_RS17770__3596___WP_056302518.1_____GCF_001424185.1____Deinococcus_sp_Leaf326_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#6), sequence alignment score = 469.7  
Alignment identifier is 20  
Showing conservation header ("seq_conservation" residue attribute) for
alignment 20  
Hiding conservation header for alignment 20  
Chains used in RMSD evaluation for alignment 20:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
ASF71_RS17770__3596___WP_056302518.1_____GCF_001424185.1____Deinococcus_sp_Leaf326_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#6/A  
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 20  
RMSD between 95 pruned atom pairs is 0.789 angstroms; (across all 116 pairs:
2.259)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
B9A95_RS33850__1592___WP_170928682.1_____GCF_900176165.1____Deinococcus_hopiensis_KR_140_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#7), sequence alignment score = 158.4  
Alignment identifier is 21  
Showing conservation header ("seq_conservation" residue attribute) for
alignment 21  
Hiding conservation header for alignment 21  
Chains used in RMSD evaluation for alignment 21:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
B9A95_RS33850__1592___WP_170928682.1_____GCF_900176165.1____Deinococcus_hopiensis_KR_140_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#7/A  
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 21  
RMSD between 74 pruned atom pairs is 1.067 angstroms; (across all 114 pairs:
6.727)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
C3K08_RS11605__2296___WP_104991448.1_____GCF_002953415.1____Deinococcus_sp_NW_56_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain2.pdb,
chain A (#8), sequence alignment score = 152.8  
Alignment identifier is 22  
Showing conservation header ("seq_conservation" residue attribute) for
alignment 22  
Hiding conservation header for alignment 22  
Chains used in RMSD evaluation for alignment 22:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
C3K08_RS11605__2296___WP_104991448.1_____GCF_002953415.1____Deinococcus_sp_NW_56_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain2.pdb
#8/A  
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 22  
RMSD between 51 pruned atom pairs is 0.947 angstroms; (across all 110 pairs:
6.406)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
D3875_RS15995__2322___WP_119765318.1_____GCF_003590815.1____Deinococcus_cavernae_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#9), sequence alignment score = 162.9  
Alignment identifier is 23  
Showing conservation header ("seq_conservation" residue attribute) for
alignment 23  
Hiding conservation header for alignment 23  
Chains used in RMSD evaluation for alignment 23:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
D3875_RS15995__2322___WP_119765318.1_____GCF_003590815.1____Deinococcus_cavernae_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#9/A  
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 23  
RMSD between 70 pruned atom pairs is 1.087 angstroms; (across all 114 pairs:
5.182)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
DEIPH_RS07230__1474___WP_034356122.1_____GCF_000599865.1____Deinococcus_phoenicis_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#10), sequence alignment score = 145  
Alignment identifier is 24  
Showing conservation header ("seq_conservation" residue attribute) for
alignment 24  
Hiding conservation header for alignment 24  
Chains used in RMSD evaluation for alignment 24:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
DEIPH_RS07230__1474___WP_034356122.1_____GCF_000599865.1____Deinococcus_phoenicis_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#10/A  
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 24  
RMSD between 30 pruned atom pairs is 0.794 angstroms; (across all 111 pairs:
7.058)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
DVJ83_RS10370__1923___WP_162865520.1_____GCF_003345215.1____Deinococcus_wulumuqiensis_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb,
chain A (#11), sequence alignment score = 130.9  
Alignment identifier is 25  
Showing conservation header ("seq_conservation" residue attribute) for
alignment 25  
Hiding conservation header for alignment 25  
Chains used in RMSD evaluation for alignment 25:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
DVJ83_RS10370__1923___WP_162865520.1_____GCF_003345215.1____Deinococcus_wulumuqiensis_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
#11/A  
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 25  
RMSD between 49 pruned atom pairs is 0.975 angstroms; (across all 112 pairs:
7.396)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
E5Q07_RS12670__2466___WP_010889133.1_____GCF_020546805.1____Deinococcus_radiodurans_R1_ATCC_13939_DSM_20539_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#12), sequence alignment score = 135.5  
Alignment identifier is 26  
Showing conservation header ("seq_conservation" residue attribute) for
alignment 26  
Hiding conservation header for alignment 26  
Chains used in RMSD evaluation for alignment 26:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
E5Q07_RS12670__2466___WP_010889133.1_____GCF_020546805.1____Deinococcus_radiodurans_R1_ATCC_13939_DSM_20539_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#12/A  
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 26  
RMSD between 48 pruned atom pairs is 0.986 angstroms; (across all 110 pairs:
8.206)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
E5Z01_RS09650__466___WP_135229161.1_____GCF_004634215.1____Deinococcus_fonticola_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#13), sequence alignment score = 190.7  
Alignment identifier is 27  
Showing conservation header ("seq_conservation" residue attribute) for
alignment 27  
Hiding conservation header for alignment 27  
Chains used in RMSD evaluation for alignment 27:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
E5Z01_RS09650__466___WP_135229161.1_____GCF_004634215.1____Deinococcus_fonticola_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#13/A  
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 27  
RMSD between 64 pruned atom pairs is 1.020 angstroms; (across all 113 pairs:
7.144)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
H565_RS0105180__1909___WP_027460105.1_____GCF_000482805.1____Deinococcus_murrayi_DSM_11303_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain2.pdb,
chain A (#14), sequence alignment score = 153.1  
Alignment identifier is 28  
Showing conservation header ("seq_conservation" residue attribute) for
alignment 28  
Hiding conservation header for alignment 28  
Chains used in RMSD evaluation for alignment 28:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
H565_RS0105180__1909___WP_027460105.1_____GCF_000482805.1____Deinococcus_murrayi_DSM_11303_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain2.pdb
#14/A  
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 28  
RMSD between 51 pruned atom pairs is 0.975 angstroms; (across all 111 pairs:
6.729)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
L1280_RS10800__2128___WP_253582275.1_____GCF_024171495.1____Deinococcus_sp_HSC_46F16_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#15), sequence alignment score = 136.5  
Alignment identifier is 29  
Showing conservation header ("seq_conservation" residue attribute) for
alignment 29  
Hiding conservation header for alignment 29  
Chains used in RMSD evaluation for alignment 29:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
L1280_RS10800__2128___WP_253582275.1_____GCF_024171495.1____Deinococcus_sp_HSC_46F16_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#15/A  
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 29  
RMSD between 52 pruned atom pairs is 0.944 angstroms; (across all 110 pairs:
8.095)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
WDJ50_RS10175__1983___WP_339094749.1_____GCF_037914965.1____Deinococcus_sp_VB142_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#16), sequence alignment score = 377.2  
Alignment identifier is 30  
Showing conservation header ("seq_conservation" residue attribute) for
alignment 30  
Hiding conservation header for alignment 30  
Chains used in RMSD evaluation for alignment 30:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
WDJ50_RS10175__1983___WP_339094749.1_____GCF_037914965.1____Deinococcus_sp_VB142_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#16/A  
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 30  
RMSD between 98 pruned atom pairs is 0.757 angstroms; (across all 115 pairs:
1.981)  
  

> show #3 models

> hide #3 models

> show #3 models

> matchmaker #2-25 to #1 showAlignment true

Parameters  
---  
Chain pairing | bb  
Alignment algorithm | Needleman-Wunsch  
Similarity matrix | BLOSUM-62  
SS fraction | 0.3  
Gap open (HH/SS/other) | 18/18/6  
Gap extend | 1  
SS matrix |  |  | H | S | O  
---|---|---|---  
H | 6 | -9 | -6  
S |  | 6 | -6  
O |  |  | 4  
Iteration cutoff | 2  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
ACFOPQ_RS19755__3828___WP_380080940.1_____GCF_042649355.1____Deinococcus_antarcticus_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#2), sequence alignment score = 174.9  
RMSD between 43 pruned atom pairs is 0.933 angstroms; (across all 111 pairs:
6.059)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb,
chain A (#3), sequence alignment score = 112  
RMSD between 5 pruned atom pairs is 1.560 angstroms; (across all 99 pairs:
16.760)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
ACTQ9L_RS01385__266___WP_456132272.1_____GCF_053878665.1____Deinococcus_wulumuqiensis_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain2.pdb,
chain A (#4), sequence alignment score = 516.2  
RMSD between 108 pruned atom pairs is 0.524 angstroms; (across all 117 pairs:
1.674)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
ACXXDI_RS00680__132___WP_458578950.1_____GCF_054352955.1____Deinococcus_sp_PESE_13_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain5.pdb,
chain A (#5), sequence alignment score = 390.3  
RMSD between 95 pruned atom pairs is 0.708 angstroms; (across all 116 pairs:
2.958)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
ASF71_RS17770__3596___WP_056302518.1_____GCF_001424185.1____Deinococcus_sp_Leaf326_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#6), sequence alignment score = 469.7  
RMSD between 95 pruned atom pairs is 0.789 angstroms; (across all 116 pairs:
2.259)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
B9A95_RS33850__1592___WP_170928682.1_____GCF_900176165.1____Deinococcus_hopiensis_KR_140_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#7), sequence alignment score = 158.4  
RMSD between 74 pruned atom pairs is 1.067 angstroms; (across all 114 pairs:
6.727)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
C3K08_RS11605__2296___WP_104991448.1_____GCF_002953415.1____Deinococcus_sp_NW_56_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain2.pdb,
chain A (#8), sequence alignment score = 152.8  
RMSD between 51 pruned atom pairs is 0.947 angstroms; (across all 110 pairs:
6.406)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
D3875_RS15995__2322___WP_119765318.1_____GCF_003590815.1____Deinococcus_cavernae_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#9), sequence alignment score = 162.9  
RMSD between 70 pruned atom pairs is 1.087 angstroms; (across all 114 pairs:
5.182)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
DEIPH_RS07230__1474___WP_034356122.1_____GCF_000599865.1____Deinococcus_phoenicis_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#10), sequence alignment score = 145  
RMSD between 30 pruned atom pairs is 0.794 angstroms; (across all 111 pairs:
7.058)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
DVJ83_RS10370__1923___WP_162865520.1_____GCF_003345215.1____Deinococcus_wulumuqiensis_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb,
chain A (#11), sequence alignment score = 130.9  
RMSD between 49 pruned atom pairs is 0.975 angstroms; (across all 112 pairs:
7.396)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
E5Q07_RS12670__2466___WP_010889133.1_____GCF_020546805.1____Deinococcus_radiodurans_R1_ATCC_13939_DSM_20539_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#12), sequence alignment score = 135.5  
RMSD between 48 pruned atom pairs is 0.986 angstroms; (across all 110 pairs:
8.206)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
E5Z01_RS09650__466___WP_135229161.1_____GCF_004634215.1____Deinococcus_fonticola_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#13), sequence alignment score = 190.7  
RMSD between 64 pruned atom pairs is 1.020 angstroms; (across all 113 pairs:
7.144)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
H565_RS0105180__1909___WP_027460105.1_____GCF_000482805.1____Deinococcus_murrayi_DSM_11303_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain2.pdb,
chain A (#14), sequence alignment score = 153.1  
RMSD between 51 pruned atom pairs is 0.975 angstroms; (across all 111 pairs:
6.729)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
L1280_RS10800__2128___WP_253582275.1_____GCF_024171495.1____Deinococcus_sp_HSC_46F16_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#15), sequence alignment score = 136.5  
RMSD between 52 pruned atom pairs is 0.944 angstroms; (across all 110 pairs:
8.095)  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
WDJ50_RS10175__1983___WP_339094749.1_____GCF_037914965.1____Deinococcus_sp_VB142_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#16), sequence alignment score = 377.2  
RMSD between 98 pruned atom pairs is 0.757 angstroms; (across all 115 pairs:
1.981)  
  

> matchmaker #3 to #1 showAlignment true

Parameters  
---  
Chain pairing | bb  
Alignment algorithm | Needleman-Wunsch  
Similarity matrix | BLOSUM-62  
SS fraction | 0.3  
Gap open (HH/SS/other) | 18/18/6  
Gap extend | 1  
SS matrix |  |  | H | S | O  
---|---|---|---  
H | 6 | -9 | -6  
S |  | 6 | -6  
O |  |  | 4  
Iteration cutoff | 2  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb,
chain A (#3), sequence alignment score = 112  
Alignment identifier is 1  
Showing conservation header ("seq_conservation" residue attribute) for
alignment 1  
Hiding conservation header for alignment 1  
Chains used in RMSD evaluation for alignment 1:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
#3/A  
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 1  
RMSD between 5 pruned atom pairs is 1.560 angstroms; (across all 99 pairs:
16.760)  
  

> hide #2 models

> hide #4 models

> hide #5 models

> hide #6 models

> hide #7 models

> hide #8 models

> hide #9 models

> hide #10 models

> hide #11 models

> hide #12 models

> hide #13 models

> hide #14 models

> hide #15 models

> hide #16 models

> matchmaker #3 to #1

Parameters  
---  
Chain pairing | bb  
Alignment algorithm | Needleman-Wunsch  
Similarity matrix | BLOSUM-62  
SS fraction | 0.3  
Gap open (HH/SS/other) | 18/18/6  
Gap extend | 1  
SS matrix |  |  | H | S | O  
---|---|---|---  
H | 6 | -9 | -6  
S |  | 6 | -6  
O |  |  | 4  
Iteration cutoff | 2  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb,
chain A (#3), sequence alignment score = 112  
RMSD between 5 pruned atom pairs is 1.560 angstroms; (across all 99 pairs:
16.760)  
  

> ui tool show Matchmaker

> matchmaker #3 to #1 showAlignment true

Parameters  
---  
Chain pairing | bb  
Alignment algorithm | Needleman-Wunsch  
Similarity matrix | BLOSUM-62  
SS fraction | 0.3  
Gap open (HH/SS/other) | 18/18/6  
Gap extend | 1  
SS matrix |  |  | H | S | O  
---|---|---|---  
H | 6 | -9 | -6  
S |  | 6 | -6  
O |  |  | 4  
Iteration cutoff | 2  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb,
chain A (#3), sequence alignment score = 112  
Alignment identifier is 2  
Showing conservation header ("seq_conservation" residue attribute) for
alignment 2  
Hiding conservation header for alignment 2  
Chains used in RMSD evaluation for alignment 2:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
#3/A  
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 2  
RMSD between 5 pruned atom pairs is 1.560 angstroms; (across all 99 pairs:
16.760)  
  

> matchmaker #3 to #1 showAlignment true

Parameters  
---  
Chain pairing | bb  
Alignment algorithm | Needleman-Wunsch  
Similarity matrix | BLOSUM-62  
SS fraction | 0.3  
Gap open (HH/SS/other) | 18/18/6  
Gap extend | 1  
SS matrix |  |  | H | S | O  
---|---|---|---  
H | 6 | -9 | -6  
S |  | 6 | -6  
O |  |  | 4  
Iteration cutoff | 2  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb,
chain A (#3), sequence alignment score = 112  
Alignment identifier is 3  
Showing conservation header ("seq_conservation" residue attribute) for
alignment 3  
Hiding conservation header for alignment 3  
Chains used in RMSD evaluation for alignment 3:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
#3/A  
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 3  
RMSD between 5 pruned atom pairs is 1.560 angstroms; (across all 99 pairs:
16.760)  
  

> matchmaker #3 to #1 cutoffDistance none showAlignment true

Parameters  
---  
Chain pairing | bb  
Alignment algorithm | Needleman-Wunsch  
Similarity matrix | BLOSUM-62  
SS fraction | 0.3  
Gap open (HH/SS/other) | 18/18/6  
Gap extend | 1  
SS matrix |  |  | H | S | O  
---|---|---|---  
H | 6 | -9 | -6  
S |  | 6 | -6  
O |  |  | 4  
No iteration  
  
Matchmaker
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb,
chain A (#1) with
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb,
chain A (#3), sequence alignment score = 112  
Alignment identifier is 4  
Showing conservation header ("seq_conservation" residue attribute) for
alignment 4  
Hiding conservation header for alignment 4  
Chains used in RMSD evaluation for alignment 4:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
#3/A  
Showing rmsd header ("seq_rmsd" residue attribute) for alignment 4  
RMSD between 99 atom pairs is 15.829 angstroms  
  

> open "/Users/Ania/Library/CloudStorage/Dropbox/Ania&
> Kacper/HPI_Deinococcaceae_ColabFold_2/HPI_Colabfold/PDB_all_HPI_subdomains_WITH_ADDITIONAL/ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain1.pdb"
> "/Users/Ania/Library/CloudStorage/Dropbox/Ania&
> Kacper/HPI_Deinococcaceae_ColabFold_2/HPI_Colabfold/PDB_all_HPI_subdomains_WITH_ADDITIONAL/ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain2.pdb"
> "/Users/Ania/Library/CloudStorage/Dropbox/Ania&
> Kacper/HPI_Deinococcaceae_ColabFold_2/HPI_Colabfold/PDB_all_HPI_subdomains_WITH_ADDITIONAL/ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb"
> "/Users/Ania/Library/CloudStorage/Dropbox/Ania&
> Kacper/HPI_Deinococcaceae_ColabFold_2/HPI_Colabfold/PDB_all_HPI_subdomains_WITH_ADDITIONAL/ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb"
> "/Users/Ania/Library/CloudStorage/Dropbox/Ania&
> Kacper/HPI_Deinococcaceae_ColabFold_2/HPI_Colabfold/PDB_all_HPI_subdomains_WITH_ADDITIONAL/ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain5.pdb"
> "/Users/Ania/Library/CloudStorage/Dropbox/Ania&
> Kacper/HPI_Deinococcaceae_ColabFold_2/HPI_Colabfold/PDB_all_HPI_subdomains_WITH_ADDITIONAL/ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain6.pdb"
> "/Users/Ania/Library/CloudStorage/Dropbox/Ania&
> Kacper/HPI_Deinococcaceae_ColabFold_2/HPI_Colabfold/PDB_all_HPI_subdomains_WITH_ADDITIONAL/ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain7.pdb"
> "/Users/Ania/Library/CloudStorage/Dropbox/Ania&
> Kacper/HPI_Deinococcaceae_ColabFold_2/HPI_Colabfold/PDB_all_HPI_subdomains_WITH_ADDITIONAL/ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain8.pdb"
> "/Users/Ania/Library/CloudStorage/Dropbox/Ania&
> Kacper/HPI_Deinococcaceae_ColabFold_2/HPI_Colabfold/PDB_all_HPI_subdomains_WITH_ADDITIONAL/ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain9.pdb"

Chain information for
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain1.pdb
#18  
---  
Chain | Description  
A | No description available  
  
Chain information for
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain2.pdb
#19  
---  
Chain | Description  
A | No description available  
  
Chain information for
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#20  
---  
Chain | Description  
A | No description available  
  
Chain information for
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
#21  
---  
Chain | Description  
A | No description available  
  
Chain information for
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain5.pdb
#22  
---  
Chain | Description  
A | No description available  
  
Chain information for
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain6.pdb
#23  
---  
Chain | Description  
A | No description available  
  
Chain information for
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain7.pdb
#24  
---  
Chain | Description  
A | No description available  
  
Chain information for
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain8.pdb
#25  
---  
Chain | Description  
A | No description available  
  
Chain information for
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain9.pdb
#26  
---  
Chain | Description  
A | No description available  
  
Associated
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
chain A to
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb,
chain A with 0 mismatches  
Chains used in RMSD evaluation for alignment 17:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
#3/A,
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
#21/A  
Associated
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
chain A to
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb,
chain A with 0 mismatches  
Chains used in RMSD evaluation for alignment 1:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
#3/A,
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
#21/A  
Associated
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
chain A to
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb,
chain A with 0 mismatches  
Chains used in RMSD evaluation for alignment 2:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
#3/A,
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
#21/A  
Associated
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
chain A to
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb,
chain A with 0 mismatches  
Chains used in RMSD evaluation for alignment 3:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
#3/A,
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
#21/A  
Associated
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
chain A to
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb,
chain A with 0 mismatches  
Chains used in RMSD evaluation for alignment 4:
ABEA67_RS16475__3224___WP_345467308.1_____GCF_039545055.1____Deinococcus_carri_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain3.pdb
#1/A,
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
#3/A,
ACINK0_RS03820__731___WP_414657361.1_____GCF_047523805.1____Deinococcus_sp_VB343_relaxed_rank_001_alphafold2_ptm_model_1_seed_000_subdomain4.pdb
#21/A  
Computing secondary structure  

> select #3/A:351 #21/A:351

34 atoms, 32 bonds, 2 residues, 2 models selected  

> hide #1 models

> hide #3 models

> show #3 models

> hide #3 models


===== Log before crash end =====

Log:
UCSF ChimeraX version: 1.11.1 (2026-01-23)  
© 2016-2025 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  




OpenGL version: 4.1 Metal - 90.5
OpenGL renderer: Apple M5 Pro
OpenGL vendor: Apple

Python: 3.11.9
Locale: en_US.UTF-8
Qt version: PyQt6 6.9.1, Qt 6.9.0
Qt runtime version: 6.9.2
Qt platform: cocoa
Hardware:

    Hardware Overview:

      Model Name: MacBook Pro
      Model Identifier: Mac17,9
      Model Number: Z1ML0017VB/A
      Chip: Apple M5 Pro
      Total Number of Cores: 18 (6 Super and 12 Performance)
      Memory: 64 GB
      System Firmware Version: 18000.101.7
      OS Loader Version: 18000.101.7

Software:

    System Software Overview:

      System Version: macOS 26.4.1 (25E253)
      Kernel Version: Darwin 25.4.0
      Time since boot: 1 day, 3 hours, 27 minutes

Graphics/Displays:

    Apple M5 Pro:

      Chipset Model: Apple M5 Pro
      Type: GPU
      Bus: Built-In
      Total Number of Cores: 20
      Vendor: Apple (0x106b)
      Metal Support: Metal 4
      Displays:
        Color LCD:
          Display Type: Built-in Liquid Retina XDR Display
          Resolution: 3024 x 1964 Retina
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Automatically Adjust Brightness: Yes
          Connection Type: Internal


Installed Packages:
    aiohappyeyeballs: 2.6.1
    aiohttp: 3.13.1
    aiosignal: 1.4.0
    alabaster: 1.0.0
    annotated-types: 0.7.0
    anyio: 4.12.1
    appdirs: 1.4.4
    appnope: 0.1.4
    asttokens: 3.0.1
    attrs: 25.4.0
    babel: 2.17.0
    beautifulsoup4: 4.13.5
    blockdiag: 3.0.0
    blosc2: 3.12.2
    build: 1.3.0
    certifi: 2025.7.14
    cftime: 1.6.5
    charset-normalizer: 3.4.4
    ChimeraX-AddCharge: 1.5.20
    ChimeraX-AddH: 2.2.8
    ChimeraX-AlignmentAlgorithms: 2.0.2
    ChimeraX-AlignmentHdrs: 3.6.1
    ChimeraX-AlignmentMatrices: 2.1
    ChimeraX-Alignments: 3.1.1
    ChimeraX-AlphaFold: 1.0.1
    ChimeraX-AltlocExplorer: 1.2
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Animations: 1.0
    ChimeraX-Aniso: 1.3.2
    ChimeraX-Arrays: 1.1
    ChimeraX-Atomic: 1.61.4
    ChimeraX-AtomicLibrary: 14.2.1
    ChimeraX-AtomSearch: 2.0.1
    ChimeraX-AxesPlanes: 2.4
    ChimeraX-BasicActions: 1.1.3
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 3.0.0
    ChimeraX-Boltz: 1.1
    ChimeraX-BondRot: 2.0.4
    ChimeraX-BugReporter: 1.0.2
    ChimeraX-BuildStructure: 2.13.1
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.6.0
    ChimeraX-ButtonPanel: 1.0.1
    ChimeraX-CageBuilder: 1.0.1
    ChimeraX-CellPack: 1.0
    ChimeraX-Centroids: 1.4
    ChimeraX-ChangeChains: 1.1
    ChimeraX-CheckWaters: 1.5
    ChimeraX-ChemGroup: 2.0.2
    ChimeraX-Clashes: 2.3
    ChimeraX-ColorActions: 1.0.5
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5.8
    ChimeraX-CommandLine: 1.3.0
    ChimeraX-ConnectStructure: 2.0.1
    ChimeraX-Contacts: 1.0.1
    ChimeraX-Core: 1.11.1
    ChimeraX-CoreFormats: 1.2
    ChimeraX-coulombic: 1.4.5
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0.1
    ChimeraX-DataFormats: 1.2.4
    ChimeraX-Dicom: 1.2.7
    ChimeraX-DistMonitor: 1.4.2
    ChimeraX-DockPrep: 1.1.4
    ChimeraX-Dssp: 2.0
    ChimeraX-EMDB-SFF: 1.0
    ChimeraX-ESMFold: 1.0
    ChimeraX-FileHistory: 1.0.1
    ChimeraX-FunctionKey: 1.0.1
    ChimeraX-Geometry: 1.3
    ChimeraX-gltf: 1.0
    ChimeraX-Graphics: 1.4.1
    ChimeraX-Hbonds: 2.5.3
    ChimeraX-Help: 1.3
    ChimeraX-HKCage: 1.3
    ChimeraX-IHM: 1.1
    ChimeraX-ImageFormats: 1.2
    ChimeraX-IMOD: 1.0
    ChimeraX-IO: 1.0.4
    ChimeraX-ItemsInspection: 1.0.1
    ChimeraX-IUPAC: 1.0
    ChimeraX-KVFinder: 1.7.3
    ChimeraX-Label: 1.2
    ChimeraX-ListInfo: 1.2.2
    ChimeraX-Log: 1.2.2
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.9.2
    ChimeraX-Map: 1.3
    ChimeraX-MapData: 2.0
    ChimeraX-MapEraser: 1.0.1
    ChimeraX-MapFilter: 2.0.1
    ChimeraX-MapFit: 2.0
    ChimeraX-MapSeries: 2.1.1
    ChimeraX-Markers: 1.0.1
    ChimeraX-Mask: 1.0.2
    ChimeraX-MatchMaker: 2.2.2
    ChimeraX-MCopy: 1.0
    ChimeraX-MCPServer: 0.1.0
    ChimeraX-MDcrds: 2.17.2
    ChimeraX-MedicalToolbar: 1.1
    ChimeraX-Meeting: 1.0.1
    ChimeraX-Minimize: 1.3.2
    ChimeraX-MLP: 1.1.1
    ChimeraX-mmCIF: 2.16
    ChimeraX-MMTF: 2.2
    ChimeraX-ModelArchive: 1.0
    ChimeraX-Modeller: 1.5.22
    ChimeraX-ModelPanel: 1.6
    ChimeraX-ModelSeries: 1.0.1
    ChimeraX-Mol2: 2.0.3
    ChimeraX-Mole: 1.0
    ChimeraX-Morph: 1.0.2
    ChimeraX-MouseModes: 1.2
    ChimeraX-Movie: 1.0.1
    ChimeraX-MutationScores: 1.0
    ChimeraX-Neuron: 1.0
    ChimeraX-Nifti: 1.2
    ChimeraX-NMRSTAR: 1.0.2
    ChimeraX-NRRD: 1.2
    ChimeraX-Nucleotides: 2.0.3
    ChimeraX-OpenCommand: 1.15.2
    ChimeraX-OrthoPick: 1.0.1
    ChimeraX-PDB: 2.7.12
    ChimeraX-PDBBio: 1.0.1
    ChimeraX-PDBLibrary: 1.0.5
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PickBlobs: 1.0.1
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.1.4
    ChimeraX-ProfileGrids: 1.4.2
    ChimeraX-PubChem: 2.2
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1.2
    ChimeraX-RemoteControl: 1.0
    ChimeraX-RenderByAttr: 1.6.5
    ChimeraX-RenumberResidues: 1.1
    ChimeraX-ResidueFit: 1.0.1
    ChimeraX-RestServer: 1.3.3
    ChimeraX-RNALayout: 1.0
    ChimeraX-RotamerLibMgr: 4.0
    ChimeraX-RotamerLibsDunbrack: 2.0
    ChimeraX-RotamerLibsDynameomics: 2.0
    ChimeraX-RotamerLibsRichardson: 2.0
    ChimeraX-SaveCommand: 1.5.2
    ChimeraX-Scenes: 0.3.1
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0.3
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0.1
    ChimeraX-Segmentations: 3.5.10
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.17.3
    ChimeraX-Shape: 1.1
    ChimeraX-Shell: 1.0.1
    ChimeraX-Shortcuts: 1.2.1
    ChimeraX-ShowSequences: 1.0.3
    ChimeraX-SideView: 1.0.1
    ChimeraX-SimilarStructures: 1.0.1
    ChimeraX-Smiles: 2.1.2
    ChimeraX-SmoothLines: 1.0
    ChimeraX-SpaceNavigator: 1.0
    ChimeraX-StdCommands: 1.19.1
    ChimeraX-STL: 1.0.1
    ChimeraX-Storm: 1.0
    ChimeraX-StructMeasure: 1.2.1
    ChimeraX-Struts: 1.0.1
    ChimeraX-Surface: 1.0.1
    ChimeraX-SwapAA: 2.0.1
    ChimeraX-SwapRes: 2.5.2
    ChimeraX-TapeMeasure: 1.0
    ChimeraX-TaskManager: 1.0
    ChimeraX-Test: 1.0
    ChimeraX-Toolbar: 1.2.3
    ChimeraX-ToolshedUtils: 1.2.4
    ChimeraX-Topography: 1.0
    ChimeraX-ToQuest: 1.0
    ChimeraX-Tug: 1.0.1
    ChimeraX-UI: 1.49.1
    ChimeraX-Umap: 1.0
    ChimeraX-uniprot: 2.3.2
    ChimeraX-UnitCell: 1.0.1
    ChimeraX-ViewDock: 1.5.2
    ChimeraX-VIPERdb: 1.0
    ChimeraX-Vive: 1.1
    ChimeraX-VolumeMenu: 1.0.1
    ChimeraX-vrml: 1.0
    ChimeraX-VTK: 1.0
    ChimeraX-WavefrontOBJ: 1.0
    ChimeraX-WebCam: 1.0.2
    ChimeraX-WebServices: 1.1.5
    ChimeraX-Zone: 1.0.1
    click: 8.3.1
    colorama: 0.4.6
    comm: 0.2.3
    contourpy: 1.3.3
    coverage: 7.13.1
    cxservices: 1.2.3
    cycler: 0.12.1
    Cython: 3.1.4
    debugpy: 1.8.19
    decorator: 5.2.1
    docutils: 0.21.2
    executing: 2.2.1
    filelock: 3.19.1
    fonttools: 4.61.1
    frozenlist: 1.8.0
    funcparserlib: 2.0.0a0
    glfw: 2.10.0
    grako: 3.16.5
    h11: 0.16.0
    h5py: 3.15.1
    html2text: 2025.4.15
    httpcore: 1.0.9
    httpx: 0.28.1
    httpx-sse: 0.4.3
    idna: 3.11
    ihm: 2.2
    imagecodecs: 2024.6.1
    imagesize: 1.4.1
    iniconfig: 2.3.0
    ipykernel: 6.30.1
    ipython: 9.5.0
    ipython_pygments_lexers: 1.1.1
    ipywidgets: 8.1.8
    jedi: 0.19.2
    Jinja2: 3.1.6
    jsonschema: 4.26.0
    jsonschema-specifications: 2025.9.1
    jupyter_client: 8.6.3
    jupyter_core: 5.9.1
    jupyterlab_widgets: 3.0.16
    kiwisolver: 1.4.9
    line_profiler: 5.0.0
    lxml: 6.0.2
    lz4: 4.3.2
    Markdown: 3.8.2
    MarkupSafe: 3.0.3
    matplotlib: 3.10.7
    matplotlib-inline: 0.2.1
    mcp: 1.18.0
    msgpack: 1.1.1
    multidict: 6.7.0
    ndindex: 1.10.1
    nest-asyncio: 1.6.0
    netCDF4: 1.6.5
    networkx: 3.3
    nibabel: 5.2.0
    nptyping: 2.5.0
    numexpr: 2.14.1
    numpy: 1.26.4
    OpenMM: 8.2.0
    openvr: 1.26.701
    packaging: 25.0
    ParmEd: 4.2.2
    parso: 0.8.5
    pep517: 0.13.1
    pexpect: 4.9.0
    pickleshare: 0.7.5
    pillow: 11.3.0
    pip: 25.2
    pkginfo: 1.12.1.2
    platformdirs: 4.5.1
    pluggy: 1.6.0
    prompt_toolkit: 3.0.52
    propcache: 0.4.1
    psutil: 7.0.0
    ptyprocess: 0.7.0
    pure_eval: 0.2.3
    py-cpuinfo: 9.0.0
    pybind11: 3.0.1
    pycollada: 0.8
    pydantic: 2.12.5
    pydantic-settings: 2.12.0
    pydantic_core: 2.41.5
    pydicom: 2.4.4
    Pygments: 2.18.0
    pynmrstar: 3.3.6
    pynrrd: 1.0.0
    PyOpenGL: 3.1.10
    PyOpenGL-accelerate: 3.1.10
    pyopenxr: 1.1.4501
    pyparsing: 3.3.2
    pyproject_hooks: 1.2.0
    PyQt6-commercial: 6.9.1
    PyQt6-Qt6: 6.9.2
    PyQt6-WebEngine-commercial: 6.9.0
    PyQt6-WebEngine-Qt6: 6.9.2
    PyQt6_sip: 13.10.2
    pytest: 9.0.2
    pytest-cov: 7.0.0
    python-dateutil: 2.9.0.post0
    python-dotenv: 1.2.1
    python-multipart: 0.0.21
    pyzmq: 27.1.0
    qtconsole: 5.7.0
    QtPy: 2.4.3
    qtshim: 1.2
    RandomWords: 0.4.0
    referencing: 0.37.0
    requests: 2.32.5
    roman-numerals: 4.1.0
    roman-numerals-py: 4.1.0
    rpds-py: 0.30.0
    scipy: 1.14.0
    setuptools: 80.9.0
    sfftk-rw: 0.8.1
    six: 1.17.0
    snowballstemmer: 3.0.1
    sortedcontainers: 2.4.0
    soupsieve: 2.8.3
    Sphinx: 8.2.3
    sphinx-autodoc-typehints: 3.2.0
    sphinxcontrib-applehelp: 2.0.0
    sphinxcontrib-blockdiag: 3.0.0
    sphinxcontrib-devhelp: 2.0.0
    sphinxcontrib-htmlhelp: 2.1.0
    sphinxcontrib-jsmath: 1.0.1
    sphinxcontrib-qthelp: 2.0.0
    sphinxcontrib-serializinghtml: 2.0.0
    sse-starlette: 3.2.0
    stack-data: 0.6.3
    starlette: 0.52.1
    superqt: 0.7.6
    tables: 3.10.2
    tcia_utils: 1.5.1
    tifffile: 2025.3.13
    tinyarray: 1.2.5
    tornado: 6.5.4
    traitlets: 5.14.3
    typing-inspection: 0.4.2
    typing_extensions: 4.15.0
    urllib3: 2.6.3
    uvicorn: 0.40.0
    wcwidth: 0.3.2
    webcolors: 24.11.1
    wheel: 0.45.1
    wheel-filename: 1.4.2
    widgetsnbextension: 4.0.15
    yarl: 1.22.0
#20230 can't reproduce Minimize: Residue template with the same override level already exists Eric Pettersen chimerax-bug-report@…
Description
The following bug report has been submitted:
Platform:        Windows-10-10.0.26200
ChimeraX Version: 1.11.1 (2026-01-23 05:51:34 UTC)
Description
Replace this text with list of actions that caused this problem to occur

Log:
UCSF ChimeraX version: 1.11.1 (2026-01-23)  
© 2016-2025 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> open "C:/Users/Малын Керлынский/Desktop/Никзав/Молекула 9/6PV7ligand.pdb"

Summary of feedback from opening C:/Users/Малын
Керлынский/Desktop/Никзав/Молекула 9/6PV7ligand.pdb  
---  
warnings | Start residue of secondary structure not found: HELIX 1 1 SER A 1 PHE A 12 1 12  
Start residue of secondary structure not found: HELIX 2 2 ILE A 218 PHE A 226
1 9  
Start residue of secondary structure not found: HELIX 3 3 LEU A 227 THR A 228
1 2  
Start residue of secondary structure not found: HELIX 4 4 VAL A 229 LEU A 234
1 6  
Start residue of secondary structure not found: HELIX 5 5 GLU A 240 ILE A 263
1 24  
100 messages similar to the above omitted  
  
6PV7ligand.pdb title:  
Human Α3Β4 nicotinic acetylcholine receptor In complex with nicotine [more
info...]  
  
Chain information for 6PV7ligand.pdb  
---  
Chain | Description | UniProt  
1.1/A 1.1/D | fusion protein of neuronal acetylcholine receptor subunit α-3 and soluble cytochrome B562 | ACHA3_HUMAN 1-327 331-474  
1.1/B 1.1/C 1.1/E | fusion protein of neuronal acetylcholine receptor subunit β-4 and soluble cytochrome B562 | ACHB4_HUMAN 1-328 332-477  
  

> select add #1

15774 atoms, 16189 bonds, 5 pseudobonds, 1936 residues, 4 models selected  

> select subtract #1

Nothing selected  

> select add #1

15774 atoms, 16189 bonds, 5 pseudobonds, 1936 residues, 4 models selected  

> select subtract #1

Nothing selected  

> lighting simple

> lighting soft

> lighting full

> lighting soft

> lighting full

> lighting soft

> lighting full

> rename #1 id 2

> rename #2 group

> hide #!2 models

> show #!2 models

> ui favorite true "Model Panel"

> combine #2.1,2.2 close true

No structures specified  

> rename #2 id 3

> rename #3 group

> ui tool show "Command Line Interface"

> ui tool show "Model Panel"

> ui tool show "Modeller Comparative"

> combine #2.1,2.2 modelId #3

No structures specified  

> rename #3 id 2

> rename #2 group

> combine #2.1,2.2 modelId #3

No structures specified  

> combine #2.1-2.2 name complex

No structures specified  

> combine #2.1-2.2 name complex

No structures specified  

> combine #2 name complex

Remapping chain ID ' ' in 6PV7ligand.pdb #2.2 to 'F'  
Computing secondary structure  

> hide #2.2 models

> show #2.2 models

> hide #!1 models

> show #!1 models

> hide #!1 models

> show #!1 models

> hide #!2 models

> hide #2.2 models

> hide #!2.1 models

> hide #!1 models

> show #!1 models

> ui tool show "Minimize Structure"

> minimize #1

Starting dock prep  
Deleting solvent  
Deleting non-metal-complex ions  
Deleting non-current alt locs  
Summary of feedback from adding hydrogens to complex #1  
---  
notes | Termini for complex (#1) chain A determined from SEQRES records  
Termini for complex (#1) chain B determined from SEQRES records  
Termini for complex (#1) chain C determined from SEQRES records  
Termini for complex (#1) chain D determined from SEQRES records  
Termini for complex (#1) chain E determined from SEQRES records  
Chain-initial residues that are actual N termini: complex #1/A SER 1, complex
#1/B ARG 1, complex #1/D SER 1, complex #1/E ARG 1  
Chain-initial residues that are not actual N termini: complex #1/A ILE 410,
complex #1/B ARG 400, complex #1/C ASN 4, complex #1/C ARG 400, complex #1/D
ILE 410, complex #1/E ARG 400  
Chain-final residues that are actual C termini:  
Chain-final residues that are not actual C termini: complex #1/A ARG 327,
complex #1/A MET 469, complex #1/B ARG 328, complex #1/B PRO 459, complex #1/C
ARG 328, complex #1/C PRO 459, complex #1/D ARG 327, complex #1/D MET 469,
complex #1/E ARG 328, complex #1/E PRO 459  
1335 hydrogen bonds  
Adding 'H' to complex #1/A ILE 410  
Adding 'H' to complex #1/B ARG 400  
Adding 'H' to complex #1/C ASN 4  
Adding 'H' to complex #1/C ARG 400  
Adding 'H' to complex #1/D ILE 410  
1 messages similar to the above omitted  
complex #1/A MET 469 is not terminus, removing H atom from 'C'  
complex #1/B PRO 459 is not terminus, removing H atom from 'C'  
complex #1/C PRO 459 is not terminus, removing H atom from 'C'  
complex #1/D MET 469 is not terminus, removing H atom from 'C'  
complex #1/E PRO 459 is not terminus, removing H atom from 'C'  
16039 hydrogens added  
  
Using Amber 20 recommended default charges and atom types for standard
residues  
Assigning partial charges to residue UNL (net charge +0) with am1-bcc method  
Running ANTECHAMBER command: C:/Program Files/ChimeraX
1.11.1/bin/amber20/bin/antechamber -ek qm_theory='AM1', -i
C:\Users\8DD3~1\AppData\Local\Temp\tmpg0pfbsk1\ante.in.mol2 -fi mol2 -o
C:\Users\8DD3~1\AppData\Local\Temp\tmpg0pfbsk1\ante.out.mol2 -fo mol2 -c bcc
-nc 0 -j 5 -s 2 -dr n  
(UNL) ``  
(UNL) `Welcome to antechamber 20.0: molecular input file processor.`  
(UNL) ``  
(UNL) `Info: Finished reading file
(C:\Users\8DD3~1\AppData\Local\Temp\tmpg0pfbsk1\ante.in.mol2); atoms read
(26), bonds read (27).`  
(UNL) `Info: Determining atomic numbers from atomic symbols which are case
sensitive.`  
(UNL) `Running: "C:/Program Files/ChimeraX 1.11.1/bin/amber20/bin/bondtype" -j
part -i ANTECHAMBER_BOND_TYPE.AC0 -o ANTECHAMBER_BOND_TYPE.AC -f ac`  
(UNL) `bash.exe: warning: could not find /tmp, please create!`  
(UNL) ``  
(UNL) ``  
(UNL) `Running: "C:/Program Files/ChimeraX 1.11.1/bin/amber20/bin/atomtype" -i
ANTECHAMBER_AC.AC0 -o ANTECHAMBER_AC.AC -p gaff`  
(UNL) `bash.exe: warning: could not find /tmp, please create!`  
(UNL) `Info: Total number of electrons: 118; net charge: 0`  
(UNL) ``  
(UNL) `Running: "C:/Program Files/ChimeraX 1.11.1/bin/amber20/bin/sqm" -O -i
sqm.in -o sqm.out`  
(UNL) `bash.exe: warning: could not find /tmp, please create!`  
(UNL) ``  
(UNL) `Running: "C:/Program Files/ChimeraX 1.11.1/bin/amber20/bin/am1bcc" -i
ANTECHAMBER_AM1BCC_PRE.AC -o ANTECHAMBER_AM1BCC.AC -f ac -p "C:/Program
Files/ChimeraX 1.11.1/bin/amber20/dat/antechamber/BCCPARM.DAT" -s 2 -j 1`  
(UNL) `bash.exe: warning: could not find /tmp, please create!`  
(UNL) ``  
(UNL) `Running: "C:/Program Files/ChimeraX 1.11.1/bin/amber20/bin/atomtype" -f
ac -p bcc -o ANTECHAMBER_AM1BCC.AC -i ANTECHAMBER_AM1BCC_PRE.AC`  
(UNL) `bash.exe: warning: could not find /tmp, please create!`  
(UNL) ``  
Charges for residue UNL determined  
Dock prep finished  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\minimize\tool.py", line 101, in minimize  
run(self.session, cmd)  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\core\commands\run.py", line 49, in run  
results = command.run(text, log=log, return_json=return_json)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\core\commands\cli.py", line 3237, in run  
result = ci.function(session, **kw_args)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\minimize\cmd.py", line 41, in cmd_minimize  
dock_prep_caller(session, [structure], memorize_name="minimization",
nogui=True,  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\dock_prep\cmd.py", line 146, in dock_prep_caller  
run_steps(session, state, structures)  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\dock_prep\cmd.py", line 161, in run_steps  
step_mod.run_for_dock_prep(session, state, run_steps, state['memorization'],
state['memorize_name'],  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\dock_prep\prep.py", line 107, in prep  
callback(session, state, structures)  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\dock_prep\cmd.py", line 161, in run_steps  
step_mod.run_for_dock_prep(session, state, run_steps, state['memorization'],
state['memorize_name'],  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\addh\dock_prep.py", line 56, in run_for_dock_prep  
callback(session, state, structures)  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\dock_prep\cmd.py", line 161, in run_steps  
step_mod.run_for_dock_prep(session, state, run_steps, state['memorization'],
state['memorize_name'],  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\add_charge\dock_prep.py", line 58, in run_for_dock_prep  
callback(session, state, structures)  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\dock_prep\cmd.py", line 156, in run_steps  
callback()  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\dock_prep\prep.py", line 106, in <lambda>  
state['callback'] = lambda cb=cb, ps=postscript: (ps(), cb())  
^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\minimize\cmd.py", line 43, in <lambda>  
steps=max_steps: _minimize(ses, struct, updates, log, steps), **kw)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\minimize\cmd.py", line 172, in _minimize  
forcefield.registerResidueTemplate(template)  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\openmm\app\forcefield.py", line 481, in registerResidueTemplate  
raise ValueError('Residue template %s with the same override level %d already
exists.' % (template.name, template.overrideLevel))  
ValueError: Residue template F-UNL-1 with the same override level 0 already
exists.  
  
ValueError: Residue template F-UNL-1 with the same override level 0 already
exists.  
  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\openmm\app\forcefield.py", line 481, in registerResidueTemplate  
raise ValueError('Residue template %s with the same override level %d already
exists.' % (template.name, template.overrideLevel))  
  
See log for complete Python traceback.  
  




OpenGL version: 3.3.0 NVIDIA 581.29
OpenGL renderer: NVIDIA GeForce RTX 2050/PCIe/SSE2
OpenGL vendor: NVIDIA Corporation

Python: 3.11.9
Locale: ru_RU.cp1251
Qt version: PyQt6 6.9.1, Qt 6.9.0
Qt runtime version: 6.9.2
Qt platform: windows

Manufacturer: Micro-Star International Co., Ltd.
Model: Thin 15 B12UCX
OS: Майкрософт Windows 11 Pro (Build 26200)
Memory: 16,868,990,976
MaxProcessMemory: 137,438,953,344
CPU: 16 12th Gen Intel(R) Core(TM) i7-12650H
OSLanguage: ru-RU

Installed Packages:
    aiohappyeyeballs: 2.6.1
    aiohttp: 3.13.1
    aiosignal: 1.4.0
    alabaster: 1.0.0
    annotated-types: 0.7.0
    anyio: 4.12.1
    appdirs: 1.4.4
    asttokens: 3.0.1
    attrs: 25.4.0
    babel: 2.17.0
    beautifulsoup4: 4.13.5
    blockdiag: 3.0.0
    blosc2: 3.12.2
    build: 1.3.0
    certifi: 2026.1.4
    cftime: 1.6.5
    charset-normalizer: 3.4.4
    ChimeraX-AddCharge: 1.5.20
    ChimeraX-AddH: 2.2.8
    ChimeraX-AlignmentAlgorithms: 2.0.2
    ChimeraX-AlignmentHdrs: 3.6.1
    ChimeraX-AlignmentMatrices: 2.1
    ChimeraX-Alignments: 3.1.1
    ChimeraX-AlphaFold: 1.0.1
    ChimeraX-AltlocExplorer: 1.2
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Animations: 1.0
    ChimeraX-Aniso: 1.3.2
    ChimeraX-Arrays: 1.1
    ChimeraX-Atomic: 1.61.4
    ChimeraX-AtomicLibrary: 14.2.1
    ChimeraX-AtomSearch: 2.0.1
    ChimeraX-AxesPlanes: 2.4
    ChimeraX-BasicActions: 1.1.3
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 3.0.0
    ChimeraX-Boltz: 1.1
    ChimeraX-BondRot: 2.0.4
    ChimeraX-BugReporter: 1.0.2
    ChimeraX-BuildStructure: 2.13.1
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.6.0
    ChimeraX-ButtonPanel: 1.0.1
    ChimeraX-CageBuilder: 1.0.1
    ChimeraX-CellPack: 1.0
    ChimeraX-Centroids: 1.4
    ChimeraX-ChangeChains: 1.1
    ChimeraX-CheckWaters: 1.5
    ChimeraX-ChemGroup: 2.0.2
    ChimeraX-Clashes: 2.3
    ChimeraX-ColorActions: 1.0.5
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5.8
    ChimeraX-CommandLine: 1.3.0
    ChimeraX-ConnectStructure: 2.0.1
    ChimeraX-Contacts: 1.0.1
    ChimeraX-Core: 1.11.1
    ChimeraX-CoreFormats: 1.2
    ChimeraX-coulombic: 1.4.5
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0.1
    ChimeraX-DataFormats: 1.2.4
    ChimeraX-Dicom: 1.2.7
    ChimeraX-DistMonitor: 1.4.2
    ChimeraX-DockPrep: 1.1.4
    ChimeraX-Dssp: 2.0
    ChimeraX-EMDB-SFF: 1.0
    ChimeraX-ESMFold: 1.0
    ChimeraX-FileHistory: 1.0.1
    ChimeraX-FunctionKey: 1.0.1
    ChimeraX-Geometry: 1.3
    ChimeraX-gltf: 1.0
    ChimeraX-Graphics: 1.4.1
    ChimeraX-Hbonds: 2.5.3
    ChimeraX-Help: 1.3
    ChimeraX-HKCage: 1.3
    ChimeraX-IHM: 1.1
    ChimeraX-ImageFormats: 1.2
    ChimeraX-IMOD: 1.0
    ChimeraX-IO: 1.0.4
    ChimeraX-ItemsInspection: 1.0.1
    ChimeraX-IUPAC: 1.0
    ChimeraX-KVFinder: 1.7.3
    ChimeraX-Label: 1.2
    ChimeraX-ListInfo: 1.2.2
    ChimeraX-Log: 1.2.2
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.9.2
    ChimeraX-Map: 1.3
    ChimeraX-MapData: 2.0
    ChimeraX-MapEraser: 1.0.1
    ChimeraX-MapFilter: 2.0.1
    ChimeraX-MapFit: 2.0
    ChimeraX-MapSeries: 2.1.1
    ChimeraX-Markers: 1.0.1
    ChimeraX-Mask: 1.0.2
    ChimeraX-MatchMaker: 2.2.2
    ChimeraX-MCopy: 1.0
    ChimeraX-MCPServer: 0.1.0
    ChimeraX-MDcrds: 2.17.2
    ChimeraX-MedicalToolbar: 1.1
    ChimeraX-Meeting: 1.0.1
    ChimeraX-Minimize: 1.3.2
    ChimeraX-MLP: 1.1.1
    ChimeraX-mmCIF: 2.16
    ChimeraX-MMTF: 2.2
    ChimeraX-ModelArchive: 1.0
    ChimeraX-Modeller: 1.5.22
    ChimeraX-ModelPanel: 1.6
    ChimeraX-ModelSeries: 1.0.1
    ChimeraX-Mol2: 2.0.3
    ChimeraX-Mole: 1.0
    ChimeraX-Morph: 1.0.2
    ChimeraX-MouseModes: 1.2
    ChimeraX-Movie: 1.0.1
    ChimeraX-MutationScores: 1.0
    ChimeraX-Neuron: 1.0
    ChimeraX-Nifti: 1.2
    ChimeraX-NMRSTAR: 1.0.2
    ChimeraX-NRRD: 1.2
    ChimeraX-Nucleotides: 2.0.3
    ChimeraX-OpenCommand: 1.15.2
    ChimeraX-OrthoPick: 1.0.1
    ChimeraX-PDB: 2.7.12
    ChimeraX-PDBBio: 1.0.1
    ChimeraX-PDBLibrary: 1.0.5
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PickBlobs: 1.0.1
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.1.4
    ChimeraX-ProfileGrids: 1.4.2
    ChimeraX-PubChem: 2.2
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1.2
    ChimeraX-RemoteControl: 1.0
    ChimeraX-RenderByAttr: 1.6.5
    ChimeraX-RenumberResidues: 1.1
    ChimeraX-ResidueFit: 1.0.1
    ChimeraX-RestServer: 1.3.3
    ChimeraX-RNALayout: 1.0
    ChimeraX-RotamerLibMgr: 4.0
    ChimeraX-RotamerLibsDunbrack: 2.0
    ChimeraX-RotamerLibsDynameomics: 2.0
    ChimeraX-RotamerLibsRichardson: 2.0
    ChimeraX-SaveCommand: 1.5.2
    ChimeraX-Scenes: 0.3.1
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0.3
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0.1
    ChimeraX-Segmentations: 3.5.10
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.17.3
    ChimeraX-Shape: 1.1
    ChimeraX-Shell: 1.0.1
    ChimeraX-Shortcuts: 1.2.1
    ChimeraX-ShowSequences: 1.0.3
    ChimeraX-SideView: 1.0.1
    ChimeraX-SimilarStructures: 1.0.1
    ChimeraX-Smiles: 2.1.2
    ChimeraX-SmoothLines: 1.0
    ChimeraX-SpaceNavigator: 1.0
    ChimeraX-StdCommands: 1.19.1
    ChimeraX-STL: 1.0.1
    ChimeraX-Storm: 1.0
    ChimeraX-StructMeasure: 1.2.1
    ChimeraX-Struts: 1.0.1
    ChimeraX-Surface: 1.0.1
    ChimeraX-SwapAA: 2.0.1
    ChimeraX-SwapRes: 2.5.2
    ChimeraX-TapeMeasure: 1.0
    ChimeraX-TaskManager: 1.0
    ChimeraX-Test: 1.0
    ChimeraX-Toolbar: 1.2.3
    ChimeraX-ToolshedUtils: 1.2.4
    ChimeraX-Topography: 1.0
    ChimeraX-ToQuest: 1.0
    ChimeraX-Tug: 1.0.1
    ChimeraX-UI: 1.49.1
    ChimeraX-Umap: 1.0
    ChimeraX-uniprot: 2.3.2
    ChimeraX-UnitCell: 1.0.1
    ChimeraX-ViewDock: 1.5.2
    ChimeraX-VIPERdb: 1.0
    ChimeraX-Vive: 1.1
    ChimeraX-VolumeMenu: 1.0.1
    ChimeraX-vrml: 1.0
    ChimeraX-VTK: 1.0
    ChimeraX-WavefrontOBJ: 1.0
    ChimeraX-WebCam: 1.0.2
    ChimeraX-WebServices: 1.1.5
    ChimeraX-Zone: 1.0.1
    click: 8.3.1
    colorama: 0.4.6
    comm: 0.2.3
    comtypes: 1.4.11
    contourpy: 1.3.3
    coverage: 7.13.1
    cxservices: 1.2.3
    cycler: 0.12.1
    Cython: 3.1.4
    debugpy: 1.8.19
    decorator: 5.2.1
    docutils: 0.21.2
    executing: 2.2.1
    filelock: 3.19.1
    fonttools: 4.61.1
    frozenlist: 1.8.0
    funcparserlib: 2.0.0a0
    glfw: 2.10.0
    grako: 3.16.5
    h11: 0.16.0
    h5py: 3.15.1
    html2text: 2025.4.15
    httpcore: 1.0.9
    httpx: 0.28.1
    httpx-sse: 0.4.3
    idna: 3.11
    ihm: 2.2
    imagecodecs: 2024.6.1
    imagesize: 1.4.1
    iniconfig: 2.3.0
    ipykernel: 6.30.1
    ipython: 9.5.0
    ipython_pygments_lexers: 1.1.1
    ipywidgets: 8.1.8
    jedi: 0.19.2
    Jinja2: 3.1.6
    jsonschema: 4.26.0
    jsonschema-specifications: 2025.9.1
    jupyter_client: 8.6.3
    jupyter_core: 5.9.1
    jupyterlab_widgets: 3.0.16
    kiwisolver: 1.4.9
    line_profiler: 5.0.0
    lxml: 6.0.2
    lz4: 4.3.2
    Markdown: 3.8.2
    MarkupSafe: 3.0.3
    matplotlib: 3.10.7
    matplotlib-inline: 0.2.1
    mcp: 1.18.0
    msgpack: 1.1.1
    multidict: 6.7.0
    narwhals: 2.16.0
    ndindex: 1.10.1
    nest-asyncio: 1.6.0
    netCDF4: 1.6.5
    networkx: 3.3
    nibabel: 5.2.0
    nptyping: 2.5.0
    numexpr: 2.14.1
    numpy: 2.4.2
    numpy: 1.26.4
    nvidia-nvjitlink-cu12: 12.9.86
    OpenMM: 8.2.0
    OpenMM-CUDA-12: 8.2.0
    openvr: 1.26.701
    packaging: 25.0
    ParmEd: 4.2.2
    parso: 0.8.5
    pep517: 0.13.1
    pickleshare: 0.7.5
    pillow: 11.3.0
    pip: 25.2
    pkginfo: 1.12.1.2
    platformdirs: 4.5.1
    plotly: 6.5.2
    pluggy: 1.6.0
    prompt_toolkit: 3.0.52
    propcache: 0.4.1
    psutil: 7.0.0
    pure_eval: 0.2.3
    py-cpuinfo: 9.0.0
    pybind11: 3.0.1
    pycollada: 0.8
    pydantic: 2.12.5
    pydantic-settings: 2.12.0
    pydantic_core: 2.41.5
    pydicom: 2.4.4
    Pygments: 2.18.0
    pyKVFinder: 0.9.0
    pynmrstar: 3.3.6
    pynrrd: 1.0.0
    PyOpenGL: 3.1.10
    PyOpenGL-accelerate: 3.1.10
    pyopenxr: 1.1.4501
    pyparsing: 3.3.2
    pyproject_hooks: 1.2.0
    PyQt6-commercial: 6.9.1
    PyQt6-Qt6: 6.9.2
    PyQt6-WebEngine-commercial: 6.9.0
    PyQt6-WebEngine-Qt6: 6.9.2
    PyQt6_sip: 13.10.2
    pytest: 9.0.2
    pytest-cov: 7.0.0
    python-dateutil: 2.9.0.post0
    python-dotenv: 1.2.1
    python-multipart: 0.0.21
    pywin32: 311
    pyzmq: 27.1.0
    qtconsole: 5.7.0
    QtPy: 2.4.3
    qtshim: 1.2
    RandomWords: 0.4.0
    referencing: 0.37.0
    requests: 2.32.5
    roman-numerals: 4.1.0
    roman-numerals-py: 4.1.0
    rpds-py: 0.30.0
    scipy: 1.14.0
    setuptools: 80.9.0
    sfftk-rw: 0.8.1
    six: 1.17.0
    snowballstemmer: 3.0.1
    sortedcontainers: 2.4.0
    soupsieve: 2.8.3
    Sphinx: 8.2.3
    sphinx-autodoc-typehints: 3.2.0
    sphinxcontrib-applehelp: 2.0.0
    sphinxcontrib-blockdiag: 3.0.0
    sphinxcontrib-devhelp: 2.0.0
    sphinxcontrib-htmlhelp: 2.1.0
    sphinxcontrib-jsmath: 1.0.1
    sphinxcontrib-qthelp: 2.0.0
    sphinxcontrib-serializinghtml: 2.0.0
    sse-starlette: 3.2.0
    stack-data: 0.6.3
    starlette: 0.52.1
    superqt: 0.7.6
    tables: 3.10.2
    tcia_utils: 1.5.1
    tifffile: 2025.3.13
    tinyarray: 1.2.5
    tomlkit: 0.14.0
    tornado: 6.5.4
    traitlets: 5.14.3
    typing-inspection: 0.4.2
    typing_extensions: 4.15.0
    tzdata: 2025.3
    urllib3: 2.6.3
    uvicorn: 0.40.0
    wcwidth: 0.3.2
    webcolors: 24.11.1
    wheel: 0.45.1
    wheel-filename: 1.4.2
    widgetsnbextension: 4.0.15
    WMI: 1.5.1
    yarl: 1.22.0
#20229 limitation vop maximum: ArrayMemoryError Tom Goddard chimerax-bug-report@…
Description
The following bug report has been submitted:
Platform:        Windows-10-10.0.26200
ChimeraX Version: 1.11.1 (2026-01-23 05:51:34 UTC)
Description
Replace this text with list of actions that caused this problem to occur

Log:
Startup Messages  
---  
note | available bundle cache has not been initialized yet  
  
UCSF ChimeraX version: 1.11.1 (2026-01-23)  
© 2016-2025 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> open "D:/FUS/map/1 postprocess_masked.mrc" "D:/FUS/map/2
> postprocess_masked.mrc"

Opened 1 postprocess_masked.mrc as #1.1, grid size 360,360,360, pixel 0.83,
shown at level 0.00268, step 2, values float32  
Opened 2 postprocess_masked.mrc as #1.2, grid size 360,360,360, pixel 0.83,
shown at level 0.00232, step 2, values float32  

> select add #1.1

2 models selected  

> select add #1

5 models selected  

> select add #1.2

5 models selected  

> select subtract #1.1

3 models selected  

> select subtract #1.2

1 model selected  

> select add #1.2

3 models selected  

> select subtract #1

Nothing selected  

> select subtract #1.2

Nothing selected  

> select add #1

5 models selected  

> show target m

> select subtract #1

Nothing selected  

> close #1.1-2

> close

> open "D:/FUS/map/1 postprocess_masked.mrc"

Opened 1 postprocess_masked.mrc as #1, grid size 360,360,360, pixel 0.83,
shown at level 0.00268, step 2, values float32  

> open "D:/FUS/map/1 postprocess_masked.mrc"

Opened 1 postprocess_masked.mrc as #2, grid size 360,360,360, pixel 0.83,
shown at level 0.00268, step 2, values float32  

> set bgColor white

> volume #1 step 1

> volume #2 step 1

> surface dust #1 size 8.3

> surface dust #2 size 8.3

> select add #1

2 models selected  

> select add #2

4 models selected  

> select subtract #2

2 models selected  

> ui mousemode right "translate selected models"

> view matrix models #1,1,0,0,-0.50591,0,1,0,1.5243,0,0,1,-27.125

> ui mousemode right "rotate selected models"

> view matrix models
> #1,0.99814,-0.06098,-0.0027381,10.003,0.060983,0.99814,0.00083898,-7.0922,0.0026818,-0.0010044,1,-27.349

> fitmap #1 inMap #2

Fit map 1 postprocess_masked.mrc in map 1 postprocess_masked.mrc using 466122
points  
correlation = 0.4606, correlation about mean = 0.2832, overlap = 27.96  
steps = 80, shift = 2.53, angle = 1.28 degrees  
  
Position of 1 postprocess_masked.mrc (#1) relative to 1 postprocess_masked.mrc
(#2) coordinates:  
Matrix rotation and translation  
0.99924853 -0.03875574 -0.00060823 5.99664513  
0.03875602 0.99924859 0.00046486 -5.75976826  
0.00058976 -0.00048808 0.99999971 -28.94412208  
Axis -0.01229166 -0.01545252 0.99980505  
Axis point 162.90892987 142.39723081 0.00000000  
Rotation angle (degrees) 2.22153801  
Shift along axis -28.92318514  
  

> vop add #1 #2

Opened volume sum as #3, grid size 376,376,397, pixel 0.83, shown at step 1,
values float32  

> select subtract #1

Nothing selected  

> show #!1 models

> show #!2 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> close #1-3

> open D:/FUS/map/1fl-postprocess_masked.mrc

Opened 1fl-postprocess_masked.mrc as #1, grid size 360,360,360, pixel 0.83,
shown at level 0.0195, step 2, values float32  

> volume #1 step 1

> select add #1

2 models selected  

> select subtract #1

Nothing selected  

> open D:/FUS/map/1fl-postprocess_masked.mrc

Opened 1fl-postprocess_masked.mrc as #2, grid size 360,360,360, pixel 0.83,
shown at level 0.0195, step 2, values float32  

> select add #2

2 models selected  

> ui mousemode right "translate selected models"

> view matrix models #2,1,0,0,2.01,0,1,0,1.0956,0,0,1,-70.623

> ui mousemode right "rotate selected models"

> view matrix models
> #2,0.97241,-0.23322,0.0049349,42.859,0.23314,0.97235,0.013201,-29.317,-0.0078773,-0.011687,0.9999,-67.607

> ui mousemode right "translate selected models"

> view matrix models
> #2,0.97241,-0.23322,0.0049349,43.895,0.23314,0.97235,0.013201,-28.624,-0.0078773,-0.011687,0.9999,-105.73

> ui mousemode right "rotate selected models"

> view matrix models
> #2,0.97404,-0.22423,-0.031107,47.564,0.22469,0.97435,0.012301,-27.62,0.027551,-0.018972,0.99944,-109.48

> view matrix models
> #2,0.97415,-0.22545,-0.014357,45.258,0.2251,0.97408,-0.022383,-22.483,0.019031,0.018572,0.99965,-114.38

> ui mousemode right "translate selected models"

> view matrix models
> #2,0.97415,-0.22545,-0.014357,50.791,0.2251,0.97408,-0.022383,-21.85,0.019031,0.018572,0.99965,-161.79

> ui mousemode right "rotate selected models"

> view matrix models
> #2,0.87385,-0.48427,-0.043208,111.06,0.48415,0.87487,-0.013902,-43.657,0.044534,-0.0087712,0.99897,-160.87

> ui mousemode right "translate selected models"

> view matrix models
> #2,0.87385,-0.48427,-0.043208,119.32,0.48415,0.87487,-0.013902,-41.43,0.044534,-0.0087712,0.99897,-236.5

> view matrix models
> #2,0.87385,-0.48427,-0.043208,106.75,0.48415,0.87487,-0.013902,-45.324,0.044534,-0.0087712,0.99897,-241.17

> view matrix models
> #2,0.87385,-0.48427,-0.043208,104.22,0.48415,0.87487,-0.013902,-46.441,0.044534,-0.0087712,0.99897,-241.14

> ui mousemode right "rotate selected models"

> view matrix models
> #2,0.87856,-0.47758,0.0068468,95.036,0.47758,0.87859,0.0018762,-48.457,-0.0069115,0.0016215,0.99997,-235.71

> view matrix models
> #2,0.878,-0.47866,0.0018663,96.031,0.47855,0.8777,-0.025248,-44.422,0.010447,0.023061,0.99968,-241.58

> view matrix models
> #2,0.87813,-0.47774,0.025449,92.361,0.47812,0.87823,-0.010958,-46.568,-0.017115,0.02179,0.99962,-237.47

> view matrix models
> #2,0.97079,-0.23951,0.013984,42.484,0.23964,0.97082,-0.0086093,-28.208,-0.011514,0.011709,0.99987,-236.67

> ui mousemode right "translate selected models"

> view matrix models
> #2,0.97079,-0.23951,0.013984,38.817,0.23964,0.97082,-0.0086093,-31.105,-0.011514,0.011709,0.99987,-236.47

> ui tool show "Fit in Map"

> fitmap #2 inMap #1

Fit map 1fl-postprocess_masked.mrc in map 1fl-postprocess_masked.mrc using
58317 points  
correlation = 0.2941, correlation about mean = -0.1467, overlap = 3.618  
steps = 456, shift = 1.6, angle = 4.5 degrees  
  
Position of 1fl-postprocess_masked.mrc (#2) relative to 1fl-
postprocess_masked.mrc (#1) coordinates:  
Matrix rotation and translation  
0.94999639 -0.31223914 -0.00368588 55.05316242  
0.31225092 0.94999421 0.00322065 -40.01774346  
0.00249595 -0.00421052 0.99998802 -237.19241841  
Axis -0.01189815 -0.00989782 0.99988023  
Axis point 158.40981953 141.90150669 0.00000000  
Rotation angle (degrees) 18.19683430  
Shift along axis -237.42295150  
  

> vop add #1 #2

Opened volume sum as #3, grid size 458,457,649, pixel 0.83, shown at step 1,
values float32  

> select subtract #2

Nothing selected  

> hide #!3 models

> show #!2 models

> show #!1 models

> hide #!2 models

> hide #!1 models

> show #!3 models

> hide #!3 models

> show #!2 models

> show #!1 models

> fitmap #2 inMap #1

Fit map 1fl-postprocess_masked.mrc in map 1fl-postprocess_masked.mrc using
58317 points  
correlation = 0.2941, correlation about mean = -0.1466, overlap = 3.618  
steps = 2000, shift = 0.107, angle = 0.0586 degrees  
  
Position of 1fl-postprocess_masked.mrc (#2) relative to 1fl-
postprocess_masked.mrc (#1) coordinates:  
Matrix rotation and translation  
0.94998360 -0.31228042 -0.00347856 54.99020667  
0.31229348 0.94997630 0.00422089 -40.26974608  
0.00198644 -0.00509611 0.99998504 -236.98426583  
Axis -0.01491515 -0.00874866 0.99985049  
Axis point 157.93787073 139.45676358 0.00000000  
Rotation angle (degrees) 18.19992350  
Shift along axis -237.41671475  
  

> vop add #1 #2

Opened volume sum as #4, grid size 457,458,649, pixel 0.83, shown at step 1,
values float32  

> close #3

> surface dust #4 size 8.3

> volume #2 step 1

> hide #!4 models

> show #!1 models

> fitmap #2 inMap #1

Fit map 1fl-postprocess_masked.mrc in map 1fl-postprocess_masked.mrc using
466035 points  
correlation = 0.2942, correlation about mean = -0.1424, overlap = 28.83  
steps = 276, shift = 0.0649, angle = 0.0383 degrees  
  
Position of 1fl-postprocess_masked.mrc (#2) relative to 1fl-
postprocess_masked.mrc (#1) coordinates:  
Matrix rotation and translation  
0.95000571 -0.31221144 -0.00362945 55.03151100  
0.31222383 0.95000185 0.00357324 -40.11234919  
0.00233238 -0.00452780 0.99998703 -237.13444407  
Axis -0.01297170 -0.00954632 0.99987029  
Axis point 158.31933814 141.04709587 0.00000000  
Rotation angle (degrees) 18.19536912  
Shift along axis -237.43461297  
  

> vop add #1 #2

Opened volume sum as #3, grid size 458,457,649, pixel 0.83, shown at step 1,
values float32  

> hide #!3 models

> show #!4 models

> hide #!4 models

> show #!3 models

> close #3-4

> vop add #1 #2

Opened volume sum as #3, grid size 458,457,649, pixel 0.83, shown at step 1,
values float32  

> volume #3 level 0.0139

> close #3

> vop maximum #1 #2

Opened volume maximum as #3, grid size 458,457,649, pixel 0.83, shown at step
1, values float32  

> hide #!3 models

> show #!3 models

> vop maximum #1 #2

Opened volume maximum as #4, grid size 458,457,649, pixel 0.83, shown at step
1, values float32  

> select add #4

2 models selected  

> view matrix models #4,1,0,0,-4.8803,0,1,0,3.292,0,0,1,-113.56

> ui mousemode right "rotate selected models"

> view matrix models
> #4,0.96976,-0.24123,0.037135,36.402,0.24327,0.96766,-0.066779,-23.396,-0.019825,0.073794,0.99708,-122.4

> ui mousemode right "translate selected models"

> view matrix models
> #4,0.96976,-0.24123,0.037135,30.115,0.24327,0.96766,-0.066779,-17.417,-0.019825,0.073794,0.99708,-299.44

> view matrix models
> #4,0.96976,-0.24123,0.037135,24.115,0.24327,0.96766,-0.066779,-7.0937,-0.019825,0.073794,0.99708,-461.14

> view matrix models
> #4,0.96976,-0.24123,0.037135,27.584,0.24327,0.96766,-0.066779,-12.869,-0.019825,0.073794,0.99708,-462.3

> ui mousemode right "move picked models"

> ui mousemode right "rotate selected models"

> view matrix models
> #4,0.85931,-0.49721,0.11984,80.981,0.50315,0.86388,-0.023637,-33.839,-0.091774,0.080608,0.99251,-453.25

> view matrix models
> #4,0.86041,-0.50193,0.088073,82.527,0.50152,0.86468,0.028397,-35.295,-0.090408,0.019737,0.99571,-443.89

> ui mousemode right "translate selected models"

> view matrix models
> #4,0.86041,-0.50193,0.088073,85.163,0.50152,0.86468,0.028397,-59.977,-0.090408,0.019737,0.99571,-441.61

> ui mousemode right "rotate selected models"

> view matrix models
> #4,0.86244,-0.50197,0.064943,85.577,0.4994,0.86479,0.052323,-60.414,-0.082427,-0.012693,0.99652,-437.61

> view matrix models
> #4,0.85966,-0.51082,0.0074625,89.082,0.51078,0.85969,0.0062147,-59.81,-0.00959,-0.0015308,0.99995,-449.6

> ui mousemode right "translate selected models"

> view matrix models
> #4,0.85966,-0.51082,0.0074625,92.979,0.51078,0.85969,0.0062147,-62.11,-0.00959,-0.0015308,0.99995,-449.33

> fitmap #4 inMap #3

Fit map volume maximum in map volume maximum using 832367 points  
correlation = 0.3042, correlation about mean = -0.06039, overlap = 48.57  
steps = 2000, shift = 7.34, angle = 3.87 degrees  
  
Position of volume maximum (#4) relative to volume maximum (#3) coordinates:  
Matrix rotation and translation  
0.82388197 -0.56674472 -0.00434924 113.07062923  
0.56675694 0.82388169 0.00235099 -59.62493542  
0.00225085 -0.00440190 0.99998778 -450.22360112  
Axis -0.00595735 -0.00582254 0.99996530  
Axis point 155.35546833 146.49583432 0.00000000  
Rotation angle (degrees) 34.52532809  
Shift along axis -450.53441223  
  

> fitmap #4 inMap #3

Fit map volume maximum in map volume maximum using 832367 points  
correlation = 0.3044, correlation about mean = -0.06281, overlap = 48.18  
steps = 2000, shift = 1.11, angle = 0.246 degrees  
  
Position of volume maximum (#4) relative to volume maximum (#3) coordinates:  
Matrix rotation and translation  
0.82383182 -0.56677890 -0.00792566 113.82374451  
0.56682124 0.82382723 0.00472929 -60.60296097  
0.00384891 -0.00838857 0.99995741 -450.11955906  
Axis -0.01157046 -0.01038563 0.99987912  
Axis point 159.34107616 142.09685863 0.00000000  
Rotation angle (degrees) 34.53215045  
Shift along axis -450.75274381  
  

> select subtract #4

Nothing selected  

> select add #4

2 models selected  

> select subtract #4

Nothing selected  

> vop maximum #3 #4

Opened volume maximum as #5, grid size 643,641,1197, pixel 0.83, shown at step
1, values float32  

> save D:/FUS/halfpitch_HC/donor1.cxs

> vop maximum #3 #4

Opened volume maximum as #6, grid size 643,641,1197, pixel 0.83, shown at step
1, values float32  

> select add #6

2 models selected  

> view matrix models #6,1,0,0,-2.9146,0,1,0,-18.212,0,0,1,-422.7

> view matrix models #6,1,0,0,-4.8565,0,1,0,-29.155,0,0,1,-677.77

> ui mousemode right "rotate selected models"

> view matrix models
> #6,0.80391,-0.59465,0.01102,116.31,0.59459,0.80398,0.0086864,-80.079,-0.014025,-0.00043079,0.9999,-675.77

> ui mousemode right "translate selected models"

> view matrix models
> #6,0.80391,-0.59465,0.01102,116.8,0.59459,0.80398,0.0086864,-102.32,-0.014025,-0.00043079,0.9999,-843.37

> view matrix models
> #6,0.80391,-0.59465,0.01102,112.02,0.59459,0.80398,0.0086864,-108.66,-0.014025,-0.00043079,0.9999,-896.89

> view matrix models
> #6,0.80391,-0.59465,0.01102,115.21,0.59459,0.80398,0.0086864,-77.871,-0.014025,-0.00043079,0.9999,-897.46

> ui mousemode right "rotate selected models"

> view matrix models
> #6,0.80516,-0.59177,0.038981,120.05,0.59263,0.80532,-0.01544,-82.519,-0.022256,0.035533,0.99912,-902.02

> view matrix models
> #6,0.8035,-0.59529,0.0044595,114.08,0.59526,0.80332,-0.018748,-83.221,0.0075783,0.017719,0.99981,-903.29

> view matrix models
> #6,0.59535,-0.80339,0.01154,176.55,0.8006,0.59437,0.075959,-61.109,-0.067883,-0.035983,0.99704,-885.04

> view matrix models
> #6,0.58974,-0.80727,0.02295,180.16,0.80735,0.59002,0.007616,-74.733,-0.019689,0.014037,0.99971,-898.94

> view matrix models
> #6,0.50954,-0.86044,-0.0040741,194.26,0.86014,0.50922,0.02934,-65.383,-0.023171,-0.018454,0.99956,-893.48

> view matrix models
> #6,0.50996,-0.85997,0.019719,198.78,0.86013,0.51007,0.00096818,-71.057,-0.010891,0.016467,0.99981,-900.53

> ui mousemode right "translate selected models"

> view matrix models
> #6,0.50996,-0.85997,0.019719,200.64,0.86013,0.51007,0.00096818,-63.838,-0.010891,0.016467,0.99981,-900.43

> fitmap #6 inMap #5

Fit map volume maximum in map volume maximum using 1500382 points  
correlation = 0.2441, correlation about mean = -0.02013, overlap = 48.85  
steps = 2000, shift = 20.2, angle = 9.67 degrees  
  
Position of volume maximum (#6) relative to volume maximum (#5) coordinates:  
Matrix rotation and translation  
0.36347783 -0.93132250 -0.02285316 245.12223471  
0.93160180 0.36340491 0.00741385 -49.33659096  
0.00140027 -0.02398481 0.99971134 -893.26862208  
Axis -0.01685068 -0.01301605 0.99977329  
Axis point 159.67794754 137.84283237 0.00000000  
Rotation angle (degrees) 68.69718276  
Shift along axis -896.55441969  
  

> select subtract #6

Nothing selected  

> select add #6

2 models selected  

> select add #5

4 models selected  

> vop maximum #5 #6

Opened volume maximum as #7, grid size 860,842,2288, pixel 0.83, shown at step
1, values float32  

> volume #7 level 0.02349

> volume #7 level 0.01862

> volume #7 level 0.01695

> save D:/FUS/halfpitch_HC/donor1.cxs

ChimeraX session files cannot include maps over 4 Gbytes in size.  
  
You tried to save map "volume maximum", size 860,842,2288, type float32.
Instead save the map in a map file (e.g. *.mrc, *.cmap) then save the session
file and it will reference the map file instead of including the map data in
the session file.  
[Repeated 1 time(s)]

> close #1-4

> save D:/FUS/halfpitch_HC/donor1.cxs

Ran out of memory trying to save a session including 3 maps (9.8 Gbytes).  
  
To save the session you will either have to save the maps to separate files
(then only the path to the file is included in the session) or close some of
the maps.  
  
#5 "volume maximum" (1882 MB)  
#6 "volume maximum" (1882 MB)  
#7 "volume maximum" (6320 MB)  
[Repeated 1 time(s)]

> vop maximum #5 #6

Opened volume maximum as #1, grid size 860,842,2288, pixel 0.83, shown at step
1, values float32  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\cmd_line\tool.py", line 322, in execute  
cmd.run(cmd_text)  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\core\commands\cli.py", line 3258, in run  
result = ci.function(  
^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\core\commands\cli.py", line 3855, in __call__  
return self.cmd.run(text, _used_aliases=_used_aliases, log=log)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\core\commands\cli.py", line 3237, in run  
result = ci.function(session, **kw_args)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\map_filter\vopcommand.py", line 350, in volume_maximum  
rv = combine_op(volumes, 'maximum', on_grid, bounding_grid, subregion, step,  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\map_filter\vopcommand.py", line 406, in combine_op  
cv = [combine_operation(volumes, operation, subregion, step,  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\map_filter\vopcommand.py", line 406, in <listcomp>  
cv = [combine_operation(volumes, operation, subregion, step,  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\map_filter\vopcommand.py", line 465, in combine_operation  
rv.combine_interpolated_values(v, op, subregion = subregion, step = step,  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\map\volume.py", line 1538, in combine_interpolated_values  
values, const_values = v.interpolate_on_grid(self, subregion, step)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\map\volume.py", line 1598, in interpolate_on_grid  
values = empty(shape, floatc)  
^^^^^^^^^^^^^^^^^^^^  
numpy.core._exceptions._ArrayMemoryError: Unable to allocate 6.17 GiB for an
array with shape (2288, 842, 860) and data type float32  
  
numpy.core._exceptions._ArrayMemoryError: Unable to allocate 6.17 GiB for an
array with shape (2288, 842, 860) and data type float32  
  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\map\volume.py", line 1598, in interpolate_on_grid  
values = empty(shape, floatc)  
^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  

> hide #!1 models

> show #!1 models

> select subtract #5

2 models selected  

> select subtract #6

Nothing selected  

> hide #!7 models

> show #!7 models

> hide #!1 models

> show #!1 models

> hide #!7 models

> show #!7 models

> hide #!7 models

> show #!5 models

> show #!6 models

> hide #!1 models

> vop maximum #5 #6

Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\cmd_line\tool.py", line 322, in execute  
cmd.run(cmd_text)  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\core\commands\cli.py", line 3258, in run  
result = ci.function(  
^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\core\commands\cli.py", line 3855, in __call__  
return self.cmd.run(text, _used_aliases=_used_aliases, log=log)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\core\commands\cli.py", line 3237, in run  
result = ci.function(session, **kw_args)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\map_filter\vopcommand.py", line 350, in volume_maximum  
rv = combine_op(volumes, 'maximum', on_grid, bounding_grid, subregion, step,  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\map_filter\vopcommand.py", line 406, in combine_op  
cv = [combine_operation(volumes, operation, subregion, step,  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\map_filter\vopcommand.py", line 406, in <listcomp>  
cv = [combine_operation(volumes, operation, subregion, step,  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\map_filter\vopcommand.py", line 445, in combine_operation  
rg = gv.region_grid(r, value_type = value_type, new_spacing = spacing, clamp =
False)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\map\volume.py", line 1084, in region_grid  
m = zeros(shape, value_type)  
^^^^^^^^^^^^^^^^^^^^^^^^  
numpy.core._exceptions._ArrayMemoryError: Unable to allocate 6.17 GiB for an
array with shape (2288, 842, 860) and data type float32  
  
numpy.core._exceptions._ArrayMemoryError: Unable to allocate 6.17 GiB for an
array with shape (2288, 842, 860) and data type float32  
  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\map\volume.py", line 1084, in region_grid  
m = zeros(shape, value_type)  
^^^^^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  

> open D:/FUS/map/1fl-postprocess_masked.mrc

Opened 1fl-postprocess_masked.mrc as #2, grid size 360,360,360, pixel 0.83,
shown at level 0.0195, step 2, values float32  

> hide #!2 models

> show #!2 models

> hide #!5 models

> hide #!6 models

> volume #2 step 1

> volume #2 level 0.017

> show #!7 models

> select add #7

2 models selected  

> select subtract #7

Nothing selected  

> select add #2

2 models selected  

> view matrix models #2,1,0,0,0.13582,0,1,0,-4.1492,0,0,1,187.39

> view matrix models #2,1,0,0,-1.6283,0,1,0,-3.9812,0,0,1,240.08

> ui mousemode right "rotate selected models"

> view matrix models
> #2,0.95969,0.281,-0.0061322,-40.517,-0.28102,0.9597,-0.002514,42.602,0.0051787,0.0041359,0.99998,238.69

> ui mousemode right "translate selected models"

> view matrix models
> #2,0.95969,0.281,-0.0061322,-38.374,-0.28102,0.9597,-0.002514,44.09,0.0051787,0.0041359,0.99998,238.73

> view matrix models
> #2,0.95969,0.281,-0.0061322,-37.546,-0.28102,0.9597,-0.002514,47.395,0.0051787,0.0041359,0.99998,238.51

> fitmap #2 inMap #7

Fit map 1fl-postprocess_masked.mrc in map volume maximum using 579630 points  
correlation = 0.3083, correlation about mean = -0.1259, overlap = 35.4  
steps = 1816, shift = 4.05, angle = 1.94 degrees  
  
Position of 1fl-postprocess_masked.mrc (#2) relative to volume maximum (#7)
coordinates:  
Matrix rotation and translation  
0.94997360 0.31232123 0.00236816 -39.20468276  
-0.31230905 0.94997020 -0.00443594 54.23474088  
-0.00363512 0.00347443 0.99998736 237.48431186  
Axis 0.01266249 0.00960972 -0.99987365  
Axis point 158.33376227 141.26193920 0.00000000  
Rotation angle (degrees) 18.20118733  
Shift along axis -237.42955340  
  

> select subtract #2

Nothing selected  

> vop maximum #2 #7

Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\cmd_line\tool.py", line 322, in execute  
cmd.run(cmd_text)  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\core\commands\cli.py", line 3258, in run  
result = ci.function(  
^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\core\commands\cli.py", line 3855, in __call__  
return self.cmd.run(text, _used_aliases=_used_aliases, log=log)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\core\commands\cli.py", line 3237, in run  
result = ci.function(session, **kw_args)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\map_filter\vopcommand.py", line 350, in volume_maximum  
rv = combine_op(volumes, 'maximum', on_grid, bounding_grid, subregion, step,  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\map_filter\vopcommand.py", line 406, in combine_op  
cv = [combine_operation(volumes, operation, subregion, step,  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\map_filter\vopcommand.py", line 406, in <listcomp>  
cv = [combine_operation(volumes, operation, subregion, step,  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\map_filter\vopcommand.py", line 445, in combine_operation  
rg = gv.region_grid(r, value_type = value_type, new_spacing = spacing, clamp =
False)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\map\volume.py", line 1084, in region_grid  
m = zeros(shape, value_type)  
^^^^^^^^^^^^^^^^^^^^^^^^  
numpy.core._exceptions._ArrayMemoryError: Unable to allocate 11.3 GiB for an
array with shape (2576, 1079, 1091) and data type float32  
  
numpy.core._exceptions._ArrayMemoryError: Unable to allocate 11.3 GiB for an
array with shape (2576, 1079, 1091) and data type float32  
  
File "C:\Program Files\ChimeraX 1.11.1\bin\Lib\site-
packages\chimerax\map\volume.py", line 1084, in region_grid  
m = zeros(shape, value_type)  
^^^^^^^^^^^^^^^^^^^^^^^^  
  
See log for complete Python traceback.  
  




OpenGL version: 3.3.0 NVIDIA 591.55
OpenGL renderer: NVIDIA GeForce RTX 4060 Ti/PCIe/SSE2
OpenGL vendor: NVIDIA Corporation

Python: 3.11.9
Locale: zh_CN.cp936
Qt version: PyQt6 6.9.1, Qt 6.9.0
Qt runtime version: 6.9.2
Qt platform: windows

Manufacturer: HP
Model: Victus by HP 15L Gaming Desktop TG02-2xxx
OS: Microsoft Windows 11 家庭中文版 (Build 26200)
Memory: 16,920,178,688
MaxProcessMemory: 137,438,953,344
CPU: 28 Intel(R) Core(TM) i7-14700F
OSLanguage: zh-CN

Installed Packages:
    aiohappyeyeballs: 2.6.1
    aiohttp: 3.13.1
    aiosignal: 1.4.0
    alabaster: 1.0.0
    annotated-types: 0.7.0
    anyio: 4.12.1
    appdirs: 1.4.4
    asttokens: 3.0.1
    attrs: 25.4.0
    babel: 2.17.0
    beautifulsoup4: 4.13.5
    blockdiag: 3.0.0
    blosc2: 3.12.2
    build: 1.3.0
    certifi: 2026.1.4
    cftime: 1.6.5
    charset-normalizer: 3.4.4
    ChimeraX-AddCharge: 1.5.20
    ChimeraX-AddH: 2.2.8
    ChimeraX-AlignmentAlgorithms: 2.0.2
    ChimeraX-AlignmentHdrs: 3.6.1
    ChimeraX-AlignmentMatrices: 2.1
    ChimeraX-Alignments: 3.1.1
    ChimeraX-AlphaFold: 1.0.1
    ChimeraX-AltlocExplorer: 1.2
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Animations: 1.0
    ChimeraX-Aniso: 1.3.2
    ChimeraX-Arrays: 1.1
    ChimeraX-Atomic: 1.61.4
    ChimeraX-AtomicLibrary: 14.2.1
    ChimeraX-AtomSearch: 2.0.1
    ChimeraX-AxesPlanes: 2.4
    ChimeraX-BasicActions: 1.1.3
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 3.0.0
    ChimeraX-Boltz: 1.1
    ChimeraX-BondRot: 2.0.4
    ChimeraX-BugReporter: 1.0.2
    ChimeraX-BuildStructure: 2.13.1
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.6.0
    ChimeraX-ButtonPanel: 1.0.1
    ChimeraX-CageBuilder: 1.0.1
    ChimeraX-CellPack: 1.0
    ChimeraX-Centroids: 1.4
    ChimeraX-ChangeChains: 1.1
    ChimeraX-CheckWaters: 1.5
    ChimeraX-ChemGroup: 2.0.2
    ChimeraX-Clashes: 2.3
    ChimeraX-ColorActions: 1.0.5
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5.8
    ChimeraX-CommandLine: 1.3.0
    ChimeraX-ConnectStructure: 2.0.1
    ChimeraX-Contacts: 1.0.1
    ChimeraX-Core: 1.11.1
    ChimeraX-CoreFormats: 1.2
    ChimeraX-coulombic: 1.4.5
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0.1
    ChimeraX-DataFormats: 1.2.4
    ChimeraX-Dicom: 1.2.7
    ChimeraX-DistMonitor: 1.4.2
    ChimeraX-DockPrep: 1.1.4
    ChimeraX-Dssp: 2.0
    ChimeraX-EMDB-SFF: 1.0
    ChimeraX-ESMFold: 1.0
    ChimeraX-FileHistory: 1.0.1
    ChimeraX-FunctionKey: 1.0.1
    ChimeraX-Geometry: 1.3
    ChimeraX-gltf: 1.0
    ChimeraX-Graphics: 1.4.1
    ChimeraX-Hbonds: 2.5.3
    ChimeraX-Help: 1.3
    ChimeraX-HKCage: 1.3
    ChimeraX-IHM: 1.1
    ChimeraX-ImageFormats: 1.2
    ChimeraX-IMOD: 1.0
    ChimeraX-IO: 1.0.4
    ChimeraX-ItemsInspection: 1.0.1
    ChimeraX-IUPAC: 1.0
    ChimeraX-KVFinder: 1.7.3
    ChimeraX-Label: 1.2
    ChimeraX-ListInfo: 1.2.2
    ChimeraX-Log: 1.2.2
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.9.2
    ChimeraX-Map: 1.3
    ChimeraX-MapData: 2.0
    ChimeraX-MapEraser: 1.0.1
    ChimeraX-MapFilter: 2.0.1
    ChimeraX-MapFit: 2.0
    ChimeraX-MapSeries: 2.1.1
    ChimeraX-Markers: 1.0.1
    ChimeraX-Mask: 1.0.2
    ChimeraX-MatchMaker: 2.2.2
    ChimeraX-MCopy: 1.0
    ChimeraX-MCPServer: 0.1.0
    ChimeraX-MDcrds: 2.17.2
    ChimeraX-MedicalToolbar: 1.1
    ChimeraX-Meeting: 1.0.1
    ChimeraX-Minimize: 1.3.2
    ChimeraX-MLP: 1.1.1
    ChimeraX-mmCIF: 2.16
    ChimeraX-MMTF: 2.2
    ChimeraX-ModelArchive: 1.0
    ChimeraX-Modeller: 1.5.22
    ChimeraX-ModelPanel: 1.6
    ChimeraX-ModelSeries: 1.0.1
    ChimeraX-Mol2: 2.0.3
    ChimeraX-Mole: 1.0
    ChimeraX-Morph: 1.0.2
    ChimeraX-MouseModes: 1.2
    ChimeraX-Movie: 1.0.1
    ChimeraX-MutationScores: 1.0
    ChimeraX-Neuron: 1.0
    ChimeraX-Nifti: 1.2
    ChimeraX-NMRSTAR: 1.0.2
    ChimeraX-NRRD: 1.2
    ChimeraX-Nucleotides: 2.0.3
    ChimeraX-OpenCommand: 1.15.2
    ChimeraX-OrthoPick: 1.0.1
    ChimeraX-PDB: 2.7.12
    ChimeraX-PDBBio: 1.0.1
    ChimeraX-PDBLibrary: 1.0.5
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PickBlobs: 1.0.1
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.1.4
    ChimeraX-ProfileGrids: 1.4.2
    ChimeraX-PubChem: 2.2
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1.2
    ChimeraX-RemoteControl: 1.0
    ChimeraX-RenderByAttr: 1.6.5
    ChimeraX-RenumberResidues: 1.1
    ChimeraX-ResidueFit: 1.0.1
    ChimeraX-RestServer: 1.3.3
    ChimeraX-RNALayout: 1.0
    ChimeraX-RotamerLibMgr: 4.0
    ChimeraX-RotamerLibsDunbrack: 2.0
    ChimeraX-RotamerLibsDynameomics: 2.0
    ChimeraX-RotamerLibsRichardson: 2.0
    ChimeraX-SaveCommand: 1.5.2
    ChimeraX-Scenes: 0.3.1
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0.3
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0.1
    ChimeraX-Segmentations: 3.5.10
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.17.3
    ChimeraX-Shape: 1.1
    ChimeraX-Shell: 1.0.1
    ChimeraX-Shortcuts: 1.2.1
    ChimeraX-ShowSequences: 1.0.3
    ChimeraX-SideView: 1.0.1
    ChimeraX-SimilarStructures: 1.0.1
    ChimeraX-Smiles: 2.1.2
    ChimeraX-SmoothLines: 1.0
    ChimeraX-SpaceNavigator: 1.0
    ChimeraX-StdCommands: 1.19.1
    ChimeraX-STL: 1.0.1
    ChimeraX-Storm: 1.0
    ChimeraX-StructMeasure: 1.2.1
    ChimeraX-Struts: 1.0.1
    ChimeraX-Surface: 1.0.1
    ChimeraX-SwapAA: 2.0.1
    ChimeraX-SwapRes: 2.5.2
    ChimeraX-TapeMeasure: 1.0
    ChimeraX-TaskManager: 1.0
    ChimeraX-Test: 1.0
    ChimeraX-Toolbar: 1.2.3
    ChimeraX-ToolshedUtils: 1.2.4
    ChimeraX-Topography: 1.0
    ChimeraX-ToQuest: 1.0
    ChimeraX-Tug: 1.0.1
    ChimeraX-UI: 1.49.1
    ChimeraX-Umap: 1.0
    ChimeraX-uniprot: 2.3.2
    ChimeraX-UnitCell: 1.0.1
    ChimeraX-ViewDock: 1.5.2
    ChimeraX-VIPERdb: 1.0
    ChimeraX-Vive: 1.1
    ChimeraX-VolumeMenu: 1.0.1
    ChimeraX-vrml: 1.0
    ChimeraX-VTK: 1.0
    ChimeraX-WavefrontOBJ: 1.0
    ChimeraX-WebCam: 1.0.2
    ChimeraX-WebServices: 1.1.5
    ChimeraX-Zone: 1.0.1
    click: 8.3.1
    colorama: 0.4.6
    comm: 0.2.3
    comtypes: 1.4.11
    contourpy: 1.3.3
    coverage: 7.13.1
    cxservices: 1.2.3
    cycler: 0.12.1
    Cython: 3.1.4
    debugpy: 1.8.19
    decorator: 5.2.1
    docutils: 0.21.2
    executing: 2.2.1
    filelock: 3.19.1
    fonttools: 4.61.1
    frozenlist: 1.8.0
    funcparserlib: 2.0.0a0
    glfw: 2.10.0
    grako: 3.16.5
    h11: 0.16.0
    h5py: 3.15.1
    html2text: 2025.4.15
    httpcore: 1.0.9
    httpx: 0.28.1
    httpx-sse: 0.4.3
    idna: 3.11
    ihm: 2.2
    imagecodecs: 2024.6.1
    imagesize: 1.4.1
    iniconfig: 2.3.0
    ipykernel: 6.30.1
    ipython: 9.5.0
    ipython_pygments_lexers: 1.1.1
    ipywidgets: 8.1.8
    jedi: 0.19.2
    Jinja2: 3.1.6
    jsonschema: 4.26.0
    jsonschema-specifications: 2025.9.1
    jupyter_client: 8.6.3
    jupyter_core: 5.9.1
    jupyterlab_widgets: 3.0.16
    kiwisolver: 1.4.9
    line_profiler: 5.0.0
    lxml: 6.0.2
    lz4: 4.3.2
    Markdown: 3.8.2
    MarkupSafe: 3.0.3
    matplotlib: 3.10.7
    matplotlib-inline: 0.2.1
    mcp: 1.18.0
    msgpack: 1.1.1
    multidict: 6.7.0
    ndindex: 1.10.1
    nest-asyncio: 1.6.0
    netCDF4: 1.6.5
    networkx: 3.3
    nibabel: 5.2.0
    nptyping: 2.5.0
    numexpr: 2.14.1
    numpy: 1.26.4
    nvidia-nvjitlink-cu12: 12.9.86
    OpenMM: 8.2.0
    OpenMM-CUDA-12: 8.2.0
    openvr: 1.26.701
    packaging: 25.0
    ParmEd: 4.2.2
    parso: 0.8.5
    pep517: 0.13.1
    pickleshare: 0.7.5
    pillow: 11.3.0
    pip: 25.2
    pkginfo: 1.12.1.2
    platformdirs: 4.5.1
    pluggy: 1.6.0
    prompt_toolkit: 3.0.52
    propcache: 0.4.1
    psutil: 7.0.0
    pure_eval: 0.2.3
    py-cpuinfo: 9.0.0
    pybind11: 3.0.1
    pycollada: 0.8
    pydantic: 2.12.5
    pydantic-settings: 2.12.0
    pydantic_core: 2.41.5
    pydicom: 2.4.4
    Pygments: 2.18.0
    pynmrstar: 3.3.6
    pynrrd: 1.0.0
    PyOpenGL: 3.1.10
    PyOpenGL-accelerate: 3.1.10
    pyopenxr: 1.1.4501
    pyparsing: 3.3.2
    pyproject_hooks: 1.2.0
    PyQt6-commercial: 6.9.1
    PyQt6-Qt6: 6.9.2
    PyQt6-WebEngine-commercial: 6.9.0
    PyQt6-WebEngine-Qt6: 6.9.2
    PyQt6_sip: 13.10.2
    pytest: 9.0.2
    pytest-cov: 7.0.0
    python-dateutil: 2.9.0.post0
    python-dotenv: 1.2.1
    python-multipart: 0.0.21
    pywin32: 311
    pyzmq: 27.1.0
    qtconsole: 5.7.0
    QtPy: 2.4.3
    qtshim: 1.2
    RandomWords: 0.4.0
    referencing: 0.37.0
    requests: 2.32.5
    roman-numerals: 4.1.0
    roman-numerals-py: 4.1.0
    rpds-py: 0.30.0
    scipy: 1.14.0
    setuptools: 80.9.0
    sfftk-rw: 0.8.1
    six: 1.17.0
    snowballstemmer: 3.0.1
    sortedcontainers: 2.4.0
    soupsieve: 2.8.3
    Sphinx: 8.2.3
    sphinx-autodoc-typehints: 3.2.0
    sphinxcontrib-applehelp: 2.0.0
    sphinxcontrib-blockdiag: 3.0.0
    sphinxcontrib-devhelp: 2.0.0
    sphinxcontrib-htmlhelp: 2.1.0
    sphinxcontrib-jsmath: 1.0.1
    sphinxcontrib-qthelp: 2.0.0
    sphinxcontrib-serializinghtml: 2.0.0
    sse-starlette: 3.2.0
    stack-data: 0.6.3
    starlette: 0.52.1
    superqt: 0.7.6
    tables: 3.10.2
    tcia_utils: 1.5.1
    tifffile: 2025.3.13
    tinyarray: 1.2.5
    tornado: 6.5.4
    traitlets: 5.14.3
    typing-inspection: 0.4.2
    typing_extensions: 4.15.0
    tzdata: 2025.3
    urllib3: 2.6.3
    uvicorn: 0.40.0
    wcwidth: 0.3.2
    webcolors: 24.11.1
    wheel: 0.45.1
    wheel-filename: 1.4.2
    widgetsnbextension: 4.0.15
    WMI: 1.5.1
    yarl: 1.22.0
1 2 3 4 5 6 7 8 9 10 11

Query Language

query: TracLinks and the [[TicketQuery]] macro both use a mini “query language” for specifying query filters. Filters are separated by ampersands (&). Each filter consists of the ticket field name, an operator and one or more values. More than one value are separated by a pipe (|), meaning that the filter matches any of the values. To include a literal & or | in a value, escape the character with a backslash (\).

The available operators are:

= the field content exactly matches one of the values
~= the field content contains one or more of the values
^= the field content starts with one of the values
$= the field content ends with one of the values

All of these operators can also be negated:

!= the field content matches none of the values
!~= the field content does not contain any of the values
!^= the field content does not start with any of the values
!$= the field content does not end with any of the values

The date fields created and modified can be constrained by using the = operator and specifying a value containing two dates separated by two dots (..). Either end of the date range can be left empty, meaning that the corresponding end of the range is open. The date parser understands a few natural date specifications like "3 weeks ago", "last month" and "now", as well as Bugzilla-style date specifications like "1d", "2w", "3m" or "4y" for 1 day, 2 weeks, 3 months and 4 years, respectively. Spaces in date specifications can be omitted to avoid having to quote the query string.

created=2007-01-01..2008-01-01 query tickets created in 2007
created=lastmonth..thismonth query tickets created during the previous month
modified=1weekago.. query tickets that have been modified in the last week
modified=..30daysago query tickets that have been inactive for the last 30 days

See also: TracTickets, TracReports, TracGuide, TicketQuery

Note: See TracWiki for help on using the wiki.