TSTP Solution File: SYN050-1 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : SYN050-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n012.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 : Thu Jul 21 11:48:16 EDT 2022

% Result   : Unsatisfiable 0.14s 0.36s
% Output   : Proof 0.14s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    big_p(a),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_3)]) ).

cnf(g1,plain,
    big_q(b),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_4)]) ).

cnf(g2,plain,
    ( ~ big_p(a)
    | ~ big_q(b)
    | big_r(f(a,b)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_1)]) ).

cnf(g3,plain,
    ~ big_r(f(a,b)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_5)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.14  % Problem  : SYN050-1 : TPTP v8.1.0. Released v1.0.0.
% 0.04/0.14  % Command  : satcop --statistics %s
% 0.14/0.36  % Computer : n012.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 600
% 0.14/0.36  % DateTime : Mon Jul 11 13:18:43 EDT 2022
% 0.14/0.36  % CPUTime  : 
% 0.14/0.36  % symbols: 9
% 0.14/0.36  % clauses: 5
% 0.14/0.36  % start clauses: 2
% 0.14/0.36  % iterative deepening steps: 12
% 0.14/0.36  % maximum path limit: 1
% 0.14/0.36  % literal attempts: 66
% 0.14/0.36  % depth failures: 32
% 0.14/0.36  % regularity failures: 0
% 0.14/0.36  % tautology failures: 0
% 0.14/0.36  % reductions: 0
% 0.14/0.36  % extensions: 50
% 0.14/0.36  % SAT variables: 24
% 0.14/0.36  % SAT clauses: 28
% 0.14/0.36  % WalkSAT solutions: 24
% 0.14/0.36  % CDCL solutions: 0
% 0.14/0.36  % SZS status Unsatisfiable for theBenchmark
% 0.14/0.36  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------