TMTP Model File: PUZ045-1.008-Sat

View Problem - Process Model

%------------------------------------------------------------------------------
% File       : Vampire---SAT-4.0
% Problem    : PUZ045-1 : TPTP v6.2.0. Released v2.5.0.
% Transform  : none
% Format     : tptp:raw
% Command    : vampire --mode casc_sat -t %d %s

% Computer   : n186.star.cs.uiowa.edu
% Model      : x86_64 x86_64
% CPU        : Intel(R) Xeon(R) CPU E5-2609 0 2.40GHz
% Memory     : 32286.75MB
% OS         : Linux 2.6.32-504.23.4.el6.x86_64
% CPULimit   : 300s
% DateTime   : Thu Jul  9 22:23:06 EDT 2015

% Result     : Satisfiable 0.02s
% Output     : Saturation 0.02s
% Verified   : 
% Statistics : Number of clauses        :    8 (   8 expanded)
%              Number of leaves         :    8 (   8 expanded)
%              Depth                    :    0
%              Number of atoms          :   23 (  23 expanded)
%              Number of equality atoms :    0 (   0 expanded)
%              Maximal clause size      :    4 (   3 average)
%              Maximal term depth       :    2 (   2 average)

% Comments   : 
%------------------------------------------------------------------------------
%----WARNING: Vampire---SAT-4.0 format not known, defaulting to TPTP
cnf(person_is_one_type,axiom,
    ( a_truth(normal(X0))
    | a_truth(liar(X0))
    | a_truth(truthteller(X0)) )).

cnf(truthtellers_tell_truth,axiom,
    ( ~ a_truth(says(X0,X1))
    | ~ a_truth(truthteller(X0))
    | a_truth(X1) )).

cnf(liars_lie,axiom,
    ( ~ a_truth(says(X0,X1))
    | ~ a_truth(liar(X0))
    | ~ a_truth(X1) )).

cnf(truthtellers_and_normal_tell_truth,axiom,
    ( ~ a_truth(says(X1,X0))
    | a_truth(normal(X1))
    | a_truth(truthteller(X1))
    | ~ a_truth(X0) )).

cnf(liars_and_normal_lie,axiom,
    ( ~ a_truth(says(X1,X0))
    | a_truth(normal(X1))
    | a_truth(liar(X1))
    | a_truth(X0) )).

cnf(not_truthteller_and_liar,axiom,
    ( ~ a_truth(liar(X0))
    | ~ a_truth(truthteller(X0)) )).

cnf(not_truthteller_and_normal,axiom,
    ( ~ a_truth(normal(X0))
    | ~ a_truth(truthteller(X0)) )).

cnf(not_liar_and_normal,axiom,
    ( ~ a_truth(normal(X0))
    | ~ a_truth(liar(X0)) )).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.03  % Problem    : PUZ045-1 : TPTP v6.2.0. Released v2.5.0.
% 0.01/0.04  % Command    : vampire --mode casc_sat -t %d %s
% 0.02/1.08  % Computer   : n186.star.cs.uiowa.edu
% 0.02/1.08  % Model      : x86_64 x86_64
% 0.02/1.08  % CPU        : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.02/1.08  % Memory     : 32286.75MB
% 0.02/1.08  % OS         : Linux 2.6.32-504.23.4.el6.x86_64
% 0.02/1.08  % CPULimit   : 300
% 0.02/1.08  % DateTime   : Tue Jul  7 12:43:17 CDT 2015
% 0.02/1.08  % CPUTime    : 
% 0.02/1.08  Hi Geoff, go and have some cold beer while I am trying to solve this very hard problem!
% 0.02/1.08  % remaining time: 3000 next slice time: 3
% 0.02/1.09  dis+10_3_cond=fast:fsr=off:gs=on:gsaa=full_model:gsssp=full:nwc=1:sac=on:sdd=large:sser=off:sfr=on:ssfp=10000:ssfq=1.2:ssnc=none:sp=occurrence_1 on theBenchmark
% 0.02/1.09  Satisfiable!
% 0.02/1.09  % SZS status Satisfiable for theBenchmark
% 0.02/1.09  % # SZS output start Saturation.
% 0.02/1.09  cnf(person_is_one_type,axiom,
% 0.02/1.09      a_truth(normal(X0)) | a_truth(liar(X0)) | a_truth(truthteller(X0))).
% 0.02/1.09  
% 0.02/1.09  cnf(truthtellers_tell_truth,axiom,
% 0.02/1.09      ~a_truth(says(X0,X1)) | ~a_truth(truthteller(X0)) | a_truth(X1)).
% 0.02/1.09  
% 0.02/1.09  cnf(liars_lie,axiom,
% 0.02/1.09      ~a_truth(says(X0,X1)) | ~a_truth(liar(X0)) | ~a_truth(X1)).
% 0.02/1.09  
% 0.02/1.09  cnf(truthtellers_and_normal_tell_truth,axiom,
% 0.02/1.09      ~a_truth(says(X1,X0)) | a_truth(normal(X1)) | a_truth(truthteller(X1)) | ~a_truth(X0)).
% 0.02/1.09  
% 0.02/1.09  cnf(liars_and_normal_lie,axiom,
% 0.02/1.09      ~a_truth(says(X1,X0)) | a_truth(normal(X1)) | a_truth(liar(X1)) | a_truth(X0)).
% 0.02/1.09  
% 0.02/1.09  cnf(not_truthteller_and_liar,axiom,
% 0.02/1.09      ~a_truth(liar(X0)) | ~a_truth(truthteller(X0))).
% 0.02/1.09  
% 0.02/1.09  cnf(not_truthteller_and_normal,axiom,
% 0.02/1.09      ~a_truth(normal(X0)) | ~a_truth(truthteller(X0))).
% 0.02/1.09  
% 0.02/1.09  cnf(not_liar_and_normal,axiom,
% 0.02/1.09      ~a_truth(normal(X0)) | ~a_truth(liar(X0))).
% 0.02/1.09  
% 0.02/1.09  % # SZS output end Saturation.
% 0.02/1.09  % ------------------------------
% 0.02/1.09  % Version: Vampire 4.0 (commit 2df2fce on 2015-07-07 02:33:56 +0100)
% 0.02/1.09  % Termination reason: Satisfiable
% 0.02/1.09  
% 0.02/1.09  % Active clauses: 8
% 0.02/1.09  % Passive clauses: 8
% 0.02/1.09  % Generated clauses: 10
% 0.02/1.09  % Final active clauses: 8
% 0.02/1.09  % Input clauses: 8
% 0.02/1.09  % Initial clauses: 8
% 0.02/1.09  % 
% 0.02/1.09  % Simple tautologies: 2
% 0.02/1.09  % 
% 0.02/1.09  % Binary resolution: 2
% 0.02/1.09  % 
% 0.02/1.09  % SAT solver clauses: 16
% 0.02/1.09  % SAT solver binary clauses: 6
% 0.02/1.09  % 
% 0.02/1.09  % TWLsolver clauses: 16
% 0.02/1.09  % TWLsolver calls for satisfiability: 208
% 0.02/1.09  % 
% 0.02/1.09  % Memory used [KB]: 511
% 0.02/1.09  % Time elapsed: 0.001 s
% 0.02/1.09  % ------------------------------
% 0.02/1.09  ----  Runtime statistics ----
% 0.02/1.09  clauses created: 10
% 0.02/1.09  clauses deleted: 2
% 0.02/1.09  -----------------------------
% 0.02/1.09  % ------------------------------
% 0.02/1.09  % Success in time 0.01 s
%------------------------------------------------------------------------------