Skip to content
Open

Main #27

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.local
__pycache__/
.part3_tmp/
2 changes: 1 addition & 1 deletion interference/ibench-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ spec:
command: ["/bin/sh"]
args: ["-c", "taskset -c 0 ./cpu 1200"]
nodeSelector:
cca-project-nodetype: "memcached"
cca-project-nodetype: parsec

36 changes: 36 additions & 0 deletions logs_part2a/parsec-barnes.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Launching splash2x.barnes...
[PARSEC] Benchmarks to run: splash2x.barnes

[PARSEC] [========== Running benchmark splash2x.barnes [1] ==========]
[PARSEC] Setting up run directory.
[PARSEC] Unpacking benchmark input 'native'.
input.template
[PARSEC] Running 'time /parsec/ext/splash2x/apps/barnes/inst/amd64-linux.gcc/bin/run.sh 1 native':
[PARSEC] [---------- Beginning of output ----------]
Generating input file input_1...
Running /parsec/ext/splash2x/apps/barnes/inst/amd64-linux.gcc/bin/barnes 1 < input_1:

Hack code: Plummer model

nbody dtime eps tol dtout tstop fcells NPROC
4194304 0.02500 0.0500 1.00 0.250 0.075 2.00 1

COMPUTESTART = 1776541961141909
COMPUTEEND = 1776542181727610
COMPUTETIME = 220585701
TRACKTIME = 106886308
PARTITIONTIME = 1011376 0.01
TREEBUILDTIME = 6702111 0.06
FORCECALCTIME = 98171050 0.92
RESTTIME = 1001771 0.01

real 3m43.558s
user 3m34.352s
sys 0m5.860s
[PARSEC] [---------- End of output ----------]
[PARSEC]
[PARSEC] BIBLIOGRAPHY
[PARSEC]
[PARSEC] [1] Woo et al. The SPLASH-2 Programs: Characterization and Methodological Considerations. ISCA, 1995.
[PARSEC]
[PARSEC] Done.
24 changes: 24 additions & 0 deletions logs_part2a/parsec-blackscholes.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Launching parsec.blackscholes...
[PARSEC] Benchmarks to run: parsec.blackscholes

[PARSEC] [========== Running benchmark parsec.blackscholes [1] ==========]
[PARSEC] Setting up run directory.
[PARSEC] Unpacking benchmark input 'simlarge'.
in_64K.txt
[PARSEC] Running 'time /parsec/pkgs/apps/blackscholes/inst/amd64-linux.gcc/bin/blackscholes 1 in_64K.txt prices.txt':
[PARSEC] [---------- Beginning of output ----------]
PARSEC Benchmark Suite Version 3.0-beta-20150206
Num of Options: 65536
Num of Runs: 100
Size of data: 2621440

real 0m1.106s
user 0m1.053s
sys 0m0.015s
[PARSEC] [---------- End of output ----------]
[PARSEC]
[PARSEC] BIBLIOGRAPHY
[PARSEC]
[PARSEC] [1] Bienia. Benchmarking Modern Multiprocessors. Ph.D. Thesis, 2011.
[PARSEC]
[PARSEC] Done.
34 changes: 34 additions & 0 deletions logs_part2a/parsec-canneal.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Launching parsec.canneal...
[PARSEC] Benchmarks to run: parsec.canneal

[PARSEC] [========== Running benchmark parsec.canneal [1] ==========]
[PARSEC] Setting up run directory.
[PARSEC] Unpacking benchmark input 'simlarge'.
400000.nets
[PARSEC] Running 'time /parsec/pkgs/kernels/canneal/inst/amd64-linux.gcc/bin/canneal 1 15000 2000 400000.nets 128':
[PARSEC] [---------- Beginning of output ----------]
PARSEC Benchmark Suite Version 3.0-beta-20150206
Threadcount: 1
15000 swaps per temperature step
start temperature: 2000
netlist filename: 400000.nets
number of temperature steps: 128
locs created
locs assigned
Just saw element: 100000
Just saw element: 200000
Just saw element: 300000
Just saw element: 400000
netlist created. 400000 elements.
Final routing is: 6.90232e+08

real 0m11.888s
user 0m10.961s
sys 0m0.723s
[PARSEC] [---------- End of output ----------]
[PARSEC]
[PARSEC] BIBLIOGRAPHY
[PARSEC]
[PARSEC] [1] Bienia. Benchmarking Modern Multiprocessors. Ph.D. Thesis, 2011.
[PARSEC]
[PARSEC] Done.
45 changes: 45 additions & 0 deletions logs_part2a/parsec-freqmine.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
Launching parsec.freqmine...
[PARSEC] Benchmarks to run: parsec.freqmine

[PARSEC] [========== Running benchmark parsec.freqmine [1] ==========]
[PARSEC] Setting up run directory.
[PARSEC] Unpacking benchmark input 'simlarge'.
kosarak_990k.dat
[PARSEC] Running 'time /parsec/pkgs/apps/freqmine/inst/amd64-linux.gcc/bin/freqmine kosarak_990k.dat 790':
[PARSEC] [---------- Beginning of output ----------]
PARSEC Benchmark Suite Version 3.0-beta-20150206
transaction number is 990002
1548
13483
46649
131381
415489
1239344
2985564
5696308
8709873
10789491
10902648
9011183
6094236
3374161
1530954
564958
165173
36535
5727
578
33
1
the data preparation cost 0.551708 seconds, the FPgrowth cost 13.084457 seconds

real 0m13.645s
user 0m6.692s
sys 0m0.381s
[PARSEC] [---------- End of output ----------]
[PARSEC]
[PARSEC] BIBLIOGRAPHY
[PARSEC]
[PARSEC] [1] Bienia. Benchmarking Modern Multiprocessors. Ph.D. Thesis, 2011.
[PARSEC]
[PARSEC] Done.
41 changes: 41 additions & 0 deletions logs_part2a/parsec-radix.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
Launching splash2x.radix...
[PARSEC] Benchmarks to run: splash2x.radix

[PARSEC] [========== Running benchmark splash2x.radix [1] ==========]
[PARSEC] Setting up run directory.
[PARSEC] No archive for input 'native' available, skipping input setup.
[PARSEC] Running 'time /parsec/ext/splash2x/kernels/radix/inst/amd64-linux.gcc/bin/run.sh 1 native':
[PARSEC] [---------- Beginning of output ----------]
Generating input file ...
Running /parsec/ext/splash2x/kernels/radix/inst/amd64-linux.gcc/bin/radix -p1 -r4096 -n268435456 -m2147483647:

Integer Radix Sort
268435456 Keys
1 Processors
Radix = 4096
Max key = 2147483647


PROCESS STATISTICS
Total Rank Sort
Proc Time Time Time
0 20511237 1540763 18970464

TIMING INFORMATION
Start time : 1776542498333028
Initialization finish time : 1776542543418978
Overall finish time : 1776542563930215
Total time with initialization : 65597187
Total time without initialization : 20511237


real 1m6.258s
user 0m54.006s
sys 0m11.172s
[PARSEC] [---------- End of output ----------]
[PARSEC]
[PARSEC] BIBLIOGRAPHY
[PARSEC]
[PARSEC] [1] Woo et al. The SPLASH-2 Programs: Characterization and Methodological Considerations. ISCA, 1995.
[PARSEC]
[PARSEC] Done.
21 changes: 21 additions & 0 deletions logs_part2a/parsec-streamcluster.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Launching parsec.streamcluster...
[PARSEC] Benchmarks to run: parsec.streamcluster

[PARSEC] [========== Running benchmark parsec.streamcluster [1] ==========]
[PARSEC] Setting up run directory.
[PARSEC] No archive for input 'simlarge' available, skipping input setup.
[PARSEC] Running 'time /parsec/pkgs/kernels/streamcluster/inst/amd64-linux.gcc/bin/streamcluster 10 20 128 16384 16384 1000 none output.txt 1':
[PARSEC] [---------- Beginning of output ----------]
PARSEC Benchmark Suite Version 3.0-beta-20150206
read 16384 points

real 0m14.463s
user 0m14.097s
sys 0m0.035s
[PARSEC] [---------- End of output ----------]
[PARSEC]
[PARSEC] BIBLIOGRAPHY
[PARSEC]
[PARSEC] [1] Bienia. Benchmarking Modern Multiprocessors. Ph.D. Thesis, 2011.
[PARSEC]
[PARSEC] Done.
20 changes: 20 additions & 0 deletions logs_part2a/parsec-vips.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Launching parsec.vips...
[PARSEC] Benchmarks to run: parsec.vips

[PARSEC] [========== Running benchmark parsec.vips [1] ==========]
[PARSEC] Setting up run directory.
[PARSEC] Unpacking benchmark input 'native'.
orion_18000x18000.v
[PARSEC] Running 'time /parsec/pkgs/apps/vips/inst/amd64-linux.gcc/bin/vips im_benchmark orion_18000x18000.v output.v':
[PARSEC] [---------- Beginning of output ----------]

real 3m31.740s
user 3m5.353s
sys 0m6.297s
[PARSEC] [---------- End of output ----------]
[PARSEC]
[PARSEC] BIBLIOGRAPHY
[PARSEC]
[PARSEC] [1] Bienia. Benchmarking Modern Multiprocessors. Ph.D. Thesis, 2011.
[PARSEC]
[PARSEC] Done.
36 changes: 36 additions & 0 deletions logs_part2b/parsec-barnes_t1.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Launching splash2x.barnes...
[PARSEC] Benchmarks to run: splash2x.barnes

[PARSEC] [========== Running benchmark splash2x.barnes [1] ==========]
[PARSEC] Setting up run directory.
[PARSEC] Unpacking benchmark input 'native'.
input.template
[PARSEC] Running 'time /parsec/ext/splash2x/apps/barnes/inst/amd64-linux.gcc/bin/run.sh 1 native':
[PARSEC] [---------- Beginning of output ----------]
Generating input file input_1...
Running /parsec/ext/splash2x/apps/barnes/inst/amd64-linux.gcc/bin/barnes 1 < input_1:

Hack code: Plummer model

nbody dtime eps tol dtout tstop fcells NPROC
4194304 0.02500 0.0500 1.00 0.250 0.075 2.00 1

COMPUTESTART = 1776544979781907
COMPUTEEND = 1776545096770459
COMPUTETIME = 116988552
TRACKTIME = 57221460
PARTITIONTIME = 484876 0.01
TREEBUILDTIME = 3327440 0.06
FORCECALCTIME = 52937357 0.93
RESTTIME = 471787 0.01

real 1m57.884s
user 1m56.922s
sys 0m0.954s
[PARSEC] [---------- End of output ----------]
[PARSEC]
[PARSEC] BIBLIOGRAPHY
[PARSEC]
[PARSEC] [1] Woo et al. The SPLASH-2 Programs: Characterization and Methodological Considerations. ISCA, 1995.
[PARSEC]
[PARSEC] Done.
36 changes: 36 additions & 0 deletions logs_part2b/parsec-barnes_t2.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Launching splash2x.barnes...
[PARSEC] Benchmarks to run: splash2x.barnes

[PARSEC] [========== Running benchmark splash2x.barnes [1] ==========]
[PARSEC] Setting up run directory.
[PARSEC] Unpacking benchmark input 'native'.
input.template
[PARSEC] Running 'time /parsec/ext/splash2x/apps/barnes/inst/amd64-linux.gcc/bin/run.sh 2 native':
[PARSEC] [---------- Beginning of output ----------]
Generating input file input_2...
Running /parsec/ext/splash2x/apps/barnes/inst/amd64-linux.gcc/bin/barnes 2 < input_2:

Hack code: Plummer model

nbody dtime eps tol dtout tstop fcells NPROC
4194304 0.02500 0.0500 1.00 0.250 0.075 2.00 2

COMPUTESTART = 1776545121470184
COMPUTEEND = 1776545180311802
COMPUTETIME = 58841618
TRACKTIME = 28557949
PARTITIONTIME = 226030 0.01
TREEBUILDTIME = 1699544 0.06
FORCECALCTIME = 26340864 0.92
RESTTIME = 291511 0.01

real 0m59.906s
user 1m57.594s
sys 0m0.790s
[PARSEC] [---------- End of output ----------]
[PARSEC]
[PARSEC] BIBLIOGRAPHY
[PARSEC]
[PARSEC] [1] Woo et al. The SPLASH-2 Programs: Characterization and Methodological Considerations. ISCA, 1995.
[PARSEC]
[PARSEC] Done.
36 changes: 36 additions & 0 deletions logs_part2b/parsec-barnes_t4.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Launching splash2x.barnes...
[PARSEC] Benchmarks to run: splash2x.barnes

[PARSEC] [========== Running benchmark splash2x.barnes [1] ==========]
[PARSEC] Setting up run directory.
[PARSEC] Unpacking benchmark input 'native'.
input.template
[PARSEC] Running 'time /parsec/ext/splash2x/apps/barnes/inst/amd64-linux.gcc/bin/run.sh 4 native':
[PARSEC] [---------- Beginning of output ----------]
Generating input file input_4...
Running /parsec/ext/splash2x/apps/barnes/inst/amd64-linux.gcc/bin/barnes 4 < input_4:

Hack code: Plummer model

nbody dtime eps tol dtout tstop fcells NPROC
4194304 0.02500 0.0500 1.00 0.250 0.075 2.00 4

COMPUTESTART = 1776545206727532
COMPUTEEND = 1776545237714251
COMPUTETIME = 30986719
TRACKTIME = 14781517
PARTITIONTIME = 121646 0.01
TREEBUILDTIME = 857233 0.06
FORCECALCTIME = 13407557 0.91
RESTTIME = 395081 0.03

real 0m31.873s
user 2m1.076s
sys 0m0.683s
[PARSEC] [---------- End of output ----------]
[PARSEC]
[PARSEC] BIBLIOGRAPHY
[PARSEC]
[PARSEC] [1] Woo et al. The SPLASH-2 Programs: Characterization and Methodological Considerations. ISCA, 1995.
[PARSEC]
[PARSEC] Done.
36 changes: 36 additions & 0 deletions logs_part2b/parsec-barnes_t8.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Launching splash2x.barnes...
[PARSEC] Benchmarks to run: splash2x.barnes

[PARSEC] [========== Running benchmark splash2x.barnes [1] ==========]
[PARSEC] Setting up run directory.
[PARSEC] Unpacking benchmark input 'native'.
input.template
[PARSEC] Running 'time /parsec/ext/splash2x/apps/barnes/inst/amd64-linux.gcc/bin/run.sh 8 native':
[PARSEC] [---------- Beginning of output ----------]
Generating input file input_8...
Running /parsec/ext/splash2x/apps/barnes/inst/amd64-linux.gcc/bin/barnes 8 < input_8:

Hack code: Plummer model

nbody dtime eps tol dtout tstop fcells NPROC
4194304 0.02500 0.0500 1.00 0.250 0.075 2.00 8

COMPUTESTART = 1776545263219151
COMPUTEEND = 1776545287246959
COMPUTETIME = 24027808
TRACKTIME = 11726225
PARTITIONTIME = 126427 0.01
TREEBUILDTIME = 560431 0.05
FORCECALCTIME = 10897799 0.93
RESTTIME = 141568 0.01

real 0m24.869s
user 3m5.992s
sys 0m0.754s
[PARSEC] [---------- End of output ----------]
[PARSEC]
[PARSEC] BIBLIOGRAPHY
[PARSEC]
[PARSEC] [1] Woo et al. The SPLASH-2 Programs: Characterization and Methodological Considerations. ISCA, 1995.
[PARSEC]
[PARSEC] Done.
Loading