Raw log

Sun Dec 20 18:23:02 NFT 2009 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Results for src/podww000.litmus % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% PPC podww000 "Wse PodWW Wse PodWW" {0:r2=y; 0:r4=x; 1:r2=x; 1:r4=y;} P0 | P1 ; li r1,2 | li r1,2 ; stw r1,0(r2) | stw r1,0(r2) ; li r3,1 | li r3,1 ; stw r3,0(r4) | stw r3,0(r4) ; exists (x=2 /\ y=2) Generated assembler _litmus_P1_0_: li 5,2 _litmus_P1_1_: stw 5,0(11) _litmus_P1_2_: li 4,1 _litmus_P1_3_: stw 4,0(9) _litmus_P0_0_: li 5,2 _litmus_P0_1_: stw 5,0(11) _litmus_P0_2_: li 4,1 _litmus_P0_3_: stw 4,0(9) Test podww000 Allowed Histogram (4 states) 2092501:>x=2; y=2; 2664196:>x=1; y=1; 13720346:>x=1; y=2; 13522957:>x=2; y=1; Ok Witnesses Positive: 2092501, Negative: 29907499 Condition exists (x=2 /\ y=2) is validated Hash=41f88aa29a1bb220e7afe2a10406969e Cycle=Wse PodWW Wse PodWW Relax podww000 Ok PodWW Safe=Wse Time podww000 0.86 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Results for src/podww001.litmus % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% PPC podww001 "Wse PodWW Wse PodWW Wse PodWW" {0:r2=z; 0:r4=x; 1:r2=x; 1:r4=y; 2:r2=y; 2:r4=z;} P0 | P1 | P2 ; li r1,2 | li r1,2 | li r1,2 ; stw r1,0(r2) | stw r1,0(r2) | stw r1,0(r2) ; li r3,1 | li r3,1 | li r3,1 ; stw r3,0(r4) | stw r3,0(r4) | stw r3,0(r4) ; exists (x=2 /\ y=2 /\ z=2) Generated assembler _litmus_P2_0_: li 4,2 _litmus_P2_1_: stw 4,0(11) _litmus_P2_2_: li 3,1 _litmus_P2_3_: stw 3,0(9) _litmus_P1_0_: li 31,2 _litmus_P1_1_: stw 31,0(11) _litmus_P1_2_: li 3,1 _litmus_P1_3_: stw 3,0(9) _litmus_P0_0_: li 4,2 _litmus_P0_1_: stw 4,0(11) _litmus_P0_2_: li 3,1 _litmus_P0_3_: stw 3,0(9) Test podww001 Allowed Histogram (8 states) 37638 :>x=2; y=2; z=2; 76404 :>x=1; y=1; z=1; 3714062:>x=2; y=1; z=1; 3671545:>x=1; y=2; z=1; 3337494:>x=2; y=1; z=2; 3183843:>x=2; y=2; z=1; 3344172:>x=1; y=2; z=2; 3634842:>x=1; y=1; z=2; Ok Witnesses Positive: 37638, Negative: 20962362 Condition exists (x=2 /\ y=2 /\ z=2) is validated Hash=093b077c8e137f7f10d6a10f9ca00c7b Cycle=Wse PodWW Wse PodWW Wse PodWW Relax podww001 Ok PodWW Safe=Wse Time podww001 1.46 $Revision: 3163 $ Parameters #ifndef SIZE_OF_TEST #define SIZE_OF_TEST 100000 #endif #ifndef NUMBER_OF_RUN #define NUMBER_OF_RUN 10 #endif #ifndef N_EXE #define N_EXE (64 < N ? 1 : 64 / N) #endif /* gcc options: -Wall -std=gnu99 -O -pthread -maix64 */ /* barrier: user */ /* tread start/join: changing */ /* memory: indirect */ /* safer: false */ /* preload: true */ /* para: self */ /* changes: false */ /* speedcheck: false */ /* proc used: 64 */ GCCOPTS="-Wall -std=gnu99 -O -pthread -maix64" LITMUSOPTS= Sun Dec 20 18:23:06 NFT 2009