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

View Problem - Process Solution

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

% Computer : n022.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  : 300s
% DateTime : Thu May  9 17:37:42 EDT 2024

% Result   : Satisfiable 0.22s 0.54s
% Output   : Saturation 0.22s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(liars_are_told_by_liars,axiom,
    ( a_truth(X12)
    | ~ a_truth(says(X11,X12))
    | a_truth(liar(X11)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PUZ002-0.ax',liars_are_told_by_liars) ).

cnf(truths_are_told_by_truthtellers,axiom,
    ( ~ a_truth(X10)
    | ~ a_truth(says(X9,X10))
    | a_truth(truthteller(X9)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PUZ002-0.ax',truths_are_told_by_truthtellers) ).

cnf(liars_lie,axiom,
    ( ~ a_truth(liar(X7))
    | ~ a_truth(says(X7,X8))
    | ~ a_truth(X8) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PUZ002-0.ax',liars_lie) ).

cnf(truthtellers_tell_truth,axiom,
    ( ~ a_truth(truthteller(X5))
    | ~ a_truth(says(X5,X6))
    | a_truth(X6) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PUZ002-0.ax',truthtellers_tell_truth) ).

cnf(not_both,axiom,
    ( ~ a_truth(truthteller(X3))
    | ~ a_truth(liar(X3)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PUZ002-0.ax',not_both) ).

cnf(truthteller_or_liar,axiom,
    ( a_truth(truthteller(X2))
    | a_truth(liar(X2)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/PUZ002-0.ax',truthteller_or_liar) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.13  % Problem  : PUZ044-1 : TPTP v8.1.2. Released v2.5.0.
% 0.11/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.15/0.36  % Computer : n022.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit : 300
% 0.15/0.36  % WCLimit  : 300
% 0.15/0.36  % DateTime : Wed May  8 20:37:38 EDT 2024
% 0.15/0.36  % CPUTime  : 
% 0.22/0.54  % Version:  1.5
% 0.22/0.54  % SZS status Satisfiable
% 0.22/0.54  % SZS output start Saturation
% See solution above
% 0.22/0.54  
% 0.22/0.54  % Initial clauses    : 6
% 0.22/0.54  % Processed clauses  : 6
% 0.22/0.54  % Factors computed   : 0
% 0.22/0.54  % Resolvents computed: 1
% 0.22/0.54  % Tautologies deleted: 1
% 0.22/0.54  % Forward subsumed   : 0
% 0.22/0.54  % Backward subsumed  : 0
% 0.22/0.54  % -------- CPU Time ---------
% 0.22/0.54  % User time          : 0.158 s
% 0.22/0.54  % System time        : 0.019 s
% 0.22/0.54  % Total time         : 0.177 s
%------------------------------------------------------------------------------