wiki:TracQuery

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 13671)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#20137 duplicate Crash on Mac waking from sleep Eric Pettersen bhogeba@…
#20136 duplicate Crash on Mac waking from sleep Eric Pettersen taic@…
#20135 duplicate Crash on Mac waking from sleep Tom Goddard taic@…
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 13671)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#20137 duplicate Crash on Mac waking from sleep Eric Pettersen bhogeba@…
Description
The following bug report has been submitted:
Platform:        macOS-26.3.1-arm64-arm-64bit
ChimeraX Version: 1.10rc202506100450 (2025-06-10 04:50:02 UTC)
Description
Last time you used ChimeraX it crashed.
This is a known crash that we are unable to fix. Here is information that may help you avoid this crash. The Qt window toolkit crashed due to a display configuration change, typically when waking from sleep or when an external display is disconnected or connected. This has only been seen on Mac computers. We hope a newer version of Qt will fix it. We update ChimeraX daily builds whenever a new Qt is released. You can check here https://www.cgl.ucsf.edu/chimerax/docs/troubleshoot.html#macdisplay to see if it has been fixed in a newer ChimeraX.
Fatal Python error: Segmentation fault

Current thread 0x0000000206eff100 (most recent call first):
 File "/Applications/ChimeraX-1.10-rc2025.06.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/ui/gui.py", line 368 in event_loop
 File "/Applications/ChimeraX-1.10-rc2025.06.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1057 in init
 File "/Applications/ChimeraX-1.10-rc2025.06.10.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1220 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.pdb_lib._load_libs, psutil._psutil_osx, psutil._psutil_posix, chimerax.surface._surface, chimerax.map._map, 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, PIL._imaging, chimerax.core._serialize, PyQt6.QtOpenGL, PyQt6.QtOpenGLWidgets, chimerax.graphics._graphics, chimerax.atomic._ribbons, chimerax.mmcif._mmcif, chimerax.mmcif.mmcif, chimerax.pdb._pdbio, lxml._elementpath, lxml.etree, chimerax.alignment_algs._sw, chimerax.dssp._dssp, chimerax.alignment_algs._nw, PIL._imagingmath, chimerax.atom_search.ast, chimerax.chem_group._chem_group (total: 61)


{"app_name":"ChimeraX","timestamp":"2026-04-05 11:36:54.00 -0400","app_version":"1.10.0","slice_uuid":"9cf8124a-d876-34ad-b7ee-c011183ebc15","build_version":"1.10.0.0","platform":1,"bundleID":"edu.ucsf.cgl.ChimeraX","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 26.3.1 (25D2128)","roots_installed":0,"name":"ChimeraX","incident_id":"824EADAE-27B8-49BF-BA67-792C8DFA8D20"}
{
 "uptime" : 280000,
 "procRole" : "Background",
 "version" : 2,
 "userID" : 1533080713,
 "deployVersion" : 210,
 "modelCode" : "Mac15,6",
 "coalitionID" : 4083,
 "osVersion" : {
   "train" : "macOS 26.3.1",
   "build" : "25D2128",
   "releaseType" : "User"
 },
 "captureTime" : "2026-04-05 11:36:26.1042 -0400",
 "codeSigningMonitor" : 2,
 "incident" : "824EADAE-27B8-49BF-BA67-792C8DFA8D20",
 "pid" : 22775,
 "translated" : false,
 "cpuType" : "ARM-64",
 "procLaunch" : "2026-04-02 22:47:26.0355 -0400",
 "procStartAbsTime" : 5193175762842,
 "procExitAbsTime" : 6722574093641,
 "procName" : "ChimeraX",
 "procPath" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/MacOS\/ChimeraX",
 "bundleInfo" : {"CFBundleShortVersionString":"1.10.0","CFBundleVersion":"1.10.0.0","CFBundleIdentifier":"edu.ucsf.cgl.ChimeraX"},
 "storeInfo" : {"deviceIdentifierForVendor":"7907C893-5782-5E7A-B003-32308BD8FC6D","thirdParty":true},
 "parentProc" : "launchd",
 "parentPid" : 1,
 "coalitionName" : "edu.ucsf.cgl.ChimeraX",
 "crashReporterKey" : "70228687-E509-459D-AB31-FABE2482F60C",
 "appleIntelligenceStatus" : {"state":"available"},
 "developerMode" : 1,
 "codeSigningID" : "edu.ucsf.cgl.ChimeraX",
 "codeSigningTeamID" : "LWV8X224YF",
 "codeSigningFlags" : 570491649,
 "codeSigningValidationCategory" : 6,
 "codeSigningTrustLevel" : 4294967295,
 "codeSigningAuxiliaryInfo" : 0,
 "instructionByteStream" : {"beforePC":"fyMD1f17v6n9AwCRFOD\/l78DAJH9e8Go\/w9f1sADX9YQKYDSARAA1A==","atPC":"AwEAVH8jA9X9e7+p\/QMAkQng\/5e\/AwCR\/XvBqP8PX9bAA1\/WcAqA0g=="},
 "bootSessionUUID" : "8589CC38-99E9-4D39-A76C-779C2F48B65D",
 "wakeTime" : 24,
 "sleepWakeUUID" : "F313F6DB-8DAE-4EBC-AA16-F54504747946",
 "sip" : "enabled",
 "vmRegionInfo" : "0xffffb2833dd137ec is not in any region.  \n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      UNUSED SPACE AT END",
 "exception" : {"codes":"0x0000000000000001, 0x3bf5b2833dd137ec","rawCodes":[1,4320555694279440364],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x3bf5b2833dd137ec -> 0xffffb2833dd137ec (possible pointer authentication failure)"},
 "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"ChimeraX","byPid":22775},
 "vmregioninfo" : "0xffffb2833dd137ec is not in any region.  \n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      UNUSED SPACE AT END",
 "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":6102955880},{"value":99},{"value":109},{"value":1152921536917311488},{"value":18446726482597246976},{"value":5652689178882732521},{"value":5652689170243518697},{"value":14757395258967641293},{"value":4294967286},{"value":6102955810},{"value":0},{"value":54},{"value":4294967280},{"value":328},{"value":8729137088},{"value":0},{"value":11},{"value":259},{"value":8706322912,"symbolLocation":224,"symbol":"_main_thread"},{"value":0},{"value":1},{"value":4384687664,"symbolLocation":0,"symbol":"faulthandler_handlers"},{"value":8663339008,"symbolLocation":0,"symbol":"OBJC_IVAR_$_NSImageMultiURLReferencingRepProvider._representations"},{"value":8663339008,"symbolLocation":0,"symbol":"OBJC_IVAR_$_NSImageMultiURLReferencingRepProvider._representations"},{"value":5},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891485320},"cpsr":{"value":1073745920},"fp":{"value":6102955952},"sp":{"value":6102955920},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891247024,"matchesCrashFrame":1},"far":{"value":0}},"id":5191918,"triggered":true,"name":"CrBrowserMain","queue":"com.apple.main-thread","frames":[{"imageOffset":38320,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":153},{"imageOffset":26760,"symbol":"pthread_kill","symbolLocation":296,"imageIndex":154},{"imageOffset":269616,"symbol":"raise","symbolLocation":32,"imageIndex":155},{"imageOffset":2417160,"symbol":"faulthandler_fatal_error","symbolLocation":392,"imageIndex":1},{"imageOffset":14180,"symbol":"_sigtramp","symbolLocation":56,"imageIndex":156},{"imageOffset":378364,"imageIndex":71},{"imageOffset":378136,"imageIndex":71},{"imageOffset":199640,"symbol":"_NSViewHierarchyDidChangeBackingProperties","symbolLocation":244,"imageIndex":157},{"imageOffset":13632916,"symbol":"-[NSWindow _postWindowDidChangeBackingPropertiesAndDisplayWindowForPreviousBackingScaleFactor:previousColorSpace:]","symbolLocation":192,"imageIndex":157},{"imageOffset":13625920,"symbol":"__67-[NSWindow _updateSettingsSendingScreenChangeNotificationToScreen:]_block_invoke","symbolLocation":432,"imageIndex":157},{"imageOffset":268816,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":157},{"imageOffset":13625476,"symbol":"-[NSWindow _updateSettingsSendingScreenChangeNotificationToScreen:]","symbolLocation":96,"imageIndex":157},{"imageOffset":13628028,"symbol":"-[NSWindow _setFrameCommon:display:fromServer:]","symbolLocation":1888,"imageIndex":157},{"imageOffset":13571936,"symbol":"-[NSWindow(NSScreenLayout) _setFrame:fromAdjustmentToScreen:anchorIfNeeded:animate:]","symbolLocation":628,"imageIndex":157},{"imageOffset":1472964,"symbol":"-[NSWindow _adjustWindowToScreen]","symbolLocation":1184,"imageIndex":157},{"imageOffset":13655052,"symbol":"-[NSWindow _displayChangedSoAdjustWindows:]","symbolLocation":100,"imageIndex":157},{"imageOffset":3693400,"imageIndex":157},{"imageOffset":4748728,"imageIndex":157},{"imageOffset":4748792,"imageIndex":157},{"imageOffset":5783152,"symbol":"-[NSApplication enumerateWindowsWithOptions:usingBlock:]","symbolLocation":236,"imageIndex":157},{"imageOffset":3690688,"imageIndex":157},{"imageOffset":3759620,"imageIndex":157},{"imageOffset":3759660,"imageIndex":157},{"imageOffset":3686404,"imageIndex":157},{"imageOffset":3688980,"imageIndex":157},{"imageOffset":3699104,"imageIndex":157},{"imageOffset":2115372,"imageIndex":157},{"imageOffset":3759620,"imageIndex":157},{"imageOffset":3759660,"imageIndex":157},{"imageOffset":3687260,"imageIndex":157},{"imageOffset":3688076,"imageIndex":157},{"imageOffset":3698456,"imageIndex":157},{"imageOffset":4277444,"imageIndex":157},{"imageOffset":2491416,"imageIndex":157},{"imageOffset":2490976,"imageIndex":157},{"imageOffset":4962436,"imageIndex":157},{"imageOffset":4963580,"imageIndex":157},{"imageOffset":4962576,"imageIndex":157},{"imageOffset":10960416,"symbol":"_NSCGSDisplayConfigurationUpdateAndInvokeObservers","symbolLocation":444,"imageIndex":157},{"imageOffset":10961636,"symbol":"_NSCGSDisplayConfigurationDidReconfigureNotificationHandler","symbolLocation":316,"imageIndex":157},{"imageOffset":43120,"symbol":"(anonymous namespace)::notify_datagram_handler(unsigned int, CGSDatagramType, void*, unsigned long, void*)","symbolLocation":928,"imageIndex":158},{"imageOffset":4698300,"symbol":"CGSDatagramReadStream::dispatchMainQueueDatagrams()","symbolLocation":284,"imageIndex":158},{"imageOffset":4697984,"symbol":"invocation function for block in CGSDatagramReadStream::mainQueueWakeup()","symbolLocation":36,"imageIndex":158},{"imageOffset":390676,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__","symbolLocation":28,"imageIndex":159},{"imageOffset":390484,"symbol":"__CFRunLoopDoBlocks","symbolLocation":396,"imageIndex":159},{"imageOffset":385972,"symbol":"__CFRunLoopRun","symbolLocation":848,"imageIndex":159},{"imageOffset":1150780,"symbol":"_CFRunLoopRunSpecificWithOptions","symbolLocation":532,"imageIndex":159},{"imageOffset":792464,"symbol":"RunCurrentEventLoopInMode","symbolLocation":316,"imageIndex":160},{"imageOffset":805560,"symbol":"ReceiveNextEventCommon","symbolLocation":488,"imageIndex":160},{"imageOffset":2419556,"symbol":"_BlockUntilNextEventMatchingListInMode","symbolLocation":48,"imageIndex":160},{"imageOffset":5382164,"symbol":"_DPSBlockUntilNextEventMatchingListInMode","symbolLocation":236,"imageIndex":157},{"imageOffset":130632,"symbol":"_DPSNextEvent","symbolLocation":588,"imageIndex":157},{"imageOffset":11431688,"symbol":"-[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":688,"imageIndex":157},{"imageOffset":11430932,"symbol":"-[NSApplication(NSEventRouting) nextEventMatchingMask:untilDate:inMode:dequeue:]","symbolLocation":72,"imageIndex":157},{"imageOffset":100224,"symbol":"-[NSApplication run]","symbolLocation":368,"imageIndex":157},{"imageOffset":97412,"imageIndex":71},{"imageOffset":639864,"symbol":"QEventLoop::exec(QFlags)","symbolLocation":596,"imageIndex":45},{"imageOffset":600940,"symbol":"QCoreApplication::exec()","symbolLocation":144,"imageIndex":45},{"imageOffset":2508944,"symbol":"meth_QApplication_exec(_object*, _object*)","symbolLocation":96,"imageIndex":48},{"imageOffset":1004504,"symbol":"cfunction_call","symbolLocation":96,"imageIndex":1},{"imageOffset":594156,"symbol":"_PyObject_MakeTpCall","symbolLocation":128,"imageIndex":1},{"imageOffset":1789244,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54984,"imageIndex":1},{"imageOffset":1729512,"symbol":"PyEval_EvalCode","symbolLocation":276,"imageIndex":1},{"imageOffset":1707120,"symbol":"builtin_exec","symbolLocation":428,"imageIndex":1},{"imageOffset":1007044,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS","symbolLocation":80,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":2389028,"symbol":"pymain_run_module","symbolLocation":256,"imageIndex":1},{"imageOffset":2387652,"symbol":"Py_RunMain","symbolLocation":1784,"imageIndex":1},{"imageOffset":2392180,"symbol":"pymain_main","symbolLocation":52,"imageIndex":1},{"imageOffset":2392116,"symbol":"Py_Main","symbolLocation":36,"imageIndex":1},{"imageOffset":15764,"symbol":"main","symbolLocation":128,"imageIndex":0},{"imageOffset":36180,"symbol":"start","symbolLocation":7184,"imageIndex":161}]},{"id":5192007,"name":"com.apple.NSEventThread","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":117660629073920},{"value":0},{"value":117660629073920},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":27395},{"value":0},{"value":18446744073709551569},{"value":8729138904},{"value":0},{"value":4294967295},{"value":2},{"value":117660629073920},{"value":0},{"value":117660629073920},{"value":6111551624},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891286568},"cpsr":{"value":4096},"fp":{"value":6111551472},"sp":{"value":6111551392},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891211828},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":153},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":153},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":153},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":153},{"imageOffset":392112,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":159},{"imageOffset":386312,"symbol":"__CFRunLoopRun","symbolLocation":1188,"imageIndex":159},{"imageOffset":1150780,"symbol":"_CFRunLoopRunSpecificWithOptions","symbolLocation":532,"imageIndex":159},{"imageOffset":719412,"symbol":"_NSEventThread","symbolLocation":184,"imageIndex":157},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192046,"name":"ThreadPoolServiceThread","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":32287567104},{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":3},{"value":82463372102402},{"value":60931},{"value":0},{"value":24576},{"value":45},{"value":369},{"value":6119976960},{"value":0},{"value":32311058128},{"value":32293210304},{"value":0},{"value":6119976232},{"value":12297829382473034411},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5628848004},"cpsr":{"value":2684358656},"fp":{"value":6119976208},"sp":{"value":6119976112},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891260804},"far":{"value":0}},"frames":[{"imageOffset":52100,"symbol":"kevent64","symbolLocation":8,"imageIndex":153},{"imageOffset":77670276,"imageIndex":56},{"imageOffset":77669752,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77324944,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192047,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":196825466273792},{"value":0},{"value":196825466273792},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":45827},{"value":32292077568},{"value":18446744073709551569},{"value":28507968079},{"value":0},{"value":0},{"value":32},{"value":196825466273792},{"value":0},{"value":196825466273792},{"value":6128397616},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891286568},"cpsr":{"value":4096},"fp":{"value":6128396960},"sp":{"value":6128396880},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891211828},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":153},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":153},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":153},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":153},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374288,"imageIndex":56},{"imageOffset":77374004,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192048,"name":"ThreadPoolBackgroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":199024489529344},{"value":0},{"value":199024489529344},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":46339},{"value":32292077568},{"value":18446744073709551569},{"value":41964937825},{"value":0},{"value":0},{"value":32},{"value":199024489529344},{"value":0},{"value":199024489529344},{"value":6136818992},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891286568},"cpsr":{"value":4096},"fp":{"value":6136818336},"sp":{"value":6136818256},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891211828},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":153},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":153},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":153},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":153},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374156,"imageIndex":56},{"imageOffset":77374064,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192049,"name":"Chrome_IOThread","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":32266250560},{"value":3},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":9223372036854775809},{"value":48387},{"value":0},{"value":8192},{"value":58},{"value":369},{"value":6145241088},{"value":0},{"value":32311054928},{"value":32293210624},{"value":0},{"value":6145240344},{"value":12297829382473034411},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5628848004},"cpsr":{"value":1610616832},"fp":{"value":6145240320},"sp":{"value":6145240224},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891260804},"far":{"value":0}},"frames":[{"imageOffset":52100,"symbol":"kevent64","symbolLocation":8,"imageIndex":153},{"imageOffset":77670276,"imageIndex":56},{"imageOffset":77669752,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":49839956,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192050,"name":"NetworkConfigWatcher","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":213318140690432},{"value":0},{"value":213318140690432},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":49667},{"value":45},{"value":18446744073709551569},{"value":6153662464},{"value":0},{"value":0},{"value":32},{"value":213318140690432},{"value":0},{"value":213318140690432},{"value":6153661456},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891286568},"cpsr":{"value":4096},"fp":{"value":6153660800},"sp":{"value":6153660720},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891211828},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":153},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":153},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":153},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":153},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77143120,"imageIndex":56},{"imageOffset":76806856,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192051,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":215620243161088},{"value":0},{"value":215620243161088},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":50203},{"value":19},{"value":18446744073709551569},{"value":4463259788},{"value":0},{"value":0},{"value":32},{"value":215620243161088},{"value":0},{"value":215620243161088},{"value":6162083120},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891286568},"cpsr":{"value":4096},"fp":{"value":6162082464},"sp":{"value":6162082384},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891211828},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":153},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":153},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":153},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":153},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374288,"imageIndex":56},{"imageOffset":77374004,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192052,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":216616675573760},{"value":0},{"value":216616675573760},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":50435},{"value":19},{"value":18446744073709551569},{"value":46847521300},{"value":0},{"value":0},{"value":32},{"value":216616675573760},{"value":0},{"value":216616675573760},{"value":6170504496},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891286568},"cpsr":{"value":4096},"fp":{"value":6170503840},"sp":{"value":6170503760},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891211828},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":153},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":153},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":153},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":153},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374288,"imageIndex":56},{"imageOffset":77374004,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192053,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":218815698829312},{"value":0},{"value":218815698829312},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":50947},{"value":32115916800},{"value":18446744073709551569},{"value":23860112083},{"value":0},{"value":0},{"value":32},{"value":218815698829312},{"value":0},{"value":218815698829312},{"value":6178925872},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891286568},"cpsr":{"value":4096},"fp":{"value":6178925216},"sp":{"value":6178925136},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891211828},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":153},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":153},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":153},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":153},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374288,"imageIndex":56},{"imageOffset":77374004,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192054,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":219915210457088},{"value":0},{"value":219915210457088},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":51203},{"value":13},{"value":18446744073709551569},{"value":32318376960},{"value":0},{"value":0},{"value":32},{"value":219915210457088},{"value":0},{"value":219915210457088},{"value":6187347248},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891286568},"cpsr":{"value":4096},"fp":{"value":6187346592},"sp":{"value":6187346512},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891211828},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":153},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":153},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":153},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":153},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374288,"imageIndex":56},{"imageOffset":77374004,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192055,"name":"Chrome_InProcGpuThread","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":243004954640384},{"value":0},{"value":243004954640384},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":56579},{"value":45},{"value":18446744073709551569},{"value":6195769344},{"value":0},{"value":0},{"value":32},{"value":243004954640384},{"value":0},{"value":243004954640384},{"value":6195768336},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891286568},"cpsr":{"value":4096},"fp":{"value":6195767680},"sp":{"value":6195767600},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891211828},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":153},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":153},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":153},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":153},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77143120,"imageIndex":56},{"imageOffset":76806856,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192056,"name":"Chrome_ChildIOThread","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":32309177168},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":1},{"value":82463372102402},{"value":56067},{"value":0},{"value":12288},{"value":45},{"value":369},{"value":6204190720},{"value":0},{"value":32311063248},{"value":32293211584},{"value":0},{"value":6204189976},{"value":12297829382473034411},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5628848004},"cpsr":{"value":2684358656},"fp":{"value":6204189952},"sp":{"value":6204189856},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891260804},"far":{"value":0}},"frames":[{"imageOffset":52100,"symbol":"kevent64","symbolLocation":8,"imageIndex":153},{"imageOffset":77670276,"imageIndex":56},{"imageOffset":77669752,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":120628144,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192057,"name":"CompositorTileWorker1","threadState":{"x":[{"value":260},{"value":0},{"value":512},{"value":0},{"value":0},{"value":161},{"value":0},{"value":0},{"value":6212611656},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8729137016},{"value":0},{"value":32293211928},{"value":32293212056},{"value":6212612320},{"value":0},{"value":0},{"value":512},{"value":513},{"value":768},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891487452},"cpsr":{"value":1610616832},"fp":{"value":6212611776},"sp":{"value":6212611632},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891226360},"far":{"value":0}},"frames":[{"imageOffset":17656,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":153},{"imageOffset":28892,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":154},{"imageOffset":77533976,"imageIndex":56},{"imageOffset":110943884,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192058,"name":"ThreadPoolSingleThreadSharedForeground0","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":236614043303936},{"value":0},{"value":236614043303936},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":55091},{"value":17},{"value":18446744073709551569},{"value":8053130240},{"value":0},{"value":0},{"value":32},{"value":236614043303936},{"value":0},{"value":236614043303936},{"value":6221032752},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891286568},"cpsr":{"value":4096},"fp":{"value":6221032096},"sp":{"value":6221032016},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891211828},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":153},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":153},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":153},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":153},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374332,"imageIndex":56},{"imageOffset":77374088,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192059,"name":"NetworkConfigWatcher","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":372747326717952},{"value":0},{"value":372747326717952},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":86787},{"value":45},{"value":18446744073709551569},{"value":6229454848},{"value":0},{"value":0},{"value":32},{"value":372747326717952},{"value":0},{"value":372747326717952},{"value":6229453840},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891286568},"cpsr":{"value":4096},"fp":{"value":6229453184},"sp":{"value":6229453104},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891211828},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":153},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":153},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":153},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":153},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77143120,"imageIndex":56},{"imageOffset":76806856,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192060,"name":"VizCompositorThread","threadState":{"x":[{"value":268451845},{"value":17179869442},{"value":0},{"value":366150256951296},{"value":0},{"value":366150256951296},{"value":32},{"value":16},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":85251},{"value":4},{"value":18446744073709551569},{"value":6237876224},{"value":0},{"value":16},{"value":32},{"value":366150256951296},{"value":0},{"value":366150256951296},{"value":6237875232},{"value":0},{"value":17179870466},{"value":18446744073709550527},{"value":1282}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891286568},"cpsr":{"value":4096},"fp":{"value":6237874576},"sp":{"value":6237874496},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891211828},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":153},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":153},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":153},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":153},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":76806888,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192061,"name":"NetworkService","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":32309159584},{"value":2},{"value":0},{"value":0},{"value":18446726482597246976},{"value":0},{"value":0},{"value":2},{"value":82463372102402},{"value":67587},{"value":0},{"value":10240},{"value":45},{"value":369},{"value":6246297600},{"value":0},{"value":32318932432},{"value":32293214464},{"value":0},{"value":6246296904},{"value":12297829382473034411},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":5628848004},"cpsr":{"value":2684358656},"fp":{"value":6246296880},"sp":{"value":6246296784},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891260804},"far":{"value":0}},"frames":[{"imageOffset":52100,"symbol":"kevent64","symbolLocation":8,"imageIndex":153},{"imageOffset":77670276,"imageIndex":56},{"imageOffset":77669752,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192062,"name":"NetworkNotificationThreadMac","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":358453675556864},{"value":0},{"value":358453675556864},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":83459},{"value":0},{"value":18446744073709551569},{"value":8729138904},{"value":0},{"value":4294967295},{"value":2},{"value":358453675556864},{"value":0},{"value":358453675556864},{"value":6254714312},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891286568},"cpsr":{"value":4096},"fp":{"value":6254714160},"sp":{"value":6254714080},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891211828},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":153},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":153},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":153},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":153},{"imageOffset":392112,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":159},{"imageOffset":386312,"symbol":"__CFRunLoopRun","symbolLocation":1188,"imageIndex":159},{"imageOffset":1150780,"symbol":"_CFRunLoopRunSpecificWithOptions","symbolLocation":532,"imageIndex":159},{"imageOffset":10861840,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":212,"imageIndex":163},{"imageOffset":77876416,"imageIndex":56},{"imageOffset":77870672,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192063,"name":"NetworkConfigWatcher","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":299080047656960},{"value":0},{"value":299080047656960},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":69635},{"value":45},{"value":18446744073709551569},{"value":6263140352},{"value":0},{"value":0},{"value":32},{"value":299080047656960},{"value":0},{"value":299080047656960},{"value":6263139344},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891286568},"cpsr":{"value":4096},"fp":{"value":6263138688},"sp":{"value":6263138608},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891211828},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":153},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":153},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":153},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":153},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77143120,"imageIndex":56},{"imageOffset":76806856,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192064,"name":"ThreadPoolSingleThreadForegroundBlocking1","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":303478094168064},{"value":0},{"value":303478094168064},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":70659},{"value":24},{"value":18446744073709551569},{"value":32320880640},{"value":0},{"value":0},{"value":32},{"value":303478094168064},{"value":0},{"value":303478094168064},{"value":6271561008},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891286568},"cpsr":{"value":4096},"fp":{"value":6271560352},"sp":{"value":6271560272},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891211828},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":153},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":153},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":153},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":153},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374376,"imageIndex":56},{"imageOffset":77374076,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192093,"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":45},{"value":18446744073709551569},{"value":6283997184},{"value":0},{"value":0},{"value":32},{"value":553067233673216},{"value":0},{"value":553067233673216},{"value":6283996176},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891286568},"cpsr":{"value":4096},"fp":{"value":6283995520},"sp":{"value":6283995440},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891211828},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":153},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":153},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":153},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":153},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77143120,"imageIndex":56},{"imageOffset":76806856,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192103,"name":"ThreadPoolBackgroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":727889582489600},{"value":0},{"value":727889582489600},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":169475},{"value":32292077568},{"value":18446744073709551569},{"value":14883205606},{"value":0},{"value":0},{"value":32},{"value":727889582489600},{"value":0},{"value":727889582489600},{"value":6294711600},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891286568},"cpsr":{"value":4096},"fp":{"value":6294710944},"sp":{"value":6294710864},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891211828},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":153},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":153},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":153},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":153},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374156,"imageIndex":56},{"imageOffset":77374064,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192108,"name":"MemoryInfra","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":601445745295360},{"value":0},{"value":601445745295360},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":140035},{"value":45},{"value":18446744073709551569},{"value":6303133696},{"value":0},{"value":0},{"value":32},{"value":601445745295360},{"value":0},{"value":601445745295360},{"value":6303132688},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891286568},"cpsr":{"value":4096},"fp":{"value":6303132032},"sp":{"value":6303131952},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891211828},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":153},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":153},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":153},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":153},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77143120,"imageIndex":56},{"imageOffset":76806856,"imageIndex":56},{"imageOffset":77272856,"imageIndex":56},{"imageOffset":77019148,"imageIndex":56},{"imageOffset":77432160,"imageIndex":56},{"imageOffset":77432544,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192109,"name":"ThreadPoolSingleThreadSharedBackgroundBlocking2","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":602545256923136},{"value":0},{"value":602545256923136},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":140291},{"value":17},{"value":18446744073709551569},{"value":117441536},{"value":0},{"value":0},{"value":32},{"value":602545256923136},{"value":0},{"value":602545256923136},{"value":6311554352},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891286568},"cpsr":{"value":4096},"fp":{"value":6311553696},"sp":{"value":6311553616},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891211828},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":153},{"imageOffset":77864,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":153},{"imageOffset":39308,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":153},{"imageOffset":4020,"symbol":"mach_msg","symbolLocation":24,"imageIndex":153},{"imageOffset":77644624,"imageIndex":56},{"imageOffset":77143240,"imageIndex":56},{"imageOffset":77377520,"imageIndex":56},{"imageOffset":77374852,"imageIndex":56},{"imageOffset":77374200,"imageIndex":56},{"imageOffset":77374112,"imageIndex":56},{"imageOffset":77536044,"imageIndex":56},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}]},{"id":5192714,"frames":[{"imageOffset":17656,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":153},{"imageOffset":28892,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":154},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}],"threadState":{"x":[{"value":260},{"value":0},{"value":296704},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6103527112},{"value":0},{"value":512},{"value":2199023256066},{"value":2199023256066},{"value":512},{"value":0},{"value":2199023256064},{"value":305},{"value":8729137016},{"value":0},{"value":4585267216,"symbolLocation":16,"symbol":"thread_status"},{"value":4585267280,"symbolLocation":80,"symbol":"thread_status"},{"value":6103527648},{"value":0},{"value":0},{"value":296704},{"value":296705},{"value":296960},{"value":4585181184,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891487452},"cpsr":{"value":1610616832},"fp":{"value":6103527232},"sp":{"value":6103527088},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891226360},"far":{"value":0}}},{"id":5192715,"frames":[{"imageOffset":17656,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":153},{"imageOffset":28892,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":154},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}],"threadState":{"x":[{"value":260},{"value":0},{"value":296704},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6104100552},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8729137016},{"value":0},{"value":4585267344,"symbolLocation":144,"symbol":"thread_status"},{"value":4585267408,"symbolLocation":208,"symbol":"thread_status"},{"value":6104101088},{"value":0},{"value":0},{"value":296704},{"value":296705},{"value":296960},{"value":4585181184,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891487452},"cpsr":{"value":1610616832},"fp":{"value":6104100672},"sp":{"value":6104100528},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891226360},"far":{"value":0}}},{"id":5192716,"frames":[{"imageOffset":17656,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":153},{"imageOffset":28892,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":154},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6104673992},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8729137016},{"value":0},{"value":4585267472,"symbolLocation":272,"symbol":"thread_status"},{"value":4585267536,"symbolLocation":336,"symbol":"thread_status"},{"value":6104674528},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4585181184,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891487452},"cpsr":{"value":1610616832},"fp":{"value":6104674112},"sp":{"value":6104673968},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891226360},"far":{"value":0}}},{"id":5192717,"frames":[{"imageOffset":17656,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":153},{"imageOffset":28892,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":154},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6105247432},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8729137016},{"value":0},{"value":4585267600,"symbolLocation":400,"symbol":"thread_status"},{"value":4585267664,"symbolLocation":464,"symbol":"thread_status"},{"value":6105247968},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4585181184,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891487452},"cpsr":{"value":1610616832},"fp":{"value":6105247552},"sp":{"value":6105247408},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891226360},"far":{"value":0}}},{"id":5192718,"frames":[{"imageOffset":17656,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":153},{"imageOffset":28892,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":154},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6105820872},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8729137016},{"value":0},{"value":4585267728,"symbolLocation":528,"symbol":"thread_status"},{"value":4585267792,"symbolLocation":592,"symbol":"thread_status"},{"value":6105821408},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4585181184,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891487452},"cpsr":{"value":1610616832},"fp":{"value":6105820992},"sp":{"value":6105820848},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891226360},"far":{"value":0}}},{"id":5192719,"frames":[{"imageOffset":17656,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":153},{"imageOffset":28892,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":154},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6106394312},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8729137016},{"value":0},{"value":4585267856,"symbolLocation":656,"symbol":"thread_status"},{"value":4585267920,"symbolLocation":720,"symbol":"thread_status"},{"value":6106394848},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4585181184,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891487452},"cpsr":{"value":1610616832},"fp":{"value":6106394432},"sp":{"value":6106394288},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891226360},"far":{"value":0}}},{"id":5192720,"frames":[{"imageOffset":17656,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":153},{"imageOffset":28892,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":154},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6106967752},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8729137016},{"value":0},{"value":4585267984,"symbolLocation":784,"symbol":"thread_status"},{"value":4585268048,"symbolLocation":848,"symbol":"thread_status"},{"value":6106968288},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4585181184,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891487452},"cpsr":{"value":1610616832},"fp":{"value":6106967872},"sp":{"value":6106967728},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891226360},"far":{"value":0}}},{"id":5192721,"frames":[{"imageOffset":17656,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":153},{"imageOffset":28892,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":154},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6107541192},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8729137016},{"value":0},{"value":4585268112,"symbolLocation":912,"symbol":"thread_status"},{"value":4585268176,"symbolLocation":976,"symbol":"thread_status"},{"value":6107541728},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4585181184,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891487452},"cpsr":{"value":1610616832},"fp":{"value":6107541312},"sp":{"value":6107541168},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891226360},"far":{"value":0}}},{"id":5192722,"frames":[{"imageOffset":17656,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":153},{"imageOffset":28892,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":154},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6108114632},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8729137016},{"value":0},{"value":4585268240,"symbolLocation":1040,"symbol":"thread_status"},{"value":4585268304,"symbolLocation":1104,"symbol":"thread_status"},{"value":6108115168},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4585181184,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891487452},"cpsr":{"value":1610616832},"fp":{"value":6108114752},"sp":{"value":6108114608},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891226360},"far":{"value":0}}},{"id":5192723,"frames":[{"imageOffset":17656,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":153},{"imageOffset":28892,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":154},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27656,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":154},{"imageOffset":7080,"symbol":"thread_start","symbolLocation":8,"imageIndex":154}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6108688072},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8729137016},{"value":0},{"value":4585268368,"symbolLocation":1168,"symbol":"thread_status"},{"value":4585268432,"symbolLocation":1232,"symbol":"thread_status"},{"value":6108688608},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4585181184,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6891487452},"cpsr":{"value":1610616832},"fp":{"value":6108688192},"sp":{"value":6108688048},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891226360},"far":{"value":0}}},{"id":6899491,"threadState":{"x":[{"value":0},{"value":0},{"value":5},{"value":64},{"value":6109258112},{"value":6109258244},{"value":0},{"value":0},{"value":32278777360},{"value":18446744073709551615},{"value":54568010240},{"value":8706456040,"symbolLocation":0,"symbol":"__CFRuntimeClassTables"},{"value":8},{"value":32257960048},{"value":360287975384973713,"symbolLocation":360287970189639681,"symbol":"OBJC_CLASS_$_AGXG15XFamilyCommandBuffer"},{"value":5195334032,"symbolLocation":0,"symbol":"OBJC_CLASS_$_AGXG15XFamilyCommandBuffer"},{"value":18446744073709551516},{"value":8728525488},{"value":0},{"value":32263716960},{"value":6109258244},{"value":6109258112},{"value":2},{"value":64},{"value":3758097090},{"value":1},{"value":0},{"value":112},{"value":32}],"flavor":"ARM_THREAD_STATE64","lr":{"value":7505367300},"cpsr":{"value":1610616832},"fp":{"value":6109258096},"sp":{"value":6109257952},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6962126808},"far":{"value":0}},"queue":"com.Metal.CommandQueueDispatch","frames":[{"imageOffset":126936,"symbol":"iokit_user_client_trap","symbolLocation":8,"imageIndex":164},{"imageOffset":119044,"symbol":"IOGPUCommandQueueSubmitCommandBuffers","symbolLocation":180,"imageIndex":165},{"imageOffset":23464,"symbol":"-[IOGPUMetalCommandQueue _submitCommandBuffers:count:]","symbolLocation":364,"imageIndex":165},{"imageOffset":23056,"symbol":"-[IOGPUMetalCommandQueue submitCommandBuffers:count:]","symbolLocation":72,"imageIndex":165},{"imageOffset":89416,"symbol":"-[_MTLCommandQueue _submitAvailableCommandBuffers]","symbolLocation":512,"imageIndex":166},{"imageOffset":113364,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":167},{"imageOffset":26340,"symbol":"_dispatch_continuation_pop","symbolLocation":596,"imageIndex":167},{"imageOffset":104464,"symbol":"_dispatch_source_latch_and_call","symbolLocation":396,"imageIndex":167},{"imageOffset":99556,"symbol":"_dispatch_source_invoke","symbolLocation":844,"imageIndex":167},{"imageOffset":41808,"symbol":"_dispatch_lane_serial_drain","symbolLocation":332,"imageIndex":167},{"imageOffset":44996,"symbol":"_dispatch_lane_invoke","symbolLocation":388,"imageIndex":167},{"imageOffset":87156,"symbol":"_dispatch_root_queue_drain_deferred_wlh","symbolLocation":292,"imageIndex":167},{"imageOffset":85356,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":692,"imageIndex":167},{"imageOffset":11852,"symbol":"_pthread_wqthread","symbolLocation":292,"imageIndex":154},{"imageOffset":7068,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":154}]},{"id":7011614,"frames":[],"threadState":{"x":[{"value":6110982144},{"value":108107},{"value":6110445568},{"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":4096},"fp":{"value":0},"sp":{"value":6110982144},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891465620},"far":{"value":0}}},{"id":7011615,"frames":[],"threadState":{"x":[{"value":6272135168},{"value":99979},{"value":6271598592},{"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":4096},"fp":{"value":0},"sp":{"value":6272135168},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891465620},"far":{"value":0}}},{"id":7021000,"threadState":{"x":[{"value":1},{"value":6109832960},{"value":65544},{"value":174219},{"value":6109833023},{"value":32},{"value":0},{"value":0},{"value":0},{"value":107763},{"value":107763},{"value":2814029233},{"value":2780474809},{"value":1930116008131953664},{"value":2048},{"value":15},{"value":8706448896,"symbolLocation":0,"symbol":"OBJC_CLASS_$___NSCFSet"},{"value":8706448896,"symbolLocation":0,"symbol":"OBJC_CLASS_$___NSCFSet"},{"value":0},{"value":0},{"value":32310143824},{"value":6109832960},{"value":73228789993636608},{"value":54702366224},{"value":6},{"value":41},{"value":40},{"value":32233359616},{"value":18446744073709551615}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6893468596},"cpsr":{"value":1610616832},"fp":{"value":6109832864},"sp":{"value":6109832768},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6893468616},"far":{"value":0}},"queue":"com.apple.CFMachPort","frames":[{"imageOffset":1723336,"symbol":"___CFBasicHashFindBucket_Linear","symbolLocation":324,"imageIndex":159},{"imageOffset":214424,"symbol":"CFSetGetValue","symbolLocation":148,"imageIndex":159},{"imageOffset":472148,"symbol":"_cfmp_source_invalidated","symbolLocation":108,"imageIndex":159},{"imageOffset":1025896,"symbol":"___CFMachPortCreateWithPort4_block_invoke","symbolLocation":32,"imageIndex":159},{"imageOffset":7004,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":167},{"imageOffset":113364,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":167},{"imageOffset":26340,"symbol":"_dispatch_continuation_pop","symbolLocation":596,"imageIndex":167},{"imageOffset":101840,"symbol":"_dispatch_source_cancel_callout","symbolLocation":208,"imageIndex":167},{"imageOffset":99628,"symbol":"_dispatch_source_invoke","symbolLocation":916,"imageIndex":167},{"imageOffset":41808,"symbol":"_dispatch_lane_serial_drain","symbolLocation":332,"imageIndex":167},{"imageOffset":44996,"symbol":"_dispatch_lane_invoke","symbolLocation":388,"imageIndex":167},{"imageOffset":87156,"symbol":"_dispatch_root_queue_drain_deferred_wlh","symbolLocation":292,"imageIndex":167},{"imageOffset":85356,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":692,"imageIndex":167},{"imageOffset":11852,"symbol":"_pthread_wqthread","symbolLocation":292,"imageIndex":154},{"imageOffset":7068,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":154}]},{"id":7021001,"frames":[],"threadState":{"x":[{"value":6110408704},{"value":230371},{"value":6109872128},{"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":4096},"fp":{"value":0},"sp":{"value":6110408704},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891465620},"far":{"value":0}}},{"id":7021002,"frames":[],"threadState":{"x":[{"value":6272708608},{"value":173539},{"value":6272172032},{"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":4096},"fp":{"value":0},"sp":{"value":6272708608},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891465620},"far":{"value":0}}},{"id":7021003,"frames":[],"threadState":{"x":[{"value":6273282048},{"value":219503},{"value":6272745472},{"value":0},{"value":409602},{"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":4096},"fp":{"value":0},"sp":{"value":6273282048},"esr":{"value":1442840704,"description":"(Syscall)"},"pc":{"value":6891465620},"far":{"value":0}}}],
 "usedImages" : [
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 4363911168,
   "CFBundleShortVersionString" : "1.10.0",
   "CFBundleIdentifier" : "edu.ucsf.cgl.ChimeraX",
   "size" : 16384,
   "uuid" : "9cf8124a-d876-34ad-b7ee-c011183ebc15",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/MacOS\/ChimeraX",
   "name" : "ChimeraX",
   "CFBundleVersion" : "1.10.0.0"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 4380409856,
   "CFBundleShortVersionString" : "3.11.4, (c) 2001-2023 Python Software Foundation.",
   "CFBundleIdentifier" : "org.python.python",
   "size" : 3948544,
   "uuid" : "88bffd37-99d8-36ab-9b95-9f54b30bd667",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/Python",
   "name" : "Python",
   "CFBundleVersion" : "3.11.4"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 4365385728,
   "size" : 49152,
   "uuid" : "51d31d0d-1dcc-31ad-b6c1-73d57e544a3a",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4365123584,
   "size" : 81920,
   "uuid" : "3b2e1e73-f5e1-3fa3-80b3-e46009060893",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4365303808,
   "size" : 16384,
   "uuid" : "39aa96c6-b691-3e20-9540-292b9dd1c861",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4367925248,
   "size" : 32768,
   "uuid" : "65172ede-2b95-337d-970f-ed6c4a217cb1",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4365680640,
   "size" : 16384,
   "uuid" : "dc7a591b-ef8a-3b77-9396-ecee27303fdb",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4454875136,
   "size" : 196608,
   "uuid" : "a4b86716-73ef-3046-b7ee-1d069dfd7cd0",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4368039936,
   "size" : 16384,
   "uuid" : "a97f3cfd-a5a7-3ce2-9eb6-5ebc0943bd1d",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4379705344,
   "size" : 16384,
   "uuid" : "1eab426b-5d06-3a22-b7b5-6dbc112704d6",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4365516800,
   "size" : 16384,
   "uuid" : "487467f0-5417-397f-8fb9-43ce116abec8",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4379983872,
   "size" : 32768,
   "uuid" : "c4b2ad90-cc7d-3780-bee9-9f1dbc2aa560",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4379787264,
   "size" : 32768,
   "uuid" : "167d8231-8346-37b6-9d67-149a1fe3df21",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4365598720,
   "size" : 16384,
   "uuid" : "9e9f3dfb-1383-3420-bfcf-d996842d8e9e",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4379901952,
   "size" : 16384,
   "uuid" : "d685528c-5d21-3c1a-b720-81f8ba0b399a",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4380278784,
   "size" : 32768,
   "uuid" : "d25f2f2d-a87d-3870-ad6a-3d977d50c9ca",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4456218624,
   "size" : 16384,
   "uuid" : "54f643d8-9a48-339d-a1d0-3cfb1eb653c0",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4458364928,
   "size" : 540672,
   "uuid" : "36356753-95ff-3a2b-8140-9fae74362683",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4467834880,
   "size" : 2670592,
   "uuid" : "744b099b-9156-3efd-95ee-949f9bec068e",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4563845120,
   "size" : 21299200,
   "uuid" : "9854a721-2573-3169-81ec-19ea40ce8077",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4459053056,
   "size" : 3522560,
   "uuid" : "dd0e012a-b6de-31b1-a28e-260c7b51e595",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4462788608,
   "size" : 311296,
   "uuid" : "6d39d54b-d80e-3218-a095-b81ad0b3be90",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4380082176,
   "size" : 65536,
   "uuid" : "d9875303-8f38-33d9-a0d3-ab0adff3b915",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4457742336,
   "size" : 98304,
   "uuid" : "ad5b1457-a682-3233-ac84-0f75b349239d",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4457512960,
   "size" : 16384,
   "uuid" : "c1a0a0c0-1986-3338-a63d-eb396e783c91",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4457349120,
   "size" : 65536,
   "uuid" : "340d4f4e-8cd4-3e24-9215-eb9235031bd3",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4465262592,
   "size" : 81920,
   "uuid" : "6c214dd2-6044-3285-949b-8d8ba72ca17b",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4465459200,
   "size" : 98304,
   "uuid" : "09f94631-f551-3559-ba88-aff49917d8fe",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4457594880,
   "size" : 65536,
   "uuid" : "7b5335ce-92a1-3ae2-bde0-0e5d5641b2c9",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4466688000,
   "size" : 622592,
   "uuid" : "05ddaab9-9d7f-3317-a3c4-5e9936fe3ceb",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4457922560,
   "size" : 147456,
   "uuid" : "377e255e-f9a4-3173-8265-a899000c5d0f",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4467425280,
   "size" : 196608,
   "uuid" : "8590d52a-d755-3ffd-8f68-f9cb638359fc",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4458151936,
   "size" : 32768,
   "uuid" : "322b4be7-35a8-331a-a549-7a0297d9dd70",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4543496192,
   "size" : 1687552,
   "uuid" : "59149ee6-b873-3c5d-8fed-d11966210295",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libcrypto.1.1.dylib",
   "name" : "libcrypto.1.1.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 4458266624,
   "size" : 32768,
   "uuid" : "3206e248-2c9b-345c-98ac-8f9dfc6d639b",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4539121664,
   "size" : 311296,
   "uuid" : "0033ea49-a161-3564-b09e-6a6c3b902698",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4538580992,
   "size" : 65536,
   "uuid" : "7dab4595-a351-3061-861b-c426baee85b3",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4538728448,
   "size" : 65536,
   "uuid" : "d3035eea-ed0e-398a-afbe-f9a8016701db",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4538269696,
   "size" : 81920,
   "uuid" : "35fb9307-f991-3159-86db-21f6c67b9198",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4467703808,
   "size" : 49152,
   "uuid" : "17a4344b-3221-36c4-9019-53cc1223e124",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4542332928,
   "size" : 737280,
   "uuid" : "49451e8a-e3c8-3429-83d8-249e81e378cd",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4538433536,
   "size" : 16384,
   "uuid" : "5973ec29-8c62-3285-97ee-5797aef28b1c",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4538875904,
   "size" : 114688,
   "uuid" : "0867bfdc-b72f-30c6-b7b7-967f11b79020",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4541808640,
   "size" : 32768,
   "uuid" : "0722922a-a378-3dee-b11b-96d1ae381b09",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4556898304,
   "size" : 1818624,
   "uuid" : "63d009e7-69a7-3c2e-8e6b-7c9ca477add1",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4548968448,
   "size" : 4800512,
   "uuid" : "08a23d25-131f-3ed4-8ae5-cf04f4ee9d84",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4543184896,
   "size" : 81920,
   "uuid" : "a5714eba-2aad-3361-a268-b516bcc59414",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4555456512,
   "CFBundleShortVersionString" : "3.0",
   "CFBundleIdentifier" : "com.apple.security.csparser",
   "size" : 131072,
   "uuid" : "862365a2-2945-3e86-a947-83bf39a899bf",
   "path" : "\/System\/Library\/Frameworks\/Security.framework\/Versions\/A\/PlugIns\/csparser.bundle\/Contents\/MacOS\/csparser",
   "name" : "csparser",
   "CFBundleVersion" : "61901.80.25"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 4936040448,
   "size" : 3112960,
   "uuid" : "30fa1f27-f16b-3107-a7e0-821600076792",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4923342848,
   "size" : 4849664,
   "uuid" : "b16538d5-4c8e-357d-b89a-72f6f81a918d",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4960174080,
   "size" : 7127040,
   "uuid" : "37bc5b3d-a43f-3325-bc8e-dd223a12dd85",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4555702272,
   "size" : 557056,
   "uuid" : "9cf9552c-7420-3c7f-b152-05c38fcdabfe",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4929634304,
   "size" : 1605632,
   "uuid" : "7878c801-838e-360a-ad2d-c91bbcf13592",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4555096064,
   "size" : 81920,
   "uuid" : "a98c3cc4-2bac-36d0-ab4a-317b1a06c9f7",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4562993152,
   "size" : 98304,
   "uuid" : "35c5feb6-d12a-32a6-8edd-725b0b5240e0",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4563222528,
   "size" : 294912,
   "uuid" : "5ff04ed2-db58-3350-bf0b-a87c61f2b561",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5551177728,
   "size" : 181551104,
   "uuid" : "0d838d1a-cf25-3467-baee-ca40f59e38ba",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4968628224,
   "size" : 4505600,
   "uuid" : "c8181217-1c26-3a33-ae2f-c3d63a1d3e35",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4942512128,
   "size" : 425984,
   "uuid" : "6ca50b1f-0fcd-3aa2-bcf0-debdd7e1e3de",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4934139904,
   "size" : 98304,
   "uuid" : "b641dc5f-172b-3ea6-898e-fe0a1e995a5c",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4943151104,
   "size" : 557056,
   "uuid" : "c2e26d20-be37-38a8-8c67-2f8ec91440d5",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4542169088,
   "size" : 49152,
   "uuid" : "94c15586-9bf3-3595-a65f-c0fb93e44599",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4556406784,
   "size" : 180224,
   "uuid" : "85c5e18e-f120-3e5f-9524-f4f71b4c4058",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4954406912,
   "size" : 4112384,
   "uuid" : "d4b67177-0f9b-3ed0-bf06-05ab9b38340c",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4947443712,
   "size" : 1327104,
   "uuid" : "26067012-fcf7-3da3-8169-252b66cbcb37",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4943904768,
   "size" : 425984,
   "uuid" : "cc6c9369-e9f9-31bc-b782-d8789d72cd86",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4556685312,
   "size" : 81920,
   "uuid" : "8f5db1a0-c448-3fe9-a20c-75210fd13f51",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4934336512,
   "size" : 557056,
   "uuid" : "ea27d884-c6f8-3bd6-9ad7-b2555067945d",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4945199104,
   "size" : 163840,
   "uuid" : "7fbfef1d-2599-30e7-a597-16afe52f9233",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4541693952,
   "size" : 32768,
   "uuid" : "05c4bb42-1f60-3b81-9aac-f8ae0b494788",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4949196800,
   "size" : 278528,
   "uuid" : "e147a937-ff5c-3648-ab7b-d8b834e0a743",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4945575936,
   "size" : 688128,
   "uuid" : "7e60f9ac-4ed3-3c71-9933-7b053de2a9b0",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4935925760,
   "size" : 49152,
   "uuid" : "f26af954-d1f7-31aa-9981-1bad216149d9",
   "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
   "name" : "libobjc-trampolines.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64e",
   "base" : 4959371264,
   "CFBundleShortVersionString" : "1.0",
   "CFBundleIdentifier" : "com.apple.AppleMetalOpenGLRenderer",
   "size" : 409600,
   "uuid" : "66a35ba7-f2f4-3a44-9a0c-8440564e9578",
   "path" : "\/System\/Library\/Extensions\/AppleMetalOpenGLRenderer.bundle\/Contents\/MacOS\/AppleMetalOpenGLRenderer",
   "name" : "AppleMetalOpenGLRenderer",
   "CFBundleVersion" : "1"
 },
 {
   "source" : "P",
   "arch" : "arm64e",
   "base" : 5186568192,
   "CFBundleShortVersionString" : "345.20.4",
   "CFBundleIdentifier" : "com.apple.AGXMetalG15X-M1",
   "size" : 8601600,
   "uuid" : "d3bd3ee4-b520-3290-bd8e-95d38b5f62d9",
   "path" : "\/System\/Library\/Extensions\/AGXMetalG15X_M1.bundle\/Contents\/MacOS\/AGXMetalG15X_M1",
   "name" : "AGXMetalG15X_M1",
   "CFBundleVersion" : "345.20.4"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 4953718784,
   "size" : 147456,
   "uuid" : "efeb64bf-d4f5-39f4-bde9-7f76de0fe223",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4953358336,
   "size" : 16384,
   "uuid" : "157e3710-caca-35b5-9fda-d1c4efc75429",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4953194496,
   "size" : 65536,
   "uuid" : "ff7c6b72-2303-3d40-a4fa-f3d840425be2",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4953980928,
   "size" : 49152,
   "uuid" : "0895ead1-fff8-3401-9c5c-5c4254ce969b",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4953440256,
   "size" : 98304,
   "uuid" : "5c15959b-b36d-32f8-80b0-b0558dbb9fcc",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5185847296,
   "size" : 344064,
   "uuid" : "edcc52bf-058b-3550-8a40-7e432a5ee6bb",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/libssl.1.1.dylib",
   "name" : "libssl.1.1.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 4959993856,
   "size" : 49152,
   "uuid" : "651053b2-7ecc-3ea1-9b86-d9e6abfd212c",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4954292224,
   "size" : 16384,
   "uuid" : "ccdf1b48-4c15-38dd-821d-8640091b6c7f",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5222760448,
   "size" : 1196032,
   "uuid" : "d2b5f6ff-b38c-3fd8-9529-2742d2483a0e",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 4954112000,
   "size" : 32768,
   "uuid" : "46653af4-81ba-309b-8b67-b8f99822539d",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5186404352,
   "size" : 16384,
   "uuid" : "cd51da85-405c-3d09-b1b0-d9a54805aaa9",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5221138432,
   "size" : 196608,
   "uuid" : "d04e59af-023e-3410-badd-7921bef7930e",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5220253696,
   "size" : 425984,
   "uuid" : "fee2d7a3-ba7f-34e4-883b-85810ed694cc",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5220892672,
   "size" : 81920,
   "uuid" : "4c4605ee-89eb-3c84-83a5-db57e176fee8",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5224824832,
   "size" : 65536,
   "uuid" : "1c0a2929-c90c-34a1-9d81-aaa1ff496b9a",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5186486272,
   "size" : 16384,
   "uuid" : "2d1edddb-1309-3a86-b74d-7e6c0740b514",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5222612992,
   "size" : 32768,
   "uuid" : "ecf392d4-25fe-3b1c-bce0-8a820608f10b",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5224710144,
   "size" : 32768,
   "uuid" : "1246c3db-77f6-3a6f-9f74-e5458e9e5f0b",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5226037248,
   "size" : 16384,
   "uuid" : "d7f09611-5052-3c81-9703-da75c50a95b1",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5227167744,
   "size" : 16384,
   "uuid" : "cd5f3f7c-54a3-322d-a180-6c7b94deed82",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5227823104,
   "size" : 147456,
   "uuid" : "7adae7d7-86e2-3676-9119-82d953adc27c",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5231755264,
   "size" : 491520,
   "uuid" : "89c00577-eab2-3188-a608-251edf001409",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5224480768,
   "size" : 49152,
   "uuid" : "a0eb3bb7-e3c0-3e76-a804-6b717cc545a1",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5227249664,
   "size" : 196608,
   "uuid" : "ba26bdfa-16a0-331b-8ccf-bccf2ee6f0d9",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5231362048,
   "size" : 229376,
   "uuid" : "fc7b18f0-c85c-3396-bd07-4a2dcf09af5c",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5227560960,
   "size" : 65536,
   "uuid" : "93c61fa0-b608-3047-957b-aee1febd2d50",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5234851840,
   "size" : 49152,
   "uuid" : "8e8c5d0a-c910-3577-a5c5-f15a013d0c0a",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5234524160,
   "size" : 131072,
   "uuid" : "186b09bb-d974-32ab-94a8-1918ff802e3f",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5275697152,
   "size" : 163840,
   "uuid" : "78ab6dee-103a-31de-bb4e-ea5e9b694cb0",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5224611840,
   "size" : 32768,
   "uuid" : "7c762164-23ce-3c84-a6f9-148cf4b35b4c",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqgif.dylib",
   "name" : "libqgif.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 5227708416,
   "size" : 32768,
   "uuid" : "ca8d12be-281a-3bfb-827e-dcbefe02e36c",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqwbmp.dylib",
   "name" : "libqwbmp.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 5278220288,
   "size" : 442368,
   "uuid" : "611bf85a-f49f-30b8-bfaa-2296c8d6858f",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqwebp.dylib",
   "name" : "libqwebp.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 5234753536,
   "size" : 32768,
   "uuid" : "50528921-30be-332b-ba36-97fa14e5f016",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqico.dylib",
   "name" : "libqico.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 5277204480,
   "size" : 32768,
   "uuid" : "43c13ae2-8d0c-3cfe-a7d8-25d0cd0a37fe",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqmacheif.dylib",
   "name" : "libqmacheif.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 5277302784,
   "size" : 442368,
   "uuid" : "5e07d0b8-39ee-3386-8029-909968d14f61",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqjpeg.dylib",
   "name" : "libqjpeg.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 5279776768,
   "size" : 409600,
   "uuid" : "955f425c-8362-3c30-b14c-15b6a000f2b1",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqtiff.dylib",
   "name" : "libqtiff.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 5277827072,
   "size" : 32768,
   "uuid" : "87575034-e142-39a9-8a02-79611bd204aa",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqsvg.dylib",
   "name" : "libqsvg.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 5280268288,
   "size" : 327680,
   "uuid" : "956ab00a-8b70-30e2-9a28-b405740e06d3",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5277925376,
   "size" : 32768,
   "uuid" : "c88f9195-020d-331a-a949-c556961eab90",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqpdf.dylib",
   "name" : "libqpdf.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 5298995200,
   "size" : 8257536,
   "uuid" : "e7d10718-8d64-30b4-b031-937d128360ba",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/lib\/QtPdf.framework\/Versions\/A\/QtPdf",
   "name" : "QtPdf"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 5277024256,
   "size" : 49152,
   "uuid" : "d04045ff-35fd-3483-8ef2-d3b2bf9ee79e",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqicns.dylib",
   "name" : "libqicns.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 5278744576,
   "size" : 32768,
   "uuid" : "29f217be-3635-3333-8012-cbf62d2728a9",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqtga.dylib",
   "name" : "libqtga.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 5278842880,
   "size" : 32768,
   "uuid" : "da490f71-bc58-3340-b7b6-bc14f5f0cb7a",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PyQt6\/Qt6\/plugins\/imageformats\/libqmacjp2.dylib",
   "name" : "libqmacjp2.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 5283168256,
   "size" : 1114112,
   "uuid" : "5200c6a0-ccdb-3607-9947-1defdd6fb647",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5278941184,
   "size" : 16384,
   "uuid" : "b8d67451-f7e6-3d7b-8262-dcf553e478af",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5286674432,
   "size" : 49152,
   "uuid" : "cae81027-1380-36b4-a195-600642b08700",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5293752320,
   "size" : 81920,
   "uuid" : "95a80760-f95d-3f67-98ef-e126fdfec0e7",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5296603136,
   "size" : 49152,
   "uuid" : "69af4686-e656-310e-a4db-0a74f3b4d17b",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5420662784,
   "size" : 81920,
   "uuid" : "ead0ea09-d2eb-3b02-a65b-60f085a13fe2",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5420351488,
   "size" : 163840,
   "uuid" : "cde92a72-b5bf-3f90-95dc-727086bd17db",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5421318144,
   "size" : 131072,
   "uuid" : "7ee78c9c-7580-330a-9770-65abf416fdc9",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5454938112,
   "size" : 131072,
   "uuid" : "b3d610f4-506d-3e12-94f4-541df1bc0fff",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5474353152,
   "size" : 376832,
   "uuid" : "449dd33a-e724-335b-9ef9-bf9b2730bf05",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5455167488,
   "size" : 688128,
   "uuid" : "d800b974-86b2-386e-be4e-8ac8e22fd3cd",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5481611264,
   "size" : 540672,
   "uuid" : "dbec2c14-6e39-3319-a2c0-3606ed70093e",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5519425536,
   "size" : 606208,
   "uuid" : "78bac0b1-a0df-3e6e-b906-cbc961cdb354",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libopenjp2.2.5.2.dylib",
   "name" : "libopenjp2.2.5.2.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 5455986688,
   "size" : 114688,
   "uuid" : "6e171b67-e226-3c3e-bc7c-5bd522f28494",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libz.1.3.1.dylib",
   "name" : "libz.1.3.1.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 5420810240,
   "size" : 163840,
   "uuid" : "8c16ecf4-eb91-3dbb-8543-fe43fcd625a5",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5475581952,
   "size" : 262144,
   "uuid" : "37441cb2-0945-3607-9e47-10990b396b4c",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5456166912,
   "size" : 16384,
   "uuid" : "9ee33d4a-150e-3574-9258-2061bb970c27",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/.dylibs\/libXau.6.0.0.dylib",
   "name" : "libXau.6.0.0.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 5456248832,
   "size" : 32768,
   "uuid" : "d197680c-26b9-3292-85bc-f61af0ff34bb",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5523980288,
   "size" : 737280,
   "uuid" : "3064ecb2-3709-3d94-8d92-ed5e1a3b6f5c",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5421105152,
   "size" : 49152,
   "uuid" : "41d9a4a9-c948-34f9-b755-29244498ec4d",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5475155968,
   "size" : 49152,
   "uuid" : "c0bef4c8-6fde-3bf3-bb63-abf57c774fb2",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5475287040,
   "size" : 32768,
   "uuid" : "bb0dd56d-e397-3bda-b6d5-14d2c6b74123",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5474910208,
   "size" : 81920,
   "uuid" : "7ad011fb-4636-3e80-82eb-681249f956c8",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5819596800,
   "size" : 458752,
   "uuid" : "841c9568-cde7-39c6-b62c-b11362b406d7",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5818286080,
   "size" : 442368,
   "uuid" : "8f51e615-1b04-3918-b95e-877d5d900131",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5482266624,
   "size" : 180224,
   "uuid" : "899522ad-de89-36f4-94ec-b782c6496c59",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5830656000,
   "size" : 3833856,
   "uuid" : "bd3bfa3e-c1d4-3ee2-b082-3b38ca7693ca",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5525389312,
   "size" : 131072,
   "uuid" : "c9441298-6125-3b5c-8f21-032910e5184d",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5401608192,
   "size" : 16384,
   "uuid" : "e4c31bbd-ae8a-3e5a-be4e-16108ed25e10",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5401755648,
   "size" : 16384,
   "uuid" : "00d6903f-bfb6-3482-a345-80e3bbf92ab1",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5393825792,
   "size" : 16384,
   "uuid" : "f912dff1-239a-3c3d-82c3-716556be2fad",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : 5393645568,
   "size" : 32768,
   "uuid" : "5651dee9-18ae-3770-b483-5ff6dc83fb03",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.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" : "arm64",
   "base" : 5362614272,
   "size" : 32768,
   "uuid" : "8abbdcef-1901-3d4b-9e6b-a38214b79214",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/PIL\/_imagingmath.cpython-311-darwin.so",
   "name" : "_imagingmath.cpython-311-darwin.so"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 5322162176,
   "size" : 49152,
   "uuid" : "9c745af1-98ec-3661-9327-cdcb41e41b8c",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/atom_search\/ast.cpython-311-darwin.so",
   "name" : "ast.cpython-311-darwin.so"
 },
 {
   "source" : "P",
   "arch" : "arm64",
   "base" : 5322293248,
   "size" : 81920,
   "uuid" : "79a15c85-c6fa-3d60-a8cb-fca0b688cc65",
   "path" : "\/Applications\/ChimeraX-1.10-rc2025.06.10.app\/Contents\/Library\/Frameworks\/Python.framework\/Versions\/3.11\/lib\/python3.11\/site-packages\/chimerax\/chem_group\/_chem_group.cpython-311-darwin.so",
   "name" : "_chem_group.cpython-311-darwin.so"
 },
 {
   "source" : "P",
   "arch" : "arm64e",
   "base" : 6891208704,
   "size" : 246944,
   "uuid" : "78ec33a6-6330-3836-8900-eb90836936e8",
   "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
   "name" : "libsystem_kernel.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64e",
   "base" : 6891458560,
   "size" : 51916,
   "uuid" : "0596a7b6-bce2-3f06-a2e8-3eaab5371ed8",
   "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
   "name" : "libsystem_pthread.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64e",
   "base" : 6889959424,
   "size" : 532552,
   "uuid" : "eb569350-0696-3397-838e-0344948107c0",
   "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
   "name" : "libsystem_c.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64e",
   "base" : 6891511808,
   "size" : 33968,
   "uuid" : "62c9cd37-272d-3d2d-9a1c-6f4ef24f7ec7",
   "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
   "name" : "libsystem_platform.dylib"
 },
 {
   "source" : "P",
   "arch" : "arm64e",
   "base" : 6963412992,
   "CFBundleShortVersionString" : "6.9",
   "CFBundleIdentifier" : "com.apple.AppKit",
   "size" : 24299264,
   "uuid" : "bf94fd49-283d-3c62-8cf0-0a49c21b6129",
   "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
   "name" : "AppKit",
   "CFBundleVersion" : "2685.40.108"
 },
 {
   "source" : "P",
   "arch" : "arm64e",
   "base" : 7000412160,
   "CFBundleShortVersionString" : "1.600.0",
   "CFBundleIdentifier" : "com.apple.SkyLight",
   "size" : 6057728,
   "uuid" : "0fdb8257-4bad-3259-b1d8-0ef23ec53232",
   "path" : "\/System\/Library\/PrivateFrameworks\/SkyLight.framework\/Versions\/A\/SkyLight",
   "name" : "SkyLight"
 },
 {
   "source" : "P",
   "arch" : "arm64e",
   "base" : 6891745280,
   "CFBundleShortVersionString" : "6.9",
   "CFBundleIdentifier" : "com.apple.CoreFoundation",
   "size" : 5542592,
   "uuid" : "646518bb-a6e8-3da7-ab32-9d97bcbdc25d",
   "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
   "name" : "CoreFoundation",
   "CFBundleVersion" : "4302"
 },
 {
   "source" : "P",
   "arch" : "arm64e",
   "base" : 7104638976,
   "CFBundleShortVersionString" : "2.1.1",
   "CFBundleIdentifier" : "com.apple.HIToolbox",
   "size" : 3158656,
   "uuid" : "3c068ca7-e6a9-3e91-953a-b527a1892d05",
   "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
   "name" : "HIToolbox"
 },
 {
   "source" : "P",
   "arch" : "arm64e",
   "base" : 6887477248,
   "size" : 653076,
   "uuid" : "044cd67e-3a0a-3ca4-8bb3-a9687d5328fe",
   "path" : "\/usr\/lib\/dyld",
   "name" : "dyld"
 },
 {
   "size" : 0,
   "source" : "A",
   "base" : 0,
   "uuid" : "00000000-0000-0000-0000-000000000000"
 },
 {
   "source" : "P",
   "arch" : "arm64e",
   "base" : 6917251072,
   "CFBundleShortVersionString" : "6.9",
   "CFBundleIdentifier" : "com.apple.Foundation",
   "size" : 16399392,
   "uuid" : "187e7913-b154-30a7-8070-852767aac3cf",
   "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
   "name" : "Foundation",
   "CFBundleVersion" : "4302"
 },
 {
   "source" : "P",
   "arch" : "arm64e",
   "base" : 6961999872,
   "CFBundleShortVersionString" : "2.0.2",
   "CFBundleIdentifier" : "com.apple.framework.IOKit",
   "size" : 960064,
   "uuid" : "d3872802-a97b-3b16-b110-3828cd151702",
   "path" : "\/System\/Library\/Frameworks\/IOKit.framework\/Versions\/A\/IOKit",
   "name" : "IOKit"
 },
 {
   "source" : "P",
   "arch" : "arm64e",
   "base" : 7505248256,
   "CFBundleShortVersionString" : "129.3.2",
   "CFBundleIdentifier" : "com.apple.IOGPU",
   "size" : 332288,
   "uuid" : "d10d7820-4d74-3f7e-b355-bd9f67e1aced",
   "path" : "\/System\/Library\/PrivateFrameworks\/IOGPU.framework\/Versions\/A\/IOGPU",
   "name" : "IOGPU",
   "CFBundleVersion" : "129.3.2"
 },
 {
   "source" : "P",
   "arch" : "arm64e",
   "base" : 7096659968,
   "CFBundleShortVersionString" : "371.5",
   "CFBundleIdentifier" : "com.apple.Metal",
   "size" : 3029920,
   "uuid" : "295341ee-1e42-3550-bd7e-d6b108112bcd",
   "path" : "\/System\/Library\/Frameworks\/Metal.framework\/Versions\/A\/Metal",
   "name" : "Metal",
   "CFBundleVersion" : "371.5"
 },
 {
   "source" : "P",
   "arch" : "arm64e",
   "base" : 6889656320,
   "size" : 290400,
   "uuid" : "4c58ab31-f363-3e75-a8f8-302105812dbf",
   "path" : "\/usr\/lib\/system\/libdispatch.dylib",
   "name" : "libdispatch.dylib"
 }
],
 "sharedCache" : {
 "base" : 6886391808,
 "size" : 5820792832,
 "uuid" : "674db25a-34b2-3c56-8bd4-7d78005b2f2e"
},
 "vmSummary" : "ReadOnly portion of Libraries: Total=2.1G resident=0K(0%) swapped_out_or_unallocated=2.1G(100%)\nWritable regions: Total=2.4G written=66.8M(3%) resident=2051K(0%) swapped_out=64.8M(3%) unallocated=2.3G(97%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \n.note.gnu.proper                    320        1 \nAccelerate framework               256K        2 \nActivity Tracing                   256K        1 \nAttributeGraph Data               1024K        1 \nCG image                           608K       26 \nColorSync                          288K       18 \nCoreAnimation                     2144K      130 \nCoreGraphics                        64K        4 \nCoreUI image data                 4752K       36 \nFoundation                          32K        2 \nKernel Alloc Once                   32K        1 \nMALLOC                             1.7G      140 \nMALLOC guard page                 3984K        4 \nMach message                        64K        3 \nOpenGL GLSL                        384K        4 \nSTACK GUARD                       56.7M       42 \nStack                            201.9M       42 \nVM_ALLOCATE                      341.6M      326 \nVM_ALLOCATE (reserved)           160.0M        2         reserved VM address space (unallocated)\n__AUTH                            5973K      657 \n__AUTH_CONST                      90.6M     1043 \n__CTF                               824        1 \n__DATA                            46.7M     1155 \n__DATA_CONST                      43.4M     1201 \n__DATA_DIRTY                      8499K      900 \n__FONT_DATA                        2352        1 \n__GLSLBUILTINS                    5176K        1 \n__INFO_FILTER                         8        1 \n__LINKEDIT                       619.6M      154 \n__OBJC_RO                         78.4M        1 \n__OBJC_RW                         2571K        1 \n__TEXT                             1.5G     1218 \n__TEXT (graphics)                 2160K        5 \n__TPRO_CONST                       128K        2 \ndyld private memory               2608K       23 \nmapped file                      334.3M       60 \npage table in kernel              2051K        1 \nshared memory                     3264K       31 \n===========                     =======  ======= \nTOTAL                              5.2G     7241 \nTOTAL, minus reserved VM space     5.0G     7241 \n",
 "legacyInfo" : {
 "threadTriggered" : {
   "name" : "CrBrowserMain",
   "queue" : "com.apple.main-thread"
 }
},
 "logWritingSignature" : "14b096331a58e06971fee0ce89191a5078dd3851",
 "bug_type" : "309",
 "roots_installed" : 0,
 "trmStatus" : 32768,
 "trialInfo" : {
 "rollouts" : [
   {
     "rolloutId" : "652eff3d1bce5442b8d753c9",
     "factorPackIds" : [

     ],
     "deploymentId" : 240000009
   },
   {
     "rolloutId" : "642da32dea3b2418c750f848",
     "factorPackIds" : [
       "66d8b2f77cd4b62688efd2cf"
     ],
     "deploymentId" : 240000011
   }
 ],
 "experiments" : [

 ]
}
}
===== Log before crash start =====
UCSF ChimeraX version: 1.10rc202506100450 (2025-06-10)  
© 2016-2025 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> open "/Users/bhogeba/T4_dimeric
> tRNA/Ecoli_M1RNP/3'UAA_T4_tRNA/M1_Holo_T4dimer_ternary/Intermediates_and
> active conformer_publication.cxs"

Opened cryosparc_P23_J2582_006_volume_map.mrc as #2, grid size 456,456,456,
pixel 0.909, shown at level 0.103, step 2, values float32  
Opened cryosparc_P23_J2372_006_volume_map.mrc as #3, grid size 456,456,456,
pixel 0.909, shown at level 0.139, step 2, values float32  
Opened Productive_Ser_5mM_Ca_HoloM1_J1524_map_1.mrc as #6, grid size
384,384,384, pixel 0.999, shown at level 0.0712, step 2, values float32  

> view name session-start

opened ChimeraX session  

> show #!7 models

> select #1/A

8068 atoms, 9036 bonds, 375 residues, 1 model selected  

> ui tool show Matchmaker

> matchmaker #5#!7 to #1 & sel

Using Nucleic matrix instead of BLOSUM-62 for matching  
Parameters  
---  
Chain pairing | bb  
Alignment algorithm | Needleman-Wunsch  
Similarity matrix | Nucleic  
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 Int_2_5mM_Mg_3UAA_Ser_J2582-coot-1.pdb, chain A (#1) with
Final_Prod_5mM_Ca_Ser_J1524-coot-3.pdb, chain A (#5), sequence alignment score
= 1496  
RMSD between 156 pruned atom pairs is 1.086 angstroms; (across all 374 pairs:
3.812)  

Matchmaker Int_2_5mM_Mg_3UAA_Ser_J2582-coot-1.pdb, chain A (#1) with
Int_1_5mM_Mg_UAA_J2372_1-coot-1_real_space_refined_001.pdb, chain A (#7),
sequence alignment score = 1491.1  
RMSD between 208 pruned atom pairs is 0.979 angstroms; (across all 374 pairs:
3.576)  


> matchmaker #5#!7 to #1 & sel

Using Nucleic matrix instead of BLOSUM-62 for matching  
Parameters  
---  
Chain pairing | bb  
Alignment algorithm | Needleman-Wunsch  
Similarity matrix | Nucleic  
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 Int_2_5mM_Mg_3UAA_Ser_J2582-coot-1.pdb, chain A (#1) with
Final_Prod_5mM_Ca_Ser_J1524-coot-3.pdb, chain A (#5), sequence alignment score
= 1496  
RMSD between 156 pruned atom pairs is 1.086 angstroms; (across all 374 pairs:
3.812)  

Matchmaker Int_2_5mM_Mg_3UAA_Ser_J2582-coot-1.pdb, chain A (#1) with
Int_1_5mM_Mg_UAA_J2372_1-coot-1_real_space_refined_001.pdb, chain A (#7),
sequence alignment score = 1491.1  
RMSD between 208 pruned atom pairs is 0.979 angstroms; (across all 374 pairs:
3.576)  


> select clear

Drag select of 394 atoms, 698 residues, 412 bonds  

> hide sel atoms

> select clear

Drag select of 238 atoms, 708 residues, 250 bonds  

> hide sel atoms

> select clear

> hide #!7 models

Drag select of 120 atoms, 200 residues, 125 bonds  

> hide sel atoms

> select clear

> select add #1/C:0

22 atoms, 24 bonds, 1 residue, 1 model selected  

> select add #1/C:-1

42 atoms, 45 bonds, 2 residues, 1 model selected  

> select add #1/C:-2

62 atoms, 66 bonds, 3 residues, 1 model selected  

> hide sel atoms

> select add #1/A:333

84 atoms, 90 bonds, 4 residues, 1 model selected  

> select add #1/C:76

104 atoms, 111 bonds, 5 residues, 1 model selected  

> select add #1/C:75

124 atoms, 132 bonds, 6 residues, 1 model selected  

> hide sel atoms

> select add #1/A:254

146 atoms, 156 bonds, 7 residues, 1 model selected  

> hide sel atoms

> select add #1/A:332

169 atoms, 181 bonds, 8 residues, 1 model selected  

> hide sel atoms

Drag select of 31 atoms, 150 residues, 28 bonds  

> ~label sel residues

> select clear

> select add #1/C:-1

20 atoms, 21 bonds, 1 residue, 1 model selected  

> select add #1/C:-2

40 atoms, 42 bonds, 2 residues, 1 model selected  

> select add #1/C:0

62 atoms, 66 bonds, 3 residues, 1 model selected  

> select add #1/C:75

82 atoms, 87 bonds, 4 residues, 1 model selected  

> select add #1/A:295

104 atoms, 111 bonds, 5 residues, 1 model selected  

> select add #1/C:76

124 atoms, 132 bonds, 6 residues, 1 model selected  

> select add #1/A:296

147 atoms, 157 bonds, 7 residues, 1 model selected  

> select add #1/A:332

170 atoms, 182 bonds, 8 residues, 1 model selected  

> ~label sel residues

> select add #1/C:77

193 atoms, 207 bonds, 9 residues, 1 model selected  

> select clear

> select #1/C:77

23 atoms, 25 bonds, 1 residue, 1 model selected  

> select add #1/C:76

43 atoms, 46 bonds, 2 residues, 1 model selected  

> hide (sel-residues & (protein|nucleic)) target a

> cartoon hide sel-residues

> show (sel-residues & backbone) target ab

> hide sel atoms

> hide (sel-residues & (protein|nucleic)) target a

> cartoon hide sel-residues

> show (sel-residues & backbone) target ab

> show sel atoms

> hide sel atoms

> hide (sel-residues & (protein|nucleic)) target a

> cartoon hide sel-residues

> show (sel-residues & backbone) target ab

> select clear

> show sel atoms

> nucleotides sel atoms

> style nucleic & sel stick

Changed 23 atom styles  

> select clear

> select add #1/A:68

23 atoms, 25 bonds, 1 residue, 1 model selected  

> select add #1/A:67

45 atoms, 49 bonds, 2 residues, 1 model selected  

> select add #1/A:69

65 atoms, 70 bonds, 3 residues, 1 model selected  

> hide (sel-residues & (protein|nucleic)) target a

> cartoon hide sel-residues

> show (sel-residues & backbone) target ab

> select add #1/C:77@O3'

66 atoms, 70 bonds, 4 residues, 1 model selected  

> select up

88 atoms, 97 bonds, 4 residues, 1 model selected  

> select up

90 atoms, 99 bonds, 5 residues, 1 model selected  

> select up

108 atoms, 119 bonds, 5 residues, 1 model selected  

> select add #1/A:352

130 atoms, 143 bonds, 6 residues, 1 model selected  

> select add #1/A:351

152 atoms, 167 bonds, 7 residues, 1 model selected  

> hide (sel-residues & (protein|nucleic)) target a

> cartoon hide sel-residues

> show (sel-residues & backbone) target ab

> hide sel atoms

> hide (sel-residues & (protein|nucleic)) target a

> cartoon hide sel-residues

> show (sel-residues & backbone) target ab

> color sel byhetero

> show (sel-residues & sidechain) target ab

> hide (sel-residues & (protein|nucleic)) target a

> cartoon hide sel-residues

> show (sel-residues & backbone) target ab

> hide sel atoms

> show sel atoms

> nucleotides sel atoms

> style nucleic & sel stick

Changed 152 atom styles  

> nucleotides sel atoms

> style nucleic & sel stick

Changed 152 atom styles  

> nucleotides sel atoms

> style nucleic & sel stick

Changed 152 atom styles  

> nucleotides sel atoms

> style nucleic & sel stick

Changed 152 atom styles  

> nucleotides sel fill

> style nucleic & sel stick

Changed 152 atom styles  

> nucleotides sel tube/slab shape box

> nucleotides sel ladder

> label sel text "{0.name} {0.number}{0.insertion_code}"

> select Mg

26 atoms, 26 residues, 2 models selected  

> show (#!1 & sel) target ab

> select clear

> select add #1/D:14@MG

1 atom, 1 residue, 1 model selected  

> select add #1/C:77@OP2

2 atoms, 2 residues, 1 model selected  

> ui tool show Distances

> distance #1/D:14@MG #1/C:77@OP2

Distance between Int_2_5mM_Mg_3UAA_Ser_J2582-coot-1.pdb #1/D MG 14 MG and /C G
77 OP2: 11.76Å  

> select clear

> select #1/D:14@MG

1 atom, 1 residue, 1 model selected  

> color sel red

> color sel blue

> color sel cyan

> color sel orange

> color sel light sea green

> color sel forest green

> ui tool show "Color Actions"

> color sel magenta

> select clear

> hide #!1 models

> show #!1 models

> show #!7 models

> hide #!1 models

> hide #!4 models

> hide #4.1 models

> show #!4 models

> show #4.1 models

> select add #7/A:248

22 atoms, 24 bonds, 1 residue, 1 model selected  

> select clear

> select add #7/A:248

22 atoms, 24 bonds, 1 residue, 1 model selected  

> select add #7/A:254

44 atoms, 48 bonds, 2 residues, 1 model selected  

> select add #7/A:295

66 atoms, 72 bonds, 3 residues, 1 model selected  

> select add #7/C:76

86 atoms, 93 bonds, 4 residues, 1 model selected  
Drag select of 2 atoms, 5 residues, 2 bonds  

> select clear

Drag select of 115 atoms, 198 residues, 122 bonds  

> hide sel atoms

> ~label sel residues

> select #7/A:339

20 atoms, 21 bonds, 1 residue, 1 model selected  

> select clear

> select add #7/A:248

22 atoms, 24 bonds, 1 residue, 1 model selected  

> select add #7/C:165

44 atoms, 48 bonds, 2 residues, 1 model selected  

> select add #7/C:166

66 atoms, 72 bonds, 3 residues, 1 model selected  

> select add #7/A:253

86 atoms, 93 bonds, 4 residues, 1 model selected  

> select subtract #7/A:253

66 atoms, 72 bonds, 3 residues, 1 model selected  

> select add #7/A:333

88 atoms, 96 bonds, 4 residues, 1 model selected  

> select add #7/A:332

111 atoms, 121 bonds, 5 residues, 1 model selected  

> hide sel atoms

> select add #7/B:17

122 atoms, 132 bonds, 6 residues, 1 model selected  

> select add #7/B:86

133 atoms, 142 bonds, 7 residues, 1 model selected  

> select add #7/B:26

144 atoms, 152 bonds, 8 residues, 1 model selected  

> select add #7/B:25

152 atoms, 159 bonds, 9 residues, 1 model selected  

> select add #7/B:13

163 atoms, 170 bonds, 10 residues, 1 model selected  

> hide sel atoms

> select clear

> show #!1 models

> hide #!1 models

> select clear

> select Mg

26 atoms, 26 residues, 2 models selected  

> show (#!7 & sel) target ab

> select clear

> select #7/D:14@MG

1 atom, 1 residue, 1 model selected  

> color sel magenta

> select clear

> select add #7/C:76

20 atoms, 21 bonds, 1 residue, 1 model selected  

> select add #7/C:77

43 atoms, 46 bonds, 2 residues, 1 model selected  

> select add #7/A:68

66 atoms, 71 bonds, 3 residues, 1 model selected  

> select add #7/A:67

88 atoms, 95 bonds, 4 residues, 1 model selected  

> select add #7/A:69

108 atoms, 116 bonds, 5 residues, 1 model selected  

> select add #7/A:352

130 atoms, 140 bonds, 6 residues, 1 model selected  

> select add #7/A:351

152 atoms, 164 bonds, 7 residues, 1 model selected  

> hide (sel-residues & (protein|nucleic)) target a

> cartoon hide sel-residues

> show (sel-residues & backbone) target ab

> show #!1 models

> hide #!1 models

> color sel byhetero

> show #!1 models

> hide #!1 models

> show #!1 models

> hide #!1 models

> transparency #7/a 80 rings

> transparency #7/a 0 rings

> transparency #7/b 0 rings

> transparency #7/c 0 rings

> show #!1 models

> hide #!1 models

> label sel text "{0.name} {0.number}{0.insertion_code}"

> show #!1 models

> hide #!1 models

> show #5 models

> hide #!7 models

> select add #7

12689 atoms, 14097 bonds, 670 residues, 2 models selected  

> transparency #7/c 80 ribbons

> transparency #5/c 80 ribbons

> transparency #5/a 80 ribbons

> transparency #5/b 80 ribbons

> hide #5 atoms

> select clear

> select Ca

5 atoms, 5 residues, 1 model selected  

> show sel target ab

> select clear

> select #5/F:5@CA

1 atom, 1 residue, 1 model selected  

> select add #5/A:68

24 atoms, 25 bonds, 2 residues, 1 model selected  

> select add #5/A:67

46 atoms, 49 bonds, 3 residues, 1 model selected  

> select add #5/A:69

66 atoms, 70 bonds, 4 residues, 1 model selected  

> select add #5/C:77

89 atoms, 95 bonds, 5 residues, 1 model selected  

> select add #5/C:76

109 atoms, 116 bonds, 6 residues, 1 model selected  

> select add #5/A:351

131 atoms, 140 bonds, 7 residues, 1 model selected  

> select add #5/A:352

153 atoms, 164 bonds, 8 residues, 1 model selected  

> hide (sel-residues & (protein|nucleic)) target a

> cartoon hide sel-residues

> show (sel-residues & backbone) target ab

> label sel text "{0.name} {0.number}{0.insertion_code}"

> select #5/F:5@CA

1 atom, 1 residue, 1 model selected  

> ~label sel residues

> select clear

> select #5/F:5@CA

1 atom, 1 residue, 1 model selected  

> color sel magenta

> select clear

> show #!1 models

> show #!7 models

> hide #!1 models

> hide #!5 models

> hide #!7 models

> show #!5 models

> select clear

> select #5/C:77@OP1

1 atom, 1 residue, 1 model selected  

> select up

23 atoms, 25 bonds, 1 residue, 1 model selected  

> select add #5/C:76@O3'

24 atoms, 25 bonds, 2 residues, 1 model selected  

> select up

43 atoms, 47 bonds, 2 residues, 1 model selected  

> select add #5/A:67@P

44 atoms, 47 bonds, 3 residues, 1 model selected  

> select up

65 atoms, 71 bonds, 3 residues, 1 model selected  

> select add #5/A:68@OP1

66 atoms, 71 bonds, 4 residues, 1 model selected  

> select up

88 atoms, 97 bonds, 4 residues, 1 model selected  

> select add #5/A:351@O3'

89 atoms, 97 bonds, 5 residues, 1 model selected  

> select up

110 atoms, 121 bonds, 5 residues, 1 model selected  

> select add #5/A:352@C4'

111 atoms, 122 bonds, 6 residues, 1 model selected  

> select subtract #5/A:352@C4'

110 atoms, 121 bonds, 5 residues, 1 model selected  

> select add #5/A:352@C4'

111 atoms, 121 bonds, 6 residues, 1 model selected  

> select up

132 atoms, 146 bonds, 6 residues, 1 model selected  

> select add #5/A:69@O5'

133 atoms, 146 bonds, 7 residues, 1 model selected  

> select up

152 atoms, 168 bonds, 7 residues, 1 model selected  

> hide (sel-residues & (protein|nucleic)) target a

> cartoon hide sel-residues

> show (sel-residues & backbone) target ab

> color sel byhetero

> select clear

> select #5/F:5@CA

1 atom, 1 residue, 1 model selected  

> select add #5/C:77@OP1

2 atoms, 2 residues, 1 model selected  

> distance #5/F:5@CA #5/C:77@OP1

Distance between Final_Prod_5mM_Ca_Ser_J1524-coot-3.pdb #5/F CA 5 CA and /C G
77 OP1: 2.14Å  

> select clear

> show #!1 models

> show #!7 models

> hide #!5 models

> hide #!1 models

> select add #7/C:77@OP1

1 atom, 1 residue, 1 model selected  

> select add #7/D:14@MG

2 atoms, 2 residues, 1 model selected  

> distance #7/C:77@OP1 #7/D:14@MG

Distance between Int_1_5mM_Mg_UAA_J2372_1-coot-1_real_space_refined_001.pdb
#7/C G 77 OP1 and /D MG 14 MG: 10.79Å  

> show #!1 models

> show #!5 models

> hide #!1 models

> hide #!7 models

> hide #!5 models

> show #!1 models

> show #!7 models

> hide #!4 models

> show #!4 models

> hide #!1 models

> show #!1 models

> show #!5 models

> hide #!1 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!7 models

> show #!1 models

> hide #!5 models

> hide #!1 models

> show #!5 models

> hide #!5 models

> show #!5 models

> show #!6 models

> hide #!6 models

> show #!7 models

> hide #!5 models

> show #!1 models

> hide #!1 models

> save /Users/bhogeba/Desktop/image4.png supersample 3

> hide #!7 models

> show #!1 models

> show #!5 models

> hide #!1 models

> show #!7 models

> hide #!7 models

> show #!7 models

> hide #!5 models

> hide #!7 models

> show #!5 models

> save /Users/bhogeba/Desktop/image5.png supersample 3

> show #!1 models

> hide #!5 models

> save /Users/bhogeba/Desktop/image6.png supersample 3

> hide #!1 models

> show #!6 models

> show #!7 models

> hide #!6 models

> save /Users/bhogeba/Desktop/image7.png supersample 3

> show #!5 models

> hide #!7 models

> select add #7

12689 atoms, 14097 bonds, 1 pseudobond, 670 residues, 3 models selected  

> select subtract #7

Nothing selected  

> select #5/C:161

20 atoms, 21 bonds, 1 residue, 1 model selected  

> select add #5/C:162

40 atoms, 42 bonds, 2 residues, 1 model selected  

> select add #5/C:163

63 atoms, 67 bonds, 3 residues, 1 model selected  

> select add #5/C:164

83 atoms, 88 bonds, 4 residues, 1 model selected  

> select add #5/C:165

105 atoms, 112 bonds, 5 residues, 1 model selected  

> select subtract #5/C:161

85 atoms, 91 bonds, 4 residues, 1 model selected  

> select subtract #5/C:162

65 atoms, 70 bonds, 3 residues, 1 model selected  

> show sel atoms

> nucleotides sel ladder

> nucleotides sel atoms

> style nucleic & sel stick

Changed 65 atom styles  

> select add #5/A:294

85 atoms, 91 bonds, 4 residues, 1 model selected  

> select add #5/A:295

107 atoms, 115 bonds, 5 residues, 1 model selected  

> show sel atoms

> nucleotides sel atoms

> style nucleic & sel stick

Changed 107 atom styles  

> select add #5/A:293

130 atoms, 140 bonds, 6 residues, 1 model selected  

> show sel atoms

> nucleotides sel atoms

> style nucleic & sel stick

Changed 130 atom styles  

> select #5/A:50

20 atoms, 21 bonds, 1 residue, 1 model selected  

> select clear

> select #5/A:296

23 atoms, 25 bonds, 1 residue, 1 model selected  

> select add #5/A:297

46 atoms, 50 bonds, 2 residues, 1 model selected  

> show sel atoms

> nucleotides sel atoms

> style nucleic & sel stick

Changed 46 atom styles  

> hide sel atoms

> select clear

> select #5/A:295

22 atoms, 24 bonds, 1 residue, 1 model selected  

> select add #5/A:294

42 atoms, 45 bonds, 2 residues, 1 model selected  

> select add #5/A:293

65 atoms, 70 bonds, 3 residues, 1 model selected  

> select add #5/C:165

87 atoms, 94 bonds, 4 residues, 1 model selected  

> select add #5/C:164

107 atoms, 115 bonds, 5 residues, 1 model selected  

> select add #5/C:163

130 atoms, 140 bonds, 6 residues, 1 model selected  

> select subtract #5/C:164

110 atoms, 119 bonds, 5 residues, 1 model selected  

> select add #5/C:164

130 atoms, 140 bonds, 6 residues, 1 model selected  

> select subtract #5/C:163

107 atoms, 115 bonds, 5 residues, 1 model selected  

> select add #5/C:163

130 atoms, 140 bonds, 6 residues, 1 model selected  

> color sel byhetero

> select clear

> select add #5/C:164

20 atoms, 21 bonds, 1 residue, 1 model selected  

> select add #5/C:165

42 atoms, 45 bonds, 2 residues, 1 model selected  

> select subtract #5/C:165

20 atoms, 21 bonds, 1 residue, 1 model selected  

> select add #5/A:293

43 atoms, 46 bonds, 2 residues, 1 model selected  

> select add #5/A:294

63 atoms, 67 bonds, 3 residues, 1 model selected  

> select add #5/A:295

85 atoms, 91 bonds, 4 residues, 1 model selected  

> label sel text "{0.name} {0.number}{0.insertion_code}"

> select add #5/C:163

108 atoms, 116 bonds, 5 residues, 1 model selected  

> select add #5/C:165

130 atoms, 140 bonds, 6 residues, 1 model selected  

> label sel text "{0.name} {0.number}{0.insertion_code}"

> select #5/C:164@O2

1 atom, 1 residue, 1 model selected  

> select add #5/A:295@N6

2 atoms, 2 residues, 1 model selected  

> ui tool show H-Bonds

> hbonds sel dashes 6 select true reveal true retainCurrent true

0 hydrogen bonds found  

> select clear

> select add #5/C:164@O4

1 atom, 1 residue, 1 model selected  

> select add #5/A:295@N6

2 atoms, 2 residues, 1 model selected  

> ui tool show H-Bonds

> hbonds sel dashes 6 select true reveal true retainCurrent true

0 hydrogen bonds found  

> select clear

> select #5/C:164@O2

1 atom, 1 residue, 1 model selected  

> select add #5/A:294@O2

2 atoms, 2 residues, 1 model selected  

> ui tool show H-Bonds

> hbonds sel dashes 6 select true reveal true retainCurrent true

0 hydrogen bonds found  

> select #5/A:295@N1

1 atom, 1 residue, 1 model selected  

> select add #5/C:164@N3

2 atoms, 2 residues, 1 model selected  

> ui tool show H-Bonds

> hbonds sel dashes 6 select true reveal true retainCurrent true

1 hydrogen bonds found  

> select clear

> select add #5/C:163@O2'

1 atom, 1 residue, 1 model selected  

> select clear

> select #5/C:163@O2'

1 atom, 1 residue, 1 model selected  

> select add #5/C:164@O2

2 atoms, 2 residues, 1 model selected  

> ui tool show H-Bonds

> hbonds sel dashes 6 select true reveal true retainCurrent true

1 hydrogen bonds found  

> select clear

> select add #5/C:165@O4'

1 atom, 1 residue, 1 model selected  

> select add #5/A:293@O6

2 atoms, 2 residues, 1 model selected  

> ui tool show H-Bonds

> hbonds sel dashes 6 select true reveal true retainCurrent true

1 hydrogen bonds found  

> hbonds sel dashes 6 select true reveal true retainCurrent true

1 hydrogen bonds found  

> select #5/A:295

22 atoms, 24 bonds, 1 residue, 1 model selected  

> select #5/A:294

20 atoms, 21 bonds, 1 residue, 1 model selected  

> save /Users/bhogeba/Desktop/image8.png supersample 3

> select clear

> select #5/A:294

20 atoms, 21 bonds, 1 residue, 1 model selected  

> select add #5/C:164

40 atoms, 42 bonds, 2 residues, 1 model selected  

> ui tool show H-Bonds

> hbonds sel dashes 6 select true reveal true retainCurrent true

8 hydrogen bonds found  

> hbonds sel dashes 6 select true reveal true retainCurrent true

15 hydrogen bonds found  

> select clear

> select #5/A:295

22 atoms, 24 bonds, 1 residue, 1 model selected  

> ui tool show H-Bonds

> select clear

> select add #5/A:294@O2'

1 atom, 1 pseudobond, 1 residue, 2 models selected  

> select add #5/A:295

23 atoms, 24 bonds, 1 pseudobond, 2 residues, 2 models selected  

> hbonds delete

> select clear

> select #5/C:164@N3

1 atom, 1 residue, 1 model selected  

> select add #5/A:294@O2

2 atoms, 2 residues, 1 model selected  

> hbonds select

Missing "select" keyword's argument  

> ui tool show H-Bonds

> hbonds sel restrict both select true reveal true

0 hydrogen bonds found  

> select #5/C:163@O2'

1 atom, 1 residue, 1 model selected  

> select add #5/C:164@N3

2 atoms, 2 residues, 1 model selected  

> hbonds sel restrict both select true reveal true

0 hydrogen bonds found  

> select #5/A:294@O2

1 atom, 1 residue, 1 model selected  

> select #5/A:294@N3

1 atom, 1 residue, 1 model selected  

> select #5/A:294

20 atoms, 21 bonds, 1 residue, 1 model selected  

> select #5/C:164@N3

1 atom, 1 residue, 1 model selected  

> select add #5/A:294@O2

2 atoms, 2 residues, 1 model selected  

> hbonds sel restrict both select true reveal true

0 hydrogen bonds found  

> select add #5/C:164@N3

1 atom, 1 residue, 1 model selected  

> select #5/C:164@O4

1 atom, 1 residue, 1 model selected  

> select add #5/A:295@N1

2 atoms, 2 residues, 1 model selected  

> select clear

> select #5/A:295@N1

1 atom, 1 residue, 1 model selected  

> select add #5/C:164@N3

2 atoms, 2 residues, 1 model selected  

> hbonds sel restrict both select true reveal true

1 hydrogen bonds found  

> select clear

> select #5/C:163@O2'

1 atom, 1 residue, 1 model selected  

> select clear

> select #5/C:164@O2'

1 atom, 1 residue, 1 model selected  

> select add #5/A:293@N2

2 atoms, 2 residues, 1 model selected  

> hbonds sel restrict both select true reveal true

0 hydrogen bonds found  

> select #5/A:295@N1

1 atom, 1 residue, 1 model selected  

> select add #5/C:164@N3

2 atoms, 2 residues, 1 model selected  

> hbonds sel restrict both select true reveal true

1 hydrogen bonds found  

> select clear

> save /Users/bhogeba/Desktop/image9.png supersample 3

> save /Users/bhogeba/Desktop/image10.png supersample 3

> select add #5/C:0

22 atoms, 24 bonds, 1 residue, 1 model selected  

> show sel atoms

> nucleotides sel atoms

> style nucleic & sel stick

Changed 22 atom styles  

> select clear

> select #5/C:158

20 atoms, 21 bonds, 1 residue, 1 model selected  

> select add #5/C:159

40 atoms, 42 bonds, 2 residues, 1 model selected  

> select add #5/C:157

63 atoms, 67 bonds, 3 residues, 1 model selected  

> show sel atoms

> hide sel atoms

> select clear

> select #5/C:0

22 atoms, 24 bonds, 1 residue, 1 model selected  

> color sel byhetero

> save /Users/bhogeba/Desktop/image11.png supersample 3

> ui tool show "Model Panel"

> ui tool show "Side View"

> select clear

> select #5/F:2@CA

1 atom, 1 residue, 1 model selected  

> color sel hot pink

> color sel orange

> color sel red

> color sel orange red

> color sel orange

> color sel yellow

> color sel orange

> color sel cornflower blue

> color sel light sea green

> color sel dodger blue

> color sel blue

> color sel pale violet red

> color sel deep pink

> color sel magenta

> color sel rebecca purple

> color sel dark slate blue

> color sel slate blue

> color sel medium slate blue

> color sel dim gray

> color sel pale green

> color sel light green

> color sel burly wood

> color sel light coral

> color sel burly wood

> color sel tan

> color sel burly wood

> color sel aquamarine

> color sel sky blue

> color sel light sky blue

> color sel light blue

> color sel light steel blue

> color sel silver

> color sel thistle

> color sel rosy brown

> ui tool show Distances

> select #5/F:5@CA

1 atom, 1 residue, 1 model selected  

> select add #5/A:67@OP1

2 atoms, 2 residues, 1 model selected  

> distance #5/F:5@CA #5/A:67@OP1

Distance between Final_Prod_5mM_Ca_Ser_J1524-coot-3.pdb #5/F CA 5 CA and /A A
67 OP1: 1.88Å  

> select clear

> select #5/A:67@OP2

1 atom, 1 residue, 1 model selected  

> select add #5/F:2@CA

2 atoms, 2 residues, 1 model selected  

> distance #5/A:67@OP2 #5/F:2@CA

Distance between Final_Prod_5mM_Ca_Ser_J1524-coot-3.pdb #5/A A 67 OP2 and /F
CA 2 CA: 2.12Å  

> select #5/F:5@CA

1 atom, 1 residue, 1 model selected  

> select add #5/A:352@OP2

2 atoms, 2 residues, 1 model selected  

> distance #5/F:5@CA #5/A:352@OP2

Distance between Final_Prod_5mM_Ca_Ser_J1524-coot-3.pdb #5/F CA 5 CA and /A A
352 OP2: 1.95Å  

> select #5/F:5@CA

1 atom, 1 residue, 1 model selected  

> select add #5/A:351@OP1

2 atoms, 2 residues, 1 model selected  

> distance #5/F:5@CA #5/A:351@OP1

Distance between Final_Prod_5mM_Ca_Ser_J1524-coot-3.pdb #5/F CA 5 CA and /A A
351 OP1: 1.91Å  

> distance style symbol false

> distance style symbol true

> label size 2

> label size 1

> label size 150

> label height 1.5

> label height 1

> label height 0.5

> select #5/F:5@CA

1 atom, 1 residue, 1 model selected  

> select add #5/C:76@O3'

2 atoms, 2 residues, 1 model selected  

> distance #5/F:5@CA #5/C:76@O3'

Distance between Final_Prod_5mM_Ca_Ser_J1524-coot-3.pdb #5/F CA 5 CA and /C U
76 O3': 2.21Å  

> label height 0.5

> select #5/F:2@CA

1 atom, 1 residue, 1 model selected  

> select add #5/C:77@OP1

2 atoms, 2 residues, 1 model selected  

> distance #5/F:2@CA #5/C:77@OP1

Distance between Final_Prod_5mM_Ca_Ser_J1524-coot-3.pdb #5/F CA 2 CA and /C G
77 OP1: 2.71Å  

> label height 0.5

> select #5/A:68@OP2

1 atom, 1 residue, 1 model selected  

> select add #5/F:2@CA

2 atoms, 2 residues, 1 model selected  

> distance #5/A:68@OP2 #5/F:2@CA

Distance between Final_Prod_5mM_Ca_Ser_J1524-coot-3.pdb #5/A G 68 OP2 and /F
CA 2 CA: 2.89Å  

> label height 0.5

> select add #5/F:2@CA

21 atoms, 2 residues, 1 model selected  
Exactly two atoms must be selected!  

> select clear

> nucleotides sel atoms

> style nucleic & sel stick

Changed 20 atom styles  

> show sel atoms

> select clear

> select #5/A:69@O4

1 atom, 1 residue, 1 model selected  

> select add #5/F:2@CA

2 atoms, 2 residues, 1 model selected  

> distance #5/A:69@O4 #5/F:2@CA

Distance between Final_Prod_5mM_Ca_Ser_J1524-coot-3.pdb #5/A U 69 O4 and /F CA
2 CA: 1.91Å  

> label height 0.5

> select clear

> select #5/F:2@CA

1 atom, 1 residue, 1 model selected  

> ui tool show "Selection Inspector"

> style sel ball

Changed 1 atom style  

> style sel stick

Changed 1 atom style  

> style sel ball

Changed 1 atom style  

> style sel sphere

Changed 1 atom style  

> select down

1 atom, 1 residue, 1 model selected  


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

Log:
UCSF ChimeraX version: 1.10rc202506100450 (2025-06-10)  
© 2016-2025 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> open "/Users/bhogeba/T4_dimeric tRNA/Gst_RNP/J1387_GstRNR.pdb"

Chain information for J1387_GstRNR.pdb #1  
---  
Chain | Description  
A | No description available  

Computing secondary structure  




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

Python: 3.11.4
Locale: en_US.UTF-8
Qt version: PyQt6 6.8.1, Qt 6.8.2
Qt runtime version: 6.8.2
Qt platform: cocoa
Hardware:

   Hardware Overview:

     Model Name: MacBook Pro
     Model Identifier: Mac15,6
     Model Number: Z1AU00299LL/A
     Chip: Apple M3 Pro
     Total Number of Cores: 11 (5 Performance and 6 Efficiency)
     Memory: 18 GB
     System Firmware Version: 13822.81.10
     OS Loader Version: 13822.81.10

Software:

   System Software Overview:

     System Version: macOS 26.3.1 (25D2128)
     Kernel Version: Darwin 25.3.0
     Time since boot: 9 days, 19 hours, 58 minutes

Graphics/Displays:

   Apple M3 Pro:

     Chipset Model: Apple M3 Pro
     Type: GPU
     Bus: Built-In
     Total Number of Cores: 14
     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
       DELL P2715Q:
         Resolution: 3840 x 2160 (2160p/4K UHD 1 - Ultra High Definition)
         UI Looks like: 1920 x 1080 @ 30.00Hz
         Mirror: Off
         Online: Yes
         Rotation: Supported
       DELL P2715Q:
         Resolution: 3840 x 2160 (2160p/4K UHD 1 - Ultra High Definition)
         UI Looks like: 1920 x 1080 @ 60.00Hz
         Mirror: Off
         Online: Yes
         Rotation: Supported


Installed Packages:
   alabaster: 1.0.0
   appdirs: 1.4.4
   appnope: 0.1.4
   asttokens: 3.0.0
   auditwheel: 6.4.0
   babel: 2.17.0
   beautifulsoup4: 4.13.3
   blockdiag: 3.0.0
   blosc2: 3.3.4
   build: 1.2.2.post1
   certifi: 2023.11.17
   cftime: 1.6.4.post1
   charset-normalizer: 3.4.2
   ChimeraX-AddCharge: 1.5.19
   ChimeraX-AddH: 2.2.7
   ChimeraX-AlignmentAlgorithms: 2.0.2
   ChimeraX-AlignmentHdrs: 3.6.1
   ChimeraX-AlignmentMatrices: 2.1
   ChimeraX-Alignments: 2.20.2
   ChimeraX-AlphaFold: 1.0.1
   ChimeraX-AltlocExplorer: 1.1.2
   ChimeraX-AmberInfo: 1.0
   ChimeraX-Aniso: 1.1.4
   ChimeraX-Arrays: 1.1
   ChimeraX-Atomic: 1.60.7
   ChimeraX-AtomicLibrary: 14.1.18
   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.0
   ChimeraX-BondRot: 2.0.4
   ChimeraX-BugReporter: 1.0.2
   ChimeraX-BuildStructure: 2.13.1
   ChimeraX-Bumps: 1.0
   ChimeraX-BundleBuilder: 1.5.1
   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
   ChimeraX-ConnectStructure: 2.0.1
   ChimeraX-Contacts: 1.0.1
   ChimeraX-Core: 1.10rc202506100450
   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.1
   ChimeraX-Help: 1.3
   ChimeraX-HKCage: 1.3
   ChimeraX-IHM: 1.1
   ChimeraX-ImageFormats: 1.2
   ChimeraX-IMOD: 1.0
   ChimeraX-IO: 1.0.3
   ChimeraX-ItemsInspection: 1.0.1
   ChimeraX-IUPAC: 1.0
   ChimeraX-KVFinder: 1.6.2
   ChimeraX-Label: 1.1.14
   ChimeraX-ListInfo: 1.2.2
   ChimeraX-Log: 1.2
   ChimeraX-LookingGlass: 1.1
   ChimeraX-Maestro: 1.9.1
   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.1
   ChimeraX-MCopy: 1.0
   ChimeraX-MDcrds: 2.10.1
   ChimeraX-MedicalToolbar: 1.1
   ChimeraX-Meeting: 1.0.1
   ChimeraX-MLP: 1.1.1
   ChimeraX-mmCIF: 2.16
   ChimeraX-MMTF: 2.2
   ChimeraX-ModelArchive: 1.0
   ChimeraX-Modeller: 1.5.19
   ChimeraX-ModelPanel: 1.5.1
   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
   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.14.1
   ChimeraX-OrthoPick: 1.0.1
   ChimeraX-PDB: 2.7.10
   ChimeraX-PDBBio: 1.0.1
   ChimeraX-PDBLibrary: 1.0.4
   ChimeraX-PDBMatrices: 1.0
   ChimeraX-PickBlobs: 1.0.1
   ChimeraX-Positions: 1.0
   ChimeraX-PresetMgr: 1.1.3
   ChimeraX-ProfileGrids: 1.1.2
   ChimeraX-PubChem: 2.2
   ChimeraX-QScore: 1.2
   ChimeraX-ReadPbonds: 1.0.1
   ChimeraX-Registration: 1.1.2
   ChimeraX-RemoteControl: 1.0
   ChimeraX-RenderByAttr: 1.6.3
   ChimeraX-RenumberResidues: 1.1
   ChimeraX-ResidueFit: 1.0.1
   ChimeraX-RestServer: 1.3.1
   ChimeraX-RNALayout: 1.0
   ChimeraX-RotamerLibMgr: 4.0
   ChimeraX-RotamerLibsDunbrack: 2.0
   ChimeraX-RotamerLibsDynameomics: 2.0
   ChimeraX-RotamerLibsRichardson: 2.0
   ChimeraX-SaveCommand: 1.5.1
   ChimeraX-SchemeMgr: 1.0
   ChimeraX-SDF: 2.0.3
   ChimeraX-Segger: 1.0
   ChimeraX-Segment: 1.0.1
   ChimeraX-Segmentations: 3.5.7
   ChimeraX-SelInspector: 1.0
   ChimeraX-SeqView: 2.17.1
   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.45.1
   ChimeraX-Umap: 1.0
   ChimeraX-uniprot: 2.3.1
   ChimeraX-UnitCell: 1.0.1
   ChimeraX-ViewDockX: 1.4.4
   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
   colorama: 0.4.6
   comm: 0.2.2
   contourpy: 1.3.2
   coverage: 7.8.2
   cxservices: 1.2.3
   cycler: 0.12.1
   Cython: 3.0.12
   debugpy: 1.8.14
   decorator: 5.2.1
   docutils: 0.21.2
   executing: 2.2.0
   filelock: 3.18.0
   fonttools: 4.58.2
   funcparserlib: 2.0.0a0
   glfw: 2.9.0
   grako: 3.16.5
   h5py: 3.14.0
   html2text: 2024.2.26
   idna: 3.10
   ihm: 2.2
   imagecodecs: 2024.6.1
   imagesize: 1.4.1
   iniconfig: 2.1.0
   ipykernel: 6.29.5
   ipython: 8.26.0
   ipywidgets: 8.1.7
   jedi: 0.19.1
   Jinja2: 3.1.6
   jupyter_client: 8.6.3
   jupyter_core: 5.8.1
   jupyterlab_widgets: 3.0.15
   kiwisolver: 1.4.8
   line_profiler: 4.2.0
   lxml: 5.3.1
   lz4: 4.4.4
   MarkupSafe: 3.0.2
   matplotlib: 3.10.1
   matplotlib-inline: 0.1.7
   msgpack: 1.1.0
   ndindex: 1.10.0
   nest-asyncio: 1.6.0
   netCDF4: 1.6.5
   networkx: 3.3
   nibabel: 5.2.0
   nptyping: 2.5.0
   numexpr: 2.11.0
   numpy: 1.26.4
   OpenMM: 8.2.0
   openvr: 1.26.701
   packaging: 24.2
   ParmEd: 4.2.2
   parso: 0.8.4
   pep517: 0.13.1
   pexpect: 4.9.0
   pickleshare: 0.7.5
   pillow: 10.4.0
   pip: 25.0.1
   pkginfo: 1.11.1
   platformdirs: 4.3.8
   pluggy: 1.6.0
   prompt_toolkit: 3.0.51
   psutil: 7.0.0
   ptyprocess: 0.7.0
   pure_eval: 0.2.3
   py-cpuinfo: 9.0.0
   pycollada: 0.8
   pydicom: 2.4.4
   pyelftools: 0.32
   Pygments: 2.18.0
   pynmrstar: 3.3.5
   pynrrd: 1.0.0
   PyOpenGL: 3.1.9
   PyOpenGL-accelerate: 3.1.9
   pyopenxr: 1.1.4501
   pyparsing: 3.2.3
   pyproject_hooks: 1.2.0
   PyQt6-commercial: 6.8.1
   PyQt6-Qt6: 6.8.2
   PyQt6-WebEngine-commercial: 6.8.0
   PyQt6-WebEngine-Qt6: 6.8.2
   PyQt6_sip: 13.10.0
   pytest: 8.4.0
   pytest-cov: 6.1.1
   python-dateutil: 2.9.0.post0
   pytz: 2025.2
   pyzmq: 26.4.0
   qtconsole: 5.5.2
   QtPy: 2.4.3
   qtshim: 1.1
   RandomWords: 0.4.0
   requests: 2.32.3
   roman-numerals-py: 3.1.0
   scipy: 1.14.0
   setuptools: 78.1.0
   sfftk-rw: 0.8.1
   six: 1.16.0
   snowballstemmer: 3.0.1
   sortedcontainers: 2.4.0
   soupsieve: 2.7
   Sphinx: 8.2.3
   sphinx-autodoc-typehints: 3.1.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
   stack-data: 0.6.3
   superqt: 0.7.1
   tables: 3.10.2
   tcia_utils: 1.5.1
   tifffile: 2025.3.13
   tinyarray: 1.2.4
   tornado: 6.5.1
   traitlets: 5.14.3
   typing_extensions: 4.14.0
   tzdata: 2025.2
   urllib3: 2.4.0
   wcwidth: 0.2.13
   webcolors: 24.11.1
   wheel: 0.45.1
   wheel-filename: 1.4.2
   widgetsnbextension: 4.0.14

#20136 duplicate Crash on Mac waking from sleep Eric Pettersen taic@…
Description
The following bug report has been submitted:
Platform:        macOS-15.6.1-arm64-arm-64bit
ChimeraX Version: 1.9 (2024-12-11 19:11:19 UTC)
Description
Last time you used ChimeraX it crashed.
This is a known crash that we are unable to fix. Here is information that may help you avoid this crash. The Qt window toolkit crashed due to a display configuration change, typically when waking from sleep or when an external display is disconnected or connected. This has only been seen on Mac computers. We hope a newer version of Qt will fix it. We update ChimeraX daily builds whenever a new Qt is released. You can check here https://www.cgl.ucsf.edu/chimerax/docs/troubleshoot.html#macdisplay to see if it has been fixed in a newer ChimeraX.
Fatal Python error: Segmentation fault

Thread 0x000000031e473000 (most recent call first):
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 579 in _handle_results
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x000000031d467000 (most recent call first):
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 531 in _handle_tasks
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x000000031c45b000 (most recent call first):
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/selectors.py", line 415 in select
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/connection.py", line 930 in wait
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 502 in _wait_for_updates
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 522 in _handle_workers
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x000000031b44f000 (most recent call first):
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x000000031a443000 (most recent call first):
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x0000000319437000 (most recent call first):
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x000000031842b000 (most recent call first):
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x000000031741f000 (most recent call first):
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x0000000316413000 (most recent call first):
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x0000000315407000 (most recent call first):
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x00000003143fb000 (most recent call first):
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x00000003133ef000 (most recent call first):
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x00000003123e3000 (most recent call first):
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Current thread 0x00000001f088a0c0 (most recent call first):
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/ui/gui.py", line 330 in event_loop
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1054 in init
 File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1217 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, charset_normalizer.md, requests.packages.charset_normalizer.md, requests.packages.chardet.md, PIL._imaging, kiwisolver._cext, lxml._elementpath, lxml.etree, chimerax.surface._surface, OpenGL_accelerate.errorchecker, OpenGL_accelerate.wrapper, OpenGL_accelerate.formathandler, OpenGL_accelerate.arraydatatype, OpenGL_accelerate.latebind, OpenGL_accelerate.vbo, chimerax.pdb_lib._load_libs, chimerax.core._mac_util, OpenGL_accelerate.numpy_formathandler, OpenGL_accelerate.nones_formathandler, chimerax.mmcif._mmcif, chimerax.mmcif.mmcif, chimerax.atomic._ribbons, chimerax.graphics._graphics, chimerax.pdb._pdbio, PIL._imagingmath, chimerax.alignment_algs._sw, chimerax.dssp._dssp, chimerax.alignment_algs._nw, PyQt6.QtOpenGL, PyQt6.QtOpenGLWidgets, lz4._version, lz4.frame._frame, msgpack._cmsgpack, chimerax.core._serialize, chimerax.atom_search.ast (total: 62)


{"app_name":"ChimeraX","timestamp":"2026-04-03 18:31:30.00 -0400","app_version":"1.9.0","slice_uuid":"17982d98-65bc-3327-8526-577ec996453c","build_version":"1.9.0.0","platform":1,"bundleID":"edu.ucsf.cgl.ChimeraX","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 15.6.1 (24G90)","roots_installed":0,"name":"ChimeraX","incident_id":"9F2F327E-7A28-45FF-A622-C2AE24F97A58"}
{
 "uptime" : 2800000,
 "procRole" : "Foreground",
 "version" : 2,
 "userID" : 1816534185,
 "deployVersion" : 210,
 "modelCode" : "MacBookPro18,3",
 "coalitionID" : 459761,
 "osVersion" : {
   "train" : "macOS 15.6.1",
   "build" : "24G90",
   "releaseType" : "User"
 },
 "captureTime" : "2026-04-03 18:27:59.3865 -0400",
 "codeSigningMonitor" : 1,
 "incident" : "9F2F327E-7A28-45FF-A622-C2AE24F97A58",
 "pid" : 61659,
 "translated" : false,
 "cpuType" : "ARM-64",
 "roots_installed" : 0,
 "bug_type" : "309",
 "procLaunch" : "2026-03-17 15:49:30.4754 -0400",
 "procStartAbsTime" : 60473543095781,
 "procExitAbsTime" : 68091359552862,
 "procName" : "ChimeraX",
 "procPath" : "\/Applications\/ChimeraX-1.9.app\/Contents\/MacOS\/ChimeraX",
 "bundleInfo" : {"CFBundleShortVersionString":"1.9.0","CFBundleVersion":"1.9.0.0","CFBundleIdentifier":"edu.ucsf.cgl.ChimeraX"},
 "storeInfo" : {"deviceIdentifierForVendor":"0C2BB12E-24B4-5BE2-9EF3-072FD0ADFDC2","thirdParty":true},
 "parentProc" : "launchd",
 "parentPid" : 1,
 "coalitionName" : "edu.ucsf.cgl.ChimeraX",
 "crashReporterKey" : "FA6EEC6E-A890-96AC-901B-4A3BA4995AFD",
 "appleIntelligenceStatus" : {"state":"unavailable","reasons":["notOptedIn","siriAssetIsNotReady","assetIsNotReady"]},
 "codeSigningID" : "edu.ucsf.cgl.ChimeraX",
 "codeSigningTeamID" : "LWV8X224YF",
 "codeSigningFlags" : 570491649,
 "codeSigningValidationCategory" : 6,
 "codeSigningTrustLevel" : 4294967295,
 "codeSigningAuxiliaryInfo" : 0,
 "instructionByteStream" : {"beforePC":"fyMD1f17v6n9AwCRm+D\/l78DAJH9e8Go\/w9f1sADX9YQKYDSARAA1A==","atPC":"AwEAVH8jA9X9e7+p\/QMAkZDg\/5e\/AwCR\/XvBqP8PX9bAA1\/WcAqA0g=="},
 "bootSessionUUID" : "52F873D9-CF35-4D9E-BD7E-324140C9F0A7",
 "wakeTime" : 5864,
 "sleepWakeUUID" : "68DA9BE4-907D-474B-AD6B-8834A1041833",
 "sip" : "enabled",
 "vmRegionInfo" : "0x5d790b31a318 is not in any region.  Bytes after previous region: 102293423891225  Bytes before following region: 2778656038120\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      commpage (reserved)        1000000000-7000000000   [384.0G] ---\/--- SM=NUL  reserved VM address space (unallocated)\n--->  GAP OF 0x5f9000000000 BYTES\n      MALLOC_NANO              600000000000-600020000000 [512.0M] rw-\/rwx SM=PRV  ",
 "exception" : {"codes":"0x0000000000000001, 0x00005d790b31a318","rawCodes":[1,102774460228376],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x00005d790b31a318"},
 "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"ChimeraX","byPid":61659},
 "ktriageinfo" : "VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter\n",
 "vmregioninfo" : "0x5d790b31a318 is not in any region.  Bytes after previous region: 102293423891225  Bytes before following region: 2778656038120\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      commpage (reserved)        1000000000-7000000000   [384.0G] ---\/--- SM=NUL  reserved VM address space (unallocated)\n--->  GAP OF 0x5f9000000000 BYTES\n      MALLOC_NANO              600000000000-600020000000 [512.0M] rw-\/rwx SM=PRV  ",
 "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":4697914008},{"value":99},{"value":116},{"value":1153027057775048320},{"value":1027},{"value":13469539983515972068},{"value":13469539991309472036},{"value":14757395258967641293},{"value":4294967286},{"value":4697913938},{"value":0},{"value":54},{"value":4294967280},{"value":328},{"value":8347587928},{"value":0},{"value":11},{"value":259},{"value":8330453408,"symbolLocation":224,"symbol":"_main_thread"},{"value":0},{"value":1},{"value":4357441072,"symbolLocation":0,"symbol":"faulthandler_handlers"},{"value":8291618816,"symbolLocation":0,"symbol":"OBJC_IVAR_$_NSTouchBarInputMethodCandidateList._list"},{"value":8291618816,"symbolLocation":0,"symbol":"OBJC_IVAR_$_NSTouchBarInputMethodCandidateList._list"},{"value":4},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485407884},"cpsr":{"value":1073745920},"fp":{"value":4697914080},"sp":{"value":4697914048},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485173128,"matchesCrashFrame":1},"far":{"value":0}},"id":61325428,"triggered":true,"name":"CrBrowserMain","queue":"com.apple.main-thread","frames":[{"imageOffset":37768,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":162},{"imageOffset":26764,"symbol":"pthread_kill","symbolLocation":296,"imageIndex":163},{"imageOffset":265476,"symbol":"raise","symbolLocation":32,"imageIndex":164},{"imageOffset":2417160,"symbol":"faulthandler_fatal_error","symbolLocation":392,"imageIndex":1},{"imageOffset":13988,"symbol":"_sigtramp","symbolLocation":56,"imageIndex":165},{"imageOffset":349344,"imageIndex":69},{"imageOffset":349160,"imageIndex":69},{"imageOffset":381256,"symbol":"_NSViewHierarchyDidChangeBackingProperties","symbolLocation":244,"imageIndex":166},{"imageOffset":12004300,"symbol":"-[NSWindow _postWindowDidChangeBackingPropertiesAndDisplayWindowForPreviousBackingScaleFactor:previousColorSpace:]","symbolLocation":192,"imageIndex":166},{"imageOffset":2071804,"symbol":"__67-[NSWindow _updateSettingsSendingScreenChangeNotificationToScreen:]_block_invoke","symbolLocation":432,"imageIndex":166},{"imageOffset":507904,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":166},{"imageOffset":2071360,"symbol":"-[NSWindow _updateSettingsSendingScreenChangeNotificationToScreen:]","symbolLocation":96,"imageIndex":166},{"imageOffset":513356,"symbol":"-[NSWindow _setFrameCommon:display:fromServer:]","symbolLocation":2016,"imageIndex":166},{"imageOffset":11974628,"symbol":"-[NSWindow(NSScreenLayout) _setFrame:fromAdjustmentToScreen:anchorIfNeeded:animate:]","symbolLocation":616,"imageIndex":166},{"imageOffset":3236944,"symbol":"-[NSWindow _adjustWindowToScreen]","symbolLocation":1184,"imageIndex":166},{"imageOffset":3366572,"symbol":"-[NSWindow _displayChangedSoAdjustWindows:]","symbolLocation":100,"imageIndex":166},{"imageOffset":15453360,"symbol":"___NSApplicationPerformScreenInvalidationReactions_block_invoke","symbolLocation":84,"imageIndex":166},{"imageOffset":219016,"symbol":"-[NSApplication enumerateWindowsWithOptions:usingBlock:]","symbolLocation":236,"imageIndex":166},{"imageOffset":15451568,"symbol":"___NSApplicationReactToScreenInvalidation_block_invoke","symbolLocation":1012,"imageIndex":166},{"imageOffset":15449584,"symbol":"_NSApplicationReactToScreenInvalidation","symbolLocation":308,"imageIndex":166},{"imageOffset":15450172,"symbol":"-[NSApplication(ScreenHandling) _reactToDisplayChanges:]","symbolLocation":416,"imageIndex":166},{"imageOffset":9874348,"symbol":"_NSCGSDisplayConfigurationUpdateAndInvokeObservers","symbolLocation":436,"imageIndex":166},{"imageOffset":9875600,"symbol":"_NSCGSDisplayConfigurationDidReconfigureNotificationHandler","symbolLocation":316,"imageIndex":166},{"imageOffset":45104,"symbol":"(anonymous namespace)::notify_datagram_handler(unsigned int, CGSDatagramType, void*, unsigned long, void*)","symbolLocation":920,"imageIndex":167},{"imageOffset":4298612,"symbol":"CGSDatagramReadStream::dispatchMainQueueDatagrams()","symbolLocation":284,"imageIndex":167},{"imageOffset":4298296,"symbol":"invocation function for block in CGSDatagramReadStream::mainQueueWakeup()","symbolLocation":28,"imageIndex":167},{"imageOffset":6956,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":168},{"imageOffset":112732,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":168},{"imageOffset":232320,"symbol":"_dispatch_main_queue_drain.cold.5","symbolLocation":812,"imageIndex":168},{"imageOffset":69040,"symbol":"_dispatch_main_queue_drain","symbolLocation":180,"imageIndex":168},{"imageOffset":68844,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":44,"imageIndex":168},{"imageOffset":764896,"symbol":"__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__","symbolLocation":16,"imageIndex":169},{"imageOffset":506076,"symbol":"__CFRunLoopRun","symbolLocation":1980,"imageIndex":169},{"imageOffset":502424,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":169},{"imageOffset":799356,"symbol":"RunCurrentEventLoopInMode","symbolLocation":324,"imageIndex":170},{"imageOffset":812264,"symbol":"ReceiveNextEventCommon","symbolLocation":676,"imageIndex":170},{"imageOffset":2430084,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":76,"imageIndex":170},{"imageOffset":240180,"symbol":"_DPSNextEvent","symbolLocation":684,"imageIndex":166},{"imageOffset":10328384,"symbol":"-[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":688,"imageIndex":166},{"imageOffset":187364,"symbol":"-[NSApplication run]","symbolLocation":480,"imageIndex":166},{"imageOffset":88376,"imageIndex":69},{"imageOffset":572692,"symbol":"QEventLoop::exec(QFlags)","symbolLocation":540,"imageIndex":45},{"imageOffset":534620,"symbol":"QCoreApplication::exec()","symbolLocation":112,"imageIndex":45},{"imageOffset":2477972,"symbol":"meth_QApplication_exec(_object*, _object*)","symbolLocation":96,"imageIndex":48},{"imageOffset":1004504,"symbol":"cfunction_call","symbolLocation":96,"imageIndex":1},{"imageOffset":594156,"symbol":"_PyObject_MakeTpCall","symbolLocation":128,"imageIndex":1},{"imageOffset":1789244,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54984,"imageIndex":1},{"imageOffset":1729512,"symbol":"PyEval_EvalCode","symbolLocation":276,"imageIndex":1},{"imageOffset":1707120,"symbol":"builtin_exec","symbolLocation":428,"imageIndex":1},{"imageOffset":1007044,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS","symbolLocation":80,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":2389028,"symbol":"pymain_run_module","symbolLocation":256,"imageIndex":1},{"imageOffset":2387652,"symbol":"Py_RunMain","symbolLocation":1784,"imageIndex":1},{"imageOffset":2392180,"symbol":"pymain_main","symbolLocation":52,"imageIndex":1},{"imageOffset":2392116,"symbol":"Py_Main","symbolLocation":36,"imageIndex":1},{"imageOffset":15700,"symbol":"main","symbolLocation":128,"imageIndex":0},{"imageOffset":27544,"symbol":"start","symbolLocation":6076,"imageIndex":171}]},{"id":61326077,"name":"ThreadPoolServiceThread","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":105553120460992},{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":3},{"value":569547023320578},{"value":6322018896},{"value":38147},{"value":1},{"value":1},{"value":369},{"value":6336081920},{"value":0},{"value":5696475600},{"value":5643384640},{"value":6336081232},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6211779496},"cpsr":{"value":2684358656},"fp":{"value":6336081216},"sp":{"value":6336081120},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485186908},"far":{"value":0}},"frames":[{"imageOffset":51548,"symbol":"kevent64","symbolLocation":8,"imageIndex":162},{"imageOffset":71187368,"imageIndex":56},{"imageOffset":71186848,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70856668,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326078,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":162740605812736},{"value":0},{"value":162740605812736},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":37891},{"value":2043},{"value":18446744073709551569},{"value":8347596384},{"value":0},{"value":0},{"value":32},{"value":162740605812736},{"value":0},{"value":162740605812736},{"value":6344502576},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":6344501920},"sp":{"value":6344501840},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70904380,"imageIndex":56},{"imageOffset":70902644,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326079,"name":"ThreadPoolBackgroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":160541582557184},{"value":0},{"value":160541582557184},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":37379},{"value":2043},{"value":18446744073709551569},{"value":8347596384},{"value":0},{"value":0},{"value":32},{"value":160541582557184},{"value":0},{"value":160541582557184},{"value":6352923952},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":6352923296},"sp":{"value":6352923216},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70904380,"imageIndex":56},{"imageOffset":70902696,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326080,"name":"Chrome_IOThread","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":13923804000},{"value":5},{"value":0},{"value":0},{"value":6361343712},{"value":0},{"value":0},{"value":0},{"value":9223372036854775810},{"value":6322018944},{"value":64259},{"value":1},{"value":1},{"value":369},{"value":6361346048},{"value":0},{"value":5696467024},{"value":5696347280},{"value":6361345344},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6211779496},"cpsr":{"value":1610616832},"fp":{"value":6361345328},"sp":{"value":6361345232},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485186908},"far":{"value":0}},"frames":[{"imageOffset":51548,"symbol":"kevent64","symbolLocation":8,"imageIndex":162},{"imageOffset":71187368,"imageIndex":56},{"imageOffset":71186848,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":45328188,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326081,"name":"NetworkConfigWatcher","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":197924977901568},{"value":0},{"value":197924977901568},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":46083},{"value":1},{"value":18446744073709551569},{"value":6369767424},{"value":0},{"value":0},{"value":32},{"value":197924977901568},{"value":0},{"value":197924977901568},{"value":6369766464},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":6369765808},"sp":{"value":6369765728},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70677152,"imageIndex":56},{"imageOffset":70343492,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326082,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":201223512784896},{"value":0},{"value":201223512784896},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":46851},{"value":2043},{"value":18446744073709551569},{"value":8347596384},{"value":0},{"value":0},{"value":32},{"value":201223512784896},{"value":0},{"value":201223512784896},{"value":6378188080},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":6378187424},"sp":{"value":6378187344},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70904380,"imageIndex":56},{"imageOffset":70902644,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326083,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":202323024412672},{"value":0},{"value":202323024412672},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":47107},{"value":2043},{"value":18446744073709551569},{"value":8347596384},{"value":0},{"value":0},{"value":32},{"value":202323024412672},{"value":0},{"value":202323024412672},{"value":6386609456},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":6386608800},"sp":{"value":6386608720},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70904380,"imageIndex":56},{"imageOffset":70902644,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326084,"name":"Chrome_InProcGpuThread","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":263930035306496},{"value":0},{"value":263930035306496},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":61451},{"value":1},{"value":18446744073709551569},{"value":6395031552},{"value":0},{"value":0},{"value":32},{"value":263930035306496},{"value":0},{"value":263930035306496},{"value":6395030592},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":6395029936},"sp":{"value":6395029856},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70677152,"imageIndex":56},{"imageOffset":70343492,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326085,"name":"Chrome_ChildIOThread","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":105553182351184},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":1},{"value":589338232625154},{"value":6322019040},{"value":49155},{"value":1},{"value":1},{"value":369},{"value":6403452928},{"value":0},{"value":5698061040},{"value":5477018624},{"value":6403452224},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6211779496},"cpsr":{"value":2684358656},"fp":{"value":6403452208},"sp":{"value":6403452112},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485186908},"far":{"value":0}},"frames":[{"imageOffset":51548,"symbol":"kevent64","symbolLocation":8,"imageIndex":162},{"imageOffset":71187368,"imageIndex":56},{"imageOffset":71186848,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":114048632,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326086,"name":"CompositorTileWorker1","threadState":{"x":[{"value":260},{"value":0},{"value":1792},{"value":0},{"value":0},{"value":161},{"value":0},{"value":0},{"value":6411873864},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":5659703592},{"value":5659703720},{"value":6411874528},{"value":0},{"value":0},{"value":1792},{"value":1793},{"value":2048},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":6411873984},"sp":{"value":6411873840},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}},"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":71055056,"imageIndex":56},{"imageOffset":104344336,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326087,"name":"ThreadPoolSingleThreadSharedForeground0","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":213318140690432},{"value":0},{"value":213318140690432},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":49667},{"value":3332710395},{"value":18446744073709551569},{"value":177},{"value":0},{"value":0},{"value":32},{"value":213318140690432},{"value":0},{"value":213318140690432},{"value":6420294960},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":6420294304},"sp":{"value":6420294224},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70903324,"imageIndex":56},{"imageOffset":70902728,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326088,"name":"NetworkConfigWatcher","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":217716187201536},{"value":0},{"value":217716187201536},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":50691},{"value":1},{"value":18446744073709551569},{"value":6428717056},{"value":0},{"value":0},{"value":32},{"value":217716187201536},{"value":0},{"value":217716187201536},{"value":6428716096},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":6428715440},"sp":{"value":6428715360},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70677152,"imageIndex":56},{"imageOffset":70343492,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326089,"name":"VizCompositorThread","threadState":{"x":[{"value":268451845},{"value":17179869442},{"value":0},{"value":240805931384832},{"value":0},{"value":240805931384832},{"value":32},{"value":14},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":56067},{"value":1},{"value":18446744073709551569},{"value":6437138432},{"value":0},{"value":14},{"value":32},{"value":240805931384832},{"value":0},{"value":240805931384832},{"value":6437137488},{"value":0},{"value":17179870466},{"value":18446744073709550527},{"value":1282}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":6437136832},"sp":{"value":6437136752},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70343392,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326124,"name":"NetworkService","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":105553204828928},{"value":2},{"value":0},{"value":0},{"value":13027518224},{"value":0},{"value":0},{"value":2},{"value":589338232625154},{"value":6322019232},{"value":52483},{"value":1},{"value":1},{"value":369},{"value":13027520512},{"value":0},{"value":5698584016},{"value":5696887584},{"value":13027519856},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6211779496},"cpsr":{"value":2684358656},"fp":{"value":13027519840},"sp":{"value":13027519744},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485186908},"far":{"value":0}},"frames":[{"imageOffset":51548,"symbol":"kevent64","symbolLocation":8,"imageIndex":162},{"imageOffset":71187368,"imageIndex":56},{"imageOffset":71186848,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326125,"name":"NetworkNotificationThreadMac","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":227611791851520},{"value":0},{"value":227611791851520},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":52995},{"value":0},{"value":18446744073709551569},{"value":8347589736},{"value":0},{"value":4294967295},{"value":2},{"value":227611791851520},{"value":0},{"value":227611791851520},{"value":13035937256},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":13035937104},"sp":{"value":13035937024},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":511164,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":169},{"imageOffset":505304,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":169},{"imageOffset":502424,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":169},{"imageOffset":367736,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":212,"imageIndex":173},{"imageOffset":71382916,"imageIndex":56},{"imageOffset":71377136,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326126,"name":"NetworkConfigWatcher","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":281487861612544},{"value":0},{"value":281487861612544},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":65539},{"value":1},{"value":18446744073709551569},{"value":13044363264},{"value":0},{"value":0},{"value":32},{"value":281487861612544},{"value":0},{"value":281487861612544},{"value":13044362304},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":13044361648},"sp":{"value":13044361568},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70677152,"imageIndex":56},{"imageOffset":70343492,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326127,"name":"ThreadPoolSingleThreadForegroundBlocking1","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":284786396495872},{"value":0},{"value":284786396495872},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":66307},{"value":3529912398},{"value":18446744073709551569},{"value":5216685056},{"value":0},{"value":0},{"value":32},{"value":284786396495872},{"value":0},{"value":284786396495872},{"value":13052783920},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":13052783264},"sp":{"value":13052783184},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70904380,"imageIndex":56},{"imageOffset":70902712,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326211,"name":"NetworkConfigWatcher","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":311174675562496},{"value":0},{"value":311174675562496},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":72451},{"value":1},{"value":18446744073709551569},{"value":13126217728},{"value":0},{"value":0},{"value":32},{"value":311174675562496},{"value":0},{"value":311174675562496},{"value":13126216768},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":13126216112},"sp":{"value":13126216032},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70677152,"imageIndex":56},{"imageOffset":70343492,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326229,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":512},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13190965624},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13190967520},{"value":0},{"value":0},{"value":512},{"value":512},{"value":3072},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13190965744},"sp":{"value":13190965600},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326230,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":512},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13207791992},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13207793888},{"value":0},{"value":0},{"value":512},{"value":512},{"value":2816},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13207792112},"sp":{"value":13207791968},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326231,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13224618360},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13224620256},{"value":0},{"value":0},{"value":0},{"value":0},{"value":768},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13224618480},"sp":{"value":13224618336},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326232,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13241444728},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13241446624},{"value":0},{"value":0},{"value":0},{"value":0},{"value":1024},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13241444848},"sp":{"value":13241444704},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326233,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13258271096},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13258272992},{"value":0},{"value":0},{"value":0},{"value":0},{"value":1280},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13258271216},"sp":{"value":13258271072},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326234,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13275097464},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13275099360},{"value":0},{"value":0},{"value":0},{"value":0},{"value":1536},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13275097584},"sp":{"value":13275097440},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326235,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13291923832},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13291925728},{"value":0},{"value":0},{"value":0},{"value":0},{"value":1792},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13291923952},"sp":{"value":13291923808},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326236,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13308750200},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13308752096},{"value":0},{"value":0},{"value":0},{"value":0},{"value":2048},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13308750320},"sp":{"value":13308750176},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326237,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13325576568},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13325578464},{"value":0},{"value":0},{"value":0},{"value":0},{"value":2304},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13325576688},"sp":{"value":13325576544},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326238,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13342402936},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13342404832},{"value":0},{"value":0},{"value":0},{"value":0},{"value":2560},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13342403056},"sp":{"value":13342402912},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326239,"frames":[{"imageOffset":38040,"symbol":"poll","symbolLocation":8,"imageIndex":162},{"imageOffset":21836,"symbol":"select_poll_poll","symbolLocation":148,"imageIndex":15},{"imageOffset":665460,"symbol":"method_vectorcall_FASTCALL","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611268,"symbol":"method_vectorcall","symbolLocation":164,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":18446744073709551615},{"value":26881},{"value":115453015910656},{"value":114349209315584},{"value":0},{"value":0},{"value":13359231148},{"value":8330495816,"symbolLocation":0,"symbol":"errno"},{"value":15393162792448},{"value":15393162792450},{"value":256},{"value":26880},{"value":26624},{"value":0},{"value":230},{"value":114349209315584},{"value":0},{"value":6440623808},{"value":0},{"value":18446744073709551615},{"value":8},{"value":5736630080},{"value":2},{"value":0},{"value":4340763440},{"value":0},{"value":5475868418}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4341601612},"cpsr":{"value":536875008},"fp":{"value":13359229568},"sp":{"value":13359229472},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485173400},"far":{"value":0}}},{"id":61326240,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":790596,"symbol":"calliter_iternext","symbolLocation":88,"imageIndex":1},{"imageOffset":1782844,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":48584,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13376055592},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149490872},{"value":105553149490824},{"value":13376057568},{"value":0},{"value":0},{"value":256},{"value":257},{"value":512},{"value":5742215560},{"value":13146886924}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13376055712},"sp":{"value":13376055568},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326241,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13392882040},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149492408},{"value":105553149492360},{"value":13392883936},{"value":0},{"value":0},{"value":256},{"value":257},{"value":512},{"value":0},{"value":13146899180}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13392882160},"sp":{"value":13392882016},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326267,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":512402483314688},{"value":0},{"value":512402483314688},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":119303},{"value":3156379864},{"value":18446744073709551569},{"value":164},{"value":0},{"value":0},{"value":32},{"value":512402483314688},{"value":0},{"value":512402483314688},{"value":13486861616},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":13486860960},"sp":{"value":13486860880},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70904380,"imageIndex":56},{"imageOffset":70902644,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326273,"name":"ThreadPoolBackgroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":498091652284416},{"value":0},{"value":498091652284416},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":115971},{"value":3869669509},{"value":18446744073709551569},{"value":5746245632},{"value":0},{"value":0},{"value":32},{"value":498091652284416},{"value":0},{"value":498091652284416},{"value":13522988336},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":13522987680},"sp":{"value":13522987600},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70903324,"imageIndex":56},{"imageOffset":70902696,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326319,"name":"com.apple.NSEventThread","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":533310384111616},{"value":0},{"value":533310384111616},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":124171},{"value":0},{"value":18446744073709551569},{"value":8347589736},{"value":0},{"value":4294967295},{"value":2},{"value":533310384111616},{"value":0},{"value":533310384111616},{"value":13142990984},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":13142990832},"sp":{"value":13142990752},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":511164,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":169},{"imageOffset":505304,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":169},{"imageOffset":502424,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":169},{"imageOffset":1435532,"symbol":"_NSEventThread","symbolLocation":140,"imageIndex":166},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326324,"name":"MemoryInfra","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":730088605745152},{"value":0},{"value":730088605745152},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":169987},{"value":1},{"value":18446744073709551569},{"value":13409415168},{"value":0},{"value":0},{"value":32},{"value":730088605745152},{"value":0},{"value":730088605745152},{"value":13409414208},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":13409413552},"sp":{"value":13409413472},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70677152,"imageIndex":56},{"imageOffset":70343492,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326325,"name":"ThreadPoolSingleThreadSharedBackgroundBlocking2","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":581654535995392},{"value":0},{"value":581654535995392},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":135427},{"value":3987110024},{"value":18446744073709551569},{"value":119},{"value":0},{"value":0},{"value":32},{"value":581654535995392},{"value":0},{"value":581654535995392},{"value":13497281840},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":13497281184},"sp":{"value":13497281104},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70903324,"imageIndex":56},{"imageOffset":70902760,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61856300,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":1069568},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13074411208},{"value":0},{"value":256},{"value":1099511628034},{"value":1099511628034},{"value":256},{"value":0},{"value":1099511628032},{"value":305},{"value":8347587856},{"value":0},{"value":4474609680,"symbolLocation":16,"symbol":"thread_status"},{"value":4474609744,"symbolLocation":80,"symbol":"thread_status"},{"value":13074411744},{"value":0},{"value":0},{"value":1069568},{"value":1069569},{"value":1069824},{"value":4474523648,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13074411328},"sp":{"value":13074411184},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61856301,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":1069312},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13098561224},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":4474609808,"symbolLocation":144,"symbol":"thread_status"},{"value":4474609872,"symbolLocation":208,"symbol":"thread_status"},{"value":13098561760},{"value":0},{"value":0},{"value":1069312},{"value":1069313},{"value":1069568},{"value":4474523648,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13098561344},"sp":{"value":13098561200},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61856302,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13099134664},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":4474609936,"symbolLocation":272,"symbol":"thread_status"},{"value":4474610000,"symbolLocation":336,"symbol":"thread_status"},{"value":13099135200},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4474523648,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13099134784},"sp":{"value":13099134640},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61856303,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13099708104},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":4474610064,"symbolLocation":400,"symbol":"thread_status"},{"value":4474610128,"symbolLocation":464,"symbol":"thread_status"},{"value":13099708640},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4474523648,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13099708224},"sp":{"value":13099708080},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61856304,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13104164552},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":4474610192,"symbolLocation":528,"symbol":"thread_status"},{"value":4474610256,"symbolLocation":592,"symbol":"thread_status"},{"value":13104165088},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4474523648,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13104164672},"sp":{"value":13104164528},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61856305,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13131198152},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":4474610320,"symbolLocation":656,"symbol":"thread_status"},{"value":4474610384,"symbolLocation":720,"symbol":"thread_status"},{"value":13131198688},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4474523648,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13131198272},"sp":{"value":13131198128},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61856306,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13133967048},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":4474610448,"symbolLocation":784,"symbol":"thread_status"},{"value":4474610512,"symbolLocation":848,"symbol":"thread_status"},{"value":13133967584},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4474523648,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13133967168},"sp":{"value":13133967024},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61856307,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13141143240},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":4474610576,"symbolLocation":912,"symbol":"thread_status"},{"value":4474610640,"symbolLocation":976,"symbol":"thread_status"},{"value":13141143776},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4474523648,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13141143360},"sp":{"value":13141143216},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61856308,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13141716680},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":4474610704,"symbolLocation":1040,"symbol":"thread_status"},{"value":4474610768,"symbolLocation":1104,"symbol":"thread_status"},{"value":13141717216},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4474523648,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13141716800},"sp":{"value":13141716656},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":69115229,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":163}],"threadState":{"x":[{"value":13394407424},{"value":136291},{"value":13393870848},{"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":4096},"fp":{"value":0},"sp":{"value":13394407424},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485388140},"far":{"value":0}}},{"id":69116182,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":163}],"threadState":{"x":[{"value":13409988608},{"value":142607},{"value":13409452032},{"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":4096},"fp":{"value":0},"sp":{"value":13409988608},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485388140},"far":{"value":0}}},{"id":69116186,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":163}],"threadState":{"x":[{"value":13535408128},{"value":138819},{"value":13534871552},{"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":4096},"fp":{"value":0},"sp":{"value":13535408128},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485388140},"far":{"value":0}}},{"id":69117419,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":163}],"threadState":{"x":[{"value":13440233472},{"value":156851},{"value":13439696896},{"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":4096},"fp":{"value":0},"sp":{"value":13440233472},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485388140},"far":{"value":0}}},{"id":69117420,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":163}],"threadState":{"x":[{"value":13471576064},{"value":183815},{"value":13471039488},{"value":0},{"value":409602},{"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":4096},"fp":{"value":0},"sp":{"value":13471576064},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485388140},"far":{"value":0}}},{"id":69117421,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":163}],"threadState":{"x":[{"value":13414150144},{"value":0},{"value":13413613568},{"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":4096},"fp":{"value":0},"sp":{"value":13414150144},"esr":{"value":0,"description":" Address size fault"},"pc":{"value":6485388140},"far":{"value":0}}},{"id":69117422,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":163}],"threadState":{"x":[{"value":13537095680},{"value":143791},{"value":13536559104},{"value":13537094528},{"value":7159810},{"value":1},{"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":4096},"fp":{"value":0},"sp":{"value":13537094512},"esr":{"value":0,"description":" Address size fault"},"pc":{"value":6485388140},"far":{"value":0}}}],
 "usedImages" : [
[deleted to fit within ticket limits]

],
 "sharedCache" : {
 "base" : 6480740352,
 "size" : 5040898048,
 "uuid" : "4c1223e5-cace-3982-a003-6110a7a8a25c"
},
 "vmSummary" : "ReadOnly portion of Libraries: Total=1.9G resident=0K(0%) swapped_out_or_unallocated=1.9G(100%)\nWritable regions: Total=4.8G written=103.6M(2%) resident=2972K(0%) swapped_out=100.7M(2%) unallocated=4.7G(98%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               512K        4 \nActivity Tracing                   256K        1 \nCG image                          2544K       64 \nCG raster data                     384K        8 \nColorSync                          704K       38 \nCoreAnimation                     3136K      152 \nCoreGraphics                       656K       41 \nCoreServices                       624K        2 \nCoreUI image data                 3776K       33 \nFoundation                          48K        2 \nKernel Alloc Once                   32K        1 \nMALLOC                             3.8G      126 \nMALLOC guard page                  288K       18 \nMach message                        64K        4 \nOpenGL GLSL                        384K        4 \nSTACK GUARD                        832K       52 \nStack                            401.8M       53 \nStack Guard                       56.0M        1 \nVM_ALLOCATE                      414.4M      499 \nVM_ALLOCATE (reserved)           128.0M        3         reserved VM address space (unallocated)\n__AUTH                            5521K      697 \n__AUTH_CONST                      77.4M      944 \n__CTF                               824        1 \n__DATA                            34.4M     1096 \n__DATA_CONST                      37.1M     1113 \n__DATA_DIRTY                      2777K      342 \n__FONT_DATA                        2352        1 \n__GLSLBUILTINS                    5174K        1 \n__INFO_FILTER                         8        1 \n__LINKEDIT                       649.0M      163 \n__OBJC_RO                         61.4M        1 \n__OBJC_RW                         2396K        1 \n__TEXT                             1.3G     1128 \n__TEXT (graphics)                 1200K        5 \n__TPRO_CONST                       128K        2 \ndyld private memory               4128K       35 \nmapped file                      311.0M       82 \npage table in kernel              2972K        1 \nshared memory                     3152K       23 \n===========                     =======  ======= \nTOTAL                              7.3G     6743 \nTOTAL, minus reserved VM space     7.2G     6743 \n",
 "legacyInfo" : {
 "threadTriggered" : {
   "name" : "CrBrowserMain",
   "queue" : "com.apple.main-thread"
 }
},
 "logWritingSignature" : "1df040d3026c31c32a32d1b43bdb250b448109b0",
 "trialInfo" : {
 "rollouts" : [
   {
     "rolloutId" : "6297d96be2c9387df974efa4",
     "factorPackIds" : {

     },
     "deploymentId" : 240000032
   },
   {
     "rolloutId" : "60f8ddccefea4203d95cbeef",
     "factorPackIds" : {

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

 ]
}
}
===== Log before crash start =====
Startup Messages  
---  
note | available bundle cache has not been initialized yet  

You can double click a model's Name or ID in the model panel to edit those
fields  
UCSF ChimeraX version: 1.9 (2024-12-11)  
© 2016-2024 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_avavneefl_h_2kb/fold_tcr_avavneefl_h_2kb_model_0.cif

Chain information for fold_tcr_avavneefl_h_2kb_model_0.cif #1  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  

Computing secondary structure  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_avavneefl_h_2kb/fold_tcr_avavneefl_h_2kb_model_1.cif

Chain information for fold_tcr_avavneefl_h_2kb_model_1.cif #2  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_avavneefl_h_2kb/fold_tcr_avavneefl_h_2kb_model_2.cif

Chain information for fold_tcr_avavneefl_h_2kb_model_2.cif #3  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_avavneefl_h_2kb/fold_tcr_avavneefl_h_2kb_model_3.cif

Chain information for fold_tcr_avavneefl_h_2kb_model_3.cif #4  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_avavneefl_h_2kb/fold_tcr_avavneefl_h_2kb_model_4.cif

Chain information for fold_tcr_avavneefl_h_2kb_model_4.cif #5  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2db/fold_tcr_iskanvdvl_h2db_model_0.cif

Chain information for fold_tcr_iskanvdvl_h2db_model_0.cif #6  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2db/fold_tcr_iskanvdvl_h2db_model_1.cif

Chain information for fold_tcr_iskanvdvl_h2db_model_1.cif #7  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2db/fold_tcr_iskanvdvl_h2db_model_2.cif

Chain information for fold_tcr_iskanvdvl_h2db_model_2.cif #8  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2db/fold_tcr_iskanvdvl_h2db_model_3.cif

Chain information for fold_tcr_iskanvdvl_h2db_model_3.cif #9  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2db/fold_tcr_iskanvdvl_h2db_model_4.cif

Chain information for fold_tcr_iskanvdvl_h2db_model_4.cif #10  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2kb/fold_tcr_iskanvdvl_h2kb_model_0.cif

Chain information for fold_tcr_iskanvdvl_h2kb_model_0.cif #11  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2kb/fold_tcr_iskanvdvl_h2kb_model_1.cif

Chain information for fold_tcr_iskanvdvl_h2kb_model_1.cif #12  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2kb/fold_tcr_iskanvdvl_h2kb_model_2.cif

Chain information for fold_tcr_iskanvdvl_h2kb_model_2.cif #13  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2kb/fold_tcr_iskanvdvl_h2kb_model_3.cif

Chain information for fold_tcr_iskanvdvl_h2kb_model_3.cif #14  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2kb/fold_tcr_iskanvdvl_h2kb_model_4.cif

Chain information for fold_tcr_iskanvdvl_h2kb_model_4.cif #15  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  

Computing secondary structure  

> ui tool show Matchmaker

> matchmaker #2-15 to #1

Computing secondary structure  
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 fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_avavneefl_h_2kb_model_1.cif, chain D (#2), sequence alignment score =
1469.5  
RMSD between 112 pruned atom pairs is 0.263 angstroms; (across all 274 pairs:
20.703)  

Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_avavneefl_h_2kb_model_2.cif, chain D (#3), sequence alignment score =
1469.5  
RMSD between 158 pruned atom pairs is 0.262 angstroms; (across all 274 pairs:
18.950)  

Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_avavneefl_h_2kb_model_3.cif, chain D (#4), sequence alignment score =
1460.5  
RMSD between 152 pruned atom pairs is 0.237 angstroms; (across all 274 pairs:
20.473)  

Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_avavneefl_h_2kb_model_4.cif, chain D (#5), sequence alignment score =
1451.5  
RMSD between 141 pruned atom pairs is 0.178 angstroms; (across all 274 pairs:
19.690)  

Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2db_model_0.cif, chain D (#6), sequence alignment score =
1288.3  
RMSD between 177 pruned atom pairs is 0.529 angstroms; (across all 274 pairs:
12.666)  

Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2db_model_1.cif, chain D (#7), sequence alignment score =
1297.3  
RMSD between 176 pruned atom pairs is 0.520 angstroms; (across all 274 pairs:
10.517)  

Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2db_model_2.cif, chain D (#8), sequence alignment score =
1295.5  
RMSD between 178 pruned atom pairs is 0.578 angstroms; (across all 274 pairs:
10.087)  

Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2db_model_3.cif, chain D (#9), sequence alignment score =
1300.9  
RMSD between 177 pruned atom pairs is 0.531 angstroms; (across all 274 pairs:
10.467)  

Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2db_model_4.cif, chain D (#10), sequence alignment score =
1284.7  
RMSD between 176 pruned atom pairs is 0.531 angstroms; (across all 274 pairs:
13.215)  

Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2kb_model_0.cif, chain D (#11), sequence alignment score =
1449.7  
RMSD between 179 pruned atom pairs is 0.451 angstroms; (across all 274 pairs:
7.791)  

Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2kb_model_1.cif, chain D (#12), sequence alignment score =
1453.3  
RMSD between 179 pruned atom pairs is 0.374 angstroms; (across all 274 pairs:
10.016)  

Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2kb_model_2.cif, chain D (#13), sequence alignment score =
1464.1  
RMSD between 181 pruned atom pairs is 0.296 angstroms; (across all 274 pairs:
8.969)  

Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2kb_model_3.cif, chain D (#14), sequence alignment score =
1471.3  
RMSD between 172 pruned atom pairs is 0.272 angstroms; (across all 274 pairs:
15.272)  

Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2kb_model_4.cif, chain D (#15), sequence alignment score =
1458.7  
RMSD between 165 pruned atom pairs is 0.463 angstroms; (across all 274 pairs:
19.186)  


> 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 #5 models

> hide #4 models

> hide #3 models

> hide #2 models

> color #1 bychain

> show #2 models

> show #3 models

> show #4 models

> show #5 models

> hide #5 models

> hide #4 models

> hide #3 models

> hide #2 models

> show #2 models

> show #3 models

> show #4 models

> show #5 models

> hide #1 models

> delete atoms #2-5

> delete bonds #2-5

> show #1 models

> hide #1 models

> show #6 models

> show #7 models

> show #8 models

> show #9 models

> show #10 models

> ui tool show "Color Actions"

> set bgColor white

> hide #7 models

> hide #8 models

> show #8 models

> show #7 models

> show #6-10 surfaces

> select /C

740 atoms, 730 bonds, 99 residues, 11 models selected  

> hide sel & #!6-10 surfaces

> hide #!7 models

> hide #!8 models

> hide #!9 models

> hide #!10 models

> hide sel & #!6 surfaces

> select clear

> hide #!6 surfaces

> show #!7 models

> show #!8 models

> show #!9 models

> show #!10 models

> hide #!6-10 surfaces

> select /D

24787 atoms, 25498 bonds, 3034 residues, 11 models selected  

> show sel & #!6-10 surfaces

> hide #!7 models

> hide #!8 models

> hide #!9 models

> hide #!10 models

> show #!7 models

> hide #!6 models

> show #!8 models

> hide #!7 models

> show #!10 models

> hide #!8 models

> show #11 models

> hide #!10 models

> hide #11 models

> show #!6 models

> show #!7 models

> hide #!6 models

> show #!6 models

> show #!8 models

> show #!9 models

> show #!10 models

> hide sel & #!6-10 surfaces

> hide #!6 models

> delete atoms (#!7-10 & sel)

> delete bonds (#!7-10 & sel)

> undo

> select clear

> hide #!6 models

> undo

> hide #!6 models

> delete atoms #7-10

> delete bonds #7-10

> show #!6 models

> show #11 models

> hide #!6 models

> show #12 models

> show #13 models

> show #14 models

> show #15 models

> hide #11 models

> hide #12 models

> hide #13 models

> hide #14 models

> show #11 models

> hide #15 models

> show #15 models

> hide #11 models

> show #11 models

> show #12 models

> hide #15 models

> show #13 models

> hide #12 models

> show #12 models

> hide #11 models

> show #14 models

> hide #12 models

> hide #13 models

> hide #14 models

> show #!6 models

> show #11 models

> show #12 models

> hide #!6 models

> hide #11 models

> hide #12 models

> show #11 models

> color #11 bychain

> show #15 models

> hide #11 models

> color #15 bychain

> show #!6 models

> hide #15 models

> color #!6 bychain

> show #1 models

> hide #1 models

> show #11 models

> hide #!6 models

> show #12 models

> show #13 models

> show #14 models

> show #15 models

> hide #11 models

> hide #12 models

> hide #13 models

> hide #14 models

> hide #15 models

> show #!6 models

> ui tool show "Show Sequence Viewer"

> sequence chain #6/A

Alignment identifier is 6/A  

> sequence chain #6/B

Alignment identifier is 6/B  

> select
> #6/A:4-7,10-14,19-25,32-37,43-48,52-56,59-64,69-74,83-90,97-99,103-108

501 atoms, 502 bonds, 62 residues, 1 model selected  

> select #6/A:87

6 atoms, 5 bonds, 1 residue, 1 model selected  

> select #6/A:87-99

99 atoms, 100 bonds, 13 residues, 1 model selected  

> ui tool show "Color Actions"

> set bgColor indian red

> set bgColor white

> color sel brown target acsp

> color sel crimson target acsp

> color sel dark red target acsp

> select #6/B:5-7,10-14,19-24,31-37,44-50,53-56,65-67,73-78,87-94,106-111

465 atoms, 466 bonds, 55 residues, 1 model selected  

> select #6/B:91

6 atoms, 5 bonds, 1 residue, 1 model selected  

> select #6/B:91-102

92 atoms, 93 bonds, 12 residues, 1 model selected  

> select #6/B:91

6 atoms, 5 bonds, 1 residue, 1 model selected  

> select #6/B:91-102

92 atoms, 93 bonds, 12 residues, 1 model selected  

> color sel maroon target acsp

> select #6/A:87

6 atoms, 5 bonds, 1 residue, 1 model selected  

> select #6/A:87-99

99 atoms, 100 bonds, 13 residues, 1 model selected  

> color sel medium slate blue target acsp

> color sel indigo target acsp

> color sel medium blue target acsp

> select clear

> select /A:87-:99

Expected an objects specifier or a keyword  

> select /A:87-99

693 atoms, 700 bonds, 91 residues, 7 models selected  

> show #11 models

> show #12 models

> show #13 models

> show #14 models

> show #15 models

> show #1 models

> color sel medium blue target acsp

> select /B:91-102

644 atoms, 651 bonds, 84 residues, 7 models selected  

> color sel maroon target acsp

> hide #!6 models

> hide #11 models

> hide #12 models

> hide #13 models

> hide #14 models

> hide #15 models

> show #!6 models

> hide #1 models

> show #11 models

> hide #!6 models

> show #12 models

> hide #11 models

> show #13 models

> hide #12 models

> show #14 models

> hide #13 models

> show #15 models

> hide #14 models

> show #!6 models

> hide #15 models

> show #15 models

> hide #15 models

> hide #!6 models

> show #12 models

> show #13 models

> show #14 models

> delete atoms (#12-14 & sel)

> delete bonds (#12-14 & sel)

> select clear

> undo

> show #11 models

> hide #!12 models

> hide #!13 models

> show #15 models

> hide #!14 models

> hide #15 models

> select clear

> show #!12 models

> hide #11 models

> show #!13 models

> show #!14 models

> delete atoms #12-14

> delete bonds #12-14

> show #!6 models

> show #11 models

> hide #!6 models

> show #!6 models

> hide #11 models

> show #11 models

> hide #!6 models

> show #15 models

> hide #11 models

> show #11 models

> hide #15 models

> show #15 models

> hide #11 models

> show #!6 models

> hide #15 models

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/TCR-
> peptide.cxs

opened ChimeraX session  

> close session

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Hfq_Vcholeria/AF3/HqbA_Hfq_V.cholera.contacts.cxs

opened ChimeraX session  

> hide #3 models

> hide #6 models

> show #6 models

> hide #!1 models

> show #!1 models

> hide #!1 models

> show #!1 models

> hide #!1 models

> show #3 models

> select #6/A:5,15

15 atoms, 13 bonds, 2 residues, 1 model selected  

> select #6/A:5,15,19,23,24,27,36,41,49,52,67,68,95

109 atoms, 98 bonds, 13 residues, 1 model selected  

> color sel magenta target acsp

> color sel violet target acsp

> color sel magenta target acsp

> color sel light steel blue target acsp

> color sel sky blue target acsp

> color sel cyan target acsp

> color sel magenta target acsp

> select clear

> select
> #6/A:5,15,19,23,24,27,36,41,49,52,67,68,95,98,102,103,105,117,126,152,164,167

197 atoms, 183 bonds, 22 residues, 1 model selected  

> ui tool show "Color Actions"

> color sel magenta target acsp

> select clear

> show #3,6 surfaces

> hide #!3 models

> show #!3 models

> hide #!3,6 surfaces

> show #!1 models

> hide #!1 models

> select
> #6/A:5,15,19,23,24,27,36,41,49,52,67,68,95,98,102,103,105,117,126,152,164,167

197 atoms, 183 bonds, 22 residues, 1 model selected  

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> show sel surfaces

> hide sel surfaces

> select clear

> select
> #6/A:5,15,19,23,24,27,36,41,49,52,67,68,95,98,102,103,105,117,126,152,164,167

197 atoms, 183 bonds, 22 residues, 1 model selected  

> show sel atoms

> select clear

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> select ~sel & ##selected

4717 atoms, 4800 bonds, 613 residues, 1 model selected  

> show sel surfaces

> select #6/A:73

4 atoms, 3 bonds, 1 residue, 1 model selected  

> select clear

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> select ~sel & ##selected

4717 atoms, 4800 bonds, 613 residues, 1 model selected  

> hide sel surfaces

> show sel surfaces

> hide sel surfaces

> show sel surfaces

> select clear

> transparency #3,6 70

> transparency #3,6 40

Drag select of 1 residues  

> hide sel surfaces

> select clear

> hide #!3,6 surfaces

> show #!3,6 surfaces

> hide #!3,6 surfaces

> select #6/C:31

9 atoms, 8 bonds, 1 residue, 1 model selected  

> show sel surfaces

> hide sel surfaces

> color (#!6 & sel) blue

> show sel surfaces

> select clear

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> select ~sel & ##selected

4717 atoms, 4800 bonds, 613 residues, 1 model selected  

> show sel surfaces

> select clear

> save "/Users/taic/OneDrive - National Institutes of
> Health/MacBookPro021/project/SusanG/HqbA_Ni/AF3/E.coli.HqbAmutatnt_Hfq_CoA.png"
> width 900 height 668 supersample 4 transparentBackground true

> select #6/G:49@OG1

1 atom, 1 residue, 1 model selected  
Drag select of fold_hqba_hfqx6_co_model_0.cif_B SES surface, 234 of 122862
triangles  

> select #6/A:5

7 atoms, 6 bonds, 1 residue, 1 model selected  

> select add #6/A:98

15 atoms, 13 bonds, 2 residues, 2 models selected  

> select add #6/A:102

24 atoms, 21 bonds, 3 residues, 2 models selected  

> select add #6/A:103

35 atoms, 32 bonds, 4 residues, 2 models selected  

> select
> #6/A:5,15,19,23,24,27,36,41,49,52,67,68,95,98,102,103,105,117,126,152,164,167

197 atoms, 183 bonds, 22 residues, 1 model selected  

> show sel surfaces

> hide #!3 models

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> show sel surfaces

> select clear

> hide #!6 surfaces

> show #!3 models

> select #6/A:15,19,23,24,27,41,49,52,67,95,117,126,152,164,167

133 atoms, 122 bonds, 15 residues, 1 model selected  

> ui tool show "Color Actions"

> color sel pale violet red target acsp

> select clear

> select #6/A:15,19,23,24,27,41,49,52,67,95,117,126,152,164,167

133 atoms, 122 bonds, 15 residues, 1 model selected  

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> select ~sel & ##selected

4717 atoms, 4800 bonds, 613 residues, 1 model selected  

> show sel surfaces

> select clear

> select
> #6/A:5,15,19,23,24,27,36,41,49,52,67,68,95,98,102,103,105,117,126,152,164,167

197 atoms, 183 bonds, 22 residues, 1 model selected  

> show sel surfaces

> hide sel surfaces

> select clear

> select #6/A:41

7 atoms, 6 bonds, 1 residue, 1 model selected  

> color (#!6 & sel) magenta

> select up

38 atoms, 38 bonds, 5 residues, 2 models selected  

> select up

1311 atoms, 1341 bonds, 167 residues, 2 models selected  

> show sel surfaces

> select clear

> hide #!3,6 surfaces

> undo

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> select ~sel & ##selected

4717 atoms, 4800 bonds, 613 residues, 1 model selected  

> show sel surfaces

> select clear

> save "/Users/taic/OneDrive - National Institutes of
> Health/MacBookPro021/project/SusanG/HqbA_Ni/AF3/E.coli.HqbAmutatnt_Hfq_CoA.2.png"
> width 900 height 668 supersample 4 transparentBackground true

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbp_co/fold_hqba_yhbp_co_model_0.cif

Chain information for fold_hqba_yhbp_co_model_0.cif #4  
---  
Chain | Description  
A | .  
B | .  


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbp_co/fold_hqba_yhbp_co_model_1.cif

Chain information for fold_hqba_yhbp_co_model_1.cif #5  
---  
Chain | Description  
A | .  
B | .  


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbp_co/fold_hqba_yhbp_co_model_2.cif

Chain information for fold_hqba_yhbp_co_model_2.cif #7  
---  
Chain | Description  
A | .  
B | .  


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbp_co/fold_hqba_yhbp_co_model_3.cif

Chain information for fold_hqba_yhbp_co_model_3.cif #8  
---  
Chain | Description  
A | .  
B | .  


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbp_co/fold_hqba_yhbp_co_model_4.cif

Chain information for fold_hqba_yhbp_co_model_4.cif #9  
---  
Chain | Description  
A | .  
B | .  

Computing secondary structure  

> hide #4-5,7-9#!3,6 surfaces

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> ui tool show Matchmaker

> matchmaker #4-5,7-9 to #6 & sel

Computing secondary structure  
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 fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbp_co_model_0.cif, chain A (#4), sequence alignment score = 852.8  
RMSD between 167 pruned atom pairs is 0.391 angstroms; (across all 167 pairs:
0.391)  

Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbp_co_model_1.cif, chain A (#5), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.433 angstroms; (across all 167 pairs:
0.433)  

Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbp_co_model_2.cif, chain A (#7), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.278 angstroms; (across all 167 pairs:
0.278)  

Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbp_co_model_3.cif, chain A (#8), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.296 angstroms; (across all 167 pairs:
0.296)  

Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbp_co_model_4.cif, chain A (#9), sequence alignment score = 873.8  
RMSD between 167 pruned atom pairs is 0.297 angstroms; (across all 167 pairs:
0.297)  


> hide #!3 models

> show #!3 models

> hide #4 models

> show #4 models

> hide #!6 models

> hide #5 models

> hide #7 models

> hide #8 models

> hide #9 models

> hide #!3 models

> show #!6 models

> show #7 models

> hide #!6 models

> show #5 models

> show #8 models

> show #9 models

> color #4-5,7-9 bychain

> select clear

> hide #5 models

> hide #7 models

> show #5 models

> hide #9 models

> hide #8 models

> show #8 models

> hide #5 models

> hide #4 models

> show #5 models

> show #7 models

> delete atoms #5,7-8

> delete bonds #5,7-8

> show #4 models

> show #9 models

> hide #9 models

> show #9 models

> hide #4 models

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbp_co/fold_hqba_yhbp_co_model_1.cif

Chain information for fold_hqba_yhbp_co_model_1.cif #5  
---  
Chain | Description  
A | .  
B | .  

Computing secondary structure  

> color #5,9 bychain

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> ui tool show Matchmaker

[deleted to fit within ticket limits]


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
> Predictions/azor_monomer_fad/fold_azor_monomer_fad_model_3.cif

Chain information for fold_azor_monomer_fad_model_3.cif #9  
---  
Chain | Description  
A | .  

Computing secondary structure  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
> Predictions/azor_monomer_fad/fold_azor_monomer_fad_model_4.cif

Chain information for fold_azor_monomer_fad_model_4.cif #10  
---  
Chain | Description  
A | .  

Computing secondary structure  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
> Predictions/azor_monomer_nad/fold_azor_monomer_nad_model_0.cif

Summary of feedback from opening /Users/taic/Library/CloudStorage/OneDrive-
NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
Predictions/azor_monomer_nad/fold_azor_monomer_nad_model_0.cif  
---  
note | Fetching CCD NAD from https://files.wwpdb.org/pub/pdb/refdata/chem_comp/D/NAD/NAD.cif  

Chain information for fold_azor_monomer_nad_model_0.cif #11  
---  
Chain | Description  
A | .  

Computing secondary structure  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
> Predictions/azor_monomer_nad/fold_azor_monomer_nad_model_1.cif

Chain information for fold_azor_monomer_nad_model_1.cif #12  
---  
Chain | Description  
A | .  

Computing secondary structure  

> ui tool show Matchmaker

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
> Predictions/azor_monomer_nad/fold_azor_monomer_nad_model_2.cif

Chain information for fold_azor_monomer_nad_model_2.cif #13  
---  
Chain | Description  
A | .  


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
> Predictions/azor_monomer_nad/fold_azor_monomer_nad_model_3.cif

Chain information for fold_azor_monomer_nad_model_3.cif #14  
---  
Chain | Description  
A | .  

Computing secondary structure  
[Repeated 1 time(s)]

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
> Predictions/azor_monomer_nad/fold_azor_monomer_nad_model_4.cif

Chain information for fold_azor_monomer_nad_model_4.cif #15  
---  
Chain | Description  
A | .  

Computing secondary structure  

> matchmaker #2-12 to #1

Computing secondary structure  
[Repeated 11 time(s)]  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 fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_model_1.cif, chain A (#2), sequence alignment score = 1086.8  
RMSD between 208 pruned atom pairs is 0.117 angstroms; (across all 208 pairs:
0.117)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_model_2.cif, chain A (#3), sequence alignment score = 1086.8  
RMSD between 208 pruned atom pairs is 0.103 angstroms; (across all 208 pairs:
0.103)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_model_3.cif, chain A (#4), sequence alignment score = 1086.8  
RMSD between 208 pruned atom pairs is 0.129 angstroms; (across all 208 pairs:
0.129)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_model_4.cif, chain A (#5), sequence alignment score = 1086.8  
RMSD between 208 pruned atom pairs is 0.121 angstroms; (across all 208 pairs:
0.121)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_fad_model_0.cif, chain A (#6), sequence alignment score =
1083.8  
RMSD between 208 pruned atom pairs is 0.351 angstroms; (across all 208 pairs:
0.351)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_fad_model_1.cif, chain A (#7), sequence alignment score =
1080.2  
RMSD between 208 pruned atom pairs is 0.403 angstroms; (across all 208 pairs:
0.403)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_fad_model_2.cif, chain A (#8), sequence alignment score =
1083.8  
RMSD between 208 pruned atom pairs is 0.447 angstroms; (across all 208 pairs:
0.447)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_fad_model_3.cif, chain A (#9), sequence alignment score =
1083.8  
RMSD between 208 pruned atom pairs is 0.420 angstroms; (across all 208 pairs:
0.420)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_fad_model_4.cif, chain A (#10), sequence alignment score =
1083.8  
RMSD between 208 pruned atom pairs is 0.291 angstroms; (across all 208 pairs:
0.291)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_nad_model_0.cif, chain A (#11), sequence alignment score =
1083.8  
RMSD between 208 pruned atom pairs is 0.324 angstroms; (across all 208 pairs:
0.324)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_nad_model_1.cif, chain A (#12), sequence alignment score =
1080.2  
RMSD between 208 pruned atom pairs is 0.353 angstroms; (across all 208 pairs:
0.353)  


> matchmaker #13-15 to #1

Computing secondary structure  
[Repeated 3 time(s)]  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 fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_nad_model_2.cif, chain A (#13), sequence alignment score =
1080.2  
RMSD between 208 pruned atom pairs is 0.368 angstroms; (across all 208 pairs:
0.368)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_nad_model_3.cif, chain A (#14), sequence alignment score =
1080.2  
RMSD between 208 pruned atom pairs is 0.329 angstroms; (across all 208 pairs:
0.329)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_nad_model_4.cif, chain A (#15), sequence alignment score =
1083.8  
RMSD between 208 pruned atom pairs is 0.287 angstroms; (across all 208 pairs:
0.287)  


> select add #2

1646 atoms, 1685 bonds, 208 residues, 1 model selected  

> select add #3

3292 atoms, 3370 bonds, 416 residues, 2 models selected  

> select add #4

4938 atoms, 5055 bonds, 624 residues, 3 models selected  

> select add #5

6584 atoms, 6740 bonds, 832 residues, 4 models selected  

> 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

> delete atoms sel

> delete bonds sel

> show #6 models

> hide #6 models

> show #6 models

> show #7 models

> hide #1 models

> hide #7 models

> show #7 models

> hide #7 models

> show #7 models

> hide #6 models

> show #6 models

> hide #6 models

> show #6 models

> hide #7 models

> show #7 models

> hide #7 models

> show #7 models

> show #8 models

> show #9 models

> show #10 models

> select add #7

1699 atoms, 1743 bonds, 209 residues, 1 model selected  

> select add #8

3398 atoms, 3486 bonds, 418 residues, 2 models selected  

> select add #9

5097 atoms, 5229 bonds, 627 residues, 3 models selected  

> select add #10

6796 atoms, 6972 bonds, 836 residues, 4 models selected  

> delete atoms sel

> delete bonds sel

> show #11 models

> hide #6 models

> show #12 models

> hide #11 models

> show #11 models

> hide #11 models

> show #11 models

> show #13 models

> show #14 models

> show #15 models

> select add #12

1690 atoms, 1733 bonds, 209 residues, 1 model selected  

> select add #13

3380 atoms, 3466 bonds, 418 residues, 2 models selected  

> select add #14

5070 atoms, 5199 bonds, 627 residues, 3 models selected  

> select add #15

6760 atoms, 6932 bonds, 836 residues, 4 models selected  

> delete atoms sel

> delete bonds sel

> show #1 models

> show #6 models

> hide #6 models

> hide #11 models

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
> Predictions/azor_dimer/fold_azor_dimer_model_0.cif

Chain information for fold_azor_dimer_model_0.cif #2  
---  
Chain | Description  
A B | .  

Computing secondary structure  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
> Predictions/azor_dimer/fold_azor_dimer_model_1.cif

Chain information for fold_azor_dimer_model_1.cif #3  
---  
Chain | Description  
A B | .  

Computing secondary structure  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
> Predictions/azor_dimer/fold_azor_dimer_model_2.cif

Chain information for fold_azor_dimer_model_2.cif #4  
---  
Chain | Description  
A B | .  

Computing secondary structure  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
> Predictions/azor_dimer/fold_azor_dimer_model_3.cif

Chain information for fold_azor_dimer_model_3.cif #5  
---  
Chain | Description  
A B | .  

Computing secondary structure  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
> Predictions/azor_dimer/fold_azor_dimer_model_4.cif

Chain information for fold_azor_dimer_model_4.cif #7  
---  
Chain | Description  
A B | .  

Computing secondary structure  

> ui tool show Matchmaker

> matchmaker #2-7,11 to #1

Computing secondary structure  
[Repeated 7 time(s)]  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 fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_dimer_model_0.cif, chain A (#2), sequence alignment score = 1074.2  
RMSD between 208 pruned atom pairs is 0.403 angstroms; (across all 208 pairs:
0.403)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_dimer_model_1.cif, chain A (#3), sequence alignment score = 1080.8  
RMSD between 208 pruned atom pairs is 0.383 angstroms; (across all 208 pairs:
0.383)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_dimer_model_2.cif, chain A (#4), sequence alignment score = 1074.2  
RMSD between 208 pruned atom pairs is 0.452 angstroms; (across all 208 pairs:
0.452)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_dimer_model_3.cif, chain A (#5), sequence alignment score = 1074.2  
RMSD between 208 pruned atom pairs is 0.377 angstroms; (across all 208 pairs:
0.377)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_fad_model_0.cif, chain A (#6), sequence alignment score =
1083.8  
RMSD between 208 pruned atom pairs is 0.351 angstroms; (across all 208 pairs:
0.351)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_dimer_model_4.cif, chain A (#7), sequence alignment score = 1077.8  
RMSD between 208 pruned atom pairs is 0.371 angstroms; (across all 208 pairs:
0.371)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_nad_model_0.cif, chain A (#11), sequence alignment score =
1083.8  
RMSD between 208 pruned atom pairs is 0.324 angstroms; (across all 208 pairs:
0.324)  


> show #6 models

> hide #2 models

> show #2 models

> hide #7 models

> hide #6 models

> show #7 models

> select add #3

3292 atoms, 3370 bonds, 416 residues, 1 model selected  

> select add #4

6584 atoms, 6740 bonds, 832 residues, 2 models selected  

> select add #5

9876 atoms, 10110 bonds, 1248 residues, 3 models selected  

> select add #7

13168 atoms, 13480 bonds, 1664 residues, 4 models selected  

> delete atoms sel

> delete bonds sel

> hide #1 models

> show #6 models

> hide #2 models

> select /A

6584 atoms, 6740 bonds, 832 residues, 4 models selected  

> show sel & #6 surfaces

> show #2 models

> select /B

1743 atoms, 1791 bonds, 210 residues, 3 models selected  

> hide #2 models

> show #2 models

> select #2/B

1646 atoms, 1685 bonds, 208 residues, 1 model selected  

> show sel surfaces

> hide #!6 models

> show #1 models

> show #!6 models

> hide #1 models

> hide #!6 models

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
> Predictions/azor_dimer_fad/fold_azor_dimer_fad_model_0.cif

Chain information for fold_azor_dimer_fad_model_0.cif #3  
---  
Chain | Description  
A B | .  

Computing secondary structure  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
> Predictions/azor_dimer_fad/fold_azor_dimer_fad_model_1.cif

Chain information for fold_azor_dimer_fad_model_1.cif #4  
---  
Chain | Description  
A B | .  

Computing secondary structure  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
> Predictions/azor_dimer_fad/fold_azor_dimer_fad_model_2.cif

Chain information for fold_azor_dimer_fad_model_2.cif #5  
---  
Chain | Description  
A B | .  

Computing secondary structure  

> hide sel surfaces

> ui tool show Matchmaker

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
> Predictions/azor_dimer_fad/fold_azor_dimer_fad_model_3.cif

Chain information for fold_azor_dimer_fad_model_3.cif #7  
---  
Chain | Description  
A B | .  


> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
> Predictions/azor_dimer_fad/fold_azor_dimer_fad_model_4.cif

Chain information for fold_azor_dimer_fad_model_4.cif #8  
---  
Chain | Description  
A B | .  

Computing secondary structure  
[Repeated 1 time(s)]

> matchmaker #3-5,7-8#!6 to #1

Computing secondary structure  
[Repeated 6 time(s)]  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 fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_dimer_fad_model_0.cif, chain A (#3), sequence alignment score =
1077.8  
RMSD between 208 pruned atom pairs is 0.467 angstroms; (across all 208 pairs:
0.467)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_dimer_fad_model_1.cif, chain A (#4), sequence alignment score = 1049  
RMSD between 208 pruned atom pairs is 0.456 angstroms; (across all 208 pairs:
0.456)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_dimer_fad_model_2.cif, chain A (#5), sequence alignment score =
1083.2  
RMSD between 208 pruned atom pairs is 0.435 angstroms; (across all 208 pairs:
0.435)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_dimer_fad_model_3.cif, chain A (#7), sequence alignment score =
1083.2  
RMSD between 208 pruned atom pairs is 0.408 angstroms; (across all 208 pairs:
0.408)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_dimer_fad_model_4.cif, chain A (#8), sequence alignment score =
1083.2  
RMSD between 208 pruned atom pairs is 0.428 angstroms; (across all 208 pairs:
0.428)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_fad_model_0.cif, chain A (#6), sequence alignment score =
1083.8  
RMSD between 208 pruned atom pairs is 0.351 angstroms; (across all 208 pairs:
0.351)  


> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR.cxs

\u2014\u2014\u2014 End of log from Wed Feb 18 08:19:31 2026 \u2014\u2014\u2014

opened ChimeraX session  

> hide #!2 models

> hide #4 models

> hide #5 models

> hide #7 models

> hide #8 models

> show #4 models

> hide #3 models

> show #5 models

> show #7 models

> show #8 models

> select add #4

4991 atoms, 5113 bonds, 625 residues, 2 models selected  

> select add #5

8336 atoms, 8541 bonds, 1042 residues, 3 models selected  

> select add #7

11681 atoms, 11969 bonds, 1459 residues, 4 models selected  

> select add #8

15026 atoms, 15397 bonds, 1876 residues, 5 models selected  

> delete atoms (#4-5,7-8 & sel)

> delete bonds (#4-5,7-8 & sel)

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
> Predictions/azor_monomer_fad/fold_azor_monomer_fad_model_0.cif

Chain information for fold_azor_monomer_fad_model_0.cif #4  
---  
Chain | Description  
A | .  

Computing secondary structure  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_AlphaFold-
> Predictions/azor_dimer_nad/fold_azor_dimer_nad_model_0.cif

Chain information for fold_azor_dimer_nad_model_0.cif #5  
---  
Chain | Description  
A B | .  

Computing secondary structure  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AlphaFold-
> OtherProteins/icd/fold_icd_model_0.cif

Chain information for fold_icd_model_0.cif #7  
---  
Chain | Description  
A | .  

Computing secondary structure  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AlphaFold-
> OtherProteins/mqo/fold_mqo_model_0.cif

Chain information for fold_mqo_model_0.cif #8  
---  
Chain | Description  
A | .  

Computing secondary structure  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AlphaFold-
> OtherProteins/ndhc/fold_ndhc_model_0.cif

Chain information for fold_ndhc_model_0.cif #9  
---  
Chain | Description  
A | .  

Computing secondary structure  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AlphaFold-
> OtherProteins/ndhf/fold_ndhf_model_0.cif

Chain information for fold_ndhf_model_0.cif #10  
---  
Chain | Description  
A | .  

Computing secondary structure  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AlphaFold-
> OtherProteins/suca/fold_suca_model_0.cif

Chain information for fold_suca_model_0.cif #12  
---  
Chain | Description  
A | .  

Computing secondary structure  

> ui tool show Matchmaker

> matchmaker #3-5,7-12#!2,6 to #1/A pairing bs

Computing secondary structure  
[Repeated 6 time(s)]  Parameters  
---  
Chain pairing | bs  
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 fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_dimer_fad_model_0.cif, chain A (#3), sequence alignment score =
1077.8  
RMSD between 208 pruned atom pairs is 0.467 angstroms; (across all 208 pairs:
0.467)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_fad_model_0.cif, chain A (#4), sequence alignment score =
1083.8  
RMSD between 208 pruned atom pairs is 0.351 angstroms; (across all 208 pairs:
0.351)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_dimer_nad_model_0.cif, chain B (#5), sequence alignment score =
1086.8  
RMSD between 208 pruned atom pairs is 0.362 angstroms; (across all 208 pairs:
0.362)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_icd_model_0.cif, chain A (#7), sequence alignment score = 86.4  
RMSD between 6 pruned atom pairs is 1.359 angstroms; (across all 168 pairs:
21.278)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_mqo_model_0.cif, chain A (#8), sequence alignment score = 62.8  
RMSD between 4 pruned atom pairs is 1.139 angstroms; (across all 65 pairs:
22.621)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_ndhc_model_0.cif, chain A (#9), sequence alignment score = 62.2  
RMSD between 25 pruned atom pairs is 1.174 angstroms; (across all 153 pairs:
31.595)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_ndhf_model_0.cif, chain A (#10), sequence alignment score = 62.4  
RMSD between 7 pruned atom pairs is 1.252 angstroms; (across all 189 pairs:
25.278)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_nad_model_0.cif, chain A (#11), sequence alignment score =
1083.8  
RMSD between 208 pruned atom pairs is 0.324 angstroms; (across all 208 pairs:
0.324)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_suca_model_0.cif, chain A (#12), sequence alignment score = 85.2  
RMSD between 5 pruned atom pairs is 1.071 angstroms; (across all 101 pairs:
17.409)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_dimer_model_0.cif, chain A (#2), sequence alignment score = 1074.2  
RMSD between 208 pruned atom pairs is 0.403 angstroms; (across all 208 pairs:
0.403)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_fad_model_0.cif, chain A (#6), sequence alignment score =
1083.8  
RMSD between 208 pruned atom pairs is 0.351 angstroms; (across all 208 pairs:
0.351)  


> hide #12 models

> hide #10 models

> hide #9 models

> hide #8 models

> hide #7 models

> show #1 models

> hide #1 models

> show #!2 models

> hide #!2 models

> show #3 models

> hide #3 models

> hide #5 models

> show #1 models

> show #!2 models

> hide #1 models

> show #1 models

> hide #4 models

> show #3 models

> hide #!2 models

> hide #1 models

> show #!6 models

> hide #3#!6 surfaces

> show #7 models

> hide #!6 models

> hide #3 models

> show #8 models

> hide #7 models

> show #9 models

> hide #8 models

> rainbow #9

> show #10 models

> hide #9 models

> show #11 models

> hide #10 models

> show #1 models

> hide #1 models

> show #1 models

> hide #11 models

> show #11 models

> show #12 models

> hide #11 models

> hide #1 models

> matchmaker #8-10,12 to #7/A pairing bs

Computing secondary structure  
[Repeated 4 time(s)]  Parameters  
---  
Chain pairing | bs  
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 fold_icd_model_0.cif, chain A (#7) with fold_mqo_model_0.cif, chain
A (#8), sequence alignment score = 56  
RMSD between 7 pruned atom pairs is 1.546 angstroms; (across all 312 pairs:
34.056)  

Matchmaker fold_icd_model_0.cif, chain A (#7) with fold_ndhc_model_0.cif,
chain A (#9), sequence alignment score = 55.5  
RMSD between 6 pruned atom pairs is 1.303 angstroms; (across all 235 pairs:
26.259)  

Matchmaker fold_icd_model_0.cif, chain A (#7) with fold_ndhf_model_0.cif,
chain A (#10), sequence alignment score = 38.2  
RMSD between 5 pruned atom pairs is 0.853 angstroms; (across all 135 pairs:
19.431)  

Matchmaker fold_icd_model_0.cif, chain A (#7) with fold_suca_model_0.cif,
chain A (#12), sequence alignment score = 124  
RMSD between 16 pruned atom pairs is 1.040 angstroms; (across all 346 pairs:
29.841)  


> show #7 models

> hide #12 models

> show #8 models

> show #9 models

> hide #8 models

> hide #7 models

> show #8 models

> hide #9 models

> show #12 models

> hide #8 models

> rainbow #12

> show #7 models

> hide #12 models

> show #8 models

> hide #7 models

> show #5 models

> hide #8 models

> color #5 bychain

> show #!6 models

> hide #5 models

> show #11 models

> hide #!6 models

> show #!2 models

> hide #!2 models

> show #5 models

> hide #11 models

> show #11 models

> hide #11 models

> show #11 models

> hide #5 models

> select /A

32114 atoms, 32801 bonds, 4077 residues, 12 models selected  

> ui tool show Matchmaker

> matchmaker #3-5,7-12#!2,6 & sel to #1/A & sel pairing bs

Computing secondary structure  
[Repeated 6 time(s)]  Parameters  
---  
Chain pairing | bs  
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 fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_fad_model_0.cif, chain A (#6), sequence alignment score =
1083.8  
RMSD between 208 pruned atom pairs is 0.351 angstroms; (across all 208 pairs:
0.351)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_nad_model_0.cif, chain A (#11), sequence alignment score =
1083.8  
RMSD between 208 pruned atom pairs is 0.324 angstroms; (across all 208 pairs:
0.324)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_dimer_model_0.cif, chain A (#2), sequence alignment score = 1074.2  
RMSD between 208 pruned atom pairs is 0.403 angstroms; (across all 208 pairs:
0.403)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_dimer_fad_model_0.cif, chain A (#3), sequence alignment score =
1077.8  
RMSD between 208 pruned atom pairs is 0.467 angstroms; (across all 208 pairs:
0.467)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_fad_model_0.cif, chain A (#4), sequence alignment score =
1083.8  
RMSD between 208 pruned atom pairs is 0.351 angstroms; (across all 208 pairs:
0.351)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_dimer_nad_model_0.cif, chain A (#5), sequence alignment score =
1083.2  
RMSD between 208 pruned atom pairs is 0.359 angstroms; (across all 208 pairs:
0.359)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_icd_model_0.cif, chain A (#7), sequence alignment score = 86.4  
RMSD between 6 pruned atom pairs is 1.359 angstroms; (across all 168 pairs:
21.278)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_mqo_model_0.cif, chain A (#8), sequence alignment score = 62.8  
RMSD between 4 pruned atom pairs is 1.139 angstroms; (across all 65 pairs:
22.621)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_ndhc_model_0.cif, chain A (#9), sequence alignment score = 62.2  
RMSD between 25 pruned atom pairs is 1.174 angstroms; (across all 153 pairs:
31.595)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_ndhf_model_0.cif, chain A (#10), sequence alignment score = 62.4  
RMSD between 7 pruned atom pairs is 1.252 angstroms; (across all 189 pairs:
25.278)  

Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_suca_model_0.cif, chain A (#12), sequence alignment score = 85.2  
RMSD between 5 pruned atom pairs is 1.071 angstroms; (across all 101 pairs:
17.409)  


> show #1 models

> hide #1 models

> show #5 models

> hide #11 models

> show #11 models

> hide #5 models

> select ::name="NAD"

88 atoms, 96 bonds, 2 residues, 2 models selected  

> select ~sel & ##selected

4938 atoms, 5055 bonds, 624 residues, 2 models selected  

> rainbow sel & #11

> select clear

> show #1 models

> hide #11 models

> open 9H2I fromDatabase pdb format mmcif

Summary of feedback from opening 9H2I fetched from pdb  
---  
note | Fetching compressed mmCIF 9h2i from http://files.rcsb.org/download/9h2i.cif  

9h2i title:  
Dihydrolipoyl Dehydrogenase (E3) in complex with the binding domain of
Dihydrolipoamide Acetyltransferase (E2) from the E. coli pyruvate
dehydrogenase complex [more info...]  

Chain information for 9h2i #13  
---  
Chain | Description | UniProt  
A | Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex | ODP2_ECOLI 314-379  
B C | Dihydrolipoyl dehydrogenase | DLDH_ECOLI 2-474  

Non-standard residues in 9h2i #13  
---  
FAD \u2014 flavin-adenine dinucleotide  


> ui tool show Matchmaker

> matchmaker #13 to #1/A pairing bs

Computing secondary structure  
Parameters  
---  
Chain pairing | bs  
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 fold_azor_monomer_model_0.cif, chain A (#1) with 9h2i, chain B
(#13), sequence alignment score = 64.3  
RMSD between 6 pruned atom pairs is 0.906 angstroms; (across all 61 pairs:
18.939)  


> undo

> select ::name="NAD"

88 atoms, 96 bonds, 2 residues, 2 models selected  

> hide #11 models

> hide #1 models

> show #4 models

> hide #13 models

> select ::name="FAD"

265 atoms, 290 bonds, 5 residues, 4 models selected  

> show #13 models

> hide #4 models

> color sel & #13 bychain

> undo

> select clear

> color #13 bychain

> undo

> select ::name="FAD"

265 atoms, 290 bonds, 5 residues, 4 models selected  

> matchmaker #13 & sel to #4/A & sel pairing bs

No 'to' chains specified  

> matchmaker #13 & sel to #4/A & sel pairing bs

No 'to' chains specified  

> matchmaker #13 & sel to #6 & sel

No matrix compatible with both reference structure and all match structures  

> select clear

> select ::name="FAD"

265 atoms, 290 bonds, 5 residues, 4 models selected  

> matchmaker #13 to #6 & sel

No matrix compatible with both reference structure and all match structures  

> matchmaker #13 to #6

Computing secondary structure  
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 fold_azor_monomer_fad_model_0.cif, chain A (#6) with 9h2i, chain B
(#13), sequence alignment score = 64.3  
RMSD between 6 pruned atom pairs is 0.976 angstroms; (across all 61 pairs:
18.887)  


> show #!6 models

> hide #13 models

> show #!2 models

> hide #!2 models

> show #!2 models

> hide #!2 models

> open 8RX4 fromDatabase pdb format mmcif

Summary of feedback from opening 8RX4 fetched from pdb  
---  
notes | Fetching compressed mmCIF 8rx4 from http://files.rcsb.org/download/8rx4.cif  
Fetching CCD NAP from
https://files.wwpdb.org/pub/pdb/refdata/chem_comp/P/NAP/NAP.cif  

8rx4 title:  
Mycothione reductase from Mycobacterium xenopi in complex with co-factor FAD
and redox co-factor NADP(H) [more info...]  

Chain information for 8rx4 #14  
---  
Chain | Description | UniProt  
A B | Mycothione reductase | X8E6Y0_MYCXE 1-459  

Non-standard residues in 8rx4 #14  
---  
FAD \u2014 flavin-adenine dinucleotide  
NAP \u2014 nadp nicotinamide-adenine-dinucleotide phosphate
(2'-monophosphoadenosine 5'-diphosphoribose)  


> hide #!6 models

> matchmaker #14 to #13

Computing secondary structure  
[Repeated 1 time(s)]  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 9h2i, chain B (#13) with 8rx4, chain A (#14), sequence alignment
score = 815.3  
RMSD between 278 pruned atom pairs is 1.096 angstroms; (across all 447 pairs:
3.176)  


> show #13 models

> select ::name="FAD"

371 atoms, 406 bonds, 7 residues, 5 models selected  

> select ~sel & ##selected

21835 atoms, 21626 bonds, 3388 residues, 5 models selected  

> color sel & #13-14 bychain

> select clear

> hide #14 models

> show #14 models

> hide #13 models

> show #13 models

> hide #14 models

> show #14 models

> hide #13 models

> select #14/B

3646 atoms, 3705 bonds, 481 residues, 1 model selected  

> hide sel cartoons

> hide sel atoms

> show #13 models

> hide #14 models

> select #13/C

3803 atoms, 3650 bonds, 693 residues, 1 model selected  

> hide sel cartoons

> show sel cartoons

> hide sel cartoons

> hide sel atoms

> select #13/B

3924 atoms, 3668 bonds, 798 residues, 1 model selected  

> rainbow sel

> select clear

> show #4 models

> hide #13 models

> show #14 models

> show #13 models

> hide #14 models

> hide #4 models

> show #!6 models

> hide #13 models

> show #13 models

> select #13/B:429

8 atoms, 7 bonds, 1 residue, 1 model selected  

> select #13/B:429

8 atoms, 7 bonds, 1 residue, 1 model selected  

> ui mousemode right "move picked models"

> view matrix models
> #13,-0.24553,0.95614,-0.15973,-12.311,-0.87052,-0.14498,0.4703,-33.244,0.42651,0.25452,0.86793,37.123

> select clear

> show #3 models

> hide #!6 models

> show #!6 models

> hide #!6 models

> select ::name="FAD"

371 atoms, 406 bonds, 7 residues, 5 models selected  

> hide #13 models

> select ~sel & ##selected

21835 atoms, 21626 bonds, 3388 residues, 5 models selected  

> color sel & #3 bychain

> select clear

> show #13 models

> select #13/B:118

9 atoms, 8 bonds, 1 residue, 1 model selected  

> ui mousemode right "rotate selected models"

> view matrix models
> #13,0.033187,-0.97762,-0.20777,14.167,0.99779,0.020425,0.063272,41.991,-0.057612,-0.20941,0.97613,20.908

> view matrix models
> #13,0.61108,-0.5049,-0.60964,43.097,0.74854,0.11812,0.65248,13.491,-0.25743,-0.85506,0.45012,36.524

Drag select of 1 residues  

> view matrix models
> #13,0.69637,-0.51088,-0.50406,42.577,0.69997,0.32838,0.6342,10.762,-0.15848,-0.79446,0.58627,34.933

> view matrix models
> #13,0.60362,-0.77451,-0.18916,31.241,0.57555,0.25913,0.77562,2.4774,-0.55171,-0.57705,0.60219,19.363

> view matrix models
> #13,0.57452,-0.7742,-0.2656,32.755,0.56401,0.13931,0.81393,1.7918,-0.59314,-0.61742,0.5167,21.081

> view matrix models
> #13,0.50768,-0.80838,-0.29797,31.826,0.63814,0.12046,0.76044,6.2021,-0.57883,-0.57621,0.57701,19.262

> view matrix models
> #13,0.41134,-0.8476,-0.33522,30.098,0.72496,0.081317,0.68397,11.956,-0.55248,-0.52437,0.64793,17.418

> view matrix models
> #13,0.50347,-0.56782,-0.65123,41.319,0.83944,0.14298,0.52431,20.563,-0.2046,-0.81064,0.54863,34.733

> view matrix models
> #13,0.81357,-0.39993,-0.42208,42.973,0.56489,0.37157,0.73677,2.4881,-0.13783,-0.83785,0.52822,37.879

> select clear

> select #13/B:81

7 atoms, 6 bonds, 1 residue, 1 model selected  

> view matrix models
> #13,0.81385,-0.37394,-0.44476,43.517,0.57225,0.38291,0.7252,3.0254,-0.10088,-0.84472,0.52562,39.27

> view matrix models
> #13,0.80931,-0.3118,-0.49779,44.601,0.58724,0.41087,0.69738,4.2194,-0.01291,-0.85672,0.51563,42.67

> view matrix models
> #13,0.83554,-0.52523,-0.16124,36.183,0.53716,0.84258,0.038938,20.618,0.11541,-0.11915,0.98615,25.714

> view matrix models
> #13,0.85682,-0.51537,0.016019,31.023,0.50956,0.85108,0.12652,16.749,-0.07884,-0.10025,0.99183,18.802

> view matrix models
> #13,0.13465,-0.7299,-0.67016,30.752,0.80312,-0.31576,0.50527,23.627,-0.58041,-0.60625,0.54368,20.54

> select clear

[Repeated 1 time(s)]Drag select of 5 residues, 1 bonds  

> show #5 models

> hide #3 models

> show #3 models

> hide #5 models

> show #14 models

> matchmaker #14 to #13

Computing secondary structure  
[Repeated 1 time(s)]  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 9h2i, chain B (#13) with 8rx4, chain A (#14), sequence alignment
score = 815.3  
RMSD between 278 pruned atom pairs is 1.096 angstroms; (across all 447 pairs:
3.176)  


> hide #13 models

> show #13 models

> select ::name="FAD"

371 atoms, 406 bonds, 7 residues, 5 models selected  

> select ~sel & ##selected

21835 atoms, 21626 bonds, 3388 residues, 5 models selected  

> show sel & #3,13-14 surfaces

> hide #!14 models

> hide sel & #!3,13 surfaces

> show #!14 models

> hide #!13 models

> hide sel & #!3,14 surfaces

> select clear

> hide #!3 models

> select ::name="NAD"

88 atoms, 96 bonds, 2 residues, 2 models selected  

> select ::name="NAP"

96 atoms, 104 bonds, 2 residues, 1 model selected  

> show #!13 models

> select clear

> hide #!13 models

> show #!13 models

> hide #!13 models

> select ::name="FAD"

371 atoms, 406 bonds, 7 residues, 5 models selected  

> select ~sel & ##selected

21835 atoms, 21626 bonds, 3388 residues, 5 models selected  

> rainbow sel & #!14

> select clear

> select ::name="NAP"

96 atoms, 104 bonds, 2 residues, 1 model selected  

> coulombic sel

Using Amber 20 recommended default charges and atom types for standard
residues  
Assigning partial charges to residue NAP (net charge -3) with am1-bcc method  
Running ANTECHAMBER command:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/antechamber -ek
qm_theory='AM1', -i
/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmpzd_topmc/ante.in.mol2 -fi
mol2 -o
/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmpzd_topmc/ante.out.mol2 -fo
mol2 -c bcc -nc -3 -j 5 -s 2 -dr n  
(NAP) ``  
(NAP) `Welcome to antechamber 20.0: molecular input file processor.`  
(NAP) ``  
(NAP) `Info: Finished reading file
(/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmpzd_topmc/ante.in.mol2);
atoms read (73), bonds read (77).`  
(NAP) `Info: Determining atomic numbers from atomic symbols which are case
sensitive.`  
(NAP) `Running:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/bondtype -j part -i
ANTECHAMBER_BOND_TYPE.AC0 -o ANTECHAMBER_BOND_TYPE.AC -f ac`  
(NAP) ``  
(NAP) ``  
(NAP) `Running:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/atomtype -i
ANTECHAMBER_AC.AC0 -o ANTECHAMBER_AC.AC -p gaff`  
(NAP) `Info: Total number of electrons: 384; net charge: -3`  
(NAP) ``  
(NAP) `Running: /Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/sqm -O
-i sqm.in -o sqm.out`  
(NAP) `/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/antechamber:
Fatal Error!`  
(NAP) `Cannot properly run
"/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/sqm -O -i sqm.in -o
sqm.out".`  
Charges failed to converge using fast method; re-running using slower more
stable method  
Running ANTECHAMBER command:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/antechamber -i
/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmpzd_topmc/ante.in.mol2 -fi
mol2 -o
/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmpzd_topmc/ante.out.mol2 -fo
mol2 -c bcc -nc -3 -j 5 -s 2 -dr n  
(NAP) ``  
(NAP) `Welcome to antechamber 20.0: molecular input file processor.`  
(NAP) ``  
(NAP) `Info: Finished reading file
(/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmpzd_topmc/ante.in.mol2);
atoms read (73), bonds read (77).`  
(NAP) `Info: Determining atomic numbers from atomic symbols which are case
sensitive.`  
(NAP) `Running:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/bondtype -j part -i
ANTECHAMBER_BOND_TYPE.AC0 -o ANTECHAMBER_BOND_TYPE.AC -f ac`  
(NAP) ``  
(NAP) ``  
(NAP) `Running:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/atomtype -i
ANTECHAMBER_AC.AC0 -o ANTECHAMBER_AC.AC -p gaff`  
(NAP) `Info: Total number of electrons: 384; net charge: -3`  
(NAP) ``  
(NAP) `Running: /Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/sqm -O
-i sqm.in -o sqm.out`  
(NAP) `/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/antechamber:
Fatal Error!`  
(NAP) `Cannot properly run
"/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/sqm -O -i sqm.in -o
sqm.out".`  

Contents of sqm.out:



               --------------------------------------------------------
                                AMBER SQM VERSION 19

                                        By
                 Ross C. Walker, Michael F. Crowley, Scott Brozell,
                            Tim Giese, Andreas W. Goetz,
                           Tai-Sung Lee and David A. Case

               --------------------------------------------------------


   --------------------------------------------------------------------------------
     QM CALCULATION INFO
   --------------------------------------------------------------------------------

   | QMMM: Citation for AMBER QMMM Run:
   | QMMM: R.C. Walker, M.F. Crowley and D.A. Case, J. COMP. CHEM. 29:1019, 2008

   QMMM: SINGLET STATE CALCULATION
   QMMM: RHF CALCULATION, NO. OF DOUBLY OCCUPIED LEVELS =132

   | QMMM: *** Selected Hamiltonian *** 
   | QMMM: AM1         

   | QMMM: *** Parameter sets in use ***
   | QMMM: P : M.J.S.DEWAR et al. THEOCHEM, 187,1, (1989)
   | QMMM: O : M.J.S.DEWAR et al. JACS, 107, 3902, (1985)
   | QMMM: C : M.J.S.DEWAR et al. JACS, 107, 3902, (1985)
   | QMMM: N : M.J.S.DEWAR et al. JACS, 107, 3902, (1985)
   | QMMM: H : M.J.S.DEWAR et al. JACS, 107, 3902, (1985)

   | QMMM: *** SCF convergence criteria ***
   | QMMM: Energy change                :  0.1D-09 kcal/mol
   | QMMM: Error matrix |FP-PF|         :  0.1D+00 au
   | QMMM: Density matrix change        :  0.5D-06
   | QMMM: Maximum number of SCF cycles :     1000

   | QMMM: *** Diagonalization Routine Information ***
   | QMMM: Pseudo diagonalizations are allowed.
   | QMMM: Auto diagonalization routine selection is in use.
   | QMMM:
   | QMMM: Timing diagonalization routines:
   | QMMM:                              norbs =      217
   | QMMM:    diag iterations used for timing =        4
   | QMMM:
   | QMMM:              Internal diag routine = 0.051654 seconds
   | QMMM:                 Dspev diag routine = 0.044332 seconds
   | QMMM:                Dspevd diag routine = 0.032116 seconds
   | QMMM:                Dspevx diag routine = 0.153242 seconds
   | QMMM:                 Dsyev diag routine = 0.047097 seconds
   | QMMM:                Dsyevd diag routine = 0.033935 seconds
   | QMMM:                Dsyevr diag routine = 0.038554 seconds
   | QMMM:
   | QMMM:                Pseudo diag routine = 0.022789 seconds
   | QMMM:
   | QMMM: Using dspevd routine (diag_routine=3).

     QMMM: QM Region Cartesian Coordinates (*=link atom) 
     QMMM: QM_NO.   MM_NO.  ATOM         X         Y         Z
     QMMM:     1        1      P       17.4620    0.4650   57.8060
     QMMM:     2        2      O       16.5620   -0.5740   58.3900
     QMMM:     3        3      O       18.0440    0.2210   56.4520
     QMMM:     4        4      O       18.6480    0.7880   58.8450
     QMMM:     5        5      C       18.2700    1.3930   60.1070
     QMMM:     6        6      C       19.4870    1.8540   60.8730
     QMMM:     7        7      O       19.0230    2.6210   62.0160
     QMMM:     8        8      C       20.3910    0.7570   61.4600
     QMMM:     9        9      O       21.7470    1.1830   61.4090
     QMMM:    10       10      C       19.8810    0.6600   62.8920
     QMMM:    11       11      O       20.8230    0.1440   63.8270
     QMMM:    12       12      C       19.6340    2.1310   63.1840
     QMMM:    13       13      N       18.7140    2.3450   64.2950
     QMMM:    14       14      C       17.4200    1.8950   64.3780
     QMMM:    15       15      N       16.8230    2.2310   65.4940
     QMMM:    16       16      C       17.7860    2.9360   66.2020
     QMMM:    17       17      C       17.7680    3.5530   67.4670
     QMMM:    18       18      N       16.7090    3.5600   68.2720
     QMMM:    19       19      N       18.9020    4.1690   67.8780
     QMMM:    20       20      C       19.9640    4.1590   67.0630
     QMMM:    21       21      N       20.0960    3.6140   65.8570
     QMMM:    22       22      C       18.9590    3.0090   65.4750
     QMMM:    23       23      O       16.6940    1.8750   57.8220
     QMMM:    24       24      P       16.8310    3.1760   56.8950
     QMMM:    25       25      O       16.1610    4.3450   57.5500
     QMMM:    26       26      O       18.2590    3.2930   56.4770
     QMMM:    27       27      O       15.9430    2.7150   55.6410
     QMMM:    28       28      C       14.5280    2.4980   55.8770
     QMMM:    29       29      C       13.9670    1.5170   54.8750
     QMMM:    30       30      O       14.0230    2.0920   53.5500
     QMMM:    31       31      C       14.6700    0.1520   54.7880
     QMMM:    32       32      O       13.7350   -0.9120   54.6620
     QMMM:    33       33      C       15.5640    0.2940   53.5490
     QMMM:    34       34      O       15.7840   -0.9330   52.8700
     QMMM:    35       35      C       14.7120    1.2110   52.6690
     QMMM:    36       36      N       15.5520    2.0170   51.7640
     QMMM:    37       37      C       15.9700    1.4830   50.5670
     QMMM:    38       38      C       16.8040    2.2160   49.7300
     QMMM:    39       39      C       17.2170    1.5960   48.4310
     QMMM:    40       40      O       16.7920    0.4660   48.1440
     QMMM:    41       41      N       18.0490    2.2680   47.6420
     QMMM:    42       42      C       17.1960    3.4950   50.0970
     QMMM:    43       43      C       16.7690    4.0240   51.3000
     QMMM:    44       44      C       15.9580    3.2770   52.1340
     QMMM:    45       45      P       20.6860   -1.4490   64.0240
     QMMM:    46       46      O       21.7060   -1.8020   65.0890
     QMMM:    47       47      O       21.0090   -2.0990   62.6800
     QMMM:    48       48      O       19.2630   -1.7280   64.4740
     QMMM:    49       49      H       17.7290    0.6600   60.7060
     QMMM:    50       50      H       17.6220    2.2480   59.9150
     QMMM:    51       51      H       20.0850    2.5010   60.2310
     QMMM:    52       52      H       20.2560   -0.1860   60.9310
     QMMM:    53       53      H       22.3250    0.4250   61.5240
     QMMM:    54       54      H       18.9490    0.0970   62.9320
     QMMM:    55       55      H       20.5770    2.6470   63.3660
     QMMM:    56       56      H       16.9410    1.3200   63.5990
     QMMM:    57       57      H       15.8540    3.1050   67.9850
     QMMM:    58       58      H       16.7600    4.0200   69.1700
     QMMM:    59       59      H       20.8400    4.6670   67.4390
     QMMM:    60       60      H       14.0000    3.4470   55.7840
     QMMM:    61       61      H       14.3870    2.1050   56.8840
     QMMM:    62       62      H       12.9200    1.3420   55.1230
     QMMM:    63       63      H       15.2870   -0.0020   55.6730
     QMMM:    64       64      H       13.8800   -1.5500   55.3640
     QMMM:    65       65      H       16.5100    0.7710   53.8050
     QMMM:    66       66      H       16.3180   -1.5120   53.4190
     QMMM:    67       67      H       13.9980    0.6220   52.0930
     QMMM:    68       68      H       15.6500    0.4930   50.2770
     QMMM:    69       69      H       18.3800    3.1810   47.9180
     QMMM:    70       70      H       18.3500    1.8650   46.7660
     QMMM:    71       71      H       17.8320    4.0750   49.4450
     QMMM:    72       72      H       17.0690    5.0210   51.5890
     QMMM:    73       73      H       15.6420    3.6860   53.0820

   --------------------------------------------------------------------------------
     RESULTS
   --------------------------------------------------------------------------------


   QMMM: ERROR!
   QMMM: Unable to achieve self consistency to the tolerances specified
   QMMM: No convergence in SCF after   1000 steps.
   QMMM: E =  -0.2168E+07 DeltaE =  -0.4757E+03 DeltaP =   0.9525E+00
   QMMM: Smallest DeltaE =   0.8289E-07 DeltaP =   0.1057E-04 Step =      3




Failure running ANTECHAMBER for residue NAP Check reply log for details  

> coulombic sel

Using Amber 20 recommended default charges and atom types for standard
residues  
Assigning partial charges to residue NAP (net charge -3) with am1-bcc method  
Running ANTECHAMBER command:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/antechamber -ek
qm_theory='AM1', -i
/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmp25z134no/ante.in.mol2 -fi
mol2 -o
/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmp25z134no/ante.out.mol2 -fo
mol2 -c bcc -nc -3 -j 5 -s 2 -dr n  
(NAP) ``  
(NAP) `Welcome to antechamber 20.0: molecular input file processor.`  
(NAP) ``  
(NAP) `Info: Finished reading file
(/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmp25z134no/ante.in.mol2);
atoms read (73), bonds read (77).`  
(NAP) `Info: Determining atomic numbers from atomic symbols which are case
sensitive.`  
(NAP) `Running:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/bondtype -j part -i
ANTECHAMBER_BOND_TYPE.AC0 -o ANTECHAMBER_BOND_TYPE.AC -f ac`  
(NAP) ``  
(NAP) ``  
(NAP) `Running:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/atomtype -i
ANTECHAMBER_AC.AC0 -o ANTECHAMBER_AC.AC -p gaff`  
(NAP) `Info: Total number of electrons: 384; net charge: -3`  
(NAP) ``  
(NAP) `Running: /Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/sqm -O
-i sqm.in -o sqm.out`  
(NAP) `/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/antechamber:
Fatal Error!`  
(NAP) `Cannot properly run
"/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/sqm -O -i sqm.in -o
sqm.out".`  
Charges failed to converge using fast method; re-running using slower more
stable method  
Running ANTECHAMBER command:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/antechamber -i
/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmp25z134no/ante.in.mol2 -fi
mol2 -o
/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmp25z134no/ante.out.mol2 -fo
mol2 -c bcc -nc -3 -j 5 -s 2 -dr n  
(NAP) ``  
(NAP) `Welcome to antechamber 20.0: molecular input file processor.`  
(NAP) ``  
(NAP) `Info: Finished reading file
(/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmp25z134no/ante.in.mol2);
atoms read (73), bonds read (77).`  
(NAP) `Info: Determining atomic numbers from atomic symbols which are case
sensitive.`  
(NAP) `Running:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/bondtype -j part -i
ANTECHAMBER_BOND_TYPE.AC0 -o ANTECHAMBER_BOND_TYPE.AC -f ac`  
(NAP) ``  
(NAP) ``  
(NAP) `Running:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/atomtype -i
ANTECHAMBER_AC.AC0 -o ANTECHAMBER_AC.AC -p gaff`  
(NAP) `Info: Total number of electrons: 384; net charge: -3`  
(NAP) ``  
(NAP) `Running: /Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/sqm -O
-i sqm.in -o sqm.out`  
(NAP) `/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/antechamber:
Fatal Error!`  
(NAP) `Cannot properly run
"/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/sqm -O -i sqm.in -o
sqm.out".`  

Contents of sqm.out:



               --------------------------------------------------------
                                AMBER SQM VERSION 19

                                        By
                 Ross C. Walker, Michael F. Crowley, Scott Brozell,
                            Tim Giese, Andreas W. Goetz,
                           Tai-Sung Lee and David A. Case

               --------------------------------------------------------


   --------------------------------------------------------------------------------
     QM CALCULATION INFO
   --------------------------------------------------------------------------------

   | QMMM: Citation for AMBER QMMM Run:
   | QMMM: R.C. Walker, M.F. Crowley and D.A. Case, J. COMP. CHEM. 29:1019, 2008

   QMMM: SINGLET STATE CALCULATION
   QMMM: RHF CALCULATION, NO. OF DOUBLY OCCUPIED LEVELS =132

   | QMMM: *** Selected Hamiltonian *** 
   | QMMM: AM1         

   | QMMM: *** Parameter sets in use ***
   | QMMM: P : M.J.S.DEWAR et al. THEOCHEM, 187,1, (1989)
   | QMMM: O : M.J.S.DEWAR et al. JACS, 107, 3902, (1985)
   | QMMM: C : M.J.S.DEWAR et al. JACS, 107, 3902, (1985)
   | QMMM: N : M.J.S.DEWAR et al. JACS, 107, 3902, (1985)
   | QMMM: H : M.J.S.DEWAR et al. JACS, 107, 3902, (1985)

   | QMMM: *** SCF convergence criteria ***
   | QMMM: Energy change                :  0.1D-09 kcal/mol
   | QMMM: Error matrix |FP-PF|         :  0.1D+00 au
   | QMMM: Density matrix change        :  0.5D-06
   | QMMM: Maximum number of SCF cycles :     1000

   | QMMM: *** Diagonalization Routine Information ***
   | QMMM: Pseudo diagonalizations are allowed.
   | QMMM: Auto diagonalization routine selection is in use.
   | QMMM:
   | QMMM: Timing diagonalization routines:
   | QMMM:                              norbs =      217
   | QMMM:    diag iterations used for timing =        4
   | QMMM:
   | QMMM:              Internal diag routine = 0.050281 seconds
   | QMMM:                 Dspev diag routine = 0.043968 seconds
   | QMMM:                Dspevd diag routine = 0.032120 seconds
   | QMMM:                Dspevx diag routine = 0.153124 seconds
   | QMMM:                 Dsyev diag routine = 0.047103 seconds
   | QMMM:                Dsyevd diag routine = 0.033926 seconds
   | QMMM:                Dsyevr diag routine = 0.039887 seconds
   | QMMM:
   | QMMM:                Pseudo diag routine = 0.024004 seconds
   | QMMM:
   | QMMM: Using dspevd routine (diag_routine=3).

     QMMM: QM Region Cartesian Coordinates (*=link atom) 
     QMMM: QM_NO.   MM_NO.  ATOM         X         Y         Z
     QMMM:     1        1      P       17.4620    0.4650   57.8060
     QMMM:     2        2      O       16.5620   -0.5740   58.3900
     QMMM:     3        3      O       18.0440    0.2210   56.4520
     QMMM:     4        4      O       18.6480    0.7880   58.8450
     QMMM:     5        5      C       18.2700    1.3930   60.1070
     QMMM:     6        6      C       19.4870    1.8540   60.8730
     QMMM:     7        7      O       19.0230    2.6210   62.0160
     QMMM:     8        8      C       20.3910    0.7570   61.4600
     QMMM:     9        9      O       21.7470    1.1830   61.4090
     QMMM:    10       10      C       19.8810    0.6600   62.8920
     QMMM:    11       11      O       20.8230    0.1440   63.8270
     QMMM:    12       12      C       19.6340    2.1310   63.1840
     QMMM:    13       13      N       18.7140    2.3450   64.2950
     QMMM:    14       14      C       17.4200    1.8950   64.3780
     QMMM:    15       15      N       16.8230    2.2310   65.4940
     QMMM:    16       16      C       17.7860    2.9360   66.2020
     QMMM:    17       17      C       17.7680    3.5530   67.4670
     QMMM:    18       18      N       16.7090    3.5600   68.2720
     QMMM:    19       19      N       18.9020    4.1690   67.8780
     QMMM:    20       20      C       19.9640    4.1590   67.0630
     QMMM:    21       21      N       20.0960    3.6140   65.8570
     QMMM:    22       22      C       18.9590    3.0090   65.4750
     QMMM:    23       23      O       16.6940    1.8750   57.8220
     QMMM:    24       24      P       16.8310    3.1760   56.8950
     QMMM:    25       25      O       16.1610    4.3450   57.5500
     QMMM:    26       26      O       18.2590    3.2930   56.4770
     QMMM:    27       27      O       15.9430    2.7150   55.6410
     QMMM:    28       28      C       14.5280    2.4980   55.8770
     QMMM:    29       29      C       13.9670    1.5170   54.8750
     QMMM:    30       30      O       14.0230    2.0920   53.5500
     QMMM:    31       31      C       14.6700    0.1520   54.7880
     QMMM:    32       32      O       13.7350   -0.9120   54.6620
     QMMM:    33       33      C       15.5640    0.2940   53.5490
     QMMM:    34       34      O       15.7840   -0.9330   52.8700
     QMMM:    35       35      C       14.7120    1.2110   52.6690
     QMMM:    36       36      N       15.5520    2.0170   51.7640
     QMMM:    37       37      C       15.9700    1.4830   50.5670
     QMMM:    38       38      C       16.8040    2.2160   49.7300
     QMMM:    39       39      C       17.2170    1.5960   48.4310
     QMMM:    40       40      O       16.7920    0.4660   48.1440
     QMMM:    41       41      N       18.0490    2.2680   47.6420
     QMMM:    42       42      C       17.1960    3.4950   50.0970
     QMMM:    43       43      C       16.7690    4.0240   51.3000
     QMMM:    44       44      C       15.9580    3.2770   52.1340
     QMMM:    45       45      P       20.6860   -1.4490   64.0240
     QMMM:    46       46      O       21.7060   -1.8020   65.0890
     QMMM:    47       47      O       21.0090   -2.0990   62.6800
     QMMM:    48       48      O       19.2630   -1.7280   64.4740
     QMMM:    49       49      H       17.7290    0.6600   60.7060
     QMMM:    50       50      H       17.6220    2.2480   59.9150
     QMMM:    51       51      H       20.0850    2.5010   60.2310
     QMMM:    52       52      H       20.2560   -0.1860   60.9310
     QMMM:    53       53      H       22.3250    0.4250   61.5240
     QMMM:    54       54      H       18.9490    0.0970   62.9320
     QMMM:    55       55      H       20.5770    2.6470   63.3660
     QMMM:    56       56      H       16.9410    1.3200   63.5990
     QMMM:    57       57      H       15.8540    3.1050   67.9850
     QMMM:    58       58      H       16.7600    4.0200   69.1700
     QMMM:    59       59      H       20.8400    4.6670   67.4390
     QMMM:    60       60      H       14.0000    3.4470   55.7840
     QMMM:    61       61      H       14.3870    2.1050   56.8840
     QMMM:    62       62      H       12.9200    1.3420   55.1230
     QMMM:    63       63      H       15.2870   -0.0020   55.6730
     QMMM:    64       64      H       13.8800   -1.5500   55.3640
     QMMM:    65       65      H       16.5100    0.7710   53.8050
     QMMM:    66       66      H       16.3180   -1.5120   53.4190
     QMMM:    67       67      H       13.9980    0.6220   52.0930
     QMMM:    68       68      H       15.6500    0.4930   50.2770
     QMMM:    69       69      H       18.3800    3.1810   47.9180
     QMMM:    70       70      H       18.3500    1.8650   46.7660
     QMMM:    71       71      H       17.8320    4.0750   49.4450
     QMMM:    72       72      H       17.0690    5.0210   51.5890
     QMMM:    73       73      H       15.6420    3.6860   53.0820

   --------------------------------------------------------------------------------
     RESULTS
   --------------------------------------------------------------------------------


   QMMM: ERROR!
   QMMM: Unable to achieve self consistency to the tolerances specified
   QMMM: No convergence in SCF after   1000 steps.
   QMMM: E =  -0.2168E+07 DeltaE =  -0.4757E+03 DeltaP =   0.9525E+00
   QMMM: Smallest DeltaE =   0.8289E-07 DeltaP =   0.1057E-04 Step =      3




Failure running ANTECHAMBER for residue NAP Check reply log for details  

> color bfactor sel

96 atoms, 2 residues, atom bfactor range 41.3 to 73.2  

> select clear

> show #!13 models

> hide #!14 models

> show #!14 models

> hide #!14 models

> show #!14 models

> hide #!14 models

> show #!14 models

> hide #!13 models

> show #!6 models

> select #14/A:97

8 atoms, 7 bonds, 1 residue, 1 model selected  

> ui mousemode right "rotate selected models"

> view matrix models
> #14,0.90725,0.31566,-0.27796,2.8054,0.29785,-0.01556,0.95449,-50.578,0.29696,-0.94875,-0.10814,46.454

> view matrix models
> #14,0.93295,0.28926,-0.21434,-0.73384,0.25781,-0.12123,0.95856,-50.42,0.25129,-0.94954,-0.18768,51.003

> view matrix models
> #14,0.95399,0.10503,0.28085,-26.454,-0.27841,-0.037495,0.95973,-44.999,0.11133,-0.99376,-0.0065275,43.104

> view matrix models
> #14,0.98633,-0.1547,0.056722,-15.368,-0.093531,-0.24224,0.9657,-47.262,-0.13566,-0.9578,-0.2534,58.309

> hide #!6 models

> show #4 models

> show #!6 models

> hide #!6 models

> show #!6 models

> hide #!6 models

> show #!6 models

> hide #4 models

> show #5 models

> hide #!6 models

> show #!6 models

> hide #5 models

> select #14/A:60

7 atoms, 6 bonds, 1 residue, 1 model selected  

> ui mousemode right "translate selected models"

> view matrix models
> #14,0.98633,-0.1547,0.056722,5.0516,-0.093531,-0.24224,0.9657,-51.288,-0.13566,-0.9578,-0.2534,64.425

> view matrix models
> #14,0.98633,-0.1547,0.056722,10.913,-0.093531,-0.24224,0.9657,-51.526,-0.13566,-0.9578,-0.2534,63.602

> view matrix models
> #14,0.98633,-0.1547,0.056722,15.905,-0.093531,-0.24224,0.9657,-50.924,-0.13566,-0.9578,-0.2534,60.642

> ui mousemode right "rotate selected models"

> view matrix models
> #14,0.97926,-0.18136,0.090283,14.242,-0.086033,0.031182,0.9958,-52.444,-0.18342,-0.98292,0.014932,47.335

> select clear

> select #14/A:91

8 atoms, 7 bonds, 1 residue, 1 model selected  

> view matrix models
> #14,0.90266,-0.17746,0.39205,-0.47885,-0.41831,-0.14782,0.8962,-44.018,-0.10109,-0.97296,-0.20766,57.936

> ui mousemode right "translate selected models"

> view matrix models
> #14,0.90266,-0.17746,0.39205,-2.5843,-0.41831,-0.14782,0.8962,-43.691,-0.10109,-0.97296,-0.20766,52.913

> select clear

> hide #!6 models

> show #!6 models

> select clear

Drag select of 26 atoms, 132 residues, 25 bonds  
Drag select of 40 atoms, 192 residues, 36 bonds  

> hide sel cartoons

> view matrix models
> #14,0.90266,-0.17746,0.39205,-4.6463,-0.41831,-0.14782,0.8962,-41.429,-0.10109,-0.97296,-0.20766,56.964

> select clear

[Repeated 1 time(s)]

> show #!3 models

> hide #!6 models

> show #!6 models

> hide #!6 models

> show #!6 models

> hide #!6 models

> show #!6 models

> hide #!3 models

> show #!3 models

> select #14/A

3671 atoms, 3705 bonds, 506 residues, 1 model selected  

> show sel cartoons

> select clear

> hide #!3 models

> open 3w78 fromDatabase pdb format mmcif

Summary of feedback from opening 3w78 fetched from pdb  
---  
notes | Fetching compressed mmCIF 3w78 from http://files.rcsb.org/download/3w78.cif  
Fetching CCD CBD from
https://files.wwpdb.org/pub/pdb/refdata/chem_comp/D/CBD/CBD.cif  
Fetching CCD FMN from
https://files.wwpdb.org/pub/pdb/refdata/chem_comp/N/FMN/FMN.cif  

3w78 title:  
Crystal Structure of azoreductase AzrC in complex with NAD(P)-inhibitor
Cibacron Blue [more info...]  

Chain information for 3w78 #15  
---  
Chain | Description | UniProt  
A B C D | FMN-dependent NADH-azoreductase | C0STY1_9BACI 1-211  

Non-standard residues in 3w78 #15  
---  
CBD \u2014 cibacron blue  
FMN \u2014 flavin mononucleotide (riboflavin monophosphate)  

3w78 mmCIF Assemblies  
---  
1| author_and_software_defined_assembly  
2| author_and_software_defined_assembly  
3| author_and_software_defined_assembly  


> matchmaker #15 to #6

Computing secondary structure  
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 fold_azor_monomer_fad_model_0.cif, chain A (#6) with 3w78, chain A
(#15), sequence alignment score = 709.3  
RMSD between 188 pruned atom pairs is 0.720 angstroms; (across all 207 pairs:
1.539)  


> hide #!6 models

> select #15/A

1698 atoms, 1735 bonds, 218 residues, 1 model selected  

> select #15/C

1697 atoms, 1735 bonds, 217 residues, 1 model selected  

> select #15/C

1697 atoms, 1735 bonds, 217 residues, 1 model selected  

> hide sel cartoons

> hide sel atoms

> select #15/D

1698 atoms, 1735 bonds, 218 residues, 1 model selected  

> hide sel cartoons

> hide sel atoms

> show #!3 models

> hide #!14 models

> hide #!3 models

> select #15/A

1698 atoms, 1735 bonds, 218 residues, 1 model selected  

> rainbow sel

> select clear

> select #15/B

1696 atoms, 1735 bonds, 216 residues, 1 model selected  

> rainbow sel

> select clear

> show #!3 models

> hide #15 models

> show #15 models

> hide #15 models

> show #15 models

> hide #15 models

> show #15 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #15 models

> show #15 models

> hide #15 models

> show #15 models

> hide #15 models

> select #3/B:169

11 atoms, 11 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 11 atom styles  

> show sel atoms

> select clear

> show #15 models

> hide #15 models

> show #15 models

> select #3/B:58

7 atoms, 6 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 7 atom styles  

> show sel atoms

> hide sel atoms

> select clear

> select #3/A:184

8 atoms, 7 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 8 atom styles  

> show sel atoms

> hide #!3 models

> show #!3 models

> hide #15 models

> select clear

> show #15 models

> select #15/B:52

8 atoms, 7 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 8 atom styles  

> hide #15 models

> show #15 models

> hide #15 models

> show #15 models

> hide #15 models

> show #15 models

> hide #15 models

> show #15 models

> hide #!3 models

> show #!3 models

> hide #15 models

> show #15 models

> hide #!3 models

> show #4 models

> hide #4 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> select #15/A:186

8 atoms, 7 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 8 atom styles  

> show sel atoms

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #4 models

> show #!3 models

> hide #4 models

> hide #!3 models

> show #!3 models

> hide #15 models

> show #15 models

> hide #!3 models

> show #!3 models

> hide #15 models

> show #15 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> select clear

> select #15/A

1698 atoms, 1735 bonds, 218 residues, 1 model selected  

> show #!3 models

> hide #15 models

> show #15 models

> hide #15 models

> show #15 models

> hide #15 models

> show #15 models

> hide #!3 models

> select #15/A

1698 atoms, 1735 bonds, 218 residues, 1 model selected  

> select #15/B

1696 atoms, 1735 bonds, 216 residues, 1 model selected  

> color sel light gray

> color sel gray

> select clear

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> select #15/B:52

8 atoms, 7 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 8 atom styles  

> show sel atoms

> show #!3 models

> hide #!3 models

> show #!3 models

> select #3/A:147

12 atoms, 12 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 12 atom styles  

> show sel atoms

> hide sel atoms

> select clear

> hide #!3 models

> show #!3 models

> hide #15 models

> show #15 models

> hide #!3 models

> show #!3 models

> select #3/B:127

9 atoms, 8 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 9 atom styles  

> show sel atoms

> select clear

> select #3/B:124

12 atoms, 12 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 12 atom styles  

> show sel atoms

> hide #!3 models

> show #!3 models

> select #3/B:122

11 atoms, 11 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 11 atom styles  

> show sel atoms

> select #3/B:126

5 atoms, 4 bonds, 1 residue, 1 model selected  

> open 4m0C fromDatabase pdb format mmcif

Summary of feedback from opening 4m0C fetched from pdb  
---  
note | Fetching compressed mmCIF 4m0c from http://files.rcsb.org/download/4m0c.cif  

4m0c title:  
The crystal structure of a FMN-dependent NADH-azoreductase from Bacillus
anthracis str. Ames Ancestor in complex with FMN. [more info...]  

Chain information for 4m0c #16  
---  
Chain | Description | UniProt  
A B | FMN-dependent NADH-azoreductase 1 | AZOR1_BACAN 1-220  

Non-standard residues in 4m0c #16  
---  
FMN \u2014 flavin mononucleotide (riboflavin monophosphate)  
GOL \u2014 glycerol (glycerin; propane-1,2,3-triol)  
ZN \u2014 zinc ion  


> hide #15 models

> hide #!3 models

> show #5 models

> hide #5 models

> show #!3 models

> hide #!16 models

> show #15 models

> hide #15 models

> matchmaker #!16 to #3

Computing secondary structure  
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 fold_azor_dimer_fad_model_0.cif, chain A (#3) with 4m0c, chain A
(#16), sequence alignment score = 530.5  
RMSD between 170 pruned atom pairs is 0.951 angstroms; (across all 207 pairs:
2.146)  


> show #!16 models

> show #15 models

> hide #!3 models

> show #!3 models

> hide #15 models

> hide #!16 models

> show #!16 models

> hide #!16 models

> select #3/A:24

9 atoms, 8 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 9 atom styles  

> show sel atoms

> select #3/A:28

9 atoms, 8 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 9 atom styles  

> show sel atoms

> show #!16 models

> select #3/A:24@NZ

1 atom, 1 residue, 1 model selected  

> color (#!3 & sel) blue

> select clear

> hide #!3 models

> show #!3 models

> select #3/B:60

14 atoms, 15 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 14 atom styles  

> show sel atoms

> hide #!3 models

> show #!3 models

> hide #!3 models

> color #!16 bypolymer

> color #!16 bychain

> undo

> show #!14 models

> hide #!14 models

> view matrix models
> #3,0.14541,-0.27369,0.95076,11.699,0.94367,-0.25032,-0.21638,-0.059448,0.29722,0.92867,0.22188,0.19931

> view matrix models
> #3,0.14541,-0.27369,0.95076,11.468,0.94367,-0.25032,-0.21638,0.097978,0.29722,0.92867,0.22188,1.1612

> show #!3 models

> hide #!3 models

> view matrix models
> #3,0.14541,-0.27369,0.95076,11.206,0.94367,-0.25032,-0.21638,1.5618,0.29722,0.92867,0.22188,1.9041

> show #!3 models

> hide #!3 models

> show #15 models

> hide #!16 models

> hide #15 models

> show #15 models

> show #!16 models

> hide #15 models

> show #15 models

> hide #15 models

> show #15 models

> hide #!16 models

> show #!3 models

> hide #15 models

> view matrix models
> #3,0.14541,-0.27369,0.95076,3.1194,0.94367,-0.25032,-0.21638,-4.132,0.29722,0.92867,0.22188,5.8471

> select #/B

Expected an objects specifier or a keyword  

> select #3/B

1646 atoms, 1685 bonds, 208 residues, 1 model selected  

> rainbow sel

> select #3/A:85

9 atoms, 8 bonds, 1 residue, 1 model selected  

> show #5 models

> hide #!3 models

> show #!3 models

> show #!6 models

> hide #5 models

> hide #!3 models

> hide #!6 models

> show #8 models

> rainbow #8

> show #9 models

> hide #9 models

> show #9 models

> hide #8 models

> show #10 models

> hide #9 models

> rainbow #10

> show #9 models

> show #11 models

> hide #11 models

> ui tool show Matchmaker

> matchmaker #8-10 to #7

Computing secondary structure  
[Repeated 3 time(s)]  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 fold_icd_model_0.cif, chain A (#7) with fold_mqo_model_0.cif, chain
A (#8), sequence alignment score = 56  
RMSD between 7 pruned atom pairs is 1.546 angstroms; (across all 312 pairs:
34.056)  

Matchmaker fold_icd_model_0.cif, chain A (#7) with fold_ndhc_model_0.cif,
chain A (#9), sequence alignment score = 55.5  
RMSD between 6 pruned atom pairs is 1.303 angstroms; (across all 235 pairs:
26.259)  

Matchmaker fold_icd_model_0.cif, chain A (#7) with fold_ndhf_model_0.cif,
chain A (#10), sequence alignment score = 38.2  
RMSD between 5 pruned atom pairs is 0.853 angstroms; (across all 135 pairs:
19.431)  


> view matrix models
> #3,0.14541,-0.27369,0.95076,8.5292,0.94367,-0.25032,-0.21638,-19.372,0.29722,0.92867,0.22188,0.15815

> hide #9 models

> show #11 models

> hide #10 models

> show #12 models

> hide #11 models

> hide #12 models

> show #7 models

> rainbow #7

> show #8 models

> hide #7 models

> show #7 models

> hide #8 models

> show #5 models

> hide #5 models

> show #!6 models

> hide #7 models

> show #7 models

> hide #!6 models

> show #!6 models

> hide #7 models

> show #7 models

> select #7/A:182

9 atoms, 8 bonds, 1 residue, 1 model selected  

> ui mousemode right "translate selected models"

> view matrix models
> #7,0.056929,0.94842,-0.31187,29.698,-0.99216,0.018927,-0.12355,27.519,-0.11127,0.31646,0.94206,-48.931

> ui mousemode right "rotate selected models"

> select #7/A:168

11 atoms, 11 bonds, 1 residue, 1 model selected  

> ui mousemode right "rotate selected models"

> view matrix models
> #7,0.6578,0.45453,-0.60058,25.727,0.50261,-0.85878,-0.099448,19.133,-0.56096,-0.23644,-0.79336,-49.882

> view matrix models
> #7,0.60118,0.48068,-0.63838,25.96,0.54786,-0.82948,-0.10864,18.796,-0.58175,-0.28444,-0.76201,-49.624

> view matrix models
> #7,0.49131,0.84301,-0.21895,27.321,0.79014,-0.53716,-0.29517,16.511,-0.36645,-0.027978,-0.93002,-51.657

> view matrix models
> #7,0.29276,0.89319,-0.34133,28.206,0.88387,-0.38897,-0.25975,15.859,-0.36478,-0.22565,-0.90334,-51.396

> view matrix models
> #7,0.39394,0.66509,-0.6344,27.076,0.74669,-0.63405,-0.20106,17.118,-0.53597,-0.3945,-0.7464,-49.757

> view matrix models
> #7,0.3975,0.64273,-0.6549,27.026,0.73208,-0.65243,-0.19596,17.242,-0.55323,-0.40155,-0.72986,-49.601

> view matrix models
> #7,0.31312,0.65044,-0.69202,27.453,0.7722,-0.59855,-0.21318,16.892,-0.55286,-0.46763,-0.68969,-49.434

> view matrix models
> #7,0.41324,0.50876,-0.75524,26.815,0.7267,-0.68404,-0.06317,17.64,-0.54875,-0.52273,-0.6524,-49.31

> select clear

> hide #7 models

> show #8 models

> select #8/A:495

8 atoms, 7 bonds, 1 residue, 1 model selected  

> ui mousemode right "translate selected models"

> view matrix models
> #8,-0.29707,0.95019,0.094245,27.561,-0.9516,-0.28647,-0.11132,28.24,-0.078773,-0.12275,0.98931,-51.568

> ui mousemode right "rotate selected models"

> select #8/A:464

8 atoms, 7 bonds, 1 residue, 1 model selected  

> view matrix models
> #8,-0.83282,-0.06747,-0.54942,33.938,0.53295,-0.36591,-0.76293,29.175,-0.14956,-0.9282,0.3407,-46.42

> view matrix models
> #8,-0.79413,0.58208,0.17476,27.984,0.60087,0.79512,0.08207,22.702,-0.09118,0.17018,-0.98119,-32.86

> view matrix models
> #8,-0.74237,-0.25474,0.61968,22.54,0.1102,0.86588,0.48796,20.688,-0.66087,0.43053,-0.61473,-33.983

> view matrix models
> #8,-0.85203,0.52313,0.019577,29.536,0.49615,0.81887,-0.28859,26.523,-0.167,-0.23617,-0.95725,-33.383

> view matrix models
> #8,-0.82201,-0.085732,0.56298,23.565,0.39872,0.61921,0.67646,17.631,-0.4066,0.78053,-0.47481,-35.657

> view matrix models
> #8,-0.96452,-0.0076278,0.26388,26.924,0.094374,0.92356,0.37165,21.898,-0.24655,0.38337,-0.89008,-32.89

> view matrix models
> #8,-0.97869,-0.027577,0.20348,27.504,0.057976,0.91351,0.40267,21.719,-0.19698,0.40588,-0.89245,-33.004

> view matrix models
> #8,-0.96042,0.18076,0.21192,27.65,0.26575,0.82255,0.50278,19.967,-0.083434,0.5392,-0.83803,-33.708

> view matrix models
> #8,-0.94381,0.13924,0.29972,26.723,0.29173,0.77716,0.5576,19.31,-0.15529,0.61371,-0.77411,-33.957

> select clear

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR.cxs

> hide #8 models

> show #!13 models

> hide #!13 models

> show #!14 models

> hide #!14 models

> show #!16 models

> open 1v4B fromDatabase pdb format mmcif

Summary of feedback from opening 1v4B fetched from pdb  
---  
notes | Fetching compressed mmCIF 1v4b from http://files.rcsb.org/download/1v4b.cif  
Fetching CCD IPA from
https://files.wwpdb.org/pub/pdb/refdata/chem_comp/A/IPA/IPA.cif  

1v4b title:  
The crystal structure of AzoR (Azo Reductase) from Escherichia coli: Oxidized
form [more info...]  

Chain information for 1v4b #17  
---  
Chain | Description | UniProt  
A | NADH-azoreductase, FMN-dependent | ACPD_ECOLI 1-200  

Non-standard residues in 1v4b #17  
---  
EDO \u2014 1,2-ethanediol (ethylene glycol)  
FMN \u2014 flavin mononucleotide (riboflavin monophosphate)  
IPA \u2014 isopropyl alcohol (2-propanol)  

1v4b mmCIF Assemblies  
---  
1| author_defined_assembly  


> open 2B3D fromDatabase pdb format mmcif

Summary of feedback from opening 2B3D fetched from pdb  
---  
note | Fetching compressed mmCIF 2b3d from http://files.rcsb.org/download/2b3d.cif  

2b3d title:  
Crystal structure of Modulator of Drug activity B in complex with flavin
adenine dinucleotide [more info...]  

Chain information for 2b3d #18  
---  
Chain | Description | UniProt  
A B | Modulator of drug activity B | MDAB_ECOLI 13-204  

Non-standard residues in 2b3d #18  
---  
FAD \u2014 flavin-adenine dinucleotide  


> hide #!16 models

> hide #!17 models

> matchmaker #!18 to #3

Computing secondary structure  
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 fold_azor_dimer_fad_model_0.cif, chain A (#3) with 2b3d, chain B
(#18), sequence alignment score = 156.9  
RMSD between 82 pruned atom pairs is 1.158 angstroms; (across all 168 pairs:
6.190)  


> show #!3 models

> hide #!6 models

> hide #!3 models

> show #!3 models

> hide #!18 models

> show #!6 models

> select /A

43169 atoms, 43600 bonds, 3 pseudobonds, 5896 residues, 20 models selected  

> hide #!3 models

> show #!3 models

> show #7 models

> hide #7 models

> hide #!6 models

> matchmaker #1,4-5,7-12,15#!2,6,13-14,16-18 & sel to #3 & sel

Computing secondary structure  
[Repeated 12 time(s)]  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 fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_azor_monomer_model_0.cif, chain A (#1), sequence alignment score = 1077.8  
RMSD between 208 pruned atom pairs is 0.467 angstroms; (across all 208 pairs:
0.467)  

Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_azor_monomer_fad_model_0.cif, chain A (#6), sequence alignment score =
1081.4  
RMSD between 208 pruned atom pairs is 0.467 angstroms; (across all 208 pairs:
0.467)  

Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_azor_monomer_nad_model_0.cif, chain A (#11), sequence alignment score =
1081.4  
RMSD between 208 pruned atom pairs is 0.436 angstroms; (across all 208 pairs:
0.436)  

Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_azor_dimer_model_0.cif, chain A (#2), sequence alignment score = 1085  
RMSD between 208 pruned atom pairs is 0.263 angstroms; (across all 208 pairs:
0.263)  

Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_azor_monomer_fad_model_0.cif, chain A (#4), sequence alignment score =
1081.4  
RMSD between 208 pruned atom pairs is 0.467 angstroms; (across all 208 pairs:
0.467)  

Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_azor_dimer_nad_model_0.cif, chain A (#5), sequence alignment score =
1074.2  
RMSD between 208 pruned atom pairs is 0.269 angstroms; (across all 208 pairs:
0.269)  

Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_icd_model_0.cif, chain A (#7), sequence alignment score = 83.4  
RMSD between 10 pruned atom pairs is 1.453 angstroms; (across all 169 pairs:
23.782)  

Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_mqo_model_0.cif, chain A (#8), sequence alignment score = 59.8  
RMSD between 7 pruned atom pairs is 1.684 angstroms; (across all 65 pairs:
22.736)  

Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_ndhc_model_0.cif, chain A (#9), sequence alignment score = 65.4  
RMSD between 24 pruned atom pairs is 1.163 angstroms; (across all 154 pairs:
32.226)  

Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_ndhf_model_0.cif, chain A (#10), sequence alignment score = 59.3  
RMSD between 31 pruned atom pairs is 1.111 angstroms; (across all 142 pairs:
21.293)  

Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_suca_model_0.cif, chain A (#12), sequence alignment score = 85.2  
RMSD between 6 pruned atom pairs is 1.325 angstroms; (across all 101 pairs:
17.171)  

Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with 9h2i, chain A
(#13), sequence alignment score = 24  
RMSD between 11 pruned atom pairs is 0.322 angstroms; (across all 26 pairs:
11.957)  

Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with 8rx4, chain A
(#14), sequence alignment score = 51.5  
RMSD between 10 pruned atom pairs is 1.029 angstroms; (across all 173 pairs:
29.959)  

Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with 3w78, chain A
(#15), sequence alignment score = 716.5  
RMSD between 189 pruned atom pairs is 0.774 angstroms; (across all 207 pairs:
1.461)  

Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with 4m0c, chain A
(#16), sequence alignment score = 530.5  
RMSD between 170 pruned atom pairs is 0.951 angstroms; (across all 207 pairs:
2.146)  

Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with 1v4b, chain A
(#17), sequence alignment score = 427.4  
RMSD between 135 pruned atom pairs is 1.176 angstroms; (across all 194 pairs:
2.701)  

Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with 2b3d, chain A
(#18), sequence alignment score = 150.4  
RMSD between 82 pruned atom pairs is 1.208 angstroms; (across all 167 pairs:
6.224)  


> show #!6 models

> hide #!6 models

> show #!18 models

> hide #!3 models

> show #!3 models

> hide #!18 models

> show #!6 models

> show #!2 models

> hide #!6 models

> show #!6 models

> hide #!2 models

> hide #!3 models

> show #!18 models

> hide #!18 models

> show #!17 models

> show #!16 models

> hide #!16 models

> show #!18 models

> hide #!17 models

> view matrix models
> #1,0.84943,0.0048481,-0.52768,0.65374,-0.36539,0.72688,-0.5815,-14.996,0.38074,0.68675,0.6192,0.19483,#6,-0.099903,-0.34408,-0.93361,-1.012,-0.5832,0.78048,-0.22524,-14.805,0.80616,0.52198,-0.27864,-1.5521,#11,0.3554,0.83707,0.41595,-1.2763,0.68382,0.070534,-0.72623,-14.22,-0.63724,0.54254,-0.54734,0.48453,#2,-0.46068,-0.87689,-0.13724,12.214,-0.014771,-0.14703,0.98902,-16.145,-0.88745,0.45765,0.054778,1.5059,#3,-0.028746,-0.72374,0.68947,11.158,0.45997,-0.62197,-0.6337,-18.381,0.88747,0.29892,0.35078,3.9374,#4,-0.099903,-0.34408,-0.93361,-1.012,-0.5832,0.78048,-0.22524,-14.805,0.80616,0.52198,-0.27864,-1.5521,#5,0.22887,-0.90083,-0.36896,11.233,0.86356,0.36282,-0.35017,-15.736,0.44931,-0.23848,0.86096,4.0367,#7,0.46353,0.81912,0.33791,5.0029,-0.6474,0.57345,-0.50202,-21.729,-0.60499,0.013936,0.79611,6.3283,#8,-0.26206,-0.91936,-0.29342,-0.19912,0.46009,0.14825,-0.87541,-25.028,0.84832,-0.36441,0.38414,-10.304,#9,-0.36876,-0.75997,0.53522,0.42258,-0.57013,0.63969,0.5155,-25.953,-0.73415,-0.11505,-0.66917,-11.957,#10,-0.76439,0.47517,0.4358,-2.938,-0.63904,-0.46854,-0.60999,-30.867,-0.085662,-0.74477,0.6618,-2.3478,#12,0.5306,0.7007,0.47695,28.271,0.79647,-0.60467,0.0022843,-13.278,0.29,0.37867,-0.87893,-22.901,#13,-0.87207,0.20936,-0.44234,-12.953,-0.35472,-0.89312,0.27661,-70.145,-0.33715,0.39813,0.85313,-58.476,#14,0.06735,0.64492,0.76128,-46.484,-0.9052,0.36039,-0.22523,-11.844,-0.41961,-0.67394,0.60805,-31.123,#15,-0.96531,0.14882,-0.21456,-77.459,0.24373,0.21868,-0.94487,-1.6269,-0.093694,-0.96438,-0.24737,25.022,#16,0.91421,0.39627,-0.084805,-8.1297,0.23794,-0.69429,-0.67923,-29.269,-0.32804,0.60077,-0.72901,-0.2786,#17,0.86185,-0.43699,0.25741,-7.1671,0.16099,0.71702,0.67821,-60.106,-0.48094,-0.54307,0.68831,13.982,#18,-0.37684,0.76002,-0.52949,10.529,0.34458,-0.41558,-0.84176,-4.7032,-0.8598,-0.49966,-0.10528,11.963

> show #1 models

> hide #!6 models

> hide #!18 models

> show #!6 models

> hide #1 models

> show #!3 models

> hide #!6 models

> show #!6 models

> hide #!6 models

> select clear

> show #1 models

> hide #!3 models

> show #5 models

> hide #5 models

> show #4 models

> hide #1 models

> show #!3 models

> hide #4 models

> show #1 models

> hide #!3 models

> show #!17 models

> hide #!17 models

> show #!18 models

> hide #1 models

> show #1 models

> show #!3 models

> hide #1 models

> hide #!3 models

> show #1 models

> hide #1 models

> select ::name="FAD"

477 atoms, 522 bonds, 9 residues, 6 models selected  

> show #!6 models

> hide #!6 models

> color sel & #!18 bychain

> undo

> select clear

> color #!18 bychain

> undo

> show #!3 models

> hide #!18 models

> show #!17 models

> hide #!17 models

> show #!17 models

> hide #!17 models

> show #!18 models

> hide #!3 models

> show #!3 models

> hide #!18 models

> show #!18 models

> hide #!3 models

> show #!6 models

> hide #!18 models

> show #!18 models

> hide #!18 models

> show #!18 models

> hide #!18 models

> show #!3 models

> hide #!3 models

> show #!18 models

> show #1 models

> hide #!6 models

> hide #!18 models

> show #!18 models

> hide #!18 models

> show #!3 models

> hide #1 models

> select #3/A

1646 atoms, 1685 bonds, 208 residues, 1 model selected  

> select ::name="FAD"

477 atoms, 522 bonds, 9 residues, 6 models selected  

> select ~sel & ##selected

25317 atoms, 24782 bonds, 1 pseudobond, 4185 residues, 7 models selected  

> ui tool show "Color Actions"

> color sel tan

> color sel goldenrod

> select #3/B

1646 atoms, 1685 bonds, 208 residues, 1 model selected  

> rainbow sel

> select clear

> select ::name="FAD"

477 atoms, 522 bonds, 9 residues, 6 models selected  

> select ~sel & ##selected

25317 atoms, 24782 bonds, 1 pseudobond, 4185 residues, 7 models selected  

> color sel dark goldenrod

> color sel salmon

> color sel dark goldenrod

> color sel peru

> color sel dark orange

> color sel saddle brown

> color sel dark goldenrod

> color sel slate gray

> color sel steel blue

> color sel cadet blue

> color sel dark olive green

> select #3/B

1646 atoms, 1685 bonds, 208 residues, 1 model selected  

> rainbow sel

> select clear

> show #1 models

> hide #!3 models

> show #!13 models

> hide #!13 models

> show #!6 models

> hide #1 models

> show #1 models

> hide #!6 models

> show #4 models

> hide #1 models

> show #1 models

> hide #4 models

> show #4 models

> hide #1 models

> show #!3 models

> hide #!3 models

> show #1 models

> hide #4 models

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR.png width
> 600 height 489 supersample 4 transparentBackground true

> show #4 models

> hide #1 models

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR-FAD.png
> width 600 height 489 supersample 4 transparentBackground true

> show #!3 models

> hide #4 models

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoRx2_FAD.png
> width 600 height 489 supersample 4 transparentBackground true

> select #3/A

1646 atoms, 1685 bonds, 208 residues, 1 model selected  

> show sel surfaces

> select clear

> select #3/B

1646 atoms, 1685 bonds, 208 residues, 1 model selected  

> show sel surfaces

> hide sel surfaces

> hide #!3 models

> show #1 models

> show #!6 models

> hide #1 models

> show #1 models

> show #!3 models

> hide #!6 models

> hide #1 models

> select clear

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoRx2_FAD.s.png
> width 600 height 489 supersample 4 transparentBackground true

> show #11 models

> hide #!3 models

> show #1 models

> hide #1 models

> show #1 models

> hide #1 models

> show #1 models

> hide #1 models

> show #1 models

> hide #1 models

> show #12 models

> hide #12 models

> show #!6 models

> hide #11 models

> show #!2 models

> show #!3 models

> hide #!2 models

> hide #!6 models

> hide #!3 surfaces

> select add #3/B:123

9 atoms, 8 bonds, 1 residue, 1 model selected  

> select #3/B:122

11 atoms, 11 bonds, 1 residue, 1 model selected  

> select clear

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoRx2_FAD.zoomin.png
> width 600 height 489 supersample 4 transparentBackground true

> select #3/B:123

9 atoms, 8 bonds, 1 residue, 1 model selected  

> select #3/B:122

11 atoms, 11 bonds, 1 residue, 1 model selected  

> select add #3/B:124

23 atoms, 23 bonds, 2 residues, 2 models selected  

> select add #3/A:148

35 atoms, 35 bonds, 3 residues, 2 models selected  

> select add #3/A:184

43 atoms, 42 bonds, 4 residues, 3 models selected  

> select add #3/A:101@CA

44 atoms, 42 bonds, 5 residues, 3 models selected  

> select add #3/A:102@CB

45 atoms, 43 bonds, 6 residues, 3 models selected  

> select subtract #3/A:102

44 atoms, 43 bonds, 5 residues, 3 models selected  

> select add #3/A:102

52 atoms, 50 bonds, 6 residues, 3 models selected  

> select subtract #3/A:101

51 atoms, 49 bonds, 5 residues, 3 models selected  

> select add #3/A:101

59 atoms, 56 bonds, 6 residues, 3 models selected  

> select add #3/A:100

73 atoms, 71 bonds, 7 residues, 3 models selected  

> select add #3/A:99

81 atoms, 78 bonds, 8 residues, 3 models selected  

> select add #3/A:183

91 atoms, 88 bonds, 9 residues, 3 models selected  

> select add #3/A:143

97 atoms, 93 bonds, 10 residues, 3 models selected  

> select add #3/A:98

104 atoms, 100 bonds, 11 residues, 3 models selected  

> select add #3/A:19

110 atoms, 105 bonds, 12 residues, 3 models selected  

> select add #3/A:18

118 atoms, 112 bonds, 13 residues, 3 models selected  

> select add #3/A:17

124 atoms, 117 bonds, 14 residues, 3 models selected  

> select add #3/A:16

131 atoms, 123 bonds, 15 residues, 3 models selected  

> select add #3/A:9

136 atoms, 127 bonds, 16 residues, 3 models selected  

> select subtract #3/A:9

131 atoms, 123 bonds, 15 residues, 3 models selected  

> select add #3/A:8

138 atoms, 129 bonds, 16 residues, 3 models selected  

> select subtract #3/A:8

131 atoms, 123 bonds, 15 residues, 3 models selected  

> select add #3/A:10@CB

132 atoms, 123 bonds, 16 residues, 3 models selected  

> select subtract #3/A:10@CB

131 atoms, 123 bonds, 15 residues, 3 models selected  

> select add #3/A:10

141 atoms, 133 bonds, 16 residues, 3 models selected  

> select add #3/B:57

149 atoms, 140 bonds, 17 residues, 3 models selected  

> select add #3/B:52

157 atoms, 147 bonds, 18 residues, 3 models selected  

> select add #3/B:60@CG

158 atoms, 147 bonds, 19 residues, 3 models selected  

> select subtract #3/B:60@CG

157 atoms, 147 bonds, 18 residues, 3 models selected  

> select add #3/B:60@CG

158 atoms, 147 bonds, 19 residues, 3 models selected  

> select subtract #3/B:60@CG

157 atoms, 147 bonds, 18 residues, 3 models selected  

> select add #3/B:60@CG

158 atoms, 148 bonds, 19 residues, 3 models selected  

> select subtract #3/B:60@CG

157 atoms, 147 bonds, 18 residues, 3 models selected  

> select subtract #3/B:52

149 atoms, 140 bonds, 17 residues, 3 models selected  

> select add #3/B:52

157 atoms, 147 bonds, 18 residues, 3 models selected  

> select add #3/B:60@CG

158 atoms, 147 bonds, 19 residues, 3 models selected  

> select subtract #3/B:60@CG

157 atoms, 147 bonds, 18 residues, 3 models selected  

> select add #3/B:60@CB

158 atoms, 147 bonds, 19 residues, 3 models selected  

> label (#!3 & sel) text "{0.label_one_letter_code}
> {0.number}{0.insertion_code}"

> select #3/B:197

6 atoms, 5 bonds, 1 residue, 1 model selected  

> label height 3

> label height 2

> label height 1

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoRx2_FAD.zoomin.label.png
> width 600 height 489 supersample 4 transparentBackground true

> show #5 models

> hide #!3 models

> select #5/B:123

9 atoms, 8 bonds, 1 residue, 1 model selected  

> select #5/B:122

11 atoms, 11 bonds, 1 residue, 1 model selected  

> select add #5/B:124

23 atoms, 23 bonds, 2 residues, 1 model selected  

> select add #5/A:100

37 atoms, 39 bonds, 3 residues, 1 model selected  

> select add #5/A:101

45 atoms, 45 bonds, 4 residues, 1 model selected  

> select add #5/A:16

52 atoms, 51 bonds, 5 residues, 1 model selected  

> select add #5/A:10

62 atoms, 61 bonds, 6 residues, 1 model selected  

> select add #5/A:11

69 atoms, 68 bonds, 7 residues, 1 model selected  

> select subtract #5/A:11

62 atoms, 61 bonds, 6 residues, 1 model selected  

> select add #5/A:12

73 atoms, 72 bonds, 7 residues, 1 model selected  

> select add #5/B:60

87 atoms, 87 bonds, 8 residues, 1 model selected  

> select add #5/B:57

95 atoms, 94 bonds, 9 residues, 1 model selected  

> select add #5/B:58

102 atoms, 100 bonds, 10 residues, 1 model selected  

> label sel text "{0.label_one_letter_code} {0.number}{0.insertion_code}"

> label height 1

[Repeated 1 time(s)]

> select clear

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> select #5/B:113

8 atoms, 7 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 8 atom styles  

> show sel atoms

> show #4 models

> hide #4 models

> show #!3 models

> hide #!5 models

> show #4 models

> hide #4 models

> show #!5 models

> hide #!3 models

> hide sel atoms

> select clear

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoRx2_NAD.zoomin.label.png
> width 600 height 489 supersample 4 transparentBackground true

> hide #!5 models

> show #7 models

> hide #7 models

> show #11 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> select add #11/A:101

8 atoms, 8 bonds, 1 residue, 1 model selected  

> select add #11/A:143

14 atoms, 13 bonds, 2 residues, 1 model selected  

> select add #11/A:19

20 atoms, 18 bonds, 3 residues, 1 model selected  

> select add #11/A:18

28 atoms, 25 bonds, 4 residues, 1 model selected  

> select add #11/A:17

34 atoms, 30 bonds, 5 residues, 1 model selected  

> select add #11/A:10

44 atoms, 40 bonds, 6 residues, 1 model selected  

> select add #11/A:100

58 atoms, 55 bonds, 7 residues, 1 model selected  

> label sel text "{0.label_one_letter_code} {0.number}{0.insertion_code}"

> label height 1

> select clear

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_NAD.png
> width 600 height 489 supersample 4 transparentBackground true

> show #!5 models

> hide #!11 models

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoRx2_NAD.zoomin.label.png
> width 600 height 489 supersample 4 transparentBackground true

> ~label #5 residues

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoRx2_NAD.png
> width 600 height 489 supersample 4 transparentBackground true

> show #15 models

> hide #5 models

> show #4 models

> hide #4 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> select ::name="CBD"

204 atoms, 224 bonds, 4 residues, 1 model selected  

> color sel pale turquoise

> select clear

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/3w78.AzrC.CBD.FMN.png
> width 600 height 489 supersample 4 transparentBackground true

> show #!3 models

> hide #15 models

> show #15 models

> hide #!3 models

> show #!3 models

> hide #15 models

> select #3/B:126

5 atoms, 4 bonds, 1 residue, 1 model selected  

> show #15 models

> hide #!3 models

> show #5 models

> hide #5 models

> show #!3 models

> hide #15 models

> show #15 models

> hide #!3 models

> select #15/B:60

14 atoms, 15 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 14 atom styles  

> show sel atoms

> select clear

> show #!16 models

> hide #!16 models

> show #!16 models

> hide #15 models

> undo

> hide #!16 models

> show #!16 models

> hide #15 models

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR.cxs

> show #!6 models

> hide #!16 models

> show #1 models

> hide #!6 models

> show #!16 models

> hide #1 models

> show #!6 models

> hide #!16 models

> show #!16 models

> hide #!6 models

> show #1 models

> hide #!16 models

> show #!16 models

> hide #1 models

> show #!3 models

> hide #!16 models

> show #!16 models

> hide #!3 models

> select #16/B:126

6 atoms, 5 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 6 atom styles  

> show sel atoms

> show #5 models

> hide #5 models

> show #!17 models

> hide #!16 models

> show #1 models

> show #!3 models

> hide #!3 models

> show #!6 models

> hide #1 models

> hide #!6 models

> show #!6 models

> show #!3 models

> hide #!6 models

> hide #!17 models

> show #15 models

> hide #!3 models

> show #!16 models

> hide #15 models

> show #!6 models

> hide #!6 models

> show #!6 models

> hide #!6 models

> show #!6 models

> hide #!16 models

> show #!3 models

> show #1 models

> hide #1 models

> show #7 models

> hide #7 models

> hide #!6 models

> show #1 models

> hide #!3 models

> show #5 models

> hide #5 models

> show #!6 models

> hide #!6 models

> hide #1 models

> show #7 models

> show #1 models

> hide #7 models

> show #7 models

> hide #1 models

> show #8 models

> hide #8 models

> show #8 models

> hide #7 models

> view matrix models
> #16,0.91421,0.39627,-0.084805,-8.1297,0.23794,-0.69429,-0.67923,-29.269,-0.32804,0.60077,-0.72901,-0.2786

> hide #8 models

> show #12 models

> hide #12 models

> show #9 models

> show #10 models

> hide #9 models

> show #!3 models

> hide #10 models

> select #3/A:104

11 atoms, 11 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 11 atom styles  

> show sel atoms

> show #1 models

> hide #!3 models

> show #!3 models

> hide #1 models

> show #1 models

> hide #!3 models

> show #!3 models

> hide #1 models

> view matrix models
> #3,0.23414,-0.80222,0.54921,11.186,0.21867,-0.50698,-0.83376,-19.133,0.94729,0.31531,0.056721,3.3647

> view matrix models
> #3,0.40912,-0.74644,0.52483,11.372,0.17236,-0.50159,-0.84776,-19.225,0.89605,0.4373,-0.076559,3.0159

> open 2Bzs fromDatabase pdb format mmcif

Summary of feedback from opening 2Bzs fetched from pdb  
---  
notes | Fetching compressed mmCIF 2bzs from http://files.rcsb.org/download/2bzs.cif  
Fetching CCD CB1 from
https://files.wwpdb.org/pub/pdb/refdata/chem_comp/1/CB1/CB1.cif  

2bzs title:  
Binding of anti-cancer prodrug CB1954 to the activating enzyme NQO2 revealed
by the crystal structure of their complex. [more info...]  

Chain information for 2bzs #19  
---  
Chain | Description | UniProt  
A B | NRH DEHYDROGENASE [QUINONE] 2 | NQO2_HUMAN 1-230  

Non-standard residues in 2bzs #19  
---  
CB1 \u2014 5-(aziridin-1-yl)-2,4-dinitrobenzamide (CB1954; Tretazicar)  
FAD \u2014 flavin-adenine dinucleotide  
ZN \u2014 zinc ion  


> hide #!3 models

> color #!19 bychain

> view matrix models
> #3,0.40912,-0.74644,0.52483,11.372,0.17236,-0.50159,-0.84776,-19.225,0.89605,0.4373,-0.076559,3.0159

> show #!3 models

> hide #!3 models

> select #3/A

1646 atoms, 1685 bonds, 208 residues, 1 model selected  

> matchmaker #!19 to #3 & sel

Computing secondary structure  
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 fold_azor_dimer_fad_model_0.cif, chain A (#3) with 2bzs, chain B
(#19), sequence alignment score = 223.4  
RMSD between 70 pruned atom pairs is 1.017 angstroms; (across all 198 pairs:
5.647)  


> show #!3 models

> select clear

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> show #1 models

> hide #!19 models

> select #3/A

1646 atoms, 1685 bonds, 208 residues, 1 model selected  

> matchmaker #1 to #3 & sel

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 fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_azor_monomer_model_0.cif, chain A (#1), sequence alignment score = 1077.8  
RMSD between 208 pruned atom pairs is 0.467 angstroms; (across all 208 pairs:
0.467)  


> show #!19 models

> hide #1 models

> show #1 models

> hide #!3 models

> hide #!19 models

> show #!19 models

> select #19/B

2028 atoms, 1951 bonds, 4 pseudobonds, 365 residues, 2 models selected  

> rainbow sel

> hide #1 models

> show #4 models

> hide #4 models

> show #1 models

> select #19/B

2028 atoms, 1951 bonds, 4 pseudobonds, 365 residues, 2 models selected  

> color sel bychain

> select clear

> hide #1 models

> show #!3 models

> hide #!3 models

> show #4 models

> show #!3 models

> hide #4 models

> hide #!19 models

> show #!19 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #1 models

> hide #!19 models

> show #!19 models

> hide #!19 models

> show #!19 models

> hide #!19 models

> show #!19 models

> select clear

> open 2VPw fromDatabase pdb format mmcif

Summary of feedback from opening 2VPw fetched from pdb  
---  
notes | Fetching compressed mmCIF 2vpw from http://files.rcsb.org/download/2vpw.cif  
Fetching CCD MGD from
https://files.wwpdb.org/pub/pdb/refdata/chem_comp/D/MGD/MGD.cif  
Fetching CCD MO from
https://files.wwpdb.org/pub/pdb/refdata/chem_comp/O/MO/MO.cif  
Fetching CCD MQ7 from
https://files.wwpdb.org/pub/pdb/refdata/chem_comp/7/MQ7/MQ7.cif  

2vpw title:  
Polysulfide reductase with bound menaquinone [more info...]  

Chain information for 2vpw #20  
---  
Chain | Description | UniProt  
A E | THIOSULFATE REDUCTASE | Q72LA4_THET2 1-765  
B F | NRFC PROTEIN | Q72LA5_THET2 1-195  
C G | HYPOTHETICAL MEMBRANE SPANNING PROTEIN | Q72LA6_THET2 0-252 1-253  

Non-standard residues in 2vpw #20  
---  
MGD \u2014
2-amino-5,6-dimercapto-7-methyl-3,7,8A,9-tetrahydro-8-oxa-1,3,9,10-tetraaza-
anthracen-4-one guanosine dinucleotide (molybdopterin guanosine dinucleotide)  
MO \u2014 molybdenum atom  
MQ7 \u2014 menaquinone-7  
SF4 \u2014 iron/sulfur cluster  


> hide #!19 models

> hide #1 models

> hide #!20 surfaces

[Repeated 1 time(s)]

> hide #!20 atoms

> show #!20 cartoons

> matchmaker #!20 to #3 & sel

No 'to' model specified  

> matchmaker #!20 to #3

Computing secondary structure  
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 fold_azor_dimer_fad_model_0.cif, chain A (#3) with 2vpw, chain E
(#20), sequence alignment score = 78  
RMSD between 8 pruned atom pairs is 1.398 angstroms; (across all 148 pairs:
20.313)  


> show #!3 models

> hide #!3 models

> select /A

51617 atoms, 51746 bonds, 16 pseudobonds, 7421 residues, 24 models selected  

> rainbow sel & #!20

> select ::name="MQ7"

30 atoms, 32 bonds, 2 residues, 1 model selected  

> show sel surfaces

> open 7NZ1 fromDatabase pdb format mmcif

Summary of feedback from opening 7NZ1 fetched from pdb  
---  
notes | Fetching compressed mmCIF 7nz1 from http://files.rcsb.org/download/7nz1.cif  
Fetching CCD CSX from
https://files.wwpdb.org/pub/pdb/refdata/chem_comp/X/CSX/CSX.cif  

7nz1 title:  
Respiratory complex I from Escherichia coli - focused refinement of
cytoplasmic arm [more info...]  

Chain information for 7nz1 #21  
---  
Chain | Description | UniProt  
B | NADH-quinone oxidoreductase subunit B |   
D | NADH-quinone oxidoreductase subunit C/D | NUOCD_ECOLI 1-596  
E | NADH-quinone oxidoreductase subunit E | NUOE_ECOLI 1-166  
F | NADH-quinone oxidoreductase subunit F | NUOF_ECOLI 1-445  
G | NADH-quinone oxidoreductase subunit G | NUOG_ECOLI 1-908  
I | NADH-quinone oxidoreductase subunit I | NUOI_ECOLI 1-180  

Non-standard residues in 7nz1 #21  
---  
CA \u2014 calcium ion  
FES \u2014 FE2/S2 (inorganic) cluster  
FMN \u2014 flavin mononucleotide (riboflavin monophosphate)  
SF4 \u2014 iron/sulfur cluster  


> hide sel atoms

> show sel cartoons

> hide #!20 models

> show #!21 cartoons

> hide #!21 atoms

> view matrix models
> #20,-0.20963,0.97025,0.12114,-159.27,0.41872,0.20104,-0.88558,-19.075,-0.88359,-0.13493,-0.44841,140.58

> color #!21 bychain

> matchmaker #!21 to #1

Computing secondary structure  
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 fold_azor_monomer_model_0.cif, chain A (#1) with 7nz1, chain G
(#21), sequence alignment score = 86.3  
RMSD between 22 pruned atom pairs is 0.859 angstroms; (across all 180 pairs:
20.357)  


> show #1 models

> select #21/G

7630 atoms, 7235 bonds, 24 pseudobonds, 1469 residues, 2 models selected  

> rainbow sel

> hide #1 models

> show #1 models

> hide #1 models

> show #1 models

> hide #1 models

> show #1 models

> hide #!21 models

> show #!21 models

> hide #1 models

> matchmaker #!21 to #8

Computing secondary structure  
[Repeated 1 time(s)]  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 fold_mqo_model_0.cif, chain A (#8) with 7nz1, chain G (#21),
sequence alignment score = 63.6  
RMSD between 5 pruned atom pairs is 1.257 angstroms; (across all 362 pairs:
31.062)  


> show #8 models

> hide #!21 models

> hide #8 models

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_ankkflltv/fold_tcr_ankkflltv_model_0.cif
> /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_ankkflltv/fold_tcr_ankkflltv_model_1.cif
> /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_ankkflltv/fold_tcr_ankkflltv_model_2.cif
> /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_ankkflltv/fold_tcr_ankkflltv_model_3.cif
> /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_ankkflltv/fold_tcr_ankkflltv_model_4.cif

Chain information for fold_tcr_ankkflltv_model_0.cif #22  
---  
Chain | Description  
A | .  
B | .  
C | .  

Chain information for fold_tcr_ankkflltv_model_1.cif #23  
---  
Chain | Description  
A | .  
B | .  
C | .  

Chain information for fold_tcr_ankkflltv_model_2.cif #24  
---  
Chain | Description  
A | .  
B | .  
C | .  

Chain information for fold_tcr_ankkflltv_model_3.cif #25  
---  
Chain | Description  
A | .  
B | .  
C | .  

Chain information for fold_tcr_ankkflltv_model_4.cif #26  
---  
Chain | Description  
A | .  
B | .  
C | .  

Computing secondary structure  
[Repeated 4 time(s)]

> ui tool show Matchmaker

> matchmaker #23-26 to #22

Computing secondary structure  
[Repeated 4 time(s)]  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 fold_tcr_ankkflltv_model_0.cif, chain B (#22) with
fold_tcr_ankkflltv_model_1.cif, chain B (#23), sequence alignment score = 581  
RMSD between 111 pruned atom pairs is 0.184 angstroms; (across all 111 pairs:
0.184)  

Matchmaker fold_tcr_ankkflltv_model_0.cif, chain B (#22) with
fold_tcr_ankkflltv_model_2.cif, chain B (#24), sequence alignment score =
573.8  
RMSD between 111 pruned atom pairs is 0.232 angstroms; (across all 111 pairs:
0.232)  

Matchmaker fold_tcr_ankkflltv_model_0.cif, chain B (#22) with
fold_tcr_ankkflltv_model_3.cif, chain B (#25), sequence alignment score = 581  
RMSD between 111 pruned atom pairs is 0.364 angstroms; (across all 111 pairs:
0.364)  

Matchmaker fold_tcr_ankkflltv_model_0.cif, chain B (#22) with
fold_tcr_ankkflltv_model_4.cif, chain B (#26), sequence alignment score =
573.8  
RMSD between 110 pruned atom pairs is 0.269 angstroms; (across all 111 pairs:
0.332)  


> view matrix models
> #21,0.56571,0.78878,0.24042,-111.9,-0.81332,0.5818,0.0049461,-39.828,-0.13598,-0.19834,0.97066,-77.181

Drag select of 9 atoms, 113 residues, 8 bonds  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_demefteae/fold_tcr_demefteae_model_0.cif
> /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_demefteae/fold_tcr_demefteae_model_1.cif
> /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_demefteae/fold_tcr_demefteae_model_2.cif
> /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_demefteae/fold_tcr_demefteae_model_3.cif
> /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_demefteae/fold_tcr_demefteae_model_4.cif

Chain information for fold_tcr_demefteae_model_0.cif #27  
---  
Chain | Description  
A | .  
B | .  
C | .  

Chain information for fold_tcr_demefteae_model_1.cif #28  
---  
Chain | Description  
A | .  
B | .  
C | .  

Chain information for fold_tcr_demefteae_model_2.cif #29  
---  
Chain | Description  
A | .  
B | .  
C | .  

Chain information for fold_tcr_demefteae_model_3.cif #30  
---  
Chain | Description  
A | .  
B | .  
C | .  

Chain information for fold_tcr_demefteae_model_4.cif #31  
---  
Chain | Description  
A | .  
B | .  
C | .  

Computing secondary structure  
[Repeated 4 time(s)]

> matchmaker #27-31 to #22

Computing secondary structure  
[Repeated 5 time(s)]  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 fold_tcr_ankkflltv_model_0.cif, chain B (#22) with
fold_tcr_demefteae_model_0.cif, chain B (#27), sequence alignment score = 581  
RMSD between 111 pruned atom pairs is 0.323 angstroms; (across all 111 pairs:
0.323)  

Matchmaker fold_tcr_ankkflltv_model_0.cif, chain B (#22) with
fold_tcr_demefteae_model_1.cif, chain B (#28), sequence alignment score =
570.2  
RMSD between 111 pruned atom pairs is 0.204 angstroms; (across all 111 pairs:
0.204)  

Matchmaker fold_tcr_ankkflltv_model_0.cif, chain B (#22) with
fold_tcr_demefteae_model_2.cif, chain B (#29), sequence alignment score =
573.8  
RMSD between 111 pruned atom pairs is 0.345 angstroms; (across all 111 pairs:
0.345)  

Matchmaker fold_tcr_ankkflltv_model_0.cif, chain B (#22) with
fold_tcr_demefteae_model_3.cif, chain B (#30), sequence alignment score = 581  
RMSD between 111 pruned atom pairs is 0.287 angstroms; (across all 111 pairs:
0.287)  

Matchmaker fold_tcr_ankkflltv_model_0.cif, chain B (#22) with
fold_tcr_demefteae_model_4.cif, chain B (#31), sequence alignment score =
573.8  
RMSD between 111 pruned atom pairs is 0.349 angstroms; (across all 111 pairs:
0.349)  


> select clear

> delete atoms #22-31

> delete bonds #22-31

> show #!13 models

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR.cxs

\u2014\u2014\u2014 End of log from Wed Mar 11 15:25:43 2026 \u2014\u2014\u2014

opened ChimeraX session  




OpenGL version: 4.1 Metal - 89.4
OpenGL renderer: Apple M1 Pro
OpenGL vendor: Apple

Python: 3.11.4
Locale: en_US.UTF-8
Qt version: PyQt6 6.7.1, Qt 6.7.1
Qt runtime version: 6.7.3
Qt platform: cocoa
Hardware:

   Hardware Overview:

     Model Name: MacBook Pro
     Model Identifier: MacBookPro18,3
     Model Number: Z15H00105LL/A
     Chip: Apple M1 Pro
     Total Number of Cores: 10 (8 performance and 2 efficiency)
     Memory: 32 GB
     System Firmware Version: 11881.140.96
     OS Loader Version: 11881.140.96

Software:

   System Software Overview:

     System Version: macOS 15.6.1 (24G90)
     Kernel Version: Darwin 24.6.0
     Time since boot: 216 days, 2 hours, 57 minutes

Graphics/Displays:

   Apple M1 Pro:

     Chipset Model: Apple M1 Pro
     Type: GPU
     Bus: Built-In
     Total Number of Cores: 16
     Vendor: Apple (0x106b)
     Metal Support: Metal 3
     Displays:
       DELL U2718Q:
         Resolution: 3840 x 2160 (2160p/4K UHD 1 - Ultra High Definition)
         UI Looks like: 1920 x 1080 @ 60.00Hz
         Main Display: Yes
         Mirror: Off
         Online: Yes
         Rotation: Supported


Installed Packages:
   alabaster: 1.0.0
   anyio: 4.7.0
   appdirs: 1.4.4
   appnope: 0.1.4
   asttokens: 3.0.0
   auditwheel: 6.1.0
   babel: 2.16.0
   beautifulsoup4: 4.12.3
   blockdiag: 3.0.0
   blosc2: 3.0.0
   build: 1.2.1
   certifi: 2023.11.17
   cftime: 1.6.4.post1
   charset-normalizer: 3.4.0
   ChimeraX-AddCharge: 1.5.18
   ChimeraX-AddH: 2.2.6
   ChimeraX-AlignmentAlgorithms: 2.0.2
   ChimeraX-AlignmentHdrs: 3.5
   ChimeraX-AlignmentMatrices: 2.1
   ChimeraX-Alignments: 2.16.1
   ChimeraX-AlphaFold: 1.0.1
   ChimeraX-AltlocExplorer: 1.1.2
   ChimeraX-AmberInfo: 1.0
   ChimeraX-Arrays: 1.1
   ChimeraX-Atomic: 1.58.8
   ChimeraX-AtomicLibrary: 14.1.11
   ChimeraX-AtomSearch: 2.0.1
   ChimeraX-AxesPlanes: 2.4
   ChimeraX-BasicActions: 1.1.2
   ChimeraX-BILD: 1.0
   ChimeraX-BlastProtein: 3.0.0
   ChimeraX-BondRot: 2.0.4
   ChimeraX-BugReporter: 1.0.1
   ChimeraX-BuildStructure: 2.13.1
   ChimeraX-Bumps: 1.0
   ChimeraX-BundleBuilder: 1.4.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.4
   ChimeraX-ChemGroup: 2.0.1
   ChimeraX-Clashes: 2.3
   ChimeraX-ColorActions: 1.0.5
   ChimeraX-ColorGlobe: 1.0
   ChimeraX-ColorKey: 1.5.6
   ChimeraX-CommandLine: 1.2.5
   ChimeraX-ConnectStructure: 2.0.1
   ChimeraX-Contacts: 1.0.1
   ChimeraX-Core: 1.9
   ChimeraX-CoreFormats: 1.2
   ChimeraX-coulombic: 1.4.4
   ChimeraX-Crosslinks: 1.0
   ChimeraX-Crystal: 1.0
   ChimeraX-CrystalContacts: 1.0.1
   ChimeraX-DataFormats: 1.2.3
   ChimeraX-Dicom: 1.2.6
   ChimeraX-DistMonitor: 1.4.2
   ChimeraX-DockPrep: 1.1.3
   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
   ChimeraX-Help: 1.3
   ChimeraX-HKCage: 1.3
   ChimeraX-IHM: 1.1
   ChimeraX-ImageFormats: 1.2
   ChimeraX-IMOD: 1.0
   ChimeraX-IO: 1.0.3
   ChimeraX-ItemsInspection: 1.0.1
   ChimeraX-IUPAC: 1.0
   ChimeraX-KVFinder: 1.2.1
   ChimeraX-Label: 1.1.14
   ChimeraX-ListInfo: 1.2.2
   ChimeraX-Log: 1.2
   ChimeraX-LookingGlass: 1.1
   ChimeraX-Maestro: 1.9.1
   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.1.6
   ChimeraX-MCopy: 1.0
   ChimeraX-MDcrds: 2.7.2
   ChimeraX-MedicalToolbar: 1.1
   ChimeraX-Meeting: 1.0.1
   ChimeraX-MLP: 1.1.1
   ChimeraX-mmCIF: 2.14.2
   ChimeraX-MMTF: 2.2
   ChimeraX-ModelArchive: 1.0
   ChimeraX-Modeller: 1.5.18
   ChimeraX-ModelPanel: 1.5
   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
   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.14
   ChimeraX-OrthoPick: 1.0.1
   ChimeraX-PDB: 2.7.6
   ChimeraX-PDBBio: 1.0.1
   ChimeraX-PDBLibrary: 1.0.4
   ChimeraX-PDBMatrices: 1.0
   ChimeraX-PickBlobs: 1.0.1
   ChimeraX-Positions: 1.0
   ChimeraX-PresetMgr: 1.1.2
   ChimeraX-PubChem: 2.2
   ChimeraX-ReadPbonds: 1.0.1
   ChimeraX-Registration: 1.1.2
   ChimeraX-RemoteControl: 1.0
   ChimeraX-RenderByAttr: 1.6.2
   ChimeraX-RenumberResidues: 1.1
   ChimeraX-ResidueFit: 1.0.1
   ChimeraX-RestServer: 1.3.1
   ChimeraX-RNALayout: 1.0
   ChimeraX-RotamerLibMgr: 4.0
   ChimeraX-RotamerLibsDunbrack: 2.0
   ChimeraX-RotamerLibsDynameomics: 2.0
   ChimeraX-RotamerLibsRichardson: 2.0
   ChimeraX-SaveCommand: 1.5.1
   ChimeraX-SchemeMgr: 1.0
   ChimeraX-SDF: 2.0.2
   ChimeraX-Segger: 1.0
   ChimeraX-Segment: 1.0.1
   ChimeraX-Segmentations: 3.5.6
   ChimeraX-SelInspector: 1.0
   ChimeraX-SeqView: 2.14
   ChimeraX-Shape: 1.0.1
   ChimeraX-Shell: 1.0.1
   ChimeraX-Shortcuts: 1.2.0
   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.18.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
   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.41
   ChimeraX-Umap: 1.0
   ChimeraX-uniprot: 2.3.1
   ChimeraX-UnitCell: 1.0.1
   ChimeraX-ViewDockX: 1.4.4
   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.4
   ChimeraX-Zone: 1.0.1
   colorama: 0.4.6
   comm: 0.2.2
   contourpy: 1.3.1
   cxservices: 1.2.3
   cycler: 0.12.1
   Cython: 3.0.10
   debugpy: 1.8.9
   decorator: 5.1.1
   docutils: 0.21.2
   executing: 2.1.0
   filelock: 3.15.4
   fonttools: 4.55.3
   funcparserlib: 2.0.0a0
   glfw: 2.8.0
   grako: 3.16.5
   h11: 0.14.0
   h5py: 3.12.1
   html2text: 2024.2.26
   httpcore: 1.0.7
   httpx: 0.28.1
   idna: 3.10
   ihm: 1.3
   imagecodecs: 2024.6.1
   imagesize: 1.4.1
   ipykernel: 6.29.5
   ipython: 8.26.0
   ipywidgets: 8.1.5
   jedi: 0.19.1
   Jinja2: 3.1.4
   jupyter_client: 8.6.2
   jupyter_core: 5.7.2
   jupyterlab_widgets: 3.0.13
   kiwisolver: 1.4.7
   line_profiler: 4.1.3
   lxml: 5.2.2
   lz4: 4.3.3
   MarkupSafe: 3.0.2
   matplotlib: 3.9.2
   matplotlib-inline: 0.1.7
   msgpack: 1.0.8
   ndindex: 1.9.2
   nest-asyncio: 1.6.0
   netCDF4: 1.6.5
   networkx: 3.3
   nibabel: 5.2.0
   nptyping: 2.5.0
   numexpr: 2.10.2
   numpy: 1.26.4
   openvr: 1.26.701
   packaging: 23.2
   ParmEd: 4.2.2
   parso: 0.8.4
   pep517: 0.13.1
   pexpect: 4.9.0
   pillow: 10.4.0
   pip: 24.2
   pkginfo: 1.11.1
   platformdirs: 4.3.6
   prompt_toolkit: 3.0.48
   psutil: 6.0.0
   ptyprocess: 0.7.0
   pure_eval: 0.2.3
   py-cpuinfo: 9.0.0
   pycollada: 0.8
   pydicom: 2.4.4
   pyelftools: 0.31
   Pygments: 2.18.0
   pynmrstar: 3.3.4
   pynrrd: 1.0.0
   PyOpenGL: 3.1.7
   PyOpenGL-accelerate: 3.1.7
   pyopenxr: 1.0.3401
   pyparsing: 3.2.0
   pyproject_hooks: 1.2.0
   PyQt6-commercial: 6.7.1
   PyQt6-Qt6: 6.7.3
   PyQt6-WebEngine-commercial: 6.7.0
   PyQt6-WebEngine-Qt6: 6.7.3
   PyQt6-WebEngineSubwheel-Qt6: 6.7.3
   PyQt6_sip: 13.8.0
   python-dateutil: 2.9.0.post0
   pytz: 2024.2
   pyzmq: 26.2.0
   qtconsole: 5.5.2
   QtPy: 2.4.2
   qtshim: 1.0
   RandomWords: 0.4.0
   requests: 2.32.3
   scipy: 1.14.0
   setuptools: 72.1.0
   sfftk-rw: 0.8.1
   six: 1.16.0
   sniffio: 1.3.1
   snowballstemmer: 2.2.0
   sortedcontainers: 2.4.0
   soupsieve: 2.6
   Sphinx: 8.0.2
   sphinx-autodoc-typehints: 2.2.3
   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
   stack-data: 0.6.3
   superqt: 0.6.3
   tables: 3.10.1
   tcia_utils: 1.5.1
   tifffile: 2024.7.24
   tinyarray: 1.2.4
   tornado: 6.4.2
   traitlets: 5.14.3
   typing_extensions: 4.12.2
   tzdata: 2024.2
   urllib3: 2.2.3
   wcwidth: 0.2.13
   webcolors: 24.6.0
   wheel: 0.43.0
   wheel-filename: 1.4.1
   widgetsnbextension: 4.0.13

#20135 duplicate Crash on Mac waking from sleep Tom Goddard taic@…
Description
The following bug report has been submitted:
Platform:        macOS-15.6.1-arm64-arm-64bit
ChimeraX Version: 1.9 (2024-12-11 19:11:19 UTC)
Description
Last time you used ChimeraX it crashed.
This is a known crash that we are unable to fix. Here is information that may help you avoid this crash. The Qt window toolkit crashed due to a display configuration change, typically when waking from sleep or when an external display is disconnected or connected. This has only been seen on Mac computers. We hope a newer version of Qt will fix it. We update ChimeraX daily builds whenever a new Qt is released. You can check here https://www.cgl.ucsf.edu/chimerax/docs/troubleshoot.html#macdisplay to see if it has been fixed in a newer ChimeraX.
Fatal Python error: Segmentation fault

Thread 0x000000031e473000 (most recent call first):
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 579 in _handle_results
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x000000031d467000 (most recent call first):
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 531 in _handle_tasks
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x000000031c45b000 (most recent call first):
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/selectors.py", line 415 in select
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/connection.py", line 930 in wait
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 502 in _wait_for_updates
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 522 in _handle_workers
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x000000031b44f000 (most recent call first):
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x000000031a443000 (most recent call first):
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x0000000319437000 (most recent call first):
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x000000031842b000 (most recent call first):
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x000000031741f000 (most recent call first):
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x0000000316413000 (most recent call first):
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x0000000315407000 (most recent call first):
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x00000003143fb000 (most recent call first):
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x00000003133ef000 (most recent call first):
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Thread 0x00000003123e3000 (most recent call first):
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/pool.py", line 114 in worker
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 975 in run
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 1038 in _bootstrap_inner
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/threading.py", line 995 in _bootstrap

Current thread 0x00000001f088a0c0 (most recent call first):
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/ui/gui.py", line 330 in event_loop
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1054 in init
  File "/Applications/ChimeraX-1.9.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/__main__.py", line 1217 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, charset_normalizer.md, requests.packages.charset_normalizer.md, requests.packages.chardet.md, PIL._imaging, kiwisolver._cext, lxml._elementpath, lxml.etree, chimerax.surface._surface, OpenGL_accelerate.errorchecker, OpenGL_accelerate.wrapper, OpenGL_accelerate.formathandler, OpenGL_accelerate.arraydatatype, OpenGL_accelerate.latebind, OpenGL_accelerate.vbo, chimerax.pdb_lib._load_libs, chimerax.core._mac_util, OpenGL_accelerate.numpy_formathandler, OpenGL_accelerate.nones_formathandler, chimerax.mmcif._mmcif, chimerax.mmcif.mmcif, chimerax.atomic._ribbons, chimerax.graphics._graphics, chimerax.pdb._pdbio, PIL._imagingmath, chimerax.alignment_algs._sw, chimerax.dssp._dssp, chimerax.alignment_algs._nw, PyQt6.QtOpenGL, PyQt6.QtOpenGLWidgets, lz4._version, lz4.frame._frame, msgpack._cmsgpack, chimerax.core._serialize, chimerax.atom_search.ast (total: 62)


{"app_name":"ChimeraX","timestamp":"2026-04-03 18:31:30.00 -0400","app_version":"1.9.0","slice_uuid":"17982d98-65bc-3327-8526-577ec996453c","build_version":"1.9.0.0","platform":1,"bundleID":"edu.ucsf.cgl.ChimeraX","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 15.6.1 (24G90)","roots_installed":0,"name":"ChimeraX","incident_id":"9F2F327E-7A28-45FF-A622-C2AE24F97A58"}
{
  "uptime" : 2800000,
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 1816534185,
  "deployVersion" : 210,
  "modelCode" : "MacBookPro18,3",
  "coalitionID" : 459761,
  "osVersion" : {
    "train" : "macOS 15.6.1",
    "build" : "24G90",
    "releaseType" : "User"
  },
  "captureTime" : "2026-04-03 18:27:59.3865 -0400",
  "codeSigningMonitor" : 1,
  "incident" : "9F2F327E-7A28-45FF-A622-C2AE24F97A58",
  "pid" : 61659,
  "translated" : false,
  "cpuType" : "ARM-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2026-03-17 15:49:30.4754 -0400",
  "procStartAbsTime" : 60473543095781,
  "procExitAbsTime" : 68091359552862,
  "procName" : "ChimeraX",
  "procPath" : "\/Applications\/ChimeraX-1.9.app\/Contents\/MacOS\/ChimeraX",
  "bundleInfo" : {"CFBundleShortVersionString":"1.9.0","CFBundleVersion":"1.9.0.0","CFBundleIdentifier":"edu.ucsf.cgl.ChimeraX"},
  "storeInfo" : {"deviceIdentifierForVendor":"0C2BB12E-24B4-5BE2-9EF3-072FD0ADFDC2","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "edu.ucsf.cgl.ChimeraX",
  "crashReporterKey" : "FA6EEC6E-A890-96AC-901B-4A3BA4995AFD",
  "appleIntelligenceStatus" : {"state":"unavailable","reasons":["notOptedIn","siriAssetIsNotReady","assetIsNotReady"]},
  "codeSigningID" : "edu.ucsf.cgl.ChimeraX",
  "codeSigningTeamID" : "LWV8X224YF",
  "codeSigningFlags" : 570491649,
  "codeSigningValidationCategory" : 6,
  "codeSigningTrustLevel" : 4294967295,
  "codeSigningAuxiliaryInfo" : 0,
  "instructionByteStream" : {"beforePC":"fyMD1f17v6n9AwCRm+D\/l78DAJH9e8Go\/w9f1sADX9YQKYDSARAA1A==","atPC":"AwEAVH8jA9X9e7+p\/QMAkZDg\/5e\/AwCR\/XvBqP8PX9bAA1\/WcAqA0g=="},
  "bootSessionUUID" : "52F873D9-CF35-4D9E-BD7E-324140C9F0A7",
  "wakeTime" : 5864,
  "sleepWakeUUID" : "68DA9BE4-907D-474B-AD6B-8834A1041833",
  "sip" : "enabled",
  "vmRegionInfo" : "0x5d790b31a318 is not in any region.  Bytes after previous region: 102293423891225  Bytes before following region: 2778656038120\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      commpage (reserved)        1000000000-7000000000   [384.0G] ---\/--- SM=NUL  reserved VM address space (unallocated)\n--->  GAP OF 0x5f9000000000 BYTES\n      MALLOC_NANO              600000000000-600020000000 [512.0M] rw-\/rwx SM=PRV  ",
  "exception" : {"codes":"0x0000000000000001, 0x00005d790b31a318","rawCodes":[1,102774460228376],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x00005d790b31a318"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"ChimeraX","byPid":61659},
  "ktriageinfo" : "VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter\n",
  "vmregioninfo" : "0x5d790b31a318 is not in any region.  Bytes after previous region: 102293423891225  Bytes before following region: 2778656038120\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      commpage (reserved)        1000000000-7000000000   [384.0G] ---\/--- SM=NUL  reserved VM address space (unallocated)\n--->  GAP OF 0x5f9000000000 BYTES\n      MALLOC_NANO              600000000000-600020000000 [512.0M] rw-\/rwx SM=PRV  ",
  "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":4697914008},{"value":99},{"value":116},{"value":1153027057775048320},{"value":1027},{"value":13469539983515972068},{"value":13469539991309472036},{"value":14757395258967641293},{"value":4294967286},{"value":4697913938},{"value":0},{"value":54},{"value":4294967280},{"value":328},{"value":8347587928},{"value":0},{"value":11},{"value":259},{"value":8330453408,"symbolLocation":224,"symbol":"_main_thread"},{"value":0},{"value":1},{"value":4357441072,"symbolLocation":0,"symbol":"faulthandler_handlers"},{"value":8291618816,"symbolLocation":0,"symbol":"OBJC_IVAR_$_NSTouchBarInputMethodCandidateList._list"},{"value":8291618816,"symbolLocation":0,"symbol":"OBJC_IVAR_$_NSTouchBarInputMethodCandidateList._list"},{"value":4},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485407884},"cpsr":{"value":1073745920},"fp":{"value":4697914080},"sp":{"value":4697914048},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485173128,"matchesCrashFrame":1},"far":{"value":0}},"id":61325428,"triggered":true,"name":"CrBrowserMain","queue":"com.apple.main-thread","frames":[{"imageOffset":37768,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":162},{"imageOffset":26764,"symbol":"pthread_kill","symbolLocation":296,"imageIndex":163},{"imageOffset":265476,"symbol":"raise","symbolLocation":32,"imageIndex":164},{"imageOffset":2417160,"symbol":"faulthandler_fatal_error","symbolLocation":392,"imageIndex":1},{"imageOffset":13988,"symbol":"_sigtramp","symbolLocation":56,"imageIndex":165},{"imageOffset":349344,"imageIndex":69},{"imageOffset":349160,"imageIndex":69},{"imageOffset":381256,"symbol":"_NSViewHierarchyDidChangeBackingProperties","symbolLocation":244,"imageIndex":166},{"imageOffset":12004300,"symbol":"-[NSWindow _postWindowDidChangeBackingPropertiesAndDisplayWindowForPreviousBackingScaleFactor:previousColorSpace:]","symbolLocation":192,"imageIndex":166},{"imageOffset":2071804,"symbol":"__67-[NSWindow _updateSettingsSendingScreenChangeNotificationToScreen:]_block_invoke","symbolLocation":432,"imageIndex":166},{"imageOffset":507904,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":166},{"imageOffset":2071360,"symbol":"-[NSWindow _updateSettingsSendingScreenChangeNotificationToScreen:]","symbolLocation":96,"imageIndex":166},{"imageOffset":513356,"symbol":"-[NSWindow _setFrameCommon:display:fromServer:]","symbolLocation":2016,"imageIndex":166},{"imageOffset":11974628,"symbol":"-[NSWindow(NSScreenLayout) _setFrame:fromAdjustmentToScreen:anchorIfNeeded:animate:]","symbolLocation":616,"imageIndex":166},{"imageOffset":3236944,"symbol":"-[NSWindow _adjustWindowToScreen]","symbolLocation":1184,"imageIndex":166},{"imageOffset":3366572,"symbol":"-[NSWindow _displayChangedSoAdjustWindows:]","symbolLocation":100,"imageIndex":166},{"imageOffset":15453360,"symbol":"___NSApplicationPerformScreenInvalidationReactions_block_invoke","symbolLocation":84,"imageIndex":166},{"imageOffset":219016,"symbol":"-[NSApplication enumerateWindowsWithOptions:usingBlock:]","symbolLocation":236,"imageIndex":166},{"imageOffset":15451568,"symbol":"___NSApplicationReactToScreenInvalidation_block_invoke","symbolLocation":1012,"imageIndex":166},{"imageOffset":15449584,"symbol":"_NSApplicationReactToScreenInvalidation","symbolLocation":308,"imageIndex":166},{"imageOffset":15450172,"symbol":"-[NSApplication(ScreenHandling) _reactToDisplayChanges:]","symbolLocation":416,"imageIndex":166},{"imageOffset":9874348,"symbol":"_NSCGSDisplayConfigurationUpdateAndInvokeObservers","symbolLocation":436,"imageIndex":166},{"imageOffset":9875600,"symbol":"_NSCGSDisplayConfigurationDidReconfigureNotificationHandler","symbolLocation":316,"imageIndex":166},{"imageOffset":45104,"symbol":"(anonymous namespace)::notify_datagram_handler(unsigned int, CGSDatagramType, void*, unsigned long, void*)","symbolLocation":920,"imageIndex":167},{"imageOffset":4298612,"symbol":"CGSDatagramReadStream::dispatchMainQueueDatagrams()","symbolLocation":284,"imageIndex":167},{"imageOffset":4298296,"symbol":"invocation function for block in CGSDatagramReadStream::mainQueueWakeup()","symbolLocation":28,"imageIndex":167},{"imageOffset":6956,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":168},{"imageOffset":112732,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":168},{"imageOffset":232320,"symbol":"_dispatch_main_queue_drain.cold.5","symbolLocation":812,"imageIndex":168},{"imageOffset":69040,"symbol":"_dispatch_main_queue_drain","symbolLocation":180,"imageIndex":168},{"imageOffset":68844,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":44,"imageIndex":168},{"imageOffset":764896,"symbol":"__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__","symbolLocation":16,"imageIndex":169},{"imageOffset":506076,"symbol":"__CFRunLoopRun","symbolLocation":1980,"imageIndex":169},{"imageOffset":502424,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":169},{"imageOffset":799356,"symbol":"RunCurrentEventLoopInMode","symbolLocation":324,"imageIndex":170},{"imageOffset":812264,"symbol":"ReceiveNextEventCommon","symbolLocation":676,"imageIndex":170},{"imageOffset":2430084,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":76,"imageIndex":170},{"imageOffset":240180,"symbol":"_DPSNextEvent","symbolLocation":684,"imageIndex":166},{"imageOffset":10328384,"symbol":"-[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":688,"imageIndex":166},{"imageOffset":187364,"symbol":"-[NSApplication run]","symbolLocation":480,"imageIndex":166},{"imageOffset":88376,"imageIndex":69},{"imageOffset":572692,"symbol":"QEventLoop::exec(QFlags)","symbolLocation":540,"imageIndex":45},{"imageOffset":534620,"symbol":"QCoreApplication::exec()","symbolLocation":112,"imageIndex":45},{"imageOffset":2477972,"symbol":"meth_QApplication_exec(_object*, _object*)","symbolLocation":96,"imageIndex":48},{"imageOffset":1004504,"symbol":"cfunction_call","symbolLocation":96,"imageIndex":1},{"imageOffset":594156,"symbol":"_PyObject_MakeTpCall","symbolLocation":128,"imageIndex":1},{"imageOffset":1789244,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54984,"imageIndex":1},{"imageOffset":1729512,"symbol":"PyEval_EvalCode","symbolLocation":276,"imageIndex":1},{"imageOffset":1707120,"symbol":"builtin_exec","symbolLocation":428,"imageIndex":1},{"imageOffset":1007044,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS","symbolLocation":80,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":2389028,"symbol":"pymain_run_module","symbolLocation":256,"imageIndex":1},{"imageOffset":2387652,"symbol":"Py_RunMain","symbolLocation":1784,"imageIndex":1},{"imageOffset":2392180,"symbol":"pymain_main","symbolLocation":52,"imageIndex":1},{"imageOffset":2392116,"symbol":"Py_Main","symbolLocation":36,"imageIndex":1},{"imageOffset":15700,"symbol":"main","symbolLocation":128,"imageIndex":0},{"imageOffset":27544,"symbol":"start","symbolLocation":6076,"imageIndex":171}]},{"id":61326077,"name":"ThreadPoolServiceThread","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":105553120460992},{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":3},{"value":569547023320578},{"value":6322018896},{"value":38147},{"value":1},{"value":1},{"value":369},{"value":6336081920},{"value":0},{"value":5696475600},{"value":5643384640},{"value":6336081232},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6211779496},"cpsr":{"value":2684358656},"fp":{"value":6336081216},"sp":{"value":6336081120},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485186908},"far":{"value":0}},"frames":[{"imageOffset":51548,"symbol":"kevent64","symbolLocation":8,"imageIndex":162},{"imageOffset":71187368,"imageIndex":56},{"imageOffset":71186848,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70856668,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326078,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":162740605812736},{"value":0},{"value":162740605812736},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":37891},{"value":2043},{"value":18446744073709551569},{"value":8347596384},{"value":0},{"value":0},{"value":32},{"value":162740605812736},{"value":0},{"value":162740605812736},{"value":6344502576},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":6344501920},"sp":{"value":6344501840},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70904380,"imageIndex":56},{"imageOffset":70902644,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326079,"name":"ThreadPoolBackgroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":160541582557184},{"value":0},{"value":160541582557184},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":37379},{"value":2043},{"value":18446744073709551569},{"value":8347596384},{"value":0},{"value":0},{"value":32},{"value":160541582557184},{"value":0},{"value":160541582557184},{"value":6352923952},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":6352923296},"sp":{"value":6352923216},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70904380,"imageIndex":56},{"imageOffset":70902696,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326080,"name":"Chrome_IOThread","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":13923804000},{"value":5},{"value":0},{"value":0},{"value":6361343712},{"value":0},{"value":0},{"value":0},{"value":9223372036854775810},{"value":6322018944},{"value":64259},{"value":1},{"value":1},{"value":369},{"value":6361346048},{"value":0},{"value":5696467024},{"value":5696347280},{"value":6361345344},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6211779496},"cpsr":{"value":1610616832},"fp":{"value":6361345328},"sp":{"value":6361345232},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485186908},"far":{"value":0}},"frames":[{"imageOffset":51548,"symbol":"kevent64","symbolLocation":8,"imageIndex":162},{"imageOffset":71187368,"imageIndex":56},{"imageOffset":71186848,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":45328188,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326081,"name":"NetworkConfigWatcher","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":197924977901568},{"value":0},{"value":197924977901568},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":46083},{"value":1},{"value":18446744073709551569},{"value":6369767424},{"value":0},{"value":0},{"value":32},{"value":197924977901568},{"value":0},{"value":197924977901568},{"value":6369766464},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":6369765808},"sp":{"value":6369765728},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70677152,"imageIndex":56},{"imageOffset":70343492,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326082,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":201223512784896},{"value":0},{"value":201223512784896},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":46851},{"value":2043},{"value":18446744073709551569},{"value":8347596384},{"value":0},{"value":0},{"value":32},{"value":201223512784896},{"value":0},{"value":201223512784896},{"value":6378188080},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":6378187424},"sp":{"value":6378187344},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70904380,"imageIndex":56},{"imageOffset":70902644,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326083,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":202323024412672},{"value":0},{"value":202323024412672},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":47107},{"value":2043},{"value":18446744073709551569},{"value":8347596384},{"value":0},{"value":0},{"value":32},{"value":202323024412672},{"value":0},{"value":202323024412672},{"value":6386609456},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":6386608800},"sp":{"value":6386608720},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70904380,"imageIndex":56},{"imageOffset":70902644,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326084,"name":"Chrome_InProcGpuThread","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":263930035306496},{"value":0},{"value":263930035306496},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":61451},{"value":1},{"value":18446744073709551569},{"value":6395031552},{"value":0},{"value":0},{"value":32},{"value":263930035306496},{"value":0},{"value":263930035306496},{"value":6395030592},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":6395029936},"sp":{"value":6395029856},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70677152,"imageIndex":56},{"imageOffset":70343492,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326085,"name":"Chrome_ChildIOThread","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":105553182351184},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":1},{"value":589338232625154},{"value":6322019040},{"value":49155},{"value":1},{"value":1},{"value":369},{"value":6403452928},{"value":0},{"value":5698061040},{"value":5477018624},{"value":6403452224},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6211779496},"cpsr":{"value":2684358656},"fp":{"value":6403452208},"sp":{"value":6403452112},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485186908},"far":{"value":0}},"frames":[{"imageOffset":51548,"symbol":"kevent64","symbolLocation":8,"imageIndex":162},{"imageOffset":71187368,"imageIndex":56},{"imageOffset":71186848,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":114048632,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326086,"name":"CompositorTileWorker1","threadState":{"x":[{"value":260},{"value":0},{"value":1792},{"value":0},{"value":0},{"value":161},{"value":0},{"value":0},{"value":6411873864},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":5659703592},{"value":5659703720},{"value":6411874528},{"value":0},{"value":0},{"value":1792},{"value":1793},{"value":2048},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":6411873984},"sp":{"value":6411873840},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}},"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":71055056,"imageIndex":56},{"imageOffset":104344336,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326087,"name":"ThreadPoolSingleThreadSharedForeground0","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":213318140690432},{"value":0},{"value":213318140690432},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":49667},{"value":3332710395},{"value":18446744073709551569},{"value":177},{"value":0},{"value":0},{"value":32},{"value":213318140690432},{"value":0},{"value":213318140690432},{"value":6420294960},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":6420294304},"sp":{"value":6420294224},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70903324,"imageIndex":56},{"imageOffset":70902728,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326088,"name":"NetworkConfigWatcher","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":217716187201536},{"value":0},{"value":217716187201536},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":50691},{"value":1},{"value":18446744073709551569},{"value":6428717056},{"value":0},{"value":0},{"value":32},{"value":217716187201536},{"value":0},{"value":217716187201536},{"value":6428716096},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":6428715440},"sp":{"value":6428715360},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70677152,"imageIndex":56},{"imageOffset":70343492,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326089,"name":"VizCompositorThread","threadState":{"x":[{"value":268451845},{"value":17179869442},{"value":0},{"value":240805931384832},{"value":0},{"value":240805931384832},{"value":32},{"value":14},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":56067},{"value":1},{"value":18446744073709551569},{"value":6437138432},{"value":0},{"value":14},{"value":32},{"value":240805931384832},{"value":0},{"value":240805931384832},{"value":6437137488},{"value":0},{"value":17179870466},{"value":18446744073709550527},{"value":1282}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":6437136832},"sp":{"value":6437136752},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70343392,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326124,"name":"NetworkService","threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":105553204828928},{"value":2},{"value":0},{"value":0},{"value":13027518224},{"value":0},{"value":0},{"value":2},{"value":589338232625154},{"value":6322019232},{"value":52483},{"value":1},{"value":1},{"value":369},{"value":13027520512},{"value":0},{"value":5698584016},{"value":5696887584},{"value":13027519856},{"value":0},{"value":12297829382473034411},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6211779496},"cpsr":{"value":2684358656},"fp":{"value":13027519840},"sp":{"value":13027519744},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485186908},"far":{"value":0}},"frames":[{"imageOffset":51548,"symbol":"kevent64","symbolLocation":8,"imageIndex":162},{"imageOffset":71187368,"imageIndex":56},{"imageOffset":71186848,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326125,"name":"NetworkNotificationThreadMac","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":227611791851520},{"value":0},{"value":227611791851520},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":52995},{"value":0},{"value":18446744073709551569},{"value":8347589736},{"value":0},{"value":4294967295},{"value":2},{"value":227611791851520},{"value":0},{"value":227611791851520},{"value":13035937256},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":13035937104},"sp":{"value":13035937024},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":511164,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":169},{"imageOffset":505304,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":169},{"imageOffset":502424,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":169},{"imageOffset":367736,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":212,"imageIndex":173},{"imageOffset":71382916,"imageIndex":56},{"imageOffset":71377136,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326126,"name":"NetworkConfigWatcher","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":281487861612544},{"value":0},{"value":281487861612544},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":65539},{"value":1},{"value":18446744073709551569},{"value":13044363264},{"value":0},{"value":0},{"value":32},{"value":281487861612544},{"value":0},{"value":281487861612544},{"value":13044362304},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":13044361648},"sp":{"value":13044361568},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70677152,"imageIndex":56},{"imageOffset":70343492,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326127,"name":"ThreadPoolSingleThreadForegroundBlocking1","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":284786396495872},{"value":0},{"value":284786396495872},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":66307},{"value":3529912398},{"value":18446744073709551569},{"value":5216685056},{"value":0},{"value":0},{"value":32},{"value":284786396495872},{"value":0},{"value":284786396495872},{"value":13052783920},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":13052783264},"sp":{"value":13052783184},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70904380,"imageIndex":56},{"imageOffset":70902712,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326211,"name":"NetworkConfigWatcher","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":311174675562496},{"value":0},{"value":311174675562496},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":72451},{"value":1},{"value":18446744073709551569},{"value":13126217728},{"value":0},{"value":0},{"value":32},{"value":311174675562496},{"value":0},{"value":311174675562496},{"value":13126216768},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":13126216112},"sp":{"value":13126216032},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70677152,"imageIndex":56},{"imageOffset":70343492,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326229,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":512},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13190965624},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13190967520},{"value":0},{"value":0},{"value":512},{"value":512},{"value":3072},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13190965744},"sp":{"value":13190965600},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326230,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":512},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13207791992},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13207793888},{"value":0},{"value":0},{"value":512},{"value":512},{"value":2816},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13207792112},"sp":{"value":13207791968},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326231,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13224618360},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13224620256},{"value":0},{"value":0},{"value":0},{"value":0},{"value":768},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13224618480},"sp":{"value":13224618336},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326232,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13241444728},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13241446624},{"value":0},{"value":0},{"value":0},{"value":0},{"value":1024},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13241444848},"sp":{"value":13241444704},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326233,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13258271096},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13258272992},{"value":0},{"value":0},{"value":0},{"value":0},{"value":1280},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13258271216},"sp":{"value":13258271072},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326234,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13275097464},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13275099360},{"value":0},{"value":0},{"value":0},{"value":0},{"value":1536},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13275097584},"sp":{"value":13275097440},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326235,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13291923832},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13291925728},{"value":0},{"value":0},{"value":0},{"value":0},{"value":1792},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13291923952},"sp":{"value":13291923808},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326236,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13308750200},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13308752096},{"value":0},{"value":0},{"value":0},{"value":0},{"value":2048},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13308750320},"sp":{"value":13308750176},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326237,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13325576568},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13325578464},{"value":0},{"value":0},{"value":0},{"value":0},{"value":2304},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13325576688},"sp":{"value":13325576544},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326238,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13342402936},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149491768},{"value":105553149491720},{"value":13342404832},{"value":0},{"value":0},{"value":0},{"value":0},{"value":2560},{"value":0},{"value":13146889228}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13342403056},"sp":{"value":13342402912},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326239,"frames":[{"imageOffset":38040,"symbol":"poll","symbolLocation":8,"imageIndex":162},{"imageOffset":21836,"symbol":"select_poll_poll","symbolLocation":148,"imageIndex":15},{"imageOffset":665460,"symbol":"method_vectorcall_FASTCALL","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611268,"symbol":"method_vectorcall","symbolLocation":164,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":4},{"value":0},{"value":18446744073709551615},{"value":26881},{"value":115453015910656},{"value":114349209315584},{"value":0},{"value":0},{"value":13359231148},{"value":8330495816,"symbolLocation":0,"symbol":"errno"},{"value":15393162792448},{"value":15393162792450},{"value":256},{"value":26880},{"value":26624},{"value":0},{"value":230},{"value":114349209315584},{"value":0},{"value":6440623808},{"value":0},{"value":18446744073709551615},{"value":8},{"value":5736630080},{"value":2},{"value":0},{"value":4340763440},{"value":0},{"value":5475868418}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4341601612},"cpsr":{"value":536875008},"fp":{"value":13359229568},"sp":{"value":13359229472},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485173400},"far":{"value":0}}},{"id":61326240,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":790596,"symbol":"calliter_iternext","symbolLocation":88,"imageIndex":1},{"imageOffset":1782844,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":48584,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13376055592},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149490872},{"value":105553149490824},{"value":13376057568},{"value":0},{"value":0},{"value":256},{"value":257},{"value":512},{"value":5742215560},{"value":13146886924}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13376055712},"sp":{"value":13376055568},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326241,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":2309256,"symbol":"PyThread_acquire_lock_timed","symbolLocation":412,"imageIndex":1},{"imageOffset":13260,"symbol":"_queue_SimpleQueue_get_impl","symbolLocation":220,"imageIndex":90},{"imageOffset":12360,"symbol":"_queue_SimpleQueue_get","symbolLocation":224,"imageIndex":90},{"imageOffset":1008200,"symbol":"cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD","symbolLocation":100,"imageIndex":1},{"imageOffset":1788292,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":54032,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":1799532,"symbol":"_PyEval_EvalFrameDefault","symbolLocation":65272,"imageIndex":1},{"imageOffset":1811404,"symbol":"_PyEval_Vector","symbolLocation":156,"imageIndex":1},{"imageOffset":611492,"symbol":"method_vectorcall","symbolLocation":388,"imageIndex":1},{"imageOffset":2848544,"symbol":"thread_run","symbolLocation":200,"imageIndex":1},{"imageOffset":2308224,"symbol":"pythread_wrapper","symbolLocation":48,"imageIndex":1},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13392882040},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":105553149492408},{"value":105553149492360},{"value":13392883936},{"value":0},{"value":0},{"value":256},{"value":257},{"value":512},{"value":0},{"value":13146899180}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13392882160},"sp":{"value":13392882016},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61326267,"name":"ThreadPoolForegroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":512402483314688},{"value":0},{"value":512402483314688},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":119303},{"value":3156379864},{"value":18446744073709551569},{"value":164},{"value":0},{"value":0},{"value":32},{"value":512402483314688},{"value":0},{"value":512402483314688},{"value":13486861616},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":13486860960},"sp":{"value":13486860880},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70904380,"imageIndex":56},{"imageOffset":70902644,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326273,"name":"ThreadPoolBackgroundWorker","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":498091652284416},{"value":0},{"value":498091652284416},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":115971},{"value":3869669509},{"value":18446744073709551569},{"value":5746245632},{"value":0},{"value":0},{"value":32},{"value":498091652284416},{"value":0},{"value":498091652284416},{"value":13522988336},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":13522987680},"sp":{"value":13522987600},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70903324,"imageIndex":56},{"imageOffset":70902696,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326319,"name":"com.apple.NSEventThread","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":533310384111616},{"value":0},{"value":533310384111616},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":124171},{"value":0},{"value":18446744073709551569},{"value":8347589736},{"value":0},{"value":4294967295},{"value":2},{"value":533310384111616},{"value":0},{"value":533310384111616},{"value":13142990984},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":13142990832},"sp":{"value":13142990752},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":511164,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":169},{"imageOffset":505304,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":169},{"imageOffset":502424,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":169},{"imageOffset":1435532,"symbol":"_NSEventThread","symbolLocation":140,"imageIndex":166},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326324,"name":"MemoryInfra","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":730088605745152},{"value":0},{"value":730088605745152},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":169987},{"value":1},{"value":18446744073709551569},{"value":13409415168},{"value":0},{"value":0},{"value":32},{"value":730088605745152},{"value":0},{"value":730088605745152},{"value":13409414208},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":13409413552},"sp":{"value":13409413472},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70677152,"imageIndex":56},{"imageOffset":70343492,"imageIndex":56},{"imageOffset":70809656,"imageIndex":56},{"imageOffset":70544784,"imageIndex":56},{"imageOffset":70952276,"imageIndex":56},{"imageOffset":70952656,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61326325,"name":"ThreadPoolSingleThreadSharedBackgroundBlocking2","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":581654535995392},{"value":0},{"value":581654535995392},{"value":32},{"value":0},{"value":0},{"value":17179869184},{"value":32},{"value":0},{"value":0},{"value":0},{"value":135427},{"value":3987110024},{"value":18446744073709551569},{"value":119},{"value":0},{"value":0},{"value":32},{"value":581654535995392},{"value":0},{"value":581654535995392},{"value":13497281840},{"value":0},{"value":17179869186},{"value":18446744073709550527},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485214112},"cpsr":{"value":4096},"fp":{"value":13497281184},"sp":{"value":13497281104},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485138484},"far":{"value":0}},"frames":[{"imageOffset":3124,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":162},{"imageOffset":78752,"symbol":"mach_msg2_internal","symbolLocation":76,"imageIndex":162},{"imageOffset":38756,"symbol":"mach_msg_overwrite","symbolLocation":484,"imageIndex":162},{"imageOffset":4008,"symbol":"mach_msg","symbolLocation":24,"imageIndex":162},{"imageOffset":71161832,"imageIndex":56},{"imageOffset":70677284,"imageIndex":56},{"imageOffset":70900888,"imageIndex":56},{"imageOffset":70903324,"imageIndex":56},{"imageOffset":70902760,"imageIndex":56},{"imageOffset":71057880,"imageIndex":56},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}]},{"id":61856300,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":1069568},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13074411208},{"value":0},{"value":256},{"value":1099511628034},{"value":1099511628034},{"value":256},{"value":0},{"value":1099511628032},{"value":305},{"value":8347587856},{"value":0},{"value":4474609680,"symbolLocation":16,"symbol":"thread_status"},{"value":4474609744,"symbolLocation":80,"symbol":"thread_status"},{"value":13074411744},{"value":0},{"value":0},{"value":1069568},{"value":1069569},{"value":1069824},{"value":4474523648,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13074411328},"sp":{"value":13074411184},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61856301,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":1069312},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13098561224},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":4474609808,"symbolLocation":144,"symbol":"thread_status"},{"value":4474609872,"symbolLocation":208,"symbol":"thread_status"},{"value":13098561760},{"value":0},{"value":0},{"value":1069312},{"value":1069313},{"value":1069568},{"value":4474523648,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13098561344},"sp":{"value":13098561200},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61856302,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13099134664},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":4474609936,"symbolLocation":272,"symbol":"thread_status"},{"value":4474610000,"symbolLocation":336,"symbol":"thread_status"},{"value":13099135200},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4474523648,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13099134784},"sp":{"value":13099134640},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61856303,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13099708104},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":4474610064,"symbolLocation":400,"symbol":"thread_status"},{"value":4474610128,"symbolLocation":464,"symbol":"thread_status"},{"value":13099708640},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4474523648,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13099708224},"sp":{"value":13099708080},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61856304,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13104164552},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":4474610192,"symbolLocation":528,"symbol":"thread_status"},{"value":4474610256,"symbolLocation":592,"symbol":"thread_status"},{"value":13104165088},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4474523648,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13104164672},"sp":{"value":13104164528},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61856305,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13131198152},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":4474610320,"symbolLocation":656,"symbol":"thread_status"},{"value":4474610384,"symbolLocation":720,"symbol":"thread_status"},{"value":13131198688},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4474523648,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13131198272},"sp":{"value":13131198128},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61856306,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13133967048},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":4474610448,"symbolLocation":784,"symbol":"thread_status"},{"value":4474610512,"symbolLocation":848,"symbol":"thread_status"},{"value":13133967584},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4474523648,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13133967168},"sp":{"value":13133967024},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61856307,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13141143240},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":4474610576,"symbolLocation":912,"symbol":"thread_status"},{"value":4474610640,"symbolLocation":976,"symbol":"thread_status"},{"value":13141143776},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4474523648,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13141143360},"sp":{"value":13141143216},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":61856308,"frames":[{"imageOffset":17356,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":162},{"imageOffset":28896,"symbol":"_pthread_cond_wait","symbolLocation":984,"imageIndex":163},{"imageOffset":1502040,"symbol":"blas_thread_server","symbolLocation":360,"imageIndex":19},{"imageOffset":27660,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":163},{"imageOffset":7040,"symbol":"thread_start","symbolLocation":8,"imageIndex":163}],"threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":13141716680},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8347587856},{"value":0},{"value":4474610704,"symbolLocation":1040,"symbol":"thread_status"},{"value":4474610768,"symbolLocation":1104,"symbol":"thread_status"},{"value":13141717216},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":4474523648,"symbolLocation":16,"symbol":"gemm_driver.level3_lock"},{"value":1}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6485410016},"cpsr":{"value":1610616832},"fp":{"value":13141716800},"sp":{"value":13141716656},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485152716},"far":{"value":0}}},{"id":69115229,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":163}],"threadState":{"x":[{"value":13394407424},{"value":136291},{"value":13393870848},{"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":4096},"fp":{"value":0},"sp":{"value":13394407424},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485388140},"far":{"value":0}}},{"id":69116182,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":163}],"threadState":{"x":[{"value":13409988608},{"value":142607},{"value":13409452032},{"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":4096},"fp":{"value":0},"sp":{"value":13409988608},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485388140},"far":{"value":0}}},{"id":69116186,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":163}],"threadState":{"x":[{"value":13535408128},{"value":138819},{"value":13534871552},{"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":4096},"fp":{"value":0},"sp":{"value":13535408128},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485388140},"far":{"value":0}}},{"id":69117419,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":163}],"threadState":{"x":[{"value":13440233472},{"value":156851},{"value":13439696896},{"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":4096},"fp":{"value":0},"sp":{"value":13440233472},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485388140},"far":{"value":0}}},{"id":69117420,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":163}],"threadState":{"x":[{"value":13471576064},{"value":183815},{"value":13471039488},{"value":0},{"value":409602},{"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":4096},"fp":{"value":0},"sp":{"value":13471576064},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6485388140},"far":{"value":0}}},{"id":69117421,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":163}],"threadState":{"x":[{"value":13414150144},{"value":0},{"value":13413613568},{"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":4096},"fp":{"value":0},"sp":{"value":13414150144},"esr":{"value":0,"description":" Address size fault"},"pc":{"value":6485388140},"far":{"value":0}}},{"id":69117422,"frames":[{"imageOffset":7020,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":163}],"threadState":{"x":[{"value":13537095680},{"value":143791},{"value":13536559104},{"value":13537094528},{"value":7159810},{"value":1},{"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":4096},"fp":{"value":0},"sp":{"value":13537094512},"esr":{"value":0,"description":" Address size fault"},"pc":{"value":6485388140},"far":{"value":0}}}],
  "usedImages" : [
[deleted to fit within ticket limits]

],
  "sharedCache" : {
  "base" : 6480740352,
  "size" : 5040898048,
  "uuid" : "4c1223e5-cace-3982-a003-6110a7a8a25c"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.9G resident=0K(0%) swapped_out_or_unallocated=1.9G(100%)\nWritable regions: Total=4.8G written=103.6M(2%) resident=2972K(0%) swapped_out=100.7M(2%) unallocated=4.7G(98%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               512K        4 \nActivity Tracing                   256K        1 \nCG image                          2544K       64 \nCG raster data                     384K        8 \nColorSync                          704K       38 \nCoreAnimation                     3136K      152 \nCoreGraphics                       656K       41 \nCoreServices                       624K        2 \nCoreUI image data                 3776K       33 \nFoundation                          48K        2 \nKernel Alloc Once                   32K        1 \nMALLOC                             3.8G      126 \nMALLOC guard page                  288K       18 \nMach message                        64K        4 \nOpenGL GLSL                        384K        4 \nSTACK GUARD                        832K       52 \nStack                            401.8M       53 \nStack Guard                       56.0M        1 \nVM_ALLOCATE                      414.4M      499 \nVM_ALLOCATE (reserved)           128.0M        3         reserved VM address space (unallocated)\n__AUTH                            5521K      697 \n__AUTH_CONST                      77.4M      944 \n__CTF                               824        1 \n__DATA                            34.4M     1096 \n__DATA_CONST                      37.1M     1113 \n__DATA_DIRTY                      2777K      342 \n__FONT_DATA                        2352        1 \n__GLSLBUILTINS                    5174K        1 \n__INFO_FILTER                         8        1 \n__LINKEDIT                       649.0M      163 \n__OBJC_RO                         61.4M        1 \n__OBJC_RW                         2396K        1 \n__TEXT                             1.3G     1128 \n__TEXT (graphics)                 1200K        5 \n__TPRO_CONST                       128K        2 \ndyld private memory               4128K       35 \nmapped file                      311.0M       82 \npage table in kernel              2972K        1 \nshared memory                     3152K       23 \n===========                     =======  ======= \nTOTAL                              7.3G     6743 \nTOTAL, minus reserved VM space     7.2G     6743 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "CrBrowserMain",
    "queue" : "com.apple.main-thread"
  }
},
  "logWritingSignature" : "1df040d3026c31c32a32d1b43bdb250b448109b0",
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "6297d96be2c9387df974efa4",
      "factorPackIds" : {

      },
      "deploymentId" : 240000032
    },
    {
      "rolloutId" : "60f8ddccefea4203d95cbeef",
      "factorPackIds" : {

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

  ]
}
}
===== Log before crash start =====
Startup Messages  
---  
note | available bundle cache has not been initialized yet  
  
You can double click a model's Name or ID in the model panel to edit those
fields  
UCSF ChimeraX version: 1.9 (2024-12-11)  
© 2016-2024 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_avavneefl_h_2kb/fold_tcr_avavneefl_h_2kb_model_0.cif

Chain information for fold_tcr_avavneefl_h_2kb_model_0.cif #1  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  
  
Computing secondary structure  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_avavneefl_h_2kb/fold_tcr_avavneefl_h_2kb_model_1.cif

Chain information for fold_tcr_avavneefl_h_2kb_model_1.cif #2  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_avavneefl_h_2kb/fold_tcr_avavneefl_h_2kb_model_2.cif

Chain information for fold_tcr_avavneefl_h_2kb_model_2.cif #3  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_avavneefl_h_2kb/fold_tcr_avavneefl_h_2kb_model_3.cif

Chain information for fold_tcr_avavneefl_h_2kb_model_3.cif #4  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_avavneefl_h_2kb/fold_tcr_avavneefl_h_2kb_model_4.cif

Chain information for fold_tcr_avavneefl_h_2kb_model_4.cif #5  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2db/fold_tcr_iskanvdvl_h2db_model_0.cif

Chain information for fold_tcr_iskanvdvl_h2db_model_0.cif #6  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2db/fold_tcr_iskanvdvl_h2db_model_1.cif

Chain information for fold_tcr_iskanvdvl_h2db_model_1.cif #7  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2db/fold_tcr_iskanvdvl_h2db_model_2.cif

Chain information for fold_tcr_iskanvdvl_h2db_model_2.cif #8  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2db/fold_tcr_iskanvdvl_h2db_model_3.cif

Chain information for fold_tcr_iskanvdvl_h2db_model_3.cif #9  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2db/fold_tcr_iskanvdvl_h2db_model_4.cif

Chain information for fold_tcr_iskanvdvl_h2db_model_4.cif #10  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2kb/fold_tcr_iskanvdvl_h2kb_model_0.cif

Chain information for fold_tcr_iskanvdvl_h2kb_model_0.cif #11  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2kb/fold_tcr_iskanvdvl_h2kb_model_1.cif

Chain information for fold_tcr_iskanvdvl_h2kb_model_1.cif #12  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2kb/fold_tcr_iskanvdvl_h2kb_model_2.cif

Chain information for fold_tcr_iskanvdvl_h2kb_model_2.cif #13  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2kb/fold_tcr_iskanvdvl_h2kb_model_3.cif

Chain information for fold_tcr_iskanvdvl_h2kb_model_3.cif #14  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/fold_tcr_iskanvdvl_h2kb/fold_tcr_iskanvdvl_h2kb_model_4.cif

Chain information for fold_tcr_iskanvdvl_h2kb_model_4.cif #15  
---  
Chain | Description  
A | .  
B | .  
C | .  
D | .  
  
Computing secondary structure  

> ui tool show Matchmaker

> matchmaker #2-15 to #1

Computing secondary structure  
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 fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_avavneefl_h_2kb_model_1.cif, chain D (#2), sequence alignment score =
1469.5  
RMSD between 112 pruned atom pairs is 0.263 angstroms; (across all 274 pairs:
20.703)  
  
Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_avavneefl_h_2kb_model_2.cif, chain D (#3), sequence alignment score =
1469.5  
RMSD between 158 pruned atom pairs is 0.262 angstroms; (across all 274 pairs:
18.950)  
  
Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_avavneefl_h_2kb_model_3.cif, chain D (#4), sequence alignment score =
1460.5  
RMSD between 152 pruned atom pairs is 0.237 angstroms; (across all 274 pairs:
20.473)  
  
Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_avavneefl_h_2kb_model_4.cif, chain D (#5), sequence alignment score =
1451.5  
RMSD between 141 pruned atom pairs is 0.178 angstroms; (across all 274 pairs:
19.690)  
  
Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2db_model_0.cif, chain D (#6), sequence alignment score =
1288.3  
RMSD between 177 pruned atom pairs is 0.529 angstroms; (across all 274 pairs:
12.666)  
  
Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2db_model_1.cif, chain D (#7), sequence alignment score =
1297.3  
RMSD between 176 pruned atom pairs is 0.520 angstroms; (across all 274 pairs:
10.517)  
  
Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2db_model_2.cif, chain D (#8), sequence alignment score =
1295.5  
RMSD between 178 pruned atom pairs is 0.578 angstroms; (across all 274 pairs:
10.087)  
  
Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2db_model_3.cif, chain D (#9), sequence alignment score =
1300.9  
RMSD between 177 pruned atom pairs is 0.531 angstroms; (across all 274 pairs:
10.467)  
  
Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2db_model_4.cif, chain D (#10), sequence alignment score =
1284.7  
RMSD between 176 pruned atom pairs is 0.531 angstroms; (across all 274 pairs:
13.215)  
  
Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2kb_model_0.cif, chain D (#11), sequence alignment score =
1449.7  
RMSD between 179 pruned atom pairs is 0.451 angstroms; (across all 274 pairs:
7.791)  
  
Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2kb_model_1.cif, chain D (#12), sequence alignment score =
1453.3  
RMSD between 179 pruned atom pairs is 0.374 angstroms; (across all 274 pairs:
10.016)  
  
Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2kb_model_2.cif, chain D (#13), sequence alignment score =
1464.1  
RMSD between 181 pruned atom pairs is 0.296 angstroms; (across all 274 pairs:
8.969)  
  
Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2kb_model_3.cif, chain D (#14), sequence alignment score =
1471.3  
RMSD between 172 pruned atom pairs is 0.272 angstroms; (across all 274 pairs:
15.272)  
  
Matchmaker fold_tcr_avavneefl_h_2kb_model_0.cif, chain D (#1) with
fold_tcr_iskanvdvl_h2kb_model_4.cif, chain D (#15), sequence alignment score =
1458.7  
RMSD between 165 pruned atom pairs is 0.463 angstroms; (across all 274 pairs:
19.186)  
  

> 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 #5 models

> hide #4 models

> hide #3 models

> hide #2 models

> color #1 bychain

> show #2 models

> show #3 models

> show #4 models

> show #5 models

> hide #5 models

> hide #4 models

> hide #3 models

> hide #2 models

> show #2 models

> show #3 models

> show #4 models

> show #5 models

> hide #1 models

> delete atoms #2-5

> delete bonds #2-5

> show #1 models

> hide #1 models

> show #6 models

> show #7 models

> show #8 models

> show #9 models

> show #10 models

> ui tool show "Color Actions"

> set bgColor white

> hide #7 models

> hide #8 models

> show #8 models

> show #7 models

> show #6-10 surfaces

> select /C

740 atoms, 730 bonds, 99 residues, 11 models selected  

> hide sel & #!6-10 surfaces

> hide #!7 models

> hide #!8 models

> hide #!9 models

> hide #!10 models

> hide sel & #!6 surfaces

> select clear

> hide #!6 surfaces

> show #!7 models

> show #!8 models

> show #!9 models

> show #!10 models

> hide #!6-10 surfaces

> select /D

24787 atoms, 25498 bonds, 3034 residues, 11 models selected  

> show sel & #!6-10 surfaces

> hide #!7 models

> hide #!8 models

> hide #!9 models

> hide #!10 models

> show #!7 models

> hide #!6 models

> show #!8 models

> hide #!7 models

> show #!10 models

> hide #!8 models

> show #11 models

> hide #!10 models

> hide #11 models

> show #!6 models

> show #!7 models

> hide #!6 models

> show #!6 models

> show #!8 models

> show #!9 models

> show #!10 models

> hide sel & #!6-10 surfaces

> hide #!6 models

> delete atoms (#!7-10 & sel)

> delete bonds (#!7-10 & sel)

> undo

> select clear

> hide #!6 models

> undo

> hide #!6 models

> delete atoms #7-10

> delete bonds #7-10

> show #!6 models

> show #11 models

> hide #!6 models

> show #12 models

> show #13 models

> show #14 models

> show #15 models

> hide #11 models

> hide #12 models

> hide #13 models

> hide #14 models

> show #11 models

> hide #15 models

> show #15 models

> hide #11 models

> show #11 models

> show #12 models

> hide #15 models

> show #13 models

> hide #12 models

> show #12 models

> hide #11 models

> show #14 models

> hide #12 models

> hide #13 models

> hide #14 models

> show #!6 models

> show #11 models

> show #12 models

> hide #!6 models

> hide #11 models

> hide #12 models

> show #11 models

> color #11 bychain

> show #15 models

> hide #11 models

> color #15 bychain

> show #!6 models

> hide #15 models

> color #!6 bychain

> show #1 models

> hide #1 models

> show #11 models

> hide #!6 models

> show #12 models

> show #13 models

> show #14 models

> show #15 models

> hide #11 models

> hide #12 models

> hide #13 models

> hide #14 models

> hide #15 models

> show #!6 models

> ui tool show "Show Sequence Viewer"

> sequence chain #6/A

Alignment identifier is 6/A  

> sequence chain #6/B

Alignment identifier is 6/B  

> select
> #6/A:4-7,10-14,19-25,32-37,43-48,52-56,59-64,69-74,83-90,97-99,103-108

501 atoms, 502 bonds, 62 residues, 1 model selected  

> select #6/A:87

6 atoms, 5 bonds, 1 residue, 1 model selected  

> select #6/A:87-99

99 atoms, 100 bonds, 13 residues, 1 model selected  

> ui tool show "Color Actions"

> set bgColor indian red

> set bgColor white

> color sel brown target acsp

> color sel crimson target acsp

> color sel dark red target acsp

> select #6/B:5-7,10-14,19-24,31-37,44-50,53-56,65-67,73-78,87-94,106-111

465 atoms, 466 bonds, 55 residues, 1 model selected  

> select #6/B:91

6 atoms, 5 bonds, 1 residue, 1 model selected  

> select #6/B:91-102

92 atoms, 93 bonds, 12 residues, 1 model selected  

> select #6/B:91

6 atoms, 5 bonds, 1 residue, 1 model selected  

> select #6/B:91-102

92 atoms, 93 bonds, 12 residues, 1 model selected  

> color sel maroon target acsp

> select #6/A:87

6 atoms, 5 bonds, 1 residue, 1 model selected  

> select #6/A:87-99

99 atoms, 100 bonds, 13 residues, 1 model selected  

> color sel medium slate blue target acsp

> color sel indigo target acsp

> color sel medium blue target acsp

> select clear

> select /A:87-:99

Expected an objects specifier or a keyword  

> select /A:87-99

693 atoms, 700 bonds, 91 residues, 7 models selected  

> show #11 models

> show #12 models

> show #13 models

> show #14 models

> show #15 models

> show #1 models

> color sel medium blue target acsp

> select /B:91-102

644 atoms, 651 bonds, 84 residues, 7 models selected  

> color sel maroon target acsp

> hide #!6 models

> hide #11 models

> hide #12 models

> hide #13 models

> hide #14 models

> hide #15 models

> show #!6 models

> hide #1 models

> show #11 models

> hide #!6 models

> show #12 models

> hide #11 models

> show #13 models

> hide #12 models

> show #14 models

> hide #13 models

> show #15 models

> hide #14 models

> show #!6 models

> hide #15 models

> show #15 models

> hide #15 models

> hide #!6 models

> show #12 models

> show #13 models

> show #14 models

> delete atoms (#12-14 & sel)

> delete bonds (#12-14 & sel)

> select clear

> undo

> show #11 models

> hide #!12 models

> hide #!13 models

> show #15 models

> hide #!14 models

> hide #15 models

> select clear

> show #!12 models

> hide #11 models

> show #!13 models

> show #!14 models

> delete atoms #12-14

> delete bonds #12-14

> show #!6 models

> show #11 models

> hide #!6 models

> show #!6 models

> hide #11 models

> show #11 models

> hide #!6 models

> show #15 models

> hide #11 models

> show #11 models

> hide #15 models

> show #15 models

> hide #11 models

> show #!6 models

> hide #15 models

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/AF3/TCR-
> peptide.cxs

opened ChimeraX session  

> close session

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Hfq_Vcholeria/AF3/HqbA_Hfq_V.cholera.contacts.cxs

opened ChimeraX session  

> hide #3 models

> hide #6 models

> show #6 models

> hide #!1 models

> show #!1 models

> hide #!1 models

> show #!1 models

> hide #!1 models

> show #3 models

> select #6/A:5,15

15 atoms, 13 bonds, 2 residues, 1 model selected  

> select #6/A:5,15,19,23,24,27,36,41,49,52,67,68,95

109 atoms, 98 bonds, 13 residues, 1 model selected  

> color sel magenta target acsp

> color sel violet target acsp

> color sel magenta target acsp

> color sel light steel blue target acsp

> color sel sky blue target acsp

> color sel cyan target acsp

> color sel magenta target acsp

> select clear

> select
> #6/A:5,15,19,23,24,27,36,41,49,52,67,68,95,98,102,103,105,117,126,152,164,167

197 atoms, 183 bonds, 22 residues, 1 model selected  

> ui tool show "Color Actions"

> color sel magenta target acsp

> select clear

> show #3,6 surfaces

> hide #!3 models

> show #!3 models

> hide #!3,6 surfaces

> show #!1 models

> hide #!1 models

> select
> #6/A:5,15,19,23,24,27,36,41,49,52,67,68,95,98,102,103,105,117,126,152,164,167

197 atoms, 183 bonds, 22 residues, 1 model selected  

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> show sel surfaces

> hide sel surfaces

> select clear

> select
> #6/A:5,15,19,23,24,27,36,41,49,52,67,68,95,98,102,103,105,117,126,152,164,167

197 atoms, 183 bonds, 22 residues, 1 model selected  

> show sel atoms

> select clear

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> select ~sel & ##selected

4717 atoms, 4800 bonds, 613 residues, 1 model selected  

> show sel surfaces

> select #6/A:73

4 atoms, 3 bonds, 1 residue, 1 model selected  

> select clear

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> select ~sel & ##selected

4717 atoms, 4800 bonds, 613 residues, 1 model selected  

> hide sel surfaces

> show sel surfaces

> hide sel surfaces

> show sel surfaces

> select clear

> transparency #3,6 70

> transparency #3,6 40

Drag select of 1 residues  

> hide sel surfaces

> select clear

> hide #!3,6 surfaces

> show #!3,6 surfaces

> hide #!3,6 surfaces

> select #6/C:31

9 atoms, 8 bonds, 1 residue, 1 model selected  

> show sel surfaces

> hide sel surfaces

> color (#!6 & sel) blue

> show sel surfaces

> select clear

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> select ~sel & ##selected

4717 atoms, 4800 bonds, 613 residues, 1 model selected  

> show sel surfaces

> select clear

> save "/Users/taic/OneDrive - National Institutes of
> Health/MacBookPro021/project/SusanG/HqbA_Ni/AF3/E.coli.HqbAmutatnt_Hfq_CoA.png"
> width 900 height 668 supersample 4 transparentBackground true

> select #6/G:49@OG1

1 atom, 1 residue, 1 model selected  
Drag select of fold_hqba_hfqx6_co_model_0.cif_B SES surface, 234 of 122862
triangles  

> select #6/A:5

7 atoms, 6 bonds, 1 residue, 1 model selected  

> select add #6/A:98

15 atoms, 13 bonds, 2 residues, 2 models selected  

> select add #6/A:102

24 atoms, 21 bonds, 3 residues, 2 models selected  

> select add #6/A:103

35 atoms, 32 bonds, 4 residues, 2 models selected  

> select
> #6/A:5,15,19,23,24,27,36,41,49,52,67,68,95,98,102,103,105,117,126,152,164,167

197 atoms, 183 bonds, 22 residues, 1 model selected  

> show sel surfaces

> hide #!3 models

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> show sel surfaces

> select clear

> hide #!6 surfaces

> show #!3 models

> select #6/A:15,19,23,24,27,41,49,52,67,95,117,126,152,164,167

133 atoms, 122 bonds, 15 residues, 1 model selected  

> ui tool show "Color Actions"

> color sel pale violet red target acsp

> select clear

> select #6/A:15,19,23,24,27,41,49,52,67,95,117,126,152,164,167

133 atoms, 122 bonds, 15 residues, 1 model selected  

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> select ~sel & ##selected

4717 atoms, 4800 bonds, 613 residues, 1 model selected  

> show sel surfaces

> select clear

> select
> #6/A:5,15,19,23,24,27,36,41,49,52,67,68,95,98,102,103,105,117,126,152,164,167

197 atoms, 183 bonds, 22 residues, 1 model selected  

> show sel surfaces

> hide sel surfaces

> select clear

> select #6/A:41

7 atoms, 6 bonds, 1 residue, 1 model selected  

> color (#!6 & sel) magenta

> select up

38 atoms, 38 bonds, 5 residues, 2 models selected  

> select up

1311 atoms, 1341 bonds, 167 residues, 2 models selected  

> show sel surfaces

> select clear

> hide #!3,6 surfaces

> undo

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> select ~sel & ##selected

4717 atoms, 4800 bonds, 613 residues, 1 model selected  

> show sel surfaces

> select clear

> save "/Users/taic/OneDrive - National Institutes of
> Health/MacBookPro021/project/SusanG/HqbA_Ni/AF3/E.coli.HqbAmutatnt_Hfq_CoA.2.png"
> width 900 height 668 supersample 4 transparentBackground true

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbp_co/fold_hqba_yhbp_co_model_0.cif

Chain information for fold_hqba_yhbp_co_model_0.cif #4  
---  
Chain | Description  
A | .  
B | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbp_co/fold_hqba_yhbp_co_model_1.cif

Chain information for fold_hqba_yhbp_co_model_1.cif #5  
---  
Chain | Description  
A | .  
B | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbp_co/fold_hqba_yhbp_co_model_2.cif

Chain information for fold_hqba_yhbp_co_model_2.cif #7  
---  
Chain | Description  
A | .  
B | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbp_co/fold_hqba_yhbp_co_model_3.cif

Chain information for fold_hqba_yhbp_co_model_3.cif #8  
---  
Chain | Description  
A | .  
B | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbp_co/fold_hqba_yhbp_co_model_4.cif

Chain information for fold_hqba_yhbp_co_model_4.cif #9  
---  
Chain | Description  
A | .  
B | .  
  
Computing secondary structure  

> hide #4-5,7-9#!3,6 surfaces

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> ui tool show Matchmaker

> matchmaker #4-5,7-9 to #6 & sel

Computing secondary structure  
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 fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbp_co_model_0.cif, chain A (#4), sequence alignment score = 852.8  
RMSD between 167 pruned atom pairs is 0.391 angstroms; (across all 167 pairs:
0.391)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbp_co_model_1.cif, chain A (#5), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.433 angstroms; (across all 167 pairs:
0.433)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbp_co_model_2.cif, chain A (#7), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.278 angstroms; (across all 167 pairs:
0.278)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbp_co_model_3.cif, chain A (#8), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.296 angstroms; (across all 167 pairs:
0.296)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbp_co_model_4.cif, chain A (#9), sequence alignment score = 873.8  
RMSD between 167 pruned atom pairs is 0.297 angstroms; (across all 167 pairs:
0.297)  
  

> hide #!3 models

> show #!3 models

> hide #4 models

> show #4 models

> hide #!6 models

> hide #5 models

> hide #7 models

> hide #8 models

> hide #9 models

> hide #!3 models

> show #!6 models

> show #7 models

> hide #!6 models

> show #5 models

> show #8 models

> show #9 models

> color #4-5,7-9 bychain

> select clear

> hide #5 models

> hide #7 models

> show #5 models

> hide #9 models

> hide #8 models

> show #8 models

> hide #5 models

> hide #4 models

> show #5 models

> show #7 models

> delete atoms #5,7-8

> delete bonds #5,7-8

> show #4 models

> show #9 models

> hide #9 models

> show #9 models

> hide #4 models

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbp_co/fold_hqba_yhbp_co_model_1.cif

Chain information for fold_hqba_yhbp_co_model_1.cif #5  
---  
Chain | Description  
A | .  
B | .  
  
Computing secondary structure  

> color #5,9 bychain

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> ui tool show Matchmaker

> matchmaker #5 to #6 & sel

Computing secondary structure  
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 fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbp_co_model_1.cif, chain A (#5), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.433 angstroms; (across all 167 pairs:
0.433)  
  

> hide #9 models

> show #4 models

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbq_co/fold_hqba_yhbq_co_model_0.cif

Chain information for fold_hqba_yhbq_co_model_0.cif #7  
---  
Chain | Description  
A | .  
B | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbq_co/fold_hqba_yhbq_co_model_1.cif

Chain information for fold_hqba_yhbq_co_model_1.cif #8  
---  
Chain | Description  
A | .  
B | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbq_co/fold_hqba_yhbq_co_model_2.cif

Chain information for fold_hqba_yhbq_co_model_2.cif #10  
---  
Chain | Description  
A | .  
B | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbq_co/fold_hqba_yhbq_co_model_3.cif

Chain information for fold_hqba_yhbq_co_model_3.cif #11  
---  
Chain | Description  
A | .  
B | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbq_co/fold_hqba_yhbq_co_model_4.cif

Chain information for fold_hqba_yhbq_co_model_4.cif #12  
---  
Chain | Description  
A | .  
B | .  
  
Computing secondary structure  

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> ui tool show Matchmaker

> matchmaker #4-5,7-12 to #6 & sel

Computing secondary structure  
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 fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbp_co_model_0.cif, chain A (#4), sequence alignment score = 852.8  
RMSD between 167 pruned atom pairs is 0.391 angstroms; (across all 167 pairs:
0.391)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbp_co_model_1.cif, chain A (#5), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.433 angstroms; (across all 167 pairs:
0.433)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_co_model_0.cif, chain A (#7), sequence alignment score = 867.8  
RMSD between 167 pruned atom pairs is 0.202 angstroms; (across all 167 pairs:
0.202)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_co_model_1.cif, chain A (#8), sequence alignment score = 867.8  
RMSD between 167 pruned atom pairs is 0.376 angstroms; (across all 167 pairs:
0.376)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbp_co_model_4.cif, chain A (#9), sequence alignment score = 873.8  
RMSD between 167 pruned atom pairs is 0.297 angstroms; (across all 167 pairs:
0.297)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_co_model_2.cif, chain A (#10), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.280 angstroms; (across all 167 pairs:
0.280)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_co_model_3.cif, chain A (#11), sequence alignment score = 867.8  
RMSD between 167 pruned atom pairs is 0.317 angstroms; (across all 167 pairs:
0.317)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_co_model_4.cif, chain A (#12), sequence alignment score = 867.8  
RMSD between 167 pruned atom pairs is 0.293 angstroms; (across all 167 pairs:
0.293)  
  

> hide #4 models

> hide #5 models

> hide #8 models

> hide #10 models

> hide #11 models

> hide #12 models

> show #8 models

> hide #7 models

> show #10 models

> hide #8 models

> show #11 models

> hide #10 models

> show #12 models

> hide #11 models

> show #4 models

> hide #4 models

> show #!6 models

> hide #!6 models

> show #!6 models

> hide #!6 models

> show #!6 models

> show #!3 models

> hide #12 models

> show #12 models

> hide #!3 models

> show #!3 models

> hide #!6 models

> show #!6 models

> hide #12 models

> select clear

> show #7 models

> hide #7 models

> show #4 models

> hide #!6 models

> hide #4 models

> show #!6 models

> hide #!6 models

> show #4 models

> show #5 models

> hide #5 models

> show #5 models

> hide #4 models

> hide #5 models

> show #9 models

> hide #9 models

> show #9 models

> hide #9 models

> show #7 models

> color #7#!3 bychain

> hide #7 models

> color #3 lime

> show #7 models

> show #8 models

> hide #7 models

> show #7 models

> hide #8 models

> show #9 models

> hide #9 models

> show #10 models

> hide #10 models

> show #11 models

> hide #11 models

> show #12 models

> hide #12 models

> show #9 models

> hide #!3 models

> hide #7 models

> show #5 models

> hide #9 models

> show #9 models

> hide #5 models

> delete atoms #9

> delete bonds #9

> show #7 models

> show #!3 models

> show #8 models

> hide #7 models

> show #7 models

> hide #8 models

> show #!6 models

> hide #!6 models

> show #!6 models

> hide #!6 models

> show #8 models

> show #10 models

> show #11 models

> show #12 models

> hide #7 models

> hide #!3 models

> show #4 models

> hide #8 models

> hide #10 models

> hide #12 models

> hide #11 models

> show #!6 models

> show #5 models

> hide #4 models

> hide #!6 models

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_ubiu/fold_hqba_ubiu_model_0.cif

Chain information for fold_hqba_ubiu_model_0.cif #9  
---  
Chain | Description  
A | .  
B | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_ubiu/fold_hqba_ubiu_model_1.cif

Chain information for fold_hqba_ubiu_model_1.cif #13  
---  
Chain | Description  
A | .  
B | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_ubiu/fold_hqba_ubiu_model_2.cif

Chain information for fold_hqba_ubiu_model_2.cif #14  
---  
Chain | Description  
A | .  
B | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_ubiu/fold_hqba_ubiu_model_3.cif

Chain information for fold_hqba_ubiu_model_3.cif #15  
---  
Chain | Description  
A | .  
B | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_ubiu/fold_hqba_ubiu_model_4.cif

Chain information for fold_hqba_ubiu_model_4.cif #16  
---  
Chain | Description  
A | .  
B | .  
  
Computing secondary structure  

> show #!6 models

> hide #5 models

> hide #9 models

> ui tool show Matchmaker

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> ui tool show Matchmaker

> matchmaker #9-16 to #6 & sel

Computing secondary structure  
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 fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_ubiu_model_0.cif, chain A (#9), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.273 angstroms; (across all 167 pairs:
0.273)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_co_model_2.cif, chain A (#10), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.280 angstroms; (across all 167 pairs:
0.280)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_co_model_3.cif, chain A (#11), sequence alignment score = 867.8  
RMSD between 167 pruned atom pairs is 0.317 angstroms; (across all 167 pairs:
0.317)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_co_model_4.cif, chain A (#12), sequence alignment score = 867.8  
RMSD between 167 pruned atom pairs is 0.293 angstroms; (across all 167 pairs:
0.293)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_ubiu_model_1.cif, chain A (#13), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.260 angstroms; (across all 167 pairs:
0.260)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_ubiu_model_2.cif, chain A (#14), sequence alignment score = 867.8  
RMSD between 167 pruned atom pairs is 0.235 angstroms; (across all 167 pairs:
0.235)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_ubiu_model_3.cif, chain A (#15), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.229 angstroms; (across all 167 pairs:
0.229)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_ubiu_model_4.cif, chain A (#16), sequence alignment score = 867.8  
RMSD between 167 pruned atom pairs is 0.219 angstroms; (across all 167 pairs:
0.219)  
  

> show #9 models

> hide #!6 models

> show #!6 models

> hide #9 models

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> hide #13 models

> hide #14 models

> hide #15 models

> hide #16 models

> show #9 models

> hide #!6 models

> ui tool show Matchmaker

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> matchmaker #9-16 to #6 & sel

Computing secondary structure  
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 fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_ubiu_model_0.cif, chain A (#9), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.273 angstroms; (across all 167 pairs:
0.273)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_co_model_2.cif, chain A (#10), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.280 angstroms; (across all 167 pairs:
0.280)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_co_model_3.cif, chain A (#11), sequence alignment score = 867.8  
RMSD between 167 pruned atom pairs is 0.317 angstroms; (across all 167 pairs:
0.317)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_co_model_4.cif, chain A (#12), sequence alignment score = 867.8  
RMSD between 167 pruned atom pairs is 0.293 angstroms; (across all 167 pairs:
0.293)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_ubiu_model_1.cif, chain A (#13), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.260 angstroms; (across all 167 pairs:
0.260)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_ubiu_model_2.cif, chain A (#14), sequence alignment score = 867.8  
RMSD between 167 pruned atom pairs is 0.235 angstroms; (across all 167 pairs:
0.235)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_ubiu_model_3.cif, chain A (#15), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.229 angstroms; (across all 167 pairs:
0.229)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_ubiu_model_4.cif, chain A (#16), sequence alignment score = 867.8  
RMSD between 167 pruned atom pairs is 0.219 angstroms; (across all 167 pairs:
0.219)  
  

> show #!6 models

> hide #!6 models

> show #13 models

> show #14 models

> show #15 models

> show #16 models

> hide #9 models

> delete atoms #13-16

> delete bonds #13-16

> show #9 models

> color #9 bychain

> show #!6 models

> show #!3 models

> hide #!6 models

> show #!6 models

> hide #9 models

> select clear

> select #6/A:164

11 atoms, 11 bonds, 1 residue, 1 model selected  

> select #6/A:23,24,27

24 atoms, 22 bonds, 3 residues, 1 model selected  

> select #6/A:23,24,27,167

36 atoms, 34 bonds, 4 residues, 1 model selected  

> color (#!6 & sel) cyan

> select clear

> show #9 models

> hide #!6 models

> show #7 models

> hide #9 models

> show #!6 models

> hide #!6 models

> show #8 models

> show #10 models

> show #11 models

> show #12 models

> hide #8 models

> hide #10 models

> hide #11 models

> hide #12 models

> show #!6 models

> hide #7 models

> show #4 models

> show #5 models

> hide #!6 models

> hide #5 models

> show #5 models

> hide #4 models

> show #!6 models

> hide #5 models

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbq/fold_hqba_yhbq_model_0.cif

Chain information for fold_hqba_yhbq_model_0.cif #13  
---  
Chain | Description  
A | .  
B | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbq/fold_hqba_yhbq_model_1.cif

Chain information for fold_hqba_yhbq_model_1.cif #14  
---  
Chain | Description  
A | .  
B | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbq/fold_hqba_yhbq_model_2.cif

Chain information for fold_hqba_yhbq_model_2.cif #15  
---  
Chain | Description  
A | .  
B | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbq/fold_hqba_yhbq_model_3.cif

Chain information for fold_hqba_yhbq_model_3.cif #16  
---  
Chain | Description  
A | .  
B | .  
  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/SusanG/HqbA_Ni/AF3/fold_hqba_yhbq/fold_hqba_yhbq_model_4.cif

Chain information for fold_hqba_yhbq_model_4.cif #17  
---  
Chain | Description  
A | .  
B | .  
  
Computing secondary structure  

> select #6/A

1311 atoms, 1341 bonds, 167 residues, 1 model selected  

> ui tool show Matchmaker

> matchmaker #13-17 to #6 & sel

Computing secondary structure  
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 fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_model_0.cif, chain A (#13), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.328 angstroms; (across all 167 pairs:
0.328)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_model_1.cif, chain A (#14), sequence alignment score = 867.8  
RMSD between 167 pruned atom pairs is 0.165 angstroms; (across all 167 pairs:
0.165)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_model_2.cif, chain A (#15), sequence alignment score = 867.8  
RMSD between 167 pruned atom pairs is 0.359 angstroms; (across all 167 pairs:
0.359)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_model_3.cif, chain A (#16), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.208 angstroms; (across all 167 pairs:
0.208)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_model_4.cif, chain A (#17), sequence alignment score = 873.8  
RMSD between 167 pruned atom pairs is 0.288 angstroms; (across all 167 pairs:
0.288)  
  

> matchmaker #13-17 to #6 & sel

Computing secondary structure  
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 fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_model_0.cif, chain A (#13), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.328 angstroms; (across all 167 pairs:
0.328)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_model_1.cif, chain A (#14), sequence alignment score = 867.8  
RMSD between 167 pruned atom pairs is 0.165 angstroms; (across all 167 pairs:
0.165)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_model_2.cif, chain A (#15), sequence alignment score = 867.8  
RMSD between 167 pruned atom pairs is 0.359 angstroms; (across all 167 pairs:
0.359)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_model_3.cif, chain A (#16), sequence alignment score = 870.8  
RMSD between 167 pruned atom pairs is 0.208 angstroms; (across all 167 pairs:
0.208)  
  
Matchmaker fold_hqba_hfqx6_co_model_0.cif, chain A (#6) with
fold_hqba_yhbq_model_4.cif, chain A (#17), sequence alignment score = 873.8  
RMSD between 167 pruned atom pairs is 0.288 angstroms; (across all 167 pairs:
0.288)  
  

> hide #!6 models

> show #7 models

> show #8 models

> hide #8 models

> show #8 models

> show #10 models

> show #11 models

> hide #11 models

> show #11 models

> show #12 models

> hide #!3 models

> hide #7 models

> hide #13 models

> delete atoms #8,10-12,14-17

> delete bonds #8,10-12,14-17

> show #4 models

> show #5 models

> hide #5 models

> show #7 models

> show #9 models

> hide #7 models

> hide #4 models

> show #13 models

> show #!6 models

[deleted to fit within ticket limits]


> hide #5 models

> show #1 models

> show #!2 models

> hide #1 models

> show #1 models

> hide #4 models

> show #3 models

> hide #!2 models

> hide #1 models

> show #!6 models

> hide #3#!6 surfaces

> show #7 models

> hide #!6 models

> hide #3 models

> show #8 models

> hide #7 models

> show #9 models

> hide #8 models

> rainbow #9

> show #10 models

> hide #9 models

> show #11 models

> hide #10 models

> show #1 models

> hide #1 models

> show #1 models

> hide #11 models

> show #11 models

> show #12 models

> hide #11 models

> hide #1 models

> matchmaker #8-10,12 to #7/A pairing bs

Computing secondary structure  
[Repeated 4 time(s)]  Parameters  
---  
Chain pairing | bs  
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 fold_icd_model_0.cif, chain A (#7) with fold_mqo_model_0.cif, chain
A (#8), sequence alignment score = 56  
RMSD between 7 pruned atom pairs is 1.546 angstroms; (across all 312 pairs:
34.056)  
  
Matchmaker fold_icd_model_0.cif, chain A (#7) with fold_ndhc_model_0.cif,
chain A (#9), sequence alignment score = 55.5  
RMSD between 6 pruned atom pairs is 1.303 angstroms; (across all 235 pairs:
26.259)  
  
Matchmaker fold_icd_model_0.cif, chain A (#7) with fold_ndhf_model_0.cif,
chain A (#10), sequence alignment score = 38.2  
RMSD between 5 pruned atom pairs is 0.853 angstroms; (across all 135 pairs:
19.431)  
  
Matchmaker fold_icd_model_0.cif, chain A (#7) with fold_suca_model_0.cif,
chain A (#12), sequence alignment score = 124  
RMSD between 16 pruned atom pairs is 1.040 angstroms; (across all 346 pairs:
29.841)  
  

> show #7 models

> hide #12 models

> show #8 models

> show #9 models

> hide #8 models

> hide #7 models

> show #8 models

> hide #9 models

> show #12 models

> hide #8 models

> rainbow #12

> show #7 models

> hide #12 models

> show #8 models

> hide #7 models

> show #5 models

> hide #8 models

> color #5 bychain

> show #!6 models

> hide #5 models

> show #11 models

> hide #!6 models

> show #!2 models

> hide #!2 models

> show #5 models

> hide #11 models

> show #11 models

> hide #11 models

> show #11 models

> hide #5 models

> select /A

32114 atoms, 32801 bonds, 4077 residues, 12 models selected  

> ui tool show Matchmaker

> matchmaker #3-5,7-12#!2,6 & sel to #1/A & sel pairing bs

Computing secondary structure  
[Repeated 6 time(s)]  Parameters  
---  
Chain pairing | bs  
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 fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_fad_model_0.cif, chain A (#6), sequence alignment score =
1083.8  
RMSD between 208 pruned atom pairs is 0.351 angstroms; (across all 208 pairs:
0.351)  
  
Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_nad_model_0.cif, chain A (#11), sequence alignment score =
1083.8  
RMSD between 208 pruned atom pairs is 0.324 angstroms; (across all 208 pairs:
0.324)  
  
Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_dimer_model_0.cif, chain A (#2), sequence alignment score = 1074.2  
RMSD between 208 pruned atom pairs is 0.403 angstroms; (across all 208 pairs:
0.403)  
  
Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_dimer_fad_model_0.cif, chain A (#3), sequence alignment score =
1077.8  
RMSD between 208 pruned atom pairs is 0.467 angstroms; (across all 208 pairs:
0.467)  
  
Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_monomer_fad_model_0.cif, chain A (#4), sequence alignment score =
1083.8  
RMSD between 208 pruned atom pairs is 0.351 angstroms; (across all 208 pairs:
0.351)  
  
Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_azor_dimer_nad_model_0.cif, chain A (#5), sequence alignment score =
1083.2  
RMSD between 208 pruned atom pairs is 0.359 angstroms; (across all 208 pairs:
0.359)  
  
Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_icd_model_0.cif, chain A (#7), sequence alignment score = 86.4  
RMSD between 6 pruned atom pairs is 1.359 angstroms; (across all 168 pairs:
21.278)  
  
Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_mqo_model_0.cif, chain A (#8), sequence alignment score = 62.8  
RMSD between 4 pruned atom pairs is 1.139 angstroms; (across all 65 pairs:
22.621)  
  
Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_ndhc_model_0.cif, chain A (#9), sequence alignment score = 62.2  
RMSD between 25 pruned atom pairs is 1.174 angstroms; (across all 153 pairs:
31.595)  
  
Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_ndhf_model_0.cif, chain A (#10), sequence alignment score = 62.4  
RMSD between 7 pruned atom pairs is 1.252 angstroms; (across all 189 pairs:
25.278)  
  
Matchmaker fold_azor_monomer_model_0.cif, chain A (#1) with
fold_suca_model_0.cif, chain A (#12), sequence alignment score = 85.2  
RMSD between 5 pruned atom pairs is 1.071 angstroms; (across all 101 pairs:
17.409)  
  

> show #1 models

> hide #1 models

> show #5 models

> hide #11 models

> show #11 models

> hide #5 models

> select ::name="NAD"

88 atoms, 96 bonds, 2 residues, 2 models selected  

> select ~sel & ##selected

4938 atoms, 5055 bonds, 624 residues, 2 models selected  

> rainbow sel & #11

> select clear

> show #1 models

> hide #11 models

> open 9H2I fromDatabase pdb format mmcif

Summary of feedback from opening 9H2I fetched from pdb  
---  
note | Fetching compressed mmCIF 9h2i from http://files.rcsb.org/download/9h2i.cif  
  
9h2i title:  
Dihydrolipoyl Dehydrogenase (E3) in complex with the binding domain of
Dihydrolipoamide Acetyltransferase (E2) from the E. coli pyruvate
dehydrogenase complex [more info...]  
  
Chain information for 9h2i #13  
---  
Chain | Description | UniProt  
A | Dihydrolipoyllysine-residue acetyltransferase component of pyruvate dehydrogenase complex | ODP2_ECOLI 314-379  
B C | Dihydrolipoyl dehydrogenase | DLDH_ECOLI 2-474  
  
Non-standard residues in 9h2i #13  
---  
FAD — flavin-adenine dinucleotide  
  

> ui tool show Matchmaker

> matchmaker #13 to #1/A pairing bs

Computing secondary structure  
Parameters  
---  
Chain pairing | bs  
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 fold_azor_monomer_model_0.cif, chain A (#1) with 9h2i, chain B
(#13), sequence alignment score = 64.3  
RMSD between 6 pruned atom pairs is 0.906 angstroms; (across all 61 pairs:
18.939)  
  

> undo

> select ::name="NAD"

88 atoms, 96 bonds, 2 residues, 2 models selected  

> hide #11 models

> hide #1 models

> show #4 models

> hide #13 models

> select ::name="FAD"

265 atoms, 290 bonds, 5 residues, 4 models selected  

> show #13 models

> hide #4 models

> color sel & #13 bychain

> undo

> select clear

> color #13 bychain

> undo

> select ::name="FAD"

265 atoms, 290 bonds, 5 residues, 4 models selected  

> matchmaker #13 & sel to #4/A & sel pairing bs

No 'to' chains specified  

> matchmaker #13 & sel to #4/A & sel pairing bs

No 'to' chains specified  

> matchmaker #13 & sel to #6 & sel

No matrix compatible with both reference structure and all match structures  

> select clear

> select ::name="FAD"

265 atoms, 290 bonds, 5 residues, 4 models selected  

> matchmaker #13 to #6 & sel

No matrix compatible with both reference structure and all match structures  

> matchmaker #13 to #6

Computing secondary structure  
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 fold_azor_monomer_fad_model_0.cif, chain A (#6) with 9h2i, chain B
(#13), sequence alignment score = 64.3  
RMSD between 6 pruned atom pairs is 0.976 angstroms; (across all 61 pairs:
18.887)  
  

> show #!6 models

> hide #13 models

> show #!2 models

> hide #!2 models

> show #!2 models

> hide #!2 models

> open 8RX4 fromDatabase pdb format mmcif

Summary of feedback from opening 8RX4 fetched from pdb  
---  
notes | Fetching compressed mmCIF 8rx4 from http://files.rcsb.org/download/8rx4.cif  
Fetching CCD NAP from
https://files.wwpdb.org/pub/pdb/refdata/chem_comp/P/NAP/NAP.cif  
  
8rx4 title:  
Mycothione reductase from Mycobacterium xenopi in complex with co-factor FAD
and redox co-factor NADP(H) [more info...]  
  
Chain information for 8rx4 #14  
---  
Chain | Description | UniProt  
A B | Mycothione reductase | X8E6Y0_MYCXE 1-459  
  
Non-standard residues in 8rx4 #14  
---  
FAD — flavin-adenine dinucleotide  
NAP — nadp nicotinamide-adenine-dinucleotide phosphate
(2'-monophosphoadenosine 5'-diphosphoribose)  
  

> hide #!6 models

> matchmaker #14 to #13

Computing secondary structure  
[Repeated 1 time(s)]  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 9h2i, chain B (#13) with 8rx4, chain A (#14), sequence alignment
score = 815.3  
RMSD between 278 pruned atom pairs is 1.096 angstroms; (across all 447 pairs:
3.176)  
  

> show #13 models

> select ::name="FAD"

371 atoms, 406 bonds, 7 residues, 5 models selected  

> select ~sel & ##selected

21835 atoms, 21626 bonds, 3388 residues, 5 models selected  

> color sel & #13-14 bychain

> select clear

> hide #14 models

> show #14 models

> hide #13 models

> show #13 models

> hide #14 models

> show #14 models

> hide #13 models

> select #14/B

3646 atoms, 3705 bonds, 481 residues, 1 model selected  

> hide sel cartoons

> hide sel atoms

> show #13 models

> hide #14 models

> select #13/C

3803 atoms, 3650 bonds, 693 residues, 1 model selected  

> hide sel cartoons

> show sel cartoons

> hide sel cartoons

> hide sel atoms

> select #13/B

3924 atoms, 3668 bonds, 798 residues, 1 model selected  

> rainbow sel

> select clear

> show #4 models

> hide #13 models

> show #14 models

> show #13 models

> hide #14 models

> hide #4 models

> show #!6 models

> hide #13 models

> show #13 models

> select #13/B:429

8 atoms, 7 bonds, 1 residue, 1 model selected  

> select #13/B:429

8 atoms, 7 bonds, 1 residue, 1 model selected  

> ui mousemode right "move picked models"

> view matrix models
> #13,-0.24553,0.95614,-0.15973,-12.311,-0.87052,-0.14498,0.4703,-33.244,0.42651,0.25452,0.86793,37.123

> select clear

> show #3 models

> hide #!6 models

> show #!6 models

> hide #!6 models

> select ::name="FAD"

371 atoms, 406 bonds, 7 residues, 5 models selected  

> hide #13 models

> select ~sel & ##selected

21835 atoms, 21626 bonds, 3388 residues, 5 models selected  

> color sel & #3 bychain

> select clear

> show #13 models

> select #13/B:118

9 atoms, 8 bonds, 1 residue, 1 model selected  

> ui mousemode right "rotate selected models"

> view matrix models
> #13,0.033187,-0.97762,-0.20777,14.167,0.99779,0.020425,0.063272,41.991,-0.057612,-0.20941,0.97613,20.908

> view matrix models
> #13,0.61108,-0.5049,-0.60964,43.097,0.74854,0.11812,0.65248,13.491,-0.25743,-0.85506,0.45012,36.524

Drag select of 1 residues  

> view matrix models
> #13,0.69637,-0.51088,-0.50406,42.577,0.69997,0.32838,0.6342,10.762,-0.15848,-0.79446,0.58627,34.933

> view matrix models
> #13,0.60362,-0.77451,-0.18916,31.241,0.57555,0.25913,0.77562,2.4774,-0.55171,-0.57705,0.60219,19.363

> view matrix models
> #13,0.57452,-0.7742,-0.2656,32.755,0.56401,0.13931,0.81393,1.7918,-0.59314,-0.61742,0.5167,21.081

> view matrix models
> #13,0.50768,-0.80838,-0.29797,31.826,0.63814,0.12046,0.76044,6.2021,-0.57883,-0.57621,0.57701,19.262

> view matrix models
> #13,0.41134,-0.8476,-0.33522,30.098,0.72496,0.081317,0.68397,11.956,-0.55248,-0.52437,0.64793,17.418

> view matrix models
> #13,0.50347,-0.56782,-0.65123,41.319,0.83944,0.14298,0.52431,20.563,-0.2046,-0.81064,0.54863,34.733

> view matrix models
> #13,0.81357,-0.39993,-0.42208,42.973,0.56489,0.37157,0.73677,2.4881,-0.13783,-0.83785,0.52822,37.879

> select clear

> select #13/B:81

7 atoms, 6 bonds, 1 residue, 1 model selected  

> view matrix models
> #13,0.81385,-0.37394,-0.44476,43.517,0.57225,0.38291,0.7252,3.0254,-0.10088,-0.84472,0.52562,39.27

> view matrix models
> #13,0.80931,-0.3118,-0.49779,44.601,0.58724,0.41087,0.69738,4.2194,-0.01291,-0.85672,0.51563,42.67

> view matrix models
> #13,0.83554,-0.52523,-0.16124,36.183,0.53716,0.84258,0.038938,20.618,0.11541,-0.11915,0.98615,25.714

> view matrix models
> #13,0.85682,-0.51537,0.016019,31.023,0.50956,0.85108,0.12652,16.749,-0.07884,-0.10025,0.99183,18.802

> view matrix models
> #13,0.13465,-0.7299,-0.67016,30.752,0.80312,-0.31576,0.50527,23.627,-0.58041,-0.60625,0.54368,20.54

> select clear

[Repeated 1 time(s)]Drag select of 5 residues, 1 bonds  

> show #5 models

> hide #3 models

> show #3 models

> hide #5 models

> show #14 models

> matchmaker #14 to #13

Computing secondary structure  
[Repeated 1 time(s)]  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 9h2i, chain B (#13) with 8rx4, chain A (#14), sequence alignment
score = 815.3  
RMSD between 278 pruned atom pairs is 1.096 angstroms; (across all 447 pairs:
3.176)  
  

> hide #13 models

> show #13 models

> select ::name="FAD"

371 atoms, 406 bonds, 7 residues, 5 models selected  

> select ~sel & ##selected

21835 atoms, 21626 bonds, 3388 residues, 5 models selected  

> show sel & #3,13-14 surfaces

> hide #!14 models

> hide sel & #!3,13 surfaces

> show #!14 models

> hide #!13 models

> hide sel & #!3,14 surfaces

> select clear

> hide #!3 models

> select ::name="NAD"

88 atoms, 96 bonds, 2 residues, 2 models selected  

> select ::name="NAP"

96 atoms, 104 bonds, 2 residues, 1 model selected  

> show #!13 models

> select clear

> hide #!13 models

> show #!13 models

> hide #!13 models

> select ::name="FAD"

371 atoms, 406 bonds, 7 residues, 5 models selected  

> select ~sel & ##selected

21835 atoms, 21626 bonds, 3388 residues, 5 models selected  

> rainbow sel & #!14

> select clear

> select ::name="NAP"

96 atoms, 104 bonds, 2 residues, 1 model selected  

> coulombic sel

Using Amber 20 recommended default charges and atom types for standard
residues  
Assigning partial charges to residue NAP (net charge -3) with am1-bcc method  
Running ANTECHAMBER command:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/antechamber -ek
qm_theory='AM1', -i
/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmpzd_topmc/ante.in.mol2 -fi
mol2 -o
/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmpzd_topmc/ante.out.mol2 -fo
mol2 -c bcc -nc -3 -j 5 -s 2 -dr n  
(NAP) ``  
(NAP) `Welcome to antechamber 20.0: molecular input file processor.`  
(NAP) ``  
(NAP) `Info: Finished reading file
(/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmpzd_topmc/ante.in.mol2);
atoms read (73), bonds read (77).`  
(NAP) `Info: Determining atomic numbers from atomic symbols which are case
sensitive.`  
(NAP) `Running:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/bondtype -j part -i
ANTECHAMBER_BOND_TYPE.AC0 -o ANTECHAMBER_BOND_TYPE.AC -f ac`  
(NAP) ``  
(NAP) ``  
(NAP) `Running:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/atomtype -i
ANTECHAMBER_AC.AC0 -o ANTECHAMBER_AC.AC -p gaff`  
(NAP) `Info: Total number of electrons: 384; net charge: -3`  
(NAP) ``  
(NAP) `Running: /Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/sqm -O
-i sqm.in -o sqm.out`  
(NAP) `/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/antechamber:
Fatal Error!`  
(NAP) `Cannot properly run
"/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/sqm -O -i sqm.in -o
sqm.out".`  
Charges failed to converge using fast method; re-running using slower more
stable method  
Running ANTECHAMBER command:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/antechamber -i
/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmpzd_topmc/ante.in.mol2 -fi
mol2 -o
/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmpzd_topmc/ante.out.mol2 -fo
mol2 -c bcc -nc -3 -j 5 -s 2 -dr n  
(NAP) ``  
(NAP) `Welcome to antechamber 20.0: molecular input file processor.`  
(NAP) ``  
(NAP) `Info: Finished reading file
(/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmpzd_topmc/ante.in.mol2);
atoms read (73), bonds read (77).`  
(NAP) `Info: Determining atomic numbers from atomic symbols which are case
sensitive.`  
(NAP) `Running:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/bondtype -j part -i
ANTECHAMBER_BOND_TYPE.AC0 -o ANTECHAMBER_BOND_TYPE.AC -f ac`  
(NAP) ``  
(NAP) ``  
(NAP) `Running:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/atomtype -i
ANTECHAMBER_AC.AC0 -o ANTECHAMBER_AC.AC -p gaff`  
(NAP) `Info: Total number of electrons: 384; net charge: -3`  
(NAP) ``  
(NAP) `Running: /Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/sqm -O
-i sqm.in -o sqm.out`  
(NAP) `/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/antechamber:
Fatal Error!`  
(NAP) `Cannot properly run
"/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/sqm -O -i sqm.in -o
sqm.out".`  
  
Contents of sqm.out:

    
    
                --------------------------------------------------------
                                 AMBER SQM VERSION 19
     
                                         By
                  Ross C. Walker, Michael F. Crowley, Scott Brozell,
                             Tim Giese, Andreas W. Goetz,
                            Tai-Sung Lee and David A. Case
     
                --------------------------------------------------------
     
    
    --------------------------------------------------------------------------------
      QM CALCULATION INFO
    --------------------------------------------------------------------------------
    
    | QMMM: Citation for AMBER QMMM Run:
    | QMMM: R.C. Walker, M.F. Crowley and D.A. Case, J. COMP. CHEM. 29:1019, 2008
    
    QMMM: SINGLET STATE CALCULATION
    QMMM: RHF CALCULATION, NO. OF DOUBLY OCCUPIED LEVELS =132
    
    | QMMM: *** Selected Hamiltonian *** 
    | QMMM: AM1         
    
    | QMMM: *** Parameter sets in use ***
    | QMMM: P : M.J.S.DEWAR et al. THEOCHEM, 187,1, (1989)
    | QMMM: O : M.J.S.DEWAR et al. JACS, 107, 3902, (1985)
    | QMMM: C : M.J.S.DEWAR et al. JACS, 107, 3902, (1985)
    | QMMM: N : M.J.S.DEWAR et al. JACS, 107, 3902, (1985)
    | QMMM: H : M.J.S.DEWAR et al. JACS, 107, 3902, (1985)
    
    | QMMM: *** SCF convergence criteria ***
    | QMMM: Energy change                :  0.1D-09 kcal/mol
    | QMMM: Error matrix |FP-PF|         :  0.1D+00 au
    | QMMM: Density matrix change        :  0.5D-06
    | QMMM: Maximum number of SCF cycles :     1000
    
    | QMMM: *** Diagonalization Routine Information ***
    | QMMM: Pseudo diagonalizations are allowed.
    | QMMM: Auto diagonalization routine selection is in use.
    | QMMM:
    | QMMM: Timing diagonalization routines:
    | QMMM:                              norbs =      217
    | QMMM:    diag iterations used for timing =        4
    | QMMM:
    | QMMM:              Internal diag routine = 0.051654 seconds
    | QMMM:                 Dspev diag routine = 0.044332 seconds
    | QMMM:                Dspevd diag routine = 0.032116 seconds
    | QMMM:                Dspevx diag routine = 0.153242 seconds
    | QMMM:                 Dsyev diag routine = 0.047097 seconds
    | QMMM:                Dsyevd diag routine = 0.033935 seconds
    | QMMM:                Dsyevr diag routine = 0.038554 seconds
    | QMMM:
    | QMMM:                Pseudo diag routine = 0.022789 seconds
    | QMMM:
    | QMMM: Using dspevd routine (diag_routine=3).
    
      QMMM: QM Region Cartesian Coordinates (*=link atom) 
      QMMM: QM_NO.   MM_NO.  ATOM         X         Y         Z
      QMMM:     1        1      P       17.4620    0.4650   57.8060
      QMMM:     2        2      O       16.5620   -0.5740   58.3900
      QMMM:     3        3      O       18.0440    0.2210   56.4520
      QMMM:     4        4      O       18.6480    0.7880   58.8450
      QMMM:     5        5      C       18.2700    1.3930   60.1070
      QMMM:     6        6      C       19.4870    1.8540   60.8730
      QMMM:     7        7      O       19.0230    2.6210   62.0160
      QMMM:     8        8      C       20.3910    0.7570   61.4600
      QMMM:     9        9      O       21.7470    1.1830   61.4090
      QMMM:    10       10      C       19.8810    0.6600   62.8920
      QMMM:    11       11      O       20.8230    0.1440   63.8270
      QMMM:    12       12      C       19.6340    2.1310   63.1840
      QMMM:    13       13      N       18.7140    2.3450   64.2950
      QMMM:    14       14      C       17.4200    1.8950   64.3780
      QMMM:    15       15      N       16.8230    2.2310   65.4940
      QMMM:    16       16      C       17.7860    2.9360   66.2020
      QMMM:    17       17      C       17.7680    3.5530   67.4670
      QMMM:    18       18      N       16.7090    3.5600   68.2720
      QMMM:    19       19      N       18.9020    4.1690   67.8780
      QMMM:    20       20      C       19.9640    4.1590   67.0630
      QMMM:    21       21      N       20.0960    3.6140   65.8570
      QMMM:    22       22      C       18.9590    3.0090   65.4750
      QMMM:    23       23      O       16.6940    1.8750   57.8220
      QMMM:    24       24      P       16.8310    3.1760   56.8950
      QMMM:    25       25      O       16.1610    4.3450   57.5500
      QMMM:    26       26      O       18.2590    3.2930   56.4770
      QMMM:    27       27      O       15.9430    2.7150   55.6410
      QMMM:    28       28      C       14.5280    2.4980   55.8770
      QMMM:    29       29      C       13.9670    1.5170   54.8750
      QMMM:    30       30      O       14.0230    2.0920   53.5500
      QMMM:    31       31      C       14.6700    0.1520   54.7880
      QMMM:    32       32      O       13.7350   -0.9120   54.6620
      QMMM:    33       33      C       15.5640    0.2940   53.5490
      QMMM:    34       34      O       15.7840   -0.9330   52.8700
      QMMM:    35       35      C       14.7120    1.2110   52.6690
      QMMM:    36       36      N       15.5520    2.0170   51.7640
      QMMM:    37       37      C       15.9700    1.4830   50.5670
      QMMM:    38       38      C       16.8040    2.2160   49.7300
      QMMM:    39       39      C       17.2170    1.5960   48.4310
      QMMM:    40       40      O       16.7920    0.4660   48.1440
      QMMM:    41       41      N       18.0490    2.2680   47.6420
      QMMM:    42       42      C       17.1960    3.4950   50.0970
      QMMM:    43       43      C       16.7690    4.0240   51.3000
      QMMM:    44       44      C       15.9580    3.2770   52.1340
      QMMM:    45       45      P       20.6860   -1.4490   64.0240
      QMMM:    46       46      O       21.7060   -1.8020   65.0890
      QMMM:    47       47      O       21.0090   -2.0990   62.6800
      QMMM:    48       48      O       19.2630   -1.7280   64.4740
      QMMM:    49       49      H       17.7290    0.6600   60.7060
      QMMM:    50       50      H       17.6220    2.2480   59.9150
      QMMM:    51       51      H       20.0850    2.5010   60.2310
      QMMM:    52       52      H       20.2560   -0.1860   60.9310
      QMMM:    53       53      H       22.3250    0.4250   61.5240
      QMMM:    54       54      H       18.9490    0.0970   62.9320
      QMMM:    55       55      H       20.5770    2.6470   63.3660
      QMMM:    56       56      H       16.9410    1.3200   63.5990
      QMMM:    57       57      H       15.8540    3.1050   67.9850
      QMMM:    58       58      H       16.7600    4.0200   69.1700
      QMMM:    59       59      H       20.8400    4.6670   67.4390
      QMMM:    60       60      H       14.0000    3.4470   55.7840
      QMMM:    61       61      H       14.3870    2.1050   56.8840
      QMMM:    62       62      H       12.9200    1.3420   55.1230
      QMMM:    63       63      H       15.2870   -0.0020   55.6730
      QMMM:    64       64      H       13.8800   -1.5500   55.3640
      QMMM:    65       65      H       16.5100    0.7710   53.8050
      QMMM:    66       66      H       16.3180   -1.5120   53.4190
      QMMM:    67       67      H       13.9980    0.6220   52.0930
      QMMM:    68       68      H       15.6500    0.4930   50.2770
      QMMM:    69       69      H       18.3800    3.1810   47.9180
      QMMM:    70       70      H       18.3500    1.8650   46.7660
      QMMM:    71       71      H       17.8320    4.0750   49.4450
      QMMM:    72       72      H       17.0690    5.0210   51.5890
      QMMM:    73       73      H       15.6420    3.6860   53.0820
    
    --------------------------------------------------------------------------------
      RESULTS
    --------------------------------------------------------------------------------
    
    
    QMMM: ERROR!
    QMMM: Unable to achieve self consistency to the tolerances specified
    QMMM: No convergence in SCF after   1000 steps.
    QMMM: E =  -0.2168E+07 DeltaE =  -0.4757E+03 DeltaP =   0.9525E+00
    QMMM: Smallest DeltaE =   0.8289E-07 DeltaP =   0.1057E-04 Step =      3
    
    

  
Failure running ANTECHAMBER for residue NAP Check reply log for details  

> coulombic sel

Using Amber 20 recommended default charges and atom types for standard
residues  
Assigning partial charges to residue NAP (net charge -3) with am1-bcc method  
Running ANTECHAMBER command:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/antechamber -ek
qm_theory='AM1', -i
/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmp25z134no/ante.in.mol2 -fi
mol2 -o
/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmp25z134no/ante.out.mol2 -fo
mol2 -c bcc -nc -3 -j 5 -s 2 -dr n  
(NAP) ``  
(NAP) `Welcome to antechamber 20.0: molecular input file processor.`  
(NAP) ``  
(NAP) `Info: Finished reading file
(/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmp25z134no/ante.in.mol2);
atoms read (73), bonds read (77).`  
(NAP) `Info: Determining atomic numbers from atomic symbols which are case
sensitive.`  
(NAP) `Running:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/bondtype -j part -i
ANTECHAMBER_BOND_TYPE.AC0 -o ANTECHAMBER_BOND_TYPE.AC -f ac`  
(NAP) ``  
(NAP) ``  
(NAP) `Running:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/atomtype -i
ANTECHAMBER_AC.AC0 -o ANTECHAMBER_AC.AC -p gaff`  
(NAP) `Info: Total number of electrons: 384; net charge: -3`  
(NAP) ``  
(NAP) `Running: /Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/sqm -O
-i sqm.in -o sqm.out`  
(NAP) `/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/antechamber:
Fatal Error!`  
(NAP) `Cannot properly run
"/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/sqm -O -i sqm.in -o
sqm.out".`  
Charges failed to converge using fast method; re-running using slower more
stable method  
Running ANTECHAMBER command:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/antechamber -i
/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmp25z134no/ante.in.mol2 -fi
mol2 -o
/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmp25z134no/ante.out.mol2 -fo
mol2 -c bcc -nc -3 -j 5 -s 2 -dr n  
(NAP) ``  
(NAP) `Welcome to antechamber 20.0: molecular input file processor.`  
(NAP) ``  
(NAP) `Info: Finished reading file
(/var/folders/dj/31s_fwr51m57z3r5dprv7sh1p4c759/T/tmp25z134no/ante.in.mol2);
atoms read (73), bonds read (77).`  
(NAP) `Info: Determining atomic numbers from atomic symbols which are case
sensitive.`  
(NAP) `Running:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/bondtype -j part -i
ANTECHAMBER_BOND_TYPE.AC0 -o ANTECHAMBER_BOND_TYPE.AC -f ac`  
(NAP) ``  
(NAP) ``  
(NAP) `Running:
/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/atomtype -i
ANTECHAMBER_AC.AC0 -o ANTECHAMBER_AC.AC -p gaff`  
(NAP) `Info: Total number of electrons: 384; net charge: -3`  
(NAP) ``  
(NAP) `Running: /Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/sqm -O
-i sqm.in -o sqm.out`  
(NAP) `/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/antechamber:
Fatal Error!`  
(NAP) `Cannot properly run
"/Applications/ChimeraX-1.9.app/Contents/bin/amber20/bin/sqm -O -i sqm.in -o
sqm.out".`  
  
Contents of sqm.out:

    
    
                --------------------------------------------------------
                                 AMBER SQM VERSION 19
     
                                         By
                  Ross C. Walker, Michael F. Crowley, Scott Brozell,
                             Tim Giese, Andreas W. Goetz,
                            Tai-Sung Lee and David A. Case
     
                --------------------------------------------------------
     
    
    --------------------------------------------------------------------------------
      QM CALCULATION INFO
    --------------------------------------------------------------------------------
    
    | QMMM: Citation for AMBER QMMM Run:
    | QMMM: R.C. Walker, M.F. Crowley and D.A. Case, J. COMP. CHEM. 29:1019, 2008
    
    QMMM: SINGLET STATE CALCULATION
    QMMM: RHF CALCULATION, NO. OF DOUBLY OCCUPIED LEVELS =132
    
    | QMMM: *** Selected Hamiltonian *** 
    | QMMM: AM1         
    
    | QMMM: *** Parameter sets in use ***
    | QMMM: P : M.J.S.DEWAR et al. THEOCHEM, 187,1, (1989)
    | QMMM: O : M.J.S.DEWAR et al. JACS, 107, 3902, (1985)
    | QMMM: C : M.J.S.DEWAR et al. JACS, 107, 3902, (1985)
    | QMMM: N : M.J.S.DEWAR et al. JACS, 107, 3902, (1985)
    | QMMM: H : M.J.S.DEWAR et al. JACS, 107, 3902, (1985)
    
    | QMMM: *** SCF convergence criteria ***
    | QMMM: Energy change                :  0.1D-09 kcal/mol
    | QMMM: Error matrix |FP-PF|         :  0.1D+00 au
    | QMMM: Density matrix change        :  0.5D-06
    | QMMM: Maximum number of SCF cycles :     1000
    
    | QMMM: *** Diagonalization Routine Information ***
    | QMMM: Pseudo diagonalizations are allowed.
    | QMMM: Auto diagonalization routine selection is in use.
    | QMMM:
    | QMMM: Timing diagonalization routines:
    | QMMM:                              norbs =      217
    | QMMM:    diag iterations used for timing =        4
    | QMMM:
    | QMMM:              Internal diag routine = 0.050281 seconds
    | QMMM:                 Dspev diag routine = 0.043968 seconds
    | QMMM:                Dspevd diag routine = 0.032120 seconds
    | QMMM:                Dspevx diag routine = 0.153124 seconds
    | QMMM:                 Dsyev diag routine = 0.047103 seconds
    | QMMM:                Dsyevd diag routine = 0.033926 seconds
    | QMMM:                Dsyevr diag routine = 0.039887 seconds
    | QMMM:
    | QMMM:                Pseudo diag routine = 0.024004 seconds
    | QMMM:
    | QMMM: Using dspevd routine (diag_routine=3).
    
      QMMM: QM Region Cartesian Coordinates (*=link atom) 
      QMMM: QM_NO.   MM_NO.  ATOM         X         Y         Z
      QMMM:     1        1      P       17.4620    0.4650   57.8060
      QMMM:     2        2      O       16.5620   -0.5740   58.3900
      QMMM:     3        3      O       18.0440    0.2210   56.4520
      QMMM:     4        4      O       18.6480    0.7880   58.8450
      QMMM:     5        5      C       18.2700    1.3930   60.1070
      QMMM:     6        6      C       19.4870    1.8540   60.8730
      QMMM:     7        7      O       19.0230    2.6210   62.0160
      QMMM:     8        8      C       20.3910    0.7570   61.4600
      QMMM:     9        9      O       21.7470    1.1830   61.4090
      QMMM:    10       10      C       19.8810    0.6600   62.8920
      QMMM:    11       11      O       20.8230    0.1440   63.8270
      QMMM:    12       12      C       19.6340    2.1310   63.1840
      QMMM:    13       13      N       18.7140    2.3450   64.2950
      QMMM:    14       14      C       17.4200    1.8950   64.3780
      QMMM:    15       15      N       16.8230    2.2310   65.4940
      QMMM:    16       16      C       17.7860    2.9360   66.2020
      QMMM:    17       17      C       17.7680    3.5530   67.4670
      QMMM:    18       18      N       16.7090    3.5600   68.2720
      QMMM:    19       19      N       18.9020    4.1690   67.8780
      QMMM:    20       20      C       19.9640    4.1590   67.0630
      QMMM:    21       21      N       20.0960    3.6140   65.8570
      QMMM:    22       22      C       18.9590    3.0090   65.4750
      QMMM:    23       23      O       16.6940    1.8750   57.8220
      QMMM:    24       24      P       16.8310    3.1760   56.8950
      QMMM:    25       25      O       16.1610    4.3450   57.5500
      QMMM:    26       26      O       18.2590    3.2930   56.4770
      QMMM:    27       27      O       15.9430    2.7150   55.6410
      QMMM:    28       28      C       14.5280    2.4980   55.8770
      QMMM:    29       29      C       13.9670    1.5170   54.8750
      QMMM:    30       30      O       14.0230    2.0920   53.5500
      QMMM:    31       31      C       14.6700    0.1520   54.7880
      QMMM:    32       32      O       13.7350   -0.9120   54.6620
      QMMM:    33       33      C       15.5640    0.2940   53.5490
      QMMM:    34       34      O       15.7840   -0.9330   52.8700
      QMMM:    35       35      C       14.7120    1.2110   52.6690
      QMMM:    36       36      N       15.5520    2.0170   51.7640
      QMMM:    37       37      C       15.9700    1.4830   50.5670
      QMMM:    38       38      C       16.8040    2.2160   49.7300
      QMMM:    39       39      C       17.2170    1.5960   48.4310
      QMMM:    40       40      O       16.7920    0.4660   48.1440
      QMMM:    41       41      N       18.0490    2.2680   47.6420
      QMMM:    42       42      C       17.1960    3.4950   50.0970
      QMMM:    43       43      C       16.7690    4.0240   51.3000
      QMMM:    44       44      C       15.9580    3.2770   52.1340
      QMMM:    45       45      P       20.6860   -1.4490   64.0240
      QMMM:    46       46      O       21.7060   -1.8020   65.0890
      QMMM:    47       47      O       21.0090   -2.0990   62.6800
      QMMM:    48       48      O       19.2630   -1.7280   64.4740
      QMMM:    49       49      H       17.7290    0.6600   60.7060
      QMMM:    50       50      H       17.6220    2.2480   59.9150
      QMMM:    51       51      H       20.0850    2.5010   60.2310
      QMMM:    52       52      H       20.2560   -0.1860   60.9310
      QMMM:    53       53      H       22.3250    0.4250   61.5240
      QMMM:    54       54      H       18.9490    0.0970   62.9320
      QMMM:    55       55      H       20.5770    2.6470   63.3660
      QMMM:    56       56      H       16.9410    1.3200   63.5990
      QMMM:    57       57      H       15.8540    3.1050   67.9850
      QMMM:    58       58      H       16.7600    4.0200   69.1700
      QMMM:    59       59      H       20.8400    4.6670   67.4390
      QMMM:    60       60      H       14.0000    3.4470   55.7840
      QMMM:    61       61      H       14.3870    2.1050   56.8840
      QMMM:    62       62      H       12.9200    1.3420   55.1230
      QMMM:    63       63      H       15.2870   -0.0020   55.6730
      QMMM:    64       64      H       13.8800   -1.5500   55.3640
      QMMM:    65       65      H       16.5100    0.7710   53.8050
      QMMM:    66       66      H       16.3180   -1.5120   53.4190
      QMMM:    67       67      H       13.9980    0.6220   52.0930
      QMMM:    68       68      H       15.6500    0.4930   50.2770
      QMMM:    69       69      H       18.3800    3.1810   47.9180
      QMMM:    70       70      H       18.3500    1.8650   46.7660
      QMMM:    71       71      H       17.8320    4.0750   49.4450
      QMMM:    72       72      H       17.0690    5.0210   51.5890
      QMMM:    73       73      H       15.6420    3.6860   53.0820
    
    --------------------------------------------------------------------------------
      RESULTS
    --------------------------------------------------------------------------------
    
    
    QMMM: ERROR!
    QMMM: Unable to achieve self consistency to the tolerances specified
    QMMM: No convergence in SCF after   1000 steps.
    QMMM: E =  -0.2168E+07 DeltaE =  -0.4757E+03 DeltaP =   0.9525E+00
    QMMM: Smallest DeltaE =   0.8289E-07 DeltaP =   0.1057E-04 Step =      3
    
    

  
Failure running ANTECHAMBER for residue NAP Check reply log for details  

> color bfactor sel

96 atoms, 2 residues, atom bfactor range 41.3 to 73.2  

> select clear

> show #!13 models

> hide #!14 models

> show #!14 models

> hide #!14 models

> show #!14 models

> hide #!14 models

> show #!14 models

> hide #!13 models

> show #!6 models

> select #14/A:97

8 atoms, 7 bonds, 1 residue, 1 model selected  

> ui mousemode right "rotate selected models"

> view matrix models
> #14,0.90725,0.31566,-0.27796,2.8054,0.29785,-0.01556,0.95449,-50.578,0.29696,-0.94875,-0.10814,46.454

> view matrix models
> #14,0.93295,0.28926,-0.21434,-0.73384,0.25781,-0.12123,0.95856,-50.42,0.25129,-0.94954,-0.18768,51.003

> view matrix models
> #14,0.95399,0.10503,0.28085,-26.454,-0.27841,-0.037495,0.95973,-44.999,0.11133,-0.99376,-0.0065275,43.104

> view matrix models
> #14,0.98633,-0.1547,0.056722,-15.368,-0.093531,-0.24224,0.9657,-47.262,-0.13566,-0.9578,-0.2534,58.309

> hide #!6 models

> show #4 models

> show #!6 models

> hide #!6 models

> show #!6 models

> hide #!6 models

> show #!6 models

> hide #4 models

> show #5 models

> hide #!6 models

> show #!6 models

> hide #5 models

> select #14/A:60

7 atoms, 6 bonds, 1 residue, 1 model selected  

> ui mousemode right "translate selected models"

> view matrix models
> #14,0.98633,-0.1547,0.056722,5.0516,-0.093531,-0.24224,0.9657,-51.288,-0.13566,-0.9578,-0.2534,64.425

> view matrix models
> #14,0.98633,-0.1547,0.056722,10.913,-0.093531,-0.24224,0.9657,-51.526,-0.13566,-0.9578,-0.2534,63.602

> view matrix models
> #14,0.98633,-0.1547,0.056722,15.905,-0.093531,-0.24224,0.9657,-50.924,-0.13566,-0.9578,-0.2534,60.642

> ui mousemode right "rotate selected models"

> view matrix models
> #14,0.97926,-0.18136,0.090283,14.242,-0.086033,0.031182,0.9958,-52.444,-0.18342,-0.98292,0.014932,47.335

> select clear

> select #14/A:91

8 atoms, 7 bonds, 1 residue, 1 model selected  

> view matrix models
> #14,0.90266,-0.17746,0.39205,-0.47885,-0.41831,-0.14782,0.8962,-44.018,-0.10109,-0.97296,-0.20766,57.936

> ui mousemode right "translate selected models"

> view matrix models
> #14,0.90266,-0.17746,0.39205,-2.5843,-0.41831,-0.14782,0.8962,-43.691,-0.10109,-0.97296,-0.20766,52.913

> select clear

> hide #!6 models

> show #!6 models

> select clear

Drag select of 26 atoms, 132 residues, 25 bonds  
Drag select of 40 atoms, 192 residues, 36 bonds  

> hide sel cartoons

> view matrix models
> #14,0.90266,-0.17746,0.39205,-4.6463,-0.41831,-0.14782,0.8962,-41.429,-0.10109,-0.97296,-0.20766,56.964

> select clear

[Repeated 1 time(s)]

> show #!3 models

> hide #!6 models

> show #!6 models

> hide #!6 models

> show #!6 models

> hide #!6 models

> show #!6 models

> hide #!3 models

> show #!3 models

> select #14/A

3671 atoms, 3705 bonds, 506 residues, 1 model selected  

> show sel cartoons

> select clear

> hide #!3 models

> open 3w78 fromDatabase pdb format mmcif

Summary of feedback from opening 3w78 fetched from pdb  
---  
notes | Fetching compressed mmCIF 3w78 from http://files.rcsb.org/download/3w78.cif  
Fetching CCD CBD from
https://files.wwpdb.org/pub/pdb/refdata/chem_comp/D/CBD/CBD.cif  
Fetching CCD FMN from
https://files.wwpdb.org/pub/pdb/refdata/chem_comp/N/FMN/FMN.cif  
  
3w78 title:  
Crystal Structure of azoreductase AzrC in complex with NAD(P)-inhibitor
Cibacron Blue [more info...]  
  
Chain information for 3w78 #15  
---  
Chain | Description | UniProt  
A B C D | FMN-dependent NADH-azoreductase | C0STY1_9BACI 1-211  
  
Non-standard residues in 3w78 #15  
---  
CBD — cibacron blue  
FMN — flavin mononucleotide (riboflavin monophosphate)  
  
3w78 mmCIF Assemblies  
---  
1| author_and_software_defined_assembly  
2| author_and_software_defined_assembly  
3| author_and_software_defined_assembly  
  

> matchmaker #15 to #6

Computing secondary structure  
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 fold_azor_monomer_fad_model_0.cif, chain A (#6) with 3w78, chain A
(#15), sequence alignment score = 709.3  
RMSD between 188 pruned atom pairs is 0.720 angstroms; (across all 207 pairs:
1.539)  
  

> hide #!6 models

> select #15/A

1698 atoms, 1735 bonds, 218 residues, 1 model selected  

> select #15/C

1697 atoms, 1735 bonds, 217 residues, 1 model selected  

> select #15/C

1697 atoms, 1735 bonds, 217 residues, 1 model selected  

> hide sel cartoons

> hide sel atoms

> select #15/D

1698 atoms, 1735 bonds, 218 residues, 1 model selected  

> hide sel cartoons

> hide sel atoms

> show #!3 models

> hide #!14 models

> hide #!3 models

> select #15/A

1698 atoms, 1735 bonds, 218 residues, 1 model selected  

> rainbow sel

> select clear

> select #15/B

1696 atoms, 1735 bonds, 216 residues, 1 model selected  

> rainbow sel

> select clear

> show #!3 models

> hide #15 models

> show #15 models

> hide #15 models

> show #15 models

> hide #15 models

> show #15 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #15 models

> show #15 models

> hide #15 models

> show #15 models

> hide #15 models

> select #3/B:169

11 atoms, 11 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 11 atom styles  

> show sel atoms

> select clear

> show #15 models

> hide #15 models

> show #15 models

> select #3/B:58

7 atoms, 6 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 7 atom styles  

> show sel atoms

> hide sel atoms

> select clear

> select #3/A:184

8 atoms, 7 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 8 atom styles  

> show sel atoms

> hide #!3 models

> show #!3 models

> hide #15 models

> select clear

> show #15 models

> select #15/B:52

8 atoms, 7 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 8 atom styles  

> hide #15 models

> show #15 models

> hide #15 models

> show #15 models

> hide #15 models

> show #15 models

> hide #15 models

> show #15 models

> hide #!3 models

> show #!3 models

> hide #15 models

> show #15 models

> hide #!3 models

> show #4 models

> hide #4 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> select #15/A:186

8 atoms, 7 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 8 atom styles  

> show sel atoms

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #4 models

> show #!3 models

> hide #4 models

> hide #!3 models

> show #!3 models

> hide #15 models

> show #15 models

> hide #!3 models

> show #!3 models

> hide #15 models

> show #15 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> select clear

> select #15/A

1698 atoms, 1735 bonds, 218 residues, 1 model selected  

> show #!3 models

> hide #15 models

> show #15 models

> hide #15 models

> show #15 models

> hide #15 models

> show #15 models

> hide #!3 models

> select #15/A

1698 atoms, 1735 bonds, 218 residues, 1 model selected  

> select #15/B

1696 atoms, 1735 bonds, 216 residues, 1 model selected  

> color sel light gray

> color sel gray

> select clear

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> select #15/B:52

8 atoms, 7 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 8 atom styles  

> show sel atoms

> show #!3 models

> hide #!3 models

> show #!3 models

> select #3/A:147

12 atoms, 12 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 12 atom styles  

> show sel atoms

> hide sel atoms

> select clear

> hide #!3 models

> show #!3 models

> hide #15 models

> show #15 models

> hide #!3 models

> show #!3 models

> select #3/B:127

9 atoms, 8 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 9 atom styles  

> show sel atoms

> select clear

> select #3/B:124

12 atoms, 12 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 12 atom styles  

> show sel atoms

> hide #!3 models

> show #!3 models

> select #3/B:122

11 atoms, 11 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 11 atom styles  

> show sel atoms

> select #3/B:126

5 atoms, 4 bonds, 1 residue, 1 model selected  

> open 4m0C fromDatabase pdb format mmcif

Summary of feedback from opening 4m0C fetched from pdb  
---  
note | Fetching compressed mmCIF 4m0c from http://files.rcsb.org/download/4m0c.cif  
  
4m0c title:  
The crystal structure of a FMN-dependent NADH-azoreductase from Bacillus
anthracis str. Ames Ancestor in complex with FMN. [more info...]  
  
Chain information for 4m0c #16  
---  
Chain | Description | UniProt  
A B | FMN-dependent NADH-azoreductase 1 | AZOR1_BACAN 1-220  
  
Non-standard residues in 4m0c #16  
---  
FMN — flavin mononucleotide (riboflavin monophosphate)  
GOL — glycerol (glycerin; propane-1,2,3-triol)  
ZN — zinc ion  
  

> hide #15 models

> hide #!3 models

> show #5 models

> hide #5 models

> show #!3 models

> hide #!16 models

> show #15 models

> hide #15 models

> matchmaker #!16 to #3

Computing secondary structure  
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 fold_azor_dimer_fad_model_0.cif, chain A (#3) with 4m0c, chain A
(#16), sequence alignment score = 530.5  
RMSD between 170 pruned atom pairs is 0.951 angstroms; (across all 207 pairs:
2.146)  
  

> show #!16 models

> show #15 models

> hide #!3 models

> show #!3 models

> hide #15 models

> hide #!16 models

> show #!16 models

> hide #!16 models

> select #3/A:24

9 atoms, 8 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 9 atom styles  

> show sel atoms

> select #3/A:28

9 atoms, 8 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 9 atom styles  

> show sel atoms

> show #!16 models

> select #3/A:24@NZ

1 atom, 1 residue, 1 model selected  

> color (#!3 & sel) blue

> select clear

> hide #!3 models

> show #!3 models

> select #3/B:60

14 atoms, 15 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 14 atom styles  

> show sel atoms

> hide #!3 models

> show #!3 models

> hide #!3 models

> color #!16 bypolymer

> color #!16 bychain

> undo

> show #!14 models

> hide #!14 models

> view matrix models
> #3,0.14541,-0.27369,0.95076,11.699,0.94367,-0.25032,-0.21638,-0.059448,0.29722,0.92867,0.22188,0.19931

> view matrix models
> #3,0.14541,-0.27369,0.95076,11.468,0.94367,-0.25032,-0.21638,0.097978,0.29722,0.92867,0.22188,1.1612

> show #!3 models

> hide #!3 models

> view matrix models
> #3,0.14541,-0.27369,0.95076,11.206,0.94367,-0.25032,-0.21638,1.5618,0.29722,0.92867,0.22188,1.9041

> show #!3 models

> hide #!3 models

> show #15 models

> hide #!16 models

> hide #15 models

> show #15 models

> show #!16 models

> hide #15 models

> show #15 models

> hide #15 models

> show #15 models

> hide #!16 models

> show #!3 models

> hide #15 models

> view matrix models
> #3,0.14541,-0.27369,0.95076,3.1194,0.94367,-0.25032,-0.21638,-4.132,0.29722,0.92867,0.22188,5.8471

> select #/B

Expected an objects specifier or a keyword  

> select #3/B

1646 atoms, 1685 bonds, 208 residues, 1 model selected  

> rainbow sel

> select #3/A:85

9 atoms, 8 bonds, 1 residue, 1 model selected  

> show #5 models

> hide #!3 models

> show #!3 models

> show #!6 models

> hide #5 models

> hide #!3 models

> hide #!6 models

> show #8 models

> rainbow #8

> show #9 models

> hide #9 models

> show #9 models

> hide #8 models

> show #10 models

> hide #9 models

> rainbow #10

> show #9 models

> show #11 models

> hide #11 models

> ui tool show Matchmaker

> matchmaker #8-10 to #7

Computing secondary structure  
[Repeated 3 time(s)]  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 fold_icd_model_0.cif, chain A (#7) with fold_mqo_model_0.cif, chain
A (#8), sequence alignment score = 56  
RMSD between 7 pruned atom pairs is 1.546 angstroms; (across all 312 pairs:
34.056)  
  
Matchmaker fold_icd_model_0.cif, chain A (#7) with fold_ndhc_model_0.cif,
chain A (#9), sequence alignment score = 55.5  
RMSD between 6 pruned atom pairs is 1.303 angstroms; (across all 235 pairs:
26.259)  
  
Matchmaker fold_icd_model_0.cif, chain A (#7) with fold_ndhf_model_0.cif,
chain A (#10), sequence alignment score = 38.2  
RMSD between 5 pruned atom pairs is 0.853 angstroms; (across all 135 pairs:
19.431)  
  

> view matrix models
> #3,0.14541,-0.27369,0.95076,8.5292,0.94367,-0.25032,-0.21638,-19.372,0.29722,0.92867,0.22188,0.15815

> hide #9 models

> show #11 models

> hide #10 models

> show #12 models

> hide #11 models

> hide #12 models

> show #7 models

> rainbow #7

> show #8 models

> hide #7 models

> show #7 models

> hide #8 models

> show #5 models

> hide #5 models

> show #!6 models

> hide #7 models

> show #7 models

> hide #!6 models

> show #!6 models

> hide #7 models

> show #7 models

> select #7/A:182

9 atoms, 8 bonds, 1 residue, 1 model selected  

> ui mousemode right "translate selected models"

> view matrix models
> #7,0.056929,0.94842,-0.31187,29.698,-0.99216,0.018927,-0.12355,27.519,-0.11127,0.31646,0.94206,-48.931

> ui mousemode right "rotate selected models"

> select #7/A:168

11 atoms, 11 bonds, 1 residue, 1 model selected  

> ui mousemode right "rotate selected models"

> view matrix models
> #7,0.6578,0.45453,-0.60058,25.727,0.50261,-0.85878,-0.099448,19.133,-0.56096,-0.23644,-0.79336,-49.882

> view matrix models
> #7,0.60118,0.48068,-0.63838,25.96,0.54786,-0.82948,-0.10864,18.796,-0.58175,-0.28444,-0.76201,-49.624

> view matrix models
> #7,0.49131,0.84301,-0.21895,27.321,0.79014,-0.53716,-0.29517,16.511,-0.36645,-0.027978,-0.93002,-51.657

> view matrix models
> #7,0.29276,0.89319,-0.34133,28.206,0.88387,-0.38897,-0.25975,15.859,-0.36478,-0.22565,-0.90334,-51.396

> view matrix models
> #7,0.39394,0.66509,-0.6344,27.076,0.74669,-0.63405,-0.20106,17.118,-0.53597,-0.3945,-0.7464,-49.757

> view matrix models
> #7,0.3975,0.64273,-0.6549,27.026,0.73208,-0.65243,-0.19596,17.242,-0.55323,-0.40155,-0.72986,-49.601

> view matrix models
> #7,0.31312,0.65044,-0.69202,27.453,0.7722,-0.59855,-0.21318,16.892,-0.55286,-0.46763,-0.68969,-49.434

> view matrix models
> #7,0.41324,0.50876,-0.75524,26.815,0.7267,-0.68404,-0.06317,17.64,-0.54875,-0.52273,-0.6524,-49.31

> select clear

> hide #7 models

> show #8 models

> select #8/A:495

8 atoms, 7 bonds, 1 residue, 1 model selected  

> ui mousemode right "translate selected models"

> view matrix models
> #8,-0.29707,0.95019,0.094245,27.561,-0.9516,-0.28647,-0.11132,28.24,-0.078773,-0.12275,0.98931,-51.568

> ui mousemode right "rotate selected models"

> select #8/A:464

8 atoms, 7 bonds, 1 residue, 1 model selected  

> view matrix models
> #8,-0.83282,-0.06747,-0.54942,33.938,0.53295,-0.36591,-0.76293,29.175,-0.14956,-0.9282,0.3407,-46.42

> view matrix models
> #8,-0.79413,0.58208,0.17476,27.984,0.60087,0.79512,0.08207,22.702,-0.09118,0.17018,-0.98119,-32.86

> view matrix models
> #8,-0.74237,-0.25474,0.61968,22.54,0.1102,0.86588,0.48796,20.688,-0.66087,0.43053,-0.61473,-33.983

> view matrix models
> #8,-0.85203,0.52313,0.019577,29.536,0.49615,0.81887,-0.28859,26.523,-0.167,-0.23617,-0.95725,-33.383

> view matrix models
> #8,-0.82201,-0.085732,0.56298,23.565,0.39872,0.61921,0.67646,17.631,-0.4066,0.78053,-0.47481,-35.657

> view matrix models
> #8,-0.96452,-0.0076278,0.26388,26.924,0.094374,0.92356,0.37165,21.898,-0.24655,0.38337,-0.89008,-32.89

> view matrix models
> #8,-0.97869,-0.027577,0.20348,27.504,0.057976,0.91351,0.40267,21.719,-0.19698,0.40588,-0.89245,-33.004

> view matrix models
> #8,-0.96042,0.18076,0.21192,27.65,0.26575,0.82255,0.50278,19.967,-0.083434,0.5392,-0.83803,-33.708

> view matrix models
> #8,-0.94381,0.13924,0.29972,26.723,0.29173,0.77716,0.5576,19.31,-0.15529,0.61371,-0.77411,-33.957

> select clear

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR.cxs

> hide #8 models

> show #!13 models

> hide #!13 models

> show #!14 models

> hide #!14 models

> show #!16 models

> open 1v4B fromDatabase pdb format mmcif

Summary of feedback from opening 1v4B fetched from pdb  
---  
notes | Fetching compressed mmCIF 1v4b from http://files.rcsb.org/download/1v4b.cif  
Fetching CCD IPA from
https://files.wwpdb.org/pub/pdb/refdata/chem_comp/A/IPA/IPA.cif  
  
1v4b title:  
The crystal structure of AzoR (Azo Reductase) from Escherichia coli: Oxidized
form [more info...]  
  
Chain information for 1v4b #17  
---  
Chain | Description | UniProt  
A | NADH-azoreductase, FMN-dependent | ACPD_ECOLI 1-200  
  
Non-standard residues in 1v4b #17  
---  
EDO — 1,2-ethanediol (ethylene glycol)  
FMN — flavin mononucleotide (riboflavin monophosphate)  
IPA — isopropyl alcohol (2-propanol)  
  
1v4b mmCIF Assemblies  
---  
1| author_defined_assembly  
  

> open 2B3D fromDatabase pdb format mmcif

Summary of feedback from opening 2B3D fetched from pdb  
---  
note | Fetching compressed mmCIF 2b3d from http://files.rcsb.org/download/2b3d.cif  
  
2b3d title:  
Crystal structure of Modulator of Drug activity B in complex with flavin
adenine dinucleotide [more info...]  
  
Chain information for 2b3d #18  
---  
Chain | Description | UniProt  
A B | Modulator of drug activity B | MDAB_ECOLI 13-204  
  
Non-standard residues in 2b3d #18  
---  
FAD — flavin-adenine dinucleotide  
  

> hide #!16 models

> hide #!17 models

> matchmaker #!18 to #3

Computing secondary structure  
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 fold_azor_dimer_fad_model_0.cif, chain A (#3) with 2b3d, chain B
(#18), sequence alignment score = 156.9  
RMSD between 82 pruned atom pairs is 1.158 angstroms; (across all 168 pairs:
6.190)  
  

> show #!3 models

> hide #!6 models

> hide #!3 models

> show #!3 models

> hide #!18 models

> show #!6 models

> select /A

43169 atoms, 43600 bonds, 3 pseudobonds, 5896 residues, 20 models selected  

> hide #!3 models

> show #!3 models

> show #7 models

> hide #7 models

> hide #!6 models

> matchmaker #1,4-5,7-12,15#!2,6,13-14,16-18 & sel to #3 & sel

Computing secondary structure  
[Repeated 12 time(s)]  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 fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_azor_monomer_model_0.cif, chain A (#1), sequence alignment score = 1077.8  
RMSD between 208 pruned atom pairs is 0.467 angstroms; (across all 208 pairs:
0.467)  
  
Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_azor_monomer_fad_model_0.cif, chain A (#6), sequence alignment score =
1081.4  
RMSD between 208 pruned atom pairs is 0.467 angstroms; (across all 208 pairs:
0.467)  
  
Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_azor_monomer_nad_model_0.cif, chain A (#11), sequence alignment score =
1081.4  
RMSD between 208 pruned atom pairs is 0.436 angstroms; (across all 208 pairs:
0.436)  
  
Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_azor_dimer_model_0.cif, chain A (#2), sequence alignment score = 1085  
RMSD between 208 pruned atom pairs is 0.263 angstroms; (across all 208 pairs:
0.263)  
  
Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_azor_monomer_fad_model_0.cif, chain A (#4), sequence alignment score =
1081.4  
RMSD between 208 pruned atom pairs is 0.467 angstroms; (across all 208 pairs:
0.467)  
  
Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_azor_dimer_nad_model_0.cif, chain A (#5), sequence alignment score =
1074.2  
RMSD between 208 pruned atom pairs is 0.269 angstroms; (across all 208 pairs:
0.269)  
  
Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_icd_model_0.cif, chain A (#7), sequence alignment score = 83.4  
RMSD between 10 pruned atom pairs is 1.453 angstroms; (across all 169 pairs:
23.782)  
  
Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_mqo_model_0.cif, chain A (#8), sequence alignment score = 59.8  
RMSD between 7 pruned atom pairs is 1.684 angstroms; (across all 65 pairs:
22.736)  
  
Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_ndhc_model_0.cif, chain A (#9), sequence alignment score = 65.4  
RMSD between 24 pruned atom pairs is 1.163 angstroms; (across all 154 pairs:
32.226)  
  
Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_ndhf_model_0.cif, chain A (#10), sequence alignment score = 59.3  
RMSD between 31 pruned atom pairs is 1.111 angstroms; (across all 142 pairs:
21.293)  
  
Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_suca_model_0.cif, chain A (#12), sequence alignment score = 85.2  
RMSD between 6 pruned atom pairs is 1.325 angstroms; (across all 101 pairs:
17.171)  
  
Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with 9h2i, chain A
(#13), sequence alignment score = 24  
RMSD between 11 pruned atom pairs is 0.322 angstroms; (across all 26 pairs:
11.957)  
  
Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with 8rx4, chain A
(#14), sequence alignment score = 51.5  
RMSD between 10 pruned atom pairs is 1.029 angstroms; (across all 173 pairs:
29.959)  
  
Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with 3w78, chain A
(#15), sequence alignment score = 716.5  
RMSD between 189 pruned atom pairs is 0.774 angstroms; (across all 207 pairs:
1.461)  
  
Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with 4m0c, chain A
(#16), sequence alignment score = 530.5  
RMSD between 170 pruned atom pairs is 0.951 angstroms; (across all 207 pairs:
2.146)  
  
Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with 1v4b, chain A
(#17), sequence alignment score = 427.4  
RMSD between 135 pruned atom pairs is 1.176 angstroms; (across all 194 pairs:
2.701)  
  
Matchmaker fold_azor_dimer_fad_model_0.cif, chain A (#3) with 2b3d, chain A
(#18), sequence alignment score = 150.4  
RMSD between 82 pruned atom pairs is 1.208 angstroms; (across all 167 pairs:
6.224)  
  

> show #!6 models

> hide #!6 models

> show #!18 models

> hide #!3 models

> show #!3 models

> hide #!18 models

> show #!6 models

> show #!2 models

> hide #!6 models

> show #!6 models

> hide #!2 models

> hide #!3 models

> show #!18 models

> hide #!18 models

> show #!17 models

> show #!16 models

> hide #!16 models

> show #!18 models

> hide #!17 models

> view matrix models
> #1,0.84943,0.0048481,-0.52768,0.65374,-0.36539,0.72688,-0.5815,-14.996,0.38074,0.68675,0.6192,0.19483,#6,-0.099903,-0.34408,-0.93361,-1.012,-0.5832,0.78048,-0.22524,-14.805,0.80616,0.52198,-0.27864,-1.5521,#11,0.3554,0.83707,0.41595,-1.2763,0.68382,0.070534,-0.72623,-14.22,-0.63724,0.54254,-0.54734,0.48453,#2,-0.46068,-0.87689,-0.13724,12.214,-0.014771,-0.14703,0.98902,-16.145,-0.88745,0.45765,0.054778,1.5059,#3,-0.028746,-0.72374,0.68947,11.158,0.45997,-0.62197,-0.6337,-18.381,0.88747,0.29892,0.35078,3.9374,#4,-0.099903,-0.34408,-0.93361,-1.012,-0.5832,0.78048,-0.22524,-14.805,0.80616,0.52198,-0.27864,-1.5521,#5,0.22887,-0.90083,-0.36896,11.233,0.86356,0.36282,-0.35017,-15.736,0.44931,-0.23848,0.86096,4.0367,#7,0.46353,0.81912,0.33791,5.0029,-0.6474,0.57345,-0.50202,-21.729,-0.60499,0.013936,0.79611,6.3283,#8,-0.26206,-0.91936,-0.29342,-0.19912,0.46009,0.14825,-0.87541,-25.028,0.84832,-0.36441,0.38414,-10.304,#9,-0.36876,-0.75997,0.53522,0.42258,-0.57013,0.63969,0.5155,-25.953,-0.73415,-0.11505,-0.66917,-11.957,#10,-0.76439,0.47517,0.4358,-2.938,-0.63904,-0.46854,-0.60999,-30.867,-0.085662,-0.74477,0.6618,-2.3478,#12,0.5306,0.7007,0.47695,28.271,0.79647,-0.60467,0.0022843,-13.278,0.29,0.37867,-0.87893,-22.901,#13,-0.87207,0.20936,-0.44234,-12.953,-0.35472,-0.89312,0.27661,-70.145,-0.33715,0.39813,0.85313,-58.476,#14,0.06735,0.64492,0.76128,-46.484,-0.9052,0.36039,-0.22523,-11.844,-0.41961,-0.67394,0.60805,-31.123,#15,-0.96531,0.14882,-0.21456,-77.459,0.24373,0.21868,-0.94487,-1.6269,-0.093694,-0.96438,-0.24737,25.022,#16,0.91421,0.39627,-0.084805,-8.1297,0.23794,-0.69429,-0.67923,-29.269,-0.32804,0.60077,-0.72901,-0.2786,#17,0.86185,-0.43699,0.25741,-7.1671,0.16099,0.71702,0.67821,-60.106,-0.48094,-0.54307,0.68831,13.982,#18,-0.37684,0.76002,-0.52949,10.529,0.34458,-0.41558,-0.84176,-4.7032,-0.8598,-0.49966,-0.10528,11.963

> show #1 models

> hide #!6 models

> hide #!18 models

> show #!6 models

> hide #1 models

> show #!3 models

> hide #!6 models

> show #!6 models

> hide #!6 models

> select clear

> show #1 models

> hide #!3 models

> show #5 models

> hide #5 models

> show #4 models

> hide #1 models

> show #!3 models

> hide #4 models

> show #1 models

> hide #!3 models

> show #!17 models

> hide #!17 models

> show #!18 models

> hide #1 models

> show #1 models

> show #!3 models

> hide #1 models

> hide #!3 models

> show #1 models

> hide #1 models

> select ::name="FAD"

477 atoms, 522 bonds, 9 residues, 6 models selected  

> show #!6 models

> hide #!6 models

> color sel & #!18 bychain

> undo

> select clear

> color #!18 bychain

> undo

> show #!3 models

> hide #!18 models

> show #!17 models

> hide #!17 models

> show #!17 models

> hide #!17 models

> show #!18 models

> hide #!3 models

> show #!3 models

> hide #!18 models

> show #!18 models

> hide #!3 models

> show #!6 models

> hide #!18 models

> show #!18 models

> hide #!18 models

> show #!18 models

> hide #!18 models

> show #!3 models

> hide #!3 models

> show #!18 models

> show #1 models

> hide #!6 models

> hide #!18 models

> show #!18 models

> hide #!18 models

> show #!3 models

> hide #1 models

> select #3/A

1646 atoms, 1685 bonds, 208 residues, 1 model selected  

> select ::name="FAD"

477 atoms, 522 bonds, 9 residues, 6 models selected  

> select ~sel & ##selected

25317 atoms, 24782 bonds, 1 pseudobond, 4185 residues, 7 models selected  

> ui tool show "Color Actions"

> color sel tan

> color sel goldenrod

> select #3/B

1646 atoms, 1685 bonds, 208 residues, 1 model selected  

> rainbow sel

> select clear

> select ::name="FAD"

477 atoms, 522 bonds, 9 residues, 6 models selected  

> select ~sel & ##selected

25317 atoms, 24782 bonds, 1 pseudobond, 4185 residues, 7 models selected  

> color sel dark goldenrod

> color sel salmon

> color sel dark goldenrod

> color sel peru

> color sel dark orange

> color sel saddle brown

> color sel dark goldenrod

> color sel slate gray

> color sel steel blue

> color sel cadet blue

> color sel dark olive green

> select #3/B

1646 atoms, 1685 bonds, 208 residues, 1 model selected  

> rainbow sel

> select clear

> show #1 models

> hide #!3 models

> show #!13 models

> hide #!13 models

> show #!6 models

> hide #1 models

> show #1 models

> hide #!6 models

> show #4 models

> hide #1 models

> show #1 models

> hide #4 models

> show #4 models

> hide #1 models

> show #!3 models

> hide #!3 models

> show #1 models

> hide #4 models

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR.png width
> 600 height 489 supersample 4 transparentBackground true

> show #4 models

> hide #1 models

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR-FAD.png
> width 600 height 489 supersample 4 transparentBackground true

> show #!3 models

> hide #4 models

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoRx2_FAD.png
> width 600 height 489 supersample 4 transparentBackground true

> select #3/A

1646 atoms, 1685 bonds, 208 residues, 1 model selected  

> show sel surfaces

> select clear

> select #3/B

1646 atoms, 1685 bonds, 208 residues, 1 model selected  

> show sel surfaces

> hide sel surfaces

> hide #!3 models

> show #1 models

> show #!6 models

> hide #1 models

> show #1 models

> show #!3 models

> hide #!6 models

> hide #1 models

> select clear

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoRx2_FAD.s.png
> width 600 height 489 supersample 4 transparentBackground true

> show #11 models

> hide #!3 models

> show #1 models

> hide #1 models

> show #1 models

> hide #1 models

> show #1 models

> hide #1 models

> show #1 models

> hide #1 models

> show #12 models

> hide #12 models

> show #!6 models

> hide #11 models

> show #!2 models

> show #!3 models

> hide #!2 models

> hide #!6 models

> hide #!3 surfaces

> select add #3/B:123

9 atoms, 8 bonds, 1 residue, 1 model selected  

> select #3/B:122

11 atoms, 11 bonds, 1 residue, 1 model selected  

> select clear

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoRx2_FAD.zoomin.png
> width 600 height 489 supersample 4 transparentBackground true

> select #3/B:123

9 atoms, 8 bonds, 1 residue, 1 model selected  

> select #3/B:122

11 atoms, 11 bonds, 1 residue, 1 model selected  

> select add #3/B:124

23 atoms, 23 bonds, 2 residues, 2 models selected  

> select add #3/A:148

35 atoms, 35 bonds, 3 residues, 2 models selected  

> select add #3/A:184

43 atoms, 42 bonds, 4 residues, 3 models selected  

> select add #3/A:101@CA

44 atoms, 42 bonds, 5 residues, 3 models selected  

> select add #3/A:102@CB

45 atoms, 43 bonds, 6 residues, 3 models selected  

> select subtract #3/A:102

44 atoms, 43 bonds, 5 residues, 3 models selected  

> select add #3/A:102

52 atoms, 50 bonds, 6 residues, 3 models selected  

> select subtract #3/A:101

51 atoms, 49 bonds, 5 residues, 3 models selected  

> select add #3/A:101

59 atoms, 56 bonds, 6 residues, 3 models selected  

> select add #3/A:100

73 atoms, 71 bonds, 7 residues, 3 models selected  

> select add #3/A:99

81 atoms, 78 bonds, 8 residues, 3 models selected  

> select add #3/A:183

91 atoms, 88 bonds, 9 residues, 3 models selected  

> select add #3/A:143

97 atoms, 93 bonds, 10 residues, 3 models selected  

> select add #3/A:98

104 atoms, 100 bonds, 11 residues, 3 models selected  

> select add #3/A:19

110 atoms, 105 bonds, 12 residues, 3 models selected  

> select add #3/A:18

118 atoms, 112 bonds, 13 residues, 3 models selected  

> select add #3/A:17

124 atoms, 117 bonds, 14 residues, 3 models selected  

> select add #3/A:16

131 atoms, 123 bonds, 15 residues, 3 models selected  

> select add #3/A:9

136 atoms, 127 bonds, 16 residues, 3 models selected  

> select subtract #3/A:9

131 atoms, 123 bonds, 15 residues, 3 models selected  

> select add #3/A:8

138 atoms, 129 bonds, 16 residues, 3 models selected  

> select subtract #3/A:8

131 atoms, 123 bonds, 15 residues, 3 models selected  

> select add #3/A:10@CB

132 atoms, 123 bonds, 16 residues, 3 models selected  

> select subtract #3/A:10@CB

131 atoms, 123 bonds, 15 residues, 3 models selected  

> select add #3/A:10

141 atoms, 133 bonds, 16 residues, 3 models selected  

> select add #3/B:57

149 atoms, 140 bonds, 17 residues, 3 models selected  

> select add #3/B:52

157 atoms, 147 bonds, 18 residues, 3 models selected  

> select add #3/B:60@CG

158 atoms, 147 bonds, 19 residues, 3 models selected  

> select subtract #3/B:60@CG

157 atoms, 147 bonds, 18 residues, 3 models selected  

> select add #3/B:60@CG

158 atoms, 147 bonds, 19 residues, 3 models selected  

> select subtract #3/B:60@CG

157 atoms, 147 bonds, 18 residues, 3 models selected  

> select add #3/B:60@CG

158 atoms, 148 bonds, 19 residues, 3 models selected  

> select subtract #3/B:60@CG

157 atoms, 147 bonds, 18 residues, 3 models selected  

> select subtract #3/B:52

149 atoms, 140 bonds, 17 residues, 3 models selected  

> select add #3/B:52

157 atoms, 147 bonds, 18 residues, 3 models selected  

> select add #3/B:60@CG

158 atoms, 147 bonds, 19 residues, 3 models selected  

> select subtract #3/B:60@CG

157 atoms, 147 bonds, 18 residues, 3 models selected  

> select add #3/B:60@CB

158 atoms, 147 bonds, 19 residues, 3 models selected  

> label (#!3 & sel) text "{0.label_one_letter_code}
> {0.number}{0.insertion_code}"

> select #3/B:197

6 atoms, 5 bonds, 1 residue, 1 model selected  

> label height 3

> label height 2

> label height 1

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoRx2_FAD.zoomin.label.png
> width 600 height 489 supersample 4 transparentBackground true

> show #5 models

> hide #!3 models

> select #5/B:123

9 atoms, 8 bonds, 1 residue, 1 model selected  

> select #5/B:122

11 atoms, 11 bonds, 1 residue, 1 model selected  

> select add #5/B:124

23 atoms, 23 bonds, 2 residues, 1 model selected  

> select add #5/A:100

37 atoms, 39 bonds, 3 residues, 1 model selected  

> select add #5/A:101

45 atoms, 45 bonds, 4 residues, 1 model selected  

> select add #5/A:16

52 atoms, 51 bonds, 5 residues, 1 model selected  

> select add #5/A:10

62 atoms, 61 bonds, 6 residues, 1 model selected  

> select add #5/A:11

69 atoms, 68 bonds, 7 residues, 1 model selected  

> select subtract #5/A:11

62 atoms, 61 bonds, 6 residues, 1 model selected  

> select add #5/A:12

73 atoms, 72 bonds, 7 residues, 1 model selected  

> select add #5/B:60

87 atoms, 87 bonds, 8 residues, 1 model selected  

> select add #5/B:57

95 atoms, 94 bonds, 9 residues, 1 model selected  

> select add #5/B:58

102 atoms, 100 bonds, 10 residues, 1 model selected  

> label sel text "{0.label_one_letter_code} {0.number}{0.insertion_code}"

> label height 1

[Repeated 1 time(s)]

> select clear

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> select #5/B:113

8 atoms, 7 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 8 atom styles  

> show sel atoms

> show #4 models

> hide #4 models

> show #!3 models

> hide #!5 models

> show #4 models

> hide #4 models

> show #!5 models

> hide #!3 models

> hide sel atoms

> select clear

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoRx2_NAD.zoomin.label.png
> width 600 height 489 supersample 4 transparentBackground true

> hide #!5 models

> show #7 models

> hide #7 models

> show #11 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> show #!5 models

> hide #!5 models

> select add #11/A:101

8 atoms, 8 bonds, 1 residue, 1 model selected  

> select add #11/A:143

14 atoms, 13 bonds, 2 residues, 1 model selected  

> select add #11/A:19

20 atoms, 18 bonds, 3 residues, 1 model selected  

> select add #11/A:18

28 atoms, 25 bonds, 4 residues, 1 model selected  

> select add #11/A:17

34 atoms, 30 bonds, 5 residues, 1 model selected  

> select add #11/A:10

44 atoms, 40 bonds, 6 residues, 1 model selected  

> select add #11/A:100

58 atoms, 55 bonds, 7 residues, 1 model selected  

> label sel text "{0.label_one_letter_code} {0.number}{0.insertion_code}"

> label height 1

> select clear

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR_NAD.png
> width 600 height 489 supersample 4 transparentBackground true

> show #!5 models

> hide #!11 models

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoRx2_NAD.zoomin.label.png
> width 600 height 489 supersample 4 transparentBackground true

> ~label #5 residues

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoRx2_NAD.png
> width 600 height 489 supersample 4 transparentBackground true

> show #15 models

> hide #5 models

> show #4 models

> hide #4 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> select ::name="CBD"

204 atoms, 224 bonds, 4 residues, 1 model selected  

> color sel pale turquoise

> select clear

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/3w78.AzrC.CBD.FMN.png
> width 600 height 489 supersample 4 transparentBackground true

> show #!3 models

> hide #15 models

> show #15 models

> hide #!3 models

> show #!3 models

> hide #15 models

> select #3/B:126

5 atoms, 4 bonds, 1 residue, 1 model selected  

> show #15 models

> hide #!3 models

> show #5 models

> hide #5 models

> show #!3 models

> hide #15 models

> show #15 models

> hide #!3 models

> select #15/B:60

14 atoms, 15 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 14 atom styles  

> show sel atoms

> select clear

> show #!16 models

> hide #!16 models

> show #!16 models

> hide #15 models

> undo

> hide #!16 models

> show #!16 models

> hide #15 models

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR.cxs

> show #!6 models

> hide #!16 models

> show #1 models

> hide #!6 models

> show #!16 models

> hide #1 models

> show #!6 models

> hide #!16 models

> show #!16 models

> hide #!6 models

> show #1 models

> hide #!16 models

> show #!16 models

> hide #1 models

> show #!3 models

> hide #!16 models

> show #!16 models

> hide #!3 models

> select #16/B:126

6 atoms, 5 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 6 atom styles  

> show sel atoms

> show #5 models

> hide #5 models

> show #!17 models

> hide #!16 models

> show #1 models

> show #!3 models

> hide #!3 models

> show #!6 models

> hide #1 models

> hide #!6 models

> show #!6 models

> show #!3 models

> hide #!6 models

> hide #!17 models

> show #15 models

> hide #!3 models

> show #!16 models

> hide #15 models

> show #!6 models

> hide #!6 models

> show #!6 models

> hide #!6 models

> show #!6 models

> hide #!16 models

> show #!3 models

> show #1 models

> hide #1 models

> show #7 models

> hide #7 models

> hide #!6 models

> show #1 models

> hide #!3 models

> show #5 models

> hide #5 models

> show #!6 models

> hide #!6 models

> hide #1 models

> show #7 models

> show #1 models

> hide #7 models

> show #7 models

> hide #1 models

> show #8 models

> hide #8 models

> show #8 models

> hide #7 models

> view matrix models
> #16,0.91421,0.39627,-0.084805,-8.1297,0.23794,-0.69429,-0.67923,-29.269,-0.32804,0.60077,-0.72901,-0.2786

> hide #8 models

> show #12 models

> hide #12 models

> show #9 models

> show #10 models

> hide #9 models

> show #!3 models

> hide #10 models

> select #3/A:104

11 atoms, 11 bonds, 1 residue, 1 model selected  

> style sel stick

Changed 11 atom styles  

> show sel atoms

> show #1 models

> hide #!3 models

> show #!3 models

> hide #1 models

> show #1 models

> hide #!3 models

> show #!3 models

> hide #1 models

> view matrix models
> #3,0.23414,-0.80222,0.54921,11.186,0.21867,-0.50698,-0.83376,-19.133,0.94729,0.31531,0.056721,3.3647

> view matrix models
> #3,0.40912,-0.74644,0.52483,11.372,0.17236,-0.50159,-0.84776,-19.225,0.89605,0.4373,-0.076559,3.0159

> open 2Bzs fromDatabase pdb format mmcif

Summary of feedback from opening 2Bzs fetched from pdb  
---  
notes | Fetching compressed mmCIF 2bzs from http://files.rcsb.org/download/2bzs.cif  
Fetching CCD CB1 from
https://files.wwpdb.org/pub/pdb/refdata/chem_comp/1/CB1/CB1.cif  
  
2bzs title:  
Binding of anti-cancer prodrug CB1954 to the activating enzyme NQO2 revealed
by the crystal structure of their complex. [more info...]  
  
Chain information for 2bzs #19  
---  
Chain | Description | UniProt  
A B | NRH DEHYDROGENASE [QUINONE] 2 | NQO2_HUMAN 1-230  
  
Non-standard residues in 2bzs #19  
---  
CB1 — 5-(aziridin-1-yl)-2,4-dinitrobenzamide (CB1954; Tretazicar)  
FAD — flavin-adenine dinucleotide  
ZN — zinc ion  
  

> hide #!3 models

> color #!19 bychain

> view matrix models
> #3,0.40912,-0.74644,0.52483,11.372,0.17236,-0.50159,-0.84776,-19.225,0.89605,0.4373,-0.076559,3.0159

> show #!3 models

> hide #!3 models

> select #3/A

1646 atoms, 1685 bonds, 208 residues, 1 model selected  

> matchmaker #!19 to #3 & sel

Computing secondary structure  
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 fold_azor_dimer_fad_model_0.cif, chain A (#3) with 2bzs, chain B
(#19), sequence alignment score = 223.4  
RMSD between 70 pruned atom pairs is 1.017 angstroms; (across all 198 pairs:
5.647)  
  

> show #!3 models

> select clear

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #!3 models

> show #1 models

> hide #!19 models

> select #3/A

1646 atoms, 1685 bonds, 208 residues, 1 model selected  

> matchmaker #1 to #3 & sel

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 fold_azor_dimer_fad_model_0.cif, chain A (#3) with
fold_azor_monomer_model_0.cif, chain A (#1), sequence alignment score = 1077.8  
RMSD between 208 pruned atom pairs is 0.467 angstroms; (across all 208 pairs:
0.467)  
  

> show #!19 models

> hide #1 models

> show #1 models

> hide #!3 models

> hide #!19 models

> show #!19 models

> select #19/B

2028 atoms, 1951 bonds, 4 pseudobonds, 365 residues, 2 models selected  

> rainbow sel

> hide #1 models

> show #4 models

> hide #4 models

> show #1 models

> select #19/B

2028 atoms, 1951 bonds, 4 pseudobonds, 365 residues, 2 models selected  

> color sel bychain

> select clear

> hide #1 models

> show #!3 models

> hide #!3 models

> show #4 models

> show #!3 models

> hide #4 models

> hide #!19 models

> show #!19 models

> hide #!3 models

> show #!3 models

> hide #!3 models

> show #1 models

> hide #!19 models

> show #!19 models

> hide #!19 models

> show #!19 models

> hide #!19 models

> show #!19 models

> select clear

> open 2VPw fromDatabase pdb format mmcif

Summary of feedback from opening 2VPw fetched from pdb  
---  
notes | Fetching compressed mmCIF 2vpw from http://files.rcsb.org/download/2vpw.cif  
Fetching CCD MGD from
https://files.wwpdb.org/pub/pdb/refdata/chem_comp/D/MGD/MGD.cif  
Fetching CCD MO from
https://files.wwpdb.org/pub/pdb/refdata/chem_comp/O/MO/MO.cif  
Fetching CCD MQ7 from
https://files.wwpdb.org/pub/pdb/refdata/chem_comp/7/MQ7/MQ7.cif  
  
2vpw title:  
Polysulfide reductase with bound menaquinone [more info...]  
  
Chain information for 2vpw #20  
---  
Chain | Description | UniProt  
A E | THIOSULFATE REDUCTASE | Q72LA4_THET2 1-765  
B F | NRFC PROTEIN | Q72LA5_THET2 1-195  
C G | HYPOTHETICAL MEMBRANE SPANNING PROTEIN | Q72LA6_THET2 0-252 1-253  
  
Non-standard residues in 2vpw #20  
---  
MGD —
2-amino-5,6-dimercapto-7-methyl-3,7,8A,9-tetrahydro-8-oxa-1,3,9,10-tetraaza-
anthracen-4-one guanosine dinucleotide (molybdopterin guanosine dinucleotide)  
MO — molybdenum atom  
MQ7 — menaquinone-7  
SF4 — iron/sulfur cluster  
  

> hide #!19 models

> hide #1 models

> hide #!20 surfaces

[Repeated 1 time(s)]

> hide #!20 atoms

> show #!20 cartoons

> matchmaker #!20 to #3 & sel

No 'to' model specified  

> matchmaker #!20 to #3

Computing secondary structure  
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 fold_azor_dimer_fad_model_0.cif, chain A (#3) with 2vpw, chain E
(#20), sequence alignment score = 78  
RMSD between 8 pruned atom pairs is 1.398 angstroms; (across all 148 pairs:
20.313)  
  

> show #!3 models

> hide #!3 models

> select /A

51617 atoms, 51746 bonds, 16 pseudobonds, 7421 residues, 24 models selected  

> rainbow sel & #!20

> select ::name="MQ7"

30 atoms, 32 bonds, 2 residues, 1 model selected  

> show sel surfaces

> open 7NZ1 fromDatabase pdb format mmcif

Summary of feedback from opening 7NZ1 fetched from pdb  
---  
notes | Fetching compressed mmCIF 7nz1 from http://files.rcsb.org/download/7nz1.cif  
Fetching CCD CSX from
https://files.wwpdb.org/pub/pdb/refdata/chem_comp/X/CSX/CSX.cif  
  
7nz1 title:  
Respiratory complex I from Escherichia coli - focused refinement of
cytoplasmic arm [more info...]  
  
Chain information for 7nz1 #21  
---  
Chain | Description | UniProt  
B | NADH-quinone oxidoreductase subunit B |   
D | NADH-quinone oxidoreductase subunit C/D | NUOCD_ECOLI 1-596  
E | NADH-quinone oxidoreductase subunit E | NUOE_ECOLI 1-166  
F | NADH-quinone oxidoreductase subunit F | NUOF_ECOLI 1-445  
G | NADH-quinone oxidoreductase subunit G | NUOG_ECOLI 1-908  
I | NADH-quinone oxidoreductase subunit I | NUOI_ECOLI 1-180  
  
Non-standard residues in 7nz1 #21  
---  
CA — calcium ion  
FES — FE2/S2 (inorganic) cluster  
FMN — flavin mononucleotide (riboflavin monophosphate)  
SF4 — iron/sulfur cluster  
  

> hide sel atoms

> show sel cartoons

> hide #!20 models

> show #!21 cartoons

> hide #!21 atoms

> view matrix models
> #20,-0.20963,0.97025,0.12114,-159.27,0.41872,0.20104,-0.88558,-19.075,-0.88359,-0.13493,-0.44841,140.58

> color #!21 bychain

> matchmaker #!21 to #1

Computing secondary structure  
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 fold_azor_monomer_model_0.cif, chain A (#1) with 7nz1, chain G
(#21), sequence alignment score = 86.3  
RMSD between 22 pruned atom pairs is 0.859 angstroms; (across all 180 pairs:
20.357)  
  

> show #1 models

> select #21/G

7630 atoms, 7235 bonds, 24 pseudobonds, 1469 residues, 2 models selected  

> rainbow sel

> hide #1 models

> show #1 models

> hide #1 models

> show #1 models

> hide #1 models

> show #1 models

> hide #!21 models

> show #!21 models

> hide #1 models

> matchmaker #!21 to #8

Computing secondary structure  
[Repeated 1 time(s)]  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 fold_mqo_model_0.cif, chain A (#8) with 7nz1, chain G (#21),
sequence alignment score = 63.6  
RMSD between 5 pruned atom pairs is 1.257 angstroms; (across all 362 pairs:
31.062)  
  

> show #8 models

> hide #!21 models

> hide #8 models

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_ankkflltv/fold_tcr_ankkflltv_model_0.cif
> /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_ankkflltv/fold_tcr_ankkflltv_model_1.cif
> /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_ankkflltv/fold_tcr_ankkflltv_model_2.cif
> /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_ankkflltv/fold_tcr_ankkflltv_model_3.cif
> /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_ankkflltv/fold_tcr_ankkflltv_model_4.cif

Chain information for fold_tcr_ankkflltv_model_0.cif #22  
---  
Chain | Description  
A | .  
B | .  
C | .  
  
Chain information for fold_tcr_ankkflltv_model_1.cif #23  
---  
Chain | Description  
A | .  
B | .  
C | .  
  
Chain information for fold_tcr_ankkflltv_model_2.cif #24  
---  
Chain | Description  
A | .  
B | .  
C | .  
  
Chain information for fold_tcr_ankkflltv_model_3.cif #25  
---  
Chain | Description  
A | .  
B | .  
C | .  
  
Chain information for fold_tcr_ankkflltv_model_4.cif #26  
---  
Chain | Description  
A | .  
B | .  
C | .  
  
Computing secondary structure  
[Repeated 4 time(s)]

> ui tool show Matchmaker

> matchmaker #23-26 to #22

Computing secondary structure  
[Repeated 4 time(s)]  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 fold_tcr_ankkflltv_model_0.cif, chain B (#22) with
fold_tcr_ankkflltv_model_1.cif, chain B (#23), sequence alignment score = 581  
RMSD between 111 pruned atom pairs is 0.184 angstroms; (across all 111 pairs:
0.184)  
  
Matchmaker fold_tcr_ankkflltv_model_0.cif, chain B (#22) with
fold_tcr_ankkflltv_model_2.cif, chain B (#24), sequence alignment score =
573.8  
RMSD between 111 pruned atom pairs is 0.232 angstroms; (across all 111 pairs:
0.232)  
  
Matchmaker fold_tcr_ankkflltv_model_0.cif, chain B (#22) with
fold_tcr_ankkflltv_model_3.cif, chain B (#25), sequence alignment score = 581  
RMSD between 111 pruned atom pairs is 0.364 angstroms; (across all 111 pairs:
0.364)  
  
Matchmaker fold_tcr_ankkflltv_model_0.cif, chain B (#22) with
fold_tcr_ankkflltv_model_4.cif, chain B (#26), sequence alignment score =
573.8  
RMSD between 110 pruned atom pairs is 0.269 angstroms; (across all 111 pairs:
0.332)  
  

> view matrix models
> #21,0.56571,0.78878,0.24042,-111.9,-0.81332,0.5818,0.0049461,-39.828,-0.13598,-0.19834,0.97066,-77.181

Drag select of 9 atoms, 113 residues, 8 bonds  

> open /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_demefteae/fold_tcr_demefteae_model_0.cif
> /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_demefteae/fold_tcr_demefteae_model_1.cif
> /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_demefteae/fold_tcr_demefteae_model_2.cif
> /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_demefteae/fold_tcr_demefteae_model_3.cif
> /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/ChristineA/TCR/AgPredict/fold_tcr_demefteae/fold_tcr_demefteae_model_4.cif

Chain information for fold_tcr_demefteae_model_0.cif #27  
---  
Chain | Description  
A | .  
B | .  
C | .  
  
Chain information for fold_tcr_demefteae_model_1.cif #28  
---  
Chain | Description  
A | .  
B | .  
C | .  
  
Chain information for fold_tcr_demefteae_model_2.cif #29  
---  
Chain | Description  
A | .  
B | .  
C | .  
  
Chain information for fold_tcr_demefteae_model_3.cif #30  
---  
Chain | Description  
A | .  
B | .  
C | .  
  
Chain information for fold_tcr_demefteae_model_4.cif #31  
---  
Chain | Description  
A | .  
B | .  
C | .  
  
Computing secondary structure  
[Repeated 4 time(s)]

> matchmaker #27-31 to #22

Computing secondary structure  
[Repeated 5 time(s)]  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 fold_tcr_ankkflltv_model_0.cif, chain B (#22) with
fold_tcr_demefteae_model_0.cif, chain B (#27), sequence alignment score = 581  
RMSD between 111 pruned atom pairs is 0.323 angstroms; (across all 111 pairs:
0.323)  
  
Matchmaker fold_tcr_ankkflltv_model_0.cif, chain B (#22) with
fold_tcr_demefteae_model_1.cif, chain B (#28), sequence alignment score =
570.2  
RMSD between 111 pruned atom pairs is 0.204 angstroms; (across all 111 pairs:
0.204)  
  
Matchmaker fold_tcr_ankkflltv_model_0.cif, chain B (#22) with
fold_tcr_demefteae_model_2.cif, chain B (#29), sequence alignment score =
573.8  
RMSD between 111 pruned atom pairs is 0.345 angstroms; (across all 111 pairs:
0.345)  
  
Matchmaker fold_tcr_ankkflltv_model_0.cif, chain B (#22) with
fold_tcr_demefteae_model_3.cif, chain B (#30), sequence alignment score = 581  
RMSD between 111 pruned atom pairs is 0.287 angstroms; (across all 111 pairs:
0.287)  
  
Matchmaker fold_tcr_ankkflltv_model_0.cif, chain B (#22) with
fold_tcr_demefteae_model_4.cif, chain B (#31), sequence alignment score =
573.8  
RMSD between 111 pruned atom pairs is 0.349 angstroms; (across all 111 pairs:
0.349)  
  

> select clear

> delete atoms #22-31

> delete bonds #22-31

> show #!13 models

> save /Users/taic/Library/CloudStorage/OneDrive-
> NationalInstitutesofHealth/MacBookPro021/project/AnuK/AzoR/AzoR.cxs

——— End of log from Wed Mar 11 15:25:43 2026 ———

opened ChimeraX session  




OpenGL version: 4.1 Metal - 89.4
OpenGL renderer: Apple M1 Pro
OpenGL vendor: Apple

Python: 3.11.4
Locale: en_US.UTF-8
Qt version: PyQt6 6.7.1, Qt 6.7.1
Qt runtime version: 6.7.3
Qt platform: cocoa
Hardware:

    Hardware Overview:

      Model Name: MacBook Pro
      Model Identifier: MacBookPro18,3
      Model Number: Z15H00105LL/A
      Chip: Apple M1 Pro
      Total Number of Cores: 10 (8 performance and 2 efficiency)
      Memory: 32 GB
      System Firmware Version: 11881.140.96
      OS Loader Version: 11881.140.96

Software:

    System Software Overview:

      System Version: macOS 15.6.1 (24G90)
      Kernel Version: Darwin 24.6.0
      Time since boot: 216 days, 2 hours, 57 minutes

Graphics/Displays:

    Apple M1 Pro:

      Chipset Model: Apple M1 Pro
      Type: GPU
      Bus: Built-In
      Total Number of Cores: 16
      Vendor: Apple (0x106b)
      Metal Support: Metal 3
      Displays:
        DELL U2718Q:
          Resolution: 3840 x 2160 (2160p/4K UHD 1 - Ultra High Definition)
          UI Looks like: 1920 x 1080 @ 60.00Hz
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Rotation: Supported


Installed Packages:
    alabaster: 1.0.0
    anyio: 4.7.0
    appdirs: 1.4.4
    appnope: 0.1.4
    asttokens: 3.0.0
    auditwheel: 6.1.0
    babel: 2.16.0
    beautifulsoup4: 4.12.3
    blockdiag: 3.0.0
    blosc2: 3.0.0
    build: 1.2.1
    certifi: 2023.11.17
    cftime: 1.6.4.post1
    charset-normalizer: 3.4.0
    ChimeraX-AddCharge: 1.5.18
    ChimeraX-AddH: 2.2.6
    ChimeraX-AlignmentAlgorithms: 2.0.2
    ChimeraX-AlignmentHdrs: 3.5
    ChimeraX-AlignmentMatrices: 2.1
    ChimeraX-Alignments: 2.16.1
    ChimeraX-AlphaFold: 1.0.1
    ChimeraX-AltlocExplorer: 1.1.2
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Arrays: 1.1
    ChimeraX-Atomic: 1.58.8
    ChimeraX-AtomicLibrary: 14.1.11
    ChimeraX-AtomSearch: 2.0.1
    ChimeraX-AxesPlanes: 2.4
    ChimeraX-BasicActions: 1.1.2
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 3.0.0
    ChimeraX-BondRot: 2.0.4
    ChimeraX-BugReporter: 1.0.1
    ChimeraX-BuildStructure: 2.13.1
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.4.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.4
    ChimeraX-ChemGroup: 2.0.1
    ChimeraX-Clashes: 2.3
    ChimeraX-ColorActions: 1.0.5
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5.6
    ChimeraX-CommandLine: 1.2.5
    ChimeraX-ConnectStructure: 2.0.1
    ChimeraX-Contacts: 1.0.1
    ChimeraX-Core: 1.9
    ChimeraX-CoreFormats: 1.2
    ChimeraX-coulombic: 1.4.4
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0.1
    ChimeraX-DataFormats: 1.2.3
    ChimeraX-Dicom: 1.2.6
    ChimeraX-DistMonitor: 1.4.2
    ChimeraX-DockPrep: 1.1.3
    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
    ChimeraX-Help: 1.3
    ChimeraX-HKCage: 1.3
    ChimeraX-IHM: 1.1
    ChimeraX-ImageFormats: 1.2
    ChimeraX-IMOD: 1.0
    ChimeraX-IO: 1.0.3
    ChimeraX-ItemsInspection: 1.0.1
    ChimeraX-IUPAC: 1.0
    ChimeraX-KVFinder: 1.2.1
    ChimeraX-Label: 1.1.14
    ChimeraX-ListInfo: 1.2.2
    ChimeraX-Log: 1.2
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.9.1
    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.1.6
    ChimeraX-MCopy: 1.0
    ChimeraX-MDcrds: 2.7.2
    ChimeraX-MedicalToolbar: 1.1
    ChimeraX-Meeting: 1.0.1
    ChimeraX-MLP: 1.1.1
    ChimeraX-mmCIF: 2.14.2
    ChimeraX-MMTF: 2.2
    ChimeraX-ModelArchive: 1.0
    ChimeraX-Modeller: 1.5.18
    ChimeraX-ModelPanel: 1.5
    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
    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.14
    ChimeraX-OrthoPick: 1.0.1
    ChimeraX-PDB: 2.7.6
    ChimeraX-PDBBio: 1.0.1
    ChimeraX-PDBLibrary: 1.0.4
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PickBlobs: 1.0.1
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.1.2
    ChimeraX-PubChem: 2.2
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1.2
    ChimeraX-RemoteControl: 1.0
    ChimeraX-RenderByAttr: 1.6.2
    ChimeraX-RenumberResidues: 1.1
    ChimeraX-ResidueFit: 1.0.1
    ChimeraX-RestServer: 1.3.1
    ChimeraX-RNALayout: 1.0
    ChimeraX-RotamerLibMgr: 4.0
    ChimeraX-RotamerLibsDunbrack: 2.0
    ChimeraX-RotamerLibsDynameomics: 2.0
    ChimeraX-RotamerLibsRichardson: 2.0
    ChimeraX-SaveCommand: 1.5.1
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0.2
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0.1
    ChimeraX-Segmentations: 3.5.6
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.14
    ChimeraX-Shape: 1.0.1
    ChimeraX-Shell: 1.0.1
    ChimeraX-Shortcuts: 1.2.0
    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.18.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
    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.41
    ChimeraX-Umap: 1.0
    ChimeraX-uniprot: 2.3.1
    ChimeraX-UnitCell: 1.0.1
    ChimeraX-ViewDockX: 1.4.4
    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.4
    ChimeraX-Zone: 1.0.1
    colorama: 0.4.6
    comm: 0.2.2
    contourpy: 1.3.1
    cxservices: 1.2.3
    cycler: 0.12.1
    Cython: 3.0.10
    debugpy: 1.8.9
    decorator: 5.1.1
    docutils: 0.21.2
    executing: 2.1.0
    filelock: 3.15.4
    fonttools: 4.55.3
    funcparserlib: 2.0.0a0
    glfw: 2.8.0
    grako: 3.16.5
    h11: 0.14.0
    h5py: 3.12.1
    html2text: 2024.2.26
    httpcore: 1.0.7
    httpx: 0.28.1
    idna: 3.10
    ihm: 1.3
    imagecodecs: 2024.6.1
    imagesize: 1.4.1
    ipykernel: 6.29.5
    ipython: 8.26.0
    ipywidgets: 8.1.5
    jedi: 0.19.1
    Jinja2: 3.1.4
    jupyter_client: 8.6.2
    jupyter_core: 5.7.2
    jupyterlab_widgets: 3.0.13
    kiwisolver: 1.4.7
    line_profiler: 4.1.3
    lxml: 5.2.2
    lz4: 4.3.3
    MarkupSafe: 3.0.2
    matplotlib: 3.9.2
    matplotlib-inline: 0.1.7
    msgpack: 1.0.8
    ndindex: 1.9.2
    nest-asyncio: 1.6.0
    netCDF4: 1.6.5
    networkx: 3.3
    nibabel: 5.2.0
    nptyping: 2.5.0
    numexpr: 2.10.2
    numpy: 1.26.4
    openvr: 1.26.701
    packaging: 23.2
    ParmEd: 4.2.2
    parso: 0.8.4
    pep517: 0.13.1
    pexpect: 4.9.0
    pillow: 10.4.0
    pip: 24.2
    pkginfo: 1.11.1
    platformdirs: 4.3.6
    prompt_toolkit: 3.0.48
    psutil: 6.0.0
    ptyprocess: 0.7.0
    pure_eval: 0.2.3
    py-cpuinfo: 9.0.0
    pycollada: 0.8
    pydicom: 2.4.4
    pyelftools: 0.31
    Pygments: 2.18.0
    pynmrstar: 3.3.4
    pynrrd: 1.0.0
    PyOpenGL: 3.1.7
    PyOpenGL-accelerate: 3.1.7
    pyopenxr: 1.0.3401
    pyparsing: 3.2.0
    pyproject_hooks: 1.2.0
    PyQt6-commercial: 6.7.1
    PyQt6-Qt6: 6.7.3
    PyQt6-WebEngine-commercial: 6.7.0
    PyQt6-WebEngine-Qt6: 6.7.3
    PyQt6-WebEngineSubwheel-Qt6: 6.7.3
    PyQt6_sip: 13.8.0
    python-dateutil: 2.9.0.post0
    pytz: 2024.2
    pyzmq: 26.2.0
    qtconsole: 5.5.2
    QtPy: 2.4.2
    qtshim: 1.0
    RandomWords: 0.4.0
    requests: 2.32.3
    scipy: 1.14.0
    setuptools: 72.1.0
    sfftk-rw: 0.8.1
    six: 1.16.0
    sniffio: 1.3.1
    snowballstemmer: 2.2.0
    sortedcontainers: 2.4.0
    soupsieve: 2.6
    Sphinx: 8.0.2
    sphinx-autodoc-typehints: 2.2.3
    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
    stack-data: 0.6.3
    superqt: 0.6.3
    tables: 3.10.1
    tcia_utils: 1.5.1
    tifffile: 2024.7.24
    tinyarray: 1.2.4
    tornado: 6.4.2
    traitlets: 5.14.3
    typing_extensions: 4.12.2
    tzdata: 2024.2
    urllib3: 2.2.3
    wcwidth: 0.2.13
    webcolors: 24.6.0
    wheel: 0.43.0
    wheel-filename: 1.4.1
    widgetsnbextension: 4.0.13
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

Last modified 9 years ago Last modified on Jan 4, 2017, 10:45:36 AM
Note: See TracWiki for help on using the wiki.