TSTP Solution File: GRP660-10 by GKC---0.8

View Problem - Process Solution

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

% Computer : n028.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 00:55:37 EDT 2023

% Result   : Unsatisfiable 174.82s 22.61s
% Output   : CNFRefutation 174.82s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named f03)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    mult(rd(X,Y),Y) = X,
    inference(cnf_transformation,[],[f03]) ).

cnf('2',plain,
    mult(X,ld(X,Y)) = Y,
    inference(cnf_transformation,[],[f01]) ).

cnf('3',plain,
    mult(mult(mult(X,Y),Z),X) = mult(X,mult(Y,mult(Z,X))),
    inference(cnf_transformation,[],[f05]) ).

cnf('4',plain,
    mult(mult(X,Y),Z) = mult(Z,mult(ld(Z,X),mult(Y,Z))),
    inference(paramodulation,[],['2','3']) ).

cnf('5',plain,
    ld(X,mult(X,Y)) = Y,
    inference(cnf_transformation,[],[f02]) ).

cnf('6',plain,
    ld(X,mult(mult(Y,Z),X)) = mult(ld(X,Y),mult(Z,X)),
    inference(paramodulation,[],['4','5']) ).

cnf('7',plain,
    rd(mult(X,Y),Y) = X,
    inference(cnf_transformation,[],[f04]) ).

cnf('8',plain,
    rd(ld(X,mult(mult(Y,Z),X)),mult(Z,X)) = ld(X,Y),
    inference(paramodulation,[],['6','7']) ).

cnf('9',plain,
    rd(ld(X,mult(Y,X)),mult(Z,X)) = ld(X,rd(Y,Z)),
    inference(paramodulation,[],['1','8']) ).

cnf('10',plain,
    rd(X,ld(Y,X)) = Y,
    inference(paramodulation,[],['2','7']) ).

cnf('11',plain,
    rd(X,mult(Y,X)) = ld(X,rd(X,Y)),
    inference(paramodulation,[],['5','9']) ).

cnf('12',plain,
    mult(X,rd(X,mult(Y,X))) = rd(X,Y),
    inference(paramodulation,[],['11','2']) ).

cnf('13',plain,
    mult(X,rd(X,Y)) = rd(X,rd(Y,X)),
    inference(paramodulation,[],['1','12']) ).

cnf('14',plain,
    mult(X,Y) = rd(X,rd(ld(Y,X),X)),
    inference(paramodulation,[],['10','13']) ).

cnf('15',plain,
    mult(mult(X,Y),Y) = rd(mult(X,Y),ld(Y,rd(X,X))),
    inference(paramodulation,[],['9','14']) ).

cnf('16',plain,
    mult(X3,ld(Y3,X3)) = rd(mult(Y3,ld(Y3,X3)),ld(ld(Y3,X3),rd(Y3,Y3))),
    inference(paramodulation,[],['2','15']) ).

cnf('17',plain,
    mult(X,ld(Y,X)) = rd(X,ld(ld(Y,X),rd(Y,Y))),
    inference(simplify,[],['16','2']) ).

cnf('18',plain,
    mult(mult(X,ld(Y,X)),ld(ld(Y,X),rd(Y,Y))) = X,
    inference(paramodulation,[],['17','1']) ).

cnf('19',plain,
    mult(X,ld(ld(X,X),rd(X,X))) = X,
    inference(paramodulation,[],['2','18']) ).

cnf('20',plain,
    ld(X,X) = ld(ld(X,X),rd(X,X)),
    inference(paramodulation,[],['19','5']) ).

cnf('21',plain,
    mult(ld(X,X),ld(X,X)) = rd(X,X),
    inference(paramodulation,[],['20','2']) ).

cnf('22',plain,
    ld(rd(X,Y),X) = Y,
    inference(paramodulation,[],['1','5']) ).

cnf('23',plain,
    ld(rd(X,Y),mult(mult(X,Z),rd(X,Y))) = mult(Y,mult(Z,rd(X,Y))),
    inference(paramodulation,[],['22','6']) ).

cnf('24',plain,
    rd(ld(X,Y),mult(Z,X)) = ld(X,rd(rd(Y,X),Z)),
    inference(paramodulation,[],['1','9']) ).

cnf('25',plain,
    mult(X,rd(ld(X,Y),mult(Z,X))) = rd(rd(Y,X),Z),
    inference(paramodulation,[],['24','2']) ).

cnf('26',plain,
    mult(X,rd(ld(X,Y),Z)) = rd(rd(Y,X),rd(Z,X)),
    inference(paramodulation,[],['1','25']) ).

cnf('27',plain,
    mult(mult(mult(X,Y),rd(Z,X)),X) = mult(X,mult(Y,Z)),
    inference(paramodulation,[],['1','3']) ).

cnf('28',plain,
    rd(mult(X,mult(Y,Z)),X) = mult(mult(X,Y),rd(Z,X)),
    inference(paramodulation,[],['27','7']) ).

cnf('29',plain,
    rd(mult(rd(X,Y),mult(Y,Z)),rd(X,Y)) = mult(X,rd(Z,rd(X,Y))),
    inference(paramodulation,[],['1','28']) ).

cnf('30',plain,
    rd(mult(rd(X,Y),Z),rd(X,Y)) = mult(X,rd(ld(Y,Z),rd(X,Y))),
    inference(paramodulation,[],['2','29']) ).

cnf('31',plain,
    rd(mult(rd(X,X),Y),rd(X,X)) = rd(rd(Y,X),rd(rd(X,X),X)),
    inference(paramodulation,[],['26','30']) ).

cnf('32',plain,
    rd(rd(rd(X,X),X),rd(rd(X,X),X)) = rd(X,X),
    inference(paramodulation,[],['31','7']) ).

cnf('33',plain,
    ld(rd(X3,X3),rd(rd(X3,X3),X3)) = rd(rd(X3,X3),X3),
    inference(paramodulation,[],['32','22']) ).

cnf('34',plain,
    rd(rd(X,X),rd(X,rd(X,X))) = rd(rd(X,X),X),
    inference(simplify,[then_simplify],['33','11','13']) ).

cnf('35',plain,
    ld(rd(rd(X3,X3),X3),rd(X3,X3)) = rd(X3,rd(X3,X3)),
    inference(paramodulation,[],['34','22']) ).

cnf('36',plain,
    X = rd(X,rd(X,X)),
    inference(simplify,[],['35','22']) ).

cnf('37',plain,
    ld(X,X) = rd(X,X),
    inference(paramodulation,[],['36','22']) ).

cnf('38',plain,
    ld(ld(X,Y),mult(mult(Z,X),ld(X,Y))) = mult(ld(ld(X,Y),Z),Y),
    inference(paramodulation,[],['2','6']) ).

cnf('39',plain,
    ld(ld(X,Y),mult(Z,ld(X,Y))) = mult(ld(ld(X,Y),rd(Z,X)),Y),
    inference(paramodulation,[],['1','38']) ).

cnf('40',plain,
    ld(ld(X3,X3),mult(Y3,ld(X3,X3))) = mult(ld(rd(X3,X3),rd(Y3,X3)),X3),
    inference(paramodulation,[],['37','39']) ).

cnf('41',plain,
    ld(ld(X,rd(Y,Z)),ld(X,mult(Y,X))) = mult(Z,X),
    inference(paramodulation,[],['9','22']) ).

cnf('42',plain,
    ld(ld(X,Y),ld(X,mult(Z,X))) = mult(ld(Y,Z),X),
    inference(paramodulation,[],['10','41']) ).

cnf('43',plain,
    ld(ld(X,Y),ld(X,Z)) = mult(ld(Y,rd(Z,X)),X),
    inference(paramodulation,[],['1','42']) ).

cnf('44',plain,
    ld(rd(X,X),mult(Y,rd(X,X))) = ld(rd(X,mult(X,X)),ld(X,Y)),
    inference(simplify,[then_simplify],['40','37','37','43','11']) ).

cnf('45',plain,
    mult(X3,mult(Y3,rd(X3,X3))) = ld(rd(X3,mult(X3,X3)),ld(X3,mult(X3,Y3))),
    inference(paramodulation,[],['23','44']) ).

cnf('46',plain,
    mult(X,mult(Y,rd(X,X))) = ld(rd(X,mult(X,X)),Y),
    inference(simplify,[],['45','5']) ).

cnf('47',plain,
    mult(X,Y) = ld(rd(X,mult(X,X)),rd(Y,rd(X,X))),
    inference(paramodulation,[],['1','46']) ).

cnf('48',plain,
    mult(rd(X,mult(X,X)),mult(X,Y)) = rd(Y,rd(X,X)),
    inference(paramodulation,[],['47','2']) ).

cnf('49',plain,
    mult(rd(ld(X3,X3),rd(X3,X3)),mult(ld(X3,X3),Y3)) = rd(Y3,rd(ld(X3,X3),ld(X3,X3))),
    inference(paramodulation,[],['21','48']) ).

cnf('50',plain,
    ld(X3,X3) = ld(rd(X3,X3),rd(X3,X3)),
    inference(paramodulation,[],['37','20']) ).

cnf('51',plain,
    rd(X,X) = rd(rd(X,X),rd(X,X)),
    inference(simplify,[then_simplify],['50','37','37']) ).

cnf('52',plain,
    mult(rd(X,X),mult(rd(X,X),Y)) = rd(Y,rd(X,X)),
    inference(simplify,[then_simplify],['49','37','51','37','37','37','51']) ).

cnf('53',plain,
    ld(rd(X3,X3),rd(Y3,rd(X3,X3))) = mult(rd(X3,X3),Y3),
    inference(paramodulation,[],['52','5']) ).

cnf('54',plain,
    rd(mult(rd(X3,X3),mult(Y3,X3)),rd(X3,X3)) = mult(mult(rd(X3,X3),Y3),X3),
    inference(paramodulation,[],['36','28']) ).

cnf('55',plain,
    ld(X,mult(mult(X,Y),X)) = mult(rd(X,X),mult(Y,X)),
    inference(paramodulation,[],['37','6']) ).

cnf('56',plain,
    rd(mult(rd(X3,X3),mult(Y3,X3)),rd(X3,X3)) = rd(Y3,rd(rd(X3,X3),X3)),
    inference(paramodulation,[],['7','31']) ).

cnf('57',plain,
    rd(ld(X,mult(mult(X,Y),X)),rd(X,X)) = rd(Y,rd(rd(X,X),X)),
    inference(simplify,[],['56','55']) ).

cnf('58',plain,
    rd(X,rd(rd(Y,Y),Y)) = mult(mult(rd(Y,Y),X),Y),
    inference(simplify,[then_simplify],['54','55','57']) ).

cnf('59',plain,
    rd(ld(rd(X,X),Y),rd(rd(X,X),X)) = mult(Y,X),
    inference(paramodulation,[],['2','58']) ).

cnf('60',plain,
    mult(mult(X,Y),rd(rd(Y,Y),Y)) = ld(rd(Y,Y),X),
    inference(paramodulation,[],['59','1']) ).

cnf('61',plain,
    mult(mult(X3,rd(Y3,Y3)),rd(rd(Y3,Y3),rd(Y3,Y3))) = ld(rd(rd(Y3,Y3),rd(Y3,Y3)),X3),
    inference(paramodulation,[],['51','60']) ).

cnf('62',plain,
    mult(mult(X,rd(Y,Y)),rd(Y,Y)) = ld(rd(Y,Y),X),
    inference(simplify,[then_simplify],['61','51','51']) ).

cnf('63',plain,
    mult(X,rd(Y,Y)) = ld(rd(Y,Y),rd(X,rd(Y,Y))),
    inference(paramodulation,[],['1','62']) ).

cnf('64',plain,
    mult(X,rd(Y,Y)) = mult(rd(Y,Y),X),
    inference(simplify,[],['53','63']) ).

cnf('65',plain,
    mult(ld(rd(X3,X3),Y3),rd(X3,X3)) = Y3,
    inference(paramodulation,[],['2','64']) ).

cnf('66',plain,
    mult(ld(rd(X,X),Y),rd(X,X)) = ld(rd(X,X),mult(Y,rd(X,X))),
    inference(paramodulation,[],['62','62']) ).

cnf('67',plain,
    rd(rd(X,rd(Y,Y)),mult(Y,X)) = rd(Y,mult(Y,Y)),
    inference(paramodulation,[],['47','10']) ).

cnf('68',plain,
    rd(ld(rd(X3,X3),Y3),mult(mult(X3,Y3),rd(X3,X3))) = ld(rd(X3,X3),rd(X3,mult(X3,X3))),
    inference(paramodulation,[],['67','24']) ).

cnf('69',plain,
    ld(ld(rd(X3,X3),Y3),ld(rd(X3,X3),X3)) = mult(ld(Y3,X3),rd(X3,X3)),
    inference(paramodulation,[],['36','43']) ).

cnf('70',plain,
    ld(ld(rd(X,X),Y),X) = mult(ld(Y,X),rd(X,X)),
    inference(simplify,[],['69','22']) ).

cnf('71',plain,
    ld(ld(rd(X,X),rd(X,Y)),X) = mult(Y,rd(X,X)),
    inference(paramodulation,[],['22','70']) ).

cnf('72',plain,
    rd(X,mult(Y,rd(X,X))) = ld(rd(X,X),rd(X,Y)),
    inference(paramodulation,[],['71','10']) ).

cnf('73',plain,
    mult(rd(X,Y),rd(Y,Z)) = rd(rd(X,rd(X,Y)),rd(Z,rd(X,Y))),
    inference(paramodulation,[],['22','26']) ).

cnf('74',plain,
    mult(rd(X,X),rd(X,Y)) = rd(X,rd(Y,rd(X,X))),
    inference(paramodulation,[],['36','73']) ).

cnf('75',plain,
    mult(rd(X3,X3),ld(X3,rd(X3,X3))) = ld(X3,rd(X3,X3)),
    inference(paramodulation,[],['17','10']) ).

cnf('76',plain,
    mult(rd(X,X),rd(X,mult(X,X))) = rd(X,mult(X,X)),
    inference(simplify,[then_simplify],['75','11','11']) ).

cnf('77',plain,
    rd(X,rd(mult(X,X),rd(X,X))) = rd(X,mult(X,X)),
    inference(paramodulation,[],['74','76']) ).

cnf('78',plain,
    ld(rd(X3,mult(X3,X3)),X3) = rd(mult(X3,X3),rd(X3,X3)),
    inference(paramodulation,[],['77','22']) ).

cnf('79',plain,
    mult(X,X) = rd(mult(X,X),rd(X,X)),
    inference(simplify,[],['78','22']) ).

cnf('80',plain,
    mult(mult(X3,X3),rd(X3,X3)) = mult(X3,X3),
    inference(paramodulation,[],['79','1']) ).

cnf('81',plain,
    rd(mult(X,mult(X,X)),X) = mult(X,X),
    inference(simplify,[],['80','28']) ).

cnf('82',plain,
    rd(ld(rd(X,X),Y),rd(mult(X,mult(Y,X)),X)) = rd(X,mult(X,X)),
    inference(simplify,[then_simplify],['68','28','72','28','81']) ).

cnf('83',plain,
    rd(ld(rd(X,X),rd(Y,X)),rd(mult(X,Y),X)) = rd(X,mult(X,X)),
    inference(paramodulation,[],['1','82']) ).

cnf('84',plain,
    mult(rd(X3,mult(X3,X3)),rd(mult(X3,Y3),X3)) = ld(rd(X3,X3),rd(Y3,X3)),
    inference(paramodulation,[],['83','1']) ).

cnf('85',plain,
    mult(rd(X,mult(X,X)),Y) = rd(ld(X,Y),rd(X,X)),
    inference(paramodulation,[],['2','48']) ).

cnf('86',plain,
    rd(ld(ld(X,Y),ld(X,Z)),X) = ld(Y,rd(Z,X)),
    inference(paramodulation,[],['43','7']) ).

cnf('87',plain,
    rd(ld(ld(X,Y),Z),X) = ld(Y,rd(mult(X,Z),X)),
    inference(paramodulation,[],['5','86']) ).

cnf('88',plain,
    rd(rd(ld(rd(X,X),Y),X),rd(X,X)) = ld(rd(X,X),rd(Y,X)),
    inference(simplify,[then_simplify],['84','85','87','37']) ).

cnf('89',plain,
    mult(ld(rd(X3,X3),rd(Y3,X3)),rd(X3,X3)) = rd(ld(rd(X3,X3),Y3),X3),
    inference(paramodulation,[],['88','1']) ).

cnf('90',plain,
    ld(rd(X,X),mult(rd(Y,X),rd(X,X))) = rd(ld(rd(X,X),Y),X),
    inference(simplify,[],['89','66']) ).

cnf('91',plain,
    ld(rd(X,X),mult(Y,rd(X,X))) = rd(ld(rd(X,X),mult(Y,X)),X),
    inference(paramodulation,[],['7','90']) ).

cnf('92',plain,
    rd(ld(rd(X,X),mult(Y,X)),X) = Y,
    inference(simplify,[then_simplify],['65','66','91']) ).

cnf('93',plain,
    mult(X,Y) = ld(rd(Y,Y),mult(X,Y)),
    inference(paramodulation,[],['92','1']) ).

cnf('94',plain,
    mult(rd(X3,Y3),Y3) = ld(rd(Y3,Y3),X3),
    inference(paramodulation,[],['1','93']) ).

cnf('95',plain,
    X = ld(rd(Y,Y),X),
    inference(simplify,[],['94','1']) ).

cnf('96',plain,
    mult(rd(X,X),Y) = Y,
    inference(paramodulation,[],['95','2']) ).

cnf('97',plain,
    mult(X,rd(Y,Y)) = X,
    inference(paramodulation,[],['96','64']) ).

cnf('98',plain,
    tuple(mult(X,x1(X)),mult(x1_2(X),X)) != tuple(x1(X),x1_2(X)),
    inference(cnf_transformation,[],[goal]) ).

cnf('99',plain,
    tuple(x1(rd(X,X)),mult(x1_2(rd(X,X)),rd(X,X))) != tuple(x1(rd(X,X)),x1_2(rd(X,X))),
    inference(paramodulation,[],['96','98']) ).

cnf('100',plain,
    $false,
    inference(paramodulation,[],['97','99']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : GRP660-10 : TPTP v8.1.2. Released v8.1.0.
% 0.07/0.12  % Command  : gkc %s
% 0.12/0.33  % Computer : n028.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Tue Aug 29 01:07:40 EDT 2023
% 0.12/0.33  % CPUTime  : 
% 0.12/0.37  
% 0.12/0.37  input clause set summed statistics:
% 0.12/0.37  ----------------------------------
% 0.12/0.37  in_clause_count:                     6
% 0.12/0.37  in_rule_clause_count:                6
% 0.12/0.37  in_fact_clause_count:                0
% 0.12/0.37  in_answer_clause_count:              0
% 0.12/0.37  in_ground_clause_count:              0
% 0.12/0.37  in_unit_clause_count:                6
% 0.12/0.37  in_horn_clause_count:                6
% 0.12/0.37  in_pos_clause_count:                 5
% 0.12/0.37  in_neg_clause_count:                 1
% 0.12/0.37  in_poseq_clause_count:               5
% 0.12/0.37  in_negeq_clause_count:               1
% 0.12/0.37  in_unitposeq_clause_count:           5
% 0.12/0.37  in_chain_clause_count:               0
% 0.12/0.37  in_min_length:             1
% 0.12/0.37  in_max_length:             1
% 0.12/0.37  in_min_depth:              3
% 0.12/0.37  in_max_depth:              4
% 0.12/0.37  in_min_size:               7
% 0.12/0.37  in_max_size:              15
% 0.12/0.37  in_min_vars:               1
% 0.12/0.37  in_max_vars:               3
% 0.12/0.37  in_extaxiom_count:                 0
% 0.12/0.37  in_axiom_count:                    5
% 0.12/0.37  in_assumption_count:               0
% 0.12/0.37  in_goal_count:                     1
% 0.12/0.37  in_neg_goal_count:                 1
% 0.12/0.37  in_pos_goal_count:                 0
% 0.12/0.37  in_posunit_goal_count:             0
% 0.12/0.37  
% 0.12/0.37  auto guide:
% 0.12/0.37  -----------
% 0.12/0.37  {
% 0.12/0.37  "print":1,
% 0.12/0.37  "print_level": 15,
% 0.12/0.37  "max_size": 0,
% 0.12/0.37  "max_depth": 0,
% 0.12/0.37  "max_length": 0,
% 0.12/0.37  "max_dseconds": 0,
% 0.12/0.37  "runs":[
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.37  {"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.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.37  {"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.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.37  {"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.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.37  {"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.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.37  
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.38  {"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.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.38  {"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.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.38  {"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.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.38  {"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.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.38  {"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.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.38  {"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.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.38  {"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.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.38  {"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.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4} 
% 0.12/0.38  
% 0.12/0.38  ]}
% 0.12/0.38  
% 0.12/0.38  
% 0.12/0.38  **** run 1 fork 0 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.12/0.38  
% 0.12/0.38  **** run 2 fork 1 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.12/0.38  
% 0.12/0.38  **** run 3 fork 2 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.12/0.38  
% 0.12/0.38  **** run 4 fork 3 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.12/0.38  
% 0.12/0.38  **** run 5 fork 4 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.12/0.38  
% 0.12/0.38  **** run 6 fork 5 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.12/0.38  
% 0.12/0.38  **** run 8 fork 7 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.12/0.38  
% 0.12/0.38  **** run 7 fork 6 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 7: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 0: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 2: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 3: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 4: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 1: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 5: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 6: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 10 fork 1 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.53  
% 0.19/0.53  **** run 15 fork 6 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.53  
% 0.19/0.53  **** run 16 fork 7 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.53  
% 0.19/0.53  **** run 9 fork 0 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.53  
% 0.19/0.53  **** run 11 fork 2 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.53  
% 0.19/0.53  **** run 12 fork 3 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.53  
% 0.19/0.53  **** run 14 fork 5 starts with strategy
% 0.19/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.19/0.53  
% 0.19/0.53  **** run 13 fork 4 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.64  
% 0.19/0.64  
% 0.19/0.64  fork 6: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 3: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 5: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 2: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 0: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 4: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 7: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  **** run 23 fork 6 starts with strategy
% 0.19/0.66  {"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.19/0.67  
% 0.19/0.67  **** run 22 fork 5 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.67  
% 0.19/0.67  **** run 19 fork 2 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.19/0.67  
% 0.19/0.67  **** run 20 fork 3 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.19/0.67  
% 0.19/0.67  **** run 17 fork 0 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.67  
% 0.19/0.67  **** run 21 fork 4 starts with strategy
% 0.19/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.19/0.67  
% 0.19/0.67  **** run 24 fork 7 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.70  
% 0.19/0.70  
% 0.19/0.70  fork 1: search terminated without proof.
% 2.79/0.72  
% 2.79/0.72  **** run 18 fork 1 starts with strategy
% 2.79/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.79/0.79  
% 2.79/0.79  
% 2.79/0.79  fork 7: search terminated without proof.
% 2.79/0.79  
% 2.79/0.79  
% 2.79/0.79  fork 6: search terminated without proof.
% 2.79/0.80  
% 2.79/0.80  
% 2.79/0.80  fork 5: search terminated without proof.
% 2.79/0.80  
% 2.79/0.80  
% 2.79/0.80  fork 3: search terminated without proof.
% 2.79/0.81  
% 2.79/0.81  
% 2.79/0.81  fork 0: search terminated without proof.
% 2.79/0.81  
% 2.79/0.81  
% 2.79/0.81  fork 4: search terminated without proof.
% 2.79/0.81  
% 2.79/0.81  **** run 31 fork 6 starts with strategy
% 2.79/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.57/0.81  
% 3.57/0.81  **** run 32 fork 7 starts with strategy
% 3.57/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 3.57/0.81  
% 3.57/0.81  
% 3.57/0.81  fork 2: search terminated without proof.
% 3.57/0.82  
% 3.57/0.82  **** run 30 fork 5 starts with strategy
% 3.57/0.82  {"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.57/0.83  
% 3.57/0.83  **** run 25 fork 0 starts with strategy
% 3.57/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.57/0.83  
% 3.57/0.83  **** run 28 fork 3 starts with strategy
% 3.57/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.57/0.83  
% 3.57/0.83  **** run 29 fork 4 starts with strategy
% 3.57/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.57/0.83  
% 3.57/0.83  **** run 27 fork 2 starts with strategy
% 3.57/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.57/0.85  
% 3.57/0.85  
% 3.57/0.85  fork 1: search terminated without proof.
% 3.57/0.87  
% 3.57/0.87  **** run 26 fork 1 starts with strategy
% 3.57/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.18/0.93  
% 4.18/0.93  
% 4.18/0.93  fork 7: search terminated without proof.
% 4.18/0.93  
% 4.18/0.93  
% 4.18/0.93  fork 6: search terminated without proof.
% 4.18/0.94  
% 4.18/0.94  
% 4.18/0.94  fork 5: search terminated without proof.
% 4.18/0.95  
% 4.18/0.95  **** run 39 fork 6 starts with strategy
% 4.18/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.18/0.95  
% 4.18/0.95  
% 4.18/0.95  fork 0: search terminated without proof.
% 4.18/0.95  
% 4.18/0.95  **** run 40 fork 7 starts with strategy
% 4.18/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.18/0.95  
% 4.18/0.95  
% 4.18/0.95  fork 3: search terminated without proof.
% 4.18/0.95  
% 4.18/0.95  
% 4.18/0.95  fork 4: search terminated without proof.
% 4.18/0.96  
% 4.18/0.96  
% 4.18/0.96  fork 2: search terminated without proof.
% 4.18/0.96  
% 4.18/0.96  **** run 38 fork 5 starts with strategy
% 4.18/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.18/0.97  
% 4.18/0.97  **** run 33 fork 0 starts with strategy
% 4.18/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.18/0.97  
% 4.18/0.97  **** run 36 fork 3 starts with strategy
% 4.18/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.18/0.98  
% 4.18/0.98  **** run 35 fork 2 starts with strategy
% 4.18/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.18/0.98  
% 4.18/0.98  **** run 37 fork 4 starts with strategy
% 4.18/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.90/0.99  
% 4.90/0.99  
% 4.90/0.99  fork 1: search terminated without proof.
% 5.04/1.01  
% 5.04/1.01  **** run 34 fork 1 starts with strategy
% 5.04/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 5.18/1.07  
% 5.18/1.07  
% 5.18/1.07  fork 6: search terminated without proof.
% 5.18/1.08  
% 5.18/1.08  
% 5.18/1.08  fork 5: search terminated without proof.
% 5.18/1.08  
% 5.18/1.08  **** run 47 fork 6 starts with strategy
% 5.18/1.08  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.18/1.09  
% 5.18/1.09  
% 5.18/1.09  fork 7: search terminated without proof.
% 5.18/1.09  
% 5.18/1.09  
% 5.18/1.09  fork 0: search terminated without proof.
% 5.18/1.09  
% 5.18/1.09  
% 5.18/1.09  fork 3: search terminated without proof.
% 5.18/1.10  
% 5.18/1.10  
% 5.18/1.10  fork 4: search terminated without proof.
% 5.18/1.10  
% 5.18/1.10  **** run 46 fork 5 starts with strategy
% 5.18/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.18/1.10  
% 5.18/1.10  
% 5.18/1.10  fork 2: search terminated without proof.
% 5.18/1.11  
% 5.18/1.11  **** run 48 fork 7 starts with strategy
% 5.18/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.18/1.11  
% 5.18/1.11  **** run 41 fork 0 starts with strategy
% 5.18/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.18/1.11  
% 5.18/1.11  **** run 44 fork 3 starts with strategy
% 5.18/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.95/1.11  
% 5.95/1.11  fork 6: search finished without proof.
% 5.95/1.12  
% 5.95/1.12  **** run 43 fork 2 starts with strategy
% 5.95/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.95/1.12  
% 5.95/1.12  **** run 45 fork 4 starts with strategy
% 5.95/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.95/1.12  
% 5.95/1.12  fork 5: search finished without proof.
% 5.95/1.12  
% 5.95/1.12  
% 5.95/1.12  fork 1: search terminated without proof.
% 5.95/1.13  
% 5.95/1.13  **** run 55 fork 6 starts with strategy
% 5.95/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 5.95/1.14  
% 5.95/1.14  **** run 54 fork 5 starts with strategy
% 5.95/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.95/1.15  
% 5.95/1.15  **** run 42 fork 1 starts with strategy
% 5.95/1.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.95/1.15  
% 5.95/1.15  fork 2: search finished without proof.
% 5.95/1.17  
% 5.95/1.17  **** run 51 fork 2 starts with strategy
% 5.95/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.57/1.20  
% 6.57/1.20  fork 2: search finished without proof.
% 6.57/1.22  
% 6.57/1.22  **** run 59 fork 2 starts with strategy
% 6.57/1.22  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.57/1.23  
% 6.57/1.23  
% 6.57/1.23  fork 0: search terminated without proof.
% 6.57/1.23  
% 6.57/1.23  
% 6.57/1.23  fork 3: search terminated without proof.
% 6.57/1.23  
% 6.57/1.23  
% 6.57/1.23  fork 7: search terminated without proof.
% 6.57/1.24  
% 6.57/1.24  
% 6.57/1.24  fork 4: search terminated without proof.
% 6.57/1.25  
% 6.57/1.25  
% 6.57/1.25  fork 6: search terminated without proof.
% 6.57/1.25  
% 6.57/1.25  **** run 56 fork 7 starts with strategy
% 6.57/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.57/1.25  
% 6.57/1.25  **** run 49 fork 0 starts with strategy
% 6.57/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.57/1.25  
% 6.57/1.25  **** run 52 fork 3 starts with strategy
% 6.57/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.57/1.26  
% 6.57/1.26  
% 6.57/1.26  fork 5: search terminated without proof.
% 6.57/1.27  
% 6.57/1.27  **** run 63 fork 6 starts with strategy
% 6.57/1.27  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 6.57/1.27  
% 6.57/1.27  **** run 53 fork 4 starts with strategy
% 6.57/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.57/1.27  
% 6.57/1.27  
% 6.57/1.27  fork 1: search terminated without proof.
% 7.26/1.28  
% 7.26/1.28  **** run 62 fork 5 starts with strategy
% 7.26/1.28  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.26/1.29  
% 7.26/1.29  **** run 50 fork 1 starts with strategy
% 7.26/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 7.78/1.37  
% 7.78/1.37  
% 7.78/1.37  fork 7: search terminated without proof.
% 7.78/1.37  
% 7.78/1.37  
% 7.78/1.37  fork 0: search terminated without proof.
% 7.78/1.37  
% 7.78/1.37  
% 7.78/1.37  fork 3: search terminated without proof.
% 7.78/1.38  
% 7.78/1.38  
% 7.78/1.38  fork 2: search terminated without proof.
% 8.01/1.39  
% 8.01/1.39  
% 8.01/1.39  fork 4: search terminated without proof.
% 8.01/1.39  
% 8.01/1.39  **** run 64 fork 7 starts with strategy
% 8.01/1.39  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 8.01/1.39  
% 8.01/1.39  **** run 57 fork 0 starts with strategy
% 8.01/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 8.01/1.39  
% 8.01/1.39  
% 8.01/1.39  fork 6: search terminated without proof.
% 8.01/1.39  
% 8.01/1.39  **** run 60 fork 3 starts with strategy
% 8.01/1.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 8.11/1.40  
% 8.11/1.40  **** run 67 fork 2 starts with strategy
% 8.11/1.40  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 8.11/1.41  
% 8.11/1.41  
% 8.11/1.41  fork 1: search terminated without proof.
% 8.11/1.41  
% 8.11/1.41  **** run 61 fork 4 starts with strategy
% 8.11/1.41  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 8.11/1.41  
% 8.11/1.41  **** run 71 fork 6 starts with strategy
% 8.11/1.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 8.26/1.42  
% 8.26/1.42  fork 3: search finished without proof.
% 8.26/1.43  
% 8.26/1.43  
% 8.26/1.43  fork 5: search terminated without proof.
% 8.26/1.43  
% 8.26/1.43  **** run 58 fork 1 starts with strategy
% 8.26/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 8.26/1.44  
% 8.26/1.44  fork 4: search finished without proof.
% 8.26/1.44  
% 8.26/1.44  **** run 68 fork 3 starts with strategy
% 8.26/1.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 8.26/1.46  
% 8.26/1.46  **** run 70 fork 5 starts with strategy
% 8.26/1.46  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 8.26/1.46  
% 8.26/1.46  **** run 69 fork 4 starts with strategy
% 8.26/1.46  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 9.06/1.51  
% 9.06/1.51  
% 9.06/1.51  fork 7: search terminated without proof.
% 9.06/1.51  
% 9.06/1.51  
% 9.06/1.51  fork 0: search terminated without proof.
% 9.06/1.53  
% 9.06/1.53  **** run 72 fork 7 starts with strategy
% 9.06/1.53  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 9.06/1.53  
% 9.06/1.53  **** run 65 fork 0 starts with strategy
% 9.06/1.53  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.06/1.55  
% 9.06/1.55  
% 9.06/1.55  fork 1: search terminated without proof.
% 9.06/1.56  
% 9.06/1.56  fork 0: search finished without proof.
% 9.06/1.57  
% 9.06/1.57  **** run 66 fork 1 starts with strategy
% 9.06/1.57  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.06/1.57  
% 9.06/1.57  **** run 73 fork 0 starts with strategy
% 9.06/1.57  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 9.75/1.60  
% 9.75/1.60  fork 1: search finished without proof.
% 9.75/1.61  
% 9.75/1.61  **** run 74 fork 1 starts with strategy
% 9.75/1.61  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 16.06/2.42  
% 16.06/2.42  
% 16.06/2.42  fork 2: search terminated without proof.
% 16.06/2.44  
% 16.06/2.44  
% 16.06/2.44  fork 6: search terminated without proof.
% 16.45/2.45  
% 16.45/2.45  **** run 75 fork 2 starts with strategy
% 16.45/2.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 16.45/2.46  
% 16.45/2.46  
% 16.45/2.46  fork 3: search terminated without proof.
% 16.45/2.48  
% 16.45/2.48  
% 16.45/2.48  fork 4: search terminated without proof.
% 16.45/2.49  
% 16.45/2.49  **** run 79 fork 6 starts with strategy
% 16.45/2.49  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 16.45/2.50  
% 16.45/2.50  
% 16.45/2.50  fork 5: search terminated without proof.
% 16.45/2.51  
% 16.45/2.51  **** run 76 fork 3 starts with strategy
% 16.45/2.51  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 16.45/2.53  
% 16.45/2.53  **** run 77 fork 4 starts with strategy
% 16.45/2.53  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 17.24/2.55  
% 17.24/2.55  
% 17.24/2.55  fork 7: search terminated without proof.
% 17.24/2.56  
% 17.24/2.56  **** run 78 fork 5 starts with strategy
% 17.24/2.56  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 17.24/2.58  
% 17.24/2.58  **** run 80 fork 7 starts with strategy
% 17.24/2.58  {"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}
% 17.24/2.59  
% 17.24/2.59  
% 17.24/2.59  fork 0: search terminated without proof.
% 17.66/2.64  
% 17.66/2.64  **** run 81 fork 0 starts with strategy
% 17.66/2.64  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 18.07/2.68  
% 18.07/2.68  
% 18.07/2.68  fork 1: search terminated without proof.
% 18.07/2.70  
% 18.07/2.70  **** run 82 fork 1 starts with strategy
% 18.07/2.70  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 24.40/3.52  
% 24.40/3.52  
% 24.40/3.52  fork 6: search terminated without proof.
% 24.40/3.53  
% 24.40/3.53  
% 24.40/3.53  fork 2: search terminated without proof.
% 24.40/3.53  
% 24.40/3.53  
% 24.40/3.53  fork 3: search terminated without proof.
% 25.06/3.55  
% 25.06/3.55  
% 25.06/3.55  fork 4: search terminated without proof.
% 25.17/3.57  
% 25.17/3.57  **** run 83 fork 2 starts with strategy
% 25.17/3.57  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 25.17/3.57  
% 25.17/3.57  **** run 87 fork 6 starts with strategy
% 25.17/3.57  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 25.17/3.58  
% 25.17/3.58  **** run 84 fork 3 starts with strategy
% 25.17/3.58  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 25.17/3.60  
% 25.17/3.60  
% 25.17/3.60  fork 7: search terminated without proof.
% 25.17/3.61  
% 25.17/3.61  **** run 85 fork 4 starts with strategy
% 25.17/3.61  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 25.61/3.63  
% 25.61/3.63  
% 25.61/3.63  fork 5: search terminated without proof.
% 25.94/3.65  
% 25.94/3.65  **** run 88 fork 7 starts with strategy
% 25.94/3.65  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 25.94/3.68  
% 25.94/3.68  **** run 86 fork 5 starts with strategy
% 25.94/3.68  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 25.94/3.71  
% 25.94/3.71  
% 25.94/3.71  fork 0: search terminated without proof.
% 25.94/3.72  
% 25.94/3.72  
% 25.94/3.72  fork 1: search terminated without proof.
% 26.64/3.76  
% 26.64/3.76  **** run 89 fork 0 starts with strategy
% 26.64/3.76  {"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}
% 26.64/3.77  
% 26.64/3.77  **** run 90 fork 1 starts with strategy
% 26.64/3.77  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 33.11/4.59  
% 33.11/4.59  
% 33.11/4.59  fork 6: search terminated without proof.
% 33.11/4.60  
% 33.11/4.60  
% 33.11/4.60  fork 3: search terminated without proof.
% 33.54/4.63  
% 33.54/4.63  **** run 95 fork 6 starts with strategy
% 33.54/4.63  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 33.54/4.63  
% 33.54/4.63  
% 33.54/4.63  fork 4: search terminated without proof.
% 33.54/4.66  
% 33.54/4.66  **** run 92 fork 3 starts with strategy
% 33.54/4.66  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 33.54/4.66  
% 33.54/4.66  
% 33.54/4.66  fork 2: search terminated without proof.
% 33.54/4.67  
% 33.54/4.67  **** run 93 fork 4 starts with strategy
% 33.54/4.67  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 33.54/4.67  
% 33.54/4.67  
% 33.54/4.67  fork 7: search terminated without proof.
% 33.54/4.70  
% 33.54/4.70  
% 33.54/4.70  fork 5: search terminated without proof.
% 33.54/4.71  
% 33.54/4.71  **** run 96 fork 7 starts with strategy
% 33.54/4.71  {"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}
% 33.54/4.73  
% 33.54/4.73  **** run 91 fork 2 starts with strategy
% 33.54/4.73  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 34.47/4.74  
% 34.47/4.74  **** run 94 fork 5 starts with strategy
% 34.47/4.74  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 34.47/4.78  
% 34.47/4.78  
% 34.47/4.78  fork 0: search terminated without proof.
% 34.47/4.79  
% 34.47/4.79  
% 34.47/4.79  fork 1: search terminated without proof.
% 34.47/4.82  
% 34.47/4.82  **** run 97 fork 0 starts with strategy
% 34.47/4.82  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 35.24/4.84  
% 35.24/4.84  **** run 98 fork 1 starts with strategy
% 35.24/4.84  {"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}
% 41.15/5.65  
% 41.15/5.65  
% 41.15/5.65  fork 6: search terminated without proof.
% 41.85/5.68  
% 41.85/5.68  **** run 103 fork 6 starts with strategy
% 41.85/5.68  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 42.02/5.69  
% 42.02/5.69  
% 42.02/5.69  fork 4: search terminated without proof.
% 42.34/5.72  
% 42.34/5.72  **** run 101 fork 4 starts with strategy
% 42.34/5.72  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 42.43/5.74  
% 42.43/5.74  
% 42.43/5.74  fork 7: search terminated without proof.
% 42.43/5.75  
% 42.43/5.75  
% 42.43/5.75  fork 3: search terminated without proof.
% 42.43/5.75  
% 42.43/5.75  
% 42.43/5.75  fork 2: search terminated without proof.
% 42.43/5.76  
% 42.43/5.76  
% 42.43/5.76  fork 5: search terminated without proof.
% 42.43/5.79  
% 42.43/5.79  **** run 104 fork 7 starts with strategy
% 42.43/5.79  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 42.43/5.80  
% 42.43/5.80  **** run 100 fork 3 starts with strategy
% 42.43/5.80  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 42.43/5.80  
% 42.43/5.80  **** run 102 fork 5 starts with strategy
% 42.43/5.80  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 42.43/5.80  
% 42.43/5.80  **** run 99 fork 2 starts with strategy
% 42.43/5.80  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 43.04/5.84  
% 43.04/5.84  
% 43.04/5.84  fork 0: search terminated without proof.
% 43.04/5.86  
% 43.04/5.86  
% 43.04/5.86  fork 1: search terminated without proof.
% 43.55/5.87  
% 43.55/5.87  **** run 105 fork 0 starts with strategy
% 43.55/5.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 43.55/5.90  
% 43.55/5.90  **** run 106 fork 1 starts with strategy
% 43.55/5.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 49.70/6.70  
% 49.70/6.70  
% 49.70/6.70  fork 6: search terminated without proof.
% 49.70/6.73  
% 49.70/6.73  **** run 111 fork 6 starts with strategy
% 49.70/6.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 49.70/6.74  
% 49.70/6.74  
% 49.70/6.74  fork 4: search terminated without proof.
% 49.70/6.77  
% 49.70/6.77  **** run 109 fork 4 starts with strategy
% 49.70/6.77  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 50.74/6.80  
% 50.74/6.80  fork 4: search finished without proof.
% 50.88/6.81  
% 50.88/6.81  **** run 117 fork 4 starts with strategy
% 50.88/6.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 50.95/6.82  
% 50.95/6.82  
% 50.95/6.82  fork 5: search terminated without proof.
% 50.95/6.82  
% 50.95/6.82  
% 50.95/6.82  fork 2: search terminated without proof.
% 50.95/6.83  
% 50.95/6.83  fork 4: search finished without proof.
% 50.95/6.84  
% 50.95/6.84  
% 50.95/6.84  fork 7: search terminated without proof.
% 50.95/6.85  
% 50.95/6.85  **** run 125 fork 4 starts with strategy
% 50.95/6.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 50.95/6.86  
% 50.95/6.86  **** run 112 fork 7 starts with strategy
% 50.95/6.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 50.95/6.86  
% 50.95/6.86  **** run 110 fork 5 starts with strategy
% 50.95/6.86  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 50.95/6.87  
% 50.95/6.87  **** run 107 fork 2 starts with strategy
% 50.95/6.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 50.95/6.89  
% 50.95/6.89  fork 7: search finished without proof.
% 50.95/6.89  
% 50.95/6.89  
% 50.95/6.89  fork 0: search terminated without proof.
% 50.95/6.90  
% 50.95/6.90  **** run 120 fork 7 starts with strategy
% 50.95/6.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 51.71/6.92  
% 51.71/6.92  
% 51.71/6.92  fork 3: search terminated without proof.
% 51.71/6.92  
% 51.71/6.92  
% 51.71/6.92  fork 1: search terminated without proof.
% 51.71/6.94  
% 51.71/6.94  **** run 113 fork 0 starts with strategy
% 51.71/6.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 51.71/6.96  
% 51.71/6.96  **** run 114 fork 1 starts with strategy
% 51.71/6.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 51.71/6.96  
% 51.71/6.96  fork 0: search finished without proof.
% 51.71/6.97  
% 51.71/6.97  **** run 108 fork 3 starts with strategy
% 51.71/6.97  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 51.71/6.98  
% 51.71/6.98  **** run 121 fork 0 starts with strategy
% 51.71/6.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 57.80/7.77  
% 57.80/7.77  
% 57.80/7.77  fork 6: search terminated without proof.
% 58.67/7.79  
% 58.67/7.79  **** run 119 fork 6 starts with strategy
% 58.67/7.79  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 58.90/7.87  
% 58.90/7.87  
% 58.90/7.87  fork 4: search terminated without proof.
% 58.90/7.89  
% 58.90/7.89  **** run 133 fork 4 starts with strategy
% 58.90/7.89  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 58.90/7.90  
% 58.90/7.90  
% 58.90/7.90  fork 2: search terminated without proof.
% 59.51/7.93  
% 59.51/7.93  
% 59.51/7.93  fork 7: search terminated without proof.
% 59.51/7.94  
% 59.51/7.94  **** run 128 fork 7 starts with strategy
% 59.51/7.94  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 59.51/7.95  
% 59.51/7.95  **** run 115 fork 2 starts with strategy
% 59.51/7.95  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 59.51/7.98  
% 59.51/7.98  
% 59.51/7.98  fork 1: search terminated without proof.
% 59.51/8.00  
% 59.51/8.00  
% 59.51/8.00  fork 0: search terminated without proof.
% 60.37/8.00  
% 60.37/8.00  **** run 122 fork 1 starts with strategy
% 60.37/8.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 60.37/8.02  
% 60.37/8.02  **** run 129 fork 0 starts with strategy
% 60.37/8.02  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 60.91/8.11  
% 60.91/8.11  
% 60.91/8.11  fork 3: search terminated without proof.
% 60.91/8.16  
% 60.91/8.16  **** run 116 fork 3 starts with strategy
% 60.91/8.16  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 62.16/8.23  
% 62.16/8.23  
% 62.16/8.23  fork 5: search terminated without proof.
% 62.16/8.25  
% 62.16/8.25  **** run 118 fork 5 starts with strategy
% 62.16/8.25  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 63.31/8.41  
% 63.31/8.41  fork 5: search finished without proof.
% 63.31/8.42  
% 63.31/8.42  **** run 126 fork 5 starts with strategy
% 63.31/8.42  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 63.31/8.45  
% 63.31/8.45  fork 5: search finished without proof.
% 63.31/8.46  
% 63.31/8.46  **** run 134 fork 5 starts with strategy
% 63.31/8.46  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 66.73/8.82  
% 66.73/8.82  
% 66.73/8.82  fork 6: search terminated without proof.
% 66.83/8.84  
% 66.83/8.84  **** run 127 fork 6 starts with strategy
% 66.83/8.84  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 66.83/8.86  
% 66.83/8.86  fork 6: search finished without proof.
% 66.83/8.87  
% 66.83/8.87  **** run 135 fork 6 starts with strategy
% 66.83/8.87  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 67.55/8.97  
% 67.55/8.97  
% 67.55/8.97  fork 2: search terminated without proof.
% 67.55/8.97  
% 67.55/8.97  
% 67.55/8.97  fork 7: search terminated without proof.
% 68.16/9.00  
% 68.16/9.00  **** run 123 fork 2 starts with strategy
% 68.16/9.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 68.16/9.02  
% 68.16/9.02  **** run 136 fork 7 starts with strategy
% 68.16/9.02  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 68.16/9.02  
% 68.16/9.02  
% 68.16/9.02  fork 1: search terminated without proof.
% 68.16/9.04  
% 68.16/9.04  
% 68.16/9.04  fork 0: search terminated without proof.
% 68.16/9.06  
% 68.16/9.06  **** run 130 fork 1 starts with strategy
% 68.16/9.06  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 68.16/9.07  
% 68.16/9.07  **** run 137 fork 0 starts with strategy
% 68.16/9.07  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 70.74/9.34  
% 70.74/9.34  
% 70.74/9.34  fork 3: search terminated without proof.
% 70.74/9.37  
% 70.74/9.37  **** run 124 fork 3 starts with strategy
% 70.74/9.37  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 75.61/10.02  
% 75.61/10.02  
% 75.61/10.02  fork 2: search terminated without proof.
% 76.28/10.06  
% 76.28/10.06  **** run 131 fork 2 starts with strategy
% 76.28/10.06  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 76.68/10.08  
% 76.68/10.08  fork 2: search finished without proof.
% 76.68/10.09  
% 76.68/10.09  
% 76.68/10.09  fork 1: search terminated without proof.
% 76.68/10.10  
% 76.68/10.10  **** run 139 fork 2 starts with strategy
% 76.68/10.10  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 76.68/10.13  
% 76.68/10.13  **** run 138 fork 1 starts with strategy
% 76.68/10.13  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 79.64/10.49  
% 79.64/10.49  
% 79.64/10.49  fork 3: search terminated without proof.
% 79.64/10.54  
% 79.64/10.54  **** run 132 fork 3 starts with strategy
% 79.64/10.54  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 80.32/10.58  
% 80.32/10.58  fork 3: search finished without proof.
% 80.63/10.61  
% 80.63/10.61  **** run 140 fork 3 starts with strategy
% 80.63/10.61  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 98.23/12.93  
% 98.23/12.93  
% 98.23/12.93  fork 4: search terminated without proof.
% 98.23/12.94  
% 98.23/12.94  **** run 141 fork 4 starts with strategy
% 98.23/12.94  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 103.22/13.48  
% 103.22/13.48  
% 103.22/13.48  fork 5: search terminated without proof.
% 103.22/13.54  
% 103.22/13.54  **** run 142 fork 5 starts with strategy
% 103.22/13.54  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 107.48/14.03  
% 107.48/14.03  
% 107.48/14.03  fork 6: search terminated without proof.
% 107.48/14.04  
% 107.48/14.04  
% 107.48/14.04  fork 7: search terminated without proof.
% 108.24/14.09  
% 108.24/14.09  
% 108.24/14.09  fork 0: search terminated without proof.
% 108.24/14.10  
% 108.24/14.10  **** run 143 fork 6 starts with strategy
% 108.24/14.10  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 108.59/14.12  
% 108.59/14.12  **** run 144 fork 7 starts with strategy
% 108.59/14.12  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 108.59/14.17  
% 108.59/14.17  **** run 145 fork 0 starts with strategy
% 108.59/14.17  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 116.81/15.17  
% 116.81/15.17  
% 116.81/15.17  fork 2: search terminated without proof.
% 117.31/15.25  
% 117.31/15.25  **** run 147 fork 2 starts with strategy
% 117.31/15.25  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 118.72/15.52  
% 118.72/15.52  
% 118.72/15.52  fork 1: search terminated without proof.
% 119.53/15.54  
% 119.53/15.54  **** run 146 fork 1 starts with strategy
% 119.53/15.54  {"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}
% 120.37/15.65  
% 120.37/15.65  
% 120.37/15.65  fork 3: search terminated without proof.
% 120.78/15.69  
% 120.78/15.69  **** run 148 fork 3 starts with strategy
% 120.78/15.69  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 138.29/17.96  
% 138.29/17.96  
% 138.29/17.96  fork 4: search terminated without proof.
% 138.29/18.03  
% 138.29/18.03  **** run 149 fork 4 starts with strategy
% 138.29/18.03  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 142.59/18.58  
% 142.59/18.58  
% 142.59/18.58  fork 5: search terminated without proof.
% 143.71/18.65  
% 143.71/18.65  **** run 150 fork 5 starts with strategy
% 143.71/18.65  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 147.81/19.14  
% 147.81/19.14  
% 147.81/19.14  fork 7: search terminated without proof.
% 148.22/19.17  
% 148.22/19.17  
% 148.22/19.17  fork 6: search terminated without proof.
% 148.55/19.21  
% 148.55/19.21  **** run 152 fork 7 starts with strategy
% 148.55/19.21  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 148.55/19.23  
% 148.55/19.23  **** run 151 fork 6 starts with strategy
% 148.55/19.23  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 149.02/19.26  
% 149.02/19.26  
% 149.02/19.26  fork 0: search terminated without proof.
% 149.41/19.31  
% 149.41/19.31  **** run 153 fork 0 starts with strategy
% 149.41/19.31  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 157.68/20.38  
% 157.68/20.38  
% 157.68/20.38  fork 2: search terminated without proof.
% 157.68/20.42  
% 157.68/20.42  **** run 155 fork 2 starts with strategy
% 157.68/20.42  {"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}
% 159.31/20.56  
% 159.31/20.56  
% 159.31/20.56  fork 1: search terminated without proof.
% 159.31/20.61  
% 159.31/20.61  **** run 154 fork 1 starts with strategy
% 159.31/20.62  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 163.13/21.07  
% 163.13/21.07  
% 163.13/21.07  fork 3: search terminated without proof.
% 163.13/21.13  
% 163.13/21.13  **** run 156 fork 3 starts with strategy
% 163.13/21.13  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 174.82/22.61  
% 174.82/22.61  
% 174.82/22.61  result: proof found
% 174.82/22.61  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 174.82/22.61  by run 149 fork 4 strategy {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 174.82/22.61  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 174.82/22.61  
% 174.82/22.61  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 174.82/22.61  
% 174.82/22.61  run 149 fork 4 statistics:
% 174.82/22.61  ----------------------------------
% 174.82/22.61  this run seconds: 3.753404
% 174.82/22.61  total seconds: 21.419617
% 174.82/22.61  stat_given_used: 502
% 174.82/22.61  stat_given_used_at_endgame: 0
% 174.82/22.61  stat_given_candidates:   4572
% 174.82/22.61  stat_given_candidates_at_endgame: 0
% 174.82/22.61  stat_given_candidates_h: 0
% 174.82/22.61  stat_binres_derived_cl:   0
% 174.82/22.61  stat_binres_derived_cl_h: 0
% 174.82/22.61  stat_factor_derived_cl: 0
% 174.82/22.61  stat_para_derived_cl: 201594
% 174.82/22.61  stat_tautologies_discarded: 0
% 174.82/22.61  stat_forward_subsumed: 3852
% 174.82/22.61  stat_derived_cut: 0
% 174.82/22.61  stat_derived_rewritten: 2336
% 174.82/22.61  stat_weight_discarded_building: 0
% 174.82/22.61  stat_weight_discarded_cl: 51922
% 174.82/22.61  stat_internlimit_discarded_cl: 0
% 174.82/22.61  stat_simplified:  2336 simplified 0 derived 0 given
% 174.82/22.61  stat_kept_cl: 145132
% 174.82/22.61  stat_built_cl: 200394
% 174.82/22.61  stat_hyperres_partial_cl: 0
% 174.82/22.61  stat_made_rewriters: 324
% 174.82/22.61  stat_backward_subsumed: 0
% 174.82/22.61  stat_propagated_subsumed: 0
% 174.82/22.61  stat_clsubs_attempted:                     34211
% 174.82/22.61  stat_clsubs_fact_groundunit_found:             0
% 174.82/22.61  stat_clsubs_rule_groundunit_found:             0
% 174.82/22.61  stat_clsubs_top_meta_attempted:             702716
% 174.82/22.61  stat_clsubs_top_meta_failed:                668505
% 174.82/22.61  stat_clsubs_top_meta_nonpref_attempted:              702716
% 174.82/22.61  stat_clsubs_top_meta_nonpref_succeeded:              558219
% 174.82/22.61  stat_clsubs_top_meta_pref_attempted:                 558219
% 174.82/22.61  stat_clsubs_top_meta_pref1_succeeded:                 73742
% 174.82/22.61  stat_clsubs_top_meta_pref2_succeeded:                 50090
% 174.82/22.61  stat_clsubs_top_meta_pref3_succeeded:                 34211
% 174.82/22.61  stat_clsubs_top_meta_pref_succeeded:                  34211
% 174.82/22.61  stat_clsubs_meta_attempted:                34211
% 174.82/22.61  stat_clsubs_meta_failed:                    5035
% 174.82/22.61  stat_clsubs_predsymbs_attempted:               0
% 174.82/22.61  stat_clsubs_unit_attempted:                34211
% 174.82/22.61  stat_clsubs_full_attempted:                    0
% 174.82/22.61  stat_forwardsubs_attempted:               200906
% 174.82/22.61  stat_lit_hash_added:                 145138
% 174.82/22.61  stat_lit_hash_computed:              349431
% 174.82/22.61  stat_lit_hash_match_found:             4609
% 174.82/22.61  stat_lit_hash_match_miss:            399074
% 174.82/22.61  stat_lit_hash_cut_ok:                     0
% 174.82/22.61  stat_lit_strong_cut_ok:                   0
% 174.82/22.61  stat_lit_hash_subsume_ok:              3852
% 174.82/22.61  clqueue els 10000000 used 1
% 174.82/22.61  clactive els 10000000 used 503
% 174.82/22.61  clactivesubsume els 10000000 used 3013
% 174.82/22.61  queue_termbuf els 200000000 used 63264155
% 174.82/22.61  hyper_termbuf els 100000000 used 1
% 174.82/22.61  active_termbuf els 100000000 used 57535
% 174.82/22.61  varstack els 5000 last used 1
% 174.82/22.61  given_termbuf els 10000000 last used 1
% 174.82/22.61  simplified_termbuf els 10000000 last used 1
% 174.82/22.61  derived_termbuf els 10000000 last used 88
% 174.82/22.61  wr_mallocs: 112540
% 174.82/22.61  wr_callocs: 19
% 174.82/22.61  wr_reallocs: 35463
% 174.82/22.61  wr_frees: 2
% 174.82/22.61  wr_malloc_bytes: 4167839076
% 174.82/22.61  wr_calloc_bytes: 96065504
% 174.82/22.61  wr_realloc_bytes: 5950296
% 174.82/22.61  wr_realloc_freebytes: 0
% 174.82/22.61  ----------------------------------
%------------------------------------------------------------------------------