TSTP Solution File: RNG008-6 by GKC---0.8

View Problem - Process Solution

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

% Computer : n003.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:37 EDT 2023

% Result   : Unsatisfiable 47.01s 6.45s
% Output   : CNFRefutation 47.01s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_multiplication_is_well_defined')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,Y,U)
    | U = Z ),
    inference(cnf_transformation,[],['$inc_multiplication_is_well_defined']) ).

cnf('2',plain,
    product(X,X,X),
    inference(cnf_transformation,[],[x_squared_is_x]) ).

cnf('3',plain,
    ( ~ product(X,X,Y)
    | Y = X ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    product(X,Y,multiply(X,Y)),
    inference(cnf_transformation,[],['$inc_closure_of_multiplication']) ).

cnf('5',plain,
    multiply(X,X) = X,
    inference(resolution,[],['3','4']) ).

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

cnf('7',plain,
    product(X,X,X),
    inference(paramodulation,[],['5','4']) ).

cnf('8',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Y,V)
    | ~ sum(X,U,Y)
    | sum(Z,V,Y) ),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    ( ~ product(X,Y,Z)
    | ~ sum(X,X,Y)
    | sum(Z,Z,Y) ),
    inference(factorization,[],['8']) ).

cnf('10',plain,
    ( ~ sum(X,Y,Z)
    | sum(Y,X,Z) ),
    inference(cnf_transformation,[],['$inc_commutativity_of_addition']) ).

cnf('11',plain,
    sum(X,Y,add(X,Y)),
    inference(cnf_transformation,[],['$inc_closure_of_addition']) ).

cnf('12',plain,
    sum(X,Y,add(Y,X)),
    inference(resolution,[],['10','11']) ).

cnf('13',plain,
    ( ~ product(X,add(X,X),Y)
    | sum(Y,Y,add(X,X)) ),
    inference(resolution,[],['9','12']) ).

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

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

cnf('16',plain,
    ( ~ product(X,Y,Y)
    | ~ sum(Y,Y,Z)
    | product(X,Z,Z) ),
    inference(factorization,[],['15']) ).

cnf('17',plain,
    ( ~ sum(X,X,Y)
    | product(X,Y,Y) ),
    inference(resolution,[],['16','7']) ).

cnf('18',plain,
    product(X,add(X,X),add(X,X)),
    inference(resolution,[],['17','12']) ).

cnf('19',plain,
    sum(add(X,X),add(X,X),add(X,X)),
    inference(resolution,[],['13','18']) ).

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

cnf('21',plain,
    sum(X,additive_inverse(X),additive_identity),
    inference(cnf_transformation,[],['$inc_right_inverse']) ).

cnf('22',plain,
    ( ~ sum(X,additive_inverse(Y),Z)
    | ~ sum(U,X,Y)
    | sum(U,Z,additive_identity) ),
    inference(resolution,[],['20','21']) ).

cnf('23',plain,
    ( ~ sum(X,Y,Y)
    | sum(X,additive_identity,additive_identity) ),
    inference(resolution,[],['22','21']) ).

cnf('24',plain,
    sum(add(X,X),additive_identity,additive_identity),
    inference(resolution,[],['19','23']) ).

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

cnf('26',plain,
    sum(additive_inverse(X),X,additive_identity),
    inference(cnf_transformation,[],['$inc_left_inverse']) ).

cnf('27',plain,
    ( ~ sum(X,additive_inverse(Y),Z)
    | ~ sum(X,additive_identity,U)
    | sum(Z,Y,U) ),
    inference(resolution,[],['25','26']) ).

cnf('28',plain,
    sum(additive_identity,X,X),
    inference(cnf_transformation,[],['$inc_additive_identity1']) ).

cnf('29',plain,
    ( ~ sum(X,Y,additive_identity)
    | ~ sum(Y,Z,U)
    | sum(X,U,Z) ),
    inference(resolution,[],['20','28']) ).

cnf('30',plain,
    ( sum(additive_inverse(X),Y,Z)
    | ~ sum(X,Z,Y) ),
    inference(resolution,[],['29','26']) ).

cnf('31',plain,
    sum(additive_inverse(X),add(Y,X),Y),
    inference(resolution,[],['30','12']) ).

cnf('32',plain,
    sum(add(X,Y),additive_inverse(Y),X),
    inference(resolution,[],['31','10']) ).

cnf('33',plain,
    ( ~ sum(add(X,Y),additive_identity,Z)
    | sum(X,Y,Z) ),
    inference(resolution,[],['27','32']) ).

cnf('34',plain,
    sum(X,X,additive_identity),
    inference(resolution,[],['24','33']) ).

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

cnf('36',plain,
    ( ~ sum(X,multiply(Y,Z),U)
    | ~ product(V,Z,X)
    | ~ sum(V,Y,W)
    | product(W,Z,U) ),
    inference(resolution,[],['35','4']) ).

cnf('37',plain,
    ( ~ product(X,Y,multiply(Z,Y))
    | ~ sum(X,Z,U)
    | product(U,Y,additive_identity) ),
    inference(resolution,[],['34','36']) ).

cnf('38',plain,
    ( ~ product(X,Y,Y)
    | ~ sum(X,Y,Z)
    | product(Z,Y,additive_identity) ),
    inference(paramodulation,[],['5','37']) ).

cnf('39',plain,
    ( ~ product(X,Y,Y)
    | ~ product(X,Z,Z)
    | ~ sum(Y,Z,U)
    | product(X,U,U) ),
    inference(factorization,[],['14']) ).

cnf('40',plain,
    ( ~ product(X,Y,Y)
    | ~ sum(X,Y,Z)
    | product(X,Z,Z) ),
    inference(resolution,[],['39','7']) ).

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

cnf('42',plain,
    ( ~ product(X,Y,Y)
    | ~ product(Y,Z,U)
    | product(X,U,U) ),
    inference(factorization,[],['41']) ).

cnf('43',plain,
    ( ~ product(X,Y,Z)
    | product(X,Z,Z) ),
    inference(resolution,[],['42','7']) ).

cnf('44',plain,
    product(a,b,c),
    inference(cnf_transformation,[],[a_times_b_is_c]) ).

cnf('45',plain,
    product(a,c,c),
    inference(resolution,[],['43','44']) ).

cnf('46',plain,
    ( ~ sum(a,c,X)
    | product(a,X,X) ),
    inference(resolution,[],['40','45']) ).

cnf('47',plain,
    product(a,add(a,c),add(a,c)),
    inference(resolution,[],['46','11']) ).

cnf('48',plain,
    ( ~ sum(a,add(a,c),X)
    | product(X,add(a,c),additive_identity) ),
    inference(resolution,[],['38','47']) ).

cnf('49',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(X,Y,U)
    | U = Z ),
    inference(cnf_transformation,[],['$inc_addition_is_well_defined']) ).

cnf('50',plain,
    sum(X,additive_identity,X),
    inference(cnf_transformation,[],['$inc_additive_identity2']) ).

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

cnf('52',plain,
    add(X,additive_identity) = X,
    inference(resolution,[],['51','11']) ).

cnf('53',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(X,Y,U)
    | sum(Z,additive_identity,U) ),
    inference(resolution,[],['25','50']) ).

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

cnf('55',plain,
    sum(add(X,Y),additive_identity,add(Y,X)),
    inference(resolution,[],['54','11']) ).

cnf('56',plain,
    ( ~ sum(add(X,Y),additive_identity,Z)
    | Z = add(Y,X) ),
    inference(resolution,[],['55','49']) ).

cnf('57',plain,
    ( Y3 = add(additive_identity,X3)
    | ~ sum(X3,additive_identity,Y3) ),
    inference(paramodulation,[],['52','56']) ).

cnf('58',plain,
    add(additive_identity,X) = X,
    inference(resolution,[],['51','12']) ).

cnf('59',plain,
    ( X = Y
    | ~ sum(Y,additive_identity,X) ),
    inference(simplify,[],['57','58']) ).

cnf('60',plain,
    additive_identity = add(X,X),
    inference(resolution,[],['24','59']) ).

cnf('61',plain,
    sum(additive_inverse(X),add(X,Y),Y),
    inference(resolution,[],['30','11']) ).

cnf('62',plain,
    sum(add(X,Y),additive_inverse(X),Y),
    inference(resolution,[],['61','10']) ).

cnf('63',plain,
    sum(additive_identity,additive_inverse(X),X),
    inference(paramodulation,[],['60','62']) ).

cnf('64',plain,
    sum(additive_identity,add(X,Y),add(Y,X)),
    inference(resolution,[],['55','10']) ).

cnf('65',plain,
    ( ~ sum(additive_identity,add(X,Y),Z)
    | Z = add(Y,X) ),
    inference(resolution,[],['64','49']) ).

cnf('66',plain,
    ( Y3 = add(additive_identity,X3)
    | ~ sum(additive_identity,X3,Y3) ),
    inference(paramodulation,[],['52','65']) ).

cnf('67',plain,
    ( X = Y
    | ~ sum(additive_identity,Y,X) ),
    inference(simplify,[],['66','58']) ).

cnf('68',plain,
    X = additive_inverse(X),
    inference(resolution,[],['63','67']) ).

cnf('69',plain,
    sum(X,add(X,Y),Y),
    inference(paramodulation,[],['68','61']) ).

cnf('70',plain,
    product(c,add(a,c),additive_identity),
    inference(resolution,[],['48','69']) ).

cnf('71',plain,
    ( ~ sum(X,multiply(Y,Z),U)
    | ~ product(Y,V,X)
    | ~ sum(V,Z,W)
    | product(Y,W,U) ),
    inference(resolution,[],['14','4']) ).

cnf('72',plain,
    ( product(X,Y,multiply(X,Z))
    | ~ product(X,U,additive_identity)
    | ~ sum(U,Z,Y) ),
    inference(resolution,[],['71','28']) ).

cnf('73',plain,
    ( ~ sum(add(a,c),X,Y)
    | product(c,Y,multiply(c,X)) ),
    inference(resolution,[],['70','72']) ).

cnf('74',plain,
    sum(add(X,Y),Y,X),
    inference(paramodulation,[],['68','32']) ).

cnf('75',plain,
    product(c,a,multiply(c,c)),
    inference(resolution,[],['73','74']) ).

cnf('76',plain,
    product(c,a,c),
    inference(simplify,[],['75','5']) ).

cnf('77',plain,
    ( X = multiply(Y,Z)
    | ~ product(Y,Z,X) ),
    inference(resolution,[],['1','4']) ).

cnf('78',plain,
    c = multiply(c,a),
    inference(resolution,[],['76','77']) ).

cnf('79',plain,
    ( ~ product(X,Y,multiply(X,Z))
    | ~ sum(Y,Z,U)
    | product(X,U,additive_identity) ),
    inference(resolution,[],['34','71']) ).

cnf('80',plain,
    ( ~ product(X,Y,X)
    | ~ sum(Y,X,Z)
    | product(X,Z,additive_identity) ),
    inference(paramodulation,[],['5','79']) ).

cnf('81',plain,
    ( ~ product(X,Y,X)
    | ~ product(Z,Y,Z)
    | ~ sum(X,Z,U)
    | product(U,Y,U) ),
    inference(factorization,[],['35']) ).

cnf('82',plain,
    ( ~ product(X,Y,X)
    | ~ sum(Y,X,Z)
    | product(Z,Y,Z) ),
    inference(resolution,[],['81','7']) ).

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

cnf('84',plain,
    ( ~ product(X,Y,Z)
    | ~ product(Y,U,Y)
    | product(Z,U,Z) ),
    inference(factorization,[],['83']) ).

cnf('85',plain,
    ( ~ product(X,Y,Z)
    | product(Z,Y,Z) ),
    inference(resolution,[],['84','7']) ).

cnf('86',plain,
    product(c,b,c),
    inference(resolution,[],['85','44']) ).

cnf('87',plain,
    ( ~ sum(b,c,X)
    | product(X,b,X) ),
    inference(resolution,[],['82','86']) ).

cnf('88',plain,
    product(add(b,c),b,add(b,c)),
    inference(resolution,[],['87','11']) ).

cnf('89',plain,
    ( ~ sum(b,add(b,c),X)
    | product(add(b,c),X,additive_identity) ),
    inference(resolution,[],['80','88']) ).

cnf('90',plain,
    product(add(b,c),c,additive_identity),
    inference(resolution,[],['89','69']) ).

cnf('91',plain,
    ( product(X,Y,multiply(Z,Y))
    | ~ product(U,Y,additive_identity)
    | ~ sum(U,Z,X) ),
    inference(resolution,[],['36','28']) ).

cnf('92',plain,
    ( ~ sum(add(b,c),X,Y)
    | product(Y,c,multiply(X,c)) ),
    inference(resolution,[],['90','91']) ).

cnf('93',plain,
    product(b,c,multiply(c,c)),
    inference(resolution,[],['92','74']) ).

cnf('94',plain,
    product(b,c,c),
    inference(simplify,[],['93','5']) ).

cnf('95',plain,
    ( product(X,Y,multiply(Z,U))
    | ~ product(X,V,Z)
    | ~ product(V,U,Y) ),
    inference(resolution,[],['41','4']) ).

cnf('96',plain,
    ( product(a,X,multiply(c,Y))
    | ~ product(b,Y,X) ),
    inference(resolution,[],['95','44']) ).

cnf('97',plain,
    product(a,multiply(b,X),multiply(c,X)),
    inference(resolution,[],['96','4']) ).

cnf('98',plain,
    ( ~ product(X,Y,Z)
    | ~ product(Y,Z,U)
    | product(X,U,Z) ),
    inference(resolution,[],['41','7']) ).

cnf('99',plain,
    ( ~ product(X,multiply(Y,X),Z)
    | product(Y,Z,multiply(Y,X)) ),
    inference(resolution,[],['98','4']) ).

cnf('100',plain,
    product(b,multiply(c,a),multiply(b,a)),
    inference(resolution,[],['97','99']) ).

cnf('101',plain,
    ( ~ product(X,multiply(Y,Z),U)
    | ~ product(X,Y,V)
    | product(V,Z,U) ),
    inference(resolution,[],['83','4']) ).

cnf('102',plain,
    ( product(X,a,multiply(b,a))
    | ~ product(b,c,X) ),
    inference(resolution,[],['100','101']) ).

cnf('103',plain,
    product(c,a,multiply(b,a)),
    inference(resolution,[],['94','102']) ).

cnf('104',plain,
    multiply(b,a) = multiply(c,a),
    inference(resolution,[],['103','77']) ).

cnf('105',plain,
    product(b,a,multiply(c,a)),
    inference(paramodulation,[],['104','4']) ).

cnf('106',plain,
    ~ product(b,a,c),
    inference(cnf_transformation,[],[prove_b_times_a_is_c]) ).

cnf('107',plain,
    $false,
    inference(paramodulation,[then_simplify],['78','105','106']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : RNG008-6 : TPTP v8.1.2. Released v1.0.0.
% 0.13/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n003.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Sun Aug 27 02:36:39 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.20/0.39  
% 0.20/0.39  input clause set summed statistics:
% 0.20/0.39  ----------------------------------
% 0.20/0.39  in_clause_count:                    22
% 0.20/0.39  in_rule_clause_count:               16
% 0.20/0.39  in_fact_clause_count:                6
% 0.20/0.39  in_answer_clause_count:              0
% 0.20/0.39  in_ground_clause_count:              2
% 0.20/0.39  in_unit_clause_count:               11
% 0.20/0.39  in_horn_clause_count:               22
% 0.20/0.39  in_pos_clause_count:                10
% 0.20/0.39  in_neg_clause_count:                 1
% 0.20/0.39  in_poseq_clause_count:               2
% 0.20/0.39  in_negeq_clause_count:               0
% 0.20/0.39  in_unitposeq_clause_count:           0
% 0.20/0.39  in_chain_clause_count:               0
% 0.20/0.39  in_min_length:             1
% 0.20/0.39  in_max_length:             5
% 0.20/0.39  in_min_depth:              1
% 0.20/0.39  in_max_depth:              2
% 0.20/0.39  in_min_size:               4
% 0.20/0.39  in_max_size:              20
% 0.20/0.39  in_min_vars:               0
% 0.20/0.39  in_max_vars:               7
% 0.20/0.39  in_extaxiom_count:                17
% 0.20/0.39  in_axiom_count:                    2
% 0.20/0.39  in_assumption_count:               2
% 0.20/0.39  in_goal_count:                     1
% 0.20/0.39  in_neg_goal_count:                 1
% 0.20/0.39  in_pos_goal_count:                 0
% 0.20/0.39  in_posunit_goal_count:             0
% 0.20/0.39  
% 0.20/0.39  auto guide:
% 0.20/0.39  -----------
% 0.20/0.39  {
% 0.20/0.39  "print":1,
% 0.20/0.39  "print_level": 15,
% 0.20/0.39  "max_size": 0,
% 0.20/0.39  "max_depth": 0,
% 0.20/0.39  "max_length": 0,
% 0.20/0.39  "max_dseconds": 0,
% 0.20/0.39  "runs":[
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.20/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.20/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.20/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.20/0.39  
% 0.20/0.39  ]}
% 0.20/0.39  
% 0.20/0.39  
% 0.20/0.39  **** run 1 fork 0 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.39  
% 0.20/0.39  **** run 2 fork 1 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.39  
% 0.20/0.39  **** run 3 fork 2 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.39  
% 0.20/0.39  **** run 4 fork 3 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.39  
% 0.20/0.39  **** run 5 fork 4 starts with strategy
% 0.20/0.39  
% 0.20/0.39  **** run 8 fork 7 starts with strategy
% 0.20/0.39  
% 0.20/0.39  **** run 6 fork 5 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 7 fork 6 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.44  
% 0.20/0.44  fork 3: search finished without proof.
% 0.20/0.46  
% 0.20/0.46  **** run 12 fork 3 starts with strategy
% 0.20/0.46  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.20/0.51  
% 0.20/0.51  fork 0: search finished without proof.
% 0.20/0.51  
% 0.20/0.51  fork 6: search finished without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 2: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 7: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 4: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 5: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 1: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  **** run 9 fork 0 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 15 fork 6 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 11 fork 2 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 13 fork 4 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.20/0.54  
% 0.20/0.54  **** run 14 fork 5 starts with strategy
% 0.20/0.54  
% 0.20/0.54  **** run 16 fork 7 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.54  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.20/0.55  
% 0.20/0.55  **** run 10 fork 1 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.58  
% 0.20/0.58  
% 0.20/0.58  fork 3: search terminated without proof.
% 0.20/0.60  
% 0.20/0.60  **** run 20 fork 3 starts with strategy
% 0.20/0.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 0: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 6: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 2: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 5: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 7: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 1: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 17 fork 0 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.67  
% 0.20/0.67  **** run 19 fork 2 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.20/0.68  
% 0.20/0.68  **** run 23 fork 6 starts with strategy
% 0.20/0.68  
% 0.20/0.68  **** run 24 fork 7 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.20/0.68  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.20/0.68  
% 0.20/0.68  **** run 22 fork 5 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.20/0.69  
% 0.20/0.69  **** run 18 fork 1 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.20/0.70  
% 0.20/0.70  
% 0.20/0.70  fork 4: search terminated without proof.
% 0.20/0.73  
% 0.20/0.73  fork 3: search finished without proof.
% 0.20/0.74  
% 0.20/0.74  **** run 21 fork 4 starts with strategy
% 0.20/0.74  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.20/0.74  
% 0.20/0.74  **** run 28 fork 3 starts with strategy
% 0.20/0.74  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 0.20/0.79  
% 0.20/0.79  
% 0.20/0.79  fork 0: search terminated without proof.
% 0.20/0.79  
% 0.20/0.79  
% 0.20/0.79  fork 5: search terminated without proof.
% 2.03/0.81  
% 2.03/0.81  **** run 25 fork 0 starts with strategy
% 2.03/0.81  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 2.03/0.81  
% 2.03/0.81  
% 2.03/0.81  fork 2: search terminated without proof.
% 2.03/0.81  
% 2.03/0.81  
% 2.03/0.81  fork 7: search terminated without proof.
% 2.03/0.81  
% 2.03/0.81  **** run 30 fork 5 starts with strategy
% 2.03/0.81  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 2.03/0.82  
% 2.03/0.82  
% 2.03/0.82  fork 6: search terminated without proof.
% 2.03/0.82  
% 2.03/0.82  
% 2.03/0.82  fork 1: search terminated without proof.
% 2.03/0.82  
% 2.03/0.82  **** run 27 fork 2 starts with strategy
% 2.03/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 2.03/0.83  
% 2.03/0.83  **** run 32 fork 7 starts with strategy
% 2.03/0.83  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.58/0.84  
% 3.58/0.84  **** run 26 fork 1 starts with strategy
% 3.58/0.84  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.58/0.84  
% 3.58/0.84  **** run 31 fork 6 starts with strategy
% 3.58/0.84  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 3.58/0.86  
% 3.58/0.86  
% 3.58/0.86  fork 3: search terminated without proof.
% 3.58/0.88  
% 3.58/0.88  **** run 36 fork 3 starts with strategy
% 3.58/0.88  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 3.58/0.89  
% 3.58/0.89  
% 3.58/0.89  fork 4: search terminated without proof.
% 3.58/0.91  
% 3.58/0.91  **** run 29 fork 4 starts with strategy
% 3.58/0.91  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.23/0.94  
% 4.23/0.94  fork 0: search finished without proof.
% 4.23/0.94  
% 4.23/0.94  
% 4.23/0.94  fork 5: search terminated without proof.
% 4.23/0.94  
% 4.23/0.94  
% 4.23/0.94  fork 2: search terminated without proof.
% 4.23/0.95  
% 4.23/0.95  fork 7: search finished without proof.
% 4.23/0.95  
% 4.23/0.95  **** run 33 fork 0 starts with strategy
% 4.23/0.95  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 4.23/0.96  
% 4.23/0.96  **** run 38 fork 5 starts with strategy
% 4.23/0.96  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.23/0.96  
% 4.23/0.96  
% 4.23/0.96  fork 1: search terminated without proof.
% 4.23/0.96  
% 4.23/0.96  **** run 35 fork 2 starts with strategy
% 4.23/0.96  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.23/0.96  
% 4.23/0.96  **** run 40 fork 7 starts with strategy
% 4.23/0.96  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.23/0.97  
% 4.23/0.97  
% 4.23/0.97  fork 6: search terminated without proof.
% 4.74/0.98  
% 4.74/0.98  **** run 34 fork 1 starts with strategy
% 4.74/0.98  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.74/0.99  
% 4.74/0.99  **** run 39 fork 6 starts with strategy
% 4.74/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.74/1.00  
% 4.74/1.00  
% 4.74/1.00  fork 3: search terminated without proof.
% 4.74/1.02  
% 4.74/1.02  **** run 44 fork 3 starts with strategy
% 4.74/1.02  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 4.74/1.03  
% 4.74/1.03  
% 4.74/1.03  fork 4: search terminated without proof.
% 4.74/1.05  
% 4.74/1.05  **** run 37 fork 4 starts with strategy
% 4.74/1.05  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 5.37/1.07  
% 5.37/1.07  
% 5.37/1.07  fork 0: search terminated without proof.
% 5.50/1.08  
% 5.50/1.08  
% 5.50/1.08  fork 2: search terminated without proof.
% 5.50/1.08  
% 5.50/1.08  
% 5.50/1.08  fork 5: search terminated without proof.
% 5.50/1.09  
% 5.50/1.09  fork 7: search finished without proof.
% 5.50/1.09  
% 5.50/1.09  **** run 41 fork 0 starts with strategy
% 5.50/1.09  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.50/1.10  
% 5.50/1.10  **** run 43 fork 2 starts with strategy
% 5.50/1.10  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.50/1.10  
% 5.50/1.10  **** run 46 fork 5 starts with strategy
% 5.50/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 5.50/1.10  
% 5.50/1.10  **** run 48 fork 7 starts with strategy
% 5.50/1.10  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 5.50/1.10  
% 5.50/1.10  
% 5.50/1.10  fork 1: search terminated without proof.
% 5.50/1.11  
% 5.50/1.11  fork 6: search finished without proof.
% 5.81/1.13  
% 5.81/1.13  **** run 42 fork 1 starts with strategy
% 5.81/1.13  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.81/1.13  
% 5.81/1.13  fork 7: search finished without proof.
% 5.81/1.13  
% 5.81/1.13  **** run 47 fork 6 starts with strategy
% 5.81/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.98/1.14  
% 5.98/1.14  
% 5.98/1.14  fork 3: search terminated without proof.
% 5.98/1.14  
% 5.98/1.14  **** run 56 fork 7 starts with strategy
% 5.98/1.14  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.98/1.16  
% 5.98/1.16  **** run 52 fork 3 starts with strategy
% 5.98/1.16  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 5.98/1.18  
% 5.98/1.18  
% 5.98/1.18  fork 4: search terminated without proof.
% 5.98/1.20  
% 5.98/1.20  **** run 45 fork 4 starts with strategy
% 5.98/1.20  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.98/1.21  
% 5.98/1.21  
% 5.98/1.21  fork 0: search terminated without proof.
% 6.63/1.22  
% 6.63/1.22  
% 6.63/1.22  fork 2: search terminated without proof.
% 6.63/1.23  
% 6.63/1.23  
% 6.63/1.23  fork 5: search terminated without proof.
% 6.63/1.23  
% 6.63/1.23  **** run 49 fork 0 starts with strategy
% 6.63/1.23  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 6.63/1.24  
% 6.63/1.24  **** run 54 fork 5 starts with strategy
% 6.63/1.24  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.63/1.25  
% 6.63/1.25  **** run 51 fork 2 starts with strategy
% 6.63/1.25  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.63/1.25  
% 6.63/1.25  
% 6.63/1.25  fork 1: search terminated without proof.
% 6.63/1.25  
% 6.63/1.25  
% 6.63/1.25  fork 6: search terminated without proof.
% 6.63/1.26  
% 6.63/1.26  
% 6.63/1.26  fork 7: search terminated without proof.
% 6.63/1.27  
% 6.63/1.27  **** run 50 fork 1 starts with strategy
% 6.63/1.27  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.63/1.27  
% 6.63/1.27  **** run 55 fork 6 starts with strategy
% 6.63/1.27  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 7.12/1.28  
% 7.12/1.28  
% 7.12/1.28  fork 3: search terminated without proof.
% 7.12/1.28  
% 7.12/1.28  **** run 64 fork 7 starts with strategy
% 7.12/1.28  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 7.12/1.30  
% 7.12/1.30  **** run 60 fork 3 starts with strategy
% 7.12/1.30  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 7.12/1.32  
% 7.12/1.32  
% 7.12/1.32  fork 4: search terminated without proof.
% 7.12/1.33  
% 7.12/1.33  **** run 53 fork 4 starts with strategy
% 7.12/1.33  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 7.12/1.35  
% 7.12/1.35  
% 7.12/1.35  fork 0: search terminated without proof.
% 7.77/1.36  
% 7.77/1.36  **** run 57 fork 0 starts with strategy
% 7.77/1.36  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 7.77/1.37  
% 7.77/1.37  
% 7.77/1.37  fork 5: search terminated without proof.
% 7.77/1.37  
% 7.77/1.37  
% 7.77/1.37  fork 2: search terminated without proof.
% 7.77/1.38  
% 7.77/1.38  **** run 62 fork 5 starts with strategy
% 7.77/1.38  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 7.77/1.39  
% 7.77/1.39  **** run 59 fork 2 starts with strategy
% 7.77/1.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 7.77/1.39  
% 7.77/1.39  
% 7.77/1.39  fork 6: search terminated without proof.
% 7.77/1.39  
% 7.77/1.39  
% 7.77/1.39  fork 1: search terminated without proof.
% 7.77/1.40  
% 7.77/1.40  
% 7.77/1.40  fork 7: search terminated without proof.
% 7.77/1.41  
% 7.77/1.41  fork 5: search finished without proof.
% 7.77/1.41  
% 7.77/1.41  **** run 63 fork 6 starts with strategy
% 7.77/1.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.77/1.42  
% 7.77/1.42  **** run 58 fork 1 starts with strategy
% 7.77/1.42  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 7.77/1.42  
% 7.77/1.42  
% 7.77/1.42  fork 3: search terminated without proof.
% 7.77/1.42  
% 7.77/1.42  **** run 72 fork 7 starts with strategy
% 7.77/1.42  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 7.77/1.43  
% 7.77/1.43  **** run 70 fork 5 starts with strategy
% 7.77/1.43  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.77/1.44  
% 7.77/1.44  **** run 68 fork 3 starts with strategy
% 7.77/1.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 7.77/1.46  
% 7.77/1.46  fork 6: search finished without proof.
% 7.77/1.47  
% 7.77/1.47  **** run 71 fork 6 starts with strategy
% 7.77/1.47  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 7.77/1.49  
% 7.77/1.49  
% 7.77/1.49  fork 0: search terminated without proof.
% 7.77/1.50  
% 7.77/1.50  fork 6: search finished without proof.
% 7.77/1.51  
% 7.77/1.51  **** run 65 fork 0 starts with strategy
% 7.77/1.51  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 7.77/1.51  
% 7.77/1.51  **** run 79 fork 6 starts with strategy
% 7.77/1.51  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 7.77/1.52  
% 7.77/1.52  
% 7.77/1.52  fork 2: search terminated without proof.
% 7.77/1.54  
% 7.77/1.54  
% 7.77/1.54  fork 1: search terminated without proof.
% 7.77/1.54  
% 7.77/1.54  **** run 67 fork 2 starts with strategy
% 7.77/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 7.77/1.55  
% 7.77/1.55  
% 7.77/1.55  fork 5: search terminated without proof.
% 7.77/1.55  
% 7.77/1.55  
% 7.77/1.55  fork 7: search terminated without proof.
% 7.77/1.55  
% 7.77/1.55  
% 7.77/1.55  fork 4: search terminated without proof.
% 7.77/1.56  
% 7.77/1.56  **** run 66 fork 1 starts with strategy
% 7.77/1.56  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 7.77/1.56  
% 7.77/1.56  
% 7.77/1.56  fork 3: search terminated without proof.
% 7.77/1.56  
% 7.77/1.56  **** run 78 fork 5 starts with strategy
% 7.77/1.56  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 7.77/1.56  
% 7.77/1.56  **** run 80 fork 7 starts with strategy
% 7.77/1.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 7.98/1.58  
% 7.98/1.58  **** run 61 fork 4 starts with strategy
% 7.98/1.58  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.98/1.58  
% 7.98/1.58  **** run 76 fork 3 starts with strategy
% 7.98/1.58  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 9.84/1.63  
% 9.84/1.63  
% 9.84/1.63  fork 0: search terminated without proof.
% 9.84/1.63  
% 9.84/1.63  
% 9.84/1.63  fork 6: search terminated without proof.
% 9.84/1.65  
% 9.84/1.65  **** run 73 fork 0 starts with strategy
% 9.84/1.65  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 9.84/1.65  
% 9.84/1.65  **** run 87 fork 6 starts with strategy
% 9.84/1.65  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.84/1.66  
% 9.84/1.66  fork 2: search finished without proof.
% 9.84/1.68  
% 9.84/1.68  
% 9.84/1.68  fork 1: search terminated without proof.
% 9.84/1.68  
% 9.84/1.68  **** run 75 fork 2 starts with strategy
% 9.84/1.68  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.84/1.68  
% 9.84/1.68  fork 7: search finished without proof.
% 9.84/1.68  
% 9.84/1.68  
% 9.84/1.68  fork 5: search terminated without proof.
% 9.84/1.70  
% 9.84/1.70  
% 9.84/1.70  fork 3: search terminated without proof.
% 9.84/1.70  
% 9.84/1.70  **** run 88 fork 7 starts with strategy
% 9.84/1.70  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 9.84/1.70  
% 9.84/1.70  **** run 74 fork 1 starts with strategy
% 9.84/1.70  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.84/1.70  
% 9.84/1.70  **** run 86 fork 5 starts with strategy
% 9.84/1.70  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 9.84/1.70  
% 9.84/1.70  fork 4: search finished without proof.
% 10.53/1.72  
% 10.53/1.72  **** run 84 fork 3 starts with strategy
% 10.53/1.72  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 10.53/1.72  
% 10.53/1.72  **** run 69 fork 4 starts with strategy
% 10.53/1.72  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 10.53/1.77  
% 10.53/1.77  
% 10.53/1.77  fork 0: search terminated without proof.
% 10.53/1.77  
% 10.53/1.77  
% 10.53/1.77  fork 6: search terminated without proof.
% 10.53/1.78  
% 10.53/1.78  **** run 95 fork 6 starts with strategy
% 10.53/1.78  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 10.53/1.78  
% 10.53/1.78  **** run 81 fork 0 starts with strategy
% 10.53/1.78  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 11.06/1.80  
% 11.06/1.80  
% 11.06/1.80  fork 2: search terminated without proof.
% 11.06/1.82  
% 11.06/1.82  
% 11.06/1.82  fork 1: search terminated without proof.
% 11.06/1.82  
% 11.06/1.82  
% 11.06/1.82  fork 7: search terminated without proof.
% 11.06/1.83  
% 11.06/1.83  **** run 83 fork 2 starts with strategy
% 11.06/1.83  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 11.06/1.83  
% 11.06/1.83  
% 11.06/1.83  fork 5: search terminated without proof.
% 11.06/1.84  
% 11.06/1.84  
% 11.06/1.84  fork 3: search terminated without proof.
% 11.06/1.84  
% 11.06/1.84  **** run 96 fork 7 starts with strategy
% 11.06/1.84  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 11.06/1.84  
% 11.06/1.84  **** run 94 fork 5 starts with strategy
% 11.06/1.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.06/1.84  
% 11.06/1.84  **** run 82 fork 1 starts with strategy
% 11.06/1.84  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 11.06/1.85  
% 11.06/1.85  
% 11.06/1.85  fork 4: search terminated without proof.
% 11.06/1.86  
% 11.06/1.86  **** run 92 fork 3 starts with strategy
% 11.06/1.86  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 11.71/1.87  
% 11.71/1.87  **** run 77 fork 4 starts with strategy
% 11.71/1.87  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 11.81/1.90  
% 11.81/1.90  
% 11.81/1.90  fork 0: search terminated without proof.
% 12.06/1.92  
% 12.06/1.92  **** run 89 fork 0 starts with strategy
% 12.06/1.92  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":1}
% 12.21/1.95  
% 12.21/1.95  
% 12.21/1.95  fork 2: search terminated without proof.
% 12.21/1.96  
% 12.21/1.96  fork 1: search finished without proof.
% 12.21/1.97  
% 12.21/1.97  **** run 91 fork 2 starts with strategy
% 12.21/1.97  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 12.21/1.98  
% 12.21/1.98  
% 12.21/1.98  fork 3: search terminated without proof.
% 12.21/1.98  
% 12.21/1.98  **** run 90 fork 1 starts with strategy
% 12.21/1.98  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 12.21/1.99  
% 12.21/1.99  
% 12.21/1.99  fork 4: search terminated without proof.
% 12.21/1.99  
% 12.21/1.99  **** run 100 fork 3 starts with strategy
% 12.21/1.99  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 12.21/2.01  
% 12.21/2.01  **** run 85 fork 4 starts with strategy
% 12.21/2.01  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 12.90/2.04  
% 12.90/2.04  
% 12.90/2.04  fork 0: search terminated without proof.
% 12.90/2.06  
% 12.90/2.06  **** run 97 fork 0 starts with strategy
% 12.90/2.06  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 13.45/2.09  
% 13.45/2.09  fork 0: search finished without proof.
% 13.45/2.09  
% 13.45/2.09  
% 13.45/2.09  fork 2: search terminated without proof.
% 13.45/2.10  
% 13.45/2.10  fork 1: search finished without proof.
% 13.45/2.10  
% 13.45/2.10  **** run 105 fork 0 starts with strategy
% 13.45/2.10  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 13.45/2.12  
% 13.45/2.12  **** run 99 fork 2 starts with strategy
% 13.45/2.12  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 13.45/2.12  
% 13.45/2.12  **** run 98 fork 1 starts with strategy
% 13.45/2.12  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 13.45/2.13  
% 13.45/2.13  
% 13.45/2.13  fork 4: search terminated without proof.
% 13.45/2.15  
% 13.45/2.15  **** run 93 fork 4 starts with strategy
% 13.45/2.15  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 14.17/2.37  
% 14.17/2.37  
% 14.17/2.37  fork 4: search terminated without proof.
% 15.68/2.38  
% 15.68/2.38  **** run 101 fork 4 starts with strategy
% 15.68/2.38  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 18.51/2.80  
% 18.51/2.80  
% 18.51/2.80  fork 6: search terminated without proof.
% 19.25/2.83  
% 19.25/2.83  **** run 103 fork 6 starts with strategy
% 19.25/2.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 19.25/2.86  
% 19.25/2.86  
% 19.25/2.86  fork 7: search terminated without proof.
% 19.25/2.87  
% 19.25/2.87  
% 19.25/2.87  fork 5: search terminated without proof.
% 19.25/2.89  
% 19.25/2.89  **** run 102 fork 5 starts with strategy
% 19.25/2.89  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 19.25/2.89  
% 19.25/2.89  **** run 104 fork 7 starts with strategy
% 19.25/2.89  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 19.25/3.01  
% 19.25/3.01  
% 19.25/3.01  fork 3: search terminated without proof.
% 19.86/3.03  
% 19.86/3.03  **** run 108 fork 3 starts with strategy
% 19.86/3.03  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 21.44/3.13  
% 21.44/3.13  fork 0: search finished without proof.
% 21.44/3.14  
% 21.44/3.14  
% 21.44/3.14  fork 2: search terminated without proof.
% 21.44/3.14  
% 21.44/3.14  
% 21.44/3.14  fork 1: search terminated without proof.
% 21.44/3.15  
% 21.44/3.15  **** run 113 fork 0 starts with strategy
% 21.44/3.15  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 21.44/3.17  
% 21.44/3.17  **** run 106 fork 1 starts with strategy
% 21.44/3.17  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 21.44/3.17  
% 21.44/3.17  **** run 107 fork 2 starts with strategy
% 21.44/3.17  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 23.85/3.46  
% 23.85/3.46  
% 23.85/3.46  fork 4: search terminated without proof.
% 23.85/3.47  
% 23.85/3.47  **** run 109 fork 4 starts with strategy
% 23.85/3.47  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 25.29/3.85  
% 25.29/3.85  
% 25.29/3.85  fork 6: search terminated without proof.
% 27.41/3.87  
% 27.41/3.87  **** run 111 fork 6 starts with strategy
% 27.41/3.87  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 27.74/3.92  
% 27.74/3.92  
% 27.74/3.92  fork 7: search terminated without proof.
% 27.97/3.94  
% 27.97/3.94  **** run 112 fork 7 starts with strategy
% 27.97/3.94  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 27.97/4.01  
% 27.97/4.01  
% 27.97/4.01  fork 5: search terminated without proof.
% 28.68/4.03  
% 28.68/4.03  **** run 110 fork 5 starts with strategy
% 28.68/4.03  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 28.68/4.05  
% 28.68/4.05  
% 28.68/4.05  fork 3: search terminated without proof.
% 28.68/4.07  
% 28.68/4.07  **** run 116 fork 3 starts with strategy
% 28.68/4.07  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 29.11/4.12  
% 29.11/4.12  fork 0: search finished without proof.
% 29.11/4.14  
% 29.11/4.14  **** run 121 fork 0 starts with strategy
% 29.11/4.14  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 29.11/4.15  
% 29.11/4.15  fork 1: search finished without proof.
% 29.83/4.17  
% 29.83/4.17  **** run 114 fork 1 starts with strategy
% 29.83/4.17  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 29.83/4.17  
% 29.83/4.17  fork 2: search finished without proof.
% 29.83/4.19  
% 29.83/4.19  **** run 115 fork 2 starts with strategy
% 29.83/4.19  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 31.18/4.49  
% 31.18/4.49  
% 31.18/4.49  fork 4: search terminated without proof.
% 32.28/4.53  
% 32.28/4.53  **** run 117 fork 4 starts with strategy
% 32.28/4.53  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 35.24/4.89  
% 35.24/4.89  
% 35.24/4.89  fork 6: search terminated without proof.
% 35.24/4.91  
% 35.24/4.91  **** run 119 fork 6 starts with strategy
% 35.24/4.91  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 35.24/4.96  
% 35.24/4.96  
% 35.24/4.96  fork 7: search terminated without proof.
% 36.03/4.98  
% 36.03/4.98  **** run 120 fork 7 starts with strategy
% 36.03/4.98  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 37.16/5.15  
% 37.16/5.15  fork 0: search finished without proof.
% 37.16/5.17  
% 37.16/5.17  **** run 129 fork 0 starts with strategy
% 37.16/5.17  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 37.16/5.19  
% 37.16/5.19  
% 37.16/5.19  fork 1: search terminated without proof.
% 37.72/5.20  
% 37.72/5.20  
% 37.72/5.20  fork 5: search terminated without proof.
% 37.72/5.21  
% 37.72/5.21  **** run 122 fork 1 starts with strategy
% 37.72/5.21  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 37.72/5.22  
% 37.72/5.22  
% 37.72/5.22  fork 2: search terminated without proof.
% 37.72/5.22  
% 37.72/5.22  **** run 118 fork 5 starts with strategy
% 37.72/5.22  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 37.72/5.24  
% 37.72/5.24  **** run 123 fork 2 starts with strategy
% 37.72/5.24  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 37.72/5.25  
% 37.72/5.25  
% 37.72/5.25  fork 3: search terminated without proof.
% 38.35/5.28  
% 38.35/5.28  **** run 124 fork 3 starts with strategy
% 38.35/5.28  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 40.10/5.55  
% 40.10/5.55  
% 40.10/5.55  fork 4: search terminated without proof.
% 40.72/5.57  
% 40.72/5.57  **** run 125 fork 4 starts with strategy
% 40.72/5.57  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 43.16/5.90  
% 43.16/5.90  fork 6: search finished without proof.
% 43.16/5.92  
% 43.16/5.92  **** run 127 fork 6 starts with strategy
% 43.16/5.92  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 44.19/6.04  
% 44.19/6.04  fork 7: search finished without proof.
% 44.19/6.06  
% 44.19/6.06  **** run 128 fork 7 starts with strategy
% 44.19/6.06  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 45.28/6.21  
% 45.28/6.21  
% 45.28/6.21  fork 0: search terminated without proof.
% 45.28/6.22  
% 45.28/6.22  fork 5: search finished without proof.
% 45.28/6.23  
% 45.28/6.23  **** run 137 fork 0 starts with strategy
% 45.28/6.23  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 45.28/6.24  
% 45.28/6.24  fork 1: search finished without proof.
% 45.28/6.24  
% 45.28/6.24  **** run 126 fork 5 starts with strategy
% 45.28/6.24  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 45.72/6.26  
% 45.72/6.26  
% 45.72/6.26  fork 2: search terminated without proof.
% 45.72/6.26  
% 45.72/6.26  **** run 130 fork 1 starts with strategy
% 45.72/6.26  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 45.72/6.28  
% 45.72/6.28  **** run 131 fork 2 starts with strategy
% 45.72/6.28  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 45.72/6.30  
% 45.72/6.30  
% 45.72/6.30  fork 3: search terminated without proof.
% 45.72/6.32  
% 45.72/6.32  **** run 132 fork 3 starts with strategy
% 45.72/6.32  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 47.01/6.45  
% 47.01/6.45  
% 47.01/6.45  result: proof found
% 47.01/6.45  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 47.01/6.45  by run 125 fork 4 strategy {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 47.01/6.45  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 47.01/6.45  
% 47.01/6.45  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 47.01/6.45  
% 47.01/6.45  run 125 fork 4 statistics:
% 47.01/6.45  ----------------------------------
% 47.01/6.45  this run seconds: 0.286746
% 47.01/6.45  total seconds: 5.120183
% 47.01/6.45  stat_given_used: 1941
% 47.01/6.45  stat_given_used_at_endgame: 0
% 47.01/6.45  stat_given_candidates:   9397
% 47.01/6.45  stat_given_candidates_at_endgame: 0
% 47.01/6.45  stat_given_candidates_h: 0
% 47.01/6.45  stat_binres_derived_cl:   22217
% 47.01/6.45  stat_binres_derived_cl_h: 0
% 47.01/6.45  stat_factor_derived_cl: 197
% 47.01/6.45  stat_para_derived_cl: 4478
% 47.01/6.45  stat_tautologies_discarded: 240
% 47.01/6.45  stat_forward_subsumed: 8062
% 47.01/6.45  stat_derived_cut: 8
% 47.01/6.45  stat_derived_rewritten: 1846
% 47.01/6.45  stat_weight_discarded_building: 0
% 47.01/6.45  stat_weight_discarded_cl: 5875
% 47.01/6.45  stat_internlimit_discarded_cl: 0
% 47.01/6.45  stat_simplified:  1848 simplified 0 derived 0 given
% 47.01/6.45  stat_kept_cl: 12347
% 47.01/6.45  stat_built_cl: 23952
% 47.01/6.45  stat_hyperres_partial_cl: 0
% 47.01/6.45  stat_made_rewriters: 14
% 47.01/6.45  stat_backward_subsumed: 0
% 47.01/6.45  stat_propagated_subsumed: 0
% 47.01/6.45  stat_clsubs_attempted:                    240783
% 47.01/6.45  stat_clsubs_fact_groundunit_found:            17
% 47.01/6.45  stat_clsubs_rule_groundunit_found:            11
% 47.01/6.45  stat_clsubs_top_meta_attempted:            5211846
% 47.01/6.45  stat_clsubs_top_meta_failed:               4971063
% 47.01/6.45  stat_clsubs_top_meta_nonpref_attempted:             5211846
% 47.01/6.45  stat_clsubs_top_meta_nonpref_succeeded:             1758451
% 47.01/6.45  stat_clsubs_top_meta_pref_attempted:                1758451
% 47.01/6.45  stat_clsubs_top_meta_pref1_succeeded:                520004
% 47.01/6.45  stat_clsubs_top_meta_pref2_succeeded:                262306
% 47.01/6.45  stat_clsubs_top_meta_pref3_succeeded:                240783
% 47.01/6.45  stat_clsubs_top_meta_pref_succeeded:                 240783
% 47.01/6.45  stat_clsubs_meta_attempted:               392419
% 47.01/6.45  stat_clsubs_meta_failed:                  131616
% 47.01/6.45  stat_clsubs_predsymbs_attempted:               0
% 47.01/6.45  stat_clsubs_unit_attempted:                42198
% 47.01/6.45  stat_clsubs_full_attempted:               198585
% 47.01/6.45  stat_forwardsubs_attempted:                26285
% 47.01/6.45  stat_lit_hash_added:                  15600
% 47.01/6.45  stat_lit_hash_computed:              117737
% 47.01/6.45  stat_lit_hash_match_found:             9178
% 47.01/6.45  stat_lit_hash_match_miss:            138503
% 47.01/6.45  stat_lit_hash_cut_ok:                    22
% 47.01/6.45  stat_lit_strong_cut_ok:                   0
% 47.01/6.45  stat_lit_hash_subsume_ok:              8062
% 47.01/6.45  clqueue els 10000000 used 1
% 47.01/6.45  clactive els 10000000 used 1942
% 47.01/6.45  clactivesubsume els 10000000 used 10927
% 47.01/6.45  queue_termbuf els 200000000 used 737878
% 47.01/6.45  hyper_termbuf els 100000000 used 1
% 47.01/6.45  active_termbuf els 100000000 used 67583
% 47.01/6.45  varstack els 5000 last used 1
% 47.01/6.45  given_termbuf els 10000000 last used 1
% 47.01/6.45  simplified_termbuf els 10000000 last used 1
% 47.01/6.45  derived_termbuf els 10000000 last used 24
% 47.01/6.45  wr_mallocs: 16232
% 47.01/6.45  wr_callocs: 21
% 47.01/6.45  wr_reallocs: 3670
% 47.01/6.45  wr_frees: 2
% 47.01/6.45  wr_malloc_bytes: 4163152740
% 47.01/6.45  wr_calloc_bytes: 112065536
% 47.01/6.45  wr_realloc_bytes: 896984
% 47.01/6.45  wr_realloc_freebytes: 0
% 47.01/6.45  ----------------------------------
%------------------------------------------------------------------------------