I have implemented a simple parallel merge sort algorithm in Java. This cuts the array into equal sections and pass them to be sorted independently by each thread. After the array segments are sorted, the sorted lists are joined. The last join operation is done in a single thread. Because there is no shared resource, so no synchronization is used.
When two threads are used there is performance gain almost 66%. When i use 4 threads, then the time takes does not differ from the two thread one. I am on linux 2.6.40.6-0.fc15.i686.PAE, and an Intel Core i5 .
I am benchmarking time with the unix time command (array is assigned random integers). At the end of the sorting i am checking if the array ordering is correct or not (not parallel).
$echo "100000000" | time -p java mergeSortTest Enter n: [SUCCESS] real 40.73 user 40.86 sys 0.222 Threads
$ echo "100000000" | time -p java mergeSortTest Enter n: [SUCCESS] real 26.90 user 49.65 sys 0.484 Threads
$ echo "100000000" | time -p java mergeSortTest Enter n: [SUCCESS] real 25.13 user 76.53 sys 0.43
The CPU usage is around 80% to 90% when using 4 threads, and around 50% when using 2 threads, and around 25% when using single thread.
I was expecting a speedup when run in 4 threads. Am i wrong anywhere.
UPDATE 1
Here is the code: http://pastebin.com/9hQPhCa8
UPDATE 2 I have a Intel Core i5 second generation processor.
Output of cat /proc/cpuinfo | less (only core 0 is shown).
processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 42 model name : Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz stepping : 7 cpu MHz : 800.000 cache size : 3072 KB physical id : 0 siblings : 4 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 x2apic popcnt xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid bogomips : 4589.60 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: