1:BUILD_BY[name] student5 1:BUILD_ENVIRONMENT[operating system 32 vs 64] 1:END_BUILD_ENVIRONMENT 1:DEPENDENCIES[list of dependencies with where to get them] 1. Java 1:END_DEPENDENCIES 1:NOTES[notes on attempted build] Tried 2/5 benchmarks. 1. Tried to build TSP benchmark (no instructions provided) : failed with the error message: no main manifest attribute, in tsp.jar 2. Tried to build weblech benchmark. It gave the error message: Note: src/weblech/spider/URLObject.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Did not proceed with the remaining benchmarks due to time constraints. 1:END_NOTES 2:BUILD_BY[name] student4 2:BUILD_ENVIRONMENT[operating system 32 vs 64] >>>> lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.04.4 LTS Release: 12.04 Codename: precise >>>> uname -a Linux student-VPCSE13FX 3.2.0-60-generic #91-Ubuntu SMP Wed Feb 19 03:54:44 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux >>>> lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 2 Core(s) per socket: 2 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 42 Stepping: 7 CPU MHz: 800.000 BogoMIPS: 4789.10 Virtualization: VT-x L1d cache: 32K L1i cache: 32K L2 cache: 256K L3 cache: 3072K NUMA node0 CPU(s): 0-3 >>>> javac -version javac 1.7.0_51 >>>> gcc --version gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 2:END_BUILD_ENVIRONMENT 2:DEPENDENCIES[list of dependencies with where to get them] 2:END_DEPENDENCIES 2:NOTES[notes on attempted build] They have a collection of benchmarks, where they have used a custom synchronization langauge, extended from Java. For weblech it needed org.apache.log4j I decided to try to run the "translated" version of elevator, this worked simply: student@student-VPCSE13FX:~/temp/repro/Dolby$ cd elevator-AJ-Translated/ student@student-VPCSE13FX:~/temp/repro/Dolby/elevator-AJ-Translated$ ls bin CVS data data2 data3 README.txt src student@student-VPCSE13FX:~/temp/repro/Dolby/elevator-AJ-Translated$ cd bin/ student@student-VPCSE13FX:~/temp/repro/Dolby/elevator-AJ-Translated/bin$ java Elevator < ../data Elevator::begin - its time to press a button *** Someone on floor 3 wants to go to 5 Lift 0 is now moving UP Lift 1 is now moving UP Elevator::begin - its time to press a button *** Someone on floor 2 wants to go to 1 Lift 0 now on 2 Lift 1 now on 2 Lift 0 picking up 1 passengers on 2 Lift 1 now on 3 Lift 1 picking up 1 passengers on 3 Lift 0 now on 3 Lift 0 picking up 1 passengers on 3 2:END_NOTES