Simulated Annealing (SA) is a popular iterative heuristic used to solve a wide variety of combinatorial optimization problems. However, depending on the size of the problem, it may have large run-time requirements. One practical approach to speed up its execution is to parallelize it. In this paper, several parallel SA schemes based on the Asynchronous Multiple-Markov Chain model are explored. We inves-tigate the speedup and solution quality characteristics of each scheme when imple-mented on an inexpensive cluster of workstations for solving a multi-objective cell placement problem. This problem requires the optimization of conicting objec-tives (interconnect wire-length, power dissipation, and timing performance), and Fuzzy logic is used ...