TSTP Solution File: PUZ044-1 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : PUZ044-1 : TPTP v8.1.0. Released v2.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n028.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Mon Jul 18 18:24:15 EDT 2022

% Result   : Satisfiable 0.18s 0.51s
% Output   : Saturation 0.18s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
cnf(liars_are_told_by_liars,axiom,
    ( a_truth(X12)
    | ~ a_truth(says(X11,X12))
    | a_truth(liar(X11)) ),
    input ).

cnf(truths_are_told_by_truthtellers,axiom,
    ( ~ a_truth(X10)
    | ~ a_truth(says(X9,X10))
    | a_truth(truthteller(X9)) ),
    input ).

cnf(liars_lie,axiom,
    ( ~ a_truth(liar(X7))
    | ~ a_truth(says(X7,X8))
    | ~ a_truth(X8) ),
    input ).

cnf(truthtellers_tell_truth,axiom,
    ( ~ a_truth(truthteller(X5))
    | ~ a_truth(says(X5,X6))
    | a_truth(X6) ),
    input ).

cnf(not_both,axiom,
    ( ~ a_truth(truthteller(X3))
    | ~ a_truth(liar(X3)) ),
    input ).

cnf(truthteller_or_liar,axiom,
    ( a_truth(truthteller(X2))
    | a_truth(liar(X2)) ),
    input ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : PUZ044-1 : TPTP v8.1.0. Released v2.5.0.
% 0.06/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n028.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Sat May 28 20:21:32 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.18/0.51  # Version:  1.3
% 0.18/0.51  # SZS status Satisfiable
% 0.18/0.51  # SZS output start Saturation
% See solution above
% 0.18/0.51  
% 0.18/0.51  # Initial clauses    : 6
% 0.18/0.51  # Processed clauses  : 6
% 0.18/0.51  # Factors computed   : 0
% 0.18/0.51  # Resolvents computed: 1
% 0.18/0.51  # Tautologies deleted: 1
% 0.18/0.51  # Forward subsumed   : 0
% 0.18/0.51  # Backward subsumed  : 0
% 0.18/0.51  # -------- CPU Time ---------
% 0.18/0.51  # User time          : 0.163 s
% 0.18/0.51  # System time        : 0.015 s
% 0.18/0.51  # Total time         : 0.178 s
%------------------------------------------------------------------------------