TSTP Solution File: PLA030-1 by Vampire---4.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire---4.8
% Problem  : PLA030-1 : TPTP v8.2.0. Released v2.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %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  : 300s
% DateTime : Tue May 21 02:20:23 EDT 2024

% Result   : Satisfiable 0.89s 0.97s
% Output   : Saturation 0.89s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(u35,axiom,
    differ(c,b) ).

cnf(u33,axiom,
    differ(c,a) ).

cnf(clear_table,axiom,
    holds(clear(table),X2) ).

cnf(initial_state2,axiom,
    holds(on(b,table),s0) ).

cnf(differ_a_b,axiom,
    differ(a,b) ).

cnf(pickup_4,axiom,
    ( holds(clear(X0),do(pickup(X3),X2))
    | ~ holds(clear(X0),X2)
    | ~ differ(X0,X3) ) ).

cnf(initial_state3,axiom,
    holds(on(c,d),s0) ).

cnf(differ_b_d,axiom,
    differ(b,d) ).

cnf(differ_a_d,axiom,
    differ(a,d) ).

cnf(putdown_2,axiom,
    ( holds(on(X0,X1),do(putdown(X0,X1),X2))
    | ~ holds(holding(X0),X2)
    | ~ holds(clear(X1),X2) ) ).

cnf(initial_state5,axiom,
    holds(clear(a),s0) ).

cnf(differ_c_d,axiom,
    differ(c,d) ).

cnf(putdown_3,axiom,
    ( holds(clear(X0),do(putdown(X0,X1),X2))
    | ~ holds(holding(X0),X2)
    | ~ holds(clear(X1),X2) ) ).

cnf(and_definition,axiom,
    ( holds(and(X0,X1),X2)
    | ~ holds(X0,X2)
    | ~ holds(X1,X2) ) ).

cnf(u36,axiom,
    differ(d,b) ).

cnf(initial_state8,axiom,
    holds(empty,s0) ).

cnf(putdown_5,axiom,
    ( holds(clear(X3),do(putdown(X0,X1),X2))
    | ~ holds(clear(X3),X2)
    | ~ differ(X3,X1) ) ).

cnf(pickup_2,axiom,
    ( holds(clear(X1),do(pickup(X0),X2))
    | ~ holds(clear(X0),X2)
    | ~ holds(on(X0,X1),X2)
    | ~ holds(empty,X2) ) ).

cnf(u38,axiom,
    differ(d,c) ).

cnf(u31,axiom,
    differ(table,a) ).

cnf(differ_c_table,axiom,
    differ(c,table) ).

cnf(differ_a_c,axiom,
    differ(a,c) ).

cnf(u32,axiom,
    differ(b,a) ).

cnf(initial_state4,axiom,
    holds(on(d,table),s0) ).

cnf(initial_state1,axiom,
    holds(on(a,table),s0) ).

cnf(differ_a_table,axiom,
    differ(a,table) ).

cnf(u34,axiom,
    differ(d,a) ).

cnf(pickup_3,axiom,
    ( holds(on(X0,X1),do(pickup(X3),X2))
    | ~ holds(on(X0,X1),X2)
    | ~ differ(X0,X3) ) ).

cnf(initial_state6,axiom,
    holds(clear(b),s0) ).

cnf(differ_b_c,axiom,
    differ(b,c) ).

cnf(putdown_4,axiom,
    ( holds(on(X0,X1),do(putdown(X3,X4),X2))
    | ~ holds(on(X0,X1),X2) ) ).

cnf(putdown_1,axiom,
    ( holds(empty,do(putdown(X0,X1),X2))
    | ~ holds(holding(X0),X2)
    | ~ holds(clear(X1),X2) ) ).

cnf(u37,axiom,
    differ(table,b) ).

cnf(differ_b_table,axiom,
    differ(b,table) ).

cnf(symmetry_of_differ,axiom,
    ( ~ differ(X1,X0)
    | differ(X0,X1) ) ).

cnf(u40,axiom,
    differ(table,d) ).

cnf(u39,axiom,
    differ(table,c) ).

cnf(initial_state7,axiom,
    holds(clear(c),s0) ).

cnf(differ_d_table,axiom,
    differ(d,table) ).

cnf(pickup_1,axiom,
    ( holds(holding(X0),do(pickup(X0),X2))
    | ~ holds(clear(X0),X2)
    | ~ holds(empty,X2)
    | ~ differ(X0,table) ) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem    : PLA030-1 : TPTP v8.2.0. Released v2.5.0.
% 0.07/0.15  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s
% 0.15/0.36  % Computer : n005.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    : 300
% 0.15/0.36  % DateTime   : Sat May 18 13:40:08 EDT 2024
% 0.15/0.37  % CPUTime    : 
% 0.15/0.37  This is a CNF_SAT_RFO_NEQ problem
% 0.15/0.37  Running vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t 300 /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.69/0.92  % (4641)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:i=78:ss=axioms:sgt=8_0 on theBenchmark for (2994ds/78Mi)
% 0.69/0.92  % (4639)dis-1011_2:1_sil=2000:lsd=20:nwc=5.0:flr=on:mep=off:st=3.0:i=34:sd=1:ep=RS:ss=axioms_0 on theBenchmark for (2994ds/34Mi)
% 0.69/0.92  % (4640)lrs+1011_461:32768_sil=16000:irw=on:sp=frequency:lsd=20:fd=preordered:nwc=10.0:s2agt=32:alpa=false:cond=fast:s2a=on:i=51:s2at=3.0:awrs=decay:awrsf=691:bd=off:nm=20:fsr=off:amm=sco:uhcvi=on:rawr=on_0 on theBenchmark for (2994ds/51Mi)
% 0.69/0.92  % (4642)ott+1011_1:1_sil=2000:urr=on:i=33:sd=1:kws=inv_frequency:ss=axioms:sup=off_0 on theBenchmark for (2994ds/33Mi)
% 0.69/0.92  % (4643)lrs+2_1:1_sil=16000:fde=none:sos=all:nwc=5.0:i=34:ep=RS:s2pl=on:lma=on:afp=100000_0 on theBenchmark for (2994ds/34Mi)
% 0.69/0.92  % (4644)lrs+1002_1:16_to=lpo:sil=32000:sp=unary_frequency:sos=on:i=45:bd=off:ss=axioms_0 on theBenchmark for (2994ds/45Mi)
% 0.69/0.92  % (4645)lrs+21_1:5_sil=2000:sos=on:urr=on:newcnf=on:slsq=on:i=83:slsql=off:bd=off:nm=2:ss=axioms:st=1.5:sp=const_min:gsp=on:rawr=on_0 on theBenchmark for (2994ds/83Mi)
% 0.69/0.92  % (4641)Refutation not found, incomplete strategy% (4641)------------------------------
% 0.69/0.92  % (4641)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.92  % (4639)Refutation not found, incomplete strategy% (4639)------------------------------
% 0.69/0.92  % (4639)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.92  % (4639)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.92  
% 0.69/0.92  % (4639)Memory used [KB]: 983
% 0.69/0.92  % (4639)Time elapsed: 0.003 s
% 0.69/0.92  % (4639)Instructions burned: 2 (million)
% 0.69/0.92  % (4641)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.92  % (4642)Refutation not found, incomplete strategy% (4642)------------------------------
% 0.69/0.92  % (4642)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.92  % (4642)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.92  
% 0.69/0.92  % (4642)Memory used [KB]: 983
% 0.69/0.92  % (4642)Time elapsed: 0.002 s
% 0.69/0.92  % (4642)Instructions burned: 2 (million)
% 0.69/0.92  
% 0.69/0.92  % (4641)Memory used [KB]: 983
% 0.69/0.92  % (4641)Time elapsed: 0.003 s
% 0.69/0.92  % (4641)Instructions burned: 2 (million)
% 0.69/0.92  % (4644)Refutation not found, incomplete strategy% (4644)------------------------------
% 0.69/0.92  % (4644)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.92  % (4644)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.92  
% 0.69/0.92  % (4644)Memory used [KB]: 983
% 0.69/0.92  % (4644)Time elapsed: 0.002 s
% 0.69/0.92  % (4644)Instructions burned: 2 (million)
% 0.69/0.92  % (4639)------------------------------
% 0.69/0.92  % (4639)------------------------------
% 0.69/0.92  % (4642)------------------------------
% 0.69/0.92  % (4642)------------------------------
% 0.69/0.92  % (4641)------------------------------
% 0.69/0.92  % (4641)------------------------------
% 0.69/0.92  % (4645)Refutation not found, incomplete strategy% (4645)------------------------------
% 0.69/0.92  % (4645)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.92  % (4643)Refutation not found, incomplete strategy% (4643)------------------------------
% 0.69/0.92  % (4643)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.92  % (4643)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.92  
% 0.69/0.92  % (4643)Memory used [KB]: 985
% 0.69/0.92  % (4643)Time elapsed: 0.003 s
% 0.69/0.92  % (4643)Instructions burned: 2 (million)
% 0.69/0.92  % (4644)------------------------------
% 0.69/0.92  % (4644)------------------------------
% 0.69/0.92  % (4645)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.92  
% 0.69/0.92  % (4645)Memory used [KB]: 983
% 0.69/0.92  % (4645)Time elapsed: 0.003 s
% 0.69/0.92  % (4645)Instructions burned: 2 (million)
% 0.69/0.92  % (4646)lrs-21_1:1_to=lpo:sil=2000:sp=frequency:sos=on:lma=on:i=56:sd=2:ss=axioms:ep=R_0 on theBenchmark for (2994ds/56Mi)
% 0.69/0.92  % (4643)------------------------------
% 0.69/0.92  % (4643)------------------------------
% 0.69/0.92  % (4640)Refutation not found, incomplete strategy% (4640)------------------------------
% 0.69/0.92  % (4640)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.92  % (4640)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.92  
% 0.69/0.92  % (4640)Memory used [KB]: 992
% 0.69/0.92  % (4640)Time elapsed: 0.003 s
% 0.69/0.92  % (4640)Instructions burned: 3 (million)
% 0.69/0.92  % (4645)------------------------------
% 0.69/0.92  % (4645)------------------------------
% 0.69/0.92  % (4640)------------------------------
% 0.69/0.92  % (4640)------------------------------
% 0.69/0.92  % (4646)Refutation not found, incomplete strategy% (4646)------------------------------
% 0.69/0.92  % (4646)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.92  % (4646)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.92  
% 0.69/0.92  % (4646)Memory used [KB]: 983
% 0.69/0.92  % (4646)Time elapsed: 0.003 s
% 0.69/0.92  % (4646)Instructions burned: 2 (million)
% 0.69/0.92  % (4646)------------------------------
% 0.69/0.92  % (4646)------------------------------
% 0.69/0.93  % (4647)lrs+21_1:16_sil=2000:sp=occurrence:urr=on:flr=on:i=55:sd=1:nm=0:ins=3:ss=included:rawr=on:br=off_0 on theBenchmark for (2994ds/55Mi)
% 0.69/0.93  % (4648)dis+3_25:4_sil=16000:sos=all:erd=off:i=50:s2at=4.0:bd=off:nm=60:sup=off:cond=on:av=off:ins=2:nwc=10.0:etr=on:to=lpo:s2agt=20:fd=off:bsr=unit_only:slsq=on:slsqr=28,19:awrs=converge:awrsf=500:tgt=ground:bs=unit_only_0 on theBenchmark for (2994ds/50Mi)
% 0.69/0.93  % (4649)lrs+1010_1:2_sil=4000:tgt=ground:nwc=10.0:st=2.0:i=208:sd=1:bd=off:ss=axioms_0 on theBenchmark for (2994ds/208Mi)
% 0.69/0.93  % (4650)lrs-1011_1:1_sil=4000:plsq=on:plsqr=32,1:sp=frequency:plsql=on:nwc=10.0:i=52:aac=none:afr=on:ss=axioms:er=filter:sgt=16:rawr=on:etr=on:lma=on_0 on theBenchmark for (2994ds/52Mi)
% 0.69/0.93  % (4651)lrs-1010_1:1_to=lpo:sil=2000:sp=reverse_arity:sos=on:urr=ec_only:i=518:sd=2:bd=off:ss=axioms:sgt=16_0 on theBenchmark for (2994ds/518Mi)
% 0.69/0.93  % (4652)lrs+1011_87677:1048576_sil=8000:sos=on:spb=non_intro:nwc=10.0:kmz=on:i=42:ep=RS:nm=0:ins=1:uhcvi=on:rawr=on:fde=unused:afp=2000:afq=1.444:plsq=on:nicw=on_0 on theBenchmark for (2994ds/42Mi)
% 0.69/0.93  % (4653)dis+1011_1258907:1048576_bsr=unit_only:to=lpo:drc=off:sil=2000:tgt=full:fde=none:sp=frequency:spb=goal:rnwc=on:nwc=6.70083:sac=on:newcnf=on:st=2:i=243:bs=unit_only:sd=3:afp=300:awrs=decay:awrsf=218:nm=16:ins=3:afq=3.76821:afr=on:ss=axioms:sgt=5:rawr=on:add=off:bsd=on_0 on theBenchmark for (2994ds/243Mi)
% 0.69/0.93  % (4648)Refutation not found, incomplete strategy% (4648)------------------------------
% 0.69/0.93  % (4648)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.93  % (4647)Refutation not found, incomplete strategy% (4647)------------------------------
% 0.69/0.93  % (4647)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.93  % (4647)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.93  
% 0.69/0.93  % (4647)Memory used [KB]: 983
% 0.69/0.93  % (4647)Time elapsed: 0.003 s
% 0.69/0.93  % (4647)Instructions burned: 2 (million)
% 0.69/0.93  % (4648)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.93  
% 0.69/0.93  % (4648)Memory used [KB]: 989
% 0.69/0.93  % (4648)Time elapsed: 0.003 s
% 0.69/0.93  % (4648)Instructions burned: 2 (million)
% 0.69/0.93  % (4649)Refutation not found, incomplete strategy% (4649)------------------------------
% 0.69/0.93  % (4649)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.93  % (4651)Refutation not found, incomplete strategy% (4651)------------------------------
% 0.69/0.93  % (4651)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.93  % (4651)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.93  
% 0.69/0.93  % (4651)Memory used [KB]: 983
% 0.69/0.93  % (4651)Time elapsed: 0.002 s
% 0.69/0.93  % (4651)Instructions burned: 2 (million)
% 0.69/0.93  % (4650)Refutation not found, incomplete strategy% (4650)------------------------------
% 0.69/0.93  % (4650)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.93  % (4649)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.93  
% 0.69/0.93  % (4649)Memory used [KB]: 983
% 0.69/0.93  % (4649)Time elapsed: 0.002 s
% 0.69/0.93  % (4649)Instructions burned: 2 (million)
% 0.69/0.93  % (4647)------------------------------
% 0.69/0.93  % (4647)------------------------------
% 0.69/0.93  % (4650)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.93  
% 0.69/0.93  % (4650)Memory used [KB]: 983
% 0.69/0.93  % (4650)Time elapsed: 0.003 s
% 0.69/0.93  % (4650)Instructions burned: 2 (million)
% 0.69/0.93  % (4648)------------------------------
% 0.69/0.93  % (4648)------------------------------
% 0.69/0.93  % (4654)lrs+1011_2:9_sil=2000:lsd=10:newcnf=on:i=117:sd=2:awrs=decay:ss=included:amm=off:ep=R_0 on theBenchmark for (2994ds/117Mi)
% 0.69/0.93  % (4652)Refutation not found, incomplete strategy% (4652)------------------------------
% 0.69/0.93  % (4652)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.93  % (4651)------------------------------
% 0.69/0.93  % (4651)------------------------------
% 0.69/0.93  % (4652)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.93  
% 0.69/0.93  % (4652)Memory used [KB]: 988
% 0.69/0.93  % (4652)Time elapsed: 0.003 s
% 0.69/0.93  % (4652)Instructions burned: 2 (million)
% 0.69/0.93  % (4649)------------------------------
% 0.69/0.93  % (4649)------------------------------
% 0.69/0.93  % (4650)------------------------------
% 0.69/0.93  % (4650)------------------------------
% 0.69/0.93  % (4653)Refutation not found, incomplete strategy% (4653)------------------------------
% 0.69/0.93  % (4653)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.93  % (4653)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.93  
% 0.69/0.93  % (4653)Memory used [KB]: 984
% 0.69/0.93  % (4652)------------------------------
% 0.69/0.93  % (4652)------------------------------
% 0.69/0.93  % (4653)Time elapsed: 0.003 s
% 0.69/0.93  % (4653)Instructions burned: 2 (million)
% 0.69/0.93  % (4653)------------------------------
% 0.69/0.93  % (4653)------------------------------
% 0.69/0.93  % (4654)Refutation not found, incomplete strategy% (4654)------------------------------
% 0.69/0.93  % (4654)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.93  % (4654)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.93  
% 0.69/0.93  % (4654)Memory used [KB]: 983
% 0.69/0.93  % (4654)Time elapsed: 0.002 s
% 0.69/0.93  % (4654)Instructions burned: 2 (million)
% 0.69/0.93  % (4654)------------------------------
% 0.69/0.93  % (4654)------------------------------
% 0.69/0.93  % (4656)lrs+1011_1:2_to=lpo:sil=8000:plsqc=1:plsq=on:plsqr=326,59:sp=weighted_frequency:plsql=on:nwc=10.0:newcnf=on:i=93:awrs=converge:awrsf=200:bd=off:ins=1:rawr=on:alpa=false:avsq=on:avsqr=1,16_0 on theBenchmark for (2994ds/93Mi)
% 0.69/0.93  % (4655)dis+1011_11:1_sil=2000:avsq=on:i=143:avsqr=1,16:ep=RS:rawr=on:aac=none:lsd=100:mep=off:fde=none:newcnf=on:bsr=unit_only_0 on theBenchmark for (2994ds/143Mi)
% 0.69/0.93  % (4657)lrs+1666_1:1_sil=4000:sp=occurrence:sos=on:urr=on:newcnf=on:i=62:amm=off:ep=R:erd=off:nm=0:plsq=on:plsqr=14,1_0 on theBenchmark for (2994ds/62Mi)
% 0.69/0.93  % (4659)dis+1011_1:1_sil=16000:nwc=7.0:s2agt=64:s2a=on:i=1919:ss=axioms:sgt=8:lsd=50:sd=7_0 on theBenchmark for (2994ds/1919Mi)
% 0.69/0.93  % (4658)lrs+21_2461:262144_anc=none:drc=off:sil=2000:sp=occurrence:nwc=6.0:updr=off:st=3.0:i=32:sd=2:afp=4000:erml=3:nm=14:afq=2.0:uhcvi=on:ss=included:er=filter:abs=on:nicw=on:ile=on:sims=off:s2a=on:s2agt=50:s2at=-1.0:plsq=on:plsql=on:plsqc=2:plsqr=1,32:newcnf=on:bd=off:to=lpo_0 on theBenchmark for (2994ds/32Mi)
% 0.69/0.93  % (4660)ott-32_5:1_sil=4000:sp=occurrence:urr=full:rp=on:nwc=5.0:newcnf=on:st=5.0:s2pl=on:i=55:sd=2:ins=2:ss=included:rawr=on:anc=none:sos=on:s2agt=8:spb=intro:ep=RS:avsq=on:avsqr=27,155:lma=on_0 on theBenchmark for (2994ds/55Mi)
% 0.69/0.93  % (4661)lrs-1011_1:1_sil=2000:sos=on:urr=on:i=53:sd=1:bd=off:ins=3:av=off:ss=axioms:sgt=16:gsp=on:lsd=10_0 on theBenchmark for (2994ds/53Mi)
% 0.69/0.93  % (4661)Refutation not found, incomplete strategy% (4661)------------------------------
% 0.69/0.93  % (4661)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.93  % (4661)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.93  
% 0.69/0.93  % (4661)Memory used [KB]: 983
% 0.69/0.93  % (4661)Time elapsed: 0.002 s
% 0.69/0.93  % (4661)Instructions burned: 2 (million)
% 0.69/0.93  % (4659)Refutation not found, incomplete strategy% (4659)------------------------------
% 0.69/0.93  % (4659)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.93  % (4659)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.93  
% 0.69/0.93  % (4659)Memory used [KB]: 983
% 0.69/0.93  % (4659)Time elapsed: 0.002 s
% 0.69/0.93  % (4659)Instructions burned: 2 (million)
% 0.69/0.93  % (4658)Refutation not found, incomplete strategy% (4658)------------------------------
% 0.69/0.93  % (4658)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.93  % (4661)------------------------------
% 0.69/0.93  % (4661)------------------------------
% 0.69/0.93  % (4662)lrs+1011_6929:65536_anc=all_dependent:sil=2000:fde=none:plsqc=1:plsq=on:plsqr=19,8:plsql=on:nwc=3.0:i=46:afp=4000:ep=R:nm=3:fsr=off:afr=on:aer=off:gsp=on_0 on theBenchmark for (2994ds/46Mi)
% 0.69/0.93  % (4657)Refutation not found, incomplete strategy% (4657)------------------------------
% 0.69/0.93  % (4657)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.93  % (4657)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.93  
% 0.69/0.93  % (4657)Memory used [KB]: 984
% 0.69/0.93  % (4657)Time elapsed: 0.003 s
% 0.69/0.93  % (4657)Instructions burned: 2 (million)
% 0.69/0.93  % (4658)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.93  
% 0.69/0.93  % (4658)Memory used [KB]: 984
% 0.69/0.93  % (4658)Time elapsed: 0.003 s
% 0.69/0.93  % (4658)Instructions burned: 2 (million)
% 0.69/0.93  % (4660)Refutation not found, incomplete strategy% (4660)------------------------------
% 0.69/0.93  % (4660)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.93  % (4660)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.93  
% 0.69/0.93  % (4659)------------------------------
% 0.69/0.93  % (4659)------------------------------
% 0.69/0.93  % (4660)Memory used [KB]: 983
% 0.69/0.93  % (4660)Time elapsed: 0.003 s
% 0.69/0.93  % (4657)------------------------------
% 0.69/0.93  % (4657)------------------------------
% 0.69/0.93  % (4660)Instructions burned: 2 (million)
% 0.69/0.93  % (4656)Refutation not found, incomplete strategy% (4656)------------------------------
% 0.69/0.93  % (4656)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.93  % (4656)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.93  
% 0.69/0.93  % (4656)Memory used [KB]: 1002
% 0.69/0.93  % (4656)Time elapsed: 0.003 s
% 0.69/0.93  % (4656)Instructions burned: 2 (million)
% 0.69/0.93  % (4655)Refutation not found, incomplete strategy% (4655)------------------------------
% 0.69/0.93  % (4655)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.93  % (4655)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.93  
% 0.69/0.93  % (4655)Memory used [KB]: 1004
% 0.69/0.93  % (4655)Time elapsed: 0.003 s
% 0.69/0.93  % (4655)Instructions burned: 3 (million)
% 0.69/0.93  % (4658)------------------------------
% 0.69/0.93  % (4658)------------------------------
% 0.69/0.93  % (4656)------------------------------
% 0.69/0.93  % (4656)------------------------------
% 0.69/0.93  % (4660)------------------------------
% 0.69/0.93  % (4660)------------------------------
% 0.69/0.93  % (4655)------------------------------
% 0.69/0.93  % (4655)------------------------------
% 0.69/0.93  % (4662)Refutation not found, incomplete strategy% (4662)------------------------------
% 0.69/0.93  % (4662)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.93  % (4662)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.93  
% 0.69/0.93  % (4662)Memory used [KB]: 990
% 0.69/0.93  % (4662)Time elapsed: 0.003 s
% 0.69/0.93  % (4662)Instructions burned: 2 (million)
% 0.69/0.93  % (4662)------------------------------
% 0.69/0.93  % (4662)------------------------------
% 0.69/0.94  % (4663)dis+10_3:31_sil=2000:sp=frequency:abs=on:acc=on:lcm=reverse:nwc=3.0:alpa=random:st=3.0:i=102:sd=1:nm=4:ins=1:aer=off:ss=axioms_0 on theBenchmark for (2994ds/102Mi)
% 0.69/0.94  % (4665)dis+1003_1:1024_sil=4000:urr=on:newcnf=on:i=87:av=off:fsr=off:bce=on_0 on theBenchmark for (2994ds/87Mi)
% 0.69/0.94  % (4664)ott+1011_9:29_slsqr=3,2:sil=2000:tgt=ground:lsd=10:lcm=predicate:avsqc=4:slsq=on:avsq=on:i=35:s2at=4.0:add=large:sd=1:avsqr=1,16:aer=off:ss=axioms:sgt=100:rawr=on:s2a=on:sac=on:afp=1:nwc=10.0:nm=64:bd=preordered:abs=on:rnwc=on:er=filter:nicw=on:spb=non_intro:lma=on_0 on theBenchmark for (2994ds/35Mi)
% 0.69/0.94  % (4667)lrs+1002_1:16_sil=2000:sp=occurrence:sos=on:i=161:aac=none:bd=off:ss=included:sd=5:st=2.5:sup=off_0 on theBenchmark for (2994ds/161Mi)
% 0.69/0.94  % (4666)dis+1010_12107:524288_anc=none:drc=encompass:sil=2000:bsd=on:rp=on:nwc=10.0:alpa=random:i=109:kws=precedence:awrs=decay:awrsf=2:nm=16:ins=3:rawr=on:s2a=on:s2at=4.5:acc=on:flr=on_0 on theBenchmark for (2994ds/109Mi)
% 0.69/0.94  % (4668)lrs-1002_2:9_anc=none:sil=2000:plsqc=1:plsq=on:avsql=on:plsqr=2859761,1048576:erd=off:rp=on:nwc=21.7107:newcnf=on:avsq=on:i=69:aac=none:avsqr=6317,1048576:ep=RS:fsr=off:rawr=on:afp=50:afq=2.133940627822616:sac=on_0 on theBenchmark for (2994ds/69Mi)
% 0.69/0.94  % (4669)lrs+1010_1:512_sil=8000:tgt=ground:spb=units:gs=on:lwlo=on:nicw=on:gsem=on:st=1.5:i=40:nm=21:ss=included:nwc=5.3:afp=4000:afq=1.38:ins=1:bs=unit_only:awrs=converge:awrsf=10:bce=on_0 on theBenchmark for (2994ds/40Mi)
% 0.69/0.94  % (4663)Refutation not found, incomplete strategy% (4663)------------------------------
% 0.69/0.94  % (4663)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.94  % (4663)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.94  
% 0.69/0.94  % (4663)Memory used [KB]: 983
% 0.69/0.94  % (4663)Time elapsed: 0.003 s
% 0.69/0.94  % (4663)Instructions burned: 2 (million)
% 0.69/0.94  % (4664)Refutation not found, incomplete strategy% (4664)------------------------------
% 0.69/0.94  % (4664)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.94  % (4667)Refutation not found, incomplete strategy% (4667)------------------------------
% 0.69/0.94  % (4667)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.69/0.94  % (4664)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.94  
% 0.69/0.94  % (4664)Memory used [KB]: 984
% 0.69/0.94  % (4664)Time elapsed: 0.003 s
% 0.69/0.94  % (4664)Instructions burned: 2 (million)
% 0.69/0.94  % (4667)Termination reason: Refutation not found, incomplete strategy
% 0.69/0.94  % (4663)------------------------------
% 0.69/0.94  % (4663)------------------------------
% 0.69/0.94  
% 0.69/0.94  % (4667)Memory used [KB]: 983
% 0.69/0.94  % (4667)Time elapsed: 0.002 s
% 0.69/0.94  % (4667)Instructions burned: 2 (million)
% 0.69/0.94  % (4670)ott+1011_1:3_drc=off:sil=4000:tgt=ground:fde=unused:plsq=on:sp=unary_first:fd=preordered:nwc=10.0:i=360:ins=1:rawr=on:bd=preordered_0 on theBenchmark for (2994ds/360Mi)
% 0.69/0.94  % (4667)------------------------------
% 0.69/0.94  % (4667)------------------------------
% 0.69/0.94  % (4664)------------------------------
% 0.69/0.94  % (4664)------------------------------
% 0.89/0.94  % (4668)Refutation not found, incomplete strategy% (4668)------------------------------
% 0.89/0.94  % (4668)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.94  % (4669)Refutation not found, incomplete strategy% (4669)------------------------------
% 0.89/0.94  % (4669)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.94  % (4668)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.94  % (4669)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.94  
% 0.89/0.94  
% 0.89/0.94  % (4668)Memory used [KB]: 997
% 0.89/0.94  % (4669)Memory used [KB]: 984
% 0.89/0.94  % (4668)Time elapsed: 0.003 s
% 0.89/0.94  % (4669)Time elapsed: 0.003 s
% 0.89/0.94  % (4668)Instructions burned: 3 (million)
% 0.89/0.94  % (4669)Instructions burned: 2 (million)
% 0.89/0.94  % (4669)------------------------------
% 0.89/0.94  % (4669)------------------------------
% 0.89/0.94  % (4668)------------------------------
% 0.89/0.94  % (4668)------------------------------
% 0.89/0.94  % (4666)Refutation not found, incomplete strategy% (4666)------------------------------
% 0.89/0.94  % (4666)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.94  % (4666)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.94  
% 0.89/0.94  % (4666)Memory used [KB]: 1017
% 0.89/0.94  % (4666)Time elapsed: 0.004 s
% 0.89/0.94  % (4666)Instructions burned: 3 (million)
% 0.89/0.94  % (4666)------------------------------
% 0.89/0.94  % (4666)------------------------------
% 0.89/0.94  % (4670)Refutation not found, incomplete strategy% (4670)------------------------------
% 0.89/0.94  % (4670)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.94  % (4670)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.94  
% 0.89/0.94  % (4670)Memory used [KB]: 1002
% 0.89/0.94  % (4670)Time elapsed: 0.003 s
% 0.89/0.94  % (4670)Instructions burned: 2 (million)
% 0.89/0.94  % (4670)------------------------------
% 0.89/0.94  % (4670)------------------------------
% 0.89/0.94  % (4672)lrs+1011_1:20_sil=4000:tgt=ground:i=80:sd=1:bd=off:nm=32:av=off:ss=axioms:lsd=60_0 on theBenchmark for (2994ds/80Mi)
% 0.89/0.94  % (4671)dis+10_1:4_to=lpo:sil=2000:sos=on:spb=goal:rp=on:sac=on:newcnf=on:i=161:ss=axioms:aac=none_0 on theBenchmark for (2994ds/161Mi)
% 0.89/0.94  % (4673)lrs+11_1:2_slsqr=1,2:sil=2000:sp=const_frequency:kmz=on:newcnf=on:slsq=on:i=37:s2at=1.5:awrs=converge:nm=2:uhcvi=on:ss=axioms:sgt=20:afp=10000:fs=off:fsr=off:bd=off:s2agt=5:fd=off:add=off:erd=off:foolp=on:nwc=10.0:rp=on_0 on theBenchmark for (2994ds/37Mi)
% 0.89/0.94  % (4672)Refutation not found, incomplete strategy% (4672)------------------------------
% 0.89/0.94  % (4672)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.94  % (4672)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.94  
% 0.89/0.94  % (4672)Memory used [KB]: 983
% 0.89/0.94  % (4672)Time elapsed: 0.002 s
% 0.89/0.94  % (4672)Instructions burned: 2 (million)
% 0.89/0.94  % (4672)------------------------------
% 0.89/0.94  % (4672)------------------------------
% 0.89/0.94  % (4674)lrs+1011_1:2_drc=encompass:sil=4000:fde=unused:sos=on:sac=on:newcnf=on:i=55:sd=10:bd=off:ins=1:uhcvi=on:ss=axioms:spb=non_intro:st=3.0:erd=off:s2a=on:nwc=3.0_0 on theBenchmark for (2994ds/55Mi)
% 0.89/0.94  % (4671)Refutation not found, incomplete strategy% (4671)------------------------------
% 0.89/0.94  % (4671)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.94  % (4675)dis-1011_1:32_to=lpo:drc=off:sil=2000:sp=reverse_arity:sos=on:foolp=on:lsd=20:nwc=1.49509792053687:s2agt=30:avsq=on:s2a=on:s2pl=no:i=47:s2at=5.0:avsqr=5593,1048576:nm=0:fsr=off:amm=sco:rawr=on:awrs=converge:awrsf=427:ss=included:sd=1:slsq=on:fd=off_0 on theBenchmark for (2994ds/47Mi)
% 0.89/0.94  % (4671)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.94  
% 0.89/0.94  % (4671)Memory used [KB]: 983
% 0.89/0.94  % (4671)Time elapsed: 0.003 s
% 0.89/0.94  % (4671)Instructions burned: 2 (million)
% 0.89/0.94  % (4673)Refutation not found, incomplete strategy% (4673)------------------------------
% 0.89/0.94  % (4673)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.94  % (4671)------------------------------
% 0.89/0.94  % (4671)------------------------------
% 0.89/0.94  % (4673)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.94  
% 0.89/0.94  % (4673)Memory used [KB]: 984
% 0.89/0.94  % (4673)Time elapsed: 0.003 s
% 0.89/0.94  % (4673)Instructions burned: 2 (million)
% 0.89/0.94  % (4674)Refutation not found, incomplete strategy% (4674)------------------------------
% 0.89/0.94  % (4674)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.94  % (4676)lrs+10_1:1024_sil=2000:st=2.0:i=32:sd=2:ss=included:ep=R_0 on theBenchmark for (2994ds/32Mi)
% 0.89/0.94  % (4674)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.94  
% 0.89/0.94  % (4674)Memory used [KB]: 983
% 0.89/0.94  % (4674)Time elapsed: 0.002 s
% 0.89/0.94  % (4674)Instructions burned: 2 (million)
% 0.89/0.94  % (4675)Refutation not found, incomplete strategy% (4675)------------------------------
% 0.89/0.94  % (4675)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.94  % (4673)------------------------------
% 0.89/0.94  % (4673)------------------------------
% 0.89/0.94  % (4675)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.94  
% 0.89/0.94  % (4675)Memory used [KB]: 984
% 0.89/0.94  % (4675)Time elapsed: 0.002 s
% 0.89/0.94  % (4675)Instructions burned: 2 (million)
% 0.89/0.94  % (4674)------------------------------
% 0.89/0.94  % (4674)------------------------------
% 0.89/0.94  % (4675)------------------------------
% 0.89/0.94  % (4675)------------------------------
% 0.89/0.94  % (4676)Refutation not found, incomplete strategy% (4676)------------------------------
% 0.89/0.94  % (4676)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.94  % (4677)dis+1011_1:1_sil=4000:s2agt=4:slsqc=3:slsq=on:i=132:bd=off:av=off:sup=off:ss=axioms:st=3.0_0 on theBenchmark for (2994ds/132Mi)
% 0.89/0.94  % (4676)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.94  
% 0.89/0.94  % (4676)Memory used [KB]: 983
% 0.89/0.94  % (4676)Time elapsed: 0.002 s
% 0.89/0.94  % (4676)Instructions burned: 2 (million)
% 0.89/0.94  % (4677)Refutation not found, incomplete strategy% (4677)------------------------------
% 0.89/0.94  % (4677)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.94  % (4676)------------------------------
% 0.89/0.94  % (4676)------------------------------
% 0.89/0.94  % (4677)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.94  
% 0.89/0.94  % (4677)Memory used [KB]: 983
% 0.89/0.94  % (4677)Time elapsed: 0.002 s
% 0.89/0.94  % (4677)Instructions burned: 2 (million)
% 0.89/0.94  % (4677)------------------------------
% 0.89/0.94  % (4677)------------------------------
% 0.89/0.95  % (4678)dis-1011_1:1024_sil=2000:fde=unused:sos=on:nwc=10.0:i=54:uhcvi=on:ss=axioms:ep=RS:av=off:sp=occurrence:fsr=off:awrs=decay:awrsf=200_0 on theBenchmark for (2994ds/54Mi)
% 0.89/0.95  % (4678)Refutation not found, incomplete strategy% (4678)------------------------------
% 0.89/0.95  % (4678)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.95  % (4678)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.95  
% 0.89/0.95  % (4678)Memory used [KB]: 983
% 0.89/0.95  % (4678)Time elapsed: 0.002 s
% 0.89/0.95  % (4678)Instructions burned: 2 (million)
% 0.89/0.95  % (4679)lrs+1011_1:2_to=lpo:drc=off:sil=2000:sp=const_min:urr=on:lcm=predicate:nwc=16.7073:updr=off:newcnf=on:i=82:av=off:rawr=on:ss=included:st=5.0:erd=off:flr=on_0 on theBenchmark for (2994ds/82Mi)
% 0.89/0.95  % (4678)------------------------------
% 0.89/0.95  % (4678)------------------------------
% 0.89/0.95  % (4680)lrs+11_1:32_sil=2000:sp=occurrence:lsd=20:rp=on:i=119:sd=1:nm=0:av=off:ss=included:nwc=10.0:flr=on_0 on theBenchmark for (2994ds/119Mi)
% 0.89/0.95  % (4679)Refutation not found, incomplete strategy% (4679)------------------------------
% 0.89/0.95  % (4679)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.95  % (4679)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.95  
% 0.89/0.95  % (4679)Memory used [KB]: 983
% 0.89/0.95  % (4679)Time elapsed: 0.002 s
% 0.89/0.95  % (4679)Instructions burned: 2 (million)
% 0.89/0.95  % (4679)------------------------------
% 0.89/0.95  % (4679)------------------------------
% 0.89/0.95  % (4681)ott+1002_2835555:1048576_to=lpo:sil=2000:sos=on:fs=off:nwc=10.3801:avsqc=3:updr=off:avsq=on:st=2:s2a=on:i=177:s2at=3:afp=10000:aac=none:avsqr=13357983,1048576:awrs=converge:awrsf=460:bd=off:nm=13:ins=2:fsr=off:amm=sco:afq=1.16719:ss=axioms:rawr=on:fd=off_0 on theBenchmark for (2994ds/177Mi)
% 0.89/0.95  % (4680)Refutation not found, incomplete strategy% (4680)------------------------------
% 0.89/0.95  % (4680)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.95  % (4680)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.95  
% 0.89/0.95  % (4680)Memory used [KB]: 983
% 0.89/0.95  % (4680)Time elapsed: 0.002 s
% 0.89/0.95  % (4680)Instructions burned: 2 (million)
% 0.89/0.95  % (4682)lrs+1002_263:262144_sfv=off:to=lpo:drc=encompass:sil=2000:tgt=full:fde=none:bsd=on:sp=const_frequency:spb=units:fd=preordered:nwc=12.504039574721643:lwlo=on:i=117:awrs=converge:awrsf=1360:bsdmm=3:bd=off:nm=11:fsd=on:amm=off:uhcvi=on:afr=on:rawr=on:fsdmm=1:updr=off:sac=on:fdi=16_0 on theBenchmark for (2994ds/117Mi)
% 0.89/0.95  % (4680)------------------------------
% 0.89/0.95  % (4680)------------------------------
% 0.89/0.95  % (4683)dis+1011_1:128_sil=2000:plsq=on:sp=frequency:plsql=on:nicw=on:i=49:kws=precedence:bd=off:fsr=off:ss=axioms:sgt=64:sd=3_0 on theBenchmark for (2994ds/49Mi)
% 0.89/0.95  % (4681)Refutation not found, incomplete strategy% (4681)------------------------------
% 0.89/0.95  % (4681)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.95  % (4681)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.95  
% 0.89/0.95  % (4684)lrs-1011_8:1_sil=2000:spb=goal:urr=on:sac=on:i=51:afp=10000:fsr=off:ss=axioms:avsq=on:avsqr=17819,524288:bd=off:bsd=on:fd=off:sims=off:rawr=on:alpa=true:bsr=on:aer=off_0 on theBenchmark for (2994ds/51Mi)
% 0.89/0.95  % (4681)Memory used [KB]: 984
% 0.89/0.95  % (4681)Time elapsed: 0.003 s
% 0.89/0.95  % (4681)Instructions burned: 2 (million)
% 0.89/0.95  % (4681)------------------------------
% 0.89/0.95  % (4681)------------------------------
% 0.89/0.95  % (4683)Refutation not found, incomplete strategy% (4683)------------------------------
% 0.89/0.95  % (4683)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.95  % (4683)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.95  
% 0.89/0.95  % (4684)Refutation not found, incomplete strategy% (4684)------------------------------
% 0.89/0.95  % (4684)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.95  % (4683)Memory used [KB]: 984
% 0.89/0.95  % (4683)Time elapsed: 0.003 s
% 0.89/0.95  % (4683)Instructions burned: 2 (million)
% 0.89/0.95  % (4682)Refutation not found, incomplete strategy% (4682)------------------------------
% 0.89/0.95  % (4682)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.95  % (4682)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.95  
% 0.89/0.95  % (4682)Memory used [KB]: 1000
% 0.89/0.95  % (4682)Time elapsed: 0.003 s
% 0.89/0.95  % (4682)Instructions burned: 2 (million)
% 0.89/0.95  % (4684)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.95  
% 0.89/0.95  % (4684)Memory used [KB]: 984
% 0.89/0.95  % (4684)Time elapsed: 0.002 s
% 0.89/0.95  % (4684)Instructions burned: 2 (million)
% 0.89/0.95  % (4683)------------------------------
% 0.89/0.95  % (4683)------------------------------
% 0.89/0.95  % (4682)------------------------------
% 0.89/0.95  % (4682)------------------------------
% 0.89/0.95  % (4684)------------------------------
% 0.89/0.95  % (4684)------------------------------
% 0.89/0.95  % (4685)lrs+1011_1:1024_sil=8000:sp=unary_first:nwc=10.0:st=3.0:s2a=on:i=149:s2at=5.0:awrs=converge:awrsf=390:ep=R:av=off:ss=axioms:s2agt=32_0 on theBenchmark for (2994ds/149Mi)
% 0.89/0.95  % (4686)lrs+11_10:1_to=lpo:drc=off:sil=4000:sp=const_min:fd=preordered:rp=on:st=3.0:s2a=on:i=56:s2at=2.0:ss=axioms:er=known:sup=off:sd=1_0 on theBenchmark for (2994ds/56Mi)
% 0.89/0.95  % (4685)Refutation not found, incomplete strategy% (4685)------------------------------
% 0.89/0.95  % (4685)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.95  % (4685)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.95  
% 0.89/0.95  % (4685)Memory used [KB]: 983
% 0.89/0.95  % (4685)Time elapsed: 0.002 s
% 0.89/0.95  % (4685)Instructions burned: 2 (million)
% 0.89/0.95  % (4685)------------------------------
% 0.89/0.95  % (4685)------------------------------
% 0.89/0.95  % (4687)lrs+1011_4:1_bsr=on:sil=32000:sos=all:urr=on:br=off:s2a=on:i=289:s2at=2.0:bd=off:gsp=on:ss=axioms:sgt=8:sd=1:fsr=off_0 on theBenchmark for (2994ds/289Mi)
% 0.89/0.95  % (4686)Refutation not found, incomplete strategy% (4686)------------------------------
% 0.89/0.95  % (4686)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.95  % (4686)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.95  
% 0.89/0.95  % (4686)Memory used [KB]: 984
% 0.89/0.95  % (4686)Time elapsed: 0.002 s
% 0.89/0.95  % (4686)Instructions burned: 2 (million)
% 0.89/0.95  % (4687)Refutation not found, incomplete strategy% (4687)------------------------------
% 0.89/0.95  % (4687)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.95  % (4686)------------------------------
% 0.89/0.95  % (4686)------------------------------
% 0.89/0.95  % (4687)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.95  
% 0.89/0.95  % (4687)Memory used [KB]: 983
% 0.89/0.95  % (4687)Time elapsed: 0.002 s
% 0.89/0.95  % (4687)Instructions burned: 2 (million)
% 0.89/0.95  % (4688)ott-1011_16:1_sil=2000:sp=const_max:urr=on:lsd=20:st=3.0:i=206:ss=axioms:gsp=on:rp=on:sos=on:fd=off:aac=none_0 on theBenchmark for (2994ds/206Mi)
% 0.89/0.95  % (4687)------------------------------
% 0.89/0.95  % (4687)------------------------------
% 0.89/0.95  % (4690)lrs+1011_1:1_to=lpo:drc=off:sil=2000:tgt=full:i=1483:fd=preordered_0 on theBenchmark for (2994ds/1483Mi)
% 0.89/0.95  % (4691)dis+1010_1:3_sil=2000:tgt=ground:sp=const_max:nwc=5.0:s2a=on:i=67:nm=16:av=off:bd=off_0 on theBenchmark for (2994ds/67Mi)
% 0.89/0.95  % (4688)Refutation not found, incomplete strategy% (4688)------------------------------
% 0.89/0.95  % (4688)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.95  % (4688)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.95  
% 0.89/0.95  % (4688)Memory used [KB]: 984
% 0.89/0.95  % (4688)Time elapsed: 0.002 s
% 0.89/0.95  % (4688)Instructions burned: 2 (million)
% 0.89/0.95  % (4689)ott+1004_1:2_bsr=unit_only:slsqr=1,8:to=lpo:sil=2000:plsqc=2:plsq=on:sp=reverse_frequency:acc=on:nwc=6.4:slsq=on:st=2.0:i=50:s2at=3.0:bd=off:ins=4:ss=axioms:sgt=10:plsql=on:rawr=on:aer=off:slsqc=2:afp=4000:afq=2.0:bce=on:gs=on:lma=on:br=off:gsaa=full_model:add=off_0 on theBenchmark for (2994ds/50Mi)
% 0.89/0.95  % (4688)------------------------------
% 0.89/0.95  % (4688)------------------------------
% 0.89/0.95  % (4690)Refutation not found, incomplete strategy% (4690)------------------------------
% 0.89/0.95  % (4690)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.95  % (4690)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.95  
% 0.89/0.95  % (4690)Memory used [KB]: 1002
% 0.89/0.95  % (4690)Time elapsed: 0.002 s
% 0.89/0.95  % (4690)Instructions burned: 2 (million)
% 0.89/0.95  % (4691)Refutation not found, incomplete strategy% (4691)------------------------------
% 0.89/0.95  % (4691)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.95  % (4691)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.95  
% 0.89/0.95  % (4691)Memory used [KB]: 1003
% 0.89/0.95  % (4691)Time elapsed: 0.003 s
% 0.89/0.95  % (4691)Instructions burned: 3 (million)
% 0.89/0.95  % (4690)------------------------------
% 0.89/0.95  % (4690)------------------------------
% 0.89/0.95  % (4691)------------------------------
% 0.89/0.95  % (4691)------------------------------
% 0.89/0.95  % (4692)lrs+1011_1:1_sil=64000:tgt=full:plsqc=1:plsq=on:plsqr=32,1:sp=occurrence:sos=on:lsd=20:st=5.0:i=67:sd=2:nm=4:av=off:fsr=off:ss=axioms:er=tagged:gs=on:sgt=8:nwc=3.0:bd=off_0 on theBenchmark for (2994ds/67Mi)
% 0.89/0.95  % (4689)Refutation not found, incomplete strategy% (4689)------------------------------
% 0.89/0.95  % (4689)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.95  % (4689)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.95  
% 0.89/0.95  % (4689)Memory used [KB]: 984
% 0.89/0.95  % (4689)Time elapsed: 0.003 s
% 0.89/0.95  % (4689)Instructions burned: 2 (million)
% 0.89/0.95  % (4689)------------------------------
% 0.89/0.95  % (4689)------------------------------
% 0.89/0.95  % (4692)Refutation not found, incomplete strategy% (4692)------------------------------
% 0.89/0.95  % (4692)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.95  % (4693)dis+1002_1:1024_sil=2000:sac=on:slsq=on:i=52:nm=16:sfv=off:slsqc=1:urr=ec_only:bd=off_0 on theBenchmark for (2994ds/52Mi)
% 0.89/0.95  % (4692)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.95  
% 0.89/0.95  % (4692)Memory used [KB]: 984
% 0.89/0.95  % (4692)Time elapsed: 0.002 s
% 0.89/0.95  % (4692)Instructions burned: 2 (million)
% 0.89/0.95  % (4692)------------------------------
% 0.89/0.95  % (4692)------------------------------
% 0.89/0.95  % (4694)lrs+1010_1:1_to=lpo:sil=2000:plsq=on:plsqr=32,1:sos=on:i=366:sd=2:ss=axioms_0 on theBenchmark for (2994ds/366Mi)
% 0.89/0.96  % (4695)lrs+1011_4:1_to=lpo:drc=off:sil=8000:sp=frequency:abs=on:urr=on:lsd=10:nwc=5.0:s2agt=4:newcnf=on:st=5.0:s2a=on:i=863:ss=axioms:aac=none:br=off:bd=preordered_0 on theBenchmark for (2994ds/863Mi)
% 0.89/0.96  % (4693)Refutation not found, incomplete strategy% (4693)------------------------------
% 0.89/0.96  % (4693)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.96  % (4693)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.96  
% 0.89/0.96  % (4694)Refutation not found, incomplete strategy% (4694)------------------------------
% 0.89/0.96  % (4694)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.96  % (4694)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.96  
% 0.89/0.96  % (4694)Memory used [KB]: 983
% 0.89/0.96  % (4694)Time elapsed: 0.002 s
% 0.89/0.96  % (4694)Instructions burned: 2 (million)
% 0.89/0.96  % (4693)Memory used [KB]: 999
% 0.89/0.96  % (4693)Time elapsed: 0.003 s
% 0.89/0.96  % (4693)Instructions burned: 3 (million)
% 0.89/0.96  % (4694)------------------------------
% 0.89/0.96  % (4694)------------------------------
% 0.89/0.96  % (4693)------------------------------
% 0.89/0.96  % (4693)------------------------------
% 0.89/0.96  % (4695)Refutation not found, incomplete strategy% (4695)------------------------------
% 0.89/0.96  % (4695)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.96  % (4695)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.96  
% 0.89/0.96  % (4695)Memory used [KB]: 984
% 0.89/0.96  % (4696)lrs+1011_1:1_sil=16000:fde=unused:plsqc=1:plsq=on:plsqr=32,1:sos=on:nwc=10.0:i=163:kws=frequency:nm=2:lsd=1:bd=off_0 on theBenchmark for (2994ds/163Mi)
% 0.89/0.96  % (4695)Time elapsed: 0.003 s
% 0.89/0.96  % (4695)Instructions burned: 2 (million)
% 0.89/0.96  % (4697)lrs+33_1:1_sil=4000:sp=reverse_frequency:sos=all:i=77:sd=2:bd=off:nm=2:av=off:fsr=off:ss=axioms:sgt=10:rawr=on:sup=off:to=lpo:fs=off_0 on theBenchmark for (2994ds/77Mi)
% 0.89/0.96  % (4695)------------------------------
% 0.89/0.96  % (4695)------------------------------
% 0.89/0.96  % (4697)Refutation not found, incomplete strategy% (4697)------------------------------
% 0.89/0.96  % (4697)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.96  % (4697)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.96  
% 0.89/0.96  % (4697)Memory used [KB]: 983
% 0.89/0.96  % (4697)Time elapsed: 0.002 s
% 0.89/0.96  % (4697)Instructions burned: 2 (million)
% 0.89/0.96  % (4698)lrs-1010_1:8_sil=2000:sos=on:i=1548:sd=1:ins=3:ss=included_0 on theBenchmark for (2994ds/1548Mi)
% 0.89/0.96  % (4696)Refutation not found, incomplete strategy% (4696)------------------------------
% 0.89/0.96  % (4696)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.96  % (4696)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.96  
% 0.89/0.96  % (4696)Memory used [KB]: 988
% 0.89/0.96  % (4696)Time elapsed: 0.002 s
% 0.89/0.96  % (4696)Instructions burned: 2 (million)
% 0.89/0.96  % (4697)------------------------------
% 0.89/0.96  % (4697)------------------------------
% 0.89/0.96  % (4696)------------------------------
% 0.89/0.96  % (4696)------------------------------
% 0.89/0.96  % (4698)Refutation not found, incomplete strategy% (4698)------------------------------
% 0.89/0.96  % (4698)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.96  % (4699)lrs+1010_974213:1048576_nwc=9.0:s2a=on:i=76:bd=off:lwlo=on:fd=off:sil=256000:s2agt=10:sims=off:nm=9:sp=const_min:rp=on:er=known:cond=fast:bce=on:abs=on:irw=on:amm=sco:afp=2000:updr=off:add=off:to=lpo:awrs=decay:awrsf=260:rawr=on:afq=2.0:uhcvi=on_0 on theBenchmark for (2994ds/76Mi)
% 0.89/0.96  % (4698)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.96  
% 0.89/0.96  % (4698)Memory used [KB]: 983
% 0.89/0.96  % (4698)Time elapsed: 0.002 s
% 0.89/0.96  % (4698)Instructions burned: 2 (million)
% 0.89/0.96  % (4698)------------------------------
% 0.89/0.96  % (4698)------------------------------
% 0.89/0.96  % (4700)dis+1010_111129:1048576_sfv=off:drc=encompass:sil=2000:tgt=full:sp=reverse_arity:spb=goal:rnwc=on:fd=preordered:rp=on:nwc=6.5667:i=1376:kws=arity_squared:bd=off:nm=0:uhcvi=on:rawr=on:av=off:erd=off:cond=on:lcm=reverse_0 on theBenchmark for (2994ds/1376Mi)
% 0.89/0.96  % (4701)lrs-1002_3:2_sil=2000:sos=on:fd=off:nwc=10.0:flr=on:i=117:nm=16:fsr=off:sup=off:ss=axioms:fs=off:bd=off:fde=none:erd=off_0 on theBenchmark for (2994ds/117Mi)
% 0.89/0.96  % (4702)ott+1011_47:51_anc=all_dependent:slsqr=853,231:sil=4000:sp=reverse_frequency:foolp=on:spb=non_intro:abs=on:s2agt=50:slsqc=1:slsq=on:st=4.0:i=59:s2at=1.5:sd=7:kws=inv_frequency:afp=2000:nm=14:ins=2:afq=1.2:uhcvi=on:afr=on:gsp=on:ss=axioms:sgt=100:rawr=on:tgt=ground:awrs=converge:awrsf=390:bs=unit_only:add=off:flr=on:plsq=on:plsqc=1:plsqr=6705511,1048576:bd=preordered:newcnf=on:nwc=5.0_0 on theBenchmark for (2994ds/59Mi)
% 0.89/0.96  % (4699)Refutation not found, incomplete strategy% (4699)------------------------------
% 0.89/0.96  % (4699)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.96  % (4699)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.96  
% 0.89/0.96  % (4699)Memory used [KB]: 1078
% 0.89/0.96  % (4699)Time elapsed: 0.004 s
% 0.89/0.96  % (4699)Instructions burned: 4 (million)
% 0.89/0.96  % (4701)Refutation not found, incomplete strategy% (4701)------------------------------
% 0.89/0.96  % (4701)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.96  % (4701)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.96  
% 0.89/0.96  % (4701)Memory used [KB]: 983
% 0.89/0.96  % (4701)Time elapsed: 0.002 s
% 0.89/0.96  % (4701)Instructions burned: 2 (million)
% 0.89/0.96  % (4700)Refutation not found, incomplete strategy% (4700)------------------------------
% 0.89/0.96  % (4700)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.96  % (4700)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.96  % (4699)------------------------------
% 0.89/0.96  % (4699)------------------------------
% 0.89/0.96  
% 0.89/0.96  % (4700)Memory used [KB]: 1004
% 0.89/0.96  % (4700)Time elapsed: 0.027 s
% 0.89/0.96  % (4700)Instructions burned: 3 (million)
% 0.89/0.96  % (4701)------------------------------
% 0.89/0.96  % (4701)------------------------------
% 0.89/0.96  % (4702)Refutation not found, incomplete strategy% (4702)------------------------------
% 0.89/0.96  % (4702)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.96  % (4700)------------------------------
% 0.89/0.96  % (4700)------------------------------
% 0.89/0.96  % (4703)lrs+1002_1:1_sfv=off:drc=encompass:sil=2000:fde=unused:sp=frequency:nwc=10.0:flr=on:st=1.5:i=151:bd=off:nm=0:ins=4:fsr=off:fsd=on:ss=axioms:s2a=on:s2agt=32:to=lpo:aac=none:sims=off_0 on theBenchmark for (2994ds/151Mi)
% 0.89/0.96  % (4702)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.96  
% 0.89/0.96  % (4702)Memory used [KB]: 985
% 0.89/0.96  % (4702)Time elapsed: 0.002 s
% 0.89/0.96  % (4702)Instructions burned: 2 (million)
% 0.89/0.96  % (4704)lrs+11_1:1_sos=on:urr=on:s2a=on:i=260:sd=1:aac=none:ss=axioms:gsp=on:sil=128000:nm=3:bce=on:fd=preordered:alpa=true:etr=on:bd=off:lcm=predicate_0 on theBenchmark for (2994ds/260Mi)
% 0.89/0.96  % (4702)------------------------------
% 0.89/0.96  % (4702)------------------------------
% 0.89/0.96  % (4703)Refutation not found, incomplete strategy% (4703)------------------------------
% 0.89/0.96  % (4703)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.96  % (4703)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.96  
% 0.89/0.96  % (4703)Memory used [KB]: 984
% 0.89/0.96  % (4703)Time elapsed: 0.002 s
% 0.89/0.96  % (4703)Instructions burned: 2 (million)
% 0.89/0.96  % (4705)dis+1010_1:1_drc=off:sil=32000:rp=on:cond=fast:i=1797:av=off:newcnf=on:bd=off:sfv=off:plsq=on:plsqr=1,32:erd=off_0 on theBenchmark for (2994ds/1797Mi)
% 0.89/0.96  % (4703)------------------------------
% 0.89/0.96  % (4703)------------------------------
% 0.89/0.96  % (4704)Refutation not found, incomplete strategy% (4704)------------------------------
% 0.89/0.96  % (4704)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.96  % (4704)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.96  
% 0.89/0.96  % (4704)Memory used [KB]: 984
% 0.89/0.96  % (4704)Time elapsed: 0.002 s
% 0.89/0.96  % (4704)Instructions burned: 2 (million)
% 0.89/0.96  % (4704)------------------------------
% 0.89/0.96  % (4704)------------------------------
% 0.89/0.96  % (4705)Refutation not found, incomplete strategy% (4705)------------------------------
% 0.89/0.96  % (4705)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.96  % (4705)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.96  
% 0.89/0.96  % (4705)Memory used [KB]: 1001
% 0.89/0.96  % (4705)Time elapsed: 0.026 s
% 0.89/0.96  % (4705)Instructions burned: 2 (million)
% 0.89/0.96  % (4705)------------------------------
% 0.89/0.96  % (4705)------------------------------
% 0.89/0.96  % (4706)lrs-1010_1:8_sil=2000:spb=intro:acc=on:rp=on:i=200:sd=1:bd=off:uhcvi=on:ss=axioms:sgt=32:rawr=on:erd=off:alpa=true:anc=none:afp=2000_0 on theBenchmark for (2994ds/200Mi)
% 0.89/0.96  % (4707)lrs+1002_1:8_sil=4000:sos=on:nicw=on:st=2.5:i=356:ss=included:sd=7:ep=RS:erd=off_0 on theBenchmark for (2994ds/356Mi)
% 0.89/0.96  % (4708)lrs+1011_1:4_bsr=unit_only:to=lpo:sil=2000:plsqc=4:plsq=on:sp=occurrence:plsql=on:alpa=false:i=75:afp=10:afq=2.0:ss=axioms:rawr=on:fd=off_0 on theBenchmark for (2994ds/75Mi)
% 0.89/0.96  % (4709)dis+1011_13623:1048576_drc=off:sil=2000:fde=unused:bsd=on:sp=const_min:br=off:fd=preordered:gs=on:nwc=17.1261:gsem=off:i=578:kws=inv_frequency:nm=4:rawr=on:bd=off:fsr=off:bsdmm=1:av=off_0 on theBenchmark for (2994ds/578Mi)
% 0.89/0.96  % (4706)Refutation not found, incomplete strategy% (4706)------------------------------
% 0.89/0.96  % (4706)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.96  % (4706)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.96  
% 0.89/0.96  % (4706)Memory used [KB]: 984
% 0.89/0.96  % (4706)Time elapsed: 0.002 s
% 0.89/0.96  % (4706)Instructions burned: 2 (million)
% 0.89/0.96  % (4707)Refutation not found, incomplete strategy% (4707)------------------------------
% 0.89/0.96  % (4707)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.96  % (4707)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.96  
% 0.89/0.96  % (4707)Memory used [KB]: 983
% 0.89/0.96  % (4707)Time elapsed: 0.002 s
% 0.89/0.96  % (4707)Instructions burned: 2 (million)
% 0.89/0.96  % (4710)ott-1011_3:2_to=lpo:drc=off:sil=2000:sims=off:sos=on:lma=on:spb=goal_then_units:lcm=predicate:fd=preordered:rp=on:newcnf=on:avsq=on:i=251:ins=1:fsr=off:avsqc=4:aac=none:plsq=on:plsqc=1:plsqr=32,1:fs=off_0 on theBenchmark for (2994ds/251Mi)
% 0.89/0.96  % (4706)------------------------------
% 0.89/0.96  % (4706)------------------------------
% 0.89/0.96  % (4708)Refutation not found, incomplete strategy% (4708)------------------------------
% 0.89/0.96  % (4708)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.96  % (4708)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.97  
% 0.89/0.97  % (4708)Memory used [KB]: 983
% 0.89/0.97  % (4708)Time elapsed: 0.002 s
% 0.89/0.97  % (4708)Instructions burned: 2 (million)
% 0.89/0.97  % (4707)------------------------------
% 0.89/0.97  % (4707)------------------------------
% 0.89/0.97  % (4711)dis+1010_1:1_sil=2000:tgt=full:rp=on:gs=on:nwc=5.0:i=93:abs=on:sos=on_0 on theBenchmark for (2994ds/93Mi)
% 0.89/0.97  % (4708)------------------------------
% 0.89/0.97  % (4708)------------------------------
% 0.89/0.97  % (4709)Refutation not found, incomplete strategy% (4709)------------------------------
% 0.89/0.97  % (4709)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.97  % (4709)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.97  
% 0.89/0.97  % (4709)Memory used [KB]: 988
% 0.89/0.97  % (4709)Time elapsed: 0.003 s
% 0.89/0.97  % (4709)Instructions burned: 2 (million)
% 0.89/0.97  % (4709)------------------------------
% 0.89/0.97  % (4709)------------------------------
% 0.89/0.97  % (4710)Refutation not found, incomplete strategy% (4710)------------------------------
% 0.89/0.97  % (4710)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.97  % (4710)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.97  
% 0.89/0.97  % (4710)Memory used [KB]: 991
% 0.89/0.97  % (4710)Time elapsed: 0.003 s
% 0.89/0.97  % (4710)Instructions burned: 2 (million)
% 0.89/0.97  % (4712)lrs+1010_1:8_sil=4000:sos=on:urr=on:rnwc=on:nwc=10.0:i=37:sup=off:kws=frequency_0 on theBenchmark for (2994ds/37Mi)
% 0.89/0.97  % (4710)------------------------------
% 0.89/0.97  % (4710)------------------------------
% 0.89/0.97  % (4711)Refutation not found, incomplete strategy% (4711)------------------------------
% 0.89/0.97  % (4711)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.97  % (4711)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.97  
% 0.89/0.97  % (4711)Memory used [KB]: 987
% 0.89/0.97  % (4711)Time elapsed: 0.003 s
% 0.89/0.97  % (4711)Instructions burned: 2 (million)
% 0.89/0.97  % (4711)------------------------------
% 0.89/0.97  % (4711)------------------------------
% 0.89/0.97  % (4712)Refutation not found, incomplete strategy% (4712)------------------------------
% 0.89/0.97  % (4712)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.97  % (4712)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.97  
% 0.89/0.97  % (4712)Memory used [KB]: 985
% 0.89/0.97  % (4712)Time elapsed: 0.003 s
% 0.89/0.97  % (4712)Instructions burned: 2 (million)
% 0.89/0.97  % (4712)------------------------------
% 0.89/0.97  % (4712)------------------------------
% 0.89/0.97  % (4713)lrs+1010_1:1_sil=2000:sos=all:kmz=on:cond=fast:i=132:kws=inv_frequency:av=off:gsp=on:rawr=on:s2a=on:s2at=2.0_0 on theBenchmark for (2994ds/132Mi)
% 0.89/0.97  % (4714)dis+1011_1:1024_drc=off:sil=2000:urr=ec_only:br=off:sac=on:i=209:fsr=off_0 on theBenchmark for (2994ds/209Mi)
% 0.89/0.97  % (4715)lrs+11_7:12_sil=2000:sp=occurrence:sos=on:erd=off:lcm=reverse:gs=on:st=5.0:i=100:awrs=converge:bd=off:ss=axioms:fs=off:fsr=off:rawr=on_0 on theBenchmark for (2994ds/100Mi)
% 0.89/0.97  % (4713)Refutation not found, incomplete strategy% (4713)------------------------------
% 0.89/0.97  % (4713)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.97  % (4713)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.97  
% 0.89/0.97  % (4713)Memory used [KB]: 985
% 0.89/0.97  % (4713)Time elapsed: 0.002 s
% 0.89/0.97  % (4713)Instructions burned: 2 (million)
% 0.89/0.97  % (4716)dis+10_1:1_sil=2000:nwc=5.0:s2agt=32:s2a=on:i=54:nm=4:alpa=true_0 on theBenchmark for (2994ds/54Mi)
% 0.89/0.97  % (4713)------------------------------
% 0.89/0.97  % (4713)------------------------------
% 0.89/0.97  % (4714)Refutation not found, incomplete strategy% (4714)------------------------------
% 0.89/0.97  % (4714)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.97  % (4714)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.97  
% 0.89/0.97  % (4714)Memory used [KB]: 986
% 0.89/0.97  % (4714)Time elapsed: 0.003 s
% 0.89/0.97  % (4714)Instructions burned: 2 (million)
% 0.89/0.97  % (4715)Refutation not found, incomplete strategy% (4715)------------------------------
% 0.89/0.97  % (4715)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.97  % (4717)lrs-1011_1:1_to=lpo:drc=off:sil=2000:sp=const_min:sos=on:lsd=10:sac=on:i=62:br=off:newcnf=on_0 on theBenchmark for (2994ds/62Mi)
% 0.89/0.97  % (4715)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.97  
% 0.89/0.97  % (4715)Memory used [KB]: 983
% 0.89/0.97  % (4715)Time elapsed: 0.003 s
% 0.89/0.97  % (4715)Instructions burned: 2 (million)
% 0.89/0.97  % (4714)------------------------------
% 0.89/0.97  % (4714)------------------------------
% 0.89/0.97  % (4715)------------------------------
% 0.89/0.97  % (4715)------------------------------
% 0.89/0.97  % (4718)lrs+10_8:1_to=lpo:drc=encompass:sil=4000:sos=on:urr=on:newcnf=on:i=2265:sd=2:nm=2:ss=axioms:sgt=32:sup=off:bd=off_0 on theBenchmark for (2994ds/2265Mi)
% 0.89/0.97  % (4717)Refutation not found, incomplete strategy% (4717)------------------------------
% 0.89/0.97  % (4717)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.97  % (4717)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.97  
% 0.89/0.97  % (4717)Memory used [KB]: 985
% 0.89/0.97  % (4717)Time elapsed: 0.003 s
% 0.89/0.97  % (4717)Instructions burned: 2 (million)
% 0.89/0.97  % (4718)Refutation not found, incomplete strategy% (4718)------------------------------
% 0.89/0.97  % (4718)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.97  % (4718)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.97  
% 0.89/0.97  % (4718)Memory used [KB]: 983
% 0.89/0.97  % (4718)Time elapsed: 0.002 s
% 0.89/0.97  % (4717)------------------------------
% 0.89/0.97  % (4717)------------------------------
% 0.89/0.97  % (4718)Instructions burned: 2 (million)
% 0.89/0.97  % (4716)First to succeed.
% 0.89/0.97  % (4719)lrs+1011_1:128_sil=2000:lsd=10:newcnf=on:i=91:bd=off:fsd=on:ss=axioms:plsq=on:plsqr=9200103,131072:sd=1:lma=on_0 on theBenchmark for (2994ds/91Mi)
% 0.89/0.97  % (4718)------------------------------
% 0.89/0.97  % (4718)------------------------------
% 0.89/0.97  % (4716)Solution written to "/export/starexec/sandbox/tmp/vampire-proof-4638"
% 0.89/0.97  % (4719)Refutation not found, incomplete strategy% (4719)------------------------------
% 0.89/0.97  % (4719)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.97  % (4719)Termination reason: Refutation not found, incomplete strategy
% 0.89/0.97  
% 0.89/0.97  % SZS status Satisfiable for theBenchmark
% 0.89/0.97  % (4716)# SZS output start Saturation.
% See solution above
% 0.89/0.97  % (4716)------------------------------
% 0.89/0.97  % (4716)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.89/0.97  % (4716)Termination reason: Satisfiable
% 0.89/0.97  
% 0.89/0.97  % (4716)Memory used [KB]: 1013
% 0.89/0.97  % (4716)Time elapsed: 0.004 s
% 0.89/0.97  % (4716)Instructions burned: 3 (million)
% 0.89/0.97  % (4638)Success in time 0.592 s
% 0.89/0.97  % Vampire---4.8 exiting
%------------------------------------------------------------------------------