TMTP Model File: PUZ043-1.006-Sat

View Problem - Process Model

%------------------------------------------------------------------------------
% File       : SPASS---3.7
% Problem    : PUZ043-1 : TPTP v6.0.0. Released v2.5.0.
% Transform  : none
% Format     : tptp
% Command    : run_spass %d %s

% Computer   : n164.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-431.1.2.el6.x86_64
% CPULimit   : 300s
% DateTime   : Fri Apr  4 05:42:36 EDT 2014

% Result     : Satisfiable 1.07s
% Output     : Saturation 1.07s
% Verified   : 
% Statistics : Number of clauses        :   15 (  15 expanded)
%              Number of leaves         :   15 (  15 expanded)
%              Depth                    :    0
%              Number of atoms          :   36 (  36 expanded)
%              Number of equality atoms :    1 (   1 expanded)
%              Maximal clause size      :    3 (   2 average)
%              Maximal term depth       :    2 (   1 average)

% Comments   : 
%------------------------------------------------------------------------------
cnf(16,axiom,
    ( ~ a_truth(U)
    | ~ liar(V)
    | ~ says(V,U) ),
    file('PUZ043-1.p',unknown),
    []).

cnf(15,axiom,
    ( ~ truthteller(U)
    | ~ says(U,V)
    | a_truth(V) ),
    file('PUZ043-1.p',unknown),
    []).

cnf(8,axiom,
    ( ~ says(U,V)
    | equal(V,statement_by(U)) ),
    file('PUZ043-1.p',unknown),
    []).

cnf(11,axiom,
    ( ~ female(U)
    | ~ from_venus(U)
    | truthteller(U) ),
    file('PUZ043-1.p',unknown),
    []).

cnf(12,axiom,
    ( ~ male(U)
    | ~ from_venus(U)
    | liar(U) ),
    file('PUZ043-1.p',unknown),
    []).

cnf(13,axiom,
    ( ~ male(U)
    | ~ from_mars(U)
    | truthteller(U) ),
    file('PUZ043-1.p',unknown),
    []).

cnf(14,axiom,
    ( ~ female(U)
    | ~ from_mars(U)
    | liar(U) ),
    file('PUZ043-1.p',unknown),
    []).

cnf(9,axiom,
    ( ~ a_truth(statement_by(U))
    | truthteller(U) ),
    file('PUZ043-1.p',unknown),
    []).

cnf(6,axiom,
    ( ~ liar(U)
    | ~ truthteller(U) ),
    file('PUZ043-1.p',unknown),
    []).

cnf(2,axiom,
    ( ~ from_venus(U)
    | ~ from_mars(U) ),
    file('PUZ043-1.p',unknown),
    []).

cnf(4,axiom,
    ( ~ female(U)
    | ~ male(U) ),
    file('PUZ043-1.p',unknown),
    []).

cnf(10,axiom,
    ( liar(U)
    | a_truth(statement_by(U)) ),
    file('PUZ043-1.p',unknown),
    []).

cnf(5,axiom,
    ( liar(U)
    | truthteller(U) ),
    file('PUZ043-1.p',unknown),
    []).

cnf(1,axiom,
    ( from_venus(U)
    | from_mars(U) ),
    file('PUZ043-1.p',unknown),
    []).

cnf(3,axiom,
    ( female(U)
    | male(U) ),
    file('PUZ043-1.p',unknown),
    []).
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% % Problem    : PUZ043-1 : TPTP v6.0.0. Released v2.5.0.
% % Command    : run_spass %d %s
% % Computer   : n164.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-431.1.2.el6.x86_64
% % CPULimit   : 300
% % DateTime   : Wed Apr  2 14:55:25 CDT 2014
% % CPUTime    : 1.07 
% 
% SPASS V 3.7 
% SPASS beiseite: Completion found.
% % SZS status CounterSatisfiable
% Problem: /export/starexec/sandbox/benchmark/PUZ043-1.p 
% SPASS derived 7 clauses, backtracked 0 clauses, performed 0 splits and kept 15 clauses.
% SPASS allocated 23760 KBytes.
% SPASS spent	0:00:00.01 on the problem.
% 0:00:00.01 for the input.
% 0:00:00.00 for the FLOTTER CNF translation.
% 0:00:00.00 for inferences.
% 0:00:00.00 for the backtracking.
% 0:00:00.00 for the reduction.
% 
% 
% The saturated set of worked-off clauses is :
% % SZS output start Saturation
% 16[0:Inp] a_truth(U) liar(V) || says(V,U)* -> .
% 15[0:Inp] truthteller(U) || says(U,V)* -> a_truth(V).
% 8[0:Inp] || says(U,V)* -> equal(V,statement_by(U)).
% 11[0:Inp] female(U) from_venus(U) ||  -> truthteller(U)*.
% 12[0:Inp] male(U) from_venus(U) ||  -> liar(U)*.
% 13[0:Inp] male(U) from_mars(U) ||  -> truthteller(U)*.
% 14[0:Inp] female(U) from_mars(U) ||  -> liar(U)*.
% 9[0:Inp] || a_truth(statement_by(U))* -> truthteller(U).
% 6[0:Inp] liar(U) truthteller(U) ||  -> .
% 2[0:Inp] from_venus(U) from_mars(U) ||  -> .
% 4[0:Inp] female(U) male(U) ||  -> .
% 10[0:Inp] ||  -> liar(U) a_truth(statement_by(U))*.
% 5[0:Inp] ||  -> liar(U)* truthteller(U).
% 1[0:Inp] ||  -> from_venus(U) from_mars(U)*.
% 3[0:Inp] ||  -> female(U) male(U)*.
% % SZS output end Saturation
% 
% EOF
%------------------------------------------------------------------------------