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

View Problem - Process Solution

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

% Computer : n005.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.13s 0.34s
% Output   : Proof 0.13s
% 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_antisyma)]) ).

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

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

cnf(g3,plain,
    sPE(least_upper_bound(a,b),a),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',ax_antisyma_2)]) ).

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

cnf(g5,plain,
    sPE(least_upper_bound(a,b),b),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',ax_antisyma_1)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : GRP136-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.06/0.13  % Command  : satcop --statistics %s
% 0.13/0.33  % Computer : n005.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Tue Jun 14 13:41:39 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  % symbols: 9
% 0.13/0.34  % clauses: 25
% 0.13/0.34  % start clauses: 1
% 0.13/0.34  % iterative deepening steps: 89
% 0.13/0.34  % maximum path limit: 4
% 0.13/0.34  % literal attempts: 1026
% 0.13/0.34  % depth failures: 374
% 0.13/0.34  % regularity failures: 125
% 0.13/0.34  % tautology failures: 86
% 0.13/0.34  % reductions: 0
% 0.13/0.34  % extensions: 941
% 0.13/0.34  % SAT variables: 344
% 0.13/0.34  % SAT clauses: 526
% 0.13/0.34  % WalkSAT solutions: 518
% 0.13/0.34  % CDCL solutions: 0
% 0.13/0.34  % SZS status Unsatisfiable for theBenchmark
% 0.13/0.34  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------