TMTP Model File: PUZ043-1.008-Sat

View Problem - Process Model

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

% Computer   : n122.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        :   16 (  16 expanded)
%              Number of leaves         :   16 (  16 expanded)
%              Depth                    :    0
%              Number of atoms          :   40 (  40 expanded)
%              Number of equality atoms :    0 (   0 expanded)
%              Maximal clause size      :    3 (   2 average)
%              Maximal term depth       :    2 (   1 average)

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

cnf(true_statements_made_by_truthtellers,axiom,
    ( ~ a_truth(statement_by(X0))
    | truthteller(X0) )).

cnf(truthteller_or_liar,axiom,
    ( liar(X0)
    | truthteller(X0) )).

cnf(venusian_males_are_liars,axiom,
    ( liar(X0)
    | ~ male(X0)
    | ~ from_venus(X0) )).

cnf(marsian_females_are_liars,axiom,
    ( liar(X0)
    | ~ female(X0)
    | ~ from_mars(X0) )).

cnf(u20,axiom,
    ( ~ liar(X0)
    | male(X0)
    | from_mars(X0) )).

cnf(venusian_female_are_truthtellers,axiom,
    ( truthteller(X0)
    | ~ female(X0)
    | ~ from_venus(X0) )).

cnf(u23,axiom,
    ( truthteller(X2)
    | from_mars(X2)
    | male(X2) )).

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

cnf(male_or_female,axiom,
    ( female(X0)
    | male(X0) )).

cnf(u18,axiom,
    ( ~ female(X0)
    | ~ from_venus(X0)
    | ~ liar(X0) )).

cnf(not_male_and_female,axiom,
    ( ~ male(X0)
    | ~ female(X0) )).

cnf(marsian_males_are_truthtellers,axiom,
    ( ~ male(X0)
    | ~ from_mars(X0)
    | truthteller(X0) )).

cnf(from_mars_or_venus,axiom,
    ( from_venus(X0)
    | from_mars(X0) )).

cnf(u19,axiom,
    ( ~ from_venus(X0)
    | ~ liar(X0)
    | male(X0) )).

cnf(not_from_mars_and_venus,axiom,
    ( ~ from_mars(X0)
    | ~ from_venus(X0) )).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.03  % Problem    : PUZ043-1 : TPTP v6.2.0. Released v2.5.0.
% 0.00/0.04  % Command    : vampire --mode casc_sat -t %d %s
% 0.02/1.07  % Computer   : n122.star.cs.uiowa.edu
% 0.02/1.07  % Model      : x86_64 x86_64
% 0.02/1.07  % CPU        : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.02/1.07  % Memory     : 32286.75MB
% 0.02/1.07  % OS         : Linux 2.6.32-504.23.4.el6.x86_64
% 0.02/1.07  % CPULimit   : 300
% 0.02/1.07  % DateTime   : Tue Jul  7 12:43:17 CDT 2015
% 0.02/1.07  % 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.08  dis+11_7_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(false_statements_made_by_liars,axiom,
% 0.02/1.09      a_truth(statement_by(X0)) | liar(X0)).
% 0.02/1.09  
% 0.02/1.09  cnf(true_statements_made_by_truthtellers,axiom,
% 0.02/1.09      ~a_truth(statement_by(X0)) | truthteller(X0)).
% 0.02/1.09  
% 0.02/1.09  cnf(truthteller_or_liar,axiom,
% 0.02/1.09      liar(X0) | truthteller(X0)).
% 0.02/1.09  
% 0.02/1.09  cnf(venusian_males_are_liars,axiom,
% 0.02/1.09      liar(X0) | ~male(X0) | ~from_venus(X0)).
% 0.02/1.09  
% 0.02/1.09  cnf(marsian_females_are_liars,axiom,
% 0.02/1.09      liar(X0) | ~female(X0) | ~from_mars(X0)).
% 0.02/1.09  
% 0.02/1.09  cnf(u20,axiom,
% 0.02/1.09      ~liar(X0) | male(X0) | from_mars(X0)).
% 0.02/1.09  
% 0.02/1.09  cnf(venusian_female_are_truthtellers,axiom,
% 0.02/1.09      truthteller(X0) | ~female(X0) | ~from_venus(X0)).
% 0.02/1.09  
% 0.02/1.09  cnf(u23,axiom,
% 0.02/1.09      truthteller(X2) | from_mars(X2) | male(X2)).
% 0.02/1.09  
% 0.02/1.09  cnf(not_truthteller_and_liar,axiom,
% 0.02/1.09      ~truthteller(X0) | ~liar(X0)).
% 0.02/1.09  
% 0.02/1.09  cnf(male_or_female,axiom,
% 0.02/1.09      female(X0) | male(X0)).
% 0.02/1.09  
% 0.02/1.09  cnf(u18,axiom,
% 0.02/1.09      ~female(X0) | ~from_venus(X0) | ~liar(X0)).
% 0.02/1.09  
% 0.02/1.09  cnf(not_male_and_female,axiom,
% 0.02/1.09      ~male(X0) | ~female(X0)).
% 0.02/1.09  
% 0.02/1.09  cnf(marsian_males_are_truthtellers,axiom,
% 0.02/1.09      ~male(X0) | ~from_mars(X0) | truthteller(X0)).
% 0.02/1.09  
% 0.02/1.09  cnf(from_mars_or_venus,axiom,
% 0.02/1.09      from_venus(X0) | from_mars(X0)).
% 0.02/1.09  
% 0.02/1.09  cnf(u19,axiom,
% 0.02/1.09      ~from_venus(X0) | ~liar(X0) | male(X0)).
% 0.02/1.09  
% 0.02/1.09  cnf(not_from_mars_and_venus,axiom,
% 0.02/1.09      ~from_mars(X0) | ~from_venus(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: 16
% 0.02/1.09  % Passive clauses: 16
% 0.02/1.09  % Generated clauses: 20
% 0.02/1.09  % Final active clauses: 16
% 0.02/1.09  % Input clauses: 16
% 0.02/1.09  % Initial clauses: 12
% 0.02/1.09  % 
% 0.02/1.09  % Pure predicates: 1
% 0.02/1.09  % 
% 0.02/1.09  % Simple tautologies: 2
% 0.02/1.09  % Forward subsumptions: 2
% 0.02/1.09  % 
% 0.02/1.09  % Binary resolution: 8
% 0.02/1.09  % 
% 0.02/1.09  % Memory used [KB]: 511
% 0.02/1.09  % Time elapsed: 0.009 s
% 0.02/1.09  % ------------------------------
% 0.02/1.09  ----  Runtime statistics ----
% 0.02/1.09  clauses created: 24
% 0.02/1.09  clauses deleted: 4
% 0.02/1.09  -----------------------------
% 0.02/1.09  % ------------------------------
% 0.02/1.09  % Success in time 0.011 s
%------------------------------------------------------------------------------