Chapter 3 "Complete Algorithms" of Handbook of Satisfiability is a good introduction to the modern SAT solver algorithms. Today I learned far-backtracking which is different from simple non-chronological backtracking.