Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

GGJstudios

macrumors Westmere
May 16, 2008
44,545
943
Hi there, I had this issue on three separate macs last year, my mac mini, my MacBook pro and a work iMac. After trying to find a solution on line the only way I could get rid the kernel_task was to wipe the HD and do a fresh install on all three macs, so far the issue has nor made a re appearance
The only way you would have gotten rid of kernel_task would have been to wipe the HD and do a fresh install of Windows, instead of MacOS, since kernel_task is part of MacOS. It will always be there.
 

2manygs

macrumors newbie
Jun 10, 2015
16
3
Midlands, UK
Then let me elaborate. All three macs had a kernel_task running that was always present on activity monitor regardless of what apps were open etc. All three kernel_tasks were in the region of 2-3gb. All three macs were running very slowly.
After wiping the HD and re installin Mac OS the kernel tasks using up the RAM disappeared and have not been back, all three macs now running great.
 
  • Like
Reactions: gslrider

chrfr

macrumors G5
Jul 11, 2009
13,520
7,045
Then let me elaborate. All three macs had a kernel_task running that was always present on activity monitor regardless of what apps were open etc. All three kernel_tasks were in the region of 2-3gb. All three macs were running very slowly.
After wiping the HD and re installin Mac OS the kernel tasks using up the RAM disappeared and have not been back, all three macs now running great.
kernel_task cannot be missing. It is the operating system. Depending on what your computer is doing, having kernel_task using 2-3GB is not even a problem.
If you did a clean install, it's more likely that Activity Monitor is now only showing "your processes" which would not include kernel_task.
 

NickTHH

macrumors newbie
Apr 14, 2017
1
0
I have 4GB of RAM on my iMac and this kernel_task is taking up between 335MB-450MB.

This is making it hard for me to run both Motion 5 and Final Cut at the same time.

What is kernel_task and is there a way to make it take up less RAM at any given time? Thanks.

I have the same issue where the process "kernal_task" was using over a gigabyte of RAM.

As a gaming youtuber, my pc needs a lot of memory to record, edit, and game. The kernal_task literally took up 1GB out of 16GB.

According to my research, the kernal process was a cache memory for all processes and cores; which means it was impossible to stop the process, and even if you found a way to quit the kernal process, it will shutdown your computer; similar to how you normally would shutdown your computer.

To make it easier to understand, it was a line of script that the user does (Using a software or etc.) and was stored as a ROM memory, or rather "cache memory"
The processors and cores uses that script to store your current session while the computer is on.

When you save the software file, the file was moved into your storage disk.

This also solves the reason why when turning on a computer uses so much energy is when the kernal_task is storing all the ROM when the session starts.

All this information cannot be 100% true, but this is my hypothesis.
 

Toutou

macrumors 65816
Jan 6, 2015
1,079
1,573
Prague, Czech Republic
the kernal process was a cache memory for all processes and cores … it was a line of script that the user does ... stored as a ROM memory, or rather "cache memory"
The processors and cores uses that script to store your current session ... save the software file, the file was moved into your storage disk.
Totally incorrect.

The kernel (k - e - r - n - E - l) is the core of your operating system. The programs that are running on your computer are pretty stupid, i.e. the machine code is just a sequence of instructions related to the task at hand and nothing more.
Every time a system-wide resource (like a file or a network socket) is needed, the process doesn't take care of it directly, i.e. the developer doesn't have to code against your bare hardware, he uses system calls.

"Hey kernel, gimme four megabytes of memory, I need it to do stuff, I'll return it, I swear."
"Hey kernel, I need to do some networking, gimme a socket I can use."
"Hey kernel, there's this file called "Research.mp4" in a folder called "totally_not_p0rn", and I would like to open it read-only, gimme the file descriptor"
"Hey kernel, I have nothing to do right now, so I'm going to sleep for a while. Wake me up in one second, okay?"
"Hey kernel, what time is it?"

These are all examples of system calls. An unprivileged process can't do any of these things directly, as that would be incredibly insecure, so the routines needed to open a file or get free memory are coded in the kernel and only accessed via these standardized system calls.

The second most important thing the kernel does is multitasking.

At every given moment, there seem to be dozens or hundreds of process "running" on your computer. The truth is they are not running, they're just switching extremely fast on your limited number of CPU cores. This switching can be voluntary (that's called cooperative multitasking), which implies that a programmer has to specify points in the code where the processing pauses gracefully and is replaced by another task. Now this is a dangerous thing to do as a rogue program is able to totally block the CPU (i.e. never yield to another task) and force you to restart the system.

In macOS (and Windows and most Linux versions), this switching is involuntary and managed by the kernel (that's called preemptive multitasking). The kernel acts like the guy with a stopwatch that lets a process (a thread, to be precise) on the CPU and then after some time (tiny fractions of a second) kicks it out no matter what.

So these are the two most important things the kernel takes care of in your computer, so developers don't have to. Of course there are many more and if you're interested, then Wikipedia is your friend.
 

kckike

macrumors newbie
Dec 10, 2017
9
0
Hi, I need some help too. My mac is using around 15 gb of ram (out of 16) without any programs open... i ended up in this forum and i see some people have similar problems. I hope someone can help me. here are some screenshots of the activity monitor. I currently have a memory cleaner that compresses memory when the computer is about to run out, this keeps the available RAM in 1 GB but this isn't nearly a solution. i don't understand whats going on, please help. Thank you!
 

Attachments

  • Captura de pantalla 2017-12-10 a la(s) 14.31.59.png
    Captura de pantalla 2017-12-10 a la(s) 14.31.59.png
    356.2 KB · Views: 308
  • Captura de pantalla 2017-12-10 a la(s) 14.32.51.png
    Captura de pantalla 2017-12-10 a la(s) 14.32.51.png
    389.5 KB · Views: 328

jerwin

Suspended
Jun 13, 2015
2,895
4,651
In activity monitor, you can highlight the troublesome process, hit the "i" button, and look at the "Open Files and Ports". It might reveal something-- or it might just appear to be accessing random files.
 

kckike

macrumors newbie
Dec 10, 2017
9
0
In activity monitor, you can highlight the troublesome process, hit the "i" button, and look at the "Open Files and Ports". It might reveal something-- or it might just appear to be accessing random files.

Ok, i did it. this is what i got...
Captura de pantalla 2017-12-10 a la(s) 18.33.36.png
 

Attachments

  • Captura de pantalla 2017-12-10 a la(s) 18.33.49.png
    Captura de pantalla 2017-12-10 a la(s) 18.33.49.png
    280.4 KB · Views: 277
  • Captura de pantalla 2017-12-10 a la(s) 18.34.01.png
    Captura de pantalla 2017-12-10 a la(s) 18.34.01.png
    171.4 KB · Views: 248
  • Captura de pantalla 2017-12-10 a la(s) 18.34.10.png
    Captura de pantalla 2017-12-10 a la(s) 18.34.10.png
    169.3 KB · Views: 205
  • Captura de pantalla 2017-12-10 a la(s) 18.34.16.png
    Captura de pantalla 2017-12-10 a la(s) 18.34.16.png
    146.8 KB · Views: 245

chrfr

macrumors G5
Jul 11, 2009
13,520
7,045
Hi, I need some help too. My mac is using around 15 gb of ram (out of 16) without any programs open... i ended up in this forum and i see some people have similar problems. I hope someone can help me. here are some screenshots of the activity monitor. I currently have a memory cleaner that compresses memory when the computer is about to run out, this keeps the available RAM in 1 GB but this isn't nearly a solution. i don't understand whats going on, please help. Thank you!
Try disabling/uninstalling Sophos to see if that reduces the CPU and memory usage.
 
  • Like
Reactions: DeltaMac

kckike

macrumors newbie
Dec 10, 2017
9
0
I installed sophos to try find a virus or something that might be causing the problem. I remove the problems showed by the antivirus, i guess i can remove it now... I uninstalled sophos but nothing changed
 

Attachments

  • Captura de pantalla 2017-12-11 a la(s) 00.17.34.png
    Captura de pantalla 2017-12-11 a la(s) 00.17.34.png
    407.8 KB · Views: 218

jerwin

Suspended
Jun 13, 2015
2,895
4,651
https://etrecheck.com/

run it, and cut and paste the results.

(as text; not a screenshot...)

Also, you can open up

/Applications/Utilities/Console

enter
Code:
UserEventAgent

in the search box. you'll probably get lots of

Month 13 is out of bounds

type messages. Sigh. This is a known bug. I guess you can ignore those, but other, repeated messages might be cause for concern,
 

kckike

macrumors newbie
Dec 10, 2017
9
0
OK, thanks for the help.

This is the info from etrecheck:
Code:
EtreCheck version: 3.4.6 (460)

Report generated 2017-12-11 16:48:31

Download EtreCheck from https://etrecheck.com

Runtime: 3:04

Performance: Good



Click the [Lookup] links for more information from Apple Support Communities.

Click the [Details] links for more information about that line.

Click the [Clean up] link to delete unused files.



Problem: Other problem

Description:

RAM being drain by UserEventAgent



Hardware Information: ⓘ

    MacBook Pro (Retina, 15-inch, Late 2013)

    [Technical Specifications] - [User Guide] - [Warranty & Service]

    MacBook Pro - model: MacBookPro11,3

    1 2.6 GHz Intel Core i7 (i7-4960HQ) CPU: 4-core

    16 GB RAM Not upgradeable

        BANK 0/DIMM0

            8 GB DDR3 1600 MHz ok

        BANK 1/DIMM0

            8 GB DDR3 1600 MHz ok

    Handoff/Airdrop2: supported

    Wireless:  en0: 802.11 a/b/g/n/ac

    Battery: Health = Normal - Cycle count = 1077

    iCloud Quota: 4.98 GB available


Video Information: ⓘ

    Intel Iris Pro - VRAM: 1536 MB

    NVIDIA GeForce GT 750M - VRAM: 2 GB

        Color LCD 2880 x 1800


Disk Information: ⓘ

    APPLE SSD SM1024F disk0: (1 TB) (Solid State - TRIM: Yes)

    [Show SMART report]

        EFI (disk0s1 - MS-DOS FAT32) <not mounted>  [EFI]: 210 MB

        (disk0s2) <not mounted>  [APFS Container]: 1.00 TB


USB Information: ⓘ

    USB30Bus

        Apple Inc. Apple Internal Keyboard / Trackpad

        Apple Inc. BRCM20702 Hub

            Apple Inc. Bluetooth USB Host Controller

        Wacom Co.,Ltd. Wacom Wireless Receiver


Thunderbolt Information: ⓘ

    Apple Inc. thunderbolt_bus


Virtual disks: ⓘ

    Macintosh HD (disk1s1 - APFS) /  [Startup]: 1.00 TB (183.47 GB free)

        Physical disk: disk0s2 1.00 TB (183.47 GB free)

    (disk1s2) <not mounted>  [Preboot]: 1.00 TB

        Physical disk: disk0s2 1.00 TB

    (disk1s3) <not mounted>  [Recovery]: 1.00 TB

        Physical disk: disk0s2 1.00 TB

    (disk1s4) /private/var/vm  [VM]: 1.00 TB

        Physical disk: disk0s2 1.00 TB



System Software: ⓘ

    macOS High Sierra  10.13.1 (17B1003) - Time since boot: less than an hour


Configuration files: ⓘ

    /etc/hosts - Count: 6


Gatekeeper: ⓘ

    Mac App Store and identified developers


Clean up: ⓘ

    ~/Library/LaunchAgents/com.redgiantsoftware.updater.plist

        /usr/bin/open /Applications/Red Giant Link.app

        Executable not found!

    One orphan file found. [Clean up]


Kernel Extensions: ⓘ

        /Library/Application Support/VirtualBox

    [loaded]    org.virtualbox.kext.VBoxDrv (5.0.8) [Lookup]

    [loaded]    org.virtualbox.kext.VBoxNetAdp (5.0.8) [Lookup]

    [loaded]    org.virtualbox.kext.VBoxNetFlt (5.0.8) [Lookup]

    [loaded]    org.virtualbox.kext.VBoxUSB (5.0.8) [Lookup]



        /Library/Extensions

    [not loaded]    com.FTDI.driver.D2XXHelper (1.0 - SDK 10.12) [Lookup]

    [loaded]    com.avatron.AVExFramebuffer (3.0.1 - SDK 10.11) [Lookup]

    [loaded]    com.avatron.AVExVideo (3.0.1 - SDK 10.11) [Lookup]



        /System/Library/Extensions

    [not loaded]    com.wacom.kext.pentablet (Pen Tablet 5.3.6-6 - SDK 10.9) [Lookup]

    [not loaded]    com.wacom.kext.wacomtablet (Wacom Tablet 6.3.11-3 - SDK 10.9) [Lookup]



        ~/Downloads/InsomniaX.app

    [not loaded]    net.semaja2.kext.insomnia (2.1.7 - SDK 10.9) [Lookup]



System Launch Agents: ⓘ

    [not loaded]    8 Apple tasks

    [loaded]    174 Apple tasks

    [running]    67 Apple tasks

    [killed]    39 Apple tasks

    39 processes killed due to insufficient RAM


System Launch Daemons: ⓘ

    [not loaded]    31 Apple tasks

    [loaded]    188 Apple tasks

    [running]    78 Apple tasks

    [killed]    33 Apple tasks

    33 processes killed due to insufficient RAM


Launch Agents: ⓘ

    [not loaded]    com.adobe.AAM.Updater-1.0.plist (Adobe Systems, Inc. - installed 2016-09-25) [Lookup]

    [not loaded]    com.adobe.AdobeCreativeCloud.plist (Adobe Systems, Inc. - installed 2016-10-10) [Lookup]

    [loaded]    com.oracle.java.Java-Updater.plist (? 617e1a08 72ac4dde - installed 2017-09-16) [Lookup]

    [running]    com.wacom.pentablet.plist (Wacom Technology Corp. - installed 2014-12-23) [Lookup]

    [running]    com.wacom.wacomtablet.plist (Wacom Technology Corp. - installed 2017-01-26) [Lookup]

    [loaded]    org.macosforge.xquartz.startx.plist (Apple Inc. - XQuartz - installed 2015-10-16) [Lookup]


Launch Daemons: ⓘ

    [loaded]    com.BlueStacks.AppPlayer.bstservice_helper.plist (BlueStack Systems, Inc. - installed 2015-08-16) [Lookup]

    [running]    com.adobe.adobeupdatedaemon.plist (Adobe Systems, Inc. - installed 2016-09-25) [Lookup]

    [running]    com.adobe.agsservice.plist (Adobe Systems, Inc. - installed 2017-09-28) [Lookup]

    [loaded]    com.adobe.fpsaud.plist (? 2afb3af7 6f206b45 - installed 2016-05-09) [Lookup]

    [running]    com.autodesk.backburner_manager.plist (? 7756993a 4d42ae28 - installed 2013-02-04) [Lookup]

    [running]    com.autodesk.backburner_server.plist (? d65be064 87f6d28b - installed 2013-02-04) [Lookup]

    [loaded]    com.autodesk.backburner_start.plist (Shell Script 2fc05dde - installed 2013-02-04) [Lookup]

    [loaded]    com.macpaw.CleanMyMac2.Agent.plist (? 753d8be6 e456392f - installed 2017-12-11) [Lookup]

    [loaded]    com.malwarebytes.HelperTool.plist (Malwarebytes Corporation - installed 2017-07-04) [Lookup]

    [loaded]    com.oracle.java.Helper-Tool.plist (Shell Script e3fefdd2 - installed 2017-07-22) [Lookup]

    [running]    com.tunnelbear.mac.tbeard.plist (TunnelBear, Inc. - installed 2017-08-06) [Lookup]

    [running]    com.wacom.TabletHelper.plist (Wacom Technology Corp. - installed 2017-01-26) [Lookup]

    [loaded]    com.wacom.displayhelper.plist (Apple, Inc. - installed 2017-10-25)

    [loaded]    org.macosforge.xquartz.privileged_startx.plist (Apple Inc. - XQuartz - installed 2015-10-16) [Lookup]

    [not loaded]    org.virtualbox.startup.plist (Shell Script 700b9385 - installed 2015-10-27) [Lookup]

    [failed]    uk.co.thefoundry.lmgrd.plist (? 4000eaa3 66a7c625 - installed 2016-01-27) [Lookup]

    [running]    uk.co.thefoundry.rlm.plist (? 8dfb6f6c 803a657c - installed 2016-01-27) [Lookup]


User Launch Agents: ⓘ

    [loaded]    com.adobe.AAM.Updater-1.0.plist (Adobe Systems, Inc. - installed 2016-09-25) [Lookup]

    [not loaded]    com.adobe.ARM.[...].plist (? 560d19c8 3476b772 - installed 2015-09-05) [Lookup]

    [not loaded]    com.google.keystone.agent.plist (Google, Inc. - installed 2017-02-08) [Lookup]

    [loaded]    com.macpaw.CleanMyMac2Helper.scheduledScan.plist (? c5159129 0 - installed 2017-12-11) [Lookup]

    [loaded]    com.macpaw.CleanMyMac2Helper.trashWatcher.plist (? 603db48f 0 - installed 2017-12-11) [Lookup]

    [loaded]    com.redgiantsoftware.updater.plist (? 5e345303 0 - installed 2014-09-15) [Lookup] - /Applications/Red Giant Link.app: Executable not found!

    [running]    com.spotify.webhelper.plist (Spotify - installed 2017-06-02) [Lookup]


User Login Items: ⓘ

    Google Chrome    Aplicación

        (/Applications/Google Chrome.app)

    InsomniaX    Aplicación

        (~/Downloads/InsomniaX.app)

    Air Display Host    Aplicación

        (/Applications/Air Display Host.app)


Internet Plug-ins: ⓘ

    AdobeAAMDetect: 3.0.0.0 (installed 2016-09-25) [Lookup]

    QuickTime Plugin: 7.7.3 (installed 2017-10-25)

    AdobePDFViewerNPAPI: 11.0.12 (installed 2015-08-03) [Lookup]

    AdobePDFViewer: 11.0.12 (installed 2015-08-03) [Lookup]

    Silverlight: 5.1.30317.0 (installed 2014-05-30) [Lookup]

    WacomTabletPlugin: WacomTabletPlugin 2.1.0.6 (installed 2017-01-18) [Lookup]

    JavaAppletPlugin: Java 8 Update 144 build 01 (installed 2017-09-16) Check version



3rd Party Preference Panes: ⓘ

    Flash Player (installed 2016-05-09) [Lookup]

    FUSE for OS X (OSXFUSE) (installed 2015-10-25) [Lookup]

    Java (installed 2017-09-16) [Lookup]

    WacomTablet (installed 2017-01-18) [Lookup]


Time Machine: ⓘ

    Skip System Files: NO

    Mobile backups: ON

    Auto backup: YES

    Volumes being backed up:

        Macintosh HD: Disk size: 1.00 TB Disk used: 816.88 GB

    Destinations:

        2T Drive [Local]

        Total size: 2.00 TB

        Total number of backups: 9

        Oldest backup: 8/7/17, 5:51 AM

        Last backup: 9/25/17, 10:34 AM

        Size of backup disk: Too small

            Backup size 2.00 TB < (Disk used 816.88 GB X 3)


Top Processes by CPU: ⓘ

        99%   UserEventAgent

        29%   kernel_task

        5%   Google Chrome Helper

        4%   Google Chrome

        3%   Google Chrome Helper


Top Processes by Memory: ⓘ

    9.40 GB   kernel_task

    1.78 GB   UserEventAgent

    159 MB    WindowServer

    127 MB    Google Chrome

    102 MB    Console


Top Processes by Network Use: ⓘ

    Input     Output    Process name

    55 KB     35 KB     mDNSResponder

    14 KB     3 KB      cloudd

    5 KB      4 KB      apsd

    7 KB      1 KB      backburnerManager

    3 KB      2 KB      netbiosd


Top Processes by Energy Use: ⓘ

    93.84 UserEventAgent

    62.28 Console

    60.84 diagnosticd

    58.12 AdobeGCClient

      2.62 routined


Virtual Memory Information: ⓘ

    2.06 GB   Available RAM

    906 MB    Free RAM

    13.94 GB  Used RAM

    1.17 GB   Cached files

    4.54 GB   Swap Used


Software installs (last 30 days): ⓘ

    Marmoset Toolbag:  (installed 2017-11-30)

    Marmoset Toolbag:  (installed 2017-11-30)



    Install information may not be complete.


From the console:
Code:
error    16:42:24.997043 -0600    UserEventAgent    Month 13 is out of bounds
error    16:42:27.902701 -0600    UserEventAgent    Month 13 is out of bounds
error    16:42:27.902786 -0600    UserEventAgent    Month 13 is out of bounds
error    16:42:27.904959 -0600    UserEventAgent    Month 13 is out of bounds
error    16:42:35.235306 -0600    UserEventAgent    Month 13 is out of bounds
error    16:42:35.235393 -0600    UserEventAgent    Month 13 is out of bounds
predeterminado    16:43:24.609231 -0600    UserEventAgent    STARTING: <private>
predeterminado    16:43:24.669988 -0600    UserEventAgent    Initiating XPC Activity: com.apple.helpd.sdmmap_building
predeterminado    16:43:24.964164 -0600    UserEventAgent    Completed XPC Activity: com.apple.helpd.sdmmap_building
predeterminado    16:43:24.966166 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.helpd.sdmmap_building
error    16:44:15.132659 -0600    UserEventAgent    Month 13 is out of bounds
error    16:44:15.132754 -0600    UserEventAgent    Month 13 is out of bounds
error    16:44:15.134264 -0600    UserEventAgent    Month 13 is out of bounds
error    16:44:15.134339 -0600    UserEventAgent    Month 13 is out of bounds
error    16:44:37.138532 -0600    UserEventAgent    Month 13 is out of bounds
error    16:44:37.138615 -0600    UserEventAgent    Month 13 is out of bounds
error    16:44:37.933497 -0600    UserEventAgent    Month 13 is out of bounds
error    16:44:37.933577 -0600    UserEventAgent    Month 13 is out of bounds
error    16:44:38.481032 -0600    UserEventAgent    Month 13 is out of bounds
error    16:44:38.484281 -0600    UserEventAgent    Month 13 is out of bounds
error    16:44:38.484361 -0600    UserEventAgent    Month 13 is out of bounds
error    16:44:41.350140 -0600    UserEventAgent    Month 13 is out of bounds
error    16:44:43.200788 -0600    UserEventAgent    Month 13 is out of bounds
error    16:44:44.276727 -0600    UserEventAgent    Month 13 is out of bounds
predeterminado    16:45:08.190536 -0600    UserEventAgent    STARTING: <private>
predeterminado    16:45:08.240735 -0600    UserEventAgent    Initiating XPC Activity: com.apple.timed.ntp.needed
predeterminado    16:45:11.267815 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.timed.ntp.needed
predeterminado    16:45:11.268899 -0600    UserEventAgent    Creating XPC Activity: com.apple.timed.ntp.needed
predeterminado    16:45:11.268957 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.timed.ntp.needed
predeterminado    16:45:11.269102 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:45:11.269205 -0600    UserEventAgent    Registered XPC Activity: com.apple.timed.ntp.needed
error    16:46:31.683083 -0600    UserEventAgent    Month 13 is out of bounds
error    16:46:31.683167 -0600    UserEventAgent    Month 13 is out of bounds
error    16:47:05.317012 -0600    UserEventAgent    Month 13 is out of bounds
error    16:47:05.317098 -0600    UserEventAgent    Month 13 is out of bounds
error    16:47:05.319912 -0600    UserEventAgent    Month 13 is out of bounds
error    16:47:05.319993 -0600    UserEventAgent    Month 13 is out of bounds
predeterminado    16:47:19.712537 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.routined.persistence.mirroring.background
predeterminado    16:47:19.713501 -0600    UserEventAgent    Creating XPC Activity: com.apple.routined.persistence.mirroring.background
predeterminado    16:47:19.713570 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.routined.persistence.mirroring.background
predeterminado    16:47:19.713836 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:47:19.713957 -0600    UserEventAgent    Registered XPC Activity: com.apple.routined.persistence.mirroring.background
predeterminado    16:47:20.314144 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:47:20.315185 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:47:20.315274 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:47:20.315501 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:47:20.315601 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:47:20.319044 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:47:20.320210 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:47:20.320310 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:47:20.320550 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:47:20.320657 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:47:20.321520 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:47:20.322430 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:47:20.322482 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:47:20.322670 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:47:20.322772 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:47:20.358271 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.GeoServices.UpdateExperiment
predeterminado    16:47:20.359155 -0600    UserEventAgent    Creating XPC Activity: com.apple.GeoServices.UpdateExperiment
predeterminado    16:47:20.359213 -0600    UserEventAgent    Matches XPC Activity with name com.apple.GeoServices.UpdateExperiment
predeterminado    16:47:20.359390 -0600    UserEventAgent    Reused DAS activity from existing XPC Activity: com.apple.GeoServices.UpdateExperiment
predeterminado    16:47:20.362978 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
predeterminado    16:47:20.363815 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
predeterminado    16:47:20.363869 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
predeterminado    16:47:20.364070 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:47:20.364174 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
predeterminado    16:47:20.365754 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_15000
predeterminado    16:47:20.366559 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_30000
predeterminado    16:47:20.368080 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_30000
predeterminado    16:47:20.368151 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_30000
predeterminado    16:47:20.368359 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:47:20.368489 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_30000
predeterminado    16:47:20.369208 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_15000
predeterminado    16:47:20.369263 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_30000
predeterminado    16:47:20.369430 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:47:20.369522 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_15000
predeterminado    16:47:20.369712 -0600    UserEventAgent    Could not get event name for stream/token: com.apple.xpc.activity/115: 132: Request for stale data
predeterminado    16:47:20.369752 -0600    UserEventAgent    Creating XPC Activity: <Unknown>
predeterminado    16:47:20.369799 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_30000
predeterminado    16:47:20.369951 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:47:20.370036 -0600    UserEventAgent    Registered XPC Activity: <Unknown>
predeterminado    16:47:20.371029 -0600    UserEventAgent    Unregistered XPC Activity: <Unknown>
predeterminado    16:47:20.371773 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:47:20.372420 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:47:20.373328 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:47:20.373407 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:47:20.373604 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:47:20.373744 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:47:20.373911 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:47:20.373972 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:47:20.374218 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:47:20.374311 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
error    16:47:37.805125 -0600    UserEventAgent    Month 13 is out of bounds
error    16:47:37.805230 -0600    UserEventAgent    Month 13 is out of bounds
predeterminado    16:48:16.909271 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:48:16.910696 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:48:16.911022 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:48:16.911339 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:48:16.911661 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:48:16.913710 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:48:16.917409 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:48:16.918439 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:48:16.918536 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:48:16.918756 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:48:16.918984 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:48:16.919613 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:48:16.919736 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:48:16.920251 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:48:16.920469 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:48:16.922438 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.GeoServices.UpdateExperiment
predeterminado    16:48:16.923824 -0600    UserEventAgent    Creating XPC Activity: com.apple.GeoServices.UpdateExperiment
predeterminado    16:48:16.923886 -0600    UserEventAgent    Matches XPC Activity with name com.apple.GeoServices.UpdateExperiment
predeterminado    16:48:16.924074 -0600    UserEventAgent    Reused DAS activity from existing XPC Activity: com.apple.GeoServices.UpdateExperiment
predeterminado    16:48:16.959544 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:48:16.960149 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:48:16.960206 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:48:16.960421 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:48:16.960539 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:48:16.962947 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:48:16.964393 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:48:16.964449 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:48:16.964686 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:48:16.964812 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:48:16.966389 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_30000
predeterminado    16:48:16.967062 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_15000
predeterminado    16:48:16.967918 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
predeterminado    16:48:16.968666 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_30000
predeterminado    16:48:16.968735 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
predeterminado    16:48:16.968899 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:48:16.968987 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_30000
predeterminado    16:48:16.969140 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_15000
predeterminado    16:48:16.969225 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
predeterminado    16:48:16.969418 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:48:16.969503 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_15000
predeterminado    16:48:16.969705 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
predeterminado    16:48:16.969774 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
predeterminado    16:48:16.970008 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:48:16.970098 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
predeterminado    16:48:38.264744 -0600    nsurlsessiond    NDUserEventAgentConnection received connection
error    16:50:08.538541 -0600    UserEventAgent    Month 13 is out of bounds
error    16:50:08.538718 -0600    UserEventAgent    Month 13 is out of bounds
error    16:50:08.541824 -0600    UserEventAgent    Month 13 is out of bounds
error    16:50:08.541902 -0600    UserEventAgent    Month 13 is out of bounds
predeterminado    16:50:48.006242 -0600    UserEventAgent    Creating XPC Activity: com.apple.mds.Merge(2).3
predeterminado    16:50:48.006633 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:50:48.006765 -0600    UserEventAgent    Registered XPC Activity: com.apple.mds.Merge(2).3
predeterminado    16:51:05.453679 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.GeoServices.UpdateExperiment
predeterminado    16:51:05.455576 -0600    UserEventAgent    Creating XPC Activity: com.apple.GeoServices.UpdateExperiment
predeterminado    16:51:05.455678 -0600    UserEventAgent    Matches XPC Activity with name com.apple.GeoServices.UpdateExperiment
predeterminado    16:51:05.456121 -0600    UserEventAgent    Reused DAS activity from existing XPC Activity: com.apple.GeoServices.UpdateExperiment
predeterminado    16:51:05.463901 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:51:05.465035 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:51:05.465095 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:51:05.465472 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:51:05.466144 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:51:05.479533 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50000
predeterminado    16:51:05.479801 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:51:05.480064 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:51:05.480186 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50000
predeterminado    16:51:05.483198 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:51:05.484836 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:51:05.484894 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:51:05.485074 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:51:05.485239 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:51:05.489689 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:51:05.491792 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:51:05.491958 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:51:05.492257 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:51:05.492391 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:51:05.494990 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:51:05.495725 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:51:05.495781 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:51:05.496003 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:51:05.496101 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:51:05.501723 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50000
predeterminado    16:51:05.502651 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_30000
predeterminado    16:51:05.503274 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_15000
predeterminado    16:51:05.503890 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
predeterminado    16:51:05.504350 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:51:05.504967 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:51:05.505033 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:51:05.505151 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:51:05.505214 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:51:05.505375 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_30000
predeterminado    16:51:05.505422 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:51:05.505615 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:51:05.505696 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_30000
predeterminado    16:51:05.505821 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_15000
predeterminado    16:51:05.505874 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:51:05.506052 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:51:05.506155 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_15000
predeterminado    16:51:05.506370 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
predeterminado    16:51:05.506427 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:51:05.506584 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:51:05.506673 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
error    16:51:29.134457 -0600    UserEventAgent    Month 13 is out of bounds
error    16:51:29.134537 -0600    UserEventAgent    Month 13 is out of bounds
error    16:51:29.137335 -0600    UserEventAgent    Month 13 is out of bounds
error    16:51:29.137490 -0600    UserEventAgent    Month 13 is out of bounds
predeterminado    16:51:32.971777 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.KeyboardServices.TextReplacementCKSyncTask
predeterminado    16:51:32.972453 -0600    UserEventAgent    Creating XPC Activity: com.apple.KeyboardServices.TextReplacementCKSyncTask
predeterminado    16:51:32.972509 -0600    UserEventAgent    Matches XPC Activity with name com.apple.KeyboardServices.TextReplacementCKSyncTask
predeterminado    16:51:32.978817 -0600    UserEventAgent    Reused DAS activity from existing XPC Activity: com.apple.KeyboardServices.TextReplacementCKSyncTask
predeterminado    16:51:33.019041 -0600    nsurlsessiond    NDUserEventAgentConnection received connection
predeterminado    16:51:51.688028 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.GeoServices.UpdateExperiment
predeterminado    16:51:51.690309 -0600    UserEventAgent    Creating XPC Activity: com.apple.GeoServices.UpdateExperiment
predeterminado    16:51:51.690549 -0600    UserEventAgent    Matches XPC Activity with name com.apple.GeoServices.UpdateExperiment
predeterminado    16:51:51.690765 -0600    UserEventAgent    Reused DAS activity from existing XPC Activity: com.apple.GeoServices.UpdateExperiment
predeterminado    16:51:51.692211 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:51:51.693347 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:51:51.693456 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:51:51.693883 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:51:51.694214 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:51:51.697465 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:51:51.700994 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:51:51.704737 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:51:51.704886 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:51:51.705129 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:51:51.705220 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:51:51.705422 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:51:51.705488 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:51:51.705761 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:51:51.705882 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:51:51.721900 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_15000
predeterminado    16:51:51.723512 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_15000
predeterminado    16:51:51.723596 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_15000
predeterminado    16:51:51.723790 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:51:51.723883 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_15000
predeterminado    16:51:51.725172 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
predeterminado    16:51:51.732595 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
predeterminado    16:51:51.732666 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
predeterminado    16:51:51.732893 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:51:51.733006 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
predeterminado    16:51:51.734425 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:51:51.735057 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_30000
predeterminado    16:51:51.735726 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:51:51.736445 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:51:51.736557 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:51:51.755313 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:51:51.755425 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:51:51.755636 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:51:51.755699 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:51:51.755912 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:51:51.755999 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:51:51.756248 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_30000
predeterminado    16:51:51.756301 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:51:51.762349 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:51:51.762459 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_30000
predeterminado    16:52:15.629241 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:52:15.630835 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:52:15.630901 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:52:15.631190 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:52:15.631321 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_11000
predeterminado    16:52:15.633454 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:52:15.634301 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:52:15.634375 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:52:15.634634 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:52:15.634721 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_12000
predeterminado    16:52:15.646644 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:52:15.647757 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:52:15.647860 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:52:15.648061 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:52:15.648208 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:52:15.652746 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50000
predeterminado    16:52:15.652816 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_40000
predeterminado    16:52:15.653053 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:52:15.653194 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50000
predeterminado    16:52:15.675005 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:52:15.675774 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:52:15.676488 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:52:15.676564 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:52:15.676741 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:52:15.676832 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:52:15.677005 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:52:15.677059 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_13000
predeterminado    16:52:15.677342 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:52:15.677658 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50001
predeterminado    16:52:15.680045 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_15000
predeterminado    16:52:15.680967 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_15000
predeterminado    16:52:15.681020 -0600    UserEventAgent    Does not match XPC Activity with name com.apple.geod.XPCRemoteLogAdaptor.aid_types_15000
predeterminado    16:52:15.686897 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:52:15.687019 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_15000
predeterminado    16:52:15.688423 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_50000
predeterminado    16:52:15.689047 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_30000
predeterminado    16:52:15.689676 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
predeterminado    16:52:15.690298 -0600    UserEventAgent    Unregistered XPC Activity: com.apple.GeoServices.UpdateExperiment
predeterminado    16:52:15.690994 -0600    UserEventAgent    Creating XPC Activity: com.apple.GeoServices.UpdateExperiment
predeterminado    16:52:15.691051 -0600    UserEventAgent    Matches XPC Activity with name com.apple.GeoServices.UpdateExperiment
predeterminado    16:52:15.691201 -0600    UserEventAgent    Reused DAS activity from existing XPC Activity: com.apple.GeoServices.UpdateExperiment
predeterminado    16:52:15.691344 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
predeterminado    16:52:15.694548 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:52:15.694700 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_14000
predeterminado    16:52:15.694891 -0600    UserEventAgent    Creating XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_30000
predeterminado    16:52:15.695056 -0600    UserEventAgent    SUBMITTING: <private>
predeterminado    16:52:15.695154 -0600    UserEventAgent    Registered XPC Activity: com.apple.geod.XPCRemoteLogAdaptor.aid_types_30000
error    16:52:23.188716 -0600    UserEventAgent    Month 13 is out of bounds
error    16:52:23.188889 -0600    UserEventAgent    Month 13 is out of bounds
error    16:52:23.190737 -0600    UserEventAgent    Month 13 is out of bounds
error    16:52:23.190786 -0600    UserEventAgent    Month 13 is out of bounds
predeterminado    16:52:24.294690 -0600    nsurlsessiond    NDUserEventAgentConnection received connection
 
Last edited by a moderator:

jerwin

Suspended
Jun 13, 2015
2,895
4,651
https://mjtsai.com/blog/2017/12/06/month-13-is-out-of-bounds/

I'm getting the same error, but no memory leak

However

https://robservatory.com/month-13-is-out-of-bounds/#comment-14466

Traced the out of control UserEventAgent to a launchd plist that uses the StartCalendarInterval key for scheduling. Unloaded the job and my computer is back to normal. Still getting loads of ‘Month 13’ messages in the console, but at least my computer is usable. Anyone having UserEventAgent interactions with this date bug might want to look in their LaunchAgent folders.

could you tell us about the Red Giant software?

It appears to be partially uninstalled. If you have no need for it, that's one UserEventAgent that can be deleted..

PS-- anohter robservatory user writes

Easiest thing to do is to check /Library/LaunchAgents and ~/Library/LaunchAgents and run grep -i StartCalendarInterval * in those two directories.
 

kckike

macrumors newbie
Dec 10, 2017
9
0
Ok, so i got into /Library/LaunchAgents and got this Captura de pantalla 2017-12-12 a la(s) 00.45.24.png

But now i don't understand the next step ( ~/Library/LaunchAgents and run grep -i StartCalendarInterval * ) Do i have to type this into the console or terminal?

Second option is to set the date back until November? with the time machine or just set the date to the month November?

The Red Giant was a plug in i installed for a motion graphics software i use, After Effects... I rarely use it now, should i find remaining files and get rid of it?
 

jerwin

Suspended
Jun 13, 2015
2,895
4,651
But now i don't understand the next step ( ~/Library/LaunchAgents and run grep -i StartCalendarInterval * ) Do i have to type this into the console or terminal?

The Terminal

actually, a quicker way would be to type at the terminal's prompt:

Code:
 grep -i StartCalendarInterval /Library/LaunchAgents/* ~/Library/LaunchAgents/*
and press return...

it should list the files that contain 'StartCalendarInterval' and it may reveal the culprit.

(My guess is that one of the LaunchAgents is trying to do something that errors out, and the system tries again and again)
 
Last edited:

kckike

macrumors newbie
Dec 10, 2017
9
0
This is what i got...

Last login: Wed Dec 13 13:24:43 on console

K-4:~ K$ grep -i StartCalendarInterval /Library/LaunchAgents/* ~/Library/LaunchAgents/*

/Library/LaunchAgents/com.oracle.java.Java-Updater.plist: <key>StartCalendarInterval</key>

/Users/K/Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist: <key>StartCalendarInterval</key>

/Users/K/Library/LaunchAgents/com.macpaw.CleanMyMac2Helper.scheduledScan.plist:<key>StartCalendarInterval</key>

/Users/K/Library/LaunchAgents/com.redgiantsoftware.updater.plist: <key>StartCalendarInterval</key>

K-4:~ K$
 

kckike

macrumors newbie
Dec 10, 2017
9
0
It still works and never gave me a problem... should i uninstall it? Also i started my computer in Safe mode and it seemed like the computer was working fine, without using all the ram in UserEventAgent, althou it was very glitchy and slow, i couldn't even open chrome or work with other programs. Could this info be useful?
 

chrfr

macrumors G5
Jul 11, 2009
13,520
7,045
It still works and never gave me a problem... should i uninstall it?
You've already established that your computer is giving you a problem. Why would you not uninstall an application when the developer has stated that the application isn't compatible with your operating system?
The fact that safe boot allows the computer to run without using up all the RAM tells you that something in the startup process is causing the problem.
 
  • Like
Reactions: Weaselboy

jerwin

Suspended
Jun 13, 2015
2,895
4,651
You've already established that your computer is giving you a problem. Why would you not uninstall an application when the developer has stated that the application isn't compatible with your operating system?
The fact that safe boot allows the computer to run without using up all the RAM tells you that something in the startup process is causing the problem.
he also said

althou it was very glitchy and slow, i couldn't even open chrome or work with other programs.

so...

still a puzzle.

This might alleviate the symptoms:

https://jonathansblog.co.uk/disable-reportcrash-osx-lion

mentioned here

https://forums.developer.apple.com/thread/88417
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.