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

View Problem - Process Solution

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

% Computer : n018.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:29 EDT 2022

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

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : GRP150-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.07/0.13  % Command  : satcop --statistics %s
% 0.14/0.35  % Computer : n018.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 600
% 0.14/0.35  % DateTime : Tue Jun 14 06:09:43 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 0.14/0.36  % symbols: 9
% 0.14/0.36  % clauses: 23
% 0.14/0.36  % start clauses: 1
% 0.14/0.36  % iterative deepening steps: 127
% 0.14/0.36  % maximum path limit: 4
% 0.14/0.36  % literal attempts: 3027
% 0.14/0.36  % depth failures: 1462
% 0.14/0.36  % regularity failures: 266
% 0.14/0.36  % tautology failures: 127
% 0.14/0.36  % reductions: 0
% 0.14/0.36  % extensions: 2918
% 0.14/0.36  % SAT variables: 893
% 0.14/0.36  % SAT clauses: 1278
% 0.14/0.36  % WalkSAT solutions: 1271
% 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
%------------------------------------------------------------------------------