In [1]:
!rm -rf .noworkflow
In [2]:
%cd ../capture/
!python run_tests.py
%cd ../tests
/home/joao/noworkflow/capture
.......................................................
----------------------------------------------------------------------
Ran 55 tests in 1.017s
OK
/home/joao/noworkflow/tests
In [3]:
%load_ext noworkflow
nip = %now_ip
In [4]:
tests = [
'example1.py', 'example2.py', 'fibonacci.py',
't2.py', 't3.py', 'test_cfunc.py', 'test_disasm.py',
'test_exception.py', 'test_func.py', 'test_loop_1.py',
'test_loop_2.py', 'test_loop_3.py', 'test_loop_4.py',
'test_loop_5.py', 'test_noreturn_func.py',
'test_slow.py', 'test_var.py'
]
In [5]:
trials = {}
outputs = {}
for test in tests:
trial = %now_run --out output $test
outputs[test] = output
trials[test] = trial
In [6]:
from IPython.display import display
trials['test_loop_1.py']
Out[6]:
{"max_duration": {"10": 320}, "nodes": [{"node": {"count": 1, "info": "Trial 10\u003cbr\u003eFunction \u003cb\u003e/home/joao/noworkflow/tests/test_loop_1.py\u003c/b\u003e called at line 126\u003cbr/\u003eTotal duration: 320 microseconds for 1 activations\u003cbr/\u003eMean: 320.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #51 from 2015-04-12 16:39:10.349724 to 2015-04-12 16:39:10.350044 (320 microseconds)\u003cbr/\u003eReturned None", "trial_id": 10, "duration": 320, "line": 126, "mean": 320.0}, "index": 0, "name": "/home/joao/noworkflow/tests/test_loop_1.py", "caller_id": null, "repr": "C(S(126-/home/joao/noworkflow/tests/test_loop_1.py), G([C(S(7-x), S(5-y))-1-\u003eC(S(8-x), S(5-y))]))"}, {"node": {"count": 1, "info": "Trial 10\u003cbr\u003eFunction \u003cb\u003ex\u003c/b\u003e called at line 8\u003cbr/\u003eTotal duration: 60 microseconds for 1 activations\u003cbr/\u003eMean: 60.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #54 from 2015-04-12 16:39:10.349977 to 2015-04-12 16:39:10.350037 (60 microseconds)\u003cbr/\u003eReturned None", "trial_id": 10, "duration": 60, "line": 8, "mean": 60.0}, "index": 1, "name": "x", "repr": "C(S(8-x), S(5-y))", "caller_id": 51, "duration": 60}, {"node": {"count": 1, "info": "Trial 10\u003cbr\u003eFunction \u003cb\u003ey\u003c/b\u003e called at line 5\u003cbr/\u003eTotal duration: 9 microseconds for 1 activations\u003cbr/\u003eMean: 9.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #55 from 2015-04-12 16:39:10.350020 to 2015-04-12 16:39:10.350029 (9 microseconds)\u003cbr/\u003eReturned None", "trial_id": 10, "duration": 9, "line": 5, "mean": 9.0}, "index": 2, "name": "y", "caller_id": 54, "repr": "S(5-y)"}, {"node": {"count": 1, "info": "Trial 10\u003cbr\u003eFunction \u003cb\u003ex\u003c/b\u003e called at line 7\u003cbr/\u003eTotal duration: 108 microseconds for 1 activations\u003cbr/\u003eMean: 108.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #52 from 2015-04-12 16:39:10.349824 to 2015-04-12 16:39:10.349932 (108 microseconds)\u003cbr/\u003eReturned None", "trial_id": 10, "duration": 108, "line": 7, "mean": 108.0}, "index": 3, "name": "x", "repr": "C(S(7-x), S(5-y))", "caller_id": 51, "duration": 108}, {"node": {"count": 1, "info": "Trial 10\u003cbr\u003eFunction \u003cb\u003ey\u003c/b\u003e called at line 5\u003cbr/\u003eTotal duration: 13 microseconds for 1 activations\u003cbr/\u003eMean: 13.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #53 from 2015-04-12 16:39:10.349909 to 2015-04-12 16:39:10.349922 (13 microseconds)\u003cbr/\u003eReturned None", "trial_id": 10, "duration": 13, "line": 5, "mean": 13.0}, "index": 4, "name": "y", "caller_id": 52, "repr": "S(5-y)"}], "edges": [{"count": 0, "source": 0, "type": "initial", "target": 0}, {"count": "", "source": 1, "type": "call", "target": 2}, {"count": "", "source": 2, "type": "return", "target": 1}, {"count": "", "source": 3, "type": "call", "target": 4}, {"count": "", "source": 4, "type": "return", "target": 3}, {"count": "", "source": 0, "type": "call", "target": 3}, {"count": "", "source": 1, "type": "return", "target": 0}, {"count": 1, "source": 3, "type": "sequence", "target": 1}], "min_duration": {"10": 9}}
In [7]:
t_trials = {}
t_outputs = {}
for test in tests:
trial = %now_run -e Tracer --out output $test
t_outputs[test] = output
t_trials[test] = trial
In [8]:
nip.History()
Out[8]:
{"nodes": [{"id": 1, "start": "2015-04-12 16:39:07.240585", "finish": "2015-04-12 16:39:07.360696", "script": "example1.py", "code_hash": "ccd43dc0d3566da3f88fcb1ee32879b0121bf7a9", "arguments": "", "inherited_id": null, "parent_id": null, "run": 1, "level": 16, "status": "Finished", "tooltip": "\n \u003cb\u003eexample1.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:07.240585\u003cbr\u003e\n Finish: 2015-04-12 16:39:07.360696\n \n \u003cbr\u003e\n Duration: 120111ns\n "}, {"id": 2, "start": "2015-04-12 16:39:07.651542", "finish": "2015-04-12 16:39:07.690565", "script": "example2.py", "code_hash": "ec6adafe5e1f9b3d475ad740273be9be40fa87e8", "arguments": "", "inherited_id": null, "parent_id": null, "run": 1, "level": 15, "status": "Finished", "tooltip": "\n \u003cb\u003eexample2.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:07.651542\u003cbr\u003e\n Finish: 2015-04-12 16:39:07.690565\n \n \u003cbr\u003e\n Duration: 39023ns\n "}, {"id": 3, "start": "2015-04-12 16:39:07.979558", "finish": "2015-04-12 16:39:08.017608", "script": "fibonacci.py", "code_hash": "6d1eb510164628fc806adcffc66deceed7e4cab7", "arguments": "", "inherited_id": null, "parent_id": null, "run": 1, "level": 14, "status": "Finished", "tooltip": "\n \u003cb\u003efibonacci.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:07.979558\u003cbr\u003e\n Finish: 2015-04-12 16:39:08.017608\n \n \u003cbr\u003e\n Duration: 38050ns\n "}, {"id": 4, "start": "2015-04-12 16:39:08.302992", "finish": "2015-04-12 16:39:08.353609", "script": "t2.py", "code_hash": "fada5b78df7d2a5bd1e9a484ba6e632f1978fc79", "arguments": "", "inherited_id": null, "parent_id": null, "run": 1, "level": 13, "status": "Finished", "tooltip": "\n \u003cb\u003et2.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:08.302992\u003cbr\u003e\n Finish: 2015-04-12 16:39:08.353609\n \n \u003cbr\u003e\n Duration: 50617ns\n "}, {"id": 5, "start": "2015-04-12 16:39:08.639403", "finish": "2015-04-12 16:39:08.671983", "script": "t3.py", "code_hash": "34eeb6f5c4dbffdbe13c16addc93b09fc22a3902", "arguments": "", "inherited_id": null, "parent_id": null, "run": 1, "level": 12, "status": "Finished", "tooltip": "\n \u003cb\u003et3.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:08.639403\u003cbr\u003e\n Finish: 2015-04-12 16:39:08.671983\n \n \u003cbr\u003e\n Duration: 32579ns\n "}, {"id": 6, "start": "2015-04-12 16:39:08.973764", "finish": "2015-04-12 16:39:09.021497", "script": "test_cfunc.py", "code_hash": "97bb316a2c9a4a62565e889d5de408af8c0464da", "arguments": "", "inherited_id": null, "parent_id": null, "run": 1, "level": 11, "status": "Finished", "tooltip": "\n \u003cb\u003etest_cfunc.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:08.973764\u003cbr\u003e\n Finish: 2015-04-12 16:39:09.021497\n \n \u003cbr\u003e\n Duration: 47733ns\n "}, {"id": 7, "start": "2015-04-12 16:39:09.321452", "finish": "2015-04-12 16:39:09.362608", "script": "test_disasm.py", "code_hash": "acecbfbf4b0e0a22d2caddd8699baa7636f7f39d", "arguments": "", "inherited_id": null, "parent_id": null, "run": 1, "level": 10, "status": "Finished", "tooltip": "\n \u003cb\u003etest_disasm.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:09.321452\u003cbr\u003e\n Finish: 2015-04-12 16:39:09.362608\n \n \u003cbr\u003e\n Duration: 41156ns\n "}, {"id": 8, "start": "2015-04-12 16:39:09.656080", "finish": "2015-04-12 16:39:09.694945", "script": "test_exception.py", "code_hash": "e24685fb8dd3e06fa29f681095681ca68bf6a019", "arguments": "", "inherited_id": null, "parent_id": null, "run": 1, "level": 9, "status": "Finished", "tooltip": "\n \u003cb\u003etest_exception.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:09.656080\u003cbr\u003e\n Finish: 2015-04-12 16:39:09.694945\n \n \u003cbr\u003e\n Duration: 38865ns\n "}, {"id": 9, "start": "2015-04-12 16:39:09.984168", "finish": "2015-04-12 16:39:10.030220", "script": "test_func.py", "code_hash": "620fc74a374adc8bcdc89bbced0d109679db36eb", "arguments": "", "inherited_id": null, "parent_id": null, "run": 1, "level": 8, "status": "Finished", "tooltip": "\n \u003cb\u003etest_func.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:09.984168\u003cbr\u003e\n Finish: 2015-04-12 16:39:10.030220\n \n \u003cbr\u003e\n Duration: 46052ns\n "}, {"id": 10, "start": "2015-04-12 16:39:10.319560", "finish": "2015-04-12 16:39:10.350063", "script": "test_loop_1.py", "code_hash": "ec988e9e95a69f38d7dc4000a78eee3b035a556d", "arguments": "", "inherited_id": null, "parent_id": null, "run": 1, "level": 7, "status": "Finished", "tooltip": "\n \u003cb\u003etest_loop_1.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:10.319560\u003cbr\u003e\n Finish: 2015-04-12 16:39:10.350063\n \n \u003cbr\u003e\n Duration: 30503ns\n "}, {"id": 11, "start": "2015-04-12 16:39:10.630054", "finish": "2015-04-12 16:39:10.662556", "script": "test_loop_2.py", "code_hash": "95ef277dba16c54e96174063fdba1e32d56e8ff5", "arguments": "", "inherited_id": null, "parent_id": null, "run": 1, "level": 6, "status": "Finished", "tooltip": "\n \u003cb\u003etest_loop_2.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:10.630054\u003cbr\u003e\n Finish: 2015-04-12 16:39:10.662556\n \n \u003cbr\u003e\n Duration: 32502ns\n "}, {"id": 12, "start": "2015-04-12 16:39:10.954089", "finish": "2015-04-12 16:39:10.991814", "script": "test_loop_3.py", "code_hash": "b52d9d90156b50625831caf6acc51ccfcd62616f", "arguments": "", "inherited_id": null, "parent_id": null, "run": 1, "level": 5, "status": "Finished", "tooltip": "\n \u003cb\u003etest_loop_3.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:10.954089\u003cbr\u003e\n Finish: 2015-04-12 16:39:10.991814\n \n \u003cbr\u003e\n Duration: 37725ns\n "}, {"id": 13, "start": "2015-04-12 16:39:11.277510", "finish": "2015-04-12 16:39:11.325392", "script": "test_loop_4.py", "code_hash": "5200c469118255f826590b6cc0e977370cc2574b", "arguments": "", "inherited_id": null, "parent_id": null, "run": 1, "level": 4, "status": "Finished", "tooltip": "\n \u003cb\u003etest_loop_4.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:11.277510\u003cbr\u003e\n Finish: 2015-04-12 16:39:11.325392\n \n \u003cbr\u003e\n Duration: 47882ns\n "}, {"id": 14, "start": "2015-04-12 16:39:11.617403", "finish": "2015-04-12 16:39:11.641722", "script": "test_loop_5.py", "code_hash": "02eba361107509cebf096528cca6586f82e3cdd4", "arguments": "", "inherited_id": null, "parent_id": null, "run": 1, "level": 3, "status": "Finished", "tooltip": "\n \u003cb\u003etest_loop_5.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:11.617403\u003cbr\u003e\n Finish: 2015-04-12 16:39:11.641722\n \n \u003cbr\u003e\n Duration: 24319ns\n "}, {"id": 15, "start": "2015-04-12 16:39:11.927337", "finish": "2015-04-12 16:39:11.968084", "script": "test_noreturn_func.py", "code_hash": "190f1e2345b3e500beb3d57916eddd9a17727e40", "arguments": "", "inherited_id": null, "parent_id": null, "run": 1, "level": 2, "status": "Finished", "tooltip": "\n \u003cb\u003etest_noreturn_func.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:11.927337\u003cbr\u003e\n Finish: 2015-04-12 16:39:11.968084\n \n \u003cbr\u003e\n Duration: 40747ns\n "}, {"id": 16, "start": "2015-04-12 16:39:12.260500", "finish": "2015-04-12 16:39:13.319166", "script": "test_slow.py", "code_hash": "34af3528b61ab55736b666cf673174491df78c3e", "arguments": "", "inherited_id": null, "parent_id": null, "run": 1, "level": 1, "status": "Finished", "tooltip": "\n \u003cb\u003etest_slow.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:12.260500\u003cbr\u003e\n Finish: 2015-04-12 16:39:13.319166\n \n \u003cbr\u003e\n Duration: 1058666ns\n "}, {"id": 17, "start": "2015-04-12 16:39:14.266738", "finish": "2015-04-12 16:39:14.312441", "script": "test_var.py", "code_hash": "759c274e951acfe6adcaf4538ba2c6f7f3a199f6", "arguments": "", "inherited_id": null, "parent_id": null, "run": 1, "level": 0, "status": "Finished", "tooltip": "\n \u003cb\u003etest_var.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:14.266738\u003cbr\u003e\n Finish: 2015-04-12 16:39:14.312441\n \n \u003cbr\u003e\n Duration: 45703ns\n "}, {"id": 18, "start": "2015-04-12 16:39:17.417684", "finish": "2015-04-12 16:39:17.542970", "script": "example1.py", "code_hash": "ccd43dc0d3566da3f88fcb1ee32879b0121bf7a9", "arguments": "", "inherited_id": null, "parent_id": 1, "run": 1, "level": 16, "status": "Finished", "tooltip": "\n \u003cb\u003eexample1.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:17.417684\u003cbr\u003e\n Finish: 2015-04-12 16:39:17.542970\n \n \u003cbr\u003e\n Duration: 125286ns\n "}, {"id": 19, "start": "2015-04-12 16:39:17.829238", "finish": "2015-04-12 16:39:17.870319", "script": "example2.py", "code_hash": "ec6adafe5e1f9b3d475ad740273be9be40fa87e8", "arguments": "", "inherited_id": null, "parent_id": 2, "run": 1, "level": 15, "status": "Finished", "tooltip": "\n \u003cb\u003eexample2.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:17.829238\u003cbr\u003e\n Finish: 2015-04-12 16:39:17.870319\n \n \u003cbr\u003e\n Duration: 41081ns\n "}, {"id": 20, "start": "2015-04-12 16:39:18.171760", "finish": "2015-04-12 16:39:18.200056", "script": "fibonacci.py", "code_hash": "6d1eb510164628fc806adcffc66deceed7e4cab7", "arguments": "", "inherited_id": null, "parent_id": 3, "run": 1, "level": 14, "status": "Finished", "tooltip": "\n \u003cb\u003efibonacci.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:18.171760\u003cbr\u003e\n Finish: 2015-04-12 16:39:18.200056\n \n \u003cbr\u003e\n Duration: 28296ns\n "}, {"id": 21, "start": "2015-04-12 16:39:18.505619", "finish": "2015-04-12 16:39:18.555122", "script": "t2.py", "code_hash": "fada5b78df7d2a5bd1e9a484ba6e632f1978fc79", "arguments": "", "inherited_id": null, "parent_id": 4, "run": 1, "level": 13, "status": "Finished", "tooltip": "\n \u003cb\u003et2.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:18.505619\u003cbr\u003e\n Finish: 2015-04-12 16:39:18.555122\n \n \u003cbr\u003e\n Duration: 49503ns\n "}, {"id": 22, "start": "2015-04-12 16:39:18.856241", "finish": "2015-04-12 16:39:18.883903", "script": "t3.py", "code_hash": "34eeb6f5c4dbffdbe13c16addc93b09fc22a3902", "arguments": "", "inherited_id": null, "parent_id": 5, "run": 1, "level": 12, "status": "Finished", "tooltip": "\n \u003cb\u003et3.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:18.856241\u003cbr\u003e\n Finish: 2015-04-12 16:39:18.883903\n \n \u003cbr\u003e\n Duration: 27662ns\n "}, {"id": 23, "start": "2015-04-12 16:39:19.202292", "finish": "2015-04-12 16:39:19.244813", "script": "test_cfunc.py", "code_hash": "97bb316a2c9a4a62565e889d5de408af8c0464da", "arguments": "", "inherited_id": null, "parent_id": 6, "run": 1, "level": 11, "status": "Finished", "tooltip": "\n \u003cb\u003etest_cfunc.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:19.202292\u003cbr\u003e\n Finish: 2015-04-12 16:39:19.244813\n \n \u003cbr\u003e\n Duration: 42521ns\n "}, {"id": 24, "start": "2015-04-12 16:39:19.541947", "finish": "2015-04-12 16:39:19.590602", "script": "test_disasm.py", "code_hash": "acecbfbf4b0e0a22d2caddd8699baa7636f7f39d", "arguments": "", "inherited_id": null, "parent_id": 7, "run": 1, "level": 10, "status": "Finished", "tooltip": "\n \u003cb\u003etest_disasm.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:19.541947\u003cbr\u003e\n Finish: 2015-04-12 16:39:19.590602\n \n \u003cbr\u003e\n Duration: 48655ns\n "}, {"id": 25, "start": "2015-04-12 16:39:19.894330", "finish": "2015-04-12 16:39:19.924855", "script": "test_exception.py", "code_hash": "e24685fb8dd3e06fa29f681095681ca68bf6a019", "arguments": "", "inherited_id": null, "parent_id": 8, "run": 1, "level": 9, "status": "Finished", "tooltip": "\n \u003cb\u003etest_exception.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:19.894330\u003cbr\u003e\n Finish: 2015-04-12 16:39:19.924855\n \n \u003cbr\u003e\n Duration: 30525ns\n "}, {"id": 26, "start": "2015-04-12 16:39:20.230001", "finish": "2015-04-12 16:39:20.276952", "script": "test_func.py", "code_hash": "620fc74a374adc8bcdc89bbced0d109679db36eb", "arguments": "", "inherited_id": null, "parent_id": 9, "run": 1, "level": 8, "status": "Finished", "tooltip": "\n \u003cb\u003etest_func.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:20.230001\u003cbr\u003e\n Finish: 2015-04-12 16:39:20.276952\n \n \u003cbr\u003e\n Duration: 46951ns\n "}, {"id": 27, "start": "2015-04-12 16:39:20.583784", "finish": "2015-04-12 16:39:20.603205", "script": "test_loop_1.py", "code_hash": "ec988e9e95a69f38d7dc4000a78eee3b035a556d", "arguments": "", "inherited_id": null, "parent_id": 10, "run": 1, "level": 7, "status": "Finished", "tooltip": "\n \u003cb\u003etest_loop_1.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:20.583784\u003cbr\u003e\n Finish: 2015-04-12 16:39:20.603205\n \n \u003cbr\u003e\n Duration: 19421ns\n "}, {"id": 28, "start": "2015-04-12 16:39:20.890771", "finish": "2015-04-12 16:39:20.925227", "script": "test_loop_2.py", "code_hash": "95ef277dba16c54e96174063fdba1e32d56e8ff5", "arguments": "", "inherited_id": null, "parent_id": 11, "run": 1, "level": 6, "status": "Finished", "tooltip": "\n \u003cb\u003etest_loop_2.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:20.890771\u003cbr\u003e\n Finish: 2015-04-12 16:39:20.925227\n \n \u003cbr\u003e\n Duration: 34456ns\n "}, {"id": 29, "start": "2015-04-12 16:39:21.237309", "finish": "2015-04-12 16:39:21.280906", "script": "test_loop_3.py", "code_hash": "b52d9d90156b50625831caf6acc51ccfcd62616f", "arguments": "", "inherited_id": null, "parent_id": 12, "run": 1, "level": 5, "status": "Finished", "tooltip": "\n \u003cb\u003etest_loop_3.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:21.237309\u003cbr\u003e\n Finish: 2015-04-12 16:39:21.280906\n \n \u003cbr\u003e\n Duration: 43597ns\n "}, {"id": 30, "start": "2015-04-12 16:39:21.584543", "finish": "2015-04-12 16:39:21.648305", "script": "test_loop_4.py", "code_hash": "5200c469118255f826590b6cc0e977370cc2574b", "arguments": "", "inherited_id": null, "parent_id": 13, "run": 1, "level": 4, "status": "Finished", "tooltip": "\n \u003cb\u003etest_loop_4.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:21.584543\u003cbr\u003e\n Finish: 2015-04-12 16:39:21.648305\n \n \u003cbr\u003e\n Duration: 63762ns\n "}, {"id": 31, "start": "2015-04-12 16:39:21.956644", "finish": "2015-04-12 16:39:21.998287", "script": "test_loop_5.py", "code_hash": "02eba361107509cebf096528cca6586f82e3cdd4", "arguments": "", "inherited_id": null, "parent_id": 14, "run": 1, "level": 3, "status": "Finished", "tooltip": "\n \u003cb\u003etest_loop_5.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:21.956644\u003cbr\u003e\n Finish: 2015-04-12 16:39:21.998287\n \n \u003cbr\u003e\n Duration: 41643ns\n "}, {"id": 32, "start": "2015-04-12 16:39:22.286619", "finish": "2015-04-12 16:39:22.320782", "script": "test_noreturn_func.py", "code_hash": "190f1e2345b3e500beb3d57916eddd9a17727e40", "arguments": "", "inherited_id": null, "parent_id": 15, "run": 1, "level": 2, "status": "Finished", "tooltip": "\n \u003cb\u003etest_noreturn_func.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:22.286619\u003cbr\u003e\n Finish: 2015-04-12 16:39:22.320782\n \n \u003cbr\u003e\n Duration: 34163ns\n "}, {"id": 33, "start": "2015-04-12 16:39:22.624260", "finish": "2015-04-12 16:39:26.706523", "script": "test_slow.py", "code_hash": "34af3528b61ab55736b666cf673174491df78c3e", "arguments": "", "inherited_id": null, "parent_id": 16, "run": 1, "level": 1, "status": "Finished", "tooltip": "\n \u003cb\u003etest_slow.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:22.624260\u003cbr\u003e\n Finish: 2015-04-12 16:39:26.706523\n \n \u003cbr\u003e\n Duration: 4082263ns\n "}, {"id": 34, "start": "2015-04-12 16:39:31.512849", "finish": "2015-04-12 16:39:31.570555", "script": "test_var.py", "code_hash": "759c274e951acfe6adcaf4538ba2c6f7f3a199f6", "arguments": "", "inherited_id": null, "parent_id": 17, "run": 1, "level": 0, "status": "Finished", "tooltip": "\n \u003cb\u003etest_var.py\u003c/b\u003e\u003cbr\u003e\n Finished\u003cbr\u003e\n Start: 2015-04-12 16:39:31.512849\u003cbr\u003e\n Finish: 2015-04-12 16:39:31.570555\n \n \u003cbr\u003e\n Duration: 57706ns\n "}], "edges": [{"source": 33, "right": 1, "target": 16, "level": 0}, {"source": 32, "right": 1, "target": 15, "level": 0}, {"source": 31, "right": 1, "target": 14, "level": 0}, {"source": 30, "right": 1, "target": 13, "level": 0}, {"source": 29, "right": 1, "target": 12, "level": 0}, {"source": 28, "right": 1, "target": 11, "level": 0}, {"source": 27, "right": 1, "target": 10, "level": 0}, {"source": 26, "right": 1, "target": 9, "level": 0}, {"source": 25, "right": 1, "target": 8, "level": 0}, {"source": 24, "right": 1, "target": 7, "level": 0}, {"source": 23, "right": 1, "target": 6, "level": 0}, {"source": 22, "right": 1, "target": 5, "level": 0}, {"source": 21, "right": 1, "target": 4, "level": 0}, {"source": 20, "right": 1, "target": 3, "level": 0}, {"source": 19, "right": 1, "target": 2, "level": 0}, {"source": 18, "right": 1, "target": 1, "level": 0}, {"source": 17, "right": 1, "target": 0, "level": 0}]}
In [9]:
trial_var = t_trials['test_var.py']
In [10]:
%%now_sql
SELECT name, line, value FROM slicing_variable
WHERE trial_id = {trial_var.id}
Out[10]:
name line value return 4 None j 4 0 call range 4 now(n/a) return 5 None i 5 now(n/a) call range 5 now(n/a) j 4 1 return 5 None i 5 0 call range 5 now(n/a) i 7 0 i 8 2 i 5 2 j 4 2 return 5 None i 5 0 call range 5 now(n/a) i 7 0 i 8 2 i 5 1 i 7 1 i 8 3 i 5 3 j 4 2 return 11 {'__module__': u'__main__'} return 2 2 a 13 2 call x 13 now(n/a) a 14 1 c 14 1 b 14 1 return 15 None a 15 [0, 1, 2, 3, 4] A 16 A.a 16 now(n/a) a 17 [0, 1, 2, 3, 4] c 18 1 b 18 1 e 18 (1, 1) a 19 1 c 19 1 b 19 1 b 20 1 return 20 1 a 20 now(n/a) call 20 now(n/a) a 20 2 b 21 2 a 22 2 c 25 {'a': 2, 'b': 2} d 27 [2, 2, {'a': 2, 'b': 2}] d 28 [2, 3, {'a': 2, 'b': 2}] return 35 None a 35 1 b 35 {'a': 2, 'b': 2}
In [11]:
%%now_run --name tapp
a = 5
b = range(a)
print(len(b))
5
Out[11]:
{"max_duration": {"35": 104}, "nodes": [{"node": {"count": 1, "info": "Trial 35\u003cbr\u003eFunction \u003cb\u003e/tmp/now_run_iHjMLm/now_run_IBTIDX.py\u003c/b\u003e called at line 126\u003cbr/\u003eTotal duration: 104 microseconds for 1 activations\u003cbr/\u003eMean: 104.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #41534 from 2015-04-12 16:39:36.561104 to 2015-04-12 16:39:36.561208 (104 microseconds)\u003cbr/\u003eReturned None", "trial_id": 35, "duration": 104, "line": 126, "mean": 104.0}, "index": 0, "name": "/tmp/now_run_iHjMLm/now_run_IBTIDX.py", "caller_id": null, "repr": "C(S(126-/tmp/now_run_iHjMLm/now_run_IBTIDX.py), G([S(2-range)-1-\u003eS(3-len)]))"}, {"node": {"count": 1, "info": "Trial 35\u003cbr\u003eFunction \u003cb\u003elen\u003c/b\u003e called at line 3\u003cbr/\u003eTotal duration: 9 microseconds for 1 activations\u003cbr/\u003eMean: 9.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #41536 from 2015-04-12 16:39:36.561170 to 2015-04-12 16:39:36.561179 (9 microseconds)\u003cbr/\u003eReturned None", "trial_id": 35, "duration": 9, "line": 3, "mean": 9.0}, "index": 1, "name": "len", "repr": "S(3-len)", "caller_id": 41534, "duration": 9}, {"node": {"count": 1, "info": "Trial 35\u003cbr\u003eFunction \u003cb\u003erange\u003c/b\u003e called at line 2\u003cbr/\u003eTotal duration: 14 microseconds for 1 activations\u003cbr/\u003eMean: 14.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #41535 from 2015-04-12 16:39:36.561139 to 2015-04-12 16:39:36.561153 (14 microseconds)\u003cbr/\u003eReturned None", "trial_id": 35, "duration": 14, "line": 2, "mean": 14.0}, "index": 2, "name": "range", "repr": "S(2-range)", "caller_id": 41534, "duration": 14}], "edges": [{"count": 0, "source": 0, "type": "initial", "target": 0}, {"count": "", "source": 0, "type": "call", "target": 2}, {"count": "", "source": 1, "type": "return", "target": 0}, {"count": 1, "source": 2, "type": "sequence", "target": 1}], "min_duration": {"35": 9}}
In [12]:
%cd weather
nip.init('.')
/home/joao/noworkflow/tests/weather
Out[12]:
u'ok'
In [13]:
%now_run simulation.py data1.dat data2.dat
Out[13]:
{"max_duration": {"21": 2672052}, "nodes": [{"node": {"count": 1, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003e/home/joao/noworkflow/tests/weather/simulation.py\u003c/b\u003e called at line 126\u003cbr/\u003eTotal duration: 2672052 microseconds for 1 activations\u003cbr/\u003eMean: 2672052.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #16610 from 2015-04-12 16:39:50.204927 to 2015-04-12 16:39:52.876979 (2672052 microseconds)\u003cbr/\u003eReturned None", "trial_id": 21, "duration": 2672052, "line": 126, "mean": 2672052.0}, "index": 0, "name": "/home/joao/noworkflow/tests/weather/simulation.py", "caller_id": null, "repr": "C(S(126-/home/joao/noworkflow/tests/weather/simulation.py), G([C(S(38-run_simulation), G([C(S(8-csv_read), G([S(16-list.append)-180-\u003eS(16-list.append)], [S(13-reader)-1-\u003eS(16-list.append)], [S(13-open)-1-\u003eS(13-reader)]))-1-\u003eS(9-simulate)], [C(S(7-csv_read), G([S(16-list.append)-180-\u003eS(16-list.append)], [S(13-reader)-1-\u003eS(16-list.append)], [S(13-open)-1-\u003eS(13-reader)]))-1-\u003eC(S(8-csv_read), G([S(16-list.append)-180-\u003eS(16-list.append)], [S(13-reader)-1-\u003eS(16-list.append)], [S(13-open)-1-\u003eS(13-reader)]))]))-1-\u003eC(S(39-plot), G([S(32-ylabel)-1-\u003eS(33-savefig)], [S(31-xlabel)-1-\u003eS(32-ylabel)], [S(30-scatter)-1-\u003eS(31-xlabel)], [C(S(29-extract_column), G([S(22-list.append)-361-\u003eS(22-list.append)]))-1-\u003eS(30-scatter)], [C(S(27-extract_column), G([S(22-list.append)-361-\u003eS(22-list.append)]))-1-\u003eC(S(29-extract_column), G([S(22-list.append)-361-\u003eS(22-list.append)]))]))]))"}, {"node": {"count": 1, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003eplot\u003c/b\u003e called at line 39\u003cbr/\u003eTotal duration: 632688 microseconds for 1 activations\u003cbr/\u003eMean: 632688.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #16981 from 2015-04-12 16:39:52.244267 to 2015-04-12 16:39:52.876955 (632688 microseconds)\u003cbr/\u003eArguments: data=[['0.0', '0.6'], ['1.0', '0.0'], ['1.0', '0.0'], ['3.0', '0.0'], ['5.0', '0.0'], ['5.0', '0.0'], ['-0.0', '0.3'], ['-4.0', '0.8'], ['-6.0', '0.1'], ['-4.0', '0.0'], ['2.0', '0.1'], ['4.0', '0.1'], ['2.0', '0.0'], ['2.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['1.0', '0.4'], ['1.0', '0.4'], ['-7.0', '0.5'], ['-5.0', '0.0'], ['-3.0', '0.1'], ['-1.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.1'], ['3.0', '0.0'], ['5.0', '0.0'], ['-3.0', '0.5'], ['-4.0', '0.4'], ['-1.0', '0.0'], ['-0.0', '0.1'], ['-0.0', '0.8'], ['-0.0', '0.2'], ['2.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.0'], ['6.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['11.0', '0.0'], ['11.0', '0.1'], ['9.0', '0.0'], ['-2.0', '0.5'], ['-2.0', '0.4'], ['-4.0', '0.5'], ['-0.0', '0.0'], ['4.0', '0.0'], ['8.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.0'], ['9.0', '0.0'], ['12.0', '0.0'], ['12.0', '0.0'], ['13.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.2'], ['3.0', '0.1'], ['-2.0', '0.1'], ['1.0', '0.0'], ['5.0', '0.0'], ['9.0', '0.0'], ['11.0', '0.0'], ['14.0', '0.0'], ['9.0', '0.0'], ['5.0', '0.0'], ['7.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['-0.0', '2.0'], ['-1.0', '0.1'], ['6.0', '0.1'], ['11.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['15.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['11.0', '0.0'], ['10.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['14.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['16.0', '0.0'], ['19.0', '0.0'], ['21.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['15.0', '0.2'], ['14.0', '0.0'], ['14.0', '0.7'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.2'], ['17.0', '0.2'], ['16.0', '0.2'], ['14.0', '0.2'], ['14.0', '0.2'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['15.0', '0.0'], ['15.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.4'], ['16.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['18.0', '0.0'], ['16.0', '0.2'], ['14.0', '0.0'], ['16.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.5'], ['10.0', '0.1'], ['9.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.1'], ['9.0', '0.0'], ['13.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.1'], ['8.0', '-0.1'], ['11.0', '0.0'], ['12.0', '-0.1'], ['10.0', '20.6'], ['1.0', '0.0'], ['1.0', '0.0'], ['3.0', '0.0'], ['50.0', '0.0'], ['50.0', '0.0'], ['-00.0', '0.3'], ['-40.0', '0.8'], ['-60.0', '0.1'], ['-40.0', '0.0'], ['20.0', '0.1'], ['40.0', '0.1'], ['20.0', '0.0'], ['20.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['10.0', '0.4'], ['10.0', '0.4'], ['-7.0', '0.5'], ['-5.0', '0.0'], ['-3.0', '0.1'], ['-1.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.1'], ['3.0', '0.0'], ['5.0', '0.0'], ['-3.0', '0.5'], ['-4.0', '0.4'], ['-1.0', '0.0'], ['-0.0', '0.1'], ['-0.0', '0.8'], ['-0.0', '0.2'], ['2.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.0'], ['6.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['11.0', '0.0'], ['11.0', '0.1'], ['9.0', '0.0'], ['-2.0', '0.5'], ['-2.0', '0.4'], ['-4.0', '0.5'], ['-0.0', '0.0'], ['4.0', '0.0'], ['8.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.0'], ['9.0', '0.0'], ['12.0', '0.0'], ['12.0', '0.0'], ['13.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.2'], ['3.0', '0.1'], ['-2.0', '0.1'], ['1.0', '0.0'], ['5.0', '0.0'], ['9.0', '0.0'], ['11.0', '0.0'], ['14.0', '0.0'], ['9.0', '0.0'], ['5.0', '0.0'], ['7.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['-0.0', '2.0'], ['-1.0', '0.1'], ['6.0', '0.1'], ['11.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['15.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['11.0', '0.0'], ['10.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['14.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['16.0', '0.0'], ['19.0', '0.0'], ['21.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['15.0', '0.2'], ['14.0', '0.0'], ['14.0', '0.7'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.2'], ['17.0', '0.2'], ['16.0', '0.2'], ['14.0', '0.2'], ['14.0', '0.2'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['15.0', '0.0'], ['15.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.4'], ['16.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['18.0', '0.0'], ['16.0', '0.2'], ['14.0', '0.0'], ['16.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.5'], ['10.0', '0.1'], ['9.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.1'], ['9.0', '0.0'], ['13.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.1'], ['8.0', '-0.1'], ['11.0', '0.0'], ['12.0', '-0.1']]\u003cbr/\u003eReturned None", "trial_id": 21, "duration": 632688, "line": 39, "mean": 632688.0}, "index": 1, "name": "plot", "repr": "C(S(39-plot), G([S(32-ylabel)-1-\u003eS(33-savefig)], [S(31-xlabel)-1-\u003eS(32-ylabel)], [S(30-scatter)-1-\u003eS(31-xlabel)], [C(S(29-extract_column), G([S(22-list.append)-361-\u003eS(22-list.append)]))-1-\u003eS(30-scatter)], [C(S(27-extract_column), G([S(22-list.append)-361-\u003eS(22-list.append)]))-1-\u003eC(S(29-extract_column), G([S(22-list.append)-361-\u003eS(22-list.append)]))]))", "caller_id": 16610, "duration": 632688}, {"node": {"count": 1, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003esavefig\u003c/b\u003e called at line 33\u003cbr/\u003eTotal duration: 365804 microseconds for 1 activations\u003cbr/\u003eMean: 365804.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #17711 from 2015-04-12 16:39:52.510755 to 2015-04-12 16:39:52.876559 (365804 microseconds)\u003cbr/\u003eArguments: args=('output.png',)\u003cbr/\u003eReturned None", "trial_id": 21, "duration": 365804, "line": 33, "mean": 365804.0}, "index": 2, "name": "savefig", "repr": "S(33-savefig)", "caller_id": 16981, "duration": 365804}, {"node": {"count": 1, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003eylabel\u003c/b\u003e called at line 32\u003cbr/\u003eTotal duration: 92 microseconds for 1 activations\u003cbr/\u003eMean: 92.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #17710 from 2015-04-12 16:39:52.510566 to 2015-04-12 16:39:52.510658 (92 microseconds)\u003cbr/\u003eArguments: s='Precipitation', args=()\u003cbr/\u003eReturned \u003cmatplotlib.text.Text object at 0x7fcd10d15850\u003e", "trial_id": 21, "duration": 92, "line": 32, "mean": 92.0}, "index": 3, "name": "ylabel", "repr": "S(32-ylabel)", "caller_id": 16981, "duration": 92}, {"node": {"count": 1, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003exlabel\u003c/b\u003e called at line 31\u003cbr/\u003eTotal duration: 106 microseconds for 1 activations\u003cbr/\u003eMean: 106.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #17709 from 2015-04-12 16:39:52.510355 to 2015-04-12 16:39:52.510461 (106 microseconds)\u003cbr/\u003eArguments: s='Temperature', args=()\u003cbr/\u003eReturned \u003cmatplotlib.text.Text object at 0x7fcd0deba790\u003e", "trial_id": 21, "duration": 106, "line": 31, "mean": 106.0}, "index": 4, "name": "xlabel", "repr": "S(31-xlabel)", "caller_id": 16981, "duration": 106}, {"node": {"count": 1, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003escatter\u003c/b\u003e called at line 30\u003cbr/\u003eTotal duration: 249761 microseconds for 1 activations\u003cbr/\u003eMean: 249761.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #17708 from 2015-04-12 16:39:52.260393 to 2015-04-12 16:39:52.510154 (249761 microseconds)\u003cbr/\u003eArguments: vmax=None, c=u'b', vmin=None, linewidths=None, marker='o', s=20, cmap=None, verts=None, alpha=None, y=[0.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3, 0.8, 0.1, 0.0, 0.1, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.4, 0.4, 0.5, 0.0, 0.1, 0.0, 0.0, 0.1, 0.0, 0.0, 0.5, 0.4, 0.0, 0.1, 0.8, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.5, 0.4, 0.5, 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.2, 0.1, 0.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, 2.0, 0.1, 0.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, 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.2, 0.0, 0.7, 0.0, 0.0, 0.0, 0.2, 0.2, 0.2, 0.2, 0.2, 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, 0.4, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.5, 0.1, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, -0.1, 0.0, -0.1, 20.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3, 0.8, 0.1, 0.0, 0.1, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.4, 0.4, 0.5, 0.0, 0.1, 0.0, 0.0, 0.1, 0.0, 0.0, 0.5, 0.4, 0.0, 0.1, 0.8, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.5, 0.4, 0.5, 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.2, 0.1, 0.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, 2.0, 0.1, 0.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, 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.2, 0.0, 0.7, 0.0, 0.0, 0.0, 0.2, 0.2, 0.2, 0.2, 0.2, 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, 0.4, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.5, 0.1, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, -0.1, 0.0, -0.1], x=[0.0, 1.0, 1.0, 3.0, 5.0, 5.0, -0.0, -4.0, -6.0, -4.0, 2.0, 4.0, 2.0, 2.0, 6.0, 6.0, 6.0, 6.0, 1.0, 1.0, -7.0, -5.0, -3.0, -1.0, 4.0, 4.0, 3.0, 5.0, -3.0, -4.0, -1.0, -0.0, -0.0, -0.0, 2.0, 4.0, 4.0, 6.0, 11.0, 13.0, 11.0, 11.0, 9.0, -2.0, -2.0, -4.0, -0.0, 4.0, 8.0, 10.0, 12.0, 14.0, 14.0, 12.0, 8.0, 9.0, 12.0, 12.0, 13.0, 13.0, 12.0, 3.0, -2.0, 1.0, 5.0, 9.0, 11.0, 14.0, 9.0, 5.0, 7.0, 10.0, 12.0, 14.0, 14.0, 15.0, 14.0, -0.0, -1.0, 6.0, 11.0, 14.0, 12.0, 11.0, 13.0, 15.0, 18.0, 19.0, 11.0, 10.0, 17.0, 18.0, 17.0, 19.0, 19.0, 18.0, 14.0, 17.0, 18.0, 19.0, 19.0, 19.0, 20.0, 20.0, 18.0, 19.0, 19.0, 20.0, 19.0, 18.0, 20.0, 20.0, 19.0, 16.0, 19.0, 21.0, 20.0, 19.0, 17.0, 19.0, 20.0, 20.0, 20.0, 20.0, 18.0, 15.0, 14.0, 14.0, 16.0, 18.0, 18.0, 18.0, 17.0, 16.0, 14.0, 14.0, 16.0, 17.0, 16.0, 15.0, 15.0, 17.0, 16.0, 18.0, 18.0, 19.0, 19.0, 18.0, 18.0, 17.0, 15.0, 16.0, 15.0, 14.0, 18.0, 16.0, 14.0, 16.0, 16.0, 17.0, 16.0, 17.0, 16.0, 17.0, 15.0, 10.0, 9.0, 12.0, 14.0, 12.0, 9.0, 13.0, 14.0, 15.0, 14.0, 13.0, 12.0, 8.0, 8.0, 11.0, 12.0, 10.0, 1.0, 1.0, 3.0, 50.0, 50.0, -0.0, -40.0, -60.0, -40.0, 20.0, 40.0, 20.0, 20.0, 60.0, 60.0, 60.0, 60.0, 10.0, 10.0, -7.0, -5.0, -3.0, -1.0, 4.0, 4.0, 3.0, 5.0, -3.0, -4.0, -1.0, -0.0, -0.0, -0.0, 2.0, 4.0, 4.0, 6.0, 11.0, 13.0, 11.0, 11.0, 9.0, -2.0, -2.0, -4.0, -0.0, 4.0, 8.0, 10.0, 12.0, 14.0, 14.0, 12.0, 8.0, 9.0, 12.0, 12.0, 13.0, 13.0, 12.0, 3.0, -2.0, 1.0, 5.0, 9.0, 11.0, 14.0, 9.0, 5.0, 7.0, 10.0, 12.0, 14.0, 14.0, 15.0, 14.0, -0.0, -1.0, 6.0, 11.0, 14.0, 12.0, 11.0, 13.0, 15.0, 18.0, 19.0, 11.0, 10.0, 17.0, 18.0, 17.0, 19.0, 19.0, 18.0, 14.0, 17.0, 18.0, 19.0, 19.0, 19.0, 20.0, 20.0, 18.0, 19.0, 19.0, 20.0, 19.0, 18.0, 20.0, 20.0, 19.0, 16.0, 19.0, 21.0, 20.0, 19.0, 17.0, 19.0, 20.0, 20.0, 20.0, 20.0, 18.0, 15.0, 14.0, 14.0, 16.0, 18.0, 18.0, 18.0, 17.0, 16.0, 14.0, 14.0, 16.0, 17.0, 16.0, 15.0, 15.0, 17.0, 16.0, 18.0, 18.0, 19.0, 19.0, 18.0, 18.0, 17.0, 15.0, 16.0, 15.0, 14.0, 18.0, 16.0, 14.0, 16.0, 16.0, 17.0, 16.0, 17.0, 16.0, 17.0, 15.0, 10.0, 9.0, 12.0, 14.0, 12.0, 9.0, 13.0, 14.0, 15.0, 14.0, 13.0, 12.0, 8.0, 8.0, 11.0, 12.0], hold=None, norm=None\u003cbr/\u003eReturned \u003cmatplotlib.collections.PathCollection object at 0x7fcd0d5cab90\u003e", "trial_id": 21, "duration": 249761, "line": 30, "mean": 249761.0}, "index": 5, "name": "scatter", "repr": "S(30-scatter)", "caller_id": 16981, "duration": 249761}, {"node": {"count": 1, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003eextract_column\u003c/b\u003e called at line 29\u003cbr/\u003eTotal duration: 6223 microseconds for 1 activations\u003cbr/\u003eMean: 6223.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #17345 from 2015-04-12 16:39:52.253787 to 2015-04-12 16:39:52.260010 (6223 microseconds)\u003cbr/\u003eArguments: column=1, data=[['0.0', '0.6'], ['1.0', '0.0'], ['1.0', '0.0'], ['3.0', '0.0'], ['5.0', '0.0'], ['5.0', '0.0'], ['-0.0', '0.3'], ['-4.0', '0.8'], ['-6.0', '0.1'], ['-4.0', '0.0'], ['2.0', '0.1'], ['4.0', '0.1'], ['2.0', '0.0'], ['2.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['1.0', '0.4'], ['1.0', '0.4'], ['-7.0', '0.5'], ['-5.0', '0.0'], ['-3.0', '0.1'], ['-1.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.1'], ['3.0', '0.0'], ['5.0', '0.0'], ['-3.0', '0.5'], ['-4.0', '0.4'], ['-1.0', '0.0'], ['-0.0', '0.1'], ['-0.0', '0.8'], ['-0.0', '0.2'], ['2.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.0'], ['6.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['11.0', '0.0'], ['11.0', '0.1'], ['9.0', '0.0'], ['-2.0', '0.5'], ['-2.0', '0.4'], ['-4.0', '0.5'], ['-0.0', '0.0'], ['4.0', '0.0'], ['8.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.0'], ['9.0', '0.0'], ['12.0', '0.0'], ['12.0', '0.0'], ['13.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.2'], ['3.0', '0.1'], ['-2.0', '0.1'], ['1.0', '0.0'], ['5.0', '0.0'], ['9.0', '0.0'], ['11.0', '0.0'], ['14.0', '0.0'], ['9.0', '0.0'], ['5.0', '0.0'], ['7.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['-0.0', '2.0'], ['-1.0', '0.1'], ['6.0', '0.1'], ['11.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['15.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['11.0', '0.0'], ['10.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['14.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['16.0', '0.0'], ['19.0', '0.0'], ['21.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['15.0', '0.2'], ['14.0', '0.0'], ['14.0', '0.7'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.2'], ['17.0', '0.2'], ['16.0', '0.2'], ['14.0', '0.2'], ['14.0', '0.2'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['15.0', '0.0'], ['15.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.4'], ['16.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['18.0', '0.0'], ['16.0', '0.2'], ['14.0', '0.0'], ['16.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.5'], ['10.0', '0.1'], ['9.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.1'], ['9.0', '0.0'], ['13.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.1'], ['8.0', '-0.1'], ['11.0', '0.0'], ['12.0', '-0.1'], ['10.0', '20.6'], ['1.0', '0.0'], ['1.0', '0.0'], ['3.0', '0.0'], ['50.0', '0.0'], ['50.0', '0.0'], ['-00.0', '0.3'], ['-40.0', '0.8'], ['-60.0', '0.1'], ['-40.0', '0.0'], ['20.0', '0.1'], ['40.0', '0.1'], ['20.0', '0.0'], ['20.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['10.0', '0.4'], ['10.0', '0.4'], ['-7.0', '0.5'], ['-5.0', '0.0'], ['-3.0', '0.1'], ['-1.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.1'], ['3.0', '0.0'], ['5.0', '0.0'], ['-3.0', '0.5'], ['-4.0', '0.4'], ['-1.0', '0.0'], ['-0.0', '0.1'], ['-0.0', '0.8'], ['-0.0', '0.2'], ['2.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.0'], ['6.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['11.0', '0.0'], ['11.0', '0.1'], ['9.0', '0.0'], ['-2.0', '0.5'], ['-2.0', '0.4'], ['-4.0', '0.5'], ['-0.0', '0.0'], ['4.0', '0.0'], ['8.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.0'], ['9.0', '0.0'], ['12.0', '0.0'], ['12.0', '0.0'], ['13.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.2'], ['3.0', '0.1'], ['-2.0', '0.1'], ['1.0', '0.0'], ['5.0', '0.0'], ['9.0', '0.0'], ['11.0', '0.0'], ['14.0', '0.0'], ['9.0', '0.0'], ['5.0', '0.0'], ['7.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['-0.0', '2.0'], ['-1.0', '0.1'], ['6.0', '0.1'], ['11.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['15.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['11.0', '0.0'], ['10.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['14.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['16.0', '0.0'], ['19.0', '0.0'], ['21.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['15.0', '0.2'], ['14.0', '0.0'], ['14.0', '0.7'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.2'], ['17.0', '0.2'], ['16.0', '0.2'], ['14.0', '0.2'], ['14.0', '0.2'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['15.0', '0.0'], ['15.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.4'], ['16.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['18.0', '0.0'], ['16.0', '0.2'], ['14.0', '0.0'], ['16.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.5'], ['10.0', '0.1'], ['9.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.1'], ['9.0', '0.0'], ['13.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.1'], ['8.0', '-0.1'], ['11.0', '0.0'], ['12.0', '-0.1']]\u003cbr/\u003eReturned [0.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3, 0.8, 0.1, 0.0, 0.1, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.4, 0.4, 0.5, 0.0, 0.1, 0.0, 0.0, 0.1, 0.0, 0.0, 0.5, 0.4, 0.0, 0.1, 0.8, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.5, 0.4, 0.5, 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.2, 0.1, 0.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, 2.0, 0.1, 0.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, 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.2, 0.0, 0.7, 0.0, 0.0, 0.0, 0.2, 0.2, 0.2, 0.2, 0.2, 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, 0.4, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.5, 0.1, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, -0.1, 0.0, -0.1, 20.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3, 0.8, 0.1, 0.0, 0.1, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.4, 0.4, 0.5, 0.0, 0.1, 0.0, 0.0, 0.1, 0.0, 0.0, 0.5, 0.4, 0.0, 0.1, 0.8, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.5, 0.4, 0.5, 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.2, 0.1, 0.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, 2.0, 0.1, 0.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, 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.2, 0.0, 0.7, 0.0, 0.0, 0.0, 0.2, 0.2, 0.2, 0.2, 0.2, 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, 0.4, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.5, 0.1, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, -0.1, 0.0, -0.1]", "trial_id": 21, "duration": 6223, "line": 29, "mean": 6223.0}, "index": 6, "name": "extract_column", "repr": "C(S(29-extract_column), G([S(22-list.append)-361-\u003eS(22-list.append)]))", "caller_id": 16981, "duration": 6223}, {"node": {"count": 362, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003elist.append\u003c/b\u003e called at line 22\u003cbr/\u003eTotal duration: 2155 microseconds for 362 activations\u003cbr/\u003eMean: 5.95303867403 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #17346 from 2015-04-12 16:39:52.253803 to 2015-04-12 16:39:52.253809 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17347 from 2015-04-12 16:39:52.253821 to 2015-04-12 16:39:52.253827 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17348 from 2015-04-12 16:39:52.253837 to 2015-04-12 16:39:52.253842 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17349 from 2015-04-12 16:39:52.253852 to 2015-04-12 16:39:52.253858 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17350 from 2015-04-12 16:39:52.253868 to 2015-04-12 16:39:52.253874 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17351 from 2015-04-12 16:39:52.253884 to 2015-04-12 16:39:52.253890 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17352 from 2015-04-12 16:39:52.253899 to 2015-04-12 16:39:52.253905 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17353 from 2015-04-12 16:39:52.253915 to 2015-04-12 16:39:52.253921 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17354 from 2015-04-12 16:39:52.253931 to 2015-04-12 16:39:52.253937 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17355 from 2015-04-12 16:39:52.253947 to 2015-04-12 16:39:52.253953 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17356 from 2015-04-12 16:39:52.253963 to 2015-04-12 16:39:52.253969 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17357 from 2015-04-12 16:39:52.253979 to 2015-04-12 16:39:52.253985 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17358 from 2015-04-12 16:39:52.253994 to 2015-04-12 16:39:52.254000 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17359 from 2015-04-12 16:39:52.254035 to 2015-04-12 16:39:52.254042 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17360 from 2015-04-12 16:39:52.254053 to 2015-04-12 16:39:52.254059 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17361 from 2015-04-12 16:39:52.254068 to 2015-04-12 16:39:52.254074 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17362 from 2015-04-12 16:39:52.254084 to 2015-04-12 16:39:52.254090 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17363 from 2015-04-12 16:39:52.254101 to 2015-04-12 16:39:52.254107 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17364 from 2015-04-12 16:39:52.254116 to 2015-04-12 16:39:52.254122 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17365 from 2015-04-12 16:39:52.254132 to 2015-04-12 16:39:52.254137 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17366 from 2015-04-12 16:39:52.254147 to 2015-04-12 16:39:52.254153 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17367 from 2015-04-12 16:39:52.254163 to 2015-04-12 16:39:52.254169 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17368 from 2015-04-12 16:39:52.254179 to 2015-04-12 16:39:52.254184 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17369 from 2015-04-12 16:39:52.254194 to 2015-04-12 16:39:52.254200 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17370 from 2015-04-12 16:39:52.254210 to 2015-04-12 16:39:52.254216 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17371 from 2015-04-12 16:39:52.254226 to 2015-04-12 16:39:52.254232 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17372 from 2015-04-12 16:39:52.254242 to 2015-04-12 16:39:52.254248 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17373 from 2015-04-12 16:39:52.254258 to 2015-04-12 16:39:52.254264 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17374 from 2015-04-12 16:39:52.254274 to 2015-04-12 16:39:52.254280 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17375 from 2015-04-12 16:39:52.254289 to 2015-04-12 16:39:52.254295 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17376 from 2015-04-12 16:39:52.254305 to 2015-04-12 16:39:52.254311 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17377 from 2015-04-12 16:39:52.254320 to 2015-04-12 16:39:52.254326 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17378 from 2015-04-12 16:39:52.254336 to 2015-04-12 16:39:52.254342 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17379 from 2015-04-12 16:39:52.254351 to 2015-04-12 16:39:52.254357 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17380 from 2015-04-12 16:39:52.254367 to 2015-04-12 16:39:52.254372 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17381 from 2015-04-12 16:39:52.254382 to 2015-04-12 16:39:52.254388 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17382 from 2015-04-12 16:39:52.254399 to 2015-04-12 16:39:52.254404 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17383 from 2015-04-12 16:39:52.254414 to 2015-04-12 16:39:52.254420 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17384 from 2015-04-12 16:39:52.254430 to 2015-04-12 16:39:52.254435 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17385 from 2015-04-12 16:39:52.254445 to 2015-04-12 16:39:52.254451 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17386 from 2015-04-12 16:39:52.254461 to 2015-04-12 16:39:52.254467 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17387 from 2015-04-12 16:39:52.254476 to 2015-04-12 16:39:52.254482 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17388 from 2015-04-12 16:39:52.254492 to 2015-04-12 16:39:52.254498 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17389 from 2015-04-12 16:39:52.254507 to 2015-04-12 16:39:52.254513 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17390 from 2015-04-12 16:39:52.254523 to 2015-04-12 16:39:52.254528 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17391 from 2015-04-12 16:39:52.254538 to 2015-04-12 16:39:52.254544 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17392 from 2015-04-12 16:39:52.254554 to 2015-04-12 16:39:52.254560 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17393 from 2015-04-12 16:39:52.254570 to 2015-04-12 16:39:52.254576 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17394 from 2015-04-12 16:39:52.254586 to 2015-04-12 16:39:52.254591 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17395 from 2015-04-12 16:39:52.254602 to 2015-04-12 16:39:52.254607 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17396 from 2015-04-12 16:39:52.254617 to 2015-04-12 16:39:52.254623 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17397 from 2015-04-12 16:39:52.254633 to 2015-04-12 16:39:52.254638 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17398 from 2015-04-12 16:39:52.254648 to 2015-04-12 16:39:52.254654 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17399 from 2015-04-12 16:39:52.254665 to 2015-04-12 16:39:52.254670 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17400 from 2015-04-12 16:39:52.254680 to 2015-04-12 16:39:52.254686 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17401 from 2015-04-12 16:39:52.254697 to 2015-04-12 16:39:52.254703 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17402 from 2015-04-12 16:39:52.254713 to 2015-04-12 16:39:52.254718 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17403 from 2015-04-12 16:39:52.254728 to 2015-04-12 16:39:52.254734 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17404 from 2015-04-12 16:39:52.254744 to 2015-04-12 16:39:52.254751 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17405 from 2015-04-12 16:39:52.254761 to 2015-04-12 16:39:52.254767 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17406 from 2015-04-12 16:39:52.254777 to 2015-04-12 16:39:52.254782 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17407 from 2015-04-12 16:39:52.254792 to 2015-04-12 16:39:52.254798 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17408 from 2015-04-12 16:39:52.254808 to 2015-04-12 16:39:52.254814 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17409 from 2015-04-12 16:39:52.254824 to 2015-04-12 16:39:52.254830 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17410 from 2015-04-12 16:39:52.254839 to 2015-04-12 16:39:52.254845 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17411 from 2015-04-12 16:39:52.254855 to 2015-04-12 16:39:52.254861 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17412 from 2015-04-12 16:39:52.254870 to 2015-04-12 16:39:52.254876 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17413 from 2015-04-12 16:39:52.254886 to 2015-04-12 16:39:52.254892 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17414 from 2015-04-12 16:39:52.254902 to 2015-04-12 16:39:52.254908 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17415 from 2015-04-12 16:39:52.254917 to 2015-04-12 16:39:52.254923 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17416 from 2015-04-12 16:39:52.254933 to 2015-04-12 16:39:52.254939 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17417 from 2015-04-12 16:39:52.254949 to 2015-04-12 16:39:52.254955 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17418 from 2015-04-12 16:39:52.254965 to 2015-04-12 16:39:52.254971 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17419 from 2015-04-12 16:39:52.254981 to 2015-04-12 16:39:52.254987 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17420 from 2015-04-12 16:39:52.254996 to 2015-04-12 16:39:52.255002 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17421 from 2015-04-12 16:39:52.255012 to 2015-04-12 16:39:52.255018 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17422 from 2015-04-12 16:39:52.255027 to 2015-04-12 16:39:52.255033 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17423 from 2015-04-12 16:39:52.255043 to 2015-04-12 16:39:52.255049 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17424 from 2015-04-12 16:39:52.255058 to 2015-04-12 16:39:52.255064 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17425 from 2015-04-12 16:39:52.255074 to 2015-04-12 16:39:52.255080 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17426 from 2015-04-12 16:39:52.255089 to 2015-04-12 16:39:52.255095 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17427 from 2015-04-12 16:39:52.255105 to 2015-04-12 16:39:52.255111 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17428 from 2015-04-12 16:39:52.255121 to 2015-04-12 16:39:52.255126 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17429 from 2015-04-12 16:39:52.255159 to 2015-04-12 16:39:52.255165 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17430 from 2015-04-12 16:39:52.255176 to 2015-04-12 16:39:52.255182 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17431 from 2015-04-12 16:39:52.255192 to 2015-04-12 16:39:52.255198 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17432 from 2015-04-12 16:39:52.255208 to 2015-04-12 16:39:52.255213 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17433 from 2015-04-12 16:39:52.255223 to 2015-04-12 16:39:52.255229 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17434 from 2015-04-12 16:39:52.255238 to 2015-04-12 16:39:52.255244 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17435 from 2015-04-12 16:39:52.255255 to 2015-04-12 16:39:52.255261 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17436 from 2015-04-12 16:39:52.255271 to 2015-04-12 16:39:52.255277 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17437 from 2015-04-12 16:39:52.255287 to 2015-04-12 16:39:52.255292 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17438 from 2015-04-12 16:39:52.255302 to 2015-04-12 16:39:52.255308 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17439 from 2015-04-12 16:39:52.255317 to 2015-04-12 16:39:52.255323 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17440 from 2015-04-12 16:39:52.255333 to 2015-04-12 16:39:52.255338 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17441 from 2015-04-12 16:39:52.255348 to 2015-04-12 16:39:52.255354 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17442 from 2015-04-12 16:39:52.255364 to 2015-04-12 16:39:52.255369 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17443 from 2015-04-12 16:39:52.255379 to 2015-04-12 16:39:52.255385 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17444 from 2015-04-12 16:39:52.255395 to 2015-04-12 16:39:52.255401 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17445 from 2015-04-12 16:39:52.255411 to 2015-04-12 16:39:52.255417 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17446 from 2015-04-12 16:39:52.255426 to 2015-04-12 16:39:52.255432 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17447 from 2015-04-12 16:39:52.255442 to 2015-04-12 16:39:52.255448 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17448 from 2015-04-12 16:39:52.255458 to 2015-04-12 16:39:52.255463 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17449 from 2015-04-12 16:39:52.255473 to 2015-04-12 16:39:52.255479 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17450 from 2015-04-12 16:39:52.255488 to 2015-04-12 16:39:52.255494 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17451 from 2015-04-12 16:39:52.255504 to 2015-04-12 16:39:52.255510 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17452 from 2015-04-12 16:39:52.255519 to 2015-04-12 16:39:52.255526 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17453 from 2015-04-12 16:39:52.255537 to 2015-04-12 16:39:52.255543 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17454 from 2015-04-12 16:39:52.255552 to 2015-04-12 16:39:52.255558 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17455 from 2015-04-12 16:39:52.255568 to 2015-04-12 16:39:52.255574 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17456 from 2015-04-12 16:39:52.255584 to 2015-04-12 16:39:52.255589 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17457 from 2015-04-12 16:39:52.255599 to 2015-04-12 16:39:52.255605 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17458 from 2015-04-12 16:39:52.255614 to 2015-04-12 16:39:52.255620 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17459 from 2015-04-12 16:39:52.255630 to 2015-04-12 16:39:52.255635 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17460 from 2015-04-12 16:39:52.255645 to 2015-04-12 16:39:52.255651 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17461 from 2015-04-12 16:39:52.255660 to 2015-04-12 16:39:52.255666 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17462 from 2015-04-12 16:39:52.255676 to 2015-04-12 16:39:52.255681 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17463 from 2015-04-12 16:39:52.255691 to 2015-04-12 16:39:52.255696 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17464 from 2015-04-12 16:39:52.255706 to 2015-04-12 16:39:52.255712 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17465 from 2015-04-12 16:39:52.255722 to 2015-04-12 16:39:52.255727 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17466 from 2015-04-12 16:39:52.255737 to 2015-04-12 16:39:52.255743 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17467 from 2015-04-12 16:39:52.255753 to 2015-04-12 16:39:52.255758 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17468 from 2015-04-12 16:39:52.255768 to 2015-04-12 16:39:52.255774 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17469 from 2015-04-12 16:39:52.255784 to 2015-04-12 16:39:52.255790 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17470 from 2015-04-12 16:39:52.255800 to 2015-04-12 16:39:52.255805 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17471 from 2015-04-12 16:39:52.255815 to 2015-04-12 16:39:52.255821 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17472 from 2015-04-12 16:39:52.255831 to 2015-04-12 16:39:52.255837 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17473 from 2015-04-12 16:39:52.255848 to 2015-04-12 16:39:52.255853 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17474 from 2015-04-12 16:39:52.255863 to 2015-04-12 16:39:52.255869 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17475 from 2015-04-12 16:39:52.255879 to 2015-04-12 16:39:52.255884 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17476 from 2015-04-12 16:39:52.255894 to 2015-04-12 16:39:52.255900 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17477 from 2015-04-12 16:39:52.255910 to 2015-04-12 16:39:52.255916 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17478 from 2015-04-12 16:39:52.255925 to 2015-04-12 16:39:52.255931 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17479 from 2015-04-12 16:39:52.255941 to 2015-04-12 16:39:52.255947 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17480 from 2015-04-12 16:39:52.255957 to 2015-04-12 16:39:52.255962 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17481 from 2015-04-12 16:39:52.255972 to 2015-04-12 16:39:52.255978 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17482 from 2015-04-12 16:39:52.255988 to 2015-04-12 16:39:52.255993 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17483 from 2015-04-12 16:39:52.256003 to 2015-04-12 16:39:52.256009 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17484 from 2015-04-12 16:39:52.256019 to 2015-04-12 16:39:52.256025 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17485 from 2015-04-12 16:39:52.256035 to 2015-04-12 16:39:52.256040 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17486 from 2015-04-12 16:39:52.256050 to 2015-04-12 16:39:52.256056 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17487 from 2015-04-12 16:39:52.256066 to 2015-04-12 16:39:52.256071 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17488 from 2015-04-12 16:39:52.256081 to 2015-04-12 16:39:52.256087 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17489 from 2015-04-12 16:39:52.256097 to 2015-04-12 16:39:52.256102 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17490 from 2015-04-12 16:39:52.256112 to 2015-04-12 16:39:52.256118 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17491 from 2015-04-12 16:39:52.256127 to 2015-04-12 16:39:52.256133 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17492 from 2015-04-12 16:39:52.256143 to 2015-04-12 16:39:52.256148 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17493 from 2015-04-12 16:39:52.256158 to 2015-04-12 16:39:52.256164 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17494 from 2015-04-12 16:39:52.256183 to 2015-04-12 16:39:52.256197 (14 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17495 from 2015-04-12 16:39:52.256221 to 2015-04-12 16:39:52.256230 (9 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17496 from 2015-04-12 16:39:52.256241 to 2015-04-12 16:39:52.256257 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17497 from 2015-04-12 16:39:52.256268 to 2015-04-12 16:39:52.256273 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17498 from 2015-04-12 16:39:52.256283 to 2015-04-12 16:39:52.256289 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17499 from 2015-04-12 16:39:52.256697 to 2015-04-12 16:39:52.256706 (9 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17500 from 2015-04-12 16:39:52.256718 to 2015-04-12 16:39:52.256725 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17501 from 2015-04-12 16:39:52.256735 to 2015-04-12 16:39:52.256741 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17502 from 2015-04-12 16:39:52.256751 to 2015-04-12 16:39:52.256757 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17503 from 2015-04-12 16:39:52.256767 to 2015-04-12 16:39:52.256772 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17504 from 2015-04-12 16:39:52.256782 to 2015-04-12 16:39:52.256788 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17505 from 2015-04-12 16:39:52.256798 to 2015-04-12 16:39:52.256804 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17506 from 2015-04-12 16:39:52.256814 to 2015-04-12 16:39:52.256819 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17507 from 2015-04-12 16:39:52.256829 to 2015-04-12 16:39:52.256835 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17508 from 2015-04-12 16:39:52.256845 to 2015-04-12 16:39:52.256851 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17509 from 2015-04-12 16:39:52.256861 to 2015-04-12 16:39:52.256867 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17510 from 2015-04-12 16:39:52.256877 to 2015-04-12 16:39:52.256882 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17511 from 2015-04-12 16:39:52.256892 to 2015-04-12 16:39:52.256898 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17512 from 2015-04-12 16:39:52.256908 to 2015-04-12 16:39:52.256914 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17513 from 2015-04-12 16:39:52.256924 to 2015-04-12 16:39:52.256929 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17514 from 2015-04-12 16:39:52.256939 to 2015-04-12 16:39:52.256945 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17515 from 2015-04-12 16:39:52.256955 to 2015-04-12 16:39:52.256961 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17516 from 2015-04-12 16:39:52.256971 to 2015-04-12 16:39:52.256976 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17517 from 2015-04-12 16:39:52.256987 to 2015-04-12 16:39:52.256993 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17518 from 2015-04-12 16:39:52.257002 to 2015-04-12 16:39:52.257008 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17519 from 2015-04-12 16:39:52.257018 to 2015-04-12 16:39:52.257025 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17520 from 2015-04-12 16:39:52.257036 to 2015-04-12 16:39:52.257041 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17521 from 2015-04-12 16:39:52.257051 to 2015-04-12 16:39:52.257057 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17522 from 2015-04-12 16:39:52.257067 to 2015-04-12 16:39:52.257072 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17523 from 2015-04-12 16:39:52.257082 to 2015-04-12 16:39:52.257088 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17524 from 2015-04-12 16:39:52.257098 to 2015-04-12 16:39:52.257104 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17525 from 2015-04-12 16:39:52.257114 to 2015-04-12 16:39:52.257120 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17526 from 2015-04-12 16:39:52.257130 to 2015-04-12 16:39:52.257135 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17527 from 2015-04-12 16:39:52.257145 to 2015-04-12 16:39:52.257151 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17528 from 2015-04-12 16:39:52.257161 to 2015-04-12 16:39:52.257166 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17529 from 2015-04-12 16:39:52.257176 to 2015-04-12 16:39:52.257182 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17530 from 2015-04-12 16:39:52.257192 to 2015-04-12 16:39:52.257198 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17531 from 2015-04-12 16:39:52.257207 to 2015-04-12 16:39:52.257213 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17532 from 2015-04-12 16:39:52.257223 to 2015-04-12 16:39:52.257229 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17533 from 2015-04-12 16:39:52.257238 to 2015-04-12 16:39:52.257244 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17534 from 2015-04-12 16:39:52.257254 to 2015-04-12 16:39:52.257259 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17535 from 2015-04-12 16:39:52.257269 to 2015-04-12 16:39:52.257275 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17536 from 2015-04-12 16:39:52.257285 to 2015-04-12 16:39:52.257291 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17537 from 2015-04-12 16:39:52.257300 to 2015-04-12 16:39:52.257306 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17538 from 2015-04-12 16:39:52.257316 to 2015-04-12 16:39:52.257322 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17539 from 2015-04-12 16:39:52.257332 to 2015-04-12 16:39:52.257337 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17540 from 2015-04-12 16:39:52.257347 to 2015-04-12 16:39:52.257353 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17541 from 2015-04-12 16:39:52.257363 to 2015-04-12 16:39:52.257369 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17542 from 2015-04-12 16:39:52.257378 to 2015-04-12 16:39:52.257384 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17543 from 2015-04-12 16:39:52.257394 to 2015-04-12 16:39:52.257400 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17544 from 2015-04-12 16:39:52.257410 to 2015-04-12 16:39:52.257415 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17545 from 2015-04-12 16:39:52.257425 to 2015-04-12 16:39:52.257431 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17546 from 2015-04-12 16:39:52.257441 to 2015-04-12 16:39:52.257446 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17547 from 2015-04-12 16:39:52.257456 to 2015-04-12 16:39:52.257463 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17548 from 2015-04-12 16:39:52.257474 to 2015-04-12 16:39:52.257479 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17549 from 2015-04-12 16:39:52.257489 to 2015-04-12 16:39:52.257495 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17550 from 2015-04-12 16:39:52.257504 to 2015-04-12 16:39:52.257510 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17551 from 2015-04-12 16:39:52.257520 to 2015-04-12 16:39:52.257526 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17552 from 2015-04-12 16:39:52.257535 to 2015-04-12 16:39:52.257541 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17553 from 2015-04-12 16:39:52.257551 to 2015-04-12 16:39:52.257557 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17554 from 2015-04-12 16:39:52.257566 to 2015-04-12 16:39:52.257572 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17555 from 2015-04-12 16:39:52.257582 to 2015-04-12 16:39:52.257588 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17556 from 2015-04-12 16:39:52.257597 to 2015-04-12 16:39:52.257603 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17557 from 2015-04-12 16:39:52.257613 to 2015-04-12 16:39:52.257619 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17558 from 2015-04-12 16:39:52.257628 to 2015-04-12 16:39:52.257634 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17559 from 2015-04-12 16:39:52.257644 to 2015-04-12 16:39:52.257650 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17560 from 2015-04-12 16:39:52.257660 to 2015-04-12 16:39:52.257666 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17561 from 2015-04-12 16:39:52.257676 to 2015-04-12 16:39:52.257681 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17562 from 2015-04-12 16:39:52.257691 to 2015-04-12 16:39:52.257697 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17563 from 2015-04-12 16:39:52.257706 to 2015-04-12 16:39:52.257712 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17564 from 2015-04-12 16:39:52.257722 to 2015-04-12 16:39:52.257728 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17565 from 2015-04-12 16:39:52.257737 to 2015-04-12 16:39:52.257743 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17566 from 2015-04-12 16:39:52.257753 to 2015-04-12 16:39:52.257759 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17567 from 2015-04-12 16:39:52.257769 to 2015-04-12 16:39:52.257774 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17568 from 2015-04-12 16:39:52.257784 to 2015-04-12 16:39:52.257790 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17569 from 2015-04-12 16:39:52.257800 to 2015-04-12 16:39:52.257829 (29 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17570 from 2015-04-12 16:39:52.257840 to 2015-04-12 16:39:52.257846 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17571 from 2015-04-12 16:39:52.257856 to 2015-04-12 16:39:52.257861 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17572 from 2015-04-12 16:39:52.257871 to 2015-04-12 16:39:52.257877 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17573 from 2015-04-12 16:39:52.257887 to 2015-04-12 16:39:52.257892 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17574 from 2015-04-12 16:39:52.257902 to 2015-04-12 16:39:52.257908 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17575 from 2015-04-12 16:39:52.257917 to 2015-04-12 16:39:52.257923 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17576 from 2015-04-12 16:39:52.257933 to 2015-04-12 16:39:52.257938 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17577 from 2015-04-12 16:39:52.257948 to 2015-04-12 16:39:52.257954 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17578 from 2015-04-12 16:39:52.257964 to 2015-04-12 16:39:52.257970 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17579 from 2015-04-12 16:39:52.257980 to 2015-04-12 16:39:52.257986 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17580 from 2015-04-12 16:39:52.257997 to 2015-04-12 16:39:52.258002 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17581 from 2015-04-12 16:39:52.258012 to 2015-04-12 16:39:52.258018 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17582 from 2015-04-12 16:39:52.258028 to 2015-04-12 16:39:52.258034 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17583 from 2015-04-12 16:39:52.258044 to 2015-04-12 16:39:52.258050 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17584 from 2015-04-12 16:39:52.258059 to 2015-04-12 16:39:52.258065 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17585 from 2015-04-12 16:39:52.258075 to 2015-04-12 16:39:52.258080 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17586 from 2015-04-12 16:39:52.258090 to 2015-04-12 16:39:52.258096 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17587 from 2015-04-12 16:39:52.258106 to 2015-04-12 16:39:52.258111 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17588 from 2015-04-12 16:39:52.258121 to 2015-04-12 16:39:52.258127 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17589 from 2015-04-12 16:39:52.258137 to 2015-04-12 16:39:52.258143 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17590 from 2015-04-12 16:39:52.258152 to 2015-04-12 16:39:52.258158 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17591 from 2015-04-12 16:39:52.258168 to 2015-04-12 16:39:52.258173 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17592 from 2015-04-12 16:39:52.258183 to 2015-04-12 16:39:52.258189 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17593 from 2015-04-12 16:39:52.258198 to 2015-04-12 16:39:52.258204 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17594 from 2015-04-12 16:39:52.258214 to 2015-04-12 16:39:52.258219 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17595 from 2015-04-12 16:39:52.258229 to 2015-04-12 16:39:52.258235 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17596 from 2015-04-12 16:39:52.258245 to 2015-04-12 16:39:52.258250 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17597 from 2015-04-12 16:39:52.258260 to 2015-04-12 16:39:52.258266 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17598 from 2015-04-12 16:39:52.258275 to 2015-04-12 16:39:52.258281 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17599 from 2015-04-12 16:39:52.258290 to 2015-04-12 16:39:52.258296 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17600 from 2015-04-12 16:39:52.258306 to 2015-04-12 16:39:52.258312 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17601 from 2015-04-12 16:39:52.258322 to 2015-04-12 16:39:52.258327 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17602 from 2015-04-12 16:39:52.258337 to 2015-04-12 16:39:52.258343 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17603 from 2015-04-12 16:39:52.258353 to 2015-04-12 16:39:52.258359 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17604 from 2015-04-12 16:39:52.258368 to 2015-04-12 16:39:52.258374 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17605 from 2015-04-12 16:39:52.258384 to 2015-04-12 16:39:52.258390 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17606 from 2015-04-12 16:39:52.258400 to 2015-04-12 16:39:52.258406 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17607 from 2015-04-12 16:39:52.258416 to 2015-04-12 16:39:52.258422 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17608 from 2015-04-12 16:39:52.258431 to 2015-04-12 16:39:52.258437 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17609 from 2015-04-12 16:39:52.258447 to 2015-04-12 16:39:52.258452 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17610 from 2015-04-12 16:39:52.258462 to 2015-04-12 16:39:52.258468 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17611 from 2015-04-12 16:39:52.258478 to 2015-04-12 16:39:52.258484 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17612 from 2015-04-12 16:39:52.258494 to 2015-04-12 16:39:52.258499 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17613 from 2015-04-12 16:39:52.258509 to 2015-04-12 16:39:52.258515 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17614 from 2015-04-12 16:39:52.258525 to 2015-04-12 16:39:52.258530 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17615 from 2015-04-12 16:39:52.258540 to 2015-04-12 16:39:52.258547 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17616 from 2015-04-12 16:39:52.258558 to 2015-04-12 16:39:52.258563 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17617 from 2015-04-12 16:39:52.258573 to 2015-04-12 16:39:52.258579 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17618 from 2015-04-12 16:39:52.258589 to 2015-04-12 16:39:52.258595 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17619 from 2015-04-12 16:39:52.258604 to 2015-04-12 16:39:52.258610 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17620 from 2015-04-12 16:39:52.258620 to 2015-04-12 16:39:52.258626 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17621 from 2015-04-12 16:39:52.258635 to 2015-04-12 16:39:52.258641 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17622 from 2015-04-12 16:39:52.258651 to 2015-04-12 16:39:52.258656 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17623 from 2015-04-12 16:39:52.258667 to 2015-04-12 16:39:52.258672 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17624 from 2015-04-12 16:39:52.258682 to 2015-04-12 16:39:52.258688 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17625 from 2015-04-12 16:39:52.258698 to 2015-04-12 16:39:52.258703 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17626 from 2015-04-12 16:39:52.258713 to 2015-04-12 16:39:52.258719 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17627 from 2015-04-12 16:39:52.258729 to 2015-04-12 16:39:52.258734 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17628 from 2015-04-12 16:39:52.258744 to 2015-04-12 16:39:52.258750 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17629 from 2015-04-12 16:39:52.258759 to 2015-04-12 16:39:52.258765 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17630 from 2015-04-12 16:39:52.258775 to 2015-04-12 16:39:52.258780 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17631 from 2015-04-12 16:39:52.258790 to 2015-04-12 16:39:52.258796 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17632 from 2015-04-12 16:39:52.258806 to 2015-04-12 16:39:52.258811 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17633 from 2015-04-12 16:39:52.258821 to 2015-04-12 16:39:52.258827 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17634 from 2015-04-12 16:39:52.258837 to 2015-04-12 16:39:52.258842 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17635 from 2015-04-12 16:39:52.258852 to 2015-04-12 16:39:52.258858 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17636 from 2015-04-12 16:39:52.258868 to 2015-04-12 16:39:52.258874 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17637 from 2015-04-12 16:39:52.258883 to 2015-04-12 16:39:52.258889 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17638 from 2015-04-12 16:39:52.258899 to 2015-04-12 16:39:52.258905 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17639 from 2015-04-12 16:39:52.258915 to 2015-04-12 16:39:52.258941 (26 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17640 from 2015-04-12 16:39:52.258952 to 2015-04-12 16:39:52.258958 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17641 from 2015-04-12 16:39:52.258968 to 2015-04-12 16:39:52.258973 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17642 from 2015-04-12 16:39:52.258983 to 2015-04-12 16:39:52.258989 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17643 from 2015-04-12 16:39:52.258999 to 2015-04-12 16:39:52.259004 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17644 from 2015-04-12 16:39:52.259014 to 2015-04-12 16:39:52.259020 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17645 from 2015-04-12 16:39:52.259030 to 2015-04-12 16:39:52.259035 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17646 from 2015-04-12 16:39:52.259045 to 2015-04-12 16:39:52.259051 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17647 from 2015-04-12 16:39:52.259061 to 2015-04-12 16:39:52.259066 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17648 from 2015-04-12 16:39:52.259076 to 2015-04-12 16:39:52.259082 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17649 from 2015-04-12 16:39:52.259091 to 2015-04-12 16:39:52.259097 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17650 from 2015-04-12 16:39:52.259107 to 2015-04-12 16:39:52.259112 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17651 from 2015-04-12 16:39:52.259122 to 2015-04-12 16:39:52.259128 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17652 from 2015-04-12 16:39:52.259138 to 2015-04-12 16:39:52.259144 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17653 from 2015-04-12 16:39:52.259153 to 2015-04-12 16:39:52.259159 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17654 from 2015-04-12 16:39:52.259169 to 2015-04-12 16:39:52.259175 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17655 from 2015-04-12 16:39:52.259184 to 2015-04-12 16:39:52.259191 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17656 from 2015-04-12 16:39:52.259202 to 2015-04-12 16:39:52.259208 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17657 from 2015-04-12 16:39:52.259217 to 2015-04-12 16:39:52.259223 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17658 from 2015-04-12 16:39:52.259233 to 2015-04-12 16:39:52.259238 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17659 from 2015-04-12 16:39:52.259248 to 2015-04-12 16:39:52.259254 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17660 from 2015-04-12 16:39:52.259264 to 2015-04-12 16:39:52.259269 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17661 from 2015-04-12 16:39:52.259280 to 2015-04-12 16:39:52.259286 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17662 from 2015-04-12 16:39:52.259296 to 2015-04-12 16:39:52.259302 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17663 from 2015-04-12 16:39:52.259311 to 2015-04-12 16:39:52.259317 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17664 from 2015-04-12 16:39:52.259327 to 2015-04-12 16:39:52.259333 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17665 from 2015-04-12 16:39:52.259343 to 2015-04-12 16:39:52.259348 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17666 from 2015-04-12 16:39:52.259358 to 2015-04-12 16:39:52.259364 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17667 from 2015-04-12 16:39:52.259374 to 2015-04-12 16:39:52.259379 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17668 from 2015-04-12 16:39:52.259389 to 2015-04-12 16:39:52.259395 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17669 from 2015-04-12 16:39:52.259405 to 2015-04-12 16:39:52.259411 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17670 from 2015-04-12 16:39:52.259421 to 2015-04-12 16:39:52.259426 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17671 from 2015-04-12 16:39:52.259437 to 2015-04-12 16:39:52.259442 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17672 from 2015-04-12 16:39:52.259452 to 2015-04-12 16:39:52.259458 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17673 from 2015-04-12 16:39:52.259468 to 2015-04-12 16:39:52.259473 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17674 from 2015-04-12 16:39:52.259483 to 2015-04-12 16:39:52.259489 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17675 from 2015-04-12 16:39:52.259499 to 2015-04-12 16:39:52.259505 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17676 from 2015-04-12 16:39:52.259514 to 2015-04-12 16:39:52.259520 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17677 from 2015-04-12 16:39:52.259530 to 2015-04-12 16:39:52.259535 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17678 from 2015-04-12 16:39:52.259545 to 2015-04-12 16:39:52.259551 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17679 from 2015-04-12 16:39:52.259560 to 2015-04-12 16:39:52.259566 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17680 from 2015-04-12 16:39:52.259576 to 2015-04-12 16:39:52.259582 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17681 from 2015-04-12 16:39:52.259592 to 2015-04-12 16:39:52.259597 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17682 from 2015-04-12 16:39:52.259607 to 2015-04-12 16:39:52.259613 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17683 from 2015-04-12 16:39:52.259623 to 2015-04-12 16:39:52.259629 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17684 from 2015-04-12 16:39:52.259639 to 2015-04-12 16:39:52.259644 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17685 from 2015-04-12 16:39:52.259654 to 2015-04-12 16:39:52.259660 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17686 from 2015-04-12 16:39:52.259670 to 2015-04-12 16:39:52.259675 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17687 from 2015-04-12 16:39:52.259685 to 2015-04-12 16:39:52.259691 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17688 from 2015-04-12 16:39:52.259700 to 2015-04-12 16:39:52.259706 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17689 from 2015-04-12 16:39:52.259716 to 2015-04-12 16:39:52.259722 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17690 from 2015-04-12 16:39:52.259732 to 2015-04-12 16:39:52.259737 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17691 from 2015-04-12 16:39:52.259747 to 2015-04-12 16:39:52.259753 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17692 from 2015-04-12 16:39:52.259762 to 2015-04-12 16:39:52.259768 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17693 from 2015-04-12 16:39:52.259778 to 2015-04-12 16:39:52.259784 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17694 from 2015-04-12 16:39:52.259793 to 2015-04-12 16:39:52.259799 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17695 from 2015-04-12 16:39:52.259808 to 2015-04-12 16:39:52.259814 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17696 from 2015-04-12 16:39:52.259824 to 2015-04-12 16:39:52.259829 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17697 from 2015-04-12 16:39:52.259839 to 2015-04-12 16:39:52.259845 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17698 from 2015-04-12 16:39:52.259854 to 2015-04-12 16:39:52.259860 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17699 from 2015-04-12 16:39:52.259870 to 2015-04-12 16:39:52.259876 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17700 from 2015-04-12 16:39:52.259886 to 2015-04-12 16:39:52.259893 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17701 from 2015-04-12 16:39:52.259904 to 2015-04-12 16:39:52.259910 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17702 from 2015-04-12 16:39:52.259919 to 2015-04-12 16:39:52.259925 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17703 from 2015-04-12 16:39:52.259935 to 2015-04-12 16:39:52.259941 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17704 from 2015-04-12 16:39:52.259951 to 2015-04-12 16:39:52.259957 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17705 from 2015-04-12 16:39:52.259967 to 2015-04-12 16:39:52.259972 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17706 from 2015-04-12 16:39:52.259982 to 2015-04-12 16:39:52.259987 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17707 from 2015-04-12 16:39:52.259998 to 2015-04-12 16:39:52.260003 (5 microseconds)\u003cbr/\u003eReturned None", "trial_id": 21, "duration": 2155, "line": 22, "mean": 5.95303867403315}, "index": 7, "name": "list.append", "repr": "S(22-list.append)", "caller_id": 17345, "duration": 4305}, {"node": {"count": 1, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003eextract_column\u003c/b\u003e called at line 27\u003cbr/\u003eTotal duration: 8024 microseconds for 1 activations\u003cbr/\u003eMean: 8024.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #16982 from 2015-04-12 16:39:52.245431 to 2015-04-12 16:39:52.253456 (8024 microseconds)\u003cbr/\u003eArguments: column=0, data=[['0.0', '0.6'], ['1.0', '0.0'], ['1.0', '0.0'], ['3.0', '0.0'], ['5.0', '0.0'], ['5.0', '0.0'], ['-0.0', '0.3'], ['-4.0', '0.8'], ['-6.0', '0.1'], ['-4.0', '0.0'], ['2.0', '0.1'], ['4.0', '0.1'], ['2.0', '0.0'], ['2.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['1.0', '0.4'], ['1.0', '0.4'], ['-7.0', '0.5'], ['-5.0', '0.0'], ['-3.0', '0.1'], ['-1.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.1'], ['3.0', '0.0'], ['5.0', '0.0'], ['-3.0', '0.5'], ['-4.0', '0.4'], ['-1.0', '0.0'], ['-0.0', '0.1'], ['-0.0', '0.8'], ['-0.0', '0.2'], ['2.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.0'], ['6.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['11.0', '0.0'], ['11.0', '0.1'], ['9.0', '0.0'], ['-2.0', '0.5'], ['-2.0', '0.4'], ['-4.0', '0.5'], ['-0.0', '0.0'], ['4.0', '0.0'], ['8.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.0'], ['9.0', '0.0'], ['12.0', '0.0'], ['12.0', '0.0'], ['13.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.2'], ['3.0', '0.1'], ['-2.0', '0.1'], ['1.0', '0.0'], ['5.0', '0.0'], ['9.0', '0.0'], ['11.0', '0.0'], ['14.0', '0.0'], ['9.0', '0.0'], ['5.0', '0.0'], ['7.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['-0.0', '2.0'], ['-1.0', '0.1'], ['6.0', '0.1'], ['11.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['15.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['11.0', '0.0'], ['10.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['14.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['16.0', '0.0'], ['19.0', '0.0'], ['21.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['15.0', '0.2'], ['14.0', '0.0'], ['14.0', '0.7'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.2'], ['17.0', '0.2'], ['16.0', '0.2'], ['14.0', '0.2'], ['14.0', '0.2'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['15.0', '0.0'], ['15.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.4'], ['16.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['18.0', '0.0'], ['16.0', '0.2'], ['14.0', '0.0'], ['16.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.5'], ['10.0', '0.1'], ['9.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.1'], ['9.0', '0.0'], ['13.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.1'], ['8.0', '-0.1'], ['11.0', '0.0'], ['12.0', '-0.1'], ['10.0', '20.6'], ['1.0', '0.0'], ['1.0', '0.0'], ['3.0', '0.0'], ['50.0', '0.0'], ['50.0', '0.0'], ['-00.0', '0.3'], ['-40.0', '0.8'], ['-60.0', '0.1'], ['-40.0', '0.0'], ['20.0', '0.1'], ['40.0', '0.1'], ['20.0', '0.0'], ['20.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['10.0', '0.4'], ['10.0', '0.4'], ['-7.0', '0.5'], ['-5.0', '0.0'], ['-3.0', '0.1'], ['-1.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.1'], ['3.0', '0.0'], ['5.0', '0.0'], ['-3.0', '0.5'], ['-4.0', '0.4'], ['-1.0', '0.0'], ['-0.0', '0.1'], ['-0.0', '0.8'], ['-0.0', '0.2'], ['2.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.0'], ['6.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['11.0', '0.0'], ['11.0', '0.1'], ['9.0', '0.0'], ['-2.0', '0.5'], ['-2.0', '0.4'], ['-4.0', '0.5'], ['-0.0', '0.0'], ['4.0', '0.0'], ['8.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.0'], ['9.0', '0.0'], ['12.0', '0.0'], ['12.0', '0.0'], ['13.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.2'], ['3.0', '0.1'], ['-2.0', '0.1'], ['1.0', '0.0'], ['5.0', '0.0'], ['9.0', '0.0'], ['11.0', '0.0'], ['14.0', '0.0'], ['9.0', '0.0'], ['5.0', '0.0'], ['7.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['-0.0', '2.0'], ['-1.0', '0.1'], ['6.0', '0.1'], ['11.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['15.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['11.0', '0.0'], ['10.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['14.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['16.0', '0.0'], ['19.0', '0.0'], ['21.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['15.0', '0.2'], ['14.0', '0.0'], ['14.0', '0.7'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.2'], ['17.0', '0.2'], ['16.0', '0.2'], ['14.0', '0.2'], ['14.0', '0.2'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['15.0', '0.0'], ['15.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.4'], ['16.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['18.0', '0.0'], ['16.0', '0.2'], ['14.0', '0.0'], ['16.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.5'], ['10.0', '0.1'], ['9.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.1'], ['9.0', '0.0'], ['13.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.1'], ['8.0', '-0.1'], ['11.0', '0.0'], ['12.0', '-0.1']]\u003cbr/\u003eReturned [0.0, 1.0, 1.0, 3.0, 5.0, 5.0, -0.0, -4.0, -6.0, -4.0, 2.0, 4.0, 2.0, 2.0, 6.0, 6.0, 6.0, 6.0, 1.0, 1.0, -7.0, -5.0, -3.0, -1.0, 4.0, 4.0, 3.0, 5.0, -3.0, -4.0, -1.0, -0.0, -0.0, -0.0, 2.0, 4.0, 4.0, 6.0, 11.0, 13.0, 11.0, 11.0, 9.0, -2.0, -2.0, -4.0, -0.0, 4.0, 8.0, 10.0, 12.0, 14.0, 14.0, 12.0, 8.0, 9.0, 12.0, 12.0, 13.0, 13.0, 12.0, 3.0, -2.0, 1.0, 5.0, 9.0, 11.0, 14.0, 9.0, 5.0, 7.0, 10.0, 12.0, 14.0, 14.0, 15.0, 14.0, -0.0, -1.0, 6.0, 11.0, 14.0, 12.0, 11.0, 13.0, 15.0, 18.0, 19.0, 11.0, 10.0, 17.0, 18.0, 17.0, 19.0, 19.0, 18.0, 14.0, 17.0, 18.0, 19.0, 19.0, 19.0, 20.0, 20.0, 18.0, 19.0, 19.0, 20.0, 19.0, 18.0, 20.0, 20.0, 19.0, 16.0, 19.0, 21.0, 20.0, 19.0, 17.0, 19.0, 20.0, 20.0, 20.0, 20.0, 18.0, 15.0, 14.0, 14.0, 16.0, 18.0, 18.0, 18.0, 17.0, 16.0, 14.0, 14.0, 16.0, 17.0, 16.0, 15.0, 15.0, 17.0, 16.0, 18.0, 18.0, 19.0, 19.0, 18.0, 18.0, 17.0, 15.0, 16.0, 15.0, 14.0, 18.0, 16.0, 14.0, 16.0, 16.0, 17.0, 16.0, 17.0, 16.0, 17.0, 15.0, 10.0, 9.0, 12.0, 14.0, 12.0, 9.0, 13.0, 14.0, 15.0, 14.0, 13.0, 12.0, 8.0, 8.0, 11.0, 12.0, 10.0, 1.0, 1.0, 3.0, 50.0, 50.0, -0.0, -40.0, -60.0, -40.0, 20.0, 40.0, 20.0, 20.0, 60.0, 60.0, 60.0, 60.0, 10.0, 10.0, -7.0, -5.0, -3.0, -1.0, 4.0, 4.0, 3.0, 5.0, -3.0, -4.0, -1.0, -0.0, -0.0, -0.0, 2.0, 4.0, 4.0, 6.0, 11.0, 13.0, 11.0, 11.0, 9.0, -2.0, -2.0, -4.0, -0.0, 4.0, 8.0, 10.0, 12.0, 14.0, 14.0, 12.0, 8.0, 9.0, 12.0, 12.0, 13.0, 13.0, 12.0, 3.0, -2.0, 1.0, 5.0, 9.0, 11.0, 14.0, 9.0, 5.0, 7.0, 10.0, 12.0, 14.0, 14.0, 15.0, 14.0, -0.0, -1.0, 6.0, 11.0, 14.0, 12.0, 11.0, 13.0, 15.0, 18.0, 19.0, 11.0, 10.0, 17.0, 18.0, 17.0, 19.0, 19.0, 18.0, 14.0, 17.0, 18.0, 19.0, 19.0, 19.0, 20.0, 20.0, 18.0, 19.0, 19.0, 20.0, 19.0, 18.0, 20.0, 20.0, 19.0, 16.0, 19.0, 21.0, 20.0, 19.0, 17.0, 19.0, 20.0, 20.0, 20.0, 20.0, 18.0, 15.0, 14.0, 14.0, 16.0, 18.0, 18.0, 18.0, 17.0, 16.0, 14.0, 14.0, 16.0, 17.0, 16.0, 15.0, 15.0, 17.0, 16.0, 18.0, 18.0, 19.0, 19.0, 18.0, 18.0, 17.0, 15.0, 16.0, 15.0, 14.0, 18.0, 16.0, 14.0, 16.0, 16.0, 17.0, 16.0, 17.0, 16.0, 17.0, 15.0, 10.0, 9.0, 12.0, 14.0, 12.0, 9.0, 13.0, 14.0, 15.0, 14.0, 13.0, 12.0, 8.0, 8.0, 11.0, 12.0]", "trial_id": 21, "duration": 8024, "line": 27, "mean": 8024.0}, "index": 8, "name": "extract_column", "repr": "C(S(27-extract_column), G([S(22-list.append)-361-\u003eS(22-list.append)]))", "caller_id": 16981, "duration": 8024}, {"node": {"count": 362, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003elist.append\u003c/b\u003e called at line 22\u003cbr/\u003eTotal duration: 2991 microseconds for 362 activations\u003cbr/\u003eMean: 8.26243093923 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #16983 from 2015-04-12 16:39:52.245512 to 2015-04-12 16:39:52.245542 (30 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16984 from 2015-04-12 16:39:52.245588 to 2015-04-12 16:39:52.245610 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16985 from 2015-04-12 16:39:52.245648 to 2015-04-12 16:39:52.245670 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16986 from 2015-04-12 16:39:52.245708 to 2015-04-12 16:39:52.245729 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16987 from 2015-04-12 16:39:52.245765 to 2015-04-12 16:39:52.245787 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16988 from 2015-04-12 16:39:52.245825 to 2015-04-12 16:39:52.245847 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16989 from 2015-04-12 16:39:52.245884 to 2015-04-12 16:39:52.245906 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16990 from 2015-04-12 16:39:52.245942 to 2015-04-12 16:39:52.245963 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16991 from 2015-04-12 16:39:52.245999 to 2015-04-12 16:39:52.246023 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16992 from 2015-04-12 16:39:52.246060 to 2015-04-12 16:39:52.246081 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16993 from 2015-04-12 16:39:52.246118 to 2015-04-12 16:39:52.246139 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16994 from 2015-04-12 16:39:52.246176 to 2015-04-12 16:39:52.246197 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16995 from 2015-04-12 16:39:52.246233 to 2015-04-12 16:39:52.246254 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16996 from 2015-04-12 16:39:52.246290 to 2015-04-12 16:39:52.246312 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16997 from 2015-04-12 16:39:52.246348 to 2015-04-12 16:39:52.246369 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16998 from 2015-04-12 16:39:52.246406 to 2015-04-12 16:39:52.246427 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16999 from 2015-04-12 16:39:52.246463 to 2015-04-12 16:39:52.246489 (26 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17000 from 2015-04-12 16:39:52.246527 to 2015-04-12 16:39:52.246549 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17001 from 2015-04-12 16:39:52.246584 to 2015-04-12 16:39:52.246605 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17002 from 2015-04-12 16:39:52.246641 to 2015-04-12 16:39:52.246663 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17003 from 2015-04-12 16:39:52.246700 to 2015-04-12 16:39:52.246721 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17004 from 2015-04-12 16:39:52.246756 to 2015-04-12 16:39:52.246778 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17005 from 2015-04-12 16:39:52.246813 to 2015-04-12 16:39:52.246834 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17006 from 2015-04-12 16:39:52.246871 to 2015-04-12 16:39:52.246891 (20 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17007 from 2015-04-12 16:39:52.246928 to 2015-04-12 16:39:52.246949 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17008 from 2015-04-12 16:39:52.246985 to 2015-04-12 16:39:52.247007 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17009 from 2015-04-12 16:39:52.247179 to 2015-04-12 16:39:52.247208 (29 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17010 from 2015-04-12 16:39:52.247249 to 2015-04-12 16:39:52.247270 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17011 from 2015-04-12 16:39:52.247306 to 2015-04-12 16:39:52.247328 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17012 from 2015-04-12 16:39:52.247364 to 2015-04-12 16:39:52.247385 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17013 from 2015-04-12 16:39:52.247421 to 2015-04-12 16:39:52.247443 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17014 from 2015-04-12 16:39:52.247479 to 2015-04-12 16:39:52.247500 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17015 from 2015-04-12 16:39:52.247535 to 2015-04-12 16:39:52.247556 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17016 from 2015-04-12 16:39:52.247593 to 2015-04-12 16:39:52.247614 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17017 from 2015-04-12 16:39:52.247651 to 2015-04-12 16:39:52.247672 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17018 from 2015-04-12 16:39:52.247708 to 2015-04-12 16:39:52.247731 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17019 from 2015-04-12 16:39:52.247769 to 2015-04-12 16:39:52.247791 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17020 from 2015-04-12 16:39:52.247827 to 2015-04-12 16:39:52.247849 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17021 from 2015-04-12 16:39:52.247885 to 2015-04-12 16:39:52.247905 (20 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17022 from 2015-04-12 16:39:52.247942 to 2015-04-12 16:39:52.247963 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17023 from 2015-04-12 16:39:52.247999 to 2015-04-12 16:39:52.248019 (20 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17024 from 2015-04-12 16:39:52.248055 to 2015-04-12 16:39:52.248077 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17025 from 2015-04-12 16:39:52.248113 to 2015-04-12 16:39:52.248134 (21 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17026 from 2015-04-12 16:39:52.248169 to 2015-04-12 16:39:52.248244 (75 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17027 from 2015-04-12 16:39:52.248320 to 2015-04-12 16:39:52.248354 (34 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17028 from 2015-04-12 16:39:52.248365 to 2015-04-12 16:39:52.248371 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17029 from 2015-04-12 16:39:52.248381 to 2015-04-12 16:39:52.248388 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17030 from 2015-04-12 16:39:52.248398 to 2015-04-12 16:39:52.248404 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17031 from 2015-04-12 16:39:52.248414 to 2015-04-12 16:39:52.248420 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17032 from 2015-04-12 16:39:52.248430 to 2015-04-12 16:39:52.248436 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17033 from 2015-04-12 16:39:52.248446 to 2015-04-12 16:39:52.248451 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17034 from 2015-04-12 16:39:52.248461 to 2015-04-12 16:39:52.248467 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17035 from 2015-04-12 16:39:52.248477 to 2015-04-12 16:39:52.248482 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17036 from 2015-04-12 16:39:52.248492 to 2015-04-12 16:39:52.248498 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17037 from 2015-04-12 16:39:52.248508 to 2015-04-12 16:39:52.248513 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17038 from 2015-04-12 16:39:52.248523 to 2015-04-12 16:39:52.248529 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17039 from 2015-04-12 16:39:52.248538 to 2015-04-12 16:39:52.248544 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17040 from 2015-04-12 16:39:52.248554 to 2015-04-12 16:39:52.248562 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17041 from 2015-04-12 16:39:52.248578 to 2015-04-12 16:39:52.248585 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17042 from 2015-04-12 16:39:52.248595 to 2015-04-12 16:39:52.248601 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17043 from 2015-04-12 16:39:52.248611 to 2015-04-12 16:39:52.248617 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17044 from 2015-04-12 16:39:52.248627 to 2015-04-12 16:39:52.248633 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17045 from 2015-04-12 16:39:52.248643 to 2015-04-12 16:39:52.248649 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17046 from 2015-04-12 16:39:52.248659 to 2015-04-12 16:39:52.248664 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17047 from 2015-04-12 16:39:52.248674 to 2015-04-12 16:39:52.248680 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17048 from 2015-04-12 16:39:52.248690 to 2015-04-12 16:39:52.248696 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17049 from 2015-04-12 16:39:52.248706 to 2015-04-12 16:39:52.248711 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17050 from 2015-04-12 16:39:52.248721 to 2015-04-12 16:39:52.248727 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17051 from 2015-04-12 16:39:52.248736 to 2015-04-12 16:39:52.248742 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17052 from 2015-04-12 16:39:52.248752 to 2015-04-12 16:39:52.248757 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17053 from 2015-04-12 16:39:52.248767 to 2015-04-12 16:39:52.248773 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17054 from 2015-04-12 16:39:52.248783 to 2015-04-12 16:39:52.248789 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17055 from 2015-04-12 16:39:52.248799 to 2015-04-12 16:39:52.248805 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17056 from 2015-04-12 16:39:52.248815 to 2015-04-12 16:39:52.248821 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17057 from 2015-04-12 16:39:52.248830 to 2015-04-12 16:39:52.248837 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17058 from 2015-04-12 16:39:52.248846 to 2015-04-12 16:39:52.248852 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17059 from 2015-04-12 16:39:52.248862 to 2015-04-12 16:39:52.248867 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17060 from 2015-04-12 16:39:52.248877 to 2015-04-12 16:39:52.248883 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17061 from 2015-04-12 16:39:52.248893 to 2015-04-12 16:39:52.248899 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17062 from 2015-04-12 16:39:52.248908 to 2015-04-12 16:39:52.248914 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17063 from 2015-04-12 16:39:52.248924 to 2015-04-12 16:39:52.248930 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17064 from 2015-04-12 16:39:52.248939 to 2015-04-12 16:39:52.248945 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17065 from 2015-04-12 16:39:52.248955 to 2015-04-12 16:39:52.248961 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17066 from 2015-04-12 16:39:52.248970 to 2015-04-12 16:39:52.248976 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17067 from 2015-04-12 16:39:52.248986 to 2015-04-12 16:39:52.248992 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17068 from 2015-04-12 16:39:52.249002 to 2015-04-12 16:39:52.249008 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17069 from 2015-04-12 16:39:52.249017 to 2015-04-12 16:39:52.249023 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17070 from 2015-04-12 16:39:52.249033 to 2015-04-12 16:39:52.249038 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17071 from 2015-04-12 16:39:52.249048 to 2015-04-12 16:39:52.249054 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17072 from 2015-04-12 16:39:52.249065 to 2015-04-12 16:39:52.249071 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17073 from 2015-04-12 16:39:52.249081 to 2015-04-12 16:39:52.249087 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17074 from 2015-04-12 16:39:52.249096 to 2015-04-12 16:39:52.249102 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17075 from 2015-04-12 16:39:52.249111 to 2015-04-12 16:39:52.249117 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17076 from 2015-04-12 16:39:52.249127 to 2015-04-12 16:39:52.249133 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17077 from 2015-04-12 16:39:52.249143 to 2015-04-12 16:39:52.249148 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17078 from 2015-04-12 16:39:52.249158 to 2015-04-12 16:39:52.249164 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17079 from 2015-04-12 16:39:52.249174 to 2015-04-12 16:39:52.249202 (28 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17080 from 2015-04-12 16:39:52.249213 to 2015-04-12 16:39:52.249219 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17081 from 2015-04-12 16:39:52.249228 to 2015-04-12 16:39:52.249234 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17082 from 2015-04-12 16:39:52.249244 to 2015-04-12 16:39:52.249249 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17083 from 2015-04-12 16:39:52.249259 to 2015-04-12 16:39:52.249265 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17084 from 2015-04-12 16:39:52.249274 to 2015-04-12 16:39:52.249280 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17085 from 2015-04-12 16:39:52.249290 to 2015-04-12 16:39:52.249296 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17086 from 2015-04-12 16:39:52.249306 to 2015-04-12 16:39:52.249312 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17087 from 2015-04-12 16:39:52.249322 to 2015-04-12 16:39:52.249328 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17088 from 2015-04-12 16:39:52.249338 to 2015-04-12 16:39:52.249344 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17089 from 2015-04-12 16:39:52.249354 to 2015-04-12 16:39:52.249361 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17090 from 2015-04-12 16:39:52.249373 to 2015-04-12 16:39:52.249379 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17091 from 2015-04-12 16:39:52.249389 to 2015-04-12 16:39:52.249395 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17092 from 2015-04-12 16:39:52.249405 to 2015-04-12 16:39:52.249410 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17093 from 2015-04-12 16:39:52.249420 to 2015-04-12 16:39:52.249426 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17094 from 2015-04-12 16:39:52.249435 to 2015-04-12 16:39:52.249441 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17095 from 2015-04-12 16:39:52.249451 to 2015-04-12 16:39:52.249456 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17096 from 2015-04-12 16:39:52.249466 to 2015-04-12 16:39:52.249472 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17097 from 2015-04-12 16:39:52.249482 to 2015-04-12 16:39:52.249488 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17098 from 2015-04-12 16:39:52.249497 to 2015-04-12 16:39:52.249503 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17099 from 2015-04-12 16:39:52.249513 to 2015-04-12 16:39:52.249519 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17100 from 2015-04-12 16:39:52.249529 to 2015-04-12 16:39:52.249535 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17101 from 2015-04-12 16:39:52.249544 to 2015-04-12 16:39:52.249550 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17102 from 2015-04-12 16:39:52.249560 to 2015-04-12 16:39:52.249565 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17103 from 2015-04-12 16:39:52.249575 to 2015-04-12 16:39:52.249581 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17104 from 2015-04-12 16:39:52.249591 to 2015-04-12 16:39:52.249596 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17105 from 2015-04-12 16:39:52.249606 to 2015-04-12 16:39:52.249612 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17106 from 2015-04-12 16:39:52.249622 to 2015-04-12 16:39:52.249628 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17107 from 2015-04-12 16:39:52.249637 to 2015-04-12 16:39:52.249643 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17108 from 2015-04-12 16:39:52.249653 to 2015-04-12 16:39:52.249659 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17109 from 2015-04-12 16:39:52.249669 to 2015-04-12 16:39:52.249675 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17110 from 2015-04-12 16:39:52.249686 to 2015-04-12 16:39:52.249692 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17111 from 2015-04-12 16:39:52.249702 to 2015-04-12 16:39:52.249708 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17112 from 2015-04-12 16:39:52.249718 to 2015-04-12 16:39:52.249724 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17113 from 2015-04-12 16:39:52.249733 to 2015-04-12 16:39:52.249739 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17114 from 2015-04-12 16:39:52.249749 to 2015-04-12 16:39:52.249755 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17115 from 2015-04-12 16:39:52.249765 to 2015-04-12 16:39:52.249770 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17116 from 2015-04-12 16:39:52.249780 to 2015-04-12 16:39:52.249786 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17117 from 2015-04-12 16:39:52.249796 to 2015-04-12 16:39:52.249802 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17118 from 2015-04-12 16:39:52.249811 to 2015-04-12 16:39:52.249817 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17119 from 2015-04-12 16:39:52.249827 to 2015-04-12 16:39:52.249832 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17120 from 2015-04-12 16:39:52.249842 to 2015-04-12 16:39:52.249848 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17121 from 2015-04-12 16:39:52.249857 to 2015-04-12 16:39:52.249863 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17122 from 2015-04-12 16:39:52.249873 to 2015-04-12 16:39:52.249879 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17123 from 2015-04-12 16:39:52.249888 to 2015-04-12 16:39:52.249894 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17124 from 2015-04-12 16:39:52.249904 to 2015-04-12 16:39:52.249910 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17125 from 2015-04-12 16:39:52.249919 to 2015-04-12 16:39:52.249925 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17126 from 2015-04-12 16:39:52.249935 to 2015-04-12 16:39:52.249940 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17127 from 2015-04-12 16:39:52.249950 to 2015-04-12 16:39:52.249955 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17128 from 2015-04-12 16:39:52.249965 to 2015-04-12 16:39:52.249971 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17129 from 2015-04-12 16:39:52.249981 to 2015-04-12 16:39:52.249986 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17130 from 2015-04-12 16:39:52.249996 to 2015-04-12 16:39:52.250002 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17131 from 2015-04-12 16:39:52.250011 to 2015-04-12 16:39:52.250018 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17132 from 2015-04-12 16:39:52.250029 to 2015-04-12 16:39:52.250034 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17133 from 2015-04-12 16:39:52.250044 to 2015-04-12 16:39:52.250050 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17134 from 2015-04-12 16:39:52.250060 to 2015-04-12 16:39:52.250066 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17135 from 2015-04-12 16:39:52.250075 to 2015-04-12 16:39:52.250081 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17136 from 2015-04-12 16:39:52.250091 to 2015-04-12 16:39:52.250097 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17137 from 2015-04-12 16:39:52.250106 to 2015-04-12 16:39:52.250112 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17138 from 2015-04-12 16:39:52.250122 to 2015-04-12 16:39:52.250128 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17139 from 2015-04-12 16:39:52.250138 to 2015-04-12 16:39:52.250143 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17140 from 2015-04-12 16:39:52.250153 to 2015-04-12 16:39:52.250159 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17141 from 2015-04-12 16:39:52.250169 to 2015-04-12 16:39:52.250174 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17142 from 2015-04-12 16:39:52.250184 to 2015-04-12 16:39:52.250190 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17143 from 2015-04-12 16:39:52.250199 to 2015-04-12 16:39:52.250205 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17144 from 2015-04-12 16:39:52.250215 to 2015-04-12 16:39:52.250221 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17145 from 2015-04-12 16:39:52.250231 to 2015-04-12 16:39:52.250236 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17146 from 2015-04-12 16:39:52.250246 to 2015-04-12 16:39:52.250252 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17147 from 2015-04-12 16:39:52.250262 to 2015-04-12 16:39:52.250268 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17148 from 2015-04-12 16:39:52.250278 to 2015-04-12 16:39:52.250283 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17149 from 2015-04-12 16:39:52.250293 to 2015-04-12 16:39:52.250321 (28 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17150 from 2015-04-12 16:39:52.250332 to 2015-04-12 16:39:52.250338 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17151 from 2015-04-12 16:39:52.250347 to 2015-04-12 16:39:52.250353 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17152 from 2015-04-12 16:39:52.250363 to 2015-04-12 16:39:52.250369 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17153 from 2015-04-12 16:39:52.250378 to 2015-04-12 16:39:52.250384 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17154 from 2015-04-12 16:39:52.250394 to 2015-04-12 16:39:52.250400 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17155 from 2015-04-12 16:39:52.250410 to 2015-04-12 16:39:52.250416 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17156 from 2015-04-12 16:39:52.250425 to 2015-04-12 16:39:52.250432 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17157 from 2015-04-12 16:39:52.250443 to 2015-04-12 16:39:52.250449 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17158 from 2015-04-12 16:39:52.250459 to 2015-04-12 16:39:52.250465 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17159 from 2015-04-12 16:39:52.250474 to 2015-04-12 16:39:52.250480 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17160 from 2015-04-12 16:39:52.250490 to 2015-04-12 16:39:52.250496 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17161 from 2015-04-12 16:39:52.250506 to 2015-04-12 16:39:52.250511 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17162 from 2015-04-12 16:39:52.250521 to 2015-04-12 16:39:52.250527 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17163 from 2015-04-12 16:39:52.250537 to 2015-04-12 16:39:52.250543 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17164 from 2015-04-12 16:39:52.250553 to 2015-04-12 16:39:52.250558 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17165 from 2015-04-12 16:39:52.250569 to 2015-04-12 16:39:52.250574 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17166 from 2015-04-12 16:39:52.250584 to 2015-04-12 16:39:52.250590 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17167 from 2015-04-12 16:39:52.250600 to 2015-04-12 16:39:52.250605 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17168 from 2015-04-12 16:39:52.250615 to 2015-04-12 16:39:52.250621 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17169 from 2015-04-12 16:39:52.250631 to 2015-04-12 16:39:52.250636 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17170 from 2015-04-12 16:39:52.250646 to 2015-04-12 16:39:52.250652 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17171 from 2015-04-12 16:39:52.250662 to 2015-04-12 16:39:52.250668 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17172 from 2015-04-12 16:39:52.250678 to 2015-04-12 16:39:52.250684 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17173 from 2015-04-12 16:39:52.250694 to 2015-04-12 16:39:52.250699 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17174 from 2015-04-12 16:39:52.250709 to 2015-04-12 16:39:52.250715 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17175 from 2015-04-12 16:39:52.250725 to 2015-04-12 16:39:52.250731 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17176 from 2015-04-12 16:39:52.250741 to 2015-04-12 16:39:52.250747 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17177 from 2015-04-12 16:39:52.250757 to 2015-04-12 16:39:52.250762 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17178 from 2015-04-12 16:39:52.250772 to 2015-04-12 16:39:52.250778 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17179 from 2015-04-12 16:39:52.250787 to 2015-04-12 16:39:52.250793 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17180 from 2015-04-12 16:39:52.250803 to 2015-04-12 16:39:52.250809 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17181 from 2015-04-12 16:39:52.250819 to 2015-04-12 16:39:52.250825 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17182 from 2015-04-12 16:39:52.250834 to 2015-04-12 16:39:52.250840 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17183 from 2015-04-12 16:39:52.250850 to 2015-04-12 16:39:52.250856 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17184 from 2015-04-12 16:39:52.250866 to 2015-04-12 16:39:52.250872 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17185 from 2015-04-12 16:39:52.250883 to 2015-04-12 16:39:52.250889 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17186 from 2015-04-12 16:39:52.250899 to 2015-04-12 16:39:52.250905 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17187 from 2015-04-12 16:39:52.250914 to 2015-04-12 16:39:52.250920 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17188 from 2015-04-12 16:39:52.250930 to 2015-04-12 16:39:52.250935 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17189 from 2015-04-12 16:39:52.250945 to 2015-04-12 16:39:52.250951 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17190 from 2015-04-12 16:39:52.250961 to 2015-04-12 16:39:52.250966 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17191 from 2015-04-12 16:39:52.250976 to 2015-04-12 16:39:52.250982 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17192 from 2015-04-12 16:39:52.250992 to 2015-04-12 16:39:52.250997 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17193 from 2015-04-12 16:39:52.251007 to 2015-04-12 16:39:52.251013 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17194 from 2015-04-12 16:39:52.251023 to 2015-04-12 16:39:52.251029 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17195 from 2015-04-12 16:39:52.251039 to 2015-04-12 16:39:52.251044 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17196 from 2015-04-12 16:39:52.251054 to 2015-04-12 16:39:52.251060 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17197 from 2015-04-12 16:39:52.251069 to 2015-04-12 16:39:52.251075 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17198 from 2015-04-12 16:39:52.251085 to 2015-04-12 16:39:52.251090 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17199 from 2015-04-12 16:39:52.251101 to 2015-04-12 16:39:52.251106 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17200 from 2015-04-12 16:39:52.251116 to 2015-04-12 16:39:52.251122 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17201 from 2015-04-12 16:39:52.251131 to 2015-04-12 16:39:52.251137 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17202 from 2015-04-12 16:39:52.251147 to 2015-04-12 16:39:52.251153 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17203 from 2015-04-12 16:39:52.251163 to 2015-04-12 16:39:52.251168 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17204 from 2015-04-12 16:39:52.251178 to 2015-04-12 16:39:52.251183 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17205 from 2015-04-12 16:39:52.251193 to 2015-04-12 16:39:52.251199 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17206 from 2015-04-12 16:39:52.251208 to 2015-04-12 16:39:52.251214 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17207 from 2015-04-12 16:39:52.251224 to 2015-04-12 16:39:52.251229 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17208 from 2015-04-12 16:39:52.251240 to 2015-04-12 16:39:52.251245 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17209 from 2015-04-12 16:39:52.251255 to 2015-04-12 16:39:52.251261 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17210 from 2015-04-12 16:39:52.251271 to 2015-04-12 16:39:52.251277 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17211 from 2015-04-12 16:39:52.251287 to 2015-04-12 16:39:52.251292 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17212 from 2015-04-12 16:39:52.251302 to 2015-04-12 16:39:52.251308 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17213 from 2015-04-12 16:39:52.251318 to 2015-04-12 16:39:52.251324 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17214 from 2015-04-12 16:39:52.251334 to 2015-04-12 16:39:52.251339 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17215 from 2015-04-12 16:39:52.251349 to 2015-04-12 16:39:52.251354 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17216 from 2015-04-12 16:39:52.251364 to 2015-04-12 16:39:52.251371 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17217 from 2015-04-12 16:39:52.251382 to 2015-04-12 16:39:52.251388 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17218 from 2015-04-12 16:39:52.251397 to 2015-04-12 16:39:52.251403 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17219 from 2015-04-12 16:39:52.251413 to 2015-04-12 16:39:52.251440 (27 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17220 from 2015-04-12 16:39:52.251451 to 2015-04-12 16:39:52.251457 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17221 from 2015-04-12 16:39:52.251467 to 2015-04-12 16:39:52.251472 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17222 from 2015-04-12 16:39:52.251482 to 2015-04-12 16:39:52.251488 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17223 from 2015-04-12 16:39:52.251498 to 2015-04-12 16:39:52.251504 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17224 from 2015-04-12 16:39:52.251513 to 2015-04-12 16:39:52.251519 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17225 from 2015-04-12 16:39:52.251529 to 2015-04-12 16:39:52.251535 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17226 from 2015-04-12 16:39:52.251544 to 2015-04-12 16:39:52.251550 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17227 from 2015-04-12 16:39:52.251560 to 2015-04-12 16:39:52.251566 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17228 from 2015-04-12 16:39:52.251576 to 2015-04-12 16:39:52.251581 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17229 from 2015-04-12 16:39:52.251591 to 2015-04-12 16:39:52.251597 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17230 from 2015-04-12 16:39:52.251607 to 2015-04-12 16:39:52.251613 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17231 from 2015-04-12 16:39:52.251622 to 2015-04-12 16:39:52.251628 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17232 from 2015-04-12 16:39:52.251638 to 2015-04-12 16:39:52.251643 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17233 from 2015-04-12 16:39:52.251653 to 2015-04-12 16:39:52.251659 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17234 from 2015-04-12 16:39:52.251668 to 2015-04-12 16:39:52.251674 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17235 from 2015-04-12 16:39:52.251684 to 2015-04-12 16:39:52.251690 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17236 from 2015-04-12 16:39:52.251700 to 2015-04-12 16:39:52.251706 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17237 from 2015-04-12 16:39:52.251715 to 2015-04-12 16:39:52.251721 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17238 from 2015-04-12 16:39:52.251731 to 2015-04-12 16:39:52.251736 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17239 from 2015-04-12 16:39:52.251746 to 2015-04-12 16:39:52.251752 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17240 from 2015-04-12 16:39:52.251762 to 2015-04-12 16:39:52.251767 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17241 from 2015-04-12 16:39:52.251777 to 2015-04-12 16:39:52.251783 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17242 from 2015-04-12 16:39:52.251793 to 2015-04-12 16:39:52.251798 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17243 from 2015-04-12 16:39:52.251808 to 2015-04-12 16:39:52.251814 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17244 from 2015-04-12 16:39:52.251824 to 2015-04-12 16:39:52.251830 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17245 from 2015-04-12 16:39:52.251840 to 2015-04-12 16:39:52.251846 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17246 from 2015-04-12 16:39:52.251855 to 2015-04-12 16:39:52.251861 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17247 from 2015-04-12 16:39:52.251871 to 2015-04-12 16:39:52.251876 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17248 from 2015-04-12 16:39:52.251886 to 2015-04-12 16:39:52.251892 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17249 from 2015-04-12 16:39:52.251902 to 2015-04-12 16:39:52.251907 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17250 from 2015-04-12 16:39:52.251917 to 2015-04-12 16:39:52.251923 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17251 from 2015-04-12 16:39:52.251933 to 2015-04-12 16:39:52.251938 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17252 from 2015-04-12 16:39:52.251948 to 2015-04-12 16:39:52.251955 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17253 from 2015-04-12 16:39:52.251966 to 2015-04-12 16:39:52.251972 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17254 from 2015-04-12 16:39:52.251981 to 2015-04-12 16:39:52.251987 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17255 from 2015-04-12 16:39:52.251997 to 2015-04-12 16:39:52.252002 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17256 from 2015-04-12 16:39:52.252012 to 2015-04-12 16:39:52.252018 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17257 from 2015-04-12 16:39:52.252028 to 2015-04-12 16:39:52.252033 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17258 from 2015-04-12 16:39:52.252043 to 2015-04-12 16:39:52.252049 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17259 from 2015-04-12 16:39:52.252058 to 2015-04-12 16:39:52.252064 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17260 from 2015-04-12 16:39:52.252074 to 2015-04-12 16:39:52.252079 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17261 from 2015-04-12 16:39:52.252089 to 2015-04-12 16:39:52.252095 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17262 from 2015-04-12 16:39:52.252105 to 2015-04-12 16:39:52.252110 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17263 from 2015-04-12 16:39:52.252120 to 2015-04-12 16:39:52.252126 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17264 from 2015-04-12 16:39:52.252135 to 2015-04-12 16:39:52.252141 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17265 from 2015-04-12 16:39:52.252151 to 2015-04-12 16:39:52.252156 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17266 from 2015-04-12 16:39:52.252166 to 2015-04-12 16:39:52.252172 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17267 from 2015-04-12 16:39:52.252200 to 2015-04-12 16:39:52.252212 (12 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17268 from 2015-04-12 16:39:52.252225 to 2015-04-12 16:39:52.252240 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17269 from 2015-04-12 16:39:52.252251 to 2015-04-12 16:39:52.252257 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17270 from 2015-04-12 16:39:52.252266 to 2015-04-12 16:39:52.252272 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17271 from 2015-04-12 16:39:52.252282 to 2015-04-12 16:39:52.252288 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17272 from 2015-04-12 16:39:52.252297 to 2015-04-12 16:39:52.252303 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17273 from 2015-04-12 16:39:52.252313 to 2015-04-12 16:39:52.252319 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17274 from 2015-04-12 16:39:52.252329 to 2015-04-12 16:39:52.252335 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17275 from 2015-04-12 16:39:52.252345 to 2015-04-12 16:39:52.252351 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17276 from 2015-04-12 16:39:52.252360 to 2015-04-12 16:39:52.252366 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17277 from 2015-04-12 16:39:52.252376 to 2015-04-12 16:39:52.252382 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17278 from 2015-04-12 16:39:52.252392 to 2015-04-12 16:39:52.252397 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17279 from 2015-04-12 16:39:52.252407 to 2015-04-12 16:39:52.252413 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17280 from 2015-04-12 16:39:52.252423 to 2015-04-12 16:39:52.252429 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17281 from 2015-04-12 16:39:52.252439 to 2015-04-12 16:39:52.252445 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17282 from 2015-04-12 16:39:52.252454 to 2015-04-12 16:39:52.252460 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17283 from 2015-04-12 16:39:52.252470 to 2015-04-12 16:39:52.252475 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17284 from 2015-04-12 16:39:52.252485 to 2015-04-12 16:39:52.252491 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17285 from 2015-04-12 16:39:52.252500 to 2015-04-12 16:39:52.252506 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17286 from 2015-04-12 16:39:52.252516 to 2015-04-12 16:39:52.252522 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17287 from 2015-04-12 16:39:52.252531 to 2015-04-12 16:39:52.252537 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17288 from 2015-04-12 16:39:52.252546 to 2015-04-12 16:39:52.252552 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17289 from 2015-04-12 16:39:52.252562 to 2015-04-12 16:39:52.252590 (28 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17290 from 2015-04-12 16:39:52.252601 to 2015-04-12 16:39:52.252607 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17291 from 2015-04-12 16:39:52.252616 to 2015-04-12 16:39:52.252622 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17292 from 2015-04-12 16:39:52.252632 to 2015-04-12 16:39:52.252639 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17293 from 2015-04-12 16:39:52.252650 to 2015-04-12 16:39:52.252656 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17294 from 2015-04-12 16:39:52.252665 to 2015-04-12 16:39:52.252671 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17295 from 2015-04-12 16:39:52.252681 to 2015-04-12 16:39:52.252686 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17296 from 2015-04-12 16:39:52.252696 to 2015-04-12 16:39:52.252702 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17297 from 2015-04-12 16:39:52.252712 to 2015-04-12 16:39:52.252717 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17298 from 2015-04-12 16:39:52.252727 to 2015-04-12 16:39:52.252733 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17299 from 2015-04-12 16:39:52.252743 to 2015-04-12 16:39:52.252748 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17300 from 2015-04-12 16:39:52.252758 to 2015-04-12 16:39:52.252764 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17301 from 2015-04-12 16:39:52.252774 to 2015-04-12 16:39:52.252780 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17302 from 2015-04-12 16:39:52.252789 to 2015-04-12 16:39:52.252795 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17303 from 2015-04-12 16:39:52.252805 to 2015-04-12 16:39:52.252811 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17304 from 2015-04-12 16:39:52.252820 to 2015-04-12 16:39:52.252826 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17305 from 2015-04-12 16:39:52.252836 to 2015-04-12 16:39:52.252842 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17306 from 2015-04-12 16:39:52.252852 to 2015-04-12 16:39:52.252857 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17307 from 2015-04-12 16:39:52.252867 to 2015-04-12 16:39:52.252873 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17308 from 2015-04-12 16:39:52.252883 to 2015-04-12 16:39:52.252888 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17309 from 2015-04-12 16:39:52.252898 to 2015-04-12 16:39:52.252904 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17310 from 2015-04-12 16:39:52.252914 to 2015-04-12 16:39:52.252919 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17311 from 2015-04-12 16:39:52.252929 to 2015-04-12 16:39:52.252935 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17312 from 2015-04-12 16:39:52.252945 to 2015-04-12 16:39:52.252950 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17313 from 2015-04-12 16:39:52.252960 to 2015-04-12 16:39:52.252965 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17314 from 2015-04-12 16:39:52.252975 to 2015-04-12 16:39:52.252981 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17315 from 2015-04-12 16:39:52.252990 to 2015-04-12 16:39:52.252996 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17316 from 2015-04-12 16:39:52.253006 to 2015-04-12 16:39:52.253011 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17317 from 2015-04-12 16:39:52.253021 to 2015-04-12 16:39:52.253027 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17318 from 2015-04-12 16:39:52.253037 to 2015-04-12 16:39:52.253043 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17319 from 2015-04-12 16:39:52.253053 to 2015-04-12 16:39:52.253058 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17320 from 2015-04-12 16:39:52.253068 to 2015-04-12 16:39:52.253074 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17321 from 2015-04-12 16:39:52.253084 to 2015-04-12 16:39:52.253089 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17322 from 2015-04-12 16:39:52.253099 to 2015-04-12 16:39:52.253105 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17323 from 2015-04-12 16:39:52.253115 to 2015-04-12 16:39:52.253121 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17324 from 2015-04-12 16:39:52.253131 to 2015-04-12 16:39:52.253136 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17325 from 2015-04-12 16:39:52.253146 to 2015-04-12 16:39:52.253152 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17326 from 2015-04-12 16:39:52.253162 to 2015-04-12 16:39:52.253167 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17327 from 2015-04-12 16:39:52.253177 to 2015-04-12 16:39:52.253183 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17328 from 2015-04-12 16:39:52.253193 to 2015-04-12 16:39:52.253198 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17329 from 2015-04-12 16:39:52.253208 to 2015-04-12 16:39:52.253214 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17330 from 2015-04-12 16:39:52.253224 to 2015-04-12 16:39:52.253229 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17331 from 2015-04-12 16:39:52.253239 to 2015-04-12 16:39:52.253245 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17332 from 2015-04-12 16:39:52.253255 to 2015-04-12 16:39:52.253261 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17333 from 2015-04-12 16:39:52.253270 to 2015-04-12 16:39:52.253276 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17334 from 2015-04-12 16:39:52.253285 to 2015-04-12 16:39:52.253291 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17335 from 2015-04-12 16:39:52.253301 to 2015-04-12 16:39:52.253307 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17336 from 2015-04-12 16:39:52.253317 to 2015-04-12 16:39:52.253323 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17337 from 2015-04-12 16:39:52.253332 to 2015-04-12 16:39:52.253339 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17338 from 2015-04-12 16:39:52.253350 to 2015-04-12 16:39:52.253356 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17339 from 2015-04-12 16:39:52.253366 to 2015-04-12 16:39:52.253371 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17340 from 2015-04-12 16:39:52.253381 to 2015-04-12 16:39:52.253387 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17341 from 2015-04-12 16:39:52.253397 to 2015-04-12 16:39:52.253403 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17342 from 2015-04-12 16:39:52.253413 to 2015-04-12 16:39:52.253419 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17343 from 2015-04-12 16:39:52.253428 to 2015-04-12 16:39:52.253434 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17344 from 2015-04-12 16:39:52.253444 to 2015-04-12 16:39:52.253450 (6 microseconds)\u003cbr/\u003eReturned None", "trial_id": 21, "duration": 2991, "line": 22, "mean": 8.262430939226519}, "index": 9, "name": "list.append", "repr": "S(22-list.append)", "caller_id": 16982, "duration": 5976}, {"node": {"count": 1, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003erun_simulation\u003c/b\u003e called at line 38\u003cbr/\u003eTotal duration: 2036852 microseconds for 1 activations\u003cbr/\u003eMean: 2036852.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #16611 from 2015-04-12 16:39:50.205100 to 2015-04-12 16:39:52.241953 (2036852 microseconds)\u003cbr/\u003eArguments: data_b='data2.dat', data_a='data1.dat'\u003cbr/\u003eReturned [['0.0', '0.6'], ['1.0', '0.0'], ['1.0', '0.0'], ['3.0', '0.0'], ['5.0', '0.0'], ['5.0', '0.0'], ['-0.0', '0.3'], ['-4.0', '0.8'], ['-6.0', '0.1'], ['-4.0', '0.0'], ['2.0', '0.1'], ['4.0', '0.1'], ['2.0', '0.0'], ['2.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['1.0', '0.4'], ['1.0', '0.4'], ['-7.0', '0.5'], ['-5.0', '0.0'], ['-3.0', '0.1'], ['-1.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.1'], ['3.0', '0.0'], ['5.0', '0.0'], ['-3.0', '0.5'], ['-4.0', '0.4'], ['-1.0', '0.0'], ['-0.0', '0.1'], ['-0.0', '0.8'], ['-0.0', '0.2'], ['2.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.0'], ['6.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['11.0', '0.0'], ['11.0', '0.1'], ['9.0', '0.0'], ['-2.0', '0.5'], ['-2.0', '0.4'], ['-4.0', '0.5'], ['-0.0', '0.0'], ['4.0', '0.0'], ['8.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.0'], ['9.0', '0.0'], ['12.0', '0.0'], ['12.0', '0.0'], ['13.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.2'], ['3.0', '0.1'], ['-2.0', '0.1'], ['1.0', '0.0'], ['5.0', '0.0'], ['9.0', '0.0'], ['11.0', '0.0'], ['14.0', '0.0'], ['9.0', '0.0'], ['5.0', '0.0'], ['7.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['-0.0', '2.0'], ['-1.0', '0.1'], ['6.0', '0.1'], ['11.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['15.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['11.0', '0.0'], ['10.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['14.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['16.0', '0.0'], ['19.0', '0.0'], ['21.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['15.0', '0.2'], ['14.0', '0.0'], ['14.0', '0.7'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.2'], ['17.0', '0.2'], ['16.0', '0.2'], ['14.0', '0.2'], ['14.0', '0.2'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['15.0', '0.0'], ['15.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.4'], ['16.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['18.0', '0.0'], ['16.0', '0.2'], ['14.0', '0.0'], ['16.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.5'], ['10.0', '0.1'], ['9.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.1'], ['9.0', '0.0'], ['13.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.1'], ['8.0', '-0.1'], ['11.0', '0.0'], ['12.0', '-0.1'], ['10.0', '20.6'], ['1.0', '0.0'], ['1.0', '0.0'], ['3.0', '0.0'], ['50.0', '0.0'], ['50.0', '0.0'], ['-00.0', '0.3'], ['-40.0', '0.8'], ['-60.0', '0.1'], ['-40.0', '0.0'], ['20.0', '0.1'], ['40.0', '0.1'], ['20.0', '0.0'], ['20.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['10.0', '0.4'], ['10.0', '0.4'], ['-7.0', '0.5'], ['-5.0', '0.0'], ['-3.0', '0.1'], ['-1.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.1'], ['3.0', '0.0'], ['5.0', '0.0'], ['-3.0', '0.5'], ['-4.0', '0.4'], ['-1.0', '0.0'], ['-0.0', '0.1'], ['-0.0', '0.8'], ['-0.0', '0.2'], ['2.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.0'], ['6.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['11.0', '0.0'], ['11.0', '0.1'], ['9.0', '0.0'], ['-2.0', '0.5'], ['-2.0', '0.4'], ['-4.0', '0.5'], ['-0.0', '0.0'], ['4.0', '0.0'], ['8.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.0'], ['9.0', '0.0'], ['12.0', '0.0'], ['12.0', '0.0'], ['13.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.2'], ['3.0', '0.1'], ['-2.0', '0.1'], ['1.0', '0.0'], ['5.0', '0.0'], ['9.0', '0.0'], ['11.0', '0.0'], ['14.0', '0.0'], ['9.0', '0.0'], ['5.0', '0.0'], ['7.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['-0.0', '2.0'], ['-1.0', '0.1'], ['6.0', '0.1'], ['11.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['15.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['11.0', '0.0'], ['10.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['14.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['16.0', '0.0'], ['19.0', '0.0'], ['21.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['15.0', '0.2'], ['14.0', '0.0'], ['14.0', '0.7'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.2'], ['17.0', '0.2'], ['16.0', '0.2'], ['14.0', '0.2'], ['14.0', '0.2'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['15.0', '0.0'], ['15.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.4'], ['16.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['18.0', '0.0'], ['16.0', '0.2'], ['14.0', '0.0'], ['16.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.5'], ['10.0', '0.1'], ['9.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.1'], ['9.0', '0.0'], ['13.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.1'], ['8.0', '-0.1'], ['11.0', '0.0'], ['12.0', '-0.1']]", "trial_id": 21, "duration": 2036852, "line": 38, "mean": 2036852.0}, "index": 10, "name": "run_simulation", "repr": "C(S(38-run_simulation), G([C(S(8-csv_read), G([S(16-list.append)-180-\u003eS(16-list.append)], [S(13-reader)-1-\u003eS(16-list.append)], [S(13-open)-1-\u003eS(13-reader)]))-1-\u003eS(9-simulate)], [C(S(7-csv_read), G([S(16-list.append)-180-\u003eS(16-list.append)], [S(13-reader)-1-\u003eS(16-list.append)], [S(13-open)-1-\u003eS(13-reader)]))-1-\u003eC(S(8-csv_read), G([S(16-list.append)-180-\u003eS(16-list.append)], [S(13-reader)-1-\u003eS(16-list.append)], [S(13-open)-1-\u003eS(13-reader)]))]))", "caller_id": 16610, "duration": 2036852}, {"node": {"count": 1, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003esimulate\u003c/b\u003e called at line 9\u003cbr/\u003eTotal duration: 2002262 microseconds for 1 activations\u003cbr/\u003eMean: 2002262.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #16980 from 2015-04-12 16:39:50.238676 to 2015-04-12 16:39:52.240938 (2002262 microseconds)\u003cbr/\u003eArguments: a=[['0.0', '0.6'], ['1.0', '0.0'], ['1.0', '0.0'], ['3.0', '0.0'], ['5.0', '0.0'], ['5.0', '0.0'], ['-0.0', '0.3'], ['-4.0', '0.8'], ['-6.0', '0.1'], ['-4.0', '0.0'], ['2.0', '0.1'], ['4.0', '0.1'], ['2.0', '0.0'], ['2.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['1.0', '0.4'], ['1.0', '0.4'], ['-7.0', '0.5'], ['-5.0', '0.0'], ['-3.0', '0.1'], ['-1.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.1'], ['3.0', '0.0'], ['5.0', '0.0'], ['-3.0', '0.5'], ['-4.0', '0.4'], ['-1.0', '0.0'], ['-0.0', '0.1'], ['-0.0', '0.8'], ['-0.0', '0.2'], ['2.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.0'], ['6.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['11.0', '0.0'], ['11.0', '0.1'], ['9.0', '0.0'], ['-2.0', '0.5'], ['-2.0', '0.4'], ['-4.0', '0.5'], ['-0.0', '0.0'], ['4.0', '0.0'], ['8.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.0'], ['9.0', '0.0'], ['12.0', '0.0'], ['12.0', '0.0'], ['13.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.2'], ['3.0', '0.1'], ['-2.0', '0.1'], ['1.0', '0.0'], ['5.0', '0.0'], ['9.0', '0.0'], ['11.0', '0.0'], ['14.0', '0.0'], ['9.0', '0.0'], ['5.0', '0.0'], ['7.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['-0.0', '2.0'], ['-1.0', '0.1'], ['6.0', '0.1'], ['11.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['15.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['11.0', '0.0'], ['10.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['14.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['16.0', '0.0'], ['19.0', '0.0'], ['21.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['15.0', '0.2'], ['14.0', '0.0'], ['14.0', '0.7'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.2'], ['17.0', '0.2'], ['16.0', '0.2'], ['14.0', '0.2'], ['14.0', '0.2'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['15.0', '0.0'], ['15.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.4'], ['16.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['18.0', '0.0'], ['16.0', '0.2'], ['14.0', '0.0'], ['16.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.5'], ['10.0', '0.1'], ['9.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.1'], ['9.0', '0.0'], ['13.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.1'], ['8.0', '-0.1'], ['11.0', '0.0'], ['12.0', '-0.1']], b=[['10.0', '20.6'], ['1.0', '0.0'], ['1.0', '0.0'], ['3.0', '0.0'], ['50.0', '0.0'], ['50.0', '0.0'], ['-00.0', '0.3'], ['-40.0', '0.8'], ['-60.0', '0.1'], ['-40.0', '0.0'], ['20.0', '0.1'], ['40.0', '0.1'], ['20.0', '0.0'], ['20.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['10.0', '0.4'], ['10.0', '0.4'], ['-7.0', '0.5'], ['-5.0', '0.0'], ['-3.0', '0.1'], ['-1.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.1'], ['3.0', '0.0'], ['5.0', '0.0'], ['-3.0', '0.5'], ['-4.0', '0.4'], ['-1.0', '0.0'], ['-0.0', '0.1'], ['-0.0', '0.8'], ['-0.0', '0.2'], ['2.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.0'], ['6.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['11.0', '0.0'], ['11.0', '0.1'], ['9.0', '0.0'], ['-2.0', '0.5'], ['-2.0', '0.4'], ['-4.0', '0.5'], ['-0.0', '0.0'], ['4.0', '0.0'], ['8.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.0'], ['9.0', '0.0'], ['12.0', '0.0'], ['12.0', '0.0'], ['13.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.2'], ['3.0', '0.1'], ['-2.0', '0.1'], ['1.0', '0.0'], ['5.0', '0.0'], ['9.0', '0.0'], ['11.0', '0.0'], ['14.0', '0.0'], ['9.0', '0.0'], ['5.0', '0.0'], ['7.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['-0.0', '2.0'], ['-1.0', '0.1'], ['6.0', '0.1'], ['11.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['15.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['11.0', '0.0'], ['10.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['14.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['16.0', '0.0'], ['19.0', '0.0'], ['21.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['15.0', '0.2'], ['14.0', '0.0'], ['14.0', '0.7'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.2'], ['17.0', '0.2'], ['16.0', '0.2'], ['14.0', '0.2'], ['14.0', '0.2'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['15.0', '0.0'], ['15.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.4'], ['16.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['18.0', '0.0'], ['16.0', '0.2'], ['14.0', '0.0'], ['16.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.5'], ['10.0', '0.1'], ['9.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.1'], ['9.0', '0.0'], ['13.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.1'], ['8.0', '-0.1'], ['11.0', '0.0'], ['12.0', '-0.1']]\u003cbr/\u003eReturned [['0.0', '0.6'], ['1.0', '0.0'], ['1.0', '0.0'], ['3.0', '0.0'], ['5.0', '0.0'], ['5.0', '0.0'], ['-0.0', '0.3'], ['-4.0', '0.8'], ['-6.0', '0.1'], ['-4.0', '0.0'], ['2.0', '0.1'], ['4.0', '0.1'], ['2.0', '0.0'], ['2.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['1.0', '0.4'], ['1.0', '0.4'], ['-7.0', '0.5'], ['-5.0', '0.0'], ['-3.0', '0.1'], ['-1.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.1'], ['3.0', '0.0'], ['5.0', '0.0'], ['-3.0', '0.5'], ['-4.0', '0.4'], ['-1.0', '0.0'], ['-0.0', '0.1'], ['-0.0', '0.8'], ['-0.0', '0.2'], ['2.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.0'], ['6.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['11.0', '0.0'], ['11.0', '0.1'], ['9.0', '0.0'], ['-2.0', '0.5'], ['-2.0', '0.4'], ['-4.0', '0.5'], ['-0.0', '0.0'], ['4.0', '0.0'], ['8.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.0'], ['9.0', '0.0'], ['12.0', '0.0'], ['12.0', '0.0'], ['13.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.2'], ['3.0', '0.1'], ['-2.0', '0.1'], ['1.0', '0.0'], ['5.0', '0.0'], ['9.0', '0.0'], ['11.0', '0.0'], ['14.0', '0.0'], ['9.0', '0.0'], ['5.0', '0.0'], ['7.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['-0.0', '2.0'], ['-1.0', '0.1'], ['6.0', '0.1'], ['11.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['15.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['11.0', '0.0'], ['10.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['14.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['16.0', '0.0'], ['19.0', '0.0'], ['21.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['15.0', '0.2'], ['14.0', '0.0'], ['14.0', '0.7'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.2'], ['17.0', '0.2'], ['16.0', '0.2'], ['14.0', '0.2'], ['14.0', '0.2'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['15.0', '0.0'], ['15.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.4'], ['16.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['18.0', '0.0'], ['16.0', '0.2'], ['14.0', '0.0'], ['16.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.5'], ['10.0', '0.1'], ['9.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.1'], ['9.0', '0.0'], ['13.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.1'], ['8.0', '-0.1'], ['11.0', '0.0'], ['12.0', '-0.1'], ['10.0', '20.6'], ['1.0', '0.0'], ['1.0', '0.0'], ['3.0', '0.0'], ['50.0', '0.0'], ['50.0', '0.0'], ['-00.0', '0.3'], ['-40.0', '0.8'], ['-60.0', '0.1'], ['-40.0', '0.0'], ['20.0', '0.1'], ['40.0', '0.1'], ['20.0', '0.0'], ['20.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['10.0', '0.4'], ['10.0', '0.4'], ['-7.0', '0.5'], ['-5.0', '0.0'], ['-3.0', '0.1'], ['-1.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.1'], ['3.0', '0.0'], ['5.0', '0.0'], ['-3.0', '0.5'], ['-4.0', '0.4'], ['-1.0', '0.0'], ['-0.0', '0.1'], ['-0.0', '0.8'], ['-0.0', '0.2'], ['2.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.0'], ['6.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['11.0', '0.0'], ['11.0', '0.1'], ['9.0', '0.0'], ['-2.0', '0.5'], ['-2.0', '0.4'], ['-4.0', '0.5'], ['-0.0', '0.0'], ['4.0', '0.0'], ['8.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.0'], ['9.0', '0.0'], ['12.0', '0.0'], ['12.0', '0.0'], ['13.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.2'], ['3.0', '0.1'], ['-2.0', '0.1'], ['1.0', '0.0'], ['5.0', '0.0'], ['9.0', '0.0'], ['11.0', '0.0'], ['14.0', '0.0'], ['9.0', '0.0'], ['5.0', '0.0'], ['7.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['-0.0', '2.0'], ['-1.0', '0.1'], ['6.0', '0.1'], ['11.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['15.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['11.0', '0.0'], ['10.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['14.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['16.0', '0.0'], ['19.0', '0.0'], ['21.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['15.0', '0.2'], ['14.0', '0.0'], ['14.0', '0.7'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.2'], ['17.0', '0.2'], ['16.0', '0.2'], ['14.0', '0.2'], ['14.0', '0.2'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['15.0', '0.0'], ['15.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.4'], ['16.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['18.0', '0.0'], ['16.0', '0.2'], ['14.0', '0.0'], ['16.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.5'], ['10.0', '0.1'], ['9.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.1'], ['9.0', '0.0'], ['13.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.1'], ['8.0', '-0.1'], ['11.0', '0.0'], ['12.0', '-0.1']]", "trial_id": 21, "duration": 2002262, "line": 9, "mean": 2002262.0}, "index": 11, "name": "simulate", "repr": "S(9-simulate)", "caller_id": 16611, "duration": 2002262}, {"node": {"count": 1, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003ecsv_read\u003c/b\u003e called at line 8\u003cbr/\u003eTotal duration: 3430 microseconds for 1 activations\u003cbr/\u003eMean: 3430.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #16796 from 2015-04-12 16:39:50.234801 to 2015-04-12 16:39:50.238231 (3430 microseconds)\u003cbr/\u003eArguments: f='data2.dat'\u003cbr/\u003eReturned [['10.0', '20.6'], ['1.0', '0.0'], ['1.0', '0.0'], ['3.0', '0.0'], ['50.0', '0.0'], ['50.0', '0.0'], ['-00.0', '0.3'], ['-40.0', '0.8'], ['-60.0', '0.1'], ['-40.0', '0.0'], ['20.0', '0.1'], ['40.0', '0.1'], ['20.0', '0.0'], ['20.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['10.0', '0.4'], ['10.0', '0.4'], ['-7.0', '0.5'], ['-5.0', '0.0'], ['-3.0', '0.1'], ['-1.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.1'], ['3.0', '0.0'], ['5.0', '0.0'], ['-3.0', '0.5'], ['-4.0', '0.4'], ['-1.0', '0.0'], ['-0.0', '0.1'], ['-0.0', '0.8'], ['-0.0', '0.2'], ['2.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.0'], ['6.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['11.0', '0.0'], ['11.0', '0.1'], ['9.0', '0.0'], ['-2.0', '0.5'], ['-2.0', '0.4'], ['-4.0', '0.5'], ['-0.0', '0.0'], ['4.0', '0.0'], ['8.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.0'], ['9.0', '0.0'], ['12.0', '0.0'], ['12.0', '0.0'], ['13.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.2'], ['3.0', '0.1'], ['-2.0', '0.1'], ['1.0', '0.0'], ['5.0', '0.0'], ['9.0', '0.0'], ['11.0', '0.0'], ['14.0', '0.0'], ['9.0', '0.0'], ['5.0', '0.0'], ['7.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['-0.0', '2.0'], ['-1.0', '0.1'], ['6.0', '0.1'], ['11.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['15.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['11.0', '0.0'], ['10.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['14.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['16.0', '0.0'], ['19.0', '0.0'], ['21.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['15.0', '0.2'], ['14.0', '0.0'], ['14.0', '0.7'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.2'], ['17.0', '0.2'], ['16.0', '0.2'], ['14.0', '0.2'], ['14.0', '0.2'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['15.0', '0.0'], ['15.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.4'], ['16.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['18.0', '0.0'], ['16.0', '0.2'], ['14.0', '0.0'], ['16.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.5'], ['10.0', '0.1'], ['9.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.1'], ['9.0', '0.0'], ['13.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.1'], ['8.0', '-0.1'], ['11.0', '0.0'], ['12.0', '-0.1']]", "trial_id": 21, "duration": 3430, "line": 8, "mean": 3430.0}, "index": 12, "name": "csv_read", "repr": "C(S(8-csv_read), G([S(16-list.append)-180-\u003eS(16-list.append)], [S(13-reader)-1-\u003eS(16-list.append)], [S(13-open)-1-\u003eS(13-reader)]))", "caller_id": 16611, "duration": 3430}, {"node": {"count": 181, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003elist.append\u003c/b\u003e called at line 16\u003cbr/\u003eTotal duration: 1085 microseconds for 181 activations\u003cbr/\u003eMean: 5.99447513812 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #16799 from 2015-04-12 16:39:50.235218 to 2015-04-12 16:39:50.235225 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16800 from 2015-04-12 16:39:50.235237 to 2015-04-12 16:39:50.235242 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16801 from 2015-04-12 16:39:50.235253 to 2015-04-12 16:39:50.235259 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16802 from 2015-04-12 16:39:50.235269 to 2015-04-12 16:39:50.235275 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16803 from 2015-04-12 16:39:50.235286 to 2015-04-12 16:39:50.235292 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16804 from 2015-04-12 16:39:50.235302 to 2015-04-12 16:39:50.235308 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16805 from 2015-04-12 16:39:50.235318 to 2015-04-12 16:39:50.235324 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16806 from 2015-04-12 16:39:50.235334 to 2015-04-12 16:39:50.235340 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16807 from 2015-04-12 16:39:50.235351 to 2015-04-12 16:39:50.235357 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16808 from 2015-04-12 16:39:50.235367 to 2015-04-12 16:39:50.235373 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16809 from 2015-04-12 16:39:50.235383 to 2015-04-12 16:39:50.235389 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16810 from 2015-04-12 16:39:50.235399 to 2015-04-12 16:39:50.235404 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16811 from 2015-04-12 16:39:50.235414 to 2015-04-12 16:39:50.235420 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16812 from 2015-04-12 16:39:50.235430 to 2015-04-12 16:39:50.235436 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16813 from 2015-04-12 16:39:50.235446 to 2015-04-12 16:39:50.235452 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16814 from 2015-04-12 16:39:50.235463 to 2015-04-12 16:39:50.235469 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16815 from 2015-04-12 16:39:50.235479 to 2015-04-12 16:39:50.235485 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16816 from 2015-04-12 16:39:50.235495 to 2015-04-12 16:39:50.235535 (40 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16817 from 2015-04-12 16:39:50.235547 to 2015-04-12 16:39:50.235553 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16818 from 2015-04-12 16:39:50.235563 to 2015-04-12 16:39:50.235569 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16819 from 2015-04-12 16:39:50.235578 to 2015-04-12 16:39:50.235584 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16820 from 2015-04-12 16:39:50.235594 to 2015-04-12 16:39:50.235600 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16821 from 2015-04-12 16:39:50.235610 to 2015-04-12 16:39:50.235616 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16822 from 2015-04-12 16:39:50.235626 to 2015-04-12 16:39:50.235632 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16823 from 2015-04-12 16:39:50.235643 to 2015-04-12 16:39:50.235648 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16824 from 2015-04-12 16:39:50.235659 to 2015-04-12 16:39:50.235665 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16825 from 2015-04-12 16:39:50.235675 to 2015-04-12 16:39:50.235681 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16826 from 2015-04-12 16:39:50.235691 to 2015-04-12 16:39:50.235696 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16827 from 2015-04-12 16:39:50.235706 to 2015-04-12 16:39:50.235712 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16828 from 2015-04-12 16:39:50.235722 to 2015-04-12 16:39:50.235728 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16829 from 2015-04-12 16:39:50.235738 to 2015-04-12 16:39:50.235744 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16830 from 2015-04-12 16:39:50.235754 to 2015-04-12 16:39:50.235760 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16831 from 2015-04-12 16:39:50.235770 to 2015-04-12 16:39:50.235775 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16832 from 2015-04-12 16:39:50.235785 to 2015-04-12 16:39:50.235791 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16833 from 2015-04-12 16:39:50.235801 to 2015-04-12 16:39:50.235807 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16834 from 2015-04-12 16:39:50.235817 to 2015-04-12 16:39:50.235823 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16835 from 2015-04-12 16:39:50.235833 to 2015-04-12 16:39:50.235839 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16836 from 2015-04-12 16:39:50.235850 to 2015-04-12 16:39:50.235856 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16837 from 2015-04-12 16:39:50.235866 to 2015-04-12 16:39:50.235872 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16838 from 2015-04-12 16:39:50.235882 to 2015-04-12 16:39:50.235888 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16839 from 2015-04-12 16:39:50.235898 to 2015-04-12 16:39:50.235904 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16840 from 2015-04-12 16:39:50.235914 to 2015-04-12 16:39:50.235919 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16841 from 2015-04-12 16:39:50.235929 to 2015-04-12 16:39:50.235935 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16842 from 2015-04-12 16:39:50.235945 to 2015-04-12 16:39:50.235951 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16843 from 2015-04-12 16:39:50.235961 to 2015-04-12 16:39:50.235967 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16844 from 2015-04-12 16:39:50.235978 to 2015-04-12 16:39:50.235984 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16845 from 2015-04-12 16:39:50.235994 to 2015-04-12 16:39:50.236000 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16846 from 2015-04-12 16:39:50.236010 to 2015-04-12 16:39:50.236016 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16847 from 2015-04-12 16:39:50.236026 to 2015-04-12 16:39:50.236031 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16848 from 2015-04-12 16:39:50.236041 to 2015-04-12 16:39:50.236047 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16849 from 2015-04-12 16:39:50.236057 to 2015-04-12 16:39:50.236062 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16850 from 2015-04-12 16:39:50.236073 to 2015-04-12 16:39:50.236078 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16851 from 2015-04-12 16:39:50.236089 to 2015-04-12 16:39:50.236094 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16852 from 2015-04-12 16:39:50.236104 to 2015-04-12 16:39:50.236110 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16853 from 2015-04-12 16:39:50.236120 to 2015-04-12 16:39:50.236126 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16854 from 2015-04-12 16:39:50.236136 to 2015-04-12 16:39:50.236142 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16855 from 2015-04-12 16:39:50.236152 to 2015-04-12 16:39:50.236157 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16856 from 2015-04-12 16:39:50.236168 to 2015-04-12 16:39:50.236173 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16857 from 2015-04-12 16:39:50.236183 to 2015-04-12 16:39:50.236189 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16858 from 2015-04-12 16:39:50.236228 to 2015-04-12 16:39:50.236235 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16859 from 2015-04-12 16:39:50.236247 to 2015-04-12 16:39:50.236252 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16860 from 2015-04-12 16:39:50.236262 to 2015-04-12 16:39:50.236268 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16861 from 2015-04-12 16:39:50.236278 to 2015-04-12 16:39:50.236284 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16862 from 2015-04-12 16:39:50.236294 to 2015-04-12 16:39:50.236300 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16863 from 2015-04-12 16:39:50.236313 to 2015-04-12 16:39:50.236318 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16864 from 2015-04-12 16:39:50.236329 to 2015-04-12 16:39:50.236334 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16865 from 2015-04-12 16:39:50.236344 to 2015-04-12 16:39:50.236350 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16866 from 2015-04-12 16:39:50.236360 to 2015-04-12 16:39:50.236366 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16867 from 2015-04-12 16:39:50.236376 to 2015-04-12 16:39:50.236381 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16868 from 2015-04-12 16:39:50.236392 to 2015-04-12 16:39:50.236397 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16869 from 2015-04-12 16:39:50.236407 to 2015-04-12 16:39:50.236413 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16870 from 2015-04-12 16:39:50.236424 to 2015-04-12 16:39:50.236430 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16871 from 2015-04-12 16:39:50.236440 to 2015-04-12 16:39:50.236446 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16872 from 2015-04-12 16:39:50.236456 to 2015-04-12 16:39:50.236462 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16873 from 2015-04-12 16:39:50.236473 to 2015-04-12 16:39:50.236479 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16874 from 2015-04-12 16:39:50.236489 to 2015-04-12 16:39:50.236495 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16875 from 2015-04-12 16:39:50.236505 to 2015-04-12 16:39:50.236511 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16876 from 2015-04-12 16:39:50.236522 to 2015-04-12 16:39:50.236527 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16877 from 2015-04-12 16:39:50.236538 to 2015-04-12 16:39:50.236544 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16878 from 2015-04-12 16:39:50.236554 to 2015-04-12 16:39:50.236560 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16879 from 2015-04-12 16:39:50.236570 to 2015-04-12 16:39:50.236576 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16880 from 2015-04-12 16:39:50.236611 to 2015-04-12 16:39:50.236619 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16881 from 2015-04-12 16:39:50.236629 to 2015-04-12 16:39:50.236635 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16882 from 2015-04-12 16:39:50.236645 to 2015-04-12 16:39:50.236651 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16883 from 2015-04-12 16:39:50.236663 to 2015-04-12 16:39:50.236669 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16884 from 2015-04-12 16:39:50.236679 to 2015-04-12 16:39:50.236685 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16885 from 2015-04-12 16:39:50.236695 to 2015-04-12 16:39:50.236700 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16886 from 2015-04-12 16:39:50.236711 to 2015-04-12 16:39:50.236717 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16887 from 2015-04-12 16:39:50.236727 to 2015-04-12 16:39:50.236733 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16888 from 2015-04-12 16:39:50.236744 to 2015-04-12 16:39:50.236749 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16889 from 2015-04-12 16:39:50.236760 to 2015-04-12 16:39:50.236765 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16890 from 2015-04-12 16:39:50.236775 to 2015-04-12 16:39:50.236781 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16891 from 2015-04-12 16:39:50.236791 to 2015-04-12 16:39:50.236797 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16892 from 2015-04-12 16:39:50.236807 to 2015-04-12 16:39:50.236813 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16893 from 2015-04-12 16:39:50.236823 to 2015-04-12 16:39:50.236829 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16894 from 2015-04-12 16:39:50.236838 to 2015-04-12 16:39:50.236844 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16895 from 2015-04-12 16:39:50.236854 to 2015-04-12 16:39:50.236859 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16896 from 2015-04-12 16:39:50.236869 to 2015-04-12 16:39:50.236875 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16897 from 2015-04-12 16:39:50.236885 to 2015-04-12 16:39:50.236891 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16898 from 2015-04-12 16:39:50.236901 to 2015-04-12 16:39:50.236907 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16899 from 2015-04-12 16:39:50.236917 to 2015-04-12 16:39:50.236923 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16900 from 2015-04-12 16:39:50.236933 to 2015-04-12 16:39:50.236939 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16901 from 2015-04-12 16:39:50.236948 to 2015-04-12 16:39:50.236954 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16902 from 2015-04-12 16:39:50.236964 to 2015-04-12 16:39:50.236970 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16903 from 2015-04-12 16:39:50.236980 to 2015-04-12 16:39:50.236985 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16904 from 2015-04-12 16:39:50.236996 to 2015-04-12 16:39:50.237002 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16905 from 2015-04-12 16:39:50.237012 to 2015-04-12 16:39:50.237019 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16906 from 2015-04-12 16:39:50.237029 to 2015-04-12 16:39:50.237035 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16907 from 2015-04-12 16:39:50.237045 to 2015-04-12 16:39:50.237050 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16908 from 2015-04-12 16:39:50.237060 to 2015-04-12 16:39:50.237066 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16909 from 2015-04-12 16:39:50.237076 to 2015-04-12 16:39:50.237082 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16910 from 2015-04-12 16:39:50.237092 to 2015-04-12 16:39:50.237098 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16911 from 2015-04-12 16:39:50.237107 to 2015-04-12 16:39:50.237113 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16912 from 2015-04-12 16:39:50.237123 to 2015-04-12 16:39:50.237129 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16913 from 2015-04-12 16:39:50.237139 to 2015-04-12 16:39:50.237145 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16914 from 2015-04-12 16:39:50.237155 to 2015-04-12 16:39:50.237161 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16915 from 2015-04-12 16:39:50.237172 to 2015-04-12 16:39:50.237178 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16916 from 2015-04-12 16:39:50.237188 to 2015-04-12 16:39:50.237194 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16917 from 2015-04-12 16:39:50.237204 to 2015-04-12 16:39:50.237209 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16918 from 2015-04-12 16:39:50.237220 to 2015-04-12 16:39:50.237225 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16919 from 2015-04-12 16:39:50.237235 to 2015-04-12 16:39:50.237241 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16920 from 2015-04-12 16:39:50.237252 to 2015-04-12 16:39:50.237258 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16921 from 2015-04-12 16:39:50.237269 to 2015-04-12 16:39:50.237275 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16922 from 2015-04-12 16:39:50.237284 to 2015-04-12 16:39:50.237290 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16923 from 2015-04-12 16:39:50.237300 to 2015-04-12 16:39:50.237306 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16924 from 2015-04-12 16:39:50.237317 to 2015-04-12 16:39:50.237323 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16925 from 2015-04-12 16:39:50.237334 to 2015-04-12 16:39:50.237340 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16926 from 2015-04-12 16:39:50.237351 to 2015-04-12 16:39:50.237357 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16927 from 2015-04-12 16:39:50.237367 to 2015-04-12 16:39:50.237372 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16928 from 2015-04-12 16:39:50.237382 to 2015-04-12 16:39:50.237388 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16929 from 2015-04-12 16:39:50.237398 to 2015-04-12 16:39:50.237404 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16930 from 2015-04-12 16:39:50.237414 to 2015-04-12 16:39:50.237419 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16931 from 2015-04-12 16:39:50.237429 to 2015-04-12 16:39:50.237435 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16932 from 2015-04-12 16:39:50.237445 to 2015-04-12 16:39:50.237451 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16933 from 2015-04-12 16:39:50.237461 to 2015-04-12 16:39:50.237467 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16934 from 2015-04-12 16:39:50.237477 to 2015-04-12 16:39:50.237482 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16935 from 2015-04-12 16:39:50.237493 to 2015-04-12 16:39:50.237498 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16936 from 2015-04-12 16:39:50.237509 to 2015-04-12 16:39:50.237514 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16937 from 2015-04-12 16:39:50.237525 to 2015-04-12 16:39:50.237530 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16938 from 2015-04-12 16:39:50.237540 to 2015-04-12 16:39:50.237546 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16939 from 2015-04-12 16:39:50.237556 to 2015-04-12 16:39:50.237561 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16940 from 2015-04-12 16:39:50.237571 to 2015-04-12 16:39:50.237577 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16941 from 2015-04-12 16:39:50.237587 to 2015-04-12 16:39:50.237593 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16942 from 2015-04-12 16:39:50.237602 to 2015-04-12 16:39:50.237608 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16943 from 2015-04-12 16:39:50.237618 to 2015-04-12 16:39:50.237624 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16944 from 2015-04-12 16:39:50.237659 to 2015-04-12 16:39:50.237666 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16945 from 2015-04-12 16:39:50.237677 to 2015-04-12 16:39:50.237683 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16946 from 2015-04-12 16:39:50.237694 to 2015-04-12 16:39:50.237700 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16947 from 2015-04-12 16:39:50.237710 to 2015-04-12 16:39:50.237716 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16948 from 2015-04-12 16:39:50.237727 to 2015-04-12 16:39:50.237732 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16949 from 2015-04-12 16:39:50.237742 to 2015-04-12 16:39:50.237748 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16950 from 2015-04-12 16:39:50.237758 to 2015-04-12 16:39:50.237764 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16951 from 2015-04-12 16:39:50.237774 to 2015-04-12 16:39:50.237780 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16952 from 2015-04-12 16:39:50.237790 to 2015-04-12 16:39:50.237796 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16953 from 2015-04-12 16:39:50.237806 to 2015-04-12 16:39:50.237811 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16954 from 2015-04-12 16:39:50.237821 to 2015-04-12 16:39:50.237827 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16955 from 2015-04-12 16:39:50.237837 to 2015-04-12 16:39:50.237843 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16956 from 2015-04-12 16:39:50.237853 to 2015-04-12 16:39:50.237859 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16957 from 2015-04-12 16:39:50.237869 to 2015-04-12 16:39:50.237874 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16958 from 2015-04-12 16:39:50.237884 to 2015-04-12 16:39:50.237890 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16959 from 2015-04-12 16:39:50.237900 to 2015-04-12 16:39:50.237906 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16960 from 2015-04-12 16:39:50.237916 to 2015-04-12 16:39:50.237922 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16961 from 2015-04-12 16:39:50.237932 to 2015-04-12 16:39:50.237937 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16962 from 2015-04-12 16:39:50.237947 to 2015-04-12 16:39:50.237953 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16963 from 2015-04-12 16:39:50.237963 to 2015-04-12 16:39:50.237968 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16964 from 2015-04-12 16:39:50.237978 to 2015-04-12 16:39:50.237984 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16965 from 2015-04-12 16:39:50.237994 to 2015-04-12 16:39:50.238000 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16966 from 2015-04-12 16:39:50.238010 to 2015-04-12 16:39:50.238016 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16967 from 2015-04-12 16:39:50.238026 to 2015-04-12 16:39:50.238032 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16968 from 2015-04-12 16:39:50.238041 to 2015-04-12 16:39:50.238047 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16969 from 2015-04-12 16:39:50.238057 to 2015-04-12 16:39:50.238063 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16970 from 2015-04-12 16:39:50.238073 to 2015-04-12 16:39:50.238079 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16971 from 2015-04-12 16:39:50.238090 to 2015-04-12 16:39:50.238096 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16972 from 2015-04-12 16:39:50.238106 to 2015-04-12 16:39:50.238112 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16973 from 2015-04-12 16:39:50.238122 to 2015-04-12 16:39:50.238128 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16974 from 2015-04-12 16:39:50.238138 to 2015-04-12 16:39:50.238144 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16975 from 2015-04-12 16:39:50.238154 to 2015-04-12 16:39:50.238159 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16976 from 2015-04-12 16:39:50.238169 to 2015-04-12 16:39:50.238175 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16977 from 2015-04-12 16:39:50.238185 to 2015-04-12 16:39:50.238191 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16978 from 2015-04-12 16:39:50.238201 to 2015-04-12 16:39:50.238206 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16979 from 2015-04-12 16:39:50.238217 to 2015-04-12 16:39:50.238222 (5 microseconds)\u003cbr/\u003eReturned None", "trial_id": 21, "duration": 1085, "line": 16, "mean": 5.994475138121547}, "index": 13, "name": "list.append", "repr": "S(16-list.append)", "caller_id": 16796, "duration": 2165}, {"node": {"count": 1, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003ereader\u003c/b\u003e called at line 13\u003cbr/\u003eTotal duration: 13 microseconds for 1 activations\u003cbr/\u003eMean: 13.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #16798 from 2015-04-12 16:39:50.235184 to 2015-04-12 16:39:50.235197 (13 microseconds)\u003cbr/\u003eReturned None", "trial_id": 21, "duration": 13, "line": 13, "mean": 13.0}, "index": 14, "name": "reader", "repr": "S(13-reader)", "caller_id": 16796, "duration": 13}, {"node": {"count": 1, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003eopen\u003c/b\u003e called at line 13\u003cbr/\u003eTotal duration: 250 microseconds for 1 activations\u003cbr/\u003eMean: 250.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #16797 from 2015-04-12 16:39:50.234864 to 2015-04-12 16:39:50.235115 (250 microseconds)\u003cbr/\u003eArguments: args=('rU',), name='data2.dat'\u003cbr/\u003eReturned \u003copen file 'data2.dat', mode 'rU' at 0x7fcd12484930\u003e", "trial_id": 21, "duration": 250, "line": 13, "mean": 250.0}, "index": 15, "name": "open", "repr": "S(13-open)", "caller_id": 16796, "duration": 250}, {"node": {"count": 1, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003ecsv_read\u003c/b\u003e called at line 7\u003cbr/\u003eTotal duration: 29332 microseconds for 1 activations\u003cbr/\u003eMean: 29332.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #16612 from 2015-04-12 16:39:50.205207 to 2015-04-12 16:39:50.234539 (29332 microseconds)\u003cbr/\u003eArguments: f='data1.dat'\u003cbr/\u003eReturned [['0.0', '0.6'], ['1.0', '0.0'], ['1.0', '0.0'], ['3.0', '0.0'], ['5.0', '0.0'], ['5.0', '0.0'], ['-0.0', '0.3'], ['-4.0', '0.8'], ['-6.0', '0.1'], ['-4.0', '0.0'], ['2.0', '0.1'], ['4.0', '0.1'], ['2.0', '0.0'], ['2.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['1.0', '0.4'], ['1.0', '0.4'], ['-7.0', '0.5'], ['-5.0', '0.0'], ['-3.0', '0.1'], ['-1.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.1'], ['3.0', '0.0'], ['5.0', '0.0'], ['-3.0', '0.5'], ['-4.0', '0.4'], ['-1.0', '0.0'], ['-0.0', '0.1'], ['-0.0', '0.8'], ['-0.0', '0.2'], ['2.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.0'], ['6.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['11.0', '0.0'], ['11.0', '0.1'], ['9.0', '0.0'], ['-2.0', '0.5'], ['-2.0', '0.4'], ['-4.0', '0.5'], ['-0.0', '0.0'], ['4.0', '0.0'], ['8.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.0'], ['9.0', '0.0'], ['12.0', '0.0'], ['12.0', '0.0'], ['13.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.2'], ['3.0', '0.1'], ['-2.0', '0.1'], ['1.0', '0.0'], ['5.0', '0.0'], ['9.0', '0.0'], ['11.0', '0.0'], ['14.0', '0.0'], ['9.0', '0.0'], ['5.0', '0.0'], ['7.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['-0.0', '2.0'], ['-1.0', '0.1'], ['6.0', '0.1'], ['11.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['15.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['11.0', '0.0'], ['10.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['14.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['16.0', '0.0'], ['19.0', '0.0'], ['21.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['15.0', '0.2'], ['14.0', '0.0'], ['14.0', '0.7'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.2'], ['17.0', '0.2'], ['16.0', '0.2'], ['14.0', '0.2'], ['14.0', '0.2'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['15.0', '0.0'], ['15.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.4'], ['16.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['18.0', '0.0'], ['16.0', '0.2'], ['14.0', '0.0'], ['16.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.5'], ['10.0', '0.1'], ['9.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.1'], ['9.0', '0.0'], ['13.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.1'], ['8.0', '-0.1'], ['11.0', '0.0'], ['12.0', '-0.1']]", "trial_id": 21, "duration": 29332, "line": 7, "mean": 29332.0}, "index": 16, "name": "csv_read", "repr": "C(S(7-csv_read), G([S(16-list.append)-180-\u003eS(16-list.append)], [S(13-reader)-1-\u003eS(16-list.append)], [S(13-open)-1-\u003eS(13-reader)]))", "caller_id": 16611, "duration": 29332}, {"node": {"count": 181, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003elist.append\u003c/b\u003e called at line 16\u003cbr/\u003eTotal duration: 1173 microseconds for 181 activations\u003cbr/\u003eMean: 6.48066298343 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #16615 from 2015-04-12 16:39:50.205744 to 2015-04-12 16:39:50.205752 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16616 from 2015-04-12 16:39:50.205765 to 2015-04-12 16:39:50.205772 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16617 from 2015-04-12 16:39:50.205785 to 2015-04-12 16:39:50.205791 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16618 from 2015-04-12 16:39:50.205803 to 2015-04-12 16:39:50.205810 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16619 from 2015-04-12 16:39:50.205821 to 2015-04-12 16:39:50.205828 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16620 from 2015-04-12 16:39:50.205840 to 2015-04-12 16:39:50.205847 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16621 from 2015-04-12 16:39:50.205859 to 2015-04-12 16:39:50.205865 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16622 from 2015-04-12 16:39:50.205877 to 2015-04-12 16:39:50.205884 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16623 from 2015-04-12 16:39:50.205895 to 2015-04-12 16:39:50.205902 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16624 from 2015-04-12 16:39:50.205913 to 2015-04-12 16:39:50.205920 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16625 from 2015-04-12 16:39:50.205931 to 2015-04-12 16:39:50.205937 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16626 from 2015-04-12 16:39:50.205949 to 2015-04-12 16:39:50.205955 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16627 from 2015-04-12 16:39:50.205967 to 2015-04-12 16:39:50.205973 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16628 from 2015-04-12 16:39:50.205985 to 2015-04-12 16:39:50.205991 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16629 from 2015-04-12 16:39:50.206003 to 2015-04-12 16:39:50.206009 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16630 from 2015-04-12 16:39:50.206021 to 2015-04-12 16:39:50.206028 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16631 from 2015-04-12 16:39:50.206049 to 2015-04-12 16:39:50.206056 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16632 from 2015-04-12 16:39:50.206067 to 2015-04-12 16:39:50.206072 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16633 from 2015-04-12 16:39:50.206083 to 2015-04-12 16:39:50.206088 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16634 from 2015-04-12 16:39:50.206099 to 2015-04-12 16:39:50.206105 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16635 from 2015-04-12 16:39:50.206115 to 2015-04-12 16:39:50.206121 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16636 from 2015-04-12 16:39:50.206131 to 2015-04-12 16:39:50.206136 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16637 from 2015-04-12 16:39:50.206146 to 2015-04-12 16:39:50.206152 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16638 from 2015-04-12 16:39:50.206162 to 2015-04-12 16:39:50.206168 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16639 from 2015-04-12 16:39:50.206178 to 2015-04-12 16:39:50.206184 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16640 from 2015-04-12 16:39:50.206194 to 2015-04-12 16:39:50.206200 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16641 from 2015-04-12 16:39:50.206210 to 2015-04-12 16:39:50.206216 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16642 from 2015-04-12 16:39:50.206226 to 2015-04-12 16:39:50.206232 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16643 from 2015-04-12 16:39:50.206242 to 2015-04-12 16:39:50.206248 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16644 from 2015-04-12 16:39:50.206258 to 2015-04-12 16:39:50.206264 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16645 from 2015-04-12 16:39:50.206274 to 2015-04-12 16:39:50.206280 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16646 from 2015-04-12 16:39:50.206290 to 2015-04-12 16:39:50.206296 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16647 from 2015-04-12 16:39:50.206306 to 2015-04-12 16:39:50.206311 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16648 from 2015-04-12 16:39:50.206321 to 2015-04-12 16:39:50.206327 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16649 from 2015-04-12 16:39:50.206339 to 2015-04-12 16:39:50.206344 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16650 from 2015-04-12 16:39:50.206355 to 2015-04-12 16:39:50.206361 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16651 from 2015-04-12 16:39:50.206371 to 2015-04-12 16:39:50.206377 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16652 from 2015-04-12 16:39:50.206387 to 2015-04-12 16:39:50.206393 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16653 from 2015-04-12 16:39:50.206403 to 2015-04-12 16:39:50.206409 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16654 from 2015-04-12 16:39:50.206419 to 2015-04-12 16:39:50.206425 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16655 from 2015-04-12 16:39:50.206435 to 2015-04-12 16:39:50.206441 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16656 from 2015-04-12 16:39:50.206451 to 2015-04-12 16:39:50.206457 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16657 from 2015-04-12 16:39:50.206467 to 2015-04-12 16:39:50.206473 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16658 from 2015-04-12 16:39:50.206483 to 2015-04-12 16:39:50.206488 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16659 from 2015-04-12 16:39:50.206499 to 2015-04-12 16:39:50.206505 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16660 from 2015-04-12 16:39:50.206515 to 2015-04-12 16:39:50.206521 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16661 from 2015-04-12 16:39:50.206531 to 2015-04-12 16:39:50.206538 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16662 from 2015-04-12 16:39:50.206548 to 2015-04-12 16:39:50.206553 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16663 from 2015-04-12 16:39:50.206564 to 2015-04-12 16:39:50.206569 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16664 from 2015-04-12 16:39:50.206580 to 2015-04-12 16:39:50.206585 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16665 from 2015-04-12 16:39:50.206596 to 2015-04-12 16:39:50.206601 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16666 from 2015-04-12 16:39:50.206612 to 2015-04-12 16:39:50.206617 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16667 from 2015-04-12 16:39:50.206627 to 2015-04-12 16:39:50.206633 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16668 from 2015-04-12 16:39:50.206643 to 2015-04-12 16:39:50.206649 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16669 from 2015-04-12 16:39:50.206659 to 2015-04-12 16:39:50.206665 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16670 from 2015-04-12 16:39:50.206675 to 2015-04-12 16:39:50.206681 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16671 from 2015-04-12 16:39:50.206691 to 2015-04-12 16:39:50.206696 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16672 from 2015-04-12 16:39:50.206707 to 2015-04-12 16:39:50.206712 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16673 from 2015-04-12 16:39:50.206723 to 2015-04-12 16:39:50.206729 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16674 from 2015-04-12 16:39:50.206739 to 2015-04-12 16:39:50.206745 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16675 from 2015-04-12 16:39:50.206756 to 2015-04-12 16:39:50.206761 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16676 from 2015-04-12 16:39:50.206771 to 2015-04-12 16:39:50.206777 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16677 from 2015-04-12 16:39:50.206787 to 2015-04-12 16:39:50.206793 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16678 from 2015-04-12 16:39:50.206803 to 2015-04-12 16:39:50.206809 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16679 from 2015-04-12 16:39:50.206819 to 2015-04-12 16:39:50.206824 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16680 from 2015-04-12 16:39:50.206834 to 2015-04-12 16:39:50.206840 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16681 from 2015-04-12 16:39:50.206850 to 2015-04-12 16:39:50.206856 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16682 from 2015-04-12 16:39:50.206866 to 2015-04-12 16:39:50.206872 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16683 from 2015-04-12 16:39:50.206882 to 2015-04-12 16:39:50.206887 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16684 from 2015-04-12 16:39:50.232395 to 2015-04-12 16:39:50.232437 (42 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16685 from 2015-04-12 16:39:50.232520 to 2015-04-12 16:39:50.232533 (13 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16686 from 2015-04-12 16:39:50.232552 to 2015-04-12 16:39:50.232562 (10 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16687 from 2015-04-12 16:39:50.232577 to 2015-04-12 16:39:50.232586 (9 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16688 from 2015-04-12 16:39:50.232602 to 2015-04-12 16:39:50.232610 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16689 from 2015-04-12 16:39:50.232624 to 2015-04-12 16:39:50.232633 (9 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16690 from 2015-04-12 16:39:50.232647 to 2015-04-12 16:39:50.232655 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16691 from 2015-04-12 16:39:50.232669 to 2015-04-12 16:39:50.232677 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16692 from 2015-04-12 16:39:50.232691 to 2015-04-12 16:39:50.232699 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16693 from 2015-04-12 16:39:50.232713 to 2015-04-12 16:39:50.232721 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16694 from 2015-04-12 16:39:50.232735 to 2015-04-12 16:39:50.232744 (9 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16695 from 2015-04-12 16:39:50.232758 to 2015-04-12 16:39:50.232765 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16696 from 2015-04-12 16:39:50.232779 to 2015-04-12 16:39:50.232787 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16697 from 2015-04-12 16:39:50.232802 to 2015-04-12 16:39:50.232809 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16698 from 2015-04-12 16:39:50.232823 to 2015-04-12 16:39:50.232831 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16699 from 2015-04-12 16:39:50.232845 to 2015-04-12 16:39:50.232853 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16700 from 2015-04-12 16:39:50.232867 to 2015-04-12 16:39:50.232875 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16701 from 2015-04-12 16:39:50.232889 to 2015-04-12 16:39:50.232896 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16702 from 2015-04-12 16:39:50.232911 to 2015-04-12 16:39:50.232919 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16703 from 2015-04-12 16:39:50.232934 to 2015-04-12 16:39:50.232943 (9 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16704 from 2015-04-12 16:39:50.232956 to 2015-04-12 16:39:50.232964 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16705 from 2015-04-12 16:39:50.232978 to 2015-04-12 16:39:50.232986 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16706 from 2015-04-12 16:39:50.233000 to 2015-04-12 16:39:50.233008 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16707 from 2015-04-12 16:39:50.233022 to 2015-04-12 16:39:50.233029 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16708 from 2015-04-12 16:39:50.233044 to 2015-04-12 16:39:50.233052 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16709 from 2015-04-12 16:39:50.233066 to 2015-04-12 16:39:50.233074 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16710 from 2015-04-12 16:39:50.233087 to 2015-04-12 16:39:50.233095 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16711 from 2015-04-12 16:39:50.233109 to 2015-04-12 16:39:50.233117 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16712 from 2015-04-12 16:39:50.233131 to 2015-04-12 16:39:50.233147 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16713 from 2015-04-12 16:39:50.233158 to 2015-04-12 16:39:50.233164 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16714 from 2015-04-12 16:39:50.233175 to 2015-04-12 16:39:50.233180 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16715 from 2015-04-12 16:39:50.233191 to 2015-04-12 16:39:50.233196 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16716 from 2015-04-12 16:39:50.233207 to 2015-04-12 16:39:50.233212 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16717 from 2015-04-12 16:39:50.233223 to 2015-04-12 16:39:50.233229 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16718 from 2015-04-12 16:39:50.233239 to 2015-04-12 16:39:50.233245 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16719 from 2015-04-12 16:39:50.233255 to 2015-04-12 16:39:50.233261 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16720 from 2015-04-12 16:39:50.233273 to 2015-04-12 16:39:50.233279 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16721 from 2015-04-12 16:39:50.233289 to 2015-04-12 16:39:50.233296 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16722 from 2015-04-12 16:39:50.233307 to 2015-04-12 16:39:50.233312 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16723 from 2015-04-12 16:39:50.233323 to 2015-04-12 16:39:50.233328 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16724 from 2015-04-12 16:39:50.233339 to 2015-04-12 16:39:50.233345 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16725 from 2015-04-12 16:39:50.233355 to 2015-04-12 16:39:50.233361 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16726 from 2015-04-12 16:39:50.233372 to 2015-04-12 16:39:50.233377 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16727 from 2015-04-12 16:39:50.233388 to 2015-04-12 16:39:50.233394 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16728 from 2015-04-12 16:39:50.233404 to 2015-04-12 16:39:50.233409 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16729 from 2015-04-12 16:39:50.233420 to 2015-04-12 16:39:50.233425 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16730 from 2015-04-12 16:39:50.233436 to 2015-04-12 16:39:50.233441 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16731 from 2015-04-12 16:39:50.233451 to 2015-04-12 16:39:50.233457 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16732 from 2015-04-12 16:39:50.233467 to 2015-04-12 16:39:50.233473 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16733 from 2015-04-12 16:39:50.233483 to 2015-04-12 16:39:50.233489 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16734 from 2015-04-12 16:39:50.233499 to 2015-04-12 16:39:50.233505 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16735 from 2015-04-12 16:39:50.233515 to 2015-04-12 16:39:50.233521 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16736 from 2015-04-12 16:39:50.233531 to 2015-04-12 16:39:50.233536 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16737 from 2015-04-12 16:39:50.233547 to 2015-04-12 16:39:50.233552 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16738 from 2015-04-12 16:39:50.233563 to 2015-04-12 16:39:50.233568 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16739 from 2015-04-12 16:39:50.233579 to 2015-04-12 16:39:50.233584 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16740 from 2015-04-12 16:39:50.233596 to 2015-04-12 16:39:50.233602 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16741 from 2015-04-12 16:39:50.233612 to 2015-04-12 16:39:50.233619 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16742 from 2015-04-12 16:39:50.233629 to 2015-04-12 16:39:50.233635 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16743 from 2015-04-12 16:39:50.233645 to 2015-04-12 16:39:50.233651 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16744 from 2015-04-12 16:39:50.233661 to 2015-04-12 16:39:50.233667 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16745 from 2015-04-12 16:39:50.233677 to 2015-04-12 16:39:50.233682 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16746 from 2015-04-12 16:39:50.233693 to 2015-04-12 16:39:50.233698 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16747 from 2015-04-12 16:39:50.233709 to 2015-04-12 16:39:50.233714 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16748 from 2015-04-12 16:39:50.233725 to 2015-04-12 16:39:50.233731 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16749 from 2015-04-12 16:39:50.233741 to 2015-04-12 16:39:50.233746 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16750 from 2015-04-12 16:39:50.233756 to 2015-04-12 16:39:50.233762 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16751 from 2015-04-12 16:39:50.233772 to 2015-04-12 16:39:50.233778 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16752 from 2015-04-12 16:39:50.233788 to 2015-04-12 16:39:50.233793 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16753 from 2015-04-12 16:39:50.233803 to 2015-04-12 16:39:50.233809 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16754 from 2015-04-12 16:39:50.233852 to 2015-04-12 16:39:50.233860 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16755 from 2015-04-12 16:39:50.233871 to 2015-04-12 16:39:50.233877 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16756 from 2015-04-12 16:39:50.233887 to 2015-04-12 16:39:50.233893 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16757 from 2015-04-12 16:39:50.233903 to 2015-04-12 16:39:50.233909 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16758 from 2015-04-12 16:39:50.233919 to 2015-04-12 16:39:50.233925 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16759 from 2015-04-12 16:39:50.233935 to 2015-04-12 16:39:50.233941 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16760 from 2015-04-12 16:39:50.233951 to 2015-04-12 16:39:50.233957 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16761 from 2015-04-12 16:39:50.233967 to 2015-04-12 16:39:50.233973 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16762 from 2015-04-12 16:39:50.233985 to 2015-04-12 16:39:50.233991 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16763 from 2015-04-12 16:39:50.234001 to 2015-04-12 16:39:50.234008 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16764 from 2015-04-12 16:39:50.234018 to 2015-04-12 16:39:50.234024 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16765 from 2015-04-12 16:39:50.234034 to 2015-04-12 16:39:50.234040 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16766 from 2015-04-12 16:39:50.234050 to 2015-04-12 16:39:50.234056 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16767 from 2015-04-12 16:39:50.234066 to 2015-04-12 16:39:50.234072 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16768 from 2015-04-12 16:39:50.234082 to 2015-04-12 16:39:50.234087 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16769 from 2015-04-12 16:39:50.234098 to 2015-04-12 16:39:50.234103 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16770 from 2015-04-12 16:39:50.234114 to 2015-04-12 16:39:50.234119 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16771 from 2015-04-12 16:39:50.234130 to 2015-04-12 16:39:50.234136 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16772 from 2015-04-12 16:39:50.234146 to 2015-04-12 16:39:50.234152 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16773 from 2015-04-12 16:39:50.234162 to 2015-04-12 16:39:50.234168 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16774 from 2015-04-12 16:39:50.234178 to 2015-04-12 16:39:50.234184 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16775 from 2015-04-12 16:39:50.234194 to 2015-04-12 16:39:50.234200 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16776 from 2015-04-12 16:39:50.234210 to 2015-04-12 16:39:50.234216 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16777 from 2015-04-12 16:39:50.234226 to 2015-04-12 16:39:50.234232 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16778 from 2015-04-12 16:39:50.234242 to 2015-04-12 16:39:50.234248 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16779 from 2015-04-12 16:39:50.234259 to 2015-04-12 16:39:50.234265 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16780 from 2015-04-12 16:39:50.234275 to 2015-04-12 16:39:50.234281 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16781 from 2015-04-12 16:39:50.234291 to 2015-04-12 16:39:50.234297 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16782 from 2015-04-12 16:39:50.234307 to 2015-04-12 16:39:50.234313 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16783 from 2015-04-12 16:39:50.234324 to 2015-04-12 16:39:50.234329 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16784 from 2015-04-12 16:39:50.234339 to 2015-04-12 16:39:50.234345 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16785 from 2015-04-12 16:39:50.234355 to 2015-04-12 16:39:50.234361 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16786 from 2015-04-12 16:39:50.234371 to 2015-04-12 16:39:50.234377 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16787 from 2015-04-12 16:39:50.234389 to 2015-04-12 16:39:50.234395 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16788 from 2015-04-12 16:39:50.234405 to 2015-04-12 16:39:50.234412 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16789 from 2015-04-12 16:39:50.234422 to 2015-04-12 16:39:50.234428 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16790 from 2015-04-12 16:39:50.234438 to 2015-04-12 16:39:50.234444 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16791 from 2015-04-12 16:39:50.234454 to 2015-04-12 16:39:50.234460 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16792 from 2015-04-12 16:39:50.234470 to 2015-04-12 16:39:50.234476 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16793 from 2015-04-12 16:39:50.234486 to 2015-04-12 16:39:50.234492 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16794 from 2015-04-12 16:39:50.234502 to 2015-04-12 16:39:50.234508 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #16795 from 2015-04-12 16:39:50.234520 to 2015-04-12 16:39:50.234526 (6 microseconds)\u003cbr/\u003eReturned None", "trial_id": 21, "duration": 1173, "line": 16, "mean": 6.480662983425415}, "index": 17, "name": "list.append", "repr": "S(16-list.append)", "caller_id": 16612, "duration": 2340}, {"node": {"count": 1, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003ereader\u003c/b\u003e called at line 13\u003cbr/\u003eTotal duration: 15 microseconds for 1 activations\u003cbr/\u003eMean: 15.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #16614 from 2015-04-12 16:39:50.205699 to 2015-04-12 16:39:50.205714 (15 microseconds)\u003cbr/\u003eReturned None", "trial_id": 21, "duration": 15, "line": 13, "mean": 15.0}, "index": 18, "name": "reader", "repr": "S(13-reader)", "caller_id": 16612, "duration": 15}, {"node": {"count": 1, "info": "Trial 21\u003cbr\u003eFunction \u003cb\u003eopen\u003c/b\u003e called at line 13\u003cbr/\u003eTotal duration: 301 microseconds for 1 activations\u003cbr/\u003eMean: 301.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #16613 from 2015-04-12 16:39:50.205316 to 2015-04-12 16:39:50.205617 (301 microseconds)\u003cbr/\u003eArguments: args=('rU',), name='data1.dat'\u003cbr/\u003eReturned \u003copen file 'data1.dat', mode 'rU' at 0x7fcd0de83c00\u003e", "trial_id": 21, "duration": 301, "line": 13, "mean": 301.0}, "index": 19, "name": "open", "repr": "S(13-open)", "caller_id": 16612, "duration": 301}], "edges": [{"count": 0, "source": 0, "type": "initial", "target": 0}, {"count": "", "source": 6, "type": "call", "target": 7}, {"count": "", "source": 7, "type": "return", "target": 6}, {"count": 361, "source": 7, "type": "sequence", "target": 7}, {"count": "", "source": 8, "type": "call", "target": 9}, {"count": "", "source": 9, "type": "return", "target": 8}, {"count": 361, "source": 9, "type": "sequence", "target": 9}, {"count": "", "source": 1, "type": "call", "target": 8}, {"count": "", "source": 2, "type": "return", "target": 1}, {"count": 1, "source": 3, "type": "sequence", "target": 2}, {"count": 1, "source": 4, "type": "sequence", "target": 3}, {"count": 1, "source": 5, "type": "sequence", "target": 4}, {"count": 1, "source": 6, "type": "sequence", "target": 5}, {"count": 1, "source": 8, "type": "sequence", "target": 6}, {"count": "", "source": 12, "type": "call", "target": 15}, {"count": "", "source": 13, "type": "return", "target": 12}, {"count": 180, "source": 13, "type": "sequence", "target": 13}, {"count": 1, "source": 14, "type": "sequence", "target": 13}, {"count": 1, "source": 15, "type": "sequence", "target": 14}, {"count": "", "source": 16, "type": "call", "target": 19}, {"count": "", "source": 17, "type": "return", "target": 16}, {"count": 180, "source": 17, "type": "sequence", "target": 17}, {"count": 1, "source": 18, "type": "sequence", "target": 17}, {"count": 1, "source": 19, "type": "sequence", "target": 18}, {"count": "", "source": 10, "type": "call", "target": 16}, {"count": "", "source": 11, "type": "return", "target": 10}, {"count": 1, "source": 12, "type": "sequence", "target": 11}, {"count": 1, "source": 16, "type": "sequence", "target": 12}, {"count": "", "source": 0, "type": "call", "target": 10}, {"count": "", "source": 1, "type": "return", "target": 0}, {"count": 1, "source": 10, "type": "sequence", "target": 1}], "min_duration": {"21": 13}}
In [14]:
%now_run simulation_complete.py
Reading data data1.dat...
Reading data data2.dat...
Executing simulation...
Reading temporary file...
Extracting precipitation...
('processing row', ['0.0', '0.6'])
('processing row', ['1.0', '0.0'])
('processing row', ['1.0', '0.0'])
('processing row', ['3.0', '0.0'])
('processing row', ['5.0', '0.0'])
('processing row', ['5.0', '0.0'])
('processing row', ['-0.0', '0.3'])
('processing row', ['-4.0', '0.8'])
('processing row', ['-6.0', '0.1'])
('processing row', ['-4.0', '0.0'])
('processing row', ['2.0', '0.1'])
('processing row', ['4.0', '0.1'])
('processing row', ['2.0', '0.0'])
('processing row', ['2.0', '0.0'])
('processing row', ['6.0', '0.0'])
('processing row', ['6.0', '0.0'])
('processing row', ['6.0', '0.0'])
('processing row', ['6.0', '0.0'])
('processing row', ['1.0', '0.4'])
('processing row', ['1.0', '0.4'])
('processing row', ['-7.0', '0.5'])
('processing row', ['-5.0', '0.0'])
('processing row', ['-3.0', '0.1'])
('processing row', ['-1.0', '0.0'])
('processing row', ['4.0', '0.0'])
('processing row', ['4.0', '0.1'])
('processing row', ['3.0', '0.0'])
('processing row', ['5.0', '0.0'])
('processing row', ['-3.0', '0.5'])
('processing row', ['-4.0', '0.4'])
('processing row', ['-1.0', '0.0'])
('processing row', ['-0.0', '0.1'])
('processing row', ['-0.0', '0.8'])
('processing row', ['-0.0', '0.2'])
('processing row', ['2.0', '0.0'])
('processing row', ['4.0', '0.0'])
('processing row', ['4.0', '0.0'])
('processing row', ['6.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['11.0', '0.1'])
('processing row', ['9.0', '0.0'])
('processing row', ['-2.0', '0.5'])
('processing row', ['-2.0', '0.4'])
('processing row', ['-4.0', '0.5'])
('processing row', ['-0.0', '0.0'])
('processing row', ['4.0', '0.0'])
('processing row', ['8.0', '0.0'])
('processing row', ['10.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['8.0', '0.0'])
('processing row', ['9.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['12.0', '0.2'])
('processing row', ['3.0', '0.1'])
('processing row', ['-2.0', '0.1'])
('processing row', ['1.0', '0.0'])
('processing row', ['5.0', '0.0'])
('processing row', ['9.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['9.0', '0.0'])
('processing row', ['5.0', '0.0'])
('processing row', ['7.0', '0.0'])
('processing row', ['10.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['-0.0', '2.0'])
('processing row', ['-1.0', '0.1'])
('processing row', ['6.0', '0.1'])
('processing row', ['11.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['10.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['21.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['15.0', '0.2'])
('processing row', ['14.0', '0.0'])
('processing row', ['14.0', '0.7'])
('processing row', ['16.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['18.0', '0.2'])
('processing row', ['17.0', '0.2'])
('processing row', ['16.0', '0.2'])
('processing row', ['14.0', '0.2'])
('processing row', ['14.0', '0.2'])
('processing row', ['16.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['17.0', '0.1'])
('processing row', ['15.0', '0.4'])
('processing row', ['16.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['16.0', '0.2'])
('processing row', ['14.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['17.0', '0.1'])
('processing row', ['15.0', '0.5'])
('processing row', ['10.0', '0.1'])
('processing row', ['9.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['12.0', '0.1'])
('processing row', ['9.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['8.0', '0.1'])
('processing row', ['8.0', '-0.1'])
('processing row', ['11.0', '0.0'])
('processing row', ['12.0', '-0.1'])
('processing row', ['10.0', '20.6'])
('processing row', ['1.0', '0.0'])
('processing row', ['1.0', '0.0'])
('processing row', ['3.0', '0.0'])
('processing row', ['50.0', '0.0'])
('processing row', ['50.0', '0.0'])
('processing row', ['-00.0', '0.3'])
('processing row', ['-40.0', '0.8'])
('processing row', ['-60.0', '0.1'])
('processing row', ['-40.0', '0.0'])
('processing row', ['20.0', '0.1'])
('processing row', ['40.0', '0.1'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['60.0', '0.0'])
('processing row', ['60.0', '0.0'])
('processing row', ['60.0', '0.0'])
('processing row', ['60.0', '0.0'])
('processing row', ['10.0', '0.4'])
('processing row', ['10.0', '0.4'])
('processing row', ['-7.0', '0.5'])
('processing row', ['-5.0', '0.0'])
('processing row', ['-3.0', '0.1'])
('processing row', ['-1.0', '0.0'])
('processing row', ['4.0', '0.0'])
('processing row', ['4.0', '0.1'])
('processing row', ['3.0', '0.0'])
('processing row', ['5.0', '0.0'])
('processing row', ['-3.0', '0.5'])
('processing row', ['-4.0', '0.4'])
('processing row', ['-1.0', '0.0'])
('processing row', ['-0.0', '0.1'])
('processing row', ['-0.0', '0.8'])
('processing row', ['-0.0', '0.2'])
('processing row', ['2.0', '0.0'])
('processing row', ['4.0', '0.0'])
('processing row', ['4.0', '0.0'])
('processing row', ['6.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['11.0', '0.1'])
('processing row', ['9.0', '0.0'])
('processing row', ['-2.0', '0.5'])
('processing row', ['-2.0', '0.4'])
('processing row', ['-4.0', '0.5'])
('processing row', ['-0.0', '0.0'])
('processing row', ['4.0', '0.0'])
('processing row', ['8.0', '0.0'])
('processing row', ['10.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['8.0', '0.0'])
('processing row', ['9.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['12.0', '0.2'])
('processing row', ['3.0', '0.1'])
('processing row', ['-2.0', '0.1'])
('processing row', ['1.0', '0.0'])
('processing row', ['5.0', '0.0'])
('processing row', ['9.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['9.0', '0.0'])
('processing row', ['5.0', '0.0'])
('processing row', ['7.0', '0.0'])
('processing row', ['10.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['-0.0', '2.0'])
('processing row', ['-1.0', '0.1'])
('processing row', ['6.0', '0.1'])
('processing row', ['11.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['10.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['21.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['15.0', '0.2'])
('processing row', ['14.0', '0.0'])
('processing row', ['14.0', '0.7'])
('processing row', ['16.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['18.0', '0.2'])
('processing row', ['17.0', '0.2'])
('processing row', ['16.0', '0.2'])
('processing row', ['14.0', '0.2'])
('processing row', ['14.0', '0.2'])
('processing row', ['16.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['17.0', '0.1'])
('processing row', ['15.0', '0.4'])
('processing row', ['16.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['16.0', '0.2'])
('processing row', ['14.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['17.0', '0.1'])
('processing row', ['15.0', '0.5'])
('processing row', ['10.0', '0.1'])
('processing row', ['9.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['12.0', '0.1'])
('processing row', ['9.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['8.0', '0.1'])
('processing row', ['8.0', '-0.1'])
('processing row', ['11.0', '0.0'])
('processing row', ['12.0', '-0.1'])
Extracting temperature...
('processing row', ['0.0', '0.6'])
('processing row', ['1.0', '0.0'])
('processing row', ['1.0', '0.0'])
('processing row', ['3.0', '0.0'])
('processing row', ['5.0', '0.0'])
('processing row', ['5.0', '0.0'])
('processing row', ['-0.0', '0.3'])
('processing row', ['-4.0', '0.8'])
('processing row', ['-6.0', '0.1'])
('processing row', ['-4.0', '0.0'])
('processing row', ['2.0', '0.1'])
('processing row', ['4.0', '0.1'])
('processing row', ['2.0', '0.0'])
('processing row', ['2.0', '0.0'])
('processing row', ['6.0', '0.0'])
('processing row', ['6.0', '0.0'])
('processing row', ['6.0', '0.0'])
('processing row', ['6.0', '0.0'])
('processing row', ['1.0', '0.4'])
('processing row', ['1.0', '0.4'])
('processing row', ['-7.0', '0.5'])
('processing row', ['-5.0', '0.0'])
('processing row', ['-3.0', '0.1'])
('processing row', ['-1.0', '0.0'])
('processing row', ['4.0', '0.0'])
('processing row', ['4.0', '0.1'])
('processing row', ['3.0', '0.0'])
('processing row', ['5.0', '0.0'])
('processing row', ['-3.0', '0.5'])
('processing row', ['-4.0', '0.4'])
('processing row', ['-1.0', '0.0'])
('processing row', ['-0.0', '0.1'])
('processing row', ['-0.0', '0.8'])
('processing row', ['-0.0', '0.2'])
('processing row', ['2.0', '0.0'])
('processing row', ['4.0', '0.0'])
('processing row', ['4.0', '0.0'])
('processing row', ['6.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['11.0', '0.1'])
('processing row', ['9.0', '0.0'])
('processing row', ['-2.0', '0.5'])
('processing row', ['-2.0', '0.4'])
('processing row', ['-4.0', '0.5'])
('processing row', ['-0.0', '0.0'])
('processing row', ['4.0', '0.0'])
('processing row', ['8.0', '0.0'])
('processing row', ['10.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['8.0', '0.0'])
('processing row', ['9.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['12.0', '0.2'])
('processing row', ['3.0', '0.1'])
('processing row', ['-2.0', '0.1'])
('processing row', ['1.0', '0.0'])
('processing row', ['5.0', '0.0'])
('processing row', ['9.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['9.0', '0.0'])
('processing row', ['5.0', '0.0'])
('processing row', ['7.0', '0.0'])
('processing row', ['10.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['-0.0', '2.0'])
('processing row', ['-1.0', '0.1'])
('processing row', ['6.0', '0.1'])
('processing row', ['11.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['10.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['21.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['15.0', '0.2'])
('processing row', ['14.0', '0.0'])
('processing row', ['14.0', '0.7'])
('processing row', ['16.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['18.0', '0.2'])
('processing row', ['17.0', '0.2'])
('processing row', ['16.0', '0.2'])
('processing row', ['14.0', '0.2'])
('processing row', ['14.0', '0.2'])
('processing row', ['16.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['17.0', '0.1'])
('processing row', ['15.0', '0.4'])
('processing row', ['16.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['16.0', '0.2'])
('processing row', ['14.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['17.0', '0.1'])
('processing row', ['15.0', '0.5'])
('processing row', ['10.0', '0.1'])
('processing row', ['9.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['12.0', '0.1'])
('processing row', ['9.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['8.0', '0.1'])
('processing row', ['8.0', '-0.1'])
('processing row', ['11.0', '0.0'])
('processing row', ['12.0', '-0.1'])
('processing row', ['10.0', '20.6'])
('processing row', ['1.0', '0.0'])
('processing row', ['1.0', '0.0'])
('processing row', ['3.0', '0.0'])
('processing row', ['50.0', '0.0'])
('processing row', ['50.0', '0.0'])
('processing row', ['-00.0', '0.3'])
('processing row', ['-40.0', '0.8'])
('processing row', ['-60.0', '0.1'])
('processing row', ['-40.0', '0.0'])
('processing row', ['20.0', '0.1'])
('processing row', ['40.0', '0.1'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['60.0', '0.0'])
('processing row', ['60.0', '0.0'])
('processing row', ['60.0', '0.0'])
('processing row', ['60.0', '0.0'])
('processing row', ['10.0', '0.4'])
('processing row', ['10.0', '0.4'])
('processing row', ['-7.0', '0.5'])
('processing row', ['-5.0', '0.0'])
('processing row', ['-3.0', '0.1'])
('processing row', ['-1.0', '0.0'])
('processing row', ['4.0', '0.0'])
('processing row', ['4.0', '0.1'])
('processing row', ['3.0', '0.0'])
('processing row', ['5.0', '0.0'])
('processing row', ['-3.0', '0.5'])
('processing row', ['-4.0', '0.4'])
('processing row', ['-1.0', '0.0'])
('processing row', ['-0.0', '0.1'])
('processing row', ['-0.0', '0.8'])
('processing row', ['-0.0', '0.2'])
('processing row', ['2.0', '0.0'])
('processing row', ['4.0', '0.0'])
('processing row', ['4.0', '0.0'])
('processing row', ['6.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['11.0', '0.1'])
('processing row', ['9.0', '0.0'])
('processing row', ['-2.0', '0.5'])
('processing row', ['-2.0', '0.4'])
('processing row', ['-4.0', '0.5'])
('processing row', ['-0.0', '0.0'])
('processing row', ['4.0', '0.0'])
('processing row', ['8.0', '0.0'])
('processing row', ['10.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['8.0', '0.0'])
('processing row', ['9.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['12.0', '0.2'])
('processing row', ['3.0', '0.1'])
('processing row', ['-2.0', '0.1'])
('processing row', ['1.0', '0.0'])
('processing row', ['5.0', '0.0'])
('processing row', ['9.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['9.0', '0.0'])
('processing row', ['5.0', '0.0'])
('processing row', ['7.0', '0.0'])
('processing row', ['10.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['-0.0', '2.0'])
('processing row', ['-1.0', '0.1'])
('processing row', ['6.0', '0.1'])
('processing row', ['11.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['11.0', '0.0'])
('processing row', ['10.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['21.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['20.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['15.0', '0.2'])
('processing row', ['14.0', '0.0'])
('processing row', ['14.0', '0.7'])
('processing row', ['16.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['18.0', '0.2'])
('processing row', ['17.0', '0.2'])
('processing row', ['16.0', '0.2'])
('processing row', ['14.0', '0.2'])
('processing row', ['14.0', '0.2'])
('processing row', ['16.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['19.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['17.0', '0.1'])
('processing row', ['15.0', '0.4'])
('processing row', ['16.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['18.0', '0.0'])
('processing row', ['16.0', '0.2'])
('processing row', ['14.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['17.0', '0.0'])
('processing row', ['16.0', '0.0'])
('processing row', ['17.0', '0.1'])
('processing row', ['15.0', '0.5'])
('processing row', ['10.0', '0.1'])
('processing row', ['9.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['12.0', '0.1'])
('processing row', ['9.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['15.0', '0.0'])
('processing row', ['14.0', '0.0'])
('processing row', ['13.0', '0.0'])
('processing row', ['12.0', '0.0'])
('processing row', ['8.0', '0.1'])
('processing row', ['8.0', '-0.1'])
('processing row', ['11.0', '0.0'])
('processing row', ['12.0', '-0.1'])
Converting values...
Generating result...
Out[14]:
{"max_duration": {"22": 2364416}, "nodes": [{"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003e/home/joao/noworkflow/tests/weather/simulation_complete.py\u003c/b\u003e called at line 126\u003cbr/\u003eTotal duration: 2364416 microseconds for 1 activations\u003cbr/\u003eMean: 2364416.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #17712 from 2015-04-12 16:40:13.283796 to 2015-04-12 16:40:15.648212 (2364416 microseconds)\u003cbr/\u003eReturned None", "trial_id": 22, "duration": 2364416, "line": 126, "mean": 2364416.0}, "index": 0, "name": "/home/joao/noworkflow/tests/weather/simulation_complete.py", "caller_id": null, "repr": "C(S(126-/home/joao/noworkflow/tests/weather/simulation_complete.py), G([C(S(93-extractColumn), G([S(63-list.append)-361-\u003eS(63-list.append)]))-1-\u003eC(S(99-mplScatter), G([S(73-ylabel)-1-\u003eS(74-show)], [S(72-xlabel)-1-\u003eS(73-ylabel)], [S(71-scatter)-1-\u003eS(72-xlabel)]))], [C(S(90-extractColumn), G([S(63-list.append)-361-\u003eS(63-list.append)]))-1-\u003eC(S(93-extractColumn), G([S(63-list.append)-361-\u003eS(63-list.append)]))], [C(S(87-csvRead), G([S(39-list.append)-1-\u003eS(40-__init__)], [S(39-list.append)-361-\u003eS(39-list.append)], [S(35-reader)-1-\u003eS(39-list.append)], [S(35-open)-1-\u003eS(35-reader)]))-1-\u003eC(S(90-extractColumn), G([S(63-list.append)-361-\u003eS(63-list.append)]))], [C(S(84-simulation), G([S(25-writer)-1-\u003eS(26-writer.writerows)], [S(25-open)-1-\u003eS(25-writer)], [S(23-close)-1-\u003eS(25-open)], [S(22-mkstemp)-1-\u003eS(23-close)], [S(18-sleep)-1-\u003eS(22-mkstemp)]))-1-\u003eC(S(87-csvRead), G([S(39-list.append)-1-\u003eS(40-__init__)], [S(39-list.append)-361-\u003eS(39-list.append)], [S(35-reader)-1-\u003eS(39-list.append)], [S(35-open)-1-\u003eS(35-reader)]))], [C(S(81-csvRead), G([S(39-list.append)-1-\u003eS(40-__init__)], [S(39-list.append)-180-\u003eS(39-list.append)], [S(35-reader)-1-\u003eS(39-list.append)], [S(35-open)-1-\u003eS(35-reader)]))-1-\u003eC(S(84-simulation), G([S(25-writer)-1-\u003eS(26-writer.writerows)], [S(25-open)-1-\u003eS(25-writer)], [S(23-close)-1-\u003eS(25-open)], [S(22-mkstemp)-1-\u003eS(23-close)], [S(18-sleep)-1-\u003eS(22-mkstemp)]))], [C(S(79-csvRead), G([S(39-list.append)-1-\u003eS(40-__init__)], [S(39-list.append)-180-\u003eS(39-list.append)], [S(35-reader)-1-\u003eS(39-list.append)], [S(35-open)-1-\u003eS(35-reader)]))-1-\u003eC(S(81-csvRead), G([S(39-list.append)-1-\u003eS(40-__init__)], [S(39-list.append)-180-\u003eS(39-list.append)], [S(35-reader)-1-\u003eS(39-list.append)], [S(35-open)-1-\u003eS(35-reader)]))], [S(9-TabularData)-1-\u003eC(S(79-csvRead), G([S(39-list.append)-1-\u003eS(40-__init__)], [S(39-list.append)-180-\u003eS(39-list.append)], [S(35-reader)-1-\u003eS(39-list.append)], [S(35-open)-1-\u003eS(35-reader)]))]))"}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003emplScatter\u003c/b\u003e called at line 99\u003cbr/\u003eTotal duration: 254734 microseconds for 1 activations\u003cbr/\u003eMean: 254734.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #19183 from 2015-04-12 16:40:15.393455 to 2015-04-12 16:40:15.648189 (254734 microseconds)\u003cbr/\u003eArguments: y=[0.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3, 0.8, 0.1, 0.0, 0.1, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.4, 0.4, 0.5, 0.0, 0.1, 0.0, 0.0, 0.1, 0.0, 0.0, 0.5, 0.4, 0.0, 0.1, 0.8, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.5, 0.4, 0.5, 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.2, 0.1, 0.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, 2.0, 0.1, 0.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, 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.2, 0.0, 0.7, 0.0, 0.0, 0.0, 0.2, 0.2, 0.2, 0.2, 0.2, 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, 0.4, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.5, 0.1, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, -0.1, 0.0, -0.1, 20.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3, 0.8, 0.1, 0.0, 0.1, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.4, 0.4, 0.5, 0.0, 0.1, 0.0, 0.0, 0.1, 0.0, 0.0, 0.5, 0.4, 0.0, 0.1, 0.8, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.5, 0.4, 0.5, 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.2, 0.1, 0.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, 2.0, 0.1, 0.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, 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.2, 0.0, 0.7, 0.0, 0.0, 0.0, 0.2, 0.2, 0.2, 0.2, 0.2, 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, 0.4, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.5, 0.1, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, -0.1, 0.0, -0.1], x=[0.0, 1.0, 1.0, 3.0, 5.0, 5.0, -0.0, -4.0, -6.0, -4.0, 2.0, 4.0, 2.0, 2.0, 6.0, 6.0, 6.0, 6.0, 1.0, 1.0, -7.0, -5.0, -3.0, -1.0, 4.0, 4.0, 3.0, 5.0, -3.0, -4.0, -1.0, -0.0, -0.0, -0.0, 2.0, 4.0, 4.0, 6.0, 11.0, 13.0, 11.0, 11.0, 9.0, -2.0, -2.0, -4.0, -0.0, 4.0, 8.0, 10.0, 12.0, 14.0, 14.0, 12.0, 8.0, 9.0, 12.0, 12.0, 13.0, 13.0, 12.0, 3.0, -2.0, 1.0, 5.0, 9.0, 11.0, 14.0, 9.0, 5.0, 7.0, 10.0, 12.0, 14.0, 14.0, 15.0, 14.0, -0.0, -1.0, 6.0, 11.0, 14.0, 12.0, 11.0, 13.0, 15.0, 18.0, 19.0, 11.0, 10.0, 17.0, 18.0, 17.0, 19.0, 19.0, 18.0, 14.0, 17.0, 18.0, 19.0, 19.0, 19.0, 20.0, 20.0, 18.0, 19.0, 19.0, 20.0, 19.0, 18.0, 20.0, 20.0, 19.0, 16.0, 19.0, 21.0, 20.0, 19.0, 17.0, 19.0, 20.0, 20.0, 20.0, 20.0, 18.0, 15.0, 14.0, 14.0, 16.0, 18.0, 18.0, 18.0, 17.0, 16.0, 14.0, 14.0, 16.0, 17.0, 16.0, 15.0, 15.0, 17.0, 16.0, 18.0, 18.0, 19.0, 19.0, 18.0, 18.0, 17.0, 15.0, 16.0, 15.0, 14.0, 18.0, 16.0, 14.0, 16.0, 16.0, 17.0, 16.0, 17.0, 16.0, 17.0, 15.0, 10.0, 9.0, 12.0, 14.0, 12.0, 9.0, 13.0, 14.0, 15.0, 14.0, 13.0, 12.0, 8.0, 8.0, 11.0, 12.0, 10.0, 1.0, 1.0, 3.0, 50.0, 50.0, -0.0, -40.0, -60.0, -40.0, 20.0, 40.0, 20.0, 20.0, 60.0, 60.0, 60.0, 60.0, 10.0, 10.0, -7.0, -5.0, -3.0, -1.0, 4.0, 4.0, 3.0, 5.0, -3.0, -4.0, -1.0, -0.0, -0.0, -0.0, 2.0, 4.0, 4.0, 6.0, 11.0, 13.0, 11.0, 11.0, 9.0, -2.0, -2.0, -4.0, -0.0, 4.0, 8.0, 10.0, 12.0, 14.0, 14.0, 12.0, 8.0, 9.0, 12.0, 12.0, 13.0, 13.0, 12.0, 3.0, -2.0, 1.0, 5.0, 9.0, 11.0, 14.0, 9.0, 5.0, 7.0, 10.0, 12.0, 14.0, 14.0, 15.0, 14.0, -0.0, -1.0, 6.0, 11.0, 14.0, 12.0, 11.0, 13.0, 15.0, 18.0, 19.0, 11.0, 10.0, 17.0, 18.0, 17.0, 19.0, 19.0, 18.0, 14.0, 17.0, 18.0, 19.0, 19.0, 19.0, 20.0, 20.0, 18.0, 19.0, 19.0, 20.0, 19.0, 18.0, 20.0, 20.0, 19.0, 16.0, 19.0, 21.0, 20.0, 19.0, 17.0, 19.0, 20.0, 20.0, 20.0, 20.0, 18.0, 15.0, 14.0, 14.0, 16.0, 18.0, 18.0, 18.0, 17.0, 16.0, 14.0, 14.0, 16.0, 17.0, 16.0, 15.0, 15.0, 17.0, 16.0, 18.0, 18.0, 19.0, 19.0, 18.0, 18.0, 17.0, 15.0, 16.0, 15.0, 14.0, 18.0, 16.0, 14.0, 16.0, 16.0, 17.0, 16.0, 17.0, 16.0, 17.0, 15.0, 10.0, 9.0, 12.0, 14.0, 12.0, 9.0, 13.0, 14.0, 15.0, 14.0, 13.0, 12.0, 8.0, 8.0, 11.0, 12.0]\u003cbr/\u003eReturned None", "trial_id": 22, "duration": 254734, "line": 99, "mean": 254734.0}, "index": 1, "name": "mplScatter", "repr": "C(S(99-mplScatter), G([S(73-ylabel)-1-\u003eS(74-show)], [S(72-xlabel)-1-\u003eS(73-ylabel)], [S(71-scatter)-1-\u003eS(72-xlabel)]))", "caller_id": 17712, "duration": 254734}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003eshow\u003c/b\u003e called at line 74\u003cbr/\u003eTotal duration: 25 microseconds for 1 activations\u003cbr/\u003eMean: 25.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #19187 from 2015-04-12 16:40:15.648155 to 2015-04-12 16:40:15.648180 (25 microseconds)\u003cbr/\u003eArguments: args=()\u003cbr/\u003eReturned None", "trial_id": 22, "duration": 25, "line": 74, "mean": 25.0}, "index": 2, "name": "show", "repr": "S(74-show)", "caller_id": 19183, "duration": 25}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003eylabel\u003c/b\u003e called at line 73\u003cbr/\u003eTotal duration: 103 microseconds for 1 activations\u003cbr/\u003eMean: 103.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #19186 from 2015-04-12 16:40:15.647959 to 2015-04-12 16:40:15.648062 (103 microseconds)\u003cbr/\u003eArguments: s='Precipitation', args=()\u003cbr/\u003eReturned \u003cmatplotlib.text.Text object at 0x7f7c99e20d90\u003e", "trial_id": 22, "duration": 103, "line": 73, "mean": 103.0}, "index": 3, "name": "ylabel", "repr": "S(73-ylabel)", "caller_id": 19183, "duration": 103}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003exlabel\u003c/b\u003e called at line 72\u003cbr/\u003eTotal duration: 112 microseconds for 1 activations\u003cbr/\u003eMean: 112.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #19185 from 2015-04-12 16:40:15.647741 to 2015-04-12 16:40:15.647853 (112 microseconds)\u003cbr/\u003eArguments: s='Temperature', args=()\u003cbr/\u003eReturned \u003cmatplotlib.text.Text object at 0x7f7c9995a550\u003e", "trial_id": 22, "duration": 112, "line": 72, "mean": 112.0}, "index": 4, "name": "xlabel", "repr": "S(72-xlabel)", "caller_id": 19183, "duration": 112}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003escatter\u003c/b\u003e called at line 71\u003cbr/\u003eTotal duration: 253830 microseconds for 1 activations\u003cbr/\u003eMean: 253830.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #19184 from 2015-04-12 16:40:15.393713 to 2015-04-12 16:40:15.647544 (253830 microseconds)\u003cbr/\u003eArguments: vmax=None, c='b', vmin=None, linewidths=None, marker='o', s=20, cmap=None, verts=None, alpha=None, y=[0.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3, 0.8, 0.1, 0.0, 0.1, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.4, 0.4, 0.5, 0.0, 0.1, 0.0, 0.0, 0.1, 0.0, 0.0, 0.5, 0.4, 0.0, 0.1, 0.8, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.5, 0.4, 0.5, 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.2, 0.1, 0.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, 2.0, 0.1, 0.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, 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.2, 0.0, 0.7, 0.0, 0.0, 0.0, 0.2, 0.2, 0.2, 0.2, 0.2, 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, 0.4, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.5, 0.1, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, -0.1, 0.0, -0.1, 20.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3, 0.8, 0.1, 0.0, 0.1, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.4, 0.4, 0.5, 0.0, 0.1, 0.0, 0.0, 0.1, 0.0, 0.0, 0.5, 0.4, 0.0, 0.1, 0.8, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.5, 0.4, 0.5, 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.2, 0.1, 0.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, 2.0, 0.1, 0.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, 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.2, 0.0, 0.7, 0.0, 0.0, 0.0, 0.2, 0.2, 0.2, 0.2, 0.2, 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, 0.4, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.5, 0.1, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, -0.1, 0.0, -0.1], x=[0.0, 1.0, 1.0, 3.0, 5.0, 5.0, -0.0, -4.0, -6.0, -4.0, 2.0, 4.0, 2.0, 2.0, 6.0, 6.0, 6.0, 6.0, 1.0, 1.0, -7.0, -5.0, -3.0, -1.0, 4.0, 4.0, 3.0, 5.0, -3.0, -4.0, -1.0, -0.0, -0.0, -0.0, 2.0, 4.0, 4.0, 6.0, 11.0, 13.0, 11.0, 11.0, 9.0, -2.0, -2.0, -4.0, -0.0, 4.0, 8.0, 10.0, 12.0, 14.0, 14.0, 12.0, 8.0, 9.0, 12.0, 12.0, 13.0, 13.0, 12.0, 3.0, -2.0, 1.0, 5.0, 9.0, 11.0, 14.0, 9.0, 5.0, 7.0, 10.0, 12.0, 14.0, 14.0, 15.0, 14.0, -0.0, -1.0, 6.0, 11.0, 14.0, 12.0, 11.0, 13.0, 15.0, 18.0, 19.0, 11.0, 10.0, 17.0, 18.0, 17.0, 19.0, 19.0, 18.0, 14.0, 17.0, 18.0, 19.0, 19.0, 19.0, 20.0, 20.0, 18.0, 19.0, 19.0, 20.0, 19.0, 18.0, 20.0, 20.0, 19.0, 16.0, 19.0, 21.0, 20.0, 19.0, 17.0, 19.0, 20.0, 20.0, 20.0, 20.0, 18.0, 15.0, 14.0, 14.0, 16.0, 18.0, 18.0, 18.0, 17.0, 16.0, 14.0, 14.0, 16.0, 17.0, 16.0, 15.0, 15.0, 17.0, 16.0, 18.0, 18.0, 19.0, 19.0, 18.0, 18.0, 17.0, 15.0, 16.0, 15.0, 14.0, 18.0, 16.0, 14.0, 16.0, 16.0, 17.0, 16.0, 17.0, 16.0, 17.0, 15.0, 10.0, 9.0, 12.0, 14.0, 12.0, 9.0, 13.0, 14.0, 15.0, 14.0, 13.0, 12.0, 8.0, 8.0, 11.0, 12.0, 10.0, 1.0, 1.0, 3.0, 50.0, 50.0, -0.0, -40.0, -60.0, -40.0, 20.0, 40.0, 20.0, 20.0, 60.0, 60.0, 60.0, 60.0, 10.0, 10.0, -7.0, -5.0, -3.0, -1.0, 4.0, 4.0, 3.0, 5.0, -3.0, -4.0, -1.0, -0.0, -0.0, -0.0, 2.0, 4.0, 4.0, 6.0, 11.0, 13.0, 11.0, 11.0, 9.0, -2.0, -2.0, -4.0, -0.0, 4.0, 8.0, 10.0, 12.0, 14.0, 14.0, 12.0, 8.0, 9.0, 12.0, 12.0, 13.0, 13.0, 12.0, 3.0, -2.0, 1.0, 5.0, 9.0, 11.0, 14.0, 9.0, 5.0, 7.0, 10.0, 12.0, 14.0, 14.0, 15.0, 14.0, -0.0, -1.0, 6.0, 11.0, 14.0, 12.0, 11.0, 13.0, 15.0, 18.0, 19.0, 11.0, 10.0, 17.0, 18.0, 17.0, 19.0, 19.0, 18.0, 14.0, 17.0, 18.0, 19.0, 19.0, 19.0, 20.0, 20.0, 18.0, 19.0, 19.0, 20.0, 19.0, 18.0, 20.0, 20.0, 19.0, 16.0, 19.0, 21.0, 20.0, 19.0, 17.0, 19.0, 20.0, 20.0, 20.0, 20.0, 18.0, 15.0, 14.0, 14.0, 16.0, 18.0, 18.0, 18.0, 17.0, 16.0, 14.0, 14.0, 16.0, 17.0, 16.0, 15.0, 15.0, 17.0, 16.0, 18.0, 18.0, 19.0, 19.0, 18.0, 18.0, 17.0, 15.0, 16.0, 15.0, 14.0, 18.0, 16.0, 14.0, 16.0, 16.0, 17.0, 16.0, 17.0, 16.0, 17.0, 15.0, 10.0, 9.0, 12.0, 14.0, 12.0, 9.0, 13.0, 14.0, 15.0, 14.0, 13.0, 12.0, 8.0, 8.0, 11.0, 12.0], hold=None, norm=None\u003cbr/\u003eReturned \u003cmatplotlib.collections.PathCollection object at 0x7f7c99998150\u003e", "trial_id": 22, "duration": 253830, "line": 71, "mean": 253830.0}, "index": 5, "name": "scatter", "repr": "S(71-scatter)", "caller_id": 19183, "duration": 253830}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003eextractColumn\u003c/b\u003e called at line 93\u003cbr/\u003eTotal duration: 6957 microseconds for 1 activations\u003cbr/\u003eMean: 6957.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #18820 from 2015-04-12 16:40:15.385991 to 2015-04-12 16:40:15.392948 (6957 microseconds)\u003cbr/\u003eArguments: column=0, d=\u003c?.TabularData instance at 0x7f7c997d9248\u003e, column_name=''\u003cbr/\u003eReturned ['0.0', '1.0', '1.0', '3.0', '5.0', '5.0', '-0.0', '-4.0', '-6.0', '-4.0', '2.0', '4.0', '2.0', '2.0', '6.0', '6.0', '6.0', '6.0', '1.0', '1.0', '-7.0', '-5.0', '-3.0', '-1.0', '4.0', '4.0', '3.0', '5.0', '-3.0', '-4.0', '-1.0', '-0.0', '-0.0', '-0.0', '2.0', '4.0', '4.0', '6.0', '11.0', '13.0', '11.0', '11.0', '9.0', '-2.0', '-2.0', '-4.0', '-0.0', '4.0', '8.0', '10.0', '12.0', '14.0', '14.0', '12.0', '8.0', '9.0', '12.0', '12.0', '13.0', '13.0', '12.0', '3.0', '-2.0', '1.0', '5.0', '9.0', '11.0', '14.0', '9.0', '5.0', '7.0', '10.0', '12.0', '14.0', '14.0', '15.0', '14.0', '-0.0', '-1.0', '6.0', '11.0', '14.0', '12.0', '11.0', '13.0', '15.0', '18.0', '19.0', '11.0', '10.0', '17.0', '18.0', '17.0', '19.0', '19.0', '18.0', '14.0', '17.0', '18.0', '19.0', '19.0', '19.0', '20.0', '20.0', '18.0', '19.0', '19.0', '20.0', '19.0', '18.0', '20.0', '20.0', '19.0', '16.0', '19.0', '21.0', '20.0', '19.0', '17.0', '19.0', '20.0', '20.0', '20.0', '20.0', '18.0', '15.0', '14.0', '14.0', '16.0', '18.0', '18.0', '18.0', '17.0', '16.0', '14.0', '14.0', '16.0', '17.0', '16.0', '15.0', '15.0', '17.0', '16.0', '18.0', '18.0', '19.0', '19.0', '18.0', '18.0', '17.0', '15.0', '16.0', '15.0', '14.0', '18.0', '16.0', '14.0', '16.0', '16.0', '17.0', '16.0', '17.0', '16.0', '17.0', '15.0', '10.0', '9.0', '12.0', '14.0', '12.0', '9.0', '13.0', '14.0', '15.0', '14.0', '13.0', '12.0', '8.0', '8.0', '11.0', '12.0', '10.0', '1.0', '1.0', '3.0', '50.0', '50.0', '-00.0', '-40.0', '-60.0', '-40.0', '20.0', '40.0', '20.0', '20.0', '60.0', '60.0', '60.0', '60.0', '10.0', '10.0', '-7.0', '-5.0', '-3.0', '-1.0', '4.0', '4.0', '3.0', '5.0', '-3.0', '-4.0', '-1.0', '-0.0', '-0.0', '-0.0', '2.0', '4.0', '4.0', '6.0', '11.0', '13.0', '11.0', '11.0', '9.0', '-2.0', '-2.0', '-4.0', '-0.0', '4.0', '8.0', '10.0', '12.0', '14.0', '14.0', '12.0', '8.0', '9.0', '12.0', '12.0', '13.0', '13.0', '12.0', '3.0', '-2.0', '1.0', '5.0', '9.0', '11.0', '14.0', '9.0', '5.0', '7.0', '10.0', '12.0', '14.0', '14.0', '15.0', '14.0', '-0.0', '-1.0', '6.0', '11.0', '14.0', '12.0', '11.0', '13.0', '15.0', '18.0', '19.0', '11.0', '10.0', '17.0', '18.0', '17.0', '19.0', '19.0', '18.0', '14.0', '17.0', '18.0', '19.0', '19.0', '19.0', '20.0', '20.0', '18.0', '19.0', '19.0', '20.0', '19.0', '18.0', '20.0', '20.0', '19.0', '16.0', '19.0', '21.0', '20.0', '19.0', '17.0', '19.0', '20.0', '20.0', '20.0', '20.0', '18.0', '15.0', '14.0', '14.0', '16.0', '18.0', '18.0', '18.0', '17.0', '16.0', '14.0', '14.0', '16.0', '17.0', '16.0', '15.0', '15.0', '17.0', '16.0', '18.0', '18.0', '19.0', '19.0', '18.0', '18.0', '17.0', '15.0', '16.0', '15.0', '14.0', '18.0', '16.0', '14.0', '16.0', '16.0', '17.0', '16.0', '17.0', '16.0', '17.0', '15.0', '10.0', '9.0', '12.0', '14.0', '12.0', '9.0', '13.0', '14.0', '15.0', '14.0', '13.0', '12.0', '8.0', '8.0', '11.0', '12.0']", "trial_id": 22, "duration": 6957, "line": 93, "mean": 6957.0}, "index": 6, "name": "extractColumn", "repr": "C(S(93-extractColumn), G([S(63-list.append)-361-\u003eS(63-list.append)]))", "caller_id": 17712, "duration": 6957}, {"node": {"count": 362, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003elist.append\u003c/b\u003e called at line 63\u003cbr/\u003eTotal duration: 2220 microseconds for 362 activations\u003cbr/\u003eMean: 6.13259668508 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #18821 from 2015-04-12 16:40:15.386011 to 2015-04-12 16:40:15.386018 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18822 from 2015-04-12 16:40:15.386032 to 2015-04-12 16:40:15.386038 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18823 from 2015-04-12 16:40:15.386050 to 2015-04-12 16:40:15.386056 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18824 from 2015-04-12 16:40:15.386069 to 2015-04-12 16:40:15.386075 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18825 from 2015-04-12 16:40:15.386088 to 2015-04-12 16:40:15.386094 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18826 from 2015-04-12 16:40:15.386106 to 2015-04-12 16:40:15.386112 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18827 from 2015-04-12 16:40:15.386125 to 2015-04-12 16:40:15.386131 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18828 from 2015-04-12 16:40:15.386143 to 2015-04-12 16:40:15.386149 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18829 from 2015-04-12 16:40:15.386161 to 2015-04-12 16:40:15.386167 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18830 from 2015-04-12 16:40:15.386180 to 2015-04-12 16:40:15.386186 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18831 from 2015-04-12 16:40:15.386199 to 2015-04-12 16:40:15.386205 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18832 from 2015-04-12 16:40:15.386217 to 2015-04-12 16:40:15.386223 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18833 from 2015-04-12 16:40:15.386235 to 2015-04-12 16:40:15.386241 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18834 from 2015-04-12 16:40:15.386254 to 2015-04-12 16:40:15.386260 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18835 from 2015-04-12 16:40:15.386272 to 2015-04-12 16:40:15.386278 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18836 from 2015-04-12 16:40:15.386290 to 2015-04-12 16:40:15.386296 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18837 from 2015-04-12 16:40:15.386309 to 2015-04-12 16:40:15.386315 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18838 from 2015-04-12 16:40:15.386328 to 2015-04-12 16:40:15.386334 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18839 from 2015-04-12 16:40:15.386346 to 2015-04-12 16:40:15.386352 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18840 from 2015-04-12 16:40:15.386365 to 2015-04-12 16:40:15.386370 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18841 from 2015-04-12 16:40:15.386383 to 2015-04-12 16:40:15.386389 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18842 from 2015-04-12 16:40:15.386401 to 2015-04-12 16:40:15.386407 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18843 from 2015-04-12 16:40:15.386448 to 2015-04-12 16:40:15.386455 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18844 from 2015-04-12 16:40:15.386468 to 2015-04-12 16:40:15.386474 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18845 from 2015-04-12 16:40:15.386487 to 2015-04-12 16:40:15.386493 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18846 from 2015-04-12 16:40:15.386505 to 2015-04-12 16:40:15.386512 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18847 from 2015-04-12 16:40:15.386524 to 2015-04-12 16:40:15.386530 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18848 from 2015-04-12 16:40:15.386543 to 2015-04-12 16:40:15.386549 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18849 from 2015-04-12 16:40:15.386561 to 2015-04-12 16:40:15.386567 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18850 from 2015-04-12 16:40:15.386580 to 2015-04-12 16:40:15.386586 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18851 from 2015-04-12 16:40:15.386598 to 2015-04-12 16:40:15.386604 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18852 from 2015-04-12 16:40:15.386617 to 2015-04-12 16:40:15.386623 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18853 from 2015-04-12 16:40:15.386635 to 2015-04-12 16:40:15.386641 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18854 from 2015-04-12 16:40:15.386654 to 2015-04-12 16:40:15.386660 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18855 from 2015-04-12 16:40:15.386672 to 2015-04-12 16:40:15.386678 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18856 from 2015-04-12 16:40:15.386690 to 2015-04-12 16:40:15.386696 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18857 from 2015-04-12 16:40:15.386709 to 2015-04-12 16:40:15.386715 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18858 from 2015-04-12 16:40:15.386727 to 2015-04-12 16:40:15.386733 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18859 from 2015-04-12 16:40:15.386746 to 2015-04-12 16:40:15.386752 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18860 from 2015-04-12 16:40:15.386764 to 2015-04-12 16:40:15.386770 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18861 from 2015-04-12 16:40:15.386782 to 2015-04-12 16:40:15.386788 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18862 from 2015-04-12 16:40:15.386801 to 2015-04-12 16:40:15.386807 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18863 from 2015-04-12 16:40:15.386819 to 2015-04-12 16:40:15.386825 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18864 from 2015-04-12 16:40:15.386838 to 2015-04-12 16:40:15.386843 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18865 from 2015-04-12 16:40:15.386856 to 2015-04-12 16:40:15.386862 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18866 from 2015-04-12 16:40:15.386874 to 2015-04-12 16:40:15.386880 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18867 from 2015-04-12 16:40:15.386892 to 2015-04-12 16:40:15.386898 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18868 from 2015-04-12 16:40:15.386911 to 2015-04-12 16:40:15.386917 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18869 from 2015-04-12 16:40:15.386930 to 2015-04-12 16:40:15.386936 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18870 from 2015-04-12 16:40:15.386948 to 2015-04-12 16:40:15.386954 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18871 from 2015-04-12 16:40:15.386967 to 2015-04-12 16:40:15.386972 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18872 from 2015-04-12 16:40:15.386985 to 2015-04-12 16:40:15.386991 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18873 from 2015-04-12 16:40:15.387003 to 2015-04-12 16:40:15.387009 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18874 from 2015-04-12 16:40:15.387022 to 2015-04-12 16:40:15.387028 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18875 from 2015-04-12 16:40:15.387040 to 2015-04-12 16:40:15.387046 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18876 from 2015-04-12 16:40:15.387058 to 2015-04-12 16:40:15.387064 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18877 from 2015-04-12 16:40:15.387077 to 2015-04-12 16:40:15.387083 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18878 from 2015-04-12 16:40:15.387095 to 2015-04-12 16:40:15.387101 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18879 from 2015-04-12 16:40:15.387113 to 2015-04-12 16:40:15.387120 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18880 from 2015-04-12 16:40:15.387132 to 2015-04-12 16:40:15.387138 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18881 from 2015-04-12 16:40:15.387151 to 2015-04-12 16:40:15.387157 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18882 from 2015-04-12 16:40:15.387169 to 2015-04-12 16:40:15.387175 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18883 from 2015-04-12 16:40:15.387188 to 2015-04-12 16:40:15.387194 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18884 from 2015-04-12 16:40:15.387206 to 2015-04-12 16:40:15.387212 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18885 from 2015-04-12 16:40:15.387224 to 2015-04-12 16:40:15.387230 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18886 from 2015-04-12 16:40:15.387243 to 2015-04-12 16:40:15.387249 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18887 from 2015-04-12 16:40:15.387261 to 2015-04-12 16:40:15.387267 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18888 from 2015-04-12 16:40:15.387279 to 2015-04-12 16:40:15.387285 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18889 from 2015-04-12 16:40:15.387298 to 2015-04-12 16:40:15.387304 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18890 from 2015-04-12 16:40:15.387316 to 2015-04-12 16:40:15.387322 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18891 from 2015-04-12 16:40:15.387335 to 2015-04-12 16:40:15.387341 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18892 from 2015-04-12 16:40:15.387353 to 2015-04-12 16:40:15.387359 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18893 from 2015-04-12 16:40:15.387371 to 2015-04-12 16:40:15.387378 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18894 from 2015-04-12 16:40:15.387390 to 2015-04-12 16:40:15.387396 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18895 from 2015-04-12 16:40:15.387409 to 2015-04-12 16:40:15.387415 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18896 from 2015-04-12 16:40:15.387427 to 2015-04-12 16:40:15.387433 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18897 from 2015-04-12 16:40:15.387446 to 2015-04-12 16:40:15.387451 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18898 from 2015-04-12 16:40:15.387464 to 2015-04-12 16:40:15.387470 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18899 from 2015-04-12 16:40:15.387482 to 2015-04-12 16:40:15.387488 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18900 from 2015-04-12 16:40:15.387500 to 2015-04-12 16:40:15.387506 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18901 from 2015-04-12 16:40:15.387519 to 2015-04-12 16:40:15.387525 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18902 from 2015-04-12 16:40:15.387537 to 2015-04-12 16:40:15.387543 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18903 from 2015-04-12 16:40:15.387556 to 2015-04-12 16:40:15.387561 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18904 from 2015-04-12 16:40:15.387574 to 2015-04-12 16:40:15.387580 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18905 from 2015-04-12 16:40:15.387592 to 2015-04-12 16:40:15.387598 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18906 from 2015-04-12 16:40:15.387610 to 2015-04-12 16:40:15.387616 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18907 from 2015-04-12 16:40:15.387629 to 2015-04-12 16:40:15.387635 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18908 from 2015-04-12 16:40:15.387647 to 2015-04-12 16:40:15.387653 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18909 from 2015-04-12 16:40:15.387666 to 2015-04-12 16:40:15.387672 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18910 from 2015-04-12 16:40:15.387685 to 2015-04-12 16:40:15.387691 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18911 from 2015-04-12 16:40:15.387704 to 2015-04-12 16:40:15.387709 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18912 from 2015-04-12 16:40:15.387733 to 2015-04-12 16:40:15.387745 (12 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18913 from 2015-04-12 16:40:15.387785 to 2015-04-12 16:40:15.387792 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18914 from 2015-04-12 16:40:15.387806 to 2015-04-12 16:40:15.387812 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18915 from 2015-04-12 16:40:15.387824 to 2015-04-12 16:40:15.387830 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18916 from 2015-04-12 16:40:15.387843 to 2015-04-12 16:40:15.387849 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18917 from 2015-04-12 16:40:15.387861 to 2015-04-12 16:40:15.387867 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18918 from 2015-04-12 16:40:15.387880 to 2015-04-12 16:40:15.387885 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18919 from 2015-04-12 16:40:15.387898 to 2015-04-12 16:40:15.387904 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18920 from 2015-04-12 16:40:15.387916 to 2015-04-12 16:40:15.387922 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18921 from 2015-04-12 16:40:15.387935 to 2015-04-12 16:40:15.387940 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18922 from 2015-04-12 16:40:15.387953 to 2015-04-12 16:40:15.387959 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18923 from 2015-04-12 16:40:15.387972 to 2015-04-12 16:40:15.387978 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18924 from 2015-04-12 16:40:15.387990 to 2015-04-12 16:40:15.387996 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18925 from 2015-04-12 16:40:15.388009 to 2015-04-12 16:40:15.388015 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18926 from 2015-04-12 16:40:15.388027 to 2015-04-12 16:40:15.388033 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18927 from 2015-04-12 16:40:15.388046 to 2015-04-12 16:40:15.388053 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18928 from 2015-04-12 16:40:15.388067 to 2015-04-12 16:40:15.388073 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18929 from 2015-04-12 16:40:15.388085 to 2015-04-12 16:40:15.388091 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18930 from 2015-04-12 16:40:15.388103 to 2015-04-12 16:40:15.388109 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18931 from 2015-04-12 16:40:15.388121 to 2015-04-12 16:40:15.388127 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18932 from 2015-04-12 16:40:15.388139 to 2015-04-12 16:40:15.388145 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18933 from 2015-04-12 16:40:15.388158 to 2015-04-12 16:40:15.388164 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18934 from 2015-04-12 16:40:15.388176 to 2015-04-12 16:40:15.388182 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18935 from 2015-04-12 16:40:15.388205 to 2015-04-12 16:40:15.388221 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18936 from 2015-04-12 16:40:15.388237 to 2015-04-12 16:40:15.388243 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18937 from 2015-04-12 16:40:15.388256 to 2015-04-12 16:40:15.388272 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18938 from 2015-04-12 16:40:15.388285 to 2015-04-12 16:40:15.388291 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18939 from 2015-04-12 16:40:15.388304 to 2015-04-12 16:40:15.388310 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18940 from 2015-04-12 16:40:15.388322 to 2015-04-12 16:40:15.388328 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18941 from 2015-04-12 16:40:15.388340 to 2015-04-12 16:40:15.388346 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18942 from 2015-04-12 16:40:15.388359 to 2015-04-12 16:40:15.388364 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18943 from 2015-04-12 16:40:15.388377 to 2015-04-12 16:40:15.388383 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18944 from 2015-04-12 16:40:15.388395 to 2015-04-12 16:40:15.388401 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18945 from 2015-04-12 16:40:15.388413 to 2015-04-12 16:40:15.388419 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18946 from 2015-04-12 16:40:15.388432 to 2015-04-12 16:40:15.388438 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18947 from 2015-04-12 16:40:15.388450 to 2015-04-12 16:40:15.388457 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18948 from 2015-04-12 16:40:15.388470 to 2015-04-12 16:40:15.388476 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18949 from 2015-04-12 16:40:15.388488 to 2015-04-12 16:40:15.388494 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18950 from 2015-04-12 16:40:15.388507 to 2015-04-12 16:40:15.388512 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18951 from 2015-04-12 16:40:15.388525 to 2015-04-12 16:40:15.388531 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18952 from 2015-04-12 16:40:15.388543 to 2015-04-12 16:40:15.388549 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18953 from 2015-04-12 16:40:15.388562 to 2015-04-12 16:40:15.388568 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18954 from 2015-04-12 16:40:15.388580 to 2015-04-12 16:40:15.388586 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18955 from 2015-04-12 16:40:15.388599 to 2015-04-12 16:40:15.388605 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18956 from 2015-04-12 16:40:15.388617 to 2015-04-12 16:40:15.388623 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18957 from 2015-04-12 16:40:15.388636 to 2015-04-12 16:40:15.388642 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18958 from 2015-04-12 16:40:15.388654 to 2015-04-12 16:40:15.388660 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18959 from 2015-04-12 16:40:15.388672 to 2015-04-12 16:40:15.388678 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18960 from 2015-04-12 16:40:15.388691 to 2015-04-12 16:40:15.388697 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18961 from 2015-04-12 16:40:15.388709 to 2015-04-12 16:40:15.388715 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18962 from 2015-04-12 16:40:15.388727 to 2015-04-12 16:40:15.388733 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18963 from 2015-04-12 16:40:15.388746 to 2015-04-12 16:40:15.388751 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18964 from 2015-04-12 16:40:15.388764 to 2015-04-12 16:40:15.388770 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18965 from 2015-04-12 16:40:15.388783 to 2015-04-12 16:40:15.388788 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18966 from 2015-04-12 16:40:15.388801 to 2015-04-12 16:40:15.388807 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18967 from 2015-04-12 16:40:15.388819 to 2015-04-12 16:40:15.388825 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18968 from 2015-04-12 16:40:15.388837 to 2015-04-12 16:40:15.388843 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18969 from 2015-04-12 16:40:15.388856 to 2015-04-12 16:40:15.388862 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18970 from 2015-04-12 16:40:15.388876 to 2015-04-12 16:40:15.388882 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18971 from 2015-04-12 16:40:15.388894 to 2015-04-12 16:40:15.388900 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18972 from 2015-04-12 16:40:15.388912 to 2015-04-12 16:40:15.388918 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18973 from 2015-04-12 16:40:15.388930 to 2015-04-12 16:40:15.388936 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18974 from 2015-04-12 16:40:15.388949 to 2015-04-12 16:40:15.388955 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18975 from 2015-04-12 16:40:15.388967 to 2015-04-12 16:40:15.388973 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18976 from 2015-04-12 16:40:15.388986 to 2015-04-12 16:40:15.388992 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18977 from 2015-04-12 16:40:15.389004 to 2015-04-12 16:40:15.389010 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18978 from 2015-04-12 16:40:15.389022 to 2015-04-12 16:40:15.389028 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18979 from 2015-04-12 16:40:15.389041 to 2015-04-12 16:40:15.389046 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18980 from 2015-04-12 16:40:15.389059 to 2015-04-12 16:40:15.389065 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18981 from 2015-04-12 16:40:15.389077 to 2015-04-12 16:40:15.389083 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18982 from 2015-04-12 16:40:15.389095 to 2015-04-12 16:40:15.389101 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18983 from 2015-04-12 16:40:15.389137 to 2015-04-12 16:40:15.389144 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18984 from 2015-04-12 16:40:15.389157 to 2015-04-12 16:40:15.389163 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18985 from 2015-04-12 16:40:15.389176 to 2015-04-12 16:40:15.389182 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18986 from 2015-04-12 16:40:15.389194 to 2015-04-12 16:40:15.389200 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18987 from 2015-04-12 16:40:15.389212 to 2015-04-12 16:40:15.389218 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18988 from 2015-04-12 16:40:15.389231 to 2015-04-12 16:40:15.389237 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18989 from 2015-04-12 16:40:15.389249 to 2015-04-12 16:40:15.389255 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18990 from 2015-04-12 16:40:15.389267 to 2015-04-12 16:40:15.389273 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18991 from 2015-04-12 16:40:15.389285 to 2015-04-12 16:40:15.389291 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18992 from 2015-04-12 16:40:15.389304 to 2015-04-12 16:40:15.389310 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18993 from 2015-04-12 16:40:15.389323 to 2015-04-12 16:40:15.389328 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18994 from 2015-04-12 16:40:15.389341 to 2015-04-12 16:40:15.389348 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18995 from 2015-04-12 16:40:15.389361 to 2015-04-12 16:40:15.389367 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18996 from 2015-04-12 16:40:15.389380 to 2015-04-12 16:40:15.389386 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18997 from 2015-04-12 16:40:15.389398 to 2015-04-12 16:40:15.389404 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18998 from 2015-04-12 16:40:15.389417 to 2015-04-12 16:40:15.389423 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18999 from 2015-04-12 16:40:15.389435 to 2015-04-12 16:40:15.389441 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19000 from 2015-04-12 16:40:15.389453 to 2015-04-12 16:40:15.389459 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19001 from 2015-04-12 16:40:15.389472 to 2015-04-12 16:40:15.389478 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19002 from 2015-04-12 16:40:15.389490 to 2015-04-12 16:40:15.389496 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19003 from 2015-04-12 16:40:15.389509 to 2015-04-12 16:40:15.389514 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19004 from 2015-04-12 16:40:15.389527 to 2015-04-12 16:40:15.389533 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19005 from 2015-04-12 16:40:15.389545 to 2015-04-12 16:40:15.389551 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19006 from 2015-04-12 16:40:15.389564 to 2015-04-12 16:40:15.389570 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19007 from 2015-04-12 16:40:15.389582 to 2015-04-12 16:40:15.389588 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19008 from 2015-04-12 16:40:15.389601 to 2015-04-12 16:40:15.389607 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19009 from 2015-04-12 16:40:15.389619 to 2015-04-12 16:40:15.389625 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19010 from 2015-04-12 16:40:15.389638 to 2015-04-12 16:40:15.389644 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19011 from 2015-04-12 16:40:15.389656 to 2015-04-12 16:40:15.389662 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19012 from 2015-04-12 16:40:15.389675 to 2015-04-12 16:40:15.389681 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19013 from 2015-04-12 16:40:15.389693 to 2015-04-12 16:40:15.389699 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19014 from 2015-04-12 16:40:15.389711 to 2015-04-12 16:40:15.389717 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19015 from 2015-04-12 16:40:15.389730 to 2015-04-12 16:40:15.389735 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19016 from 2015-04-12 16:40:15.389748 to 2015-04-12 16:40:15.389754 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19017 from 2015-04-12 16:40:15.389766 to 2015-04-12 16:40:15.389772 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19018 from 2015-04-12 16:40:15.389784 to 2015-04-12 16:40:15.389790 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19019 from 2015-04-12 16:40:15.389802 to 2015-04-12 16:40:15.389808 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19020 from 2015-04-12 16:40:15.389820 to 2015-04-12 16:40:15.389826 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19021 from 2015-04-12 16:40:15.389839 to 2015-04-12 16:40:15.389845 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19022 from 2015-04-12 16:40:15.389857 to 2015-04-12 16:40:15.389864 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19023 from 2015-04-12 16:40:15.389877 to 2015-04-12 16:40:15.389883 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19024 from 2015-04-12 16:40:15.389896 to 2015-04-12 16:40:15.389902 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19025 from 2015-04-12 16:40:15.389914 to 2015-04-12 16:40:15.389920 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19026 from 2015-04-12 16:40:15.389943 to 2015-04-12 16:40:15.389956 (13 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19027 from 2015-04-12 16:40:15.389973 to 2015-04-12 16:40:15.389979 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19028 from 2015-04-12 16:40:15.389992 to 2015-04-12 16:40:15.389998 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19029 from 2015-04-12 16:40:15.390010 to 2015-04-12 16:40:15.390016 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19030 from 2015-04-12 16:40:15.390029 to 2015-04-12 16:40:15.390035 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19031 from 2015-04-12 16:40:15.390047 to 2015-04-12 16:40:15.390053 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19032 from 2015-04-12 16:40:15.390066 to 2015-04-12 16:40:15.390072 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19033 from 2015-04-12 16:40:15.390084 to 2015-04-12 16:40:15.390090 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19034 from 2015-04-12 16:40:15.390103 to 2015-04-12 16:40:15.390108 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19035 from 2015-04-12 16:40:15.390121 to 2015-04-12 16:40:15.390127 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19036 from 2015-04-12 16:40:15.390140 to 2015-04-12 16:40:15.390145 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19037 from 2015-04-12 16:40:15.390158 to 2015-04-12 16:40:15.390164 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19038 from 2015-04-12 16:40:15.390176 to 2015-04-12 16:40:15.390182 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19039 from 2015-04-12 16:40:15.390194 to 2015-04-12 16:40:15.390200 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19040 from 2015-04-12 16:40:15.390213 to 2015-04-12 16:40:15.390220 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19041 from 2015-04-12 16:40:15.390232 to 2015-04-12 16:40:15.390238 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19042 from 2015-04-12 16:40:15.390251 to 2015-04-12 16:40:15.390257 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19043 from 2015-04-12 16:40:15.390269 to 2015-04-12 16:40:15.390275 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19044 from 2015-04-12 16:40:15.390287 to 2015-04-12 16:40:15.390293 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19045 from 2015-04-12 16:40:15.390305 to 2015-04-12 16:40:15.390311 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19046 from 2015-04-12 16:40:15.390323 to 2015-04-12 16:40:15.390329 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19047 from 2015-04-12 16:40:15.390341 to 2015-04-12 16:40:15.390347 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19048 from 2015-04-12 16:40:15.390360 to 2015-04-12 16:40:15.390365 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19049 from 2015-04-12 16:40:15.390379 to 2015-04-12 16:40:15.390384 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19050 from 2015-04-12 16:40:15.390397 to 2015-04-12 16:40:15.390403 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19051 from 2015-04-12 16:40:15.390415 to 2015-04-12 16:40:15.390421 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19052 from 2015-04-12 16:40:15.390433 to 2015-04-12 16:40:15.390439 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19053 from 2015-04-12 16:40:15.390476 to 2015-04-12 16:40:15.390483 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19054 from 2015-04-12 16:40:15.390497 to 2015-04-12 16:40:15.390504 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19055 from 2015-04-12 16:40:15.390518 to 2015-04-12 16:40:15.390524 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19056 from 2015-04-12 16:40:15.390536 to 2015-04-12 16:40:15.390542 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19057 from 2015-04-12 16:40:15.390555 to 2015-04-12 16:40:15.390560 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19058 from 2015-04-12 16:40:15.390573 to 2015-04-12 16:40:15.390579 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19059 from 2015-04-12 16:40:15.390592 to 2015-04-12 16:40:15.390598 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19060 from 2015-04-12 16:40:15.390610 to 2015-04-12 16:40:15.390616 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19061 from 2015-04-12 16:40:15.390629 to 2015-04-12 16:40:15.390635 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19062 from 2015-04-12 16:40:15.390647 to 2015-04-12 16:40:15.390653 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19063 from 2015-04-12 16:40:15.390666 to 2015-04-12 16:40:15.390671 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19064 from 2015-04-12 16:40:15.390684 to 2015-04-12 16:40:15.390690 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19065 from 2015-04-12 16:40:15.390702 to 2015-04-12 16:40:15.390708 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19066 from 2015-04-12 16:40:15.390721 to 2015-04-12 16:40:15.390726 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19067 from 2015-04-12 16:40:15.390739 to 2015-04-12 16:40:15.390745 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19068 from 2015-04-12 16:40:15.390758 to 2015-04-12 16:40:15.390764 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19069 from 2015-04-12 16:40:15.390776 to 2015-04-12 16:40:15.390782 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19070 from 2015-04-12 16:40:15.390794 to 2015-04-12 16:40:15.390800 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19071 from 2015-04-12 16:40:15.390812 to 2015-04-12 16:40:15.390818 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19072 from 2015-04-12 16:40:15.390831 to 2015-04-12 16:40:15.390837 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19073 from 2015-04-12 16:40:15.390850 to 2015-04-12 16:40:15.390856 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19074 from 2015-04-12 16:40:15.390868 to 2015-04-12 16:40:15.390874 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19075 from 2015-04-12 16:40:15.390886 to 2015-04-12 16:40:15.390892 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19076 from 2015-04-12 16:40:15.390904 to 2015-04-12 16:40:15.390910 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19077 from 2015-04-12 16:40:15.390923 to 2015-04-12 16:40:15.390929 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19078 from 2015-04-12 16:40:15.390941 to 2015-04-12 16:40:15.390947 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19079 from 2015-04-12 16:40:15.390959 to 2015-04-12 16:40:15.390965 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19080 from 2015-04-12 16:40:15.390978 to 2015-04-12 16:40:15.390984 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19081 from 2015-04-12 16:40:15.390996 to 2015-04-12 16:40:15.391002 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19082 from 2015-04-12 16:40:15.391014 to 2015-04-12 16:40:15.391020 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19083 from 2015-04-12 16:40:15.391033 to 2015-04-12 16:40:15.391039 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19084 from 2015-04-12 16:40:15.391051 to 2015-04-12 16:40:15.391057 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19085 from 2015-04-12 16:40:15.391069 to 2015-04-12 16:40:15.391075 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19086 from 2015-04-12 16:40:15.391088 to 2015-04-12 16:40:15.391094 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19087 from 2015-04-12 16:40:15.391106 to 2015-04-12 16:40:15.391112 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19088 from 2015-04-12 16:40:15.391124 to 2015-04-12 16:40:15.391130 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19089 from 2015-04-12 16:40:15.391143 to 2015-04-12 16:40:15.391149 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19090 from 2015-04-12 16:40:15.391161 to 2015-04-12 16:40:15.391168 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19091 from 2015-04-12 16:40:15.391181 to 2015-04-12 16:40:15.391187 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19092 from 2015-04-12 16:40:15.391199 to 2015-04-12 16:40:15.391205 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19093 from 2015-04-12 16:40:15.391217 to 2015-04-12 16:40:15.391223 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19094 from 2015-04-12 16:40:15.391236 to 2015-04-12 16:40:15.391242 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19095 from 2015-04-12 16:40:15.391254 to 2015-04-12 16:40:15.391260 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19096 from 2015-04-12 16:40:15.391272 to 2015-04-12 16:40:15.391278 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19097 from 2015-04-12 16:40:15.391291 to 2015-04-12 16:40:15.391297 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19098 from 2015-04-12 16:40:15.391309 to 2015-04-12 16:40:15.391315 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19099 from 2015-04-12 16:40:15.391327 to 2015-04-12 16:40:15.391333 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19100 from 2015-04-12 16:40:15.391346 to 2015-04-12 16:40:15.391352 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19101 from 2015-04-12 16:40:15.391364 to 2015-04-12 16:40:15.391370 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19102 from 2015-04-12 16:40:15.391383 to 2015-04-12 16:40:15.391388 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19103 from 2015-04-12 16:40:15.391401 to 2015-04-12 16:40:15.391407 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19104 from 2015-04-12 16:40:15.391419 to 2015-04-12 16:40:15.391425 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19105 from 2015-04-12 16:40:15.391438 to 2015-04-12 16:40:15.391444 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19106 from 2015-04-12 16:40:15.391456 to 2015-04-12 16:40:15.391462 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19107 from 2015-04-12 16:40:15.391474 to 2015-04-12 16:40:15.391480 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19108 from 2015-04-12 16:40:15.391492 to 2015-04-12 16:40:15.391498 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19109 from 2015-04-12 16:40:15.391510 to 2015-04-12 16:40:15.391516 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19110 from 2015-04-12 16:40:15.391529 to 2015-04-12 16:40:15.391535 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19111 from 2015-04-12 16:40:15.391547 to 2015-04-12 16:40:15.391553 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19112 from 2015-04-12 16:40:15.391565 to 2015-04-12 16:40:15.391571 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19113 from 2015-04-12 16:40:15.391583 to 2015-04-12 16:40:15.391589 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19114 from 2015-04-12 16:40:15.391602 to 2015-04-12 16:40:15.391608 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19115 from 2015-04-12 16:40:15.391620 to 2015-04-12 16:40:15.391626 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19116 from 2015-04-12 16:40:15.391639 to 2015-04-12 16:40:15.391645 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19117 from 2015-04-12 16:40:15.391657 to 2015-04-12 16:40:15.391663 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19118 from 2015-04-12 16:40:15.391676 to 2015-04-12 16:40:15.391681 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19119 from 2015-04-12 16:40:15.391694 to 2015-04-12 16:40:15.391700 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19120 from 2015-04-12 16:40:15.391712 to 2015-04-12 16:40:15.391718 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19121 from 2015-04-12 16:40:15.391731 to 2015-04-12 16:40:15.391736 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19122 from 2015-04-12 16:40:15.391749 to 2015-04-12 16:40:15.391755 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19123 from 2015-04-12 16:40:15.391790 to 2015-04-12 16:40:15.391797 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19124 from 2015-04-12 16:40:15.391811 to 2015-04-12 16:40:15.391817 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19125 from 2015-04-12 16:40:15.391829 to 2015-04-12 16:40:15.391835 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19126 from 2015-04-12 16:40:15.391848 to 2015-04-12 16:40:15.391853 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19127 from 2015-04-12 16:40:15.391866 to 2015-04-12 16:40:15.391872 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19128 from 2015-04-12 16:40:15.391884 to 2015-04-12 16:40:15.391890 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19129 from 2015-04-12 16:40:15.391903 to 2015-04-12 16:40:15.391909 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19130 from 2015-04-12 16:40:15.391921 to 2015-04-12 16:40:15.391928 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19131 from 2015-04-12 16:40:15.391942 to 2015-04-12 16:40:15.391948 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19132 from 2015-04-12 16:40:15.391960 to 2015-04-12 16:40:15.391966 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19133 from 2015-04-12 16:40:15.391978 to 2015-04-12 16:40:15.391984 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19134 from 2015-04-12 16:40:15.391996 to 2015-04-12 16:40:15.392002 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19135 from 2015-04-12 16:40:15.392015 to 2015-04-12 16:40:15.392020 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19136 from 2015-04-12 16:40:15.392033 to 2015-04-12 16:40:15.392038 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19137 from 2015-04-12 16:40:15.392051 to 2015-04-12 16:40:15.392057 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19138 from 2015-04-12 16:40:15.392070 to 2015-04-12 16:40:15.392076 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19139 from 2015-04-12 16:40:15.392088 to 2015-04-12 16:40:15.392094 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19140 from 2015-04-12 16:40:15.392115 to 2015-04-12 16:40:15.392127 (12 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19141 from 2015-04-12 16:40:15.392142 to 2015-04-12 16:40:15.392148 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19142 from 2015-04-12 16:40:15.392161 to 2015-04-12 16:40:15.392167 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19143 from 2015-04-12 16:40:15.392180 to 2015-04-12 16:40:15.392186 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19144 from 2015-04-12 16:40:15.392209 to 2015-04-12 16:40:15.392226 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19145 from 2015-04-12 16:40:15.392240 to 2015-04-12 16:40:15.392246 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19146 from 2015-04-12 16:40:15.392260 to 2015-04-12 16:40:15.392275 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19147 from 2015-04-12 16:40:15.392288 to 2015-04-12 16:40:15.392294 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19148 from 2015-04-12 16:40:15.392306 to 2015-04-12 16:40:15.392312 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19149 from 2015-04-12 16:40:15.392325 to 2015-04-12 16:40:15.392331 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19150 from 2015-04-12 16:40:15.392343 to 2015-04-12 16:40:15.392349 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19151 from 2015-04-12 16:40:15.392361 to 2015-04-12 16:40:15.392367 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19152 from 2015-04-12 16:40:15.392380 to 2015-04-12 16:40:15.392386 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19153 from 2015-04-12 16:40:15.392399 to 2015-04-12 16:40:15.392405 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19154 from 2015-04-12 16:40:15.392417 to 2015-04-12 16:40:15.392423 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19155 from 2015-04-12 16:40:15.392436 to 2015-04-12 16:40:15.392441 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19156 from 2015-04-12 16:40:15.392454 to 2015-04-12 16:40:15.392460 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19157 from 2015-04-12 16:40:15.392472 to 2015-04-12 16:40:15.392478 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19158 from 2015-04-12 16:40:15.392491 to 2015-04-12 16:40:15.392497 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19159 from 2015-04-12 16:40:15.392509 to 2015-04-12 16:40:15.392515 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19160 from 2015-04-12 16:40:15.392528 to 2015-04-12 16:40:15.392534 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19161 from 2015-04-12 16:40:15.392546 to 2015-04-12 16:40:15.392552 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19162 from 2015-04-12 16:40:15.392565 to 2015-04-12 16:40:15.392571 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19163 from 2015-04-12 16:40:15.392583 to 2015-04-12 16:40:15.392589 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19164 from 2015-04-12 16:40:15.392601 to 2015-04-12 16:40:15.392607 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19165 from 2015-04-12 16:40:15.392620 to 2015-04-12 16:40:15.392626 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19166 from 2015-04-12 16:40:15.392638 to 2015-04-12 16:40:15.392644 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19167 from 2015-04-12 16:40:15.392657 to 2015-04-12 16:40:15.392663 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19168 from 2015-04-12 16:40:15.392675 to 2015-04-12 16:40:15.392681 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19169 from 2015-04-12 16:40:15.392693 to 2015-04-12 16:40:15.392699 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19170 from 2015-04-12 16:40:15.392712 to 2015-04-12 16:40:15.392718 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19171 from 2015-04-12 16:40:15.392730 to 2015-04-12 16:40:15.392736 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19172 from 2015-04-12 16:40:15.392749 to 2015-04-12 16:40:15.392755 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19173 from 2015-04-12 16:40:15.392767 to 2015-04-12 16:40:15.392773 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19174 from 2015-04-12 16:40:15.392785 to 2015-04-12 16:40:15.392791 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19175 from 2015-04-12 16:40:15.392804 to 2015-04-12 16:40:15.392811 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19176 from 2015-04-12 16:40:15.392825 to 2015-04-12 16:40:15.392832 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19177 from 2015-04-12 16:40:15.392844 to 2015-04-12 16:40:15.392850 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19178 from 2015-04-12 16:40:15.392862 to 2015-04-12 16:40:15.392868 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19179 from 2015-04-12 16:40:15.392881 to 2015-04-12 16:40:15.392887 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19180 from 2015-04-12 16:40:15.392899 to 2015-04-12 16:40:15.392905 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19181 from 2015-04-12 16:40:15.392917 to 2015-04-12 16:40:15.392923 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #19182 from 2015-04-12 16:40:15.392936 to 2015-04-12 16:40:15.392942 (6 microseconds)\u003cbr/\u003eReturned None", "trial_id": 22, "duration": 2220, "line": 63, "mean": 6.132596685082873}, "index": 7, "name": "list.append", "repr": "S(63-list.append)", "caller_id": 18820, "duration": 4434}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003eextractColumn\u003c/b\u003e called at line 90\u003cbr/\u003eTotal duration: 7543 microseconds for 1 activations\u003cbr/\u003eMean: 7543.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #18457 from 2015-04-12 16:40:15.378331 to 2015-04-12 16:40:15.385874 (7543 microseconds)\u003cbr/\u003eArguments: column=1, d=\u003c?.TabularData instance at 0x7f7c997d9248\u003e, column_name=''\u003cbr/\u003eReturned ['0.6', '0.0', '0.0', '0.0', '0.0', '0.0', '0.3', '0.8', '0.1', '0.0', '0.1', '0.1', '0.0', '0.0', '0.0', '0.0', '0.0', '0.0', '0.4', '0.4', '0.5', '0.0', '0.1', '0.0', '0.0', '0.1', '0.0', '0.0', '0.5', '0.4', '0.0', '0.1', '0.8', '0.2', '0.0', '0.0', '0.0', '0.0', '0.0', '0.0', '0.0', '0.1', '0.0', '0.5', '0.4', '0.5', '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.2', '0.1', '0.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', '2.0', '0.1', '0.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', '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.2', '0.0', '0.7', '0.0', '0.0', '0.0', '0.2', '0.2', '0.2', '0.2', '0.2', '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', '0.4', '0.0', '0.0', '0.0', '0.0', '0.2', '0.0', '0.0', '0.0', '0.0', '0.0', '0.0', '0.0', '0.1', '0.5', '0.1', '0.0', '0.0', '0.0', '0.1', '0.0', '0.0', '0.0', '0.0', '0.0', '0.0', '0.0', '0.1', '-0.1', '0.0', '-0.1', '20.6', '0.0', '0.0', '0.0', '0.0', '0.0', '0.3', '0.8', '0.1', '0.0', '0.1', '0.1', '0.0', '0.0', '0.0', '0.0', '0.0', '0.0', '0.4', '0.4', '0.5', '0.0', '0.1', '0.0', '0.0', '0.1', '0.0', '0.0', '0.5', '0.4', '0.0', '0.1', '0.8', '0.2', '0.0', '0.0', '0.0', '0.0', '0.0', '0.0', '0.0', '0.1', '0.0', '0.5', '0.4', '0.5', '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.2', '0.1', '0.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', '2.0', '0.1', '0.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', '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.2', '0.0', '0.7', '0.0', '0.0', '0.0', '0.2', '0.2', '0.2', '0.2', '0.2', '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', '0.4', '0.0', '0.0', '0.0', '0.0', '0.2', '0.0', '0.0', '0.0', '0.0', '0.0', '0.0', '0.0', '0.1', '0.5', '0.1', '0.0', '0.0', '0.0', '0.1', '0.0', '0.0', '0.0', '0.0', '0.0', '0.0', '0.0', '0.1', '-0.1', '0.0', '-0.1']", "trial_id": 22, "duration": 7543, "line": 90, "mean": 7543.0}, "index": 8, "name": "extractColumn", "repr": "C(S(90-extractColumn), G([S(63-list.append)-361-\u003eS(63-list.append)]))", "caller_id": 17712, "duration": 7543}, {"node": {"count": 362, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003elist.append\u003c/b\u003e called at line 63\u003cbr/\u003eTotal duration: 2259 microseconds for 362 activations\u003cbr/\u003eMean: 6.24033149171 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #18458 from 2015-04-12 16:40:15.378356 to 2015-04-12 16:40:15.378364 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18459 from 2015-04-12 16:40:15.378378 to 2015-04-12 16:40:15.378384 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18460 from 2015-04-12 16:40:15.378397 to 2015-04-12 16:40:15.378403 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18461 from 2015-04-12 16:40:15.378416 to 2015-04-12 16:40:15.378422 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18462 from 2015-04-12 16:40:15.378435 to 2015-04-12 16:40:15.378441 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18463 from 2015-04-12 16:40:15.378454 to 2015-04-12 16:40:15.378460 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18464 from 2015-04-12 16:40:15.378473 to 2015-04-12 16:40:15.378479 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18465 from 2015-04-12 16:40:15.378491 to 2015-04-12 16:40:15.378497 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18466 from 2015-04-12 16:40:15.378510 to 2015-04-12 16:40:15.378516 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18467 from 2015-04-12 16:40:15.378529 to 2015-04-12 16:40:15.378535 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18468 from 2015-04-12 16:40:15.378548 to 2015-04-12 16:40:15.378554 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18469 from 2015-04-12 16:40:15.378567 to 2015-04-12 16:40:15.378573 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18470 from 2015-04-12 16:40:15.378585 to 2015-04-12 16:40:15.378591 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18471 from 2015-04-12 16:40:15.378604 to 2015-04-12 16:40:15.378610 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18472 from 2015-04-12 16:40:15.378622 to 2015-04-12 16:40:15.378628 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18473 from 2015-04-12 16:40:15.378640 to 2015-04-12 16:40:15.378646 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18474 from 2015-04-12 16:40:15.378659 to 2015-04-12 16:40:15.378666 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18475 from 2015-04-12 16:40:15.378679 to 2015-04-12 16:40:15.378685 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18476 from 2015-04-12 16:40:15.378698 to 2015-04-12 16:40:15.378704 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18477 from 2015-04-12 16:40:15.378717 to 2015-04-12 16:40:15.378723 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18478 from 2015-04-12 16:40:15.378735 to 2015-04-12 16:40:15.378741 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18479 from 2015-04-12 16:40:15.378754 to 2015-04-12 16:40:15.378760 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18480 from 2015-04-12 16:40:15.378773 to 2015-04-12 16:40:15.378779 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18481 from 2015-04-12 16:40:15.378791 to 2015-04-12 16:40:15.378797 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18482 from 2015-04-12 16:40:15.378810 to 2015-04-12 16:40:15.378816 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18483 from 2015-04-12 16:40:15.378828 to 2015-04-12 16:40:15.378834 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18484 from 2015-04-12 16:40:15.378847 to 2015-04-12 16:40:15.378853 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18485 from 2015-04-12 16:40:15.378866 to 2015-04-12 16:40:15.378872 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18486 from 2015-04-12 16:40:15.378884 to 2015-04-12 16:40:15.378890 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18487 from 2015-04-12 16:40:15.378903 to 2015-04-12 16:40:15.378909 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18488 from 2015-04-12 16:40:15.378921 to 2015-04-12 16:40:15.378927 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18489 from 2015-04-12 16:40:15.378940 to 2015-04-12 16:40:15.378946 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18490 from 2015-04-12 16:40:15.378958 to 2015-04-12 16:40:15.378964 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18491 from 2015-04-12 16:40:15.378976 to 2015-04-12 16:40:15.378982 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18492 from 2015-04-12 16:40:15.378995 to 2015-04-12 16:40:15.379000 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18493 from 2015-04-12 16:40:15.379039 to 2015-04-12 16:40:15.379047 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18494 from 2015-04-12 16:40:15.379061 to 2015-04-12 16:40:15.379067 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18495 from 2015-04-12 16:40:15.379079 to 2015-04-12 16:40:15.379085 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18496 from 2015-04-12 16:40:15.379098 to 2015-04-12 16:40:15.379104 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18497 from 2015-04-12 16:40:15.379116 to 2015-04-12 16:40:15.379122 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18498 from 2015-04-12 16:40:15.379135 to 2015-04-12 16:40:15.379141 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18499 from 2015-04-12 16:40:15.379153 to 2015-04-12 16:40:15.379159 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18500 from 2015-04-12 16:40:15.379171 to 2015-04-12 16:40:15.379177 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18501 from 2015-04-12 16:40:15.379189 to 2015-04-12 16:40:15.379195 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18502 from 2015-04-12 16:40:15.379208 to 2015-04-12 16:40:15.379214 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18503 from 2015-04-12 16:40:15.379226 to 2015-04-12 16:40:15.379232 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18504 from 2015-04-12 16:40:15.379244 to 2015-04-12 16:40:15.379251 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18505 from 2015-04-12 16:40:15.379264 to 2015-04-12 16:40:15.379270 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18506 from 2015-04-12 16:40:15.379282 to 2015-04-12 16:40:15.379288 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18507 from 2015-04-12 16:40:15.379301 to 2015-04-12 16:40:15.379307 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18508 from 2015-04-12 16:40:15.379320 to 2015-04-12 16:40:15.379326 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18509 from 2015-04-12 16:40:15.379338 to 2015-04-12 16:40:15.379345 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18510 from 2015-04-12 16:40:15.379357 to 2015-04-12 16:40:15.379363 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18511 from 2015-04-12 16:40:15.379376 to 2015-04-12 16:40:15.379382 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18512 from 2015-04-12 16:40:15.379394 to 2015-04-12 16:40:15.379400 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18513 from 2015-04-12 16:40:15.379413 to 2015-04-12 16:40:15.379419 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18514 from 2015-04-12 16:40:15.379431 to 2015-04-12 16:40:15.379437 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18515 from 2015-04-12 16:40:15.379450 to 2015-04-12 16:40:15.379456 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18516 from 2015-04-12 16:40:15.379468 to 2015-04-12 16:40:15.379475 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18517 from 2015-04-12 16:40:15.379488 to 2015-04-12 16:40:15.379494 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18518 from 2015-04-12 16:40:15.379507 to 2015-04-12 16:40:15.379513 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18519 from 2015-04-12 16:40:15.379525 to 2015-04-12 16:40:15.379531 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18520 from 2015-04-12 16:40:15.379543 to 2015-04-12 16:40:15.379549 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18521 from 2015-04-12 16:40:15.379561 to 2015-04-12 16:40:15.379567 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18522 from 2015-04-12 16:40:15.379580 to 2015-04-12 16:40:15.379586 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18523 from 2015-04-12 16:40:15.379598 to 2015-04-12 16:40:15.379604 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18524 from 2015-04-12 16:40:15.379617 to 2015-04-12 16:40:15.379623 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18525 from 2015-04-12 16:40:15.379636 to 2015-04-12 16:40:15.379642 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18526 from 2015-04-12 16:40:15.379654 to 2015-04-12 16:40:15.379660 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18527 from 2015-04-12 16:40:15.379673 to 2015-04-12 16:40:15.379679 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18528 from 2015-04-12 16:40:15.379691 to 2015-04-12 16:40:15.379697 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18529 from 2015-04-12 16:40:15.379709 to 2015-04-12 16:40:15.379715 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18530 from 2015-04-12 16:40:15.379728 to 2015-04-12 16:40:15.379735 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18531 from 2015-04-12 16:40:15.379748 to 2015-04-12 16:40:15.379754 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18532 from 2015-04-12 16:40:15.379766 to 2015-04-12 16:40:15.379772 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18533 from 2015-04-12 16:40:15.379784 to 2015-04-12 16:40:15.379790 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18534 from 2015-04-12 16:40:15.379803 to 2015-04-12 16:40:15.379809 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18535 from 2015-04-12 16:40:15.379821 to 2015-04-12 16:40:15.379827 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18536 from 2015-04-12 16:40:15.379840 to 2015-04-12 16:40:15.379846 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18537 from 2015-04-12 16:40:15.379858 to 2015-04-12 16:40:15.379864 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18538 from 2015-04-12 16:40:15.379877 to 2015-04-12 16:40:15.379883 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18539 from 2015-04-12 16:40:15.379895 to 2015-04-12 16:40:15.379901 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18540 from 2015-04-12 16:40:15.379914 to 2015-04-12 16:40:15.379920 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18541 from 2015-04-12 16:40:15.379932 to 2015-04-12 16:40:15.379938 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18542 from 2015-04-12 16:40:15.379951 to 2015-04-12 16:40:15.379957 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18543 from 2015-04-12 16:40:15.379969 to 2015-04-12 16:40:15.379975 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18544 from 2015-04-12 16:40:15.379988 to 2015-04-12 16:40:15.379994 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18545 from 2015-04-12 16:40:15.380006 to 2015-04-12 16:40:15.380022 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18546 from 2015-04-12 16:40:15.380036 to 2015-04-12 16:40:15.380043 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18547 from 2015-04-12 16:40:15.380057 to 2015-04-12 16:40:15.380064 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18548 from 2015-04-12 16:40:15.380086 to 2015-04-12 16:40:15.380092 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18549 from 2015-04-12 16:40:15.380105 to 2015-04-12 16:40:15.380111 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18550 from 2015-04-12 16:40:15.380124 to 2015-04-12 16:40:15.380130 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18551 from 2015-04-12 16:40:15.380142 to 2015-04-12 16:40:15.380148 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18552 from 2015-04-12 16:40:15.380161 to 2015-04-12 16:40:15.380167 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18553 from 2015-04-12 16:40:15.380180 to 2015-04-12 16:40:15.380186 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18554 from 2015-04-12 16:40:15.380218 to 2015-04-12 16:40:15.380227 (9 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18555 from 2015-04-12 16:40:15.380245 to 2015-04-12 16:40:15.380251 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18556 from 2015-04-12 16:40:15.380274 to 2015-04-12 16:40:15.380281 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18557 from 2015-04-12 16:40:15.380294 to 2015-04-12 16:40:15.380300 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18558 from 2015-04-12 16:40:15.380312 to 2015-04-12 16:40:15.380318 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18559 from 2015-04-12 16:40:15.380331 to 2015-04-12 16:40:15.380337 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18560 from 2015-04-12 16:40:15.380349 to 2015-04-12 16:40:15.380356 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18561 from 2015-04-12 16:40:15.380368 to 2015-04-12 16:40:15.380374 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18562 from 2015-04-12 16:40:15.380387 to 2015-04-12 16:40:15.380393 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18563 from 2015-04-12 16:40:15.380867 to 2015-04-12 16:40:15.380878 (11 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18564 from 2015-04-12 16:40:15.380893 to 2015-04-12 16:40:15.380905 (12 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18565 from 2015-04-12 16:40:15.380919 to 2015-04-12 16:40:15.380925 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18566 from 2015-04-12 16:40:15.380937 to 2015-04-12 16:40:15.380943 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18567 from 2015-04-12 16:40:15.380956 to 2015-04-12 16:40:15.380962 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18568 from 2015-04-12 16:40:15.380974 to 2015-04-12 16:40:15.380980 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18569 from 2015-04-12 16:40:15.381010 to 2015-04-12 16:40:15.381021 (11 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18570 from 2015-04-12 16:40:15.381043 to 2015-04-12 16:40:15.381053 (10 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18571 from 2015-04-12 16:40:15.381068 to 2015-04-12 16:40:15.381074 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18572 from 2015-04-12 16:40:15.381087 to 2015-04-12 16:40:15.381093 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18573 from 2015-04-12 16:40:15.381105 to 2015-04-12 16:40:15.381111 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18574 from 2015-04-12 16:40:15.381124 to 2015-04-12 16:40:15.381130 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18575 from 2015-04-12 16:40:15.381142 to 2015-04-12 16:40:15.381148 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18576 from 2015-04-12 16:40:15.381160 to 2015-04-12 16:40:15.381166 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18577 from 2015-04-12 16:40:15.381179 to 2015-04-12 16:40:15.381185 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18578 from 2015-04-12 16:40:15.381197 to 2015-04-12 16:40:15.381203 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18579 from 2015-04-12 16:40:15.381216 to 2015-04-12 16:40:15.381222 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18580 from 2015-04-12 16:40:15.381234 to 2015-04-12 16:40:15.381240 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18581 from 2015-04-12 16:40:15.381253 to 2015-04-12 16:40:15.381259 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18582 from 2015-04-12 16:40:15.381271 to 2015-04-12 16:40:15.381277 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18583 from 2015-04-12 16:40:15.381289 to 2015-04-12 16:40:15.381295 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18584 from 2015-04-12 16:40:15.381308 to 2015-04-12 16:40:15.381315 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18585 from 2015-04-12 16:40:15.381328 to 2015-04-12 16:40:15.381334 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18586 from 2015-04-12 16:40:15.381356 to 2015-04-12 16:40:15.381363 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18587 from 2015-04-12 16:40:15.381376 to 2015-04-12 16:40:15.381382 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18588 from 2015-04-12 16:40:15.381395 to 2015-04-12 16:40:15.381401 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18589 from 2015-04-12 16:40:15.381413 to 2015-04-12 16:40:15.381419 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18590 from 2015-04-12 16:40:15.381432 to 2015-04-12 16:40:15.381438 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18591 from 2015-04-12 16:40:15.381450 to 2015-04-12 16:40:15.381456 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18592 from 2015-04-12 16:40:15.381468 to 2015-04-12 16:40:15.381474 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18593 from 2015-04-12 16:40:15.381487 to 2015-04-12 16:40:15.381492 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18594 from 2015-04-12 16:40:15.381505 to 2015-04-12 16:40:15.381511 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18595 from 2015-04-12 16:40:15.381524 to 2015-04-12 16:40:15.381530 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18596 from 2015-04-12 16:40:15.381542 to 2015-04-12 16:40:15.381548 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18597 from 2015-04-12 16:40:15.381561 to 2015-04-12 16:40:15.381567 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18598 from 2015-04-12 16:40:15.381579 to 2015-04-12 16:40:15.381585 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18599 from 2015-04-12 16:40:15.381597 to 2015-04-12 16:40:15.381603 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18600 from 2015-04-12 16:40:15.381616 to 2015-04-12 16:40:15.381622 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18601 from 2015-04-12 16:40:15.381634 to 2015-04-12 16:40:15.381640 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18602 from 2015-04-12 16:40:15.381653 to 2015-04-12 16:40:15.381658 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18603 from 2015-04-12 16:40:15.381671 to 2015-04-12 16:40:15.381676 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18604 from 2015-04-12 16:40:15.381689 to 2015-04-12 16:40:15.381695 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18605 from 2015-04-12 16:40:15.381707 to 2015-04-12 16:40:15.381713 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18606 from 2015-04-12 16:40:15.381726 to 2015-04-12 16:40:15.381733 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18607 from 2015-04-12 16:40:15.381746 to 2015-04-12 16:40:15.381753 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18608 from 2015-04-12 16:40:15.381765 to 2015-04-12 16:40:15.381771 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18609 from 2015-04-12 16:40:15.381783 to 2015-04-12 16:40:15.381789 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18610 from 2015-04-12 16:40:15.381801 to 2015-04-12 16:40:15.381807 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18611 from 2015-04-12 16:40:15.381820 to 2015-04-12 16:40:15.381826 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18612 from 2015-04-12 16:40:15.381838 to 2015-04-12 16:40:15.381844 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18613 from 2015-04-12 16:40:15.381857 to 2015-04-12 16:40:15.381863 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18614 from 2015-04-12 16:40:15.381875 to 2015-04-12 16:40:15.381881 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18615 from 2015-04-12 16:40:15.381893 to 2015-04-12 16:40:15.381899 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18616 from 2015-04-12 16:40:15.381912 to 2015-04-12 16:40:15.381918 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18617 from 2015-04-12 16:40:15.381930 to 2015-04-12 16:40:15.381936 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18618 from 2015-04-12 16:40:15.381948 to 2015-04-12 16:40:15.381954 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18619 from 2015-04-12 16:40:15.381967 to 2015-04-12 16:40:15.381973 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18620 from 2015-04-12 16:40:15.381985 to 2015-04-12 16:40:15.381991 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18621 from 2015-04-12 16:40:15.382003 to 2015-04-12 16:40:15.382009 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18622 from 2015-04-12 16:40:15.382021 to 2015-04-12 16:40:15.382027 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18623 from 2015-04-12 16:40:15.382040 to 2015-04-12 16:40:15.382046 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18624 from 2015-04-12 16:40:15.382058 to 2015-04-12 16:40:15.382064 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18625 from 2015-04-12 16:40:15.382077 to 2015-04-12 16:40:15.382083 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18626 from 2015-04-12 16:40:15.382095 to 2015-04-12 16:40:15.382101 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18627 from 2015-04-12 16:40:15.382114 to 2015-04-12 16:40:15.382120 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18628 from 2015-04-12 16:40:15.382132 to 2015-04-12 16:40:15.382138 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18629 from 2015-04-12 16:40:15.382151 to 2015-04-12 16:40:15.382156 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18630 from 2015-04-12 16:40:15.382169 to 2015-04-12 16:40:15.382175 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18631 from 2015-04-12 16:40:15.382187 to 2015-04-12 16:40:15.382194 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18632 from 2015-04-12 16:40:15.382208 to 2015-04-12 16:40:15.382214 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18633 from 2015-04-12 16:40:15.382251 to 2015-04-12 16:40:15.382259 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18634 from 2015-04-12 16:40:15.382272 to 2015-04-12 16:40:15.382278 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18635 from 2015-04-12 16:40:15.382291 to 2015-04-12 16:40:15.382297 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18636 from 2015-04-12 16:40:15.382310 to 2015-04-12 16:40:15.382315 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18637 from 2015-04-12 16:40:15.382328 to 2015-04-12 16:40:15.382334 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18638 from 2015-04-12 16:40:15.382346 to 2015-04-12 16:40:15.382352 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18639 from 2015-04-12 16:40:15.382365 to 2015-04-12 16:40:15.382371 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18640 from 2015-04-12 16:40:15.382383 to 2015-04-12 16:40:15.382389 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18641 from 2015-04-12 16:40:15.382401 to 2015-04-12 16:40:15.382407 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18642 from 2015-04-12 16:40:15.382420 to 2015-04-12 16:40:15.382426 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18643 from 2015-04-12 16:40:15.382438 to 2015-04-12 16:40:15.382444 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18644 from 2015-04-12 16:40:15.382457 to 2015-04-12 16:40:15.382463 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18645 from 2015-04-12 16:40:15.382476 to 2015-04-12 16:40:15.382482 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18646 from 2015-04-12 16:40:15.382494 to 2015-04-12 16:40:15.382500 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18647 from 2015-04-12 16:40:15.382513 to 2015-04-12 16:40:15.382519 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18648 from 2015-04-12 16:40:15.382531 to 2015-04-12 16:40:15.382538 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18649 from 2015-04-12 16:40:15.382550 to 2015-04-12 16:40:15.382556 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18650 from 2015-04-12 16:40:15.382569 to 2015-04-12 16:40:15.382575 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18651 from 2015-04-12 16:40:15.382587 to 2015-04-12 16:40:15.382599 (12 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18652 from 2015-04-12 16:40:15.382613 to 2015-04-12 16:40:15.382619 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18653 from 2015-04-12 16:40:15.382632 to 2015-04-12 16:40:15.382638 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18654 from 2015-04-12 16:40:15.382650 to 2015-04-12 16:40:15.382656 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18655 from 2015-04-12 16:40:15.382669 to 2015-04-12 16:40:15.382674 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18656 from 2015-04-12 16:40:15.382687 to 2015-04-12 16:40:15.382693 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18657 from 2015-04-12 16:40:15.382705 to 2015-04-12 16:40:15.382711 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18658 from 2015-04-12 16:40:15.382724 to 2015-04-12 16:40:15.382730 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18659 from 2015-04-12 16:40:15.382743 to 2015-04-12 16:40:15.382749 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18660 from 2015-04-12 16:40:15.382763 to 2015-04-12 16:40:15.382769 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18661 from 2015-04-12 16:40:15.382782 to 2015-04-12 16:40:15.382788 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18662 from 2015-04-12 16:40:15.382800 to 2015-04-12 16:40:15.382806 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18663 from 2015-04-12 16:40:15.382819 to 2015-04-12 16:40:15.382825 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18664 from 2015-04-12 16:40:15.382838 to 2015-04-12 16:40:15.382844 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18665 from 2015-04-12 16:40:15.382856 to 2015-04-12 16:40:15.382862 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18666 from 2015-04-12 16:40:15.382875 to 2015-04-12 16:40:15.382881 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18667 from 2015-04-12 16:40:15.382893 to 2015-04-12 16:40:15.382899 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18668 from 2015-04-12 16:40:15.382912 to 2015-04-12 16:40:15.382918 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18669 from 2015-04-12 16:40:15.382931 to 2015-04-12 16:40:15.382937 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18670 from 2015-04-12 16:40:15.382949 to 2015-04-12 16:40:15.382955 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18671 from 2015-04-12 16:40:15.382968 to 2015-04-12 16:40:15.382974 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18672 from 2015-04-12 16:40:15.382986 to 2015-04-12 16:40:15.382992 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18673 from 2015-04-12 16:40:15.383004 to 2015-04-12 16:40:15.383010 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18674 from 2015-04-12 16:40:15.383022 to 2015-04-12 16:40:15.383028 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18675 from 2015-04-12 16:40:15.383041 to 2015-04-12 16:40:15.383047 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18676 from 2015-04-12 16:40:15.383059 to 2015-04-12 16:40:15.383065 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18677 from 2015-04-12 16:40:15.383078 to 2015-04-12 16:40:15.383084 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18678 from 2015-04-12 16:40:15.383096 to 2015-04-12 16:40:15.383102 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18679 from 2015-04-12 16:40:15.383115 to 2015-04-12 16:40:15.383121 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18680 from 2015-04-12 16:40:15.383134 to 2015-04-12 16:40:15.383140 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18681 from 2015-04-12 16:40:15.383152 to 2015-04-12 16:40:15.383158 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18682 from 2015-04-12 16:40:15.383171 to 2015-04-12 16:40:15.383177 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18683 from 2015-04-12 16:40:15.383200 to 2015-04-12 16:40:15.383212 (12 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18684 from 2015-04-12 16:40:15.383230 to 2015-04-12 16:40:15.383236 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18685 from 2015-04-12 16:40:15.383249 to 2015-04-12 16:40:15.383255 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18686 from 2015-04-12 16:40:15.383268 to 2015-04-12 16:40:15.383274 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18687 from 2015-04-12 16:40:15.383286 to 2015-04-12 16:40:15.383292 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18688 from 2015-04-12 16:40:15.383305 to 2015-04-12 16:40:15.383311 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18689 from 2015-04-12 16:40:15.383323 to 2015-04-12 16:40:15.383329 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18690 from 2015-04-12 16:40:15.383342 to 2015-04-12 16:40:15.383348 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18691 from 2015-04-12 16:40:15.383361 to 2015-04-12 16:40:15.383368 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18692 from 2015-04-12 16:40:15.383382 to 2015-04-12 16:40:15.383388 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18693 from 2015-04-12 16:40:15.383401 to 2015-04-12 16:40:15.383407 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18694 from 2015-04-12 16:40:15.383419 to 2015-04-12 16:40:15.383425 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18695 from 2015-04-12 16:40:15.383438 to 2015-04-12 16:40:15.383444 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18696 from 2015-04-12 16:40:15.383456 to 2015-04-12 16:40:15.383462 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18697 from 2015-04-12 16:40:15.383475 to 2015-04-12 16:40:15.383481 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18698 from 2015-04-12 16:40:15.383493 to 2015-04-12 16:40:15.383500 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18699 from 2015-04-12 16:40:15.383512 to 2015-04-12 16:40:15.383518 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18700 from 2015-04-12 16:40:15.383531 to 2015-04-12 16:40:15.383537 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18701 from 2015-04-12 16:40:15.383549 to 2015-04-12 16:40:15.383555 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18702 from 2015-04-12 16:40:15.383568 to 2015-04-12 16:40:15.383574 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18703 from 2015-04-12 16:40:15.383612 to 2015-04-12 16:40:15.383619 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18704 from 2015-04-12 16:40:15.383633 to 2015-04-12 16:40:15.383639 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18705 from 2015-04-12 16:40:15.383652 to 2015-04-12 16:40:15.383658 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18706 from 2015-04-12 16:40:15.383670 to 2015-04-12 16:40:15.383676 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18707 from 2015-04-12 16:40:15.383689 to 2015-04-12 16:40:15.383695 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18708 from 2015-04-12 16:40:15.383707 to 2015-04-12 16:40:15.383713 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18709 from 2015-04-12 16:40:15.383726 to 2015-04-12 16:40:15.383732 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18710 from 2015-04-12 16:40:15.383745 to 2015-04-12 16:40:15.383750 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18711 from 2015-04-12 16:40:15.383763 to 2015-04-12 16:40:15.383769 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18712 from 2015-04-12 16:40:15.383781 to 2015-04-12 16:40:15.383787 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18713 from 2015-04-12 16:40:15.383800 to 2015-04-12 16:40:15.383806 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18714 from 2015-04-12 16:40:15.383819 to 2015-04-12 16:40:15.383824 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18715 from 2015-04-12 16:40:15.383837 to 2015-04-12 16:40:15.383843 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18716 from 2015-04-12 16:40:15.383855 to 2015-04-12 16:40:15.383861 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18717 from 2015-04-12 16:40:15.383874 to 2015-04-12 16:40:15.383879 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18718 from 2015-04-12 16:40:15.383892 to 2015-04-12 16:40:15.383898 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18719 from 2015-04-12 16:40:15.383910 to 2015-04-12 16:40:15.383916 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18720 from 2015-04-12 16:40:15.383929 to 2015-04-12 16:40:15.383935 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18721 from 2015-04-12 16:40:15.383947 to 2015-04-12 16:40:15.383953 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18722 from 2015-04-12 16:40:15.383966 to 2015-04-12 16:40:15.383972 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18723 from 2015-04-12 16:40:15.383984 to 2015-04-12 16:40:15.383990 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18724 from 2015-04-12 16:40:15.384003 to 2015-04-12 16:40:15.384009 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18725 from 2015-04-12 16:40:15.384021 to 2015-04-12 16:40:15.384027 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18726 from 2015-04-12 16:40:15.384040 to 2015-04-12 16:40:15.384046 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18727 from 2015-04-12 16:40:15.384058 to 2015-04-12 16:40:15.384065 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18728 from 2015-04-12 16:40:15.384079 to 2015-04-12 16:40:15.384085 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18729 from 2015-04-12 16:40:15.384107 to 2015-04-12 16:40:15.384114 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18730 from 2015-04-12 16:40:15.384127 to 2015-04-12 16:40:15.384134 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18731 from 2015-04-12 16:40:15.384147 to 2015-04-12 16:40:15.384154 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18732 from 2015-04-12 16:40:15.384167 to 2015-04-12 16:40:15.384174 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18733 from 2015-04-12 16:40:15.384187 to 2015-04-12 16:40:15.384207 (20 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18734 from 2015-04-12 16:40:15.384223 to 2015-04-12 16:40:15.384230 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18735 from 2015-04-12 16:40:15.384253 to 2015-04-12 16:40:15.384259 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18736 from 2015-04-12 16:40:15.384272 to 2015-04-12 16:40:15.384278 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18737 from 2015-04-12 16:40:15.384290 to 2015-04-12 16:40:15.384296 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18738 from 2015-04-12 16:40:15.384309 to 2015-04-12 16:40:15.384315 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18739 from 2015-04-12 16:40:15.384328 to 2015-04-12 16:40:15.384334 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18740 from 2015-04-12 16:40:15.384346 to 2015-04-12 16:40:15.384352 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18741 from 2015-04-12 16:40:15.384365 to 2015-04-12 16:40:15.384371 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18742 from 2015-04-12 16:40:15.384384 to 2015-04-12 16:40:15.384390 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18743 from 2015-04-12 16:40:15.384402 to 2015-04-12 16:40:15.384409 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18744 from 2015-04-12 16:40:15.384421 to 2015-04-12 16:40:15.384427 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18745 from 2015-04-12 16:40:15.384440 to 2015-04-12 16:40:15.384446 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18746 from 2015-04-12 16:40:15.384458 to 2015-04-12 16:40:15.384464 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18747 from 2015-04-12 16:40:15.384477 to 2015-04-12 16:40:15.384483 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18748 from 2015-04-12 16:40:15.384495 to 2015-04-12 16:40:15.384501 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18749 from 2015-04-12 16:40:15.384514 to 2015-04-12 16:40:15.384520 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18750 from 2015-04-12 16:40:15.384532 to 2015-04-12 16:40:15.384538 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18751 from 2015-04-12 16:40:15.384551 to 2015-04-12 16:40:15.384557 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18752 from 2015-04-12 16:40:15.384569 to 2015-04-12 16:40:15.384575 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18753 from 2015-04-12 16:40:15.384587 to 2015-04-12 16:40:15.384593 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18754 from 2015-04-12 16:40:15.384606 to 2015-04-12 16:40:15.384612 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18755 from 2015-04-12 16:40:15.384625 to 2015-04-12 16:40:15.384630 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18756 from 2015-04-12 16:40:15.384643 to 2015-04-12 16:40:15.384649 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18757 from 2015-04-12 16:40:15.384661 to 2015-04-12 16:40:15.384667 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18758 from 2015-04-12 16:40:15.384679 to 2015-04-12 16:40:15.384685 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18759 from 2015-04-12 16:40:15.384698 to 2015-04-12 16:40:15.384704 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18760 from 2015-04-12 16:40:15.384716 to 2015-04-12 16:40:15.384722 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18761 from 2015-04-12 16:40:15.384734 to 2015-04-12 16:40:15.384740 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18762 from 2015-04-12 16:40:15.384752 to 2015-04-12 16:40:15.384758 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18763 from 2015-04-12 16:40:15.384771 to 2015-04-12 16:40:15.384777 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18764 from 2015-04-12 16:40:15.384790 to 2015-04-12 16:40:15.384796 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18765 from 2015-04-12 16:40:15.384808 to 2015-04-12 16:40:15.384814 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18766 from 2015-04-12 16:40:15.384827 to 2015-04-12 16:40:15.384833 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18767 from 2015-04-12 16:40:15.384846 to 2015-04-12 16:40:15.384853 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18768 from 2015-04-12 16:40:15.384867 to 2015-04-12 16:40:15.384873 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18769 from 2015-04-12 16:40:15.384886 to 2015-04-12 16:40:15.384892 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18770 from 2015-04-12 16:40:15.384904 to 2015-04-12 16:40:15.384910 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18771 from 2015-04-12 16:40:15.384923 to 2015-04-12 16:40:15.384929 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18772 from 2015-04-12 16:40:15.384941 to 2015-04-12 16:40:15.384947 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18773 from 2015-04-12 16:40:15.384986 to 2015-04-12 16:40:15.384993 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18774 from 2015-04-12 16:40:15.385007 to 2015-04-12 16:40:15.385013 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18775 from 2015-04-12 16:40:15.385026 to 2015-04-12 16:40:15.385032 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18776 from 2015-04-12 16:40:15.385044 to 2015-04-12 16:40:15.385050 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18777 from 2015-04-12 16:40:15.385063 to 2015-04-12 16:40:15.385069 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18778 from 2015-04-12 16:40:15.385081 to 2015-04-12 16:40:15.385087 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18779 from 2015-04-12 16:40:15.385100 to 2015-04-12 16:40:15.385106 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18780 from 2015-04-12 16:40:15.385118 to 2015-04-12 16:40:15.385124 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18781 from 2015-04-12 16:40:15.385137 to 2015-04-12 16:40:15.385143 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18782 from 2015-04-12 16:40:15.385156 to 2015-04-12 16:40:15.385162 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18783 from 2015-04-12 16:40:15.385174 to 2015-04-12 16:40:15.385180 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18784 from 2015-04-12 16:40:15.385193 to 2015-04-12 16:40:15.385199 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18785 from 2015-04-12 16:40:15.385211 to 2015-04-12 16:40:15.385217 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18786 from 2015-04-12 16:40:15.385230 to 2015-04-12 16:40:15.385236 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18787 from 2015-04-12 16:40:15.385248 to 2015-04-12 16:40:15.385254 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18788 from 2015-04-12 16:40:15.385267 to 2015-04-12 16:40:15.385273 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18789 from 2015-04-12 16:40:15.385285 to 2015-04-12 16:40:15.385291 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18790 from 2015-04-12 16:40:15.385303 to 2015-04-12 16:40:15.385309 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18791 from 2015-04-12 16:40:15.385322 to 2015-04-12 16:40:15.385327 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18792 from 2015-04-12 16:40:15.385340 to 2015-04-12 16:40:15.385346 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18793 from 2015-04-12 16:40:15.385358 to 2015-04-12 16:40:15.385364 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18794 from 2015-04-12 16:40:15.385376 to 2015-04-12 16:40:15.385382 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18795 from 2015-04-12 16:40:15.385395 to 2015-04-12 16:40:15.385401 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18796 from 2015-04-12 16:40:15.385413 to 2015-04-12 16:40:15.385419 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18797 from 2015-04-12 16:40:15.385443 to 2015-04-12 16:40:15.385457 (14 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18798 from 2015-04-12 16:40:15.385473 to 2015-04-12 16:40:15.385479 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18799 from 2015-04-12 16:40:15.385491 to 2015-04-12 16:40:15.385497 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18800 from 2015-04-12 16:40:15.385510 to 2015-04-12 16:40:15.385516 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18801 from 2015-04-12 16:40:15.385528 to 2015-04-12 16:40:15.385534 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18802 from 2015-04-12 16:40:15.385546 to 2015-04-12 16:40:15.385552 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18803 from 2015-04-12 16:40:15.385565 to 2015-04-12 16:40:15.385570 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18804 from 2015-04-12 16:40:15.385583 to 2015-04-12 16:40:15.385589 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18805 from 2015-04-12 16:40:15.385601 to 2015-04-12 16:40:15.385607 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18806 from 2015-04-12 16:40:15.385620 to 2015-04-12 16:40:15.385626 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18807 from 2015-04-12 16:40:15.385638 to 2015-04-12 16:40:15.385644 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18808 from 2015-04-12 16:40:15.385657 to 2015-04-12 16:40:15.385662 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18809 from 2015-04-12 16:40:15.385675 to 2015-04-12 16:40:15.385681 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18810 from 2015-04-12 16:40:15.385693 to 2015-04-12 16:40:15.385699 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18811 from 2015-04-12 16:40:15.385711 to 2015-04-12 16:40:15.385717 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18812 from 2015-04-12 16:40:15.385730 to 2015-04-12 16:40:15.385737 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18813 from 2015-04-12 16:40:15.385751 to 2015-04-12 16:40:15.385757 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18814 from 2015-04-12 16:40:15.385769 to 2015-04-12 16:40:15.385775 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18815 from 2015-04-12 16:40:15.385788 to 2015-04-12 16:40:15.385794 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18816 from 2015-04-12 16:40:15.385806 to 2015-04-12 16:40:15.385812 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18817 from 2015-04-12 16:40:15.385825 to 2015-04-12 16:40:15.385831 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18818 from 2015-04-12 16:40:15.385843 to 2015-04-12 16:40:15.385849 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18819 from 2015-04-12 16:40:15.385861 to 2015-04-12 16:40:15.385867 (6 microseconds)\u003cbr/\u003eReturned None", "trial_id": 22, "duration": 2259, "line": 63, "mean": 6.240331491712707}, "index": 9, "name": "list.append", "repr": "S(63-list.append)", "caller_id": 18457, "duration": 4512}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003ecsvRead\u003c/b\u003e called at line 87\u003cbr/\u003eTotal duration: 10405 microseconds for 1 activations\u003cbr/\u003eMean: 10405.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #18091 from 2015-04-12 16:40:15.367800 to 2015-04-12 16:40:15.378205 (10405 microseconds)\u003cbr/\u003eArguments: f='/tmp/vtweatherEOCg7g'\u003cbr/\u003eReturned \u003c?.TabularData instance at 0x7f7c997d9248\u003e", "trial_id": 22, "duration": 10405, "line": 87, "mean": 10405.0}, "index": 10, "name": "csvRead", "repr": "C(S(87-csvRead), G([S(39-list.append)-1-\u003eS(40-__init__)], [S(39-list.append)-361-\u003eS(39-list.append)], [S(35-reader)-1-\u003eS(39-list.append)], [S(35-open)-1-\u003eS(35-reader)]))", "caller_id": 17712, "duration": 10405}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003e__init__\u003c/b\u003e called at line 40\u003cbr/\u003eTotal duration: 11 microseconds for 1 activations\u003cbr/\u003eMean: 11.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #18456 from 2015-04-12 16:40:15.378185 to 2015-04-12 16:40:15.378196 (11 microseconds)\u003cbr/\u003eArguments: header=[], self=\u003c?.TabularData instance at 0x7f7c997d9248\u003e, data=[['0.0', '0.6'], ['1.0', '0.0'], ['1.0', '0.0'], ['3.0', '0.0'], ['5.0', '0.0'], ['5.0', '0.0'], ['-0.0', '0.3'], ['-4.0', '0.8'], ['-6.0', '0.1'], ['-4.0', '0.0'], ['2.0', '0.1'], ['4.0', '0.1'], ['2.0', '0.0'], ['2.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['1.0', '0.4'], ['1.0', '0.4'], ['-7.0', '0.5'], ['-5.0', '0.0'], ['-3.0', '0.1'], ['-1.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.1'], ['3.0', '0.0'], ['5.0', '0.0'], ['-3.0', '0.5'], ['-4.0', '0.4'], ['-1.0', '0.0'], ['-0.0', '0.1'], ['-0.0', '0.8'], ['-0.0', '0.2'], ['2.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.0'], ['6.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['11.0', '0.0'], ['11.0', '0.1'], ['9.0', '0.0'], ['-2.0', '0.5'], ['-2.0', '0.4'], ['-4.0', '0.5'], ['-0.0', '0.0'], ['4.0', '0.0'], ['8.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.0'], ['9.0', '0.0'], ['12.0', '0.0'], ['12.0', '0.0'], ['13.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.2'], ['3.0', '0.1'], ['-2.0', '0.1'], ['1.0', '0.0'], ['5.0', '0.0'], ['9.0', '0.0'], ['11.0', '0.0'], ['14.0', '0.0'], ['9.0', '0.0'], ['5.0', '0.0'], ['7.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['-0.0', '2.0'], ['-1.0', '0.1'], ['6.0', '0.1'], ['11.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['15.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['11.0', '0.0'], ['10.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['14.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['16.0', '0.0'], ['19.0', '0.0'], ['21.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['15.0', '0.2'], ['14.0', '0.0'], ['14.0', '0.7'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.2'], ['17.0', '0.2'], ['16.0', '0.2'], ['14.0', '0.2'], ['14.0', '0.2'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['15.0', '0.0'], ['15.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.4'], ['16.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['18.0', '0.0'], ['16.0', '0.2'], ['14.0', '0.0'], ['16.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.5'], ['10.0', '0.1'], ['9.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.1'], ['9.0', '0.0'], ['13.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.1'], ['8.0', '-0.1'], ['11.0', '0.0'], ['12.0', '-0.1'], ['10.0', '20.6'], ['1.0', '0.0'], ['1.0', '0.0'], ['3.0', '0.0'], ['50.0', '0.0'], ['50.0', '0.0'], ['-00.0', '0.3'], ['-40.0', '0.8'], ['-60.0', '0.1'], ['-40.0', '0.0'], ['20.0', '0.1'], ['40.0', '0.1'], ['20.0', '0.0'], ['20.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['10.0', '0.4'], ['10.0', '0.4'], ['-7.0', '0.5'], ['-5.0', '0.0'], ['-3.0', '0.1'], ['-1.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.1'], ['3.0', '0.0'], ['5.0', '0.0'], ['-3.0', '0.5'], ['-4.0', '0.4'], ['-1.0', '0.0'], ['-0.0', '0.1'], ['-0.0', '0.8'], ['-0.0', '0.2'], ['2.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.0'], ['6.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['11.0', '0.0'], ['11.0', '0.1'], ['9.0', '0.0'], ['-2.0', '0.5'], ['-2.0', '0.4'], ['-4.0', '0.5'], ['-0.0', '0.0'], ['4.0', '0.0'], ['8.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.0'], ['9.0', '0.0'], ['12.0', '0.0'], ['12.0', '0.0'], ['13.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.2'], ['3.0', '0.1'], ['-2.0', '0.1'], ['1.0', '0.0'], ['5.0', '0.0'], ['9.0', '0.0'], ['11.0', '0.0'], ['14.0', '0.0'], ['9.0', '0.0'], ['5.0', '0.0'], ['7.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['-0.0', '2.0'], ['-1.0', '0.1'], ['6.0', '0.1'], ['11.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['15.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['11.0', '0.0'], ['10.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['14.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['16.0', '0.0'], ['19.0', '0.0'], ['21.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['15.0', '0.2'], ['14.0', '0.0'], ['14.0', '0.7'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.2'], ['17.0', '0.2'], ['16.0', '0.2'], ['14.0', '0.2'], ['14.0', '0.2'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['15.0', '0.0'], ['15.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.4'], ['16.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['18.0', '0.0'], ['16.0', '0.2'], ['14.0', '0.0'], ['16.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.5'], ['10.0', '0.1'], ['9.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.1'], ['9.0', '0.0'], ['13.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.1'], ['8.0', '-0.1'], ['11.0', '0.0'], ['12.0', '-0.1']]\u003cbr/\u003eReturned None", "trial_id": 22, "duration": 11, "line": 40, "mean": 11.0}, "index": 11, "name": "__init__", "repr": "S(40-__init__)", "caller_id": 18091, "duration": 11}, {"node": {"count": 362, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003elist.append\u003c/b\u003e called at line 39\u003cbr/\u003eTotal duration: 3224 microseconds for 362 activations\u003cbr/\u003eMean: 8.90607734807 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #18094 from 2015-04-12 16:40:15.369188 to 2015-04-12 16:40:15.369216 (28 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18095 from 2015-04-12 16:40:15.369258 to 2015-04-12 16:40:15.369281 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18096 from 2015-04-12 16:40:15.369321 to 2015-04-12 16:40:15.369344 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18097 from 2015-04-12 16:40:15.369386 to 2015-04-12 16:40:15.369409 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18098 from 2015-04-12 16:40:15.369448 to 2015-04-12 16:40:15.369473 (25 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18099 from 2015-04-12 16:40:15.369511 to 2015-04-12 16:40:15.369533 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18100 from 2015-04-12 16:40:15.369571 to 2015-04-12 16:40:15.369594 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18101 from 2015-04-12 16:40:15.369633 to 2015-04-12 16:40:15.369655 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18102 from 2015-04-12 16:40:15.369695 to 2015-04-12 16:40:15.369719 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18103 from 2015-04-12 16:40:15.369758 to 2015-04-12 16:40:15.369781 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18104 from 2015-04-12 16:40:15.369820 to 2015-04-12 16:40:15.369843 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18105 from 2015-04-12 16:40:15.369882 to 2015-04-12 16:40:15.369905 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18106 from 2015-04-12 16:40:15.369945 to 2015-04-12 16:40:15.369967 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18107 from 2015-04-12 16:40:15.370005 to 2015-04-12 16:40:15.370028 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18108 from 2015-04-12 16:40:15.370186 to 2015-04-12 16:40:15.370214 (28 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18109 from 2015-04-12 16:40:15.370258 to 2015-04-12 16:40:15.370282 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18110 from 2015-04-12 16:40:15.370321 to 2015-04-12 16:40:15.370345 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18111 from 2015-04-12 16:40:15.370383 to 2015-04-12 16:40:15.370406 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18112 from 2015-04-12 16:40:15.370445 to 2015-04-12 16:40:15.370469 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18113 from 2015-04-12 16:40:15.370507 to 2015-04-12 16:40:15.370530 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18114 from 2015-04-12 16:40:15.370569 to 2015-04-12 16:40:15.370592 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18115 from 2015-04-12 16:40:15.370631 to 2015-04-12 16:40:15.370654 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18116 from 2015-04-12 16:40:15.370693 to 2015-04-12 16:40:15.370717 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18117 from 2015-04-12 16:40:15.370755 to 2015-04-12 16:40:15.370778 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18118 from 2015-04-12 16:40:15.370818 to 2015-04-12 16:40:15.370928 (110 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18119 from 2015-04-12 16:40:15.370997 to 2015-04-12 16:40:15.371023 (26 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18120 from 2015-04-12 16:40:15.371065 to 2015-04-12 16:40:15.371089 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18121 from 2015-04-12 16:40:15.371128 to 2015-04-12 16:40:15.371151 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18122 from 2015-04-12 16:40:15.371190 to 2015-04-12 16:40:15.371213 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18123 from 2015-04-12 16:40:15.371250 to 2015-04-12 16:40:15.371274 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18124 from 2015-04-12 16:40:15.371312 to 2015-04-12 16:40:15.371335 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18125 from 2015-04-12 16:40:15.371375 to 2015-04-12 16:40:15.371399 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18126 from 2015-04-12 16:40:15.371437 to 2015-04-12 16:40:15.371461 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18127 from 2015-04-12 16:40:15.371499 to 2015-04-12 16:40:15.371521 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18128 from 2015-04-12 16:40:15.371562 to 2015-04-12 16:40:15.371586 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18129 from 2015-04-12 16:40:15.371624 to 2015-04-12 16:40:15.371649 (25 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18130 from 2015-04-12 16:40:15.371689 to 2015-04-12 16:40:15.371712 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18131 from 2015-04-12 16:40:15.371750 to 2015-04-12 16:40:15.371773 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18132 from 2015-04-12 16:40:15.371812 to 2015-04-12 16:40:15.371835 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18133 from 2015-04-12 16:40:15.371873 to 2015-04-12 16:40:15.371896 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18134 from 2015-04-12 16:40:15.371933 to 2015-04-12 16:40:15.371956 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18135 from 2015-04-12 16:40:15.371995 to 2015-04-12 16:40:15.372018 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18136 from 2015-04-12 16:40:15.372057 to 2015-04-12 16:40:15.372080 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18137 from 2015-04-12 16:40:15.372119 to 2015-04-12 16:40:15.372142 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18138 from 2015-04-12 16:40:15.372180 to 2015-04-12 16:40:15.372263 (83 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18139 from 2015-04-12 16:40:15.372311 to 2015-04-12 16:40:15.372335 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18140 from 2015-04-12 16:40:15.372360 to 2015-04-12 16:40:15.372367 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18141 from 2015-04-12 16:40:15.372388 to 2015-04-12 16:40:15.372394 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18142 from 2015-04-12 16:40:15.372405 to 2015-04-12 16:40:15.372411 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18143 from 2015-04-12 16:40:15.372421 to 2015-04-12 16:40:15.372427 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18144 from 2015-04-12 16:40:15.372438 to 2015-04-12 16:40:15.372444 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18145 from 2015-04-12 16:40:15.372455 to 2015-04-12 16:40:15.372461 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18146 from 2015-04-12 16:40:15.372472 to 2015-04-12 16:40:15.372478 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18147 from 2015-04-12 16:40:15.372488 to 2015-04-12 16:40:15.372494 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18148 from 2015-04-12 16:40:15.372505 to 2015-04-12 16:40:15.372511 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18149 from 2015-04-12 16:40:15.372521 to 2015-04-12 16:40:15.372527 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18150 from 2015-04-12 16:40:15.372538 to 2015-04-12 16:40:15.372544 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18151 from 2015-04-12 16:40:15.372555 to 2015-04-12 16:40:15.372561 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18152 from 2015-04-12 16:40:15.372572 to 2015-04-12 16:40:15.372578 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18153 from 2015-04-12 16:40:15.372589 to 2015-04-12 16:40:15.372595 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18154 from 2015-04-12 16:40:15.372605 to 2015-04-12 16:40:15.372612 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18155 from 2015-04-12 16:40:15.372622 to 2015-04-12 16:40:15.372629 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18156 from 2015-04-12 16:40:15.372639 to 2015-04-12 16:40:15.372645 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18157 from 2015-04-12 16:40:15.372655 to 2015-04-12 16:40:15.372661 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18158 from 2015-04-12 16:40:15.372672 to 2015-04-12 16:40:15.372678 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18159 from 2015-04-12 16:40:15.372689 to 2015-04-12 16:40:15.372695 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18160 from 2015-04-12 16:40:15.372706 to 2015-04-12 16:40:15.372712 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18161 from 2015-04-12 16:40:15.372723 to 2015-04-12 16:40:15.372729 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18162 from 2015-04-12 16:40:15.372740 to 2015-04-12 16:40:15.372746 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18163 from 2015-04-12 16:40:15.372757 to 2015-04-12 16:40:15.372763 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18164 from 2015-04-12 16:40:15.372773 to 2015-04-12 16:40:15.372780 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18165 from 2015-04-12 16:40:15.372791 to 2015-04-12 16:40:15.372797 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18166 from 2015-04-12 16:40:15.372808 to 2015-04-12 16:40:15.372814 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18167 from 2015-04-12 16:40:15.372825 to 2015-04-12 16:40:15.372832 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18168 from 2015-04-12 16:40:15.372842 to 2015-04-12 16:40:15.372848 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18169 from 2015-04-12 16:40:15.372859 to 2015-04-12 16:40:15.372865 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18170 from 2015-04-12 16:40:15.372875 to 2015-04-12 16:40:15.372882 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18171 from 2015-04-12 16:40:15.372892 to 2015-04-12 16:40:15.372919 (27 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18172 from 2015-04-12 16:40:15.372931 to 2015-04-12 16:40:15.372938 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18173 from 2015-04-12 16:40:15.372948 to 2015-04-12 16:40:15.372954 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18174 from 2015-04-12 16:40:15.372965 to 2015-04-12 16:40:15.372971 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18175 from 2015-04-12 16:40:15.372982 to 2015-04-12 16:40:15.372988 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18176 from 2015-04-12 16:40:15.372998 to 2015-04-12 16:40:15.373004 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18177 from 2015-04-12 16:40:15.373015 to 2015-04-12 16:40:15.373022 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18178 from 2015-04-12 16:40:15.373032 to 2015-04-12 16:40:15.373038 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18179 from 2015-04-12 16:40:15.373049 to 2015-04-12 16:40:15.373055 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18180 from 2015-04-12 16:40:15.373066 to 2015-04-12 16:40:15.373072 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18181 from 2015-04-12 16:40:15.373083 to 2015-04-12 16:40:15.373089 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18182 from 2015-04-12 16:40:15.373100 to 2015-04-12 16:40:15.373106 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18183 from 2015-04-12 16:40:15.373117 to 2015-04-12 16:40:15.373123 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18184 from 2015-04-12 16:40:15.373133 to 2015-04-12 16:40:15.373140 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18185 from 2015-04-12 16:40:15.373150 to 2015-04-12 16:40:15.373156 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18186 from 2015-04-12 16:40:15.373167 to 2015-04-12 16:40:15.373173 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18187 from 2015-04-12 16:40:15.373183 to 2015-04-12 16:40:15.373189 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18188 from 2015-04-12 16:40:15.373200 to 2015-04-12 16:40:15.373206 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18189 from 2015-04-12 16:40:15.373217 to 2015-04-12 16:40:15.373223 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18190 from 2015-04-12 16:40:15.373233 to 2015-04-12 16:40:15.373239 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18191 from 2015-04-12 16:40:15.373250 to 2015-04-12 16:40:15.373256 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18192 from 2015-04-12 16:40:15.373266 to 2015-04-12 16:40:15.373272 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18193 from 2015-04-12 16:40:15.373282 to 2015-04-12 16:40:15.373288 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18194 from 2015-04-12 16:40:15.373299 to 2015-04-12 16:40:15.373305 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18195 from 2015-04-12 16:40:15.373316 to 2015-04-12 16:40:15.373322 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18196 from 2015-04-12 16:40:15.373332 to 2015-04-12 16:40:15.373339 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18197 from 2015-04-12 16:40:15.373349 to 2015-04-12 16:40:15.373355 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18198 from 2015-04-12 16:40:15.373366 to 2015-04-12 16:40:15.373372 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18199 from 2015-04-12 16:40:15.373384 to 2015-04-12 16:40:15.373390 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18200 from 2015-04-12 16:40:15.373401 to 2015-04-12 16:40:15.373408 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18201 from 2015-04-12 16:40:15.373419 to 2015-04-12 16:40:15.373425 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18202 from 2015-04-12 16:40:15.373436 to 2015-04-12 16:40:15.373442 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18203 from 2015-04-12 16:40:15.373452 to 2015-04-12 16:40:15.373459 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18204 from 2015-04-12 16:40:15.373469 to 2015-04-12 16:40:15.373475 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18205 from 2015-04-12 16:40:15.373485 to 2015-04-12 16:40:15.373492 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18206 from 2015-04-12 16:40:15.373502 to 2015-04-12 16:40:15.373508 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18207 from 2015-04-12 16:40:15.373519 to 2015-04-12 16:40:15.373525 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18208 from 2015-04-12 16:40:15.373535 to 2015-04-12 16:40:15.373541 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18209 from 2015-04-12 16:40:15.373551 to 2015-04-12 16:40:15.373557 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18210 from 2015-04-12 16:40:15.373568 to 2015-04-12 16:40:15.373574 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18211 from 2015-04-12 16:40:15.373585 to 2015-04-12 16:40:15.373591 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18212 from 2015-04-12 16:40:15.373619 to 2015-04-12 16:40:15.373626 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18213 from 2015-04-12 16:40:15.373636 to 2015-04-12 16:40:15.373642 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18214 from 2015-04-12 16:40:15.373653 to 2015-04-12 16:40:15.373659 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18215 from 2015-04-12 16:40:15.373669 to 2015-04-12 16:40:15.373676 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18216 from 2015-04-12 16:40:15.373686 to 2015-04-12 16:40:15.373692 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18217 from 2015-04-12 16:40:15.373703 to 2015-04-12 16:40:15.373709 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18218 from 2015-04-12 16:40:15.373719 to 2015-04-12 16:40:15.373725 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18219 from 2015-04-12 16:40:15.373737 to 2015-04-12 16:40:15.373743 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18220 from 2015-04-12 16:40:15.373754 to 2015-04-12 16:40:15.373761 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18221 from 2015-04-12 16:40:15.373772 to 2015-04-12 16:40:15.373778 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18222 from 2015-04-12 16:40:15.373789 to 2015-04-12 16:40:15.373795 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18223 from 2015-04-12 16:40:15.373805 to 2015-04-12 16:40:15.373812 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18224 from 2015-04-12 16:40:15.373822 to 2015-04-12 16:40:15.373828 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18225 from 2015-04-12 16:40:15.373839 to 2015-04-12 16:40:15.373845 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18226 from 2015-04-12 16:40:15.373856 to 2015-04-12 16:40:15.373862 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18227 from 2015-04-12 16:40:15.373872 to 2015-04-12 16:40:15.373878 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18228 from 2015-04-12 16:40:15.373889 to 2015-04-12 16:40:15.373895 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18229 from 2015-04-12 16:40:15.373906 to 2015-04-12 16:40:15.373912 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18230 from 2015-04-12 16:40:15.373922 to 2015-04-12 16:40:15.373929 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18231 from 2015-04-12 16:40:15.373939 to 2015-04-12 16:40:15.373945 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18232 from 2015-04-12 16:40:15.373956 to 2015-04-12 16:40:15.373962 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18233 from 2015-04-12 16:40:15.373973 to 2015-04-12 16:40:15.373979 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18234 from 2015-04-12 16:40:15.373989 to 2015-04-12 16:40:15.373996 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18235 from 2015-04-12 16:40:15.374038 to 2015-04-12 16:40:15.374047 (9 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18236 from 2015-04-12 16:40:15.374059 to 2015-04-12 16:40:15.374066 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18237 from 2015-04-12 16:40:15.374077 to 2015-04-12 16:40:15.374084 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18238 from 2015-04-12 16:40:15.374104 to 2015-04-12 16:40:15.374111 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18239 from 2015-04-12 16:40:15.374121 to 2015-04-12 16:40:15.374127 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18240 from 2015-04-12 16:40:15.374137 to 2015-04-12 16:40:15.374143 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18241 from 2015-04-12 16:40:15.374156 to 2015-04-12 16:40:15.374162 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18242 from 2015-04-12 16:40:15.374172 to 2015-04-12 16:40:15.374179 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18243 from 2015-04-12 16:40:15.374190 to 2015-04-12 16:40:15.374196 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18244 from 2015-04-12 16:40:15.374207 to 2015-04-12 16:40:15.374213 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18245 from 2015-04-12 16:40:15.374224 to 2015-04-12 16:40:15.374230 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18246 from 2015-04-12 16:40:15.374240 to 2015-04-12 16:40:15.374247 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18247 from 2015-04-12 16:40:15.374257 to 2015-04-12 16:40:15.374263 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18248 from 2015-04-12 16:40:15.374274 to 2015-04-12 16:40:15.374281 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18249 from 2015-04-12 16:40:15.374291 to 2015-04-12 16:40:15.374297 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18250 from 2015-04-12 16:40:15.374308 to 2015-04-12 16:40:15.374314 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18251 from 2015-04-12 16:40:15.374324 to 2015-04-12 16:40:15.374330 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18252 from 2015-04-12 16:40:15.374341 to 2015-04-12 16:40:15.374347 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18253 from 2015-04-12 16:40:15.374357 to 2015-04-12 16:40:15.374365 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18254 from 2015-04-12 16:40:15.374383 to 2015-04-12 16:40:15.374394 (11 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18255 from 2015-04-12 16:40:15.374409 to 2015-04-12 16:40:15.374416 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18256 from 2015-04-12 16:40:15.374426 to 2015-04-12 16:40:15.374432 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18257 from 2015-04-12 16:40:15.374443 to 2015-04-12 16:40:15.374449 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18258 from 2015-04-12 16:40:15.374460 to 2015-04-12 16:40:15.374466 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18259 from 2015-04-12 16:40:15.374477 to 2015-04-12 16:40:15.374483 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18260 from 2015-04-12 16:40:15.374493 to 2015-04-12 16:40:15.374500 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18261 from 2015-04-12 16:40:15.374510 to 2015-04-12 16:40:15.374516 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18262 from 2015-04-12 16:40:15.374526 to 2015-04-12 16:40:15.374532 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18263 from 2015-04-12 16:40:15.374542 to 2015-04-12 16:40:15.374549 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18264 from 2015-04-12 16:40:15.374560 to 2015-04-12 16:40:15.374566 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18265 from 2015-04-12 16:40:15.374577 to 2015-04-12 16:40:15.374583 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18266 from 2015-04-12 16:40:15.374595 to 2015-04-12 16:40:15.374601 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18267 from 2015-04-12 16:40:15.374611 to 2015-04-12 16:40:15.374618 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18268 from 2015-04-12 16:40:15.374629 to 2015-04-12 16:40:15.374635 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18269 from 2015-04-12 16:40:15.374646 to 2015-04-12 16:40:15.374652 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18270 from 2015-04-12 16:40:15.374662 to 2015-04-12 16:40:15.374668 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18271 from 2015-04-12 16:40:15.374679 to 2015-04-12 16:40:15.374685 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18272 from 2015-04-12 16:40:15.374695 to 2015-04-12 16:40:15.374701 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18273 from 2015-04-12 16:40:15.374712 to 2015-04-12 16:40:15.374718 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18274 from 2015-04-12 16:40:15.374728 to 2015-04-12 16:40:15.374734 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18275 from 2015-04-12 16:40:15.374745 to 2015-04-12 16:40:15.374751 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18276 from 2015-04-12 16:40:15.374761 to 2015-04-12 16:40:15.374767 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18277 from 2015-04-12 16:40:15.374778 to 2015-04-12 16:40:15.374784 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18278 from 2015-04-12 16:40:15.374794 to 2015-04-12 16:40:15.374800 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18279 from 2015-04-12 16:40:15.374811 to 2015-04-12 16:40:15.374817 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18280 from 2015-04-12 16:40:15.374827 to 2015-04-12 16:40:15.374833 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18281 from 2015-04-12 16:40:15.374844 to 2015-04-12 16:40:15.374850 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18282 from 2015-04-12 16:40:15.374860 to 2015-04-12 16:40:15.374866 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18283 from 2015-04-12 16:40:15.374876 to 2015-04-12 16:40:15.374883 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18284 from 2015-04-12 16:40:15.374893 to 2015-04-12 16:40:15.374899 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18285 from 2015-04-12 16:40:15.374910 to 2015-04-12 16:40:15.374916 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18286 from 2015-04-12 16:40:15.374926 to 2015-04-12 16:40:15.374932 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18287 from 2015-04-12 16:40:15.374942 to 2015-04-12 16:40:15.374948 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18288 from 2015-04-12 16:40:15.374959 to 2015-04-12 16:40:15.374965 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18289 from 2015-04-12 16:40:15.374975 to 2015-04-12 16:40:15.374981 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18290 from 2015-04-12 16:40:15.374992 to 2015-04-12 16:40:15.374998 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18291 from 2015-04-12 16:40:15.375008 to 2015-04-12 16:40:15.375014 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18292 from 2015-04-12 16:40:15.375025 to 2015-04-12 16:40:15.375031 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18293 from 2015-04-12 16:40:15.375041 to 2015-04-12 16:40:15.375047 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18294 from 2015-04-12 16:40:15.375059 to 2015-04-12 16:40:15.375066 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18295 from 2015-04-12 16:40:15.375076 to 2015-04-12 16:40:15.375083 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18296 from 2015-04-12 16:40:15.375094 to 2015-04-12 16:40:15.375100 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18297 from 2015-04-12 16:40:15.375110 to 2015-04-12 16:40:15.375117 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18298 from 2015-04-12 16:40:15.375127 to 2015-04-12 16:40:15.375133 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18299 from 2015-04-12 16:40:15.375165 to 2015-04-12 16:40:15.375172 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18300 from 2015-04-12 16:40:15.375183 to 2015-04-12 16:40:15.375189 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18301 from 2015-04-12 16:40:15.375200 to 2015-04-12 16:40:15.375206 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18302 from 2015-04-12 16:40:15.375217 to 2015-04-12 16:40:15.375223 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18303 from 2015-04-12 16:40:15.375233 to 2015-04-12 16:40:15.375239 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18304 from 2015-04-12 16:40:15.375249 to 2015-04-12 16:40:15.375256 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18305 from 2015-04-12 16:40:15.375266 to 2015-04-12 16:40:15.375272 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18306 from 2015-04-12 16:40:15.375283 to 2015-04-12 16:40:15.375289 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18307 from 2015-04-12 16:40:15.375300 to 2015-04-12 16:40:15.375306 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18308 from 2015-04-12 16:40:15.375317 to 2015-04-12 16:40:15.375323 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18309 from 2015-04-12 16:40:15.375333 to 2015-04-12 16:40:15.375339 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18310 from 2015-04-12 16:40:15.375349 to 2015-04-12 16:40:15.375355 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18311 from 2015-04-12 16:40:15.375366 to 2015-04-12 16:40:15.375372 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18312 from 2015-04-12 16:40:15.375382 to 2015-04-12 16:40:15.375388 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18313 from 2015-04-12 16:40:15.375399 to 2015-04-12 16:40:15.375405 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18314 from 2015-04-12 16:40:15.375415 to 2015-04-12 16:40:15.375421 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18315 from 2015-04-12 16:40:15.375432 to 2015-04-12 16:40:15.375438 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18316 from 2015-04-12 16:40:15.375449 to 2015-04-12 16:40:15.375455 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18317 from 2015-04-12 16:40:15.375465 to 2015-04-12 16:40:15.375471 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18318 from 2015-04-12 16:40:15.375481 to 2015-04-12 16:40:15.375488 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18319 from 2015-04-12 16:40:15.375498 to 2015-04-12 16:40:15.375504 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18320 from 2015-04-12 16:40:15.375514 to 2015-04-12 16:40:15.375520 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18321 from 2015-04-12 16:40:15.375531 to 2015-04-12 16:40:15.375537 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18322 from 2015-04-12 16:40:15.375548 to 2015-04-12 16:40:15.375554 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18323 from 2015-04-12 16:40:15.375565 to 2015-04-12 16:40:15.375571 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18324 from 2015-04-12 16:40:15.375582 to 2015-04-12 16:40:15.375588 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18325 from 2015-04-12 16:40:15.375598 to 2015-04-12 16:40:15.375605 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18326 from 2015-04-12 16:40:15.375618 to 2015-04-12 16:40:15.375624 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18327 from 2015-04-12 16:40:15.375634 to 2015-04-12 16:40:15.375641 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18328 from 2015-04-12 16:40:15.375652 to 2015-04-12 16:40:15.375658 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18329 from 2015-04-12 16:40:15.375669 to 2015-04-12 16:40:15.375675 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18330 from 2015-04-12 16:40:15.375685 to 2015-04-12 16:40:15.375691 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18331 from 2015-04-12 16:40:15.375702 to 2015-04-12 16:40:15.375708 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18332 from 2015-04-12 16:40:15.375719 to 2015-04-12 16:40:15.375725 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18333 from 2015-04-12 16:40:15.375735 to 2015-04-12 16:40:15.375741 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18334 from 2015-04-12 16:40:15.375752 to 2015-04-12 16:40:15.375758 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18335 from 2015-04-12 16:40:15.375768 to 2015-04-12 16:40:15.375774 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18336 from 2015-04-12 16:40:15.375784 to 2015-04-12 16:40:15.375790 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18337 from 2015-04-12 16:40:15.375801 to 2015-04-12 16:40:15.375807 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18338 from 2015-04-12 16:40:15.375818 to 2015-04-12 16:40:15.375824 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18339 from 2015-04-12 16:40:15.375843 to 2015-04-12 16:40:15.375850 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18340 from 2015-04-12 16:40:15.375888 to 2015-04-12 16:40:15.375898 (10 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18341 from 2015-04-12 16:40:15.375920 to 2015-04-12 16:40:15.375926 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18342 from 2015-04-12 16:40:15.375937 to 2015-04-12 16:40:15.375943 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18343 from 2015-04-12 16:40:15.375954 to 2015-04-12 16:40:15.375960 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18344 from 2015-04-12 16:40:15.375970 to 2015-04-12 16:40:15.375976 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18345 from 2015-04-12 16:40:15.375987 to 2015-04-12 16:40:15.375993 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18346 from 2015-04-12 16:40:15.376003 to 2015-04-12 16:40:15.376009 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18347 from 2015-04-12 16:40:15.376020 to 2015-04-12 16:40:15.376026 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18348 from 2015-04-12 16:40:15.376036 to 2015-04-12 16:40:15.376042 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18349 from 2015-04-12 16:40:15.376053 to 2015-04-12 16:40:15.376059 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18350 from 2015-04-12 16:40:15.376069 to 2015-04-12 16:40:15.376075 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18351 from 2015-04-12 16:40:15.376086 to 2015-04-12 16:40:15.376092 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18352 from 2015-04-12 16:40:15.376103 to 2015-04-12 16:40:15.376109 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18353 from 2015-04-12 16:40:15.376119 to 2015-04-12 16:40:15.376125 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18354 from 2015-04-12 16:40:15.376136 to 2015-04-12 16:40:15.376142 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18355 from 2015-04-12 16:40:15.376152 to 2015-04-12 16:40:15.376158 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18356 from 2015-04-12 16:40:15.376169 to 2015-04-12 16:40:15.376175 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18357 from 2015-04-12 16:40:15.376185 to 2015-04-12 16:40:15.376199 (14 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18358 from 2015-04-12 16:40:15.376222 to 2015-04-12 16:40:15.376229 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18359 from 2015-04-12 16:40:15.376244 to 2015-04-12 16:40:15.376251 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18360 from 2015-04-12 16:40:15.376272 to 2015-04-12 16:40:15.376279 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18361 from 2015-04-12 16:40:15.376290 to 2015-04-12 16:40:15.376296 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18362 from 2015-04-12 16:40:15.376308 to 2015-04-12 16:40:15.376315 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18363 from 2015-04-12 16:40:15.376347 to 2015-04-12 16:40:15.376355 (8 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18364 from 2015-04-12 16:40:15.376366 to 2015-04-12 16:40:15.376372 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18365 from 2015-04-12 16:40:15.376383 to 2015-04-12 16:40:15.376389 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18366 from 2015-04-12 16:40:15.376400 to 2015-04-12 16:40:15.376406 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18367 from 2015-04-12 16:40:15.376417 to 2015-04-12 16:40:15.376423 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18368 from 2015-04-12 16:40:15.376434 to 2015-04-12 16:40:15.376440 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18369 from 2015-04-12 16:40:15.376450 to 2015-04-12 16:40:15.376457 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18370 from 2015-04-12 16:40:15.376467 to 2015-04-12 16:40:15.376473 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18371 from 2015-04-12 16:40:15.376483 to 2015-04-12 16:40:15.376490 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18372 from 2015-04-12 16:40:15.376500 to 2015-04-12 16:40:15.376506 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18373 from 2015-04-12 16:40:15.376516 to 2015-04-12 16:40:15.376523 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18374 from 2015-04-12 16:40:15.376534 to 2015-04-12 16:40:15.376540 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18375 from 2015-04-12 16:40:15.376550 to 2015-04-12 16:40:15.376556 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18376 from 2015-04-12 16:40:15.376567 to 2015-04-12 16:40:15.376573 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18377 from 2015-04-12 16:40:15.376584 to 2015-04-12 16:40:15.376590 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18378 from 2015-04-12 16:40:15.376600 to 2015-04-12 16:40:15.376606 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18379 from 2015-04-12 16:40:15.376617 to 2015-04-12 16:40:15.376623 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18380 from 2015-04-12 16:40:15.376633 to 2015-04-12 16:40:15.376640 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18381 from 2015-04-12 16:40:15.376650 to 2015-04-12 16:40:15.376656 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18382 from 2015-04-12 16:40:15.376667 to 2015-04-12 16:40:15.376673 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18383 from 2015-04-12 16:40:15.376683 to 2015-04-12 16:40:15.376689 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18384 from 2015-04-12 16:40:15.376700 to 2015-04-12 16:40:15.376706 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18385 from 2015-04-12 16:40:15.376716 to 2015-04-12 16:40:15.376722 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18386 from 2015-04-12 16:40:15.376732 to 2015-04-12 16:40:15.376738 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18387 from 2015-04-12 16:40:15.376749 to 2015-04-12 16:40:15.376755 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18388 from 2015-04-12 16:40:15.376765 to 2015-04-12 16:40:15.376771 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18389 from 2015-04-12 16:40:15.376781 to 2015-04-12 16:40:15.376787 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18390 from 2015-04-12 16:40:15.376798 to 2015-04-12 16:40:15.376804 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18391 from 2015-04-12 16:40:15.376815 to 2015-04-12 16:40:15.376821 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18392 from 2015-04-12 16:40:15.376832 to 2015-04-12 16:40:15.376838 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18393 from 2015-04-12 16:40:15.376848 to 2015-04-12 16:40:15.376854 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18394 from 2015-04-12 16:40:15.376864 to 2015-04-12 16:40:15.376871 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18395 from 2015-04-12 16:40:15.376881 to 2015-04-12 16:40:15.376887 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18396 from 2015-04-12 16:40:15.376897 to 2015-04-12 16:40:15.376903 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18397 from 2015-04-12 16:40:15.376914 to 2015-04-12 16:40:15.376920 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18398 from 2015-04-12 16:40:15.376930 to 2015-04-12 16:40:15.376936 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18399 from 2015-04-12 16:40:15.376947 to 2015-04-12 16:40:15.376953 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18400 from 2015-04-12 16:40:15.376964 to 2015-04-12 16:40:15.376970 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18401 from 2015-04-12 16:40:15.376981 to 2015-04-12 16:40:15.376987 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18402 from 2015-04-12 16:40:15.376999 to 2015-04-12 16:40:15.377005 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18403 from 2015-04-12 16:40:15.377016 to 2015-04-12 16:40:15.377023 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18404 from 2015-04-12 16:40:15.377034 to 2015-04-12 16:40:15.377040 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18405 from 2015-04-12 16:40:15.377051 to 2015-04-12 16:40:15.377057 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18406 from 2015-04-12 16:40:15.377067 to 2015-04-12 16:40:15.377073 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18407 from 2015-04-12 16:40:15.377084 to 2015-04-12 16:40:15.377090 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18408 from 2015-04-12 16:40:15.377101 to 2015-04-12 16:40:15.377107 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18409 from 2015-04-12 16:40:15.377117 to 2015-04-12 16:40:15.377123 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18410 from 2015-04-12 16:40:15.377133 to 2015-04-12 16:40:15.377139 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18411 from 2015-04-12 16:40:15.377150 to 2015-04-12 16:40:15.377156 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18412 from 2015-04-12 16:40:15.377166 to 2015-04-12 16:40:15.377172 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18413 from 2015-04-12 16:40:15.377183 to 2015-04-12 16:40:15.377189 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18414 from 2015-04-12 16:40:15.377199 to 2015-04-12 16:40:15.377206 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18415 from 2015-04-12 16:40:15.377216 to 2015-04-12 16:40:15.377222 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18416 from 2015-04-12 16:40:15.377232 to 2015-04-12 16:40:15.377238 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18417 from 2015-04-12 16:40:15.377249 to 2015-04-12 16:40:15.377255 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18418 from 2015-04-12 16:40:15.377265 to 2015-04-12 16:40:15.377271 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18419 from 2015-04-12 16:40:15.377281 to 2015-04-12 16:40:15.377287 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18420 from 2015-04-12 16:40:15.377298 to 2015-04-12 16:40:15.377304 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18421 from 2015-04-12 16:40:15.377314 to 2015-04-12 16:40:15.377320 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18422 from 2015-04-12 16:40:15.377331 to 2015-04-12 16:40:15.377337 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18423 from 2015-04-12 16:40:15.377347 to 2015-04-12 16:40:15.377353 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18424 from 2015-04-12 16:40:15.377363 to 2015-04-12 16:40:15.377370 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18425 from 2015-04-12 16:40:15.377380 to 2015-04-12 16:40:15.377386 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18426 from 2015-04-12 16:40:15.377418 to 2015-04-12 16:40:15.377425 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18427 from 2015-04-12 16:40:15.377437 to 2015-04-12 16:40:15.377443 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18428 from 2015-04-12 16:40:15.377454 to 2015-04-12 16:40:15.377460 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18429 from 2015-04-12 16:40:15.377471 to 2015-04-12 16:40:15.377477 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18430 from 2015-04-12 16:40:15.377487 to 2015-04-12 16:40:15.377493 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18431 from 2015-04-12 16:40:15.377504 to 2015-04-12 16:40:15.377510 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18432 from 2015-04-12 16:40:15.377520 to 2015-04-12 16:40:15.377526 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18433 from 2015-04-12 16:40:15.377537 to 2015-04-12 16:40:15.377543 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18434 from 2015-04-12 16:40:15.377553 to 2015-04-12 16:40:15.377559 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18435 from 2015-04-12 16:40:15.377570 to 2015-04-12 16:40:15.377576 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18436 from 2015-04-12 16:40:15.377586 to 2015-04-12 16:40:15.377592 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18437 from 2015-04-12 16:40:15.377602 to 2015-04-12 16:40:15.377608 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18438 from 2015-04-12 16:40:15.377619 to 2015-04-12 16:40:15.377625 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18439 from 2015-04-12 16:40:15.377635 to 2015-04-12 16:40:15.377641 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18440 from 2015-04-12 16:40:15.377651 to 2015-04-12 16:40:15.377658 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18441 from 2015-04-12 16:40:15.377668 to 2015-04-12 16:40:15.377674 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18442 from 2015-04-12 16:40:15.377684 to 2015-04-12 16:40:15.377690 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18443 from 2015-04-12 16:40:15.377701 to 2015-04-12 16:40:15.377707 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18444 from 2015-04-12 16:40:15.377717 to 2015-04-12 16:40:15.377723 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18445 from 2015-04-12 16:40:15.377734 to 2015-04-12 16:40:15.377739 (5 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18446 from 2015-04-12 16:40:15.377750 to 2015-04-12 16:40:15.377756 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18447 from 2015-04-12 16:40:15.377768 to 2015-04-12 16:40:15.377774 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18448 from 2015-04-12 16:40:15.377785 to 2015-04-12 16:40:15.377792 (7 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18449 from 2015-04-12 16:40:15.377803 to 2015-04-12 16:40:15.377809 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18450 from 2015-04-12 16:40:15.377819 to 2015-04-12 16:40:15.377825 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18451 from 2015-04-12 16:40:15.377836 to 2015-04-12 16:40:15.377842 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18452 from 2015-04-12 16:40:15.377853 to 2015-04-12 16:40:15.377859 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18453 from 2015-04-12 16:40:15.377870 to 2015-04-12 16:40:15.377876 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18454 from 2015-04-12 16:40:15.377887 to 2015-04-12 16:40:15.377893 (6 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18455 from 2015-04-12 16:40:15.377905 to 2015-04-12 16:40:15.377912 (7 microseconds)\u003cbr/\u003eReturned None", "trial_id": 22, "duration": 3224, "line": 39, "mean": 8.9060773480663}, "index": 12, "name": "list.append", "repr": "S(39-list.append)", "caller_id": 18091, "duration": 6441}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003ereader\u003c/b\u003e called at line 35\u003cbr/\u003eTotal duration: 40 microseconds for 1 activations\u003cbr/\u003eMean: 40.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #18093 from 2015-04-12 16:40:15.369053 to 2015-04-12 16:40:15.369093 (40 microseconds)\u003cbr/\u003eReturned None", "trial_id": 22, "duration": 40, "line": 35, "mean": 40.0}, "index": 13, "name": "reader", "repr": "S(35-reader)", "caller_id": 18091, "duration": 40}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003eopen\u003c/b\u003e called at line 35\u003cbr/\u003eTotal duration: 815 microseconds for 1 activations\u003cbr/\u003eMean: 815.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #18092 from 2015-04-12 16:40:15.367989 to 2015-04-12 16:40:15.368804 (815 microseconds)\u003cbr/\u003eArguments: args=('rU',), name='/tmp/vtweatherEOCg7g'\u003cbr/\u003eReturned \u003copen file '/tmp/vtweatherEOCg7g', mode 'rU' at 0x7f7c99786e40\u003e", "trial_id": 22, "duration": 815, "line": 35, "mean": 815.0}, "index": 14, "name": "open", "repr": "S(35-open)", "caller_id": 18091, "duration": 815}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003esimulation\u003c/b\u003e called at line 84\u003cbr/\u003eTotal duration: 2008433 microseconds for 1 activations\u003cbr/\u003eMean: 2008433.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #18084 from 2015-04-12 16:40:13.359088 to 2015-04-12 16:40:15.367521 (2008433 microseconds)\u003cbr/\u003eArguments: dataA=\u003c?.TabularData instance at 0x7f7c991e6878\u003e, dataB=\u003c?.TabularData instance at 0x7f7c999837a0\u003e\u003cbr/\u003eReturned '/tmp/vtweatherEOCg7g'", "trial_id": 22, "duration": 2008433, "line": 84, "mean": 2008433.0}, "index": 15, "name": "simulation", "repr": "C(S(84-simulation), G([S(25-writer)-1-\u003eS(26-writer.writerows)], [S(25-open)-1-\u003eS(25-writer)], [S(23-close)-1-\u003eS(25-open)], [S(22-mkstemp)-1-\u003eS(23-close)], [S(18-sleep)-1-\u003eS(22-mkstemp)]))", "caller_id": 17712, "duration": 2008433}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003ewriter.writerows\u003c/b\u003e called at line 26\u003cbr/\u003eTotal duration: 642 microseconds for 1 activations\u003cbr/\u003eMean: 642.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #18090 from 2015-04-12 16:40:15.366845 to 2015-04-12 16:40:15.367487 (642 microseconds)\u003cbr/\u003eReturned None", "trial_id": 22, "duration": 642, "line": 26, "mean": 642.0}, "index": 16, "name": "writer.writerows", "repr": "S(26-writer.writerows)", "caller_id": 18084, "duration": 642}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003ewriter\u003c/b\u003e called at line 25\u003cbr/\u003eTotal duration: 46 microseconds for 1 activations\u003cbr/\u003eMean: 46.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #18089 from 2015-04-12 16:40:15.366743 to 2015-04-12 16:40:15.366789 (46 microseconds)\u003cbr/\u003eReturned None", "trial_id": 22, "duration": 46, "line": 25, "mean": 46.0}, "index": 17, "name": "writer", "repr": "S(25-writer)", "caller_id": 18084, "duration": 46}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003eopen\u003c/b\u003e called at line 25\u003cbr/\u003eTotal duration: 835 microseconds for 1 activations\u003cbr/\u003eMean: 835.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #18088 from 2015-04-12 16:40:15.365668 to 2015-04-12 16:40:15.366503 (835 microseconds)\u003cbr/\u003eArguments: args=('w',), name='/tmp/vtweatherEOCg7g'\u003cbr/\u003eReturned \u003copen file '/tmp/vtweatherEOCg7g', mode 'w' at 0x7f7c99786e40\u003e", "trial_id": 22, "duration": 835, "line": 25, "mean": 835.0}, "index": 18, "name": "open", "repr": "S(25-open)", "caller_id": 18084, "duration": 835}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003eclose\u003c/b\u003e called at line 23\u003cbr/\u003eTotal duration: 39 microseconds for 1 activations\u003cbr/\u003eMean: 39.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #18087 from 2015-04-12 16:40:15.365374 to 2015-04-12 16:40:15.365413 (39 microseconds)\u003cbr/\u003eReturned None", "trial_id": 22, "duration": 39, "line": 23, "mean": 39.0}, "index": 19, "name": "close", "repr": "S(23-close)", "caller_id": 18084, "duration": 39}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003emkstemp\u003c/b\u003e called at line 22\u003cbr/\u003eTotal duration: 3206 microseconds for 1 activations\u003cbr/\u003eMean: 3206.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #18086 from 2015-04-12 16:40:15.362085 to 2015-04-12 16:40:15.365291 (3206 microseconds)\u003cbr/\u003eArguments: text=False, prefix='vtweather', suffix='', dir=None\u003cbr/\u003eReturned (18, '/tmp/vtweatherEOCg7g')", "trial_id": 22, "duration": 3206, "line": 22, "mean": 3206.0}, "index": 20, "name": "mkstemp", "repr": "S(22-mkstemp)", "caller_id": 18084, "duration": 3206}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003esleep\u003c/b\u003e called at line 18\u003cbr/\u003eTotal duration: 2002202 microseconds for 1 activations\u003cbr/\u003eMean: 2002202.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #18085 from 2015-04-12 16:40:13.359125 to 2015-04-12 16:40:15.361327 (2002202 microseconds)\u003cbr/\u003eReturned None", "trial_id": 22, "duration": 2002202, "line": 18, "mean": 2002202.0}, "index": 21, "name": "sleep", "repr": "S(18-sleep)", "caller_id": 18084, "duration": 2002202}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003ecsvRead\u003c/b\u003e called at line 81\u003cbr/\u003eTotal duration: 9312 microseconds for 1 activations\u003cbr/\u003eMean: 9312.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #17899 from 2015-04-12 16:40:13.349507 to 2015-04-12 16:40:13.358819 (9312 microseconds)\u003cbr/\u003eArguments: f='data2.dat'\u003cbr/\u003eReturned \u003c?.TabularData instance at 0x7f7c999837a0\u003e", "trial_id": 22, "duration": 9312, "line": 81, "mean": 9312.0}, "index": 22, "name": "csvRead", "repr": "C(S(81-csvRead), G([S(39-list.append)-1-\u003eS(40-__init__)], [S(39-list.append)-180-\u003eS(39-list.append)], [S(35-reader)-1-\u003eS(39-list.append)], [S(35-open)-1-\u003eS(35-reader)]))", "caller_id": 17712, "duration": 9312}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003e__init__\u003c/b\u003e called at line 40\u003cbr/\u003eTotal duration: 26 microseconds for 1 activations\u003cbr/\u003eMean: 26.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #18083 from 2015-04-12 16:40:13.358771 to 2015-04-12 16:40:13.358797 (26 microseconds)\u003cbr/\u003eArguments: header=[], self=\u003c?.TabularData instance at 0x7f7c999837a0\u003e, data=[['10.0', '20.6'], ['1.0', '0.0'], ['1.0', '0.0'], ['3.0', '0.0'], ['50.0', '0.0'], ['50.0', '0.0'], ['-00.0', '0.3'], ['-40.0', '0.8'], ['-60.0', '0.1'], ['-40.0', '0.0'], ['20.0', '0.1'], ['40.0', '0.1'], ['20.0', '0.0'], ['20.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['60.0', '0.0'], ['10.0', '0.4'], ['10.0', '0.4'], ['-7.0', '0.5'], ['-5.0', '0.0'], ['-3.0', '0.1'], ['-1.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.1'], ['3.0', '0.0'], ['5.0', '0.0'], ['-3.0', '0.5'], ['-4.0', '0.4'], ['-1.0', '0.0'], ['-0.0', '0.1'], ['-0.0', '0.8'], ['-0.0', '0.2'], ['2.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.0'], ['6.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['11.0', '0.0'], ['11.0', '0.1'], ['9.0', '0.0'], ['-2.0', '0.5'], ['-2.0', '0.4'], ['-4.0', '0.5'], ['-0.0', '0.0'], ['4.0', '0.0'], ['8.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.0'], ['9.0', '0.0'], ['12.0', '0.0'], ['12.0', '0.0'], ['13.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.2'], ['3.0', '0.1'], ['-2.0', '0.1'], ['1.0', '0.0'], ['5.0', '0.0'], ['9.0', '0.0'], ['11.0', '0.0'], ['14.0', '0.0'], ['9.0', '0.0'], ['5.0', '0.0'], ['7.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['-0.0', '2.0'], ['-1.0', '0.1'], ['6.0', '0.1'], ['11.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['15.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['11.0', '0.0'], ['10.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['14.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['16.0', '0.0'], ['19.0', '0.0'], ['21.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['15.0', '0.2'], ['14.0', '0.0'], ['14.0', '0.7'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.2'], ['17.0', '0.2'], ['16.0', '0.2'], ['14.0', '0.2'], ['14.0', '0.2'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['15.0', '0.0'], ['15.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.4'], ['16.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['18.0', '0.0'], ['16.0', '0.2'], ['14.0', '0.0'], ['16.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.5'], ['10.0', '0.1'], ['9.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.1'], ['9.0', '0.0'], ['13.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.1'], ['8.0', '-0.1'], ['11.0', '0.0'], ['12.0', '-0.1']]\u003cbr/\u003eReturned None", "trial_id": 22, "duration": 26, "line": 40, "mean": 26.0}, "index": 23, "name": "__init__", "repr": "S(40-__init__)", "caller_id": 17899, "duration": 26}, {"node": {"count": 181, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003elist.append\u003c/b\u003e called at line 39\u003cbr/\u003eTotal duration: 2882 microseconds for 181 activations\u003cbr/\u003eMean: 15.9226519337 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #17902 from 2015-04-12 16:40:13.350466 to 2015-04-12 16:40:13.350484 (18 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17903 from 2015-04-12 16:40:13.350513 to 2015-04-12 16:40:13.350528 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17904 from 2015-04-12 16:40:13.350555 to 2015-04-12 16:40:13.350571 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17905 from 2015-04-12 16:40:13.350598 to 2015-04-12 16:40:13.350613 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17906 from 2015-04-12 16:40:13.350640 to 2015-04-12 16:40:13.350656 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17907 from 2015-04-12 16:40:13.350684 to 2015-04-12 16:40:13.350699 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17908 from 2015-04-12 16:40:13.350725 to 2015-04-12 16:40:13.350741 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17909 from 2015-04-12 16:40:13.350768 to 2015-04-12 16:40:13.350784 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17910 from 2015-04-12 16:40:13.350810 to 2015-04-12 16:40:13.350826 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17911 from 2015-04-12 16:40:13.350853 to 2015-04-12 16:40:13.350868 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17912 from 2015-04-12 16:40:13.350894 to 2015-04-12 16:40:13.350909 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17913 from 2015-04-12 16:40:13.350936 to 2015-04-12 16:40:13.350951 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17914 from 2015-04-12 16:40:13.350977 to 2015-04-12 16:40:13.350992 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17915 from 2015-04-12 16:40:13.351018 to 2015-04-12 16:40:13.351033 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17916 from 2015-04-12 16:40:13.351059 to 2015-04-12 16:40:13.351074 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17917 from 2015-04-12 16:40:13.351101 to 2015-04-12 16:40:13.351116 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17918 from 2015-04-12 16:40:13.351216 to 2015-04-12 16:40:13.351236 (20 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17919 from 2015-04-12 16:40:13.351265 to 2015-04-12 16:40:13.351280 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17920 from 2015-04-12 16:40:13.351307 to 2015-04-12 16:40:13.351322 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17921 from 2015-04-12 16:40:13.351348 to 2015-04-12 16:40:13.351363 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17922 from 2015-04-12 16:40:13.351388 to 2015-04-12 16:40:13.351404 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17923 from 2015-04-12 16:40:13.351430 to 2015-04-12 16:40:13.351446 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17924 from 2015-04-12 16:40:13.351472 to 2015-04-12 16:40:13.351488 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17925 from 2015-04-12 16:40:13.351514 to 2015-04-12 16:40:13.351529 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17926 from 2015-04-12 16:40:13.351556 to 2015-04-12 16:40:13.351572 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17927 from 2015-04-12 16:40:13.351598 to 2015-04-12 16:40:13.351614 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17928 from 2015-04-12 16:40:13.351641 to 2015-04-12 16:40:13.351656 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17929 from 2015-04-12 16:40:13.351681 to 2015-04-12 16:40:13.351697 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17930 from 2015-04-12 16:40:13.351723 to 2015-04-12 16:40:13.351738 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17931 from 2015-04-12 16:40:13.351765 to 2015-04-12 16:40:13.351780 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17932 from 2015-04-12 16:40:13.351806 to 2015-04-12 16:40:13.351822 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17933 from 2015-04-12 16:40:13.351848 to 2015-04-12 16:40:13.351863 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17934 from 2015-04-12 16:40:13.351889 to 2015-04-12 16:40:13.351904 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17935 from 2015-04-12 16:40:13.351930 to 2015-04-12 16:40:13.351945 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17936 from 2015-04-12 16:40:13.351972 to 2015-04-12 16:40:13.351987 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17937 from 2015-04-12 16:40:13.352013 to 2015-04-12 16:40:13.352029 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17938 from 2015-04-12 16:40:13.352055 to 2015-04-12 16:40:13.352071 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17939 from 2015-04-12 16:40:13.352097 to 2015-04-12 16:40:13.352112 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17940 from 2015-04-12 16:40:13.352138 to 2015-04-12 16:40:13.352154 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17941 from 2015-04-12 16:40:13.352179 to 2015-04-12 16:40:13.352225 (46 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17942 from 2015-04-12 16:40:13.352277 to 2015-04-12 16:40:13.352295 (18 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17943 from 2015-04-12 16:40:13.352322 to 2015-04-12 16:40:13.352337 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17944 from 2015-04-12 16:40:13.352363 to 2015-04-12 16:40:13.352379 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17945 from 2015-04-12 16:40:13.352404 to 2015-04-12 16:40:13.352419 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17946 from 2015-04-12 16:40:13.352445 to 2015-04-12 16:40:13.352461 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17947 from 2015-04-12 16:40:13.352488 to 2015-04-12 16:40:13.352504 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17948 from 2015-04-12 16:40:13.352530 to 2015-04-12 16:40:13.352546 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17949 from 2015-04-12 16:40:13.352573 to 2015-04-12 16:40:13.352589 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17950 from 2015-04-12 16:40:13.352616 to 2015-04-12 16:40:13.352631 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17951 from 2015-04-12 16:40:13.352657 to 2015-04-12 16:40:13.352673 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17952 from 2015-04-12 16:40:13.352699 to 2015-04-12 16:40:13.352714 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17953 from 2015-04-12 16:40:13.352740 to 2015-04-12 16:40:13.352755 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17954 from 2015-04-12 16:40:13.352782 to 2015-04-12 16:40:13.352797 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17955 from 2015-04-12 16:40:13.352824 to 2015-04-12 16:40:13.352839 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17956 from 2015-04-12 16:40:13.352865 to 2015-04-12 16:40:13.352881 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17957 from 2015-04-12 16:40:13.352906 to 2015-04-12 16:40:13.352922 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17958 from 2015-04-12 16:40:13.352948 to 2015-04-12 16:40:13.352964 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17959 from 2015-04-12 16:40:13.352991 to 2015-04-12 16:40:13.353006 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17960 from 2015-04-12 16:40:13.353032 to 2015-04-12 16:40:13.353048 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17961 from 2015-04-12 16:40:13.353074 to 2015-04-12 16:40:13.353090 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17962 from 2015-04-12 16:40:13.353116 to 2015-04-12 16:40:13.353131 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17963 from 2015-04-12 16:40:13.353158 to 2015-04-12 16:40:13.353174 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17964 from 2015-04-12 16:40:13.353200 to 2015-04-12 16:40:13.353215 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17965 from 2015-04-12 16:40:13.353241 to 2015-04-12 16:40:13.353256 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17966 from 2015-04-12 16:40:13.353282 to 2015-04-12 16:40:13.353297 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17967 from 2015-04-12 16:40:13.353323 to 2015-04-12 16:40:13.353338 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17968 from 2015-04-12 16:40:13.353364 to 2015-04-12 16:40:13.353380 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17969 from 2015-04-12 16:40:13.353406 to 2015-04-12 16:40:13.353421 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17970 from 2015-04-12 16:40:13.353447 to 2015-04-12 16:40:13.353475 (28 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17971 from 2015-04-12 16:40:13.353505 to 2015-04-12 16:40:13.353521 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17972 from 2015-04-12 16:40:13.353547 to 2015-04-12 16:40:13.353562 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17973 from 2015-04-12 16:40:13.353589 to 2015-04-12 16:40:13.353605 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17974 from 2015-04-12 16:40:13.353631 to 2015-04-12 16:40:13.353647 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17975 from 2015-04-12 16:40:13.353673 to 2015-04-12 16:40:13.353688 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17976 from 2015-04-12 16:40:13.353714 to 2015-04-12 16:40:13.353729 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17977 from 2015-04-12 16:40:13.353755 to 2015-04-12 16:40:13.353771 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17978 from 2015-04-12 16:40:13.353797 to 2015-04-12 16:40:13.353813 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17979 from 2015-04-12 16:40:13.353839 to 2015-04-12 16:40:13.353854 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17980 from 2015-04-12 16:40:13.353880 to 2015-04-12 16:40:13.353896 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17981 from 2015-04-12 16:40:13.353981 to 2015-04-12 16:40:13.353999 (18 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17982 from 2015-04-12 16:40:13.354027 to 2015-04-12 16:40:13.354043 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17983 from 2015-04-12 16:40:13.354074 to 2015-04-12 16:40:13.354090 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17984 from 2015-04-12 16:40:13.354116 to 2015-04-12 16:40:13.354131 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17985 from 2015-04-12 16:40:13.354157 to 2015-04-12 16:40:13.354172 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17986 from 2015-04-12 16:40:13.354197 to 2015-04-12 16:40:13.354213 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17987 from 2015-04-12 16:40:13.354239 to 2015-04-12 16:40:13.354254 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17988 from 2015-04-12 16:40:13.354280 to 2015-04-12 16:40:13.354295 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17989 from 2015-04-12 16:40:13.354321 to 2015-04-12 16:40:13.354337 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17990 from 2015-04-12 16:40:13.354363 to 2015-04-12 16:40:13.354379 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17991 from 2015-04-12 16:40:13.354405 to 2015-04-12 16:40:13.354421 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17992 from 2015-04-12 16:40:13.354446 to 2015-04-12 16:40:13.354462 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17993 from 2015-04-12 16:40:13.354488 to 2015-04-12 16:40:13.354504 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17994 from 2015-04-12 16:40:13.354529 to 2015-04-12 16:40:13.354545 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17995 from 2015-04-12 16:40:13.354571 to 2015-04-12 16:40:13.354586 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17996 from 2015-04-12 16:40:13.354612 to 2015-04-12 16:40:13.354628 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17997 from 2015-04-12 16:40:13.354654 to 2015-04-12 16:40:13.354669 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17998 from 2015-04-12 16:40:13.354695 to 2015-04-12 16:40:13.354710 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17999 from 2015-04-12 16:40:13.354736 to 2015-04-12 16:40:13.354751 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18000 from 2015-04-12 16:40:13.354776 to 2015-04-12 16:40:13.354792 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18001 from 2015-04-12 16:40:13.354817 to 2015-04-12 16:40:13.354833 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18002 from 2015-04-12 16:40:13.354859 to 2015-04-12 16:40:13.354875 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18003 from 2015-04-12 16:40:13.354901 to 2015-04-12 16:40:13.354917 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18004 from 2015-04-12 16:40:13.354942 to 2015-04-12 16:40:13.354957 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18005 from 2015-04-12 16:40:13.354983 to 2015-04-12 16:40:13.354998 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18006 from 2015-04-12 16:40:13.355024 to 2015-04-12 16:40:13.355039 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18007 from 2015-04-12 16:40:13.355067 to 2015-04-12 16:40:13.355083 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18008 from 2015-04-12 16:40:13.355108 to 2015-04-12 16:40:13.355125 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18009 from 2015-04-12 16:40:13.355151 to 2015-04-12 16:40:13.355166 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18010 from 2015-04-12 16:40:13.355192 to 2015-04-12 16:40:13.355207 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18011 from 2015-04-12 16:40:13.355233 to 2015-04-12 16:40:13.355249 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18012 from 2015-04-12 16:40:13.355275 to 2015-04-12 16:40:13.355290 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18013 from 2015-04-12 16:40:13.355316 to 2015-04-12 16:40:13.355332 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18014 from 2015-04-12 16:40:13.355358 to 2015-04-12 16:40:13.355374 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18015 from 2015-04-12 16:40:13.355399 to 2015-04-12 16:40:13.355414 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18016 from 2015-04-12 16:40:13.355440 to 2015-04-12 16:40:13.355456 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18017 from 2015-04-12 16:40:13.355481 to 2015-04-12 16:40:13.355496 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18018 from 2015-04-12 16:40:13.355526 to 2015-04-12 16:40:13.355542 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18019 from 2015-04-12 16:40:13.355568 to 2015-04-12 16:40:13.355583 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18020 from 2015-04-12 16:40:13.355609 to 2015-04-12 16:40:13.355625 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18021 from 2015-04-12 16:40:13.355650 to 2015-04-12 16:40:13.355666 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18022 from 2015-04-12 16:40:13.355691 to 2015-04-12 16:40:13.355707 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18023 from 2015-04-12 16:40:13.355736 to 2015-04-12 16:40:13.355752 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18024 from 2015-04-12 16:40:13.355777 to 2015-04-12 16:40:13.355793 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18025 from 2015-04-12 16:40:13.355819 to 2015-04-12 16:40:13.355834 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18026 from 2015-04-12 16:40:13.355860 to 2015-04-12 16:40:13.355875 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18027 from 2015-04-12 16:40:13.355903 to 2015-04-12 16:40:13.355919 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18028 from 2015-04-12 16:40:13.355946 to 2015-04-12 16:40:13.355962 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18029 from 2015-04-12 16:40:13.355989 to 2015-04-12 16:40:13.356004 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18030 from 2015-04-12 16:40:13.356030 to 2015-04-12 16:40:13.356046 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18031 from 2015-04-12 16:40:13.356072 to 2015-04-12 16:40:13.356087 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18032 from 2015-04-12 16:40:13.356113 to 2015-04-12 16:40:13.356128 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18033 from 2015-04-12 16:40:13.356154 to 2015-04-12 16:40:13.356169 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18034 from 2015-04-12 16:40:13.356229 to 2015-04-12 16:40:13.356260 (31 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18035 from 2015-04-12 16:40:13.356291 to 2015-04-12 16:40:13.356307 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18036 from 2015-04-12 16:40:13.356333 to 2015-04-12 16:40:13.356349 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18037 from 2015-04-12 16:40:13.356376 to 2015-04-12 16:40:13.356391 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18038 from 2015-04-12 16:40:13.356417 to 2015-04-12 16:40:13.356433 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18039 from 2015-04-12 16:40:13.356459 to 2015-04-12 16:40:13.356474 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18040 from 2015-04-12 16:40:13.356500 to 2015-04-12 16:40:13.356515 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18041 from 2015-04-12 16:40:13.356540 to 2015-04-12 16:40:13.356556 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18042 from 2015-04-12 16:40:13.356582 to 2015-04-12 16:40:13.356597 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18043 from 2015-04-12 16:40:13.356623 to 2015-04-12 16:40:13.356639 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18044 from 2015-04-12 16:40:13.356665 to 2015-04-12 16:40:13.356680 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18045 from 2015-04-12 16:40:13.356762 to 2015-04-12 16:40:13.356782 (20 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18046 from 2015-04-12 16:40:13.356809 to 2015-04-12 16:40:13.356825 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18047 from 2015-04-12 16:40:13.356851 to 2015-04-12 16:40:13.356866 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18048 from 2015-04-12 16:40:13.356892 to 2015-04-12 16:40:13.356908 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18049 from 2015-04-12 16:40:13.356936 to 2015-04-12 16:40:13.356951 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18050 from 2015-04-12 16:40:13.356977 to 2015-04-12 16:40:13.356994 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18051 from 2015-04-12 16:40:13.357021 to 2015-04-12 16:40:13.357037 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18052 from 2015-04-12 16:40:13.357063 to 2015-04-12 16:40:13.357079 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18053 from 2015-04-12 16:40:13.357106 to 2015-04-12 16:40:13.357121 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18054 from 2015-04-12 16:40:13.357147 to 2015-04-12 16:40:13.357163 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18055 from 2015-04-12 16:40:13.357188 to 2015-04-12 16:40:13.357204 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18056 from 2015-04-12 16:40:13.357230 to 2015-04-12 16:40:13.357245 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18057 from 2015-04-12 16:40:13.357271 to 2015-04-12 16:40:13.357287 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18058 from 2015-04-12 16:40:13.357313 to 2015-04-12 16:40:13.357328 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18059 from 2015-04-12 16:40:13.357355 to 2015-04-12 16:40:13.357370 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18060 from 2015-04-12 16:40:13.357396 to 2015-04-12 16:40:13.357411 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18061 from 2015-04-12 16:40:13.357438 to 2015-04-12 16:40:13.357453 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18062 from 2015-04-12 16:40:13.357479 to 2015-04-12 16:40:13.357494 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18063 from 2015-04-12 16:40:13.357521 to 2015-04-12 16:40:13.357536 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18064 from 2015-04-12 16:40:13.357562 to 2015-04-12 16:40:13.357577 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18065 from 2015-04-12 16:40:13.357604 to 2015-04-12 16:40:13.357619 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18066 from 2015-04-12 16:40:13.357645 to 2015-04-12 16:40:13.357660 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18067 from 2015-04-12 16:40:13.357686 to 2015-04-12 16:40:13.357702 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18068 from 2015-04-12 16:40:13.357732 to 2015-04-12 16:40:13.357748 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18069 from 2015-04-12 16:40:13.357774 to 2015-04-12 16:40:13.357789 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18070 from 2015-04-12 16:40:13.357815 to 2015-04-12 16:40:13.357830 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18071 from 2015-04-12 16:40:13.357856 to 2015-04-12 16:40:13.357873 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18072 from 2015-04-12 16:40:13.357899 to 2015-04-12 16:40:13.357914 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18073 from 2015-04-12 16:40:13.357941 to 2015-04-12 16:40:13.357956 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18074 from 2015-04-12 16:40:13.357984 to 2015-04-12 16:40:13.358000 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18075 from 2015-04-12 16:40:13.358026 to 2015-04-12 16:40:13.358043 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18076 from 2015-04-12 16:40:13.358069 to 2015-04-12 16:40:13.358085 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18077 from 2015-04-12 16:40:13.358111 to 2015-04-12 16:40:13.358127 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18078 from 2015-04-12 16:40:13.358153 to 2015-04-12 16:40:13.358168 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18079 from 2015-04-12 16:40:13.358195 to 2015-04-12 16:40:13.358210 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18080 from 2015-04-12 16:40:13.358237 to 2015-04-12 16:40:13.358252 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18081 from 2015-04-12 16:40:13.358278 to 2015-04-12 16:40:13.358293 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #18082 from 2015-04-12 16:40:13.358319 to 2015-04-12 16:40:13.358335 (16 microseconds)\u003cbr/\u003eReturned None", "trial_id": 22, "duration": 2882, "line": 39, "mean": 15.922651933701658}, "index": 24, "name": "list.append", "repr": "S(39-list.append)", "caller_id": 17899, "duration": 5748}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003ereader\u003c/b\u003e called at line 35\u003cbr/\u003eTotal duration: 30 microseconds for 1 activations\u003cbr/\u003eMean: 30.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #17901 from 2015-04-12 16:40:13.350382 to 2015-04-12 16:40:13.350412 (30 microseconds)\u003cbr/\u003eReturned None", "trial_id": 22, "duration": 30, "line": 35, "mean": 30.0}, "index": 25, "name": "reader", "repr": "S(35-reader)", "caller_id": 17899, "duration": 30}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003eopen\u003c/b\u003e called at line 35\u003cbr/\u003eTotal duration: 575 microseconds for 1 activations\u003cbr/\u003eMean: 575.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #17900 from 2015-04-12 16:40:13.349647 to 2015-04-12 16:40:13.350222 (575 microseconds)\u003cbr/\u003eArguments: args=('rU',), name='data2.dat'\u003cbr/\u003eReturned \u003copen file 'data2.dat', mode 'rU' at 0x7f7c99786e40\u003e", "trial_id": 22, "duration": 575, "line": 35, "mean": 575.0}, "index": 26, "name": "open", "repr": "S(35-open)", "caller_id": 17899, "duration": 575}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003ecsvRead\u003c/b\u003e called at line 79\u003cbr/\u003eTotal duration: 64495 microseconds for 1 activations\u003cbr/\u003eMean: 64495.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #17714 from 2015-04-12 16:40:13.284829 to 2015-04-12 16:40:13.349324 (64495 microseconds)\u003cbr/\u003eArguments: f='data1.dat'\u003cbr/\u003eReturned \u003c?.TabularData instance at 0x7f7c991e6878\u003e", "trial_id": 22, "duration": 64495, "line": 79, "mean": 64495.0}, "index": 27, "name": "csvRead", "repr": "C(S(79-csvRead), G([S(39-list.append)-1-\u003eS(40-__init__)], [S(39-list.append)-180-\u003eS(39-list.append)], [S(35-reader)-1-\u003eS(39-list.append)], [S(35-open)-1-\u003eS(35-reader)]))", "caller_id": 17712, "duration": 64495}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003e__init__\u003c/b\u003e called at line 40\u003cbr/\u003eTotal duration: 31 microseconds for 1 activations\u003cbr/\u003eMean: 31.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #17898 from 2015-04-12 16:40:13.349269 to 2015-04-12 16:40:13.349300 (31 microseconds)\u003cbr/\u003eArguments: header=[], self=\u003c?.TabularData instance at 0x7f7c991e6878\u003e, data=[['0.0', '0.6'], ['1.0', '0.0'], ['1.0', '0.0'], ['3.0', '0.0'], ['5.0', '0.0'], ['5.0', '0.0'], ['-0.0', '0.3'], ['-4.0', '0.8'], ['-6.0', '0.1'], ['-4.0', '0.0'], ['2.0', '0.1'], ['4.0', '0.1'], ['2.0', '0.0'], ['2.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['6.0', '0.0'], ['1.0', '0.4'], ['1.0', '0.4'], ['-7.0', '0.5'], ['-5.0', '0.0'], ['-3.0', '0.1'], ['-1.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.1'], ['3.0', '0.0'], ['5.0', '0.0'], ['-3.0', '0.5'], ['-4.0', '0.4'], ['-1.0', '0.0'], ['-0.0', '0.1'], ['-0.0', '0.8'], ['-0.0', '0.2'], ['2.0', '0.0'], ['4.0', '0.0'], ['4.0', '0.0'], ['6.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['11.0', '0.0'], ['11.0', '0.1'], ['9.0', '0.0'], ['-2.0', '0.5'], ['-2.0', '0.4'], ['-4.0', '0.5'], ['-0.0', '0.0'], ['4.0', '0.0'], ['8.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.0'], ['9.0', '0.0'], ['12.0', '0.0'], ['12.0', '0.0'], ['13.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.2'], ['3.0', '0.1'], ['-2.0', '0.1'], ['1.0', '0.0'], ['5.0', '0.0'], ['9.0', '0.0'], ['11.0', '0.0'], ['14.0', '0.0'], ['9.0', '0.0'], ['5.0', '0.0'], ['7.0', '0.0'], ['10.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['-0.0', '2.0'], ['-1.0', '0.1'], ['6.0', '0.1'], ['11.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.0'], ['11.0', '0.0'], ['13.0', '0.0'], ['15.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['11.0', '0.0'], ['10.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['14.0', '0.0'], ['17.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['16.0', '0.0'], ['19.0', '0.0'], ['21.0', '0.0'], ['20.0', '0.0'], ['19.0', '0.0'], ['17.0', '0.0'], ['19.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['20.0', '0.0'], ['18.0', '0.0'], ['15.0', '0.2'], ['14.0', '0.0'], ['14.0', '0.7'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.2'], ['17.0', '0.2'], ['16.0', '0.2'], ['14.0', '0.2'], ['14.0', '0.2'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['15.0', '0.0'], ['15.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['19.0', '0.0'], ['19.0', '0.0'], ['18.0', '0.0'], ['18.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.4'], ['16.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['18.0', '0.0'], ['16.0', '0.2'], ['14.0', '0.0'], ['16.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.0'], ['16.0', '0.0'], ['17.0', '0.1'], ['15.0', '0.5'], ['10.0', '0.1'], ['9.0', '0.0'], ['12.0', '0.0'], ['14.0', '0.0'], ['12.0', '0.1'], ['9.0', '0.0'], ['13.0', '0.0'], ['14.0', '0.0'], ['15.0', '0.0'], ['14.0', '0.0'], ['13.0', '0.0'], ['12.0', '0.0'], ['8.0', '0.1'], ['8.0', '-0.1'], ['11.0', '0.0'], ['12.0', '-0.1']]\u003cbr/\u003eReturned None", "trial_id": 22, "duration": 31, "line": 40, "mean": 31.0}, "index": 28, "name": "__init__", "repr": "S(40-__init__)", "caller_id": 17714, "duration": 31}, {"node": {"count": 181, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003elist.append\u003c/b\u003e called at line 39\u003cbr/\u003eTotal duration: 3579 microseconds for 181 activations\u003cbr/\u003eMean: 19.773480663 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #17717 from 2015-04-12 16:40:13.286449 to 2015-04-12 16:40:13.286479 (30 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17718 from 2015-04-12 16:40:13.286523 to 2015-04-12 16:40:13.286547 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17719 from 2015-04-12 16:40:13.286589 to 2015-04-12 16:40:13.286612 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17720 from 2015-04-12 16:40:13.286654 to 2015-04-12 16:40:13.286677 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17721 from 2015-04-12 16:40:13.286716 to 2015-04-12 16:40:13.286740 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17722 from 2015-04-12 16:40:13.286779 to 2015-04-12 16:40:13.286801 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17723 from 2015-04-12 16:40:13.286841 to 2015-04-12 16:40:13.286864 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17724 from 2015-04-12 16:40:13.286905 to 2015-04-12 16:40:13.286928 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17725 from 2015-04-12 16:40:13.286968 to 2015-04-12 16:40:13.286991 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17726 from 2015-04-12 16:40:13.287030 to 2015-04-12 16:40:13.287054 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17727 from 2015-04-12 16:40:13.287093 to 2015-04-12 16:40:13.287115 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17728 from 2015-04-12 16:40:13.287155 to 2015-04-12 16:40:13.287178 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17729 from 2015-04-12 16:40:13.287217 to 2015-04-12 16:40:13.287240 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17730 from 2015-04-12 16:40:13.287278 to 2015-04-12 16:40:13.287301 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17731 from 2015-04-12 16:40:13.287340 to 2015-04-12 16:40:13.287363 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17732 from 2015-04-12 16:40:13.287404 to 2015-04-12 16:40:13.287427 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17733 from 2015-04-12 16:40:13.287467 to 2015-04-12 16:40:13.287491 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17734 from 2015-04-12 16:40:13.287529 to 2015-04-12 16:40:13.287552 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17735 from 2015-04-12 16:40:13.287591 to 2015-04-12 16:40:13.287614 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17736 from 2015-04-12 16:40:13.287653 to 2015-04-12 16:40:13.287675 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17737 from 2015-04-12 16:40:13.287715 to 2015-04-12 16:40:13.287738 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17738 from 2015-04-12 16:40:13.287777 to 2015-04-12 16:40:13.287799 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17739 from 2015-04-12 16:40:13.287838 to 2015-04-12 16:40:13.287861 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17740 from 2015-04-12 16:40:13.287900 to 2015-04-12 16:40:13.287923 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17741 from 2015-04-12 16:40:13.287963 to 2015-04-12 16:40:13.287986 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17742 from 2015-04-12 16:40:13.288025 to 2015-04-12 16:40:13.288048 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17743 from 2015-04-12 16:40:13.288088 to 2015-04-12 16:40:13.288111 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17744 from 2015-04-12 16:40:13.288149 to 2015-04-12 16:40:13.288172 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17745 from 2015-04-12 16:40:13.288282 to 2015-04-12 16:40:13.288319 (37 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17746 from 2015-04-12 16:40:13.288364 to 2015-04-12 16:40:13.288387 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17747 from 2015-04-12 16:40:13.288427 to 2015-04-12 16:40:13.288450 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17748 from 2015-04-12 16:40:13.288490 to 2015-04-12 16:40:13.288512 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17749 from 2015-04-12 16:40:13.288551 to 2015-04-12 16:40:13.288574 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17750 from 2015-04-12 16:40:13.288612 to 2015-04-12 16:40:13.288635 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17751 from 2015-04-12 16:40:13.288676 to 2015-04-12 16:40:13.288699 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17752 from 2015-04-12 16:40:13.288739 to 2015-04-12 16:40:13.288764 (25 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17753 from 2015-04-12 16:40:13.288803 to 2015-04-12 16:40:13.288826 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17754 from 2015-04-12 16:40:13.288865 to 2015-04-12 16:40:13.288889 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17755 from 2015-04-12 16:40:13.288928 to 2015-04-12 16:40:13.288951 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17756 from 2015-04-12 16:40:13.288990 to 2015-04-12 16:40:13.289014 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17757 from 2015-04-12 16:40:13.289052 to 2015-04-12 16:40:13.289075 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17758 from 2015-04-12 16:40:13.289114 to 2015-04-12 16:40:13.289137 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17759 from 2015-04-12 16:40:13.289177 to 2015-04-12 16:40:13.289201 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17760 from 2015-04-12 16:40:13.289239 to 2015-04-12 16:40:13.289262 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17761 from 2015-04-12 16:40:13.289300 to 2015-04-12 16:40:13.289323 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17762 from 2015-04-12 16:40:13.289363 to 2015-04-12 16:40:13.289386 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17763 from 2015-04-12 16:40:13.289426 to 2015-04-12 16:40:13.289450 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17764 from 2015-04-12 16:40:13.289490 to 2015-04-12 16:40:13.289513 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17765 from 2015-04-12 16:40:13.289552 to 2015-04-12 16:40:13.289574 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17766 from 2015-04-12 16:40:13.289613 to 2015-04-12 16:40:13.289636 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17767 from 2015-04-12 16:40:13.289676 to 2015-04-12 16:40:13.289699 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17768 from 2015-04-12 16:40:13.289737 to 2015-04-12 16:40:13.289760 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17769 from 2015-04-12 16:40:13.289799 to 2015-04-12 16:40:13.289822 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17770 from 2015-04-12 16:40:13.289861 to 2015-04-12 16:40:13.289884 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17771 from 2015-04-12 16:40:13.289924 to 2015-04-12 16:40:13.289946 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17772 from 2015-04-12 16:40:13.289986 to 2015-04-12 16:40:13.290009 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17773 from 2015-04-12 16:40:13.290047 to 2015-04-12 16:40:13.290071 (24 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17774 from 2015-04-12 16:40:13.290111 to 2015-04-12 16:40:13.290134 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17775 from 2015-04-12 16:40:13.290173 to 2015-04-12 16:40:13.290198 (25 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17776 from 2015-04-12 16:40:13.290236 to 2015-04-12 16:40:13.290259 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17777 from 2015-04-12 16:40:13.290298 to 2015-04-12 16:40:13.290321 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17778 from 2015-04-12 16:40:13.290359 to 2015-04-12 16:40:13.290382 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17779 from 2015-04-12 16:40:13.290421 to 2015-04-12 16:40:13.290443 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17780 from 2015-04-12 16:40:13.290482 to 2015-04-12 16:40:13.290505 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17781 from 2015-04-12 16:40:13.290544 to 2015-04-12 16:40:13.290567 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17782 from 2015-04-12 16:40:13.290606 to 2015-04-12 16:40:13.290629 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17783 from 2015-04-12 16:40:13.290668 to 2015-04-12 16:40:13.290691 (23 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17784 from 2015-04-12 16:40:13.290730 to 2015-04-12 16:40:13.290752 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17785 from 2015-04-12 16:40:13.342987 to 2015-04-12 16:40:13.343067 (80 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17786 from 2015-04-12 16:40:13.343223 to 2015-04-12 16:40:13.343248 (25 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17787 from 2015-04-12 16:40:13.343286 to 2015-04-12 16:40:13.343305 (19 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17788 from 2015-04-12 16:40:13.343339 to 2015-04-12 16:40:13.343358 (19 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17789 from 2015-04-12 16:40:13.343388 to 2015-04-12 16:40:13.343406 (18 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17790 from 2015-04-12 16:40:13.343436 to 2015-04-12 16:40:13.343452 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17791 from 2015-04-12 16:40:13.343482 to 2015-04-12 16:40:13.343499 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17792 from 2015-04-12 16:40:13.343527 to 2015-04-12 16:40:13.343545 (18 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17793 from 2015-04-12 16:40:13.343573 to 2015-04-12 16:40:13.343590 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17794 from 2015-04-12 16:40:13.343619 to 2015-04-12 16:40:13.343636 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17795 from 2015-04-12 16:40:13.343666 to 2015-04-12 16:40:13.343683 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17796 from 2015-04-12 16:40:13.343711 to 2015-04-12 16:40:13.343728 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17797 from 2015-04-12 16:40:13.343756 to 2015-04-12 16:40:13.343773 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17798 from 2015-04-12 16:40:13.343801 to 2015-04-12 16:40:13.343818 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17799 from 2015-04-12 16:40:13.343847 to 2015-04-12 16:40:13.343863 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17800 from 2015-04-12 16:40:13.343892 to 2015-04-12 16:40:13.343908 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17801 from 2015-04-12 16:40:13.343936 to 2015-04-12 16:40:13.343953 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17802 from 2015-04-12 16:40:13.343982 to 2015-04-12 16:40:13.343998 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17803 from 2015-04-12 16:40:13.344028 to 2015-04-12 16:40:13.344044 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17804 from 2015-04-12 16:40:13.344074 to 2015-04-12 16:40:13.344091 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17805 from 2015-04-12 16:40:13.344120 to 2015-04-12 16:40:13.344137 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17806 from 2015-04-12 16:40:13.344166 to 2015-04-12 16:40:13.344183 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17807 from 2015-04-12 16:40:13.344336 to 2015-04-12 16:40:13.344358 (22 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17808 from 2015-04-12 16:40:13.344388 to 2015-04-12 16:40:13.344405 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17809 from 2015-04-12 16:40:13.344433 to 2015-04-12 16:40:13.344450 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17810 from 2015-04-12 16:40:13.344499 to 2015-04-12 16:40:13.344519 (20 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17811 from 2015-04-12 16:40:13.344550 to 2015-04-12 16:40:13.344566 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17812 from 2015-04-12 16:40:13.344595 to 2015-04-12 16:40:13.344612 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17813 from 2015-04-12 16:40:13.344640 to 2015-04-12 16:40:13.344657 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17814 from 2015-04-12 16:40:13.344686 to 2015-04-12 16:40:13.344702 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17815 from 2015-04-12 16:40:13.344731 to 2015-04-12 16:40:13.344748 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17816 from 2015-04-12 16:40:13.344777 to 2015-04-12 16:40:13.344794 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17817 from 2015-04-12 16:40:13.344822 to 2015-04-12 16:40:13.344838 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17818 from 2015-04-12 16:40:13.344867 to 2015-04-12 16:40:13.344883 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17819 from 2015-04-12 16:40:13.344912 to 2015-04-12 16:40:13.344929 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17820 from 2015-04-12 16:40:13.344957 to 2015-04-12 16:40:13.344974 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17821 from 2015-04-12 16:40:13.345002 to 2015-04-12 16:40:13.345018 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17822 from 2015-04-12 16:40:13.345054 to 2015-04-12 16:40:13.345071 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17823 from 2015-04-12 16:40:13.345100 to 2015-04-12 16:40:13.345118 (18 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17824 from 2015-04-12 16:40:13.345147 to 2015-04-12 16:40:13.345164 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17825 from 2015-04-12 16:40:13.345193 to 2015-04-12 16:40:13.345209 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17826 from 2015-04-12 16:40:13.345237 to 2015-04-12 16:40:13.345254 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17827 from 2015-04-12 16:40:13.345282 to 2015-04-12 16:40:13.345299 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17828 from 2015-04-12 16:40:13.345328 to 2015-04-12 16:40:13.345344 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17829 from 2015-04-12 16:40:13.345373 to 2015-04-12 16:40:13.345389 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17830 from 2015-04-12 16:40:13.345418 to 2015-04-12 16:40:13.345434 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17831 from 2015-04-12 16:40:13.345462 to 2015-04-12 16:40:13.345479 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17832 from 2015-04-12 16:40:13.345508 to 2015-04-12 16:40:13.345525 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17833 from 2015-04-12 16:40:13.345553 to 2015-04-12 16:40:13.345570 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17834 from 2015-04-12 16:40:13.345598 to 2015-04-12 16:40:13.345614 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17835 from 2015-04-12 16:40:13.345642 to 2015-04-12 16:40:13.345659 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17836 from 2015-04-12 16:40:13.345687 to 2015-04-12 16:40:13.345704 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17837 from 2015-04-12 16:40:13.345731 to 2015-04-12 16:40:13.345748 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17838 from 2015-04-12 16:40:13.345776 to 2015-04-12 16:40:13.345793 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17839 from 2015-04-12 16:40:13.345821 to 2015-04-12 16:40:13.345838 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17840 from 2015-04-12 16:40:13.345866 to 2015-04-12 16:40:13.345883 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17841 from 2015-04-12 16:40:13.345911 to 2015-04-12 16:40:13.345928 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17842 from 2015-04-12 16:40:13.345960 to 2015-04-12 16:40:13.345977 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17843 from 2015-04-12 16:40:13.346006 to 2015-04-12 16:40:13.346024 (18 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17844 from 2015-04-12 16:40:13.346054 to 2015-04-12 16:40:13.346071 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17845 from 2015-04-12 16:40:13.346100 to 2015-04-12 16:40:13.346116 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17846 from 2015-04-12 16:40:13.346144 to 2015-04-12 16:40:13.346161 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17847 from 2015-04-12 16:40:13.346189 to 2015-04-12 16:40:13.346206 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17848 from 2015-04-12 16:40:13.346234 to 2015-04-12 16:40:13.346251 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17849 from 2015-04-12 16:40:13.346279 to 2015-04-12 16:40:13.346296 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17850 from 2015-04-12 16:40:13.346325 to 2015-04-12 16:40:13.346342 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17851 from 2015-04-12 16:40:13.346370 to 2015-04-12 16:40:13.346387 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17852 from 2015-04-12 16:40:13.346415 to 2015-04-12 16:40:13.346432 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17853 from 2015-04-12 16:40:13.346460 to 2015-04-12 16:40:13.346476 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17854 from 2015-04-12 16:40:13.346504 to 2015-04-12 16:40:13.346521 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17855 from 2015-04-12 16:40:13.346549 to 2015-04-12 16:40:13.346566 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17856 from 2015-04-12 16:40:13.346677 to 2015-04-12 16:40:13.346697 (20 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17857 from 2015-04-12 16:40:13.346727 to 2015-04-12 16:40:13.346744 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17858 from 2015-04-12 16:40:13.346772 to 2015-04-12 16:40:13.346789 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17859 from 2015-04-12 16:40:13.346817 to 2015-04-12 16:40:13.346834 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17860 from 2015-04-12 16:40:13.346863 to 2015-04-12 16:40:13.346880 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17861 from 2015-04-12 16:40:13.346908 to 2015-04-12 16:40:13.346925 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17862 from 2015-04-12 16:40:13.346953 to 2015-04-12 16:40:13.346970 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17863 from 2015-04-12 16:40:13.346998 to 2015-04-12 16:40:13.347015 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17864 from 2015-04-12 16:40:13.347047 to 2015-04-12 16:40:13.347064 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17865 from 2015-04-12 16:40:13.347092 to 2015-04-12 16:40:13.347111 (19 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17866 from 2015-04-12 16:40:13.347140 to 2015-04-12 16:40:13.347156 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17867 from 2015-04-12 16:40:13.347185 to 2015-04-12 16:40:13.347201 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17868 from 2015-04-12 16:40:13.347230 to 2015-04-12 16:40:13.347246 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17869 from 2015-04-12 16:40:13.347275 to 2015-04-12 16:40:13.347291 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17870 from 2015-04-12 16:40:13.347319 to 2015-04-12 16:40:13.347336 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17871 from 2015-04-12 16:40:13.347364 to 2015-04-12 16:40:13.347381 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17872 from 2015-04-12 16:40:13.347410 to 2015-04-12 16:40:13.347426 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17873 from 2015-04-12 16:40:13.347455 to 2015-04-12 16:40:13.347471 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17874 from 2015-04-12 16:40:13.347499 to 2015-04-12 16:40:13.347516 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17875 from 2015-04-12 16:40:13.347544 to 2015-04-12 16:40:13.347561 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17876 from 2015-04-12 16:40:13.347589 to 2015-04-12 16:40:13.347606 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17877 from 2015-04-12 16:40:13.347633 to 2015-04-12 16:40:13.347650 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17878 from 2015-04-12 16:40:13.347678 to 2015-04-12 16:40:13.347694 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17879 from 2015-04-12 16:40:13.347723 to 2015-04-12 16:40:13.347739 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17880 from 2015-04-12 16:40:13.347768 to 2015-04-12 16:40:13.347784 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17881 from 2015-04-12 16:40:13.347813 to 2015-04-12 16:40:13.347829 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17882 from 2015-04-12 16:40:13.347857 to 2015-04-12 16:40:13.347873 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17883 from 2015-04-12 16:40:13.347901 to 2015-04-12 16:40:13.347918 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17884 from 2015-04-12 16:40:13.347947 to 2015-04-12 16:40:13.347964 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17885 from 2015-04-12 16:40:13.347991 to 2015-04-12 16:40:13.348008 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17886 from 2015-04-12 16:40:13.348036 to 2015-04-12 16:40:13.348054 (18 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17887 from 2015-04-12 16:40:13.348100 to 2015-04-12 16:40:13.348119 (19 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17888 from 2015-04-12 16:40:13.348148 to 2015-04-12 16:40:13.348165 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17889 from 2015-04-12 16:40:13.348234 to 2015-04-12 16:40:13.348261 (27 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17890 from 2015-04-12 16:40:13.348291 to 2015-04-12 16:40:13.348308 (17 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17891 from 2015-04-12 16:40:13.348335 to 2015-04-12 16:40:13.348351 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17892 from 2015-04-12 16:40:13.348377 to 2015-04-12 16:40:13.348393 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17893 from 2015-04-12 16:40:13.348419 to 2015-04-12 16:40:13.348434 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17894 from 2015-04-12 16:40:13.348460 to 2015-04-12 16:40:13.348476 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17895 from 2015-04-12 16:40:13.348503 to 2015-04-12 16:40:13.348518 (15 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17896 from 2015-04-12 16:40:13.348545 to 2015-04-12 16:40:13.348561 (16 microseconds)\u003cbr/\u003eReturned None\u003cbr/\u003e\u003cbr/\u003eActivation #17897 from 2015-04-12 16:40:13.348591 to 2015-04-12 16:40:13.348608 (17 microseconds)\u003cbr/\u003eReturned None", "trial_id": 22, "duration": 3579, "line": 39, "mean": 19.773480662983424}, "index": 29, "name": "list.append", "repr": "S(39-list.append)", "caller_id": 17714, "duration": 7141}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003ereader\u003c/b\u003e called at line 35\u003cbr/\u003eTotal duration: 46 microseconds for 1 activations\u003cbr/\u003eMean: 46.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #17716 from 2015-04-12 16:40:13.286308 to 2015-04-12 16:40:13.286354 (46 microseconds)\u003cbr/\u003eReturned None", "trial_id": 22, "duration": 46, "line": 35, "mean": 46.0}, "index": 30, "name": "reader", "repr": "S(35-reader)", "caller_id": 17714, "duration": 46}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003eopen\u003c/b\u003e called at line 35\u003cbr/\u003eTotal duration: 883 microseconds for 1 activations\u003cbr/\u003eMean: 883.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #17715 from 2015-04-12 16:40:13.285172 to 2015-04-12 16:40:13.286055 (883 microseconds)\u003cbr/\u003eArguments: args=('rU',), name='data1.dat'\u003cbr/\u003eReturned \u003copen file 'data1.dat', mode 'rU' at 0x7f7c994a8030\u003e", "trial_id": 22, "duration": 883, "line": 35, "mean": 883.0}, "index": 31, "name": "open", "repr": "S(35-open)", "caller_id": 17714, "duration": 883}, {"node": {"count": 1, "info": "Trial 22\u003cbr\u003eFunction \u003cb\u003eTabularData\u003c/b\u003e called at line 9\u003cbr/\u003eTotal duration: 64 microseconds for 1 activations\u003cbr/\u003eMean: 64.0 microseconds per activation\u003cbr/\u003e\u003cbr/\u003eActivation #17713 from 2015-04-12 16:40:13.284304 to 2015-04-12 16:40:13.284368 (64 microseconds)\u003cbr/\u003eReturned {'__module__': u'__main__', '__init__': \u003cfunction __init__ at 0x7f7c99e8e2a8\u003e}", "trial_id": 22, "duration": 64, "line": 9, "mean": 64.0}, "index": 32, "name": "TabularData", "repr": "S(9-TabularData)", "caller_id": 17712, "duration": 64}], "edges": [{"count": 0, "source": 0, "type": "initial", "target": 0}, {"count": "", "source": 1, "type": "call", "target": 5}, {"count": "", "source": 2, "type": "return", "target": 1}, {"count": 1, "source": 3, "type": "sequence", "target": 2}, {"count": 1, "source": 4, "type": "sequence", "target": 3}, {"count": 1, "source": 5, "type": "sequence", "target": 4}, {"count": "", "source": 6, "type": "call", "target": 7}, {"count": "", "source": 7, "type": "return", "target": 6}, {"count": 361, "source": 7, "type": "sequence", "target": 7}, {"count": "", "source": 8, "type": "call", "target": 9}, {"count": "", "source": 9, "type": "return", "target": 8}, {"count": 361, "source": 9, "type": "sequence", "target": 9}, {"count": "", "source": 10, "type": "call", "target": 14}, {"count": "", "source": 11, "type": "return", "target": 10}, {"count": 1, "source": 12, "type": "sequence", "target": 11}, {"count": 361, "source": 12, "type": "sequence", "target": 12}, {"count": 1, "source": 13, "type": "sequence", "target": 12}, {"count": 1, "source": 14, "type": "sequence", "target": 13}, {"count": "", "source": 15, "type": "call", "target": 21}, {"count": "", "source": 16, "type": "return", "target": 15}, {"count": 1, "source": 17, "type": "sequence", "target": 16}, {"count": 1, "source": 18, "type": "sequence", "target": 17}, {"count": 1, "source": 19, "type": "sequence", "target": 18}, {"count": 1, "source": 20, "type": "sequence", "target": 19}, {"count": 1, "source": 21, "type": "sequence", "target": 20}, {"count": "", "source": 22, "type": "call", "target": 26}, {"count": "", "source": 23, "type": "return", "target": 22}, {"count": 1, "source": 24, "type": "sequence", "target": 23}, {"count": 180, "source": 24, "type": "sequence", "target": 24}, {"count": 1, "source": 25, "type": "sequence", "target": 24}, {"count": 1, "source": 26, "type": "sequence", "target": 25}, {"count": "", "source": 27, "type": "call", "target": 31}, {"count": "", "source": 28, "type": "return", "target": 27}, {"count": 1, "source": 29, "type": "sequence", "target": 28}, {"count": 180, "source": 29, "type": "sequence", "target": 29}, {"count": 1, "source": 30, "type": "sequence", "target": 29}, {"count": 1, "source": 31, "type": "sequence", "target": 30}, {"count": "", "source": 0, "type": "call", "target": 32}, {"count": "", "source": 1, "type": "return", "target": 0}, {"count": 1, "source": 6, "type": "sequence", "target": 1}, {"count": 1, "source": 8, "type": "sequence", "target": 6}, {"count": 1, "source": 10, "type": "sequence", "target": 8}, {"count": 1, "source": 15, "type": "sequence", "target": 10}, {"count": 1, "source": 22, "type": "sequence", "target": 15}, {"count": 1, "source": 27, "type": "sequence", "target": 22}, {"count": 1, "source": 32, "type": "sequence", "target": 27}], "min_duration": {"22": 11}}
In [ ]:
Content source: paopao74cn/noworkflow
Similar notebooks: