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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP730-1 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n005.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:56:06 EDT 2023

% Result   : Unsatisfiable 85.48s 11.39s
% Output   : CNFRefutation 85.48s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named c07)

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

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

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

cnf('4',plain,
    mult(X,Y) = mult(mult(Y,X),op_k(X,Y)),
    inference(cnf_transformation,[],[c11]) ).

cnf('5',plain,
    X3 = mult(mult(mult(Y3,X3),i(Y3)),op_k(i(Y3),mult(Y3,X3))),
    inference(paramodulation,[],['3','4']) ).

cnf('6',plain,
    mult(X,i(X)) = unit,
    inference(cnf_transformation,[],[c03]) ).

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

cnf('8',plain,
    mult(mult(X3,mult(Y3,X3)),i(X3)) = mult(X3,mult(Y3,unit)),
    inference(paramodulation,[],['6','7']) ).

cnf('9',plain,
    mult(X,unit) = X,
    inference(cnf_transformation,[],[c02]) ).

cnf('10',plain,
    mult(mult(X,mult(Y,X)),i(X)) = mult(X,Y),
    inference(simplify,[],['8','9']) ).

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

cnf('12',plain,
    X = mult(mult(Y,rd(X,Y)),op_k(i(Y),mult(Y,X))),
    inference(simplify,[],['5','11']) ).

cnf('13',plain,
    mult(i(mult(X3,rd(Y3,X3))),Y3) = op_k(i(X3),mult(X3,Y3)),
    inference(paramodulation,[],['12','3']) ).

cnf('14',plain,
    mult(i(X),X) = unit,
    inference(cnf_transformation,[],[c04]) ).

cnf('15',plain,
    mult(mult(X,Y),Z) = mult(mult(X,mult(Y,Z)),asoc(X,Y,Z)),
    inference(cnf_transformation,[],[c10]) ).

cnf('16',plain,
    mult(mult(i(mult(X3,Y3)),X3),Y3) = mult(unit,asoc(i(mult(X3,Y3)),X3,Y3)),
    inference(paramodulation,[],['14','15']) ).

cnf('17',plain,
    i(mult(X,Y)) = mult(i(X),i(Y)),
    inference(cnf_transformation,[],[c05]) ).

cnf('18',plain,
    mult(i(i(X3)),i(mult(X3,Y3))) = i(Y3),
    inference(paramodulation,[],['17','3']) ).

cnf('19',plain,
    rd(unit,i(X3)) = X3,
    inference(paramodulation,[],['6','1']) ).

cnf('20',plain,
    rd(unit,X) = i(X),
    inference(paramodulation,[],['14','1']) ).

cnf('21',plain,
    i(i(X)) = X,
    inference(simplify,[],['19','20']) ).

cnf('22',plain,
    mult(X,i(mult(X,Y))) = i(Y),
    inference(simplify,[],['18','21']) ).

cnf('23',plain,
    op_l(X,Y,Z) = mult(i(mult(Z,Y)),mult(Z,mult(Y,X))),
    inference(cnf_transformation,[],[c12]) ).

cnf('24',plain,
    op_l(X3,i(mult(Y3,Z3)),Y3) = mult(i(i(Z3)),mult(Y3,mult(i(mult(Y3,Z3)),X3))),
    inference(paramodulation,[],['22','23']) ).

cnf('25',plain,
    op_l(X,i(mult(Y,Z)),Y) = mult(Z,mult(Y,mult(i(mult(Y,Z)),X))),
    inference(simplify,[],['24','21']) ).

cnf('26',plain,
    op_l(mult(X3,Y3),i(mult(X3,Y3)),X3) = mult(Y3,mult(X3,unit)),
    inference(paramodulation,[],['14','25']) ).

cnf('27',plain,
    op_l(mult(X,Y),i(mult(X,Y)),X) = mult(Y,X),
    inference(simplify,[],['26','9']) ).

cnf('28',plain,
    op_l(mult(i(X3),mult(X3,Y3)),i(Y3),i(X3)) = mult(mult(X3,Y3),i(X3)),
    inference(paramodulation,[],['3','27']) ).

cnf('29',plain,
    op_l(X,i(X),i(Y)) = mult(Y,rd(X,Y)),
    inference(simplify,[then_simplify],['28','3','11']) ).

cnf('30',plain,
    mult(unit,X) = X,
    inference(cnf_transformation,[],[c01]) ).

cnf('31',plain,
    op_l(X3,Y3,unit) = mult(i(Y3),mult(unit,mult(Y3,X3))),
    inference(paramodulation,[],['30','23']) ).

cnf('32',plain,
    op_l(X,Y,unit) = X,
    inference(simplify,[then_simplify],['31','30','3']) ).

cnf('33',plain,
    op_l(mult(X3,mult(Y3,Z3)),i(mult(X3,Y3)),U3) = mult(i(mult(U3,i(mult(X3,Y3)))),mult(U3,op_l(Z3,Y3,X3))),
    inference(paramodulation,[],['23','23']) ).

cnf('34',plain,
    i(mult(X,i(Y))) = mult(i(X),Y),
    inference(paramodulation,[],['21','17']) ).

cnf('35',plain,
    op_l(mult(X,mult(Y,Z)),i(mult(X,Y)),U) = mult(mult(i(U),mult(X,Y)),mult(U,op_l(Z,Y,X))),
    inference(simplify,[],['33','34']) ).

cnf('36',plain,
    mult(X3,mult(Y3,Z3)) = mult(mult(i(unit),mult(X3,Y3)),mult(unit,op_l(Z3,Y3,X3))),
    inference(paramodulation,[],['32','35']) ).

cnf('37',plain,
    unit = i(unit),
    inference(paramodulation,[],['14','9']) ).

cnf('38',plain,
    mult(X,mult(Y,Z)) = mult(mult(X,Y),op_l(Z,Y,X)),
    inference(simplify,[then_simplify],['36','37','30','30']) ).

cnf('39',plain,
    mult(i(X3),mult(i(Y3),Y3)) = mult(mult(i(X3),i(Y3)),mult(X3,rd(Y3,X3))),
    inference(paramodulation,[],['29','38']) ).

cnf('40',plain,
    i(X) = mult(i(mult(X,Y)),mult(X,rd(Y,X))),
    inference(simplify,[then_simplify],['39','14','9','17']) ).

cnf('41',plain,
    mult(i(mult(X3,Y3)),i(i(X3))) = i(mult(X3,rd(Y3,X3))),
    inference(paramodulation,[],['40','22']) ).

cnf('42',plain,
    mult(i(mult(X,Y)),X) = i(mult(X,rd(Y,X))),
    inference(simplify,[],['41','21']) ).

cnf('43',plain,
    mult(i(mult(X,rd(Y,X))),Y) = asoc(i(mult(X,Y)),X,Y),
    inference(simplify,[then_simplify],['16','42','30']) ).

cnf('44',plain,
    asoc(i(mult(X,Y)),X,Y) = op_k(i(X),mult(X,Y)),
    inference(simplify,[],['13','43']) ).

cnf('45',plain,
    asoc(i(X3),rd(X3,Y3),Y3) = op_k(i(rd(X3,Y3)),mult(rd(X3,Y3),Y3)),
    inference(paramodulation,[],['2','44']) ).

cnf('46',plain,
    X3 = mult(i(mult(i(X3),Y3)),mult(i(X3),rd(Y3,i(X3)))),
    inference(paramodulation,[],['21','40']) ).

cnf('47',plain,
    i(mult(i(X),Y)) = mult(X,i(Y)),
    inference(paramodulation,[],['21','17']) ).

cnf('48',plain,
    X = mult(mult(X,i(Y)),mult(i(X),rd(Y,i(X)))),
    inference(simplify,[],['46','47']) ).

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

cnf('50',plain,
    op_r(X,Y,Z) = rd(mult(mult(X,Y),Z),mult(Y,Z)),
    inference(cnf_transformation,[],[c13]) ).

cnf('51',plain,
    op_r(X3,Y3,i(Y3)) = rd(mult(mult(X3,Y3),i(Y3)),unit),
    inference(paramodulation,[],['6','50']) ).

cnf('52',plain,
    rd(X,unit) = X,
    inference(paramodulation,[],['9','1']) ).

cnf('53',plain,
    op_r(X,Y,i(Y)) = mult(mult(X,Y),i(Y)),
    inference(simplify,[],['51','52']) ).

cnf('54',plain,
    op_r(X3,i(Y3),Y3) = mult(mult(X3,i(Y3)),i(i(Y3))),
    inference(paramodulation,[],['21','53']) ).

cnf('55',plain,
    op_r(X,i(Y),Y) = mult(mult(X,i(Y)),Y),
    inference(simplify,[],['54','21']) ).

cnf('56',plain,
    op_r(X3,i(mult(X3,Y3)),mult(X3,Y3)) = mult(i(Y3),mult(X3,Y3)),
    inference(paramodulation,[],['22','55']) ).

cnf('57',plain,
    op_t(X,Y) = mult(i(Y),mult(X,Y)),
    inference(cnf_transformation,[],[c14]) ).

cnf('58',plain,
    op_r(X,i(mult(X,Y)),mult(X,Y)) = op_t(X,Y),
    inference(simplify,[],['56','57']) ).

cnf('59',plain,
    op_r(rd(X3,Y3),i(X3),mult(rd(X3,Y3),Y3)) = op_t(rd(X3,Y3),Y3),
    inference(paramodulation,[],['2','58']) ).

cnf('60',plain,
    op_t(rd(X,Y),Y) = mult(i(Y),X),
    inference(paramodulation,[],['2','57']) ).

cnf('61',plain,
    op_r(rd(X,Y),i(X),X) = mult(i(Y),X),
    inference(simplify,[then_simplify],['59','2','60']) ).

cnf('62',plain,
    op_r(rd(i(X3),Y3),X3,i(X3)) = mult(i(Y3),i(X3)),
    inference(paramodulation,[],['21','61']) ).

cnf('63',plain,
    op_r(rd(i(X),Y),X,i(X)) = i(mult(Y,X)),
    inference(simplify,[],['62','17']) ).

cnf('64',plain,
    mult(i(mult(X3,i(Y3))),op_r(X3,i(Y3),Y3)) = Y3,
    inference(paramodulation,[],['55','3']) ).

cnf('65',plain,
    mult(mult(i(X),Y),op_r(X,i(Y),Y)) = Y,
    inference(simplify,[],['64','34']) ).

cnf('66',plain,
    mult(mult(X3,Y3),op_r(i(X3),i(Y3),Y3)) = Y3,
    inference(paramodulation,[],['21','65']) ).

cnf('67',plain,
    op_r(i(X),i(Y),Y) = mult(i(mult(X,Y)),Y),
    inference(paramodulation,[],['17','55']) ).

cnf('68',plain,
    i(op_r(X3,Y3,i(Y3))) = mult(i(mult(X3,Y3)),i(i(Y3))),
    inference(paramodulation,[],['53','17']) ).

cnf('69',plain,
    i(op_r(X,Y,i(Y))) = mult(i(mult(X,Y)),Y),
    inference(simplify,[],['68','21']) ).

cnf('70',plain,
    mult(mult(X,Y),i(op_r(X,Y,i(Y)))) = Y,
    inference(simplify,[then_simplify],['66','67','69']) ).

cnf('71',plain,
    mult(mult(rd(i(X3),Y3),X3),i(i(mult(Y3,X3)))) = X3,
    inference(paramodulation,[],['63','70']) ).

cnf('72',plain,
    mult(mult(rd(i(X),Y),X),mult(Y,X)) = X,
    inference(simplify,[],['71','21']) ).

cnf('73',plain,
    rd(X3,mult(Y3,X3)) = mult(rd(i(X3),Y3),X3),
    inference(paramodulation,[],['72','1']) ).

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

cnf('75',plain,
    i(X) = mult(rd(i(Y),X),Y),
    inference(simplify,[],['73','74']) ).

cnf('76',plain,
    mult(mult(X3,i(Y3)),i(X3)) = mult(X3,rd(i(X3),Y3)),
    inference(paramodulation,[],['75','10']) ).

cnf('77',plain,
    mult(X,rd(i(Y),X)) = mult(X,rd(i(X),Y)),
    inference(simplify,[],['76','11']) ).

cnf('78',plain,
    mult(i(X3),mult(X3,rd(i(Y3),X3))) = rd(i(X3),Y3),
    inference(paramodulation,[],['77','3']) ).

cnf('79',plain,
    rd(i(X),Y) = rd(i(Y),X),
    inference(simplify,[],['78','3']) ).

cnf('80',plain,
    rd(X,Y) = rd(i(Y),i(X)),
    inference(paramodulation,[],['21','79']) ).

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

cnf('82',plain,
    mult(mult(X3,Y3),i(X3)) = i(mult(i(X3),rd(X3,Y3))),
    inference(paramodulation,[],['81','22']) ).

cnf('83',plain,
    mult(X,rd(Y,X)) = mult(X,i(rd(X,Y))),
    inference(simplify,[then_simplify],['82','11','47']) ).

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

cnf('85',plain,
    rd(X,Y) = i(rd(Y,X)),
    inference(simplify,[],['84','3']) ).

cnf('86',plain,
    asoc(i(X),rd(X,Y),Y) = op_k(rd(Y,X),X),
    inference(simplify,[then_simplify],['45','85','2']) ).

cnf('87',plain,
    asoc(i(X3),rd(X3,mult(Y3,X3)),mult(Y3,X3)) = op_k(Y3,X3),
    inference(paramodulation,[],['1','86']) ).

cnf('88',plain,
    asoc(i(X),i(Y),mult(Y,X)) = op_k(Y,X),
    inference(simplify,[],['87','74']) ).

cnf('89',plain,
    asoc(asoc(X,Y,Z),U,V) = unit,
    inference(cnf_transformation,[],[c21]) ).

cnf('90',plain,
    asoc(op_k(a,b),c,d) != unit,
    inference(cnf_transformation,[],[goals]) ).

cnf('91',plain,
    $false,
    inference(paramodulation,[then_simplify],['88','89','90']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : GRP730-1 : TPTP v8.1.2. Released v4.0.0.
% 0.13/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n005.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Mon Aug 28 22:34:38 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.38  
% 0.19/0.38  input clause set summed statistics:
% 0.19/0.38  ----------------------------------
% 0.19/0.38  in_clause_count:                    23
% 0.19/0.38  in_rule_clause_count:               23
% 0.19/0.38  in_fact_clause_count:                0
% 0.19/0.38  in_answer_clause_count:              0
% 0.19/0.38  in_ground_clause_count:              1
% 0.19/0.38  in_unit_clause_count:               23
% 0.19/0.38  in_horn_clause_count:               23
% 0.19/0.38  in_pos_clause_count:                22
% 0.19/0.38  in_neg_clause_count:                 1
% 0.19/0.38  in_poseq_clause_count:              22
% 0.19/0.38  in_negeq_clause_count:               1
% 0.19/0.38  in_unitposeq_clause_count:          22
% 0.19/0.38  in_chain_clause_count:               0
% 0.19/0.38  in_min_length:             1
% 0.19/0.38  in_max_length:             1
% 0.19/0.38  in_min_depth:              2
% 0.19/0.38  in_max_depth:              4
% 0.19/0.38  in_min_size:               5
% 0.19/0.38  in_max_size:              16
% 0.19/0.38  in_min_vars:               0
% 0.19/0.38  in_max_vars:               5
% 0.19/0.38  in_extaxiom_count:                 0
% 0.19/0.38  in_axiom_count:                   22
% 0.19/0.38  in_assumption_count:               0
% 0.19/0.38  in_goal_count:                     1
% 0.19/0.38  in_neg_goal_count:                 1
% 0.19/0.38  in_pos_goal_count:                 0
% 0.19/0.38  in_posunit_goal_count:             0
% 0.19/0.38  
% 0.19/0.38  auto guide:
% 0.19/0.38  -----------
% 0.19/0.38  {
% 0.19/0.38  "print":1,
% 0.19/0.38  "print_level": 15,
% 0.19/0.38  "max_size": 0,
% 0.19/0.38  "max_depth": 0,
% 0.19/0.38  "max_length": 0,
% 0.19/0.38  "max_dseconds": 0,
% 0.19/0.38  "runs":[
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/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.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.19/0.39  
% 0.19/0.39  ]}
% 0.19/0.39  
% 0.19/0.39  
% 0.19/0.39  **** run 1 fork 0 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.39  
% 0.19/0.39  **** run 2 fork 1 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 3 fork 2 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.39  
% 0.19/0.39  **** run 4 fork 3 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.39  
% 0.19/0.39  **** run 5 fork 4 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.19/0.39  
% 0.19/0.39  **** run 6 fork 5 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.39  
% 0.19/0.39  **** run 7 fork 6 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.40  
% 0.19/0.40  **** run 8 fork 7 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 3: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 1: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 4: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 0: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 2: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 6: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 5: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 7: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  **** run 10 fork 1 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  **** run 9 fork 0 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.54  
% 0.19/0.54  **** run 15 fork 6 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.55  
% 0.19/0.55  **** run 11 fork 2 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 12 fork 3 starts with strategy
% 0.19/0.55  {"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.55  
% 0.19/0.55  **** run 13 fork 4 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.55  
% 0.19/0.55  **** run 14 fork 5 starts with strategy
% 0.19/0.55  {"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.55  
% 0.19/0.55  **** run 16 fork 7 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 1: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 0: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 4: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 2: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 5: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 7: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 6: search terminated without proof.
% 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 18 fork 1 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.68  
% 0.19/0.68  **** run 21 fork 4 starts with strategy
% 0.19/0.68  {"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.69  
% 0.19/0.69  **** run 22 fork 5 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.69  
% 0.19/0.69  **** run 24 fork 7 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.69  
% 0.19/0.69  **** run 19 fork 2 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.19/0.70  
% 0.19/0.70  
% 0.19/0.70  fork 3: search terminated without proof.
% 0.19/0.72  
% 0.19/0.72  **** run 23 fork 6 starts with strategy
% 0.19/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 2.76/0.73  
% 2.76/0.73  **** run 20 fork 3 starts with strategy
% 2.76/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 3.04/0.81  
% 3.04/0.81  
% 3.04/0.81  fork 1: search terminated without proof.
% 3.04/0.81  
% 3.04/0.81  
% 3.04/0.81  fork 4: search terminated without proof.
% 3.04/0.82  
% 3.04/0.82  
% 3.04/0.82  fork 5: search terminated without proof.
% 3.04/0.82  
% 3.04/0.82  
% 3.04/0.82  fork 7: search terminated without proof.
% 3.04/0.83  
% 3.04/0.83  
% 3.04/0.83  fork 0: search terminated without proof.
% 3.04/0.83  
% 3.04/0.83  **** run 26 fork 1 starts with strategy
% 3.04/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.04/0.83  
% 3.04/0.83  
% 3.04/0.83  fork 2: search terminated without proof.
% 3.04/0.83  
% 3.04/0.83  **** run 29 fork 4 starts with strategy
% 3.04/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.55/0.84  
% 3.55/0.84  **** run 30 fork 5 starts with strategy
% 3.55/0.84  {"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.55/0.84  
% 3.55/0.84  **** run 32 fork 7 starts with strategy
% 3.55/0.84  {"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.55/0.85  
% 3.55/0.85  **** run 25 fork 0 starts with strategy
% 3.55/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.55/0.85  
% 3.55/0.85  **** run 27 fork 2 starts with strategy
% 3.55/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.78/0.86  
% 3.78/0.86  
% 3.78/0.86  fork 3: search terminated without proof.
% 3.78/0.87  
% 3.78/0.87  
% 3.78/0.87  fork 6: search terminated without proof.
% 3.78/0.89  
% 3.78/0.89  **** run 28 fork 3 starts with strategy
% 3.78/0.89  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.78/0.89  
% 3.78/0.89  **** run 31 fork 6 starts with strategy
% 3.78/0.89  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 4.27/0.95  
% 4.27/0.95  
% 4.27/0.95  fork 1: search terminated without proof.
% 4.54/0.96  
% 4.54/0.96  
% 4.54/0.96  fork 4: search terminated without proof.
% 4.54/0.96  
% 4.54/0.96  
% 4.54/0.96  fork 5: search terminated without proof.
% 4.54/0.96  
% 4.54/0.96  
% 4.54/0.96  fork 7: search terminated without proof.
% 4.54/0.97  
% 4.54/0.97  **** run 34 fork 1 starts with strategy
% 4.54/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.54/0.97  
% 4.54/0.97  
% 4.54/0.97  fork 0: search terminated without proof.
% 4.54/0.97  
% 4.54/0.97  
% 4.54/0.97  fork 2: search terminated without proof.
% 4.54/0.98  
% 4.54/0.98  **** run 37 fork 4 starts with strategy
% 4.54/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.54/0.98  
% 4.54/0.98  **** run 38 fork 5 starts with strategy
% 4.54/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.54/0.99  
% 4.54/0.99  **** run 40 fork 7 starts with strategy
% 4.54/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.54/0.99  
% 4.54/0.99  **** run 33 fork 0 starts with strategy
% 4.54/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.54/1.00  
% 4.54/1.00  **** run 35 fork 2 starts with strategy
% 4.54/1.00  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.54/1.01  
% 4.54/1.01  
% 4.54/1.01  fork 3: search terminated without proof.
% 4.54/1.01  
% 4.54/1.01  
% 4.54/1.01  fork 6: search terminated without proof.
% 4.54/1.03  
% 4.54/1.03  **** run 36 fork 3 starts with strategy
% 4.54/1.03  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 5.11/1.03  
% 5.11/1.03  **** run 39 fork 6 starts with strategy
% 5.11/1.03  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 5.43/1.08  
% 5.43/1.08  
% 5.43/1.08  fork 1: search terminated without proof.
% 5.43/1.10  
% 5.43/1.10  
% 5.43/1.10  fork 4: search terminated without proof.
% 5.43/1.10  
% 5.43/1.10  **** run 42 fork 1 starts with strategy
% 5.43/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.43/1.10  
% 5.43/1.10  
% 5.43/1.10  fork 5: search terminated without proof.
% 5.43/1.11  
% 5.43/1.11  
% 5.43/1.11  fork 7: search terminated without proof.
% 5.43/1.11  
% 5.43/1.11  
% 5.43/1.11  fork 0: search terminated without proof.
% 5.43/1.12  
% 5.43/1.12  **** run 45 fork 4 starts with strategy
% 5.43/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.43/1.12  
% 5.43/1.12  
% 5.43/1.12  fork 2: search terminated without proof.
% 5.43/1.12  
% 5.43/1.12  **** run 46 fork 5 starts with strategy
% 5.43/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.43/1.13  
% 5.43/1.13  **** run 48 fork 7 starts with strategy
% 5.43/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.99/1.14  
% 5.99/1.14  **** run 41 fork 0 starts with strategy
% 5.99/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.99/1.14  
% 5.99/1.14  **** run 43 fork 2 starts with strategy
% 5.99/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.99/1.15  
% 5.99/1.15  
% 5.99/1.15  fork 3: search terminated without proof.
% 5.99/1.15  
% 5.99/1.15  fork 5: search finished without proof.
% 5.99/1.16  
% 5.99/1.16  
% 5.99/1.16  fork 6: search terminated without proof.
% 6.19/1.17  
% 6.19/1.17  **** run 44 fork 3 starts with strategy
% 6.19/1.17  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.19/1.17  
% 6.19/1.17  **** run 54 fork 5 starts with strategy
% 6.19/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.19/1.17  
% 6.19/1.17  **** run 47 fork 6 starts with strategy
% 6.19/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 6.19/1.22  
% 6.19/1.22  
% 6.19/1.22  fork 1: search terminated without proof.
% 6.68/1.24  
% 6.68/1.24  
% 6.68/1.24  fork 4: search terminated without proof.
% 6.68/1.24  
% 6.68/1.24  **** run 50 fork 1 starts with strategy
% 6.68/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.68/1.25  
% 6.68/1.25  
% 6.68/1.25  fork 7: search terminated without proof.
% 6.68/1.25  
% 6.68/1.25  **** run 53 fork 4 starts with strategy
% 6.68/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.68/1.26  
% 6.68/1.26  
% 6.68/1.26  fork 0: search terminated without proof.
% 6.68/1.27  
% 6.68/1.27  
% 6.68/1.27  fork 2: search terminated without proof.
% 6.68/1.28  
% 6.68/1.28  **** run 56 fork 7 starts with strategy
% 6.68/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.68/1.29  
% 6.68/1.29  **** run 51 fork 2 starts with strategy
% 6.68/1.29  
% 6.68/1.29  
% 6.68/1.29  fork 3: search terminated without proof.
% 6.68/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.68/1.29  
% 6.68/1.29  
% 6.68/1.29  fork 5: search terminated without proof.
% 6.68/1.29  
% 6.68/1.29  **** run 49 fork 0 starts with strategy
% 6.68/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.68/1.30  
% 6.68/1.30  
% 6.68/1.30  fork 6: search terminated without proof.
% 6.68/1.31  
% 6.68/1.31  **** run 62 fork 5 starts with strategy
% 6.68/1.31  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.68/1.31  
% 6.68/1.31  **** run 52 fork 3 starts with strategy
% 6.68/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.68/1.31  
% 6.68/1.31  **** run 55 fork 6 starts with strategy
% 6.68/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.68/1.32  
% 6.68/1.32  fork 2: search finished without proof.
% 7.47/1.34  
% 7.47/1.34  **** run 59 fork 2 starts with strategy
% 7.47/1.34  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.47/1.36  
% 7.47/1.36  
% 7.47/1.36  fork 1: search terminated without proof.
% 7.47/1.38  
% 7.47/1.38  
% 7.47/1.38  fork 4: search terminated without proof.
% 7.47/1.39  
% 7.47/1.39  **** run 58 fork 1 starts with strategy
% 7.47/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.47/1.39  
% 7.47/1.39  **** run 61 fork 4 starts with strategy
% 7.47/1.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 8.07/1.43  
% 8.07/1.43  
% 8.07/1.43  fork 5: search terminated without proof.
% 8.07/1.43  
% 8.07/1.43  
% 8.07/1.43  fork 0: search terminated without proof.
% 8.07/1.43  
% 8.07/1.43  
% 8.07/1.43  fork 3: search terminated without proof.
% 8.07/1.43  
% 8.07/1.43  
% 8.07/1.43  fork 7: search terminated without proof.
% 8.07/1.44  
% 8.07/1.44  
% 8.07/1.44  fork 6: search terminated without proof.
% 8.07/1.45  
% 8.07/1.45  **** run 70 fork 5 starts with strategy
% 8.07/1.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 8.07/1.45  
% 8.07/1.45  **** run 60 fork 3 starts with strategy
% 8.07/1.45  
% 8.07/1.45  **** run 57 fork 0 starts with strategy
% 8.07/1.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 8.07/1.45  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 8.39/1.46  
% 8.39/1.46  **** run 64 fork 7 starts with strategy
% 8.39/1.46  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 8.39/1.46  
% 8.39/1.46  
% 8.39/1.46  fork 2: search terminated without proof.
% 8.39/1.47  
% 8.39/1.47  **** run 63 fork 6 starts with strategy
% 8.39/1.47  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 8.39/1.49  
% 8.39/1.49  **** run 67 fork 2 starts with strategy
% 8.39/1.49  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 8.39/1.51  
% 8.39/1.51  
% 8.39/1.51  fork 1: search terminated without proof.
% 8.39/1.52  
% 8.39/1.52  
% 8.39/1.52  fork 4: search terminated without proof.
% 8.39/1.53  
% 8.39/1.53  **** run 66 fork 1 starts with strategy
% 8.39/1.53  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.09/1.54  
% 9.09/1.54  **** run 69 fork 4 starts with strategy
% 9.09/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.09/1.57  
% 9.09/1.57  
% 9.09/1.57  fork 0: search terminated without proof.
% 9.09/1.57  
% 9.09/1.57  
% 9.09/1.57  fork 5: search terminated without proof.
% 9.09/1.58  
% 9.09/1.58  
% 9.09/1.58  fork 3: search terminated without proof.
% 9.09/1.58  
% 9.09/1.58  
% 9.09/1.58  fork 7: search terminated without proof.
% 9.47/1.59  
% 9.47/1.59  **** run 65 fork 0 starts with strategy
% 9.47/1.59  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.47/1.59  
% 9.47/1.59  **** run 78 fork 5 starts with strategy
% 9.47/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.47/1.59  
% 9.47/1.59  **** run 68 fork 3 starts with strategy
% 9.47/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.47/1.60  
% 9.47/1.60  
% 9.47/1.60  fork 6: search terminated without proof.
% 9.47/1.60  
% 9.47/1.60  **** run 72 fork 7 starts with strategy
% 9.47/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.47/1.61  
% 9.47/1.61  
% 9.47/1.61  fork 2: search terminated without proof.
% 9.47/1.62  
% 9.47/1.62  **** run 71 fork 6 starts with strategy
% 9.47/1.62  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.47/1.63  
% 9.47/1.63  **** run 75 fork 2 starts with strategy
% 9.47/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 9.95/1.65  
% 9.95/1.65  
% 9.95/1.65  fork 1: search terminated without proof.
% 10.04/1.67  
% 10.04/1.67  **** run 74 fork 1 starts with strategy
% 10.04/1.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.04/1.67  
% 10.04/1.67  
% 10.04/1.67  fork 4: search terminated without proof.
% 10.04/1.69  
% 10.04/1.69  **** run 77 fork 4 starts with strategy
% 10.04/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.45/1.71  
% 10.45/1.71  
% 10.45/1.71  fork 0: search terminated without proof.
% 10.45/1.72  
% 10.45/1.72  
% 10.45/1.72  fork 5: search terminated without proof.
% 10.45/1.72  
% 10.45/1.72  
% 10.45/1.72  fork 3: search terminated without proof.
% 10.45/1.73  
% 10.45/1.73  
% 10.45/1.73  fork 7: search terminated without proof.
% 10.45/1.73  
% 10.45/1.73  **** run 73 fork 0 starts with strategy
% 10.45/1.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.45/1.74  
% 10.45/1.74  **** run 86 fork 5 starts with strategy
% 10.45/1.74  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.45/1.74  
% 10.45/1.74  **** run 76 fork 3 starts with strategy
% 10.45/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.76/1.75  
% 10.76/1.75  **** run 80 fork 7 starts with strategy
% 10.76/1.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.76/1.75  
% 10.76/1.75  
% 10.76/1.75  fork 6: search terminated without proof.
% 10.76/1.76  
% 10.76/1.76  
% 10.76/1.76  fork 2: search terminated without proof.
% 10.76/1.77  
% 10.76/1.77  **** run 79 fork 6 starts with strategy
% 10.76/1.77  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.76/1.78  
% 10.76/1.78  **** run 83 fork 2 starts with strategy
% 10.76/1.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 10.76/1.79  
% 10.76/1.79  
% 10.76/1.79  fork 1: search terminated without proof.
% 10.76/1.81  
% 10.76/1.81  **** run 82 fork 1 starts with strategy
% 10.76/1.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 10.76/1.82  
% 10.76/1.82  
% 10.76/1.82  fork 4: search terminated without proof.
% 11.45/1.84  
% 11.45/1.84  **** run 85 fork 4 starts with strategy
% 11.45/1.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.45/1.86  
% 11.45/1.86  
% 11.45/1.86  fork 0: search terminated without proof.
% 11.45/1.87  
% 11.45/1.87  
% 11.45/1.87  fork 3: search terminated without proof.
% 11.45/1.87  
% 11.45/1.87  
% 11.45/1.87  fork 7: search terminated without proof.
% 11.45/1.88  
% 11.45/1.88  **** run 81 fork 0 starts with strategy
% 11.45/1.88  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.86/1.89  
% 11.86/1.89  **** run 84 fork 3 starts with strategy
% 11.86/1.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.86/1.89  
% 11.86/1.89  **** run 88 fork 7 starts with strategy
% 11.86/1.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.86/1.90  
% 11.86/1.90  
% 11.86/1.90  fork 6: search terminated without proof.
% 11.86/1.92  
% 11.86/1.92  **** run 87 fork 6 starts with strategy
% 11.86/1.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 13.10/2.05  
% 13.10/2.05  
% 13.10/2.05  fork 0: search terminated without proof.
% 13.10/2.08  
% 13.10/2.08  **** run 89 fork 0 starts with strategy
% 13.10/2.08  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 18.34/2.76  
% 18.34/2.76  
% 18.34/2.76  fork 5: search terminated without proof.
% 18.34/2.80  
% 18.34/2.80  
% 18.34/2.80  fork 2: search terminated without proof.
% 18.92/2.81  
% 18.92/2.81  **** run 94 fork 5 starts with strategy
% 18.92/2.81  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 18.92/2.84  
% 18.92/2.84  
% 18.92/2.84  fork 1: search terminated without proof.
% 18.92/2.85  
% 18.92/2.85  **** run 91 fork 2 starts with strategy
% 18.92/2.85  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 18.92/2.86  
% 18.92/2.86  
% 18.92/2.86  fork 4: search terminated without proof.
% 19.45/2.90  
% 19.45/2.90  **** run 90 fork 1 starts with strategy
% 19.45/2.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 19.45/2.91  
% 19.45/2.91  
% 19.45/2.91  fork 7: search terminated without proof.
% 19.45/2.92  
% 19.45/2.92  **** run 93 fork 4 starts with strategy
% 19.45/2.92  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 19.45/2.96  
% 19.45/2.96  
% 19.45/2.96  fork 3: search terminated without proof.
% 20.22/2.98  
% 20.22/2.98  **** run 96 fork 7 starts with strategy
% 20.22/2.98  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 20.42/3.02  
% 20.42/3.02  **** run 92 fork 3 starts with strategy
% 20.42/3.02  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 20.72/3.05  
% 20.72/3.05  
% 20.72/3.05  fork 6: search terminated without proof.
% 21.32/3.11  
% 21.32/3.11  **** run 95 fork 6 starts with strategy
% 21.32/3.11  {"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}
% 21.32/3.16  
% 21.32/3.16  
% 21.32/3.16  fork 0: search terminated without proof.
% 21.87/3.22  
% 21.87/3.22  **** run 97 fork 0 starts with strategy
% 21.87/3.22  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 27.04/3.83  
% 27.04/3.83  
% 27.04/3.83  fork 5: search terminated without proof.
% 27.18/3.87  
% 27.18/3.87  
% 27.18/3.87  fork 2: search terminated without proof.
% 27.18/3.89  
% 27.18/3.89  **** run 102 fork 5 starts with strategy
% 27.18/3.89  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 27.18/3.92  
% 27.18/3.92  
% 27.18/3.92  fork 1: search terminated without proof.
% 27.18/3.94  
% 27.18/3.94  **** run 99 fork 2 starts with strategy
% 27.18/3.94  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 27.18/3.99  
% 27.18/3.99  
% 27.18/3.99  fork 4: search terminated without proof.
% 27.18/4.00  
% 27.18/4.00  
% 27.18/4.00  fork 7: search terminated without proof.
% 28.32/4.01  
% 28.32/4.01  **** run 98 fork 1 starts with strategy
% 28.32/4.01  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 28.32/4.04  
% 28.32/4.04  
% 28.32/4.04  fork 3: search terminated without proof.
% 28.32/4.05  
% 28.32/4.05  **** run 104 fork 7 starts with strategy
% 28.32/4.05  {"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}
% 28.73/4.06  
% 28.73/4.06  **** run 101 fork 4 starts with strategy
% 28.73/4.06  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 28.73/4.10  
% 28.73/4.10  **** run 100 fork 3 starts with strategy
% 28.73/4.10  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 28.73/4.13  
% 28.73/4.13  
% 28.73/4.13  fork 6: search terminated without proof.
% 29.76/4.19  
% 29.76/4.19  **** run 103 fork 6 starts with strategy
% 29.76/4.19  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 30.82/4.34  
% 30.82/4.34  
% 30.82/4.34  fork 0: search terminated without proof.
% 31.11/4.40  
% 31.11/4.40  **** run 105 fork 0 starts with strategy
% 31.11/4.40  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 35.35/4.93  
% 35.35/4.93  
% 35.35/4.93  fork 5: search terminated without proof.
% 35.74/4.97  
% 35.74/4.97  
% 35.74/4.97  fork 2: search terminated without proof.
% 35.74/4.98  
% 35.74/4.98  **** run 110 fork 5 starts with strategy
% 35.74/4.98  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 35.74/5.02  
% 35.74/5.02  **** run 107 fork 2 starts with strategy
% 35.74/5.02  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 36.53/5.07  
% 36.53/5.07  
% 36.53/5.07  fork 1: search terminated without proof.
% 36.53/5.07  
% 36.53/5.07  
% 36.53/5.07  fork 7: search terminated without proof.
% 36.53/5.08  
% 36.53/5.08  
% 36.53/5.08  fork 4: search terminated without proof.
% 36.95/5.12  
% 36.95/5.12  
% 36.95/5.12  fork 3: search terminated without proof.
% 36.95/5.13  
% 36.95/5.13  **** run 106 fork 1 starts with strategy
% 36.95/5.13  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 36.95/5.14  
% 36.95/5.14  **** run 109 fork 4 starts with strategy
% 36.95/5.14  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 37.38/5.16  
% 37.38/5.16  **** run 112 fork 7 starts with strategy
% 37.38/5.16  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 37.38/5.19  
% 37.38/5.19  **** run 108 fork 3 starts with strategy
% 37.38/5.19  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 37.75/5.26  
% 37.75/5.26  
% 37.75/5.26  fork 6: search terminated without proof.
% 37.75/5.31  
% 37.75/5.31  **** run 111 fork 6 starts with strategy
% 37.75/5.31  {"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}
% 39.67/5.46  
% 39.67/5.46  
% 39.67/5.46  fork 0: search terminated without proof.
% 40.09/5.52  
% 40.09/5.52  **** run 113 fork 0 starts with strategy
% 40.09/5.52  {"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}
% 43.64/6.00  
% 43.64/6.00  
% 43.64/6.00  fork 5: search terminated without proof.
% 43.64/6.04  
% 43.64/6.04  
% 43.64/6.04  fork 2: search terminated without proof.
% 43.64/6.05  
% 43.64/6.05  **** run 118 fork 5 starts with strategy
% 43.64/6.05  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 43.64/6.09  
% 43.64/6.09  **** run 115 fork 2 starts with strategy
% 43.64/6.09  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 44.94/6.15  
% 44.94/6.15  
% 44.94/6.15  fork 1: search terminated without proof.
% 45.42/6.18  
% 45.42/6.18  
% 45.42/6.18  fork 4: search terminated without proof.
% 45.42/6.18  
% 45.42/6.18  
% 45.42/6.18  fork 7: search terminated without proof.
% 45.62/6.21  
% 45.62/6.21  **** run 114 fork 1 starts with strategy
% 45.62/6.21  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 45.79/6.24  
% 45.79/6.24  **** run 120 fork 7 starts with strategy
% 45.79/6.24  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 45.79/6.25  
% 45.79/6.25  **** run 117 fork 4 starts with strategy
% 45.79/6.25  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 46.56/6.33  
% 46.56/6.33  
% 46.56/6.33  fork 6: search terminated without proof.
% 46.56/6.34  
% 46.56/6.34  
% 46.56/6.34  fork 3: search terminated without proof.
% 46.56/6.38  
% 46.56/6.38  **** run 119 fork 6 starts with strategy
% 46.56/6.38  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 47.15/6.40  
% 47.15/6.40  **** run 116 fork 3 starts with strategy
% 47.15/6.40  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 48.19/6.54  
% 48.19/6.54  
% 48.19/6.54  fork 0: search terminated without proof.
% 48.19/6.60  
% 48.19/6.60  **** run 121 fork 0 starts with strategy
% 48.19/6.60  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 52.10/7.07  
% 52.10/7.07  
% 52.10/7.07  fork 5: search terminated without proof.
% 52.70/7.11  
% 52.70/7.11  
% 52.70/7.11  fork 2: search terminated without proof.
% 52.70/7.11  
% 52.70/7.11  **** run 126 fork 5 starts with strategy
% 52.70/7.11  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 52.70/7.17  
% 52.70/7.17  **** run 123 fork 2 starts with strategy
% 52.70/7.17  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 53.53/7.24  
% 53.53/7.24  
% 53.53/7.24  fork 1: search terminated without proof.
% 53.53/7.28  
% 53.53/7.28  
% 53.53/7.28  fork 7: search terminated without proof.
% 53.53/7.28  
% 53.53/7.28  
% 53.53/7.28  fork 4: search terminated without proof.
% 54.18/7.29  
% 54.18/7.29  **** run 122 fork 1 starts with strategy
% 54.18/7.29  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 54.18/7.34  
% 54.18/7.34  **** run 125 fork 4 starts with strategy
% 54.18/7.34  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 54.18/7.38  
% 54.18/7.38  **** run 128 fork 7 starts with strategy
% 54.18/7.38  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 54.88/7.40  
% 54.88/7.40  
% 54.88/7.40  fork 6: search terminated without proof.
% 54.88/7.44  
% 54.88/7.44  **** run 127 fork 6 starts with strategy
% 54.88/7.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 54.88/7.46  
% 54.88/7.46  fork 6: search finished without proof.
% 55.56/7.48  
% 55.56/7.48  **** run 135 fork 6 starts with strategy
% 55.56/7.48  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 55.98/7.53  
% 55.98/7.53  
% 55.98/7.53  fork 3: search terminated without proof.
% 55.98/7.58  
% 55.98/7.58  **** run 124 fork 3 starts with strategy
% 55.98/7.58  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 56.74/7.63  
% 56.74/7.63  
% 56.74/7.63  fork 0: search terminated without proof.
% 56.74/7.69  
% 56.74/7.69  **** run 129 fork 0 starts with strategy
% 56.74/7.69  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 60.41/8.14  
% 60.41/8.14  
% 60.41/8.14  fork 5: search terminated without proof.
% 61.05/8.19  
% 61.05/8.19  
% 61.05/8.19  fork 2: search terminated without proof.
% 61.05/8.20  
% 61.05/8.20  **** run 134 fork 5 starts with strategy
% 61.05/8.20  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 61.50/8.25  
% 61.50/8.25  **** run 131 fork 2 starts with strategy
% 61.50/8.25  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 62.25/8.36  
% 62.25/8.36  
% 62.25/8.36  fork 1: search terminated without proof.
% 62.25/8.36  
% 62.25/8.36  
% 62.25/8.36  fork 4: search terminated without proof.
% 62.81/8.42  
% 62.81/8.42  **** run 130 fork 1 starts with strategy
% 62.81/8.42  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 62.81/8.42  
% 62.81/8.42  **** run 133 fork 4 starts with strategy
% 62.81/8.42  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 62.81/8.42  
% 62.81/8.42  
% 62.81/8.42  fork 7: search terminated without proof.
% 62.81/8.45  
% 62.81/8.45  **** run 136 fork 7 starts with strategy
% 62.81/8.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 63.45/8.49  
% 63.45/8.49  
% 63.45/8.49  fork 6: search terminated without proof.
% 63.45/8.52  
% 63.45/8.52  **** run 143 fork 6 starts with strategy
% 63.45/8.52  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 64.46/8.63  
% 64.46/8.63  
% 64.46/8.63  fork 3: search terminated without proof.
% 64.46/8.66  
% 64.46/8.66  **** run 132 fork 3 starts with strategy
% 64.46/8.66  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 64.46/8.70  
% 64.46/8.70  fork 3: search finished without proof.
% 65.23/8.71  
% 65.23/8.71  **** run 140 fork 3 starts with strategy
% 65.23/8.71  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 65.23/8.78  
% 65.23/8.78  
% 65.23/8.78  fork 0: search terminated without proof.
% 65.91/8.82  
% 65.91/8.82  **** run 137 fork 0 starts with strategy
% 65.91/8.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 69.02/9.23  
% 69.02/9.23  
% 69.02/9.23  fork 5: search terminated without proof.
% 69.02/9.26  
% 69.02/9.26  **** run 142 fork 5 starts with strategy
% 69.02/9.26  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 69.72/9.28  
% 69.72/9.28  
% 69.72/9.28  fork 2: search terminated without proof.
% 70.03/9.32  
% 70.03/9.32  **** run 139 fork 2 starts with strategy
% 70.03/9.32  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 70.75/9.46  
% 70.75/9.46  
% 70.75/9.46  fork 1: search terminated without proof.
% 70.75/9.47  
% 70.75/9.47  
% 70.75/9.47  fork 7: search terminated without proof.
% 71.41/9.50  
% 71.41/9.50  **** run 138 fork 1 starts with strategy
% 71.41/9.50  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 71.41/9.50  
% 71.41/9.50  **** run 144 fork 7 starts with strategy
% 71.41/9.50  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 71.41/9.51  
% 71.41/9.51  
% 71.41/9.51  fork 4: search terminated without proof.
% 71.41/9.54  
% 71.41/9.54  **** run 141 fork 4 starts with strategy
% 71.41/9.54  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 71.41/9.54  
% 71.41/9.54  
% 71.41/9.54  fork 6: search terminated without proof.
% 72.12/9.58  
% 72.12/9.58  **** run 151 fork 6 starts with strategy
% 72.12/9.58  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 72.40/9.73  
% 72.40/9.73  
% 72.40/9.73  fork 3: search terminated without proof.
% 72.40/9.76  
% 72.40/9.76  **** run 148 fork 3 starts with strategy
% 72.40/9.76  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 74.47/9.97  
% 74.47/9.97  
% 74.47/9.97  fork 0: search terminated without proof.
% 75.32/10.00  
% 75.32/10.00  **** run 145 fork 0 starts with strategy
% 75.32/10.00  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 77.61/10.28  
% 77.61/10.28  
% 77.61/10.28  fork 5: search terminated without proof.
% 77.69/10.32  
% 77.69/10.32  **** run 150 fork 5 starts with strategy
% 77.69/10.32  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 78.40/10.48  
% 78.40/10.48  
% 78.40/10.48  fork 2: search terminated without proof.
% 79.11/10.52  
% 79.11/10.52  
% 79.11/10.52  fork 7: search terminated without proof.
% 79.11/10.53  
% 79.11/10.53  **** run 147 fork 2 starts with strategy
% 79.11/10.53  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 79.11/10.56  
% 79.11/10.56  
% 79.11/10.56  fork 4: search terminated without proof.
% 79.11/10.57  
% 79.11/10.57  **** run 152 fork 7 starts with strategy
% 79.11/10.57  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":2}
% 79.11/10.58  
% 79.11/10.58  
% 79.11/10.58  fork 1: search terminated without proof.
% 79.89/10.60  
% 79.89/10.60  **** run 149 fork 4 starts with strategy
% 79.89/10.60  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 79.96/10.65  
% 79.96/10.65  **** run 146 fork 1 starts with strategy
% 79.96/10.65  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 79.96/10.65  
% 79.96/10.65  
% 79.96/10.65  fork 6: search terminated without proof.
% 79.96/10.69  
% 79.96/10.69  **** run 159 fork 6 starts with strategy
% 79.96/10.69  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":5}
% 81.42/10.84  
% 81.42/10.84  
% 81.42/10.84  fork 3: search terminated without proof.
% 82.13/10.88  
% 82.13/10.88  **** run 156 fork 3 starts with strategy
% 82.13/10.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":4}
% 83.02/11.06  
% 83.02/11.06  
% 83.02/11.06  fork 0: search terminated without proof.
% 83.83/11.11  
% 83.83/11.11  **** run 153 fork 0 starts with strategy
% 83.83/11.11  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 85.48/11.35  
% 85.48/11.35  
% 85.48/11.35  fork 5: search terminated without proof.
% 85.48/11.39  
% 85.48/11.39  **** run 158 fork 5 starts with strategy
% 85.48/11.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":5}
% 85.48/11.39  
% 85.48/11.39  
% 85.48/11.39  result: proof found
% 85.48/11.39  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 85.48/11.39  by run 146 fork 1 strategy {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 85.48/11.39  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 85.48/11.39  
% 85.48/11.39  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 85.48/11.39  
% 85.48/11.39  run 146 fork 1 statistics:
% 85.48/11.39  ----------------------------------
% 85.48/11.39  this run seconds: 0.704083
% 85.48/11.39  total seconds: 10.772074
% 85.48/11.39  stat_given_used: 1113
% 85.48/11.39  stat_given_used_at_endgame: 0
% 85.48/11.39  stat_given_candidates:   5895
% 85.48/11.39  stat_given_candidates_at_endgame: 0
% 85.48/11.39  stat_given_candidates_h: 0
% 85.48/11.39  stat_binres_derived_cl:   0
% 85.48/11.39  stat_binres_derived_cl_h: 0
% 85.48/11.39  stat_factor_derived_cl: 0
% 85.48/11.39  stat_para_derived_cl: 86631
% 85.48/11.39  stat_tautologies_discarded: 0
% 85.48/11.39  stat_forward_subsumed: 13314
% 85.48/11.39  stat_derived_cut: 1
% 85.48/11.39  stat_derived_rewritten: 480
% 85.48/11.39  stat_weight_discarded_building: 0
% 85.48/11.39  stat_weight_discarded_cl: 15209
% 85.48/11.39  stat_internlimit_discarded_cl: 0
% 85.48/11.39  stat_simplified:  480 simplified 0 derived 0 given
% 85.48/11.39  stat_kept_cl: 56552
% 85.48/11.39  stat_built_cl: 74467
% 85.48/11.39  stat_hyperres_partial_cl: 0
% 85.48/11.39  stat_made_rewriters: 1005
% 85.48/11.39  stat_backward_subsumed: 0
% 85.48/11.39  stat_propagated_subsumed: 0
% 85.48/11.39  stat_clsubs_attempted:                     41619
% 85.48/11.39  stat_clsubs_fact_groundunit_found:             0
% 85.48/11.39  stat_clsubs_rule_groundunit_found:             1
% 85.48/11.39  stat_clsubs_top_meta_attempted:             643488
% 85.48/11.39  stat_clsubs_top_meta_failed:                601869
% 85.48/11.39  stat_clsubs_top_meta_nonpref_attempted:              643488
% 85.48/11.39  stat_clsubs_top_meta_nonpref_succeeded:              286613
% 85.48/11.39  stat_clsubs_top_meta_pref_attempted:                 286613
% 85.48/11.39  stat_clsubs_top_meta_pref1_succeeded:                286613
% 85.48/11.39  stat_clsubs_top_meta_pref2_succeeded:                 59797
% 85.48/11.39  stat_clsubs_top_meta_pref3_succeeded:                 41619
% 85.48/11.39  stat_clsubs_top_meta_pref_succeeded:                  41619
% 85.48/11.39  stat_clsubs_meta_attempted:                41619
% 85.48/11.39  stat_clsubs_meta_failed:                     912
% 85.48/11.39  stat_clsubs_predsymbs_attempted:               0
% 85.48/11.39  stat_clsubs_unit_attempted:                41619
% 85.48/11.39  stat_clsubs_full_attempted:                    0
% 85.48/11.39  stat_forwardsubs_attempted:                85076
% 85.48/11.39  stat_lit_hash_added:                  56578
% 85.48/11.39  stat_lit_hash_computed:              142986
% 85.48/11.39  stat_lit_hash_match_found:            13404
% 85.48/11.39  stat_lit_hash_match_miss:            145246
% 85.48/11.39  stat_lit_hash_cut_ok:                     0
% 85.48/11.39  stat_lit_strong_cut_ok:                   1
% 85.48/11.39  stat_lit_hash_subsume_ok:             13314
% 85.48/11.39  clqueue els 10000000 used 1
% 85.48/11.39  clactive els 10000000 used 1114
% 85.48/11.39  clactivesubsume els 10000000 used 6661
% 85.48/11.39  queue_termbuf els 200000000 used 6788491
% 85.48/11.39  hyper_termbuf els 100000000 used 1
% 85.48/11.39  active_termbuf els 100000000 used 63263
% 85.48/11.39  varstack els 5000 last used 1
% 85.48/11.39  given_termbuf els 10000000 last used 1
% 85.48/11.39  simplified_termbuf els 10000000 last used 1
% 85.48/11.39  derived_termbuf els 10000000 last used 38
% 85.48/11.39  wr_mallocs: 226150
% 85.48/11.39  wr_callocs: 21
% 85.48/11.39  wr_reallocs: 4819
% 85.48/11.39  wr_frees: 2
% 85.48/11.39  wr_malloc_bytes: 4170683172
% 85.48/11.39  wr_calloc_bytes: 112065536
% 85.48/11.39  wr_realloc_bytes: 1459216
% 85.48/11.39  wr_realloc_freebytes: 0
% 85.48/11.39  ----------------------------------
%------------------------------------------------------------------------------