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

View Problem - Process Solution

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

% Computer : n003.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:26 EDT 2022

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

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

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

cnf(g2,plain,
    sPE(greatest_lower_bound(a,b),b),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',ax_antisymb_2)]) ).

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

cnf(g4,plain,
    sPE(greatest_lower_bound(a,b),a),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',ax_antisymb_1)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.14  % Problem  : GRP137-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.08/0.14  % Command  : satcop --statistics %s
% 0.15/0.36  % Computer : n003.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  : 600
% 0.15/0.36  % DateTime : Mon Jun 13 19:56:09 EDT 2022
% 0.15/0.36  % CPUTime  : 
% 0.15/0.37  % symbols: 9
% 0.15/0.37  % clauses: 25
% 0.15/0.37  % start clauses: 1
% 0.15/0.37  % iterative deepening steps: 53
% 0.15/0.37  % maximum path limit: 3
% 0.15/0.37  % literal attempts: 463
% 0.15/0.37  % depth failures: 175
% 0.15/0.37  % regularity failures: 55
% 0.15/0.37  % tautology failures: 36
% 0.15/0.37  % reductions: 0
% 0.15/0.37  % extensions: 412
% 0.15/0.37  % SAT variables: 142
% 0.15/0.37  % SAT clauses: 226
% 0.15/0.37  % WalkSAT solutions: 219
% 0.15/0.37  % CDCL solutions: 0
% 0.15/0.37  % SZS status Unsatisfiable for theBenchmark
% 0.15/0.37  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------