python -m cProfile -o test1.out worker.pypython
python -c "import pstats; p=pstats.Stats('test1.out'); p.sort_stats('time').print_stats()" > zzzzzztest