This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Accessing multiple cards

Hi,

We now have multiple board from Advantech DSP board with 8 DSPs and we are having an issue accessing  them. We tried to run it like the following.

./init_dsp.sh 1250

./reset_dsp.sh 1250

                                    ./dnld_dsp.sh 16

$MCSDK_VIDEO_HOSTBIN_DIR/demo_c667x --dsp-image=$MCSDK_VIDEO_DSPIMAGE_DIR/sv04.out -v --channel="H265 Encode" -a HEVCENC -f $CLIP_CONFIG -c $CODEC_PARAMS -t "64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95" --width=1920 --height=1080

And it hangs.

Would you guide us how to run the encoder in the second ( and more) board ?

Thanks,

Jaewoo

  • Hi Jaewoo,

      How are you doing the following sequence?

    ./init_dsp.sh 1250

    ./reset_dsp.sh 1250

    ./dnld_dsp.sh 16

    If you are doing it from shell script (Ex: demoSave2file.sh), could you please add "sleep 4" after ./dnld_dsp.sh 16 in demoSave2file.sh file?

    Also could you please update with the following command (to dump error & log file) & share hevc.err & hevc.log for identifying Issues.

    $MCSDK_VIDEO_HOSTBIN_DIR/demo_c667x --dsp-image=$MCSDK_VIDEO_DSPIMAGE_DIR/sv04.out -v  --debug-log=hevc.log --error-log=hevc.err --channel="H265 Encode" -a HEVCENC -f $CLIP_CONFIG -c $CODEC_PARAMS -t "64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95" --width=1920 --height=1080

     

    Thanks,

    Prasanna

  • Hi Jaewoo,

    some questions/checks that we can do: 

    - Are the same scripts/clips running ok in the first octal? ($CODEC_PARAMS -t "0 1 2....")

    - You can the second octal listed using lspci -n | grep "104c" ?

    - Could we inter-change octals in order to check if there is any HW problem with the second one?

    thank you,

    Paula

  • Paula,

    We verified that each card works fine when it's used alone.

    Previously I posted wrong log from encoder. This is correct one.

    checkHostBufReqs() Complete.

    Demo Configuration:

    Verbosity ..... 2
    Channel 1 Configuration:

    Channel . ..... H265 Encode
    Width ......... 1920
    Height ........ 1080
    Algorithm ..... HEVCENC
    Team 1 ........ 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95


    Node Mapping:
         0  0  0  0  0  0  0  0
         0  0  0  0  0  0  0  0
         0  0  0  0  0  0  0  0
         0  0  0  0  0  0  0  0
         0  0  0  0  0  0  0  0
         0  0  0  0  0  0  0  0
         0  0  0  0  0  0  0  0
         0  0  0  0  0  0  0  0
         1  1  1  1  1  1  1  1
         1  1  1  1  1  1  1  1
         1  1  1  1  1  1  1  1
         1  1  1  1  1  1  1  1
         0  0  0  0  0  0  0  0
         0  0  0  0  0  0  0  0
         0  0  0  0  0  0  0  0
         0  0  0  0  0  0  0  0



    [1405667835.308031522] (DEBUG) openDevices() : There are a total of 16 devices discovered in the system.
    [1405667835.308048707] (DEBUG) device2deviceMapping() : Mapped 0x02620000 on chip 11 to 0x60020000 on chip 8.
    [1405667835.308052574] (DEBUG) device2deviceMapping() : Mapped 0x02620000 on chip 9 to 0x60820000 on chip 8.
    [1405667835.308055788] (DEBUG) device2deviceMapping() : Mapped 0x81E00000 on chip 11 to 0x61000000 on chip 8.
    [1405667835.308058477] (DEBUG) device2deviceMapping() : Mapped 0x81E00000 on chip 9 to 0x62000000 on chip 8.
    [1405667835.308061077] (DEBUG) device2deviceMapping() : Mapped 0x02620000 on chip 8 to 0x60020000 on chip 9.
    [1405667835.308063612] (DEBUG) device2deviceMapping() : Mapped 0x02620000 on chip 10 to 0x60820000 on chip 9.
    [1405667835.308066468] (DEBUG) device2deviceMapping() : Mapped 0x81E00000 on chip 8 to 0x61000000 on chip 9.
    [1405667835.308069117] (DEBUG) device2deviceMapping() : Mapped 0x81E00000 on chip 10 to 0x62000000 on chip 9.
    [1405667835.308071573] (DEBUG) device2deviceMapping() : Mapped 0x02620000 on chip 9 to 0x60020000 on chip 10.
    [1405667835.308074086] (DEBUG) device2deviceMapping() : Mapped 0x02620000 on chip 11 to 0x60820000 on chip 10.
    [1405667835.308076952] (DEBUG) device2deviceMapping() : Mapped 0x81E00000 on chip 9 to 0x61000000 on chip 10.
    [1405667835.308079454] (DEBUG) device2deviceMapping() : Mapped 0x81E00000 on chip 11 to 0x62000000 on chip 10.
    [1405667835.308081964] (DEBUG) device2deviceMapping() : Mapped 0x02620000 on chip 10 to 0x60020000 on chip 11.
    [1405667835.308084438] (DEBUG) device2deviceMapping() : Mapped 0x02620000 on chip 8 to 0x60820000 on chip 11.
    [1405667835.308087224] (DEBUG) device2deviceMapping() : Mapped 0x81E00000 on chip 10 to 0x61000000 on chip 11.
    [1405667835.308089758] (DEBUG) device2deviceMapping() : Mapped 0x81E00000 on chip 8 to 0x62000000 on chip 11.
    [1405667835.308091948] (DEBUG) device2deviceMapping() : Device 0 does not need to map to another device. Reserving PCIe memory range.
    [1405667835.308094104] (DEBUG) device2deviceMapping() : Memory range reserved for Dev 0, Memrage: 0x60000000, Size: 0x01800000
    [1405667835.308096313] (DEBUG) device2deviceMapping() : Memory range reserved for Dev 0, Memrage: 0x61800000, Size: 0x01800000
    [1405667835.308098637] (DEBUG) initDevices() : Opening cmem driver...
    [1405667835.308107395] (DEBUG) initDevices() : cmem driver opened.
    [1405667835.308120132] (DEBUG) initDevices() : Allocating contiguous memory for static mapping...
    [1405667835.308171244] (DEBUG) initDevices() : Static global memory allocated.
    [1405667835.312609391] (DEBUG) initDevices() : Reserving shared memory range for static global memory...
    [1405667835.312613743] (DEBUG) initDevices() : Static global memory range allocated for Dev 0, Memrage: 0x62800000
    [1405667835.312616048] (DEBUG) initDevice() : Mapping x86 contiguous memory to static global memory on device #0...
    [1405667835.312618924] (DEBUG) initDevices() : Global IO memory range allocated for Dev 0, Memrage: 0x63800000
    [1405667835.312621141] (DEBUG) initDevices() : Static global memory range allocated for Dev 8, Memrage: 0x62800000
    [1405667835.312623050] (DEBUG) initDevice() : Mapping x86 contiguous memory to static global memory on device #8...
    [1405667835.312625695] (DEBUG) initDevices() : Global IO memory range allocated for Dev 8, Memrage: 0x63800000
    [1405667835.312632743] (DEBUG) initDevices() : Static global memory range allocated for Dev 9, Memrage: 0x62800000
    [1405667835.312635043] (DEBUG) initDevice() : Mapping x86 contiguous memory to static global memory on device #9...
    [1405667835.312637784] (DEBUG) initDevices() : Global IO memory range allocated for Dev 9, Memrage: 0x63800000
    [1405667835.312639854] (DEBUG) initDevices() : Static global memory range allocated for Dev 10, Memrage: 0x62800000
    [1405667835.312641815] (DEBUG) initDevice() : Mapping x86 contiguous memory to static global memory on device #10...
    [1405667835.312644518] (DEBUG) initDevices() : Global IO memory range allocated for Dev 10, Memrage: 0x63800000
    [1405667835.312646588] (DEBUG) initDevices() : Static global memory range allocated for Dev 11, Memrage: 0x62800000
    [1405667835.312648453] (DEBUG) initDevice() : Mapping x86 contiguous memory to static global memory on device #11...
    [1405667835.312651116] (DEBUG) initDevices() : Global IO memory range allocated for Dev 11, Memrage: 0x63800000
    [1405667835.312652995] (DEBUG) initDevices() : Shared static global memory starts at 0x62800000.
    [1405667835.312654804] (DEBUG) initDevices() : Shared input starts at 0x63800000.
    initDevices() Complete.
    [1405667835.312659268] (DEBUG) createBufferPools() : Actual CMEM buffer size 0x800000 AlignedToNext2Power 0x800000
    [1405667835.312661382] (DEBUG) createBufferPools() : Demo needs CMEM buffers of size 0x800000 Bytes. Max size is of Channel-0
    [1405667835.312663403] (DEBUG) createBufferPools() : Actual CMEM buffer size 0x800000 AlignedToNext2Power 0x800000
    [1405667835.312665204] (DEBUG) createBufferPools() : Demo needs CMEM buffers of size 0x800000 Bytes. Max size is of Channel-0
    [1405667835.312667652] (DEBUG) createBufferPools() : Allocating contiguous memory...
    [1405667835.312669417] (DEBUG) createBufferPools() : 2 Input and 8 Output Buffers.
    [1405667835.312710794] (DEBUG) createBufferPools() : Input Contiguous memory allocated.
    [1405667835.312719156] (DEBUG) createBufferPools() : Input buffer pool created.
    [1405667835.312865603] (DEBUG) createBufferPools() : Output Contiguous memory allocated.
    [1405667835.312869284] (DEBUG) createBufferPools() : Output buffer pool created.
    createBufferPools() Complete.
    [1405667835.312920069] (DEBUG) DeviceIOCreateNode(0,0) : TX mailbox handle allocated.
    [1405667835.312923534] (DEBUG) DeviceIOCreateNode(0,0) : TX Mailbox created.
    [1405667835.312929411] (DEBUG) DeviceIOCreateNode(0,0) : Opened Tx mailbox.
    [1405667835.312939882] (DEBUG) DeviceIOCreateNode(0,0) : RX mailbox handle allocated.
    [1405667835.312947906] (DEBUG) DeviceIOCreateNode(0,0) : RX Mailbox created.
    [1405667835.312951861] (DEBUG) DeviceIOCreateNode(0,0) : Opened Rx mailbox.
    [1405667835.312973160] (DEBUG) DeviceIOCreateNode(0,1) : TX mailbox handle allocated.
    [1405667835.312975385] (DEBUG) DeviceIOCreateNode(0,1) : TX Mailbox created.
    [1405667835.312980281] (DEBUG) DeviceIOCreateNode(0,1) : Opened Tx mailbox.
    [1405667835.312991049] (DEBUG) DeviceIOCreateNode(0,1) : RX mailbox handle allocated.
    [1405667835.312998889] (DEBUG) DeviceIOCreateNode(0,1) : RX Mailbox created.
    [1405667835.313002914] (DEBUG) DeviceIOCreateNode(0,1) : Opened Rx mailbox.
    [1405667835.313015748] (DEBUG) DeviceIOCreateNode(0,2) : TX mailbox handle allocated.
    [1405667835.313018307] (DEBUG) DeviceIOCreateNode(0,2) : TX Mailbox created.
    [1405667835.313023221] (DEBUG) DeviceIOCreateNode(0,2) : Opened Tx mailbox.
    [1405667835.313034269] (DEBUG) DeviceIOCreateNode(0,2) : RX mailbox handle allocated.
    [1405667835.313042015] (DEBUG) DeviceIOCreateNode(0,2) : RX Mailbox created.
    [1405667835.313046205] (DEBUG) DeviceIOCreateNode(0,2) : Opened Rx mailbox.
    [1405667835.313056135] (DEBUG) DeviceIOCreateNode(0,3) : TX mailbox handle allocated.
    [1405667835.313058398] (DEBUG) DeviceIOCreateNode(0,3) : TX Mailbox created.
    [1405667835.313063245] (DEBUG) DeviceIOCreateNode(0,3) : Opened Tx mailbox.
    [1405667835.313073231] (DEBUG) DeviceIOCreateNode(0,3) : RX mailbox handle allocated.
    [1405667835.313080748] (DEBUG) DeviceIOCreateNode(0,3) : RX Mailbox created.
    [1405667835.313088891] (DEBUG) DeviceIOCreateNode(0,3) : Opened Rx mailbox.
    [1405667835.313100268] (DEBUG) DeviceIOCreateNode(0,4) : TX mailbox handle allocated.
    [1405667835.313102654] (DEBUG) DeviceIOCreateNode(0,4) : TX Mailbox created.
    [1405667835.313114951] (DEBUG) DeviceIOCreateNode(0,4) : Opened Tx mailbox.
    [1405667835.313126774] (DEBUG) DeviceIOCreateNode(0,4) : RX mailbox handle allocated.
    [1405667835.313134619] (DEBUG) DeviceIOCreateNode(0,4) : RX Mailbox created.
    [1405667835.313138670] (DEBUG) DeviceIOCreateNode(0,4) : Opened Rx mailbox.
    [1405667835.313148686] (DEBUG) DeviceIOCreateNode(0,5) : TX mailbox handle allocated.
    [1405667835.313150972] (DEBUG) DeviceIOCreateNode(0,5) : TX Mailbox created.
    [1405667835.313155802] (DEBUG) DeviceIOCreateNode(0,5) : Opened Tx mailbox.
    [1405667835.313168348] (DEBUG) DeviceIOCreateNode(0,5) : RX mailbox handle allocated.
    [1405667835.313176350] (DEBUG) DeviceIOCreateNode(0,5) : RX Mailbox created.
    [1405667835.313180537] (DEBUG) DeviceIOCreateNode(0,5) : Opened Rx mailbox.
    [1405667835.313190671] (DEBUG) DeviceIOCreateNode(0,6) : TX mailbox handle allocated.
    [1405667835.313193060] (DEBUG) DeviceIOCreateNode(0,6) : TX Mailbox created.
    [1405667835.313197993] (DEBUG) DeviceIOCreateNode(0,6) : Opened Tx mailbox.
    [1405667835.313208893] (DEBUG) DeviceIOCreateNode(0,6) : RX mailbox handle allocated.
    [1405667835.313216591] (DEBUG) DeviceIOCreateNode(0,6) : RX Mailbox created.
    [1405667835.313220580] (DEBUG) DeviceIOCreateNode(0,6) : Opened Rx mailbox.
    [1405667835.313230692] (DEBUG) DeviceIOCreateNode(0,7) : TX mailbox handle allocated.
    [1405667835.313232950] (DEBUG) DeviceIOCreateNode(0,7) : TX Mailbox created.
    [1405667835.313237746] (DEBUG) DeviceIOCreateNode(0,7) : Opened Tx mailbox.
    [1405667835.313248146] (DEBUG) DeviceIOCreateNode(0,7) : RX mailbox handle allocated.
    [1405667835.313255687] (DEBUG) DeviceIOCreateNode(0,7) : RX Mailbox created.
    [1405667835.313259846] (DEBUG) DeviceIOCreateNode(0,7) : Opened Rx mailbox.
    createDeviceIO(0) Complete.
    [1405667835.313342618] (DEBUG) DeviceIOCreateNode(8,64) : TX mailbox handle allocated.
    [1405667835.313345968] (DEBUG) DeviceIOCreateNode(8,64) : TX Mailbox created.
    [1405667835.313351453] (DEBUG) DeviceIOCreateNode(8,64) : Opened Tx mailbox.
    [1405667835.313363504] (DEBUG) DeviceIOCreateNode(8,64) : RX mailbox handle allocated.
    [1405667835.313371523] (DEBUG) DeviceIOCreateNode(8,64) : RX Mailbox created.
    [1405667835.313375621] (DEBUG) DeviceIOCreateNode(8,64) : Opened Rx mailbox.
    [1405667835.313373863] (DEBUG) DeviceIOTxThread(0) : Hello! ThreadID = 0xD4AE7700
    [1405667835.313398017] (DEBUG) DeviceIORxThread(0) : Hello! ThreadID = 0xD42E6700
    [1405667835.313390690] (DEBUG) DeviceIOCreateNode(8,65) : TX mailbox handle allocated.
    [1405667835.313458885] (DEBUG) DeviceIOCreateNode(8,65) : TX Mailbox created.
    [1405667835.313472522] (DEBUG) DeviceIOCreateNode(8,65) : Opened Tx mailbox.
    [1405667835.313494411] (DEBUG) DeviceIOCreateNode(8,65) : RX mailbox handle allocated.
    [1405667835.313507763] (DEBUG) DeviceIOCreateNode(8,65) : RX Mailbox created.
    [1405667835.313514038] (DEBUG) DeviceIOCreateNode(8,65) : Opened Rx mailbox.
    [1405667835.313531410] (DEBUG) DeviceIOCreateNode(8,66) : TX mailbox handle allocated.
    [1405667835.313536217] (DEBUG) DeviceIOCreateNode(8,66) : TX Mailbox created.
    [1405667835.313543402] (DEBUG) DeviceIOCreateNode(8,66) : Opened Tx mailbox.
    [1405667835.313562036] (DEBUG) DeviceIOCreateNode(8,66) : RX mailbox handle allocated.
    [1405667835.313573768] (DEBUG) DeviceIOCreateNode(8,66) : RX Mailbox created.
    [1405667835.313580100] (DEBUG) DeviceIOCreateNode(8,66) : Opened Rx mailbox.
    [1405667835.313601344] (DEBUG) DeviceIOCreateNode(8,67) : TX mailbox handle allocated.
    [1405667835.313603901] (DEBUG) DeviceIOCreateNode(8,67) : TX Mailbox created.
    [1405667835.313608911] (DEBUG) DeviceIOCreateNode(8,67) : Opened Tx mailbox.
    [1405667835.313621128] (DEBUG) DeviceIOCreateNode(8,67) : RX mailbox handle allocated.
    [1405667835.313628742] (DEBUG) DeviceIOCreateNode(8,67) : RX Mailbox created.
    [1405667835.313637387] (DEBUG) DeviceIOCreateNode(8,67) : Opened Rx mailbox.
    [1405667835.313649142] (DEBUG) DeviceIOCreateNode(8,68) : TX mailbox handle allocated.
    [1405667835.313651528] (DEBUG) DeviceIOCreateNode(8,68) : TX Mailbox created.
    [1405667835.313656439] (DEBUG) DeviceIOCreateNode(8,68) : Opened Tx mailbox.
    [1405667835.313669880] (DEBUG) DeviceIOCreateNode(8,68) : RX mailbox handle allocated.
    [1405667835.313677915] (DEBUG) DeviceIOCreateNode(8,68) : RX Mailbox created.
    [1405667835.313681936] (DEBUG) DeviceIOCreateNode(8,68) : Opened Rx mailbox.
    [1405667835.313694199] (DEBUG) DeviceIOCreateNode(8,69) : TX mailbox handle allocated.
    [1405667835.313696596] (DEBUG) DeviceIOCreateNode(8,69) : TX Mailbox created.
    [1405667835.313701430] (DEBUG) DeviceIOCreateNode(8,69) : Opened Tx mailbox.
    [1405667835.313712857] (DEBUG) DeviceIOCreateNode(8,69) : RX mailbox handle allocated.
    [1405667835.313720488] (DEBUG) DeviceIOCreateNode(8,69) : RX Mailbox created.
    [1405667835.313724556] (DEBUG) DeviceIOCreateNode(8,69) : Opened Rx mailbox.
    [1405667835.313735552] (DEBUG) DeviceIOCreateNode(8,70) : TX mailbox handle allocated.
    [1405667835.313737956] (DEBUG) DeviceIOCreateNode(8,70) : TX Mailbox created.
    [1405667835.313742856] (DEBUG) DeviceIOCreateNode(8,70) : Opened Tx mailbox.
    [1405667835.313755299] (DEBUG) DeviceIOCreateNode(8,70) : RX mailbox handle allocated.
    [1405667835.313762957] (DEBUG) DeviceIOCreateNode(8,70) : RX Mailbox created.
    [1405667835.313767040] (DEBUG) DeviceIOCreateNode(8,70) : Opened Rx mailbox.
    [1405667835.313780092] (DEBUG) DeviceIOCreateNode(8,71) : TX mailbox handle allocated.
    [1405667835.313782607] (DEBUG) DeviceIOCreateNode(8,71) : TX Mailbox created.
    [1405667835.313787512] (DEBUG) DeviceIOCreateNode(8,71) : Opened Tx mailbox.
    [1405667835.313799515] (DEBUG) DeviceIOCreateNode(8,71) : RX mailbox handle allocated.
    [1405667835.313807040] (DEBUG) DeviceIOCreateNode(8,71) : RX Mailbox created.
    [1405667835.313811053] (DEBUG) DeviceIOCreateNode(8,71) : Opened Rx mailbox.
    createDeviceIO(8) Complete.
    [1405667835.313862907] (DEBUG) DeviceIOCreateNode(9,72) : TX mailbox handle allocated.
    [1405667835.313866182] (DEBUG) DeviceIOCreateNode(9,72) : TX Mailbox created.
    [1405667835.313871596] (DEBUG) DeviceIOCreateNode(9,72) : Opened Tx mailbox.
    [1405667835.313885674] (DEBUG) DeviceIOCreateNode(9,72) : RX mailbox handle allocated.
    [1405667835.313893620] (DEBUG) DeviceIOCreateNode(9,72) : RX Mailbox created.
    [1405667835.313884815] (DEBUG) DeviceIOTxThread(8) : Hello! ThreadID = 0xD3AE5700
    [1405667835.313897594] (DEBUG) DeviceIOCreateNode(9,72) : Opened Rx mailbox.
    [1405667835.313916196] (DEBUG) DeviceIORxThread(8) : Hello! ThreadID = 0xD32E4700
    [1405667835.313962559] (DEBUG) DeviceIOCreateNode(9,73) : TX mailbox handle allocated.
    [1405667835.313974236] (DEBUG) DeviceIOCreateNode(9,73) : TX Mailbox created.
    [1405667835.313983841] (DEBUG) DeviceIOCreateNode(9,73) : Opened Tx mailbox.
    [1405667835.314006058] (DEBUG) DeviceIOCreateNode(9,73) : RX mailbox handle allocated.
    [1405667835.314018892] (DEBUG) DeviceIOCreateNode(9,73) : RX Mailbox created.
    [1405667835.314025240] (DEBUG) DeviceIOCreateNode(9,73) : Opened Rx mailbox.
    [1405667835.314044926] (DEBUG) DeviceIOCreateNode(9,74) : TX mailbox handle allocated.
    [1405667835.314049901] (DEBUG) DeviceIOCreateNode(9,74) : TX Mailbox created.
    [1405667835.314057071] (DEBUG) DeviceIOCreateNode(9,74) : Opened Tx mailbox.
    [1405667835.314072420] (DEBUG) DeviceIOCreateNode(9,74) : RX mailbox handle allocated.
    [1405667835.314080006] (DEBUG) DeviceIOCreateNode(9,74) : RX Mailbox created.
    [1405667835.314084037] (DEBUG) DeviceIOCreateNode(9,74) : Opened Rx mailbox.
    [1405667835.314095687] (DEBUG) DeviceIOCreateNode(9,75) : TX mailbox handle allocated.
    [1405667835.314097962] (DEBUG) DeviceIOCreateNode(9,75) : TX Mailbox created.
    [1405667835.314103040] (DEBUG) DeviceIOCreateNode(9,75) : Opened Tx mailbox.
    [1405667835.314117550] (DEBUG) DeviceIOCreateNode(9,75) : RX mailbox handle allocated.
    [1405667835.314125495] (DEBUG) DeviceIOCreateNode(9,75) : RX Mailbox created.
    [1405667835.314133960] (DEBUG) DeviceIOCreateNode(9,75) : Opened Rx mailbox.
    [1405667835.314147453] (DEBUG) DeviceIOCreateNode(9,76) : TX mailbox handle allocated.
    [1405667835.314149787] (DEBUG) DeviceIOCreateNode(9,76) : TX Mailbox created.
    [1405667835.314154659] (DEBUG) DeviceIOCreateNode(9,76) : Opened Tx mailbox.
    [1405667835.314169177] (DEBUG) DeviceIOCreateNode(9,76) : RX mailbox handle allocated.
    [1405667835.314176935] (DEBUG) DeviceIOCreateNode(9,76) : RX Mailbox created.
    [1405667835.314181000] (DEBUG) DeviceIOCreateNode(9,76) : Opened Rx mailbox.
    [1405667835.314193331] (DEBUG) DeviceIOCreateNode(9,77) : TX mailbox handle allocated.
    [1405667835.314195718] (DEBUG) DeviceIOCreateNode(9,77) : TX Mailbox created.
    [1405667835.314200625] (DEBUG) DeviceIOCreateNode(9,77) : Opened Tx mailbox.
    [1405667835.314212239] (DEBUG) DeviceIOCreateNode(9,77) : RX mailbox handle allocated.
    [1405667835.314219836] (DEBUG) DeviceIOCreateNode(9,77) : RX Mailbox created.
    [1405667835.314223859] (DEBUG) DeviceIOCreateNode(9,77) : Opened Rx mailbox.
    [1405667835.314236627] (DEBUG) DeviceIOCreateNode(9,78) : TX mailbox handle allocated.
    [1405667835.314239034] (DEBUG) DeviceIOCreateNode(9,78) : TX Mailbox created.
    [1405667835.314243929] (DEBUG) DeviceIOCreateNode(9,78) : Opened Tx mailbox.
    [1405667835.314255563] (DEBUG) DeviceIOCreateNode(9,78) : RX mailbox handle allocated.
    [1405667835.314263154] (DEBUG) DeviceIOCreateNode(9,78) : RX Mailbox created.
    [1405667835.314267111] (DEBUG) DeviceIOCreateNode(9,78) : Opened Rx mailbox.
    [1405667835.314281486] (DEBUG) DeviceIOCreateNode(9,79) : TX mailbox handle allocated.
    [1405667835.314284142] (DEBUG) DeviceIOCreateNode(9,79) : TX Mailbox created.
    [1405667835.314289022] (DEBUG) DeviceIOCreateNode(9,79) : Opened Tx mailbox.
    [1405667835.314302972] (DEBUG) DeviceIOCreateNode(9,79) : RX mailbox handle allocated.
    [1405667835.314310532] (DEBUG) DeviceIOCreateNode(9,79) : RX Mailbox created.
    [1405667835.314314608] (DEBUG) DeviceIOCreateNode(9,79) : Opened Rx mailbox.
    createDeviceIO(9) Complete.
    [1405667835.314365687] (DEBUG) DeviceIOCreateNode(10,80) : TX mailbox handle allocated.
    [1405667835.314368898] (DEBUG) DeviceIOCreateNode(10,80) : TX Mailbox created.
    [1405667835.314374110] (DEBUG) DeviceIOCreateNode(10,80) : Opened Tx mailbox.
    [1405667835.314386383] (DEBUG) DeviceIOCreateNode(10,80) : RX mailbox handle allocated.
    [1405667835.314394370] (DEBUG) DeviceIOCreateNode(10,80) : RX Mailbox created.
    [1405667835.314385252] (DEBUG) DeviceIOTxThread(9) : Hello! ThreadID = 0xD2AE3700
    [1405667835.314398334] (DEBUG) DeviceIOCreateNode(10,80) : Opened Rx mailbox.
    [1405667835.314458159] (DEBUG) DeviceIOCreateNode(10,81) : TX mailbox handle allocated.
    [1405667835.314468374] (DEBUG) DeviceIOCreateNode(10,81) : TX Mailbox created.
    [1405667835.314398267] (DEBUG) DeviceIORxThread(9) : Hello! ThreadID = 0xD22E2700
    [1405667835.314489541] (DEBUG) DeviceIOCreateNode(10,81) : Opened Tx mailbox.
    [1405667835.314538696] (DEBUG) DeviceIOCreateNode(10,81) : RX mailbox handle allocated.
    [1405667835.314552151] (DEBUG) DeviceIOCreateNode(10,81) : RX Mailbox created.
    [1405667835.314558541] (DEBUG) DeviceIOCreateNode(10,81) : Opened Rx mailbox.
    [1405667835.314578090] (DEBUG) DeviceIOCreateNode(10,82) : TX mailbox handle allocated.
    [1405667835.314580685] (DEBUG) DeviceIOCreateNode(10,82) : TX Mailbox created.
    [1405667835.314585626] (DEBUG) DeviceIOCreateNode(10,82) : Opened Tx mailbox.
    [1405667835.314599284] (DEBUG) DeviceIOCreateNode(10,82) : RX mailbox handle allocated.
    [1405667835.314607099] (DEBUG) DeviceIOCreateNode(10,82) : RX Mailbox created.
    [1405667835.314611240] (DEBUG) DeviceIOCreateNode(10,82) : Opened Rx mailbox.
    [1405667835.314623852] (DEBUG) DeviceIOCreateNode(10,83) : TX mailbox handle allocated.
    [1405667835.314626281] (DEBUG) DeviceIOCreateNode(10,83) : TX Mailbox created.
    [1405667835.314631224] (DEBUG) DeviceIOCreateNode(10,83) : Opened Tx mailbox.
    [1405667835.314642932] (DEBUG) DeviceIOCreateNode(10,83) : RX mailbox handle allocated.
    [1405667835.314654748] (DEBUG) DeviceIOCreateNode(10,83) : RX Mailbox created.
    [1405667835.314659269] (DEBUG) DeviceIOCreateNode(10,83) : Opened Rx mailbox.
    [1405667835.314671939] (DEBUG) DeviceIOCreateNode(10,84) : TX mailbox handle allocated.
    [1405667835.314674353] (DEBUG) DeviceIOCreateNode(10,84) : TX Mailbox created.
    [1405667835.314679321] (DEBUG) DeviceIOCreateNode(10,84) : Opened Tx mailbox.
    [1405667835.314691404] (DEBUG) DeviceIOCreateNode(10,84) : RX mailbox handle allocated.
    [1405667835.314699028] (DEBUG) DeviceIOCreateNode(10,84) : RX Mailbox created.
    [1405667835.314703088] (DEBUG) DeviceIOCreateNode(10,84) : Opened Rx mailbox.
    [1405667835.314717885] (DEBUG) DeviceIOCreateNode(10,85) : TX mailbox handle allocated.
    [1405667835.314720335] (DEBUG) DeviceIOCreateNode(10,85) : TX Mailbox created.
    [1405667835.314725259] (DEBUG) DeviceIOCreateNode(10,85) : Opened Tx mailbox.
    [1405667835.314737684] (DEBUG) DeviceIOCreateNode(10,85) : RX mailbox handle allocated.
    [1405667835.314745369] (DEBUG) DeviceIOCreateNode(10,85) : RX Mailbox created.
    [1405667835.314749441] (DEBUG) DeviceIOCreateNode(10,85) : Opened Rx mailbox.
    [1405667835.314762274] (DEBUG) DeviceIOCreateNode(10,86) : TX mailbox handle allocated.
    [1405667835.314764956] (DEBUG) DeviceIOCreateNode(10,86) : TX Mailbox created.
    [1405667835.314770013] (DEBUG) DeviceIOCreateNode(10,86) : Opened Tx mailbox.
    [1405667835.314781722] (DEBUG) DeviceIOCreateNode(10,86) : RX mailbox handle allocated.
    [1405667835.314789308] (DEBUG) DeviceIOCreateNode(10,86) : RX Mailbox created.
    [1405667835.314793284] (DEBUG) DeviceIOCreateNode(10,86) : Opened Rx mailbox.
    [1405667835.314805824] (DEBUG) DeviceIOCreateNode(10,87) : TX mailbox handle allocated.
    [1405667835.314808209] (DEBUG) DeviceIOCreateNode(10,87) : TX Mailbox created.
    [1405667835.314813119] (DEBUG) DeviceIOCreateNode(10,87) : Opened Tx mailbox.
    [1405667835.314824868] (DEBUG) DeviceIOCreateNode(10,87) : RX mailbox handle allocated.
    [1405667835.314832283] (DEBUG) DeviceIOCreateNode(10,87) : RX Mailbox created.
    [1405667835.314836330] (DEBUG) DeviceIOCreateNode(10,87) : Opened Rx mailbox.
    createDeviceIO(10) Complete.
    [1405667835.314890382] (DEBUG) DeviceIOCreateNode(11,88) : TX mailbox handle allocated.
    [1405667835.314893484] (DEBUG) DeviceIOCreateNode(11,88) : TX Mailbox created.
    [1405667835.314898835] (DEBUG) DeviceIOCreateNode(11,88) : Opened Tx mailbox.
    [1405667835.314911039] (DEBUG) DeviceIOCreateNode(11,88) : RX mailbox handle allocated.
    [1405667835.314918994] (DEBUG) DeviceIOCreateNode(11,88) : RX Mailbox created.
    [1405667835.314923078] (DEBUG) DeviceIOCreateNode(11,88) : Opened Rx mailbox.
    [1405667835.314913901] (DEBUG) DeviceIOTxThread(10) : Hello! ThreadID = 0xD1AE1700
    [1405667835.314926176] (DEBUG) DeviceIORxThread(10) : Hello! ThreadID = 0xD12E0700
    [1405667835.314935938] (DEBUG) DeviceIOCreateNode(11,89) : TX mailbox handle allocated.
    [1405667835.315012112] (DEBUG) DeviceIOCreateNode(11,89) : TX Mailbox created.
    [1405667835.315026367] (DEBUG) DeviceIOCreateNode(11,89) : Opened Tx mailbox.
    [1405667835.315054658] (DEBUG) DeviceIOCreateNode(11,89) : RX mailbox handle allocated.
    [1405667835.315070940] (DEBUG) DeviceIOCreateNode(11,89) : RX Mailbox created.
    [1405667835.315077290] (DEBUG) DeviceIOCreateNode(11,89) : Opened Rx mailbox.
    [1405667835.315095989] (DEBUG) DeviceIOCreateNode(11,90) : TX mailbox handle allocated.
    [1405667835.315100919] (DEBUG) DeviceIOCreateNode(11,90) : TX Mailbox created.
    [1405667835.315108079] (DEBUG) DeviceIOCreateNode(11,90) : Opened Tx mailbox.
    [1405667835.315130326] (DEBUG) DeviceIOCreateNode(11,90) : RX mailbox handle allocated.
    [1405667835.315138408] (DEBUG) DeviceIOCreateNode(11,90) : RX Mailbox created.
    [1405667835.315142466] (DEBUG) DeviceIOCreateNode(11,90) : Opened Rx mailbox.
    [1405667835.315154372] (DEBUG) DeviceIOCreateNode(11,91) : TX mailbox handle allocated.
    [1405667835.315156778] (DEBUG) DeviceIOCreateNode(11,91) : TX Mailbox created.
    [1405667835.315161744] (DEBUG) DeviceIOCreateNode(11,91) : Opened Tx mailbox.
    [1405667835.315178490] (DEBUG) DeviceIOCreateNode(11,91) : RX mailbox handle allocated.
    [1405667835.315186360] (DEBUG) DeviceIOCreateNode(11,91) : RX Mailbox created.
    [1405667835.315190437] (DEBUG) DeviceIOCreateNode(11,91) : Opened Rx mailbox.
    [1405667835.315202844] (DEBUG) DeviceIOCreateNode(11,92) : TX mailbox handle allocated.
    [1405667835.315205368] (DEBUG) DeviceIOCreateNode(11,92) : TX Mailbox created.
    [1405667835.315210262] (DEBUG) DeviceIOCreateNode(11,92) : Opened Tx mailbox.
    [1405667835.315221960] (DEBUG) DeviceIOCreateNode(11,92) : RX mailbox handle allocated.
    [1405667835.315229642] (DEBUG) DeviceIOCreateNode(11,92) : RX Mailbox created.
    [1405667835.315233661] (DEBUG) DeviceIOCreateNode(11,92) : Opened Rx mailbox.
    [1405667835.315247862] (DEBUG) DeviceIOCreateNode(11,93) : TX mailbox handle allocated.
    [1405667835.315250543] (DEBUG) DeviceIOCreateNode(11,93) : TX Mailbox created.
    [1405667835.315255510] (DEBUG) DeviceIOCreateNode(11,93) : Opened Tx mailbox.
    [1405667835.315269400] (DEBUG) DeviceIOCreateNode(11,93) : RX mailbox handle allocated.
    [1405667835.315277183] (DEBUG) DeviceIOCreateNode(11,93) : RX Mailbox created.
    [1405667835.315281282] (DEBUG) DeviceIOCreateNode(11,93) : Opened Rx mailbox.
    [1405667835.315292644] (DEBUG) DeviceIOCreateNode(11,94) : TX mailbox handle allocated.
    [1405667835.315294988] (DEBUG) DeviceIOCreateNode(11,94) : TX Mailbox created.
    [1405667835.315299878] (DEBUG) DeviceIOCreateNode(11,94) : Opened Tx mailbox.
    [1405667835.315312353] (DEBUG) DeviceIOCreateNode(11,94) : RX mailbox handle allocated.
    [1405667835.315319992] (DEBUG) DeviceIOCreateNode(11,94) : RX Mailbox created.
    [1405667835.315323978] (DEBUG) DeviceIOCreateNode(11,94) : Opened Rx mailbox.
    [1405667835.315335726] (DEBUG) DeviceIOCreateNode(11,95) : TX mailbox handle allocated.
    [1405667835.315338100] (DEBUG) DeviceIOCreateNode(11,95) : TX Mailbox created.
    [1405667835.315343000] (DEBUG) DeviceIOCreateNode(11,95) : Opened Tx mailbox.
    [1405667835.315354668] (DEBUG) DeviceIOCreateNode(11,95) : RX mailbox handle allocated.
    [1405667835.315362078] (DEBUG) DeviceIOCreateNode(11,95) : RX Mailbox created.
    [1405667835.315366111] (DEBUG) DeviceIOCreateNode(11,95) : Opened Rx mailbox.
    createDeviceIO(11) Complete.
    [1405667835.315441872] (DEBUG) DeviceIOTxThread(11) : Hello! ThreadID = 0xD0ADF700
    [1405667835.315455076] (DEBUG) DeviceIORxThread(11) : Hello! ThreadID = 0xD02DE700
    [1405667835.315441009] (DEBUG) sendDeviceConfig(H265 Encode:HEVCENC) :
    codecName = HEVCENC
    nCores = 32
    coreTeamMapping = 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 -1
    channelId = 0

    #StaticParams - IVIDENC2_Params
    static_param0   = 820                     # IVIDEND2_Params :: size                                             
    static_param1   = 3                      # IVIDEND2_Params :: encodingPreset                            
    static_param2   = 2                      # IVIDEND2_Params :: rateControlPreset                                
    static_param3   = 1080                     # IVIDEND2_Params :: MaxHeight                                        
    static_param4   = 1920                      # IVIDEND2_Params :: MaxWidth                                         
    static_param5   = 1                      # IVIDEND2_Params :: dataEndianness                                   
    static_param6   = 8                      # IVIDEND2_Params :: MaxInterFrameInter[1405667835.315627748] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 64.
    [1405667835.315649309] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.315655120] (DEBUG) DeviceIOTxThread(8) : Finished with message #11.
    [1405667835.315663363] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 64.
    [1405667835.315675093] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.315678924] (DEBUG) DeviceIOTxThread(8) : Finished with message #9.
    [1405667835.315685148] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 64.
    [1405667835.315694731] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.315702662] (DEBUG) DeviceIOTxThread(8) : Finished with message #11.
    [1405667835.315706257] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 64.
    [1405667835.315715961] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.315718117] (DEBUG) DeviceIOTxThread(8) : Finished with message #9.
    [1405667835.315720800] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 64.
    [1405667835.315729848] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.315731817] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.315735838] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 64.
    [1405667835.315744302] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.315746266] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.315748993] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 64.
    [1405667835.315756922] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.315758844] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.315761405] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 64.
    [1405667835.315769539] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.315771470] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.315775188] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 64.
    [1405667835.315829215] (DEBUG) DeviceIOTxThread(8) : Allocated buffer for the configuration of node #64!
    [1405667835.316064865] (DEBUG) DeviceIOTxThread(8) : Configuration written to 0xB0000000 for node #64.
    [1405667835.316074771] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316076924] (DEBUG) DeviceIOTxThread(8) : Finished with message #1480817280.
    [1405667835.316080565] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 65.
    [1405667835.316088912] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316090901] (DEBUG) DeviceIOTxThread(8) : Finished with message #11.
    [1405667835.316093538] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 65.
    [1405667835.316101715] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316103692] (DEBUG) DeviceIOTxThread(8) : Finished with message #9.
    [1405667835.316108040] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 65.
    [1405667835.316116741] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316118716] (DEBUG) DeviceIOTxThread(8) : Finished with message #11.
    [1405667835.316121416] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 65.
    [1405667835.316129806] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316131786] (DEBUG) DeviceIOTxThread(8) : Finished with message #9.
    [1405667835.316134376] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 65.
    [1405667835.316143641] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316145613] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.316149297] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 65.
    [1405667835.316157697] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316159664] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.316162403] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 65.
    [1405667835.316170394] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316172319] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.316174911] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 65.
    [1405667835.316183026] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316184967] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.316188713] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 65.
    [1405667835.316195425] (DEBUG) DeviceIOTxThread(8) : Allocated buffer for the configuration of node #65!
    [1405667835.316426980] (DEBUG) DeviceIOTxThread(8) : Configuration written to 0xB0800000 for node #65.
    [1405667835.316440897] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316443226] (DEBUG) DeviceIOTxThread(8) : Finished with message #1480817280.
    [1405667835.316446712] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 66.
    [1405667835.316455031] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316457003] (DEBUG) DeviceIOTxThread(8) : Finished with message #11.
    [1405667835.316459638] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 66.
    [1405667835.316467871] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316469834] (DEBUG) DeviceIOTxThread(8) : Finished with message #9.
    [1405667835.316473716] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 66.
    [1405667835.316482216] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316484141] (DEBUG) DeviceIOTxThread(8) : Finished with message #11.
    [1405667835.316486815] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 66.
    [1405667835.316495091] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316497041] (DEBUG) DeviceIOTxThread(8) : Finished with message #9.
    [1405667835.316499653] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 66.
    [1405667835.316508695] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316510651] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.316514268] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 66.
    [1405667835.316522595] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316524551] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.316527262] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 66.
    [1405667835.316535270] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316537203] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.316539819] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 66.
    [1405667835.316548111] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316550034] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.316553692] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 66.
    [1405667835.316560558] (DEBUG) DeviceIOTxThread(8) : Allocated buffer for the configuration of node #66!
    [1405667835.316791177] (DEBUG) DeviceIOTxThread(8) : Configuration written to 0xB1000000 for node #66.
    [1405667835.316800665] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316802795] (DEBUG) DeviceIOTxThread(8) : Finished with message #1480817280.
    [1405667835.316805869] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 67.
    [1405667835.316814065] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316816036] (DEBUG) DeviceIOTxThread(8) : Finished with message #11.
    [1405667835.316818625] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 67.
    [1405667835.316826743] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316828685] (DEBUG) DeviceIOTxThread(8) : Finished with message #9.
    [1405667835.316832485] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 67.
    [1405667835.316841006] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316842942] (DEBUG) DeviceIOTxThread(8) : Finished with message #11.
    [1405667835.316845688] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 67.
    [1405667835.316853957] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316855905] (DEBUG) DeviceIOTxThread(8) : Finished with message #9.
    [1405667835.316858479] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 67.
    [1405667835.316867498] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316869431] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.316872995] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 67.
    [1405667835.316881375] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316886899] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.316890090] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 67.
    [1405667835.316898257] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316900192] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.316902770] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 67.
    [1405667835.316911114] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.316913066] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.316916848] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 67.
    [1405667835.316926372] (DEBUG) DeviceIOTxThread(8) : Allocated buffer for the configuration of node #67!
    [1405667835.317193693] (DEBUG) DeviceIOTxThread(8) : Configuration written to 0xB1800000 for node #67.
    [1405667835.317207910] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317210125] (DEBUG) DeviceIOTxThread(8) : Finished with message #1480817280.
    [1405667835.317214356] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 68.
    [1405667835.317222734] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317224647] (DEBUG) DeviceIOTxThread(8) : Finished with message #11.
    [1405667835.317227378] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 68.
    [1405667835.317235435] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317237350] (DEBUG) DeviceIOTxThread(8) : Finished with message #9.
    [1405667835.317241877] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 68.
    [1405667835.317250381] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317252439] (DEBUG) DeviceIOTxThread(8) : Finished with message #11.
    [1405667835.317255203] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 68.
    [1405667835.317263488] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317265441] (DEBUG) DeviceIOTxThread(8) : Finished with message #9.
    [1405667835.317268060] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 68.
    [1405667835.317277088] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317279021] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.317282714] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 68.
    [1405667835.317291092] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317293034] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.317295724] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 68.
    [1405667835.317303869] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317305780] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.317308366] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 68.
    [1405667835.317316437] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317318344] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.317321970] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 68.
    [1405667835.317328970] (DEBUG) DeviceIOTxThread(8) : Allocated buffer for the configuration of node #68!
    [1405667835.317559756] (DEBUG) DeviceIOTxThread(8) : Configuration written to 0xB2000000 for node #68.
    [1405667835.317569250] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317571258] (DEBUG) DeviceIOTxThread(8) : Finished with message #1480817280.
    [1405667835.317574429] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 69.
    [1405667835.317582620] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317584613] (DEBUG) DeviceIOTxThread(8) : Finished with message #11.
    [1405667835.317587193] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 69.
    [1405667835.317595261] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317597205] (DEBUG) DeviceIOTxThread(8) : Finished with message #9.
    [1405667835.317601032] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 69.
    [1405667835.317615786] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317618088] (DEBUG) DeviceIOTxThread(8) : Finished with message #11.
    [1405667835.317620952] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 69.
    [1405667835.317629263] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317631232] (DEBUG) DeviceIOTxThread(8) : Finished with message #9.
    [1405667835.317633846] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 69.
    [1405667835.317643040] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317645034] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.317648887] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 69.
    [1405667835.317657289] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317659242] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.317661993] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 69.
    [1405667835.317669994] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317671918] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.317674510] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 69.
    [1405667835.317682634] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317684550] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.317688198] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 69.
    [1405667835.317697142] (DEBUG) DeviceIOTxThread(8) : Allocated buffer for the configuration of node #69!
    [1405667835.317928510] (DEBUG) DeviceIOTxThread(8) : Configuration written to 0xB2800000 for node #69.
    [1405667835.317937865] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317939907] (DEBUG) DeviceIOTxThread(8) : Finished with message #1480817280.
    [1405667835.317943041] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 70.
    [1405667835.317951469] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317953399] (DEBUG) DeviceIOTxThread(8) : Finished with message #11.
    [1405667835.317955983] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 70.
    [1405667835.317964231] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317966166] (DEBUG) DeviceIOTxThread(8) : Finished with message #9.
    [1405667835.317969929] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 70.
    [1405667835.317978393] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317980341] (DEBUG) DeviceIOTxThread(8) : Finished with message #11.
    [1405667835.317983073] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 70.
    [1405667835.317991325] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.317993271] (DEBUG) DeviceIOTxThread(8) : Finished with message #9.
    [1405667835.317995857] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 70.
    [1405667835.318004862] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.318006826] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.318010468] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 70.
    [1405667835.318018816] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.318020736] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.318023422] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 70.
    [1405667835.318031339] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.318033265] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.318035859] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 70.
    [1405667835.318044038] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.318045942] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.318049543] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 70.
    [1405667835.318056190] (DEBUG) DeviceIOTxThread(8) : Allocated buffer for the configuration of node #70!
    [1405667835.318110933] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 72.
    [1405667835.318130568] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318135986] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.318142282] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 72.
    [1405667835.318153623] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318157411] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.318163784] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 72.
    [1405667835.318173355] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318175305] (DEBUG) DeviceIOTxThread(9) : Finished with message #8.
    [1405667835.318178150] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 72.
    [1405667835.318186453] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318188379] (DEBUG) DeviceIOTxThread(9) : Finished with message #10.
    [1405667835.318190970] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 72.
    [1405667835.318200066] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318202046] (DEBUG) DeviceIOTxThread(9) : Finished with message #8.
    [1405667835.318205788] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 72.
    [1405667835.318214200] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318216158] (DEBUG) DeviceIOTxThread(9) : Finished with message #10.
    [1405667835.318218857] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 72.
    [1405667835.318226774] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318228649] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.318231218] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 72.
    [1405667835.318239376] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318241320] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.318245013] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 72.
    [1405667835.318271654] (DEBUG) DeviceIOTxThread(9) : Allocated buffer for the configuration of node #72!
    [1405667835.318290911] (DEBUG) DeviceIOTxThread(8) : Configuration written to 0xB3000000 for node #70.
    [1405667835.318300981] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.318303074] (DEBUG) DeviceIOTxThread(8) : Finished with message #1480817280.
    [1405667835.318306255] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 71.
    [1405667835.318314526] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.318316485] (DEBUG) DeviceIOTxThread(8) : Finished with message #11.
    [1405667835.318319101] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 71.
    [1405667835.318327295] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.318329330] (DEBUG) DeviceIOTxThread(8) : Finished with message #9.
    [1405667835.318332174] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 71.
    [1405667835.318340593] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.318342531] (DEBUG) DeviceIOTxThread(8) : Finished with message #11.
    [1405667835.318345233] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 71.
    [1405667835.318353560] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.318355554] (DEBUG) DeviceIOTxThread(8) : Finished with message #9.
    [1405667835.318358146] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 71.
    [1405667835.318367127] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.318369073] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.318371924] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 71.
    [1405667835.318380149] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.318382172] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.318384849] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 71.
    [1405667835.318395886] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.318398034] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.318400767] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 71.
    [1405667835.318409018] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.318411068] (DEBUG) DeviceIOTxThread(8) : Finished with message #8.
    [1405667835.318413995] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 71.
    [1405667835.318419621] (DEBUG) DeviceIOTxThread(8) : Allocated buffer for the configuration of node #71!
    [1405667835.318505629] (DEBUG) DeviceIOTxThread(9) : Configuration written to 0xB0000000 for node #72.
    [1405667835.318515839] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318517925] (DEBUG) DeviceIOTxThread(9) : Finished with message #1480817280.
    [1405667835.318521269] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 73.
    [1405667835.318529529] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318531501] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.318534104] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 73.
    [1405667835.318542306] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318544215] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.318548120] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 73.
    [1405667835.318556525] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318558462] (DEBUG) DeviceIOTxThread(9) : Finished with message #8.
    [1405667835.318561137] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 73.
    [1405667835.318569452] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318571421] (DEBUG) DeviceIOTxThread(9) : Finished with message #10.
    [1405667835.318573977] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 73.
    [1405667835.318583192] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318585145] (DEBUG) DeviceIOTxThread(9) : Finished with message #8.
    [1405667835.318588844] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 73.
    [1405667835.318597296] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318599333] (DEBUG) DeviceIOTxThread(9) : Finished with message #10.
    [1405667835.318602029] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 73.
    [1405667835.318609983] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318611894] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.318614430] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 73.
    [1405667835.318622536] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318624475] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.318628083] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 73.
    [1405667835.318634641] (DEBUG) DeviceIOTxThread(9) : Allocated buffer for the configuration of node #73!
    [1405667835.318650102] (DEBUG) DeviceIOTxThread(8) : Configuration written to 0xB3800000 for node #71.
    [1405667835.318659652] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667835.318661678] (DEBUG) DeviceIOTxThread(8) : Finished with message #1480817280.
    [1405667835.318865523] (DEBUG) DeviceIOTxThread(9) : Configuration written to 0xB0800000 for node #73.
    [1405667835.318874854] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318876838] (DEBUG) DeviceIOTxThread(9) : Finished with message #1480817280.
    [1405667835.318879754] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 74.
    [1405667835.318887792] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318889714] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.318892284] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 74.
    [1405667835.318900470] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318907608] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.318912147] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 74.
    [1405667835.318920733] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318922721] (DEBUG) DeviceIOTxThread(9) : Finished with message #8.
    [1405667835.318925457] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 74.
    [1405667835.318933822] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318935787] (DEBUG) DeviceIOTxThread(9) : Finished with message #10.
    [1405667835.318938370] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 74.
    [1405667835.318947421] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318949382] (DEBUG) DeviceIOTxThread(9) : Finished with message #8.
    [1405667835.318953122] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 74.
    [1405667835.318961659] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318963691] (DEBUG) DeviceIOTxThread(9) : Finished with message #10.
    [1405667835.318966436] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 74.
    [1405667835.318974583] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318976514] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.318979090] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 74.
    [1405667835.318987335] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.318989270] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.318992951] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 74.
    [1405667835.319002747] (DEBUG) DeviceIOTxThread(9) : Allocated buffer for the configuration of node #74!
    [1405667835.319233991] (DEBUG) DeviceIOTxThread(9) : Configuration written to 0xB1000000 for node #74.
    [1405667835.319243549] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319245606] (DEBUG) DeviceIOTxThread(9) : Finished with message #1480817280.
    [1405667835.319248690] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 75.
    [1405667835.319256876] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319258788] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.319261384] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 75.
    [1405667835.319269568] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319271534] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.319275374] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 75.
    [1405667835.319283799] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319285760] (DEBUG) DeviceIOTxThread(9) : Finished with message #8.
    [1405667835.319288465] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 75.
    [1405667835.319296737] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319298655] (DEBUG) DeviceIOTxThread(9) : Finished with message #10.
    [1405667835.319301237] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 75.
    [1405667835.319310459] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319312433] (DEBUG) DeviceIOTxThread(9) : Finished with message #8.
    [1405667835.319316203] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 75.
    [1405667835.319324696] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319326672] (DEBUG) DeviceIOTxThread(9) : Finished with message #10.
    [1405667835.319329410] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 75.
    [1405667835.319337663] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319339612] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.319342219] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 75.
    [1405667835.319350462] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319352386] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.319355919] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 75.
    [1405667835.319366582] (DEBUG) DeviceIOTxThread(9) : Allocated buffer for the configuration of node #75!
    [1405667835.319597724] (DEBUG) DeviceIOTxThread(9) : Configuration written to 0xB1800000 for node #75.
    [1405667835.319607043] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319609068] (DEBUG) DeviceIOTxThread(9) : Finished with message #1480817280.
    [1405667835.319612129] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 76.
    [1405667835.319620475] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319622434] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.319625042] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 76.
    [1405667835.319633240] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319635186] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.319639037] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 76.
    [1405667835.319647517] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319649484] (DEBUG) DeviceIOTxThread(9) : Finished with message #8.
    [1405667835.319652223] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 76.
    [1405667835.319660646] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319662587] (DEBUG) DeviceIOTxThread(9) : Finished with message #10.
    [1405667835.319665174] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 76.
    [1405667835.319674221] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319676179] (DEBUG) DeviceIOTxThread(9) : Finished with message #8.
    [1405667835.319679891] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 76.
    [1405667835.319688323] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319690272] (DEBUG) DeviceIOTxThread(9) : Finished with message #10.
    [1405667835.319693027] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 76.
    [1405667835.319701146] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319703085] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.319705649] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 76.
    [1405667835.319714025] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319715959] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.319719660] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 76.
    [1405667835.319726349] (DEBUG) DeviceIOTxThread(9) : Allocated buffer for the configuration of node #76!
    [1405667835.319956954] (DEBUG) DeviceIOTxThread(9) : Configuration written to 0xB2000000 for node #76.
    [1405667835.319966163] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319968164] (DEBUG) DeviceIOTxThread(9) : Finished with message #1480817280.
    [1405667835.319971138] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 77.
    [1405667835.319979373] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319981343] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.319983932] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 77.
    [1405667835.319992042] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.319993989] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.319997890] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 77.
    [1405667835.320006380] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320008376] (DEBUG) DeviceIOTxThread(9) : Finished with message #8.
    [1405667835.320011138] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 77.
    [1405667835.320019428] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320021363] (DEBUG) DeviceIOTxThread(9) : Finished with message #10.
    [1405667835.320023991] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 77.
    [1405667835.320033260] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320038887] (DEBUG) DeviceIOTxThread(9) : Finished with message #8.
    [1405667835.320043123] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 77.
    [1405667835.320051627] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320053586] (DEBUG) DeviceIOTxThread(9) : Finished with message #10.
    [1405667835.320056346] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 77.
    [1405667835.320064417] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320066359] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.320068964] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 77.
    [1405667835.320077246] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320079203] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.320082889] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 77.
    [1405667835.320089653] (DEBUG) DeviceIOTxThread(9) : Allocated buffer for the configuration of node #77!
    [1405667835.320320325] (DEBUG) DeviceIOTxThread(9) : Configuration written to 0xB2800000 for node #77.
    [1405667835.320330335] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320332405] (DEBUG) DeviceIOTxThread(9) : Finished with message #1480817280.
    [1405667835.320335556] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 78.
    [1405667835.320343732] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320345697] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.320348288] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 78.
    [1405667835.320356452] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320358415] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.320362224] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 78.
    [1405667835.320370649] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320372612] (DEBUG) DeviceIOTxThread(9) : Finished with message #8.
    [1405667835.320375302] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 78.
    [1405667835.320383648] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320385592] (DEBUG) DeviceIOTxThread(9) : Finished with message #10.
    [1405667835.320388172] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 78.
    [1405667835.320397237] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320399201] (DEBUG) DeviceIOTxThread(9) : Finished with message #8.
    [1405667835.320402853] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 78.
    [1405667835.320411295] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320413245] (DEBUG) DeviceIOTxThread(9) : Finished with message #10.
    [1405667835.320415968] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 78.
    [1405667835.320423982] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320425924] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.320428501] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 78.
    [1405667835.320436699] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320438640] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.320442244] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 78.
    [1405667835.320448718] (DEBUG) DeviceIOTxThread(9) : Allocated buffer for the configuration of node #78!
    [1405667835.320508619] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 80.
    [1405667835.320527316] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.320532492] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.320538777] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 80.
    [1405667835.320550260] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.320554109] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.320560239] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 80.
    [1405667835.320575407] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.320577887] (DEBUG) DeviceIOTxThread(10) : Finished with message #9.
    [1405667835.320581155] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 80.
    [1405667835.320589515] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.320591475] (DEBUG) DeviceIOTxThread(10) : Finished with message #11.
    [1405667835.320594068] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 80.
    [1405667835.320603063] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.320604968] (DEBUG) DeviceIOTxThread(10) : Finished with message #9.
    [1405667835.320608887] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 80.
    [1405667835.320617363] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.320619392] (DEBUG) DeviceIOTxThread(10) : Finished with message #11.
    [1405667835.320622187] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 80.
    [1405667835.320630182] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.320632077] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.320634582] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 80.
    [1405667835.320642751] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.320644689] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.320648344] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 80.
    [1405667835.320673583] (DEBUG) DeviceIOTxThread(10) : Allocated buffer for the configuration of node #80!
    [1405667835.320679671] (DEBUG) DeviceIOTxThread(9) : Configuration written to 0xB3000000 for node #78.
    [1405667835.320689507] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320691537] (DEBUG) DeviceIOTxThread(9) : Finished with message #1480817280.
    [1405667835.320694454] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 79.
    [1405667835.320702567] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320704545] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.320707161] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 79.
    [1405667835.320715337] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320717313] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.320720114] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 79.
    [1405667835.320728229] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320730164] (DEBUG) DeviceIOTxThread(9) : Finished with message #8.
    [1405667835.320732813] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 79.
    [1405667835.320741068] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320743029] (DEBUG) DeviceIOTxThread(9) : Finished with message #10.
    [1405667835.320745650] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 79.
    [1405667835.320754737] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320756706] (DEBUG) DeviceIOTxThread(9) : Finished with message #8.
    [1405667835.320759544] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 79.
    [1405667835.320768057] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320770022] (DEBUG) DeviceIOTxThread(9) : Finished with message #10.
    [1405667835.320772726] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 79.
    [1405667835.320780987] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320782930] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.320785524] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 79.
    [1405667835.320793741] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.320795692] (DEBUG) DeviceIOTxThread(9) : Finished with message #9.
    [1405667835.320798489] (DEBUG) DeviceIOTxThread(9) : Received pipe message for node 79.
    [1405667835.320806851] (DEBUG) DeviceIOTxThread(9) : Allocated buffer for the configuration of node #79!
    [1405667835.320907936] (DEBUG) DeviceIOTxThread(10) : Configuration written to 0xB0000000 for node #80.
    [1405667835.320918139] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.320920244] (DEBUG) DeviceIOTxThread(10) : Finished with message #1480817280.
    [1405667835.320923647] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 81.
    [1405667835.320931872] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.320933843] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.320936466] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 81.
    [1405667835.320944638] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.320946587] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.320950613] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 81.
    [1405667835.320959069] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.320961050] (DEBUG) DeviceIOTxThread(10) : Finished with message #9.
    [1405667835.320963824] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 81.
    [1405667835.320972400] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.320974380] (DEBUG) DeviceIOTxThread(10) : Finished with message #11.
    [1405667835.320977009] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 81.
    [1405667835.320986214] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.320988187] (DEBUG) DeviceIOTxThread(10) : Finished with message #9.
    [1405667835.320991895] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 81.
    [1405667835.321000339] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321002321] (DEBUG) DeviceIOTxThread(10) : Finished with message #11.
    [1405667835.321005129] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 81.
    [1405667835.321013097] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321015009] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.321017719] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 81.
    [1405667835.321025903] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321027855] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.321031499] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 81.
    [1405667835.321038187] (DEBUG) DeviceIOTxThread(10) : Allocated buffer for the configuration of node #81!
    [1405667835.321041273] (DEBUG) DeviceIOTxThread(9) : Configuration written to 0xB3800000 for node #79.
    [1405667835.321051131] (DEBUG) DeviceIOTxThread(9) : Message sent to DSP mailbox.
    [1405667835.321053186] (DEBUG) DeviceIOTxThread(9) : Finished with message #1480817280.
    [1405667835.321275315] (DEBUG) DeviceIOTxThread(10) : Configuration written to 0xB0800000 for node #81.
    [1405667835.321286266] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321288355] (DEBUG) DeviceIOTxThread(10) : Finished with message #1480817280.
    [1405667835.321291945] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 82.
    [1405667835.321300009] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321301940] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.321304551] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 82.
    [1405667835.321312883] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321314804] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.321318905] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 82.
    [1405667835.321327450] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321329442] (DEBUG) DeviceIOTxThread(10) : Finished with message #9.
    [1405667835.321332182] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 82.
    [1405667835.321340709] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321342636] (DEBUG) DeviceIOTxThread(10) : Finished with message #11.
    [1405667835.321349897] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 82.
    [1405667835.321359327] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321361284] (DEBUG) DeviceIOTxThread(10) : Finished with message #9.
    [1405667835.321365118] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 82.
    [1405667835.321373586] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321375525] (DEBUG) DeviceIOTxThread(10) : Finished with message #11.
    [1405667835.321378243] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 82.
    [1405667835.321386208] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321388148] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.321390710] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 82.
    [1405667835.321398850] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321400789] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.321404516] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 82.
    [1405667835.321413902] (DEBUG) DeviceIOTxThread(10) : Allocated buffer for the configuration of node #82!
    [1405667835.321645236] (DEBUG) DeviceIOTxThread(10) : Configuration written to 0xB1000000 for node #82.
    [1405667835.321654758] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321656755] (DEBUG) DeviceIOTxThread(10) : Finished with message #1480817280.
    [1405667835.321659881] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 83.
    [1405667835.321668260] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321670201] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.321672830] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 83.
    [1405667835.321680940] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321682906] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.321686835] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 83.
    [1405667835.321695225] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321697160] (DEBUG) DeviceIOTxThread(10) : Finished with message #9.
    [1405667835.321699934] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 83.
    [1405667835.321708231] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321710167] (DEBUG) DeviceIOTxThread(10) : Finished with message #11.
    [1405667835.321712748] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 83.
    [1405667835.321721936] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321723875] (DEBUG) DeviceIOTxThread(10) : Finished with message #9.
    [1405667835.321727543] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 83.
    [1405667835.321735936] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321737883] (DEBUG) DeviceIOTxThread(10) : Finished with message #11.
    [1405667835.321740563] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 83.
    [1405667835.321748572] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321750498] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.321753052] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 83.
    [1405667835.321761183] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.321763145] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.321766692] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 83.
    [1405667835.321773079] (DEBUG) DeviceIOTxThread(10) : Allocated buffer for the configuration of node #83!
    [1405667835.322003718] (DEBUG) DeviceIOTxThread(10) : Configuration written to 0xB1800000 for node #83.
    [1405667835.322013027] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322014997] (DEBUG) DeviceIOTxThread(10) : Finished with message #1480817280.
    [1405667835.322017980] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 84.
    [1405667835.322031222] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322033449] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.322036243] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 84.
    [1405667835.322044614] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322046552] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.322050392] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 84.
    [1405667835.322058777] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322060723] (DEBUG) DeviceIOTxThread(10) : Finished with message #9.
    [1405667835.322063458] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 84.
    [1405667835.322071919] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322073790] (DEBUG) DeviceIOTxThread(10) : Finished with message #11.
    [1405667835.322076390] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 84.
    [1405667835.322085486] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322087391] (DEBUG) DeviceIOTxThread(10) : Finished with message #9.
    [1405667835.322091039] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 84.
    [1405667835.322099408] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322101313] (DEBUG) DeviceIOTxThread(10) : Finished with message #11.
    [1405667835.322104009] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 84.
    [1405667835.322112040] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322113939] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.322116585] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 84.
    [1405667835.322124681] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322126578] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.322130239] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 84.
    [1405667835.322138687] (DEBUG) DeviceIOTxThread(10) : Allocated buffer for the configuration of node #84!
    [1405667835.322369507] (DEBUG) DeviceIOTxThread(10) : Configuration written to 0xB2000000 for node #84.
    [1405667835.322378828] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322380825] (DEBUG) DeviceIOTxThread(10) : Finished with message #1480817280.
    [1405667835.322383913] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 85.
    [1405667835.322392005] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322393935] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.322396536] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 85.
    [1405667835.322404670] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322406591] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.322410330] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 85.
    [1405667835.322418662] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322420619] (DEBUG) DeviceIOTxThread(10) : Finished with message #9.
    [1405667835.322423360] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 85.
    [1405667835.322431701] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322433637] (DEBUG) DeviceIOTxThread(10) : Finished with message #11.
    [1405667835.322436225] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 85.
    [1405667835.322445360] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322447279] (DEBUG) DeviceIOTxThread(10) : Finished with message #9.
    [1405667835.322451020] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 85.
    [1405667835.322459469] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322461378] (DEBUG) DeviceIOTxThread(10) : Finished with message #11.
    [1405667835.322464083] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 85.
    [1405667835.322472177] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322477778] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.322480816] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 85.
    [1405667835.322489101] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322491065] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.322494926] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 85.
    [1405667835.322501553] (DEBUG) DeviceIOTxThread(10) : Allocated buffer for the configuration of node #85!
    [1405667835.322732263] (DEBUG) DeviceIOTxThread(10) : Configuration written to 0xB2800000 for node #85.
    [1405667835.322741835] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322743817] (DEBUG) DeviceIOTxThread(10) : Finished with message #1480817280.
    [1405667835.322747032] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 86.
    [1405667835.322755055] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322756982] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.322759582] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 86.
    [1405667835.322767914] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322769847] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.322773628] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 86.
    [1405667835.322782069] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322784009] (DEBUG) DeviceIOTxThread(10) : Finished with message #9.
    [1405667835.322786657] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 86.
    [1405667835.322794901] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322796855] (DEBUG) DeviceIOTxThread(10) : Finished with message #11.
    [1405667835.322799442] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 86.
    [1405667835.322808437] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322810382] (DEBUG) DeviceIOTxThread(10) : Finished with message #9.
    [1405667835.322814125] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 86.
    [1405667835.322822520] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322824465] (DEBUG) DeviceIOTxThread(10) : Finished with message #11.
    [1405667835.322827171] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 86.
    [1405667835.322835162] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322837046] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.322839593] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 86.
    [1405667835.322847716] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.322849626] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.322853171] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 86.
    [1405667835.322859530] (DEBUG) DeviceIOTxThread(10) : Allocated buffer for the configuration of node #86!
    [1405667835.322917857] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 88.
    [1405667835.322938948] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.322944183] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.322950464] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 88.
    [1405667835.322961830] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.322965598] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.322971784] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 88.
    [1405667835.322981360] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.322983299] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.322986157] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 88.
    [1405667835.322994424] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.322996297] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.323004555] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 88.
    [1405667835.323014435] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323016397] (DEBUG) DeviceIOTxThread(11) : Finished with message #10.
    [1405667835.323020296] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 88.
    [1405667835.323028913] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323030869] (DEBUG) DeviceIOTxThread(11) : Finished with message #8.
    [1405667835.323033609] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 88.
    [1405667835.323041582] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323043532] (DEBUG) DeviceIOTxThread(11) : Finished with message #10.
    [1405667835.323046143] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 88.
    [1405667835.323054287] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323056251] (DEBUG) DeviceIOTxThread(11) : Finished with message #8.
    [1405667835.323060037] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 88.
    [1405667835.323085517] (DEBUG) DeviceIOTxThread(11) : Allocated buffer for the configuration of node #88!
    [1405667835.323090863] (DEBUG) DeviceIOTxThread(10) : Configuration written to 0xB3000000 for node #86.
    [1405667835.323100825] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.323102811] (DEBUG) DeviceIOTxThread(10) : Finished with message #1480817280.
    [1405667835.323105787] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 87.
    [1405667835.323113947] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.323115917] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.323118568] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 87.
    [1405667835.323126892] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.323128821] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.323131587] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 87.
    [1405667835.323139681] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.323141594] (DEBUG) DeviceIOTxThread(10) : Finished with message #9.
    [1405667835.323144266] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 87.
    [1405667835.323152445] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.323154357] (DEBUG) DeviceIOTxThread(10) : Finished with message #11.
    [1405667835.323156947] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 87.
    [1405667835.323165948] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.323167858] (DEBUG) DeviceIOTxThread(10) : Finished with message #9.
    [1405667835.323170666] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 87.
    [1405667835.323178739] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.323180659] (DEBUG) DeviceIOTxThread(10) : Finished with message #11.
    [1405667835.323183310] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 87.
    [1405667835.323191302] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.323193267] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.323195859] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 87.
    [1405667835.323203886] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.323205843] (DEBUG) DeviceIOTxThread(10) : Finished with message #10.
    [1405667835.323208701] (DEBUG) DeviceIOTxThread(10) : Received pipe message for node 87.
    [1405667835.323216417] (DEBUG) DeviceIOTxThread(10) : Allocated buffer for the configuration of node #87!
    [1405667835.323319376] (DEBUG) DeviceIOTxThread(11) : Configuration written to 0xB0000000 for node #88.
    [1405667835.323329514] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323331686] (DEBUG) DeviceIOTxThread(11) : Finished with message #1480817280.
    [1405667835.323335112] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 89.
    [1405667835.323347336] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323349550] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.323352328] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 89.
    [1405667835.323360516] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323362518] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.323366679] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 89.
    [1405667835.323375122] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323377037] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.323379731] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 89.
    [1405667835.323387995] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323389910] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.323392521] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 89.
    [1405667835.323401784] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323403758] (DEBUG) DeviceIOTxThread(11) : Finished with message #10.
    [1405667835.323407492] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 89.
    [1405667835.323415946] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323417911] (DEBUG) DeviceIOTxThread(11) : Finished with message #8.
    [1405667835.323420713] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 89.
    [1405667835.323428811] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323430744] (DEBUG) DeviceIOTxThread(11) : Finished with message #10.
    [1405667835.323433318] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 89.
    [1405667835.323441431] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323443398] (DEBUG) DeviceIOTxThread(11) : Finished with message #8.
    [1405667835.323447019] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 89.
    [1405667835.323446958] (DEBUG) DeviceIOTxThread(10) : Configuration written to 0xB3800000 for node #87.
    [1405667835.323461470] (DEBUG) DeviceIOTxThread(10) : Message sent to DSP mailbox.
    [1405667835.323467636] (DEBUG) DeviceIOTxThread(10) : Finished with message #1480817280.
    [1405667835.323462448] (DEBUG) DeviceIOTxThread(11) : Allocated buffer for the configuration of node #89!
    [1405667835.323705514] (DEBUG) DeviceIOTxThread(11) : Configuration written to 0xB0800000 for node #89.
    [1405667835.323715315] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323717367] (DEBUG) DeviceIOTxThread(11) : Finished with message #1480817280.
    [1405667835.323720703] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 90.
    [1405667835.323728910] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323730904] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.323733512] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 90.
    [1405667835.323741607] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323743567] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.323747854] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 90.
    [1405667835.323756364] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323758337] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.323761048] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 90.
    [1405667835.323769329] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323771273] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.323773837] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 90.
    [1405667835.323782966] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323784933] (DEBUG) DeviceIOTxThread(11) : Finished with message #10.
    [1405667835.323788641] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 90.
    [1405667835.323797255] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323803351] (DEBUG) DeviceIOTxThread(11) : Finished with message #8.
    [1405667835.323806461] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 90.
    [1405667835.323814782] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323816752] (DEBUG) DeviceIOTxThread(11) : Finished with message #10.
    [1405667835.323819337] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 90.
    [1405667835.323827432] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.323829391] (DEBUG) DeviceIOTxThread(11) : Finished with message #8.
    [1405667835.323833223] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 90.
    [1405667835.323840079] (DEBUG) DeviceIOTxThread(11) : Allocated buffer for the configuration of node #90!
    [1405667835.324070786] (DEBUG) DeviceIOTxThread(11) : Configuration written to 0xB1000000 for node #90.
    [1405667835.324080440] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.324082425] (DEBUG) DeviceIOTxThread(11) : Finished with message #1480817280.
    [1405667835.324085544] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 91.
    [1405667835.324093690] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.324095635] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.324098335] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 91.
    [1405667835.324096516] (DEBUG) DeviceIORxThread(8) : Getting message from node #64 ...
    [1405667835.324106491] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.324135227] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 64.
    [1405667835.324151049] (DEBUG) DeviceIORxThread(8) : Getting message from node #64 ...
    [1405667835.324136016] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.324176196] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 64.
    [1405667835.324187336] (DEBUG) DeviceIORxThread(8) : Getting message from node #64 ...
    [1405667835.324177305] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 91.
    [1405667835.324208707] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 64.
    [1405667835.324210704] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.324231019] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.324235282] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 91.
    [1405667835.324219522] (DEBUG) DeviceIORxThread(8) : Getting message from node #64 ...
    [1405667835.324244705] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.324248065] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.324250722] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 91.
    [1405667835.324259922] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.324261897] (DEBUG) DeviceIOTxThread(11) : Finished with message #10.
    [1405667835.324264108] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 64.
    [1405667835.324265977] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 91.
    [1405667835.324275538] (DEBUG) DeviceIORxThread(8) : Getting message from node #64 ...
    [1405667835.324291671] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.324304028] (DEBUG) DeviceIOTxThread(11) : Finished with message #8.
    [1405667835.324307842] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 91.
    [1405667835.324316140] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.324324854] (DEBUG) DeviceIOTxThread(11) : Finished with message #10.
    [1405667835.324327774] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 91.
    [1405667835.324315298] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 64.
    [1405667835.324335999] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.324339383] (DEBUG) DeviceIOTxThread(11) : Finished with message #8.
    [1405667835.324350914] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 91.
    [1405667835.324338763] (DEBUG) DeviceIORxThread(8) : Getting message from node #64 ...
    [1405667835.324359792] (DEBUG) DeviceIOTxThread(11) : Allocated buffer for the configuration of node #91!
    [1405667835.324377659] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 64.
    [1405667835.324387119] (DEBUG) DeviceIORxThread(8) : Getting message from node #64 ...
    [1405667835.324406505] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 64.
    [1405667835.324414047] (DEBUG) DeviceIORxThread(8) : Getting message from node #64 ...
    [1405667835.324434189] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 64.
    [1405667835.324446101] (DEBUG) DeviceIORxThread(8) : Getting message from node #65 ...
    [1405667835.324466483] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 65.
    [1405667835.324478015] (DEBUG) DeviceIORxThread(8) : Getting message from node #65 ...
    [1405667835.324498197] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 65.
    [1405667835.324509687] (DEBUG) DeviceIORxThread(8) : Getting message from node #65 ...
    [1405667835.324529014] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 65.
    [1405667835.324540856] (DEBUG) DeviceIORxThread(8) : Getting message from node #65 ...
    [1405667835.324561682] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 65.
    [1405667835.324573452] (DEBUG) DeviceIORxThread(8) : Getting message from node #65 ...
    [1405667835.324592493] (DEBUG) DeviceIOTxThread(11) : Configuration written to 0xB1800000 for node #91.
    [1405667835.324594461] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 65.
    [1405667835.324612089] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.324625008] (DEBUG) DeviceIOTxThread(11) : Finished with message #1480817280.
    [1405667835.324629158] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 92.
    [1405667835.324632802] (DEBUG) DeviceIORxThread(9) : Getting message from node #72 ...
    [1405667835.324640320] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.324643021] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.324645859] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 92.
    [1405667835.324654072] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.324627872] (DEBUG) DeviceIORxThread(8) : Getting message from node #65 ...
    [1405667835.324656532] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.324659022] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 72.
    [1405667835.324662809] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 92.
    [1405667835.324670111] (DEBUG) DeviceIORxThread(9) : Getting message from node #72 ...
    [1405667835.324676969] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.324679543] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.324682574] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 92.
    [1405667835.324683621] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 65.
    [1405667835.324690889] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.324698804] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.324699328] (DEBUG) DeviceIORxThread(8) : Getting message from node #65 ...
    [1405667835.324704949] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 92.
    [1405667835.324691577] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 72.
    [1405667835.324725209] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.324730291] (DEBUG) DeviceIOTxThread(11) : Finished with message #10.
    [1405667835.324729680] (DEBUG) DeviceIORxThread(9) : Getting message from node #72 ...
    [1405667835.324734921] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 92.
    [1405667835.324750227] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.324758128] (DEBUG) DeviceIOTxThread(11) : Finished with message #8.
    [1405667835.324761718] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 92.
    [1405667835.324725199] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 65.
    [1405667835.324769926] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.324775657] (DEBUG) DeviceIOTxThread(11) : Finished with message #10.
    [1405667835.324753574] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 72.
    [1405667835.324778632] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 92.
    [1405667835.324789782] (DEBUG) DeviceIORxThread(9) : Getting message from node #72 ...
    [1405667835.324797471] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.324800216] (DEBUG) DeviceIOTxThread(11) : Finished with message #8.
    [1405667835.324804428] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 92.
    [1405667835.324811521] (DEBUG) DeviceIOTxThread(11) : Allocated buffer for the configuration of node #92!
    [1405667835.324813309] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 72.
    [1405667835.324821057] (DEBUG) DeviceIORxThread(9) : Getting message from node #72 ...
    [1405667835.324822291] (DEBUG) DeviceIORxThread(8) : Getting message from node #65 ...
    [1405667835.324842320] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 72.
    [1405667835.324850193] (DEBUG) DeviceIORxThread(9) : Getting message from node #72 ...
    [1405667835.324852027] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 65.
    [1405667835.324867816] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 72.
    [1405667835.324872779] (DEBUG) DeviceIORxThread(8) : Getting message from node #66 ...
    [1405667835.324873732] (DEBUG) DeviceIORxThread(9) : Getting message from node #72 ...
    [1405667835.324894214] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 72.
    [1405667835.324899370] (DEBUG) DeviceIORxThread(9) : Getting message from node #72 ...
    [1405667835.324903015] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 66.
    [1405667835.324916646] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 72.
    [1405667835.324921962] (DEBUG) DeviceIORxThread(8) : Getting message from node #66 ...
    [1405667835.324926777] (DEBUG) DeviceIORxThread(9) : Getting message from node #73 ...
    [1405667835.324949311] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 66.
    [1405667835.324960153] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 73.
    [1405667835.324967130] (DEBUG) DeviceIORxThread(8) : Getting message from node #66 ...
    [1405667835.324970910] (DEBUG) DeviceIORxThread(9) : Getting message from node #73 ...
    [1405667835.324993867] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 66.
    [1405667835.325002634] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 73.
    [1405667835.325011491] (DEBUG) DeviceIORxThread(8) : Getting message from node #66 ...
    [1405667835.325013131] (DEBUG) DeviceIORxThread(9) : Getting message from node #73 ...
    [1405667835.325035636] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 66.
    [1405667835.325041297] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 73.
    [1405667835.325042876] (DEBUG) DeviceIOTxThread(11) : Configuration written to 0xB2000000 for node #92.
    [1405667835.325053007] (DEBUG) DeviceIORxThread(9) : Getting message from node #73 ...
    [1405667835.325057118] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.325059671] (DEBUG) DeviceIOTxThread(11) : Finished with message #1480817280.
    [1405667835.325062892] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 93.
    [1405667835.325053485] (DEBUG) DeviceIORxThread(8) : Getting message from node #66 ...
    [1405667835.325078268] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 73.
    [1405667835.325073272] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.325085177] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.325088738] (DEBUG) DeviceIORxThread(9) : Getting message from node #73 ...
    [1405667835.325093392] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 93.
    [1405667835.325096171] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 66.
    [1405667835.325120825] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 73.
    [1405667835.325130481] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.325133424] (DEBUG) DeviceIORxThread(10) : Getting message from node #80 ...
    [1405667835.325136409] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.325132504] (DEBUG) DeviceIORxThread(9) : Getting message from node #73 ...
    [1405667835.325155186] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 93.
    [1405667835.325155681] (DEBUG) DeviceIORxThread(8) : Getting message from node #66 ...
    [1405667835.325162694] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 80.
    [1405667835.325171576] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 73.
    [1405667835.325175191] (DEBUG) DeviceIORxThread(10) : Getting message from node #80 ...
    [1405667835.325180970] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 66.
    [1405667835.325165156] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.325196769] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 80.
    [1405667835.325182249] (DEBUG) DeviceIORxThread(9) : Getting message from node #73 ...
    [1405667835.325201052] (DEBUG) DeviceIORxThread(8) : Getting message from node #66 ...
    [1405667835.325203054] (DEBUG) DeviceIORxThread(10) : Getting message from node #80 ...
    [1405667835.325221614] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 73.
    [1405667835.325230021] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 66.
    [1405667835.325238254] (DEBUG) DeviceIORxThread(9) : Getting message from node #73 ...
    [1405667835.325242035] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 80.
    [1405667835.325197758] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.325250191] (DEBUG) DeviceIORxThread(8) : Getting message from node #66 ...
    [1405667835.325249233] (DEBUG) DeviceIORxThread(10) : Getting message from node #80 ...
    [1405667835.325258737] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 73.
    [1405667835.325255811] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 93.
    [1405667835.325270915] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.325271780] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 66.
    [1405667835.325278791] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 80.
    [1405667835.325274980] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.325285143] (DEBUG) DeviceIORxThread(10) : Getting message from node #80 ...
    [1405667835.325291050] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 93.
    [1405667835.325272190] (DEBUG) DeviceIORxThread(9) : Getting message from node #74 ...
    [1405667835.325297651] (DEBUG) DeviceIORxThread(8) : Getting message from node #67 ...
    [1405667835.325303405] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.325315132] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 80.
    [1405667835.325321529] (DEBUG) DeviceIORxThread(10) : Getting message from node #80 ...
    [1405667835.325323240] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 67.
    [1405667835.325316229] (DEBUG) DeviceIOTxThread(11) : Finished with message #10.
    [1405667835.325339708] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 93.
    [1405667835.325343809] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 80.
    [1405667835.325340070] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 74.
    [1405667835.325346970] (DEBUG) DeviceIORxThread(8) : Getting message from node #67 ...
    [1405667835.325349763] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.325375922] (DEBUG) DeviceIOTxThread(11) : Finished with message #8.
    [1405667835.325379458] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 93.
    [1405667835.325380842] (DEBUG) DeviceIORxThread(9) : Getting message from node #74 ...
    [1405667835.325387717] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.325390081] (DEBUG) DeviceIOTxThread(11) : Finished with message #10.
    [1405667835.325392841] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 93.
    [1405667835.325381588] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 67.
    [1405667835.325402466] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.325350282] (DEBUG) DeviceIORxThread(10) : Getting message from node #80 ...
    [1405667835.325417041] (DEBUG) DeviceIOTxThread(11) : Finished with message #8.
    [1405667835.325438167] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 93.
    [1405667835.325446214] (DEBUG) DeviceIOTxThread(11) : Allocated buffer for the configuration of node #93!
    [1405667835.325447246] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 80.
    [1405667835.325424464] (DEBUG) DeviceIORxThread(8) : Getting message from node #67 ...
    [1405667835.325458221] (DEBUG) DeviceIORxThread(10) : Getting message from node #80 ...
    [1405667835.325402602] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 74.
    [1405667835.325479434] (DEBUG) DeviceIORxThread(9) : Getting message from node #74 ...
    [1405667835.325481748] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 80.
    [1405667835.325489472] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 67.
    [1405667835.325493230] (DEBUG) DeviceIORxThread(10) : Getting message from node #81 ...
    [1405667835.325496921] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 74.
    [1405667835.325522133] (DEBUG) DeviceIORxThread(8) : Getting message from node #67 ...
    [1405667835.325530293] (DEBUG) DeviceIORxThread(9) : Getting message from node #74 ...
    [1405667835.325533557] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 81.
    [1405667835.325543901] (DEBUG) DeviceIORxThread(10) : Getting message from node #81 ...
    [1405667835.325547015] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 67.
    [1405667835.325550462] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 74.
    [1405667835.325561578] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 81.
    [1405667835.325570495] (DEBUG) DeviceIORxThread(10) : Getting message from node #81 ...
    [1405667835.325571932] (DEBUG) DeviceIORxThread(9) : Getting message from node #74 ...
    [1405667835.325570569] (DEBUG) DeviceIORxThread(8) : Getting message from node #67 ...
    [1405667835.325590299] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 81.
    [1405667835.325593927] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 74.
    [1405667835.325600339] (DEBUG) DeviceIORxThread(10) : Getting message from node #81 ...
    [1405667835.325605331] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 67.
    [1405667835.325607383] (DEBUG) DeviceIORxThread(9) : Getting message from node #74 ...
    [1405667835.325619107] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 81.
    [1405667835.325629512] (DEBUG) DeviceIORxThread(8) : Getting message from node #67 ...
    [1405667835.325637559] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 74.
    [1405667835.325632305] (DEBUG) DeviceIORxThread(10) : Getting message from node #81 ...
    [1405667835.325652225] (DEBUG) DeviceIORxThread(9) : Getting message from node #74 ...
    [1405667835.325662740] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 81.
    [1405667835.325672413] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 74.
    [1405667835.325673909] (DEBUG) DeviceIORxThread(10) : Getting message from node #81 ...
    [1405667835.325685639] (DEBUG) DeviceIORxThread(9) : Getting message from node #74 ...
    [1405667835.325652616] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 67.
    [1405667835.325679197] (DEBUG) DeviceIOTxThread(11) : Configuration written to 0xB2800000 for node #93.
    [1405667835.325702319] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 81.
    [1405667835.325706238] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 74.
    [1405667835.325716387] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.325717034] (DEBUG) DeviceIORxThread(8) : Getting message from node #67 ...
    [1405667835.325719302] (DEBUG) DeviceIOTxThread(11) : Finished with message #1480817280.
    [1405667835.325731758] (DEBUG) DeviceIORxThread(9) : Getting message from node #75 ...
    [1405667835.325720101] (DEBUG) DeviceIORxThread(10) : Getting message from node #81 ...
    [1405667835.325738249] (DEBUG) DeviceIORxThread(11) : Getting message from node #88 ...
    [1405667835.325754465] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 75.
    [1405667835.325740591] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 67.
    [1405667835.325767390] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 88.
    [1405667835.325773365] (DEBUG) DeviceIORxThread(9) : Getting message from node #75 ...
    [1405667835.325735882] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 94.
    [1405667835.325779892] (DEBUG) DeviceIORxThread(11) : Getting message from node #88 ...
    [1405667835.325783437] (DEBUG) DeviceIORxThread(8) : Getting message from node #67 ...
    [1405667835.325791433] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 75.
    [1405667835.325794255] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.325797243] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.325800302] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 94.
    [1405667835.325807266] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 67.
    [1405667835.325815353] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 88.
    [1405667835.325810669] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 81.
    [1405667835.325810045] (DEBUG) DeviceIORxThread(9) : Getting message from node #75 ...
    [1405667835.325830073] (DEBUG) DeviceIORxThread(11) : Getting message from node #88 ...
    [1405667835.325835705] (DEBUG) DeviceIORxThread(8) : Getting message from node #68 ...
    [1405667835.325836655] (DEBUG) DeviceIORxThread(10) : Getting message from node #81 ...
    [1405667835.325851574] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 75.
    [1405667835.325848942] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 88.
    [1405667835.325859462] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 68.
    [1405667835.325867846] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 81.
    [1405667835.325871049] (DEBUG) DeviceIORxThread(9) : Getting message from node #75 ...
    [1405667835.325826701] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.325880689] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.325884175] (DEBUG) DeviceIORxThread(10) : Getting message from node #82 ...
    [1405667835.325886147] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 94.
    [1405667835.325888158] (DEBUG) DeviceIORxThread(8) : Getting message from node #68 ...
    [1405667835.325894657] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 75.
    [1405667835.325895967] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.325904736] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.325906242] (DEBUG) DeviceIORxThread(11) : Getting message from node #88 ...
    [1405667835.325914376] (DEBUG) DeviceIORxThread(9) : Getting message from node #75 ...
    [1405667835.325901944] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 82.
    [1405667835.325911575] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 68.
    [1405667835.325932958] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 75.
    [1405667835.325909121] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 94.
    [1405667835.325937943] (DEBUG) DeviceIORxThread(10) : Getting message from node #82 ...
    [1405667835.325952089] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.325956605] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.325960944] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 94.
    [1405667835.325953016] (DEBUG) DeviceIORxThread(9) : Getting message from node #75 ...
    [1405667835.325966700] (DEBUG) DeviceIORxThread(8) : Getting message from node #68 ...
    [1405667835.325932866] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 88.
    [1405667835.325957585] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 82.
    [1405667835.325986018] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 75.
    [1405667835.325997047] (DEBUG) DeviceIORxThread(11) : Getting message from node #88 ...
    [1405667835.325971384] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.325993974] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 68.
    [1405667835.326008734] (DEBUG) DeviceIOTxThread(11) : Finished with message #10.
    [1405667835.326026418] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 94.
    [1405667835.326008847] (DEBUG) DeviceIORxThread(10) : Getting message from node #82 ...
    [1405667835.326019919] (DEBUG) DeviceIORxThread(9) : Getting message from node #75 ...
    [1405667835.326036145] (DEBUG) DeviceIORxThread(8) : Getting message from node #68 ...
    [1405667835.326055070] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.326060447] (DEBUG) DeviceIOTxThread(11) : Finished with message #8.
    [1405667835.326047347] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 88.
    [1405667835.326064930] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 94.
    [1405667835.326056115] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 75.
    [1405667835.326050730] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 82.
    [1405667835.326074303] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.326083028] (DEBUG) DeviceIOTxThread(11) : Finished with message #10.
    [1405667835.326073994] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 68.
    [1405667835.326087281] (DEBUG) DeviceIORxThread(9) : Getting message from node #75 ...
    [1405667835.326089292] (DEBUG) DeviceIORxThread(10) : Getting message from node #82 ...
    [1405667835.326086389] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 94.
    [1405667835.326101135] (DEBUG) DeviceIORxThread(11) : Getting message from node #88 ...
    [1405667835.326107127] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 75.
    [1405667835.326115479] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 82.
    [1405667835.326116275] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.326125227] (DEBUG) DeviceIOTxThread(11) : Finished with message #8.
    [1405667835.326128628] (DEBUG) DeviceIORxThread(9) : Getting message from node #76 ...
    [1405667835.326130657] (DEBUG) DeviceIORxThread(10) : Getting message from node #82 ...
    [1405667835.326134177] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 88.
    [1405667835.326119700] (DEBUG) DeviceIORxThread(8) : Getting message from node #68 ...
    [1405667835.326140133] (DEBUG) DeviceIORxThread(11) : Getting message from node #88 ...
    [1405667835.326129717] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 94.
    [1405667835.326147561] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 76.
    [1405667835.326151650] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 82.
    [1405667835.326153623] (DEBUG) DeviceIOTxThread(11) : Allocated buffer for the configuration of node #94!
    sendDeviceConfig(0) Complete.
    [1405667835.326165249] (DEBUG) DeviceIORxThread(10) : Getting message from node #82 ...
    [1405667835.326169379] (DEBUG) DeviceIORxThread(9) : Getting message from node #76 ...
    [1405667835.326159878] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 88.
    [1405667835.326168403] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 68.
    [1405667835.326184299] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 82.
    [1405667835.326188555] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 76.
    [1405667835.326210021] (DEBUG) DeviceIORxThread(10) : Getting message from node #82 ...
    createOutputPipe(0) Complete.
    [1405667835.326225347] (DEBUG) DeviceIORxThread(9) : Getting message from node #76 ...
    [1405667835.326215701] (DEBUG) DeviceIORxThread(8) : Getting message from node #68 ...
    [1405667835.326228732] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 82.
    createReorder(0) Complete.
    [1405667835.326235775] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Master: 8,64
    [1405667835.326240324] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 0 : 8,65
    [1405667835.326242801] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 1 : 8,66
    [1405667835.326244733] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 76.
    [1405667835.326247292] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 2 : 8,67
    [1405667835.326251048] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 3 : 8,68
    [1405667835.326253365] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 4 : 8,69
    [1405667835.326255544] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 5 : 8,70
    [1405667835.326260354] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 6 : 8,71
    [1405667835.326263802] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 7 : 9,72
    [1405667835.326266893] (DEBUG) DeviceIORxThread(9) : Getting message from node #76 ...
    [1405667835.326267099] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 8 : 9,73
    [1405667835.326275182] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 68.
    [1405667835.326243922] (DEBUG) DeviceIORxThread(10) : Getting message from node #82 ...
    [1405667835.326286876] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 76.
    [1405667835.326276679] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 9 : 9,74
    [1405667835.326299675] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 10 : 9,75
    [1405667835.326302366] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 11 : 9,76
    [1405667835.326304580] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 12 : 9,77
    [1405667835.326306703] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 13 : 9,78
    [1405667835.326308798] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 14 : 9,79
    [1405667835.326309103] (DEBUG) DeviceIORxThread(8) : Getting message from node #68 ...
    [1405667835.326318428] (DEBUG) DeviceIORxThread(9) : Getting message from node #76 ...
    [1405667835.326311689] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 82.
    [1405667835.326311643] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 15 : 10,80
    [1405667835.326333405] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 16 : 10,81
    [1405667835.326338370] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 17 : 10,82
    [1405667835.326340254] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 76.
    [1405667835.326333387] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 68.
    [1405667835.326340700] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 18 : 10,83
    [1405667835.326359917] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 19 : 10,84
    [1405667835.326344668] (DEBUG) DeviceIORxThread(10) : Getting message from node #83 ...
    [1405667835.326363110] (DEBUG) DeviceIORxThread(9) : Getting message from node #76 ...
    [1405667835.326377523] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 20 : 10,85
    [1405667835.326381202] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 21 : 10,86
    [1405667835.326388178] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 76.
    [1405667835.326381973] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 83.
    [1405667835.326372023] (DEBUG) DeviceIORxThread(8) : Getting message from node #68 ...
    [1405667835.326392719] (DEBUG) DeviceIOTxThread(11) : Configuration written to 0xB3000000 for node #94.
    [1405667835.326397097] (DEBUG) DeviceIORxThread(11) : Getting message from node #88 ...
    [1405667835.326389770] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 22 : 10,87
    [1405667835.326407707] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 23 : 11,88
    [1405667835.326411444] (DEBUG) DeviceIORxThread(9) : Getting message from node #76 ...
    [1405667835.326411762] (DEBUG) DeviceIORxThread(10) : Getting message from node #83 ...
    [1405667835.326415201] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 24 : 11,89
    [1405667835.326419807] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 88.
    [1405667835.326425110] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 25 : 11,90
    [1405667835.326429468] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 76.
    [1405667835.326424732] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 68.
    [1405667835.326429727] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 26 : 11,91
    [1405667835.326448497] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 27 : 11,92
    [1405667835.326453983] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 28 : 11,93
    [1405667835.326457518] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 29 : 11,94
    [1405667835.326460865] (DEBUG) createScheduler(H265 Encode:HEVCENC) : Slave 30 : 11,95
    [1405667835.326430632] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    createScheduler(0) Complete.
    [1405667835.326469495] (DEBUG) DeviceIORxThread(8) : Getting message from node #69 ...
    [1405667835.326437771] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 83.
    [1405667835.326440552] (DEBUG) DeviceIORxThread(11) : Getting message from node #89 ...
    [1405667835.326469842] (DEBUG) DeviceIOTxThread(11) : Finished with message #1480817280.
    [1405667835.326496838] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 95.
    [1405667835.326497099] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 69.
    [1405667835.326508178] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 89.
    [1405667835.326454866] (DEBUG) DeviceIORxThread(9) : Getting message from node #76 ...
    [1405667835.326512564] (DEBUG) DeviceIORxThread(10) : Getting message from node #83 ...
    [1405667835.326518681] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.326525750] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.326526424] (DEBUG) DeviceIORxThread(11) : Getting message from node #89 ...
    [1405667835.326531798] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 76.
    [1405667835.326530430] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 95.
    [1405667835.326536162] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 83.
    [1405667835.326542852] (DEBUG) DeviceIORxThread(8) : Getting message from node #69 ...
    [1405667835.326553374] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 89.
    [1405667835.326557902] (DEBUG) DeviceIORxThread(9) : Getting message from node #77 ...
    [1405667835.326554420] (DEBUG) DeviceIORxThread(10) : Getting message from node #83 ...
    [1405667835.326565052] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 69.
    [1405667835.326571229] (DEBUG) DeviceIORxThread(11) : Getting message from node #89 ...
    [1405667835.326563903] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.326579778] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.326583095] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 83.
    [1405667835.326576796] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 77.
    [1405667835.326597848] (DEBUG) DeviceIORxThread(8) : Getting message from node #69 ...
    [1405667835.326584718] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 95.
    [1405667835.326601880] (DEBUG) DeviceIORxThread(10) : Getting message from node #83 ...
    [1405667835.326589763] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 89.
    [1405667835.326621160] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 69.
    [1405667835.326637223] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 83.
    [1405667835.326622643] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.326646978] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.326633310] (DEBUG) DeviceIORxThread(11) : Getting message from node #89 ...
    [1405667835.326651633] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 95.
    [1405667835.326622226] (DEBUG) DeviceIORxThread(9) : Getting message from node #77 ...
    [1405667835.326659745] (DEBUG) DeviceIORxThread(10) : Getting message from node #83 ...
    [1405667835.326668227] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.326672698] (DEBUG) DeviceIOTxThread(11) : Finished with message #11.
    [1405667835.326674373] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 77.
    [1405667835.326677504] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 83.
    [1405667835.326667673] (DEBUG) DeviceIORxThread(8) : Getting message from node #69 ...
    [1405667835.326675742] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 95.
    [1405667835.326689819] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 89.
    [1405667835.326700672] (DEBUG) DeviceIORxThread(10) : Getting message from node #83 ...
    [1405667835.326701402] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.326708975] (DEBUG) DeviceIORxThread(11) : Getting message from node #89 ...
    [1405667835.326701934] (DEBUG) DeviceIORxThread(9) : Getting message from node #77 ...
    [1405667835.326710950] (DEBUG) DeviceIOTxThread(11) : Finished with message #10.
    [1405667835.326723893] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 95.
    [1405667835.326717689] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 69.
    [1405667835.326731346] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 89.
    [1405667835.326739401] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.326744497] (DEBUG) DeviceIOTxThread(11) : Finished with message #8.
    [1405667835.326749026] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 95.
    [1405667835.326719433] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 83.
    [1405667835.326732333] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 77.
    [1405667835.326760541] (DEBUG) DeviceIORxThread(11) : Getting message from node #89 ...
    [1405667835.326770632] (DEBUG) DeviceIORxThread(10) : Getting message from node #83 ...
    [1405667835.326761117] (DEBUG) DeviceIORxThread(8) : Getting message from node #69 ...
    [1405667835.326789510] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 89.
    [1405667835.326782545] (DEBUG) DeviceIORxThread(9) : Getting message from node #77 ...
    [1405667835.326789866] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 83.
    [1405667835.326771831] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.326802327] (DEBUG) DeviceIORxThread(11) : Getting message from node #89 ...
    [1405667835.326804401] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 69.
    [1405667835.326816327] (DEBUG) DeviceIOTxThread(11) : Finished with message #10.
    [1405667835.326820106] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 89.
    [1405667835.326822324] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 77.
    [1405667835.326821541] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 95.
    [1405667835.326820342] (DEBUG) DeviceIORxThread(10) : Getting message from node #84 ...
    [1405667835.326839887] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.326830473] (DEBUG) DeviceIORxThread(11) : Getting message from node #89 ...
    [1405667835.326842829] (DEBUG) DeviceIOTxThread(11) : Finished with message #8.
    [1405667835.326847175] (DEBUG) DeviceIOTxThread(11) : Received pipe message for node 95.
    [1405667835.326837962] (DEBUG) DeviceIORxThread(8) : Getting message from node #69 ...
    [1405667835.326857255] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 84.
    [1405667835.326864737] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 89.
    [1405667835.326849704] (DEBUG) DeviceIORxThread(9) : Getting message from node #77 ...
    [1405667835.326856265] (DEBUG) DeviceIOTxThread(11) : Allocated buffer for the configuration of node #95!
    [1405667835.326876496] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 69.
    [1405667835.326884636] (DEBUG) DeviceIORxThread(10) : Getting message from node #84 ...
    [1405667835.326879636] (DEBUG) DeviceIORxThread(11) : Getting message from node #90 ...
    [1405667835.326891746] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 77.
    [1405667835.326903839] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 84.
    [1405667835.326911804] (DEBUG) DeviceIORxThread(8) : Getting message from node #69 ...
    [1405667835.326918000] (DEBUG) DeviceIORxThread(9) : Getting message from node #77 ...
    [1405667835.326925298] (DEBUG) DeviceIORxThread(10) : Getting message from node #84 ...
    [1405667835.326932886] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 69.
    [1405667835.326941957] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 84.
    [1405667835.326937170] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 77.
    [1405667835.326965334] (DEBUG) DeviceIORxThread(10) : Getting message from node #84 ...
    [1405667835.326973427] (DEBUG) DeviceIORxThread(9) : Getting message from node #77 ...
    [1405667835.326965305] (DEBUG) DeviceIORxThread(8) : Getting message from node #69 ...
    [1405667835.326993356] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 77.
    [1405667835.326986364] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 84.
    [1405667835.327006911] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 69.
    [1405667835.327020811] (DEBUG) DeviceIORxThread(10) : Getting message from node #84 ...
    [1405667835.327021404] (DEBUG) DeviceIORxThread(9) : Getting message from node #77 ...
    [1405667835.327044394] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 84.
    [1405667835.327045872] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 77.
    [1405667835.327045857] (DEBUG) DeviceIORxThread(8) : Getting message from node #70 ...
    [1405667835.327065837] (DEBUG) DeviceIORxThread(10) : Getting message from node #84 ...
    [1405667835.327078000] (DEBUG) DeviceIORxThread(9) : Getting message from node #78 ...
    [1405667835.327084542] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 84.
    [1405667835.327077586] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 70.
    [1405667835.327097845] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 78.
    [1405667835.327105341] (DEBUG) DeviceIORxThread(10) : Getting message from node #84 ...
    [1405667835.327110258] (DEBUG) DeviceIOTxThread(11) : Configuration written to 0xB3800000 for node #95.
    [1405667835.327121710] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 84.
    [1405667835.327122312] (DEBUG) DeviceIORxThread(8) : Getting message from node #70 ...
    [1405667835.327128688] (DEBUG) DeviceIORxThread(9) : Getting message from node #78 ...
    [1405667835.327132532] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 90.
    [1405667835.327142971] (DEBUG) DeviceIORxThread(10) : Getting message from node #84 ...
    [1405667835.327145071] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 70.
    [1405667835.327159878] (DEBUG) DeviceIOTxThread(11) : Message sent to DSP mailbox.
    [1405667835.327165903] (DEBUG) DeviceIOTxThread(11) : Finished with message #1480817280.
    [1405667835.327160683] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 84.
    [1405667835.327156860] (DEBUG) DeviceIORxThread(11) : Getting message from node #90 ...
    [1405667835.327147235] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 78.
    [1405667835.327190217] (DEBUG) DeviceIORxThread(8) : Getting message from node #70 ...
    [1405667835.327198327] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 90.
    [1405667835.327198382] (DEBUG) DeviceIORxThread(10) : Getting message from node #85 ...
    [1405667835.327211176] (DEBUG) DeviceIORxThread(9) : Getting message from node #78 ...
    [1405667835.327214927] (DEBUG) DeviceIORxThread(11) : Getting message from node #90 ...
    [1405667835.327221165] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 85.
    [1405667835.327230828] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 78.
    [1405667835.327211456] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 70.
    [1405667835.327248632] (DEBUG) DeviceIORxThread(10) : Getting message from node #85 ...
    [1405667835.327232082] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 90.
    [1405667835.327262169] (DEBUG) DeviceIORxThread(9) : Getting message from node #78 ...
    [1405667835.327268774] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 85.
    [1405667835.327268649] (DEBUG) DeviceIORxThread(11) : Getting message from node #90 ...
    [1405667835.327278304] (DEBUG) DeviceIORxThread(8) : Getting message from node #70 ...
    [1405667835.327280921] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 78.
    [1405667835.327294378] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 90.
    [1405667835.327295395] (DEBUG) DeviceIORxThread(10) : Getting message from node #85 ...
    [1405667835.327303706] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 70.
    [1405667835.327308626] (DEBUG) DeviceIORxThread(11) : Getting message from node #90 ...
    [1405667835.327315702] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 85.
    [1405667835.327321195] (DEBUG) DeviceIORxThread(9) : Getting message from node #78 ...
    [1405667835.327328889] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 90.
    [1405667835.327339067] (DEBUG) DeviceIORxThread(8) : Getting message from node #70 ...
    [1405667835.327340504] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 78.
    [1405667835.327341826] (DEBUG) DeviceIORxThread(11) : Getting message from node #90 ...
    [1405667835.327341322] (DEBUG) DeviceIORxThread(10) : Getting message from node #85 ...
    [1405667835.327362969] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 70.
    [1405667835.327378309] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 90.
    [1405667835.327382577] (DEBUG) DeviceIORxThread(9) : Getting message from node #78 ...
    [1405667835.327384346] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 85.
    [1405667835.327392929] (DEBUG) DeviceIORxThread(11) : Getting message from node #90 ...
    [1405667835.327405418] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 78.
    [1405667835.327412044] (DEBUG) DeviceIORxThread(8) : Getting message from node #70 ...
    [1405667835.327413241] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 90.
    [1405667835.327414705] (DEBUG) DeviceIORxThread(10) : Getting message from node #85 ...
    [1405667835.327434992] (DEBUG) DeviceIORxThread(9) : Getting message from node #78 ...
    [1405667835.327435623] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 70.
    [1405667835.327439346] (DEBUG) DeviceIORxThread(11) : Getting message from node #90 ...
    [1405667835.327452186] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 78.
    [1405667835.327448545] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 85.
    [1405667835.327469209] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 90.
    [1405667835.327474244] (DEBUG) DeviceIORxThread(8) : Getting message from node #70 ...
    [1405667835.327482824] (DEBUG) DeviceIORxThread(9) : Getting message from node #78 ...
    [1405667835.327486741] (DEBUG) DeviceIORxThread(11) : Getting message from node #91 ...
    [1405667835.327486925] (DEBUG) DeviceIORxThread(10) : Getting message from node #85 ...
    [1405667835.327495459] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 70.
    [1405667835.327501728] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 78.
    [1405667835.327505933] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 91.
    [1405667835.327509873] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 85.
    [1405667835.327523092] (DEBUG) DeviceIORxThread(11) : Getting message from node #91 ...
    [1405667835.327530235] (DEBUG) DeviceIORxThread(8) : Getting message from node #70 ...
    [1405667835.327535180] (DEBUG) DeviceIORxThread(10) : Getting message from node #85 ...
    [1405667835.327536051] (DEBUG) DeviceIORxThread(9) : Getting message from node #79 ...
    [1405667835.327541029] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 91.
    [1405667835.327551567] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 70.
    [1405667835.327554788] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 85.
    [1405667835.327565265] (DEBUG) DeviceIORxThread(11) : Getting message from node #91 ...
    [1405667835.327562402] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 79.
    [1405667835.327582389] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 91.
    [1405667835.327589724] (DEBUG) DeviceIORxThread(10) : Getting message from node #85 ...
    [1405667835.327592350] (DEBUG) DeviceIORxThread(8) : Getting message from node #71 ...
    [1405667835.327599408] (DEBUG) DeviceIORxThread(11) : Getting message from node #91 ...
    [1405667835.327602638] (DEBUG) DeviceIORxThread(9) : Getting message from node #79 ...
    [1405667835.327608156] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 85.
    [1405667835.327613850] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 71.
    [1405667835.327619438] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 91.
    [1405667835.327620806] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 79.
    [1405667835.327637866] (DEBUG) DeviceIORxThread(10) : Getting message from node #86 ...
    [1405667835.327638805] (DEBUG) DeviceIORxThread(11) : Getting message from node #91 ...
    [1405667835.327652571] (DEBUG) DeviceIORxThread(8) : Getting message from node #71 ...
    [1405667835.327658925] (DEBUG) DeviceIORxThread(9) : Getting message from node #79 ...
    [1405667835.327662135] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 91.
    [1405667835.327656754] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 86.
    [1405667835.327675967] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 71.
    [1405667835.327677129] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 79.
    [1405667835.327680440] (DEBUG) DeviceIORxThread(11) : Getting message from node #91 ...
    [1405667835.327696729] (DEBUG) DeviceIORxThread(10) : Getting message from node #86 ...
    [1405667835.327713056] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 91.
    [1405667835.327714863] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 86.
    [1405667835.327716658] (DEBUG) DeviceIORxThread(8) : Getting message from node #71 ...
    [1405667835.327723541] (DEBUG) DeviceIORxThread(9) : Getting message from node #79 ...
    [1405667835.327730978] (DEBUG) DeviceIORxThread(11) : Getting message from node #91 ...
    [1405667835.327737028] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 71.
    [1405667835.327747821] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 79.
    [1405667835.327748653] (DEBUG) DeviceIORxThread(10) : Getting message from node #86 ...
    [1405667835.327751956] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 91.
    [1405667835.327776131] (DEBUG) DeviceIORxThread(8) : Getting message from node #71 ...
    [1405667835.327781076] (DEBUG) DeviceIORxThread(11) : Getting message from node #91 ...
    [1405667835.327776733] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 86.
    [1405667835.327787796] (DEBUG) DeviceIORxThread(9) : Getting message from node #79 ...
    [1405667835.327800781] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 91.
    [1405667835.327810929] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 79.
    [1405667835.327818005] (DEBUG) DeviceIORxThread(10) : Getting message from node #86 ...
    [1405667835.327825069] (DEBUG) DeviceIORxThread(11) : Getting message from node #92 ...
    [1405667835.327801090] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 71.
    [1405667835.327838414] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 86.
    [1405667835.327842643] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 92.
    [1405667835.327846042] (DEBUG) DeviceIORxThread(9) : Getting message from node #79 ...
    [1405667835.327863605] (DEBUG) DeviceIORxThread(11) : Getting message from node #92 ...
    [1405667835.327863737] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 79.
    [1405667835.327869083] (DEBUG) DeviceIORxThread(8) : Getting message from node #71 ...
    [1405667835.327869470] (DEBUG) DeviceIORxThread(10) : Getting message from node #86 ...
    [1405667835.327882227] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 92.
    [1405667835.327894007] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 71.
    [1405667835.327901785] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 86.
    [1405667835.327903660] (DEBUG) DeviceIORxThread(9) : Getting message from node #79 ...
    [1405667835.327908266] (DEBUG) DeviceIORxThread(11) : Getting message from node #92 ...
    [1405667835.327926138] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 79.
    [1405667835.327930925] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 92.
    [1405667835.327933233] (DEBUG) DeviceIORxThread(8) : Getting message from node #71 ...
    [1405667835.327934305] (DEBUG) DeviceIORxThread(10) : Getting message from node #86 ...
    [1405667835.327952329] (DEBUG) DeviceIORxThread(11) : Getting message from node #92 ...
    [1405667835.327956558] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 71.
    [1405667835.327963319] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 86.
    [1405667835.327960767] (DEBUG) DeviceIORxThread(9) : Getting message from node #79 ...
    [1405667835.327970893] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 92.
    [1405667835.327985924] (DEBUG) DeviceIORxMapping(9) : Received mapping response from node 79.
    [1405667835.327991800] (DEBUG) DeviceIORxThread(11) : Getting message from node #92 ...
    [1405667835.327994197] (DEBUG) DeviceIORxThread(10) : Getting message from node #86 ...
    [1405667835.327997439] (DEBUG) DeviceIORxThread(8) : Getting message from node #71 ...
    [1405667835.328010497] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 92.
    [1405667835.328010723] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 86.
    [1405667835.328018028] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 71.
    [1405667835.328034166] (DEBUG) DeviceIORxThread(11) : Getting message from node #92 ...
    [1405667835.328044149] (DEBUG) DeviceIORxThread(10) : Getting message from node #86 ...
    [1405667835.328052883] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 92.
    [1405667835.328057359] (DEBUG) DeviceIORxThread(8) : Getting message from node #71 ...
    [1405667835.328062255] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 86.
    [1405667835.328074114] (DEBUG) DeviceIORxThread(11) : Getting message from node #92 ...
    [1405667835.328078973] (DEBUG) DeviceIORxMapping(8) : Received mapping response from node 71.
    [1405667835.328096910] (DEBUG) DeviceIORxThread(10) : Getting message from node #87 ...
    [1405667835.328098666] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 92.
    [1405667835.328120633] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 87.
    [1405667835.328127669] (DEBUG) DeviceIORxThread(11) : Getting message from node #92 ...
    [1405667835.328146032] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 92.
    [1405667835.328154530] (DEBUG) DeviceIORxThread(10) : Getting message from node #87 ...
    [1405667835.328170854] (DEBUG) DeviceIORxThread(11) : Getting message from node #93 ...
    [1405667835.328172007] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 87.
    [1405667835.328189808] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 93.
    [1405667835.328209581] (DEBUG) DeviceIORxThread(10) : Getting message from node #87 ...
    [1405667835.328215508] (DEBUG) DeviceIORxThread(11) : Getting message from node #93 ...
    [1405667835.328226365] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 87.
    [1405667835.328233225] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 93.
    [1405667835.328258388] (DEBUG) DeviceIORxThread(11) : Getting message from node #93 ...
    [1405667835.328260071] (DEBUG) DeviceIORxThread(10) : Getting message from node #87 ...
    [1405667835.328274923] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 93.
    [1405667835.328278585] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 87.
    [1405667835.328300186] (DEBUG) DeviceIORxThread(11) : Getting message from node #93 ...
    [1405667835.328311963] (DEBUG) DeviceIORxThread(10) : Getting message from node #87 ...
    [1405667835.328318537] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 93.
    [1405667835.328330811] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 87.
    [1405667835.328343876] (DEBUG) DeviceIORxThread(11) : Getting message from node #93 ...
    [1405667835.328362677] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 93.
    [1405667835.328364174] (DEBUG) DeviceIORxThread(10) : Getting message from node #87 ...
    [1405667835.328381931] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 87.
    [1405667835.328387380] (DEBUG) DeviceIORxThread(11) : Getting message from node #93 ...
    [1405667835.328405216] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 93.
    [1405667835.328415172] (DEBUG) DeviceIORxThread(10) : Getting message from node #87 ...
    [1405667835.328429904] (DEBUG) DeviceIORxThread(11) : Getting message from node #93 ...
    [1405667835.328431625] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 87.
    [1405667835.328446477] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 93.
    [1405667835.328464695] (DEBUG) DeviceIORxThread(10) : Getting message from node #87 ...
    [1405667835.328471949] (DEBUG) DeviceIORxThread(11) : Getting message from node #93 ...
    [1405667835.328485937] (DEBUG) DeviceIORxMapping(10) : Received mapping response from node 87.
    [1405667835.328492947] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 93.
    [1405667835.328522285] (DEBUG) DeviceIORxThread(11) : Getting message from node #94 ...
    [1405667835.328539505] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 94.
    [1405667835.328568261] (DEBUG) DeviceIORxThread(11) : Getting message from node #94 ...
    [1405667835.328585715] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 94.
    [1405667835.328614499] (DEBUG) DeviceIORxThread(11) : Getting message from node #94 ...
    [1405667835.328630801] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 94.
    [1405667835.328659910] (DEBUG) DeviceIORxThread(11) : Getting message from node #94 ...
    [1405667835.328678044] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 94.
    [1405667835.328710481] (DEBUG) DeviceIORxThread(11) : Getting message from node #94 ...
    [1405667835.328732759] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 94.
    [1405667835.328761886] (DEBUG) DeviceIORxThread(11) : Getting message from node #94 ...
    [1405667835.328779080] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 94.
    [1405667835.328807680] (DEBUG) DeviceIORxThread(11) : Getting message from node #94 ...
    [1405667835.328823996] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 94.
    [1405667835.328856921] (DEBUG) DeviceIORxThread(11) : Getting message from node #94 ...
    [1405667835.328874184] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 94.
    [1405667835.328907478] (DEBUG) DeviceIORxThread(11) : Getting message from node #95 ...
    [1405667835.328924818] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 95.
    [1405667835.328957812] (DEBUG) DeviceIORxThread(11) : Getting message from node #95 ...
    [1405667835.328975106] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 95.
    [1405667835.329008461] (DEBUG) DeviceIORxThread(11) : Getting message from node #95 ...
    [1405667835.329024724] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 95.
    [1405667835.329057541] (DEBUG) DeviceIORxThread(11) : Getting message from node #95 ...
    [1405667835.329075907] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 95.
    [1405667835.329136167] (DEBUG) DeviceIORxThread(11) : Getting message from node #95 ...
    [1405667835.329157130] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 95.
    [1405667835.329190660] (DEBUG) DeviceIORxThread(11) : Getting message from node #95 ...
    [1405667835.329208055] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 95.
    [1405667835.329241175] (DEBUG) DeviceIORxThread(11) : Getting message from node #95 ...
    [1405667835.329257853] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 95.
    [1405667835.329290558] (DEBUG) DeviceIORxThread(11) : Getting message from node #95 ...
    [1405667835.329308156] (DEBUG) DeviceIORxMapping(11) : Received mapping response from node 95.
    ackDeviceConfig(0) Complete.
    [1405667836.326605111] (DEBUG) FileReaderCreate(H265 Encode) : Creating instance of FileReader...
    [1405667836.326616053] (DEBUG) FileReaderCreate(H265 Encode) : Instance memory allocated.
    [1405667836.326623920] (DEBUG) FileReaderCreate(H265 Encode) : Allocated memory for 1 files.
    [1405667836.326652944] (DEBUG) FileReaderCreate(H265 Encode) : Configured to read from 1 files.
    [1405667836.326706100] (DEBUG) FileReaderCreate(H265 Encode) : Instance creation succeeded!
    createFileReader(0) Complete.
    createDataSrc(0) Complete.
    [1405667836.326726001] (DEBUG) FileWriterCreate(H265 Encode) : Creating instance of FileWriter...
    [1405667836.326732519] (DEBUG) FileWriterCreate(H265 Encode) : Instance memory allocated.
    [1405667836.326759668] (DEBUG) FileReaderThread(H265 Encode) : Hello from FileReader thread. ThreadID = 0xCFADD700
    [1405667836.326778885] (DEBUG) FileReaderThread(H265 Encode) : File No. 0 to be Read... ../testVecs/input/vintage_car-1920x1080_1.yuv
    [1405667836.326867616] (DEBUG) FileWriterThread(H265 Encode) : Hello from FileWriter thread. ThreadID = 0xCF2DC700
    [1405667836.326901243] (DEBUG) FileWriterCreate(H265 Encode) : Instance creation succeeded!
    createFileWriter(0) Complete.
    createDataSnk(0) Complete.
    [1405667836.328105265] (DEBUG) FileReaderThread(H265 Encode) : Read 3110400 bytes in 1291425 ns.
    [1405667836.328117292] (DEBUG) FileReaderThread(H265 Encode) : Iter = 0, Clip = ../testVecs/input/vintage_car-1920x1080_1.yuv, Frame = 0 / 300, Size = 3110400
    [1405667836.328125474] (DEBUG) FileReaderThread(H265 Encode) : Sending task #1 to device #8, node #64 ...
    [1405667836.328140839] (DEBUG) FileReaderThread(H265 Encode) : Finished writing message.
    [1405667836.328201754] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 64.
    [1405667836.328219649] (DEBUG) DeviceIOTxProcess(8) : Received message: #1, Task ID: 1, Frame ID: 1, Node 64, BufSize 3110400 bytes.
    [1405667836.328243168] (DEBUG) DeviceIOTxThread(8) : Allocated input device buffer (0xB4000000).
    [1405667836.328252448] (DEBUG) DeviceIOTxThread(8) : Allocated output device buffer (0x65800000).
    [1405667836.328258857] (DEBUG) DeviceIOTxThread(8) : Allocated output frame descriptor.
    [1405667836.328263747] (DEBUG) DeviceIOSendFrame(8) : Participant Device 8
    [1405667836.328268182] (DEBUG) DeviceIOSendFrame(8) : Participant Device 9
    [1405667836.328272214] (DEBUG) DeviceIOSendFrame(8) : Participant Device 10
    [1405667836.328276397] (DEBUG) DeviceIOSendFrame(8) : Participant Device 11
    [1405667836.328359459] (DEBUG) DeviceIOSendFrame(8) : DMA'd frame to 0xB4000000 on device 8. (retVal = 0, dma_trans_id = 1)
    [1405667836.328437816] (DEBUG) DeviceIOSendFrame(8) : DMA'd frame to 0xB4000000 on device 9. (retVal = 0, dma_trans_id = 2)
    [1405667836.328512251] (DEBUG) DeviceIOSendFrame(8) : DMA'd frame to 0xB4000000 on device 10. (retVal = 0, dma_trans_id = 3)
    [1405667836.328586381] (DEBUG) DeviceIOSendFrame(8) : DMA'd frame to 0xB4000000 on device 11. (retVal = 0, dma_trans_id = 4)
    [1405667836.328600765] (DEBUG) DeviceIOTxThread(8) : DMA Triggered.
    [1405667836.329434803] (DEBUG) FileReaderThread(H265 Encode) : Read 3110400 bytes in 1285527 ns.
    [1405667836.329447760] (DEBUG) FileReaderThread(H265 Encode) : Iter = 0, Clip = ../testVecs/input/vintage_car-1920x1080_1.yuv, Frame = 1 / 300, Size = 3110400
    [1405667836.329454380] (DEBUG) FileReaderThread(H265 Encode) : Sending task #2 to device #8, node #64 ...
    [1405667836.329461337] (DEBUG) FileReaderThread(H265 Encode) : Finished writing message.
    [1405667836.432610880] (DEBUG) DeviceIOXferComplete(8) : DMA to device 8 Complete! dma_trans_id = 1
    [1405667836.438758896] (DEBUG) DeviceIOXferComplete(8) : DMA to device 9 Complete! dma_trans_id = 2
    [1405667836.438796086] (DEBUG) DeviceIOXferComplete(8) : DMA to device 10 Complete! dma_trans_id = 3
    [1405667836.439160817] (DEBUG) DeviceIOXferComplete(8) : DMA to device 11 Complete! dma_trans_id = 4
    [1405667836.439163391] (DEBUG) DeviceIOTxThread(8) : DMA Complete.
    [1405667836.439370676] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667836.439373034] (DEBUG) DeviceIOTxThread(8) : Finished with message #1.
    [1405667836.439377348] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 64.
    [1405667836.439379601] (DEBUG) DeviceIOTxProcess(8) : Received message: #2, Task ID: 2, Frame ID: 2, Node 64, BufSize 3110400 bytes.
    [1405667836.439382380] (DEBUG) DeviceIOTxThread(8) : Allocated input device buffer (0xB4800000).
    [1405667836.439385105] (DEBUG) DeviceIOTxThread(8) : Allocated output device buffer (0x66000000).
    [1405667836.439387815] (DEBUG) DeviceIOTxThread(8) : Allocated output frame descriptor.
    [1405667836.439389938] (DEBUG) DeviceIOSendFrame(8) : Participant Device 8
    [1405667836.439391985] (DEBUG) DeviceIOSendFrame(8) : Participant Device 9
    [1405667836.439393995] (DEBUG) DeviceIOSendFrame(8) : Participant Device 10
    [1405667836.439395973] (DEBUG) DeviceIOSendFrame(8) : Participant Device 11
    [1405667836.439434327] (DEBUG) DeviceIOSendFrame(8) : DMA'd frame to 0xB4800000 on device 8. (retVal = 0, dma_trans_id = 5)
    [1405667836.439472589] (DEBUG) DeviceIOSendFrame(8) : DMA'd frame to 0xB4800000 on device 9. (retVal = 0, dma_trans_id = 6)
    [1405667836.439509994] (DEBUG) DeviceIOSendFrame(8) : DMA'd frame to 0xB4800000 on device 10. (retVal = 0, dma_trans_id = 7)
    [1405667836.439546697] (DEBUG) DeviceIOSendFrame(8) : DMA'd frame to 0xB4800000 on device 11. (retVal = 0, dma_trans_id = 8)
    [1405667836.439557541] (DEBUG) DeviceIOTxThread(8) : DMA Triggered.
    [1405667836.439995808] (DEBUG) FileReaderThread(H265 Encode) : Read 3110400 bytes in 799660 ns.
    [1405667836.440003504] (DEBUG) FileReaderThread(H265 Encode) : Iter = 0, Clip = ../testVecs/input/vintage_car-1920x1080_1.yuv, Frame = 2 / 300, Size = 3110400
    [1405667836.440008543] (DEBUG) FileReaderThread(H265 Encode) : Sending task #3 to device #8, node #64 ...
    [1405667836.440022833] (DEBUG) FileReaderThread(H265 Encode) : Finished writing message.
    [1405667836.543350375] (DEBUG) DeviceIOXferComplete(8) : DMA to device 8 Complete! dma_trans_id = 5
    [1405667836.549357763] (DEBUG) DeviceIOXferComplete(8) : DMA to device 9 Complete! dma_trans_id = 6
    [1405667836.549393508] (DEBUG) DeviceIOXferComplete(8) : DMA to device 10 Complete! dma_trans_id = 7
    [1405667836.549753848] (DEBUG) DeviceIOXferComplete(8) : DMA to device 11 Complete! dma_trans_id = 8
    [1405667836.549756159] (DEBUG) DeviceIOTxThread(8) : DMA Complete.
    [1405667836.549927636] (DEBUG) DeviceIOTxThread(8) : Message sent to DSP mailbox.
    [1405667836.549929914] (DEBUG) DeviceIOTxThread(8) : Finished with message #2.
    [1405667836.549933460] (DEBUG) DeviceIOTxThread(8) : Received pipe message for node 64.
    [1405667836.549935621] (DEBUG) DeviceIOTxProcess(8) : Received message: #3, Task ID: 3, Frame ID: 3, Node 64, BufSize 3110400 bytes.
    [1405667836.549938442] (DEBUG) DeviceIOTxThread(8) : Allocated input device buffer (0xB5000000).
    [1405667836.550549804] (DEBUG) FileReaderThread(H265 Encode) : Read 3110400 bytes in 784674 ns.
    [1405667836.550555497] (DEBUG) FileReaderThread(H265 Encode) : Iter = 0, Clip = ../testVecs/input/vintage_car-1920x1080_1.yuv, Frame = 3 / 300, Size = 3110400

  • Thanks Jaewoo for posting the updated log & the log seems fine for me. Could you please update us with the following things for further analysis?

    1. Please check you can able to connect all the 128cores in CCS using JTAG

    2. Please run the desktop-linux sdk demos (hope you would had followed installation section in the guide) & see any issues observing in the execution.

    http://processors.wiki.ti.com/index.php/Desktop-linux-sdk_01.00.00_Getting_Started_Guide#Running_the_Demonstration_Applications

  • Prasanna, I am sharing here some information gathered by our customer

    Summary on the test results. It appears that there is no h/w issue.

    1. lspci – 16 DSPs. --> Enumaration is OK 
    1. filetestdemo – all OK.
    2. Card swapping
      1. Card1 only on PCI slot1 - ok
      2. Card2 only on PCI slot1 - ok
      3. Card1 only on PCI slot2 - ok
      4. Card2 only on PCI slot2 - ok
      5. Card1 on slot1, Card2 on slot2 – only card1 worked for encoding test
      6. Card2 on slot1, Card1 on slot2 – only card2 worked for encoding test

    what else do you think we would need to check?

    thank you,

    Paula

  • Thanks Paula. Could you connect the Cores on Slot 2 in CCS (with Both Cards connected in PCIe Slots) & Check where the code is present? So, that we can have further ideas.

  • Prasana, I got SSH to our customer Linux. I did the following tests:

    1) Filetestdemo ./run_dmatest.sh 16 0x400000-> Run ok on all 128 cores

    2) MCSDK video drop39 PCIe file 2 file demos

    - H.264 HP encoder, sanity test clip/scripts run OK on cores team "64 65 66"

    - HEVC encoder, sanity test clip/scripts run OK on DSP0, DSP1... DSP7

    - HEVC encoder, sanity test clip/scripts hang on thrid frame for DSP8, DSP9.. Attached log after ctrl+c

    Do you think it is worthy to upgrade to MCSDK video drop42 (which includes HEVC enc drop42)?

    http://software-dl.ti.com/sdoemb/sdoemb_public_sw/mcsdk_video/02_02_00_42/index_FDS.html

    3817.HEVC_enc_hang_3rdFrame_console_afterCtrlC.txt

    Thanks for your help,

    Paula

  • Hi, About running HEVC encoder on the second octal we found the issue.  In the file

    <MCSDK_Video_path>dsp/siu/ividmc/ividmc3.h we have hardcode max number of cores to 64.

    #define IVIDMC3_TI_MAXCORES 128 //PC—original value was set to 64

    After changing this value and rebuilding sv04 HEVC encoder should run OK on the second octal.

    thank you,

    Paula