Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namenormalized-opb/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos5.opb
MD5SUMe6bff154156b54af3a9a38f7579209b6
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17324
Optimality of the best value was proved NO
Number of terms in the objective function 163
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 74742
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 74742
Number of bits of the biggest sum of numbers17
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.06984
Number of variables163
Total number of constraints126
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)56
Number of constraints which are nor clauses,nor cardinality constraints70
Minimum length of a constraint1
Maximum length of a constraint102

Trace number 20568

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc6 THE 2005-04-21 21:22:27 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=14712 boxname=wulflinc6 idbench=1132 idsolver=9 numberseed=0
MD5SUM SOLVER: daf345f6fbf228671abfac48013b9cac  /oldhome/oroussel/solvers/sat4jPseudo.jar
MD5SUM BENCH:  e6bff154156b54af3a9a38f7579209b6  /oldhome/oroussel/tmp/wulflinc6/normalized-mps-v2-20-10-neos5.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudo.jar /oldhome/oroussel/tmp/wulflinc6/normalized-mps-v2-20-10-neos5.opb
IDLAUNCH: 14712
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.042
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.042
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        341396 kB
Buffers:         21340 kB
Cached:         650324 kB
SwapCached:        516 kB
Active:          41628 kB
Inactive:       631996 kB
HighTotal:      131008 kB
HighFree:        10668 kB
LowTotal:       903652 kB
LowFree:        330728 kB
SwapTotal:     2097136 kB
SwapFree:      2095720 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5112 kB
Slab:            13920 kB
Committed_AS:    63596 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-04-21 21:43:00 (client local time) WITH STATUS 143 IN 1240.49 SECONDS
stats: 14712 7 1240.49 143
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c solving /oldhome/oroussel/tmp/wulflinc6/normalized-mps-v2-20-10-neos5.opb
c reading problem 
c [nbvar=163]
c [nbconstr=126]
c time 1.915
c #vars     163
c #clauses  73
c starts	: 0
c conflicts	: 0
c decisions	: 0
c propagations	: 0
c inspects	: 0
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 0
c SATISFIABLE
c OPTIMIZING...
c 
c CURRENT OPTIMUM=24576
c Current CPU time (ms) : 2.283
c starts	: 1
c conflicts	: 2
c decisions	: 111
c propagations	: 188
c inspects	: 445
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 1
c 
c CURRENT OPTIMUM=24575
c Current CPU time (ms) : 2.434
c starts	: 2
c conflicts	: 2
c decisions	: 144
c propagations	: 351
c inspects	: 809
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 2
c 
c CURRENT OPTIMUM=24574
c Current CPU time (ms) : 2.505
c starts	: 3
c conflicts	: 2
c decisions	: 176
c propagations	: 514
c inspects	: 864
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 3
c 
c CURRENT OPTIMUM=24573
c Current CPU time (ms) : 2.594
c starts	: 4
c conflicts	: 2
c decisions	: 208
c propagations	: 677
c inspects	: 930
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 4
c 
c CURRENT OPTIMUM=24572
c Current CPU time (ms) : 2.693
c starts	: 5
c conflicts	: 2
c decisions	: 239
c propagations	: 840
c inspects	: 1000
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 5
c 
c CURRENT OPTIMUM=24571
c Current CPU time (ms) : 2.83
c starts	: 6
c conflicts	: 2
c decisions	: 271
c propagations	: 1003
c inspects	: 1086
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 6
c 
c CURRENT OPTIMUM=24570
c Current CPU time (ms) : 3.033
c starts	: 7
c conflicts	: 2
c decisions	: 302
c propagations	: 1166
c inspects	: 1175
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 7
c 
c CURRENT OPTIMUM=24569
c Current CPU time (ms) : 3.178
c starts	: 8
c conflicts	: 2
c decisions	: 333
c propagations	: 1329
c inspects	: 1273
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 8
c 
c CURRENT OPTIMUM=24568
c Current CPU time (ms) : 3.467
c starts	: 9
c conflicts	: 2
c decisions	: 363
c propagations	: 1492
c inspects	: 1372
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 9
c 
c CURRENT OPTIMUM=24567
c Current CPU time (ms) : 3.816
c starts	: 10
c conflicts	: 2
c decisions	: 395
c propagations	: 1655
c inspects	: 1499
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 10
c 
c CURRENT OPTIMUM=24566
c Current CPU time (ms) : 4.037
c starts	: 11
c conflicts	: 2
c decisions	: 426
c propagations	: 1818
c inspects	: 1625
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 11
c 
c CURRENT OPTIMUM=24565
c Current CPU time (ms) : 4.218
c starts	: 12
c conflicts	: 2
c decisions	: 457
c propagations	: 1981
c inspects	: 1760
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 12
c 
c CURRENT OPTIMUM=24564
c Current CPU time (ms) : 4.296
c starts	: 13
c conflicts	: 2
c decisions	: 487
c propagations	: 2144
c inspects	: 1892
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 13
c 
c CURRENT OPTIMUM=24563
c Current CPU time (ms) : 4.383
c starts	: 14
c conflicts	: 2
c decisions	: 518
c propagations	: 2307
c inspects	: 2045
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 14
c 
c CURRENT OPTIMUM=24562
c Current CPU time (ms) : 4.465
c starts	: 15
c conflicts	: 2
c decisions	: 548
c propagations	: 2470
c inspects	: 2193
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 15
c 
c CURRENT OPTIMUM=24561
c Current CPU time (ms) : 4.551
c starts	: 16
c conflicts	: 2
c decisions	: 578
c propagations	: 2633
c inspects	: 2349
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 16
c 
c CURRENT OPTIMUM=24560
c Current CPU time (ms) : 4.641
c starts	: 17
c conflicts	: 2
c decisions	: 607
c propagations	: 2796
c inspects	: 2497
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 17
c 
c CURRENT OPTIMUM=24559
c Current CPU time (ms) : 4.752
c starts	: 18
c conflicts	: 2
c decisions	: 639
c propagations	: 2959
c inspects	: 2705
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 18
c 
c CURRENT OPTIMUM=24558
c Current CPU time (ms) : 4.859
c starts	: 19
c conflicts	: 2
c decisions	: 670
c propagations	: 3122
c inspects	: 2904
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 19
c 
c CURRENT OPTIMUM=24557
c Current CPU time (ms) : 5.012
c starts	: 20
c conflicts	: 2
c decisions	: 701
c propagations	: 3285
c inspects	: 3112
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 20
c 
c CURRENT OPTIMUM=24556
c Current CPU time (ms) : 5.126
c starts	: 21
c conflicts	: 2
c decisions	: 731
c propagations	: 3448
c inspects	: 3309
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 21
c 
c CURRENT OPTIMUM=24555
c Current CPU time (ms) : 5.238
c starts	: 22
c conflicts	: 2
c decisions	: 762
c propagations	: 3611
c inspects	: 3535
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 22
c 
c CURRENT OPTIMUM=24554
c Current CPU time (ms) : 5.343
c starts	: 23
c conflicts	: 2
c decisions	: 792
c propagations	: 3774
c inspects	: 3748
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 23
c 
c CURRENT OPTIMUM=24553
c Current CPU time (ms) : 5.466
c starts	: 24
c conflicts	: 2
c decisions	: 822
c propagations	: 3937
c inspects	: 3969
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 24
c 
c CURRENT OPTIMUM=24552
c Current CPU time (ms) : 5.568
c starts	: 25
c conflicts	: 2
c decisions	: 851
c propagations	: 4100
c inspects	: 4174
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 25
c 
c CURRENT OPTIMUM=24551
c Current CPU time (ms) : 5.88
c starts	: 26
c conflicts	: 2
c decisions	: 882
c propagations	: 4263
c inspects	: 4436
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 26
c 
c CURRENT OPTIMUM=24550
c Current CPU time (ms) : 6.062
c starts	: 27
c conflicts	: 2
c decisions	: 912
c propagations	: 4426
c inspects	: 4681
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 27
c 
c CURRENT OPTIMUM=24549
c Current CPU time (ms) : 6.184
c starts	: 28
c conflicts	: 2
c decisions	: 942
c propagations	: 4589
c inspects	: 4934
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 28
c 
c CURRENT OPTIMUM=24548
c Current CPU time (ms) : 6.421
c starts	: 29
c conflicts	: 2
c decisions	: 971
c propagations	: 4752
c inspects	: 5167
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 29
c 
c CURRENT OPTIMUM=24547
c Current CPU time (ms) : 6.556
c starts	: 30
c conflicts	: 2
c decisions	: 1001
c propagations	: 4915
c inspects	: 5436
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 30
c 
c CURRENT OPTIMUM=24546
c Current CPU time (ms) : 6.797
c starts	: 31
c conflicts	: 2
c decisions	: 1030
c propagations	: 5078
c inspects	: 5683
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 31
c 
c CURRENT OPTIMUM=24545
c Current CPU time (ms) : 6.923
c starts	: 32
c conflicts	: 2
c decisions	: 1059
c propagations	: 5241
c inspects	: 5937
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 32
c 
c CURRENT OPTIMUM=24544
c Current CPU time (ms) : 7.035
c starts	: 33
c conflicts	: 2
c decisions	: 1087
c propagations	: 5404
c inspects	: 6166
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 33
c 
c CURRENT OPTIMUM=24543
c Current CPU time (ms) : 7.216
c starts	: 34
c conflicts	: 2
c decisions	: 1119
c propagations	: 5567
c inspects	: 6535
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 34
c 
c CURRENT OPTIMUM=24542
c Current CPU time (ms) : 7.389
c starts	: 35
c conflicts	: 2
c decisions	: 1150
c propagations	: 5730
c inspects	: 6879
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 35
c 
c CURRENT OPTIMUM=24541
c Current CPU time (ms) : 7.598
c starts	: 36
c conflicts	: 2
c decisions	: 1181
c propagations	: 5893
c inspects	: 7232
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 36
c 
c CURRENT OPTIMUM=24540
c Current CPU time (ms) : 7.759
c starts	: 37
c conflicts	: 2
c decisions	: 1211
c propagations	: 6056
c inspects	: 7558
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 37
c 
c CURRENT OPTIMUM=24539
c Current CPU time (ms) : 7.946
c starts	: 38
c conflicts	: 2
c decisions	: 1242
c propagations	: 6219
c inspects	: 7929
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 38
c 
c CURRENT OPTIMUM=24538
c Current CPU time (ms) : 8.117
c starts	: 39
c conflicts	: 2
c decisions	: 1272
c propagations	: 6382
c inspects	: 8271
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 39
c 
c CURRENT OPTIMUM=24537
c Current CPU time (ms) : 8.293
c starts	: 40
c conflicts	: 2
c decisions	: 1302
c propagations	: 6545
c inspects	: 8621
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 40
c 
c CURRENT OPTIMUM=24536
c Current CPU time (ms) : 8.562
c starts	: 41
c conflicts	: 2
c decisions	: 1331
c propagations	: 6708
c inspects	: 8939
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 41
c 
c CURRENT OPTIMUM=24535
c Current CPU time (ms) : 8.765
c starts	: 42
c conflicts	: 2
c decisions	: 1362
c propagations	: 6871
c inspects	: 9346
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 42
c 
c CURRENT OPTIMUM=24534
c Current CPU time (ms) : 8.945
c starts	: 43
c conflicts	: 2
c decisions	: 1392
c propagations	: 7034
c inspects	: 9720
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 43
c 
c CURRENT OPTIMUM=24533
c Current CPU time (ms) : 9.134
c starts	: 44
c conflicts	: 2
c decisions	: 1422
c propagations	: 7197
c inspects	: 10102
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 44
c 
c CURRENT OPTIMUM=24532
c Current CPU time (ms) : 9.355
c starts	: 45
c conflicts	: 2
c decisions	: 1451
c propagations	: 7360
c inspects	: 10448
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 45
c 
c CURRENT OPTIMUM=24531
c Current CPU time (ms) : 9.586
c starts	: 46
c conflicts	: 2
c decisions	: 1481
c propagations	: 7523
c inspects	: 10846
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 46
c 
c CURRENT OPTIMUM=24530
c Current CPU time (ms) : 9.758
c starts	: 47
c conflicts	: 2
c decisions	: 1510
c propagations	: 7686
c inspects	: 11206
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 47
c 
c CURRENT OPTIMUM=24529
c Current CPU time (ms) : 9.935
c starts	: 48
c conflicts	: 2
c decisions	: 1539
c propagations	: 7849
c inspects	: 11573
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 48
c 
c CURRENT OPTIMUM=24528
c Current CPU time (ms) : 10.092
c starts	: 49
c conflicts	: 2
c decisions	: 1567
c propagations	: 8012
c inspects	: 11899
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 49
c 
c CURRENT OPTIMUM=24527
c Current CPU time (ms) : 10.321
c starts	: 50
c conflicts	: 2
c decisions	: 1598
c propagations	: 8175
c inspects	: 12378
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 50
c 
c CURRENT OPTIMUM=24526
c Current CPU time (ms) : 10.563
c starts	: 51
c conflicts	: 2
c decisions	: 1628
c propagations	: 8338
c inspects	: 12816
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 51
c 
c CURRENT OPTIMUM=24525
c Current CPU time (ms) : 10.773
c starts	: 52
c conflicts	: 2
c decisions	: 1658
c propagations	: 8501
c inspects	: 13262
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 52
c 
c CURRENT OPTIMUM=24524
c Current CPU time (ms) : 10.963
c starts	: 53
c conflicts	: 2
c decisions	: 1687
c propagations	: 8664
c inspects	: 13664
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 53
c 
c CURRENT OPTIMUM=24523
c Current CPU time (ms) : 11.184
c starts	: 54
c conflicts	: 2
c decisions	: 1717
c propagations	: 8827
c inspects	: 14126
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 54
c 
c CURRENT OPTIMUM=24522
c Current CPU time (ms) : 11.411
c starts	: 55
c conflicts	: 2
c decisions	: 1746
c propagations	: 8990
c inspects	: 14542
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 55
c 
c CURRENT OPTIMUM=24521
c Current CPU time (ms) : 11.647
c starts	: 56
c conflicts	: 2
c decisions	: 1775
c propagations	: 9153
c inspects	: 14965
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 56
c 
c CURRENT OPTIMUM=24520
c Current CPU time (ms) : 11.828
c starts	: 57
c conflicts	: 2
c decisions	: 1803
c propagations	: 9316
c inspects	: 15339
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 57
c 
c CURRENT OPTIMUM=24519
c Current CPU time (ms) : 12.061
c starts	: 58
c conflicts	: 2
c decisions	: 1833
c propagations	: 9479
c inspects	: 15833
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 58
c 
c CURRENT OPTIMUM=24518
c Current CPU time (ms) : 12.27
c starts	: 59
c conflicts	: 2
c decisions	: 1862
c propagations	: 9642
c inspects	: 16277
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 59
c 
c CURRENT OPTIMUM=24517
c Current CPU time (ms) : 12.52
c starts	: 60
c conflicts	: 2
c decisions	: 1891
c propagations	: 9805
c inspects	: 16728
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 60
c 
c CURRENT OPTIMUM=24516
c Current CPU time (ms) : 12.709
c starts	: 61
c conflicts	: 2
c decisions	: 1919
c propagations	: 9968
c inspects	: 17126
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 61
c 
c CURRENT OPTIMUM=24515
c Current CPU time (ms) : 12.932
c starts	: 62
c conflicts	: 2
c decisions	: 1948
c propagations	: 10131
c inspects	: 17591
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 62
c 
c CURRENT OPTIMUM=24514
c Current CPU time (ms) : 13.128
c starts	: 63
c conflicts	: 2
c decisions	: 1976
c propagations	: 10294
c inspects	: 18001
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 63
c 
c CURRENT OPTIMUM=24513
c Current CPU time (ms) : 13.327
c starts	: 64
c conflicts	: 2
c decisions	: 2004
c propagations	: 10457
c inspects	: 18417
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 64
c 
c CURRENT OPTIMUM=24512
c Current CPU time (ms) : 13.532
c starts	: 65
c conflicts	: 2
c decisions	: 2031
c propagations	: 10620
c inspects	: 18775
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 65
c 
c CURRENT OPTIMUM=24511
c Current CPU time (ms) : 13.857
c starts	: 66
c conflicts	: 2
c decisions	: 2063
c propagations	: 10783
c inspects	: 19465
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 66
c 
c CURRENT OPTIMUM=24510
c Current CPU time (ms) : 14.155
c starts	: 67
c conflicts	: 2
c decisions	: 2094
c propagations	: 10946
c inspects	: 20098
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 67
c 
c CURRENT OPTIMUM=24509
c Current CPU time (ms) : 14.497
c starts	: 68
c conflicts	: 2
c decisions	: 2125
c propagations	: 11109
c inspects	: 20740
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 68
c 
c CURRENT OPTIMUM=24508
c Current CPU time (ms) : 14.772
c starts	: 69
c conflicts	: 2
c decisions	: 2155
c propagations	: 11272
c inspects	: 21323
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 69
c 
c CURRENT OPTIMUM=24507
c Current CPU time (ms) : 15.084
c starts	: 70
c conflicts	: 2
c decisions	: 2186
c propagations	: 11435
c inspects	: 21983
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 70
c 
c CURRENT OPTIMUM=24506
c Current CPU time (ms) : 15.406
c starts	: 71
c conflicts	: 2
c decisions	: 2216
c propagations	: 11598
c inspects	: 22582
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 71
c 
c CURRENT OPTIMUM=24505
c Current CPU time (ms) : 15.697
c starts	: 72
c conflicts	: 2
c decisions	: 2246
c propagations	: 11761
c inspects	: 23189
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 72
c 
c CURRENT OPTIMUM=24504
c Current CPU time (ms) : 15.957
c starts	: 73
c conflicts	: 2
c decisions	: 2275
c propagations	: 11924
c inspects	: 23732
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 73
c 
c CURRENT OPTIMUM=24503
c Current CPU time (ms) : 16.328
c starts	: 74
c conflicts	: 2
c decisions	: 2306
c propagations	: 12087
c inspects	: 24428
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 74
c 
c CURRENT OPTIMUM=24502
c Current CPU time (ms) : 16.627
c starts	: 75
c conflicts	: 2
c decisions	: 2336
c propagations	: 12250
c inspects	: 25059
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 75
c 
c CURRENT OPTIMUM=24501
c Current CPU time (ms) : 16.93
c starts	: 76
c conflicts	: 2
c decisions	: 2366
c propagations	: 12413
c inspects	: 25698
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 76
c 
c CURRENT OPTIMUM=24500
c Current CPU time (ms) : 17.239
c starts	: 77
c conflicts	: 2
c decisions	: 2395
c propagations	: 12576
c inspects	: 26269
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 77
c 
c CURRENT OPTIMUM=24499
c Current CPU time (ms) : 17.558
c starts	: 78
c conflicts	: 2
c decisions	: 2425
c propagations	: 12739
c inspects	: 26924
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 78
c 
c CURRENT OPTIMUM=24498
c Current CPU time (ms) : 17.839
c starts	: 79
c conflicts	: 2
c decisions	: 2454
c propagations	: 12902
c inspects	: 27509
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 79
c 
c CURRENT OPTIMUM=24497
c Current CPU time (ms) : 18.162
c starts	: 80
c conflicts	: 2
c decisions	: 2483
c propagations	: 13065
c inspects	: 28101
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 80
c 
c CURRENT OPTIMUM=24496
c Current CPU time (ms) : 18.407
c starts	: 81
c conflicts	: 2
c decisions	: 2511
c propagations	: 13228
c inspects	: 28620
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 81
c 
c CURRENT OPTIMUM=24495
c Current CPU time (ms) : 18.771
c starts	: 82
c conflicts	: 2
c decisions	: 2542
c propagations	: 13391
c inspects	: 29388
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 82
c 
c CURRENT OPTIMUM=24494
c Current CPU time (ms) : 19.141
c starts	: 83
c conflicts	: 2
c decisions	: 2572
c propagations	: 13554
c inspects	: 30083
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 83
c 
c CURRENT OPTIMUM=24493
c Current CPU time (ms) : 19.476
c starts	: 84
c conflicts	: 2
c decisions	: 2602
c propagations	: 13717
c inspects	: 30786
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 84
c 
c CURRENT OPTIMUM=24492
c Current CPU time (ms) : 19.777
c starts	: 85
c conflicts	: 2
c decisions	: 2631
c propagations	: 13880
c inspects	: 31413
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 85
c 
c CURRENT OPTIMUM=24491
c Current CPU time (ms) : 20.162
c starts	: 86
c conflicts	: 2
c decisions	: 2661
c propagations	: 14043
c inspects	: 32132
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 86
c 
c CURRENT OPTIMUM=24490
c Current CPU time (ms) : 20.466
c starts	: 87
c conflicts	: 2
c decisions	: 2690
c propagations	: 14206
c inspects	: 32773
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 87
c 
c CURRENT OPTIMUM=24489
c Current CPU time (ms) : 20.773
c starts	: 88
c conflicts	: 2
c decisions	: 2719
c propagations	: 14369
c inspects	: 33421
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 88
c 
c CURRENT OPTIMUM=24488
c Current CPU time (ms) : 21.084
c starts	: 89
c conflicts	: 2
c decisions	: 2747
c propagations	: 14532
c inspects	: 33988
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 89
c 
c CURRENT OPTIMUM=24487
c Current CPU time (ms) : 21.44
c starts	: 90
c conflicts	: 2
c decisions	: 2777
c propagations	: 14695
c inspects	: 34739
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 90
c 
c CURRENT OPTIMUM=24486
c Current CPU time (ms) : 21.761
c starts	: 91
c conflicts	: 2
c decisions	: 2806
c propagations	: 14858
c inspects	: 35408
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 91
c 
c CURRENT OPTIMUM=24485
c Current CPU time (ms) : 22.13
c starts	: 92
c conflicts	: 2
c decisions	: 2835
c propagations	: 15021
c inspects	: 36084
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 92
c 
c CURRENT OPTIMUM=24484
c Current CPU time (ms) : 22.415
c starts	: 93
c conflicts	: 2
c decisions	: 2863
c propagations	: 15184
c inspects	: 36675
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 93
c 
c CURRENT OPTIMUM=24483
c Current CPU time (ms) : 22.791
c starts	: 94
c conflicts	: 2
c decisions	: 2892
c propagations	: 15347
c inspects	: 37365
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 94
c 
c CURRENT OPTIMUM=24482
c Current CPU time (ms) : 23.081
c starts	: 95
c conflicts	: 2
c decisions	: 2920
c propagations	: 15510
c inspects	: 37968
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 95
c 
c CURRENT OPTIMUM=24481
c Current CPU time (ms) : 23.374
c starts	: 96
c conflicts	: 2
c decisions	: 2948
c propagations	: 15673
c inspects	: 38577
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 96
c 
c CURRENT OPTIMUM=24480
c Current CPU time (ms) : 23.623
c starts	: 97
c conflicts	: 2
c decisions	: 2975
c propagations	: 15836
c inspects	: 39096
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 97
c 
c CURRENT OPTIMUM=24479
c Current CPU time (ms) : 24.108
c starts	: 98
c conflicts	: 2
c decisions	: 3006
c propagations	: 15999
c inspects	: 40008
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 98
c 
c CURRENT OPTIMUM=24478
c Current CPU time (ms) : 24.506
c starts	: 99
c conflicts	: 2
c decisions	: 3036
c propagations	: 16162
c inspects	: 40831
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 99
c 
c CURRENT OPTIMUM=24477
c Current CPU time (ms) : 24.954
c starts	: 100
c conflicts	: 2
c decisions	: 3066
c propagations	: 16325
c inspects	: 41662
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 100
c 
c CURRENT OPTIMUM=24476
c Current CPU time (ms) : 25.31
c starts	: 101
c conflicts	: 2
c decisions	: 3095
c propagations	: 16488
c inspects	: 42401
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 101
c 
c CURRENT OPTIMUM=24475
c Current CPU time (ms) : 25.766
c starts	: 102
c conflicts	: 2
c decisions	: 3125
c propagations	: 16651
c inspects	: 43248
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 102
c 
c CURRENT OPTIMUM=24474
c Current CPU time (ms) : 26.129
c starts	: 103
c conflicts	: 2
c decisions	: 3154
c propagations	: 16814
c inspects	: 44001
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 103
c 
c CURRENT OPTIMUM=24473
c Current CPU time (ms) : 26.542
c starts	: 104
c conflicts	: 2
c decisions	: 3183
c propagations	: 16977
c inspects	: 44761
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 104
c 
c CURRENT OPTIMUM=24472
c Current CPU time (ms) : 26.861
c starts	: 105
c conflicts	: 2
c decisions	: 3211
c propagations	: 17140
c inspects	: 45424
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 105
c 
c CURRENT OPTIMUM=24471
c Current CPU time (ms) : 27.286
c starts	: 106
c conflicts	: 2
c decisions	: 3241
c propagations	: 17303
c inspects	: 46303
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 106
c 
c CURRENT OPTIMUM=24470
c Current CPU time (ms) : 27.711
c starts	: 107
c conflicts	: 2
c decisions	: 3270
c propagations	: 17466
c inspects	: 47084
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 107
c 
c CURRENT OPTIMUM=24469
c Current CPU time (ms) : 28.092
c starts	: 108
c conflicts	: 2
c decisions	: 3299
c propagations	: 17629
c inspects	: 47872
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 108
c 
c CURRENT OPTIMUM=24468
c Current CPU time (ms) : 28.474
c starts	: 109
c conflicts	: 2
c decisions	: 3327
c propagations	: 17792
c inspects	: 48559
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 109
c 
c CURRENT OPTIMUM=24467
c Current CPU time (ms) : 28.861
c starts	: 110
c conflicts	: 2
c decisions	: 3356
c propagations	: 17955
c inspects	: 49361
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 110
c 
c CURRENT OPTIMUM=24466
c Current CPU time (ms) : 29.199
c starts	: 111
c conflicts	: 2
c decisions	: 3384
c propagations	: 18118
c inspects	: 50060
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 111
c 
c CURRENT OPTIMUM=24465
c Current CPU time (ms) : 29.589
c starts	: 112
c conflicts	: 2
c decisions	: 3412
c propagations	: 18281
c inspects	: 50765
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 112
c 
c CURRENT OPTIMUM=24464
c Current CPU time (ms) : 29.877
c starts	: 113
c conflicts	: 2
c decisions	: 3439
c propagations	: 18444
c inspects	: 51364
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 113
c 
c CURRENT OPTIMUM=24463
c Current CPU time (ms) : 30.383
c starts	: 114
c conflicts	: 2
c decisions	: 3469
c propagations	: 18607
c inspects	: 52307
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 114
c 
c CURRENT OPTIMUM=24462
c Current CPU time (ms) : 30.782
c starts	: 115
c conflicts	: 2
c decisions	: 3498
c propagations	: 18770
c inspects	: 53144
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 115
c 
c CURRENT OPTIMUM=24461
c Current CPU time (ms) : 31.184
c starts	: 116
c conflicts	: 2
c decisions	: 3527
c propagations	: 18933
c inspects	: 53988
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 116
c 
c CURRENT OPTIMUM=24460
c Current CPU time (ms) : 31.586
c starts	: 117
c conflicts	: 2
c decisions	: 3555
c propagations	: 19096
c inspects	: 54723
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 117
c 
c CURRENT OPTIMUM=24459
c Current CPU time (ms) : 31.995
c starts	: 118
c conflicts	: 2
c decisions	: 3584
c propagations	: 19259
c inspects	: 55581
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 118
c 
c CURRENT OPTIMUM=24458
c Current CPU time (ms) : 32.403
c starts	: 119
c conflicts	: 2
c decisions	: 3612
c propagations	: 19422
c inspects	: 56328
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 119
c 
c CURRENT OPTIMUM=24457
c Current CPU time (ms) : 32.761
c starts	: 120
c conflicts	: 2
c decisions	: 3640
c propagations	: 19585
c inspects	: 57081
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 120
c 
c CURRENT OPTIMUM=24456
c Current CPU time (ms) : 33.066
c starts	: 121
c conflicts	: 2
c decisions	: 3667
c propagations	: 19748
c inspects	: 57720
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 121
c 
c CURRENT OPTIMUM=24455
c Current CPU time (ms) : 33.541
c starts	: 122
c conflicts	: 2
c decisions	: 3696
c propagations	: 19911
c inspects	: 58606
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 122
c 
c CURRENT OPTIMUM=24454
c Current CPU time (ms) : 33.908
c starts	: 123
c conflicts	: 2
c decisions	: 3724
c propagations	: 20074
c inspects	: 59377
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 123
c 
c CURRENT OPTIMUM=24453
c Current CPU time (ms) : 34.332
c starts	: 124
c conflicts	: 2
c decisions	: 3752
c propagations	: 20237
c inspects	: 60154
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 124
c 
c CURRENT OPTIMUM=24452
c Current CPU time (ms) : 34.646
c starts	: 125
c conflicts	: 2
c decisions	: 3779
c propagations	: 20400
c inspects	: 60813
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 125
c 
c CURRENT OPTIMUM=24451
c Current CPU time (ms) : 35.079
c starts	: 126
c conflicts	: 2
c decisions	: 3807
c propagations	: 20563
c inspects	: 61602
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 126
c 
c CURRENT OPTIMUM=24450
c Current CPU time (ms) : 35.403
c starts	: 127
c conflicts	: 2
c decisions	: 3834
c propagations	: 20726
c inspects	: 62271
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 127
c 
c CURRENT OPTIMUM=24449
c Current CPU time (ms) : 35.728
c starts	: 128
c conflicts	: 2
c decisions	: 3861
c propagations	: 20889
c inspects	: 62945
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 128
c 
c CURRENT OPTIMUM=24448
c Current CPU time (ms) : 36.031
c starts	: 129
c conflicts	: 2
c decisions	: 3887
c propagations	: 21052
c inspects	: 63496
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 129
c 
c CURRENT OPTIMUM=24447
c Current CPU time (ms) : 36.664
c starts	: 130
c conflicts	: 2
c decisions	: 3919
c propagations	: 21215
c inspects	: 64827
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 130
c 
c CURRENT OPTIMUM=24446
c Current CPU time (ms) : 37.276
c starts	: 131
c conflicts	: 2
c decisions	: 3950
c propagations	: 21378
c inspects	: 66037
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 131
c 
c CURRENT OPTIMUM=24445
c Current CPU time (ms) : 37.891
c starts	: 132
c conflicts	: 2
c decisions	: 3981
c propagations	: 21541
c inspects	: 67256
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 132
c 
c CURRENT OPTIMUM=24444
c Current CPU time (ms) : 38.414
c starts	: 133
c conflicts	: 2
c decisions	: 4011
c propagations	: 21704
c inspects	: 68352
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 133
c 
c CURRENT OPTIMUM=24443
c Current CPU time (ms) : 39.036
c starts	: 134
c conflicts	: 2
c decisions	: 4042
c propagations	: 21867
c inspects	: 69589
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 134
c 
c CURRENT OPTIMUM=24442
c Current CPU time (ms) : 39.598
c starts	: 135
c conflicts	: 2
c decisions	: 4072
c propagations	: 22030
c inspects	: 70701
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 135
c 
c CURRENT OPTIMUM=24441
c Current CPU time (ms) : 40.132
c starts	: 136
c conflicts	: 2
c decisions	: 4102
c propagations	: 22193
c inspects	: 71821
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 136
c 
c CURRENT OPTIMUM=24440
c Current CPU time (ms) : 40.636
c starts	: 137
c conflicts	: 2
c decisions	: 4131
c propagations	: 22356
c inspects	: 72813
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 137
c 
c CURRENT OPTIMUM=24439
c Current CPU time (ms) : 41.244
c starts	: 138
c conflicts	: 2
c decisions	: 4162
c propagations	: 22519
c inspects	: 74086
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 138
c 
c CURRENT OPTIMUM=24438
c Current CPU time (ms) : 41.828
c starts	: 139
c conflicts	: 2
c decisions	: 4192
c propagations	: 22682
c inspects	: 75230
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 139
c 
c CURRENT OPTIMUM=24437
c Current CPU time (ms) : 42.415
c starts	: 140
c conflicts	: 2
c decisions	: 4222
c propagations	: 22845
c inspects	: 76382
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 140
c 
c CURRENT OPTIMUM=24436
c Current CPU time (ms) : 42.902
c starts	: 141
c conflicts	: 2
c decisions	: 4251
c propagations	: 23008
c inspects	: 77402
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 141
c 
c CURRENT OPTIMUM=24435
c Current CPU time (ms) : 43.49
c starts	: 142
c conflicts	: 2
c decisions	: 4281
c propagations	: 23171
c inspects	: 78570
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 142
c 
c CURRENT OPTIMUM=24434
c Current CPU time (ms) : 43.983
c starts	: 143
c conflicts	: 2
c decisions	: 4310
c propagations	: 23334
c inspects	: 79604
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 143
c 
c CURRENT OPTIMUM=24433
c Current CPU time (ms) : 44.508
c starts	: 144
c conflicts	: 2
c decisions	: 4339
c propagations	: 23497
c inspects	: 80645
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 144
c 
c CURRENT OPTIMUM=24432
c Current CPU time (ms) : 44.939
c starts	: 145
c conflicts	: 2
c decisions	: 4367
c propagations	: 23660
c inspects	: 81549
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 145
c 
c CURRENT OPTIMUM=24431
c Current CPU time (ms) : 45.61
c starts	: 146
c conflicts	: 2
c decisions	: 4398
c propagations	: 23823
c inspects	: 82894
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 146
c 
c CURRENT OPTIMUM=24430
c Current CPU time (ms) : 46.215
c starts	: 147
c conflicts	: 2
c decisions	: 4428
c propagations	: 23986
c inspects	: 84102
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 147
c 
c CURRENT OPTIMUM=24429
c Current CPU time (ms) : 46.796
c starts	: 148
c conflicts	: 2
c decisions	: 4458
c propagations	: 24149
c inspects	: 85318
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 148
c 
c CURRENT OPTIMUM=24428
c Current CPU time (ms) : 47.339
c starts	: 149
c conflicts	: 2
c decisions	: 4487
c propagations	: 24312
c inspects	: 86394
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 149
c 
c CURRENT OPTIMUM=24427
c Current CPU time (ms) : 47.965
c starts	: 150
c conflicts	: 2
c decisions	: 4517
c propagations	: 24475
c inspects	: 87626
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 150
c 
c CURRENT OPTIMUM=24426
c Current CPU time (ms) : 48.486
c starts	: 151
c conflicts	: 2
c decisions	: 4546
c propagations	: 24638
c inspects	: 88716
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 151
c 
c CURRENT OPTIMUM=24425
c Current CPU time (ms) : 49.038
c starts	: 152
c conflicts	: 2
c decisions	: 4575
c propagations	: 24801
c inspects	: 89813
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 152
c 
c CURRENT OPTIMUM=24424
c Current CPU time (ms) : 49.494
c starts	: 153
c conflicts	: 2
c decisions	: 4603
c propagations	: 24964
c inspects	: 90765
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 153
c 
c CURRENT OPTIMUM=24423
c Current CPU time (ms) : 50.125
c starts	: 154
c conflicts	: 2
c decisions	: 4633
c propagations	: 25127
c inspects	: 92029
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 154
c 
c CURRENT OPTIMUM=24422
c Current CPU time (ms) : 50.687
c starts	: 155
c conflicts	: 2
c decisions	: 4662
c propagations	: 25290
c inspects	: 93147
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 155
c 
c CURRENT OPTIMUM=24421
c Current CPU time (ms) : 51.224
c starts	: 156
c conflicts	: 2
c decisions	: 4691
c propagations	: 25453
c inspects	: 94272
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 156
c 
c CURRENT OPTIMUM=24420
c Current CPU time (ms) : 51.717
c starts	: 157
c conflicts	: 2
c decisions	: 4719
c propagations	: 25616
c inspects	: 95248
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 157
c 
c CURRENT OPTIMUM=24419
c Current CPU time (ms) : 52.261
c starts	: 158
c conflicts	: 2
c decisions	: 4748
c propagations	: 25779
c inspects	: 96387
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 158
c 
c CURRENT OPTIMUM=24418
c Current CPU time (ms) : 52.76
c starts	: 159
c conflicts	: 2
c decisions	: 4776
c propagations	: 25942
c inspects	: 97375
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 159
c 
c CURRENT OPTIMUM=24417
c Current CPU time (ms) : 53.262
c starts	: 160
c conflicts	: 2
c decisions	: 4804
c propagations	: 26105
c inspects	: 98369
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 160
c 
c CURRENT OPTIMUM=24416
c Current CPU time (ms) : 53.67
c starts	: 161
c conflicts	: 2
c decisions	: 4831
c propagations	: 26268
c inspects	: 99209
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 161
c 
c CURRENT OPTIMUM=24415
c Current CPU time (ms) : 54.414
c starts	: 162
c conflicts	: 2
c decisions	: 4862
c propagations	: 26431
c inspects	: 100698
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 162
c 
c CURRENT OPTIMUM=24414
c Current CPU time (ms) : 55.078
c starts	: 163
c conflicts	: 2
c decisions	: 4892
c propagations	: 26594
c inspects	: 102034
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 163
c 
c CURRENT OPTIMUM=24413
c Current CPU time (ms) : 55.722
c starts	: 164
c conflicts	: 2
c decisions	: 4922
c propagations	: 26757
c inspects	: 103378
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 164
c 
c CURRENT OPTIMUM=24412
c Current CPU time (ms) : 56.314
c starts	: 165
c conflicts	: 2
c decisions	: 4951
c propagations	: 26920
c inspects	: 104566
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 165
c 
c CURRENT OPTIMUM=24411
c Current CPU time (ms) : 56.988
c starts	: 166
c conflicts	: 2
c decisions	: 4981
c propagations	: 27083
c inspects	: 105926
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 166
c 
c CURRENT OPTIMUM=24410
c Current CPU time (ms) : 57.564
c starts	: 167
c conflicts	: 2
c decisions	: 5010
c propagations	: 27246
c inspects	: 107128
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 167
c 
c CURRENT OPTIMUM=24409
c Current CPU time (ms) : 58.167
c starts	: 168
c conflicts	: 2
c decisions	: 5039
c propagations	: 27409
c inspects	: 108337
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 168
c 
c CURRENT OPTIMUM=24408
c Current CPU time (ms) : 58.695
c starts	: 169
c conflicts	: 2
c decisions	: 5067
c propagations	: 27572
c inspects	: 109385
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 169
c 
c CURRENT OPTIMUM=24407
c Current CPU time (ms) : 59.366
c starts	: 170
c conflicts	: 2
c decisions	: 5097
c propagations	: 27735
c inspects	: 110777
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 170
c 
c CURRENT OPTIMUM=24406
c Current CPU time (ms) : 59.982
c starts	: 171
c conflicts	: 2
c decisions	: 5126
c propagations	: 27898
c inspects	: 112007
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 171
c 
c CURRENT OPTIMUM=24405
c Current CPU time (ms) : 60.597
c starts	: 172
c conflicts	: 2
c decisions	: 5155
c propagations	: 28061
c inspects	: 113244
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 172
c 
c CURRENT OPTIMUM=24404
c Current CPU time (ms) : 61.11
c starts	: 173
c conflicts	: 2
c decisions	: 5183
c propagations	: 28224
c inspects	: 114316
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 173
c 
c CURRENT OPTIMUM=24403
c Current CPU time (ms) : 61.731
c starts	: 174
c conflicts	: 2
c decisions	: 5212
c propagations	: 28387
c inspects	: 115567
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 174
c 
c CURRENT OPTIMUM=24402
c Current CPU time (ms) : 62.272
c starts	: 175
c conflicts	: 2
c decisions	: 5240
c propagations	: 28550
c inspects	: 116651
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 175
c 
c CURRENT OPTIMUM=24401
c Current CPU time (ms) : 62.795
c starts	: 176
c conflicts	: 2
c decisions	: 5268
c propagations	: 28713
c inspects	: 117741
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 176
c 
c CURRENT OPTIMUM=24400
c Current CPU time (ms) : 63.256
c starts	: 177
c conflicts	: 2
c decisions	: 5295
c propagations	: 28876
c inspects	: 118661
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 177
c 
c CURRENT OPTIMUM=24399
c Current CPU time (ms) : 63.953
c starts	: 178
c conflicts	: 2
c decisions	: 5325
c propagations	: 29039
c inspects	: 120117
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 178
c 
c CURRENT OPTIMUM=24398
c Current CPU time (ms) : 64.593
c starts	: 179
c conflicts	: 2
c decisions	: 5354
c propagations	: 29202
c inspects	: 121403
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 179
c 
c CURRENT OPTIMUM=24397
c Current CPU time (ms) : 65.233
c starts	: 180
c conflicts	: 2
c decisions	: 5383
c propagations	: 29365
c inspects	: 122696
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 180
c 
c CURRENT OPTIMUM=24396
c Current CPU time (ms) : 65.778
c starts	: 181
c conflicts	: 2
c decisions	: 5411
c propagations	: 29528
c inspects	: 123816
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 181
c 
c CURRENT OPTIMUM=24395
c Current CPU time (ms) : 66.427
c starts	: 182
c conflicts	: 2
c decisions	: 5440
c propagations	: 29691
c inspects	: 125123
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 182
c 
c CURRENT OPTIMUM=24394
c Current CPU time (ms) : 66.991
c starts	: 183
c conflicts	: 2
c decisions	: 5468
c propagations	: 29854
c inspects	: 126255
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 183
c 
c CURRENT OPTIMUM=24393
c Current CPU time (ms) : 67.536
c starts	: 184
c conflicts	: 2
c decisions	: 5496
c propagations	: 30017
c inspects	: 127393
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 184
c 
c CURRENT OPTIMUM=24392
c Current CPU time (ms) : 68.018
c starts	: 185
c conflicts	: 2
c decisions	: 5523
c propagations	: 30180
c inspects	: 128353
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 185
c 
c CURRENT OPTIMUM=24391
c Current CPU time (ms) : 68.687
c starts	: 186
c conflicts	: 2
c decisions	: 5552
c propagations	: 30343
c inspects	: 129688
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 186
c 
c CURRENT OPTIMUM=24390
c Current CPU time (ms) : 69.241
c starts	: 187
c conflicts	: 2
c decisions	: 5580
c propagations	: 30506
c inspects	: 130844
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 187
c 
c CURRENT OPTIMUM=24389
c Current CPU time (ms) : 69.82
c starts	: 188
c conflicts	: 2
c decisions	: 5608
c propagations	: 30669
c inspects	: 132006
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 188
c 
c CURRENT OPTIMUM=24388
c Current CPU time (ms) : 70.288
c starts	: 189
c conflicts	: 2
c decisions	: 5635
c propagations	: 30832
c inspects	: 132986
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 189
c 
c CURRENT OPTIMUM=24387
c Current CPU time (ms) : 70.876
c starts	: 190
c conflicts	: 2
c decisions	: 5663
c propagations	: 30995
c inspects	: 134160
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 190
c 
c CURRENT OPTIMUM=24386
c Current CPU time (ms) : 71.377
c starts	: 191
c conflicts	: 2
c decisions	: 5690
c propagations	: 31158
c inspects	: 135150
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 191
c 
c CURRENT OPTIMUM=24385
c Current CPU time (ms) : 71.859
c starts	: 192
c conflicts	: 2
c decisions	: 5717
c propagations	: 31321
c inspects	: 136145
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 192
c 
c CURRENT OPTIMUM=24384
c Current CPU time (ms) : 72.267
c starts	: 193
c conflicts	: 2
c decisions	: 5743
c propagations	: 31484
c inspects	: 136953
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 193
c 
c CURRENT OPTIMUM=24383
c Current CPU time (ms) : 73.157
c starts	: 194
c conflicts	: 2
c decisions	: 5774
c propagations	: 31647
c inspects	: 138730
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 194
c 
c CURRENT OPTIMUM=24382
c Current CPU time (ms) : 73.921
c starts	: 195
c conflicts	: 2
c decisions	: 5804
c propagations	: 31810
c inspects	: 140322
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 195
c 
c CURRENT OPTIMUM=24381
c Current CPU time (ms) : 74.713
c starts	: 196
c conflicts	: 2
c decisions	: 5834
c propagations	: 31973
c inspects	: 141922
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 196
c 
c CURRENT OPTIMUM=24380
c Current CPU time (ms) : 75.414
c starts	: 197
c conflicts	: 2
c decisions	: 5863
c propagations	: 32136
c inspects	: 143334
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 197
c 
c CURRENT OPTIMUM=24379
c Current CPU time (ms) : 76.213
c starts	: 198
c conflicts	: 2
c decisions	: 5893
c propagations	: 32299
c inspects	: 144950
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 198
c 
c CURRENT OPTIMUM=24378
c Current CPU time (ms) : 76.922
c starts	: 199
c conflicts	: 2
c decisions	: 5922
c propagations	: 32462
c inspects	: 146376
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 199
c 
c CURRENT OPTIMUM=24377
c Current CPU time (ms) : 77.64
c starts	: 200
c conflicts	: 2
c decisions	: 5951
c propagations	: 32625
c inspects	: 147809
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 200
c 
c CURRENT OPTIMUM=24376
c Current CPU time (ms) : 78.234
c starts	: 201
c conflicts	: 2
c decisions	: 5979
c propagations	: 32788
c inspects	: 149049
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 201
c 
c CURRENT OPTIMUM=24375
c Current CPU time (ms) : 79.049
c starts	: 202
c conflicts	: 2
c decisions	: 6009
c propagations	: 32951
c inspects	: 150697
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 202
c 
c CURRENT OPTIMUM=24374
c Current CPU time (ms) : 79.778
c starts	: 203
c conflicts	: 2
c decisions	: 6038
c propagations	: 33114
c inspects	: 152150
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 203
c 
c CURRENT OPTIMUM=24373
c Current CPU time (ms) : 80.511
c starts	: 204
c conflicts	: 2
c decisions	: 6067
c propagations	: 33277
c inspects	: 153610
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 204
c 
c CURRENT OPTIMUM=24372
c Current CPU time (ms) : 81.117
c starts	: 205
c conflicts	: 2
c decisions	: 6095
c propagations	: 33440
c inspects	: 154873
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 205
c 
c CURRENT OPTIMUM=24371
c Current CPU time (ms) : 81.849
c starts	: 206
c conflicts	: 2
c decisions	: 6124
c propagations	: 33603
c inspects	: 156347
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 206
c 
c CURRENT OPTIMUM=24370
c Current CPU time (ms) : 82.485
c starts	: 207
c conflicts	: 2
c decisions	: 6152
c propagations	: 33766
c inspects	: 157622
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 207
c 
c CURRENT OPTIMUM=24369
c Current CPU time (ms) : 83.124
c starts	: 208
c conflicts	: 2
c decisions	: 6180
c propagations	: 33929
c inspects	: 158903
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 208
c 
c CURRENT OPTIMUM=24368
c Current CPU time (ms) : 83.651
c starts	: 209
c conflicts	: 2
c decisions	: 6207
c propagations	: 34092
c inspects	: 159982
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 209
c 
c CURRENT OPTIMUM=24367
c Current CPU time (ms) : 84.501
c starts	: 210
c conflicts	: 2
c decisions	: 6237
c propagations	: 34255
c inspects	: 161693
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 210
c 
c CURRENT OPTIMUM=24366
c Current CPU time (ms) : 85.249
c starts	: 211
c conflicts	: 2
c decisions	: 6266
c propagations	: 34418
c inspects	: 163202
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 211
c 
c CURRENT OPTIMUM=24365
c Current CPU time (ms) : 86.0
c starts	: 212
c conflicts	: 2
c decisions	: 6295
c propagations	: 34581
c inspects	: 164718
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 212
c 
c CURRENT OPTIMUM=24364
c Current CPU time (ms) : 86.652
c starts	: 213
c conflicts	: 2
c decisions	: 6323
c propagations	: 34744
c inspects	: 166029
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 213
c 
c CURRENT OPTIMUM=24363
c Current CPU time (ms) : 87.389
c starts	: 214
c conflicts	: 2
c decisions	: 6352
c propagations	: 34907
c inspects	: 167559
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 214
c 
c CURRENT OPTIMUM=24362
c Current CPU time (ms) : 88.049
c starts	: 215
c conflicts	: 2
c decisions	: 6380
c propagations	: 35070
c inspects	: 168882
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 215
c 
c CURRENT OPTIMUM=24361
c Current CPU time (ms) : 88.712
c starts	: 216
c conflicts	: 2
c decisions	: 6408
c propagations	: 35233
c inspects	: 170211
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 216
c 
c CURRENT OPTIMUM=24360
c Current CPU time (ms) : 89.25
c starts	: 217
c conflicts	: 2
c decisions	: 6435
c propagations	: 35396
c inspects	: 171330
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 217
c 
c CURRENT OPTIMUM=24359
c Current CPU time (ms) : 90.037
c starts	: 218
c conflicts	: 2
c decisions	: 6464
c propagations	: 35559
c inspects	: 172888
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 218
c 
c CURRENT OPTIMUM=24358
c Current CPU time (ms) : 90.711
c starts	: 219
c conflicts	: 2
c decisions	: 6492
c propagations	: 35722
c inspects	: 174235
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 219
c 
c CURRENT OPTIMUM=24357
c Current CPU time (ms) : 91.39
c starts	: 220
c conflicts	: 2
c decisions	: 6520
c propagations	: 35885
c inspects	: 175588
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 220
c 
c CURRENT OPTIMUM=24356
c Current CPU time (ms) : 91.945
c starts	: 221
c conflicts	: 2
c decisions	: 6547
c propagations	: 36048
c inspects	: 176727
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 221
c 
c CURRENT OPTIMUM=24355
c Current CPU time (ms) : 92.635
c starts	: 222
c conflicts	: 2
c decisions	: 6575
c propagations	: 36211
c inspects	: 178092
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 222
c 
c CURRENT OPTIMUM=24354
c Current CPU time (ms) : 93.219
c starts	: 223
c conflicts	: 2
c decisions	: 6602
c propagations	: 36374
c inspects	: 179241
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 223
c 
c CURRENT OPTIMUM=24353
c Current CPU time (ms) : 93.781
c starts	: 224
c conflicts	: 2
c decisions	: 6629
c propagations	: 36537
c inspects	: 180395
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 224
c 
c CURRENT OPTIMUM=24352
c Current CPU time (ms) : 94.261
c starts	: 225
c conflicts	: 2
c decisions	: 6655
c propagations	: 36700
c inspects	: 181330
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 225
c 
c CURRENT OPTIMUM=24351
c Current CPU time (ms) : 95.181
c starts	: 226
c conflicts	: 2
c decisions	: 6685
c propagations	: 36863
c inspects	: 183169
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 226
c 
c CURRENT OPTIMUM=24350
c Current CPU time (ms) : 95.995
c starts	: 227
c conflicts	: 2
c decisions	: 6714
c propagations	: 37026
c inspects	: 184790
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 227
c 
c CURRENT OPTIMUM=24349
c Current CPU time (ms) : 96.812
c starts	: 228
c conflicts	: 2
c decisions	: 6743
c propagations	: 37189
c inspects	: 186418
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 228
c 
c CURRENT OPTIMUM=24348
c Current CPU time (ms) : 97.499
c starts	: 229
c conflicts	: 2
c decisions	: 6771
c propagations	: 37352
c inspects	: 187825
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 229
c 
c CURRENT OPTIMUM=24347
c Current CPU time (ms) : 98.324
c starts	: 230
c conflicts	: 2
c decisions	: 6800
c propagations	: 37515
c inspects	: 189467
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 230
c 
c CURRENT OPTIMUM=24346
c Current CPU time (ms) : 99.04
c starts	: 231
c conflicts	: 2
c decisions	: 6828
c propagations	: 37678
c inspects	: 190886
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 231
c 
c CURRENT OPTIMUM=24345
c Current CPU time (ms) : 99.759
c starts	: 232
c conflicts	: 2
c decisions	: 6856
c propagations	: 37841
c inspects	: 192311
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 232
c 
c CURRENT OPTIMUM=24344
c Current CPU time (ms) : 100.361
c starts	: 233
c conflicts	: 2
c decisions	: 6883
c propagations	: 38004
c inspects	: 193510
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 233
c 
c CURRENT OPTIMUM=24343
c Current CPU time (ms) : 101.176
c starts	: 234
c conflicts	: 2
c decisions	: 6912
c propagations	: 38167
c inspects	: 195180
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 234
c 
c CURRENT OPTIMUM=24342
c Current CPU time (ms) : 101.903
c starts	: 235
c conflicts	: 2
c decisions	: 6940
c propagations	: 38330
c inspects	: 196623
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 235
c 
c CURRENT OPTIMUM=24341
c Current CPU time (ms) : 102.63
c starts	: 236
c conflicts	: 2
c decisions	: 6968
c propagations	: 38493
c inspects	: 198072
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 236
c 
c CURRENT OPTIMUM=24340
c Current CPU time (ms) : 103.245
c starts	: 237
c conflicts	: 2
c decisions	: 6995
c propagations	: 38656
c inspects	: 199291
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 237
c 
c CURRENT OPTIMUM=24339
c Current CPU time (ms) : 103.977
c starts	: 238
c conflicts	: 2
c decisions	: 7023
c propagations	: 38819
c inspects	: 200752
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 238
c 
c CURRENT OPTIMUM=24338
c Current CPU time (ms) : 104.578
c starts	: 239
c conflicts	: 2
c decisions	: 7050
c propagations	: 38982
c inspects	: 201981
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 239
c 
c CURRENT OPTIMUM=24337
c Current CPU time (ms) : 105.199
c starts	: 240
c conflicts	: 2
c decisions	: 7077
c propagations	: 39145
c inspects	: 203215
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 240
c 
c CURRENT OPTIMUM=24336
c Current CPU time (ms) : 105.686
c starts	: 241
c conflicts	: 2
c decisions	: 7103
c propagations	: 39308
c inspects	: 204214
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 241
c 
c CURRENT OPTIMUM=24335
c Current CPU time (ms) : 106.548
c starts	: 242
c conflicts	: 2
c decisions	: 7132
c propagations	: 39471
c inspects	: 205940
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 242
c 
c CURRENT OPTIMUM=24334
c Current CPU time (ms) : 107.295
c starts	: 243
c conflicts	: 2
c decisions	: 7160
c propagations	: 39634
c inspects	: 207431
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 243
c 
c CURRENT OPTIMUM=24333
c Current CPU time (ms) : 108.045
c starts	: 244
c conflicts	: 2
c decisions	: 7188
c propagations	: 39797
c inspects	: 208928
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 244
c 
c CURRENT OPTIMUM=24332
c Current CPU time (ms) : 108.679
c starts	: 245
c conflicts	: 2
c decisions	: 7215
c propagations	: 39960
c inspects	: 210187
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 245
c 
c CURRENT OPTIMUM=24331
c Current CPU time (ms) : 109.428
c starts	: 246
c conflicts	: 2
c decisions	: 7243
c propagations	: 40123
c inspects	: 211696
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 246
c 
c CURRENT OPTIMUM=24330
c Current CPU time (ms) : 110.048
c starts	: 247
c conflicts	: 2
c decisions	: 7270
c propagations	: 40286
c inspects	: 212965
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 247
c 
c CURRENT OPTIMUM=24329
c Current CPU time (ms) : 110.69
c starts	: 248
c conflicts	: 2
c decisions	: 7297
c propagations	: 40449
c inspects	: 214239
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 248
c 
c CURRENT OPTIMUM=24328
c Current CPU time (ms) : 111.212
c starts	: 249
c conflicts	: 2
c decisions	: 7323
c propagations	: 40612
c inspects	: 215270
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 249
c 
c CURRENT OPTIMUM=24327
c Current CPU time (ms) : 111.961
c starts	: 250
c conflicts	: 2
c decisions	: 7351
c propagations	: 40775
c inspects	: 216803
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 250
c 
c CURRENT OPTIMUM=24326
c Current CPU time (ms) : 112.611
c starts	: 251
c conflicts	: 2
c decisions	: 7378
c propagations	: 40938
c inspects	: 218092
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 251
c 
c CURRENT OPTIMUM=24325
c Current CPU time (ms) : 113.264
c starts	: 252
c conflicts	: 2
c decisions	: 7405
c propagations	: 41101
c inspects	: 219386
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 252
c 
c CURRENT OPTIMUM=24324
c Current CPU time (ms) : 113.775
c starts	: 253
c conflicts	: 2
c decisions	: 7431
c propagations	: 41264
c inspects	: 220433
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 253
c 
c CURRENT OPTIMUM=24323
c Current CPU time (ms) : 114.438
c starts	: 254
c conflicts	: 2
c decisions	: 7458
c propagations	: 41427
c inspects	: 221737
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 254
c 
c CURRENT OPTIMUM=24322
c Current CPU time (ms) : 114.976
c starts	: 255
c conflicts	: 2
c decisions	: 7484
c propagations	: 41590
c inspects	: 222792
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 255
c 
c CURRENT OPTIMUM=24321
c Current CPU time (ms) : 115.493
c starts	: 256
c conflicts	: 2
c decisions	: 7510
c propagations	: 41753
c inspects	: 223851
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 256
c 
c CURRENT OPTIMUM=24320
c Current CPU time (ms) : 115.909
c starts	: 257
c conflicts	: 2
c decisions	: 7535
c propagations	: 41916
c inspects	: 224658
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 257
c 
c CURRENT OPTIMUM=24319
c Current CPU time (ms) : 117.2
c starts	: 258
c conflicts	: 2
c decisions	: 7567
c propagations	: 42079
c inspects	: 227270
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 258
c 
c CURRENT OPTIMUM=24318
c Current CPU time (ms) : 118.374
c starts	: 259
c conflicts	: 2
c decisions	: 7598
c propagations	: 42242
c inspects	: 229633
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 259
c 
c CURRENT OPTIMUM=24317
c Current CPU time (ms) : 119.575
c starts	: 260
c conflicts	: 2
c decisions	: 7629
c propagations	: 42405
c inspects	: 232005
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 260
c 
c CURRENT OPTIMUM=24316
c Current CPU time (ms) : 120.63
c starts	: 261
c conflicts	: 2
c decisions	: 7659
c propagations	: 42568
c inspects	: 234126
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 261
c 
c CURRENT OPTIMUM=24315
c Current CPU time (ms) : 121.814
c starts	: 262
c conflicts	: 2
c decisions	: 7690
c propagations	: 42731
c inspects	: 236516
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 262
c 
c CURRENT OPTIMUM=24314
c Current CPU time (ms) : 122.878
c starts	: 263
c conflicts	: 2
c decisions	: 7720
c propagations	: 42894
c inspects	: 238653
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 263
c 
c CURRENT OPTIMUM=24313
c Current CPU time (ms) : 123.965
c starts	: 264
c conflicts	: 2
c decisions	: 7750
c propagations	: 43057
c inspects	: 240798
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 264
c 
c CURRENT OPTIMUM=24312
c Current CPU time (ms) : 124.909
c starts	: 265
c conflicts	: 2
c decisions	: 7779
c propagations	: 43220
c inspects	: 242687
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 265
c 
c CURRENT OPTIMUM=24311
c Current CPU time (ms) : 126.112
c starts	: 266
c conflicts	: 2
c decisions	: 7810
c propagations	: 43383
c inspects	: 245113
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 266
c 
c CURRENT OPTIMUM=24310
c Current CPU time (ms) : 127.19
c starts	: 267
c conflicts	: 2
c decisions	: 7840
c propagations	: 43546
c inspects	: 247282
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 267
c 
c CURRENT OPTIMUM=24309
c Current CPU time (ms) : 128.264
c starts	: 268
c conflicts	: 2
c decisions	: 7870
c propagations	: 43709
c inspects	: 249459
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 268
c 
c CURRENT OPTIMUM=24308
c Current CPU time (ms) : 129.217
c starts	: 269
c conflicts	: 2
c decisions	: 7899
c propagations	: 43872
c inspects	: 251376
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 269
c 
c CURRENT OPTIMUM=24307
c Current CPU time (ms) : 130.326
c starts	: 270
c conflicts	: 2
c decisions	: 7929
c propagations	: 44035
c inspects	: 253569
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 270
c 
c CURRENT OPTIMUM=24306
c Current CPU time (ms) : 131.289
c starts	: 271
c conflicts	: 2
c decisions	: 7958
c propagations	: 44198
c inspects	: 255500
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 271
c 
c CURRENT OPTIMUM=24305
c Current CPU time (ms) : 132.255
c starts	: 272
c conflicts	: 2
c decisions	: 7987
c propagations	: 44361
c inspects	: 257438
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 272
c 
c CURRENT OPTIMUM=24304
c Current CPU time (ms) : 133.092
c starts	: 273
c conflicts	: 2
c decisions	: 8015
c propagations	: 44524
c inspects	: 259111
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 273
c 
c CURRENT OPTIMUM=24303
c Current CPU time (ms) : 134.329
c starts	: 274
c conflicts	: 2
c decisions	: 8046
c propagations	: 44687
c inspects	: 261609
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 274
c 
c CURRENT OPTIMUM=24302
c Current CPU time (ms) : 135.437
c starts	: 275
c conflicts	: 2
c decisions	: 8076
c propagations	: 44850
c inspects	: 263842
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 275
c 
c CURRENT OPTIMUM=24301
c Current CPU time (ms) : 136.548
c starts	: 276
c conflicts	: 2
c decisions	: 8106
c propagations	: 45013
c inspects	: 266083
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 276
c 
c CURRENT OPTIMUM=24300
c Current CPU time (ms) : 137.549
c starts	: 277
c conflicts	: 2
c decisions	: 8135
c propagations	: 45176
c inspects	: 268056
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 277
c 
c CURRENT OPTIMUM=24299
c Current CPU time (ms) : 138.67
c starts	: 278
c conflicts	: 2
c decisions	: 8165
c propagations	: 45339
c inspects	: 270313
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 278
c 
c CURRENT OPTIMUM=24298
c Current CPU time (ms) : 139.658
c starts	: 279
c conflicts	: 2
c decisions	: 8194
c propagations	: 45502
c inspects	: 272300
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 279
c 
c CURRENT OPTIMUM=24297
c Current CPU time (ms) : 140.649
c starts	: 280
c conflicts	: 2
c decisions	: 8223
c propagations	: 45665
c inspects	: 274294
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 280
c 
c CURRENT OPTIMUM=24296
c Current CPU time (ms) : 141.501
c starts	: 281
c conflicts	: 2
c decisions	: 8251
c propagations	: 45828
c inspects	: 276015
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 281
c 
c CURRENT OPTIMUM=24295
c Current CPU time (ms) : 142.638
c starts	: 282
c conflicts	: 2
c decisions	: 8281
c propagations	: 45991
c inspects	: 278304
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 282
c 
c CURRENT OPTIMUM=24294
c Current CPU time (ms) : 143.638
c starts	: 283
c conflicts	: 2
c decisions	: 8310
c propagations	: 46154
c inspects	: 280319
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 283
c 
c CURRENT OPTIMUM=24293
c Current CPU time (ms) : 144.641
c starts	: 284
c conflicts	: 2
c decisions	: 8339
c propagations	: 46317
c inspects	: 282341
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 284
c 
c CURRENT OPTIMUM=24292
c Current CPU time (ms) : 145.508
c starts	: 285
c conflicts	: 2
c decisions	: 8367
c propagations	: 46480
c inspects	: 284086
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 285
c 
c CURRENT OPTIMUM=24291
c Current CPU time (ms) : 146.517
c starts	: 286
c conflicts	: 2
c decisions	: 8396
c propagations	: 46643
c inspects	: 286122
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 286
c 
c CURRENT OPTIMUM=24290
c Current CPU time (ms) : 147.392
c starts	: 287
c conflicts	: 2
c decisions	: 8424
c propagations	: 46806
c inspects	: 287879
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 287
c 
c CURRENT OPTIMUM=24289
c Current CPU time (ms) : 148.268
c starts	: 288
c conflicts	: 2
c decisions	: 8452
c propagations	: 46969
c inspects	: 289642
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 288
c 
c CURRENT OPTIMUM=24288
c Current CPU time (ms) : 149.009
c starts	: 289
c conflicts	: 2
c decisions	: 8479
c propagations	: 47132
c inspects	: 291123
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 289
c 
c CURRENT OPTIMUM=24287
c Current CPU time (ms) : 150.329
c starts	: 290
c conflicts	: 2
c decisions	: 8510
c propagations	: 47295
c inspects	: 293765
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 290
c 
c CURRENT OPTIMUM=24286
c Current CPU time (ms) : 151.497
c starts	: 291
c conflicts	: 2
c decisions	: 8540
c propagations	: 47458
c inspects	: 296126
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 291
c 
c CURRENT OPTIMUM=24285
c Current CPU time (ms) : 152.668
c starts	: 292
c conflicts	: 2
c decisions	: 8570
c propagations	: 47621
c inspects	: 298495
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 292
c 
c CURRENT OPTIMUM=24284
c Current CPU time (ms) : 153.702
c starts	: 293
c conflicts	: 2
c decisions	: 8599
c propagations	: 47784
c inspects	: 300580
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 293
c 
c CURRENT OPTIMUM=24283
c Current CPU time (ms) : 154.899
c starts	: 294
c conflicts	: 2
c decisions	: 8629
c propagations	: 47947
c inspects	: 302965
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 294
c 
c CURRENT OPTIMUM=24282
c Current CPU time (ms) : 155.94
c starts	: 295
c conflicts	: 2
c decisions	: 8658
c propagations	: 48110
c inspects	: 305064
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 295
c 
c CURRENT OPTIMUM=24281
c Current CPU time (ms) : 156.984
c starts	: 296
c conflicts	: 2
c decisions	: 8687
c propagations	: 48273
c inspects	: 307170
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 296
c 
c CURRENT OPTIMUM=24280
c Current CPU time (ms) : 157.889
c starts	: 297
c conflicts	: 2
c decisions	: 8715
c propagations	: 48436
c inspects	: 308987
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 297
c 
c CURRENT OPTIMUM=24279
c Current CPU time (ms) : 159.085
c starts	: 298
c conflicts	: 2
c decisions	: 8745
c propagations	: 48599
c inspects	: 311404
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 298
c 
c CURRENT OPTIMUM=24278
c Current CPU time (ms) : 160.155
c starts	: 299
c conflicts	: 2
c decisions	: 8774
c propagations	: 48762
c inspects	: 313531
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 299
c 
c CURRENT OPTIMUM=24277
c Current CPU time (ms) : 161.214
c starts	: 300
c conflicts	: 2
c decisions	: 8803
c propagations	: 48925
c inspects	: 315665
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 300
c 
c CURRENT OPTIMUM=24276
c Current CPU time (ms) : 162.131
c starts	: 301
c conflicts	: 2
c decisions	: 8831
c propagations	: 49088
c inspects	: 317506
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 301
c 
c CURRENT OPTIMUM=24275
c Current CPU time (ms) : 163.196
c starts	: 302
c conflicts	: 2
c decisions	: 8860
c propagations	: 49251
c inspects	: 319654
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 302
c 
c CURRENT OPTIMUM=24274
c Current CPU time (ms) : 164.119
c starts	: 303
c conflicts	: 2
c decisions	: 8888
c propagations	: 49414
c inspects	: 321507
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 303
c 
c CURRENT OPTIMUM=24273
c Current CPU time (ms) : 165.045
c starts	: 304
c conflicts	: 2
c decisions	: 8916
c propagations	: 49577
c inspects	: 323366
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 304
c 
c CURRENT OPTIMUM=24272
c Current CPU time (ms) : 165.825
c starts	: 305
c conflicts	: 2
c decisions	: 8943
c propagations	: 49740
c inspects	: 324927
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 305
c 
c CURRENT OPTIMUM=24271
c Current CPU time (ms) : 167.053
c starts	: 306
c conflicts	: 2
c decisions	: 8973
c propagations	: 49903
c inspects	: 327408
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 306
c 
c CURRENT OPTIMUM=24270
c Current CPU time (ms) : 168.137
c starts	: 307
c conflicts	: 2
c decisions	: 9002
c propagations	: 50066
c inspects	: 329591
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 307
c 
c CURRENT OPTIMUM=24269
c Current CPU time (ms) : 169.242
c starts	: 308
c conflicts	: 2
c decisions	: 9031
c propagations	: 50229
c inspects	: 331781
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 308
c 
c CURRENT OPTIMUM=24268
c Current CPU time (ms) : 170.173
c starts	: 309
c conflicts	: 2
c decisions	: 9059
c propagations	: 50392
c inspects	: 333670
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 309
c 
c CURRENT OPTIMUM=24267
c Current CPU time (ms) : 171.263
c starts	: 310
c conflicts	: 2
c decisions	: 9088
c propagations	: 50555
c inspects	: 335874
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 310
c 
c CURRENT OPTIMUM=24266
c Current CPU time (ms) : 172.195
c starts	: 311
c conflicts	: 2
c decisions	: 9116
c propagations	: 50718
c inspects	: 337775
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 311
c 
c CURRENT OPTIMUM=24265
c Current CPU time (ms) : 173.139
c starts	: 312
c conflicts	: 2
c decisions	: 9144
c propagations	: 50881
c inspects	: 339682
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 312
c 
c CURRENT OPTIMUM=24264
c Current CPU time (ms) : 173.934
c starts	: 313
c conflicts	: 2
c decisions	: 9171
c propagations	: 51044
c inspects	: 341283
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 313
c 
c CURRENT OPTIMUM=24263
c Current CPU time (ms) : 175.025
c starts	: 314
c conflicts	: 2
c decisions	: 9200
c propagations	: 51207
c inspects	: 343515
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 314
c 
c CURRENT OPTIMUM=24262
c Current CPU time (ms) : 175.969
c starts	: 315
c conflicts	: 2
c decisions	: 9228
c propagations	: 51370
c inspects	: 345440
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 315
c 
c CURRENT OPTIMUM=24261
c Current CPU time (ms) : 176.916
c starts	: 316
c conflicts	: 2
c decisions	: 9256
c propagations	: 51533
c inspects	: 347371
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 316
c 
c CURRENT OPTIMUM=24260
c Current CPU time (ms) : 177.714
c starts	: 317
c conflicts	: 2
c decisions	: 9283
c propagations	: 51696
c inspects	: 348992
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 317
c 
c CURRENT OPTIMUM=24259
c Current CPU time (ms) : 178.668
c starts	: 318
c conflicts	: 2
c decisions	: 9311
c propagations	: 51859
c inspects	: 350935
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 318
c 
c CURRENT OPTIMUM=24258
c Current CPU time (ms) : 179.478
c starts	: 319
c conflicts	: 2
c decisions	: 9338
c propagations	: 52022
c inspects	: 352566
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 319
c 
c CURRENT OPTIMUM=24257
c Current CPU time (ms) : 180.295
c starts	: 320
c conflicts	: 2
c decisions	: 9365
c propagations	: 52185
c inspects	: 354202
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 320
c 
c CURRENT OPTIMUM=24256
c Current CPU time (ms) : 180.956
c starts	: 321
c conflicts	: 2
c decisions	: 9391
c propagations	: 52348
c inspects	: 355523
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 321
c 
c CURRENT OPTIMUM=24255
c Current CPU time (ms) : 182.382
c starts	: 322
c conflicts	: 2
c decisions	: 9422
c propagations	: 52511
c inspects	: 358453
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 322
c 
c CURRENT OPTIMUM=24254
c Current CPU time (ms) : 183.673
c starts	: 323
c conflicts	: 2
c decisions	: 9452
c propagations	: 52674
c inspects	: 361070
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 323
c 
c CURRENT OPTIMUM=24253
c Current CPU time (ms) : 184.953
c starts	: 324
c conflicts	: 2
c decisions	: 9482
c propagations	: 52837
c inspects	: 363695
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 324
c 
c CURRENT OPTIMUM=24252
c Current CPU time (ms) : 186.111
c starts	: 325
c conflicts	: 2
c decisions	: 9511
c propagations	: 53000
c inspects	: 366004
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 325
c 
c CURRENT OPTIMUM=24251
c Current CPU time (ms) : 187.4
c starts	: 326
c conflicts	: 2
c decisions	: 9541
c propagations	: 53163
c inspects	: 368645
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 326
c 
c CURRENT OPTIMUM=24250
c Current CPU time (ms) : 188.545
c starts	: 327
c conflicts	: 2
c decisions	: 9570
c propagations	: 53326
c inspects	: 370968
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 327
c 
c CURRENT OPTIMUM=24249
c Current CPU time (ms) : 189.706
c starts	: 328
c conflicts	: 2
c decisions	: 9599
c propagations	: 53489
c inspects	: 373298
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 328
c 
c CURRENT OPTIMUM=24248
c Current CPU time (ms) : 190.691
c starts	: 329
c conflicts	: 2
c decisions	: 9627
c propagations	: 53652
c inspects	: 375307
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 329
c 
c CURRENT OPTIMUM=24247
c Current CPU time (ms) : 191.999
c starts	: 330
c conflicts	: 2
c decisions	: 9657
c propagations	: 53815
c inspects	: 377980
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 330
c 
c CURRENT OPTIMUM=24246
c Current CPU time (ms) : 193.148
c starts	: 331
c conflicts	: 2
c decisions	: 9686
c propagations	: 53978
c inspects	: 380331
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 331
c 
c CURRENT OPTIMUM=24245
c Current CPU time (ms) : 194.317
c starts	: 332
c conflicts	: 2
c decisions	: 9715
c propagations	: 54141
c inspects	: 382689
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 332
c 
c CURRENT OPTIMUM=24244
c Current CPU time (ms) : 195.313
c starts	: 333
c conflicts	: 2
c decisions	: 9743
c propagations	: 54304
c inspects	: 384722
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 333
c 
c CURRENT OPTIMUM=24243
c Current CPU time (ms) : 196.473
c starts	: 334
c conflicts	: 2
c decisions	: 9772
c propagations	: 54467
c inspects	: 387094
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 334
c 
c CURRENT OPTIMUM=24242
c Current CPU time (ms) : 197.479
c starts	: 335
c conflicts	: 2
c decisions	: 9800
c propagations	: 54630
c inspects	: 389139
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 335
c 
c CURRENT OPTIMUM=24241
c Current CPU time (ms) : 198.489
c starts	: 336
c conflicts	: 2
c decisions	: 9828
c propagations	: 54793
c inspects	: 391190
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 336
c 
c CURRENT OPTIMUM=24240
c Current CPU time (ms) : 199.378
c starts	: 337
c conflicts	: 2
c decisions	: 9855
c propagations	: 54956
c inspects	: 392911
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 337
c 
c CURRENT OPTIMUM=24239
c Current CPU time (ms) : 200.74
c starts	: 338
c conflicts	: 2
c decisions	: 9885
c propagations	: 55119
c inspects	: 395648
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 338
c 
c CURRENT OPTIMUM=24238
c Current CPU time (ms) : 201.92
c starts	: 339
c conflicts	: 2
c decisions	: 9914
c propagations	: 55282
c inspects	: 398055
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 339
c 
c CURRENT OPTIMUM=24237
c Current CPU time (ms) : 203.12
c starts	: 340
c conflicts	: 2
c decisions	: 9943
c propagations	: 55445
c inspects	: 400469
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 340
c 
c CURRENT OPTIMUM=24236
c Current CPU time (ms) : 204.15
c starts	: 341
c conflicts	: 2
c decisions	: 9971
c propagations	: 55608
c inspects	: 402550
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 341
c 
c CURRENT OPTIMUM=24235
c Current CPU time (ms) : 205.341
c starts	: 342
c conflicts	: 2
c decisions	: 10000
c propagations	: 55771
c inspects	: 404978
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 342
c 
c CURRENT OPTIMUM=24234
c Current CPU time (ms) : 206.369
c starts	: 343
c conflicts	: 2
c decisions	: 10028
c propagations	: 55934
c inspects	: 407071
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 343
c 
c CURRENT OPTIMUM=24233
c Current CPU time (ms) : 207.402
c starts	: 344
c conflicts	: 2
c decisions	: 10056
c propagations	: 56097
c inspects	: 409170
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 344
c 
c CURRENT OPTIMUM=24232
c Current CPU time (ms) : 208.272
c starts	: 345
c conflicts	: 2
c decisions	: 10083
c propagations	: 56260
c inspects	: 410931
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 345
c 
c CURRENT OPTIMUM=24231
c Current CPU time (ms) : 209.498
c starts	: 346
c conflicts	: 2
c decisions	: 10112
c propagations	: 56423
c inspects	: 413387
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 346
c 
c CURRENT OPTIMUM=24230
c Current CPU time (ms) : 210.546
c starts	: 347
c conflicts	: 2
c decisions	: 10140
c propagations	: 56586
c inspects	: 415504
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 347
c 
c CURRENT OPTIMUM=24229
c Current CPU time (ms) : 211.59
c starts	: 348
c conflicts	: 2
c decisions	: 10168
c propagations	: 56749
c inspects	: 417627
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 348
c 
c CURRENT OPTIMUM=24228
c Current CPU time (ms) : 212.468
c starts	: 349
c conflicts	: 2
c decisions	: 10195
c propagations	: 56912
c inspects	: 419408
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 349
c 
c CURRENT OPTIMUM=24227
c Current CPU time (ms) : 213.519
c starts	: 350
c conflicts	: 2
c decisions	: 10223
c propagations	: 57075
c inspects	: 421543
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 350
c 
c CURRENT OPTIMUM=24226
c Current CPU time (ms) : 214.403
c starts	: 351
c conflicts	: 2
c decisions	: 10250
c propagations	: 57238
c inspects	: 423334
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 351
c 
c CURRENT OPTIMUM=24225
c Current CPU time (ms) : 215.289
c starts	: 352
c conflicts	: 2
c decisions	: 10277
c propagations	: 57401
c inspects	: 425130
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 352
c 
c CURRENT OPTIMUM=24224
c Current CPU time (ms) : 216.013
c starts	: 353
c conflicts	: 2
c decisions	: 10303
c propagations	: 57564
c inspects	: 426579
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 353
c 
c CURRENT OPTIMUM=24223
c Current CPU time (ms) : 217.431
c starts	: 354
c conflicts	: 2
c decisions	: 10333
c propagations	: 57727
c inspects	: 429444
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 354
c 
c CURRENT OPTIMUM=24222
c Current CPU time (ms) : 218.666
c starts	: 355
c conflicts	: 2
c decisions	: 10362
c propagations	: 57890
c inspects	: 431963
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 355
c 
c CURRENT OPTIMUM=24221
c Current CPU time (ms) : 219.906
c starts	: 356
c conflicts	: 2
c decisions	: 10391
c propagations	: 58053
c inspects	: 434489
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 356
c 
c CURRENT OPTIMUM=24220
c Current CPU time (ms) : 220.992
c starts	: 357
c conflicts	: 2
c decisions	: 10419
c propagations	: 58216
c inspects	: 436666
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 357
c 
c CURRENT OPTIMUM=24219
c Current CPU time (ms) : 222.241
c starts	: 358
c conflicts	: 2
c decisions	: 10448
c propagations	: 58379
c inspects	: 439206
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 358
c 
c CURRENT OPTIMUM=24218
c Current CPU time (ms) : 223.316
c starts	: 359
c conflicts	: 2
c decisions	: 10476
c propagations	: 58542
c inspects	: 441395
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 359
c 
c CURRENT OPTIMUM=24217
c Current CPU time (ms) : 224.394
c starts	: 360
c conflicts	: 2
c decisions	: 10504
c propagations	: 58705
c inspects	: 443590
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 360
c 
c CURRENT OPTIMUM=24216
c Current CPU time (ms) : 225.299
c starts	: 361
c conflicts	: 2
c decisions	: 10531
c propagations	: 58868
c inspects	: 445431
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 361
c 
c CURRENT OPTIMUM=24215
c Current CPU time (ms) : 226.571
c starts	: 362
c conflicts	: 2
c decisions	: 10560
c propagations	: 59031
c inspects	: 447999
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 362
c 
c CURRENT OPTIMUM=24214
c Current CPU time (ms) : 227.662
c starts	: 363
c conflicts	: 2
c decisions	: 10588
c propagations	: 59194
c inspects	: 450212
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 363
c 
c CURRENT OPTIMUM=24213
c Current CPU time (ms) : 228.757
c starts	: 364
c conflicts	: 2
c decisions	: 10616
c propagations	: 59357
c inspects	: 452431
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 364
c 
c CURRENT OPTIMUM=24212
c Current CPU time (ms) : 229.674
c starts	: 365
c conflicts	: 2
c decisions	: 10643
c propagations	: 59520
c inspects	: 454292
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 365
c 
c CURRENT OPTIMUM=24211
c Current CPU time (ms) : 230.767
c starts	: 366
c conflicts	: 2
c decisions	: 10671
c propagations	: 59683
c inspects	: 456523
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 366
c 
c CURRENT OPTIMUM=24210
c Current CPU time (ms) : 231.717
c starts	: 367
c conflicts	: 2
c decisions	: 10698
c propagations	: 59846
c inspects	: 458394
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 367
c 
c CURRENT OPTIMUM=24209
c Current CPU time (ms) : 232.641
c starts	: 368
c conflicts	: 2
c decisions	: 10725
c propagations	: 60009
c inspects	: 460270
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 368
c 
c CURRENT OPTIMUM=24208
c Current CPU time (ms) : 233.378
c starts	: 369
c conflicts	: 2
c decisions	: 10751
c propagations	: 60172
c inspects	: 461783
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 369
c 
c CURRENT OPTIMUM=24207
c Current CPU time (ms) : 234.681
c starts	: 370
c conflicts	: 2
c decisions	: 10780
c propagations	: 60335
c inspects	: 464407
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 370
c 
c CURRENT OPTIMUM=24206
c Current CPU time (ms) : 235.789
c starts	: 371
c conflicts	: 2
c decisions	: 10808
c propagations	: 60498
c inspects	: 466668
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 371
c 
c CURRENT OPTIMUM=24205
c Current CPU time (ms) : 236.899
c starts	: 372
c conflicts	: 2
c decisions	: 10836
c propagations	: 60661
c inspects	: 468935
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 372
c 
c CURRENT OPTIMUM=24204
c Current CPU time (ms) : 237.835
c starts	: 373
c conflicts	: 2
c decisions	: 10863
c propagations	: 60824
c inspects	: 470836
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 373
c 
c CURRENT OPTIMUM=24203
c Current CPU time (ms) : 238.97
c starts	: 374
c conflicts	: 2
c decisions	: 10891
c propagations	: 60987
c inspects	: 473115
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 374
c 
c CURRENT OPTIMUM=24202
c Current CPU time (ms) : 239.919
c starts	: 375
c conflicts	: 2
c decisions	: 10918
c propagations	: 61150
c inspects	: 475026
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 375
c 
c CURRENT OPTIMUM=24201
c Current CPU time (ms) : 240.866
c starts	: 376
c conflicts	: 2
c decisions	: 10945
c propagations	: 61313
c inspects	: 476942
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 376
c 
c CURRENT OPTIMUM=24200
c Current CPU time (ms) : 241.64
c starts	: 377
c conflicts	: 2
c decisions	: 10971
c propagations	: 61476
c inspects	: 478487
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 377
c 
c CURRENT OPTIMUM=24199
c Current CPU time (ms) : 242.786
c starts	: 378
c conflicts	: 2
c decisions	: 10999
c propagations	: 61639
c inspects	: 480790
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 378
c 
c CURRENT OPTIMUM=24198
c Current CPU time (ms) : 243.75
c starts	: 379
c conflicts	: 2
c decisions	: 11026
c propagations	: 61802
c inspects	: 482721
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 379
c 
c CURRENT OPTIMUM=24197
c Current CPU time (ms) : 244.717
c starts	: 380
c conflicts	: 2
c decisions	: 11053
c propagations	: 61965
c inspects	: 484657
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 380
c 
c CURRENT OPTIMUM=24196
c Current CPU time (ms) : 245.5
c starts	: 381
c conflicts	: 2
c decisions	: 11079
c propagations	: 62128
c inspects	: 486218
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 381
c 
c CURRENT OPTIMUM=24195
c Current CPU time (ms) : 246.472
c starts	: 382
c conflicts	: 2
c decisions	: 11106
c propagations	: 62291
c inspects	: 488164
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 382
c 
c CURRENT OPTIMUM=24194
c Current CPU time (ms) : 247.258
c starts	: 383
c conflicts	: 2
c decisions	: 11132
c propagations	: 62454
c inspects	: 489733
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 383
c 
c CURRENT OPTIMUM=24193
c Current CPU time (ms) : 248.046
c starts	: 384
c conflicts	: 2
c decisions	: 11158
c propagations	: 62617
c inspects	: 491306
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 384
c 
c CURRENT OPTIMUM=24192
c Current CPU time (ms) : 248.632
c starts	: 385
c conflicts	: 2
c decisions	: 11183
c propagations	: 62780
c inspects	: 492499
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 385
c 
c CURRENT OPTIMUM=24191
c Current CPU time (ms) : 250.391
c starts	: 386
c conflicts	: 2
c decisions	: 11214
c propagations	: 62943
c inspects	: 496005
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 386
c 
c CURRENT OPTIMUM=24190
c Current CPU time (ms) : 251.974
c starts	: 387
c conflicts	: 2
c decisions	: 11244
c propagations	: 63106
c inspects	: 499134
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 387
c 
c CURRENT OPTIMUM=24189
c Current CPU time (ms) : 253.561
c starts	: 388
c conflicts	: 2
c decisions	: 11274
c propagations	: 63269
c inspects	: 502271
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 388
c 
c CURRENT OPTIMUM=24188
c Current CPU time (ms) : 254.938
c starts	: 389
c conflicts	: 2
c decisions	: 11303
c propagations	: 63432
c inspects	: 505028
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 389
c 
c CURRENT OPTIMUM=24187
c Current CPU time (ms) : 256.533
c starts	: 390
c conflicts	: 2
c decisions	: 11333
c propagations	: 63595
c inspects	: 508180
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 390
c 
c CURRENT OPTIMUM=24186
c Current CPU time (ms) : 257.939
c starts	: 391
c conflicts	: 2
c decisions	: 11362
c propagations	: 63758
c inspects	: 510950
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 391
c 
c CURRENT OPTIMUM=24185
c Current CPU time (ms) : 259.327
c starts	: 392
c conflicts	: 2
c decisions	: 11391
c propagations	: 63921
c inspects	: 513727
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 392
c 
c CURRENT OPTIMUM=24184
c Current CPU time (ms) : 260.526
c starts	: 393
c conflicts	: 2
c decisions	: 11419
c propagations	: 64084
c inspects	: 516119
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 393
c 
c CURRENT OPTIMUM=24183
c Current CPU time (ms) : 262.134
c starts	: 394
c conflicts	: 2
c decisions	: 11449
c propagations	: 64247
c inspects	: 519303
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 394
c 
c CURRENT OPTIMUM=24182
c Current CPU time (ms) : 263.554
c starts	: 395
c conflicts	: 2
c decisions	: 11478
c propagations	: 64410
c inspects	: 522101
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 395
c 
c CURRENT OPTIMUM=24181
c Current CPU time (ms) : 264.955
c starts	: 396
c conflicts	: 2
c decisions	: 11507
c propagations	: 64573
c inspects	: 524906
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 396
c 
c CURRENT OPTIMUM=24180
c Current CPU time (ms) : 266.189
c starts	: 397
c conflicts	: 2
c decisions	: 11535
c propagations	: 64736
c inspects	: 527322
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 397
c 
c CURRENT OPTIMUM=24179
c Current CPU time (ms) : 267.596
c starts	: 398
c conflicts	: 2
c decisions	: 11564
c propagations	: 64899
c inspects	: 530141
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 398
c 
c CURRENT OPTIMUM=24178
c Current CPU time (ms) : 268.806
c starts	: 399
c conflicts	: 2
c decisions	: 11592
c propagations	: 65062
c inspects	: 532569
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 399
c 
c CURRENT OPTIMUM=24177
c Current CPU time (ms) : 270.05
c starts	: 400
c conflicts	: 2
c decisions	: 11620
c propagations	: 65225
c inspects	: 535003
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 400
c 
c CURRENT OPTIMUM=24176
c Current CPU time (ms) : 271.076
c starts	: 401
c conflicts	: 2
c decisions	: 11647
c propagations	: 65388
c inspects	: 537043
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 401
c 
c CURRENT OPTIMUM=24175
c Current CPU time (ms) : 272.716
c starts	: 402
c conflicts	: 2
c decisions	: 11677
c propagations	: 65551
c inspects	: 540291
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 402
c 
c CURRENT OPTIMUM=24174
c Current CPU time (ms) : 274.136
c starts	: 403
c conflicts	: 2
c decisions	: 11706
c propagations	: 65714
c inspects	: 543145
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 403
c 
c CURRENT OPTIMUM=24173
c Current CPU time (ms) : 275.585
c starts	: 404
c conflicts	: 2
c decisions	: 11735
c propagations	: 65877
c inspects	: 546006
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 404
c 
c CURRENT OPTIMUM=24172
c Current CPU time (ms) : 276.817
c starts	: 405
c conflicts	: 2
c decisions	: 11763
c propagations	: 66040
c inspects	: 548470
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 405
c 
c CURRENT OPTIMUM=24171
c Current CPU time (ms) : 278.281
c starts	: 406
c conflicts	: 2
c decisions	: 11792
c propagations	: 66203
c inspects	: 551345
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 406
c 
c CURRENT OPTIMUM=24170
c Current CPU time (ms) : 279.513
c starts	: 407
c conflicts	: 2
c decisions	: 11820
c propagations	: 66366
c inspects	: 553821
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 407
c 
c CURRENT OPTIMUM=24169
c Current CPU time (ms) : 280.759
c starts	: 408
c conflicts	: 2
c decisions	: 11848
c propagations	: 66529
c inspects	: 556303
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 408
c 
c CURRENT OPTIMUM=24168
c Current CPU time (ms) : 281.784
c starts	: 409
c conflicts	: 2
c decisions	: 11875
c propagations	: 66692
c inspects	: 558383
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 409
c 
c CURRENT OPTIMUM=24167
c Current CPU time (ms) : 283.222
c starts	: 410
c conflicts	: 2
c decisions	: 11904
c propagations	: 66855
c inspects	: 561286
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 410
c 
c CURRENT OPTIMUM=24166
c Current CPU time (ms) : 284.479
c starts	: 411
c conflicts	: 2
c decisions	: 11932
c propagations	: 67018
c inspects	: 563786
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 411
c 
c CURRENT OPTIMUM=24165
c Current CPU time (ms) : 285.724
c starts	: 412
c conflicts	: 2
c decisions	: 11960
c propagations	: 67181
c inspects	: 566292
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 412
c 
c CURRENT OPTIMUM=24164
c Current CPU time (ms) : 286.769
c starts	: 413
c conflicts	: 2
c decisions	: 11987
c propagations	: 67344
c inspects	: 568392
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 413
c 
c CURRENT OPTIMUM=24163
c Current CPU time (ms) : 288.034
c starts	: 414
c conflicts	: 2
c decisions	: 12015
c propagations	: 67507
c inspects	: 570910
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 414
c 
c CURRENT OPTIMUM=24162
c Current CPU time (ms) : 289.086
c starts	: 415
c conflicts	: 2
c decisions	: 12042
c propagations	: 67670
c inspects	: 573020
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 415
c 
c CURRENT OPTIMUM=24161
c Current CPU time (ms) : 290.14
c starts	: 416
c conflicts	: 2
c decisions	: 12069
c propagations	: 67833
c inspects	: 575135
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 416
c 
c CURRENT OPTIMUM=24160
c Current CPU time (ms) : 290.992
c starts	: 417
c conflicts	: 2
c decisions	: 12095
c propagations	: 67996
c inspects	: 576839
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 417
c 
c CURRENT OPTIMUM=24159
c Current CPU time (ms) : 292.671
c starts	: 418
c conflicts	: 2
c decisions	: 12125
c propagations	: 68159
c inspects	: 580215
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 418
c 
c CURRENT OPTIMUM=24158
c Current CPU time (ms) : 294.137
c starts	: 419
c conflicts	: 2
c decisions	: 12154
c propagations	: 68322
c inspects	: 583181
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 419
c 
c CURRENT OPTIMUM=24157
c Current CPU time (ms) : 295.62
c starts	: 420
c conflicts	: 2
c decisions	: 12183
c propagations	: 68485
c inspects	: 586154
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 420
c 
c CURRENT OPTIMUM=24156
c Current CPU time (ms) : 296.903
c starts	: 421
c conflicts	: 2
c decisions	: 12211
c propagations	: 68648
c inspects	: 588714
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 421
c 
c CURRENT OPTIMUM=24155
c Current CPU time (ms) : 298.379
c starts	: 422
c conflicts	: 2
c decisions	: 12240
c propagations	: 68811
c inspects	: 591701
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 422
c 
c CURRENT OPTIMUM=24154
c Current CPU time (ms) : 299.667
c starts	: 423
c conflicts	: 2
c decisions	: 12268
c propagations	: 68974
c inspects	: 594273
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 423
c 
c CURRENT OPTIMUM=24153
c Current CPU time (ms) : 300.944
c starts	: 424
c conflicts	: 2
c decisions	: 12296
c propagations	: 69137
c inspects	: 596851
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 424
c 
c CURRENT OPTIMUM=24152
c Current CPU time (ms) : 302.017
c starts	: 425
c conflicts	: 2
c decisions	: 12323
c propagations	: 69300
c inspects	: 599011
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 425
c 
c CURRENT OPTIMUM=24151
c Current CPU time (ms) : 303.521
c starts	: 426
c conflicts	: 2
c decisions	: 12352
c propagations	: 69463
c inspects	: 602026
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 426
c 
c CURRENT OPTIMUM=24150
c Current CPU time (ms) : 304.807
c starts	: 427
c conflicts	: 2
c decisions	: 12380
c propagations	: 69626
c inspects	: 604622
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 427
c 
c CURRENT OPTIMUM=24149
c Current CPU time (ms) : 306.111
c starts	: 428
c conflicts	: 2
c decisions	: 12408
c propagations	: 69789
c inspects	: 607224
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 428
c 
c CURRENT OPTIMUM=24148
c Current CPU time (ms) : 307.195
c starts	: 429
c conflicts	: 2
c decisions	: 12435
c propagations	: 69952
c inspects	: 609404
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 429
c 
c CURRENT OPTIMUM=24147
c Current CPU time (ms) : 308.49
c starts	: 430
c conflicts	: 2
c decisions	: 12463
c propagations	: 70115
c inspects	: 612018
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 430
c 
c CURRENT OPTIMUM=24146
c Current CPU time (ms) : 309.593
c starts	: 431
c conflicts	: 2
c decisions	: 12490
c propagations	: 70278
c inspects	: 614208
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 431
c 
c CURRENT OPTIMUM=24145
c Current CPU time (ms) : 310.685
c starts	: 432
c conflicts	: 2
c decisions	: 12517
c propagations	: 70441
c inspects	: 616403
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 432
c 
c CURRENT OPTIMUM=24144
c Current CPU time (ms) : 311.567
c starts	: 433
c conflicts	: 2
c decisions	: 12543
c propagations	: 70604
c inspects	: 618171
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 433
c 
c CURRENT OPTIMUM=24143
c Current CPU time (ms) : 313.1
c starts	: 434
c conflicts	: 2
c decisions	: 12572
c propagations	: 70767
c inspects	: 621242
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 434
c 
c CURRENT OPTIMUM=24142
c Current CPU time (ms) : 314.411
c starts	: 435
c conflicts	: 2
c decisions	: 12600
c propagations	: 70930
c inspects	: 623886
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 435
c 
c CURRENT OPTIMUM=24141
c Current CPU time (ms) : 315.725
c starts	: 436
c conflicts	: 2
c decisions	: 12628
c propagations	: 71093
c inspects	: 626536
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 436
c 
c CURRENT OPTIMUM=24140
c Current CPU time (ms) : 316.842
c starts	: 437
c conflicts	: 2
c decisions	: 12655
c propagations	: 71256
c inspects	: 628756
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 437
c 
c CURRENT OPTIMUM=24139
c Current CPU time (ms) : 318.161
c starts	: 438
c conflicts	: 2
c decisions	: 12683
c propagations	: 71419
c inspects	: 631418
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 438
c 
c CURRENT OPTIMUM=24138
c Current CPU time (ms) : 319.269
c starts	: 439
c conflicts	: 2
c decisions	: 12710
c propagations	: 71582
c inspects	: 633648
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 439
c 
c CURRENT OPTIMUM=24137
c Current CPU time (ms) : 320.395
c starts	: 440
c conflicts	: 2
c decisions	: 12737
c propagations	: 71745
c inspects	: 635883
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 440
c 
c CURRENT OPTIMUM=24136
c Current CPU time (ms) : 321.295
c starts	: 441
c conflicts	: 2
c decisions	: 12763
c propagations	: 71908
c inspects	: 637683
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 441
c 
c CURRENT OPTIMUM=24135
c Current CPU time (ms) : 322.627
c starts	: 442
c conflicts	: 2
c decisions	: 12791
c propagations	: 72071
c inspects	: 640369
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 442
c 
c CURRENT OPTIMUM=24134
c Current CPU time (ms) : 323.747
c starts	: 443
c conflicts	: 2
c decisions	: 12818
c propagations	: 72234
c inspects	: 642619
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 443
c 
c CURRENT OPTIMUM=24133
c Current CPU time (ms) : 324.883
c starts	: 444
c conflicts	: 2
c decisions	: 12845
c propagations	: 72397
c inspects	: 644874
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 444
c 
c CURRENT OPTIMUM=24132
c Current CPU time (ms) : 325.789
c starts	: 445
c conflicts	: 2
c decisions	: 12871
c propagations	: 72560
c inspects	: 646690
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 445
c 
c CURRENT OPTIMUM=24131
c Current CPU time (ms) : 326.916
c starts	: 446
c conflicts	: 2
c decisions	: 12898
c propagations	: 72723
c inspects	: 648955
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 446
c 
c CURRENT OPTIMUM=24130
c Current CPU time (ms) : 327.827
c starts	: 447
c conflicts	: 2
c decisions	: 12924
c propagations	: 72886
c inspects	: 650779
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 447
c 
c CURRENT OPTIMUM=24129
c Current CPU time (ms) : 328.74
c starts	: 448
c conflicts	: 2
c decisions	: 12950
c propagations	: 73049
c inspects	: 652607
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 448
c 
c CURRENT OPTIMUM=24128
c Current CPU time (ms) : 329.435
c starts	: 449
c conflicts	: 2
c decisions	: 12975
c propagations	: 73212
c inspects	: 653991
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 449
c 
c CURRENT OPTIMUM=24127
c Current CPU time (ms) : 331.24
c starts	: 450
c conflicts	: 2
c decisions	: 13005
c propagations	: 73375
c inspects	: 657623
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 450
c 
c CURRENT OPTIMUM=24126
c Current CPU time (ms) : 332.817
c starts	: 451
c conflicts	: 2
c decisions	: 13034
c propagations	: 73538
c inspects	: 660813
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 451
c 
c CURRENT OPTIMUM=24125
c Current CPU time (ms) : 334.412
c starts	: 452
c conflicts	: 2
c decisions	: 13063
c propagations	: 73701
c inspects	: 664010
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 452
c 
c CURRENT OPTIMUM=24124
c Current CPU time (ms) : 335.79
c starts	: 453
c conflicts	: 2
c decisions	: 13091
c propagations	: 73864
c inspects	: 666762
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 453
c 
c CURRENT OPTIMUM=24123
c Current CPU time (ms) : 337.392
c starts	: 454
c conflicts	: 2
c decisions	: 13120
c propagations	: 74027
c inspects	: 669973
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 454
c 
c CURRENT OPTIMUM=24122
c Current CPU time (ms) : 338.761
c starts	: 455
c conflicts	: 2
c decisions	: 13148
c propagations	: 74190
c inspects	: 672737
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 455
c 
c CURRENT OPTIMUM=24121
c Current CPU time (ms) : 340.149
c starts	: 456
c conflicts	: 2
c decisions	: 13176
c propagations	: 74353
c inspects	: 675507
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 456
c 
c CURRENT OPTIMUM=24120
c Current CPU time (ms) : 341.302
c starts	: 457
c conflicts	: 2
c decisions	: 13203
c propagations	: 74516
c inspects	: 677827
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 457
c 
c CURRENT OPTIMUM=24119
c Current CPU time (ms) : 342.918
c starts	: 458
c conflicts	: 2
c decisions	: 13232
c propagations	: 74679
c inspects	: 681066
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 458
c 
c CURRENT OPTIMUM=24118
c Current CPU time (ms) : 344.3
c starts	: 459
c conflicts	: 2
c decisions	: 13260
c propagations	: 74842
c inspects	: 683854
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 459
c 
c CURRENT OPTIMUM=24117
c Current CPU time (ms) : 345.699
c starts	: 460
c conflicts	: 2
c decisions	: 13288
c propagations	: 75005
c inspects	: 686648
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 460
c 
c CURRENT OPTIMUM=24116
c Current CPU time (ms) : 346.861
c starts	: 461
c conflicts	: 2
c decisions	: 13315
c propagations	: 75168
c inspects	: 688988
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 461
c 
c CURRENT OPTIMUM=24115
c Current CPU time (ms) : 348.268
c starts	: 462
c conflicts	: 2
c decisions	: 13343
c propagations	: 75331
c inspects	: 691794
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 462
c 
c CURRENT OPTIMUM=24114
c Current CPU time (ms) : 349.437
c starts	: 463
c conflicts	: 2
c decisions	: 13370
c propagations	: 75494
c inspects	: 694144
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 463
c 
c CURRENT OPTIMUM=24113
c Current CPU time (ms) : 350.608
c starts	: 464
c conflicts	: 2
c decisions	: 13397
c propagations	: 75657
c inspects	: 696499
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 464
c 
c CURRENT OPTIMUM=24112
c Current CPU time (ms) : 351.553
c starts	: 465
c conflicts	: 2
c decisions	: 13423
c propagations	: 75820
c inspects	: 698395
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 465
c 
c CURRENT OPTIMUM=24111
c Current CPU time (ms) : 353.198
c starts	: 466
c conflicts	: 2
c decisions	: 13452
c propagations	: 75983
c inspects	: 701690
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 466
c 
c CURRENT OPTIMUM=24110
c Current CPU time (ms) : 354.62
c starts	: 467
c conflicts	: 2
c decisions	: 13480
c propagations	: 76146
c inspects	: 704526
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 467
c 
c CURRENT OPTIMUM=24109
c Current CPU time (ms) : 356.028
c starts	: 468
c conflicts	: 2
c decisions	: 13508
c propagations	: 76309
c inspects	: 707368
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 468
c 
c CURRENT OPTIMUM=24108
c Current CPU time (ms) : 357.225
c starts	: 469
c conflicts	: 2
c decisions	: 13535
c propagations	: 76472
c inspects	: 709748
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 469
c 
c CURRENT OPTIMUM=24107
c Current CPU time (ms) : 358.641
c starts	: 470
c conflicts	: 2
c decisions	: 13563
c propagations	: 76635
c inspects	: 712602
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 470
c 
c CURRENT OPTIMUM=24106
c Current CPU time (ms) : 359.829
c starts	: 471
c conflicts	: 2
c decisions	: 13590
c propagations	: 76798
c inspects	: 714992
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 471
c 
c CURRENT OPTIMUM=24105
c Current CPU time (ms) : 361.037
c starts	: 472
c conflicts	: 2
c decisions	: 13617
c propagations	: 76961
c inspects	: 717387
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 472
c 
c CURRENT OPTIMUM=24104
c Current CPU time (ms) : 361.999
c starts	: 473
c conflicts	: 2
c decisions	: 13643
c propagations	: 77124
c inspects	: 719315
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 473
c 
c CURRENT OPTIMUM=24103
c Current CPU time (ms) : 363.426
c starts	: 474
c conflicts	: 2
c decisions	: 13671
c propagations	: 77287
c inspects	: 722193
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 474
c 
c CURRENT OPTIMUM=24102
c Current CPU time (ms) : 364.642
c starts	: 475
c conflicts	: 2
c decisions	: 13698
c propagations	: 77450
c inspects	: 724603
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 475
c 
c CURRENT OPTIMUM=24101
c Current CPU time (ms) : 365.844
c starts	: 476
c conflicts	: 2
c decisions	: 13725
c propagations	: 77613
c inspects	: 727018
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 476
c 
c CURRENT OPTIMUM=24100
c Current CPU time (ms) : 366.815
c starts	: 477
c conflicts	: 2
c decisions	: 13751
c propagations	: 77776
c inspects	: 728962
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 477
c 
c CURRENT OPTIMUM=24099
c Current CPU time (ms) : 368.04
c starts	: 478
c conflicts	: 2
c decisions	: 13778
c propagations	: 77939
c inspects	: 731387
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 478
c 
c CURRENT OPTIMUM=24098
c Current CPU time (ms) : 369.017
c starts	: 479
c conflicts	: 2
c decisions	: 13804
c propagations	: 78102
c inspects	: 733339
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 479
c 
c CURRENT OPTIMUM=24097
c Current CPU time (ms) : 369.995
c starts	: 480
c conflicts	: 2
c decisions	: 13830
c propagations	: 78265
c inspects	: 735295
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 480
c 
c CURRENT OPTIMUM=24096
c Current CPU time (ms) : 370.739
c starts	: 481
c conflicts	: 2
c decisions	: 13855
c propagations	: 78428
c inspects	: 736775
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 481
c 
c CURRENT OPTIMUM=24095
c Current CPU time (ms) : 372.425
c starts	: 482
c conflicts	: 2
c decisions	: 13884
c propagations	: 78591
c inspects	: 740182
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 482
c 
c CURRENT OPTIMUM=24094
c Current CPU time (ms) : 373.899
c starts	: 483
c conflicts	: 2
c decisions	: 13912
c propagations	: 78754
c inspects	: 743114
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 483
c 
c CURRENT OPTIMUM=24093
c Current CPU time (ms) : 375.375
c starts	: 484
c conflicts	: 2
c decisions	: 13940
c propagations	: 78917
c inspects	: 746052
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 484
c 
c CURRENT OPTIMUM=24092
c Current CPU time (ms) : 376.6
c starts	: 485
c conflicts	: 2
c decisions	: 13967
c propagations	: 79080
c inspects	: 748512
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 485
c 
c CURRENT OPTIMUM=24091
c Current CPU time (ms) : 378.082
c starts	: 486
c conflicts	: 2
c decisions	: 13995
c propagations	: 79243
c inspects	: 751462
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 486
c 
c CURRENT OPTIMUM=24090
c Current CPU time (ms) : 379.312
c starts	: 487
c conflicts	: 2
c decisions	: 14022
c propagations	: 79406
c inspects	: 753932
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 487
c 
c CURRENT OPTIMUM=24089
c Current CPU time (ms) : 380.546
c starts	: 488
c conflicts	: 2
c decisions	: 14049
c propagations	: 79569
c inspects	: 756407
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 488
c 
c CURRENT OPTIMUM=24088
c Current CPU time (ms) : 381.559
c starts	: 489
c conflicts	: 2
c decisions	: 14075
c propagations	: 79732
c inspects	: 758399
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 489
c 
c CURRENT OPTIMUM=24087
c Current CPU time (ms) : 383.036
c starts	: 490
c conflicts	: 2
c decisions	: 14103
c propagations	: 79895
c inspects	: 761373
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 490
c 
c CURRENT OPTIMUM=24086
c Current CPU time (ms) : 384.292
c starts	: 491
c conflicts	: 2
c decisions	: 14130
c propagations	: 80058
c inspects	: 763863
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 491
c 
c CURRENT OPTIMUM=24085
c Current CPU time (ms) : 385.535
c starts	: 492
c conflicts	: 2
c decisions	: 14157
c propagations	: 80221
c inspects	: 766358
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 492
c 
c CURRENT OPTIMUM=24084
c Current CPU time (ms) : 386.54
c starts	: 493
c conflicts	: 2
c decisions	: 14183
c propagations	: 80384
c inspects	: 768366
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 493
c 
c CURRENT OPTIMUM=24083
c Current CPU time (ms) : 387.789
c starts	: 494
c conflicts	: 2
c decisions	: 14210
c propagations	: 80547
c inspects	: 770870
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 494
c 
c CURRENT OPTIMUM=24082
c Current CPU time (ms) : 388.815
c starts	: 495
c conflicts	: 2
c decisions	: 14236
c propagations	: 80710
c inspects	: 772885
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 495
c 
c CURRENT OPTIMUM=24081
c Current CPU time (ms) : 389.825
c starts	: 496
c conflicts	: 2
c decisions	: 14262
c propagations	: 80873
c inspects	: 774904
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 496
c 
c CURRENT OPTIMUM=24080
c Current CPU time (ms) : 390.594
c starts	: 497
c conflicts	: 2
c decisions	: 14287
c propagations	: 81036
c inspects	: 776431
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 497
c 
c CURRENT OPTIMUM=24079
c Current CPU time (ms) : 392.092
c starts	: 498
c conflicts	: 2
c decisions	: 14315
c propagations	: 81199
c inspects	: 779452
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 498
c 
c CURRENT OPTIMUM=24078
c Current CPU time (ms) : 393.37
c starts	: 499
c conflicts	: 2
c decisions	: 14342
c propagations	: 81362
c inspects	: 781981
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 499
c 
c CURRENT OPTIMUM=24077
c Current CPU time (ms) : 394.634
c starts	: 500
c conflicts	: 2
c decisions	: 14369
c propagations	: 81525
c inspects	: 784515
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 500
c 
c CURRENT OPTIMUM=24076
c Current CPU time (ms) : 395.654
c starts	: 501
c conflicts	: 2
c decisions	: 14395
c propagations	: 81688
c inspects	: 786554
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 501
c 
c CURRENT OPTIMUM=24075
c Current CPU time (ms) : 396.94
c starts	: 502
c conflicts	: 2
c decisions	: 14422
c propagations	: 81851
c inspects	: 789098
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 502
c 
c CURRENT OPTIMUM=24074
c Current CPU time (ms) : 397.966
c starts	: 503
c conflicts	: 2
c decisions	: 14448
c propagations	: 82014
c inspects	: 791145
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 503
c 
c CURRENT OPTIMUM=24073
c Current CPU time (ms) : 398.995
c starts	: 504
c conflicts	: 2
c decisions	: 14474
c propagations	: 82177
c inspects	: 793195
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 504
c 
c CURRENT OPTIMUM=24072
c Current CPU time (ms) : 399.776
c starts	: 505
c conflicts	: 2
c decisions	: 14499
c propagations	: 82340
c inspects	: 794745
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 505
c 
c CURRENT OPTIMUM=24071
c Current CPU time (ms) : 401.054
c starts	: 506
c conflicts	: 2
c decisions	: 14526
c propagations	: 82503
c inspects	: 797308
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 506
c 
c CURRENT OPTIMUM=24070
c Current CPU time (ms) : 402.095
c starts	: 507
c conflicts	: 2
c decisions	: 14552
c propagations	: 82666
c inspects	: 799370
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 507
c 
c CURRENT OPTIMUM=24069
c Current CPU time (ms) : 403.134
c starts	: 508
c conflicts	: 2
c decisions	: 14578
c propagations	: 82829
c inspects	: 801436
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 508
c 
c CURRENT OPTIMUM=24068
c Current CPU time (ms) : 403.927
c starts	: 509
c conflicts	: 2
c decisions	: 14603
c propagations	: 82992
c inspects	: 802998
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 509
c 
c CURRENT OPTIMUM=24067
c Current CPU time (ms) : 404.972
c starts	: 510
c conflicts	: 2
c decisions	: 14629
c propagations	: 83155
c inspects	: 805072
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 510
c 
c CURRENT OPTIMUM=24066
c Current CPU time (ms) : 405.767
c starts	: 511
c conflicts	: 2
c decisions	: 14654
c propagations	: 83318
c inspects	: 806640
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 511
c 
c CURRENT OPTIMUM=24065
c Current CPU time (ms) : 406.563
c starts	: 512
c conflicts	: 2
c decisions	: 14679
c propagations	: 83481
c inspects	: 808211
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 512
c 
c CURRENT OPTIMUM=24064
c Current CPU time (ms) : 407.109
c starts	: 513
c conflicts	: 2
c decisions	: 14703
c propagations	: 83644
c inspects	: 809273
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 513
c 
c CURRENT OPTIMUM=24063
c Current CPU time (ms) : 409.696
c starts	: 514
c conflicts	: 2
c decisions	: 14735
c propagations	: 83807
c inspects	: 814446
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 514
c 
c CURRENT OPTIMUM=24062
c Current CPU time (ms) : 412.019
c starts	: 515
c conflicts	: 2
c decisions	: 14766
c propagations	: 83970
c inspects	: 819114
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 515
c 
c CURRENT OPTIMUM=24061
c Current CPU time (ms) : 414.37
c starts	: 516
c conflicts	: 2
c decisions	: 14797
c propagations	: 84133
c inspects	: 823791
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 516
c 
c CURRENT OPTIMUM=24060
c Current CPU time (ms) : 416.451
c starts	: 517
c conflicts	: 2
c decisions	: 14827
c propagations	: 84296
c inspects	: 827961
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 517
c 
c CURRENT OPTIMUM=24059
c Current CPU time (ms) : 418.809
c starts	: 518
c conflicts	: 2
c decisions	: 14858
c propagations	: 84459
c inspects	: 832656
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 518
c 
c CURRENT OPTIMUM=24058
c Current CPU time (ms) : 420.9
c starts	: 519
c conflicts	: 2
c decisions	: 14888
c propagations	: 84622
c inspects	: 836842
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 519
c 
c CURRENT OPTIMUM=24057
c Current CPU time (ms) : 422.993
c starts	: 520
c conflicts	: 2
c decisions	: 14918
c propagations	: 84785
c inspects	: 841036
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 520
c 
c CURRENT OPTIMUM=24056
c Current CPU time (ms) : 424.84
c starts	: 521
c conflicts	: 2
c decisions	: 14947
c propagations	: 84948
c inspects	: 844718
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 521
c 
c CURRENT OPTIMUM=24055
c Current CPU time (ms) : 427.213
c starts	: 522
c conflicts	: 2
c decisions	: 14978
c propagations	: 85111
c inspects	: 849449
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 522
c 
c CURRENT OPTIMUM=24054
c Current CPU time (ms) : 429.315
c starts	: 523
c conflicts	: 2
c decisions	: 15008
c propagations	: 85274
c inspects	: 853667
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 523
c 
c CURRENT OPTIMUM=24053
c Current CPU time (ms) : 431.434
c starts	: 524
c conflicts	: 2
c decisions	: 15038
c propagations	: 85437
c inspects	: 857893
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 524
c 
c CURRENT OPTIMUM=24052
c Current CPU time (ms) : 433.282
c starts	: 525
c conflicts	: 2
c decisions	: 15067
c propagations	: 85600
c inspects	: 861603
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 525
c 
c CURRENT OPTIMUM=24051
c Current CPU time (ms) : 435.387
c starts	: 526
c conflicts	: 2
c decisions	: 15097
c propagations	: 85763
c inspects	: 865845
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 526
c 
c CURRENT OPTIMUM=24050
c Current CPU time (ms) : 437.238
c starts	: 527
c conflicts	: 2
c decisions	: 15126
c propagations	: 85926
c inspects	: 869569
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 527
c 
c CURRENT OPTIMUM=24049
c Current CPU time (ms) : 439.095
c starts	: 528
c conflicts	: 2
c decisions	: 15155
c propagations	: 86089
c inspects	: 873300
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 528
c 
c CURRENT OPTIMUM=24048
c Current CPU time (ms) : 440.698
c starts	: 529
c conflicts	: 2
c decisions	: 15183
c propagations	: 86252
c inspects	: 876510
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 529
c 
c CURRENT OPTIMUM=24047
c Current CPU time (ms) : 443.088
c starts	: 530
c conflicts	: 2
c decisions	: 15214
c propagations	: 86415
c inspects	: 881313
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 530
c 
c CURRENT OPTIMUM=24046
c Current CPU time (ms) : 445.212
c starts	: 531
c conflicts	: 2
c decisions	: 15244
c propagations	: 86578
c inspects	: 885595
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 531
c 
c CURRENT OPTIMUM=24045
c Current CPU time (ms) : 447.339
c starts	: 532
c conflicts	: 2
c decisions	: 15274
c propagations	: 86741
c inspects	: 889885
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 532
c 
c CURRENT OPTIMUM=24044
c Current CPU time (ms) : 449.214
c starts	: 533
c conflicts	: 2
c decisions	: 15303
c propagations	: 86904
c inspects	: 893651
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 533
c 
c CURRENT OPTIMUM=24043
c Current CPU time (ms) : 451.366
c starts	: 534
c conflicts	: 2
c decisions	: 15333
c propagations	: 87067
c inspects	: 897957
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 534
c 
c CURRENT OPTIMUM=24042
c Current CPU time (ms) : 453.247
c starts	: 535
c conflicts	: 2
c decisions	: 15362
c propagations	: 87230
c inspects	: 901737
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 535
c 
c CURRENT OPTIMUM=24041
c Current CPU time (ms) : 455.132
c starts	: 536
c conflicts	: 2
c decisions	: 15391
c propagations	: 87393
c inspects	: 905524
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 536
c 
c CURRENT OPTIMUM=24040
c Current CPU time (ms) : 456.76
c starts	: 537
c conflicts	: 2
c decisions	: 15419
c propagations	: 87556
c inspects	: 908782
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 537
c 
c CURRENT OPTIMUM=24039
c Current CPU time (ms) : 458.912
c starts	: 538
c conflicts	: 2
c decisions	: 15449
c propagations	: 87719
c inspects	: 913120
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 538
c 
c CURRENT OPTIMUM=24038
c Current CPU time (ms) : 460.807
c starts	: 539
c conflicts	: 2
c decisions	: 15478
c propagations	: 87882
c inspects	: 916928
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 539
c 
c CURRENT OPTIMUM=24037
c Current CPU time (ms) : 462.704
c starts	: 540
c conflicts	: 2
c decisions	: 15507
c propagations	: 88045
c inspects	: 920743
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 540
c 
c CURRENT OPTIMUM=24036
c Current CPU time (ms) : 464.344
c starts	: 541
c conflicts	: 2
c decisions	: 15535
c propagations	: 88208
c inspects	: 924025
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 541
c 
c CURRENT OPTIMUM=24035
c Current CPU time (ms) : 466.251
c starts	: 542
c conflicts	: 2
c decisions	: 15564
c propagations	: 88371
c inspects	: 927854
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 542
c 
c CURRENT OPTIMUM=24034
c Current CPU time (ms) : 467.895
c starts	: 543
c conflicts	: 2
c decisions	: 15592
c propagations	: 88534
c inspects	: 931148
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 543
c 
c CURRENT OPTIMUM=24033
c Current CPU time (ms) : 469.544
c starts	: 544
c conflicts	: 2
c decisions	: 15620
c propagations	: 88697
c inspects	: 934448
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 544
c 
c CURRENT OPTIMUM=24032
c Current CPU time (ms) : 470.929
c starts	: 545
c conflicts	: 2
c decisions	: 15647
c propagations	: 88860
c inspects	: 937210
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 545
c 
c CURRENT OPTIMUM=24031
c Current CPU time (ms) : 473.377
c starts	: 546
c conflicts	: 2
c decisions	: 15678
c propagations	: 89023
c inspects	: 942157
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 546
c 
c CURRENT OPTIMUM=24030
c Current CPU time (ms) : 475.58
c starts	: 547
c conflicts	: 2
c decisions	: 15708
c propagations	: 89186
c inspects	: 946567
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 547
c 
c CURRENT OPTIMUM=24029
c Current CPU time (ms) : 477.772
c starts	: 548
c conflicts	: 2
c decisions	: 15738
c propagations	: 89349
c inspects	: 950985
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 548
c 
c CURRENT OPTIMUM=24028
c Current CPU time (ms) : 479.702
c starts	: 549
c conflicts	: 2
c decisions	: 15767
c propagations	: 89512
c inspects	: 954863
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 549
c 
c CURRENT OPTIMUM=24027
c Current CPU time (ms) : 481.919
c starts	: 550
c conflicts	: 2
c decisions	: 15797
c propagations	: 89675
c inspects	: 959297
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 550
c 
c CURRENT OPTIMUM=24026
c Current CPU time (ms) : 483.856
c starts	: 551
c conflicts	: 2
c decisions	: 15826
c propagations	: 89838
c inspects	: 963189
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 551
c 
c CURRENT OPTIMUM=24025
c Current CPU time (ms) : 485.797
c starts	: 552
c conflicts	: 2
c decisions	: 15855
c propagations	: 90001
c inspects	: 967088
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 552
c 
c CURRENT OPTIMUM=24024
c Current CPU time (ms) : 487.472
c starts	: 553
c conflicts	: 2
c decisions	: 15883
c propagations	: 90164
c inspects	: 970442
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 553
c 
c CURRENT OPTIMUM=24023
c Current CPU time (ms) : 489.717
c starts	: 554
c conflicts	: 2
c decisions	: 15913
c propagations	: 90327
c inspects	: 974908
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 554
c 
c CURRENT OPTIMUM=24022
c Current CPU time (ms) : 491.668
c starts	: 555
c conflicts	: 2
c decisions	: 15942
c propagations	: 90490
c inspects	: 978828
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 555
c 
c CURRENT OPTIMUM=24021
c Current CPU time (ms) : 493.624
c starts	: 556
c conflicts	: 2
c decisions	: 15971
c propagations	: 90653
c inspects	: 982755
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 556
c 
c CURRENT OPTIMUM=24020
c Current CPU time (ms) : 495.311
c starts	: 557
c conflicts	: 2
c decisions	: 15999
c propagations	: 90816
c inspects	: 986133
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 557
c 
c CURRENT OPTIMUM=24019
c Current CPU time (ms) : 497.274
c starts	: 558
c conflicts	: 2
c decisions	: 16028
c propagations	: 90979
c inspects	: 990074
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 558
c 
c CURRENT OPTIMUM=24018
c Current CPU time (ms) : 498.967
c starts	: 559
c conflicts	: 2
c decisions	: 16056
c propagations	: 91142
c inspects	: 993464
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 559
c 
c CURRENT OPTIMUM=24017
c Current CPU time (ms) : 500.663
c starts	: 560
c conflicts	: 2
c decisions	: 16084
c propagations	: 91305
c inspects	: 996860
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 560
c 
c CURRENT OPTIMUM=24016
c Current CPU time (ms) : 502.074
c starts	: 561
c conflicts	: 2
c decisions	: 16111
c propagations	: 91468
c inspects	: 999702
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 561
c 
c CURRENT OPTIMUM=24015
c Current CPU time (ms) : 504.336
c starts	: 562
c conflicts	: 2
c decisions	: 16141
c propagations	: 91631
c inspects	: 1004232
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 562
c 
c CURRENT OPTIMUM=24014
c Current CPU time (ms) : 506.316
c starts	: 563
c conflicts	: 2
c decisions	: 16170
c propagations	: 91794
c inspects	: 1008208
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 563
c 
c CURRENT OPTIMUM=24013
c Current CPU time (ms) : 508.298
c starts	: 564
c conflicts	: 2
c decisions	: 16199
c propagations	: 91957
c inspects	: 1012191
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 564
c 
c CURRENT OPTIMUM=24012
c Current CPU time (ms) : 510.011
c starts	: 565
c conflicts	: 2
c decisions	: 16227
c propagations	: 92120
c inspects	: 1015617
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 565
c 
c CURRENT OPTIMUM=24011
c Current CPU time (ms) : 512.003
c starts	: 566
c conflicts	: 2
c decisions	: 16256
c propagations	: 92283
c inspects	: 1019614
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 566
c 
c CURRENT OPTIMUM=24010
c Current CPU time (ms) : 513.72
c starts	: 567
c conflicts	: 2
c decisions	: 16284
c propagations	: 92446
c inspects	: 1023052
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 567
c 
c CURRENT OPTIMUM=24009
c Current CPU time (ms) : 515.441
c starts	: 568
c conflicts	: 2
c decisions	: 16312
c propagations	: 92609
c inspects	: 1026496
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 568
c 
c CURRENT OPTIMUM=24008
c Current CPU time (ms) : 516.888
c starts	: 569
c conflicts	: 2
c decisions	: 16339
c propagations	: 92772
c inspects	: 1029378
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 569
c 
c CURRENT OPTIMUM=24007
c Current CPU time (ms) : 518.892
c starts	: 570
c conflicts	: 2
c decisions	: 16368
c propagations	: 92935
c inspects	: 1033403
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 570
c 
c CURRENT OPTIMUM=24006
c Current CPU time (ms) : 520.623
c starts	: 571
c conflicts	: 2
c decisions	: 16396
c propagations	: 93098
c inspects	: 1036865
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 571
c 
c CURRENT OPTIMUM=24005
c Current CPU time (ms) : 522.355
c starts	: 572
c conflicts	: 2
c decisions	: 16424
c propagations	: 93261
c inspects	: 1040333
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 572
c 
c CURRENT OPTIMUM=24004
c Current CPU time (ms) : 523.807
c starts	: 573
c conflicts	: 2
c decisions	: 16451
c propagations	: 93424
c inspects	: 1043235
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 573
c 
c CURRENT OPTIMUM=24003
c Current CPU time (ms) : 525.548
c starts	: 574
c conflicts	: 2
c decisions	: 16479
c propagations	: 93587
c inspects	: 1046715
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 574
c 
c CURRENT OPTIMUM=24002
c Current CPU time (ms) : 527.009
c starts	: 575
c conflicts	: 2
c decisions	: 16506
c propagations	: 93750
c inspects	: 1049627
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 575
c 
c CURRENT OPTIMUM=24001
c Current CPU time (ms) : 528.475
c starts	: 576
c conflicts	: 2
c decisions	: 16533
c propagations	: 93913
c inspects	: 1052544
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 576
c 
c CURRENT OPTIMUM=24000
c Current CPU time (ms) : 529.644
c starts	: 577
c conflicts	: 2
c decisions	: 16559
c propagations	: 94076
c inspects	: 1054890
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 577
c 
c CURRENT OPTIMUM=23999
c Current CPU time (ms) : 532.25
c starts	: 578
c conflicts	: 2
c decisions	: 16590
c propagations	: 94239
c inspects	: 1060125
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 578
c 
c CURRENT OPTIMUM=23998
c Current CPU time (ms) : 534.564
c starts	: 579
c conflicts	: 2
c decisions	: 16620
c propagations	: 94402
c inspects	: 1064791
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 579
c 
c CURRENT OPTIMUM=23997
c Current CPU time (ms) : 536.899
c starts	: 580
c conflicts	: 2
c decisions	: 16650
c propagations	: 94565
c inspects	: 1069465
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 580
c 
c CURRENT OPTIMUM=23996
c Current CPU time (ms) : 538.94
c starts	: 581
c conflicts	: 2
c decisions	: 16679
c propagations	: 94728
c inspects	: 1073567
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 581
c 
c CURRENT OPTIMUM=23995
c Current CPU time (ms) : 541.283
c starts	: 582
c conflicts	: 2
c decisions	: 16709
c propagations	: 94891
c inspects	: 1078257
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 582
c 
c CURRENT OPTIMUM=23994
c Current CPU time (ms) : 543.333
c starts	: 583
c conflicts	: 2
c decisions	: 16738
c propagations	: 95054
c inspects	: 1082373
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 583
c 
c CURRENT OPTIMUM=23993
c Current CPU time (ms) : 545.385
c starts	: 584
c conflicts	: 2
c decisions	: 16767
c propagations	: 95217
c inspects	: 1086496
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 584
c 
c CURRENT OPTIMUM=23992
c Current CPU time (ms) : 547.153
c starts	: 585
c conflicts	: 2
c decisions	: 16795
c propagations	: 95380
c inspects	: 1090042
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 585
c 
c CURRENT OPTIMUM=23991
c Current CPU time (ms) : 549.511
c starts	: 586
c conflicts	: 2
c decisions	: 16825
c propagations	: 95543
c inspects	: 1094764
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 586
c 
c CURRENT OPTIMUM=23990
c Current CPU time (ms) : 551.572
c starts	: 587
c conflicts	: 2
c decisions	: 16854
c propagations	: 95706
c inspects	: 1098908
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 587
c 
c CURRENT OPTIMUM=23989
c Current CPU time (ms) : 553.651
c starts	: 588
c conflicts	: 2
c decisions	: 16883
c propagations	: 95869
c inspects	: 1103059
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 588
c 
c CURRENT OPTIMUM=23988
c Current CPU time (ms) : 555.434
c starts	: 589
c conflicts	: 2
c decisions	: 16911
c propagations	: 96032
c inspects	: 1106629
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 589
c 
c CURRENT OPTIMUM=23987
c Current CPU time (ms) : 557.505
c starts	: 590
c conflicts	: 2
c decisions	: 16940
c propagations	: 96195
c inspects	: 1110794
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 590
c 
c CURRENT OPTIMUM=23986
c Current CPU time (ms) : 559.293
c starts	: 591
c conflicts	: 2
c decisions	: 16968
c propagations	: 96358
c inspects	: 1114376
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 591
c 
c CURRENT OPTIMUM=23985
c Current CPU time (ms) : 561.085
c starts	: 592
c conflicts	: 2
c decisions	: 16996
c propagations	: 96521
c inspects	: 1117964
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 592
c 
c CURRENT OPTIMUM=23984
c Current CPU time (ms) : 562.589
c starts	: 593
c conflicts	: 2
c decisions	: 17023
c propagations	: 96684
c inspects	: 1120966
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 593
c 
c CURRENT OPTIMUM=23983
c Current CPU time (ms) : 564.962
c starts	: 594
c conflicts	: 2
c decisions	: 17053
c propagations	: 96847
c inspects	: 1125752
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 594
c 
c CURRENT OPTIMUM=23982
c Current CPU time (ms) : 567.066
c starts	: 595
c conflicts	: 2
c decisions	: 17082
c propagations	: 97010
c inspects	: 1129952
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 595
c 
c CURRENT OPTIMUM=23981
c Current CPU time (ms) : 569.159
c starts	: 596
c conflicts	: 2
c decisions	: 17111
c propagations	: 97173
c inspects	: 1134159
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 596
c 
c CURRENT OPTIMUM=23980
c Current CPU time (ms) : 570.967
c starts	: 597
c conflicts	: 2
c decisions	: 17139
c propagations	: 97336
c inspects	: 1137777
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 597
c 
c CURRENT OPTIMUM=23979
c Current CPU time (ms) : 573.067
c starts	: 598
c conflicts	: 2
c decisions	: 17168
c propagations	: 97499
c inspects	: 1141998
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 598
c 
c CURRENT OPTIMUM=23978
c Current CPU time (ms) : 574.881
c starts	: 599
c conflicts	: 2
c decisions	: 17196
c propagations	: 97662
c inspects	: 1145628
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 599
c 
c CURRENT OPTIMUM=23977
c Current CPU time (ms) : 576.698
c starts	: 600
c conflicts	: 2
c decisions	: 17224
c propagations	: 97825
c inspects	: 1149264
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 600
c 
c CURRENT OPTIMUM=23976
c Current CPU time (ms) : 578.223
c starts	: 601
c conflicts	: 2
c decisions	: 17251
c propagations	: 97988
c inspects	: 1152306
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 601
c 
c CURRENT OPTIMUM=23975
c Current CPU time (ms) : 580.339
c starts	: 602
c conflicts	: 2
c decisions	: 17280
c propagations	: 98151
c inspects	: 1156555
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 602
c 
c CURRENT OPTIMUM=23974
c Current CPU time (ms) : 582.164
c starts	: 603
c conflicts	: 2
c decisions	: 17308
c propagations	: 98314
c inspects	: 1160209
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 603
c 
c CURRENT OPTIMUM=23973
c Current CPU time (ms) : 583.992
c starts	: 604
c conflicts	: 2
c decisions	: 17336
c propagations	: 98477
c inspects	: 1163869
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 604
c 
c CURRENT OPTIMUM=23972
c Current CPU time (ms) : 585.53
c starts	: 605
c conflicts	: 2
c decisions	: 17363
c propagations	: 98640
c inspects	: 1166931
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 605
c 
c CURRENT OPTIMUM=23971
c Current CPU time (ms) : 587.364
c starts	: 606
c conflicts	: 2
c decisions	: 17391
c propagations	: 98803
c inspects	: 1170603
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 606
c 
c CURRENT OPTIMUM=23970
c Current CPU time (ms) : 588.906
c starts	: 607
c conflicts	: 2
c decisions	: 17418
c propagations	: 98966
c inspects	: 1173675
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 607
c 
c CURRENT OPTIMUM=23969
c Current CPU time (ms) : 590.451
c starts	: 608
c conflicts	: 2
c decisions	: 17445
c propagations	: 99129
c inspects	: 1176752
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 608
c 
c CURRENT OPTIMUM=23968
c Current CPU time (ms) : 591.684
c starts	: 609
c conflicts	: 2
c decisions	: 17471
c propagations	: 99292
c inspects	: 1179226
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 609
c 
c CURRENT OPTIMUM=23967
c Current CPU time (ms) : 594.139
c starts	: 610
c conflicts	: 2
c decisions	: 17501
c propagations	: 99455
c inspects	: 1184140
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 610
c 
c CURRENT OPTIMUM=23966
c Current CPU time (ms) : 596.288
c starts	: 611
c conflicts	: 2
c decisions	: 17530
c propagations	: 99618
c inspects	: 1188452
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 611
c 
c CURRENT OPTIMUM=23965
c Current CPU time (ms) : 598.438
c starts	: 612
c conflicts	: 2
c decisions	: 17559
c propagations	: 99781
c inspects	: 1192771
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 612
c 
c CURRENT OPTIMUM=23964
c Current CPU time (ms) : 600.293
c starts	: 613
c conflicts	: 2
c decisions	: 17587
c propagations	: 99944
c inspects	: 1196485
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 613
c 
c CURRENT OPTIMUM=23963
c Current CPU time (ms) : 602.466
c starts	: 614
c conflicts	: 2
c decisions	: 17616
c propagations	: 100107
c inspects	: 1200818
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 614
c 
c CURRENT OPTIMUM=23962
c Current CPU time (ms) : 604.326
c starts	: 615
c conflicts	: 2
c decisions	: 17644
c propagations	: 100270
c inspects	: 1204544
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 615
c 
c CURRENT OPTIMUM=23961
c Current CPU time (ms) : 606.19
c starts	: 616
c conflicts	: 2
c decisions	: 17672
c propagations	: 100433
c inspects	: 1208276
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 616
c 
c CURRENT OPTIMUM=23960
c Current CPU time (ms) : 607.756
c starts	: 617
c conflicts	: 2
c decisions	: 17699
c propagations	: 100596
c inspects	: 1211398
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 617
c 
c CURRENT OPTIMUM=23959
c Current CPU time (ms) : 609.927
c starts	: 618
c conflicts	: 2
c decisions	: 17728
c propagations	: 100759
c inspects	: 1215759
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 618
c 
c CURRENT OPTIMUM=23958
c Current CPU time (ms) : 611.8
c starts	: 619
c conflicts	: 2
c decisions	: 17756
c propagations	: 100922
c inspects	: 1219509
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 619
c 
c CURRENT OPTIMUM=23957
c Current CPU time (ms) : 613.677
c starts	: 620
c conflicts	: 2
c decisions	: 17784
c propagations	: 101085
c inspects	: 1223265
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 620
c 
c CURRENT OPTIMUM=23956
c Current CPU time (ms) : 615.254
c starts	: 621
c conflicts	: 2
c decisions	: 17811
c propagations	: 101248
c inspects	: 1226407
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 621
c 
c CURRENT OPTIMUM=23955
c Current CPU time (ms) : 617.137
c starts	: 622
c conflicts	: 2
c decisions	: 17839
c propagations	: 101411
c inspects	: 1230175
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 622
c 
c CURRENT OPTIMUM=23954
c Current CPU time (ms) : 618.719
c starts	: 623
c conflicts	: 2
c decisions	: 17866
c propagations	: 101574
c inspects	: 1233327
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 623
c 
c CURRENT OPTIMUM=23953
c Current CPU time (ms) : 620.302
c starts	: 624
c conflicts	: 2
c decisions	: 17893
c propagations	: 101737
c inspects	: 1236484
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 624
c 
c CURRENT OPTIMUM=23952
c Current CPU time (ms) : 621.567
c starts	: 625
c conflicts	: 2
c decisions	: 17919
c propagations	: 101900
c inspects	: 1239022
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 625
c 
c CURRENT OPTIMUM=23951
c Current CPU time (ms) : 623.782
c starts	: 626
c conflicts	: 2
c decisions	: 17948
c propagations	: 102063
c inspects	: 1243439
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 626
c 
c CURRENT OPTIMUM=23950
c Current CPU time (ms) : 625.68
c starts	: 627
c conflicts	: 2
c decisions	: 17976
c propagations	: 102226
c inspects	: 1247237
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 627
c 
c CURRENT OPTIMUM=23949
c Current CPU time (ms) : 627.58
c starts	: 628
c conflicts	: 2
c decisions	: 18004
c propagations	: 102389
c inspects	: 1251041
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 628
c 
c CURRENT OPTIMUM=23948
c Current CPU time (ms) : 629.183
c starts	: 629
c conflicts	: 2
c decisions	: 18031
c propagations	: 102552
c inspects	: 1254223
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 629
c 
c CURRENT OPTIMUM=23947
c Current CPU time (ms) : 631.09
c starts	: 630
c conflicts	: 2
c decisions	: 18059
c propagations	: 102715
c inspects	: 1258039
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 630
c 
c CURRENT OPTIMUM=23946
c Current CPU time (ms) : 632.676
c starts	: 631
c conflicts	: 2
c decisions	: 18086
c propagations	: 102878
c inspects	: 1261231
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 631
c 
c CURRENT OPTIMUM=23945
c Current CPU time (ms) : 634.279
c starts	: 632
c conflicts	: 2
c decisions	: 18113
c propagations	: 103041
c inspects	: 1264428
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 632
c 
c CURRENT OPTIMUM=23944
c Current CPU time (ms) : 635.575
c starts	: 633
c conflicts	: 2
c decisions	: 18139
c propagations	: 103204
c inspects	: 1266998
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 633
c 
c CURRENT OPTIMUM=23943
c Current CPU time (ms) : 637.493
c starts	: 634
c conflicts	: 2
c decisions	: 18167
c propagations	: 103367
c inspects	: 1270838
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 634
c 
c CURRENT OPTIMUM=23942
c Current CPU time (ms) : 639.105
c starts	: 635
c conflicts	: 2
c decisions	: 18194
c propagations	: 103530
c inspects	: 1274050
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 635
c 
c CURRENT OPTIMUM=23941
c Current CPU time (ms) : 640.705
c starts	: 636
c conflicts	: 2
c decisions	: 18221
c propagations	: 103693
c inspects	: 1277267
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 636
c 
c CURRENT OPTIMUM=23940
c Current CPU time (ms) : 642.01
c starts	: 637
c conflicts	: 2
c decisions	: 18247
c propagations	: 103856
c inspects	: 1279853
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 637
c 
c CURRENT OPTIMUM=23939
c Current CPU time (ms) : 643.631
c starts	: 638
c conflicts	: 2
c decisions	: 18274
c propagations	: 104019
c inspects	: 1283080
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 638
c 
c CURRENT OPTIMUM=23938
c Current CPU time (ms) : 644.926
c starts	: 639
c conflicts	: 2
c decisions	: 18300
c propagations	: 104182
c inspects	: 1285674
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 639
c 
c CURRENT OPTIMUM=23937
c Current CPU time (ms) : 646.221
c starts	: 640
c conflicts	: 2
c decisions	: 18326
c propagations	: 104345
c inspects	: 1288272
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 640
c 
c CURRENT OPTIMUM=23936
c Current CPU time (ms) : 647.22
c starts	: 641
c conflicts	: 2
c decisions	: 18351
c propagations	: 104508
c inspects	: 1290234
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 641
c 
c CURRENT OPTIMUM=23935
c Current CPU time (ms) : 650.111
c starts	: 642
c conflicts	: 2
c decisions	: 18382
c propagations	: 104671
c inspects	: 1296045
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 642
c 
c CURRENT OPTIMUM=23934
c Current CPU time (ms) : 652.695
c starts	: 643
c conflicts	: 2
c decisions	: 18412
c propagations	: 104834
c inspects	: 1301223
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 643
c 
c CURRENT OPTIMUM=23933
c Current CPU time (ms) : 655.284
c starts	: 644
c conflicts	: 2
c decisions	: 18442
c propagations	: 104997
c inspects	: 1306409
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 644
c 
c CURRENT OPTIMUM=23932
c Current CPU time (ms) : 657.548
c starts	: 645
c conflicts	: 2
c decisions	: 18471
c propagations	: 105160
c inspects	: 1310959
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 645
c 
c CURRENT OPTIMUM=23931
c Current CPU time (ms) : 660.143
c starts	: 646
c conflicts	: 2
c decisions	: 18501
c propagations	: 105323
c inspects	: 1316161
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 646
c 
c CURRENT OPTIMUM=23930
c Current CPU time (ms) : 662.413
c starts	: 647
c conflicts	: 2
c decisions	: 18530
c propagations	: 105486
c inspects	: 1320725
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 647
c 
c CURRENT OPTIMUM=23929
c Current CPU time (ms) : 664.703
c starts	: 648
c conflicts	: 2
c decisions	: 18559
c propagations	: 105649
c inspects	: 1325296
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 648
c 
c CURRENT OPTIMUM=23928
c Current CPU time (ms) : 666.663
c starts	: 649
c conflicts	: 2
c decisions	: 18587
c propagations	: 105812
c inspects	: 1329226
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 649
c 
c CURRENT OPTIMUM=23927
c Current CPU time (ms) : 669.273
c starts	: 650
c conflicts	: 2
c decisions	: 18617
c propagations	: 105975
c inspects	: 1334460
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 650
c 
c CURRENT OPTIMUM=23926
c Current CPU time (ms) : 671.57
c starts	: 651
c conflicts	: 2
c decisions	: 18646
c propagations	: 106138
c inspects	: 1339052
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 651
c 
c CURRENT OPTIMUM=23925
c Current CPU time (ms) : 673.853
c starts	: 652
c conflicts	: 2
c decisions	: 18675
c propagations	: 106301
c inspects	: 1343651
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 652
c 
c CURRENT OPTIMUM=23924
c Current CPU time (ms) : 675.823
c starts	: 653
c conflicts	: 2
c decisions	: 18703
c propagations	: 106464
c inspects	: 1347605
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 653
c 
c CURRENT OPTIMUM=23923
c Current CPU time (ms) : 678.129
c starts	: 654
c conflicts	: 2
c decisions	: 18732
c propagations	: 106627
c inspects	: 1352218
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 654
c 
c CURRENT OPTIMUM=23922
c Current CPU time (ms) : 680.106
c starts	: 655
c conflicts	: 2
c decisions	: 18760
c propagations	: 106790
c inspects	: 1356184
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 655
c 
c CURRENT OPTIMUM=23921
c Current CPU time (ms) : 682.085
c starts	: 656
c conflicts	: 2
c decisions	: 18788
c propagations	: 106953
c inspects	: 1360156
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 656
c 
c CURRENT OPTIMUM=23920
c Current CPU time (ms) : 683.748
c starts	: 657
c conflicts	: 2
c decisions	: 18815
c propagations	: 107116
c inspects	: 1363478
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 657
c 
c CURRENT OPTIMUM=23919
c Current CPU time (ms) : 686.391
c starts	: 658
c conflicts	: 2
c decisions	: 18845
c propagations	: 107279
c inspects	: 1368776
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 658
c 
c CURRENT OPTIMUM=23918
c Current CPU time (ms) : 688.715
c starts	: 659
c conflicts	: 2
c decisions	: 18874
c propagations	: 107442
c inspects	: 1373424
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 659
c 
c CURRENT OPTIMUM=23917
c Current CPU time (ms) : 691.029
c starts	: 660
c conflicts	: 2
c decisions	: 18903
c propagations	: 107605
c inspects	: 1378079
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 660
c 
c CURRENT OPTIMUM=23916
c Current CPU time (ms) : 693.038
c starts	: 661
c conflicts	: 2
c decisions	: 18931
c propagations	: 107768
c inspects	: 1382081
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 661
c 
c CURRENT OPTIMUM=23915
c Current CPU time (ms) : 695.359
c starts	: 662
c conflicts	: 2
c decisions	: 18960
c propagations	: 107931
c inspects	: 1386750
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 662
c 
c CURRENT OPTIMUM=23914
c Current CPU time (ms) : 697.361
c starts	: 663
c conflicts	: 2
c decisions	: 18988
c propagations	: 108094
c inspects	: 1390764
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 663
c 
c CURRENT OPTIMUM=23913
c Current CPU time (ms) : 699.38
c starts	: 664
c conflicts	: 2
c decisions	: 19016
c propagations	: 108257
c inspects	: 1394784
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 664
c 
c CURRENT OPTIMUM=23912
c Current CPU time (ms) : 701.05
c starts	: 665
c conflicts	: 2
c decisions	: 19043
c propagations	: 108420
c inspects	: 1398146
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 665
c 
c CURRENT OPTIMUM=23911
c Current CPU time (ms) : 703.39
c starts	: 666
c conflicts	: 2
c decisions	: 19072
c propagations	: 108583
c inspects	: 1402843
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 666
c 
c CURRENT OPTIMUM=23910
c Current CPU time (ms) : 705.393
c starts	: 667
c conflicts	: 2
c decisions	: 19100
c propagations	: 108746
c inspects	: 1406881
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 667
c 
c CURRENT OPTIMUM=23909
c Current CPU time (ms) : 707.415
c starts	: 668
c conflicts	: 2
c decisions	: 19128
c propagations	: 108909
c inspects	: 1410925
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 668
c 
c CURRENT OPTIMUM=23908
c Current CPU time (ms) : 709.079
c starts	: 669
c conflicts	: 2
c decisions	: 19155
c propagations	: 109072
c inspects	: 1414307
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 669
c 
c CURRENT OPTIMUM=23907
c Current CPU time (ms) : 711.101
c starts	: 670
c conflicts	: 2
c decisions	: 19183
c propagations	: 109235
c inspects	: 1418363
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 670
c 
c CURRENT OPTIMUM=23906
c Current CPU time (ms) : 712.79
c starts	: 671
c conflicts	: 2
c decisions	: 19210
c propagations	: 109398
c inspects	: 1421755
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 671
c 
c CURRENT OPTIMUM=23905
c Current CPU time (ms) : 714.462
c starts	: 672
c conflicts	: 2
c decisions	: 19237
c propagations	: 109561
c inspects	: 1425152
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 672
c 
c CURRENT OPTIMUM=23904
c Current CPU time (ms) : 715.824
c starts	: 673
c conflicts	: 2
c decisions	: 19263
c propagations	: 109724
c inspects	: 1427882
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 673
c 
c CURRENT OPTIMUM=23903
c Current CPU time (ms) : 718.514
c starts	: 674
c conflicts	: 2
c decisions	: 19293
c propagations	: 109887
c inspects	: 1433308
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 674
c 
c CURRENT OPTIMUM=23902
c Current CPU time (ms) : 720.877
c starts	: 675
c conflicts	: 2
c decisions	: 19322
c propagations	: 110050
c inspects	: 1438068
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 675
c 
c CURRENT OPTIMUM=23901
c Current CPU time (ms) : 723.226
c starts	: 676
c conflicts	: 2
c decisions	: 19351
c propagations	: 110213
c inspects	: 1442835
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 676
c 
c CURRENT OPTIMUM=23900
c Current CPU time (ms) : 725.275
c starts	: 677
c conflicts	: 2
c decisions	: 19379
c propagations	: 110376
c inspects	: 1446933
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 677
c 
c CURRENT OPTIMUM=23899
c Current CPU time (ms) : 727.632
c starts	: 678
c conflicts	: 2
c decisions	: 19408
c propagations	: 110539
c inspects	: 1451714
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 678
c 
c CURRENT OPTIMUM=23898
c Current CPU time (ms) : 729.682
c starts	: 679
c conflicts	: 2
c decisions	: 19436
c propagations	: 110702
c inspects	: 1455824
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 679
c 
c CURRENT OPTIMUM=23897
c Current CPU time (ms) : 731.723
c starts	: 680
c conflicts	: 2
c decisions	: 19464
c propagations	: 110865
c inspects	: 1459940
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 680
c 
c CURRENT OPTIMUM=23896
c Current CPU time (ms) : 733.434
c starts	: 681
c conflicts	: 2
c decisions	: 19491
c propagations	: 111028
c inspects	: 1463382
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 681
c 
c CURRENT OPTIMUM=23895
c Current CPU time (ms) : 735.804
c starts	: 682
c conflicts	: 2
c decisions	: 19520
c propagations	: 111191
c inspects	: 1468191
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 682
c 
c CURRENT OPTIMUM=23894
c Current CPU time (ms) : 737.871
c starts	: 683
c conflicts	: 2
c decisions	: 19548
c propagations	: 111354
c inspects	: 1472325
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 683
c 
c CURRENT OPTIMUM=23893
c Current CPU time (ms) : 739.921
c starts	: 684
c conflicts	: 2
c decisions	: 19576
c propagations	: 111517
c inspects	: 1476465
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 684
c 
c CURRENT OPTIMUM=23892
c Current CPU time (ms) : 741.639
c starts	: 685
c conflicts	: 2
c decisions	: 19603
c propagations	: 111680
c inspects	: 1479927
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 685
c 
c CURRENT OPTIMUM=23891
c Current CPU time (ms) : 743.699
c starts	: 686
c conflicts	: 2
c decisions	: 19631
c propagations	: 111843
c inspects	: 1484079
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 686
c 
c CURRENT OPTIMUM=23890
c Current CPU time (ms) : 745.422
c starts	: 687
c conflicts	: 2
c decisions	: 19658
c propagations	: 112006
c inspects	: 1487551
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 687
c 
c CURRENT OPTIMUM=23889
c Current CPU time (ms) : 747.148
c starts	: 688
c conflicts	: 2
c decisions	: 19685
c propagations	: 112169
c inspects	: 1491028
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 688
c 
c CURRENT OPTIMUM=23888
c Current CPU time (ms) : 748.549
c starts	: 689
c conflicts	: 2
c decisions	: 19711
c propagations	: 112332
c inspects	: 1493822
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 689
c 
c CURRENT OPTIMUM=23887
c Current CPU time (ms) : 750.949
c starts	: 690
c conflicts	: 2
c decisions	: 19740
c propagations	: 112495
c inspects	: 1498687
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 690
c 
c CURRENT OPTIMUM=23886
c Current CPU time (ms) : 753.033
c starts	: 691
c conflicts	: 2
c decisions	: 19768
c propagations	: 112658
c inspects	: 1502869
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 691
c 
c CURRENT OPTIMUM=23885
c Current CPU time (ms) : 755.111
c starts	: 692
c conflicts	: 2
c decisions	: 19796
c propagations	: 112821
c inspects	: 1507057
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 692
c 
c CURRENT OPTIMUM=23884
c Current CPU time (ms) : 756.849
c starts	: 693
c conflicts	: 2
c decisions	: 19823
c propagations	: 112984
c inspects	: 1510559
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 693
c 
c CURRENT OPTIMUM=23883
c Current CPU time (ms) : 758.93
c starts	: 694
c conflicts	: 2
c decisions	: 19851
c propagations	: 113147
c inspects	: 1514759
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 694
c 
c CURRENT OPTIMUM=23882
c Current CPU time (ms) : 760.682
c starts	: 695
c conflicts	: 2
c decisions	: 19878
c propagations	: 113310
c inspects	: 1518271
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 695
c 
c CURRENT OPTIMUM=23881
c Current CPU time (ms) : 762.434
c starts	: 696
c conflicts	: 2
c decisions	: 19905
c propagations	: 113473
c inspects	: 1521788
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 696
c 
c CURRENT OPTIMUM=23880
c Current CPU time (ms) : 763.848
c starts	: 697
c conflicts	: 2
c decisions	: 19931
c propagations	: 113636
c inspects	: 1524614
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 697
c 
c CURRENT OPTIMUM=23879
c Current CPU time (ms) : 765.938
c starts	: 698
c conflicts	: 2
c decisions	: 19959
c propagations	: 113799
c inspects	: 1528838
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 698
c 
c CURRENT OPTIMUM=23878
c Current CPU time (ms) : 767.698
c starts	: 699
c conflicts	: 2
c decisions	: 19986
c propagations	: 113962
c inspects	: 1532370
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 699
c 
c CURRENT OPTIMUM=23877
c Current CPU time (ms) : 769.46
c starts	: 700
c conflicts	: 2
c decisions	: 20013
c propagations	: 114125
c inspects	: 1535907
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 700
c 
c CURRENT OPTIMUM=23876
c Current CPU time (ms) : 770.88
c starts	: 701
c conflicts	: 2
c decisions	: 20039
c propagations	: 114288
c inspects	: 1538749
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 701
c 
c CURRENT OPTIMUM=23875
c Current CPU time (ms) : 772.648
c starts	: 702
c conflicts	: 2
c decisions	: 20066
c propagations	: 114451
c inspects	: 1542296
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 702
c 
c CURRENT OPTIMUM=23874
c Current CPU time (ms) : 774.057
c starts	: 703
c conflicts	: 2
c decisions	: 20092
c propagations	: 114614
c inspects	: 1545146
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 703
c 
c CURRENT OPTIMUM=23873
c Current CPU time (ms) : 775.492
c starts	: 704
c conflicts	: 2
c decisions	: 20118
c propagations	: 114777
c inspects	: 1548000
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 704
c 
c CURRENT OPTIMUM=23872
c Current CPU time (ms) : 776.562
c starts	: 705
c conflicts	: 2
c decisions	: 20143
c propagations	: 114940
c inspects	: 1550154
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 705
c 
c CURRENT OPTIMUM=23871
c Current CPU time (ms) : 779.385
c starts	: 706
c conflicts	: 2
c decisions	: 20173
c propagations	: 115103
c inspects	: 1555836
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 706
c 
c CURRENT OPTIMUM=23870
c Current CPU time (ms) : 781.862
c starts	: 707
c conflicts	: 2
c decisions	: 20202
c propagations	: 115266
c inspects	: 1560820
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 707
c 
c CURRENT OPTIMUM=23869
c Current CPU time (ms) : 784.338
c starts	: 708
c conflicts	: 2
c decisions	: 20231
c propagations	: 115429
c inspects	: 1565811
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 708
c 
c CURRENT OPTIMUM=23868
c Current CPU time (ms) : 786.468
c starts	: 709
c conflicts	: 2
c decisions	: 20259
c propagations	: 115592
c inspects	: 1570101
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 709
c 
c CURRENT OPTIMUM=23867
c Current CPU time (ms) : 788.953
c starts	: 710
c conflicts	: 2
c decisions	: 20288
c propagations	: 115755
c inspects	: 1575106
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 710
c 
c CURRENT OPTIMUM=23866
c Current CPU time (ms) : 791.085
c starts	: 711
c conflicts	: 2
c decisions	: 20316
c propagations	: 115918
c inspects	: 1579408
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 711
c 
c CURRENT OPTIMUM=23865
c Current CPU time (ms) : 793.232
c starts	: 712
c conflicts	: 2
c decisions	: 20344
c propagations	: 116081
c inspects	: 1583716
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 712
c 
c CURRENT OPTIMUM=23864
c Current CPU time (ms) : 795.019
c starts	: 713
c conflicts	: 2
c decisions	: 20371
c propagations	: 116244
c inspects	: 1587318
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 713
c 
c CURRENT OPTIMUM=23863
c Current CPU time (ms) : 797.503
c starts	: 714
c conflicts	: 2
c decisions	: 20400
c propagations	: 116407
c inspects	: 1592351
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 714
c 
c CURRENT OPTIMUM=23862
c Current CPU time (ms) : 799.659
c starts	: 715
c conflicts	: 2
c decisions	: 20428
c propagations	: 116570
c inspects	: 1596677
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 715
c 
c CURRENT OPTIMUM=23861
c Current CPU time (ms) : 801.8
c starts	: 716
c conflicts	: 2
c decisions	: 20456
c propagations	: 116733
c inspects	: 1601009
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 716
c 
c CURRENT OPTIMUM=23860
c Current CPU time (ms) : 803.599
c starts	: 717
c conflicts	: 2
c decisions	: 20483
c propagations	: 116896
c inspects	: 1604631
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 717
c 
c CURRENT OPTIMUM=23859
c Current CPU time (ms) : 805.761
c starts	: 718
c conflicts	: 2
c decisions	: 20511
c propagations	: 117059
c inspects	: 1608975
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 718
c 
c CURRENT OPTIMUM=23858
c Current CPU time (ms) : 807.561
c starts	: 719
c conflicts	: 2
c decisions	: 20538
c propagations	: 117222
c inspects	: 1612607
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 719
c 
c CURRENT OPTIMUM=23857
c Current CPU time (ms) : 809.369
c starts	: 720
c conflicts	: 2
c decisions	: 20565
c propagations	: 117385
c inspects	: 1616244
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 720
c 
c CURRENT OPTIMUM=23856
c Current CPU time (ms) : 810.813
c starts	: 721
c conflicts	: 2
c decisions	: 20591
c propagations	: 117548
c inspects	: 1619166
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 721
c 
c CURRENT OPTIMUM=23855
c Current CPU time (ms) : 813.339
c starts	: 722
c conflicts	: 2
c decisions	: 20620
c propagations	: 117711
c inspects	: 1624255
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 722
c 
c CURRENT OPTIMUM=23854
c Current CPU time (ms) : 815.52
c starts	: 723
c conflicts	: 2
c decisions	: 20648
c propagations	: 117874
c inspects	: 1628629
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 723
c 
c CURRENT OPTIMUM=23853
c Current CPU time (ms) : 817.685
c starts	: 724
c conflicts	: 2
c decisions	: 20676
c propagations	: 118037
c inspects	: 1633009
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 724
c 
c CURRENT OPTIMUM=23852
c Current CPU time (ms) : 819.503
c starts	: 725
c conflicts	: 2
c decisions	: 20703
c propagations	: 118200
c inspects	: 1636671
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 725
c 
c CURRENT OPTIMUM=23851
c Current CPU time (ms) : 821.686
c starts	: 726
c conflicts	: 2
c decisions	: 20731
c propagations	: 118363
c inspects	: 1641063
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 726
c 
c CURRENT OPTIMUM=23850
c Current CPU time (ms) : 823.525
c starts	: 727
c conflicts	: 2
c decisions	: 20758
c propagations	: 118526
c inspects	: 1644735
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 727
c 
c CURRENT OPTIMUM=23849
c Current CPU time (ms) : 825.355
c starts	: 728
c conflicts	: 2
c decisions	: 20785
c propagations	: 118689
c inspects	: 1648412
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 728
c 
c CURRENT OPTIMUM=23848
c Current CPU time (ms) : 826.821
c starts	: 729
c conflicts	: 2
c decisions	: 20811
c propagations	: 118852
c inspects	: 1651366
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 729
c 
c CURRENT OPTIMUM=23847
c Current CPU time (ms) : 829.026
c starts	: 730
c conflicts	: 2
c decisions	: 20839
c propagations	: 119015
c inspects	: 1655782
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 730
c 
c CURRENT OPTIMUM=23846
c Current CPU time (ms) : 830.861
c starts	: 731
c conflicts	: 2
c decisions	: 20866
c propagations	: 119178
c inspects	: 1659474
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 731
c 
c CURRENT OPTIMUM=23845
c Current CPU time (ms) : 832.702
c starts	: 732
c conflicts	: 2
c decisions	: 20893
c propagations	: 119341
c inspects	: 1663171
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 732
c 
c CURRENT OPTIMUM=23844
c Current CPU time (ms) : 834.171
c starts	: 733
c conflicts	: 2
c decisions	: 20919
c propagations	: 119504
c inspects	: 1666141
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 733
c 
c CURRENT OPTIMUM=23843
c Current CPU time (ms) : 836.029
c starts	: 734
c conflicts	: 2
c decisions	: 20946
c propagations	: 119667
c inspects	: 1669848
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 734
c 
c CURRENT OPTIMUM=23842
c Current CPU time (ms) : 837.501
c starts	: 735
c conflicts	: 2
c decisions	: 20972
c propagations	: 119830
c inspects	: 1672826
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 735
c 
c CURRENT OPTIMUM=23841
c Current CPU time (ms) : 838.999
c starts	: 736
c conflicts	: 2
c decisions	: 20998
c propagations	: 119993
c inspects	: 1675808
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 736
c 
c CURRENT OPTIMUM=23840
c Current CPU time (ms) : 840.118
c starts	: 737
c conflicts	: 2
c decisions	: 21023
c propagations	: 120156
c inspects	: 1678058
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 737
c 
c CURRENT OPTIMUM=23839
c Current CPU time (ms) : 842.699
c starts	: 738
c conflicts	: 2
c decisions	: 21052
c propagations	: 120319
c inspects	: 1683259
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 738
c 
c CURRENT OPTIMUM=23838
c Current CPU time (ms) : 844.918
c starts	: 739
c conflicts	: 2
c decisions	: 21080
c propagations	: 120482
c inspects	: 1687729
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 739
c 
c CURRENT OPTIMUM=23837
c Current CPU time (ms) : 847.151
c starts	: 740
c conflicts	: 2
c decisions	: 21108
c propagations	: 120645
c inspects	: 1692205
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 740
c 
c CURRENT OPTIMUM=23836
c Current CPU time (ms) : 849.012
c starts	: 741
c conflicts	: 2
c decisions	: 21135
c propagations	: 120808
c inspects	: 1695947
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 741
c 
c CURRENT OPTIMUM=23835
c Current CPU time (ms) : 851.258
c starts	: 742
c conflicts	: 2
c decisions	: 21163
c propagations	: 120971
c inspects	: 1700435
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 742
c 
c CURRENT OPTIMUM=23834
c Current CPU time (ms) : 853.123
c starts	: 743
c conflicts	: 2
c decisions	: 21190
c propagations	: 121134
c inspects	: 1704187
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 743
c 
c CURRENT OPTIMUM=23833
c Current CPU time (ms) : 854.992
c starts	: 744
c conflicts	: 2
c decisions	: 21217
c propagations	: 121297
c inspects	: 1707944
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 744
c 
c CURRENT OPTIMUM=23832
c Current CPU time (ms) : 856.491
c starts	: 745
c conflicts	: 2
c decisions	: 21243
c propagations	: 121460
c inspects	: 1710962
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 745
c 
c CURRENT OPTIMUM=23831
c Current CPU time (ms) : 858.743
c starts	: 746
c conflicts	: 2
c decisions	: 21271
c propagations	: 121623
c inspects	: 1715474
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 746
c 
c CURRENT OPTIMUM=23830
c Current CPU time (ms) : 860.626
c starts	: 747
c conflicts	: 2
c decisions	: 21298
c propagations	: 121786
c inspects	: 1719246
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 747
c 
c CURRENT OPTIMUM=23829
c Current CPU time (ms) : 862.509
c starts	: 748
c conflicts	: 2
c decisions	: 21325
c propagations	: 121949
c inspects	: 1723023
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 748
c 
c CURRENT OPTIMUM=23828
c Current CPU time (ms) : 864.023
c starts	: 749
c conflicts	: 2
c decisions	: 21351
c propagations	: 122112
c inspects	: 1726057
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 749
c 
c CURRENT OPTIMUM=23827
c Current CPU time (ms) : 865.906
c starts	: 750
c conflicts	: 2
c decisions	: 21378
c propagations	: 122275
c inspects	: 1729844
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 750
c 
c CURRENT OPTIMUM=23826
c Current CPU time (ms) : 867.425
c starts	: 751
c conflicts	: 2
c decisions	: 21404
c propagations	: 122438
c inspects	: 1732886
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 751
c 
c CURRENT OPTIMUM=23825
c Current CPU time (ms) : 868.938
c starts	: 752
c conflicts	: 2
c decisions	: 21430
c propagations	: 122601
c inspects	: 1735932
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 752
c 
c CURRENT OPTIMUM=23824
c Current CPU time (ms) : 870.098
c starts	: 753
c conflicts	: 2
c decisions	: 21455
c propagations	: 122764
c inspects	: 1738230
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 753
c 
c CURRENT OPTIMUM=23823
c Current CPU time (ms) : 872.355
c starts	: 754
c conflicts	: 2
c decisions	: 21483
c propagations	: 122927
c inspects	: 1742790
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 754
c 
c CURRENT OPTIMUM=23822
c Current CPU time (ms) : 874.252
c starts	: 755
c conflicts	: 2
c decisions	: 21510
c propagations	: 123090
c inspects	: 1746602
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 755
c 
c CURRENT OPTIMUM=23821
c Current CPU time (ms) : 876.156
c starts	: 756
c conflicts	: 2
c decisions	: 21537
c propagations	: 123253
c inspects	: 1750419
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 756
c 
c CURRENT OPTIMUM=23820
c Current CPU time (ms) : 877.688
c starts	: 757
c conflicts	: 2
c decisions	: 21563
c propagations	: 123416
c inspects	: 1753485
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 757
c 
c CURRENT OPTIMUM=23819
c Current CPU time (ms) : 879.595
c starts	: 758
c conflicts	: 2
c decisions	: 21590
c propagations	: 123579
c inspects	: 1757312
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 758
c 
c CURRENT OPTIMUM=23818
c Current CPU time (ms) : 881.136
c starts	: 759
c conflicts	: 2
c decisions	: 21616
c propagations	: 123742
c inspects	: 1760386
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 759
c 
c CURRENT OPTIMUM=23817
c Current CPU time (ms) : 882.675
c starts	: 760
c conflicts	: 2
c decisions	: 21642
c propagations	: 123905
c inspects	: 1763464
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 760
c 
c CURRENT OPTIMUM=23816
c Current CPU time (ms) : 883.829
c starts	: 761
c conflicts	: 2
c decisions	: 21667
c propagations	: 124068
c inspects	: 1765786
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 761
c 
c CURRENT OPTIMUM=23815
c Current CPU time (ms) : 885.743
c starts	: 762
c conflicts	: 2
c decisions	: 21694
c propagations	: 124231
c inspects	: 1769633
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 762
c 
c CURRENT OPTIMUM=23814
c Current CPU time (ms) : 887.293
c starts	: 763
c conflicts	: 2
c decisions	: 21720
c propagations	: 124394
c inspects	: 1772723
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 763
c 
c CURRENT OPTIMUM=23813
c Current CPU time (ms) : 888.823
c starts	: 764
c conflicts	: 2
c decisions	: 21746
c propagations	: 124557
c inspects	: 1775817
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 764
c 
c CURRENT OPTIMUM=23812
c Current CPU time (ms) : 890.002
c starts	: 765
c conflicts	: 2
c decisions	: 21771
c propagations	: 124720
c inspects	: 1778151
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 765
c 
c CURRENT OPTIMUM=23811
c Current CPU time (ms) : 891.537
c starts	: 766
c conflicts	: 2
c decisions	: 21797
c propagations	: 124883
c inspects	: 1781253
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 766
c 
c CURRENT OPTIMUM=23810
c Current CPU time (ms) : 892.733
c starts	: 767
c conflicts	: 2
c decisions	: 21822
c propagations	: 125046
c inspects	: 1783593
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 767
c 
c CURRENT OPTIMUM=23809
c Current CPU time (ms) : 893.905
c starts	: 768
c conflicts	: 2
c decisions	: 21847
c propagations	: 125209
c inspects	: 1785936
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 768
c 
c CURRENT OPTIMUM=23808
c Current CPU time (ms) : 894.697
c starts	: 769
c conflicts	: 2
c decisions	: 21871
c propagations	: 125372
c inspects	: 1787514
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 769
c 
c CURRENT OPTIMUM=23807
c Current CPU time (ms) : 898.212
c starts	: 770
c conflicts	: 2
c decisions	: 21902
c propagations	: 125535
c inspects	: 1794477
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 770
c 
c CURRENT OPTIMUM=23806
c Current CPU time (ms) : 901.351
c starts	: 771
c conflicts	: 2
c decisions	: 21932
c propagations	: 125698
c inspects	: 1800679
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 771
c 
c CURRENT OPTIMUM=23805
c Current CPU time (ms) : 904.523
c starts	: 772
c conflicts	: 2
c decisions	: 21962
c propagations	: 125861
c inspects	: 1806889
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 772
c 
c CURRENT OPTIMUM=23804
c Current CPU time (ms) : 907.282
c starts	: 773
c conflicts	: 2
c decisions	: 21991
c propagations	: 126024
c inspects	: 1812335
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 773
c 
c CURRENT OPTIMUM=23803
c Current CPU time (ms) : 910.425
c starts	: 774
c conflicts	: 2
c decisions	: 22021
c propagations	: 126187
c inspects	: 1818561
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 774
c 
c CURRENT OPTIMUM=23802
c Current CPU time (ms) : 913.195
c starts	: 775
c conflicts	: 2
c decisions	: 22050
c propagations	: 126350
c inspects	: 1824021
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 775
c 
c CURRENT OPTIMUM=23801
c Current CPU time (ms) : 915.966
c starts	: 776
c conflicts	: 2
c decisions	: 22079
c propagations	: 126513
c inspects	: 1829488
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 776
c 
c CURRENT OPTIMUM=23800
c Current CPU time (ms) : 918.37
c starts	: 777
c conflicts	: 2
c decisions	: 22107
c propagations	: 126676
c inspects	: 1834186
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 777
c 
c CURRENT OPTIMUM=23799
c Current CPU time (ms) : 921.528
c starts	: 778
c conflicts	: 2
c decisions	: 22137
c propagations	: 126839
c inspects	: 1840444
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 778
c 
c CURRENT OPTIMUM=23798
c Current CPU time (ms) : 924.309
c starts	: 779
c conflicts	: 2
c decisions	: 22166
c propagations	: 127002
c inspects	: 1845932
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 779
c 
c CURRENT OPTIMUM=23797
c Current CPU time (ms) : 927.037
c starts	: 780
c conflicts	: 2
c decisions	: 22195
c propagations	: 127165
c inspects	: 1851427
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 780
c 
c CURRENT OPTIMUM=23796
c Current CPU time (ms) : 929.391
c starts	: 781
c conflicts	: 2
c decisions	: 22223
c propagations	: 127328
c inspects	: 1856148
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 781
c 
c CURRENT OPTIMUM=23795
c Current CPU time (ms) : 932.115
c starts	: 782
c conflicts	: 2
c decisions	: 22252
c propagations	: 127491
c inspects	: 1861656
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 782
c 
c CURRENT OPTIMUM=23794
c Current CPU time (ms) : 934.469
c starts	: 783
c conflicts	: 2
c decisions	: 22280
c propagations	: 127654
c inspects	: 1866389
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 783
c 
c CURRENT OPTIMUM=23793
c Current CPU time (ms) : 936.814
c starts	: 784
c conflicts	: 2
c decisions	: 22308
c propagations	: 127817
c inspects	: 1871128
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 784
c 
c CURRENT OPTIMUM=23792
c Current CPU time (ms) : 938.79
c starts	: 785
c conflicts	: 2
c decisions	: 22335
c propagations	: 127980
c inspects	: 1875089
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 785
c 
c CURRENT OPTIMUM=23791
c Current CPU time (ms) : 941.911
c starts	: 786
c conflicts	: 2
c decisions	: 22365
c propagations	: 128143
c inspects	: 1881410
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 786
c 
c CURRENT OPTIMUM=23790
c Current CPU time (ms) : 944.655
c starts	: 787
c conflicts	: 2
c decisions	: 22394
c propagations	: 128306
c inspects	: 1886953
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 787
c 
c CURRENT OPTIMUM=23789
c Current CPU time (ms) : 947.405
c starts	: 788
c conflicts	: 2
c decisions	: 22423
c propagations	: 128469
c inspects	: 1892503
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 788
c 
c CURRENT OPTIMUM=23788
c Current CPU time (ms) : 949.774
c starts	: 789
c conflicts	: 2
c decisions	: 22451
c propagations	: 128632
c inspects	: 1897272
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 789
c 
c CURRENT OPTIMUM=23787
c Current CPU time (ms) : 952.53
c starts	: 790
c conflicts	: 2
c decisions	: 22480
c propagations	: 128795
c inspects	: 1902836
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 790
c 
c CURRENT OPTIMUM=23786
c Current CPU time (ms) : 954.904
c starts	: 791
c conflicts	: 2
c decisions	: 22508
c propagations	: 128958
c inspects	: 1907617
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 791
c 
c CURRENT OPTIMUM=23785
c Current CPU time (ms) : 957.267
c starts	: 792
c conflicts	: 2
c decisions	: 22536
c propagations	: 129121
c inspects	: 1912404
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 792
c 
c CURRENT OPTIMUM=23784
c Current CPU time (ms) : 959.274
c starts	: 793
c conflicts	: 2
c decisions	: 22563
c propagations	: 129284
c inspects	: 1916405
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 793
c 
c CURRENT OPTIMUM=23783
c Current CPU time (ms) : 962.043
c starts	: 794
c conflicts	: 2
c decisions	: 22592
c propagations	: 129447
c inspects	: 1921997
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 794
c 
c CURRENT OPTIMUM=23782
c Current CPU time (ms) : 964.422
c starts	: 795
c conflicts	: 2
c decisions	: 22620
c propagations	: 129610
c inspects	: 1926802
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 795
c 
c CURRENT OPTIMUM=23781
c Current CPU time (ms) : 966.815
c starts	: 796
c conflicts	: 2
c decisions	: 22648
c propagations	: 129773
c inspects	: 1931613
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 796
c 
c CURRENT OPTIMUM=23780
c Current CPU time (ms) : 968.807
c starts	: 797
c conflicts	: 2
c decisions	: 22675
c propagations	: 129936
c inspects	: 1935634
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 797
c 
c CURRENT OPTIMUM=23779
c Current CPU time (ms) : 971.207
c starts	: 798
c conflicts	: 2
c decisions	: 22703
c propagations	: 130099
c inspects	: 1940457
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 798
c 
c CURRENT OPTIMUM=23778
c Current CPU time (ms) : 973.205
c starts	: 799
c conflicts	: 2
c decisions	: 22730
c propagations	: 130262
c inspects	: 1944488
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 799
c 
c CURRENT OPTIMUM=23777
c Current CPU time (ms) : 975.205
c starts	: 800
c conflicts	: 2
c decisions	: 22757
c propagations	: 130425
c inspects	: 1948524
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 800
c 
c CURRENT OPTIMUM=23776
c Current CPU time (ms) : 976.832
c starts	: 801
c conflicts	: 2
c decisions	: 22783
c propagations	: 130588
c inspects	: 1951765
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 801
c 
c CURRENT OPTIMUM=23775
c Current CPU time (ms) : 980.032
c starts	: 802
c conflicts	: 2
c decisions	: 22813
c propagations	: 130751
c inspects	: 1958214
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 802
c 
c CURRENT OPTIMUM=23774
c Current CPU time (ms) : 982.834
c starts	: 803
c conflicts	: 2
c decisions	: 22842
c propagations	: 130914
c inspects	: 1963869
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 803
c 
c CURRENT OPTIMUM=23773
c Current CPU time (ms) : 985.639
c starts	: 804
c conflicts	: 2
c decisions	: 22871
c propagations	: 131077
c inspects	: 1969531
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 804
c 
c CURRENT OPTIMUM=23772
c Current CPU time (ms) : 988.058
c starts	: 805
c conflicts	: 2
c decisions	: 22899
c propagations	: 131240
c inspects	: 1974396
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 805
c 
c CURRENT OPTIMUM=23771
c Current CPU time (ms) : 990.872
c starts	: 806
c conflicts	: 2
c decisions	: 22928
c propagations	: 131403
c inspects	: 1980072
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 806
c 
c CURRENT OPTIMUM=23770
c Current CPU time (ms) : 993.293
c starts	: 807
c conflicts	: 2
c decisions	: 22956
c propagations	: 131566
c inspects	: 1984949
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 807
c 
c CURRENT OPTIMUM=23769
c Current CPU time (ms) : 995.713
c starts	: 808
c conflicts	: 2
c decisions	: 22984
c propagations	: 131729
c inspects	: 1989832
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 808
c 
c CURRENT OPTIMUM=23768
c Current CPU time (ms) : 997.751
c starts	: 809
c conflicts	: 2
c decisions	: 23011
c propagations	: 131892
c inspects	: 1993913
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 809
c 
c CURRENT OPTIMUM=23767
c Current CPU time (ms) : 1000.578
c starts	: 810
c conflicts	: 2
c decisions	: 23040
c propagations	: 132055
c inspects	: 1999617
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 810
c 
c CURRENT OPTIMUM=23766
c Current CPU time (ms) : 1003.012
c starts	: 811
c conflicts	: 2
c decisions	: 23068
c propagations	: 132218
c inspects	: 2004518
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 811
c 
c CURRENT OPTIMUM=23765
c Current CPU time (ms) : 1005.435
c starts	: 812
c conflicts	: 2
c decisions	: 23096
c propagations	: 132381
c inspects	: 2009425
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 812
c 
c CURRENT OPTIMUM=23764
c Current CPU time (ms) : 1007.484
c starts	: 813
c conflicts	: 2
c decisions	: 23123
c propagations	: 132544
c inspects	: 2013526
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 813
c 
c CURRENT OPTIMUM=23763
c Current CPU time (ms) : 1009.913
c starts	: 814
c conflicts	: 2
c decisions	: 23151
c propagations	: 132707
c inspects	: 2018445
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 814
c 
c CURRENT OPTIMUM=23762
c Current CPU time (ms) : 1011.965
c starts	: 815
c conflicts	: 2
c decisions	: 23178
c propagations	: 132870
c inspects	: 2022556
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 815
c 
c CURRENT OPTIMUM=23761
c Current CPU time (ms) : 1014.009
c starts	: 816
c conflicts	: 2
c decisions	: 23205
c propagations	: 133033
c inspects	: 2026672
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 816
c 
c CURRENT OPTIMUM=23760
c Current CPU time (ms) : 1015.655
c starts	: 817
c conflicts	: 2
c decisions	: 23231
c propagations	: 133196
c inspects	: 2029977
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 817
c 
c CURRENT OPTIMUM=23759
c Current CPU time (ms) : 1018.509
c starts	: 818
c conflicts	: 2
c decisions	: 23260
c propagations	: 133359
c inspects	: 2035737
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 818
c 
c CURRENT OPTIMUM=23758
c Current CPU time (ms) : 1020.97
c starts	: 819
c conflicts	: 2
c decisions	: 23288
c propagations	: 133522
c inspects	: 2040686
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 819
c 
c CURRENT OPTIMUM=23757
c Current CPU time (ms) : 1023.431
c starts	: 820
c conflicts	: 2
c decisions	: 23316
c propagations	: 133685
c inspects	: 2045641
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 820
c 
c CURRENT OPTIMUM=23756
c Current CPU time (ms) : 1025.486
c starts	: 821
c conflicts	: 2
c decisions	: 23343
c propagations	: 133848
c inspects	: 2049782
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 821
c 
c CURRENT OPTIMUM=23755
c Current CPU time (ms) : 1027.954
c starts	: 822
c conflicts	: 2
c decisions	: 23371
c propagations	: 134011
c inspects	: 2054749
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 822
c 
c CURRENT OPTIMUM=23754
c Current CPU time (ms) : 1030.012
c starts	: 823
c conflicts	: 2
c decisions	: 23398
c propagations	: 134174
c inspects	: 2058900
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 823
c 
c CURRENT OPTIMUM=23753
c Current CPU time (ms) : 1032.08
c starts	: 824
c conflicts	: 2
c decisions	: 23425
c propagations	: 134337
c inspects	: 2063056
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 824
c 
c CURRENT OPTIMUM=23752
c Current CPU time (ms) : 1033.743
c starts	: 825
c conflicts	: 2
c decisions	: 23451
c propagations	: 134500
c inspects	: 2066393
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 825
c 
c CURRENT OPTIMUM=23751
c Current CPU time (ms) : 1036.226
c starts	: 826
c conflicts	: 2
c decisions	: 23479
c propagations	: 134663
c inspects	: 2071384
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 826
c 
c CURRENT OPTIMUM=23750
c Current CPU time (ms) : 1038.296
c starts	: 827
c conflicts	: 2
c decisions	: 23506
c propagations	: 134826
c inspects	: 2075555
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 827
c 
c CURRENT OPTIMUM=23749
c Current CPU time (ms) : 1040.385
c starts	: 828
c conflicts	: 2
c decisions	: 23533
c propagations	: 134989
c inspects	: 2079731
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 828
c 
c CURRENT OPTIMUM=23748
c Current CPU time (ms) : 1042.041
c starts	: 829
c conflicts	: 2
c decisions	: 23559
c propagations	: 135152
c inspects	: 2083084
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 829
c 
c CURRENT OPTIMUM=23747
c Current CPU time (ms) : 1044.137
c starts	: 830
c conflicts	: 2
c decisions	: 23586
c propagations	: 135315
c inspects	: 2087270
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 830
c 
c CURRENT OPTIMUM=23746
c Current CPU time (ms) : 1045.813
c starts	: 831
c conflicts	: 2
c decisions	: 23612
c propagations	: 135478
c inspects	: 2090631
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 831
c 
c CURRENT OPTIMUM=23745
c Current CPU time (ms) : 1047.477
c starts	: 832
c conflicts	: 2
c decisions	: 23638
c propagations	: 135641
c inspects	: 2093996
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 832
c 
c CURRENT OPTIMUM=23744
c Current CPU time (ms) : 1048.754
c starts	: 833
c conflicts	: 2
c decisions	: 23663
c propagations	: 135804
c inspects	: 2096533
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 833
c 
c CURRENT OPTIMUM=23743
c Current CPU time (ms) : 1052.086
c starts	: 834
c conflicts	: 2
c decisions	: 23693
c propagations	: 135967
c inspects	: 2103238
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 834
c 
c CURRENT OPTIMUM=23742
c Current CPU time (ms) : 1055.001
c starts	: 835
c conflicts	: 2
c decisions	: 23722
c propagations	: 136130
c inspects	: 2109117
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 835
c 
c CURRENT OPTIMUM=23741
c Current CPU time (ms) : 1057.916
c starts	: 836
c conflicts	: 2
c decisions	: 23751
c propagations	: 136293
c inspects	: 2115003
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 836
c 
c CURRENT OPTIMUM=23740
c Current CPU time (ms) : 1060.438
c starts	: 837
c conflicts	: 2
c decisions	: 23779
c propagations	: 136456
c inspects	: 2120060
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 837
c 
c CURRENT OPTIMUM=23739
c Current CPU time (ms) : 1063.358
c starts	: 838
c conflicts	: 2
c decisions	: 23808
c propagations	: 136619
c inspects	: 2125960
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 838
c 
c CURRENT OPTIMUM=23738
c Current CPU time (ms) : 1065.877
c starts	: 839
c conflicts	: 2
c decisions	: 23836
c propagations	: 136782
c inspects	: 2131029
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 839
c 
c CURRENT OPTIMUM=23737
c Current CPU time (ms) : 1068.402
c starts	: 840
c conflicts	: 2
c decisions	: 23864
c propagations	: 136945
c inspects	: 2136104
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 840
c 
c CURRENT OPTIMUM=23736
c Current CPU time (ms) : 1070.508
c starts	: 841
c conflicts	: 2
c decisions	: 23891
c propagations	: 137108
c inspects	: 2140345
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 841
c 
c CURRENT OPTIMUM=23735
c Current CPU time (ms) : 1073.461
c starts	: 842
c conflicts	: 2
c decisions	: 23920
c propagations	: 137271
c inspects	: 2146273
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 842
c 
c CURRENT OPTIMUM=23734
c Current CPU time (ms) : 1075.976
c starts	: 843
c conflicts	: 2
c decisions	: 23948
c propagations	: 137434
c inspects	: 2151366
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 843
c 
c CURRENT OPTIMUM=23733
c Current CPU time (ms) : 1078.512
c starts	: 844
c conflicts	: 2
c decisions	: 23976
c propagations	: 137597
c inspects	: 2156465
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 844
c 
c CURRENT OPTIMUM=23732
c Current CPU time (ms) : 1080.647
c starts	: 845
c conflicts	: 2
c decisions	: 24003
c propagations	: 137760
c inspects	: 2160726
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 845
c 
c CURRENT OPTIMUM=23731
c Current CPU time (ms) : 1083.172
c starts	: 846
c conflicts	: 2
c decisions	: 24031
c propagations	: 137923
c inspects	: 2165837
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 846
c 
c CURRENT OPTIMUM=23730
c Current CPU time (ms) : 1085.304
c starts	: 847
c conflicts	: 2
c decisions	: 24058
c propagations	: 138086
c inspects	: 2170108
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 847
c 
c CURRENT OPTIMUM=23729
c Current CPU time (ms) : 1087.426
c starts	: 848
c conflicts	: 2
c decisions	: 24085
c propagations	: 138249
c inspects	: 2174384
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 848
c 
c CURRENT OPTIMUM=23728
c Current CPU time (ms) : 1089.138
c starts	: 849
c conflicts	: 2
c decisions	: 24111
c propagations	: 138412
c inspects	: 2177817
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 849
c 
c CURRENT OPTIMUM=23727
c Current CPU time (ms) : 1092.103
c starts	: 850
c conflicts	: 2
c decisions	: 24140
c propagations	: 138575
c inspects	: 2183801
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 850
c 
c CURRENT OPTIMUM=23726
c Current CPU time (ms) : 1094.66
c starts	: 851
c conflicts	: 2
c decisions	: 24168
c propagations	: 138738
c inspects	: 2188942
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 851
c 
c CURRENT OPTIMUM=23725
c Current CPU time (ms) : 1097.215
c starts	: 852
c conflicts	: 2
c decisions	: 24196
c propagations	: 138901
c inspects	: 2194089
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 852
c 
c CURRENT OPTIMUM=23724
c Current CPU time (ms) : 1099.361
c starts	: 853
c conflicts	: 2
c decisions	: 24223
c propagations	: 139064
c inspects	: 2198390
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 853
c 
c CURRENT OPTIMUM=23723
c Current CPU time (ms) : 1101.913
c starts	: 854
c conflicts	: 2
c decisions	: 24251
c propagations	: 139227
c inspects	: 2203549
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 854
c 
c CURRENT OPTIMUM=23722
c Current CPU time (ms) : 1104.065
c starts	: 855
c conflicts	: 2
c decisions	: 24278
c propagations	: 139390
c inspects	: 2207860
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 855
c 
c CURRENT OPTIMUM=23721
c Current CPU time (ms) : 1106.204
c starts	: 856
c conflicts	: 2
c decisions	: 24305
c propagations	: 139553
c inspects	: 2212176
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 856
c 
c CURRENT OPTIMUM=23720
c Current CPU time (ms) : 1107.931
c starts	: 857
c conflicts	: 2
c decisions	: 24331
c propagations	: 139716
c inspects	: 2215641
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 857
c 
c CURRENT OPTIMUM=23719
c Current CPU time (ms) : 1110.513
c starts	: 858
c conflicts	: 2
c decisions	: 24359
c propagations	: 139879
c inspects	: 2220824
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 858
c 
c CURRENT OPTIMUM=23718
c Current CPU time (ms) : 1112.662
c starts	: 859
c conflicts	: 2
c decisions	: 24386
c propagations	: 140042
c inspects	: 2225155
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 859
c 
c CURRENT OPTIMUM=23717
c Current CPU time (ms) : 1114.828
c starts	: 860
c conflicts	: 2
c decisions	: 24413
c propagations	: 140205
c inspects	: 2229491
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 860
c 
c CURRENT OPTIMUM=23716
c Current CPU time (ms) : 1116.561
c starts	: 861
c conflicts	: 2
c decisions	: 24439
c propagations	: 140368
c inspects	: 2232972
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 861
c 
c CURRENT OPTIMUM=23715
c Current CPU time (ms) : 1118.719
c starts	: 862
c conflicts	: 2
c decisions	: 24466
c propagations	: 140531
c inspects	: 2237318
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 862
c 
c CURRENT OPTIMUM=23714
c Current CPU time (ms) : 1120.461
c starts	: 863
c conflicts	: 2
c decisions	: 24492
c propagations	: 140694
c inspects	: 2240807
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 863
c 
c CURRENT OPTIMUM=23713
c Current CPU time (ms) : 1122.204
c starts	: 864
c conflicts	: 2
c decisions	: 24518
c propagations	: 140857
c inspects	: 2244300
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 864
c 
c CURRENT OPTIMUM=23712
c Current CPU time (ms) : 1123.529
c starts	: 865
c conflicts	: 2
c decisions	: 24543
c propagations	: 141020
c inspects	: 2246933
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 865
c 
c CURRENT OPTIMUM=23711
c Current CPU time (ms) : 1126.546
c starts	: 866
c conflicts	: 2
c decisions	: 24572
c propagations	: 141183
c inspects	: 2253029
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 866
c 
c CURRENT OPTIMUM=23710
c Current CPU time (ms) : 1129.15
c starts	: 867
c conflicts	: 2
c decisions	: 24600
c propagations	: 141346
c inspects	: 2258266
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 867
c 
c CURRENT OPTIMUM=23709
c Current CPU time (ms) : 1131.756
c starts	: 868
c conflicts	: 2
c decisions	: 24628
c propagations	: 141509
c inspects	: 2263509
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 868
c 
c CURRENT OPTIMUM=23708
c Current CPU time (ms) : 1133.93
c starts	: 869
c conflicts	: 2
c decisions	: 24655
c propagations	: 141672
c inspects	: 2267890
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 869
c 
c CURRENT OPTIMUM=23707
c Current CPU time (ms) : 1136.543
c starts	: 870
c conflicts	: 2
c decisions	: 24683
c propagations	: 141835
c inspects	: 2273145
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 870
c 
c CURRENT OPTIMUM=23706
c Current CPU time (ms) : 1138.738
c starts	: 871
c conflicts	: 2
c decisions	: 24710
c propagations	: 141998
c inspects	: 2277536
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 871
c 
c CURRENT OPTIMUM=23705
c Current CPU time (ms) : 1140.922
c starts	: 872
c conflicts	: 2
c decisions	: 24737
c propagations	: 142161
c inspects	: 2281932
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 872
c 
c CURRENT OPTIMUM=23704
c Current CPU time (ms) : 1142.679
c starts	: 873
c conflicts	: 2
c decisions	: 24763
c propagations	: 142324
c inspects	: 2285461
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 873
c 
c CURRENT OPTIMUM=23703
c Current CPU time (ms) : 1145.304
c starts	: 874
c conflicts	: 2
c decisions	: 24791
c propagations	: 142487
c inspects	: 2290740
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 874
c 
c CURRENT OPTIMUM=23702
c Current CPU time (ms) : 1147.496
c starts	: 875
c conflicts	: 2
c decisions	: 24818
c propagations	: 142650
c inspects	: 2295151
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 875
c 
c CURRENT OPTIMUM=23701
c Current CPU time (ms) : 1149.702
c starts	: 876
c conflicts	: 2
c decisions	: 24845
c propagations	: 142813
c inspects	: 2299567
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 876
c 
c CURRENT OPTIMUM=23700
c Current CPU time (ms) : 1151.47
c starts	: 877
c conflicts	: 2
c decisions	: 24871
c propagations	: 142976
c inspects	: 2303112
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 877
c 
c CURRENT OPTIMUM=23699
c Current CPU time (ms) : 1153.668
c starts	: 878
c conflicts	: 2
c decisions	: 24898
c propagations	: 143139
c inspects	: 2307538
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 878
c 
c CURRENT OPTIMUM=23698
c Current CPU time (ms) : 1155.439
c starts	: 879
c conflicts	: 2
c decisions	: 24924
c propagations	: 143302
c inspects	: 2311091
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 879
c 
c CURRENT OPTIMUM=23697
c Current CPU time (ms) : 1157.21
c starts	: 880
c conflicts	: 2
c decisions	: 24950
c propagations	: 143465
c inspects	: 2314648
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 880
c 
c CURRENT OPTIMUM=23696
c Current CPU time (ms) : 1158.56
c starts	: 881
c conflicts	: 2
c decisions	: 24975
c propagations	: 143628
c inspects	: 2317329
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 881
c 
c CURRENT OPTIMUM=23695
c Current CPU time (ms) : 1161.211
c starts	: 882
c conflicts	: 2
c decisions	: 25003
c propagations	: 143791
c inspects	: 2322656
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 882
c 
c CURRENT OPTIMUM=23694
c Current CPU time (ms) : 1163.421
c starts	: 883
c conflicts	: 2
c decisions	: 25030
c propagations	: 143954
c inspects	: 2327107
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 883
c 
c CURRENT OPTIMUM=23693
c Current CPU time (ms) : 1165.649
c starts	: 884
c conflicts	: 2
c decisions	: 25057
c propagations	: 144117
c inspects	: 2331563
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 884
c 
c CURRENT OPTIMUM=23692
c Current CPU time (ms) : 1167.431
c starts	: 885
c conflicts	: 2
c decisions	: 25083
c propagations	: 144280
c inspects	: 2335140
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 885
c 
c CURRENT OPTIMUM=23691
c Current CPU time (ms) : 1169.658
c starts	: 886
c conflicts	: 2
c decisions	: 25110
c propagations	: 144443
c inspects	: 2339606
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 886
c 
c CURRENT OPTIMUM=23690
c Current CPU time (ms) : 1171.455
c starts	: 887
c conflicts	: 2
c decisions	: 25136
c propagations	: 144606
c inspects	: 2343191
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 887
c 
c CURRENT OPTIMUM=23689
c Current CPU time (ms) : 1173.244
c starts	: 888
c conflicts	: 2
c decisions	: 25162
c propagations	: 144769
c inspects	: 2346780
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 888
c 
c CURRENT OPTIMUM=23688
c Current CPU time (ms) : 1174.603
c starts	: 889
c conflicts	: 2
c decisions	: 25187
c propagations	: 144932
c inspects	: 2349485
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 889
c 
c CURRENT OPTIMUM=23687
c Current CPU time (ms) : 1176.834
c starts	: 890
c conflicts	: 2
c decisions	: 25214
c propagations	: 145095
c inspects	: 2353971
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 890
c 
c CURRENT OPTIMUM=23686
c Current CPU time (ms) : 1178.63
c starts	: 891
c conflicts	: 2
c decisions	: 25240
c propagations	: 145258
c inspects	: 2357572
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 891
c 
c CURRENT OPTIMUM=23685
c Current CPU time (ms) : 1180.435
c starts	: 892
c conflicts	: 2
c decisions	: 25266
c propagations	: 145421
c inspects	: 2361177
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 892
c 
c CURRENT OPTIMUM=23684
c Current CPU time (ms) : 1181.8
c starts	: 893
c conflicts	: 2
c decisions	: 25291
c propagations	: 145584
c inspects	: 2363894
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 893
c 
c CURRENT OPTIMUM=23683
c Current CPU time (ms) : 1183.612
c starts	: 894
c conflicts	: 2
c decisions	: 25317
c propagations	: 145747
c inspects	: 2367507
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 894
c 
c CURRENT OPTIMUM=23682
c Current CPU time (ms) : 1184.965
c starts	: 895
c conflicts	: 2
c decisions	: 25342
c propagations	: 145910
c inspects	: 2370230
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 895
c 
c CURRENT OPTIMUM=23681
c Current CPU time (ms) : 1186.335
c starts	: 896
c conflicts	: 2
c decisions	: 25367
c propagations	: 146073
c inspects	: 2372956
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 896
c 
c CURRENT OPTIMUM=23680
c Current CPU time (ms) : 1187.252
c starts	: 897
c conflicts	: 2
c decisions	: 25391
c propagations	: 146236
c inspects	: 2374789
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 897
c 
c CURRENT OPTIMUM=23679
c Current CPU time (ms) : 1190.834
c starts	: 898
c conflicts	: 2
c decisions	: 25421
c propagations	: 146399
c inspects	: 2382006
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 898
c 
c CURRENT OPTIMUM=23678
c Current CPU time (ms) : 1193.967
c starts	: 899
c conflicts	: 2
c decisions	: 25450
c propagations	: 146562
c inspects	: 2388333
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 899
c 
c CURRENT OPTIMUM=23677
c Current CPU time (ms) : 1197.119
c starts	: 900
c conflicts	: 2
c decisions	: 25479
c propagations	: 146725
c inspects	: 2394667
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 900
c 
c CURRENT OPTIMUM=23676
c Current CPU time (ms) : 1199.825
c starts	: 901
c conflicts	: 2
c decisions	: 25507
c propagations	: 146888
c inspects	: 2400108
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 901
c 
c CURRENT OPTIMUM=23675
c Current CPU time (ms) : 1202.971
c starts	: 902
c conflicts	: 2
c decisions	: 25536
c propagations	: 147051
c inspects	: 2406456
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 902
c 
c CURRENT OPTIMUM=23674
c Current CPU time (ms) : 1205.68
c starts	: 903
c conflicts	: 2
c decisions	: 25564
c propagations	: 147214
c inspects	: 2411909
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 903
c 
c CURRENT OPTIMUM=23673
c Current CPU time (ms) : 1208.411
c starts	: 904
c conflicts	: 2
c decisions	: 25592
c propagations	: 147377
c inspects	: 2417368
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 904
c 
c CURRENT OPTIMUM=23672
c Current CPU time (ms) : 1210.673
c starts	: 905
c conflicts	: 2
c decisions	: 25619
c propagations	: 147540
c inspects	: 2421929
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 905
c 
c CURRENT OPTIMUM=23671
c Current CPU time (ms) : 1213.847
c starts	: 906
c conflicts	: 2
c decisions	: 25648
c propagations	: 147703
c inspects	: 2428305
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 906
c 
c CURRENT OPTIMUM=23670
c Current CPU time (ms) : 1216.569
c starts	: 907
c conflicts	: 2
c decisions	: 25676
c propagations	: 147866
c inspects	: 2433782
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 907
c 
c CURRENT OPTIMUM=23669
c Current CPU time (ms) : 1219.294
c starts	: 908
c conflicts	: 2
c decisions	: 25704
c propagations	: 148029
c inspects	: 2439265
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 908
c 
c CURRENT OPTIMUM=23668
c Current CPU time (ms) : 1221.566
c starts	: 909
c conflicts	: 2
c decisions	: 25731
c propagations	: 148192
c inspects	: 2443846
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 909
c 
c CURRENT OPTIMUM=23667
c Current CPU time (ms) : 1224.298
c starts	: 910
c conflicts	: 2
c decisions	: 25759
c propagations	: 148355
c inspects	: 2449341
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 910
c 
c CURRENT OPTIMUM=23666
c Current CPU time (ms) : 1226.594
c starts	: 911
c conflicts	: 2
c decisions	: 25786
c propagations	: 148518
c inspects	: 2453932
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 911
c 
c CURRENT OPTIMUM=23665
c Current CPU time (ms) : 1228.88
c starts	: 912
c conflicts	: 2
c decisions	: 25813
c propagations	: 148681
c inspects	: 2458528
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 2
c root simplifications	: 912
#### END SOLVER DATA ####
#### BEGIN WATCHER DATA ####
Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing VSIZE limit: 943718400 bytes
Raw data (loadavg): 0.76 0.90 0.89 2/54 27512
Raw data (stat): 27512 (runsolver) R 27511 29653 29652 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 490063602 1052672 99 4294967295 134512640 135381576 3221224432 3221219680 135158418 0 2147483391 7 90112 0 0 0 17 0 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+10.0135 s]
Raw data (loadavg): 1.18 0.98 0.92 3/63 27566
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18076 6 1 0 717 39 1 0 25 0 10 0 490063602 871452672 23067 4294967295 134512640 134569956 3221224400 3221215124 1130919932 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212757 23067 13073 16 0 212741 0
vsize: 851028
[startup+20.0141 s]
Raw data (loadavg): 1.15 0.98 0.92 2/64 27605
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18076 6 1 0 1670 41 3 1 25 0 11 0 490063602 868483072 22521 4294967295 134512640 134569956 3221224400 3221214760 1131275130 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 212032 22521 13073 16 0 212016 0
vsize: 848128
[startup+30.0142 s]
Raw data (loadavg): 1.13 0.98 0.92 2/64 27633
Raw data (stat): 27512 (java) S 27511 29653 29652 0 -1 0 18076 6 1 0 2620 43 4 1 17 0 11 0 490063602 866107392 22162 4294967295 134512640 134569956 3221224400 3221213368 1073943035 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 22162 13073 16 0 211436 0
vsize: 845808
[startup+40.0149 s]
Raw data (loadavg): 1.11 0.98 0.92 2/64 27656
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18077 6 1 0 3571 44 4 1 25 0 11 0 490063602 866107392 22534 4294967295 134512640 134569956 3221224400 3221214664 1131218041 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 22534 13073 16 0 211436 0
vsize: 845808
[startup+50.0155 s]
Raw data (loadavg): 1.09 0.98 0.92 2/64 27674
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18077 6 1 0 4538 45 5 1 25 0 11 0 490063602 866107392 22635 4294967295 134512640 134569956 3221224400 3221214760 1131276056 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 22635 13073 16 0 211436 0
vsize: 845808
[startup+60.0157 s]
Raw data (loadavg): 1.08 0.98 0.92 2/64 27691
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18077 6 1 0 5509 46 6 2 25 0 11 0 490063602 866107392 22755 4294967295 134512640 134569956 3221224400 3221214664 1131218455 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 22755 13073 16 0 211436 0
vsize: 845808
[startup+70.0163 s]
Raw data (loadavg): 1.06 0.98 0.92 2/64 27709
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18077 6 1 0 6483 47 6 2 25 0 11 0 490063602 866107392 22900 4294967295 134512640 134569956 3221224400 3221214760 1131274915 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 22900 13073 16 0 211436 0
vsize: 845808
[startup+80.017 s]
Raw data (loadavg): 1.05 0.98 0.92 2/64 27724
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 7456 49 7 2 25 0 11 0 490063602 866107392 22987 4294967295 134512640 134569956 3221224400 3221214664 1131217892 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 22987 13073 16 0 211436 0
vsize: 845808
[startup+90.0171 s]
Raw data (loadavg): 1.05 0.98 0.92 2/64 27739
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 8427 50 7 2 24 0 11 0 490063602 866107392 23081 4294967295 134512640 134569956 3221224400 3221214664 1131217708 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 23081 13073 16 0 211436 0
vsize: 845808
[startup+100.018 s]
Raw data (loadavg): 1.04 0.98 0.92 2/64 27753
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 9403 51 7 2 19 0 11 0 490063602 866107392 23152 4294967295 134512640 134569956 3221224400 3221214760 1131273839 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 23152 13073 16 0 211436 0
vsize: 845808
[startup+110.022 s]
Raw data (loadavg): 1.03 0.98 0.92 2/64 27767
Raw data (stat): 27512 (java) S 27511 29653 29652 0 -1 0 18078 6 1 0 10380 52 8 2 25 0 11 0 490063602 866107392 23279 4294967295 134512640 134569956 3221224400 3221213304 1073952481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 23279 13073 16 0 211436 0
vsize: 845808
[startup+120.022 s]
Raw data (loadavg): 1.03 0.98 0.92 2/64 27781
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 11357 53 8 3 24 0 11 0 490063602 866107392 23361 4294967295 134512640 134569956 3221224400 3221214664 1131217708 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 23361 13073 16 0 211436 0
vsize: 845808
[startup+130.024 s]
Raw data (loadavg): 1.02 0.98 0.92 2/64 27791
Raw data (stat): 27512 (java) S 27511 29653 29652 0 -1 0 18078 6 1 0 12333 54 9 3 17 0 11 0 490063602 866107392 23463 4294967295 134512640 134569956 3221224400 3221213408 1073943035 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 23463 13073 16 0 211436 0
vsize: 845808
[startup+140.028 s]
Raw data (loadavg): 1.02 0.98 0.92 2/64 27800
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 13311 55 9 3 16 0 11 0 490063602 866107392 23559 4294967295 134512640 134569956 3221224400 3221214664 1131218643 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 23559 13073 16 0 211436 0
vsize: 845808
[startup+150.028 s]
Raw data (loadavg): 1.02 0.98 0.92 2/64 27811
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 14292 55 9 3 17 0 11 0 490063602 866107392 23731 4294967295 134512640 134569956 3221224400 3221214664 1131217987 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 23731 13073 16 0 211436 0
vsize: 845808
[startup+160.029 s]
Raw data (loadavg): 1.01 0.98 0.92 2/64 27820
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 15274 56 9 4 18 0 11 0 490063602 866107392 23806 4294967295 134512640 134569956 3221224400 3221214760 1131278460 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 23806 13073 16 0 211436 0
vsize: 845808
[startup+170.028 s]
Raw data (loadavg): 1.01 0.98 0.92 2/64 27830
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 16256 57 10 4 17 0 11 0 490063602 866107392 23886 4294967295 134512640 134569956 3221224400 3221214664 1131217809 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 23886 13073 16 0 211436 0
vsize: 845808
[startup+180.029 s]
Raw data (loadavg): 1.01 0.98 0.92 2/64 27840
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 17236 58 10 4 25 0 11 0 490063602 866107392 23972 4294967295 134512640 134569956 3221224400 3221214664 1131217987 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 23972 13073 16 0 211436 0
vsize: 845808
[startup+190.03 s]
Raw data (loadavg): 1.01 0.98 0.92 2/64 27849
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 18217 59 10 4 23 0 11 0 490063602 866107392 24047 4294967295 134512640 134569956 3221224400 3221214664 1131218563 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 24047 13073 16 0 211436 0
vsize: 845808
[startup+200.03 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 27858
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 19195 59 11 4 25 0 11 0 490063602 866107392 24138 4294967295 134512640 134569956 3221224400 3221214760 1131275180 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 24138 13073 16 0 211436 0
vsize: 845808
[startup+210.03 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 27867
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 20175 60 11 4 24 0 11 0 490063602 866107392 24220 4294967295 134512640 134569956 3221224400 3221214704 1131217935 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 24220 13073 16 0 211436 0
vsize: 845808
[startup+220.031 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 27877
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 21157 61 11 5 25 0 11 0 490063602 866107392 24291 4294967295 134512640 134569956 3221224400 3221214796 1131222835 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 24291 13073 16 0 211436 0
vsize: 845808
[startup+230.03 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 27886
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 22139 61 11 5 25 0 11 0 490063602 866107392 24364 4294967295 134512640 134569956 3221224400 3221214800 1131274036 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 24364 13073 16 0 211436 0
vsize: 845808
[startup+240.031 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 27896
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 23120 63 12 5 25 0 11 0 490063602 866107392 24438 4294967295 134512640 134569956 3221224400 3221214704 1131218026 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 24438 13073 16 0 211436 0
vsize: 845808
[startup+250.033 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 27907
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 24102 64 13 5 21 0 11 0 490063602 866107392 24512 4294967295 134512640 134569956 3221224400 3221214704 1131218161 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 24512 13073 16 0 211436 0
vsize: 845808
[startup+260.035 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 27914
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 25075 64 13 5 16 0 11 0 490063602 866107392 24587 4294967295 134512640 134569956 3221224400 3221214704 1131217987 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 24587 13073 16 0 211436 0
vsize: 845808
[startup+270.035 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 27921
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 26048 64 13 5 20 0 11 0 490063602 866107392 24655 4294967295 134512640 134569956 3221224400 3221214704 1131218199 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 24655 13073 16 0 211436 0
vsize: 845808
[startup+280.035 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 27928
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 27022 64 14 5 21 0 11 0 490063602 866107392 24835 4294967295 134512640 134569956 3221224400 3221214704 1131217739 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 24835 13073 16 0 211436 0
vsize: 845808
[startup+290.038 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 27937
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 28007 65 14 5 19 0 11 0 490063602 866107392 24894 4294967295 134512640 134569956 3221224400 3221214704 1131217987 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 24894 13073 16 0 211436 0
vsize: 845808
[startup+300.044 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 27944
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 28992 65 14 5 22 0 11 0 490063602 866107392 24955 4294967295 134512640 134569956 3221224400 3221214704 1131218576 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 24955 13073 16 0 211436 0
vsize: 845808
[startup+310.045 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 27952
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 29977 66 15 5 23 0 11 0 490063602 866107392 25010 4294967295 134512640 134569956 3221224400 3221214704 1131218234 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 25010 13073 16 0 211436 0
vsize: 845808
[startup+320.045 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 27961
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 30959 66 15 6 16 0 11 0 490063602 866107392 25083 4294967295 134512640 134569956 3221224400 3221214800 1131274183 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 25083 13073 16 0 211436 0
vsize: 845808
[startup+330.046 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 27970
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 31943 67 15 6 21 0 11 0 490063602 866107392 25139 4294967295 134512640 134569956 3221224400 3221214704 1131217987 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 25139 13073 16 0 211436 0
vsize: 845808
[startup+340.046 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 27977
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 32927 67 16 6 18 0 11 0 490063602 866107392 25203 4294967295 134512640 134569956 3221224400 3221214704 1131217693 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 25203 13073 16 0 211436 0
vsize: 845808
[startup+350.046 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 27984
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 33911 68 16 6 19 0 11 0 490063602 866107392 25264 4294967295 134512640 134569956 3221224400 3221214800 1131278523 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 25264 13073 16 0 211436 0
vsize: 845808
[startup+360.048 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 27992
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 34895 68 16 6 19 0 11 0 490063602 866107392 25327 4294967295 134512640 134569956 3221224400 3221214704 1131217918 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 25327 13073 16 0 211436 0
vsize: 845808
[startup+370.048 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28001
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 35877 69 17 6 18 0 11 0 490063602 866107392 25384 4294967295 134512640 134569956 3221224400 3221214800 1131278502 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 25384 13073 16 0 211436 0
vsize: 845808
[startup+380.048 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28009
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 36858 69 17 6 17 0 11 0 490063602 866107392 25457 4294967295 134512640 134569956 3221224400 3221214704 1131217987 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 25457 13073 16 0 211436 0
vsize: 845808
[startup+390.048 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28017
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 37839 69 17 6 21 0 11 0 490063602 866107392 25543 4294967295 134512640 134569956 3221224400 3221214704 1131217643 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 25543 13073 16 0 211436 0
vsize: 845808
[startup+400.054 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28026
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 38821 70 18 6 19 0 11 0 490063602 866107392 25630 4294967295 134512640 134569956 3221224400 3221214704 1131217987 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 25630 13073 16 0 211436 0
vsize: 845808
[startup+410.055 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28035
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 39797 70 18 7 22 0 11 0 490063602 866107392 25718 4294967295 134512640 134569956 3221224400 3221214800 1131278550 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 25718 13073 16 0 211436 0
vsize: 845808
[startup+420.054 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28040
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 40773 71 18 7 17 0 11 0 490063602 866107392 25809 4294967295 134512640 134569956 3221224400 3221214704 1131218778 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 25809 13073 16 0 211436 0
vsize: 845808
[startup+430.056 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28045
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 41750 71 19 7 17 0 11 0 490063602 866107392 25903 4294967295 134512640 134569956 3221224400 3221214800 1131273823 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 25903 13073 16 0 211436 0
vsize: 845808
[startup+440.062 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28050
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 42733 71 19 7 16 0 11 0 490063602 866107392 26164 4294967295 134512640 134569956 3221224400 3221214800 1131275130 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 26164 13073 16 0 211436 0
vsize: 845808
[startup+450.063 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28055
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 43717 72 19 7 17 0 11 0 490063602 866107392 26242 4294967295 134512640 134569956 3221224400 3221214704 1131217780 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 26242 13073 16 0 211436 0
vsize: 845808
[startup+460.063 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28060
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 44701 72 19 7 17 0 11 0 490063602 866107392 26306 4294967295 134512640 134569956 3221224400 3221214704 1131217931 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 26306 13073 16 0 211436 0
vsize: 845808
[startup+470.07 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28065
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 45685 72 19 7 17 0 11 0 490063602 866107392 26384 4294967295 134512640 134569956 3221224400 3221214704 1131218643 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 26384 13073 16 0 211436 0
vsize: 845808
[startup+480.077 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28070
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 46668 73 20 7 17 0 11 0 490063602 866107392 26455 4294967295 134512640 134569956 3221224400 3221214800 1131278499 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 26455 13073 16 0 211436 0
vsize: 845808
[startup+490.09 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28075
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 47653 73 20 7 17 0 11 0 490063602 866107392 26532 4294967295 134512640 134569956 3221224400 3221214704 1131217605 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 26532 13073 16 0 211436 0
vsize: 845808
[startup+500.107 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28081
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 48637 73 20 8 17 0 11 0 490063602 866107392 26610 4294967295 134512640 134569956 3221224400 3221214800 1131278534 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 26610 13073 16 0 211436 0
vsize: 845808
[startup+510.106 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28086
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 49620 73 20 8 17 0 11 0 490063602 866107392 26685 4294967295 134512640 134569956 3221224400 3221214704 1131217859 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 26685 13073 16 0 211436 0
vsize: 845808
[startup+520.107 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28092
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 50602 74 21 8 17 0 11 0 490063602 866107392 26778 4294967295 134512640 134569956 3221224400 3221214704 1131217987 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 26778 13073 16 0 211436 0
vsize: 845808
[startup+530.107 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28098
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 51584 74 21 8 17 0 11 0 490063602 866107392 26852 4294967295 134512640 134569956 3221224400 3221214800 1131274036 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 26852 13073 16 0 211436 0
vsize: 845808
[startup+540.107 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28103
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 52567 74 21 8 17 0 11 0 490063602 866107392 26930 4294967295 134512640 134569956 3221224400 3221214704 1131217605 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 26930 13073 16 0 211436 0
vsize: 845808
[startup+550.107 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28107
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 53551 74 21 8 17 0 11 0 490063602 866107392 27008 4294967295 134512640 134569956 3221224400 3221214704 1131218622 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 27008 13073 16 0 211436 0
vsize: 845808
[startup+560.107 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28113
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 54535 75 21 8 17 0 11 0 490063602 866107392 27083 4294967295 134512640 134569956 3221224400 3221214800 1131274029 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 27083 13073 16 0 211436 0
vsize: 845808
[startup+570.107 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28118
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 55518 75 22 9 17 0 11 0 490063602 866107392 27155 4294967295 134512640 134569956 3221224400 3221214704 1131217890 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 27155 13073 16 0 211436 0
vsize: 845808
[startup+580.108 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28123
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 56502 76 22 9 17 0 11 0 490063602 866107392 27220 4294967295 134512640 134569956 3221224400 3221214800 1131273979 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 27220 13073 16 0 211436 0
vsize: 845808
[startup+590.107 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28129
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 57485 77 22 9 17 0 11 0 490063602 866107392 27294 4294967295 134512640 134569956 3221224400 3221214704 1131217987 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 27294 13073 16 0 211436 0
vsize: 845808
[startup+600.108 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28134
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 58466 77 22 9 16 0 11 0 490063602 866107392 27375 4294967295 134512640 134569956 3221224400 3221214704 1131217918 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 27375 13073 16 0 211436 0
vsize: 845808
[startup+610.109 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28139
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 59449 77 23 9 17 0 11 0 490063602 866107392 27452 4294967295 134512640 134569956 3221224400 3221214704 1131218037 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 27452 13073 16 0 211436 0
vsize: 845808
[startup+620.109 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28145
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 60432 78 23 9 17 0 11 0 490063602 866107392 27531 4294967295 134512640 134569956 3221224400 3221214704 1131217597 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 27531 13073 16 0 211436 0
vsize: 845808
[startup+630.109 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28151
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 61414 78 23 9 17 0 11 0 490063602 866107392 27612 4294967295 134512640 134569956 3221224400 3221214704 1131217605 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 27612 13073 16 0 211436 0
vsize: 845808
[startup+640.144 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28157
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 62400 79 23 9 17 0 11 0 490063602 866107392 27686 4294967295 134512640 134569956 3221224400 3221214704 1131218662 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 27686 13073 16 0 211436 0
vsize: 845808
[startup+650.145 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28163
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 63383 79 23 9 17 0 11 0 490063602 866107392 27757 4294967295 134512640 134569956 3221224400 3221214800 1131278496 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 27757 13073 16 0 211436 0
vsize: 845808
[startup+660.145 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28167
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 64366 79 24 9 17 0 11 0 490063602 866107392 27826 4294967295 134512640 134569956 3221224400 3221214704 1131217789 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 27826 13073 16 0 211436 0
vsize: 845808
[startup+670.145 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28172
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 65350 80 24 10 17 0 11 0 490063602 866107392 27897 4294967295 134512640 134569956 3221224400 3221214704 1131218189 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 27897 13073 16 0 211436 0
vsize: 845808
[startup+680.146 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28176
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 66334 80 24 10 17 0 11 0 490063602 866107392 27979 4294967295 134512640 134569956 3221224400 3221214796 1131217580 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 27979 13073 16 0 211436 0
vsize: 845808
[startup+690.146 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28181
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 67317 80 24 10 17 0 11 0 490063602 866107392 28037 4294967295 134512640 134569956 3221224400 3221214704 1131218215 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 28037 13073 16 0 211436 0
vsize: 845808
[startup+700.147 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28186
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 68302 80 25 10 17 0 11 0 490063602 866107392 28096 4294967295 134512640 134569956 3221224400 3221214704 1131217918 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 28096 13073 16 0 211436 0
vsize: 845808
[startup+710.148 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28191
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 69284 81 25 10 21 0 11 0 490063602 866107392 28167 4294967295 134512640 134569956 3221224400 3221214796 1131217587 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 28167 13073 16 0 211436 0
vsize: 845808
[startup+720.148 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28196
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 70267 81 25 10 19 0 11 0 490063602 866107392 28229 4294967295 134512640 134569956 3221224400 3221214800 1131274160 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 28229 13073 16 0 211436 0
vsize: 845808
[startup+730.148 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28200
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 71250 82 25 10 25 0 11 0 490063602 866107392 28294 4294967295 134512640 134569956 3221224400 3221214704 1131217939 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 28294 13073 16 0 211436 0
vsize: 845808
[startup+740.148 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28205
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 72231 82 25 10 24 0 11 0 490063602 866107392 28371 4294967295 134512640 134569956 3221224400 3221214704 1131218502 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 28371 13073 16 0 211436 0
vsize: 845808
[startup+750.149 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28211
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 73214 82 25 10 25 0 11 0 490063602 866107392 28435 4294967295 134512640 134569956 3221224400 3221214704 1131218596 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 28435 13073 16 0 211436 0
vsize: 845808
[startup+760.15 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28216
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 74196 83 26 10 25 0 11 0 490063602 866107392 28500 4294967295 134512640 134569956 3221224400 3221214704 1131217892 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 28500 13073 16 0 211436 0
vsize: 845808
[startup+770.15 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28222
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 75178 83 26 10 25 0 11 0 490063602 866107392 28564 4294967295 134512640 134569956 3221224400 3221214704 1131218161 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 28564 13073 16 0 211436 0
vsize: 845808
[startup+780.151 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28228
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 76159 84 26 11 25 0 11 0 490063602 866107392 28637 4294967295 134512640 134569956 3221224400 3221214704 1131217987 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 28637 13073 16 0 211436 0
vsize: 845808
[startup+790.151 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28232
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 77140 85 26 11 25 0 11 0 490063602 866107392 28709 4294967295 134512640 134569956 3221224400 3221214704 1131218609 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 28709 13073 16 0 211436 0
vsize: 845808
[startup+800.151 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28236
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 78121 85 26 11 24 0 11 0 490063602 866107392 28787 4294967295 134512640 134569956 3221224400 3221214800 1131278502 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 28787 13073 16 0 211436 0
vsize: 845808
[startup+810.151 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28242
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 79104 86 26 11 25 0 11 0 490063602 866107392 28854 4294967295 134512640 134569956 3221224400 3221214704 1131217987 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 28854 13073 16 0 211436 0
vsize: 845808
[startup+820.151 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28246
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18078 6 1 0 80087 86 26 11 25 0 11 0 490063602 866107392 28914 4294967295 134512640 134569956 3221224400 3221214800 1131254396 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 28914 13073 16 0 211436 0
vsize: 845808
[startup+830.155 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28252
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 81069 87 27 11 19 0 11 0 490063602 866107392 28977 4294967295 134512640 134569956 3221224400 3221214704 1131217987 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 28977 13073 16 0 211436 0
vsize: 845808
[startup+840.156 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28258
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 82050 88 27 11 25 0 11 0 490063602 866107392 29050 4294967295 134512640 134569956 3221224400 3221214704 1131217689 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 29050 13073 16 0 211436 0
vsize: 845808
[startup+850.157 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28263
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 83029 89 27 11 19 0 11 0 490063602 866107392 29120 4294967295 134512640 134569956 3221224400 3221214704 1131217643 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 29120 13073 16 0 211436 0
vsize: 845808
[startup+860.157 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28268
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 84012 89 28 11 19 0 11 0 490063602 866107392 29187 4294967295 134512640 134569956 3221224400 3221214704 1131218149 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 29187 13073 16 0 211436 0
vsize: 845808
[startup+870.157 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28274
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 84993 90 28 11 17 0 11 0 490063602 866107392 29259 4294967295 134512640 134569956 3221224400 3221214704 1131217601 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 29259 13073 16 0 211436 0
vsize: 845808
[startup+880.157 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28279
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 85974 91 28 12 18 0 11 0 490063602 866107392 29325 4294967295 134512640 134569956 3221224400 3221214704 1131218774 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 29325 13073 16 0 211436 0
vsize: 845808
[startup+890.159 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28286
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 86954 92 28 12 25 0 11 0 490063602 866107392 29391 4294967295 134512640 134569956 3221224400 3221214800 1131278512 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 29391 13073 16 0 211436 0
vsize: 845808
[startup+900.16 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28292
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 87925 92 29 12 17 0 11 0 490063602 866107392 29473 4294967295 134512640 134569956 3221224400 3221214704 1131218609 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 29473 13073 16 0 211436 0
vsize: 845808
[startup+910.161 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28295
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 88884 92 29 12 19 0 11 0 490063602 866107392 29544 4294967295 134512640 134569956 3221224400 3221214704 1131218636 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 29544 13073 16 0 211436 0
vsize: 845808
[startup+920.162 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28299
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 89844 93 29 12 17 0 11 0 490063602 866107392 29624 4294967295 134512640 134569956 3221224400 3221214704 1131217605 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 211452 29624 13073 16 0 211436 0
vsize: 845808
[startup+930.162 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28303
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 90815 93 29 12 20 0 11 0 490063602 866107392 29927 4294967295 134512640 134569956 3221224400 3221214744 1131250845 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 29927 13073 16 0 211436 0
vsize: 845808
[startup+940.162 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28307
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 91799 94 29 12 25 0 11 0 490063602 866107392 29979 4294967295 134512640 134569956 3221224400 3221214704 1131217935 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 29979 13073 16 0 211436 0
vsize: 845808
[startup+950.162 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28310
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 92781 95 30 12 25 0 11 0 490063602 866107392 30034 4294967295 134512640 134569956 3221224400 3221214800 1131275941 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 30034 13073 16 0 211436 0
vsize: 845808
[startup+960.164 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28315
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 93764 95 30 12 25 0 11 0 490063602 866107392 30079 4294967295 134512640 134569956 3221224400 3221214704 1131217914 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 30079 13073 16 0 211436 0
vsize: 845808
[startup+970.164 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28319
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 94747 96 30 12 25 0 11 0 490063602 866107392 30136 4294967295 134512640 134569956 3221224400 3221214704 1131217616 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 30136 13073 16 0 211436 0
vsize: 845808
[startup+980.164 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28323
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 95730 97 30 13 19 0 11 0 490063602 866107392 30185 4294967295 134512640 134569956 3221224400 3221214800 1131273855 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 30185 13073 16 0 211436 0
vsize: 845808
[startup+990.165 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28327
Raw data (stat): 27512 (java) S 27511 29653 29652 0 -1 0 18079 6 1 0 96711 97 30 13 25 0 11 0 490063602 866107392 30245 4294967295 134512640 134569956 3221224400 3221213448 1073943035 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 30245 13073 16 0 211436 0
vsize: 845808
[startup+1000.17 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28331
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 97694 98 30 13 25 0 11 0 490063602 866107392 30298 4294967295 134512640 134569956 3221224400 3221214704 1131218782 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 30298 13073 16 0 211436 0
vsize: 845808
[startup+1010.17 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28335
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 98677 98 30 13 20 0 11 0 490063602 866107392 30356 4294967295 134512640 134569956 3221224400 3221214704 1131217597 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 30356 13073 16 0 211436 0
vsize: 845808
[startup+1020.17 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28340
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 99661 99 31 13 19 0 11 0 490063602 866107392 30414 4294967295 134512640 134569956 3221224400 3221214800 1131274108 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 30414 13073 16 0 211436 0
vsize: 845808
[startup+1030.17 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28344
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 100644 99 31 13 25 0 11 0 490063602 866107392 30463 4294967295 134512640 134569956 3221224400 3221214800 1131275972 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 30463 13073 16 0 211436 0
vsize: 845808
[startup+1040.17 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28349
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 101625 100 32 13 24 0 11 0 490063602 866107392 30514 4294967295 134512640 134569956 3221224400 3221214704 1131218161 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 30514 13073 16 0 211436 0
vsize: 845808
[startup+1050.17 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28355
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 102608 101 32 13 25 0 11 0 490063602 866107392 30575 4294967295 134512640 134569956 3221224400 3221214800 1131275035 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 30575 13073 16 0 211436 0
vsize: 845808
[startup+1060.17 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28358
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 103589 101 32 13 25 0 11 0 490063602 866107392 30625 4294967295 134512640 134569956 3221224400 3221214800 1131278502 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 30625 13073 16 0 211436 0
vsize: 845808
[startup+1070.17 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28362
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 104573 102 32 13 25 0 11 0 490063602 866107392 30688 4294967295 134512640 134569956 3221224400 3221214704 1131218149 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 30688 13073 16 0 211436 0
vsize: 845808
[startup+1080.18 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28366
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 105555 102 32 13 17 0 11 0 490063602 866107392 30750 4294967295 134512640 134569956 3221224400 3221214704 1131218534 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 30750 13073 16 0 211436 0
vsize: 845808
[startup+1090.18 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28371
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 106537 103 33 13 24 0 11 0 490063602 866107392 30809 4294967295 134512640 134569956 3221224400 3221214704 1131217655 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 30809 13073 16 0 211436 0
vsize: 845808
[startup+1100.19 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28375
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 107521 103 33 13 25 0 11 0 490063602 866107392 30866 4294967295 134512640 134569956 3221224400 3221214704 1131217730 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 30866 13073 16 0 211436 0
vsize: 845808
[startup+1110.19 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28379
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 108504 104 33 13 25 0 11 0 490063602 866107392 30925 4294967295 134512640 134569956 3221224400 3221214704 1131218636 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 30925 13073 16 0 211436 0
vsize: 845808
[startup+1120.19 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28384
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 109486 105 33 13 25 0 11 0 490063602 866107392 30974 4294967295 134512640 134569956 3221224400 3221214800 1131276006 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 30974 13073 16 0 211436 0
vsize: 845808
[startup+1130.19 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28389
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 110469 105 34 14 25 0 11 0 490063602 866107392 31023 4294967295 134512640 134569956 3221224400 3221214704 1131217689 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 31023 13073 16 0 211436 0
vsize: 845808
[startup+1140.2 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28393
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 111450 106 34 14 24 0 11 0 490063602 866107392 31084 4294967295 134512640 134569956 3221224400 3221214704 1131217822 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 31084 13073 16 0 211436 0
vsize: 845808
[startup+1150.2 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28397
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 112432 106 34 14 25 0 11 0 490063602 866107392 31135 4294967295 134512640 134569956 3221224400 3221214800 1131275130 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 31135 13073 16 0 211436 0
vsize: 845808
[startup+1160.2 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28403
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 113414 107 34 14 25 0 11 0 490063602 866107392 31193 4294967295 134512640 134569956 3221224400 3221214704 1131218568 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 31193 13073 16 0 211436 0
vsize: 845808
[startup+1170.2 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28407
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 114396 108 34 14 25 0 11 0 490063602 866107392 31246 4294967295 134512640 134569956 3221224400 3221214800 1131278484 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 31246 13073 16 0 211436 0
vsize: 845808
[startup+1180.2 s]
Raw data (loadavg): 1.00 0.98 0.92 2/64 28413
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 115377 109 34 14 25 0 11 0 490063602 866107392 31305 4294967295 134512640 134569956 3221224400 3221214704 1131217643 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 31305 13073 16 0 211436 0
vsize: 845808
[startup+1190.2 s]
Raw data (loadavg): 1.08 1.00 0.93 2/64 28419
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 116358 109 35 14 25 0 11 0 490063602 866107392 31364 4294967295 134512640 134569956 3221224400 3221214704 1131218001 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 31364 13073 16 0 211436 0
vsize: 845808
[startup+1200.22 s]
Raw data (loadavg): 1.07 1.00 0.93 2/64 28422
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 117340 110 35 14 25 0 11 0 490063602 866107392 31428 4294967295 134512640 134569956 3221224400 3221214704 1131217795 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 31428 13073 16 0 211436 0
vsize: 845808
[startup+1210.22 s]
Raw data (loadavg): 1.06 1.00 0.93 2/64 28426
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 118322 110 35 14 25 0 11 0 490063602 866107392 31481 4294967295 134512640 134569956 3221224400 3221214704 1131217601 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 31481 13073 16 0 211436 0
vsize: 845808
[startup+1220.22 s]
Raw data (loadavg): 1.05 1.00 0.93 2/64 28430
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 119305 111 35 14 25 0 11 0 490063602 866107392 31547 4294967295 134512640 134569956 3221224400 3221214704 1131218161 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 31547 13073 16 0 211436 0
vsize: 845808
[startup+1230.22 s]
Raw data (loadavg): 1.04 1.00 0.93 2/64 28434
Raw data (stat): 27512 (java) R 27511 29653 29652 0 -1 0 18079 6 1 0 120287 112 35 14 20 0 11 0 490063602 866107392 31604 4294967295 134512640 134569956 3221224400 3221214704 1131217987 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 211452 31604 13073 16 0 211436 0
vsize: 845808
Maximum CPU time exceeded: sending SIGTERM and SIGKILL
[startup+1230.32 s]
Raw data (loadavg): 1.04 1.00 0.93 1/54 28436
Raw data (stat): 27512 (java) Z 27511 29653 29652 0 -1 1036 18079 19348 1 2 120290 112 3567 78 20 0 1 0 490063602 0 0 4294967295 0 0 0 0 0 0 4 3 23756 3222412051 0 0 17 0 0 0
Raw data (statm): 0 0 0 0 0 0 0
vsize: 0
Maximum CPU time exceeded: sending SIGTERM and SIGKILL

Child status: 143
Real time (s): 1230.32
CPU time (s): 1240.49
CPU user time (s): 1238.58
CPU system time (s): 1.90671
CPU usage (%): 100.826
Max. virtual memory (Kb): 851028
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####