TSTP Solution File: GRP189-2 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : GRP189-2 : TPTP v8.1.0. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n032.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 : Sat Jul 16 11:32:45 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ sPE(greatest_lower_bound(b,least_upper_bound(a,b)),b),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_p38b)]) ).

cnf(g1,plain,
    sPE(b,b),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g2,plain,
    ( ~ sPE(greatest_lower_bound(b,least_upper_bound(a,b)),greatest_lower_bound(b,least_upper_bound(b,a)))
    | ~ sPE(greatest_lower_bound(b,least_upper_bound(b,a)),b)
    | sPE(greatest_lower_bound(b,least_upper_bound(a,b)),b) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g3,plain,
    ( ~ sPE(b,b)
    | ~ sPE(least_upper_bound(a,b),least_upper_bound(b,a))
    | sPE(greatest_lower_bound(b,least_upper_bound(a,b)),greatest_lower_bound(b,least_upper_bound(b,a))) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g4,plain,
    sPE(least_upper_bound(a,b),least_upper_bound(b,a)),
    inference(ground_cnf,[],[file('Axioms/GRP004-2.ax',symmetry_of_lub)]) ).

cnf(g5,plain,
    sPE(greatest_lower_bound(b,least_upper_bound(b,a)),b),
    inference(ground_cnf,[],[file('Axioms/GRP004-2.ax',glb_absorbtion)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.02/0.07  % Problem  : GRP189-2 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.02/0.08  % Command  : satcop --statistics %s
% 0.07/0.27  % Computer : n032.cluster.edu
% 0.07/0.27  % Model    : x86_64 x86_64
% 0.07/0.27  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.07/0.27  % Memory   : 8042.1875MB
% 0.07/0.27  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.07/0.27  % CPULimit : 300
% 0.07/0.27  % WCLimit  : 600
% 0.07/0.27  % DateTime : Tue Jun 14 06:11:42 EDT 2022
% 0.07/0.27  % CPUTime  : 
% 0.07/0.27  % symbols: 9
% 0.07/0.28  % clauses: 26
% 0.07/0.28  % start clauses: 1
% 0.07/0.28  % iterative deepening steps: 75
% 0.07/0.28  % maximum path limit: 3
% 0.07/0.28  % literal attempts: 796
% 0.07/0.28  % depth failures: 322
% 0.07/0.28  % regularity failures: 89
% 0.07/0.28  % tautology failures: 46
% 0.07/0.28  % reductions: 0
% 0.07/0.28  % extensions: 723
% 0.07/0.28  % SAT variables: 297
% 0.07/0.28  % SAT clauses: 435
% 0.07/0.28  % WalkSAT solutions: 427
% 0.07/0.28  % CDCL solutions: 0
% 0.07/0.28  % SZS status Unsatisfiable for theBenchmark
% 0.07/0.28  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------