TSTP Solution File: GRP002-4 by GKC---0.8

View Problem - Process Solution

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

% Computer : n020.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:51:46 EDT 2023

% Result   : Unsatisfiable 11.13s 2.30s
% Output   : CNFRefutation 11.13s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_left_inverse')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    multiply(inverse(X),X) = identity,
    inference(cnf_transformation,[],['$inc_left_inverse']) ).

cnf('2',plain,
    multiply(multiply(X,Y),Z) = multiply(X,multiply(Y,Z)),
    inference(cnf_transformation,[],['$inc_associativity']) ).

cnf('3',plain,
    multiply(identity,X3) = multiply(inverse(Y3),multiply(Y3,X3)),
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    multiply(identity,X) = X,
    inference(cnf_transformation,[],['$inc_left_identity']) ).

cnf('5',plain,
    X = multiply(inverse(Y),multiply(Y,X)),
    inference(simplify,[],['3','4']) ).

cnf('6',plain,
    multiply(X,inverse(X)) = identity,
    inference(cnf_transformation,[],[right_inverse]) ).

cnf('7',plain,
    multiply(multiply(X3,Y3),inverse(Y3)) = multiply(X3,identity),
    inference(paramodulation,[],['6','2']) ).

cnf('8',plain,
    multiply(X,identity) = X,
    inference(cnf_transformation,[],[right_identity]) ).

cnf('9',plain,
    multiply(multiply(X,Y),inverse(Y)) = X,
    inference(simplify,[],['7','8']) ).

cnf('10',plain,
    multiply(X,inverse(multiply(Y,X))) = inverse(Y),
    inference(paramodulation,[],['5','9']) ).

cnf('11',plain,
    commutator(X0,X1) = multiply(X0,multiply(X1,multiply(inverse(X0),inverse(X1)))),
    inference(cnf_transformation,[],[commutator]) ).

cnf('12',plain,
    inverse(X) = multiply(inverse(multiply(Y,X)),Y),
    inference(paramodulation,[],['9','5']) ).

cnf('13',plain,
    multiply(inverse(X),inverse(Y)) = inverse(multiply(Y,X)),
    inference(paramodulation,[],['12','9']) ).

cnf('14',plain,
    commutator(X,Y) = multiply(X,multiply(Y,inverse(multiply(Y,X)))),
    inference(simplify,[],['11','13']) ).

cnf('15',plain,
    multiply(multiply(X,Y),inverse(multiply(Y,X))) = commutator(X,Y),
    inference(paramodulation,[],['14','2']) ).

cnf('16',plain,
    multiply(X,multiply(X,X)) = identity,
    inference(cnf_transformation,[],[x_cubed_is_identity]) ).

cnf('17',plain,
    multiply(multiply(X3,Y3),multiply(Y3,Y3)) = multiply(X3,identity),
    inference(paramodulation,[],['16','2']) ).

cnf('18',plain,
    multiply(multiply(X,Y),multiply(Y,Y)) = X,
    inference(simplify,[],['17','8']) ).

cnf('19',plain,
    multiply(identity,multiply(X3,X3)) = inverse(X3),
    inference(paramodulation,[],['1','18']) ).

cnf('20',plain,
    multiply(X,X) = inverse(X),
    inference(simplify,[],['19','4']) ).

cnf('21',plain,
    multiply(multiply(X,Y),Y) = multiply(X,inverse(Y)),
    inference(paramodulation,[],['20','2']) ).

cnf('22',plain,
    multiply(multiply(multiply(X3,Y3),multiply(Y3,X3)),multiply(Y3,X3)) = commutator(X3,Y3),
    inference(paramodulation,[],['15','21']) ).

cnf('23',plain,
    multiply(multiply(X,inverse(Y)),Z) = multiply(multiply(X,Y),multiply(Y,Z)),
    inference(paramodulation,[],['21','2']) ).

cnf('24',plain,
    multiply(multiply(multiply(X,inverse(Y)),X),multiply(Y,X)) = commutator(X,Y),
    inference(simplify,[],['22','23']) ).

cnf('25',plain,
    multiply(multiply(inverse(X3),Y3),multiply(multiply(X3,Y3),Y3)) = commutator(Y3,multiply(X3,Y3)),
    inference(paramodulation,[],['10','24']) ).

cnf('26',plain,
    multiply(inverse(X),Y) = multiply(X,multiply(X,Y)),
    inference(paramodulation,[],['20','2']) ).

cnf('27',plain,
    multiply(inverse(X3),multiply(Y3,Z3)) = multiply(X3,multiply(multiply(X3,Y3),Z3)),
    inference(paramodulation,[],['2','26']) ).

cnf('28',plain,
    multiply(multiply(inverse(X),Y),Z) = multiply(X,multiply(multiply(X,Y),Z)),
    inference(paramodulation,[],['26','2']) ).

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

cnf('30',plain,
    inverse(multiply(X3,X3)) = X3,
    inference(paramodulation,[],['20','18']) ).

cnf('31',plain,
    inverse(inverse(X)) = X,
    inference(simplify,[],['30','20']) ).

cnf('32',plain,
    multiply(X,inverse(Y)) = inverse(multiply(Y,inverse(X))),
    inference(paramodulation,[],['31','13']) ).

cnf('33',plain,
    multiply(multiply(inverse(X3),Y3),multiply(X3,inverse(Y3))) = commutator(inverse(X3),Y3),
    inference(paramodulation,[],['32','15']) ).

cnf('34',plain,
    multiply(inverse(X),multiply(Y,multiply(X,inverse(Y)))) = commutator(inverse(X),Y),
    inference(simplify,[],['33','29']) ).

cnf('35',plain,
    multiply(multiply(X,multiply(Y,Z)),inverse(Z)) = multiply(X,Y),
    inference(paramodulation,[],['9','2']) ).

cnf('36',plain,
    multiply(multiply(multiply(X,Y),Z),U) = multiply(X,multiply(Y,multiply(Z,U))),
    inference(paramodulation,[],['2','2']) ).

cnf('37',plain,
    commutator(X,Y) = multiply(X,multiply(Y,multiply(inverse(X),inverse(Y)))),
    inference(cnf_transformation,[],[commutator]) ).

cnf('38',plain,
    commutator(X,Y) = multiply(multiply(multiply(X,Y),inverse(X)),inverse(Y)),
    inference(paramodulation,[],['36','37']) ).

cnf('39',plain,
    commutator(X3,multiply(Y3,X3)) = multiply(multiply(X3,Y3),inverse(multiply(Y3,X3))),
    inference(paramodulation,[],['35','38']) ).

cnf('40',plain,
    commutator(X,multiply(Y,X)) = commutator(X,Y),
    inference(simplify,[],['39','15']) ).

cnf('41',plain,
    commutator(inverse(X),Y) = commutator(Y,X),
    inference(simplify,[then_simplify],['25','21','29','34','40']) ).

cnf('42',plain,
    multiply(X,Y) = multiply(inverse(Z),multiply(multiply(Z,X),Y)),
    inference(paramodulation,[],['5','2']) ).

cnf('43',plain,
    multiply(multiply(X,inverse(Y)),Y) = X,
    inference(paramodulation,[],['31','9']) ).

cnf('44',plain,
    multiply(commutator(X,Y),multiply(Y,X)) = multiply(X,Y),
    inference(paramodulation,[],['15','43']) ).

cnf('45',plain,
    multiply(commutator(inverse(X3),multiply(Y3,X3)),Y3) = multiply(inverse(X3),multiply(Y3,X3)),
    inference(paramodulation,[],['9','44']) ).

cnf('46',plain,
    commutator(inverse(X),Y) = commutator(inverse(X),multiply(Y,X)),
    inference(paramodulation,[],['9','40']) ).

cnf('47',plain,
    multiply(commutator(inverse(X),Y),Y) = multiply(inverse(X),multiply(Y,X)),
    inference(simplify,[],['45','46']) ).

cnf('48',plain,
    multiply(commutator(inverse(X),multiply(X,Y)),multiply(X,Y)) = multiply(Y,X),
    inference(paramodulation,[],['42','47']) ).

cnf('49',plain,
    multiply(multiply(X3,Y3),inverse(multiply(Y3,X3))) = commutator(inverse(Y3),multiply(Y3,X3)),
    inference(paramodulation,[],['48','9']) ).

cnf('50',plain,
    commutator(X,Y) = commutator(inverse(Y),multiply(Y,X)),
    inference(simplify,[],['49','15']) ).

cnf('51',plain,
    commutator(X,Y) = commutator(multiply(Y,X),Y),
    inference(paramodulation,[],['41','50']) ).

cnf('52',plain,
    multiply(multiply(X3,Y3),inverse(multiply(Y3,X3))) = inverse(commutator(Y3,X3)),
    inference(paramodulation,[],['15','32']) ).

cnf('53',plain,
    commutator(X,Y) = inverse(commutator(Y,X)),
    inference(simplify,[],['52','15']) ).

cnf('54',plain,
    commutator(multiply(X3,Y3),inverse(X3)) = inverse(commutator(Y3,X3)),
    inference(paramodulation,[],['50','53']) ).

cnf('55',plain,
    commutator(multiply(X,Y),inverse(X)) = commutator(X,Y),
    inference(simplify,[],['54','53']) ).

cnf('56',plain,
    multiply(multiply(X3,multiply(Y3,Z3)),Z3) = multiply(multiply(X3,Y3),inverse(Z3)),
    inference(paramodulation,[],['2','21']) ).

cnf('57',plain,
    multiply(multiply(X,multiply(Y,Z)),Z) = multiply(X,multiply(Y,inverse(Z))),
    inference(paramodulation,[],['21','2']) ).

cnf('58',plain,
    multiply(X,multiply(Y,inverse(Z))) = multiply(multiply(X,Y),inverse(Z)),
    inference(simplify,[],['56','57']) ).

cnf('59',plain,
    multiply(commutator(multiply(X,Y),inverse(X)),Y) = multiply(multiply(X,Y),inverse(X)),
    inference(paramodulation,[],['5','44']) ).

cnf('60',plain,
    multiply(commutator(multiply(X3,Y3),inverse(X3)),Y3) = multiply(X3,multiply(Y3,inverse(X3))),
    inference(paramodulation,[],['58','59']) ).

cnf('61',plain,
    multiply(commutator(X,Y),Y) = multiply(X,multiply(Y,inverse(X))),
    inference(simplify,[],['60','55']) ).

cnf('62',plain,
    multiply(inverse(X),multiply(commutator(Y,X),X)) = commutator(inverse(X),Y),
    inference(paramodulation,[],['61','34']) ).

cnf('63',plain,
    commutator(inverse(X3),Y3) = multiply(multiply(inverse(X3),commutator(Y3,X3)),X3),
    inference(paramodulation,[],['62','29']) ).

cnf('64',plain,
    multiply(inverse(X),Y) = inverse(multiply(inverse(Y),X)),
    inference(paramodulation,[],['12','43']) ).

cnf('65',plain,
    multiply(inverse(X),commutator(Y,Z)) = inverse(multiply(commutator(Z,Y),X)),
    inference(paramodulation,[],['53','64']) ).

cnf('66',plain,
    commutator(inverse(X),Y) = multiply(inverse(multiply(commutator(X,Y),X)),X),
    inference(simplify,[],['63','65']) ).

cnf('67',plain,
    X = multiply(Y,multiply(inverse(Y),X)),
    inference(paramodulation,[],['31','5']) ).

cnf('68',plain,
    X = multiply(multiply(commutator(X,Y),X),commutator(inverse(X),Y)),
    inference(paramodulation,[],['66','67']) ).

cnf('69',plain,
    multiply(multiply(X,commutator(Y,Z)),commutator(Z,Y)) = X,
    inference(paramodulation,[],['53','43']) ).

cnf('70',plain,
    multiply(X,commutator(Y,inverse(X))) = multiply(commutator(X,Y),X),
    inference(paramodulation,[],['68','69']) ).

cnf('71',plain,
    multiply(X,commutator(X,Y)) = multiply(commutator(X,multiply(X,Y)),X),
    inference(paramodulation,[],['55','70']) ).

cnf('72',plain,
    multiply(multiply(X,commutator(X,Y)),inverse(X)) = commutator(X,multiply(X,Y)),
    inference(paramodulation,[],['71','9']) ).

cnf('73',plain,
    commutator(X3,multiply(X3,Y3)) = multiply(X3,multiply(commutator(X3,Y3),inverse(X3))),
    inference(paramodulation,[],['72','2']) ).

cnf('74',plain,
    multiply(commutator(X,Y),inverse(Z)) = inverse(multiply(Z,commutator(Y,X))),
    inference(paramodulation,[],['53','32']) ).

cnf('75',plain,
    commutator(X,multiply(X,Y)) = multiply(X,inverse(multiply(X,commutator(Y,X)))),
    inference(simplify,[],['73','74']) ).

cnf('76',plain,
    commutator(commutator(X,Y),Y) = multiply(commutator(X,Y),commutator(Y,multiply(Y,X))),
    inference(paramodulation,[],['75','14']) ).

cnf('77',plain,
    multiply(commutator(commutator(X,Y),Y),commutator(multiply(Y,X),Y)) = commutator(X,Y),
    inference(paramodulation,[],['76','69']) ).

cnf('78',plain,
    X = multiply(commutator(Y,Z),multiply(commutator(Z,Y),X)),
    inference(paramodulation,[],['53','67']) ).

cnf('79',plain,
    commutator(multiply(X,Y),X) = multiply(commutator(X,commutator(Y,X)),commutator(Y,X)),
    inference(paramodulation,[],['77','78']) ).

cnf('80',plain,
    multiply(commutator(multiply(X,Y),X),commutator(X,Y)) = commutator(X,commutator(Y,X)),
    inference(paramodulation,[],['79','69']) ).

cnf('81',plain,
    multiply(commutator(X3,Y3),commutator(Y3,X3)) = commutator(Y3,commutator(X3,Y3)),
    inference(paramodulation,[],['51','80']) ).

cnf('82',plain,
    multiply(commutator(X,Y),commutator(Y,X)) = identity,
    inference(paramodulation,[],['53','6']) ).

cnf('83',plain,
    identity = commutator(X,commutator(Y,X)),
    inference(simplify,[],['81','82']) ).

cnf('84',plain,
    commutator(commutator(X3,Y3),Y3) = inverse(identity),
    inference(paramodulation,[],['83','53']) ).

cnf('85',plain,
    identity = inverse(identity),
    inference(paramodulation,[],['1','8']) ).

cnf('86',plain,
    commutator(commutator(X,Y),Y) = identity,
    inference(simplify,[],['84','85']) ).

cnf('87',plain,
    commutator(commutator(a,b),b) != identity,
    inference(cnf_transformation,[],[prove_commutator]) ).

cnf('88',plain,
    $false,
    inference(resolution,[],['86','87']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.13  % Problem  : GRP002-4 : TPTP v8.1.2. Released v1.0.0.
% 0.12/0.14  % Command  : gkc %s
% 0.14/0.35  % Computer : n020.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Mon Aug 28 22:02:43 EDT 2023
% 0.21/0.35  % CPUTime  : 
% 0.21/0.40  
% 0.21/0.40  input clause set summed statistics:
% 0.21/0.40  ----------------------------------
% 0.21/0.40  in_clause_count:                     8
% 0.21/0.40  in_rule_clause_count:                8
% 0.21/0.40  in_fact_clause_count:                0
% 0.21/0.40  in_answer_clause_count:              0
% 0.21/0.40  in_ground_clause_count:              1
% 0.21/0.40  in_unit_clause_count:                8
% 0.21/0.40  in_horn_clause_count:                8
% 0.21/0.40  in_pos_clause_count:                 7
% 0.21/0.40  in_neg_clause_count:                 1
% 0.21/0.40  in_poseq_clause_count:               7
% 0.21/0.40  in_negeq_clause_count:               1
% 0.21/0.40  in_unitposeq_clause_count:           7
% 0.21/0.40  in_chain_clause_count:               0
% 0.21/0.40  in_min_length:             1
% 0.21/0.40  in_max_length:             1
% 0.21/0.40  in_min_depth:              2
% 0.21/0.40  in_max_depth:              5
% 0.21/0.40  in_min_size:               5
% 0.21/0.40  in_max_size:              13
% 0.21/0.40  in_min_vars:               0
% 0.21/0.40  in_max_vars:               3
% 0.21/0.40  in_extaxiom_count:                 3
% 0.21/0.40  in_axiom_count:                    3
% 0.21/0.40  in_assumption_count:               1
% 0.21/0.40  in_goal_count:                     1
% 0.21/0.40  in_neg_goal_count:                 1
% 0.21/0.40  in_pos_goal_count:                 0
% 0.21/0.40  in_posunit_goal_count:             0
% 0.21/0.40  
% 0.21/0.40  auto guide:
% 0.21/0.40  -----------
% 0.21/0.40  {
% 0.21/0.40  "print":1,
% 0.21/0.40  "print_level": 15,
% 0.21/0.40  "max_size": 0,
% 0.21/0.40  "max_depth": 0,
% 0.21/0.40  "max_length": 0,
% 0.21/0.40  "max_dseconds": 0,
% 0.21/0.40  "runs":[
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4} 
% 0.21/0.40  
% 0.21/0.40  ]}
% 0.21/0.40  
% 0.21/0.40  
% 0.21/0.40  **** run 1 fork 0 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.40  
% 0.21/0.40  **** run 2 fork 1 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 4 fork 3 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.40  
% 0.21/0.40  **** run 7 fork 6 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.21/0.41  
% 0.21/0.41  **** run 5 fork 4 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.21/0.41  
% 0.21/0.41  **** run 3 fork 2 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.41  
% 0.21/0.41  **** run 6 fork 5 starts with strategy
% 0.21/0.41  
% 0.21/0.41  **** run 8 fork 7 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 1: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 7: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 4: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  fork 3: search terminated without proof.
% 0.21/0.55  
% 0.21/0.55  **** run 10 fork 1 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.21/0.55  
% 0.21/0.55  **** run 16 fork 7 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.21/0.56  
% 0.21/0.56  **** run 12 fork 3 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.56  
% 0.21/0.56  **** run 13 fork 4 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.61  
% 0.21/0.61  
% 0.21/0.61  fork 6: search terminated without proof.
% 0.21/0.62  
% 0.21/0.62  
% 0.21/0.62  fork 0: search terminated without proof.
% 0.21/0.63  
% 0.21/0.63  
% 0.21/0.63  fork 2: search terminated without proof.
% 0.21/0.65  
% 0.21/0.65  **** run 11 fork 2 starts with strategy
% 0.21/0.65  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.65  
% 0.21/0.65  **** run 15 fork 6 starts with strategy
% 0.21/0.65  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 5: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 1: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  **** run 9 fork 0 starts with strategy
% 0.21/0.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 4: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  **** run 18 fork 1 starts with strategy
% 0.21/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 1.49/0.68  
% 1.49/0.68  
% 1.49/0.68  fork 7: search terminated without proof.
% 1.49/0.70  
% 1.49/0.70  **** run 21 fork 4 starts with strategy
% 1.49/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 1.49/0.70  
% 1.49/0.70  **** run 14 fork 5 starts with strategy
% 1.49/0.70  {"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}
% 1.49/0.73  
% 1.49/0.73  **** run 24 fork 7 starts with strategy
% 1.49/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 1.49/0.73  
% 1.49/0.73  
% 1.49/0.73  fork 3: search terminated without proof.
% 1.49/0.75  
% 1.49/0.75  **** run 20 fork 3 starts with strategy
% 1.49/0.75  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 1.49/0.77  
% 1.49/0.77  
% 1.49/0.77  fork 6: search terminated without proof.
% 2.31/0.79  
% 2.31/0.79  **** run 23 fork 6 starts with strategy
% 2.31/0.79  {"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.50/0.81  
% 2.50/0.81  
% 2.50/0.81  fork 1: search terminated without proof.
% 2.50/0.82  
% 2.50/0.82  
% 2.50/0.82  fork 4: search terminated without proof.
% 2.66/0.83  
% 2.66/0.83  **** run 26 fork 1 starts with strategy
% 2.66/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.66/0.84  
% 2.66/0.84  **** run 29 fork 4 starts with strategy
% 2.66/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 2.66/0.88  
% 2.66/0.88  
% 2.66/0.88  fork 3: search terminated without proof.
% 2.66/0.89  
% 2.66/0.89  
% 2.66/0.89  fork 2: search terminated without proof.
% 2.66/0.90  
% 2.66/0.90  
% 2.66/0.90  fork 0: search terminated without proof.
% 2.66/0.91  
% 2.66/0.91  **** run 28 fork 3 starts with strategy
% 2.66/0.91  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 2.66/0.92  
% 2.66/0.92  
% 2.66/0.92  fork 6: search terminated without proof.
% 2.66/0.92  
% 2.66/0.92  **** run 19 fork 2 starts with strategy
% 2.66/0.92  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 3.22/0.93  
% 3.22/0.93  **** run 17 fork 0 starts with strategy
% 3.22/0.93  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.22/0.93  
% 3.22/0.93  
% 3.22/0.93  fork 5: search terminated without proof.
% 3.22/0.94  
% 3.22/0.94  **** run 31 fork 6 starts with strategy
% 3.22/0.94  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.22/0.95  
% 3.22/0.95  
% 3.22/0.95  fork 1: search terminated without proof.
% 3.22/0.96  
% 3.22/0.96  **** run 22 fork 5 starts with strategy
% 3.22/0.96  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.22/0.97  
% 3.22/0.97  **** run 34 fork 1 starts with strategy
% 3.22/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 3.22/0.97  
% 3.22/0.97  
% 3.22/0.97  fork 4: search terminated without proof.
% 3.22/0.97  
% 3.22/0.97  
% 3.22/0.97  fork 7: search terminated without proof.
% 3.63/1.00  
% 3.63/1.00  **** run 37 fork 4 starts with strategy
% 3.63/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.63/1.01  
% 3.63/1.01  **** run 32 fork 7 starts with strategy
% 3.63/1.01  {"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.63/1.03  
% 3.63/1.03  
% 3.63/1.03  fork 3: search terminated without proof.
% 3.63/1.05  
% 3.63/1.05  **** run 36 fork 3 starts with strategy
% 3.63/1.05  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.63/1.06  
% 3.63/1.06  
% 3.63/1.06  fork 6: search terminated without proof.
% 4.12/1.08  
% 4.12/1.08  **** run 39 fork 6 starts with strategy
% 4.12/1.08  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.12/1.09  
% 4.12/1.09  
% 4.12/1.09  fork 1: search terminated without proof.
% 4.28/1.11  
% 4.28/1.11  **** run 42 fork 1 starts with strategy
% 4.28/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 4.28/1.12  
% 4.28/1.12  
% 4.28/1.12  fork 4: search terminated without proof.
% 4.45/1.14  
% 4.45/1.14  **** run 45 fork 4 starts with strategy
% 4.45/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 4.45/1.17  
% 4.45/1.17  
% 4.45/1.17  fork 3: search terminated without proof.
% 4.45/1.18  
% 4.45/1.18  
% 4.45/1.18  fork 2: search terminated without proof.
% 4.45/1.19  
% 4.45/1.19  
% 4.45/1.19  fork 0: search terminated without proof.
% 4.45/1.19  
% 4.45/1.19  **** run 44 fork 3 starts with strategy
% 4.45/1.19  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 4.45/1.20  
% 4.45/1.20  
% 4.45/1.20  fork 6: search terminated without proof.
% 4.45/1.21  
% 4.45/1.21  **** run 27 fork 2 starts with strategy
% 4.45/1.21  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.45/1.22  
% 4.45/1.22  **** run 47 fork 6 starts with strategy
% 4.45/1.22  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.45/1.22  
% 4.45/1.22  **** run 25 fork 0 starts with strategy
% 4.45/1.22  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 4.45/1.22  
% 4.45/1.22  
% 4.45/1.22  fork 5: search terminated without proof.
% 5.04/1.23  
% 5.04/1.23  
% 5.04/1.23  fork 1: search terminated without proof.
% 5.04/1.23  
% 5.04/1.23  
% 5.04/1.23  fork 7: search terminated without proof.
% 5.04/1.25  
% 5.04/1.25  **** run 50 fork 1 starts with strategy
% 5.04/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 5.04/1.27  
% 5.04/1.27  
% 5.04/1.27  fork 4: search terminated without proof.
% 5.04/1.27  
% 5.04/1.27  **** run 30 fork 5 starts with strategy
% 5.04/1.27  {"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}
% 5.04/1.28  
% 5.04/1.28  **** run 40 fork 7 starts with strategy
% 5.04/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.04/1.29  
% 5.04/1.29  **** run 53 fork 4 starts with strategy
% 5.04/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 5.04/1.33  
% 5.04/1.33  
% 5.04/1.33  fork 6: search terminated without proof.
% 5.04/1.35  
% 5.04/1.35  
% 5.04/1.35  fork 3: search terminated without proof.
% 5.04/1.35  
% 5.04/1.35  **** run 55 fork 6 starts with strategy
% 5.04/1.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 5.04/1.37  
% 5.04/1.37  
% 5.04/1.37  fork 1: search terminated without proof.
% 5.70/1.39  
% 5.70/1.39  **** run 52 fork 3 starts with strategy
% 5.70/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 5.70/1.39  
% 5.70/1.39  **** run 58 fork 1 starts with strategy
% 5.70/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 5.70/1.41  
% 5.70/1.41  
% 5.70/1.41  fork 4: search terminated without proof.
% 5.70/1.44  
% 5.70/1.44  **** run 61 fork 4 starts with strategy
% 5.70/1.44  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 5.70/1.45  
% 5.70/1.45  
% 5.70/1.45  fork 2: search terminated without proof.
% 6.41/1.47  
% 6.41/1.47  
% 6.41/1.47  fork 0: search terminated without proof.
% 6.41/1.47  
% 6.41/1.47  
% 6.41/1.47  fork 6: search terminated without proof.
% 6.41/1.49  
% 6.41/1.49  **** run 63 fork 6 starts with strategy
% 6.41/1.49  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 6.41/1.49  
% 6.41/1.49  
% 6.41/1.49  fork 5: search terminated without proof.
% 6.41/1.50  
% 6.41/1.50  **** run 35 fork 2 starts with strategy
% 6.41/1.50  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 6.64/1.50  
% 6.64/1.50  **** run 33 fork 0 starts with strategy
% 6.64/1.50  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 6.64/1.51  
% 6.64/1.51  
% 6.64/1.51  fork 3: search terminated without proof.
% 6.64/1.51  
% 6.64/1.51  
% 6.64/1.51  fork 1: search terminated without proof.
% 6.64/1.53  
% 6.64/1.53  **** run 60 fork 3 starts with strategy
% 6.64/1.53  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 6.64/1.53  
% 6.64/1.53  
% 6.64/1.53  fork 7: search terminated without proof.
% 6.64/1.53  
% 6.64/1.53  **** run 66 fork 1 starts with strategy
% 6.64/1.53  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 6.82/1.54  
% 6.82/1.54  **** run 38 fork 5 starts with strategy
% 6.82/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 6.82/1.56  
% 6.82/1.56  
% 6.82/1.56  fork 4: search terminated without proof.
% 6.82/1.57  
% 6.82/1.57  fork 3: search finished without proof.
% 6.82/1.58  
% 6.82/1.58  **** run 48 fork 7 starts with strategy
% 6.82/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 6.82/1.59  
% 6.82/1.59  **** run 69 fork 4 starts with strategy
% 6.82/1.59  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 6.82/1.59  
% 6.82/1.59  **** run 68 fork 3 starts with strategy
% 6.82/1.59  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 6.82/1.61  
% 6.82/1.61  
% 6.82/1.61  fork 6: search terminated without proof.
% 7.40/1.63  
% 7.40/1.63  **** run 71 fork 6 starts with strategy
% 7.40/1.63  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 7.40/1.65  
% 7.40/1.65  
% 7.40/1.65  fork 1: search terminated without proof.
% 7.40/1.67  
% 7.40/1.67  **** run 74 fork 1 starts with strategy
% 7.40/1.67  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 7.79/1.74  
% 7.79/1.74  
% 7.79/1.74  fork 2: search terminated without proof.
% 7.79/1.74  
% 7.79/1.74  
% 7.79/1.74  fork 0: search terminated without proof.
% 8.23/1.77  
% 8.23/1.77  
% 8.23/1.77  fork 5: search terminated without proof.
% 8.23/1.78  
% 8.23/1.78  **** run 43 fork 2 starts with strategy
% 8.23/1.78  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 8.23/1.78  
% 8.23/1.78  **** run 41 fork 0 starts with strategy
% 8.23/1.78  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 8.42/1.81  
% 8.42/1.81  
% 8.42/1.81  fork 7: search terminated without proof.
% 8.42/1.82  
% 8.42/1.82  **** run 46 fork 5 starts with strategy
% 8.42/1.82  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 8.62/1.86  
% 8.62/1.86  **** run 56 fork 7 starts with strategy
% 8.62/1.86  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 8.62/1.87  
% 8.62/1.87  fork 5: search finished without proof.
% 8.62/1.91  
% 8.62/1.91  **** run 54 fork 5 starts with strategy
% 8.62/1.91  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 9.46/2.01  
% 9.46/2.01  
% 9.46/2.01  fork 2: search terminated without proof.
% 9.46/2.02  
% 9.46/2.02  
% 9.46/2.02  fork 0: search terminated without proof.
% 9.46/2.03  
% 9.46/2.03  **** run 51 fork 2 starts with strategy
% 9.46/2.03  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 9.46/2.04  
% 9.46/2.04  **** run 49 fork 0 starts with strategy
% 9.46/2.04  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 9.46/2.06  
% 9.46/2.06  fork 2: search finished without proof.
% 9.96/2.08  
% 9.96/2.08  
% 9.96/2.08  fork 5: search terminated without proof.
% 9.96/2.08  
% 9.96/2.08  **** run 59 fork 2 starts with strategy
% 9.96/2.08  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 9.96/2.08  
% 9.96/2.08  
% 9.96/2.08  fork 7: search terminated without proof.
% 9.96/2.09  
% 9.96/2.09  **** run 62 fork 5 starts with strategy
% 9.96/2.10  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 9.96/2.11  
% 9.96/2.11  **** run 64 fork 7 starts with strategy
% 9.96/2.12  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 10.54/2.17  
% 10.54/2.17  
% 10.54/2.17  fork 0: search terminated without proof.
% 10.54/2.19  
% 10.54/2.19  **** run 57 fork 0 starts with strategy
% 10.54/2.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 11.13/2.26  
% 11.13/2.26  
% 11.13/2.26  fork 2: search terminated without proof.
% 11.13/2.27  
% 11.13/2.27  
% 11.13/2.27  fork 5: search terminated without proof.
% 11.13/2.28  
% 11.13/2.28  **** run 67 fork 2 starts with strategy
% 11.13/2.28  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.13/2.29  
% 11.13/2.29  **** run 70 fork 5 starts with strategy
% 11.13/2.29  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.13/2.30  
% 11.13/2.30  
% 11.13/2.30  fork 0: search terminated without proof.
% 11.13/2.30  
% 11.13/2.30  
% 11.13/2.30  result: proof found
% 11.13/2.30  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 11.13/2.30  by run 71 fork 6 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 11.13/2.30  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 11.13/2.30  
% 11.13/2.30  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 11.13/2.30  
% 11.13/2.30  run 71 fork 6 statistics:
% 11.13/2.30  ----------------------------------
% 11.13/2.30  this run seconds: 0.514830
% 11.13/2.30  total seconds: 1.651012
% 11.13/2.30  stat_given_used: 265
% 11.13/2.30  stat_given_used_at_endgame: 0
% 11.13/2.30  stat_given_candidates:   3320
% 11.13/2.30  stat_given_candidates_at_endgame: 0
% 11.13/2.30  stat_given_candidates_h: 0
% 11.13/2.30  stat_binres_derived_cl:   1
% 11.13/2.30  stat_binres_derived_cl_h: 0
% 11.13/2.30  stat_factor_derived_cl: 0
% 11.13/2.30  stat_para_derived_cl: 95447
% 11.13/2.30  stat_tautologies_discarded: 0
% 11.13/2.30  stat_forward_subsumed: 10306
% 11.13/2.30  stat_derived_cut: 0
% 11.13/2.30  stat_derived_rewritten: 101
% 11.13/2.30  stat_weight_discarded_building: 0
% 11.13/2.30  stat_weight_discarded_cl: 659
% 11.13/2.30  stat_internlimit_discarded_cl: 0
% 11.13/2.30  stat_simplified:  101 simplified 0 derived 0 given
% 11.13/2.30  stat_kept_cl: 83709
% 11.13/2.30  stat_built_cl: 84999
% 11.13/2.30  stat_hyperres_partial_cl: 0
% 11.13/2.30  stat_made_rewriters: 243
% 11.13/2.30  stat_backward_subsumed: 0
% 11.13/2.30  stat_propagated_subsumed: 0
% 11.13/2.30  stat_clsubs_attempted:                      7106
% 11.13/2.30  stat_clsubs_fact_groundunit_found:             0
% 11.13/2.30  stat_clsubs_rule_groundunit_found:             1
% 11.13/2.30  stat_clsubs_top_meta_attempted:              39038
% 11.13/2.30  stat_clsubs_top_meta_failed:                 31932
% 11.13/2.30  stat_clsubs_top_meta_nonpref_attempted:               39038
% 11.13/2.30  stat_clsubs_top_meta_nonpref_succeeded:               20623
% 11.13/2.30  stat_clsubs_top_meta_pref_attempted:                  20623
% 11.13/2.30  stat_clsubs_top_meta_pref1_succeeded:                 20623
% 11.13/2.30  stat_clsubs_top_meta_pref2_succeeded:                 10522
% 11.13/2.30  stat_clsubs_top_meta_pref3_succeeded:                  7106
% 11.13/2.30  stat_clsubs_top_meta_pref_succeeded:                   7106
% 11.13/2.30  stat_clsubs_meta_attempted:                 7106
% 11.13/2.30  stat_clsubs_meta_failed:                     113
% 11.13/2.30  stat_clsubs_predsymbs_attempted:               0
% 11.13/2.30  stat_clsubs_unit_attempted:                 7106
% 11.13/2.30  stat_clsubs_full_attempted:                    0
% 11.13/2.30  stat_forwardsubs_attempted:                94674
% 11.13/2.30  stat_lit_hash_added:                  83720
% 11.13/2.30  stat_lit_hash_computed:              178794
% 11.13/2.30  stat_lit_hash_match_found:            10392
% 11.13/2.30  stat_lit_hash_match_miss:            169151
% 11.13/2.30  stat_lit_hash_cut_ok:                     0
% 11.13/2.30  stat_lit_strong_cut_ok:                   0
% 11.13/2.30  stat_lit_hash_subsume_ok:             10306
% 11.13/2.30  clqueue els 10000000 used 1
% 11.13/2.30  clactive els 10000000 used 266
% 11.13/2.30  clactivesubsume els 10000000 used 1573
% 11.13/2.30  queue_termbuf els 200000000 used 8764002
% 11.13/2.30  hyper_termbuf els 100000000 used 1
% 11.13/2.30  active_termbuf els 100000000 used 13286
% 11.13/2.30  varstack els 5000 last used 1
% 11.13/2.30  given_termbuf els 10000000 last used 28
% 11.13/2.30  simplified_termbuf els 10000000 last used 1
% 11.13/2.30  derived_termbuf els 10000000 last used 3
% 11.13/2.30  wr_mallocs: 320538
% 11.13/2.30  wr_callocs: 21
% 11.13/2.30  wr_reallocs: 8101
% 11.13/2.30  wr_frees: 2
% 11.13/2.30  wr_malloc_bytes: 4174067108
% 11.13/2.30  wr_calloc_bytes: 112065536
% 11.13/2.30  wr_realloc_bytes: 2272600
% 11.13/2.30  wr_realloc_freebytes: 0
% 11.13/2.30  ----------------------------------
%------------------------------------------------------------------------------