A repository of result for runs of sandsifter on various x86 CPU's
Due to a recently found fault in the way the injector was compiled all but two test results stopped prematurely at the below instructions:
- 660f1fff
- 660f8fff000000
In particular 660fa4c412f900000000000000000000
is what triggered an eventual segfault. I have not yet looked into the full details.
This primarily affected Intel CPU's - this means that all Intel CPU submissions would have to be retested. The old results can be found in the invalid_tests branch.
Make sure your submissions are compressed with
tar c data/log | xz -9 > brand_model-modelnumber.tar.xz
https://github.com/rigred/sandsifter
Be sure your terminal has xterm colors set and is as large as you can make it. 80x40 should suffice.
export TERM='xterm-256color'
Then run the test with the following command
./sifter.py --unk --dis --len --sync --tick -- -P1 -t
Log data is compressed With xz -9 and will uncompress to a good bit larger size Special attention is needed with the Ryzen CPU test data. The dump files for those are near 1.4Gb total when uncompressed. Running this through the analysis tool will consume a substantial amount of RAM.
-
Zen
Warning: The Zen CPU logs are LARGE. Processing these with the summarizer requires a substantial amount of RAM and CPU time.
-
Prescott
- Intel Pentium 4 630 //Needs Retest
-
Penryn
- Core2Duo P8400 //Needs Retest
-
Sandy Bridge
- Pentium B970 //Complete
- Core i5-2500 //Complete
- Core i5-2540M //Needs Retest
-
Ivy Bridge
- Core i3-3120m //Complete
- Core i5-3210m //Needs Retest
-
Haswell
- i3-4130T //Needs Retest
- i7-4700MQ //Needs Retest
- E3-1225 v3 Test performed in a Ubuntu VM on an ESXI host //Retest
-
Devil's Canyon
- i7-4790k //Needs Retest
Submissions always welcome!