TSTP Solution File: LAT168-1 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LAT168-1 : TPTP v8.1.2. Released v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n025.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 06:14:17 EDT 2023

% Result   : Unsatisfiable 116.35s 15.36s
% Output   : CNFRefutation 116.35s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_commutativity_of_meet')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    meet(X,Y) = meet(Y,X),
    inference(cnf_transformation,[],['$inc_commutativity_of_meet']) ).

cnf('2',plain,
    meet(join(X,Y),join(X,Z)) = join(X,meet(join(X,Y),meet(join(X,Z),join(Y,meet(X,Z))))),
    inference(cnf_transformation,[],[equation_H18_dual]) ).

cnf('3',plain,
    meet(join(X3,Y3),join(X3,Z3)) = join(X3,meet(meet(join(X3,Z3),join(Y3,meet(X3,Z3))),join(X3,Y3))),
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    join(X,Y) = join(Y,X),
    inference(cnf_transformation,[],['$inc_commutativity_of_join']) ).

cnf('5',plain,
    meet(X,join(X,Y)) = X,
    inference(cnf_transformation,[],['$inc_absorption1']) ).

cnf('6',plain,
    meet(join(X,Y),X) = X,
    inference(paramodulation,[],['1','5']) ).

cnf('7',plain,
    join(X,meet(X,Y)) = X,
    inference(cnf_transformation,[],['$inc_absorption2']) ).

cnf('8',plain,
    join(join(X,Y),X) = join(X,Y),
    inference(paramodulation,[],['6','7']) ).

cnf('9',plain,
    join(join(X,Y),Y) = join(Y,X),
    inference(paramodulation,[],['4','8']) ).

cnf('10',plain,
    meet(join(X,Y),join(Y,X)) = join(Y,X),
    inference(paramodulation,[],['9','6']) ).

cnf('11',plain,
    join(meet(X,Y),X) = X,
    inference(paramodulation,[],['4','7']) ).

cnf('12',plain,
    join(join(X,Y),join(Y,X)) = join(Y,X),
    inference(paramodulation,[],['10','11']) ).

cnf('13',plain,
    join(X,meet(Y,X)) = X,
    inference(paramodulation,[],['1','7']) ).

cnf('14',plain,
    join(meet(X,Y),Y) = Y,
    inference(paramodulation,[],['4','13']) ).

cnf('15',plain,
    join(join(X,Y),Z) = join(X,join(Y,Z)),
    inference(cnf_transformation,[],['$inc_associativity_of_join']) ).

cnf('16',plain,
    join(X,Y) = join(meet(Z,X),join(X,Y)),
    inference(paramodulation,[],['14','15']) ).

cnf('17',plain,
    meet(meet(X,Y),join(Y,Z)) = meet(X,Y),
    inference(paramodulation,[],['16','5']) ).

cnf('18',plain,
    meet(meet(X3,join(Y3,Z3)),join(Z3,Y3)) = meet(X3,join(Y3,Z3)),
    inference(paramodulation,[],['12','17']) ).

cnf('19',plain,
    meet(meet(X,Y),Z) = meet(X,meet(Y,Z)),
    inference(cnf_transformation,[],['$inc_associativity_of_meet']) ).

cnf('20',plain,
    meet(meet(X,join(Y,Z)),join(Z,Y)) = meet(X,join(Z,Y)),
    inference(paramodulation,[],['10','19']) ).

cnf('21',plain,
    meet(X,join(Y,Z)) = meet(X,join(Z,Y)),
    inference(simplify,[],['18','20']) ).

cnf('22',plain,
    join(join(X,Y),meet(Y,Z)) = join(X,Y),
    inference(paramodulation,[],['7','15']) ).

cnf('23',plain,
    meet(X,join(Y,X)) = X,
    inference(paramodulation,[],['4','5']) ).

cnf('24',plain,
    meet(meet(X,Y),join(Z,X)) = meet(X,Y),
    inference(paramodulation,[],['22','23']) ).

cnf('25',plain,
    meet(X,Y) = meet(X,meet(Y,join(Z,X))),
    inference(paramodulation,[],['24','19']) ).

cnf('26',plain,
    meet(meet(X,Y),X) = meet(X,Y),
    inference(paramodulation,[],['7','23']) ).

cnf('27',plain,
    meet(meet(X,Y),Z) = meet(meet(X,Y),meet(X,Z)),
    inference(paramodulation,[],['26','19']) ).

cnf('28',plain,
    meet(X3,meet(Y3,Z3)) = meet(meet(X3,Y3),meet(X3,Z3)),
    inference(paramodulation,[],['19','27']) ).

cnf('29',plain,
    meet(X,meet(Y,Z)) = meet(meet(X,Y),Z),
    inference(simplify,[],['28','27']) ).

cnf('30',plain,
    meet(X3,meet(Y3,meet(X3,Z3))) = meet(meet(X3,Y3),Z3),
    inference(paramodulation,[],['27','29']) ).

cnf('31',plain,
    meet(join(X,Y),meet(Z,X)) = meet(Z,X),
    inference(paramodulation,[],['16','6']) ).

cnf('32',plain,
    meet(X,meet(Y,meet(X,Z))) = meet(Y,meet(X,Z)),
    inference(paramodulation,[],['11','31']) ).

cnf('33',plain,
    meet(X,meet(Y,Z)) = meet(meet(Y,X),Z),
    inference(simplify,[],['30','32']) ).

cnf('34',plain,
    meet(join(X,Y),Y) = Y,
    inference(paramodulation,[],['4','6']) ).

cnf('35',plain,
    meet(X,meet(X,Y)) = meet(X,Y),
    inference(paramodulation,[],['7','34']) ).

cnf('36',plain,
    meet(X3,meet(meet(Y3,X3),Z3)) = meet(X3,meet(Y3,Z3)),
    inference(paramodulation,[],['33','35']) ).

cnf('37',plain,
    join(X,Y) = join(meet(X,Z),join(X,Y)),
    inference(paramodulation,[],['11','15']) ).

cnf('38',plain,
    meet(join(X,Y),meet(X,Z)) = meet(X,Z),
    inference(paramodulation,[],['37','6']) ).

cnf('39',plain,
    meet(X,meet(meet(Y,X),Z)) = meet(meet(Y,X),Z),
    inference(paramodulation,[],['14','38']) ).

cnf('40',plain,
    meet(meet(X,Y),Z) = meet(Y,meet(X,Z)),
    inference(simplify,[],['36','39']) ).

cnf('41',plain,
    meet(meet(X3,Y3),meet(Z3,join(U3,X3))) = meet(Y3,meet(X3,Z3)),
    inference(paramodulation,[],['25','40']) ).

cnf('42',plain,
    meet(X,meet(Y,X)) = meet(Y,X),
    inference(paramodulation,[],['14','6']) ).

cnf('43',plain,
    meet(meet(X,Y),meet(Z,Y)) = meet(X,meet(Z,Y)),
    inference(paramodulation,[],['42','19']) ).

cnf('44',plain,
    meet(meet(X3,Y3),meet(Z3,Y3)) = meet(Z3,meet(X3,Y3)),
    inference(paramodulation,[],['43','1']) ).

cnf('45',plain,
    meet(X,meet(Y,Z)) = meet(Y,meet(X,Z)),
    inference(simplify,[],['44','43']) ).

cnf('46',plain,
    meet(X,meet(Y,Z)) = meet(meet(Y,Z),meet(X,join(U,Y))),
    inference(paramodulation,[],['24','45']) ).

cnf('47',plain,
    meet(X,meet(Y,Z)) = meet(Z,meet(Y,X)),
    inference(simplify,[],['41','46']) ).

cnf('48',plain,
    meet(X3,meet(Y3,meet(Z3,X3))) = meet(X3,meet(Z3,Y3)),
    inference(paramodulation,[],['47','35']) ).

cnf('49',plain,
    meet(X,meet(Y,meet(Z,X))) = meet(meet(Y,Z),X),
    inference(paramodulation,[],['19','42']) ).

cnf('50',plain,
    meet(meet(X,Y),Z) = meet(Z,meet(Y,X)),
    inference(simplify,[],['48','49']) ).

cnf('51',plain,
    meet(meet(X3,Y3),meet(Z3,Y3)) = meet(meet(Y3,Z3),X3),
    inference(paramodulation,[],['50','43']) ).

cnf('52',plain,
    meet(X,meet(Y,Z)) = meet(meet(Z,Y),X),
    inference(simplify,[],['51','43']) ).

cnf('53',plain,
    meet(join(X,Y),meet(Z,U)) = meet(meet(U,Z),join(Y,X)),
    inference(paramodulation,[],['21','52']) ).

cnf('54',plain,
    meet(meet(join(X,Y),Z),X) = meet(Z,X),
    inference(paramodulation,[],['31','19']) ).

cnf('55',plain,
    meet(meet(X,Y),Y) = meet(X,Y),
    inference(paramodulation,[],['14','5']) ).

cnf('56',plain,
    meet(meet(X,Y),Z) = meet(meet(X,Y),meet(Y,Z)),
    inference(paramodulation,[],['55','19']) ).

cnf('57',plain,
    meet(meet(X3,Y3),meet(Z3,Y3)) = meet(X3,meet(Y3,Z3)),
    inference(paramodulation,[],['1','43']) ).

cnf('58',plain,
    meet(X,meet(Y,Z)) = meet(X,meet(Z,Y)),
    inference(simplify,[],['57','43']) ).

cnf('59',plain,
    meet(meet(X3,Y3),meet(Z3,Y3)) = meet(meet(X3,Y3),Z3),
    inference(paramodulation,[],['56','58']) ).

cnf('60',plain,
    meet(X,meet(Y,Z)) = meet(meet(X,Z),Y),
    inference(simplify,[],['59','43']) ).

cnf('61',plain,
    meet(meet(join(X3,Y3),Z3),meet(U3,X3)) = meet(meet(Z3,X3),U3),
    inference(paramodulation,[],['54','60']) ).

cnf('62',plain,
    meet(meet(X3,Y3),meet(X3,Z3)) = meet(meet(X3,Z3),Y3),
    inference(paramodulation,[],['27','1']) ).

cnf('63',plain,
    meet(meet(X,Y),Z) = meet(meet(X,Z),Y),
    inference(simplify,[],['62','27']) ).

cnf('64',plain,
    meet(meet(X,Y),Z) = meet(meet(join(Y,U),Z),meet(X,Y)),
    inference(paramodulation,[],['31','63']) ).

cnf('65',plain,
    meet(meet(X,Y),Z) = meet(meet(Z,Y),X),
    inference(simplify,[],['61','64']) ).

cnf('66',plain,
    meet(meet(join(X,Y),Z),U) = meet(join(Y,X),meet(Z,U)),
    inference(paramodulation,[],['53','65']) ).

cnf('67',plain,
    join(join(X,Y),meet(X,Z)) = join(X,Y),
    inference(paramodulation,[],['37','4']) ).

cnf('68',plain,
    join(X,Y) = join(X,join(Y,meet(X,Z))),
    inference(paramodulation,[],['67','15']) ).

cnf('69',plain,
    meet(join(X,meet(Y,Z)),join(Y,X)) = join(X,meet(Y,Z)),
    inference(paramodulation,[],['68','23']) ).

cnf('70',plain,
    meet(join(X,Y),join(X,Z)) = join(X,meet(join(Z,X),join(Y,meet(X,Z)))),
    inference(simplify,[then_simplify],['3','66','69']) ).

cnf('71',plain,
    meet(a,join(b,c)) != meet(a,join(b,meet(join(a,b),join(c,meet(a,b))))),
    inference(cnf_transformation,[],[prove_H58]) ).

cnf('72',plain,
    meet(a,join(b,c)) != meet(a,join(b,meet(join(a,b),join(c,meet(b,a))))),
    inference(paramodulation,[],['1','71']) ).

cnf('73',plain,
    meet(a,join(c,b)) != meet(a,join(b,meet(join(a,b),join(c,meet(b,a))))),
    inference(paramodulation,[],['4','72']) ).

cnf('74',plain,
    meet(a,join(c,b)) != meet(a,meet(join(b,c),join(b,a))),
    inference(paramodulation,[],['70','73']) ).

cnf('75',plain,
    meet(a,join(c,b)) != meet(a,join(b,c)),
    inference(simplify,[],['74','25']) ).

cnf('76',plain,
    $false,
    inference(resolution,[],['75','21']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LAT168-1 : TPTP v8.1.2. Released v3.1.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n025.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Thu Aug 24 07:13:36 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.20/0.39  
% 0.20/0.39  input clause set summed statistics:
% 0.20/0.39  ----------------------------------
% 0.20/0.39  in_clause_count:                    10
% 0.20/0.39  in_rule_clause_count:               10
% 0.20/0.39  in_fact_clause_count:                0
% 0.20/0.39  in_answer_clause_count:              0
% 0.20/0.39  in_ground_clause_count:              1
% 0.20/0.39  in_unit_clause_count:               10
% 0.20/0.39  in_horn_clause_count:               10
% 0.20/0.39  in_pos_clause_count:                 9
% 0.20/0.39  in_neg_clause_count:                 1
% 0.20/0.39  in_poseq_clause_count:               9
% 0.20/0.39  in_negeq_clause_count:               1
% 0.20/0.39  in_unitposeq_clause_count:           9
% 0.20/0.39  in_chain_clause_count:               0
% 0.20/0.39  in_min_length:             1
% 0.20/0.39  in_max_length:             1
% 0.20/0.39  in_min_depth:              2
% 0.20/0.39  in_max_depth:              6
% 0.20/0.39  in_min_size:               5
% 0.20/0.39  in_max_size:              23
% 0.20/0.39  in_min_vars:               0
% 0.20/0.39  in_max_vars:               3
% 0.20/0.39  in_extaxiom_count:                 8
% 0.20/0.39  in_axiom_count:                    1
% 0.20/0.39  in_assumption_count:               0
% 0.20/0.39  in_goal_count:                     1
% 0.20/0.39  in_neg_goal_count:                 1
% 0.20/0.39  in_pos_goal_count:                 0
% 0.20/0.39  in_posunit_goal_count:             0
% 0.20/0.39  
% 0.20/0.39  auto guide:
% 0.20/0.39  -----------
% 0.20/0.39  {
% 0.20/0.39  "print":1,
% 0.20/0.39  "print_level": 15,
% 0.20/0.39  "max_size": 0,
% 0.20/0.39  "max_depth": 0,
% 0.20/0.39  "max_length": 0,
% 0.20/0.39  "max_dseconds": 0,
% 0.20/0.39  "runs":[
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"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.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.20/0.39  
% 0.20/0.39  ]}
% 0.20/0.39  
% 0.20/0.39  
% 0.20/0.39  **** run 1 fork 0 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.39  
% 0.20/0.39  **** run 2 fork 1 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 3 fork 2 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.39  
% 0.20/0.39  **** run 4 fork 3 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.39  
% 0.20/0.39  **** run 5 fork 4 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.39  **** run 6 fork 5 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.39  
% 0.20/0.39  
% 0.20/0.39  **** run 7 fork 6 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.40  
% 0.20/0.40  **** run 8 fork 7 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 5: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 1: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 3: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 4: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 2: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 6: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 0: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 7: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  **** run 14 fork 5 starts with strategy
% 0.20/0.53  {"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.20/0.53  
% 0.20/0.53  **** run 13 fork 4 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.54  
% 0.20/0.54  **** run 11 fork 2 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 10 fork 1 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.54  
% 0.20/0.54  **** run 12 fork 3 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.54  
% 0.20/0.54  **** run 15 fork 6 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.54  
% 0.20/0.54  **** run 9 fork 0 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.55  
% 0.20/0.55  **** run 16 fork 7 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 5: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 4: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 2: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 1: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 3: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 6: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 0: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 22 fork 5 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 7: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 20 fork 3 starts with strategy
% 0.20/0.67  
% 0.20/0.67  **** run 21 fork 4 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.67  
% 0.20/0.67  **** run 19 fork 2 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.20/0.67  **** run 18 fork 1 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  **** run 17 fork 0 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.68  
% 0.20/0.68  **** run 23 fork 6 starts with strategy
% 0.20/0.68  {"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.20/0.70  
% 0.20/0.70  **** run 24 fork 7 starts with strategy
% 0.20/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.78  
% 0.20/0.78  
% 0.20/0.78  fork 3: search terminated without proof.
% 0.20/0.80  
% 0.20/0.80  
% 0.20/0.80  fork 2: search terminated without proof.
% 0.20/0.80  
% 0.20/0.80  **** run 28 fork 3 starts with strategy
% 0.20/0.80  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.80  
% 0.20/0.80  
% 0.20/0.80  fork 1: search terminated without proof.
% 0.20/0.80  
% 0.20/0.80  
% 0.20/0.80  fork 4: search terminated without proof.
% 0.20/0.81  
% 0.20/0.81  
% 0.20/0.81  fork 0: search terminated without proof.
% 0.20/0.81  
% 0.20/0.81  
% 0.20/0.81  fork 6: search terminated without proof.
% 0.20/0.82  
% 0.20/0.82  **** run 27 fork 2 starts with strategy
% 0.20/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.82  
% 0.20/0.82  **** run 26 fork 1 starts with strategy
% 0.20/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.82  
% 0.20/0.82  **** run 29 fork 4 starts with strategy
% 0.20/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.83  
% 0.20/0.83  **** run 25 fork 0 starts with strategy
% 0.20/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.83  
% 0.20/0.83  
% 0.20/0.83  fork 5: search terminated without proof.
% 0.20/0.84  
% 0.20/0.84  **** run 31 fork 6 starts with strategy
% 0.20/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.42/0.85  
% 3.42/0.85  **** run 30 fork 5 starts with strategy
% 3.42/0.85  {"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.42/0.87  
% 3.42/0.87  
% 3.42/0.87  fork 7: search terminated without proof.
% 3.42/0.89  
% 3.42/0.89  **** run 32 fork 7 starts with strategy
% 3.42/0.89  {"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}
% 4.30/0.93  
% 4.30/0.93  
% 4.30/0.93  fork 3: search terminated without proof.
% 4.30/0.94  
% 4.30/0.94  
% 4.30/0.94  fork 2: search terminated without proof.
% 4.30/0.95  
% 4.30/0.95  
% 4.30/0.95  fork 1: search terminated without proof.
% 4.30/0.95  
% 4.30/0.95  
% 4.30/0.95  fork 4: search terminated without proof.
% 4.30/0.95  
% 4.30/0.95  
% 4.30/0.95  fork 0: search terminated without proof.
% 4.30/0.95  
% 4.30/0.95  **** run 36 fork 3 starts with strategy
% 4.30/0.95  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.30/0.96  
% 4.30/0.96  **** run 35 fork 2 starts with strategy
% 4.30/0.96  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.30/0.96  
% 4.30/0.96  
% 4.30/0.96  fork 6: search terminated without proof.
% 4.30/0.96  
% 4.30/0.96  **** run 34 fork 1 starts with strategy
% 4.30/0.96  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.30/0.97  
% 4.30/0.97  **** run 33 fork 0 starts with strategy
% 4.30/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.30/0.97  
% 4.30/0.97  **** run 37 fork 4 starts with strategy
% 4.30/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.30/0.97  
% 4.30/0.97  
% 4.30/0.97  fork 5: search terminated without proof.
% 4.30/0.99  
% 4.30/0.99  **** run 39 fork 6 starts with strategy
% 4.30/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.30/0.99  
% 4.30/0.99  **** run 38 fork 5 starts with strategy
% 4.30/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 5.03/1.02  
% 5.03/1.02  
% 5.03/1.02  fork 7: search terminated without proof.
% 5.03/1.04  
% 5.03/1.04  **** run 40 fork 7 starts with strategy
% 5.03/1.04  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.03/1.07  
% 5.03/1.07  
% 5.03/1.07  fork 3: search terminated without proof.
% 5.03/1.08  
% 5.03/1.08  
% 5.03/1.08  fork 2: search terminated without proof.
% 5.03/1.08  
% 5.03/1.08  
% 5.03/1.08  fork 1: search terminated without proof.
% 5.57/1.09  
% 5.57/1.09  
% 5.57/1.09  fork 0: search terminated without proof.
% 5.57/1.09  
% 5.57/1.09  
% 5.57/1.09  fork 4: search terminated without proof.
% 5.57/1.09  
% 5.57/1.09  **** run 44 fork 3 starts with strategy
% 5.57/1.09  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.57/1.10  
% 5.57/1.10  **** run 43 fork 2 starts with strategy
% 5.57/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.57/1.10  
% 5.57/1.10  **** run 42 fork 1 starts with strategy
% 5.57/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.57/1.11  
% 5.57/1.11  
% 5.57/1.11  fork 6: search terminated without proof.
% 5.57/1.11  
% 5.57/1.11  **** run 45 fork 4 starts with strategy
% 5.57/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.57/1.11  
% 5.57/1.11  **** run 41 fork 0 starts with strategy
% 5.57/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.57/1.11  
% 5.57/1.11  
% 5.57/1.11  fork 5: search terminated without proof.
% 5.57/1.13  
% 5.57/1.13  fork 2: search finished without proof.
% 5.57/1.13  
% 5.57/1.13  **** run 46 fork 5 starts with strategy
% 5.57/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.57/1.13  
% 5.57/1.13  **** run 47 fork 6 starts with strategy
% 5.57/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.57/1.15  
% 5.57/1.15  **** run 51 fork 2 starts with strategy
% 5.57/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 5.57/1.16  
% 5.57/1.16  fork 5: search finished without proof.
% 5.57/1.16  
% 5.57/1.16  
% 5.57/1.16  fork 7: search terminated without proof.
% 6.22/1.17  
% 6.22/1.17  **** run 54 fork 5 starts with strategy
% 6.22/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.22/1.17  
% 6.22/1.17  fork 2: search finished without proof.
% 6.29/1.18  
% 6.29/1.18  **** run 48 fork 7 starts with strategy
% 6.29/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 6.29/1.19  
% 6.29/1.19  **** run 59 fork 2 starts with strategy
% 6.29/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.53/1.21  
% 6.53/1.21  
% 6.53/1.21  fork 3: search terminated without proof.
% 6.71/1.23  
% 6.71/1.23  
% 6.71/1.23  fork 1: search terminated without proof.
% 6.71/1.23  
% 6.71/1.23  **** run 52 fork 3 starts with strategy
% 6.71/1.23  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.71/1.23  
% 6.71/1.23  
% 6.71/1.23  fork 4: search terminated without proof.
% 6.71/1.23  
% 6.71/1.23  
% 6.71/1.23  fork 0: search terminated without proof.
% 6.71/1.24  
% 6.71/1.24  **** run 50 fork 1 starts with strategy
% 6.71/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.71/1.25  
% 6.71/1.25  **** run 53 fork 4 starts with strategy
% 6.71/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.71/1.25  
% 6.71/1.25  **** run 49 fork 0 starts with strategy
% 6.71/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.71/1.25  
% 6.71/1.25  
% 6.71/1.25  fork 6: search terminated without proof.
% 6.71/1.27  
% 6.71/1.27  **** run 55 fork 6 starts with strategy
% 6.71/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.71/1.29  
% 6.71/1.29  
% 6.71/1.29  fork 5: search terminated without proof.
% 6.71/1.30  
% 6.71/1.30  
% 6.71/1.30  fork 7: search terminated without proof.
% 6.71/1.31  
% 6.71/1.31  **** run 62 fork 5 starts with strategy
% 6.71/1.31  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.71/1.31  
% 6.71/1.31  
% 6.71/1.31  fork 2: search terminated without proof.
% 7.41/1.32  
% 7.41/1.32  **** run 56 fork 7 starts with strategy
% 7.41/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 7.41/1.33  
% 7.41/1.33  **** run 67 fork 2 starts with strategy
% 7.41/1.33  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 7.41/1.35  
% 7.41/1.35  
% 7.41/1.35  fork 3: search terminated without proof.
% 7.41/1.36  
% 7.41/1.36  
% 7.41/1.36  fork 1: search terminated without proof.
% 7.41/1.36  
% 7.41/1.36  **** run 60 fork 3 starts with strategy
% 7.41/1.36  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.41/1.37  
% 7.41/1.37  
% 7.41/1.37  fork 0: search terminated without proof.
% 7.41/1.37  
% 7.41/1.37  
% 7.41/1.37  fork 4: search terminated without proof.
% 7.41/1.38  
% 7.41/1.38  **** run 58 fork 1 starts with strategy
% 7.41/1.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.97/1.39  
% 7.97/1.39  **** run 61 fork 4 starts with strategy
% 7.97/1.39  
% 7.97/1.39  **** run 57 fork 0 starts with strategy
% 7.97/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.97/1.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.97/1.39  
% 7.97/1.39  
% 7.97/1.39  fork 6: search terminated without proof.
% 7.97/1.41  
% 7.97/1.41  **** run 63 fork 6 starts with strategy
% 7.97/1.41  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.97/1.43  
% 7.97/1.43  
% 7.97/1.43  fork 5: search terminated without proof.
% 7.97/1.44  
% 7.97/1.44  
% 7.97/1.44  fork 7: search terminated without proof.
% 7.97/1.45  
% 7.97/1.45  **** run 70 fork 5 starts with strategy
% 7.97/1.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.97/1.45  
% 7.97/1.45  
% 7.97/1.45  fork 2: search terminated without proof.
% 7.97/1.46  
% 7.97/1.46  **** run 64 fork 7 starts with strategy
% 7.97/1.46  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.97/1.47  
% 7.97/1.47  **** run 75 fork 2 starts with strategy
% 7.97/1.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 7.97/1.48  
% 7.97/1.48  
% 7.97/1.48  fork 3: search terminated without proof.
% 7.97/1.50  
% 7.97/1.50  **** run 68 fork 3 starts with strategy
% 7.97/1.50  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 7.97/1.50  
% 7.97/1.50  
% 7.97/1.50  fork 1: search terminated without proof.
% 7.97/1.51  
% 7.97/1.51  
% 7.97/1.51  fork 0: search terminated without proof.
% 7.97/1.51  
% 7.97/1.51  
% 7.97/1.51  fork 4: search terminated without proof.
% 7.97/1.52  
% 7.97/1.52  **** run 66 fork 1 starts with strategy
% 7.97/1.52  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 7.97/1.53  
% 7.97/1.53  **** run 65 fork 0 starts with strategy
% 7.97/1.53  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 7.97/1.53  
% 7.97/1.53  **** run 69 fork 4 starts with strategy
% 7.97/1.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 7.97/1.54  
% 7.97/1.54  
% 7.97/1.54  fork 6: search terminated without proof.
% 7.97/1.57  
% 7.97/1.57  **** run 71 fork 6 starts with strategy
% 7.97/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 7.97/1.58  
% 7.97/1.58  
% 7.97/1.58  fork 5: search terminated without proof.
% 7.97/1.60  
% 7.97/1.60  **** run 78 fork 5 starts with strategy
% 7.97/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.63/1.62  
% 9.63/1.62  
% 9.63/1.62  fork 2: search terminated without proof.
% 9.63/1.63  
% 9.63/1.63  
% 9.63/1.63  fork 3: search terminated without proof.
% 9.85/1.64  
% 9.85/1.64  **** run 83 fork 2 starts with strategy
% 9.85/1.64  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 9.85/1.64  
% 9.85/1.64  
% 9.85/1.64  fork 1: search terminated without proof.
% 9.85/1.65  
% 9.85/1.65  **** run 76 fork 3 starts with strategy
% 9.85/1.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 9.85/1.65  
% 9.85/1.65  
% 9.85/1.65  fork 7: search terminated without proof.
% 9.85/1.65  
% 9.85/1.65  
% 9.85/1.65  fork 0: search terminated without proof.
% 9.85/1.66  
% 9.85/1.66  **** run 74 fork 1 starts with strategy
% 9.85/1.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 9.85/1.67  
% 9.85/1.67  **** run 73 fork 0 starts with strategy
% 9.85/1.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 9.85/1.67  
% 9.85/1.67  **** run 72 fork 7 starts with strategy
% 9.85/1.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.85/1.69  
% 9.85/1.69  
% 9.85/1.69  fork 6: search terminated without proof.
% 9.85/1.69  
% 9.85/1.69  
% 9.85/1.69  fork 4: search terminated without proof.
% 9.85/1.71  
% 9.85/1.71  **** run 77 fork 4 starts with strategy
% 9.85/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 9.85/1.72  
% 9.85/1.72  **** run 79 fork 6 starts with strategy
% 9.85/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 9.85/1.72  
% 9.85/1.72  
% 9.85/1.72  fork 5: search terminated without proof.
% 10.58/1.74  
% 10.58/1.74  **** run 86 fork 5 starts with strategy
% 10.58/1.74  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.58/1.77  
% 10.58/1.77  
% 10.58/1.77  fork 3: search terminated without proof.
% 11.05/1.79  
% 11.05/1.79  
% 11.05/1.79  fork 1: search terminated without proof.
% 11.05/1.79  
% 11.05/1.79  **** run 84 fork 3 starts with strategy
% 11.05/1.79  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.05/1.79  
% 11.05/1.79  
% 11.05/1.79  fork 0: search terminated without proof.
% 11.05/1.80  
% 11.05/1.80  
% 11.05/1.80  fork 7: search terminated without proof.
% 11.05/1.81  
% 11.05/1.81  **** run 82 fork 1 starts with strategy
% 11.05/1.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.05/1.81  
% 11.05/1.81  **** run 81 fork 0 starts with strategy
% 11.05/1.81  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.05/1.82  
% 11.05/1.82  **** run 80 fork 7 starts with strategy
% 11.05/1.82  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.05/1.84  
% 11.05/1.84  
% 11.05/1.84  fork 6: search terminated without proof.
% 11.05/1.84  
% 11.05/1.84  
% 11.05/1.84  fork 4: search terminated without proof.
% 11.57/1.86  
% 11.57/1.86  **** run 85 fork 4 starts with strategy
% 11.57/1.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.57/1.86  
% 11.57/1.86  **** run 87 fork 6 starts with strategy
% 11.57/1.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 12.23/1.94  
% 12.23/1.94  
% 12.23/1.94  fork 0: search terminated without proof.
% 12.23/1.95  
% 12.23/1.95  
% 12.23/1.95  fork 7: search terminated without proof.
% 12.23/1.96  
% 12.23/1.96  **** run 89 fork 0 starts with strategy
% 12.23/1.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 12.23/1.96  
% 12.23/1.96  **** run 88 fork 7 starts with strategy
% 12.23/1.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 17.87/2.66  
% 17.87/2.66  
% 17.87/2.66  fork 2: search terminated without proof.
% 18.19/2.70  
% 18.19/2.70  **** run 91 fork 2 starts with strategy
% 18.19/2.70  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 18.58/2.76  
% 18.58/2.76  
% 18.58/2.76  fork 5: search terminated without proof.
% 18.58/2.81  
% 18.58/2.81  
% 18.58/2.81  fork 3: search terminated without proof.
% 18.58/2.81  
% 18.58/2.81  **** run 94 fork 5 starts with strategy
% 18.58/2.81  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 18.58/2.83  
% 18.58/2.83  
% 18.58/2.83  fork 1: search terminated without proof.
% 18.58/2.85  
% 18.58/2.85  **** run 92 fork 3 starts with strategy
% 18.58/2.85  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 18.58/2.86  
% 18.58/2.86  **** run 90 fork 1 starts with strategy
% 18.58/2.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 18.58/2.88  
% 18.58/2.88  
% 18.58/2.88  fork 6: search terminated without proof.
% 18.58/2.88  
% 18.58/2.88  
% 18.58/2.88  fork 4: search terminated without proof.
% 18.58/2.91  
% 18.58/2.91  **** run 95 fork 6 starts with strategy
% 18.58/2.91  {"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.58/2.93  
% 18.58/2.93  **** run 93 fork 4 starts with strategy
% 18.58/2.93  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 18.58/2.98  
% 18.58/2.98  
% 18.58/2.98  fork 0: search terminated without proof.
% 20.18/3.01  
% 20.18/3.01  **** run 97 fork 0 starts with strategy
% 20.18/3.01  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 21.61/3.19  
% 21.61/3.19  
% 21.61/3.19  fork 7: search terminated without proof.
% 22.09/3.23  
% 22.09/3.23  **** run 96 fork 7 starts with strategy
% 22.09/3.23  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 26.30/3.76  
% 26.30/3.76  
% 26.30/3.76  fork 2: search terminated without proof.
% 26.62/3.82  
% 26.62/3.82  **** run 99 fork 2 starts with strategy
% 26.62/3.82  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 26.62/3.83  
% 26.62/3.83  
% 26.62/3.83  fork 5: search terminated without proof.
% 27.17/3.88  
% 27.17/3.88  **** run 102 fork 5 starts with strategy
% 27.17/3.88  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 27.17/3.88  
% 27.17/3.88  
% 27.17/3.88  fork 1: search terminated without proof.
% 27.17/3.90  
% 27.17/3.90  
% 27.17/3.90  fork 3: search terminated without proof.
% 27.63/3.93  
% 27.63/3.93  **** run 98 fork 1 starts with strategy
% 27.63/3.93  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 27.63/3.95  
% 27.63/3.95  
% 27.63/3.95  fork 6: search terminated without proof.
% 27.63/3.95  
% 27.63/3.95  
% 27.63/3.95  fork 4: search terminated without proof.
% 27.63/3.95  
% 27.63/3.95  **** run 100 fork 3 starts with strategy
% 27.63/3.95  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 28.01/4.00  
% 28.01/4.00  **** run 103 fork 6 starts with strategy
% 28.01/4.00  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 28.01/4.00  
% 28.01/4.00  **** run 101 fork 4 starts with strategy
% 28.01/4.00  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 28.01/4.04  
% 28.01/4.04  
% 28.01/4.04  fork 0: search terminated without proof.
% 29.01/4.08  
% 29.01/4.08  **** run 105 fork 0 starts with strategy
% 29.01/4.08  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 31.28/4.40  
% 31.28/4.40  
% 31.28/4.40  fork 7: search terminated without proof.
% 31.28/4.46  
% 31.28/4.46  **** run 104 fork 7 starts with strategy
% 31.28/4.46  {"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}
% 34.66/4.90  
% 34.66/4.90  
% 34.66/4.90  fork 2: search terminated without proof.
% 34.66/4.90  
% 34.66/4.90  
% 34.66/4.90  fork 5: search terminated without proof.
% 34.66/4.95  
% 34.66/4.95  **** run 107 fork 2 starts with strategy
% 34.66/4.95  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 34.66/4.96  
% 34.66/4.96  **** run 110 fork 5 starts with strategy
% 34.66/4.96  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 35.67/4.97  
% 35.67/4.97  
% 35.67/4.97  fork 1: search terminated without proof.
% 35.67/4.99  
% 35.67/4.99  
% 35.67/4.99  fork 3: search terminated without proof.
% 35.67/5.03  
% 35.67/5.03  **** run 106 fork 1 starts with strategy
% 35.67/5.03  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 35.67/5.04  
% 35.67/5.04  **** run 108 fork 3 starts with strategy
% 35.67/5.04  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 36.53/5.09  
% 36.53/5.09  
% 36.53/5.09  fork 6: search terminated without proof.
% 36.53/5.10  
% 36.53/5.10  
% 36.53/5.10  fork 0: search terminated without proof.
% 36.53/5.10  
% 36.53/5.10  
% 36.53/5.10  fork 4: search terminated without proof.
% 37.12/5.14  
% 37.12/5.14  **** run 111 fork 6 starts with strategy
% 37.12/5.14  {"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}
% 37.12/5.16  
% 37.12/5.16  **** run 113 fork 0 starts with strategy
% 37.12/5.16  {"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}
% 37.12/5.16  
% 37.12/5.16  **** run 109 fork 4 starts with strategy
% 37.12/5.16  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 39.84/5.49  
% 39.84/5.49  
% 39.84/5.49  fork 7: search terminated without proof.
% 39.84/5.54  
% 39.84/5.54  **** run 112 fork 7 starts with strategy
% 39.84/5.54  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 43.64/5.97  
% 43.64/5.97  
% 43.64/5.97  fork 2: search terminated without proof.
% 43.64/6.01  
% 43.64/6.01  **** run 115 fork 2 starts with strategy
% 43.64/6.01  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 43.64/6.01  
% 43.64/6.01  
% 43.64/6.01  fork 5: search terminated without proof.
% 43.64/6.06  
% 43.64/6.06  **** run 118 fork 5 starts with strategy
% 43.64/6.06  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 44.41/6.07  
% 44.41/6.07  
% 44.41/6.07  fork 3: search terminated without proof.
% 44.67/6.12  
% 44.67/6.12  **** run 116 fork 3 starts with strategy
% 44.67/6.12  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 44.67/6.13  
% 44.67/6.13  
% 44.67/6.13  fork 1: search terminated without proof.
% 44.97/6.17  
% 44.97/6.17  **** run 114 fork 1 starts with strategy
% 44.97/6.17  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 44.97/6.18  
% 44.97/6.18  
% 44.97/6.18  fork 6: search terminated without proof.
% 44.97/6.18  
% 44.97/6.18  
% 44.97/6.18  fork 4: search terminated without proof.
% 44.97/6.25  
% 44.97/6.25  **** run 117 fork 4 starts with strategy
% 44.97/6.25  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 44.97/6.25  
% 44.97/6.25  **** run 119 fork 6 starts with strategy
% 44.97/6.25  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 44.97/6.25  
% 44.97/6.25  
% 44.97/6.25  fork 0: search terminated without proof.
% 44.97/6.35  
% 44.97/6.35  **** run 121 fork 0 starts with strategy
% 44.97/6.35  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 47.61/6.56  
% 47.61/6.56  
% 47.61/6.56  fork 7: search terminated without proof.
% 48.58/6.60  
% 48.58/6.60  **** run 120 fork 7 starts with strategy
% 48.58/6.60  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 51.08/7.03  
% 51.08/7.03  
% 51.08/7.03  fork 2: search terminated without proof.
% 51.08/7.09  
% 51.08/7.09  **** run 123 fork 2 starts with strategy
% 51.08/7.09  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 51.08/7.09  
% 51.08/7.09  
% 51.08/7.09  fork 5: search terminated without proof.
% 51.08/7.12  
% 51.08/7.12  **** run 126 fork 5 starts with strategy
% 51.08/7.12  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 51.08/7.19  
% 51.08/7.19  
% 51.08/7.19  fork 1: search terminated without proof.
% 53.23/7.23  
% 53.23/7.23  **** run 122 fork 1 starts with strategy
% 53.23/7.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 53.23/7.26  
% 53.23/7.26  
% 53.23/7.26  fork 4: search terminated without proof.
% 53.23/7.26  
% 53.23/7.26  
% 53.23/7.26  fork 6: search terminated without proof.
% 53.23/7.29  
% 53.23/7.29  **** run 127 fork 6 starts with strategy
% 53.23/7.29  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 53.97/7.31  
% 53.97/7.31  
% 53.97/7.31  fork 3: search terminated without proof.
% 53.97/7.31  
% 53.97/7.31  fork 6: search finished without proof.
% 53.97/7.31  
% 53.97/7.31  **** run 125 fork 4 starts with strategy
% 53.97/7.31  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 53.97/7.33  
% 53.97/7.33  **** run 135 fork 6 starts with strategy
% 53.97/7.33  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 53.97/7.36  
% 53.97/7.36  **** run 124 fork 3 starts with strategy
% 53.97/7.36  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 54.64/7.37  
% 54.64/7.37  
% 54.64/7.37  fork 0: search terminated without proof.
% 54.67/7.39  
% 54.67/7.39  fork 3: search finished without proof.
% 54.82/7.41  
% 54.82/7.41  **** run 132 fork 3 starts with strategy
% 54.82/7.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 54.82/7.41  
% 54.82/7.41  **** run 129 fork 0 starts with strategy
% 54.82/7.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 54.98/7.44  
% 54.98/7.44  fork 3: search finished without proof.
% 54.98/7.45  
% 54.98/7.45  **** run 140 fork 3 starts with strategy
% 54.98/7.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 56.39/7.65  
% 56.39/7.65  
% 56.39/7.65  fork 7: search terminated without proof.
% 57.06/7.68  
% 57.06/7.68  **** run 128 fork 7 starts with strategy
% 57.06/7.68  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 60.28/8.11  
% 60.28/8.11  
% 60.28/8.11  fork 2: search terminated without proof.
% 60.45/8.14  
% 60.45/8.14  **** run 131 fork 2 starts with strategy
% 60.45/8.14  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 61.20/8.23  
% 61.20/8.23  
% 61.20/8.23  fork 5: search terminated without proof.
% 61.20/8.25  
% 61.20/8.25  
% 61.20/8.25  fork 1: search terminated without proof.
% 61.20/8.27  
% 61.20/8.27  **** run 134 fork 5 starts with strategy
% 61.20/8.27  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 61.82/8.30  
% 61.82/8.30  **** run 130 fork 1 starts with strategy
% 61.82/8.30  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 61.82/8.35  
% 61.82/8.35  
% 61.82/8.35  fork 4: search terminated without proof.
% 61.82/8.35  
% 61.82/8.35  
% 61.82/8.35  fork 6: search terminated without proof.
% 61.82/8.36  
% 61.82/8.36  **** run 133 fork 4 starts with strategy
% 61.82/8.36  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 62.47/8.38  
% 62.47/8.38  **** run 143 fork 6 starts with strategy
% 62.47/8.38  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 62.49/8.45  
% 62.49/8.45  
% 62.49/8.45  fork 0: search terminated without proof.
% 62.49/8.48  
% 62.49/8.48  **** run 137 fork 0 starts with strategy
% 62.49/8.48  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 62.49/8.50  
% 62.49/8.50  
% 62.49/8.50  fork 3: search terminated without proof.
% 62.49/8.53  
% 62.49/8.53  **** run 148 fork 3 starts with strategy
% 62.49/8.53  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 65.73/8.82  
% 65.73/8.82  
% 65.73/8.82  fork 7: search terminated without proof.
% 65.73/8.84  
% 65.73/8.84  **** run 136 fork 7 starts with strategy
% 65.73/8.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 68.41/9.24  
% 68.41/9.24  
% 68.41/9.24  fork 2: search terminated without proof.
% 69.14/9.29  
% 69.14/9.29  **** run 139 fork 2 starts with strategy
% 69.14/9.29  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 69.67/9.32  
% 69.67/9.32  
% 69.67/9.32  fork 1: search terminated without proof.
% 69.67/9.35  
% 69.67/9.35  **** run 138 fork 1 starts with strategy
% 69.67/9.35  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 70.11/9.37  
% 70.11/9.37  
% 70.11/9.37  fork 5: search terminated without proof.
% 70.11/9.38  
% 70.11/9.38  
% 70.11/9.38  fork 4: search terminated without proof.
% 70.11/9.39  
% 70.11/9.39  **** run 142 fork 5 starts with strategy
% 70.11/9.39  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 70.11/9.40  
% 70.11/9.40  **** run 141 fork 4 starts with strategy
% 70.11/9.40  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 70.11/9.41  
% 70.11/9.41  
% 70.11/9.41  fork 6: search terminated without proof.
% 70.81/9.45  
% 70.81/9.45  **** run 151 fork 6 starts with strategy
% 70.81/9.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 71.06/9.50  
% 71.06/9.50  
% 71.06/9.50  fork 0: search terminated without proof.
% 71.42/9.53  
% 71.42/9.53  **** run 145 fork 0 starts with strategy
% 71.42/9.53  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 71.54/9.56  
% 71.54/9.56  
% 71.54/9.56  fork 3: search terminated without proof.
% 71.54/9.59  
% 71.54/9.59  **** run 156 fork 3 starts with strategy
% 71.54/9.59  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":4}
% 75.13/10.01  
% 75.13/10.01  
% 75.13/10.01  fork 7: search terminated without proof.
% 75.15/10.05  
% 75.15/10.05  **** run 144 fork 7 starts with strategy
% 75.15/10.05  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 77.53/10.31  
% 77.53/10.31  
% 77.53/10.31  fork 2: search terminated without proof.
% 77.56/10.34  
% 77.56/10.34  **** run 147 fork 2 starts with strategy
% 77.56/10.34  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 77.56/10.37  
% 77.56/10.37  
% 77.56/10.37  fork 1: search terminated without proof.
% 77.56/10.41  
% 77.56/10.41  **** run 146 fork 1 starts with strategy
% 77.56/10.41  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 77.56/10.41  
% 77.56/10.41  
% 77.56/10.41  fork 5: search terminated without proof.
% 77.56/10.42  
% 77.56/10.42  
% 77.56/10.42  fork 4: search terminated without proof.
% 77.56/10.45  
% 77.56/10.45  **** run 150 fork 5 starts with strategy
% 77.56/10.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 77.56/10.45  
% 77.56/10.45  **** run 149 fork 4 starts with strategy
% 77.56/10.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 77.56/10.52  
% 77.56/10.52  
% 77.56/10.52  fork 6: search terminated without proof.
% 79.07/10.57  
% 79.07/10.57  **** run 159 fork 6 starts with strategy
% 79.07/10.57  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":5}
% 79.07/10.61  
% 79.07/10.61  
% 79.07/10.61  fork 3: search terminated without proof.
% 79.88/10.65  
% 79.88/10.65  **** run 164 fork 3 starts with strategy
% 79.88/10.65  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 79.88/10.67  
% 79.88/10.67  
% 79.88/10.67  fork 0: search terminated without proof.
% 79.88/10.71  
% 79.88/10.71  **** run 153 fork 0 starts with strategy
% 79.88/10.71  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 84.12/11.17  
% 84.12/11.17  
% 84.12/11.17  fork 7: search terminated without proof.
% 84.12/11.20  
% 84.12/11.20  **** run 152 fork 7 starts with strategy
% 84.12/11.20  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":2}
% 84.12/11.36  
% 84.12/11.36  
% 84.12/11.36  fork 2: search terminated without proof.
% 84.12/11.38  
% 84.12/11.38  **** run 155 fork 2 starts with strategy
% 84.12/11.38  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":3}
% 86.08/11.44  
% 86.08/11.44  
% 86.08/11.44  fork 1: search terminated without proof.
% 86.33/11.46  
% 86.33/11.46  **** run 154 fork 1 starts with strategy
% 86.33/11.46  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":3}
% 86.33/11.47  
% 86.33/11.47  
% 86.33/11.47  fork 5: search terminated without proof.
% 86.33/11.48  
% 86.33/11.48  
% 86.33/11.48  fork 4: search terminated without proof.
% 86.33/11.50  
% 86.33/11.50  **** run 157 fork 4 starts with strategy
% 86.33/11.51  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":4}
% 86.33/11.51  
% 86.33/11.51  **** run 158 fork 5 starts with strategy
% 86.33/11.51  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":5}
% 88.47/11.74  
% 88.47/11.74  
% 88.47/11.74  fork 6: search terminated without proof.
% 88.71/11.76  
% 88.71/11.76  
% 88.71/11.76  fork 0: search terminated without proof.
% 88.71/11.77  
% 88.71/11.77  **** run 167 fork 6 starts with strategy
% 88.71/11.77  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 88.71/11.80  
% 88.71/11.80  **** run 161 fork 0 starts with strategy
% 88.71/11.80  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 91.96/12.24  
% 91.96/12.24  
% 91.96/12.24  fork 7: search terminated without proof.
% 92.60/12.27  
% 92.60/12.27  **** run 160 fork 7 starts with strategy
% 92.60/12.27  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 93.87/12.42  
% 93.87/12.42  
% 93.87/12.42  fork 2: search terminated without proof.
% 93.87/12.45  
% 93.87/12.45  **** run 163 fork 2 starts with strategy
% 93.87/12.45  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 94.34/12.49  
% 94.34/12.49  
% 94.34/12.49  fork 1: search terminated without proof.
% 94.34/12.53  
% 94.34/12.53  **** run 162 fork 1 starts with strategy
% 94.34/12.53  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 94.34/12.53  
% 94.34/12.53  
% 94.34/12.53  fork 5: search terminated without proof.
% 94.34/12.54  
% 94.34/12.54  
% 94.34/12.54  fork 4: search terminated without proof.
% 95.22/12.58  
% 95.22/12.58  **** run 166 fork 5 starts with strategy
% 95.22/12.58  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 95.22/12.58  
% 95.22/12.58  **** run 165 fork 4 starts with strategy
% 95.22/12.58  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 98.12/12.98  
% 98.12/12.98  
% 98.12/12.98  fork 0: search terminated without proof.
% 98.12/13.00  
% 98.12/13.00  **** run 169 fork 0 starts with strategy
% 98.12/13.00  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 100.31/13.31  
% 100.31/13.31  
% 100.31/13.31  fork 7: search terminated without proof.
% 100.31/13.34  
% 100.31/13.34  **** run 168 fork 7 starts with strategy
% 100.31/13.34  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 102.57/13.56  
% 102.57/13.56  
% 102.57/13.56  fork 1: search terminated without proof.
% 102.57/13.59  
% 102.57/13.59  **** run 170 fork 1 starts with strategy
% 102.57/13.59  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 116.35/15.36  
% 116.35/15.36  
% 116.35/15.36  result: proof found
% 116.35/15.36  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 116.35/15.36  by run 170 fork 1 strategy {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 116.35/15.36  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 116.35/15.36  
% 116.35/15.36  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 116.35/15.36  
% 116.35/15.36  run 170 fork 1 statistics:
% 116.35/15.36  ----------------------------------
% 116.35/15.36  this run seconds: 1.289842
% 116.35/15.36  total seconds: 14.394617
% 116.35/15.36  stat_given_used: 631
% 116.35/15.36  stat_given_used_at_endgame: 0
% 116.35/15.36  stat_given_candidates:   7590
% 116.35/15.36  stat_given_candidates_at_endgame: 0
% 116.35/15.36  stat_given_candidates_h: 0
% 116.35/15.36  stat_binres_derived_cl:   1
% 116.35/15.36  stat_binres_derived_cl_h: 0
% 116.35/15.36  stat_factor_derived_cl: 0
% 116.35/15.36  stat_para_derived_cl: 311527
% 116.35/15.36  stat_tautologies_discarded: 0
% 116.35/15.36  stat_forward_subsumed: 120754
% 116.35/15.36  stat_derived_cut: 0
% 116.35/15.36  stat_derived_rewritten: 1352
% 116.35/15.36  stat_weight_discarded_building: 0
% 116.35/15.36  stat_weight_discarded_cl: 0
% 116.35/15.36  stat_internlimit_discarded_cl: 0
% 116.35/15.36  stat_simplified:  1352 simplified 0 derived 0 given
% 116.35/15.36  stat_kept_cl: 184871
% 116.35/15.36  stat_built_cl: 187485
% 116.35/15.36  stat_hyperres_partial_cl: 0
% 116.35/15.36  stat_made_rewriters: 323
% 116.35/15.36  stat_backward_subsumed: 0
% 116.35/15.36  stat_propagated_subsumed: 0
% 116.35/15.36  stat_clsubs_attempted:                     33674
% 116.35/15.36  stat_clsubs_fact_groundunit_found:             0
% 116.35/15.36  stat_clsubs_rule_groundunit_found:           256
% 116.35/15.36  stat_clsubs_top_meta_attempted:             192818
% 116.35/15.36  stat_clsubs_top_meta_failed:                159144
% 116.35/15.36  stat_clsubs_top_meta_nonpref_attempted:              192818
% 116.35/15.36  stat_clsubs_top_meta_nonpref_succeeded:               91549
% 116.35/15.36  stat_clsubs_top_meta_pref_attempted:                  91549
% 116.35/15.36  stat_clsubs_top_meta_pref1_succeeded:                 86773
% 116.35/15.36  stat_clsubs_top_meta_pref2_succeeded:                 43659
% 116.35/15.36  stat_clsubs_top_meta_pref3_succeeded:                 33674
% 116.35/15.36  stat_clsubs_top_meta_pref_succeeded:                  33674
% 116.35/15.36  stat_clsubs_meta_attempted:                33674
% 116.35/15.36  stat_clsubs_meta_failed:                     223
% 116.35/15.36  stat_clsubs_predsymbs_attempted:               0
% 116.35/15.36  stat_clsubs_unit_attempted:                33674
% 116.35/15.36  stat_clsubs_full_attempted:                    0
% 116.35/15.36  stat_forwardsubs_attempted:               305625
% 116.35/15.36  stat_lit_hash_added:                 185138
% 116.35/15.36  stat_lit_hash_computed:              495505
% 116.35/15.36  stat_lit_hash_match_found:           123053
% 116.35/15.36  stat_lit_hash_match_miss:            373537
% 116.35/15.36  stat_lit_hash_cut_ok:                     0
% 116.35/15.36  stat_lit_strong_cut_ok:                   0
% 116.35/15.36  stat_lit_hash_subsume_ok:            120754
% 116.35/15.36  clqueue els 10000000 used 1
% 116.35/15.36  clactive els 10000000 used 632
% 116.35/15.36  clactivesubsume els 10000000 used 2245
% 116.35/15.36  queue_termbuf els 200000000 used 19527893
% 116.35/15.36  hyper_termbuf els 100000000 used 1
% 116.35/15.36  active_termbuf els 100000000 used 36131
% 116.35/15.36  varstack els 5000 last used 1
% 116.35/15.36  given_termbuf els 10000000 last used 42
% 116.35/15.36  simplified_termbuf els 10000000 last used 1
% 116.35/15.36  derived_termbuf els 10000000 last used 3
% 116.35/15.36  wr_mallocs: 153768
% 116.35/15.36  wr_callocs: 19
% 116.35/15.36  wr_reallocs: 34424
% 116.35/15.36  wr_frees: 2
% 116.35/15.36  wr_malloc_bytes: 4169817412
% 116.35/15.36  wr_calloc_bytes: 96065504
% 116.35/15.36  wr_realloc_bytes: 6685728
% 116.35/15.36  wr_realloc_freebytes: 0
% 116.35/15.36  ----------------------------------
%------------------------------------------------------------------------------