Skip to content

Instantly share code, notes, and snippets.

@bsubei
Created July 24, 2015 01:14
Show Gist options
  • Save bsubei/76eae997d3783fac280e to your computer and use it in GitHub Desktop.
Save bsubei/76eae997d3783fac280e to your computer and use it in GitHub Desktop.
repl session with globals and multiple spawned tasks for workers
20:10 Thinkpad $ turbine -n 8 -l repl_leaf.tic
[4] 0.000 MODE: WORK
[0] 0.000 MODE: WORK
[5] 0.000 MODE: WORK
[0] 0.001 WORK TYPES: WORK
[0] 0.001 WORKERS: 7 RANKS: 0 - 6
[0] 0.001 SERVERS: 1 RANKS: 7 - 7
[0] 0.001 WORK WORKERS: 7 RANKS: 0 - 6
[6] 0.000 MODE: WORK
[2] 0.000 MODE: WORK
[3] 0.000 MODE: WORK
[1] 0.006 MODE: WORK
[7] 0.000 MODE: SERVER
[0] 0.127 function:swift:constants
[1] 0.110 function:swift:constants
[0] 0.127 enter function: __entry
[0] Hello, starting Swift/T program...
[4] 0.127 function:swift:constants
[0] Welcome to the extremely basic REPL turbine!
[2] 0.120 function:swift:constants
[3] 0.128 function:swift:constants
[5] 0.135 function:swift:constants
[6] 0.148 function:swift:constants
import io;
int x = 77;
foreach i in [1:100] {
printf("%d and %d", i, x);
}
%END
[0] finished!
[0] Attempting to run user input script:
[0] import io;
[0] int x = 77;
[0] foreach i in [1:100] {
[0] printf("%d and %d", i, x);
[0] }
[0]
[0] Wrote tmp file to: tmp.swift. Calling STC on it.
[0] numWorkers: 7
[1] rank: 1 done
[2] rank: 2 done
[3] rank: 3 done
[4] rank: 4 done
[5] rank: 5 done
[6] rank: 6 done
[0] rank: 0 done
[0] 31.630 enter function: __entry
[0] 31.631 allocated t:1=<36> t:2=<37> t:3=<38> t:4=<39> t:5=<40>
[0] 31.631 allocated t:6=<41> t:7=<42>
[0] 31.631 store: <36>="HARD"
[0] 31.634 store: <37>="SOFT"
[0] 31.634 store: <38>="RANK"
[0] 31.643 store: <39>="NODE"
[0] 31.643 store: <5>=77
[0] 31.643 store: <40>=1
[0] 31.643 store: <41>=100
[0] 31.643 store: <42>=1
[5] 31.658 allocated u:i=<43> t:8=<44> t:9=<45>
[3] 31.655 allocated u:i=<46> t:8=<47> t:9=<48>
[3] 31.655 store: <46>=1
[3] 31.656 store: <48>="%d and %d"
[5] 31.666 store: <43>=65
[5] 31.672 store: <45>="%d and %d"
[5] 31.676 allocated u:i=<49> t:8=<50> t:9=<51>
[3] 31.676 allocated u:i=<52> t:8=<53> t:9=<54>
[5] 31.680 store: <49>=66
[5] 31.680 store: <51>="%d and %d"
[5] 31.680 allocated u:i=<55> t:8=<56> t:9=<57>
[5] 31.680 store: <55>=67
[5] 31.680 store: <57>="%d and %d"
[5] 31.680 allocated u:i=<58> t:8=<59> t:9=<60>
[5] 31.680 store: <58>=68
[5] 31.680 store: <60>="%d and %d"
[5] 31.680 allocated u:i=<61> t:8=<62> t:9=<63>
[5] 31.680 store: <61>=69
[5] 31.680 store: <63>="%d and %d"
[5] 31.680 allocated u:i=<64> t:8=<65> t:9=<66>
[5] 31.680 store: <64>=70
[5] 31.680 store: <66>="%d and %d"
[5] 31.680 allocated u:i=<67> t:8=<68> t:9=<69>
[5] 31.680 store: <67>=71
[5] 31.680 store: <69>="%d and %d"
[5] 31.680 allocated u:i=<70> t:8=<71> t:9=<72>
[5] 31.680 store: <70>=72
[5] 31.680 store: <72>="%d and %d"
[5] 31.680 allocated u:i=<73> t:8=<74> t:9=<75>
[5] 31.680 store: <73>=73
[5] 31.680 store: <75>="%d and %d"
[5] 31.680 allocated u:i=<76> t:8=<77> t:9=<78>
[5] 31.680 store: <76>=74
[5] 31.680 store: <78>="%d and %d"
[5] 31.680 allocated u:i=<79> t:8=<80> t:9=<81>
[5] 31.680 store: <79>=75
[5] 31.680 store: <81>="%d and %d"
[5] 31.680 allocated u:i=<82> t:8=<83> t:9=<84>
[5] 31.681 store: <82>=76
[5] 31.681 store: <84>="%d and %d"
[5] 31.681 allocated u:i=<85> t:8=<86> t:9=<87>
[5] 31.681 store: <85>=77
[5] 31.681 store: <87>="%d and %d"
[5] 31.681 allocated u:i=<88> t:8=<89> t:9=<90>
[5] 31.681 store: <88>=78
[5] 31.681 store: <90>="%d and %d"
[5] 31.681 allocated u:i=<91> t:8=<92> t:9=<93>
[5] 31.681 store: <91>=79
[5] 31.681 store: <93>="%d and %d"
[5] 31.681 allocated u:i=<94> t:8=<95> t:9=<96>
[5] 31.681 store: <94>=80
[5] 31.681 store: <96>="%d and %d"
[5] 31.681 allocated u:i=<97> t:8=<98> t:9=<99>
[5] 31.681 store: <97>=81
[5] 31.681 store: <99>="%d and %d"
[5] 31.681 allocated u:i=<100> t:8=<101> t:9=<102>
[5] 31.681 store: <100>=82
[5] 31.681 store: <102>="%d and %d"
[5] 31.681 allocated u:i=<103> t:8=<104> t:9=<105>
[5] 31.681 store: <103>=83
[5] 31.681 store: <105>="%d and %d"
[5] 31.681 allocated u:i=<106> t:8=<107> t:9=<108>
[5] 31.681 store: <106>=84
[5] 31.681 store: <108>="%d and %d"
[5] 31.681 allocated u:i=<109> t:8=<110> t:9=<111>
[5] 31.681 store: <109>=85
[5] 31.681 store: <111>="%d and %d"
[5] 31.681 allocated u:i=<112> t:8=<113> t:9=<114>
[5] 31.681 store: <112>=86
[5] 31.681 store: <114>="%d and %d"
[5] 31.681 allocated u:i=<115> t:8=<116> t:9=<117>
[5] 31.681 store: <115>=87
[5] 31.681 store: <117>="%d and %d"
[5] 31.681 allocated u:i=<118> t:8=<119> t:9=<120>
[5] 31.681 store: <118>=88
[5] 31.681 store: <120>="%d and %d"
[5] 31.681 allocated u:i=<121> t:8=<122> t:9=<123>
[5] 31.681 store: <121>=89
[5] 31.681 store: <123>="%d and %d"
[5] 31.681 allocated u:i=<124> t:8=<125> t:9=<126>
[5] 31.681 store: <124>=90
[5] 31.681 store: <126>="%d and %d"
[5] 31.681 allocated u:i=<127> t:8=<128> t:9=<129>
[5] 31.681 store: <127>=91
[5] 31.681 store: <129>="%d and %d"
[5] 31.681 allocated u:i=<130> t:8=<131> t:9=<132>
[5] 31.681 store: <130>=92
[5] 31.681 store: <132>="%d and %d"
[5] 31.681 allocated u:i=<133> t:8=<134> t:9=<135>
[5] 31.681 store: <133>=93
[5] 31.682 store: <135>="%d and %d"
[5] 31.682 allocated u:i=<136> t:8=<137> t:9=<138>
[5] 31.682 store: <136>=94
[5] 31.682 store: <138>="%d and %d"
[5] 31.682 allocated u:i=<139> t:8=<140> t:9=<141>
[5] 31.682 store: <139>=95
[5] 31.682 store: <141>="%d and %d"
[5] 31.682 allocated u:i=<142> t:8=<143> t:9=<144>
[5] 31.682 store: <142>=96
[5] 31.682 store: <144>="%d and %d"
[3] 31.680 store: <52>=2
[3] 31.680 store: <54>="%d and %d"
[5] 31.691 allocated u:i=<145> t:8=<146> t:9=<147>
[5] 31.691 store: <145>=97
[5] 31.692 store: <147>="%d and %d"
[5] 31.692 allocated u:i=<148> t:8=<149> t:9=<150>
[5] 31.692 store: <148>=98
[5] 31.692 store: <150>="%d and %d"
[5] 31.692 allocated u:i=<151> t:8=<152> t:9=<153>
[5] 31.692 store: <151>=99
[5] 31.692 store: <153>="%d and %d"
[5] 31.692 allocated u:i=<154> t:8=<155> t:9=<156>
[5] 31.692 store: <154>=100
[5] 31.692 store: <156>="%d and %d"
[3] 31.700 allocated u:i=<157> t:8=<158> t:9=<159>
[3] 31.700 store: <157>=3
[3] 31.701 store: <159>="%d and %d"
[3] 31.721 allocated u:i=<160> t:8=<161> t:9=<162>
[3] 31.721 store: <160>=4
[3] 31.722 store: <162>="%d and %d"
[3] 31.724 allocated u:i=<163> t:8=<164> t:9=<165>
[3] 31.725 store: <163>=5
[3] 31.725 store: <165>="%d and %d"
[3] 31.728 allocated u:i=<166> t:8=<167> t:9=<168>
[3] 31.728 store: <166>=6
[3] 31.729 store: <168>="%d and %d"
[3] 31.746 allocated u:i=<169> t:8=<170> t:9=<171>
[3] 31.746 store: <169>=7
[3] 31.746 store: <171>="%d and %d"
[3] 31.750 allocated u:i=<172> t:8=<173> t:9=<174>
[3] 31.750 store: <172>=8
[3] 31.750 store: <174>="%d and %d"
[3] 31.762 allocated u:i=<175> t:8=<176> t:9=<177>
[3] 31.763 store: <175>=9
[3] 31.763 store: <177>="%d and %d"
[3] 31.795 allocated u:i=<178> t:8=<179> t:9=<180>
[3] 31.796 store: <178>=10
[3] 31.798 store: <180>="%d and %d"
[3] 31.809 allocated u:i=<181> t:8=<182> t:9=<183>
[3] 31.809 store: <181>=11
[3] 31.810 store: <183>="%d and %d"
[3] 31.814 allocated u:i=<184> t:8=<185> t:9=<186>
[3] 31.814 store: <184>=12
[3] 31.814 store: <186>="%d and %d"
[3] 31.837 allocated u:i=<187> t:8=<188> t:9=<189>
[3] 31.837 store: <187>=13
[3] 31.838 store: <189>="%d and %d"
[3] 31.841 allocated u:i=<190> t:8=<191> t:9=<192>
[3] 31.841 store: <190>=14
[3] 31.842 store: <192>="%d and %d"
[3] 31.861 allocated u:i=<193> t:8=<194> t:9=<195>
[3] 31.861 store: <193>=15
[3] 31.862 store: <195>="%d and %d"
[3] 31.866 allocated u:i=<196> t:8=<197> t:9=<198>
[3] 31.866 store: <196>=16
[3] 31.866 store: <198>="%d and %d"
[3] 31.878 allocated u:i=<199> t:8=<200> t:9=<201>
[3] 31.878 store: <199>=17
[3] 31.886 store: <201>="%d and %d"
[3] 31.888 allocated u:i=<202> t:8=<203> t:9=<204>
[3] 31.889 store: <202>=18
[3] 31.889 store: <204>="%d and %d"
[3] 31.906 allocated u:i=<205> t:8=<206> t:9=<207>
[3] 31.906 store: <205>=19
[3] 31.906 store: <207>="%d and %d"
[3] 31.911 allocated u:i=<208> t:8=<209> t:9=<210>
[3] 31.911 store: <208>=20
[3] 31.911 store: <210>="%d and %d"
[3] 31.927 allocated u:i=<211> t:8=<212> t:9=<213>
[3] 31.927 store: <211>=21
[3] 31.927 store: <213>="%d and %d"
[3] 31.930 allocated u:i=<214> t:8=<215> t:9=<216>
[3] 31.930 store: <214>=22
[3] 31.932 store: <216>="%d and %d"
[3] 31.951 allocated u:i=<217> t:8=<218> t:9=<219>
[3] 31.952 store: <217>=23
[3] 31.952 store: <219>="%d and %d"
[3] 31.973 allocated u:i=<220> t:8=<221> t:9=<222>
[3] 31.973 store: <220>=24
[3] 31.973 store: <222>="%d and %d"
[3] 31.977 allocated u:i=<223> t:8=<224> t:9=<225>
[3] 31.977 store: <223>=25
[3] 31.977 store: <225>="%d and %d"
[3] 31.981 allocated u:i=<226> t:8=<227> t:9=<228>
[3] 31.981 store: <226>=26
[3] 31.992 store: <228>="%d and %d"
[3] 31.997 allocated u:i=<229> t:8=<230> t:9=<231>
[3] 31.997 store: <229>=27
[3] 31.997 store: <231>="%d and %d"
[3] 32.010 allocated u:i=<232> t:8=<233> t:9=<234>
[3] 32.011 store: <232>=28
[3] 32.011 store: <234>="%d and %d"
[3] 32.021 allocated u:i=<235> t:8=<236> t:9=<237>
[3] 32.021 store: <235>=29
[3] 32.021 store: <237>="%d and %d"
[3] 32.036 allocated u:i=<238> t:8=<239> t:9=<240>
[3] 32.036 store: <238>=30
[3] 32.037 store: <240>="%d and %d"
[3] 32.040 allocated u:i=<241> t:8=<242> t:9=<243>
[3] 32.041 store: <241>=31
[3] 32.041 store: <243>="%d and %d"
[3] 32.055 allocated u:i=<244> t:8=<245> t:9=<246>
[3] 32.055 store: <244>=32
[3] 32.056 store: <246>="%d and %d"
[3] 32.064 allocated u:i=<247> t:8=<248> t:9=<249>
[3] 32.064 store: <247>=33
[3] 32.064 store: <249>="%d and %d"
[3] 32.083 allocated u:i=<250> t:8=<251> t:9=<252>
[3] 32.083 store: <250>=34
[3] 32.084 store: <252>="%d and %d"
[3] 32.088 allocated u:i=<253> t:8=<254> t:9=<255>
[3] 32.088 store: <253>=35
[3] 32.088 store: <255>="%d and %d"
[3] 32.110 allocated u:i=<256> t:8=<257> t:9=<258>
[3] 32.110 store: <256>=36
[3] 32.111 store: <258>="%d and %d"
[3] 32.114 allocated u:i=<259> t:8=<260> t:9=<261>
[3] 32.114 store: <259>=37
[3] 32.115 store: <261>="%d and %d"
[3] 32.118 allocated u:i=<262> t:8=<263> t:9=<264>
[3] 32.118 store: <262>=38
[3] 32.122 store: <264>="%d and %d"
[3] 32.143 allocated u:i=<265> t:8=<266> t:9=<267>
[3] 32.143 store: <265>=39
[3] 32.144 store: <267>="%d and %d"
[3] 32.147 allocated u:i=<268> t:8=<269> t:9=<270>
[3] 32.148 store: <268>=40
[3] 32.148 store: <270>="%d and %d"
[3] 32.152 allocated u:i=<271> t:8=<272> t:9=<273>
[3] 32.152 store: <271>=41
[3] 32.156 store: <273>="%d and %d"
[3] 32.172 allocated u:i=<274> t:8=<275> t:9=<276>
[3] 32.172 store: <274>=42
[3] 32.173 store: <276>="%d and %d"
[3] 32.184 allocated u:i=<277> t:8=<278> t:9=<279>
[3] 32.185 store: <277>=43
[3] 32.187 store: <279>="%d and %d"
[3] 32.191 allocated u:i=<280> t:8=<281> t:9=<282>
[3] 32.191 store: <280>=44
[3] 32.191 store: <282>="%d and %d"
[3] 32.208 allocated u:i=<283> t:8=<284> t:9=<285>
[3] 32.208 store: <283>=45
[3] 32.209 store: <285>="%d and %d"
[3] 32.212 allocated u:i=<286> t:8=<287> t:9=<288>
[3] 32.212 store: <286>=46
[3] 32.213 store: <288>="%d and %d"
[3] 32.226 allocated u:i=<289> t:8=<290> t:9=<291>
[3] 32.227 store: <289>=47
[3] 32.227 store: <291>="%d and %d"
[3] 32.238 allocated u:i=<292> t:8=<293> t:9=<294>
[3] 32.238 store: <292>=48
[3] 32.238 store: <294>="%d and %d"
[3] 32.244 allocated u:i=<295> t:8=<296> t:9=<297>
[3] 32.244 store: <295>=49
[3] 32.244 store: <297>="%d and %d"
[3] 32.259 allocated u:i=<298> t:8=<299> t:9=<300>
[3] 32.259 store: <298>=50
[3] 32.259 store: <300>="%d and %d"
[3] 32.276 allocated u:i=<301> t:8=<302> t:9=<303>
[3] 32.277 store: <301>=51
[3] 32.277 store: <303>="%d and %d"
[3] 32.281 allocated u:i=<304> t:8=<305> t:9=<306>
[3] 32.281 store: <304>=52
[3] 32.281 store: <306>="%d and %d"
[3] 32.301 allocated u:i=<307> t:8=<308> t:9=<309>
[3] 32.301 store: <307>=53
[3] 32.302 store: <309>="%d and %d"
[3] 32.305 allocated u:i=<310> t:8=<311> t:9=<312>
[3] 32.305 store: <310>=54
[3] 32.306 store: <312>="%d and %d"
[3] 32.310 allocated u:i=<313> t:8=<314> t:9=<315>
[3] 32.310 store: <313>=55
[3] 32.311 store: <315>="%d and %d"
[3] 32.323 allocated u:i=<316> t:8=<317> t:9=<318>
[3] 32.323 store: <316>=56
[3] 32.323 store: <318>="%d and %d"
[3] 32.341 allocated u:i=<319> t:8=<320> t:9=<321>
[3] 32.341 store: <319>=57
[3] 32.342 store: <321>="%d and %d"
[3] 32.345 allocated u:i=<322> t:8=<323> t:9=<324>
[3] 32.346 store: <322>=58
[3] 32.346 store: <324>="%d and %d"
[3] 32.366 allocated u:i=<325> t:8=<326> t:9=<327>
[3] 32.366 store: <325>=59
[3] 32.367 store: <327>="%d and %d"
[3] 32.371 allocated u:i=<328> t:8=<329> t:9=<330>
[3] 32.371 store: <328>=60
[3] 32.372 store: <330>="%d and %d"
[3] 32.388 allocated u:i=<331> t:8=<332> t:9=<333>
[3] 32.388 store: <331>=61
[3] 32.389 store: <333>="%d and %d"
[3] 32.391 allocated u:i=<334> t:8=<335> t:9=<336>
[3] 32.391 store: <334>=62
[3] 32.392 store: <336>="%d and %d"
[3] 32.402 allocated u:i=<337> t:8=<338> t:9=<339>
[3] 32.402 store: <337>=63
[3] 32.403 store: <339>="%d and %d"
[3] 32.416 allocated u:i=<340> t:8=<341> t:9=<342>
[3] 32.416 store: <340>=64
[3] 32.417 store: <342>="%d and %d"
[0] 32.534 turbine finalizing
[5] 32.528 turbine finalizing
[6] 32.530 turbine finalizing
[7] WAITING WORK: 100
[7] {6} printf (<48>:(null) ((null)) <46>:(null) ((null)) /<20>:(null) ((null))/)
[7] {7} printf (<45>:(null) ((null)) <43>:(null) ((null)) /<30>:(null) ((null))/)
[7] {8} printf (<51>:(null) ((null)) <49>:(null) ((null)) /<30>:(null) ((null))/)
[7] {9} printf (<57>:(null) ((null)) <55>:(null) ((null)) /<30>:(null) ((null))/)
[7] {10} printf (<60>:(null) ((null)) <58>:(null) ((null)) /<30>:(null) ((null))/)
[7] {11} printf (<63>:(null) ((null)) <61>:(null) ((null)) /<30>:(null) ((null))/)
[7] {12} printf (<66>:(null) ((null)) <64>:(null) ((null)) /<30>:(null) ((null))/)
[7] {13} printf (<69>:(null) ((null)) <67>:(null) ((null)) /<30>:(null) ((null))/)
[7] {14} printf (<72>:(null) ((null)) <70>:(null) ((null)) /<30>:(null) ((null))/)
[7] {15} printf (<75>:(null) ((null)) <73>:(null) ((null)) /<30>:(null) ((null))/)
[7] {16} printf (<78>:(null) ((null)) <76>:(null) ((null)) /<30>:(null) ((null))/)
[7] {17} printf (<81>:(null) ((null)) <79>:(null) ((null)) /<30>:(null) ((null))/)
[7] {18} printf (<84>:(null) ((null)) <82>:(null) ((null)) /<30>:(null) ((null))/)
[7] {19} printf (<87>:(null) ((null)) <85>:(null) ((null)) /<30>:(null) ((null))/)
[7] {20} printf (<90>:(null) ((null)) <88>:(null) ((null)) /<30>:(null) ((null))/)
[7] {21} printf (<93>:(null) ((null)) <91>:(null) ((null)) /<30>:(null) ((null))/)
[7] {22} printf (<96>:(null) ((null)) <94>:(null) ((null)) /<30>:(null) ((null))/)
[7] {23} printf (<99>:(null) ((null)) <97>:(null) ((null)) /<30>:(null) ((null))/)
[7] {24} printf (<102>:(null) ((null)) <100>:(null) ((null)) /<30>:(null) ((null))/)
[7] {25} printf (<105>:(null) ((null)) <103>:(null) ((null)) /<30>:(null) ((null))/)
[7] {26} printf (<108>:(null) ((null)) <106>:(null) ((null)) /<30>:(null) ((null))/)
[7] {27} printf (<111>:(null) ((null)) <109>:(null) ((null)) /<30>:(null) ((null))/)
[7] {28} printf (<114>:(null) ((null)) <112>:(null) ((null)) /<30>:(null) ((null))/)
[7] {29} printf (<117>:(null) ((null)) <115>:(null) ((null)) /<30>:(null) ((null))/)
[7] {30} printf (<120>:(null) ((null)) <118>:(null) ((null)) /<30>:(null) ((null))/)
[7] {31} printf (<123>:(null) ((null)) <121>:(null) ((null)) /<30>:(null) ((null))/)
[7] {32} printf (<126>:(null) ((null)) <124>:(null) ((null)) /<30>:(null) ((null))/)
[7] {33} printf (<129>:(null) ((null)) <127>:(null) ((null)) /<30>:(null) ((null))/)
[7] {34} printf (<132>:(null) ((null)) <130>:(null) ((null)) /<30>:(null) ((null))/)
[7] {35} printf (<135>:(null) ((null)) <133>:(null) ((null)) /<30>:(null) ((null))/)
[7] {36} printf (<138>:(null) ((null)) <136>:(null) ((null)) /<30>:(null) ((null))/)
[7] {37} printf (<141>:(null) ((null)) <139>:(null) ((null)) /<30>:(null) ((null))/)
[7] {38} printf (<144>:(null) ((null)) <142>:(null) ((null)) /<30>:(null) ((null))/)
[7] {39} printf (<147>:(null) ((null)) <145>:(null) ((null)) /<30>:(null) ((null))/)
[7] {40} printf (<150>:(null) ((null)) <148>:(null) ((null)) /<30>:(null) ((null))/)
[7] {41} printf (<153>:(null) ((null)) <151>:(null) ((null)) /<30>:(null) ((null))/)
[7] {42} printf (<156>:(null) ((null)) <154>:(null) ((null)) /<30>:(null) ((null))/)
[7] {43} printf (<54>:(null) ((null)) <52>:(null) ((null)) /<20>:(null) ((null))/)
[7] {44} printf (<159>:(null) ((null)) <157>:(null) ((null)) /<20>:(null) ((null))/)
[7] {45} printf (<162>:(null) ((null)) <160>:(null) ((null)) /<20>:(null) ((null))/)
[7] {46} printf (<165>:(null) ((null)) <163>:(null) ((null)) /<20>:(null) ((null))/)
[7] {47} printf (<168>:(null) ((null)) <166>:(null) ((null)) /<20>:(null) ((null))/)
[7] {48} printf (<171>:(null) ((null)) <169>:(null) ((null)) /<20>:(null) ((null))/)
[7] {49} printf (<174>:(null) ((null)) <172>:(null) ((null)) /<20>:(null) ((null))/)
[7] {50} printf (<177>:(null) ((null)) <175>:(null) ((null)) /<20>:(null) ((null))/)
[7] {51} printf (<180>:(null) ((null)) <178>:(null) ((null)) /<20>:(null) ((null))/)
[7] {52} printf (<183>:(null) ((null)) <181>:(null) ((null)) /<20>:(null) ((null))/)
[7] {53} printf (<186>:(null) ((null)) <184>:(null) ((null)) /<20>:(null) ((null))/)
[7] {54} printf (<189>:(null) ((null)) <187>:(null) ((null)) /<20>:(null) ((null))/)
[7] {55} printf (<192>:(null) ((null)) <190>:(null) ((null)) /<20>:(null) ((null))/)
[7] {56} printf (<195>:(null) ((null)) <193>:(null) ((null)) /<20>:(null) ((null))/)
[7] {57} printf (<198>:(null) ((null)) <196>:(null) ((null)) /<20>:(null) ((null))/)
[7] {58} printf (<201>:(null) ((null)) <199>:(null) ((null)) /<20>:(null) ((null))/)
[7] {59} printf (<204>:(null) ((null)) <202>:(null) ((null)) /<20>:(null) ((null))/)
[7] {60} printf (<207>:(null) ((null)) <205>:(null) ((null)) /<20>:(null) ((null))/)
[7] {61} printf (<210>:(null) ((null)) <208>:(null) ((null)) /<20>:(null) ((null))/)
[7] {62} printf (<213>:(null) ((null)) <211>:(null) ((null)) /<20>:(null) ((null))/)
[7] {63} printf (<216>:(null) ((null)) <214>:(null) ((null)) /<20>:(null) ((null))/)
[7] {64} printf (<219>:(null) ((null)) <217>:(null) ((null)) /<20>:(null) ((null))/)
[7] {65} printf (<222>:(null) ((null)) <220>:(null) ((null)) /<20>:(null) ((null))/)
[7] {66} printf (<225>:(null) ((null)) <223>:(null) ((null)) /<20>:(null) ((null))/)
[7] {67} printf (<228>:(null) ((null)) <226>:(null) ((null)) /<20>:(null) ((null))/)
[7] {68} printf (<231>:(null) ((null)) <229>:(null) ((null)) /<20>:(null) ((null))/)
[7] {69} printf (<234>:(null) ((null)) <232>:(null) ((null)) /<20>:(null) ((null))/)
[7] {70} printf (<237>:(null) ((null)) <235>:(null) ((null)) /<20>:(null) ((null))/)
[7] {71} printf (<240>:(null) ((null)) <238>:(null) ((null)) /<20>:(null) ((null))/)
[7] {72} printf (<243>:(null) ((null)) <241>:(null) ((null)) /<20>:(null) ((null))/)
[7] {73} printf (<246>:(null) ((null)) <244>:(null) ((null)) /<20>:(null) ((null))/)
[7] {74} printf (<249>:(null) ((null)) <247>:(null) ((null)) /<20>:(null) ((null))/)
[7] {75} printf (<252>:(null) ((null)) <250>:(null) ((null)) /<20>:(null) ((null))/)
[7] {76} printf (<255>:(null) ((null)) <253>:(null) ((null)) /<20>:(null) ((null))/)
[7] {77} printf (<258>:(null) ((null)) <256>:(null) ((null)) /<20>:(null) ((null))/)
[7] {78} printf (<261>:(null) ((null)) <259>:(null) ((null)) /<20>:(null) ((null))/)
[7] {79} printf (<264>:(null) ((null)) <262>:(null) ((null)) /<20>:(null) ((null))/)
[7] {80} printf (<267>:(null) ((null)) <265>:(null) ((null)) /<20>:(null) ((null))/)
[7] {81} printf (<270>:(null) ((null)) <268>:(null) ((null)) /<20>:(null) ((null))/)
[7] {82} printf (<273>:(null) ((null)) <271>:(null) ((null)) /<20>:(null) ((null))/)
[7] {83} printf (<276>:(null) ((null)) <274>:(null) ((null)) /<20>:(null) ((null))/)
[7] {84} printf (<279>:(null) ((null)) <277>:(null) ((null)) /<20>:(null) ((null))/)
[7] {85} printf (<282>:(null) ((null)) <280>:(null) ((null)) /<20>:(null) ((null))/)
[7] {86} printf (<285>:(null) ((null)) <283>:(null) ((null)) /<20>:(null) ((null))/)
[7] {87} printf (<288>:(null) ((null)) <286>:(null) ((null)) /<20>:(null) ((null))/)
[7] {88} printf (<291>:(null) ((null)) <289>:(null) ((null)) /<20>:(null) ((null))/)
[7] {89} printf (<294>:(null) ((null)) <292>:(null) ((null)) /<20>:(null) ((null))/)
[7] {90} printf (<297>:(null) ((null)) <295>:(null) ((null)) /<20>:(null) ((null))/)
[7] {91} printf (<300>:(null) ((null)) <298>:(null) ((null)) /<20>:(null) ((null))/)
[7] {92} printf (<303>:(null) ((null)) <301>:(null) ((null)) /<20>:(null) ((null))/)
[7] {93} printf (<306>:(null) ((null)) <304>:(null) ((null)) /<20>:(null) ((null))/)
[7] {94} printf (<309>:(null) ((null)) <307>:(null) ((null)) /<20>:(null) ((null))/)
[7] {95} printf (<312>:(null) ((null)) <310>:(null) ((null)) /<20>:(null) ((null))/)
[7] {96} printf (<315>:(null) ((null)) <313>:(null) ((null)) /<20>:(null) ((null))/)
[7] {97} printf (<318>:(null) ((null)) <316>:(null) ((null)) /<20>:(null) ((null))/)
[7] {98} printf (<321>:(null) ((null)) <319>:(null) ((null)) /<20>:(null) ((null))/)
[7] {99} printf (<324>:(null) ((null)) <322>:(null) ((null)) /<20>:(null) ((null))/)
[7] {100} printf (<327>:(null) ((null)) <325>:(null) ((null)) /<20>:(null) ((null))/)
[7] {101} printf (<330>:(null) ((null)) <328>:(null) ((null)) /<20>:(null) ((null))/)
[7] {102} printf (<333>:(null) ((null)) <331>:(null) ((null)) /<20>:(null) ((null))/)
[7] {103} printf (<336>:(null) ((null)) <334>:(null) ((null)) /<20>:(null) ((null))/)
[7] {104} printf (<339>:(null) ((null)) <337>:(null) ((null)) /<20>:(null) ((null))/)
[7] {105} printf (<342>:(null) ((null)) <340>:(null) ((null)) /<20>:(null) ((null))/)
[7] 32.416 turbine finalizing
[3] 32.532 turbine finalizing
[2] 32.528 turbine finalizing
[1] 32.524 turbine finalizing
[4] 32.540 turbine finalizing
[7] UNFILLED SUBSCRIBE <20>:(null) ((null)) rank: 7 work_type: 0
[7] UNFILLED SUBSCRIBE <30>:(null) ((null)) rank: 7 work_type: 0
[7] FAILED: EXIT(1)
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= PID 18390 RUNNING AT Thinkpad
= EXIT CODE: 1
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment