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

View Problem - Process Solution

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

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

% Result   : Unsatisfiable 219.25s 33.00s
% Output   : CNFRefutation 219.25s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named and_star_commutativity)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    and_star(X,Y) = and_star(Y,X),
    inference(cnf_transformation,[],[and_star_commutativity]) ).

cnf('2',plain,
    and_star(xor(and_star(xor(truth,X0),X1),truth),X1) = and_star(xor(and_star(xor(truth,X1),X0),truth),X0),
    inference(cnf_transformation,[],['$inc_axiom_8']) ).

cnf('3',plain,
    xor(X,Y) = xor(Y,X),
    inference(cnf_transformation,[],[xor_commutativity]) ).

cnf('4',plain,
    not(X) = xor(X,truth),
    inference(cnf_transformation,[],['$inc_axiom_1']) ).

cnf('5',plain,
    not(X) = xor(truth,X),
    inference(paramodulation,[],['3','4']) ).

cnf('6',plain,
    implies(X0,X1) = xor(truth,and_star(X0,xor(truth,X1))),
    inference(cnf_transformation,[],[implies_definition]) ).

cnf('7',plain,
    implies(X,Y) = not(and_star(X,not(Y))),
    inference(simplify,[then_simplify],['6','5','5']) ).

cnf('8',plain,
    implies(X,Y) = not(and_star(not(Y),X)),
    inference(paramodulation,[],['1','7']) ).

cnf('9',plain,
    and_star(implies(X,Y),X) = and_star(implies(Y,X),Y),
    inference(simplify,[then_simplify],['2','5','4','8','5','4','8']) ).

cnf('10',plain,
    xor(X0,xor(truth,X1)) = xor(xor(X0,truth),X1),
    inference(cnf_transformation,[],['$inc_axiom_7']) ).

cnf('11',plain,
    xor(X,not(Y)) = xor(not(X),Y),
    inference(simplify,[then_simplify],['10','5','4']) ).

cnf('12',plain,
    not(not(X3)) = xor(X3,not(truth)),
    inference(paramodulation,[],['11','4']) ).

cnf('13',plain,
    not(truth) = falsehood,
    inference(cnf_transformation,[],[false_definition]) ).

cnf('14',plain,
    xor(X,falsehood) = X,
    inference(cnf_transformation,[],['$inc_axiom_2']) ).

cnf('15',plain,
    not(not(X)) = X,
    inference(simplify,[then_simplify],['12','13','14']) ).

cnf('16',plain,
    not(implies(X,Y)) = and_star(not(Y),X),
    inference(paramodulation,[],['8','15']) ).

cnf('17',plain,
    and_star(xor(truth,X),X) = falsehood,
    inference(cnf_transformation,[],['$inc_axiom_6']) ).

cnf('18',plain,
    and_star(not(X),X) = falsehood,
    inference(paramodulation,[],['5','17']) ).

cnf('19',plain,
    and_star(and_star(X,Y),Z) = and_star(X,and_star(Y,Z)),
    inference(cnf_transformation,[],[and_star_associativity]) ).

cnf('20',plain,
    and_star(falsehood,X3) = and_star(not(Y3),and_star(Y3,X3)),
    inference(paramodulation,[],['18','19']) ).

cnf('21',plain,
    and_star(X,falsehood) = falsehood,
    inference(cnf_transformation,[],['$inc_axiom_5']) ).

cnf('22',plain,
    and_star(falsehood,X) = falsehood,
    inference(paramodulation,[],['1','21']) ).

cnf('23',plain,
    falsehood = and_star(not(X),and_star(X,Y)),
    inference(simplify,[],['20','22']) ).

cnf('24',plain,
    falsehood = and_star(not(X),and_star(Y,X)),
    inference(paramodulation,[],['1','23']) ).

cnf('25',plain,
    falsehood = and_star(not(X3),not(implies(X3,Y3))),
    inference(paramodulation,[],['16','24']) ).

cnf('26',plain,
    not(implies(X,Y)) = and_star(X,not(Y)),
    inference(paramodulation,[],['7','15']) ).

cnf('27',plain,
    falsehood = not(implies(not(X),implies(X,Y))),
    inference(simplify,[],['25','26']) ).

cnf('28',plain,
    not(falsehood) = implies(not(X3),implies(X3,Y3)),
    inference(paramodulation,[],['27','15']) ).

cnf('29',plain,
    xor(falsehood,X) = X,
    inference(paramodulation,[],['3','14']) ).

cnf('30',plain,
    not(falsehood) = truth,
    inference(paramodulation,[],['29','4']) ).

cnf('31',plain,
    truth = implies(not(X),implies(X,Y)),
    inference(simplify,[],['28','30']) ).

cnf('32',plain,
    and_star(implies(implies(X3,Y3),not(X3)),implies(X3,Y3)) = and_star(truth,not(X3)),
    inference(paramodulation,[],['31','9']) ).

cnf('33',plain,
    not(implies(X,not(Y))) = and_star(Y,X),
    inference(paramodulation,[],['15','16']) ).

cnf('34',plain,
    not(and_star(X,Y)) = implies(Y,not(X)),
    inference(paramodulation,[],['33','15']) ).

cnf('35',plain,
    and_star(X,truth) = X,
    inference(cnf_transformation,[],['$inc_axiom_4']) ).

cnf('36',plain,
    and_star(truth,X) = X,
    inference(paramodulation,[],['1','35']) ).

cnf('37',plain,
    implies(X,Y) = xor(truth,and_star(X,xor(truth,Y))),
    inference(cnf_transformation,[],[implies_definition]) ).

cnf('38',plain,
    implies(truth,X) = xor(truth,xor(truth,X)),
    inference(paramodulation,[],['36','37']) ).

cnf('39',plain,
    implies(truth,X3) = not(xor(truth,X3)),
    inference(paramodulation,[],['5','38']) ).

cnf('40',plain,
    implies(truth,X) = not(not(X)),
    inference(simplify,[],['39','5']) ).

cnf('41',plain,
    not(implies(implies(X,Y),and_star(X,implies(X,Y)))) = not(X),
    inference(simplify,[then_simplify],['32','34','16','26','40','15']) ).

cnf('42',plain,
    not(not(X3)) = implies(implies(X3,Y3),and_star(X3,implies(X3,Y3))),
    inference(paramodulation,[],['41','15']) ).

cnf('43',plain,
    X = implies(implies(X,Y),and_star(X,implies(X,Y))),
    inference(simplify,[],['42','15']) ).

cnf('44',plain,
    X = implies(implies(X,Y),and_star(implies(X,Y),X)),
    inference(paramodulation,[],['1','43']) ).

cnf('45',plain,
    implies(and_star(X3,Y3),X3) = not(falsehood),
    inference(paramodulation,[],['23','8']) ).

cnf('46',plain,
    implies(and_star(X,Y),X) = truth,
    inference(simplify,[],['45','30']) ).

cnf('47',plain,
    and_star(truth,and_star(X3,Y3)) = and_star(implies(X3,and_star(X3,Y3)),X3),
    inference(paramodulation,[],['46','9']) ).

cnf('48',plain,
    and_star(X,Y) = and_star(implies(X,and_star(X,Y)),X),
    inference(simplify,[],['47','36']) ).

cnf('49',plain,
    and_star(X,implies(X,and_star(X,Y))) = and_star(X,Y),
    inference(paramodulation,[],['48','1']) ).

cnf('50',plain,
    X = implies(implies(X,and_star(X,Y)),and_star(X,Y)),
    inference(paramodulation,[],['49','43']) ).

cnf('51',plain,
    implies(X,Y) = implies(X,and_star(implies(X,Y),X)),
    inference(paramodulation,[],['44','50']) ).

cnf('52',plain,
    implies(X,Y) = implies(X,and_star(implies(Y,X),Y)),
    inference(paramodulation,[],['9','51']) ).

cnf('53',plain,
    implies(X,Y) = implies(X,and_star(Y,implies(Y,X))),
    inference(paramodulation,[],['1','52']) ).

cnf('54',plain,
    implies(and_star(X3,Y3),Z3) = not(and_star(X3,and_star(Y3,not(Z3)))),
    inference(paramodulation,[],['19','7']) ).

cnf('55',plain,
    implies(and_star(X,Y),Z) = implies(X,implies(Y,Z)),
    inference(simplify,[then_simplify],['54','26','26','15']) ).

cnf('56',plain,
    implies(and_star(X,Y),and_star(Z,implies(Z,Y))) = implies(X,implies(Y,Z)),
    inference(paramodulation,[],['53','55']) ).

cnf('57',plain,
    not(and_star(X3,Y3)) = implies(X3,not(Y3)),
    inference(paramodulation,[],['1','34']) ).

cnf('58',plain,
    not(and_star(X,Y)) = not(and_star(Y,X)),
    inference(simplify,[],['57','34']) ).

cnf('59',plain,
    not(and_star(and_star(X3,Y3),Z3)) = implies(Z3,not(and_star(Y3,X3))),
    inference(paramodulation,[],['58','34']) ).

cnf('60',plain,
    not(and_star(and_star(X,Y),Z)) = not(and_star(and_star(Y,X),Z)),
    inference(simplify,[],['59','34']) ).

cnf('61',plain,
    implies(and_star(X3,Y3),Z3) = not(and_star(and_star(Y3,X3),not(Z3))),
    inference(paramodulation,[],['60','7']) ).

cnf('62',plain,
    implies(and_star(X,Y),Z) = implies(and_star(Y,X),Z),
    inference(simplify,[then_simplify],['61','26','15']) ).

cnf('63',plain,
    implies(and_star(X,Y),and_star(Z,implies(Z,X))) = implies(Y,implies(X,Z)),
    inference(paramodulation,[],['56','62']) ).

cnf('64',plain,
    implies(and_star(X,implies(Y,Z)),and_star(Y,implies(Y,Z))) = implies(X,Y),
    inference(paramodulation,[],['43','55']) ).

cnf('65',plain,
    implies(implies(X,Y),implies(Y,X)) = implies(Y,X),
    inference(paramodulation,[],['63','64']) ).

cnf('66',plain,
    implies(implies(implies(a,b),implies(b,a)),implies(b,a)) != truth,
    inference(cnf_transformation,[],[prove_wajsberg_mv_4]) ).

cnf('67',plain,
    implies(implies(b,a),implies(b,a)) != truth,
    inference(paramodulation,[],['65','66']) ).

cnf('68',plain,
    implies(and_star(X,Y),Y) = truth,
    inference(paramodulation,[],['1','46']) ).

cnf('69',plain,
    and_star(truth,and_star(X3,Y3)) = and_star(implies(Y3,and_star(X3,Y3)),Y3),
    inference(paramodulation,[],['68','9']) ).

cnf('70',plain,
    and_star(X,Y) = and_star(implies(Y,and_star(X,Y)),Y),
    inference(simplify,[],['69','36']) ).

cnf('71',plain,
    and_star(X,implies(X,and_star(Y,X))) = and_star(Y,X),
    inference(paramodulation,[],['70','1']) ).

cnf('72',plain,
    X = implies(implies(X,and_star(Y,X)),and_star(Y,X)),
    inference(paramodulation,[],['71','43']) ).

cnf('73',plain,
    implies(X,Y) = implies(X,and_star(X,implies(X,Y))),
    inference(paramodulation,[],['43','72']) ).

cnf('74',plain,
    implies(and_star(X,Y),Z) = implies(implies(X,and_star(X,Y)),implies(X,Z)),
    inference(paramodulation,[],['48','55']) ).

cnf('75',plain,
    implies(and_star(X,implies(X,Y)),Z) = implies(implies(X,Y),implies(X,Z)),
    inference(paramodulation,[],['73','74']) ).

cnf('76',plain,
    implies(and_star(implies(X,Y),X),Y) = truth,
    inference(paramodulation,[],['9','68']) ).

cnf('77',plain,
    implies(and_star(X,implies(X,Y)),Y) = truth,
    inference(paramodulation,[],['1','76']) ).

cnf('78',plain,
    $false,
    inference(simplify,[then_simplify],['67','75','77']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.10  % Problem  : LCL109-6 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.11  % Command  : gkc %s
% 0.11/0.31  % Computer : n014.cluster.edu
% 0.11/0.31  % Model    : x86_64 x86_64
% 0.11/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.31  % Memory   : 8042.1875MB
% 0.11/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.31  % CPULimit : 300
% 0.11/0.31  % WCLimit  : 300
% 0.11/0.31  % DateTime : Fri Aug 25 04:23:33 EDT 2023
% 0.11/0.31  % CPUTime  : 
% 0.16/0.35  
% 0.16/0.35  input clause set summed statistics:
% 0.16/0.35  ----------------------------------
% 0.16/0.35  in_clause_count:                    14
% 0.16/0.35  in_rule_clause_count:               14
% 0.16/0.35  in_fact_clause_count:                0
% 0.16/0.35  in_answer_clause_count:              0
% 0.16/0.35  in_ground_clause_count:              2
% 0.16/0.35  in_unit_clause_count:               14
% 0.16/0.35  in_horn_clause_count:               14
% 0.16/0.35  in_pos_clause_count:                13
% 0.16/0.35  in_neg_clause_count:                 1
% 0.16/0.35  in_poseq_clause_count:              13
% 0.16/0.35  in_negeq_clause_count:               1
% 0.16/0.35  in_unitposeq_clause_count:          13
% 0.16/0.35  in_chain_clause_count:               0
% 0.16/0.35  in_min_length:             1
% 0.16/0.35  in_max_length:             1
% 0.16/0.35  in_min_depth:              2
% 0.16/0.35  in_max_depth:              5
% 0.16/0.35  in_min_size:               4
% 0.16/0.35  in_max_size:              19
% 0.16/0.35  in_min_vars:               0
% 0.16/0.35  in_max_vars:               3
% 0.16/0.35  in_extaxiom_count:                 8
% 0.16/0.35  in_axiom_count:                    5
% 0.16/0.35  in_assumption_count:               0
% 0.16/0.35  in_goal_count:                     1
% 0.16/0.35  in_neg_goal_count:                 1
% 0.16/0.35  in_pos_goal_count:                 0
% 0.16/0.35  in_posunit_goal_count:             0
% 0.16/0.35  
% 0.16/0.35  auto guide:
% 0.16/0.35  -----------
% 0.16/0.35  {
% 0.16/0.35  "print":1,
% 0.16/0.35  "print_level": 15,
% 0.16/0.35  "max_size": 0,
% 0.16/0.35  "max_depth": 0,
% 0.16/0.35  "max_length": 0,
% 0.16/0.35  "max_dseconds": 0,
% 0.16/0.35  "runs":[
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.16/0.35  
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.16/0.35  
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.16/0.35  
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.16/0.35  
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.16/0.36  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.16/0.36  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.16/0.36  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.16/0.36  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.16/0.36  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.16/0.36  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.16/0.36  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.16/0.36  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.16/0.36  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.16/0.36  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.16/0.36  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.16/0.36  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.16/0.36  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.16/0.36  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.16/0.36  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.16/0.36  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.36  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.16/0.36  
% 0.16/0.36  ]}
% 0.16/0.36  
% 0.16/0.36  
% 0.16/0.36  **** run 1 fork 0 starts with strategy
% 0.16/0.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.16/0.36  
% 0.16/0.36  **** run 2 fork 1 starts with strategy
% 0.16/0.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.16/0.36  
% 0.16/0.36  **** run 5 fork 4 starts with strategy
% 0.16/0.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.16/0.36  
% 0.16/0.36  **** run 3 fork 2 starts with strategy
% 0.16/0.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.16/0.37  
% 0.16/0.37  **** run 8 fork 7 starts with strategy
% 0.16/0.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.16/0.37  
% 0.16/0.37  **** run 4 fork 3 starts with strategy
% 0.16/0.37  
% 0.16/0.37  **** run 6 fork 5 starts with strategy
% 0.16/0.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}{"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.16/0.37  
% 0.16/0.37  
% 0.16/0.37  **** run 7 fork 6 starts with strategy
% 0.16/0.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 4: search terminated without proof.
% 0.16/0.50  
% 0.16/0.50  
% 0.16/0.50  fork 7: search terminated without proof.
% 0.16/0.51  
% 0.16/0.51  
% 0.16/0.51  fork 2: search terminated without proof.
% 0.16/0.52  
% 0.16/0.52  **** run 16 fork 7 starts with strategy
% 0.16/0.52  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.16/0.54  
% 0.16/0.54  **** run 13 fork 4 starts with strategy
% 0.16/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.16/0.56  
% 0.16/0.56  
% 0.16/0.56  fork 6: search terminated without proof.
% 0.16/0.57  
% 0.16/0.57  
% 0.16/0.57  fork 1: search terminated without proof.
% 0.16/0.57  
% 0.16/0.57  
% 0.16/0.57  fork 0: search terminated without proof.
% 0.16/0.57  
% 0.16/0.57  **** run 11 fork 2 starts with strategy
% 0.16/0.57  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.16/0.58  
% 0.16/0.58  **** run 15 fork 6 starts with strategy
% 0.16/0.58  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.16/0.59  
% 0.16/0.59  **** run 9 fork 0 starts with strategy
% 0.16/0.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.16/0.59  
% 0.16/0.59  
% 0.16/0.59  fork 5: search terminated without proof.
% 0.16/0.61  
% 0.16/0.61  **** run 14 fork 5 starts with strategy
% 0.16/0.61  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.16/0.62  
% 0.16/0.62  **** run 10 fork 1 starts with strategy
% 0.16/0.63  
% 0.16/0.63  
% 0.16/0.63  fork 3: search terminated without proof.
% 0.16/0.63  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.16/0.65  
% 0.16/0.65  **** run 12 fork 3 starts with strategy
% 0.16/0.65  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.16/0.69  
% 0.16/0.69  
% 0.16/0.69  fork 7: search terminated without proof.
% 0.16/0.69  
% 0.16/0.69  
% 0.16/0.69  fork 6: search terminated without proof.
% 0.16/0.71  
% 0.16/0.71  **** run 24 fork 7 starts with strategy
% 0.16/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.16/0.72  
% 0.16/0.72  **** run 23 fork 6 starts with strategy
% 0.16/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.16/0.75  
% 0.16/0.75  
% 0.16/0.75  fork 4: search terminated without proof.
% 0.16/0.77  
% 0.16/0.77  **** run 21 fork 4 starts with strategy
% 0.16/0.77  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.16/0.78  
% 0.16/0.78  
% 0.16/0.78  fork 2: search terminated without proof.
% 2.08/0.82  
% 2.08/0.82  
% 2.08/0.82  fork 5: search terminated without proof.
% 2.08/0.82  
% 2.08/0.82  
% 2.08/0.82  fork 0: search terminated without proof.
% 2.08/0.83  
% 2.08/0.83  **** run 19 fork 2 starts with strategy
% 2.08/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 2.08/0.84  
% 2.08/0.84  
% 2.08/0.84  fork 6: search terminated without proof.
% 2.08/0.84  
% 2.08/0.84  **** run 17 fork 0 starts with strategy
% 2.08/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.08/0.85  
% 2.08/0.85  
% 2.08/0.85  fork 1: search terminated without proof.
% 2.08/0.85  
% 2.08/0.85  
% 2.08/0.85  fork 3: search terminated without proof.
% 2.08/0.86  
% 2.08/0.86  **** run 31 fork 6 starts with strategy
% 2.08/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.08/0.87  
% 2.08/0.87  **** run 22 fork 5 starts with strategy
% 2.08/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.08/0.87  
% 2.08/0.87  **** run 20 fork 3 starts with strategy
% 2.08/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 2.08/0.89  
% 2.08/0.89  **** run 18 fork 1 starts with strategy
% 2.08/0.89  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.82/0.94  
% 2.82/0.94  
% 2.82/0.94  fork 7: search terminated without proof.
% 2.82/0.97  
% 2.82/0.97  **** run 32 fork 7 starts with strategy
% 2.82/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 3.22/0.97  
% 3.22/0.97  
% 3.22/0.97  fork 0: search terminated without proof.
% 3.22/0.99  
% 3.22/0.99  **** run 25 fork 0 starts with strategy
% 3.22/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.22/0.99  
% 3.22/0.99  
% 3.22/0.99  fork 6: search terminated without proof.
% 3.38/1.00  
% 3.38/1.00  
% 3.38/1.00  fork 4: search terminated without proof.
% 3.38/1.02  
% 3.38/1.02  **** run 39 fork 6 starts with strategy
% 3.38/1.02  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 3.50/1.04  
% 3.50/1.04  
% 3.50/1.04  fork 2: search terminated without proof.
% 3.50/1.05  
% 3.50/1.05  **** run 29 fork 4 starts with strategy
% 3.50/1.05  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.50/1.07  
% 3.50/1.07  
% 3.50/1.07  fork 1: search terminated without proof.
% 3.50/1.07  
% 3.50/1.07  **** run 27 fork 2 starts with strategy
% 3.50/1.07  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.50/1.10  
% 3.50/1.10  **** run 26 fork 1 starts with strategy
% 3.50/1.10  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.50/1.11  
% 3.50/1.11  
% 3.50/1.11  fork 0: search terminated without proof.
% 3.98/1.13  
% 3.98/1.13  
% 3.98/1.13  fork 3: search terminated without proof.
% 3.98/1.13  
% 3.98/1.13  
% 3.98/1.13  fork 5: search terminated without proof.
% 3.98/1.14  
% 3.98/1.14  **** run 33 fork 0 starts with strategy
% 3.98/1.14  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 3.98/1.14  
% 3.98/1.14  
% 3.98/1.14  fork 6: search terminated without proof.
% 3.98/1.16  
% 3.98/1.16  **** run 28 fork 3 starts with strategy
% 3.98/1.16  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.98/1.17  
% 3.98/1.17  **** run 30 fork 5 starts with strategy
% 3.98/1.17  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.98/1.17  
% 3.98/1.17  **** run 47 fork 6 starts with strategy
% 3.98/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.33/1.23  
% 4.33/1.23  
% 4.33/1.23  fork 7: search terminated without proof.
% 4.33/1.26  
% 4.33/1.26  **** run 40 fork 7 starts with strategy
% 4.33/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.33/1.26  
% 4.33/1.26  
% 4.33/1.26  fork 0: search terminated without proof.
% 4.75/1.28  
% 4.75/1.28  **** run 41 fork 0 starts with strategy
% 4.75/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.75/1.29  
% 4.75/1.29  
% 4.75/1.29  fork 4: search terminated without proof.
% 4.87/1.30  
% 4.87/1.30  
% 4.87/1.30  fork 6: search terminated without proof.
% 4.87/1.31  
% 4.87/1.31  
% 4.87/1.31  fork 2: search terminated without proof.
% 4.87/1.32  
% 4.87/1.32  **** run 55 fork 6 starts with strategy
% 4.87/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 4.87/1.33  
% 4.87/1.33  
% 4.87/1.33  fork 1: search terminated without proof.
% 4.87/1.33  
% 4.87/1.33  **** run 37 fork 4 starts with strategy
% 4.87/1.33  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.87/1.35  
% 4.87/1.35  **** run 35 fork 2 starts with strategy
% 4.87/1.35  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.87/1.38  
% 4.87/1.38  **** run 34 fork 1 starts with strategy
% 4.87/1.38  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.87/1.40  
% 4.87/1.40  
% 4.87/1.40  fork 5: search terminated without proof.
% 4.87/1.41  
% 4.87/1.41  
% 4.87/1.41  fork 3: search terminated without proof.
% 4.87/1.43  
% 4.87/1.43  **** run 38 fork 5 starts with strategy
% 4.87/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.87/1.44  
% 4.87/1.44  **** run 36 fork 3 starts with strategy
% 4.87/1.44  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.87/1.45  
% 4.87/1.45  
% 4.87/1.45  fork 6: search terminated without proof.
% 4.87/1.47  
% 4.87/1.47  **** run 63 fork 6 starts with strategy
% 4.87/1.47  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 4.87/1.49  
% 4.87/1.49  
% 4.87/1.49  fork 0: search terminated without proof.
% 4.87/1.50  
% 4.87/1.50  
% 4.87/1.50  fork 7: search terminated without proof.
% 4.87/1.53  
% 4.87/1.53  **** run 49 fork 0 starts with strategy
% 4.87/1.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 5.64/1.54  
% 5.64/1.54  
% 5.64/1.54  fork 4: search terminated without proof.
% 5.64/1.55  
% 5.64/1.55  **** run 48 fork 7 starts with strategy
% 5.64/1.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.64/1.56  
% 5.64/1.56  **** run 45 fork 4 starts with strategy
% 5.64/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.64/1.57  
% 5.64/1.57  
% 5.64/1.57  fork 1: search terminated without proof.
% 5.64/1.59  
% 5.64/1.59  
% 5.64/1.59  fork 2: search terminated without proof.
% 5.64/1.59  
% 5.64/1.59  
% 5.64/1.59  fork 6: search terminated without proof.
% 5.64/1.61  
% 5.64/1.61  
% 5.64/1.61  fork 5: search terminated without proof.
% 5.64/1.61  
% 5.64/1.61  
% 5.64/1.61  fork 3: search terminated without proof.
% 5.64/1.61  
% 5.64/1.61  **** run 42 fork 1 starts with strategy
% 5.64/1.61  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.64/1.62  
% 5.64/1.62  **** run 71 fork 6 starts with strategy
% 5.64/1.62  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 6.50/1.63  
% 6.50/1.63  **** run 44 fork 3 starts with strategy
% 6.50/1.63  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.50/1.63  
% 6.50/1.63  **** run 43 fork 2 starts with strategy
% 6.50/1.63  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 6.50/1.65  
% 6.50/1.65  **** run 46 fork 5 starts with strategy
% 6.50/1.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 6.50/1.70  
% 6.50/1.70  fork 5: search finished without proof.
% 6.87/1.73  
% 6.87/1.73  **** run 54 fork 5 starts with strategy
% 6.87/1.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.87/1.74  
% 6.87/1.74  
% 6.87/1.74  fork 4: search terminated without proof.
% 6.87/1.75  
% 6.87/1.75  
% 6.87/1.75  fork 6: search terminated without proof.
% 6.87/1.76  
% 6.87/1.76  
% 6.87/1.76  fork 3: search terminated without proof.
% 6.87/1.76  
% 6.87/1.76  
% 6.87/1.76  fork 0: search terminated without proof.
% 7.25/1.78  
% 7.25/1.78  **** run 53 fork 4 starts with strategy
% 7.25/1.78  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 7.25/1.78  
% 7.25/1.78  **** run 79 fork 6 starts with strategy
% 7.25/1.78  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 7.25/1.78  
% 7.25/1.78  
% 7.25/1.78  fork 1: search terminated without proof.
% 7.25/1.78  
% 7.25/1.78  **** run 57 fork 0 starts with strategy
% 7.25/1.78  
% 7.25/1.78  **** run 52 fork 3 starts with strategy
% 7.25/1.78  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 7.25/1.78  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.25/1.78  
% 7.25/1.78  
% 7.25/1.78  fork 7: search terminated without proof.
% 7.25/1.82  
% 7.25/1.82  **** run 50 fork 1 starts with strategy
% 7.25/1.82  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 7.25/1.83  
% 7.25/1.83  **** run 56 fork 7 starts with strategy
% 7.25/1.83  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 7.76/1.87  
% 7.76/1.87  
% 7.76/1.87  fork 2: search terminated without proof.
% 7.91/1.91  
% 7.91/1.91  
% 7.91/1.91  fork 0: search terminated without proof.
% 7.91/1.91  
% 7.91/1.91  
% 7.91/1.91  fork 6: search terminated without proof.
% 7.91/1.91  
% 7.91/1.91  
% 7.91/1.91  fork 3: search terminated without proof.
% 7.91/1.92  
% 7.91/1.92  **** run 51 fork 2 starts with strategy
% 7.91/1.92  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 8.09/1.93  
% 8.09/1.93  **** run 65 fork 0 starts with strategy
% 8.09/1.93  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 8.11/1.93  
% 8.11/1.93  **** run 87 fork 6 starts with strategy
% 8.11/1.93  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 8.11/1.94  
% 8.11/1.94  **** run 60 fork 3 starts with strategy
% 8.11/1.94  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 8.11/1.95  
% 8.11/1.95  
% 8.11/1.95  fork 5: search terminated without proof.
% 8.11/1.99  
% 8.11/1.99  **** run 62 fork 5 starts with strategy
% 8.11/1.99  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 8.11/1.99  
% 8.11/1.99  fork 2: search finished without proof.
% 8.52/2.02  
% 8.52/2.02  
% 8.52/2.02  fork 1: search terminated without proof.
% 8.52/2.03  
% 8.52/2.03  **** run 59 fork 2 starts with strategy
% 8.52/2.03  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 8.52/2.04  
% 8.52/2.04  
% 8.52/2.04  fork 4: search terminated without proof.
% 8.52/2.04  
% 8.52/2.04  **** run 58 fork 1 starts with strategy
% 8.52/2.04  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 8.52/2.05  
% 8.52/2.05  
% 8.52/2.05  fork 7: search terminated without proof.
% 8.52/2.06  
% 8.52/2.06  
% 8.52/2.06  fork 0: search terminated without proof.
% 8.87/2.07  
% 8.87/2.07  **** run 61 fork 4 starts with strategy
% 8.87/2.09  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 8.87/2.09  
% 8.87/2.09  **** run 64 fork 7 starts with strategy
% 8.87/2.09  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 8.87/2.09  
% 8.87/2.09  **** run 73 fork 0 starts with strategy
% 8.87/2.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 8.87/2.14  
% 8.87/2.14  
% 8.87/2.14  fork 3: search terminated without proof.
% 8.87/2.16  
% 8.87/2.16  **** run 68 fork 3 starts with strategy
% 8.87/2.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.39/2.21  
% 9.39/2.21  
% 9.39/2.21  fork 2: search terminated without proof.
% 9.39/2.21  
% 9.39/2.21  
% 9.39/2.21  fork 1: search terminated without proof.
% 9.39/2.22  
% 9.39/2.22  
% 9.39/2.22  fork 5: search terminated without proof.
% 9.39/2.23  
% 9.39/2.23  **** run 67 fork 2 starts with strategy
% 9.39/2.23  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 9.39/2.25  
% 9.39/2.25  **** run 70 fork 5 starts with strategy
% 9.39/2.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 9.39/2.25  
% 9.39/2.25  **** run 66 fork 1 starts with strategy
% 9.39/2.26  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.39/2.29  
% 9.39/2.29  
% 9.39/2.29  fork 7: search terminated without proof.
% 9.39/2.29  
% 9.39/2.29  
% 9.39/2.29  fork 0: search terminated without proof.
% 9.39/2.31  
% 9.39/2.31  **** run 72 fork 7 starts with strategy
% 9.39/2.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.39/2.32  
% 9.39/2.32  
% 9.39/2.32  fork 4: search terminated without proof.
% 9.39/2.32  
% 9.39/2.32  **** run 81 fork 0 starts with strategy
% 9.39/2.32  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 10.07/2.37  
% 10.07/2.37  **** run 69 fork 4 starts with strategy
% 10.07/2.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 10.07/2.38  
% 10.07/2.38  
% 10.07/2.38  fork 3: search terminated without proof.
% 10.74/2.42  
% 10.74/2.42  **** run 76 fork 3 starts with strategy
% 10.74/2.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.74/2.45  
% 10.74/2.45  
% 10.74/2.45  fork 1: search terminated without proof.
% 10.74/2.45  
% 10.74/2.45  
% 10.74/2.45  fork 2: search terminated without proof.
% 10.74/2.46  
% 10.74/2.46  
% 10.74/2.46  fork 7: search terminated without proof.
% 10.74/2.47  
% 10.74/2.47  **** run 74 fork 1 starts with strategy
% 10.74/2.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.74/2.48  
% 10.74/2.48  **** run 75 fork 2 starts with strategy
% 10.74/2.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 10.74/2.49  
% 10.74/2.49  
% 10.74/2.49  fork 5: search terminated without proof.
% 10.74/2.50  
% 10.74/2.50  **** run 80 fork 7 starts with strategy
% 10.74/2.50  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.23/2.52  
% 11.23/2.52  
% 11.23/2.52  fork 0: search terminated without proof.
% 11.23/2.53  
% 11.23/2.53  **** run 78 fork 5 starts with strategy
% 11.23/2.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 11.23/2.57  
% 11.23/2.57  **** run 89 fork 0 starts with strategy
% 11.23/2.57  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 11.66/2.61  
% 11.66/2.61  
% 11.66/2.61  fork 4: search terminated without proof.
% 11.66/2.63  
% 11.66/2.63  
% 11.66/2.63  fork 7: search terminated without proof.
% 11.66/2.63  
% 11.66/2.63  
% 11.66/2.63  fork 3: search terminated without proof.
% 11.66/2.65  
% 11.66/2.65  **** run 88 fork 7 starts with strategy
% 11.66/2.65  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.66/2.66  
% 11.66/2.66  **** run 77 fork 4 starts with strategy
% 11.66/2.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 11.66/2.66  
% 11.66/2.66  **** run 84 fork 3 starts with strategy
% 11.66/2.68  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.16/2.69  
% 12.16/2.69  
% 12.16/2.69  fork 1: search terminated without proof.
% 12.29/2.72  
% 12.29/2.72  **** run 82 fork 1 starts with strategy
% 12.29/2.72  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.29/2.74  
% 12.29/2.74  
% 12.29/2.74  fork 5: search terminated without proof.
% 12.29/2.74  
% 12.29/2.74  
% 12.29/2.74  fork 2: search terminated without proof.
% 12.29/2.76  
% 12.29/2.76  **** run 86 fork 5 starts with strategy
% 12.29/2.76  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 12.29/2.78  
% 12.29/2.78  **** run 83 fork 2 starts with strategy
% 12.29/2.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 12.29/2.92  
% 12.29/2.92  
% 12.29/2.92  fork 4: search terminated without proof.
% 13.08/2.94  
% 13.08/2.94  **** run 85 fork 4 starts with strategy
% 13.08/2.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 14.12/3.13  
% 14.12/3.13  
% 14.12/3.13  fork 6: search terminated without proof.
% 14.12/3.18  
% 14.12/3.18  **** run 95 fork 6 starts with strategy
% 14.12/3.18  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 18.65/3.99  
% 18.65/3.99  
% 18.65/3.99  fork 0: search terminated without proof.
% 19.21/4.07  
% 19.21/4.07  **** run 97 fork 0 starts with strategy
% 19.21/4.07  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 19.64/4.11  
% 19.64/4.11  
% 19.64/4.11  fork 3: search terminated without proof.
% 19.64/4.12  
% 19.64/4.12  
% 19.64/4.12  fork 7: search terminated without proof.
% 19.64/4.16  
% 19.64/4.16  **** run 96 fork 7 starts with strategy
% 19.64/4.16  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 20.05/4.18  
% 20.05/4.18  
% 20.05/4.18  fork 1: search terminated without proof.
% 20.05/4.21  
% 20.05/4.21  **** run 92 fork 3 starts with strategy
% 20.05/4.21  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 20.05/4.23  
% 20.05/4.23  **** run 90 fork 1 starts with strategy
% 20.05/4.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 20.05/4.32  
% 20.05/4.32  
% 20.05/4.32  fork 5: search terminated without proof.
% 20.96/4.42  
% 20.96/4.42  **** run 94 fork 5 starts with strategy
% 20.96/4.42  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 21.72/4.52  
% 21.72/4.52  
% 21.72/4.52  fork 6: search terminated without proof.
% 22.10/4.55  
% 22.10/4.55  
% 22.10/4.55  fork 2: search terminated without proof.
% 22.28/4.58  
% 22.28/4.58  **** run 103 fork 6 starts with strategy
% 22.28/4.58  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 22.28/4.61  
% 22.28/4.61  
% 22.28/4.61  fork 4: search terminated without proof.
% 22.71/4.65  
% 22.71/4.65  **** run 91 fork 2 starts with strategy
% 22.71/4.65  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 22.95/4.71  
% 22.95/4.71  **** run 93 fork 4 starts with strategy
% 22.95/4.71  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 27.06/5.48  
% 27.06/5.48  
% 27.06/5.48  fork 7: search terminated without proof.
% 27.45/5.54  
% 27.45/5.54  **** run 104 fork 7 starts with strategy
% 27.45/5.54  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 27.86/5.61  
% 27.86/5.61  
% 27.86/5.61  fork 1: search terminated without proof.
% 27.86/5.65  
% 27.86/5.65  **** run 98 fork 1 starts with strategy
% 27.86/5.65  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 28.49/5.75  
% 28.49/5.75  
% 28.49/5.75  fork 0: search terminated without proof.
% 28.49/5.75  
% 28.49/5.75  
% 28.49/5.75  fork 3: search terminated without proof.
% 28.79/5.80  
% 28.79/5.80  **** run 105 fork 0 starts with strategy
% 28.79/5.80  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 28.79/5.81  
% 28.79/5.81  
% 28.79/5.81  fork 6: search terminated without proof.
% 28.79/5.83  
% 28.79/5.83  **** run 100 fork 3 starts with strategy
% 28.79/5.83  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 29.31/5.88  
% 29.31/5.88  **** run 111 fork 6 starts with strategy
% 29.31/5.88  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 29.81/5.98  
% 29.81/5.98  
% 29.81/5.98  fork 4: search terminated without proof.
% 30.13/6.04  
% 30.13/6.04  **** run 101 fork 4 starts with strategy
% 30.13/6.04  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 30.44/6.15  
% 30.44/6.15  
% 30.44/6.15  fork 5: search terminated without proof.
% 31.24/6.20  
% 31.24/6.20  **** run 102 fork 5 starts with strategy
% 31.24/6.20  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 32.04/6.37  
% 32.04/6.37  
% 32.04/6.37  fork 2: search terminated without proof.
% 32.56/6.43  
% 32.56/6.43  **** run 99 fork 2 starts with strategy
% 32.56/6.43  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 35.32/6.90  
% 35.32/6.90  
% 35.32/6.90  fork 1: search terminated without proof.
% 35.32/6.96  
% 35.32/6.96  **** run 106 fork 1 starts with strategy
% 35.32/6.96  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 35.32/7.12  
% 35.32/7.12  
% 35.32/7.12  fork 7: search terminated without proof.
% 36.57/7.17  
% 36.57/7.17  **** run 112 fork 7 starts with strategy
% 36.57/7.17  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 36.57/7.17  
% 36.57/7.17  
% 36.57/7.17  fork 3: search terminated without proof.
% 37.17/7.23  
% 37.17/7.23  
% 37.17/7.23  fork 4: search terminated without proof.
% 37.17/7.23  
% 37.17/7.23  **** run 108 fork 3 starts with strategy
% 37.17/7.23  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 37.68/7.27  
% 37.68/7.27  **** run 109 fork 4 starts with strategy
% 37.68/7.27  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 37.68/7.28  
% 37.68/7.28  
% 37.68/7.28  fork 0: search terminated without proof.
% 37.81/7.31  
% 37.81/7.31  **** run 113 fork 0 starts with strategy
% 37.81/7.31  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 39.06/7.51  
% 39.06/7.51  
% 39.06/7.51  fork 6: search terminated without proof.
% 39.06/7.54  
% 39.06/7.54  **** run 119 fork 6 starts with strategy
% 39.06/7.54  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 39.66/7.58  
% 39.66/7.58  
% 39.66/7.58  fork 2: search terminated without proof.
% 39.66/7.59  
% 39.66/7.59  
% 39.66/7.59  fork 5: search terminated without proof.
% 39.90/7.63  
% 39.90/7.63  **** run 107 fork 2 starts with strategy
% 39.90/7.63  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 39.90/7.69  
% 39.90/7.69  **** run 110 fork 5 starts with strategy
% 39.90/7.69  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 43.16/8.25  
% 43.16/8.25  
% 43.16/8.25  fork 3: search terminated without proof.
% 43.43/8.29  
% 43.43/8.29  **** run 116 fork 3 starts with strategy
% 43.43/8.29  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 43.93/8.37  
% 43.93/8.37  
% 43.93/8.37  fork 1: search terminated without proof.
% 43.93/8.40  
% 43.93/8.40  **** run 114 fork 1 starts with strategy
% 43.93/8.40  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 45.22/8.58  
% 45.22/8.58  
% 45.22/8.58  fork 7: search terminated without proof.
% 45.22/8.61  
% 45.22/8.61  **** run 120 fork 7 starts with strategy
% 45.22/8.61  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 45.58/8.67  
% 45.58/8.67  
% 45.58/8.67  fork 4: search terminated without proof.
% 45.58/8.69  
% 45.58/8.69  **** run 117 fork 4 starts with strategy
% 45.58/8.69  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 47.48/9.02  
% 47.48/9.02  
% 47.48/9.02  fork 0: search terminated without proof.
% 47.48/9.07  
% 47.48/9.07  
% 47.48/9.07  fork 6: search terminated without proof.
% 47.48/9.09  
% 47.48/9.09  **** run 121 fork 0 starts with strategy
% 47.48/9.10  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 47.48/9.14  
% 47.48/9.14  
% 47.48/9.14  fork 2: search terminated without proof.
% 47.48/9.16  
% 47.48/9.16  **** run 127 fork 6 starts with strategy
% 47.48/9.16  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 47.48/9.18  
% 47.48/9.18  
% 47.48/9.18  fork 5: search terminated without proof.
% 47.48/9.18  
% 47.48/9.18  **** run 115 fork 2 starts with strategy
% 47.48/9.18  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 48.78/9.21  
% 48.78/9.21  **** run 118 fork 5 starts with strategy
% 48.78/9.21  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 48.78/9.22  
% 48.78/9.22  fork 6: search finished without proof.
% 48.78/9.24  
% 48.78/9.24  **** run 135 fork 6 starts with strategy
% 48.78/9.24  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 49.33/9.31  
% 49.33/9.31  
% 49.33/9.31  fork 3: search terminated without proof.
% 49.77/9.34  
% 49.77/9.34  **** run 124 fork 3 starts with strategy
% 49.77/9.34  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 52.67/9.92  
% 52.67/9.92  
% 52.67/9.92  fork 1: search terminated without proof.
% 53.23/9.98  
% 53.23/9.98  **** run 122 fork 1 starts with strategy
% 53.23/9.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 54.32/10.19  
% 54.32/10.19  
% 54.32/10.19  fork 4: search terminated without proof.
% 54.32/10.23  
% 54.32/10.23  **** run 125 fork 4 starts with strategy
% 54.32/10.23  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 55.27/10.43  
% 55.27/10.43  
% 55.27/10.43  fork 7: search terminated without proof.
% 55.27/10.50  
% 55.27/10.50  
% 55.27/10.50  fork 0: search terminated without proof.
% 55.27/10.54  
% 55.27/10.54  **** run 128 fork 7 starts with strategy
% 55.27/10.54  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 56.28/10.58  
% 56.28/10.58  **** run 129 fork 0 starts with strategy
% 56.28/10.58  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 56.28/10.59  
% 56.28/10.59  
% 56.28/10.59  fork 5: search terminated without proof.
% 56.28/10.62  
% 56.28/10.62  
% 56.28/10.62  fork 6: search terminated without proof.
% 56.77/10.64  
% 56.77/10.64  
% 56.77/10.64  fork 3: search terminated without proof.
% 56.77/10.66  
% 56.77/10.66  **** run 143 fork 6 starts with strategy
% 56.77/10.66  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 56.77/10.70  
% 56.77/10.70  **** run 126 fork 5 starts with strategy
% 56.77/10.70  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 57.19/10.75  
% 57.19/10.75  **** run 132 fork 3 starts with strategy
% 57.19/10.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 57.55/10.81  
% 57.55/10.81  fork 3: search finished without proof.
% 57.55/10.82  
% 57.55/10.82  **** run 140 fork 3 starts with strategy
% 57.55/10.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 57.55/10.86  
% 57.55/10.86  
% 57.55/10.86  fork 2: search terminated without proof.
% 58.48/10.92  
% 58.48/10.92  **** run 123 fork 2 starts with strategy
% 58.48/10.92  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 60.54/11.32  
% 60.54/11.32  
% 60.54/11.32  fork 1: search terminated without proof.
% 60.87/11.37  
% 60.87/11.37  **** run 130 fork 1 starts with strategy
% 60.87/11.37  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 62.36/11.61  
% 62.36/11.61  
% 62.36/11.61  fork 4: search terminated without proof.
% 62.63/11.70  
% 62.63/11.70  **** run 133 fork 4 starts with strategy
% 62.99/11.71  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 62.99/11.73  
% 62.99/11.73  
% 62.99/11.73  fork 0: search terminated without proof.
% 63.31/11.78  
% 63.31/11.78  **** run 137 fork 0 starts with strategy
% 63.31/11.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 63.31/11.92  
% 63.31/11.92  
% 63.31/11.92  fork 7: search terminated without proof.
% 63.31/11.95  
% 63.31/11.95  **** run 136 fork 7 starts with strategy
% 63.31/11.95  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 64.91/12.06  
% 64.91/12.06  
% 64.91/12.06  fork 6: search terminated without proof.
% 65.17/12.11  
% 65.17/12.11  **** run 151 fork 6 starts with strategy
% 65.17/12.11  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 66.09/12.27  
% 66.09/12.27  
% 66.09/12.27  fork 5: search terminated without proof.
% 66.09/12.32  
% 66.09/12.32  
% 66.09/12.32  fork 2: search terminated without proof.
% 66.09/12.33  
% 66.09/12.33  **** run 134 fork 5 starts with strategy
% 66.09/12.33  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 66.73/12.39  
% 66.73/12.39  **** run 131 fork 2 starts with strategy
% 66.73/12.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 67.33/12.50  
% 67.33/12.50  
% 67.33/12.50  fork 3: search terminated without proof.
% 67.33/12.61  
% 67.33/12.61  **** run 148 fork 3 starts with strategy
% 67.33/12.61  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 69.27/12.89  
% 69.27/12.89  
% 69.27/12.89  fork 1: search terminated without proof.
% 70.47/13.00  
% 70.47/13.00  **** run 138 fork 1 starts with strategy
% 70.47/13.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 71.66/13.21  
% 71.66/13.21  
% 71.66/13.21  fork 4: search terminated without proof.
% 71.66/13.23  
% 71.66/13.23  **** run 141 fork 4 starts with strategy
% 71.66/13.23  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 72.23/13.31  
% 72.23/13.31  
% 72.23/13.31  fork 7: search terminated without proof.
% 72.23/13.36  
% 72.23/13.36  **** run 144 fork 7 starts with strategy
% 72.23/13.36  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 72.23/13.37  
% 72.23/13.37  
% 72.23/13.37  fork 0: search terminated without proof.
% 72.83/13.46  
% 72.83/13.46  **** run 145 fork 0 starts with strategy
% 72.83/13.46  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 73.74/13.57  
% 73.74/13.57  
% 73.74/13.57  fork 5: search terminated without proof.
% 74.02/13.61  
% 74.02/13.61  **** run 142 fork 5 starts with strategy
% 74.02/13.61  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 74.27/13.73  
% 74.27/13.73  
% 74.27/13.73  fork 6: search terminated without proof.
% 74.27/13.74  
% 74.27/13.74  
% 74.27/13.74  fork 3: search terminated without proof.
% 75.13/13.79  
% 75.13/13.79  
% 75.13/13.79  fork 2: search terminated without proof.
% 75.13/13.80  
% 75.13/13.80  **** run 156 fork 3 starts with strategy
% 75.13/13.80  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":4}
% 75.13/13.83  
% 75.13/13.83  **** run 159 fork 6 starts with strategy
% 75.13/13.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":5}
% 75.49/13.86  
% 75.49/13.86  **** run 139 fork 2 starts with strategy
% 75.49/13.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 78.88/14.45  
% 78.88/14.45  
% 78.88/14.45  fork 4: search terminated without proof.
% 78.88/14.49  
% 78.88/14.49  **** run 149 fork 4 starts with strategy
% 78.88/14.49  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 79.57/14.57  
% 79.57/14.57  
% 79.57/14.57  fork 1: search terminated without proof.
% 79.57/14.64  
% 79.57/14.64  **** run 146 fork 1 starts with strategy
% 79.57/14.64  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 81.52/14.91  
% 81.52/14.91  
% 81.52/14.91  fork 0: search terminated without proof.
% 81.77/14.97  
% 81.77/14.97  **** run 153 fork 0 starts with strategy
% 81.77/14.99  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 82.23/15.08  
% 82.23/15.08  
% 82.23/15.08  fork 7: search terminated without proof.
% 82.80/15.15  
% 82.80/15.15  **** run 152 fork 7 starts with strategy
% 82.80/15.15  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":2}
% 82.80/15.17  
% 82.80/15.17  
% 82.80/15.17  fork 6: search terminated without proof.
% 82.80/15.19  
% 82.80/15.19  
% 82.80/15.19  fork 5: search terminated without proof.
% 83.11/15.23  
% 83.11/15.23  
% 83.11/15.23  fork 2: search terminated without proof.
% 83.37/15.26  
% 83.37/15.26  **** run 150 fork 5 starts with strategy
% 83.37/15.26  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 83.37/15.27  
% 83.37/15.27  **** run 167 fork 6 starts with strategy
% 83.37/15.27  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 83.37/15.27  
% 83.37/15.27  
% 83.37/15.27  fork 3: search terminated without proof.
% 83.37/15.33  
% 83.37/15.33  **** run 147 fork 2 starts with strategy
% 83.37/15.33  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 83.37/15.34  
% 83.37/15.34  **** run 164 fork 3 starts with strategy
% 83.37/15.34  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 87.20/15.86  
% 87.20/15.86  
% 87.20/15.86  fork 4: search terminated without proof.
% 87.29/15.91  
% 87.29/15.91  
% 87.29/15.91  fork 1: search terminated without proof.
% 87.64/15.91  
% 87.64/15.91  **** run 157 fork 4 starts with strategy
% 87.64/15.91  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":4}
% 87.64/15.94  
% 87.64/15.94  **** run 154 fork 1 starts with strategy
% 87.64/15.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":3}
% 89.73/16.23  
% 89.73/16.23  
% 89.73/16.23  fork 0: search terminated without proof.
% 90.36/16.28  
% 90.36/16.28  
% 90.36/16.28  fork 7: search terminated without proof.
% 90.36/16.28  
% 90.36/16.28  **** run 161 fork 0 starts with strategy
% 90.36/16.28  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 90.36/16.32  
% 90.36/16.32  **** run 160 fork 7 starts with strategy
% 90.36/16.32  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 91.19/16.40  
% 91.19/16.40  
% 91.19/16.40  fork 5: search terminated without proof.
% 91.19/16.42  
% 91.19/16.42  
% 91.19/16.42  fork 2: search terminated without proof.
% 91.76/16.44  
% 91.76/16.44  **** run 155 fork 2 starts with strategy
% 91.76/16.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":3}
% 91.76/16.45  
% 91.76/16.45  **** run 158 fork 5 starts with strategy
% 91.76/16.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":5}
% 95.48/16.98  
% 95.48/16.98  
% 95.48/16.98  fork 1: search terminated without proof.
% 95.48/17.03  
% 95.48/17.03  **** run 162 fork 1 starts with strategy
% 95.48/17.03  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 96.45/17.04  
% 96.45/17.04  
% 96.45/17.04  fork 4: search terminated without proof.
% 96.66/17.11  
% 96.66/17.11  **** run 165 fork 4 starts with strategy
% 96.66/17.11  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 98.32/17.31  
% 98.32/17.31  
% 98.32/17.31  fork 0: search terminated without proof.
% 98.85/17.35  
% 98.85/17.35  
% 98.85/17.35  fork 7: search terminated without proof.
% 98.85/17.35  
% 98.85/17.35  **** run 169 fork 0 starts with strategy
% 98.85/17.36  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 99.07/17.41  
% 99.07/17.41  **** run 168 fork 7 starts with strategy
% 99.07/17.41  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 99.81/17.47  
% 99.81/17.47  
% 99.81/17.47  fork 2: search terminated without proof.
% 99.81/17.51  
% 99.81/17.51  **** run 163 fork 2 starts with strategy
% 99.81/17.51  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 99.81/17.61  
% 99.81/17.61  
% 99.81/17.61  fork 5: search terminated without proof.
% 100.90/17.66  
% 100.90/17.66  **** run 166 fork 5 starts with strategy
% 100.90/17.66  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 104.87/18.15  
% 104.87/18.15  
% 104.87/18.15  fork 1: search terminated without proof.
% 104.87/18.20  
% 104.87/18.20  **** run 170 fork 1 starts with strategy
% 104.87/18.20  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 122.69/20.43  
% 122.69/20.43  
% 122.69/20.43  fork 6: search terminated without proof.
% 122.69/20.46  
% 122.69/20.46  
% 122.69/20.46  fork 3: search terminated without proof.
% 122.69/20.50  
% 122.69/20.50  **** run 175 fork 6 starts with strategy
% 122.69/20.50  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 123.37/20.55  
% 123.37/20.55  **** run 172 fork 3 starts with strategy
% 123.37/20.55  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 136.17/22.35  
% 136.17/22.35  
% 136.17/22.35  fork 4: search terminated without proof.
% 137.73/22.40  
% 137.73/22.40  **** run 173 fork 4 starts with strategy
% 137.73/22.40  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 139.24/22.59  
% 139.24/22.59  
% 139.24/22.59  fork 0: search terminated without proof.
% 139.24/22.61  
% 139.24/22.61  
% 139.24/22.61  fork 2: search terminated without proof.
% 139.24/22.65  
% 139.24/22.65  **** run 177 fork 0 starts with strategy
% 139.24/22.65  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 139.89/22.67  
% 139.89/22.67  **** run 171 fork 2 starts with strategy
% 139.89/22.67  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 140.13/22.69  
% 140.13/22.69  
% 140.13/22.69  fork 7: search terminated without proof.
% 140.52/22.74  
% 140.52/22.74  **** run 176 fork 7 starts with strategy
% 140.52/22.74  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 141.22/22.92  
% 141.22/22.92  
% 141.22/22.92  fork 5: search terminated without proof.
% 141.22/22.99  
% 141.22/22.99  **** run 174 fork 5 starts with strategy
% 141.22/22.99  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 145.99/23.46  
% 145.99/23.46  
% 145.99/23.46  fork 1: search terminated without proof.
% 145.99/23.51  
% 145.99/23.51  **** run 178 fork 1 starts with strategy
% 145.99/23.51  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 162.38/25.58  
% 162.38/25.58  
% 162.38/25.58  fork 6: search terminated without proof.
% 162.93/25.62  
% 162.93/25.62  **** run 183 fork 6 starts with strategy
% 162.93/25.62  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 162.93/25.72  
% 162.93/25.72  
% 162.93/25.72  fork 3: search terminated without proof.
% 162.93/25.77  
% 162.93/25.77  **** run 180 fork 3 starts with strategy
% 162.93/25.77  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 178.17/27.60  
% 178.17/27.60  
% 178.17/27.60  fork 4: search terminated without proof.
% 178.17/27.65  
% 178.17/27.65  **** run 181 fork 4 starts with strategy
% 178.17/27.65  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 179.16/27.86  
% 179.16/27.86  
% 179.16/27.86  fork 2: search terminated without proof.
% 179.16/27.91  
% 179.16/27.91  **** run 179 fork 2 starts with strategy
% 179.16/27.91  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 179.16/27.91  
% 179.16/27.91  
% 179.16/27.91  fork 0: search terminated without proof.
% 180.53/27.95  
% 180.53/27.95  **** run 185 fork 0 starts with strategy
% 180.53/27.95  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 180.53/27.97  
% 180.53/27.97  
% 180.53/27.97  fork 7: search terminated without proof.
% 181.30/28.02  
% 181.30/28.02  **** run 184 fork 7 starts with strategy
% 181.30/28.02  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 184.30/28.38  
% 184.30/28.38  
% 184.30/28.38  fork 5: search terminated without proof.
% 184.30/28.43  
% 184.30/28.43  **** run 182 fork 5 starts with strategy
% 184.30/28.43  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 186.18/28.63  
% 186.18/28.63  
% 186.18/28.63  fork 1: search terminated without proof.
% 186.18/28.67  
% 186.18/28.67  **** run 186 fork 1 starts with strategy
% 186.18/28.67  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 201.30/30.68  
% 201.30/30.68  
% 201.30/30.68  fork 6: search terminated without proof.
% 201.30/30.73  
% 201.30/30.73  **** run 191 fork 6 starts with strategy
% 201.30/30.73  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 202.63/30.87  
% 202.63/30.87  
% 202.63/30.87  fork 3: search terminated without proof.
% 203.47/30.91  
% 203.47/30.91  **** run 188 fork 3 starts with strategy
% 203.47/30.91  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 218.03/32.82  
% 218.03/32.82  
% 218.03/32.82  fork 4: search terminated without proof.
% 218.03/32.88  
% 218.03/32.88  **** run 189 fork 4 starts with strategy
% 218.03/32.88  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 219.25/33.00  
% 219.25/33.00  
% 219.25/33.00  result: proof found
% 219.25/33.00  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 219.25/33.00  by run 188 fork 3 strategy {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 219.25/33.00  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 219.25/33.00  
% 219.25/33.00  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 219.25/33.00  
% 219.25/33.00  run 188 fork 3 statistics:
% 219.25/33.00  ----------------------------------
% 219.25/33.00  this run seconds: 1.998554
% 219.25/33.00  total seconds: 28.516775
% 219.25/33.00  stat_given_used: 857
% 219.25/33.00  stat_given_used_at_endgame: 0
% 219.25/33.00  stat_given_candidates:   10102
% 219.25/33.00  stat_given_candidates_at_endgame: 0
% 219.25/33.00  stat_given_candidates_h: 0
% 219.25/33.00  stat_binres_derived_cl:   0
% 219.25/33.00  stat_binres_derived_cl_h: 0
% 219.25/33.00  stat_factor_derived_cl: 0
% 219.25/33.00  stat_para_derived_cl: 467139
% 219.25/33.00  stat_tautologies_discarded: 0
% 219.25/33.00  stat_forward_subsumed: 190037
% 219.25/33.00  stat_derived_cut: 1
% 219.25/33.00  stat_derived_rewritten: 1214
% 219.25/33.00  stat_weight_discarded_building: 0
% 219.25/33.00  stat_weight_discarded_cl: 0
% 219.25/33.00  stat_internlimit_discarded_cl: 0
% 219.25/33.00  stat_simplified:  1214 simplified 0 derived 0 given
% 219.25/33.00  stat_kept_cl: 253718
% 219.25/33.00  stat_built_cl: 256645
% 219.25/33.00  stat_hyperres_partial_cl: 0
% 219.25/33.00  stat_made_rewriters: 692
% 219.25/33.00  stat_backward_subsumed: 0
% 219.25/33.00  stat_propagated_subsumed: 0
% 219.25/33.00  stat_clsubs_attempted:                     89218
% 219.25/33.00  stat_clsubs_fact_groundunit_found:             0
% 219.25/33.00  stat_clsubs_rule_groundunit_found:            20
% 219.25/33.00  stat_clsubs_top_meta_attempted:             734497
% 219.25/33.00  stat_clsubs_top_meta_failed:                645279
% 219.25/33.00  stat_clsubs_top_meta_nonpref_attempted:              734497
% 219.25/33.00  stat_clsubs_top_meta_nonpref_succeeded:              290192
% 219.25/33.00  stat_clsubs_top_meta_pref_attempted:                 290192
% 219.25/33.00  stat_clsubs_top_meta_pref1_succeeded:                282868
% 219.25/33.00  stat_clsubs_top_meta_pref2_succeeded:                108879
% 219.25/33.00  stat_clsubs_top_meta_pref3_succeeded:                 89218
% 219.25/33.00  stat_clsubs_top_meta_pref_succeeded:                  89218
% 219.25/33.00  stat_clsubs_meta_attempted:                89218
% 219.25/33.00  stat_clsubs_meta_failed:                    5212
% 219.25/33.00  stat_clsubs_predsymbs_attempted:               0
% 219.25/33.00  stat_clsubs_unit_attempted:                89218
% 219.25/33.00  stat_clsubs_full_attempted:                    0
% 219.25/33.00  stat_forwardsubs_attempted:               443755
% 219.25/33.00  stat_lit_hash_added:                 253755
% 219.25/33.00  stat_lit_hash_computed:              700430
% 219.25/33.00  stat_lit_hash_match_found:           191036
% 219.25/33.00  stat_lit_hash_match_miss:            510570
% 219.25/33.00  stat_lit_hash_cut_ok:                     0
% 219.25/33.00  stat_lit_strong_cut_ok:                   0
% 219.25/33.00  stat_lit_hash_subsume_ok:            190037
% 219.25/33.00  clqueue els 10000000 used 1
% 219.25/33.00  clactive els 10000000 used 858
% 219.25/33.00  clactivesubsume els 10000000 used 5005
% 219.25/33.00  queue_termbuf els 200000000 used 25184574
% 219.25/33.00  hyper_termbuf els 100000000 used 1
% 219.25/33.00  active_termbuf els 100000000 used 44058
% 219.25/33.00  varstack els 5000 last used 1
% 219.25/33.00  given_termbuf els 10000000 last used 1
% 219.25/33.00  simplified_termbuf els 10000000 last used 1
% 219.25/33.00  derived_termbuf els 10000000 last used 3
% 219.25/33.00  wr_mallocs: 188552
% 219.25/33.00  wr_callocs: 19
% 219.25/33.00  wr_reallocs: 57232
% 219.25/33.00  wr_frees: 2
% 219.25/33.00  wr_malloc_bytes: 4171510980
% 219.25/33.00  wr_calloc_bytes: 96065504
% 219.25/33.00  wr_realloc_bytes: 10139808
% 219.25/33.00  wr_realloc_freebytes: 0
% 219.25/33.00  ----------------------------------
%------------------------------------------------------------------------------