TSTP Solution File: TOP004-2 by JavaRes---1.3.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : JavaRes---1.3.0
% Problem  : TOP004-2 : TPTP v7.5.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -Xmx15G -cp /export/starexec/sandbox2/solver/bin atp.ProverFOF -i /export/starexec/sandbox2/benchmark --eqax --proof --forward-subsumption --backward_subsumption --delete-tautologies --timeout 0 %s

% Computer : n024.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 : Tue Mar 29 16:10:35 EDT 2022

% Result   : Unsatisfiable 0.52s 0.52s
% Output   : CNFRefutation 0.52s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
cnf(lemma_1d_2,negated_conjecture,
    element_of_collection(X1,top_of_basis(f)),
    input ).

cnf(lemma_1d_4,negated_conjecture,
    ~ element_of_collection(intersection_of_sets(X10,X11),top_of_basis(f)),
    input ).

cnf(c2,plain,
    $false,
    inference(resolution,status(thm),[lemma_1d_4,lemma_1d_2]) ).

%------------------------------------------------------------------------------