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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LCL326-3 : TPTP v8.1.2. Released v2.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n019.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 07:38:39 EDT 2023

% Result   : Unsatisfiable 167.37s 22.07s
% Output   : CNFRefutation 167.37s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_implies_definition')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    implies(X,Y) = or(not(X),Y),
    inference(cnf_transformation,[],['$inc_implies_definition']) ).

cnf('2',plain,
    axiom(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))),
    inference(cnf_transformation,[],['$inc_axiom_1_6']) ).

cnf('3',plain,
    ( ~ axiom(X)
    | theorem(X) ),
    inference(cnf_transformation,[],['$inc_rule_1']) ).

cnf('4',plain,
    theorem(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))),
    inference(resolution,[],['2','3']) ).

cnf('5',plain,
    ( ~ theorem(implies(X,Y))
    | ~ theorem(X)
    | theorem(Y) ),
    inference(cnf_transformation,[],['$inc_rule_2']) ).

cnf('6',plain,
    ( theorem(implies(or(X,Y),or(X,Z)))
    | ~ theorem(implies(Y,Z)) ),
    inference(resolution,[],['4','5']) ).

cnf('7',plain,
    axiom(implies(or(X,X),X)),
    inference(cnf_transformation,[],['$inc_axiom_1_2']) ).

cnf('8',plain,
    theorem(implies(or(X,X),X)),
    inference(resolution,[],['7','3']) ).

cnf('9',plain,
    theorem(implies(or(X,or(Y,Y)),or(X,Y))),
    inference(resolution,[],['6','8']) ).

cnf('10',plain,
    ( ~ theorem(or(X,or(Y,Y)))
    | theorem(or(X,Y)) ),
    inference(resolution,[],['9','5']) ).

cnf('11',plain,
    axiom(implies(X,or(Y,X))),
    inference(cnf_transformation,[],['$inc_axiom_1_3']) ).

cnf('12',plain,
    theorem(implies(X,or(Y,X))),
    inference(resolution,[],['11','3']) ).

cnf('13',plain,
    theorem(implies(or(X,Y),or(X,or(Z,Y)))),
    inference(resolution,[],['6','12']) ).

cnf('14',plain,
    ( theorem(or(X,or(Y,Z)))
    | ~ theorem(or(X,Z)) ),
    inference(resolution,[],['13','5']) ).

cnf('15',plain,
    axiom(implies(or(X,Y),or(Y,X))),
    inference(cnf_transformation,[],['$inc_axiom_1_4']) ).

cnf('16',plain,
    theorem(implies(or(X,Y),or(Y,X))),
    inference(resolution,[],['15','3']) ).

cnf('17',plain,
    ( ~ theorem(or(X,Y))
    | theorem(or(Y,X)) ),
    inference(resolution,[],['16','5']) ).

cnf('18',plain,
    ( theorem(or(X,not(Y)))
    | ~ theorem(implies(Y,X)) ),
    inference(paramodulation,[],['1','17']) ).

cnf('19',plain,
    theorem(or(or(X,Y),not(Y))),
    inference(resolution,[],['18','12']) ).

cnf('20',plain,
    theorem(or(or(X,Y),or(Z,not(Y)))),
    inference(resolution,[],['14','19']) ).

cnf('21',plain,
    theorem(or(or(X,not(Y)),or(Z,Y))),
    inference(resolution,[],['20','17']) ).

cnf('22',plain,
    theorem(or(or(X,not(Y)),Y)),
    inference(resolution,[],['10','21']) ).

cnf('23',plain,
    theorem(or(X,or(Y,not(X)))),
    inference(resolution,[],['22','17']) ).

cnf('24',plain,
    theorem(or(X,not(X))),
    inference(resolution,[],['23','10']) ).

cnf('25',plain,
    theorem(implies(X,not(not(X)))),
    inference(paramodulation,[],['1','24']) ).

cnf('26',plain,
    theorem(implies(or(X,Y),or(X,not(not(Y))))),
    inference(resolution,[],['25','6']) ).

cnf('27',plain,
    ( theorem(or(X,not(not(Y))))
    | ~ theorem(or(X,Y)) ),
    inference(resolution,[],['26','5']) ).

cnf('28',plain,
    theorem(or(X,not(not(not(X))))),
    inference(resolution,[],['27','24']) ).

cnf('29',plain,
    theorem(implies(or(X,not(Y)),implies(Y,X))),
    inference(paramodulation,[],['1','16']) ).

cnf('30',plain,
    ( ~ theorem(or(X,not(Y)))
    | theorem(implies(Y,X)) ),
    inference(resolution,[],['29','5']) ).

cnf('31',plain,
    theorem(implies(not(not(X)),X)),
    inference(resolution,[],['28','30']) ).

cnf('32',plain,
    theorem(implies(or(X,not(not(Y))),or(X,Y))),
    inference(resolution,[],['31','6']) ).

cnf('33',plain,
    theorem(implies(implies(X3,not(not(Y3))),or(not(X3),Y3))),
    inference(paramodulation,[],['1','32']) ).

cnf('34',plain,
    and(X0,X1) = not(or(not(X0),not(X1))),
    inference(cnf_transformation,[],['$inc_and_defn']) ).

cnf('35',plain,
    and(X,Y) = not(implies(X,not(Y))),
    inference(simplify,[],['34','1']) ).

cnf('36',plain,
    implies(implies(X,not(Y)),Z) = or(and(X,Y),Z),
    inference(paramodulation,[],['35','1']) ).

cnf('37',plain,
    theorem(or(and(X,not(Y)),implies(X,Y))),
    inference(simplify,[then_simplify],['33','1','36']) ).

cnf('38',plain,
    ( ~ theorem(or(and(X,Y),Z))
    | ~ theorem(implies(X,not(Y)))
    | theorem(Z) ),
    inference(paramodulation,[],['36','5']) ).

cnf('39',plain,
    ( ~ theorem(implies(X,not(not(Y))))
    | theorem(implies(X,Y)) ),
    inference(resolution,[],['37','38']) ).

cnf('40',plain,
    theorem(implies(implies(X3,or(Y3,Y3)),or(not(X3),Y3))),
    inference(paramodulation,[],['1','9']) ).

cnf('41',plain,
    theorem(implies(implies(X,or(Y,Y)),implies(X,Y))),
    inference(simplify,[],['40','1']) ).

cnf('42',plain,
    ( ~ theorem(implies(X,or(Y,Y)))
    | theorem(implies(X,Y)) ),
    inference(resolution,[],['41','5']) ).

cnf('43',plain,
    theorem(implies(or(not(not(X3)),X3),not(not(X3)))),
    inference(resolution,[],['42','26']) ).

cnf('44',plain,
    theorem(implies(implies(not(X),X),not(not(X)))),
    inference(simplify,[],['43','1']) ).

cnf('45',plain,
    theorem(implies(implies(not(X),X),X)),
    inference(resolution,[],['39','44']) ).

cnf('46',plain,
    axiom(implies(implies(X3,not(X3)),not(X3))),
    inference(paramodulation,[],['1','7']) ).

cnf('47',plain,
    axiom(or(and(X,X),not(X))),
    inference(simplify,[],['46','36']) ).

cnf('48',plain,
    theorem(or(and(X,X),not(X))),
    inference(resolution,[],['47','3']) ).

cnf('49',plain,
    theorem(or(not(X3),and(X3,X3))),
    inference(resolution,[],['48','17']) ).

cnf('50',plain,
    theorem(implies(X,and(X,X))),
    inference(simplify,[],['49','1']) ).

cnf('51',plain,
    theorem(implies(or(X,Y),or(X,and(Y,Y)))),
    inference(resolution,[],['6','50']) ).

cnf('52',plain,
    theorem(implies(implies(X3,Y3),or(not(X3),and(Y3,Y3)))),
    inference(paramodulation,[],['1','51']) ).

cnf('53',plain,
    theorem(implies(implies(X,Y),implies(X,and(Y,Y)))),
    inference(simplify,[],['52','1']) ).

cnf('54',plain,
    ( theorem(implies(X,and(Y,Y)))
    | ~ theorem(implies(X,Y)) ),
    inference(resolution,[],['53','5']) ).

cnf('55',plain,
    theorem(implies(implies(not(X),X),and(X,X))),
    inference(resolution,[],['45','54']) ).

cnf('56',plain,
    theorem(or(and(X,X),not(implies(not(X),X)))),
    inference(resolution,[],['55','18']) ).

cnf('57',plain,
    equivalent(X,Y) = and(implies(X,Y),implies(Y,X)),
    inference(cnf_transformation,[],['$inc_equivalent_defn']) ).

cnf('58',plain,
    implies(or(and(X,Y),not(Z)),U) = or(and(implies(X,not(Y)),Z),U),
    inference(paramodulation,[],['36','36']) ).

cnf('59',plain,
    implies(or(and(X,Y),not(implies(not(Y),X))),Z) = or(equivalent(X,not(Y)),Z),
    inference(paramodulation,[],['57','58']) ).

cnf('60',plain,
    ( ~ theorem(or(and(X,Y),not(implies(not(Y),X))))
    | ~ theorem(or(equivalent(X,not(Y)),Z))
    | theorem(Z) ),
    inference(paramodulation,[],['59','5']) ).

cnf('61',plain,
    ( ~ theorem(or(equivalent(X,not(X)),Y))
    | theorem(Y) ),
    inference(resolution,[],['56','60']) ).

cnf('62',plain,
    theorem(not(equivalent(X,not(X)))),
    inference(resolution,[],['61','24']) ).

cnf('63',plain,
    ~ theorem(not(equivalent(p,not(p)))),
    inference(cnf_transformation,[],[prove_this]) ).

cnf('64',plain,
    $false,
    inference(resolution,[],['62','63']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL326-3 : TPTP v8.1.2. Released v2.3.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.33  % Computer : n019.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.33  % DateTime : Fri Aug 25 06:41:28 EDT 2023
% 0.13/0.33  % CPUTime  : 
% 0.18/0.37  
% 0.18/0.37  input clause set summed statistics:
% 0.18/0.37  ----------------------------------
% 0.18/0.37  in_clause_count:                    11
% 0.18/0.37  in_rule_clause_count:               11
% 0.18/0.37  in_fact_clause_count:                0
% 0.18/0.37  in_answer_clause_count:              0
% 0.18/0.37  in_ground_clause_count:              1
% 0.18/0.37  in_unit_clause_count:                9
% 0.18/0.37  in_horn_clause_count:               11
% 0.18/0.37  in_pos_clause_count:                 8
% 0.18/0.37  in_neg_clause_count:                 1
% 0.18/0.37  in_poseq_clause_count:               3
% 0.18/0.37  in_negeq_clause_count:               0
% 0.18/0.37  in_unitposeq_clause_count:           3
% 0.18/0.37  in_chain_clause_count:               1
% 0.18/0.37  in_min_length:             1
% 0.18/0.37  in_max_length:             3
% 0.18/0.37  in_min_depth:              1
% 0.18/0.37  in_max_depth:              4
% 0.18/0.37  in_min_size:               4
% 0.18/0.37  in_max_size:              12
% 0.18/0.37  in_min_vars:               0
% 0.18/0.37  in_max_vars:               3
% 0.18/0.37  in_extaxiom_count:                10
% 0.18/0.37  in_axiom_count:                    0
% 0.18/0.37  in_assumption_count:               0
% 0.18/0.37  in_goal_count:                     1
% 0.18/0.37  in_neg_goal_count:                 1
% 0.18/0.37  in_pos_goal_count:                 0
% 0.18/0.38  in_posunit_goal_count:             0
% 0.18/0.38  
% 0.18/0.38  auto guide:
% 0.18/0.38  -----------
% 0.18/0.38  {
% 0.18/0.38  "print":1,
% 0.18/0.38  "print_level": 15,
% 0.18/0.38  "max_size": 0,
% 0.18/0.38  "max_depth": 0,
% 0.18/0.38  "max_length": 0,
% 0.18/0.38  "max_dseconds": 0,
% 0.18/0.38  "runs":[
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.38  {"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.18/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.38  {"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.18/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.18/0.38  {"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.18/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.38  {"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.18/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.38  {"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.18/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.18/0.38  {"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.18/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.38  {"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.18/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.38  {"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.18/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.18/0.38  {"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.18/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.18/0.38  
% 0.18/0.38  ]}
% 0.18/0.38  
% 0.18/0.38  
% 0.18/0.38  **** run 1 fork 0 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 2 fork 1 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 3 fork 2 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 4 fork 3 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 5 fork 4 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.38  
% 0.18/0.38  **** run 6 fork 5 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.38  
% 0.18/0.38  **** run 7 fork 6 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.18/0.39  
% 0.18/0.39  **** run 8 fork 7 starts with strategy
% 0.18/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 4: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 5: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 6: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 2: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 0: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 1: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 3: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 7: search terminated without proof.
% 0.18/0.52  
% 0.18/0.52  **** run 14 fork 5 starts with strategy
% 0.18/0.52  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.18/0.53  
% 0.18/0.53  **** run 13 fork 4 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.18/0.53  
% 0.18/0.53  **** run 15 fork 6 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.18/0.53  
% 0.18/0.53  **** run 11 fork 2 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.18/0.53  
% 0.18/0.53  **** run 9 fork 0 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.18/0.53  
% 0.18/0.53  **** run 10 fork 1 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.18/0.53  
% 0.18/0.53  **** run 12 fork 3 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.18/0.54  
% 0.18/0.54  **** run 16 fork 7 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.18/0.64  
% 0.18/0.64  
% 0.18/0.64  fork 6: search terminated without proof.
% 0.18/0.64  
% 0.18/0.64  
% 0.18/0.64  fork 4: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 2: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 0: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 7: search terminated without proof.
% 0.18/0.66  
% 0.18/0.66  
% 0.18/0.66  fork 1: search terminated without proof.
% 0.18/0.66  
% 0.18/0.66  
% 0.18/0.66  fork 5: search terminated without proof.
% 0.18/0.66  
% 0.18/0.66  **** run 23 fork 6 starts with strategy
% 0.18/0.66  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.18/0.67  
% 0.18/0.67  **** run 21 fork 4 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.18/0.67  
% 0.18/0.67  
% 0.18/0.67  fork 3: search terminated without proof.
% 0.18/0.67  
% 0.18/0.67  **** run 17 fork 0 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.18/0.67  
% 0.18/0.67  **** run 19 fork 2 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.18/0.68  
% 0.18/0.68  **** run 18 fork 1 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.18/0.68  
% 0.18/0.68  **** run 22 fork 5 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.18/0.69  
% 0.18/0.69  **** run 20 fork 3 starts with strategy
% 0.18/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.18/0.70  
% 0.18/0.70  **** run 24 fork 7 starts with strategy
% 0.18/0.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.18/0.77  
% 0.18/0.77  fork 2: search finished without proof.
% 0.18/0.79  
% 0.18/0.79  **** run 27 fork 2 starts with strategy
% 0.18/0.79  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 2.40/0.80  
% 2.40/0.80  
% 2.40/0.80  fork 4: search terminated without proof.
% 2.40/0.80  
% 2.40/0.80  
% 2.40/0.80  fork 6: search terminated without proof.
% 2.40/0.82  
% 2.40/0.82  
% 2.40/0.82  fork 0: search terminated without proof.
% 2.40/0.82  
% 2.40/0.82  **** run 29 fork 4 starts with strategy
% 2.40/0.82  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 2.40/0.82  
% 2.40/0.82  
% 2.40/0.82  fork 1: search terminated without proof.
% 2.40/0.82  
% 2.40/0.82  
% 2.40/0.82  fork 3: search terminated without proof.
% 2.40/0.82  
% 2.40/0.82  **** run 31 fork 6 starts with strategy
% 2.40/0.82  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 2.40/0.83  
% 2.40/0.83  
% 2.40/0.83  fork 5: search terminated without proof.
% 3.52/0.84  
% 3.52/0.84  **** run 25 fork 0 starts with strategy
% 3.52/0.84  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.52/0.84  
% 3.52/0.84  **** run 26 fork 1 starts with strategy
% 3.52/0.84  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.52/0.84  
% 3.52/0.84  **** run 28 fork 3 starts with strategy
% 3.52/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 3.52/0.85  
% 3.52/0.85  **** run 30 fork 5 starts with strategy
% 3.52/0.85  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.52/0.86  
% 3.52/0.86  
% 3.52/0.86  fork 7: search terminated without proof.
% 3.52/0.88  
% 3.52/0.88  **** run 32 fork 7 starts with strategy
% 3.52/0.88  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.52/0.91  
% 3.52/0.91  fork 7: search finished without proof.
% 3.52/0.91  
% 3.52/0.91  
% 3.52/0.91  fork 2: search terminated without proof.
% 4.20/0.92  
% 4.20/0.92  **** run 40 fork 7 starts with strategy
% 4.20/0.92  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.20/0.93  
% 4.20/0.93  **** run 35 fork 2 starts with strategy
% 4.20/0.93  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.20/0.95  
% 4.20/0.95  
% 4.20/0.95  fork 6: search terminated without proof.
% 4.20/0.95  
% 4.20/0.95  
% 4.20/0.95  fork 4: search terminated without proof.
% 4.20/0.96  
% 4.20/0.96  
% 4.20/0.96  fork 0: search terminated without proof.
% 4.20/0.96  
% 4.20/0.96  
% 4.20/0.96  fork 1: search terminated without proof.
% 4.20/0.96  
% 4.20/0.96  
% 4.20/0.96  fork 3: search terminated without proof.
% 4.20/0.97  
% 4.20/0.97  **** run 37 fork 4 starts with strategy
% 4.20/0.97  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.20/0.97  
% 4.20/0.97  **** run 39 fork 6 starts with strategy
% 4.20/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.20/0.98  
% 4.20/0.98  **** run 33 fork 0 starts with strategy
% 4.20/0.98  {"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.73/0.98  
% 4.73/0.98  **** run 34 fork 1 starts with strategy
% 4.73/0.98  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.73/0.98  
% 4.73/0.98  **** run 36 fork 3 starts with strategy
% 4.73/0.98  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.73/0.99  
% 4.73/0.99  
% 4.73/0.99  fork 5: search terminated without proof.
% 4.73/1.01  
% 4.73/1.01  **** run 38 fork 5 starts with strategy
% 4.73/1.01  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.73/1.04  
% 4.73/1.04  
% 4.73/1.04  fork 7: search terminated without proof.
% 4.73/1.06  
% 4.73/1.06  
% 4.73/1.06  fork 2: search terminated without proof.
% 4.73/1.06  
% 4.73/1.06  **** run 48 fork 7 starts with strategy
% 4.73/1.06  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 5.52/1.08  
% 5.52/1.08  **** run 43 fork 2 starts with strategy
% 5.52/1.08  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.52/1.09  
% 5.52/1.09  
% 5.52/1.09  fork 4: search terminated without proof.
% 5.52/1.09  
% 5.52/1.09  fork 7: search finished without proof.
% 5.52/1.09  
% 5.52/1.09  fork 6: search finished without proof.
% 5.52/1.10  
% 5.52/1.10  
% 5.52/1.10  fork 1: search terminated without proof.
% 5.52/1.11  
% 5.52/1.11  
% 5.52/1.11  fork 3: search terminated without proof.
% 5.52/1.11  
% 5.52/1.11  
% 5.52/1.11  fork 0: search terminated without proof.
% 5.52/1.11  
% 5.52/1.11  **** run 56 fork 7 starts with strategy
% 5.52/1.11  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 5.78/1.11  
% 5.78/1.11  **** run 45 fork 4 starts with strategy
% 5.78/1.11  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.78/1.11  
% 5.78/1.11  **** run 47 fork 6 starts with strategy
% 5.78/1.11  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 5.78/1.12  
% 5.78/1.12  **** run 42 fork 1 starts with strategy
% 5.78/1.12  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.78/1.13  
% 5.78/1.13  **** run 44 fork 3 starts with strategy
% 5.78/1.13  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.96/1.13  
% 5.96/1.13  **** run 41 fork 0 starts with strategy
% 5.96/1.13  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.96/1.14  
% 5.96/1.14  
% 5.96/1.14  fork 5: search terminated without proof.
% 5.96/1.14  
% 5.96/1.14  fork 7: search finished without proof.
% 5.96/1.15  
% 5.96/1.15  **** run 64 fork 7 starts with strategy
% 5.96/1.15  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.96/1.16  
% 5.96/1.16  fork 1: search finished without proof.
% 5.96/1.16  
% 5.96/1.16  **** run 46 fork 5 starts with strategy
% 5.96/1.16  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.96/1.18  
% 5.96/1.18  **** run 50 fork 1 starts with strategy
% 5.96/1.18  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 5.96/1.19  
% 5.96/1.19  
% 5.96/1.19  fork 2: search terminated without proof.
% 5.96/1.21  
% 5.96/1.21  **** run 51 fork 2 starts with strategy
% 5.96/1.21  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.62/1.23  
% 6.62/1.23  
% 6.62/1.23  fork 6: search terminated without proof.
% 6.62/1.23  
% 6.62/1.23  
% 6.62/1.23  fork 4: search terminated without proof.
% 6.62/1.25  
% 6.62/1.25  **** run 55 fork 6 starts with strategy
% 6.62/1.25  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 6.62/1.25  
% 6.62/1.25  **** run 53 fork 4 starts with strategy
% 6.62/1.25  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.62/1.25  
% 6.62/1.25  
% 6.62/1.25  fork 0: search terminated without proof.
% 6.62/1.26  
% 6.62/1.26  
% 6.62/1.26  fork 3: search terminated without proof.
% 6.62/1.27  
% 6.62/1.27  **** run 49 fork 0 starts with strategy
% 6.62/1.27  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.62/1.28  
% 6.62/1.28  
% 6.62/1.28  fork 7: search terminated without proof.
% 6.62/1.28  
% 6.62/1.28  **** run 52 fork 3 starts with strategy
% 6.62/1.28  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 7.15/1.29  
% 7.15/1.29  
% 7.15/1.29  fork 5: search terminated without proof.
% 7.15/1.29  
% 7.15/1.29  **** run 72 fork 7 starts with strategy
% 7.15/1.29  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.15/1.30  
% 7.15/1.30  
% 7.15/1.30  fork 1: search terminated without proof.
% 7.15/1.31  
% 7.15/1.31  **** run 54 fork 5 starts with strategy
% 7.15/1.31  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 7.15/1.32  
% 7.15/1.32  **** run 58 fork 1 starts with strategy
% 7.15/1.32  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.15/1.35  
% 7.15/1.35  
% 7.15/1.35  fork 2: search terminated without proof.
% 7.15/1.35  
% 7.15/1.35  fork 1: search finished without proof.
% 7.81/1.36  
% 7.81/1.36  **** run 66 fork 1 starts with strategy
% 7.81/1.36  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 7.81/1.37  
% 7.81/1.37  **** run 59 fork 2 starts with strategy
% 7.81/1.37  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 7.81/1.37  
% 7.81/1.37  
% 7.81/1.37  fork 6: search terminated without proof.
% 7.81/1.37  
% 7.81/1.37  
% 7.81/1.37  fork 4: search terminated without proof.
% 7.81/1.39  
% 7.81/1.39  **** run 63 fork 6 starts with strategy
% 7.81/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 7.81/1.39  
% 7.81/1.39  **** run 61 fork 4 starts with strategy
% 7.81/1.39  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 7.81/1.39  
% 7.81/1.39  
% 7.81/1.39  fork 0: search terminated without proof.
% 7.81/1.42  
% 7.81/1.42  
% 7.81/1.42  fork 7: search terminated without proof.
% 7.81/1.42  
% 7.81/1.42  **** run 57 fork 0 starts with strategy
% 7.81/1.42  
% 7.81/1.42  
% 7.81/1.42  fork 3: search terminated without proof.
% 7.81/1.42  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 7.81/1.43  
% 7.81/1.43  **** run 80 fork 7 starts with strategy
% 7.81/1.43  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 7.81/1.44  
% 7.81/1.44  **** run 60 fork 3 starts with strategy
% 7.81/1.44  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.81/1.46  
% 7.81/1.46  fork 3: search finished without proof.
% 7.81/1.48  
% 7.81/1.48  **** run 68 fork 3 starts with strategy
% 7.81/1.48  {"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}
% 7.81/1.48  
% 7.81/1.48  
% 7.81/1.48  fork 1: search terminated without proof.
% 7.81/1.49  
% 7.81/1.49  
% 7.81/1.49  fork 5: search terminated without proof.
% 7.81/1.51  
% 7.81/1.51  **** run 74 fork 1 starts with strategy
% 7.81/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.81/1.51  
% 7.81/1.51  
% 7.81/1.51  fork 2: search terminated without proof.
% 7.81/1.51  
% 7.81/1.51  **** run 62 fork 5 starts with strategy
% 7.81/1.51  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 7.81/1.52  
% 7.81/1.52  
% 7.81/1.52  fork 6: search terminated without proof.
% 8.28/1.53  
% 8.28/1.53  **** run 67 fork 2 starts with strategy
% 8.28/1.53  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 8.28/1.53  
% 8.28/1.53  **** run 71 fork 6 starts with strategy
% 8.28/1.53  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 8.28/1.54  
% 8.28/1.54  fork 5: search finished without proof.
% 8.28/1.54  
% 8.28/1.54  
% 8.28/1.54  fork 0: search terminated without proof.
% 8.28/1.56  
% 8.28/1.56  **** run 70 fork 5 starts with strategy
% 8.28/1.56  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.28/1.56  
% 8.28/1.56  
% 8.28/1.56  fork 7: search terminated without proof.
% 9.22/1.57  
% 9.22/1.57  **** run 65 fork 0 starts with strategy
% 9.22/1.57  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.22/1.58  
% 9.22/1.58  
% 9.22/1.58  fork 4: search terminated without proof.
% 9.22/1.58  
% 9.22/1.58  **** run 88 fork 7 starts with strategy
% 9.22/1.58  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.38/1.60  
% 9.38/1.60  **** run 69 fork 4 starts with strategy
% 9.38/1.60  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.62/1.62  
% 9.62/1.62  
% 9.62/1.62  fork 3: search terminated without proof.
% 9.72/1.64  
% 9.72/1.64  **** run 76 fork 3 starts with strategy
% 9.72/1.64  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 9.72/1.64  
% 9.72/1.64  
% 9.72/1.64  fork 1: search terminated without proof.
% 9.72/1.65  
% 9.72/1.65  
% 9.72/1.65  fork 6: search terminated without proof.
% 9.72/1.66  
% 9.72/1.66  **** run 82 fork 1 starts with strategy
% 9.72/1.66  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.72/1.67  
% 9.72/1.67  
% 9.72/1.67  fork 2: search terminated without proof.
% 9.72/1.67  
% 9.72/1.67  **** run 79 fork 6 starts with strategy
% 9.72/1.67  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 9.72/1.68  
% 9.72/1.68  
% 9.72/1.68  fork 5: search terminated without proof.
% 9.72/1.69  
% 9.72/1.69  
% 9.72/1.69  fork 0: search terminated without proof.
% 9.72/1.69  
% 9.72/1.69  **** run 75 fork 2 starts with strategy
% 9.72/1.69  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 9.72/1.70  
% 9.72/1.70  **** run 78 fork 5 starts with strategy
% 9.72/1.70  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.72/1.70  
% 9.72/1.70  
% 9.72/1.70  fork 7: search terminated without proof.
% 9.72/1.71  
% 9.72/1.71  **** run 73 fork 0 starts with strategy
% 9.72/1.71  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 10.38/1.72  
% 10.38/1.72  
% 10.38/1.72  fork 4: search terminated without proof.
% 10.38/1.72  
% 10.38/1.72  fork 2: search finished without proof.
% 10.38/1.72  
% 10.38/1.72  **** run 96 fork 7 starts with strategy
% 10.38/1.72  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 10.38/1.74  
% 10.38/1.74  **** run 77 fork 4 starts with strategy
% 10.38/1.74  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 10.38/1.74  
% 10.38/1.74  **** run 83 fork 2 starts with strategy
% 10.38/1.74  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 10.38/1.76  
% 10.38/1.76  
% 10.38/1.76  fork 3: search terminated without proof.
% 10.38/1.78  
% 10.38/1.78  **** run 84 fork 3 starts with strategy
% 10.38/1.78  {"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}
% 10.92/1.78  
% 10.92/1.78  
% 10.92/1.78  fork 1: search terminated without proof.
% 10.92/1.79  
% 10.92/1.79  
% 10.92/1.79  fork 6: search terminated without proof.
% 10.92/1.80  
% 10.92/1.80  **** run 90 fork 1 starts with strategy
% 10.92/1.80  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 10.92/1.81  
% 10.92/1.81  **** run 87 fork 6 starts with strategy
% 10.92/1.81  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 10.92/1.82  
% 10.92/1.82  
% 10.92/1.82  fork 5: search terminated without proof.
% 10.92/1.83  
% 10.92/1.83  
% 10.92/1.83  fork 0: search terminated without proof.
% 10.92/1.84  
% 10.92/1.84  **** run 86 fork 5 starts with strategy
% 10.92/1.84  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 10.92/1.85  
% 10.92/1.85  **** run 81 fork 0 starts with strategy
% 10.92/1.85  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 10.92/1.86  
% 10.92/1.86  
% 10.92/1.86  fork 4: search terminated without proof.
% 10.92/1.86  
% 10.92/1.86  
% 10.92/1.86  fork 2: search terminated without proof.
% 11.62/1.88  
% 11.62/1.88  **** run 85 fork 4 starts with strategy
% 11.62/1.88  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 11.76/1.88  
% 11.76/1.88  **** run 91 fork 2 starts with strategy
% 11.76/1.88  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 11.76/1.90  
% 11.76/1.90  
% 11.76/1.90  fork 3: search terminated without proof.
% 12.00/1.92  
% 12.00/1.92  **** run 92 fork 3 starts with strategy
% 12.00/1.92  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 12.11/1.93  
% 12.11/1.93  
% 12.11/1.93  fork 6: search terminated without proof.
% 12.11/1.95  
% 12.11/1.95  **** run 95 fork 6 starts with strategy
% 12.11/1.95  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 12.11/1.96  
% 12.11/1.96  
% 12.11/1.96  fork 5: search terminated without proof.
% 12.11/1.97  
% 12.11/1.97  
% 12.11/1.97  fork 0: search terminated without proof.
% 12.11/1.98  
% 12.11/1.98  **** run 94 fork 5 starts with strategy
% 12.11/1.98  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 12.11/1.99  
% 12.11/1.99  **** run 89 fork 0 starts with strategy
% 12.11/1.99  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.11/2.00  
% 12.11/2.00  
% 12.11/2.00  fork 4: search terminated without proof.
% 12.11/2.02  
% 12.11/2.02  **** run 93 fork 4 starts with strategy
% 12.11/2.02  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 18.01/2.79  
% 18.01/2.79  
% 18.01/2.79  fork 7: search terminated without proof.
% 18.01/2.80  
% 18.01/2.80  fork 1: search finished without proof.
% 18.01/2.82  
% 18.01/2.82  **** run 98 fork 1 starts with strategy
% 18.01/2.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 18.01/2.84  
% 18.01/2.84  **** run 104 fork 7 starts with strategy
% 18.01/2.84  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 19.31/2.96  
% 19.31/2.96  
% 19.31/2.96  fork 3: search terminated without proof.
% 19.97/2.98  
% 19.97/2.98  
% 19.97/2.98  fork 6: search terminated without proof.
% 19.97/2.99  
% 19.97/2.99  **** run 100 fork 3 starts with strategy
% 19.97/2.99  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 20.21/2.99  
% 20.21/2.99  
% 20.21/2.99  fork 2: search terminated without proof.
% 20.21/3.01  
% 20.21/3.01  **** run 103 fork 6 starts with strategy
% 20.21/3.01  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 20.46/3.03  
% 20.46/3.03  
% 20.46/3.03  fork 0: search terminated without proof.
% 20.46/3.03  
% 20.46/3.03  **** run 99 fork 2 starts with strategy
% 20.46/3.03  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 20.46/3.06  
% 20.46/3.06  **** run 97 fork 0 starts with strategy
% 20.46/3.06  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 20.46/3.08  
% 20.46/3.08  
% 20.46/3.08  fork 5: search terminated without proof.
% 21.04/3.10  
% 21.04/3.10  **** run 102 fork 5 starts with strategy
% 21.04/3.10  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 21.04/3.16  
% 21.04/3.16  
% 21.04/3.16  fork 4: search terminated without proof.
% 21.61/3.20  
% 21.61/3.20  **** run 101 fork 4 starts with strategy
% 21.61/3.20  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 26.72/3.84  
% 26.72/3.84  
% 26.72/3.84  fork 1: search terminated without proof.
% 26.72/3.87  
% 26.72/3.87  **** run 106 fork 1 starts with strategy
% 26.72/3.87  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 27.29/3.92  
% 27.29/3.92  
% 27.29/3.92  fork 7: search terminated without proof.
% 27.29/3.95  
% 27.29/3.95  **** run 112 fork 7 starts with strategy
% 27.29/3.95  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 27.84/4.01  
% 27.84/4.01  
% 27.84/4.01  fork 3: search terminated without proof.
% 27.84/4.04  
% 27.84/4.04  **** run 108 fork 3 starts with strategy
% 27.84/4.04  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 27.84/4.05  
% 27.84/4.05  
% 27.84/4.05  fork 6: search terminated without proof.
% 28.64/4.08  
% 28.64/4.08  **** run 111 fork 6 starts with strategy
% 28.64/4.08  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 28.64/4.08  
% 28.64/4.08  
% 28.64/4.08  fork 0: search terminated without proof.
% 28.64/4.11  
% 28.64/4.11  **** run 105 fork 0 starts with strategy
% 28.64/4.11  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 28.64/4.12  
% 28.64/4.12  
% 28.64/4.12  fork 5: search terminated without proof.
% 28.64/4.14  
% 28.64/4.14  **** run 110 fork 5 starts with strategy
% 28.64/4.14  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 28.64/4.14  
% 28.64/4.14  
% 28.64/4.14  fork 2: search terminated without proof.
% 28.64/4.19  
% 28.64/4.19  **** run 107 fork 2 starts with strategy
% 28.64/4.19  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 30.35/4.31  
% 30.35/4.31  
% 30.35/4.31  fork 4: search terminated without proof.
% 30.58/4.33  
% 30.58/4.33  **** run 109 fork 4 starts with strategy
% 30.58/4.33  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 35.14/4.95  
% 35.14/4.95  
% 35.14/4.95  fork 1: search terminated without proof.
% 35.14/4.98  
% 35.14/4.98  **** run 114 fork 1 starts with strategy
% 35.14/4.98  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 35.14/4.98  
% 35.14/4.98  
% 35.14/4.98  fork 7: search terminated without proof.
% 35.70/5.01  
% 35.70/5.01  **** run 120 fork 7 starts with strategy
% 35.70/5.01  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 35.70/5.04  
% 35.70/5.04  fork 7: search finished without proof.
% 35.70/5.06  
% 35.70/5.06  **** run 128 fork 7 starts with strategy
% 35.70/5.06  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 36.42/5.08  
% 36.42/5.08  
% 36.42/5.08  fork 3: search terminated without proof.
% 36.65/5.11  
% 36.65/5.11  **** run 116 fork 3 starts with strategy
% 36.65/5.11  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 36.83/5.14  
% 36.83/5.14  fork 6: search finished without proof.
% 36.83/5.15  
% 36.83/5.15  fork 0: search finished without proof.
% 36.83/5.17  
% 36.83/5.17  **** run 119 fork 6 starts with strategy
% 36.83/5.17  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 36.83/5.18  
% 36.83/5.18  
% 36.83/5.18  fork 5: search terminated without proof.
% 36.83/5.18  
% 36.83/5.18  **** run 113 fork 0 starts with strategy
% 36.83/5.18  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 36.83/5.20  
% 36.83/5.20  fork 2: search finished without proof.
% 36.83/5.21  
% 36.83/5.21  **** run 118 fork 5 starts with strategy
% 36.83/5.21  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 37.57/5.22  
% 37.57/5.22  **** run 115 fork 2 starts with strategy
% 37.57/5.22  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 38.13/5.35  
% 38.13/5.35  
% 38.13/5.35  fork 4: search terminated without proof.
% 38.82/5.38  
% 38.82/5.38  **** run 117 fork 4 starts with strategy
% 38.82/5.38  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 43.56/6.00  
% 43.56/6.00  
% 43.56/6.00  fork 1: search terminated without proof.
% 43.56/6.03  
% 43.56/6.03  **** run 122 fork 1 starts with strategy
% 43.56/6.03  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 44.11/6.12  
% 44.11/6.12  
% 44.11/6.12  fork 7: search terminated without proof.
% 44.11/6.14  
% 44.11/6.14  **** run 136 fork 7 starts with strategy
% 44.11/6.14  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 44.11/6.17  
% 44.11/6.17  
% 44.11/6.17  fork 3: search terminated without proof.
% 44.11/6.17  
% 44.11/6.17  fork 7: search finished without proof.
% 44.47/6.19  
% 44.47/6.19  **** run 144 fork 7 starts with strategy
% 44.47/6.19  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 44.47/6.19  
% 44.47/6.19  
% 44.47/6.19  fork 6: search terminated without proof.
% 44.47/6.20  
% 44.47/6.20  **** run 124 fork 3 starts with strategy
% 44.47/6.20  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 44.47/6.22  
% 44.47/6.22  fork 7: search finished without proof.
% 45.33/6.24  
% 45.33/6.24  **** run 152 fork 7 starts with strategy
% 45.33/6.24  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 45.33/6.24  
% 45.33/6.24  
% 45.33/6.24  fork 2: search terminated without proof.
% 45.33/6.26  
% 45.33/6.26  fork 5: search finished without proof.
% 45.63/6.27  
% 45.63/6.27  **** run 123 fork 2 starts with strategy
% 45.63/6.27  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 45.63/6.28  
% 45.63/6.28  **** run 127 fork 6 starts with strategy
% 45.63/6.28  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 45.63/6.29  
% 45.63/6.29  **** run 126 fork 5 starts with strategy
% 45.63/6.29  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 45.63/6.29  
% 45.63/6.29  
% 45.63/6.29  fork 0: search terminated without proof.
% 45.63/6.32  
% 45.63/6.32  **** run 121 fork 0 starts with strategy
% 45.63/6.32  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 46.94/6.45  
% 46.94/6.45  
% 46.94/6.45  fork 4: search terminated without proof.
% 47.20/6.47  
% 47.20/6.47  **** run 125 fork 4 starts with strategy
% 47.20/6.47  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 51.82/7.11  
% 51.82/7.11  
% 51.82/7.11  fork 1: search terminated without proof.
% 51.82/7.13  
% 51.82/7.13  **** run 130 fork 1 starts with strategy
% 51.82/7.13  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 52.39/7.16  
% 52.39/7.16  fork 1: search finished without proof.
% 52.68/7.18  
% 52.68/7.18  **** run 138 fork 1 starts with strategy
% 52.68/7.18  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 53.18/7.25  
% 53.18/7.25  
% 53.18/7.25  fork 3: search terminated without proof.
% 53.18/7.26  
% 53.18/7.26  
% 53.18/7.26  fork 7: search terminated without proof.
% 53.41/7.27  
% 53.41/7.27  **** run 132 fork 3 starts with strategy
% 53.41/7.27  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 53.41/7.28  
% 53.41/7.28  **** run 160 fork 7 starts with strategy
% 53.41/7.28  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 53.41/7.29  
% 53.41/7.29  fork 2: search finished without proof.
% 53.41/7.31  
% 53.41/7.31  fork 6: search finished without proof.
% 53.41/7.31  
% 53.41/7.31  **** run 131 fork 2 starts with strategy
% 53.41/7.31  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 53.41/7.32  
% 53.41/7.32  
% 53.41/7.32  fork 5: search terminated without proof.
% 53.90/7.33  
% 53.90/7.33  **** run 135 fork 6 starts with strategy
% 53.90/7.33  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 54.19/7.38  
% 54.19/7.38  **** run 134 fork 5 starts with strategy
% 54.19/7.38  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 54.19/7.39  
% 54.19/7.39  fork 0: search finished without proof.
% 54.19/7.42  
% 54.19/7.42  **** run 129 fork 0 starts with strategy
% 54.19/7.42  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 54.79/7.56  
% 54.79/7.56  
% 54.79/7.56  fork 4: search terminated without proof.
% 54.79/7.58  
% 54.79/7.58  **** run 133 fork 4 starts with strategy
% 54.79/7.58  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 60.70/8.20  
% 60.70/8.20  
% 60.70/8.20  fork 1: search terminated without proof.
% 60.70/8.22  
% 60.70/8.22  **** run 146 fork 1 starts with strategy
% 60.70/8.22  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 60.70/8.25  
% 60.70/8.25  fork 1: search finished without proof.
% 60.70/8.27  
% 60.70/8.27  **** run 154 fork 1 starts with strategy
% 60.70/8.27  {"max_dseconds":10,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 60.70/8.30  
% 60.70/8.30  
% 60.70/8.30  fork 7: search terminated without proof.
% 60.70/8.32  
% 60.70/8.32  **** run 168 fork 7 starts with strategy
% 60.70/8.32  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 60.70/8.33  
% 60.70/8.33  
% 60.70/8.33  fork 2: search terminated without proof.
% 60.70/8.36  
% 60.70/8.36  **** run 139 fork 2 starts with strategy
% 60.70/8.36  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 60.70/8.40  
% 60.70/8.40  
% 60.70/8.40  fork 5: search terminated without proof.
% 62.39/8.43  
% 62.39/8.43  
% 62.39/8.43  fork 3: search terminated without proof.
% 62.39/8.43  
% 62.39/8.43  **** run 142 fork 5 starts with strategy
% 62.39/8.43  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 62.67/8.46  
% 62.67/8.46  
% 62.67/8.46  fork 6: search terminated without proof.
% 62.67/8.47  
% 62.67/8.47  **** run 140 fork 3 starts with strategy
% 62.67/8.47  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 62.67/8.49  
% 62.67/8.49  **** run 143 fork 6 starts with strategy
% 62.67/8.49  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 63.26/8.53  
% 63.26/8.53  
% 63.26/8.53  fork 0: search terminated without proof.
% 63.26/8.56  
% 63.26/8.56  **** run 137 fork 0 starts with strategy
% 63.26/8.56  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 63.59/8.61  
% 63.59/8.61  
% 63.59/8.61  fork 4: search terminated without proof.
% 64.09/8.64  
% 64.09/8.64  **** run 141 fork 4 starts with strategy
% 64.09/8.64  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 68.87/9.32  
% 68.87/9.32  
% 68.87/9.32  fork 1: search terminated without proof.
% 69.56/9.35  
% 69.56/9.35  **** run 162 fork 1 starts with strategy
% 69.56/9.35  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 69.56/9.38  
% 69.56/9.38  fork 2: search finished without proof.
% 69.92/9.39  
% 69.92/9.39  
% 69.92/9.39  fork 7: search terminated without proof.
% 69.92/9.40  
% 69.92/9.40  **** run 147 fork 2 starts with strategy
% 69.92/9.40  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 69.92/9.42  
% 69.92/9.42  **** run 176 fork 7 starts with strategy
% 69.92/9.42  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 70.51/9.48  
% 70.51/9.48  
% 70.51/9.48  fork 5: search terminated without proof.
% 70.51/9.49  
% 70.51/9.49  fork 3: search finished without proof.
% 70.51/9.51  
% 70.51/9.51  **** run 150 fork 5 starts with strategy
% 70.51/9.51  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 70.94/9.51  
% 70.94/9.51  
% 70.94/9.51  fork 6: search terminated without proof.
% 70.94/9.51  
% 70.94/9.51  **** run 148 fork 3 starts with strategy
% 70.94/9.51  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 70.94/9.54  
% 70.94/9.54  fork 5: search finished without proof.
% 70.94/9.54  
% 70.94/9.54  fork 3: search finished without proof.
% 70.94/9.54  
% 70.94/9.54  **** run 151 fork 6 starts with strategy
% 70.94/9.54  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 70.94/9.56  
% 70.94/9.56  **** run 158 fork 5 starts with strategy
% 70.94/9.56  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 70.94/9.56  
% 70.94/9.56  **** run 156 fork 3 starts with strategy
% 70.94/9.56  {"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}
% 70.94/9.61  
% 70.94/9.61  
% 70.94/9.61  fork 0: search terminated without proof.
% 70.94/9.64  
% 70.94/9.64  **** run 145 fork 0 starts with strategy
% 70.94/9.64  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 71.56/9.69  
% 71.56/9.69  
% 71.56/9.69  fork 4: search terminated without proof.
% 71.56/9.71  
% 71.56/9.71  **** run 149 fork 4 starts with strategy
% 71.56/9.71  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 77.23/10.44  
% 77.23/10.44  
% 77.23/10.44  fork 1: search terminated without proof.
% 77.23/10.45  
% 77.23/10.45  
% 77.23/10.45  fork 2: search terminated without proof.
% 77.23/10.46  
% 77.23/10.46  
% 77.23/10.46  fork 7: search terminated without proof.
% 77.23/10.47  
% 77.23/10.47  **** run 170 fork 1 starts with strategy
% 77.23/10.47  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 78.34/10.48  
% 78.34/10.48  **** run 184 fork 7 starts with strategy
% 78.34/10.48  {"max_dseconds":50,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 78.34/10.49  
% 78.34/10.49  **** run 155 fork 2 starts with strategy
% 78.34/10.49  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 78.73/10.61  
% 78.73/10.61  
% 78.73/10.61  fork 3: search terminated without proof.
% 79.45/10.62  
% 79.45/10.62  
% 79.45/10.62  fork 5: search terminated without proof.
% 79.45/10.64  
% 79.45/10.64  **** run 164 fork 3 starts with strategy
% 79.45/10.64  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 79.45/10.64  
% 79.45/10.64  **** run 166 fork 5 starts with strategy
% 79.45/10.64  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 79.45/10.66  
% 79.45/10.66  fork 0: search finished without proof.
% 79.45/10.66  
% 79.45/10.66  
% 79.45/10.66  fork 6: search terminated without proof.
% 79.45/10.68  
% 79.45/10.68  **** run 153 fork 0 starts with strategy
% 79.45/10.68  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 79.45/10.68  
% 79.45/10.68  **** run 159 fork 6 starts with strategy
% 79.45/10.68  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 80.02/10.75  
% 80.02/10.75  
% 80.02/10.75  fork 4: search terminated without proof.
% 80.76/10.78  
% 80.76/10.78  **** run 157 fork 4 starts with strategy
% 80.76/10.78  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 86.22/11.51  
% 86.22/11.51  fork 2: search finished without proof.
% 86.22/11.53  
% 86.22/11.53  
% 86.22/11.53  fork 1: search terminated without proof.
% 86.22/11.54  
% 86.22/11.54  **** run 163 fork 2 starts with strategy
% 86.22/11.54  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 86.22/11.55  
% 86.22/11.55  **** run 178 fork 1 starts with strategy
% 86.22/11.55  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 86.22/11.57  
% 86.22/11.57  fork 2: search finished without proof.
% 86.97/11.58  
% 86.97/11.58  **** run 171 fork 2 starts with strategy
% 86.97/11.58  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 87.06/11.68  
% 87.06/11.68  
% 87.06/11.68  fork 3: search terminated without proof.
% 87.06/11.70  
% 87.06/11.70  **** run 172 fork 3 starts with strategy
% 87.06/11.70  {"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}
% 87.06/11.71  
% 87.06/11.71  
% 87.06/11.71  fork 5: search terminated without proof.
% 87.06/11.72  
% 87.06/11.72  
% 87.06/11.72  fork 6: search terminated without proof.
% 87.06/11.75  
% 87.06/11.75  **** run 174 fork 5 starts with strategy
% 87.06/11.75  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 87.06/11.75  
% 87.06/11.75  **** run 167 fork 6 starts with strategy
% 87.06/11.75  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":10}
% 88.38/11.82  
% 88.38/11.82  
% 88.38/11.82  fork 0: search terminated without proof.
% 88.38/11.85  
% 88.38/11.85  **** run 161 fork 0 starts with strategy
% 88.38/11.85  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 89.06/11.86  
% 89.06/11.86  
% 89.06/11.86  fork 4: search terminated without proof.
% 89.06/11.89  
% 89.06/11.89  **** run 165 fork 4 starts with strategy
% 89.31/11.89  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 94.51/12.59  
% 94.51/12.59  fork 2: search finished without proof.
% 94.85/12.62  
% 94.85/12.62  **** run 179 fork 2 starts with strategy
% 94.85/12.62  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 95.84/12.78  
% 95.84/12.78  
% 95.84/12.78  fork 6: search terminated without proof.
% 96.30/12.80  
% 96.30/12.80  
% 96.30/12.80  fork 3: search terminated without proof.
% 96.30/12.82  
% 96.30/12.82  **** run 175 fork 6 starts with strategy
% 96.30/12.82  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 96.30/12.83  
% 96.30/12.83  
% 96.30/12.83  fork 5: search terminated without proof.
% 96.89/12.87  
% 96.89/12.87  **** run 182 fork 5 starts with strategy
% 96.89/12.87  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 96.89/12.91  
% 96.89/12.91  **** run 180 fork 3 starts with strategy
% 96.89/12.91  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 96.89/12.91  
% 96.89/12.91  
% 96.89/12.91  fork 4: search terminated without proof.
% 96.89/12.91  
% 96.89/12.91  
% 96.89/12.91  fork 0: search terminated without proof.
% 96.89/12.94  
% 96.89/12.94  **** run 169 fork 0 starts with strategy
% 96.89/12.94  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 96.89/12.94  
% 96.89/12.94  **** run 173 fork 4 starts with strategy
% 96.89/12.94  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":10}
% 104.67/13.91  
% 104.67/13.91  
% 104.67/13.91  fork 6: search terminated without proof.
% 105.02/13.94  
% 105.02/13.94  **** run 183 fork 6 starts with strategy
% 105.02/13.94  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 105.16/13.99  
% 105.16/13.99  
% 105.16/13.99  fork 4: search terminated without proof.
% 105.73/14.01  
% 105.73/14.01  **** run 181 fork 4 starts with strategy
% 105.73/14.01  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 106.12/14.07  
% 106.12/14.07  
% 106.12/14.07  fork 0: search terminated without proof.
% 106.12/14.10  
% 106.12/14.10  **** run 177 fork 0 starts with strategy
% 106.12/14.10  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 118.07/15.68  
% 118.07/15.68  
% 118.07/15.68  fork 7: search terminated without proof.
% 118.69/15.76  
% 118.69/15.76  **** run 192 fork 7 starts with strategy
% 118.69/15.76  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 123.92/16.42  
% 123.92/16.42  fork 1: search finished without proof.
% 123.92/16.48  
% 123.92/16.48  **** run 186 fork 1 starts with strategy
% 123.92/16.48  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 134.44/17.78  
% 134.44/17.78  
% 134.44/17.78  fork 2: search terminated without proof.
% 134.44/17.83  
% 134.44/17.83  **** run 187 fork 2 starts with strategy
% 134.44/17.83  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":1}
% 136.43/17.99  
% 136.43/17.99  
% 136.43/17.99  fork 5: search terminated without proof.
% 136.82/18.04  
% 136.82/18.04  
% 136.82/18.04  fork 3: search terminated without proof.
% 136.92/18.05  
% 136.92/18.05  **** run 190 fork 5 starts with strategy
% 136.92/18.05  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 137.40/18.13  
% 137.40/18.13  **** run 188 fork 3 starts with strategy
% 137.40/18.13  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 144.61/19.04  
% 144.61/19.04  
% 144.61/19.04  fork 4: search terminated without proof.
% 144.91/19.09  
% 144.91/19.09  **** run 189 fork 4 starts with strategy
% 144.91/19.09  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 145.66/19.23  
% 145.66/19.23  
% 145.66/19.23  fork 0: search terminated without proof.
% 145.66/19.30  
% 145.66/19.30  **** run 185 fork 0 starts with strategy
% 145.66/19.30  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 146.51/19.39  
% 146.51/19.39  
% 146.51/19.39  fork 6: search terminated without proof.
% 147.55/19.48  
% 147.55/19.48  **** run 191 fork 6 starts with strategy
% 147.55/19.48  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 156.62/20.68  
% 156.62/20.68  fork 7: search finished without proof.
% 156.62/20.72  
% 156.62/20.72  **** run 200 fork 7 starts with strategy
% 156.62/20.72  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 165.51/21.77  
% 165.51/21.77  
% 165.51/21.77  fork 1: search terminated without proof.
% 165.96/21.83  
% 165.96/21.83  **** run 194 fork 1 starts with strategy
% 165.96/21.83  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 167.37/22.07  
% 167.37/22.07  
% 167.37/22.07  result: proof found
% 167.37/22.07  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 167.37/22.07  by run 190 fork 5 strategy {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 167.37/22.07  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 167.37/22.07  
% 167.37/22.07  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 167.37/22.07  
% 167.37/22.07  run 190 fork 5 statistics:
% 167.37/22.07  ----------------------------------
% 167.37/22.07  this run seconds: 3.425698
% 167.37/22.07  total seconds: 20.619160
% 167.37/22.07  stat_given_used: 5956
% 167.37/22.07  stat_given_used_at_endgame: 0
% 167.37/22.07  stat_given_candidates:   9992
% 167.37/22.07  stat_given_candidates_at_endgame: 0
% 167.37/22.07  stat_given_candidates_h: 0
% 167.37/22.07  stat_binres_derived_cl:   900757
% 167.37/22.07  stat_binres_derived_cl_h: 0
% 167.37/22.07  stat_factor_derived_cl: 0
% 167.37/22.07  stat_para_derived_cl: 29014
% 167.37/22.07  stat_tautologies_discarded: 2
% 167.37/22.07  stat_forward_subsumed: 189190
% 167.37/22.07  stat_derived_cut: 4
% 167.37/22.07  stat_derived_rewritten: 207
% 167.37/22.07  stat_weight_discarded_building: 0
% 167.37/22.07  stat_weight_discarded_cl: 111636
% 167.37/22.07  stat_internlimit_discarded_cl: 0
% 167.37/22.07  stat_simplified:  211 simplified 0 derived 0 given
% 167.37/22.07  stat_kept_cl: 628856
% 167.37/22.07  stat_built_cl: 752615
% 167.37/22.07  stat_hyperres_partial_cl: 0
% 167.37/22.07  stat_made_rewriters: 43
% 167.37/22.07  stat_backward_subsumed: 0
% 167.37/22.07  stat_propagated_subsumed: 0
% 167.37/22.07  stat_clsubs_attempted:                   1652898
% 167.37/22.07  stat_clsubs_fact_groundunit_found:             0
% 167.37/22.07  stat_clsubs_rule_groundunit_found:             1
% 167.37/22.07  stat_clsubs_top_meta_attempted:           20762084
% 167.37/22.07  stat_clsubs_top_meta_failed:              19109186
% 167.37/22.07  stat_clsubs_top_meta_nonpref_attempted:            20762084
% 167.37/22.07  stat_clsubs_top_meta_nonpref_succeeded:             5770449
% 167.37/22.07  stat_clsubs_top_meta_pref_attempted:                5770449
% 167.37/22.07  stat_clsubs_top_meta_pref1_succeeded:               5570933
% 167.37/22.07  stat_clsubs_top_meta_pref2_succeeded:               2144854
% 167.37/22.07  stat_clsubs_top_meta_pref3_succeeded:               1652898
% 167.37/22.07  stat_clsubs_top_meta_pref_succeeded:                1652898
% 167.37/22.07  stat_clsubs_meta_attempted:              1713233
% 167.37/22.07  stat_clsubs_meta_failed:                  147108
% 167.37/22.07  stat_clsubs_predsymbs_attempted:               0
% 167.37/22.07  stat_clsubs_unit_attempted:              1620620
% 167.37/22.07  stat_clsubs_full_attempted:                32278
% 167.37/22.07  stat_forwardsubs_attempted:               929682
% 167.37/22.07  stat_lit_hash_added:                 637058
% 167.37/22.07  stat_lit_hash_computed:             1596092
% 167.37/22.07  stat_lit_hash_match_found:           189918
% 167.37/22.07  stat_lit_hash_match_miss:           1518556
% 167.37/22.07  stat_lit_hash_cut_ok:                     5
% 167.37/22.07  stat_lit_strong_cut_ok:                   0
% 167.37/22.07  stat_lit_hash_subsume_ok:            189190
% 167.37/22.07  clqueue els 10000000 used 1
% 167.37/22.07  clactive els 10000000 used 5957
% 167.37/22.07  clactivesubsume els 10000000 used 35731
% 167.37/22.07  queue_termbuf els 200000000 used 56808908
% 167.37/22.07  hyper_termbuf els 100000000 used 1
% 167.37/22.07  active_termbuf els 100000000 used 291727
% 167.37/22.07  varstack els 5000 last used 1
% 167.37/22.07  given_termbuf els 10000000 last used 1
% 167.37/22.07  simplified_termbuf els 10000000 last used 1
% 167.37/22.07  derived_termbuf els 10000000 last used 46
% 167.37/22.07  wr_mallocs: 316711
% 167.37/22.07  wr_callocs: 19
% 167.37/22.07  wr_reallocs: 176673
% 167.37/22.07  wr_frees: 2
% 167.37/22.07  wr_malloc_bytes: 4177335076
% 167.37/22.07  wr_calloc_bytes: 96065504
% 167.37/22.07  wr_realloc_bytes: 33312600
% 167.37/22.07  wr_realloc_freebytes: 0
% 167.37/22.07  ----------------------------------
%------------------------------------------------------------------------------