Found a job that recently did this, and this is the limit groups document its showing (the artist manually upped the machine limit to ‘fix’ the issue, thats why you see 2):
{u’LastWriteTime’: {u’$date’: 1408566014281L},
u’Name’: u’53f3efaebb649a0f884084c2’,
u’Props’: {u’Limit’: 2,
u’RelPer’: -1,
u’Slaves’: [],
u’SlavesEx’: [],
u’White’: False},
u’StubCount’: 2,
u’StubLevel’: 0,
u’Stubs’: [{u’Holder’: u’lapro0678’, u’Time’: {u’$date’: 1408496866325L}},
{u’Holder’: u’lapro0417’, u’Time’: {u’$date’: 1408566014281L}}],
u’Type’: 1,
u’_id’: u’53f3efaebb649a0f884084c2’}
0417 is in fact rendering it, 0678 is a ‘stub hoarder’ though… check it out… All of these are assigned as current stubs, amongst them the one from the job above:
53f3a5cae74b5416040a3627, 53f3e2299e277f218c0dd121, mx_flowlinerender, 53f3ca1f229aec303c1e1e19, 53f3c64bbb649a18442e07e3, 53ed5a189298cb2090d920f2, 53ed59fc9298cb2edcb54f38, 53ed59eb9298cb11f802bf68, 53ed49329298cb2860d66e5c, 53ed49289298cb2b682283c7, 53ed490b9298cb2c6455fa0b, 53ed48fa9298cb22a8c6d66e, 53f3c747bb649a195885e9ac, 53f3c634bb649a1010bfc8fe, 53f3b8b5bb649a0cf89f4f13, 53f3c27e9e277f0854283441, 53f3b57be74b5416040a3629, vray2, mx_render, 53f3b39c0294980e2000c7e0, mx_fastmachines, 53f3c2b3e74b5416040a362d, mx_128gb, 53f3e2e0162dfe1f4496b063, 53f3daa5cf71591ca06f79c1, 53f3efaebb649a0f884084c2, rendernodes, mx_flowlinesim, 53f3efa4bb649a196c75bd2a
Remoting into the slave, it seems to have crashed. The last lines of its log:
2014-08-19 18:06:58: Scheduler - The 53f3da8acf715918e8ca8843 limit is maxed out.
2014-08-19 18:06:58: Scheduler - The 53f3e307cf71591574e6d658 limit is maxed out.
2014-08-19 18:06:58: Scheduler - Slave has been marked bad for job 53f246b5e74b5430b8d9ca87, skipping this job.
2014-08-19 18:06:58: Scheduler - Slave has been marked bad for job 53f3b57be74b5416040a3629, skipping this job.
2014-08-19 18:06:58: Scheduler - Slave has been marked bad for job 53f3afa5e74b5416040a3628, skipping this job.
2014-08-19 18:06:58: Scheduler - Unexpected Error Occurred
2014-08-19 18:06:58: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2014-08-19 18:06:58: Scheduler Thread - exception occurred:
The actual exception isnt there… But the deadline slave is hanging with a crash popup:
According to the event viewer, it was an out of memory exception:
Log Name: Application
Source: .NET Runtime
Date: 8/19/2014 6:06:59 PM
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: LAPRO0678.scanlinevfxla.local
Description:
Application: deadlineslave.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.OutOfMemoryException
Stack:
at Deadline.Slaves.SlaveSchedulerThread.HandleException(System.Exception)
at Deadline.Slaves.SlaveSchedulerThread.ThreadMain()
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart()
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1026</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-08-20T01:06:59.000000000Z" />
<EventRecordID>34223</EventRecordID>
<Channel>Application</Channel>
<Computer>LAPRO0678.scanlinevfxla.local</Computer>
<Security />
</System>
<EventData>
<Data>Application: deadlineslave.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.OutOfMemoryException
Stack:
at Deadline.Slaves.SlaveSchedulerThread.HandleException(System.Exception)
at Deadline.Slaves.SlaveSchedulerThread.ThreadMain()
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart()
</Data>
</EventData>
</Event>
On a 64 bit machine, this is odd to see…