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

View Problem - Process Solution

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

% Computer : n015.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:25 EDT 2023

% Result   : Unsatisfiable 159.84s 20.86s
% Output   : CNFRefutation 159.84s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_and_defn')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    and(X0,X1) = not(or(not(X0),not(X1))),
    inference(cnf_transformation,[],['$inc_and_defn']) ).

cnf('2',plain,
    implies(X,Y) = or(not(X),Y),
    inference(cnf_transformation,[],['$inc_implies_definition']) ).

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

cnf('4',plain,
    implies(implies(X,not(Y)),Z) = or(and(X,Y),Z),
    inference(paramodulation,[],['3','2']) ).

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

cnf('6',plain,
    axiom(implies(or(X3,implies(Y3,Z3)),or(not(Y3),or(X3,Z3)))),
    inference(paramodulation,[],['2','5']) ).

cnf('7',plain,
    axiom(implies(or(X,implies(Y,Z)),implies(Y,or(X,Z)))),
    inference(simplify,[],['6','2']) ).

cnf('8',plain,
    axiom(implies(or(not(X3),implies(Y3,Z3)),implies(Y3,implies(X3,Z3)))),
    inference(paramodulation,[],['2','7']) ).

cnf('9',plain,
    axiom(implies(implies(X,implies(Y,Z)),implies(Y,implies(X,Z)))),
    inference(simplify,[],['8','2']) ).

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

cnf('11',plain,
    theorem(implies(implies(X,implies(Y,Z)),implies(Y,implies(X,Z)))),
    inference(resolution,[],['9','10']) ).

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

cnf('13',plain,
    ( ~ theorem(implies(X,implies(Y,Z)))
    | theorem(implies(Y,implies(X,Z))) ),
    inference(resolution,[],['11','12']) ).

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

cnf('15',plain,
    theorem(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))),
    inference(resolution,[],['14','10']) ).

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

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

cnf('18',plain,
    ( theorem(implies(or(X,Y),or(X,Z)))
    | ~ theorem(implies(Y,Z)) ),
    inference(resolution,[],['15','12']) ).

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

cnf('20',plain,
    theorem(implies(or(X,Y),or(Y,X))),
    inference(resolution,[],['19','10']) ).

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

cnf('22',plain,
    ( ~ theorem(or(X,or(Y,Z)))
    | theorem(or(X,or(Z,Y))) ),
    inference(resolution,[],['21','12']) ).

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

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

cnf('25',plain,
    theorem(implies(or(X,or(Y,Y)),or(X,Y))),
    inference(resolution,[],['18','24']) ).

cnf('26',plain,
    ( ~ theorem(or(X,or(Y,Y)))
    | theorem(or(X,Y)) ),
    inference(resolution,[],['25','12']) ).

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

cnf('28',plain,
    theorem(implies(X,or(Y,X))),
    inference(resolution,[],['27','10']) ).

cnf('29',plain,
    theorem(implies(or(X,Y),or(X,or(Z,Y)))),
    inference(resolution,[],['18','28']) ).

cnf('30',plain,
    ( theorem(or(X,or(Y,Z)))
    | ~ theorem(or(X,Z)) ),
    inference(resolution,[],['29','12']) ).

cnf('31',plain,
    ( ~ theorem(or(X,Y))
    | theorem(or(Y,X)) ),
    inference(resolution,[],['12','20']) ).

cnf('32',plain,
    ( theorem(or(X,not(Y)))
    | ~ theorem(implies(Y,X)) ),
    inference(paramodulation,[],['2','31']) ).

cnf('33',plain,
    theorem(or(or(X,Y),not(Y))),
    inference(resolution,[],['32','28']) ).

cnf('34',plain,
    theorem(or(or(X,Y),or(Z,not(Y)))),
    inference(resolution,[],['30','33']) ).

cnf('35',plain,
    theorem(or(or(X,not(Y)),or(Z,Y))),
    inference(resolution,[],['34','31']) ).

cnf('36',plain,
    theorem(or(or(X,not(Y)),Y)),
    inference(resolution,[],['26','35']) ).

cnf('37',plain,
    theorem(or(X,or(Y,not(X)))),
    inference(resolution,[],['36','31']) ).

cnf('38',plain,
    theorem(or(X3,or(not(X3),Y3))),
    inference(resolution,[],['22','37']) ).

cnf('39',plain,
    theorem(or(X,implies(X,Y))),
    inference(simplify,[],['38','2']) ).

cnf('40',plain,
    theorem(implies(implies(implies(X,Y),Z),or(X,Z))),
    inference(resolution,[],['17','39']) ).

cnf('41',plain,
    ( ~ theorem(implies(implies(X,Y),Z))
    | theorem(or(X,Z)) ),
    inference(resolution,[],['40','12']) ).

cnf('42',plain,
    ( ~ theorem(or(and(X,Y),Z))
    | theorem(or(X,Z)) ),
    inference(paramodulation,[],['4','41']) ).

cnf('43',plain,
    theorem(or(X,not(X))),
    inference(resolution,[],['37','26']) ).

cnf('44',plain,
    theorem(or(X,not(and(X,Y)))),
    inference(resolution,[],['42','43']) ).

cnf('45',plain,
    theorem(implies(or(X,not(Y)),implies(Y,X))),
    inference(paramodulation,[],['2','20']) ).

cnf('46',plain,
    ( ~ theorem(or(X,not(Y)))
    | theorem(implies(Y,X)) ),
    inference(resolution,[],['45','12']) ).

cnf('47',plain,
    theorem(implies(and(X,Y),X)),
    inference(resolution,[],['44','46']) ).

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

cnf('49',plain,
    theorem(or(implies(X,Y),X)),
    inference(resolution,[],['39','31']) ).

cnf('50',plain,
    theorem(or(implies(X,Y),or(Z,X))),
    inference(resolution,[],['49','30']) ).

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

cnf('52',plain,
    theorem(implies(implies(X3,or(Y3,Y3)),or(not(X3),Y3))),
    inference(paramodulation,[],['2','25']) ).

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

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

cnf('55',plain,
    theorem(implies(X,implies(Y,X))),
    inference(paramodulation,[],['2','28']) ).

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

cnf('57',plain,
    theorem(implies(or(implies(X,Y),Y),implies(X,Y))),
    inference(resolution,[],['54','56']) ).

cnf('58',plain,
    ( ~ theorem(or(implies(X,Y),Y))
    | theorem(implies(X,Y)) ),
    inference(resolution,[],['57','12']) ).

cnf('59',plain,
    theorem(implies(X,or(X,Y))),
    inference(resolution,[],['51','58']) ).

cnf('60',plain,
    theorem(implies(not(X),implies(X,Y))),
    inference(paramodulation,[],['2','59']) ).

cnf('61',plain,
    theorem(implies(or(X,not(Y)),or(X,implies(Y,Z)))),
    inference(resolution,[],['60','18']) ).

cnf('62',plain,
    ( theorem(or(X,implies(Y,Z)))
    | ~ theorem(or(X,not(Y))) ),
    inference(resolution,[],['61','12']) ).

cnf('63',plain,
    theorem(implies(implies(X3,Y3),or(not(X3),implies(Z3,Y3)))),
    inference(paramodulation,[],['2','56']) ).

cnf('64',plain,
    theorem(implies(implies(X,Y),implies(X,implies(Z,Y)))),
    inference(simplify,[],['63','2']) ).

cnf('65',plain,
    theorem(or(implies(X,implies(Y,Z)),not(implies(X,Z)))),
    inference(resolution,[],['64','32']) ).

cnf('66',plain,
    theorem(or(implies(X,implies(Y,Z)),implies(implies(X,Z),U))),
    inference(resolution,[],['62','65']) ).

cnf('67',plain,
    theorem(implies(X,implies(implies(X,Y),Y))),
    inference(resolution,[],['66','58']) ).

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

cnf('69',plain,
    theorem(or(implies(implies(X,Y),Y),implies(X,Z))),
    inference(resolution,[],['68','62']) ).

cnf('70',plain,
    theorem(or(implies(X,Y),implies(implies(X,Z),Z))),
    inference(resolution,[],['69','31']) ).

cnf('71',plain,
    theorem(or(implies(X,Y),or(and(X,Z),not(Z)))),
    inference(paramodulation,[],['4','70']) ).

cnf('72',plain,
    theorem(or(implies(X3,Y3),or(not(Z3),and(X3,Z3)))),
    inference(resolution,[],['71','22']) ).

cnf('73',plain,
    theorem(or(implies(X,Y),implies(Z,and(X,Z)))),
    inference(simplify,[],['72','2']) ).

cnf('74',plain,
    theorem(implies(X,implies(Y,and(X,Y)))),
    inference(resolution,[],['73','58']) ).

cnf('75',plain,
    theorem(implies(implies(X,Y),implies(implies(Y,X),equivalent(X,Y)))),
    inference(paramodulation,[],['48','74']) ).

cnf('76',plain,
    ( theorem(implies(implies(X,Y),equivalent(Y,X)))
    | ~ theorem(implies(Y,X)) ),
    inference(resolution,[],['75','12']) ).

cnf('77',plain,
    axiom(implies(implies(X3,not(X3)),not(X3))),
    inference(paramodulation,[],['2','23']) ).

cnf('78',plain,
    axiom(or(and(X,X),not(X))),
    inference(simplify,[],['77','4']) ).

cnf('79',plain,
    theorem(or(and(X,X),not(X))),
    inference(resolution,[],['78','10']) ).

cnf('80',plain,
    theorem(or(not(X3),and(X3,X3))),
    inference(resolution,[],['79','31']) ).

cnf('81',plain,
    theorem(implies(X,and(X,X))),
    inference(simplify,[],['80','2']) ).

cnf('82',plain,
    theorem(implies(implies(and(X,X),X),equivalent(X,and(X,X)))),
    inference(resolution,[],['76','81']) ).

cnf('83',plain,
    ( ~ theorem(implies(and(X,X),X))
    | theorem(equivalent(X,and(X,X))) ),
    inference(resolution,[],['82','12']) ).

cnf('84',plain,
    theorem(equivalent(X,and(X,X))),
    inference(resolution,[],['47','83']) ).

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

cnf('86',plain,
    $false,
    inference(resolution,[],['84','85']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.06  % Problem  : LCL271-3 : TPTP v8.1.2. Released v2.3.0.
% 0.00/0.07  % Command  : gkc %s
% 0.07/0.26  % Computer : n015.cluster.edu
% 0.07/0.26  % Model    : x86_64 x86_64
% 0.07/0.26  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.07/0.26  % Memory   : 8042.1875MB
% 0.07/0.26  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.07/0.26  % CPULimit : 300
% 0.07/0.26  % WCLimit  : 300
% 0.07/0.26  % DateTime : Thu Aug 24 18:21:36 EDT 2023
% 0.07/0.26  % CPUTime  : 
% 0.11/0.30  
% 0.11/0.30  input clause set summed statistics:
% 0.11/0.30  ----------------------------------
% 0.11/0.30  in_clause_count:                    11
% 0.11/0.30  in_rule_clause_count:               11
% 0.11/0.30  in_fact_clause_count:                0
% 0.11/0.30  in_answer_clause_count:              0
% 0.11/0.30  in_ground_clause_count:              1
% 0.11/0.30  in_unit_clause_count:                9
% 0.11/0.30  in_horn_clause_count:               11
% 0.11/0.30  in_pos_clause_count:                 8
% 0.11/0.30  in_neg_clause_count:                 1
% 0.11/0.30  in_poseq_clause_count:               3
% 0.11/0.30  in_negeq_clause_count:               0
% 0.11/0.30  in_unitposeq_clause_count:           3
% 0.11/0.30  in_chain_clause_count:               1
% 0.11/0.30  in_min_length:             1
% 0.11/0.30  in_max_length:             3
% 0.11/0.30  in_min_depth:              1
% 0.11/0.30  in_max_depth:              4
% 0.11/0.30  in_min_size:               4
% 0.11/0.30  in_max_size:              12
% 0.11/0.30  in_min_vars:               0
% 0.11/0.30  in_max_vars:               3
% 0.11/0.30  in_extaxiom_count:                10
% 0.11/0.30  in_axiom_count:                    0
% 0.11/0.30  in_assumption_count:               0
% 0.11/0.30  in_goal_count:                     1
% 0.11/0.30  in_neg_goal_count:                 1
% 0.11/0.30  in_pos_goal_count:                 0
% 0.11/0.30  in_posunit_goal_count:             0
% 0.11/0.30  
% 0.11/0.30  auto guide:
% 0.11/0.30  -----------
% 0.11/0.30  {
% 0.11/0.30  "print":1,
% 0.11/0.30  "print_level": 15,
% 0.11/0.30  "max_size": 0,
% 0.11/0.30  "max_depth": 0,
% 0.11/0.30  "max_length": 0,
% 0.11/0.30  "max_dseconds": 0,
% 0.11/0.30  "runs":[
% 0.11/0.30  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.30  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.11/0.30  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.30  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.11/0.30  {"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.11/0.30  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.11/0.30  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.11/0.30  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.11/0.30  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.11/0.30  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.11/0.30  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.11/0.30  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.11/0.30  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.11/0.30  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.11/0.30  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.30  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.11/0.30  {"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.11/0.30  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.11/0.30  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.11/0.30  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.11/0.30  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.11/0.30  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.30  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.11/0.30  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.11/0.30  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.11/0.30  {"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.11/0.30  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.11/0.30  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.11/0.30  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.11/0.30  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.11/0.30  
% 0.11/0.30  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.30  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.30  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.30  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.30  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.11/0.30  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.30  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.30  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.30  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.11/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.11/0.30  {"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.11/0.30  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.11/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.11/0.30  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.11/0.30  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.11/0.30  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.11/0.30  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.11/0.30  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.11/0.30  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.11/0.30  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.11/0.30  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.11/0.30  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.11/0.30  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.11/0.30  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.30  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.30  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.11/0.30  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.11/0.30  {"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.11/0.30  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.11/0.30  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.11/0.30  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.11/0.30  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.11/0.30  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.11/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.11/0.30  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.30  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.11/0.30  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.11/0.30  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.30  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.11/0.30  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.11/0.30  {"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.11/0.30  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.11/0.30  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.11/0.30  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.11/0.30  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.11/0.30  
% 0.11/0.30  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.30  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.30  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.30  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.30  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.11/0.30  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.30  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.30  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.30  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.11/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.11/0.30  {"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.11/0.30  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.11/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.11/0.30  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.11/0.30  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.11/0.30  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.11/0.30  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.11/0.30  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.11/0.30  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.11/0.30  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.11/0.30  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.11/0.30  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.11/0.30  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.11/0.30  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.30  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.30  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.11/0.30  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.11/0.30  {"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.11/0.30  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.11/0.30  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.11/0.30  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.11/0.30  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.11/0.30  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.11/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.11/0.30  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.30  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.11/0.30  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.11/0.30  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.30  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.11/0.30  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.11/0.30  {"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.11/0.30  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.11/0.30  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.11/0.30  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.11/0.30  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.11/0.30  
% 0.11/0.30  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.30  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.30  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.30  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.30  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.11/0.30  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.30  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.11/0.30  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.30  
% 0.11/0.30  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.30  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.30  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.30  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.11/0.30  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.30  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.30  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.11/0.30  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.30  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.30  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.11/0.30  
% 0.11/0.30  ]}
% 0.11/0.30  
% 0.11/0.30  
% 0.11/0.30  **** run 1 fork 0 starts with strategy
% 0.11/0.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.11/0.30  
% 0.11/0.30  **** run 2 fork 1 starts with strategy
% 0.11/0.30  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.11/0.30  
% 0.11/0.30  **** run 3 fork 2 starts with strategy
% 0.11/0.30  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.11/0.30  
% 0.11/0.30  **** run 4 fork 3 starts with strategy
% 0.11/0.30  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.11/0.31  
% 0.11/0.31  **** run 8 fork 7 starts with strategy
% 0.11/0.31  
% 0.11/0.31  **** run 5 fork 4 starts with strategy
% 0.11/0.31  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}{"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.11/0.31  
% 0.11/0.31  
% 0.11/0.31  **** run 6 fork 5 starts with strategy
% 0.11/0.31  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.11/0.31  
% 0.11/0.31  **** run 7 fork 6 starts with strategy
% 0.11/0.31  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.11/0.43  
% 0.11/0.43  
% 0.11/0.43  fork 0: search terminated without proof.
% 0.11/0.43  
% 0.11/0.43  
% 0.11/0.43  fork 2: search terminated without proof.
% 0.11/0.43  
% 0.11/0.43  
% 0.11/0.43  fork 4: search terminated without proof.
% 0.11/0.43  
% 0.11/0.43  
% 0.11/0.43  fork 5: search terminated without proof.
% 0.11/0.45  
% 0.11/0.45  **** run 9 fork 0 starts with strategy
% 0.11/0.45  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.11/0.45  
% 0.11/0.45  **** run 11 fork 2 starts with strategy
% 0.11/0.45  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.11/0.45  
% 0.11/0.45  **** run 13 fork 4 starts with strategy
% 0.11/0.45  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.11/0.45  
% 0.11/0.45  **** run 14 fork 5 starts with strategy
% 0.11/0.45  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.11/0.46  
% 0.11/0.46  
% 0.11/0.46  fork 6: search terminated without proof.
% 0.11/0.46  
% 0.11/0.46  
% 0.11/0.46  fork 3: search terminated without proof.
% 0.11/0.47  
% 0.11/0.47  
% 0.11/0.47  fork 1: search terminated without proof.
% 0.11/0.48  
% 0.11/0.48  **** run 15 fork 6 starts with strategy
% 0.11/0.48  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.11/0.48  
% 0.11/0.48  **** run 12 fork 3 starts with strategy
% 0.11/0.48  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.11/0.49  
% 0.11/0.49  
% 0.11/0.49  fork 7: search terminated without proof.
% 0.11/0.50  
% 0.11/0.50  **** run 10 fork 1 starts with strategy
% 0.11/0.50  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.11/0.51  
% 0.11/0.51  **** run 16 fork 7 starts with strategy
% 0.11/0.51  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.11/0.56  
% 0.11/0.56  
% 0.11/0.56  fork 2: search terminated without proof.
% 0.11/0.57  
% 0.11/0.57  
% 0.11/0.57  fork 4: search terminated without proof.
% 0.11/0.57  
% 0.11/0.57  
% 0.11/0.57  fork 5: search terminated without proof.
% 0.11/0.58  
% 0.11/0.58  
% 0.11/0.58  fork 0: search terminated without proof.
% 0.11/0.58  
% 0.11/0.58  **** run 19 fork 2 starts with strategy
% 0.11/0.58  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.11/0.58  
% 0.11/0.58  **** run 21 fork 4 starts with strategy
% 0.11/0.58  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.11/0.59  
% 0.11/0.59  **** run 22 fork 5 starts with strategy
% 0.11/0.59  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.11/0.59  
% 0.11/0.59  
% 0.11/0.59  fork 6: search terminated without proof.
% 0.11/0.59  
% 0.11/0.59  
% 0.11/0.59  fork 3: search terminated without proof.
% 0.11/0.60  
% 0.11/0.60  **** run 17 fork 0 starts with strategy
% 0.11/0.60  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.11/0.61  
% 0.11/0.61  **** run 20 fork 3 starts with strategy
% 0.11/0.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.11/0.62  
% 0.11/0.62  **** run 23 fork 6 starts with strategy
% 0.11/0.62  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.11/0.62  
% 0.11/0.62  
% 0.11/0.62  fork 7: search terminated without proof.
% 0.11/0.64  
% 0.11/0.64  
% 0.11/0.64  fork 1: search terminated without proof.
% 0.11/0.65  
% 0.11/0.65  **** run 24 fork 7 starts with strategy
% 0.11/0.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.11/0.66  
% 0.11/0.66  **** run 18 fork 1 starts with strategy
% 0.11/0.66  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.11/0.72  
% 0.11/0.72  fork 2: search finished without proof.
% 0.11/0.73  
% 0.11/0.73  
% 0.11/0.73  fork 4: search terminated without proof.
% 0.11/0.73  
% 0.11/0.73  **** run 27 fork 2 starts with strategy
% 0.11/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 2.46/0.74  
% 2.46/0.74  
% 2.46/0.74  fork 5: search terminated without proof.
% 2.46/0.74  
% 2.46/0.74  
% 2.46/0.74  fork 3: search terminated without proof.
% 2.46/0.74  
% 2.46/0.74  
% 2.46/0.74  fork 6: search terminated without proof.
% 2.46/0.75  
% 2.46/0.75  **** run 29 fork 4 starts with strategy
% 2.46/0.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 2.46/0.76  
% 2.46/0.76  
% 2.46/0.76  fork 0: search terminated without proof.
% 2.46/0.76  
% 2.46/0.76  **** run 30 fork 5 starts with strategy
% 2.46/0.76  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 2.46/0.77  
% 2.46/0.77  **** run 28 fork 3 starts with strategy
% 2.46/0.77  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 2.46/0.77  
% 2.46/0.77  **** run 31 fork 6 starts with strategy
% 2.46/0.77  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 2.46/0.78  
% 2.46/0.78  
% 2.46/0.78  fork 7: search terminated without proof.
% 2.46/0.78  
% 2.46/0.78  **** run 25 fork 0 starts with strategy
% 2.46/0.78  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 2.46/0.78  
% 2.46/0.78  
% 2.46/0.78  fork 1: search terminated without proof.
% 2.46/0.80  
% 2.46/0.80  **** run 32 fork 7 starts with strategy
% 2.46/0.80  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 2.46/0.81  
% 2.46/0.81  **** run 26 fork 1 starts with strategy
% 2.46/0.81  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 2.46/0.83  
% 2.46/0.83  fork 7: search finished without proof.
% 4.07/0.85  
% 4.07/0.85  **** run 40 fork 7 starts with strategy
% 4.07/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.07/0.85  
% 4.07/0.85  
% 4.07/0.85  fork 2: search terminated without proof.
% 4.07/0.86  
% 4.07/0.86  
% 4.07/0.86  fork 4: search terminated without proof.
% 4.07/0.87  
% 4.07/0.87  **** run 35 fork 2 starts with strategy
% 4.07/0.87  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.07/0.88  
% 4.07/0.88  **** run 37 fork 4 starts with strategy
% 4.07/0.88  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.07/0.89  
% 4.07/0.89  
% 4.07/0.89  fork 3: search terminated without proof.
% 4.07/0.90  
% 4.07/0.90  
% 4.07/0.90  fork 5: search terminated without proof.
% 4.07/0.90  
% 4.07/0.90  
% 4.07/0.90  fork 0: search terminated without proof.
% 4.53/0.91  
% 4.53/0.91  **** run 36 fork 3 starts with strategy
% 4.53/0.91  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.53/0.91  
% 4.53/0.91  
% 4.53/0.91  fork 6: search terminated without proof.
% 4.53/0.92  
% 4.53/0.92  **** run 38 fork 5 starts with strategy
% 4.53/0.92  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.53/0.92  
% 4.53/0.92  
% 4.53/0.92  fork 1: search terminated without proof.
% 4.53/0.92  
% 4.53/0.92  **** run 33 fork 0 starts with strategy
% 4.53/0.92  {"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.53/0.94  
% 4.53/0.94  **** run 39 fork 6 starts with strategy
% 4.53/0.94  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.53/0.95  
% 4.53/0.95  **** run 34 fork 1 starts with strategy
% 4.53/0.95  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.97/0.97  
% 4.97/0.97  
% 4.97/0.97  fork 7: search terminated without proof.
% 4.97/0.99  
% 4.97/0.99  **** run 48 fork 7 starts with strategy
% 4.97/0.99  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 4.97/0.99  
% 4.97/0.99  
% 4.97/0.99  fork 2: search terminated without proof.
% 4.97/1.01  
% 4.97/1.01  
% 4.97/1.01  fork 4: search terminated without proof.
% 4.97/1.01  
% 4.97/1.01  **** run 43 fork 2 starts with strategy
% 4.97/1.01  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 4.97/1.03  
% 4.97/1.03  
% 4.97/1.03  fork 3: search terminated without proof.
% 4.97/1.03  
% 4.97/1.03  **** run 45 fork 4 starts with strategy
% 4.97/1.03  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 4.97/1.04  
% 4.97/1.04  
% 4.97/1.04  fork 5: search terminated without proof.
% 4.97/1.05  
% 4.97/1.05  **** run 44 fork 3 starts with strategy
% 4.97/1.05  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.67/1.05  
% 5.67/1.05  
% 5.67/1.05  fork 0: search terminated without proof.
% 5.67/1.06  
% 5.67/1.06  fork 6: search finished without proof.
% 5.67/1.06  
% 5.67/1.06  
% 5.67/1.06  fork 1: search terminated without proof.
% 5.67/1.07  
% 5.67/1.07  **** run 46 fork 5 starts with strategy
% 5.67/1.07  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.67/1.07  
% 5.67/1.07  **** run 41 fork 0 starts with strategy
% 5.67/1.07  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.67/1.07  
% 5.67/1.07  **** run 47 fork 6 starts with strategy
% 5.67/1.07  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 5.67/1.09  
% 5.67/1.09  **** run 42 fork 1 starts with strategy
% 5.67/1.09  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.99/1.11  
% 5.99/1.11  fork 7: search finished without proof.
% 5.99/1.13  
% 5.99/1.13  **** run 56 fork 7 starts with strategy
% 5.99/1.13  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 5.99/1.13  
% 5.99/1.13  
% 5.99/1.13  fork 2: search terminated without proof.
% 6.37/1.15  
% 6.37/1.15  
% 6.37/1.15  fork 4: search terminated without proof.
% 6.45/1.15  
% 6.45/1.15  **** run 51 fork 2 starts with strategy
% 6.45/1.15  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.45/1.15  
% 6.45/1.15  fork 7: search finished without proof.
% 6.45/1.16  
% 6.45/1.16  **** run 53 fork 4 starts with strategy
% 6.45/1.16  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.45/1.17  
% 6.45/1.17  **** run 64 fork 7 starts with strategy
% 6.45/1.17  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 6.45/1.17  
% 6.45/1.17  fork 3: search finished without proof.
% 6.45/1.19  
% 6.45/1.19  **** run 52 fork 3 starts with strategy
% 6.45/1.19  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.45/1.19  
% 6.45/1.19  
% 6.45/1.19  fork 0: search terminated without proof.
% 6.45/1.20  
% 6.45/1.20  
% 6.45/1.20  fork 6: search terminated without proof.
% 6.45/1.20  
% 6.45/1.20  fork 1: search finished without proof.
% 6.45/1.20  
% 6.45/1.20  
% 6.45/1.20  fork 5: search terminated without proof.
% 6.94/1.21  
% 6.94/1.21  **** run 49 fork 0 starts with strategy
% 6.94/1.21  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.94/1.22  
% 6.94/1.22  **** run 55 fork 6 starts with strategy
% 6.94/1.22  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 6.94/1.22  
% 6.94/1.22  **** run 54 fork 5 starts with strategy
% 6.94/1.22  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.94/1.22  
% 6.94/1.22  **** run 50 fork 1 starts with strategy
% 6.94/1.22  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 7.33/1.27  
% 7.33/1.27  
% 7.33/1.27  fork 2: search terminated without proof.
% 7.33/1.28  
% 7.33/1.28  
% 7.33/1.28  fork 4: search terminated without proof.
% 7.33/1.29  
% 7.33/1.29  
% 7.33/1.29  fork 7: search terminated without proof.
% 7.33/1.30  
% 7.33/1.30  **** run 59 fork 2 starts with strategy
% 7.33/1.30  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 7.33/1.30  
% 7.33/1.30  **** run 61 fork 4 starts with strategy
% 7.33/1.30  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 7.33/1.31  
% 7.33/1.31  
% 7.33/1.31  fork 3: search terminated without proof.
% 7.33/1.31  
% 7.33/1.31  **** run 72 fork 7 starts with strategy
% 7.33/1.31  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.33/1.33  
% 7.33/1.33  
% 7.33/1.33  fork 0: search terminated without proof.
% 7.33/1.34  
% 7.33/1.34  
% 7.33/1.34  fork 6: search terminated without proof.
% 7.33/1.34  
% 7.33/1.34  **** run 60 fork 3 starts with strategy
% 7.33/1.34  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.33/1.34  
% 7.33/1.34  
% 7.33/1.34  fork 5: search terminated without proof.
% 7.33/1.35  
% 7.33/1.35  
% 7.33/1.35  fork 1: search terminated without proof.
% 7.33/1.36  
% 7.33/1.36  **** run 57 fork 0 starts with strategy
% 7.33/1.36  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 7.33/1.36  
% 7.33/1.36  **** run 62 fork 5 starts with strategy
% 7.33/1.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 7.33/1.36  
% 7.33/1.36  **** run 63 fork 6 starts with strategy
% 7.33/1.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 7.33/1.37  
% 7.33/1.37  **** run 58 fork 1 starts with strategy
% 7.33/1.37  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.33/1.37  
% 7.33/1.37  fork 3: search finished without proof.
% 7.33/1.39  
% 7.33/1.39  fork 5: search finished without proof.
% 7.33/1.39  
% 7.33/1.39  **** run 68 fork 3 starts with strategy
% 7.33/1.39  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 7.33/1.41  
% 7.33/1.41  fork 1: search finished without proof.
% 7.33/1.41  
% 7.33/1.41  **** run 70 fork 5 starts with strategy
% 7.33/1.41  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.33/1.42  
% 7.33/1.42  
% 7.33/1.42  fork 4: search terminated without proof.
% 7.33/1.42  
% 7.33/1.42  
% 7.33/1.42  fork 2: search terminated without proof.
% 7.33/1.43  
% 7.33/1.43  **** run 66 fork 1 starts with strategy
% 7.33/1.43  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 7.33/1.44  
% 7.33/1.44  **** run 69 fork 4 starts with strategy
% 7.33/1.44  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.33/1.45  
% 7.33/1.45  **** run 67 fork 2 starts with strategy
% 7.33/1.45  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 7.33/1.49  
% 7.33/1.49  
% 7.33/1.49  fork 0: search terminated without proof.
% 7.33/1.49  
% 7.33/1.49  
% 7.33/1.49  fork 6: search terminated without proof.
% 7.33/1.51  
% 7.33/1.51  **** run 65 fork 0 starts with strategy
% 7.33/1.51  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.33/1.51  
% 7.33/1.51  **** run 71 fork 6 starts with strategy
% 7.33/1.51  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 7.33/1.51  
% 7.33/1.51  
% 7.33/1.51  fork 3: search terminated without proof.
% 7.33/1.53  
% 7.33/1.53  
% 7.33/1.53  fork 5: search terminated without proof.
% 7.33/1.54  
% 7.33/1.54  **** run 76 fork 3 starts with strategy
% 7.33/1.54  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.33/1.55  
% 7.33/1.55  
% 7.33/1.55  fork 7: search terminated without proof.
% 7.33/1.55  
% 7.33/1.55  
% 7.33/1.55  fork 1: search terminated without proof.
% 7.33/1.55  
% 7.33/1.55  **** run 78 fork 5 starts with strategy
% 7.33/1.55  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.33/1.56  
% 7.33/1.56  
% 7.33/1.56  fork 4: search terminated without proof.
% 7.33/1.57  
% 7.33/1.57  
% 7.33/1.57  fork 2: search terminated without proof.
% 7.33/1.58  
% 7.33/1.58  **** run 74 fork 1 starts with strategy
% 7.33/1.58  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 7.33/1.58  
% 7.33/1.58  **** run 77 fork 4 starts with strategy
% 7.33/1.58  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 7.33/1.59  
% 7.33/1.59  **** run 80 fork 7 starts with strategy
% 7.33/1.59  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 7.33/1.60  
% 7.33/1.60  **** run 75 fork 2 starts with strategy
% 7.33/1.60  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 7.33/1.62  
% 7.33/1.62  fork 2: search finished without proof.
% 8.56/1.63  
% 8.56/1.63  
% 8.56/1.63  fork 0: search terminated without proof.
% 8.56/1.63  
% 8.56/1.63  
% 8.56/1.63  fork 6: search terminated without proof.
% 8.56/1.64  
% 8.56/1.64  **** run 83 fork 2 starts with strategy
% 8.56/1.64  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 8.56/1.65  
% 8.56/1.65  **** run 73 fork 0 starts with strategy
% 8.56/1.65  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 8.56/1.66  
% 8.56/1.66  **** run 79 fork 6 starts with strategy
% 8.56/1.66  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 8.56/1.66  
% 8.56/1.66  
% 8.56/1.66  fork 3: search terminated without proof.
% 10.45/1.67  
% 10.45/1.67  
% 10.45/1.67  fork 5: search terminated without proof.
% 10.45/1.68  
% 10.45/1.68  **** run 84 fork 3 starts with strategy
% 10.45/1.68  {"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.45/1.70  
% 10.45/1.70  
% 10.45/1.70  fork 1: search terminated without proof.
% 10.45/1.70  
% 10.45/1.70  **** run 86 fork 5 starts with strategy
% 10.45/1.70  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 10.45/1.70  
% 10.45/1.70  
% 10.45/1.70  fork 4: search terminated without proof.
% 10.85/1.72  
% 10.85/1.72  **** run 82 fork 1 starts with strategy
% 10.85/1.72  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.85/1.72  
% 10.85/1.72  **** run 85 fork 4 starts with strategy
% 10.85/1.72  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 10.85/1.74  
% 10.85/1.74  
% 10.85/1.74  fork 7: search terminated without proof.
% 11.08/1.76  
% 11.08/1.76  **** run 88 fork 7 starts with strategy
% 11.08/1.76  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 11.08/1.77  
% 11.08/1.77  
% 11.08/1.77  fork 2: search terminated without proof.
% 11.08/1.77  
% 11.08/1.77  
% 11.08/1.77  fork 0: search terminated without proof.
% 11.08/1.78  
% 11.08/1.78  
% 11.08/1.78  fork 6: search terminated without proof.
% 11.08/1.79  
% 11.08/1.79  **** run 91 fork 2 starts with strategy
% 11.08/1.79  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 11.08/1.80  
% 11.08/1.80  **** run 81 fork 0 starts with strategy
% 11.08/1.80  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 11.08/1.80  
% 11.08/1.80  **** run 87 fork 6 starts with strategy
% 11.08/1.80  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 11.08/1.80  
% 11.08/1.80  
% 11.08/1.80  fork 3: search terminated without proof.
% 11.08/1.82  
% 11.08/1.82  
% 11.08/1.82  fork 5: search terminated without proof.
% 11.74/1.83  
% 11.74/1.83  **** run 92 fork 3 starts with strategy
% 11.74/1.83  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 11.74/1.84  
% 11.74/1.84  
% 11.74/1.84  fork 4: search terminated without proof.
% 11.74/1.84  
% 11.74/1.84  
% 11.74/1.84  fork 1: search terminated without proof.
% 11.74/1.85  
% 11.74/1.85  **** run 94 fork 5 starts with strategy
% 11.74/1.85  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 11.74/1.86  
% 11.74/1.86  **** run 90 fork 1 starts with strategy
% 11.74/1.86  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 11.74/1.87  
% 11.74/1.87  **** run 93 fork 4 starts with strategy
% 11.74/1.87  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 12.16/1.89  
% 12.16/1.89  
% 12.16/1.89  fork 7: search terminated without proof.
% 12.16/1.91  
% 12.16/1.91  **** run 96 fork 7 starts with strategy
% 12.16/1.91  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 12.16/1.92  
% 12.16/1.92  
% 12.16/1.92  fork 6: search terminated without proof.
% 12.16/1.92  
% 12.16/1.92  
% 12.16/1.92  fork 0: search terminated without proof.
% 12.16/1.94  
% 12.16/1.94  **** run 95 fork 6 starts with strategy
% 12.16/1.94  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 12.16/1.95  
% 12.16/1.95  **** run 89 fork 0 starts with strategy
% 12.16/1.95  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 19.19/2.82  
% 19.19/2.82  
% 19.19/2.82  fork 2: search terminated without proof.
% 19.64/2.85  
% 19.64/2.85  **** run 99 fork 2 starts with strategy
% 19.64/2.85  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 19.81/2.86  
% 19.81/2.86  
% 19.81/2.86  fork 3: search terminated without proof.
% 19.81/2.87  
% 19.81/2.87  
% 19.81/2.87  fork 5: search terminated without proof.
% 19.81/2.88  
% 19.81/2.88  
% 19.81/2.88  fork 4: search terminated without proof.
% 19.81/2.89  
% 19.81/2.89  
% 19.81/2.89  fork 1: search terminated without proof.
% 19.81/2.89  
% 19.81/2.89  **** run 100 fork 3 starts with strategy
% 19.81/2.89  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 19.81/2.90  
% 19.81/2.90  **** run 102 fork 5 starts with strategy
% 19.81/2.90  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 20.29/2.92  
% 20.29/2.92  **** run 101 fork 4 starts with strategy
% 20.29/2.92  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 20.29/2.93  
% 20.29/2.93  **** run 98 fork 1 starts with strategy
% 20.29/2.93  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 20.64/2.97  
% 20.64/2.97  
% 20.64/2.97  fork 6: search terminated without proof.
% 20.64/2.97  
% 20.64/2.97  
% 20.64/2.97  fork 0: search terminated without proof.
% 20.64/3.00  
% 20.64/3.00  **** run 103 fork 6 starts with strategy
% 20.64/3.00  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 20.64/3.00  
% 20.64/3.00  **** run 97 fork 0 starts with strategy
% 20.64/3.00  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 20.64/3.18  
% 20.64/3.18  
% 20.64/3.18  fork 7: search terminated without proof.
% 21.51/3.21  
% 21.51/3.21  **** run 104 fork 7 starts with strategy
% 21.51/3.21  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 26.17/3.87  
% 26.17/3.87  
% 26.17/3.87  fork 2: search terminated without proof.
% 26.17/3.90  
% 26.17/3.90  **** run 107 fork 2 starts with strategy
% 26.17/3.90  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 26.17/3.91  
% 26.17/3.91  
% 26.17/3.91  fork 3: search terminated without proof.
% 26.17/3.92  
% 26.17/3.92  
% 26.17/3.92  fork 5: search terminated without proof.
% 26.17/3.94  
% 26.17/3.94  **** run 108 fork 3 starts with strategy
% 26.17/3.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 26.17/3.95  
% 26.17/3.95  
% 26.17/3.95  fork 1: search terminated without proof.
% 26.17/3.95  
% 26.17/3.95  **** run 110 fork 5 starts with strategy
% 26.17/3.95  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 26.17/3.95  
% 26.17/3.95  
% 26.17/3.95  fork 4: search terminated without proof.
% 26.17/3.98  
% 26.17/3.98  **** run 109 fork 4 starts with strategy
% 26.17/3.98  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 26.17/3.98  
% 26.17/3.98  **** run 106 fork 1 starts with strategy
% 26.17/3.98  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 26.89/4.02  
% 26.89/4.02  
% 26.89/4.02  fork 0: search terminated without proof.
% 28.92/4.05  
% 28.92/4.05  **** run 105 fork 0 starts with strategy
% 28.92/4.05  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 30.11/4.23  
% 30.11/4.23  
% 30.11/4.23  fork 7: search terminated without proof.
% 30.11/4.25  
% 30.11/4.25  **** run 112 fork 7 starts with strategy
% 30.11/4.25  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 30.11/4.25  
% 30.11/4.25  
% 30.11/4.25  fork 6: search terminated without proof.
% 30.84/4.28  
% 30.84/4.28  **** run 111 fork 6 starts with strategy
% 30.84/4.28  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 35.18/4.86  
% 35.18/4.86  fork 2: search finished without proof.
% 35.18/4.88  
% 35.18/4.88  **** run 115 fork 2 starts with strategy
% 35.18/4.88  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 36.26/4.98  
% 36.26/4.98  
% 36.26/4.98  fork 5: search terminated without proof.
% 36.26/5.00  
% 36.26/5.00  
% 36.26/5.00  fork 1: search terminated without proof.
% 36.26/5.02  
% 36.26/5.02  **** run 118 fork 5 starts with strategy
% 36.26/5.02  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 36.26/5.03  
% 36.26/5.03  
% 36.26/5.03  fork 3: search terminated without proof.
% 36.26/5.03  
% 36.26/5.03  **** run 114 fork 1 starts with strategy
% 36.26/5.04  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 36.90/5.06  
% 36.90/5.06  **** run 116 fork 3 starts with strategy
% 36.90/5.06  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 36.90/5.06  
% 36.90/5.06  fork 0: search finished without proof.
% 37.08/5.08  
% 37.08/5.08  
% 37.08/5.08  fork 4: search terminated without proof.
% 37.08/5.10  
% 37.08/5.10  **** run 113 fork 0 starts with strategy
% 37.08/5.10  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 37.08/5.11  
% 37.08/5.11  **** run 117 fork 4 starts with strategy
% 37.08/5.11  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 37.59/5.27  
% 37.59/5.27  
% 37.59/5.27  fork 7: search terminated without proof.
% 37.59/5.30  
% 37.59/5.30  **** run 120 fork 7 starts with strategy
% 37.59/5.30  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 38.37/5.33  
% 38.37/5.33  fork 7: search finished without proof.
% 38.37/5.33  
% 38.37/5.33  fork 6: search finished without proof.
% 38.37/5.35  
% 38.37/5.35  **** run 128 fork 7 starts with strategy
% 38.37/5.35  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 38.37/5.36  
% 38.37/5.36  **** run 119 fork 6 starts with strategy
% 38.37/5.36  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 42.72/5.94  
% 42.72/5.94  
% 42.72/5.94  fork 2: search terminated without proof.
% 42.72/5.97  
% 42.72/5.97  **** run 123 fork 2 starts with strategy
% 42.72/5.97  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 42.72/6.07  
% 42.72/6.07  
% 42.72/6.07  fork 1: search terminated without proof.
% 42.72/6.08  
% 42.72/6.08  
% 42.72/6.08  fork 3: search terminated without proof.
% 42.72/6.10  
% 42.72/6.10  **** run 122 fork 1 starts with strategy
% 42.72/6.10  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 42.72/6.11  
% 42.72/6.11  **** run 124 fork 3 starts with strategy
% 42.72/6.11  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 43.32/6.12  
% 43.32/6.12  
% 43.32/6.12  fork 0: search terminated without proof.
% 43.32/6.12  
% 43.32/6.12  
% 43.32/6.12  fork 5: search terminated without proof.
% 43.32/6.15  
% 43.32/6.15  **** run 121 fork 0 starts with strategy
% 43.32/6.15  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 43.32/6.15  
% 43.32/6.15  **** run 126 fork 5 starts with strategy
% 43.32/6.15  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 47.00/6.37  
% 47.00/6.37  
% 47.00/6.37  fork 4: search terminated without proof.
% 47.00/6.37  
% 47.00/6.37  
% 47.00/6.37  fork 7: search terminated without proof.
% 47.00/6.38  
% 47.00/6.38  
% 47.00/6.38  fork 6: search terminated without proof.
% 47.00/6.39  
% 47.00/6.39  **** run 125 fork 4 starts with strategy
% 47.00/6.39  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 47.00/6.39  
% 47.00/6.39  **** run 136 fork 7 starts with strategy
% 47.00/6.39  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 47.52/6.45  
% 47.52/6.45  **** run 127 fork 6 starts with strategy
% 47.52/6.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 50.95/6.99  
% 50.95/6.99  
% 50.95/6.99  fork 2: search terminated without proof.
% 50.95/7.02  
% 50.95/7.02  **** run 131 fork 2 starts with strategy
% 50.95/7.02  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 52.94/7.15  
% 52.94/7.15  
% 52.94/7.15  fork 1: search terminated without proof.
% 52.94/7.15  
% 52.94/7.15  
% 52.94/7.15  fork 3: search terminated without proof.
% 53.28/7.18  
% 53.28/7.18  **** run 130 fork 1 starts with strategy
% 53.28/7.18  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 53.28/7.18  
% 53.28/7.18  **** run 132 fork 3 starts with strategy
% 53.28/7.18  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 53.28/7.19  
% 53.28/7.19  
% 53.28/7.19  fork 0: search terminated without proof.
% 53.28/7.21  
% 53.28/7.21  
% 53.28/7.21  fork 5: search terminated without proof.
% 53.28/7.23  
% 53.28/7.23  **** run 129 fork 0 starts with strategy
% 53.28/7.23  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 54.12/7.28  
% 54.12/7.28  **** run 134 fork 5 starts with strategy
% 54.12/7.28  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 54.79/7.36  
% 54.79/7.36  fork 7: search finished without proof.
% 54.79/7.39  
% 54.79/7.39  **** run 144 fork 7 starts with strategy
% 54.79/7.39  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 54.79/7.41  
% 54.79/7.41  fork 7: search finished without proof.
% 55.32/7.43  
% 55.32/7.43  **** run 152 fork 7 starts with strategy
% 55.32/7.43  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 55.32/7.44  
% 55.32/7.44  fork 6: search finished without proof.
% 55.32/7.45  
% 55.32/7.45  
% 55.32/7.45  fork 4: search terminated without proof.
% 55.32/7.46  
% 55.32/7.46  **** run 135 fork 6 starts with strategy
% 55.32/7.46  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 55.66/7.48  
% 55.66/7.48  **** run 133 fork 4 starts with strategy
% 55.66/7.48  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 59.69/8.04  
% 59.69/8.04  
% 59.69/8.04  fork 2: search terminated without proof.
% 60.28/8.07  
% 60.28/8.07  **** run 139 fork 2 starts with strategy
% 60.28/8.07  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 60.88/8.15  
% 60.88/8.15  fork 1: search finished without proof.
% 60.88/8.17  
% 60.88/8.17  **** run 138 fork 1 starts with strategy
% 60.88/8.17  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 61.59/8.28  
% 61.59/8.28  fork 3: search finished without proof.
% 61.59/8.28  
% 61.59/8.28  
% 61.59/8.28  fork 0: search terminated without proof.
% 62.08/8.30  
% 62.08/8.30  **** run 140 fork 3 starts with strategy
% 62.08/8.30  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 62.08/8.31  
% 62.08/8.31  **** run 137 fork 0 starts with strategy
% 62.08/8.31  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 62.08/8.33  
% 62.08/8.33  fork 5: search finished without proof.
% 62.08/8.36  
% 62.08/8.36  **** run 142 fork 5 starts with strategy
% 62.08/8.36  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 62.08/8.45  
% 62.08/8.45  
% 62.08/8.45  fork 7: search terminated without proof.
% 62.08/8.47  
% 62.08/8.47  **** run 160 fork 7 starts with strategy
% 62.08/8.47  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 62.08/8.48  
% 62.08/8.48  
% 62.08/8.48  fork 6: search terminated without proof.
% 62.08/8.52  
% 62.08/8.52  **** run 143 fork 6 starts with strategy
% 62.08/8.52  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 62.08/8.54  
% 62.08/8.54  
% 62.08/8.54  fork 4: search terminated without proof.
% 64.11/8.57  
% 64.11/8.57  **** run 141 fork 4 starts with strategy
% 64.11/8.57  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 67.19/9.10  
% 67.19/9.10  fork 2: search finished without proof.
% 67.19/9.15  
% 67.19/9.15  **** run 147 fork 2 starts with strategy
% 67.19/9.15  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 67.93/9.25  
% 67.93/9.25  
% 67.93/9.25  fork 1: search terminated without proof.
% 69.54/9.27  
% 69.54/9.27  **** run 146 fork 1 starts with strategy
% 69.54/9.27  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 69.54/9.30  
% 69.54/9.30  fork 1: search finished without proof.
% 69.54/9.32  
% 69.54/9.32  **** run 154 fork 1 starts with strategy
% 69.54/9.32  {"max_dseconds":10,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 69.54/9.32  
% 69.54/9.32  fork 3: search finished without proof.
% 70.29/9.34  
% 70.29/9.34  **** run 148 fork 3 starts with strategy
% 70.29/9.34  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 70.29/9.37  
% 70.29/9.37  fork 3: search finished without proof.
% 70.29/9.38  
% 70.29/9.38  
% 70.29/9.38  fork 5: search terminated without proof.
% 70.29/9.39  
% 70.29/9.39  **** run 156 fork 3 starts with strategy
% 70.29/9.39  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":10}
% 70.69/9.39  
% 70.69/9.39  
% 70.69/9.39  fork 0: search terminated without proof.
% 70.69/9.41  
% 70.69/9.41  **** run 150 fork 5 starts with strategy
% 70.69/9.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 70.69/9.43  
% 70.69/9.43  **** run 145 fork 0 starts with strategy
% 70.69/9.43  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 70.69/9.44  
% 70.69/9.44  fork 5: search finished without proof.
% 71.16/9.46  
% 71.16/9.46  **** run 158 fork 5 starts with strategy
% 71.16/9.46  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 71.56/9.51  
% 71.56/9.51  
% 71.56/9.51  fork 7: search terminated without proof.
% 71.56/9.54  
% 71.56/9.54  **** run 168 fork 7 starts with strategy
% 71.56/9.54  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 71.56/9.54  
% 71.56/9.54  
% 71.56/9.54  fork 6: search terminated without proof.
% 71.92/9.58  
% 71.92/9.58  **** run 151 fork 6 starts with strategy
% 71.92/9.58  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 71.92/9.60  
% 71.92/9.60  
% 71.92/9.60  fork 4: search terminated without proof.
% 71.92/9.62  
% 71.92/9.62  **** run 149 fork 4 starts with strategy
% 71.92/9.62  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 77.34/10.25  
% 77.34/10.25  
% 77.34/10.25  fork 2: search terminated without proof.
% 77.34/10.28  
% 77.34/10.28  **** run 155 fork 2 starts with strategy
% 77.34/10.28  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 78.21/10.36  
% 78.21/10.36  
% 78.21/10.36  fork 1: search terminated without proof.
% 78.21/10.39  
% 78.21/10.39  **** run 162 fork 1 starts with strategy
% 78.21/10.39  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 78.21/10.44  
% 78.21/10.44  fork 0: search finished without proof.
% 78.21/10.46  
% 78.21/10.46  
% 78.21/10.46  fork 3: search terminated without proof.
% 78.21/10.46  
% 78.21/10.46  **** run 153 fork 0 starts with strategy
% 78.21/10.46  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 78.21/10.49  
% 78.21/10.49  
% 78.21/10.49  fork 5: search terminated without proof.
% 78.21/10.50  
% 78.21/10.50  **** run 164 fork 3 starts with strategy
% 78.21/10.50  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 78.21/10.52  
% 78.21/10.52  **** run 166 fork 5 starts with strategy
% 78.21/10.52  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 78.97/10.60  
% 78.97/10.60  
% 78.97/10.60  fork 6: search terminated without proof.
% 78.97/10.60  
% 78.97/10.60  
% 78.97/10.60  fork 7: search terminated without proof.
% 80.27/10.62  
% 80.27/10.62  **** run 159 fork 6 starts with strategy
% 80.27/10.62  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 80.27/10.63  
% 80.27/10.63  **** run 176 fork 7 starts with strategy
% 80.27/10.63  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 80.27/10.64  
% 80.27/10.64  
% 80.27/10.64  fork 4: search terminated without proof.
% 80.27/10.67  
% 80.27/10.67  **** run 157 fork 4 starts with strategy
% 80.27/10.67  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 85.98/11.36  
% 85.98/11.36  
% 85.98/11.36  fork 2: search terminated without proof.
% 86.15/11.39  
% 86.15/11.39  **** run 163 fork 2 starts with strategy
% 86.15/11.39  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 86.15/11.41  
% 86.15/11.41  
% 86.15/11.41  fork 1: search terminated without proof.
% 86.46/11.42  
% 86.46/11.42  fork 2: search finished without proof.
% 86.62/11.44  
% 86.62/11.44  **** run 171 fork 2 starts with strategy
% 86.62/11.44  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 86.62/11.44  
% 86.62/11.44  **** run 170 fork 1 starts with strategy
% 86.62/11.44  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 87.26/11.53  
% 87.26/11.53  
% 87.26/11.53  fork 0: search terminated without proof.
% 87.26/11.55  
% 87.26/11.55  **** run 161 fork 0 starts with strategy
% 87.26/11.55  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 87.26/11.57  
% 87.26/11.57  
% 87.26/11.57  fork 5: search terminated without proof.
% 87.26/11.57  
% 87.26/11.57  
% 87.26/11.57  fork 3: search terminated without proof.
% 87.73/11.59  
% 87.73/11.59  **** run 172 fork 3 starts with strategy
% 87.73/11.59  {"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.73/11.61  
% 87.73/11.61  **** run 174 fork 5 starts with strategy
% 87.73/11.61  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 87.73/11.64  
% 87.73/11.64  
% 87.73/11.64  fork 6: search terminated without proof.
% 87.73/11.65  
% 87.73/11.65  
% 87.73/11.65  fork 7: search terminated without proof.
% 88.38/11.67  
% 88.38/11.67  **** run 167 fork 6 starts with strategy
% 88.38/11.67  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":10}
% 88.38/11.68  
% 88.38/11.68  **** run 184 fork 7 starts with strategy
% 88.38/11.68  {"max_dseconds":50,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 88.85/11.73  
% 88.85/11.73  
% 88.85/11.73  fork 4: search terminated without proof.
% 88.98/11.76  
% 88.98/11.76  **** run 165 fork 4 starts with strategy
% 88.98/11.76  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 94.20/12.44  
% 94.20/12.44  fork 2: search finished without proof.
% 94.20/12.48  
% 94.20/12.48  **** run 179 fork 2 starts with strategy
% 94.20/12.48  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 94.81/12.54  
% 94.81/12.54  
% 94.81/12.54  fork 1: search terminated without proof.
% 94.81/12.57  
% 94.81/12.57  **** run 178 fork 1 starts with strategy
% 94.81/12.57  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 95.55/12.62  
% 95.55/12.62  
% 95.55/12.62  fork 3: search terminated without proof.
% 95.55/12.63  
% 95.55/12.63  
% 95.55/12.63  fork 5: search terminated without proof.
% 95.55/12.66  
% 95.55/12.66  **** run 182 fork 5 starts with strategy
% 95.55/12.66  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 95.55/12.68  
% 95.55/12.68  
% 95.55/12.68  fork 0: search terminated without proof.
% 95.55/12.70  
% 95.55/12.70  
% 95.55/12.70  fork 6: search terminated without proof.
% 95.55/12.70  
% 95.55/12.70  **** run 180 fork 3 starts with strategy
% 95.55/12.70  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 95.55/12.72  
% 95.55/12.72  **** run 169 fork 0 starts with strategy
% 95.55/12.72  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 95.55/12.74  
% 95.55/12.74  **** run 175 fork 6 starts with strategy
% 95.55/12.74  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 97.29/12.81  
% 97.29/12.81  
% 97.29/12.81  fork 4: search terminated without proof.
% 97.41/12.85  
% 97.41/12.85  **** run 173 fork 4 starts with strategy
% 97.41/12.85  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":10}
% 104.41/13.76  
% 104.41/13.76  
% 104.41/13.76  fork 0: search terminated without proof.
% 104.78/13.77  
% 104.78/13.77  
% 104.78/13.77  fork 6: search terminated without proof.
% 104.78/13.79  
% 104.78/13.79  **** run 177 fork 0 starts with strategy
% 104.78/13.79  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 104.78/13.80  
% 104.78/13.80  **** run 183 fork 6 starts with strategy
% 104.78/13.80  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 105.73/13.90  
% 105.73/13.90  
% 105.73/13.90  fork 4: search terminated without proof.
% 105.73/13.93  
% 105.73/13.93  **** run 181 fork 4 starts with strategy
% 105.73/13.93  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 128.01/16.80  
% 128.01/16.80  
% 128.01/16.80  fork 7: search terminated without proof.
% 128.61/16.87  
% 128.61/16.87  **** run 192 fork 7 starts with strategy
% 128.61/16.87  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 132.45/17.33  
% 132.45/17.33  fork 1: search finished without proof.
% 132.45/17.37  
% 132.45/17.37  **** run 186 fork 1 starts with strategy
% 132.45/17.37  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 134.87/17.68  
% 134.87/17.68  
% 134.87/17.68  fork 2: search terminated without proof.
% 134.87/17.72  
% 134.87/17.72  
% 134.87/17.72  fork 5: search terminated without proof.
% 134.87/17.74  
% 134.87/17.74  
% 134.87/17.74  fork 3: search terminated without proof.
% 135.57/17.78  
% 135.57/17.78  **** run 190 fork 5 starts with strategy
% 135.57/17.78  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 135.57/17.78  
% 135.57/17.78  **** run 187 fork 2 starts with strategy
% 135.57/17.78  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":1}
% 135.57/17.79  
% 135.57/17.79  **** run 188 fork 3 starts with strategy
% 135.57/17.79  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 144.74/19.00  
% 144.74/19.00  
% 144.74/19.00  fork 6: search terminated without proof.
% 144.74/19.06  
% 144.74/19.06  
% 144.74/19.06  fork 0: search terminated without proof.
% 144.74/19.09  
% 144.74/19.09  **** run 191 fork 6 starts with strategy
% 144.74/19.09  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 144.74/19.13  
% 144.74/19.13  **** run 185 fork 0 starts with strategy
% 144.74/19.13  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 144.74/19.16  
% 144.74/19.16  
% 144.74/19.16  fork 4: search terminated without proof.
% 145.27/19.22  
% 145.27/19.22  **** run 189 fork 4 starts with strategy
% 145.27/19.22  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 159.84/20.86  
% 159.84/20.86  
% 159.84/20.86  result: proof found
% 159.84/20.86  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 159.84/20.86  by run 191 fork 6 strategy {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 159.84/20.86  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 159.84/20.86  
% 159.84/20.86  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 159.84/20.86  
% 159.84/20.86  run 191 fork 6 statistics:
% 159.84/20.86  ----------------------------------
% 159.84/20.86  this run seconds: 1.658544
% 159.84/20.86  total seconds: 19.954983
% 159.84/20.86  stat_given_used: 2386
% 159.84/20.86  stat_given_used_at_endgame: 0
% 159.84/20.86  stat_given_candidates:   4844
% 159.84/20.86  stat_given_candidates_at_endgame: 0
% 159.84/20.86  stat_given_candidates_h: 0
% 159.84/20.86  stat_binres_derived_cl:   179390
% 159.84/20.86  stat_binres_derived_cl_h: 0
% 159.84/20.86  stat_factor_derived_cl: 0
% 159.84/20.86  stat_para_derived_cl: 109511
% 159.84/20.86  stat_tautologies_discarded: 1
% 159.84/20.86  stat_forward_subsumed: 71900
% 159.84/20.86  stat_derived_cut: 0
% 159.84/20.86  stat_derived_rewritten: 68
% 159.84/20.86  stat_weight_discarded_building: 0
% 159.84/20.86  stat_weight_discarded_cl: 0
% 159.84/20.86  stat_internlimit_discarded_cl: 0
% 159.84/20.86  stat_simplified:  68 simplified 0 derived 0 given
% 159.84/20.86  stat_kept_cl: 216763
% 159.84/20.86  stat_built_cl: 221603
% 159.84/20.86  stat_hyperres_partial_cl: 0
% 159.84/20.86  stat_made_rewriters: 118
% 159.84/20.86  stat_backward_subsumed: 0
% 159.84/20.86  stat_propagated_subsumed: 0
% 159.84/20.86  stat_clsubs_attempted:                    307077
% 159.84/20.86  stat_clsubs_fact_groundunit_found:             0
% 159.84/20.86  stat_clsubs_rule_groundunit_found:             1
% 159.84/20.86  stat_clsubs_top_meta_attempted:            3512522
% 159.84/20.86  stat_clsubs_top_meta_failed:               3205445
% 159.84/20.86  stat_clsubs_top_meta_nonpref_attempted:             3512522
% 159.84/20.86  stat_clsubs_top_meta_nonpref_succeeded:             1607604
% 159.84/20.86  stat_clsubs_top_meta_pref_attempted:                1607604
% 159.84/20.86  stat_clsubs_top_meta_pref1_succeeded:               1547962
% 159.84/20.86  stat_clsubs_top_meta_pref2_succeeded:                618890
% 159.84/20.86  stat_clsubs_top_meta_pref3_succeeded:                307077
% 159.84/20.86  stat_clsubs_top_meta_pref_succeeded:                 307077
% 159.84/20.86  stat_clsubs_meta_attempted:               318340
% 159.84/20.86  stat_clsubs_meta_failed:                   40997
% 159.84/20.86  stat_clsubs_predsymbs_attempted:               0
% 159.84/20.86  stat_clsubs_unit_attempted:               287817
% 159.84/20.86  stat_clsubs_full_attempted:                19260
% 159.84/20.86  stat_forwardsubs_attempted:               288663
% 159.84/20.86  stat_lit_hash_added:                 221236
% 159.84/20.86  stat_lit_hash_computed:              520517
% 159.84/20.86  stat_lit_hash_match_found:            72227
% 159.84/20.86  stat_lit_hash_match_miss:            448773
% 159.84/20.86  stat_lit_hash_cut_ok:                     0
% 159.84/20.86  stat_lit_strong_cut_ok:                   0
% 159.84/20.86  stat_lit_hash_subsume_ok:             71900
% 159.84/20.86  clqueue els 10000000 used 1
% 159.84/20.86  clactive els 10000000 used 2387
% 159.84/20.86  clactivesubsume els 10000000 used 14311
% 159.84/20.86  queue_termbuf els 200000000 used 31796251
% 159.84/20.86  hyper_termbuf els 100000000 used 1
% 159.84/20.86  active_termbuf els 100000000 used 114844
% 159.84/20.86  varstack els 5000 last used 1
% 159.84/20.86  given_termbuf els 10000000 last used 1
% 159.84/20.86  simplified_termbuf els 10000000 last used 1
% 159.84/20.86  derived_termbuf els 10000000 last used 30
% 159.84/20.86  wr_mallocs: 189981
% 159.84/20.86  wr_callocs: 19
% 159.84/20.86  wr_reallocs: 44468
% 159.84/20.86  wr_frees: 2
% 159.84/20.86  wr_malloc_bytes: 4171426500
% 159.84/20.86  wr_calloc_bytes: 96065504
% 159.84/20.86  wr_realloc_bytes: 8018552
% 159.84/20.86  wr_realloc_freebytes: 0
% 159.84/20.86  ----------------------------------
%------------------------------------------------------------------------------