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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : LAT035-1 : TPTP v8.1.0. Released v2.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n007.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 : Sun Jul 17 06:38:33 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ( ~ sPE(f(k(join(aa,bb))),join(f(k(aa)),f(k(bb))))
    | ~ sPE(f(k(n0)),n0) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',comp_join_hemimorphism)]) ).

cnf(g1,plain,
    ( ~ sPE(f(k(join(aa,bb))),f(meet(k(aa),k(bb))))
    | ~ sPE(f(meet(k(aa),k(bb))),join(f(k(aa)),f(k(bb))))
    | sPE(f(k(join(aa,bb))),join(f(k(aa)),f(k(bb)))) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g2,plain,
    sPE(f(meet(k(aa),k(bb))),join(f(k(aa)),f(k(bb)))),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',f_on_meet)]) ).

cnf(g3,plain,
    ( ~ sPE(k(join(aa,bb)),meet(k(aa),k(bb)))
    | sPE(f(k(join(aa,bb))),f(meet(k(aa),k(bb)))) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g4,plain,
    ( ~ sPE(f(k(n0)),f(n1))
    | ~ sPE(f(n1),n0)
    | sPE(f(k(n0)),n0) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g5,plain,
    ( ~ sPE(k(n0),n1)
    | sPE(f(k(n0)),f(n1)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g6,plain,
    sPE(k(n0),n1),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',k_on_bottom)]) ).

cnf(g7,plain,
    sPE(f(n1),n0),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',f_on_top)]) ).

cnf(g8,plain,
    sPE(k(join(aa,bb)),meet(k(aa),k(bb))),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',k_on_join)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : LAT035-1 : TPTP v8.1.0. Released v2.4.0.
% 0.03/0.12  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n007.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Wed Jun 29 19:45:37 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.34  % symbols: 10
% 0.12/0.34  % clauses: 27
% 0.12/0.34  % start clauses: 1
% 0.12/0.34  % iterative deepening steps: 85
% 0.12/0.34  % maximum path limit: 3
% 0.12/0.34  % literal attempts: 1060
% 0.12/0.34  % depth failures: 455
% 0.12/0.34  % regularity failures: 106
% 0.12/0.34  % tautology failures: 88
% 0.12/0.34  % reductions: 0
% 0.12/0.34  % extensions: 976
% 0.12/0.34  % SAT variables: 637
% 0.12/0.34  % SAT clauses: 776
% 0.12/0.34  % WalkSAT solutions: 768
% 0.12/0.34  % CDCL solutions: 0
% 0.12/0.34  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.34  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------