TSTP Solution File: RNG004-3 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : RNG004-3 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n025.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 : Thu Aug 31 13:53:33 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,U,V)
    | ~ product(X,W,X2006)
    | ~ sum(W,U,Y)
    | sum(X2006,V,Z) ),
    inference(cnf_transformation,[],[distributivity1]) ).

cnf('2',plain,
    ( ~ product(X,Y,Z)
    | product(X,U,Z)
    | ~ equalish(Y,U) ),
    inference(cnf_transformation,[],[product_substitution2]) ).

cnf('3',plain,
    product(X,additive_identity,additive_identity),
    inference(cnf_transformation,[],[multiplicative_identity2]) ).

cnf('4',plain,
    ( product(X,Y,additive_identity)
    | ~ equalish(additive_identity,Y) ),
    inference(resolution,[],['2','3']) ).

cnf('5',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,Y,U)
    | equalish(U,Z) ),
    inference(cnf_transformation,[],[multiplication_is_well_defined]) ).

cnf('6',plain,
    product(X,Y,multiply(X,Y)),
    inference(cnf_transformation,[],[closure_of_multiplication]) ).

cnf('7',plain,
    ( equalish(X,multiply(Y,Z))
    | ~ product(Y,Z,X) ),
    inference(resolution,[],['5','6']) ).

cnf('8',plain,
    product(X,additive_identity,additive_identity),
    inference(cnf_transformation,[],[multiplicative_identity2]) ).

cnf('9',plain,
    equalish(additive_identity,multiply(X,additive_identity)),
    inference(resolution,[],['7','8']) ).

cnf('10',plain,
    product(X,multiply(Y,additive_identity),additive_identity),
    inference(resolution,[],['4','9']) ).

cnf('11',plain,
    ( ~ sum(X,Y,multiply(Z,additive_identity))
    | ~ product(U,X,V)
    | ~ product(U,Y,W)
    | sum(V,W,additive_identity) ),
    inference(resolution,[],['1','10']) ).

cnf('12',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Z,V)
    | ~ product(U,X,W)
    | product(W,Y,V) ),
    inference(cnf_transformation,[],[associativity_of_multiplication2]) ).

cnf('13',plain,
    ( ~ product(X,multiply(Y,Z),U)
    | ~ product(X,Y,V)
    | product(V,Z,U) ),
    inference(resolution,[],['12','6']) ).

cnf('14',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Y,V)
    | ~ product(W,U,X)
    | product(W,V,Z) ),
    inference(cnf_transformation,[],[associativity_of_multiplication1]) ).

cnf('15',plain,
    ( product(X,Y,multiply(Z,U))
    | ~ product(X,V,Z)
    | ~ product(V,U,Y) ),
    inference(resolution,[],['14','6']) ).

cnf('16',plain,
    ( product(X,Y,multiply(multiply(X,Z),U))
    | ~ product(Z,U,Y) ),
    inference(resolution,[],['15','6']) ).

cnf('17',plain,
    product(X,multiply(Y,Z),multiply(multiply(X,Y),Z)),
    inference(resolution,[],['16','6']) ).

cnf('18',plain,
    ( product(X,Y,multiply(multiply(Z,U),Y))
    | ~ product(Z,U,X) ),
    inference(resolution,[],['13','17']) ).

cnf('19',plain,
    product(a,b,c),
    inference(cnf_transformation,[],[a_times_b]) ).

cnf('20',plain,
    ( ~ product(X,c,Y)
    | ~ product(X,a,Z)
    | product(Z,b,Y) ),
    inference(resolution,[],['12','19']) ).

cnf('21',plain,
    product(additive_identity,X,additive_identity),
    inference(cnf_transformation,[],[multiplicative_identity1]) ).

cnf('22',plain,
    equalish(additive_identity,multiply(additive_identity,X)),
    inference(resolution,[],['7','21']) ).

cnf('23',plain,
    ( ~ equalish(X,Y)
    | equalish(Y,X) ),
    inference(cnf_transformation,[],[symmetry]) ).

cnf('24',plain,
    equalish(multiply(additive_identity,X),additive_identity),
    inference(resolution,[],['22','23']) ).

cnf('25',plain,
    ( ~ product(X,Y,Z)
    | product(X,Y,U)
    | ~ equalish(Z,U) ),
    inference(cnf_transformation,[],[product_substitution3]) ).

cnf('26',plain,
    ( ~ equalish(multiply(X,Y),Z)
    | product(X,Y,Z) ),
    inference(resolution,[],['25','6']) ).

cnf('27',plain,
    product(additive_identity,X,additive_identity),
    inference(resolution,[],['24','26']) ).

cnf('28',plain,
    ( ~ product(additive_identity,a,X)
    | product(X,b,additive_identity) ),
    inference(resolution,[],['20','27']) ).

cnf('29',plain,
    product(additive_identity,b,additive_identity),
    inference(resolution,[],['28','27']) ).

cnf('30',plain,
    product(additive_identity,X,multiply(multiply(additive_identity,b),X)),
    inference(resolution,[],['18','29']) ).

cnf('31',plain,
    ( ~ product(additive_identity,X,Y)
    | equalish(Y,additive_identity) ),
    inference(resolution,[],['5','21']) ).

cnf('32',plain,
    equalish(multiply(multiply(additive_identity,b),X),additive_identity),
    inference(resolution,[],['30','31']) ).

cnf('33',plain,
    equalish(additive_identity,multiply(multiply(additive_identity,b),X)),
    inference(resolution,[],['32','23']) ).

cnf('34',plain,
    ( ~ sum(X,Y,Z)
    | sum(X,Y,U)
    | ~ equalish(Z,U) ),
    inference(cnf_transformation,[],[sum_substitution3]) ).

cnf('35',plain,
    sum(X,additive_inverse(X),additive_identity),
    inference(cnf_transformation,[],[right_inverse]) ).

cnf('36',plain,
    ( sum(X,additive_inverse(X),Y)
    | ~ equalish(additive_identity,Y) ),
    inference(resolution,[],['34','35']) ).

cnf('37',plain,
    sum(X,additive_inverse(X),multiply(multiply(additive_identity,b),Y)),
    inference(resolution,[],['33','36']) ).

cnf('38',plain,
    ( ~ product(X,additive_inverse(Y),Z)
    | ~ product(X,Y,U)
    | sum(U,Z,additive_identity) ),
    inference(resolution,[],['11','37']) ).

cnf('39',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(U,Y,V)
    | ~ sum(W,U,X)
    | sum(W,V,Z) ),
    inference(cnf_transformation,[],[associativity_of_addition1]) ).

cnf('40',plain,
    sum(additive_identity,X,X),
    inference(cnf_transformation,[],[additive_identity1]) ).

cnf('41',plain,
    ( ~ sum(X,Y,additive_identity)
    | ~ sum(Y,Z,U)
    | sum(X,U,Z) ),
    inference(resolution,[],['39','40']) ).

cnf('42',plain,
    ( ~ sum(additive_inverse(X),Y,Z)
    | sum(X,Z,Y) ),
    inference(resolution,[],['41','35']) ).

cnf('43',plain,
    ( ~ sum(X,Y,Z)
    | sum(Y,X,Z) ),
    inference(cnf_transformation,[],[commutativity_of_addition]) ).

cnf('44',plain,
    sum(X,Y,add(X,Y)),
    inference(cnf_transformation,[],[closure_of_addition]) ).

cnf('45',plain,
    sum(X,Y,add(Y,X)),
    inference(resolution,[],['43','44']) ).

cnf('46',plain,
    sum(X,add(Y,additive_inverse(X)),Y),
    inference(resolution,[],['42','45']) ).

cnf('47',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(X,Y,U)
    | equalish(U,Z) ),
    inference(cnf_transformation,[],[addition_is_well_defined]) ).

cnf('48',plain,
    ( equalish(X,add(Y,Z))
    | ~ sum(Z,Y,X) ),
    inference(resolution,[],['47','45']) ).

cnf('49',plain,
    equalish(additive_identity,add(additive_inverse(X),X)),
    inference(resolution,[],['48','35']) ).

cnf('50',plain,
    ( ~ sum(X,Y,Z)
    | sum(X,U,Z)
    | ~ equalish(Y,U) ),
    inference(cnf_transformation,[],[sum_substitution2]) ).

cnf('51',plain,
    sum(X,additive_identity,X),
    inference(cnf_transformation,[],[additive_identity2]) ).

cnf('52',plain,
    ( sum(X,Y,X)
    | ~ equalish(additive_identity,Y) ),
    inference(resolution,[],['50','51']) ).

cnf('53',plain,
    sum(X,add(additive_inverse(Y),Y),X),
    inference(resolution,[],['49','52']) ).

cnf('54',plain,
    ( ~ sum(X,add(additive_inverse(Y),Y),Z)
    | equalish(Z,X) ),
    inference(resolution,[],['53','47']) ).

cnf('55',plain,
    equalish(additive_inverse(additive_inverse(X)),X),
    inference(resolution,[],['46','54']) ).

cnf('56',plain,
    equalish(X,additive_inverse(additive_inverse(X))),
    inference(resolution,[],['55','23']) ).

cnf('57',plain,
    ( product(X,Y,multiply(X,Z))
    | ~ equalish(Z,Y) ),
    inference(resolution,[],['2','6']) ).

cnf('58',plain,
    product(X,additive_inverse(additive_inverse(Y)),multiply(X,Y)),
    inference(resolution,[],['56','57']) ).

cnf('59',plain,
    ( sum(X,multiply(Y,Z),additive_identity)
    | ~ product(Y,additive_inverse(Z),X) ),
    inference(resolution,[],['38','58']) ).

cnf('60',plain,
    sum(multiply(X,additive_inverse(Y)),multiply(X,Y),additive_identity),
    inference(resolution,[],['59','6']) ).

cnf('61',plain,
    ( sum(multiply(X,additive_inverse(Y)),Z,U)
    | ~ sum(multiply(X,Y),U,Z) ),
    inference(resolution,[],['60','41']) ).

cnf('62',plain,
    equalish(additive_identity,multiply(X,multiply(Y,additive_identity))),
    inference(resolution,[],['10','7']) ).

cnf('63',plain,
    ( ~ sum(X,Y,Z)
    | sum(U,Y,Z)
    | ~ equalish(X,U) ),
    inference(cnf_transformation,[],[sum_substitution1]) ).

cnf('64',plain,
    ( sum(X,Y,Y)
    | ~ equalish(additive_identity,X) ),
    inference(resolution,[],['63','40']) ).

cnf('65',plain,
    sum(multiply(X,multiply(Y,additive_identity)),Z,Z),
    inference(resolution,[],['62','64']) ).

cnf('66',plain,
    sum(multiply(X,additive_inverse(multiply(Y,additive_identity))),Z,Z),
    inference(resolution,[],['61','65']) ).

cnf('67',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(U,Z,V)
    | ~ sum(U,X,W)
    | sum(W,Y,V) ),
    inference(cnf_transformation,[],[associativity_of_addition2]) ).

cnf('68',plain,
    ( ~ sum(X,add(Y,Z),U)
    | ~ sum(X,Z,V)
    | sum(V,Y,U) ),
    inference(resolution,[],['67','45']) ).

cnf('69',plain,
    ( sum(X,additive_inverse(Y),Z)
    | ~ sum(Z,Y,X) ),
    inference(resolution,[],['68','53']) ).

cnf('70',plain,
    sum(X,additive_inverse(X),multiply(Y,additive_inverse(multiply(Z,additive_identity)))),
    inference(resolution,[],['66','69']) ).

cnf('71',plain,
    ( ~ product(X,Y,Z)
    | product(U,Y,Z)
    | ~ equalish(X,U) ),
    inference(cnf_transformation,[],[product_substitution1]) ).

cnf('72',plain,
    ( product(X,Y,additive_identity)
    | ~ equalish(additive_identity,X) ),
    inference(resolution,[],['71','21']) ).

cnf('73',plain,
    product(multiply(additive_identity,X),Y,additive_identity),
    inference(resolution,[],['72','22']) ).

cnf('74',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Y,V)
    | ~ product(W,Y,X2006)
    | ~ sum(W,U,X)
    | sum(X2006,V,Z) ),
    inference(cnf_transformation,[],[distributivity3]) ).

cnf('75',plain,
    ( ~ sum(X,Y,multiply(additive_identity,Z))
    | ~ product(X,U,V)
    | ~ product(Y,U,W)
    | sum(V,W,additive_identity) ),
    inference(resolution,[],['73','74']) ).

cnf('76',plain,
    ( ~ product(additive_inverse(X),Y,Z)
    | ~ product(X,Y,U)
    | sum(U,Z,additive_identity) ),
    inference(resolution,[],['70','75']) ).

cnf('77',plain,
    ( sum(X,multiply(additive_inverse(Y),Z),additive_identity)
    | ~ product(Y,Z,X) ),
    inference(resolution,[],['76','6']) ).

cnf('78',plain,
    sum(multiply(X,Y),multiply(additive_inverse(X),Y),additive_identity),
    inference(resolution,[],['77','6']) ).

cnf('79',plain,
    ( ~ sum(X,additive_identity,Y)
    | equalish(Y,X) ),
    inference(resolution,[],['47','51']) ).

cnf('80',plain,
    equalish(add(X,additive_identity),X),
    inference(resolution,[],['79','44']) ).

cnf('81',plain,
    ( sum(additive_identity,X,Y)
    | ~ equalish(X,Y) ),
    inference(resolution,[],['34','40']) ).

cnf('82',plain,
    sum(additive_identity,add(X,additive_identity),X),
    inference(resolution,[],['80','81']) ).

cnf('83',plain,
    ( ~ sum(X,add(Y,additive_identity),Z)
    | ~ sum(U,X,additive_identity)
    | sum(U,Z,Y) ),
    inference(resolution,[],['39','82']) ).

cnf('84',plain,
    equalish(X,add(X,additive_identity)),
    inference(resolution,[],['80','23']) ).

cnf('85',plain,
    ( sum(X,Y,add(X,Z))
    | ~ equalish(Z,Y) ),
    inference(resolution,[],['50','44']) ).

cnf('86',plain,
    sum(X,add(Y,additive_identity),add(X,Y)),
    inference(resolution,[],['84','85']) ).

cnf('87',plain,
    ( sum(X,add(Y,Z),Z)
    | ~ sum(X,Y,additive_identity) ),
    inference(resolution,[],['83','86']) ).

cnf('88',plain,
    sum(multiply(X,Y),add(multiply(additive_inverse(X),Y),Z),Z),
    inference(resolution,[],['78','87']) ).

cnf('89',plain,
    sum(additive_inverse(X),X,additive_identity),
    inference(cnf_transformation,[],[left_inverse]) ).

cnf('90',plain,
    equalish(additive_identity,add(X,additive_inverse(X))),
    inference(resolution,[],['48','89']) ).

cnf('91',plain,
    sum(X,add(Y,additive_inverse(Y)),X),
    inference(resolution,[],['90','52']) ).

cnf('92',plain,
    ( ~ sum(X,add(Y,additive_inverse(Y)),Z)
    | equalish(Z,X) ),
    inference(resolution,[],['91','47']) ).

cnf('93',plain,
    equalish(additive_inverse(multiply(additive_inverse(X),Y)),multiply(X,Y)),
    inference(resolution,[],['88','92']) ).

cnf('94',plain,
    sum(multiply(X,Y),multiply(X,additive_inverse(Y)),additive_identity),
    inference(resolution,[],['59','58']) ).

cnf('95',plain,
    sum(multiply(X,Y),add(multiply(X,additive_inverse(Y)),Z),Z),
    inference(resolution,[],['94','87']) ).

cnf('96',plain,
    ( ~ sum(X,add(Y,additive_inverse(X)),Z)
    | equalish(Z,Y) ),
    inference(resolution,[],['46','47']) ).

cnf('97',plain,
    equalish(additive_inverse(multiply(X,Y)),multiply(X,additive_inverse(Y))),
    inference(resolution,[],['95','96']) ).

cnf('98',plain,
    equalish(multiply(X,additive_inverse(Y)),additive_inverse(multiply(X,Y))),
    inference(resolution,[],['97','23']) ).

cnf('99',plain,
    product(X,additive_inverse(Y),additive_inverse(multiply(X,Y))),
    inference(resolution,[],['98','26']) ).

cnf('100',plain,
    ( ~ equalish(additive_inverse(multiply(X,Y)),Z)
    | product(X,additive_inverse(Y),Z) ),
    inference(resolution,[],['99','25']) ).

cnf('101',plain,
    product(additive_inverse(X),additive_inverse(Y),multiply(X,Y)),
    inference(resolution,[],['93','100']) ).

cnf('102',plain,
    product(additive_inverse(a),additive_inverse(b),d),
    inference(cnf_transformation,[],[a_inverse_times_b_inverse]) ).

cnf('103',plain,
    ( ~ product(additive_inverse(a),additive_inverse(b),X)
    | equalish(X,d) ),
    inference(resolution,[],['5','102']) ).

cnf('104',plain,
    equalish(multiply(a,b),d),
    inference(resolution,[],['101','103']) ).

cnf('105',plain,
    product(a,b,d),
    inference(resolution,[],['104','26']) ).

cnf('106',plain,
    ( ~ product(a,b,X)
    | equalish(X,c) ),
    inference(resolution,[],['5','19']) ).

cnf('107',plain,
    equalish(d,c),
    inference(resolution,[],['105','106']) ).

cnf('108',plain,
    ~ equalish(c,d),
    inference(cnf_transformation,[],[prove_c_equals_d]) ).

cnf('109',plain,
    $false,
    inference(resolution,[then_simplify],['107','23','108']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : RNG004-3 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.14/0.34  % Computer : n025.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Sun Aug 27 02:46:38 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.21/0.40  
% 0.21/0.40  input clause set summed statistics:
% 0.21/0.40  ----------------------------------
% 0.21/0.40  in_clause_count:                    34
% 0.21/0.40  in_rule_clause_count:               28
% 0.21/0.40  in_fact_clause_count:                6
% 0.21/0.40  in_answer_clause_count:              0
% 0.21/0.40  in_ground_clause_count:              3
% 0.21/0.40  in_unit_clause_count:               12
% 0.21/0.40  in_horn_clause_count:               34
% 0.21/0.40  in_pos_clause_count:                11
% 0.21/0.40  in_neg_clause_count:                 1
% 0.21/0.40  in_poseq_clause_count:               0
% 0.21/0.40  in_negeq_clause_count:               0
% 0.21/0.40  in_unitposeq_clause_count:           0
% 0.21/0.40  in_chain_clause_count:               0
% 0.21/0.40  in_min_length:             1
% 0.21/0.40  in_max_length:             5
% 0.21/0.40  in_min_depth:              1
% 0.21/0.40  in_max_depth:              2
% 0.21/0.40  in_min_size:               3
% 0.21/0.40  in_max_size:              20
% 0.21/0.40  in_min_vars:               0
% 0.21/0.40  in_max_vars:               7
% 0.21/0.40  in_extaxiom_count:                 0
% 0.21/0.40  in_axiom_count:                   31
% 0.21/0.40  in_assumption_count:               2
% 0.21/0.40  in_goal_count:                     1
% 0.21/0.40  in_neg_goal_count:                 1
% 0.21/0.40  in_pos_goal_count:                 0
% 0.21/0.40  in_posunit_goal_count:             0
% 0.21/0.40  
% 0.21/0.40  auto guide:
% 0.21/0.40  -----------
% 0.21/0.40  {
% 0.21/0.40  "print":1,
% 0.21/0.40  "print_level": 15,
% 0.21/0.40  "max_size": 0,
% 0.21/0.40  "max_depth": 0,
% 0.21/0.40  "max_length": 0,
% 0.21/0.40  "max_dseconds": 0,
% 0.21/0.40  "equality":0,
% 0.21/0.40  "runs":[
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.40  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.40  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.40  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.21/0.40  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":250},
% 0.21/0.40  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.21/0.40  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1250},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.21/0.40  
% 0.21/0.40  ]}
% 0.21/0.40  
% 0.21/0.40  
% 0.21/0.40  **** run 1 fork 0 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 2 fork 1 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 3 fork 2 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 4 fork 3 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 5 fork 4 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.21/0.40  
% 0.21/0.40  **** run 6 fork 5 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 7 fork 6 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.21/0.40  
% 0.21/0.40  **** run 8 fork 7 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.21/0.44  
% 0.21/0.44  fork 1: search finished without proof.
% 0.21/0.46  
% 0.21/0.46  **** run 10 fork 1 starts with strategy
% 0.21/0.46  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.21/0.53  
% 0.21/0.53  fork 3: search finished without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 0: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 2: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 4: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 5: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 6: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 7: search terminated without proof.
% 0.21/0.55  
% 0.21/0.55  **** run 12 fork 3 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.21/0.56  
% 0.21/0.56  **** run 14 fork 5 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.56  
% 0.21/0.56  **** run 16 fork 7 starts with strategy
% 0.21/0.56  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.21/0.56  
% 0.21/0.56  **** run 13 fork 4 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.56  
% 0.21/0.56  **** run 9 fork 0 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.21/0.56  
% 0.21/0.56  **** run 11 fork 2 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.56  
% 0.21/0.56  **** run 15 fork 6 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.21/0.59  
% 0.21/0.59  
% 0.21/0.59  fork 1: search terminated without proof.
% 0.21/0.60  
% 0.21/0.60  **** run 18 fork 1 starts with strategy
% 0.21/0.61  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 3: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 5: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 4: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 7: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 0: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 6: search terminated without proof.
% 0.21/0.70  
% 0.21/0.70  **** run 20 fork 3 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.21/0.70  
% 0.21/0.70  **** run 22 fork 5 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.21/0.70  
% 0.21/0.70  **** run 24 fork 7 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.21/0.70  
% 0.21/0.70  
% 0.21/0.70  fork 2: search terminated without proof.
% 0.21/0.70  
% 0.21/0.70  **** run 21 fork 4 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.21/0.70  
% 0.21/0.70  **** run 23 fork 6 starts with strategy
% 0.21/0.70  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 0.21/0.72  
% 0.21/0.72  **** run 17 fork 0 starts with strategy
% 0.21/0.72  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":1}
% 0.21/0.72  
% 0.21/0.72  **** run 19 fork 2 starts with strategy
% 0.21/0.72  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.21/0.79  
% 0.21/0.79  
% 0.21/0.79  fork 1: search terminated without proof.
% 3.11/0.81  
% 3.11/0.81  **** run 26 fork 1 starts with strategy
% 3.11/0.81  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 3.11/0.82  
% 3.11/0.82  
% 3.11/0.82  fork 4: search terminated without proof.
% 3.11/0.83  
% 3.11/0.83  
% 3.11/0.83  fork 7: search terminated without proof.
% 3.11/0.84  
% 3.11/0.84  
% 3.11/0.84  fork 3: search terminated without proof.
% 3.11/0.84  
% 3.11/0.84  **** run 29 fork 4 starts with strategy
% 3.11/0.84  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 3.11/0.84  
% 3.11/0.84  
% 3.11/0.84  fork 6: search terminated without proof.
% 3.11/0.85  
% 3.11/0.85  fork 5: search finished without proof.
% 3.11/0.85  
% 3.11/0.85  
% 3.11/0.85  fork 2: search terminated without proof.
% 3.11/0.85  
% 3.11/0.85  **** run 32 fork 7 starts with strategy
% 3.11/0.85  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 3.11/0.86  
% 3.11/0.86  **** run 28 fork 3 starts with strategy
% 3.11/0.86  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.11/0.86  
% 3.11/0.86  **** run 31 fork 6 starts with strategy
% 3.11/0.86  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 3.11/0.87  
% 3.11/0.87  **** run 30 fork 5 starts with strategy
% 3.11/0.87  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 3.82/0.87  
% 3.82/0.87  
% 3.82/0.87  fork 0: search terminated without proof.
% 3.82/0.87  
% 3.82/0.87  **** run 27 fork 2 starts with strategy
% 3.82/0.87  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 3.82/0.89  
% 3.82/0.89  **** run 25 fork 0 starts with strategy
% 3.82/0.89  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 4.14/0.93  
% 4.14/0.93  
% 4.14/0.93  fork 1: search terminated without proof.
% 4.36/0.95  
% 4.36/0.95  **** run 34 fork 1 starts with strategy
% 4.36/0.95  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.36/0.96  
% 4.36/0.96  
% 4.36/0.96  fork 4: search terminated without proof.
% 4.36/0.97  
% 4.36/0.97  **** run 37 fork 4 starts with strategy
% 4.36/0.97  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 4.36/0.98  
% 4.36/0.98  fork 7: search finished without proof.
% 4.36/0.98  
% 4.36/0.98  
% 4.36/0.98  fork 3: search terminated without proof.
% 4.36/0.98  
% 4.36/0.98  
% 4.36/0.98  fork 6: search terminated without proof.
% 4.36/0.99  
% 4.36/0.99  
% 4.36/0.99  fork 5: search terminated without proof.
% 4.36/0.99  
% 4.36/0.99  **** run 40 fork 7 starts with strategy
% 4.36/0.99  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 4.36/1.00  
% 4.36/1.00  **** run 39 fork 6 starts with strategy
% 4.36/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 4.36/1.00  
% 4.36/1.00  **** run 36 fork 3 starts with strategy
% 4.36/1.00  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 4.36/1.01  
% 4.36/1.01  
% 4.36/1.01  fork 2: search terminated without proof.
% 4.36/1.01  
% 4.36/1.01  **** run 38 fork 5 starts with strategy
% 4.36/1.01  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 4.36/1.01  
% 4.36/1.01  
% 4.36/1.01  fork 0: search terminated without proof.
% 5.02/1.03  
% 5.02/1.03  **** run 35 fork 2 starts with strategy
% 5.02/1.03  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.02/1.03  
% 5.02/1.03  fork 5: search finished without proof.
% 5.02/1.04  
% 5.02/1.04  **** run 33 fork 0 starts with strategy
% 5.02/1.04  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.02/1.05  
% 5.02/1.05  **** run 46 fork 5 starts with strategy
% 5.02/1.05  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 5.02/1.07  
% 5.02/1.07  
% 5.02/1.07  fork 1: search terminated without proof.
% 5.49/1.09  
% 5.49/1.09  **** run 42 fork 1 starts with strategy
% 5.49/1.09  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.49/1.11  
% 5.49/1.11  
% 5.49/1.11  fork 4: search terminated without proof.
% 5.49/1.11  
% 5.49/1.11  
% 5.49/1.11  fork 6: search terminated without proof.
% 5.49/1.12  
% 5.49/1.12  
% 5.49/1.12  fork 3: search terminated without proof.
% 5.49/1.12  
% 5.49/1.12  **** run 45 fork 4 starts with strategy
% 5.49/1.12  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 5.49/1.13  
% 5.49/1.13  **** run 47 fork 6 starts with strategy
% 5.49/1.13  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.49/1.14  
% 5.49/1.14  **** run 44 fork 3 starts with strategy
% 5.49/1.14  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.49/1.15  
% 5.49/1.15  
% 5.49/1.15  fork 2: search terminated without proof.
% 6.11/1.16  
% 6.11/1.16  
% 6.11/1.16  fork 0: search terminated without proof.
% 6.24/1.17  
% 6.24/1.17  **** run 43 fork 2 starts with strategy
% 6.24/1.17  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 6.24/1.18  
% 6.24/1.18  **** run 41 fork 0 starts with strategy
% 6.24/1.18  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 6.24/1.21  
% 6.24/1.21  fork 0: search finished without proof.
% 6.56/1.22  
% 6.56/1.22  **** run 49 fork 0 starts with strategy
% 6.56/1.22  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 12.05/2.02  
% 12.05/2.02  
% 12.05/2.02  fork 7: search terminated without proof.
% 12.05/2.04  
% 12.05/2.04  **** run 48 fork 7 starts with strategy
% 12.05/2.04  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 12.05/2.09  
% 12.05/2.09  fork 5: search finished without proof.
% 12.05/2.12  
% 12.05/2.12  **** run 54 fork 5 starts with strategy
% 12.05/2.12  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 13.50/2.13  
% 13.50/2.13  
% 13.50/2.13  fork 1: search terminated without proof.
% 13.50/2.15  
% 13.50/2.15  
% 13.50/2.15  fork 4: search terminated without proof.
% 13.50/2.16  
% 13.50/2.16  **** run 50 fork 1 starts with strategy
% 13.50/2.16  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 13.50/2.17  
% 13.50/2.17  
% 13.50/2.17  fork 3: search terminated without proof.
% 13.50/2.17  
% 13.50/2.17  **** run 53 fork 4 starts with strategy
% 13.50/2.17  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 13.50/2.18  
% 13.50/2.18  
% 13.50/2.18  fork 6: search terminated without proof.
% 13.50/2.19  
% 13.50/2.19  **** run 52 fork 3 starts with strategy
% 13.50/2.19  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 13.50/2.20  
% 13.50/2.20  **** run 55 fork 6 starts with strategy
% 13.50/2.20  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 14.27/2.22  
% 14.27/2.22  fork 2: search finished without proof.
% 14.27/2.24  
% 14.27/2.24  **** run 51 fork 2 starts with strategy
% 14.27/2.24  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 15.04/2.34  
% 15.04/2.34  
% 15.04/2.34  fork 0: search terminated without proof.
% 15.04/2.36  
% 15.04/2.36  **** run 57 fork 0 starts with strategy
% 15.04/2.36  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 20.95/3.08  
% 20.95/3.08  
% 20.95/3.08  fork 7: search terminated without proof.
% 20.95/3.10  
% 20.95/3.10  **** run 56 fork 7 starts with strategy
% 20.95/3.10  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":10}
% 20.95/3.14  
% 20.95/3.14  fork 5: search finished without proof.
% 21.68/3.16  
% 21.68/3.16  **** run 62 fork 5 starts with strategy
% 21.68/3.16  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 21.97/3.20  
% 21.97/3.20  
% 21.97/3.20  fork 1: search terminated without proof.
% 21.97/3.22  
% 21.97/3.22  
% 21.97/3.22  fork 3: search terminated without proof.
% 21.97/3.22  
% 21.97/3.22  **** run 58 fork 1 starts with strategy
% 21.97/3.22  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 21.97/3.22  
% 21.97/3.22  
% 21.97/3.22  fork 6: search terminated without proof.
% 21.97/3.22  
% 21.97/3.22  
% 21.97/3.22  fork 4: search terminated without proof.
% 22.30/3.24  
% 22.30/3.24  **** run 60 fork 3 starts with strategy
% 22.30/3.24  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 22.37/3.25  
% 22.37/3.25  **** run 63 fork 6 starts with strategy
% 22.37/3.25  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 22.37/3.25  
% 22.37/3.25  **** run 61 fork 4 starts with strategy
% 22.37/3.25  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 22.91/3.31  
% 22.91/3.31  
% 22.91/3.31  fork 2: search terminated without proof.
% 22.91/3.33  
% 22.91/3.33  **** run 59 fork 2 starts with strategy
% 22.91/3.33  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 23.33/3.38  
% 23.33/3.38  
% 23.33/3.38  fork 0: search terminated without proof.
% 23.33/3.40  
% 23.33/3.40  **** run 65 fork 0 starts with strategy
% 23.33/3.40  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 28.88/4.13  
% 28.88/4.13  
% 28.88/4.13  fork 7: search terminated without proof.
% 28.88/4.14  
% 28.88/4.14  **** run 64 fork 7 starts with strategy
% 28.88/4.14  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 28.88/4.20  
% 28.88/4.20  
% 28.88/4.20  fork 5: search terminated without proof.
% 28.88/4.24  
% 28.88/4.24  **** run 70 fork 5 starts with strategy
% 28.88/4.24  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 30.06/4.26  
% 30.06/4.26  
% 30.06/4.26  fork 3: search terminated without proof.
% 30.39/4.28  
% 30.39/4.28  fork 1: search finished without proof.
% 30.39/4.28  
% 30.39/4.28  **** run 68 fork 3 starts with strategy
% 30.39/4.28  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 30.39/4.30  
% 30.39/4.30  **** run 66 fork 1 starts with strategy
% 30.39/4.30  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 30.39/4.32  
% 30.39/4.32  
% 30.39/4.32  fork 4: search terminated without proof.
% 30.39/4.33  
% 30.39/4.33  
% 30.39/4.33  fork 6: search terminated without proof.
% 30.39/4.34  
% 30.39/4.34  **** run 69 fork 4 starts with strategy
% 30.39/4.34  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 30.97/4.36  
% 30.97/4.36  **** run 71 fork 6 starts with strategy
% 30.97/4.36  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 31.15/4.37  
% 31.15/4.37  
% 31.15/4.37  fork 2: search terminated without proof.
% 31.15/4.39  
% 31.15/4.39  **** run 67 fork 2 starts with strategy
% 31.15/4.39  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 31.15/4.42  
% 31.15/4.42  fork 0: search finished without proof.
% 31.58/4.44  
% 31.58/4.44  **** run 73 fork 0 starts with strategy
% 31.58/4.44  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 36.89/5.13  
% 36.89/5.13  fork 7: search finished without proof.
% 37.26/5.15  
% 37.26/5.15  **** run 72 fork 7 starts with strategy
% 37.26/5.15  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 38.01/5.24  
% 38.01/5.24  fork 5: search finished without proof.
% 38.01/5.26  
% 38.01/5.26  **** run 78 fork 5 starts with strategy
% 38.01/5.26  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 38.41/5.32  
% 38.41/5.32  
% 38.41/5.32  fork 1: search terminated without proof.
% 38.41/5.34  
% 38.41/5.34  
% 38.41/5.34  fork 3: search terminated without proof.
% 38.41/5.34  
% 38.41/5.34  **** run 74 fork 1 starts with strategy
% 38.41/5.34  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 38.88/5.36  
% 38.88/5.36  **** run 76 fork 3 starts with strategy
% 38.88/5.36  {"max_dseconds":10,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 38.88/5.38  
% 38.88/5.38  
% 38.88/5.38  fork 4: search terminated without proof.
% 38.88/5.39  
% 38.88/5.39  **** run 77 fork 4 starts with strategy
% 38.88/5.39  {"max_dseconds":10,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 38.88/5.42  
% 38.88/5.42  fork 6: search finished without proof.
% 38.88/5.43  
% 38.88/5.43  fork 4: search finished without proof.
% 38.88/5.44  
% 38.88/5.44  **** run 85 fork 4 starts with strategy
% 38.88/5.44  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 38.88/5.45  
% 38.88/5.45  
% 38.88/5.45  fork 2: search terminated without proof.
% 38.88/5.45  
% 38.88/5.45  **** run 79 fork 6 starts with strategy
% 38.88/5.45  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 38.88/5.47  
% 38.88/5.47  **** run 75 fork 2 starts with strategy
% 38.88/5.47  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":3}
% 38.88/5.49  
% 38.88/5.49  
% 38.88/5.49  fork 0: search terminated without proof.
% 38.88/5.51  
% 38.88/5.51  **** run 81 fork 0 starts with strategy
% 38.88/5.51  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 45.43/6.19  
% 45.43/6.19  
% 45.43/6.19  fork 7: search terminated without proof.
% 45.43/6.21  
% 45.43/6.21  **** run 80 fork 7 starts with strategy
% 45.43/6.21  {"max_dseconds":50,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 45.43/6.26  
% 45.43/6.26  fork 7: search finished without proof.
% 45.43/6.28  
% 45.43/6.28  **** run 88 fork 7 starts with strategy
% 45.43/6.28  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 45.43/6.31  
% 45.43/6.31  
% 45.43/6.31  fork 5: search terminated without proof.
% 46.30/6.33  
% 46.30/6.33  **** run 86 fork 5 starts with strategy
% 46.30/6.33  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 46.51/6.40  
% 46.51/6.40  
% 46.51/6.40  fork 3: search terminated without proof.
% 46.99/6.40  
% 46.99/6.40  
% 46.99/6.40  fork 1: search terminated without proof.
% 46.99/6.42  
% 46.99/6.42  **** run 84 fork 3 starts with strategy
% 46.99/6.42  
% 46.99/6.42  **** run 82 fork 1 starts with strategy
% 46.99/6.42  {"max_dseconds":50,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 46.99/6.42  {"max_dseconds":50,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 47.42/6.48  
% 47.42/6.48  fork 2: search finished without proof.
% 47.42/6.50  
% 47.42/6.50  **** run 83 fork 2 starts with strategy
% 47.42/6.50  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 78.95/10.55  
% 78.95/10.55  
% 78.95/10.55  fork 0: search terminated without proof.
% 78.95/10.58  
% 78.95/10.58  
% 78.95/10.58  fork 4: search terminated without proof.
% 79.66/10.62  
% 79.66/10.62  **** run 89 fork 0 starts with strategy
% 79.66/10.62  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 79.66/10.65  
% 79.66/10.65  
% 79.66/10.65  fork 6: search terminated without proof.
% 79.66/10.70  
% 79.66/10.70  **** run 87 fork 6 starts with strategy
% 79.66/10.70  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 79.66/10.70  
% 79.66/10.70  **** run 93 fork 4 starts with strategy
% 79.66/10.70  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 86.51/11.47  
% 86.51/11.47  
% 86.51/11.47  fork 5: search terminated without proof.
% 86.51/11.48  
% 86.51/11.48  fork 1: search finished without proof.
% 86.51/11.50  
% 86.51/11.50  **** run 90 fork 1 starts with strategy
% 86.51/11.50  {"max_dseconds":50,"strategy":["query_focus","double"],"query_preference":1}
% 86.51/11.51  
% 86.51/11.51  **** run 94 fork 5 starts with strategy
% 86.51/11.51  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":50}
% 86.51/11.53  
% 86.51/11.53  
% 86.51/11.53  fork 3: search terminated without proof.
% 86.51/11.53  
% 86.51/11.53  
% 86.51/11.53  fork 7: search terminated without proof.
% 87.16/11.56  
% 87.16/11.56  **** run 96 fork 7 starts with strategy
% 87.16/11.56  {"max_dseconds":50,"strategy":["positive_pref"],"query_preference":0}
% 87.36/11.58  
% 87.36/11.58  **** run 92 fork 3 starts with strategy
% 87.36/11.58  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 87.36/11.62  
% 87.36/11.62  
% 87.36/11.62  fork 2: search terminated without proof.
% 87.84/11.67  
% 87.84/11.67  **** run 91 fork 2 starts with strategy
% 87.84/11.67  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 119.85/15.77  
% 119.85/15.77  
% 119.85/15.77  fork 0: search terminated without proof.
% 119.85/15.78  
% 119.85/15.78  
% 119.85/15.78  fork 6: search terminated without proof.
% 119.85/15.80  
% 119.85/15.80  **** run 97 fork 0 starts with strategy
% 119.85/15.80  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":50}
% 120.44/15.82  
% 120.44/15.82  **** run 95 fork 6 starts with strategy
% 120.44/15.82  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":50}
% 120.92/15.87  
% 120.92/15.87  
% 120.92/15.87  fork 4: search terminated without proof.
% 120.92/15.89  
% 120.92/15.89  **** run 101 fork 4 starts with strategy
% 120.92/15.89  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":50}
% 126.41/16.64  
% 126.41/16.64  
% 126.41/16.64  fork 5: search terminated without proof.
% 126.95/16.69  
% 126.95/16.69  
% 126.95/16.69  fork 1: search terminated without proof.
% 126.95/16.70  
% 126.95/16.70  **** run 102 fork 5 starts with strategy
% 126.95/16.70  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":20}
% 126.95/16.70  
% 126.95/16.70  
% 126.95/16.70  fork 3: search terminated without proof.
% 126.95/16.71  
% 126.95/16.71  **** run 98 fork 1 starts with strategy
% 126.95/16.71  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 126.95/16.74  
% 126.95/16.74  **** run 100 fork 3 starts with strategy
% 126.95/16.74  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 126.95/16.74  
% 126.95/16.74  
% 126.95/16.74  fork 7: search terminated without proof.
% 126.95/16.77  
% 126.95/16.77  **** run 104 fork 7 starts with strategy
% 126.95/16.77  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":2}
% 127.93/16.80  
% 127.93/16.80  
% 127.93/16.80  fork 2: search terminated without proof.
% 127.93/16.83  
% 127.93/16.83  **** run 99 fork 2 starts with strategy
% 127.93/16.83  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 158.76/20.94  
% 158.76/20.94  
% 158.76/20.94  fork 6: search terminated without proof.
% 158.76/20.95  
% 158.76/20.95  **** run 103 fork 6 starts with strategy
% 158.76/20.95  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0}
% 158.76/20.96  
% 158.76/20.96  
% 158.76/20.96  fork 0: search terminated without proof.
% 160.26/21.00  
% 160.26/21.00  **** run 105 fork 0 starts with strategy
% 160.26/21.00  {"max_dseconds":50,"strategy":["query_focus","unit"],"query_preference":0}
% 160.26/21.00  
% 160.26/21.00  
% 160.26/21.00  fork 4: search terminated without proof.
% 160.66/21.04  
% 160.66/21.04  **** run 109 fork 4 starts with strategy
% 160.66/21.04  {"max_dseconds":50,"strategy":["query_focus","unit"],"query_preference":2}
% 161.66/21.18  
% 161.66/21.18  
% 161.66/21.18  result: proof found
% 161.66/21.18  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 161.66/21.18  by run 99 fork 2 strategy {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 161.66/21.18  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 161.66/21.18  
% 161.66/21.18  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 161.66/21.19  
% 161.66/21.19  run 99 fork 2 statistics:
% 161.66/21.19  ----------------------------------
% 161.66/21.19  this run seconds: 3.504005
% 161.66/21.19  total seconds: 19.514332
% 161.66/21.19  stat_given_used: 5005
% 161.66/21.19  stat_given_used_at_endgame: 0
% 161.66/21.19  stat_given_candidates:   11204
% 161.66/21.19  stat_given_candidates_at_endgame: 0
% 161.66/21.19  stat_given_candidates_h: 0
% 161.66/21.19  stat_binres_derived_cl:   1074505
% 161.66/21.19  stat_binres_derived_cl_h: 0
% 161.66/21.19  stat_factor_derived_cl: 219
% 161.66/21.19  stat_para_derived_cl: 0
% 161.66/21.19  stat_tautologies_discarded: 450
% 161.66/21.19  stat_forward_subsumed: 449869
% 161.66/21.19  stat_derived_cut: 315
% 161.66/21.19  stat_derived_rewritten: 0
% 161.66/21.19  stat_weight_discarded_building: 0
% 161.66/21.19  stat_weight_discarded_cl: 88909
% 161.66/21.19  stat_internlimit_discarded_cl: 0
% 161.66/21.19  stat_simplified:  0 simplified 0 derived 0 given
% 161.66/21.19  stat_kept_cl: 535495
% 161.66/21.19  stat_built_cl: 634414
% 161.66/21.19  stat_hyperres_partial_cl: 0
% 161.66/21.19  stat_made_rewriters: 0
% 161.66/21.19  stat_backward_subsumed: 0
% 161.66/21.19  stat_propagated_subsumed: 0
% 161.66/21.19  stat_clsubs_attempted:                   1026513
% 161.66/21.19  stat_clsubs_fact_groundunit_found:             9
% 161.66/21.19  stat_clsubs_rule_groundunit_found:            43
% 161.66/21.19  stat_clsubs_top_meta_attempted:           18924551
% 161.66/21.19  stat_clsubs_top_meta_failed:              17898038
% 161.66/21.19  stat_clsubs_top_meta_nonpref_attempted:            18924551
% 161.66/21.19  stat_clsubs_top_meta_nonpref_succeeded:             4569790
% 161.66/21.19  stat_clsubs_top_meta_pref_attempted:                4569790
% 161.66/21.19  stat_clsubs_top_meta_pref1_succeeded:               1572003
% 161.66/21.19  stat_clsubs_top_meta_pref2_succeeded:               1073610
% 161.66/21.19  stat_clsubs_top_meta_pref3_succeeded:               1026513
% 161.66/21.19  stat_clsubs_top_meta_pref_succeeded:                1026513
% 161.66/21.19  stat_clsubs_meta_attempted:              1228074
% 161.66/21.19  stat_clsubs_meta_failed:                  520511
% 161.66/21.19  stat_clsubs_predsymbs_attempted:               0
% 161.66/21.19  stat_clsubs_unit_attempted:               821820
% 161.66/21.19  stat_clsubs_full_attempted:               204693
% 161.66/21.19  stat_forwardsubs_attempted:              1074274
% 161.66/21.19  stat_lit_hash_added:                 606396
% 161.66/21.19  stat_lit_hash_computed:             2350335
% 161.66/21.19  stat_lit_hash_match_found:           451523
% 161.66/21.19  stat_lit_hash_match_miss:           2025929
% 161.66/21.19  stat_lit_hash_cut_ok:                  1585
% 161.66/21.19  stat_lit_strong_cut_ok:                   0
% 161.66/21.19  stat_lit_hash_subsume_ok:            449869
% 161.66/21.19  clqueue els 10000000 used 1
% 161.66/21.19  clactive els 10000000 used 5006
% 161.66/21.19  clactivesubsume els 10000000 used 28693
% 161.66/21.19  queue_termbuf els 200000000 used 33420528
% 161.66/21.19  hyper_termbuf els 100000000 used 1
% 161.66/21.19  active_termbuf els 100000000 used 179801
% 161.66/21.19  varstack els 5000 last used 1
% 161.66/21.19  given_termbuf els 10000000 last used 1
% 161.66/21.19  simplified_termbuf els 10000000 last used 1
% 161.66/21.19  derived_termbuf els 10000000 last used 22
% 161.66/21.19  wr_mallocs: 249758
% 161.66/21.19  wr_callocs: 19
% 161.66/21.19  wr_reallocs: 157158
% 161.66/21.19  wr_frees: 2
% 161.66/21.19  wr_malloc_bytes: 4174413972
% 161.66/21.19  wr_calloc_bytes: 96065504
% 161.66/21.19  wr_realloc_bytes: 31645784
% 161.66/21.19  wr_realloc_freebytes: 0
% 161.66/21.19  ----------------------------------
%------------------------------------------------------------------------------