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).
    Note that some very long lines in this section may be truncated by your web browser !
  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

Namemps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos7.opb
MD5SUMdff67dcbbc32b17a1cdb11074adc13dc
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 55313304576
Optimality of the best value was proved NO
Number of terms in the objective function 4506
Biggest coefficient in the objective function 8053063680000
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 590484474471966
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 1073741839777215
Number of bits of the biggest sum of numbers50
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1226.81
Number of variables33010
Total number of constraints2578
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)566
Number of constraints which are nor clauses,nor cardinality constraints2012
Minimum length of a constraint1
Maximum length of a constraint441

Trace number 5899

Launcher Data

LAUNCH ON wulflinc17 THE 2005-09-20 01:45:22 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=3076 boxname=wulflinc17 idbench=732 idsolver=3 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  dff67dcbbc32b17a1cdb11074adc13dc  /oldhome/oroussel/tmp/wulflinc17/normalized-mps-v2-20-10-neos7.opb
REAL COMMAND:  minisat+_script /oldhome/oroussel/tmp/wulflinc17/normalized-mps-v2-20-10-neos7.opb
IDLAUNCH: 3076
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.072
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	: 3
cpu MHz		: 451.072
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:        878408 kB
Buffers:         41428 kB
Cached:          84984 kB
SwapCached:        544 kB
Active:          63360 kB
Inactive:        65480 kB
HighTotal:      131008 kB
HighFree:        43960 kB
LowTotal:       903652 kB
LowFree:        834448 kB
SwapTotal:     2097892 kB
SwapFree:      2096672 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5688 kB
Slab:            21812 kB
Committed_AS:    64280 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-20 02:05:32 (client local time) WITH STATUS 0 IN 1208.29 SECONDS
stats: 3076 7 1208.29 0

Solver Data

c Parsing PB file...
c PARSE ERROR! [line 2173] Integer overflow. Use BigNum-version.
c OK -- Running BigNum-version instead...
c Parsing PB file...
c Converting 2624 PB-constraints to clauses...
c   -- Unit propagations: pppppppp
c   -- Detecting intervals from adjacent constraints: ######################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
c   -- Clauses(.)/Splits(s): sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
c ---[2726]---> BDD-cost:    8
c ---[2725]---> BDD-cost:    8
c ---[2724]---> BDD-cost:    8
c ---[2723]---> BDD-cost:    8
c ---[2722]---> BDD-cost:    8
c ---[2721]---> BDD-cost:    8
c ---[2720]---> BDD-cost:    8
c ---[2719]---> BDD-cost:    8
c ---[2718]---> BDD-cost:    8
c ---[2716]---> BDD-cost:    6
c ---[2715]---> BDD-cost:    6
c ---[2714]---> BDD-cost:    6
c ---[2713]---> BDD-cost:    6
c ---[2712]---> BDD-cost:    6
c ---[2711]---> BDD-cost:    6
c ---[2710]---> BDD-cost:    6
c ---[2709]---> BDD-cost:    6
c ---[2708]---> BDD-cost:    6
c ---[2706]---> Sorter-cost:  630     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2704]---> Sorter-cost:  399     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2702]---> Sorter-cost:  630     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2700]---> Sorter-cost: 1751     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2698]---> BDD-cost:   50
c ---[2696]---> Sorter-cost:  399     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2694]---> Sorter-cost:  237     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2692]---> Sorter-cost:  237     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2690]---> Sorter-cost:  399     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2688]---> Sorter-cost:  630     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2686]---> Sorter-cost:  399     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2684]---> Sorter-cost:  630     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2682]---> Sorter-cost:  237     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2680]---> BDD-cost:   50
c ---[2678]---> Sorter-cost:  237     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2676]---> Sorter-cost:  866     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2674]---> Sorter-cost: 1080     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2672]---> Sorter-cost:  866     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2670]---> Sorter-cost:  237     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2668]---> Sorter-cost: 1080     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2666]---> Sorter-cost: 1751     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2664]---> Sorter-cost: 1080     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2662]---> Sorter-cost: 1321     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2660]---> Sorter-cost:  237     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2658]---> Sorter-cost:  237     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2656]---> BDD-cost:   50
c ---[2654]---> Sorter-cost: 1751     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2652]---> Sorter-cost: 1080     Base: 2 2 2 2 2 2 2 2 2 2
c ---[2651]---> BDD-cost:   44
c ---[2650]---> BDD-cost:   44
c ---[2649]---> BDD-cost:   44
c ---[2648]---> BDD-cost:   29
c ---[2647]---> BDD-cost:   29
c ---[2646]---> BDD-cost:   29
c ---[2645]---> BDD-cost:   29
c ---[2644]---> BDD-cost:   29
c ---[2643]---> BDD-cost:   29
c ---[2642]---> BDD-cost:   29
c ---[2641]---> BDD-cost:   29
c ---[2640]---> BDD-cost:   29
c ---[2639]---> BDD-cost:   29
c ---[2638]---> BDD-cost:   29
c ---[2637]---> BDD-cost:   29
c ---[2636]---> BDD-cost:   29
c ---[2635]---> BDD-cost:   29
c ---[2634]---> BDD-cost:   29
c ---[2633]---> BDD-cost:   29
c ---[2632]---> BDD-cost:   29
c ---[2631]---> BDD-cost:   29
c ---[2630]---> BDD-cost:   29
c ---[2629]---> BDD-cost:   29
c ---[2628]---> BDD-cost:   29
c ---[2627]---> BDD-cost:   29
c ---[2626]---> BDD-cost:   29
c ---[2625]---> BDD-cost:   29
c ---[2624]---> BDD-cost:   29
c ---[2623]---> BDD-cost:   29
c ---[2622]---> BDD-cost:   29
c ---[2621]---> BDD-cost:   29
c ---[2620]---> BDD-cost:   29
c ---[2619]---> BDD-cost:   29
c ---[2618]---> BDD-cost:   29
c ---[2617]---> BDD-cost:   29
c ---[2616]---> BDD-cost:   29
c ---[2615]---> BDD-cost:   29
c ---[2614]---> BDD-cost:   29
c ---[2613]---> BDD-cost:   29
c ---[2612]---> BDD-cost:   29
c ---[2611]---> BDD-cost:   29
c ---[2610]---> BDD-cost:   29
c ---[2609]---> BDD-cost:   29
c ---[2608]---> BDD-cost:   29
c ---[2607]---> BDD-cost:   44
c ---[2606]---> BDD-cost:   44
c ---[2605]---> BDD-cost:   29
c ---[2604]---> BDD-cost:   29
c ---[2603]---> BDD-cost:   29
c ---[2602]---> BDD-cost:   29
c ---[2601]---> BDD-cost:   29
c ---[2600]---> BDD-cost:   29
c ---[2599]---> BDD-cost:   29
c ---[2598]---> BDD-cost:   29
c ---[2597]---> BDD-cost:   29
c ---[2596]---> BDD-cost:   29
c ---[2595]---> BDD-cost:   29
c ---[2594]---> BDD-cost:   29
c ---[2593]---> BDD-cost:   29
c ---[2592]---> BDD-cost:   29
c ---[2591]---> BDD-cost:   29
c ---[2590]---> BDD-cost:   29
c ---[2589]---> BDD-cost:   29
c ---[2588]---> BDD-cost:   29
c ---[2587]---> BDD-cost:   29
c ---[2586]---> BDD-cost:   29
c ---[2585]---> BDD-cost:   29
c ---[2584]---> BDD-cost:   29
c ---[2583]---> BDD-cost:   29
c ---[2582]---> BDD-cost:   29
c ---[2581]---> BDD-cost:   29
c ---[2580]---> BDD-cost:   29
c ---[2579]---> BDD-cost:   29
c ---[2578]---> BDD-cost:   29
c ---[2577]---> BDD-cost:   29
c ---[2576]---> BDD-cost:   29
c ---[2575]---> BDD-cost:   29
c ---[2574]---> BDD-cost:   29
c ---[2573]---> BDD-cost:   29
c ---[2572]---> BDD-cost:   29
c ---[2571]---> BDD-cost:   29
c ---[2570]---> BDD-cost:   29
c ---[2569]---> BDD-cost:   29
c ---[2568]---> BDD-cost:   44
c ---[2567]---> BDD-cost:   29
c ---[2566]---> BDD-cost:   29
c ---[2565]---> BDD-cost:   29
c ---[2564]---> BDD-cost:   29
c ---[2563]---> BDD-cost:   29
c ---[2562]---> BDD-cost:   29
c ---[2561]---> BDD-cost:   29
c ---[2560]---> BDD-cost:   29
c ---[2559]---> BDD-cost:   29
c ---[2558]---> BDD-cost:   29
c ---[2557]---> BDD-cost:   29
c ---[2556]---> BDD-cost:   29
c ---[2555]---> BDD-cost:   29
c ---[2554]---> BDD-cost:   29
c ---[2553]---> BDD-cost:   29
c ---[2552]---> BDD-cost:   29
c ---[2551]---> BDD-cost:   29
c ---[2550]---> BDD-cost:   29
c ---[2549]---> BDD-cost:   29
c ---[2548]---> BDD-cost:   29
c ---[2547]---> BDD-cost:   29
c ---[2546]---> BDD-cost:   29
c ---[2545]---> BDD-cost:   29
c ---[2544]---> BDD-cost:   29
c ---[2543]---> BDD-cost:   29
c ---[2542]---> BDD-cost:   29
c ---[2541]---> BDD-cost:   29
c ---[2540]---> BDD-cost:   29
c ---[2539]---> BDD-cost:   29
c ---[2538]---> BDD-cost:   29
c ---[2537]---> BDD-cost:   29
c ---[2536]---> BDD-cost:   29
c ---[2535]---> BDD-cost:   29
c ---[2534]---> BDD-cost:   29
c ---[2533]---> BDD-cost:   29
c ---[2532]---> BDD-cost:   29
c ---[2531]---> BDD-cost:   29
c ---[2530]---> BDD-cost:   29
c ---[2529]---> BDD-cost:   29
c ---[2528]---> BDD-cost:   29
c ---[2527]---> BDD-cost:   29
c ---[2526]---> BDD-cost:   29
c ---[2525]---> BDD-cost:   29
c ---[2524]---> BDD-cost:   29
c ---[2523]---> BDD-cost:   29
c ---[2522]---> BDD-cost:   29
c ---[2521]---> BDD-cost:   29
c ---[2520]---> BDD-cost:   29
c ---[2519]---> BDD-cost:   29
c ---[2518]---> BDD-cost:   29
c ---[2517]---> BDD-cost:   29
c ---[2516]---> BDD-cost:   29
c ---[2515]---> BDD-cost:   29
c ---[2514]---> BDD-cost:   29
c ---[2512]---> Sorter-cost: 2286     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[2510]---> Adder-cost: 355   maxlim: 523264   bits: 20/19
c ---[2508]---> Adder-cost: 466   maxlim: 523264   bits: 20/19
c ---[2506]---> Adder-cost: 542   maxlim: 523264   bits: 20/19
c ---[2504]---> Adder-cost: 542   maxlim: 523264   bits: 20/19
c ---[2502]---> Adder-cost: 542   maxlim: 523264   bits: 20/19
c ---[2500]---> Adder-cost: 612   maxlim: 523264   bits: 20/19
c ---[2498]---> Adder-cost: 651   maxlim: 523264   bits: 20/19
c ---[2496]---> Adder-cost: 612   maxlim: 523264   bits: 20/19
c ---[2494]---> Adder-cost: 466   maxlim: 523264   bits: 20/19
c ---[2492]---> BDD-cost:   28
c ---[2490]---> Sorter-cost:  343     Base: 2 2 2 2 2 2 2 2
c ---[2488]---> Sorter-cost:  332     Base: 2 2 2 2 2 2 2
c ---[2486]---> Sorter-cost:  332     Base: 2 2 2 2 2 2 2
c ---[2484]---> Sorter-cost:  332     Base: 2 2 2 2 2 2 2
c ---[2482]---> Sorter-cost:  332     Base: 2 2 2 2 2 2 2
c ---[2480]---> Sorter-cost:  332     Base: 2 2 2 2 2 2 2
c ---[2478]---> Sorter-cost:  332     Base: 2 2 2 2 2 2 2
c ---[2476]---> Sorter-cost:  332     Base: 2 2 2 2 2 2 2
c ---[2474]---> Sorter-cost:  332     Base: 2 2 2 2 2 2 2
c ---[2473]---> BDD-cost:   28
c ---[2472]---> BDD-cost:   25
c ---[2471]---> BDD-cost:   25
c ---[2470]---> BDD-cost:   25
c ---[2469]---> BDD-cost:   25
c ---[2468]---> BDD-cost:   25
c ---[2467]---> BDD-cost:   25
c ---[2466]---> BDD-cost:   25
c ---[2465]---> BDD-cost:   25
c ---[2464]---> BDD-cost:   25
c ---[2326]---> BDD-cost:    8
c ---[2322]---> BDD-cost:    8
c ---[2318]---> BDD-cost:    8
c ---[2245]---> BDD-cost:    8
c ---[2244]---> BDD-cost:    9
c ---[2241]---> BDD-cost:    8
c ---[2240]---> BDD-cost:    9
c ---[2235]---> BDD-cost:    8
c ---[2234]---> BDD-cost:    9
c ---[2228]---> BDD-cost:    8
c ---[2227]---> BDD-cost:    9
c ---[2222]---> BDD-cost:    8
c ---[2221]---> BDD-cost:    9
c ---[2216]---> BDD-cost:    8
c ---[2215]---> BDD-cost:    9
c ---[2210]---> BDD-cost:    8
c ---[2209]---> BDD-cost:    9
c ---[2206]---> BDD-cost:    7
c ---[2202]---> BDD-cost:    9
c ---[2200]---> BDD-cost:    7
c ---[2196]---> BDD-cost:    9
c ---[2194]---> BDD-cost:    7
c ---[2191]---> BDD-cost:   11
c ---[2190]---> BDD-cost:   11
c ---[2189]---> BDD-cost:    9
c ---[2188]---> BDD-cost:   10
c ---[2187]---> BDD-cost:   10
c ---[2186]---> BDD-cost:   10
c ---[2185]---> BDD-cost:    8
c ---[2184]---> BDD-cost:   10
c ---[2183]---> BDD-cost:   10
c ---[2182]---> BDD-cost:   10
c ---[2181]---> BDD-cost:    8
c ---[2180]---> BDD-cost:   10
c ---[2179]---> BDD-cost:   10
c ---[2178]---> BDD-cost:   10
c ---[2177]---> BDD-cost:    8
c ---[2176]---> BDD-cost:    7
c ---[2175]---> BDD-cost:   10
c ---[2174]---> BDD-cost:   10
c ---[2173]---> BDD-cost:    8
c ---[2172]---> BDD-cost:    6
c ---[2171]---> BDD-cost:    7
c ---[2170]---> BDD-cost:   10
c ---[2169]---> BDD-cost:   10
c ---[2168]---> BDD-cost:    6
c ---[2167]---> BDD-cost:    7
c ---[2166]---> BDD-cost:   10
c ---[2165]---> BDD-cost:    8
c ---[2164]---> BDD-cost:   10
c ---[2163]---> BDD-cost:   10
c ---[2162]---> BDD-cost:    6
c ---[2161]---> BDD-cost:    7
c ---[2160]---> BDD-cost:   10
c ---[2159]---> BDD-cost:    8
c ---[2158]---> BDD-cost:   10
c ---[2157]---> BDD-cost:    6
c ---[2156]---> BDD-cost:    7
c ---[2155]---> BDD-cost:   10
c ---[2154]---> BDD-cost:   10
c ---[2153]---> BDD-cost:    8
c ---[2152]---> BDD-cost:   10
c ---[2151]---> BDD-cost:    6
c ---[2150]---> BDD-cost:   10
c ---[2149]---> BDD-cost:    8
c ---[2148]---> BDD-cost:   10
c ---[2147]---> BDD-cost:   10
c ---[2146]---> BDD-cost:   11
c ---[2145]---> BDD-cost:    9
c ---[2144]---> BDD-cost:   10
c ---[2143]---> BDD-cost:    9
c ---[2142]---> BDD-cost:   10
c ---[2141]---> BDD-cost:    9
c ---[2140]---> BDD-cost:    7
c ---[2139]---> BDD-cost:   10
c ---[2138]---> BDD-cost:    9
c ---[2137]---> BDD-cost:    9
c ---[2136]---> BDD-cost:    7
c ---[2135]---> BDD-cost:   10
c ---[2134]---> BDD-cost:    9
c ---[2133]---> BDD-cost:    9
c ---[2132]---> BDD-cost:   10
c ---[2131]---> BDD-cost:    7
c ---[2130]---> BDD-cost:   10
c ---[2129]---> BDD-cost:    9
c ---[2128]---> BDD-cost:    9
c ---[2127]---> BDD-cost:   10
c ---[2126]---> BDD-cost:   10
c ---[2125]---> BDD-cost:    7
c ---[2124]---> BDD-cost:    9
c ---[2123]---> BDD-cost:    9
c ---[2122]---> BDD-cost:   10
c ---[2121]---> BDD-cost:   10
c ---[2120]---> BDD-cost:    7
c ---[2119]---> BDD-cost:    9
c ---[2118]---> BDD-cost:    9
c ---[2117]---> BDD-cost:    9
c ---[2116]---> BDD-cost:   10
c ---[2115]---> BDD-cost:    8
c ---[2114]---> BDD-cost:    9
c ---[2113]---> BDD-cost:    9
c ---[2112]---> BDD-cost:   19
c ---[2111]---> BDD-cost:   10
c ---[2110]---> BDD-cost:    8
c ---[2109]---> BDD-cost:    9
c ---[2108]---> BDD-cost:    9
c ---[2107]---> BDD-cost:   20
c ---[2106]---> BDD-cost:   10
c ---[2105]---> BDD-cost:    7
c ---[2104]---> BDD-cost:    8
c ---[2103]---> BDD-cost:   10
c ---[2102]---> BDD-cost:    9
c ---[2101]---> BDD-cost:    7
c ---[2100]---> BDD-cost:    8
c ---[2099]---> BDD-cost:   10
c ---[2098]---> BDD-cost:    1
c ---[2097]---> BDD-cost:    8
c ---[2096]---> BDD-cost:    9
c ---[2095]---> BDD-cost:    7
c ---[2094]---> BDD-cost:    8
c ---[2093]---> BDD-cost:   10
c ---[2092]---> BDD-cost:    1
c ---[2091]---> BDD-cost:    8
c ---[2090]---> BDD-cost:    9
c ---[2089]---> BDD-cost:    8
c ---[2088]---> BDD-cost:    7
c ---[2087]---> BDD-cost:    8
c ---[2086]---> BDD-cost:   10
c ---[2085]---> BDD-cost:    1
c ---[2084]---> BDD-cost:    9
c ---[2083]---> BDD-cost:    8
c ---[2082]---> BDD-cost:    7
c ---[2081]---> BDD-cost:    8
c ---[2080]---> BDD-cost:   10
c ---[2079]---> BDD-cost:    1
c ---[2078]---> BDD-cost:    9
c ---[2077]---> BDD-cost:    8
c ---[2076]---> BDD-cost:    7
c ---[2075]---> BDD-cost:    8
c ---[2074]---> BDD-cost:   10
c ---[2073]---> BDD-cost:    1
c ---[2072]---> BDD-cost:    9
c ---[2071]---> BDD-cost:    8
c ---[2070]---> BDD-cost:    7
c ---[2069]---> BDD-cost:    8
c ---[2068]---> BDD-cost:   10
c ---[2067]---> BDD-cost:    1
c ---[2066]---> BDD-cost:   10
c ---[2065]---> BDD-cost:   10
c ---[2064]---> BDD-cost:    9
c ---[2063]---> BDD-cost:    8
c ---[2062]---> BDD-cost:    8
c ---[2061]---> BDD-cost:    1
c ---[2060]---> BDD-cost:   10
c ---[2059]---> BDD-cost:   10
c ---[2058]---> BDD-cost:    9
c ---[2057]---> BDD-cost:    8
c ---[2056]---> BDD-cost:    8
c ---[2055]---> BDD-cost:    1
c ---[2054]---> BDD-cost:   10
c ---[2053]---> BDD-cost:   10
c ---[2052]---> BDD-cost:    8
c ---[2051]---> BDD-cost:   10
c ---[2050]---> BDD-cost:   10
c ---[2049]---> BDD-cost:    8
c ---[2048]---> BDD-cost:    9
c ---[2047]---> BDD-cost:    9
c ---[2046]---> BDD-cost:    9
c ---[2045]---> BDD-cost:    7
c ---[2044]---> BDD-cost:    9
c ---[2043]---> BDD-cost:    9
c ---[2042]---> BDD-cost:    9
c ---[2041]---> BDD-cost:    7
c ---[2040]---> BDD-cost:    9
c ---[2039]---> BDD-cost:    9
c ---[2038]---> BDD-cost:    9
c ---[2037]---> BDD-cost:    7
c ---[2036]---> BDD-cost:   10
c ---[2035]---> BDD-cost:    9
c ---[2034]---> BDD-cost:    9
c ---[2033]---> BDD-cost:    7
c ---[2032]---> BDD-cost:    4
c ---[2031]---> BDD-cost:   10
c ---[2030]---> BDD-cost:    9
c ---[2029]---> BDD-cost:    9
c ---[2028]---> BDD-cost:    4
c ---[2027]---> BDD-cost:   10
c ---[2026]---> BDD-cost:    9
c ---[2025]---> BDD-cost:   10
c ---[2024]---> BDD-cost:    9
c ---[2023]---> BDD-cost:    9
c ---[2022]---> BDD-cost:    4
c ---[2021]---> BDD-cost:   10
c ---[2020]---> BDD-cost:    9
c ---[2019]---> BDD-cost:   10
c ---[2018]---> BDD-cost:    9
c ---[2017]---> BDD-cost:    4
c ---[2016]---> BDD-cost:   10
c ---[2015]---> BDD-cost:    9
c ---[2014]---> BDD-cost:    8
c ---[2013]---> BDD-cost:   10
c ---[2012]---> BDD-cost:    9
c ---[2011]---> BDD-cost:    4
c ---[2010]---> BDD-cost:    8
c ---[2009]---> BDD-cost:   10
c ---[2008]---> BDD-cost:    9
c ---[2007]---> BDD-cost:   11
c ---[2006]---> BDD-cost:    9
c ---[2005]---> BDD-cost:   10
c ---[2004]---> BDD-cost:    8
c ---[2003]---> BDD-cost:   10
c ---[2002]---> BDD-cost:    8
c ---[2001]---> BDD-cost:   10
c ---[2000]---> BDD-cost:   10
c ---[1999]---> BDD-cost:    8
c ---[1998]---> BDD-cost:    8
c ---[1997]---> BDD-cost:   10
c ---[1996]---> BDD-cost:   10
c ---[1995]---> BDD-cost:    8
c ---[1994]---> BDD-cost:    8
c ---[1993]---> BDD-cost:   10
c ---[1992]---> BDD-cost:    7
c ---[1991]---> BDD-cost:   10
c ---[1990]---> BDD-cost:    8
c ---[1989]---> BDD-cost:    8
c ---[1988]---> BDD-cost:   10
c ---[1987]---> BDD-cost:    7
c ---[1986]---> BDD-cost:    9
c ---[1985]---> BDD-cost:   10
c ---[1984]---> BDD-cost:    8
c ---[1983]---> BDD-cost:   10
c ---[1982]---> BDD-cost:    7
c ---[1981]---> BDD-cost:    9
c ---[1980]---> BDD-cost:   10
c ---[1979]---> BDD-cost:    6
c ---[1978]---> BDD-cost:    8
c ---[1977]---> BDD-cost:   10
c ---[1976]---> BDD-cost:    9
c ---[1975]---> BDD-cost:   10
c ---[1974]---> BDD-cost:    6
c ---[1973]---> BDD-cost:    8
c ---[1972]---> BDD-cost:   10
c ---[1971]---> BDD-cost:    9
c ---[1970]---> BDD-cost:   10
c ---[1969]---> BDD-cost:    6
c ---[1968]---> BDD-cost:    8
c ---[1967]---> BDD-cost:   11
c ---[1966]---> BDD-cost:   11
c ---[1965]---> BDD-cost:    9
c ---[1964]---> BDD-cost:   10
c ---[1963]---> BDD-cost:    7
c ---[1962]---> BDD-cost:   10
c ---[1961]---> BDD-cost:    9
c ---[1960]---> BDD-cost:   10
c ---[1959]---> BDD-cost:    7
c ---[1958]---> BDD-cost:    9
c ---[1957]---> BDD-cost:   10
c ---[1956]---> BDD-cost:   10
c ---[1955]---> BDD-cost:    9
c ---[1954]---> BDD-cost:   10
c ---[1953]---> BDD-cost:    7
c ---[1952]---> BDD-cost:    9
c ---[1951]---> BDD-cost:   10
c ---[1950]---> BDD-cost:   10
c ---[1949]---> BDD-cost:    4
c ---[1948]---> BDD-cost:    9
c ---[1947]---> BDD-cost:   10
c ---[1946]---> BDD-cost:    7
c ---[1945]---> BDD-cost:    9
c ---[1944]---> BDD-cost:   10
c ---[1943]---> BDD-cost:    4
c ---[1942]---> BDD-cost:    9
c ---[1941]---> BDD-cost:   10
c ---[1940]---> BDD-cost:    7
c ---[1939]---> BDD-cost:    9
c ---[1938]---> BDD-cost:   10
c ---[1937]---> BDD-cost:    4
c ---[1936]---> BDD-cost:    9
c ---[1935]---> BDD-cost:   10
c ---[1934]---> BDD-cost:    7
c ---[1933]---> BDD-cost:    9
c ---[1932]---> BDD-cost:   10
c ---[1931]---> BDD-cost:    4
c ---[1930]---> BDD-cost:    9
c ---[1929]---> BDD-cost:   10
c ---[1928]---> BDD-cost:    7
c ---[1927]---> BDD-cost:    9
c ---[1926]---> BDD-cost:    8
c ---[1925]---> BDD-cost:    6
c ---[1924]---> BDD-cost:   10
c ---[1923]---> BDD-cost:    4
c ---[1922]---> BDD-cost:   10
c ---[1921]---> BDD-cost:    9
c ---[1920]---> BDD-cost:    8
c ---[1919]---> BDD-cost:    6
c ---[1918]---> BDD-cost:   10
c ---[1917]---> BDD-cost:    4
c ---[1916]---> BDD-cost:   10
c ---[1915]---> BDD-cost:    9
c ---[1914]---> BDD-cost:    8
c ---[1913]---> BDD-cost:    6
c ---[1912]---> BDD-cost:    4
c ---[1910]---> BDD-cost:    3
c ---[1908]---> BDD-cost:    3
c ---[1906]---> BDD-cost:    3
c ---[1904]---> BDD-cost:    3
c ---[1902]---> BDD-cost:    3
c ---[1900]---> BDD-cost:    3
c ---[1898]---> BDD-cost:    3
c ---[1896]---> BDD-cost:    3
c ---[1894]---> BDD-cost:    3
c ---[1892]---> BDD-cost:    3
c ---[1890]---> BDD-cost:    3
c ---[1888]---> BDD-cost:    3
c ---[1886]---> BDD-cost:    3
c ---[1884]---> BDD-cost:    3
c ---[1882]---> BDD-cost:    3
c ---[1880]---> BDD-cost:    3
c ---[1878]---> BDD-cost:    3
c ---[1876]---> BDD-cost:    3
c ---[1874]---> BDD-cost:    3
c ---[1872]---> BDD-cost:    3
c ---[1870]---> BDD-cost:    3
c ---[1868]---> BDD-cost:    3
c ---[1866]---> BDD-cost:    3
c ---[1864]---> BDD-cost:    3
c ---[1862]---> BDD-cost:    3
c ---[1860]---> BDD-cost:    3
c ---[1858]---> BDD-cost:    3
c ---[1856]---> BDD-cost:    3
c ---[1854]---> BDD-cost:    3
c ---[1852]---> BDD-cost:    3
c ---[1850]---> BDD-cost:    3
c ---[1848]---> BDD-cost:    3
c ---[1846]---> BDD-cost:    3
c ---[1844]---> BDD-cost:    3
c ---[1842]---> BDD-cost:    3
c ---[1840]---> BDD-cost:    3
c ---[1838]---> BDD-cost:    3
c ---[1836]---> BDD-cost:    3
c ---[1834]---> BDD-cost:    3
c ---[1832]---> BDD-cost:    3
c ---[1830]---> BDD-cost:    3
c ---[1828]---> BDD-cost:    3
c ---[1826]---> BDD-cost:    3
c ---[1824]---> BDD-cost:    3
c ---[1822]---> BDD-cost:    3
c ---[1820]---> BDD-cost:    3
c ---[1818]---> BDD-cost:    3
c ---[1816]---> BDD-cost:    3
c ---[1814]---> BDD-cost:    3
c ---[1812]---> BDD-cost:    3
c ---[1810]---> BDD-cost:    3
c ---[1808]---> BDD-cost:    3
c ---[1806]---> BDD-cost:    3
c ---[1804]---> BDD-cost:    3
c ---[1802]---> BDD-cost:    3
c ---[1800]---> BDD-cost:    3
c ---[1798]---> BDD-cost:    3
c ---[1796]---> BDD-cost:    3
c ---[1794]---> BDD-cost:    3
c ---[1792]---> BDD-cost:    3
c ---[1790]---> BDD-cost:    3
c ---[1788]---> BDD-cost:    3
c ---[1786]---> BDD-cost:    3
c ---[1784]---> BDD-cost:    3
c ---[1782]---> BDD-cost:    3
c ---[1780]---> BDD-cost:    3
c ---[1778]---> BDD-cost:    3
c ---[1776]---> BDD-cost:    3
c ---[1774]---> BDD-cost:    3
c ---[1772]---> BDD-cost:    3
c ---[1770]---> BDD-cost:    3
c ---[1768]---> BDD-cost:    3
c ---[1766]---> BDD-cost:    3
c ---[1764]---> BDD-cost:    3
c ---[1762]---> BDD-cost:    3
c ---[1760]---> BDD-cost:    3
c ---[1758]---> BDD-cost:    3
c ---[1756]---> BDD-cost:    3
c ---[1754]---> BDD-cost:    3
c ---[1752]---> BDD-cost:    3
c ---[1750]---> BDD-cost:    3
c ---[1748]---> BDD-cost:    3
c ---[1746]---> BDD-cost:    3
c ---[1744]---> BDD-cost:    3
c ---[1742]---> BDD-cost:    3
c ---[1740]---> BDD-cost:    1
c ---[1738]---> BDD-cost:    3
c ---[1736]---> BDD-cost:    3
c ---[1734]---> BDD-cost:    3
c ---[1732]---> BDD-cost:    3
c ---[1730]---> BDD-cost:    1
c ---[1728]---> BDD-cost:    3
c ---[1726]---> BDD-cost:    3
c ---[1724]---> BDD-cost:    3
c ---[1722]---> BDD-cost:    3
c ---[1720]---> BDD-cost:    3
c ---[1718]---> BDD-cost:    3
c ---[1716]---> BDD-cost:    3
c ---[1714]---> BDD-cost:    3
c ---[1712]---> BDD-cost:    3
c ---[1710]---> BDD-cost:    3
c ---[1708]---> BDD-cost:    3
c ---[1706]---> BDD-cost:    3
c ---[1704]---> BDD-cost:    3
c ---[1702]---> BDD-cost:    3
c ---[1700]---> BDD-cost:    3
c ---[1698]---> BDD-cost:    3
c ---[1696]---> BDD-cost:    3
c ---[1694]---> BDD-cost:    3
c ---[1692]---> BDD-cost:    3
c ---[1690]---> BDD-cost:    3
c ---[1688]---> BDD-cost:    3
c ---[1686]---> BDD-cost:    3
c ---[1684]---> BDD-cost:    3
c ---[1682]---> BDD-cost:    3
c ---[1680]---> BDD-cost:    3
c ---[1678]---> BDD-cost:    3
c ---[1676]---> BDD-cost:    3
c ---[1674]---> BDD-cost:    3
c ---[1672]---> BDD-cost:    3
c ---[1670]---> BDD-cost:    3
c ---[1668]---> BDD-cost:    3
c ---[1666]---> BDD-cost:    3
c ---[1664]---> BDD-cost:    3
c ---[1662]---> BDD-cost:    3
c ---[1660]---> BDD-cost:    3
c ---[1658]---> BDD-cost:    3
c ---[1656]---> BDD-cost:    3
c ---[1654]---> BDD-cost:    3
c ---[1652]---> BDD-cost:    3
c ---[1650]---> BDD-cost:    3
c ---[1648]---> BDD-cost:    3
c ---[1646]---> BDD-cost:    3
c ---[1644]---> BDD-cost:    3
c ---[1642]---> BDD-cost:    3
c ---[1640]---> BDD-cost:    3
c ---[1638]---> BDD-cost:    3
c ---[1636]---> BDD-cost:    3
c ---[1634]---> BDD-cost:    3
c ---[1632]---> BDD-cost:    3
c ---[1630]---> BDD-cost:    3
c ---[1628]---> BDD-cost:    3
c ---[1627]---> BDD-cost:   14
c ---[1626]---> BDD-cost:   20
c ---[1625]---> BDD-cost:   16
c ---[1624]---> BDD-cost:   14
c ---[1623]---> BDD-cost:   20
c ---[1622]---> BDD-cost:   18
c ---[1621]---> BDD-cost:   16
c ---[1620]---> BDD-cost:   14
c ---[1619]---> BDD-cost:   20
c ---[1618]---> BDD-cost:   18
c ---[1617]---> BDD-cost:   16
c ---[1616]---> BDD-cost:   14
c ---[1615]---> BDD-cost:   20
c ---[1614]---> BDD-cost:   18
c ---[1613]---> BDD-cost:   16
c ---[1612]---> BDD-cost:   15
c ---[1611]---> BDD-cost:   20
c ---[1610]---> BDD-cost:   18
c ---[1609]---> BDD-cost:   16
c ---[1608]---> BDD-cost:   16
c ---[1607]---> BDD-cost:   15
c ---[1606]---> BDD-cost:   20
c ---[1605]---> BDD-cost:   18
c ---[1604]---> BDD-cost:   16
c ---[1603]---> BDD-cost:   15
c ---[1602]---> BDD-cost:   20
c ---[1601]---> BDD-cost:   16
c ---[1600]---> BDD-cost:   18
c ---[1599]---> BDD-cost:   18
c ---[1598]---> BDD-cost:   16
c ---[1597]---> BDD-cost:   15
c ---[1596]---> BDD-cost:   20
c ---[1595]---> BDD-cost:   16
c ---[1594]---> BDD-cost:   18
c ---[1593]---> BDD-cost:   16
c ---[1592]---> BDD-cost:   15
c ---[1591]---> BDD-cost:   20
c ---[1590]---> BDD-cost:   18
c ---[1589]---> BDD-cost:   16
c ---[1588]---> BDD-cost:   18
c ---[1587]---> BDD-cost:   16
c ---[1586]---> BDD-cost:   18
c ---[1585]---> BDD-cost:   16
c ---[1584]---> BDD-cost:   18
c ---[1583]---> BDD-cost:   17
c ---[1582]---> BDD-cost:   18
c ---[1581]---> BDD-cost:   17
c ---[1580]---> BDD-cost:   18
c ---[1579]---> BDD-cost:   17
c ---[1578]---> BDD-cost:   18
c ---[1577]---> BDD-cost:   19
c ---[1576]---> BDD-cost:   15
c ---[1575]---> BDD-cost:   18
c ---[1574]---> BDD-cost:   13
c ---[1573]---> BDD-cost:   19
c ---[1572]---> BDD-cost:   15
c ---[1571]---> BDD-cost:   18
c ---[1570]---> BDD-cost:   13
c ---[1569]---> BDD-cost:   19
c ---[1568]---> BDD-cost:   16
c ---[1567]---> BDD-cost:   15
c ---[1566]---> BDD-cost:   18
c ---[1565]---> BDD-cost:   13
c ---[1564]---> BDD-cost:   19
c ---[1563]---> BDD-cost:   16
c ---[1562]---> BDD-cost:   16
c ---[1561]---> BDD-cost:   15
c ---[1560]---> BDD-cost:   13
c ---[1559]---> BDD-cost:   19
c ---[1558]---> BDD-cost:   16
c ---[1557]---> BDD-cost:   16
c ---[1556]---> BDD-cost:   15
c ---[1555]---> BDD-cost:   15
c ---[1554]---> BDD-cost:   13
c ---[1553]---> BDD-cost:   19
c ---[1552]---> BDD-cost:   16
c ---[1551]---> BDD-cost:   16
c ---[1550]---> BDD-cost:   15
c ---[1549]---> BDD-cost:   13
c ---[1548]---> BDD-cost:   17
c ---[1547]---> BDD-cost:   16
c ---[1546]---> BDD-cost:   16
c ---[1545]---> BDD-cost:   15
c ---[1544]---> BDD-cost:   13
c ---[1543]---> BDD-cost:   16
c ---[1542]---> BDD-cost:   13
c ---[1541]---> BDD-cost:   15
c ---[1540]---> BDD-cost:   18
c ---[1539]---> BDD-cost:   18
c ---[1538]---> BDD-cost:   13
c ---[1537]---> BDD-cost:   15
c ---[1536]---> BDD-cost:   18
c ---[1535]---> BDD-cost:   18
c ---[1534]---> BDD-cost:   14
c ---[1533]---> BDD-cost:   13
c ---[1532]---> BDD-cost:   15
c ---[1531]---> BDD-cost:   18
c ---[1530]---> BDD-cost:   18
c ---[1529]---> BDD-cost:   14
c ---[1528]---> BDD-cost:   13
c ---[1527]---> BDD-cost:   14
c ---[1526]---> BDD-cost:   15
c ---[1525]---> BDD-cost:   18
c ---[1524]---> BDD-cost:   18
c ---[1523]---> BDD-cost:   13
c ---[1522]---> BDD-cost:   14
c ---[1521]---> BDD-cost:   15
c ---[1520]---> BDD-cost:   18
c ---[1519]---> BDD-cost:   18
c ---[1518]---> BDD-cost:   13
c ---[1517]---> BDD-cost:   14
c ---[1516]---> BDD-cost:   15
c ---[1515]---> BDD-cost:   18
c ---[1514]---> BDD-cost:   18
c ---[1513]---> BDD-cost:   13
c ---[1512]---> BDD-cost:   14
c ---[1511]---> BDD-cost:   15
c ---[1510]---> BDD-cost:   18
c ---[1509]---> BDD-cost:   18
c ---[1508]---> BDD-cost:   20
c ---[1507]---> BDD-cost:   16
c ---[1506]---> BDD-cost:   13
c ---[1505]---> BDD-cost:   14
c ---[1504]---> BDD-cost:   18
c ---[1503]---> BDD-cost:   20
c ---[1502]---> BDD-cost:   16
c ---[1501]---> BDD-cost:   13
c ---[1500]---> BDD-cost:   14
c ---[1499]---> BDD-cost:   18
c ---[1498]---> BDD-cost:   20
c ---[1497]---> BDD-cost:   16
c ---[1496]---> BDD-cost:   14
c ---[1495]---> BDD-cost:   23
c ---[1494]---> BDD-cost:   23
c ---[1493]---> BDD-cost:   21
c ---[1492]---> BDD-cost:   23
c ---[1491]---> BDD-cost:   23
c ---[1490]---> BDD-cost:   25
c ---[1489]---> BDD-cost:   21
c ---[1488]---> BDD-cost:   23
c ---[1487]---> BDD-cost:   23
c ---[1486]---> BDD-cost:   25
c ---[1485]---> BDD-cost:   21
c ---[1484]---> BDD-cost:   23
c ---[1483]---> BDD-cost:   23
c ---[1482]---> BDD-cost:   25
c ---[1481]---> BDD-cost:   21
c ---[1480]---> BDD-cost:   24
c ---[1479]---> BDD-cost:   23
c ---[1478]---> BDD-cost:   24
c ---[1477]---> BDD-cost:   21
c ---[1476]---> BDD-cost:   20
c ---[1475]---> BDD-cost:   24
c ---[1474]---> BDD-cost:   23
c ---[1473]---> BDD-cost:   24
c ---[1472]---> BDD-cost:   20
c ---[1471]---> BDD-cost:   24
c ---[1470]---> BDD-cost:   23
c ---[1469]---> BDD-cost:   24
c ---[1468]---> BDD-cost:   24
c ---[1467]---> BDD-cost:   23
c ---[1466]---> BDD-cost:   20
c ---[1465]---> BDD-cost:   24
c ---[1464]---> BDD-cost:   23
c ---[1463]---> BDD-cost:   24
c ---[1462]---> BDD-cost:   23
c ---[1461]---> BDD-cost:   20
c ---[1460]---> BDD-cost:   24
c ---[1459]---> BDD-cost:   23
c ---[1458]---> BDD-cost:   24
c ---[1457]---> BDD-cost:   24
c ---[1456]---> BDD-cost:   23
c ---[1455]---> BDD-cost:   20
c ---[1454]---> BDD-cost:   24
c ---[1453]---> BDD-cost:   24
c ---[1452]---> BDD-cost:   23
c ---[1451]---> BDD-cost:   24
c ---[1450]---> BDD-cost:   22
c ---[1449]---> BDD-cost:   24
c ---[1448]---> BDD-cost:   22
c ---[1447]---> BDD-cost:   24
c ---[1446]---> BDD-cost:   22
c ---[1445]---> BDD-cost:   24
c ---[1444]---> BDD-cost:   24
c ---[1443]---> BDD-cost:   22
c ---[1442]---> BDD-cost:   23
c ---[1441]---> BDD-cost:   24
c ---[1440]---> BDD-cost:   24
c ---[1439]---> BDD-cost:   22
c ---[1438]---> BDD-cost:   23
c ---[1437]---> BDD-cost:   24
c ---[1436]---> BDD-cost:   21
c ---[1435]---> BDD-cost:   24
c ---[1434]---> BDD-cost:   22
c ---[1433]---> BDD-cost:   23
c ---[1432]---> BDD-cost:   24
c ---[1431]---> BDD-cost:   21
c ---[1430]---> BDD-cost:   23
c ---[1429]---> BDD-cost:   24
c ---[1428]---> BDD-cost:   23
c ---[1427]---> BDD-cost:   24
c ---[1426]---> BDD-cost:   21
c ---[1425]---> BDD-cost:   23
c ---[1424]---> BDD-cost:   24
c ---[1423]---> BDD-cost:   23
c ---[1422]---> BDD-cost:   23
c ---[1421]---> BDD-cost:   24
c ---[1420]---> BDD-cost:   23
c ---[1419]---> BDD-cost:   24
c ---[1418]---> BDD-cost:   23
c ---[1417]---> BDD-cost:   23
c ---[1416]---> BDD-cost:   24
c ---[1415]---> BDD-cost:   23
c ---[1414]---> BDD-cost:   24
c ---[1413]---> BDD-cost:   23
c ---[1412]---> BDD-cost:   23
c ---[1411]---> BDD-cost:   23
c ---[1410]---> BDD-cost:   24
c ---[1409]---> BDD-cost:   25
c ---[1408]---> BDD-cost:   26
c ---[1407]---> BDD-cost:   21
c ---[1406]---> BDD-cost:   24
c ---[1405]---> BDD-cost:   25
c ---[1404]---> BDD-cost:   26
c ---[1403]---> BDD-cost:   21
c ---[1402]---> BDD-cost:   23
c ---[1401]---> BDD-cost:   24
c ---[1400]---> BDD-cost:   24
c ---[1399]---> BDD-cost:   25
c ---[1398]---> BDD-cost:   26
c ---[1397]---> BDD-cost:   21
c ---[1396]---> BDD-cost:   23
c ---[1395]---> BDD-cost:   24
c ---[1394]---> BDD-cost:   24
c ---[1393]---> BDD-cost:   18
c ---[1392]---> BDD-cost:   25
c ---[1391]---> BDD-cost:   26
c ---[1390]---> BDD-cost:   21
c ---[1389]---> BDD-cost:   23
c ---[1388]---> BDD-cost:   24
c ---[1387]---> BDD-cost:   18
c ---[1386]---> BDD-cost:   25
c ---[1385]---> BDD-cost:   26
c ---[1384]---> BDD-cost:   21
c ---[1383]---> BDD-cost:   23
c ---[1382]---> BDD-cost:   24
c ---[1381]---> BDD-cost:   18
c ---[1380]---> BDD-cost:   25
c ---[1379]---> BDD-cost:   26
c ---[1378]---> BDD-cost:   21
c ---[1377]---> BDD-cost:   23
c ---[1376]---> BDD-cost:   24
c ---[1375]---> BDD-cost:   18
c ---[1374]---> BDD-cost:   25
c ---[1373]---> BDD-cost:   26
c ---[1372]---> BDD-cost:   21
c ---[1371]---> BDD-cost:   23
c ---[1370]---> BDD-cost:   24
c ---[1369]---> BDD-cost:   20
c ---[1368]---> BDD-cost:   24
c ---[1367]---> BDD-cost:   18
c ---[1366]---> BDD-cost:   26
c ---[1365]---> BDD-cost:   23
c ---[1364]---> BDD-cost:   24
c ---[1363]---> BDD-cost:   20
c ---[1362]---> BDD-cost:   24
c ---[1361]---> BDD-cost:   18
c ---[1360]---> BDD-cost:   26
c ---[1359]---> BDD-cost:   23
c ---[1358]---> BDD-cost:   24
c ---[1357]---> BDD-cost:   20
c ---[1356]---> BDD-cost:   18
c ---[1355]---> BDD-cost:   20
c ---[1354]---> BDD-cost:   20
c ---[1353]---> BDD-cost:   20
c ---[1352]---> BDD-cost:   19
c ---[1351]---> BDD-cost:   19
c ---[1350]---> BDD-cost:   19
c ---[1349]---> BDD-cost:   19
c ---[1348]---> BDD-cost:   19
c ---[1347]---> BDD-cost:   19
c ---[1346]---> BDD-cost:   19
c ---[1345]---> BDD-cost:   19
c ---[1344]---> BDD-cost:   19
c ---[1343]---> BDD-cost:   19
c ---[1342]---> BDD-cost:   19
c ---[1341]---> BDD-cost:   19
c ---[1340]---> BDD-cost:   19
c ---[1339]---> BDD-cost:   19
c ---[1338]---> BDD-cost:   19
c ---[1337]---> BDD-cost:   19
c ---[1336]---> BDD-cost:   19
c ---[1335]---> BDD-cost:   19
c ---[1334]---> BDD-cost:   19
c ---[1333]---> BDD-cost:   19
c ---[1332]---> BDD-cost:   19
c ---[1331]---> BDD-cost:   19
c ---[1330]---> BDD-cost:   19
c ---[1329]---> BDD-cost:   19
c ---[1328]---> BDD-cost:   19
c ---[1327]---> BDD-cost:   19
c ---[1326]---> BDD-cost:   19
c ---[1325]---> BDD-cost:   19
c ---[1324]---> BDD-cost:   19
c ---[1323]---> BDD-cost:   19
c ---[1322]---> BDD-cost:   19
c ---[1321]---> BDD-cost:   19
c ---[1320]---> BDD-cost:   19
c ---[1319]---> BDD-cost:   19
c ---[1318]---> BDD-cost:   19
c ---[1317]---> BDD-cost:   19
c ---[1316]---> BDD-cost:   19
c ---[1315]---> BDD-cost:   19
c ---[1314]---> BDD-cost:   19
c ---[1313]---> BDD-cost:   19
c ---[1312]---> BDD-cost:   19
c ---[1311]---> BDD-cost:   20
c ---[1310]---> BDD-cost:   20
c ---[1309]---> BDD-cost:   19
c ---[1308]---> BDD-cost:   19
c ---[1307]---> BDD-cost:   19
c ---[1306]---> BDD-cost:   19
c ---[1305]---> BDD-cost:   19
c ---[1304]---> BDD-cost:   19
c ---[1303]---> BDD-cost:   19
c ---[1302]---> BDD-cost:   19
c ---[1301]---> BDD-cost:   19
c ---[1300]---> BDD-cost:   19
c ---[1299]---> BDD-cost:   19
c ---[1298]---> BDD-cost:   19
c ---[1297]---> BDD-cost:   19
c ---[1296]---> BDD-cost:   19
c ---[1295]---> BDD-cost:   19
c ---[1294]---> BDD-cost:   19
c ---[1293]---> BDD-cost:   19
c ---[1292]---> BDD-cost:   19
c ---[1291]---> BDD-cost:   19
c ---[1290]---> BDD-cost:   19
c ---[1289]---> BDD-cost:   19
c ---[1288]---> BDD-cost:   19
c ---[1287]---> BDD-cost:   19
c ---[1286]---> BDD-cost:   19
c ---[1285]---> BDD-cost:   19
c ---[1284]---> BDD-cost:   19
c ---[1283]---> BDD-cost:   19
c ---[1282]---> BDD-cost:   19
c ---[1281]---> BDD-cost:   19
c ---[1280]---> BDD-cost:   19
c ---[1279]---> BDD-cost:   19
c ---[1278]---> BDD-cost:   19
c ---[1277]---> BDD-cost:   19
c ---[1276]---> BDD-cost:   19
c ---[1275]---> BDD-cost:   19
c ---[1274]---> BDD-cost:   19
c ---[1273]---> BDD-cost:   19
c ---[1272]---> BDD-cost:   19
c ---[1271]---> BDD-cost:   20
c ---[1270]---> BDD-cost:   20
c ---[1269]---> BDD-cost:   19
c ---[1268]---> BDD-cost:   19
c ---[1267]---> BDD-cost:   19
c ---[1266]---> BDD-cost:   19
c ---[1265]---> BDD-cost:   19
c ---[1264]---> BDD-cost:   19
c ---[1263]---> BDD-cost:   19
c ---[1262]---> BDD-cost:   19
c ---[1261]---> BDD-cost:   19
c ---[1260]---> BDD-cost:   19
c ---[1259]---> BDD-cost:   19
c ---[1258]---> BDD-cost:   19
c ---[1257]---> BDD-cost:   19
c ---[1256]---> BDD-cost:   19
c ---[1255]---> BDD-cost:   19
c ---[1254]---> BDD-cost:   19
c ---[1253]---> BDD-cost:   19
c ---[1252]---> BDD-cost:   19
c ---[1251]---> BDD-cost:   19
c ---[1250]---> BDD-cost:   19
c ---[1249]---> BDD-cost:   19
c ---[1248]---> BDD-cost:   19
c ---[1247]---> BDD-cost:   19
c ---[1246]---> BDD-cost:   19
c ---[1245]---> BDD-cost:   19
c ---[1244]---> BDD-cost:   19
c ---[1243]---> BDD-cost:   19
c ---[1242]---> BDD-cost:   19
c ---[1241]---> BDD-cost:   19
c ---[1240]---> BDD-cost:   19
c ---[1239]---> BDD-cost:   19
c ---[1238]---> BDD-cost:   19
c ---[1237]---> BDD-cost:   19
c ---[1236]---> BDD-cost:   19
c ---[1235]---> BDD-cost:   19
c ---[1234]---> BDD-cost:   19
c ---[1233]---> BDD-cost:   19
c ---[1232]---> BDD-cost:   19
c ---[1231]---> BDD-cost:   19
c ---[1230]---> BDD-cost:   19
c ---[1229]---> BDD-cost:   19
c ---[1228]---> BDD-cost:   19
c ---[1227]---> BDD-cost:   19
c ---[1226]---> BDD-cost:   19
c ---[1225]---> BDD-cost:   19
c ---[1224]---> BDD-cost:   19
c ---[1223]---> BDD-cost:   19
c ---[1222]---> BDD-cost:   19
c ---[1221]---> BDD-cost:   19
c ---[1220]---> BDD-cost:   19
c ---[1219]---> BDD-cost:   19
c ---[1218]---> BDD-cost:   19
c ---[1217]---> BDD-cost:   19
c ---[1216]---> BDD-cost:   19
c ---[1215]---> Sorter-cost:  982     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2
c ---[1214]---> Sorter-cost: 1636     Base: 2 2 2 2 2 2 5 5 3 5 2 2 2 2
c ---[1213]---> Sorter-cost:  993     Base: 2 2 2 2 2 2 11 2 2 2 2 2 2
c ---[1212]---> Sorter-cost:  982     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2
c ---[1211]---> Sorter-cost: 1636     Base: 2 2 2 2 2 2 5 5 3 5 2 2 2 2
c ---[1210]---> Sorter-cost: 1057     Base: 2 2 2 2 2 2 2 2 2 2 2 5 2 2 2 2 2
c ---[1209]---> Sorter-cost:  993     Base: 2 2 2 2 2 2 11 2 2 2 2 2 2
c ---[1208]---> Sorter-cost:  982     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2
c ---[1207]---> Sorter-cost: 1636     Base: 2 2 2 2 2 2 5 5 3 5 2 2 2 2
c ---[1206]---> Sorter-cost: 1057     Base: 2 2 2 2 2 2 2 2 2 2 2 5 2 2 2 2 2
c ---[1205]---> Sorter-cost:  993     Base: 2 2 2 2 2 2 11 2 2 2 2 2 2
c ---[1204]---> Sorter-cost:  982     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2
c ---[1203]---> Sorter-cost: 1636     Base: 2 2 2 2 2 2 5 5 3 5 2 2 2 2
c ---[1202]---> Sorter-cost: 1057     Base: 2 2 2 2 2 2 2 2 2 2 2 5 2 2 2 2 2
c ---[1201]---> Sorter-cost:  993     Base: 2 2 2 2 2 2 11 2 2 2 2 2 2
c ---[1200]---> Sorter-cost:  913     Base: 2 2 2 2 2 2 3 7 2 2 2 2 2 2
c ---[1199]---> Sorter-cost: 1636     Base: 2 2 2 2 2 2 5 5 3 5 2 2 2 2
c ---[1198]---> Sorter-cost:  865     Base: 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2
c ---[1197]---> Sorter-cost:  993     Base: 2 2 2 2 2 2 11 2 2 2 2 2 2
c ---[1196]---> Sorter-cost:  440     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2
c ---[1195]---> Sorter-cost:  913     Base: 2 2 2 2 2 2 3 7 2 2 2 2 2 2
c ---[1194]---> Sorter-cost: 1636     Base: 2 2 2 2 2 2 5 5 3 5 2 2 2 2
c ---[1193]---> Sorter-cost:  865     Base: 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2
c ---[1192]---> Sorter-cost:  440     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2
c ---[1191]---> Sorter-cost:  913     Base: 2 2 2 2 2 2 3 7 2 2 2 2 2 2
c ---[1190]---> Sorter-cost: 1636     Base: 2 2 2 2 2 2 5 5 3 5 2 2 2 2
c ---[1189]---> Sorter-cost:  496     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2
c ---[1188]---> Sorter-cost:  865     Base: 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2
c ---[1187]---> Sorter-cost: 1067     Base: 2 2 2 2 2 2 2 2 2 2 2 3 7 2 2 2 2
c ---[1186]---> Sorter-cost:  440     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2
c ---[1185]---> Sorter-cost:  913     Base: 2 2 2 2 2 2 3 7 2 2 2 2 2 2
c ---[1184]---> Sorter-cost: 1636     Base: 2 2 2 2 2 2 5 5 3 5 2 2 2 2
c ---[1183]---> Sorter-cost:  496     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2
c ---[1182]---> Sorter-cost: 1067     Base: 2 2 2 2 2 2 2 2 2 2 2 3 7 2 2 2 2
c ---[1181]---> Sorter-cost:  440     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2
c ---[1180]---> Sorter-cost:  913     Base: 2 2 2 2 2 2 3 7 2 2 2 2 2 2
c ---[1179]---> Sorter-cost: 1636     Base: 2 2 2 2 2 2 5 5 3 5 2 2 2 2
c ---[1178]---> Sorter-cost:  911     Base: 2 2 2 2 2 2 2 2 2 2 2 2 7 2 2
c ---[1177]---> Sorter-cost:  496     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2
c ---[1176]---> Sorter-cost: 1067     Base: 2 2 2 2 2 2 2 2 2 2 2 3 7 2 2 2 2
c ---[1175]---> Sorter-cost:  440     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2
c ---[1174]---> Sorter-cost:  911     Base: 2 2 2 2 2 2 2 2 2 2 2 2 7 2 2
c ---[1173]---> Sorter-cost:  496     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2
c ---[1172]---> Sorter-cost: 1067     Base: 2 2 2 2 2 2 2 2 2 2 2 3 7 2 2 2 2
c ---[1171]---> Sorter-cost:  695     Base: 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2
c ---[1170]---> Sorter-cost: 1123     Base: 2 2 2 2 2 2 2 2 2 2 2 5 5 2 2
c ---[1169]---> Sorter-cost:  695     Base: 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2
c ---[1168]---> Sorter-cost: 1123     Base: 2 2 2 2 2 2 2 2 2 2 2 5 5 2 2
c ---[1167]---> Sorter-cost:  695     Base: 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2
c ---[1166]---> Sorter-cost: 1123     Base: 2 2 2 2 2 2 2 2 2 2 2 5 5 2 2
c ---[1165]---> Sorter-cost: 1546     Base: 2 2 2 2 2 2 2 2 2 3 3 5 7 2 2
c ---[1164]---> Sorter-cost: 1159     Base: 2 2 2 2 2 2 2 2 2 2 3 7 2 2 2
c ---[1163]---> Sorter-cost: 1123     Base: 2 2 2 2 2 2 2 2 2 2 2 5 5 2 2
c ---[1162]---> Sorter-cost:  981     Base: 2 2 2 2 2 2 11 2 2 2 2
c ---[1161]---> Sorter-cost: 1546     Base: 2 2 2 2 2 2 2 2 2 3 3 5 7 2 2
c ---[1160]---> Sorter-cost: 1159     Base: 2 2 2 2 2 2 2 2 2 2 3 7 2 2 2
c ---[1159]---> Sorter-cost: 1123     Base: 2 2 2 2 2 2 2 2 2 2 2 5 5 2 2
c ---[1158]---> Sorter-cost:  981     Base: 2 2 2 2 2 2 11 2 2 2 2
c ---[1157]---> Sorter-cost: 1546     Base: 2 2 2 2 2 2 2 2 2 3 3 5 7 2 2
c ---[1156]---> Sorter-cost: 1129     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2
c ---[1155]---> Sorter-cost: 1159     Base: 2 2 2 2 2 2 2 2 2 2 3 7 2 2 2
c ---[1154]---> Sorter-cost: 1123     Base: 2 2 2 2 2 2 2 2 2 2 2 5 5 2 2
c ---[1153]---> Sorter-cost:  981     Base: 2 2 2 2 2 2 11 2 2 2 2
c ---[1152]---> Sorter-cost: 1546     Base: 2 2 2 2 2 2 2 2 2 3 3 5 7 2 2
c ---[1151]---> Sorter-cost: 1129     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2
c ---[1150]---> Sorter-cost:  654     Base: 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2
c ---[1149]---> Sorter-cost: 1159     Base: 2 2 2 2 2 2 2 2 2 2 3 7 2 2 2
c ---[1148]---> Sorter-cost:  981     Base: 2 2 2 2 2 2 11 2 2 2 2
c ---[1147]---> Sorter-cost: 1546     Base: 2 2 2 2 2 2 2 2 2 3 3 5 7 2 2
c ---[1146]---> Sorter-cost: 1129     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2
c ---[1145]---> Sorter-cost:  654     Base: 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2
c ---[1144]---> Sorter-cost: 1159     Base: 2 2 2 2 2 2 2 2 2 2 3 7 2 2 2
c ---[1143]---> BDD-cost:  144
c ---[1142]---> Sorter-cost:  981     Base: 2 2 2 2 2 2 11 2 2 2 2
c ---[1141]---> Sorter-cost: 1546     Base: 2 2 2 2 2 2 2 2 2 3 3 5 7 2 2
c ---[1140]---> Sorter-cost:  654     Base: 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2
c ---[1139]---> Sorter-cost:  855     Base: 2 2 2 2 2 2 2 2 2 2 2 2 3 2 3
c ---[1138]---> BDD-cost:  144
c ---[1137]---> Sorter-cost:  981     Base: 2 2 2 2 2 2 11 2 2 2 2
c ---[1136]---> Sorter-cost:  476     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 2
c ---[1135]---> Sorter-cost:  654     Base: 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2
c ---[1134]---> Sorter-cost:  855     Base: 2 2 2 2 2 2 2 2 2 2 2 2 3 2 3
c ---[1133]---> BDD-cost:  144
c ---[1132]---> Sorter-cost:  981     Base: 2 2 2 2 2 2 11 2 2 2 2
c ---[1131]---> Sorter-cost:  421     Base: 2 2 2 2 2 2 2 3 3 2 2 2 2
c ---[1130]---> Sorter-cost:  554     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3
c ---[1129]---> Sorter-cost:  811     Base: 2 2 2 2 2 2 2 2 2 2 2 2 3 2 3 2 2
c ---[1128]---> Sorter-cost:  885     Base: 2 2 2 2 2 2 2 2 7 2 2 2 2 2 2 2
c ---[1127]---> BDD-cost:  152
c ---[1126]---> Sorter-cost:  554     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3
c ---[1125]---> Sorter-cost:  811     Base: 2 2 2 2 2 2 2 2 2 2 2 2 3 2 3 2 2
c ---[1124]---> Sorter-cost:  885     Base: 2 2 2 2 2 2 2 2 7 2 2 2 2 2 2 2
c ---[1123]---> BDD-cost:  152
c ---[1122]---> Sorter-cost:  665     Base: 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2
c ---[1121]---> Sorter-cost:  554     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3
c ---[1120]---> Sorter-cost:  811     Base: 2 2 2 2 2 2 2 2 2 2 2 2 3 2 3 2 2
c ---[1119]---> Sorter-cost:  885     Base: 2 2 2 2 2 2 2 2 7 2 2 2 2 2 2 2
c ---[1118]---> BDD-cost:  152
c ---[1117]---> Sorter-cost:  665     Base: 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2
c ---[1116]---> Sorter-cost:  554     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3
c ---[1115]---> Sorter-cost:  320     Base: 2 2 2 2 2 2 2 2 2 2 3
c ---[1114]---> Sorter-cost:  811     Base: 2 2 2 2 2 2 2 2 2 2 2 2 3 2 3 2 2
c ---[1113]---> Sorter-cost:  885     Base: 2 2 2 2 2 2 2 2 7 2 2 2 2 2 2 2
c ---[1112]---> BDD-cost:  152
c ---[1111]---> Sorter-cost:  554     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3
c ---[1110]---> Sorter-cost:  320     Base: 2 2 2 2 2 2 2 2 2 2 3
c ---[1109]---> Sorter-cost:  811     Base: 2 2 2 2 2 2 2 2 2 2 2 2 3 2 3 2 2
c ---[1108]---> Sorter-cost:  885     Base: 2 2 2 2 2 2 2 2 7 2 2 2 2 2 2 2
c ---[1107]---> BDD-cost:  152
c ---[1106]---> Sorter-cost:  554     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3
c ---[1105]---> Sorter-cost:  320     Base: 2 2 2 2 2 2 2 2 2 2 3
c ---[1104]---> Sorter-cost:  811     Base: 2 2 2 2 2 2 2 2 2 2 2 2 3 2 3 2 2
c ---[1103]---> Sorter-cost:  885     Base: 2 2 2 2 2 2 2 2 7 2 2 2 2 2 2 2
c ---[1102]---> BDD-cost:  152
c ---[1101]---> Sorter-cost:  554     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3
c ---[1100]---> Sorter-cost:  320     Base: 2 2 2 2 2 2 2 2 2 2 3
c ---[1099]---> Sorter-cost:  811     Base: 2 2 2 2 2 2 2 2 2 2 2 2 3 2 3 2 2
c ---[1098]---> Sorter-cost:  885     Base: 2 2 2 2 2 2 2 2 7 2 2 2 2 2 2 2
c ---[1097]---> BDD-cost:  152
c ---[1096]---> Sorter-cost:  451     Base: 2 2 2 2 2 2 2 2 2 3 3 2 2 2 2
c ---[1095]---> Sorter-cost:  823     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[1094]---> Sorter-cost:  554     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3
c ---[1093]---> Sorter-cost:  320     Base: 2 2 2 2 2 2 2 2 2 2 3
c ---[1092]---> Sorter-cost:  885     Base: 2 2 2 2 2 2 2 2 7 2 2 2 2 2 2 2
c ---[1091]---> Sorter-cost:  451     Base: 2 2 2 2 2 2 2 2 2 3 3 2 2 2 2
c ---[1090]---> Sorter-cost:  823     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[1089]---> Sorter-cost:  554     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3
c ---[1088]---> Sorter-cost:  320     Base: 2 2 2 2 2 2 2 2 2 2 3
c ---[1087]---> Sorter-cost:  885     Base: 2 2 2 2 2 2 2 2 7 2 2 2 2 2 2 2
c ---[1086]---> Sorter-cost:  451     Base: 2 2 2 2 2 2 2 2 2 3 3 2 2 2 2
c ---[1085]---> Sorter-cost:  823     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[1084]---> Sorter-cost:  320     Base: 2 2 2 2 2 2 2 2 2 2 3
c ---[1083]---> Sorter-cost: 1008     Base: 2 2 2 2 3 7 2 2 2 2 2 2 2 2 2 2 2
c ---[1082]---> Sorter-cost: 1091     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2 2 2
c ---[1081]---> Sorter-cost:  694     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[1080]---> Sorter-cost: 1008     Base: 2 2 2 2 3 7 2 2 2 2 2 2 2 2 2 2 2
c ---[1079]---> Sorter-cost: 1091     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2 2 2
c ---[1078]---> Sorter-cost:  756     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[1077]---> Sorter-cost:  694     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[1076]---> Sorter-cost: 1008     Base: 2 2 2 2 3 7 2 2 2 2 2 2 2 2 2 2 2
c ---[1075]---> Sorter-cost: 1091     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2 2 2
c ---[1074]---> Sorter-cost:  756     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[1073]---> Sorter-cost:  694     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[1072]---> Sorter-cost: 1008     Base: 2 2 2 2 3 7 2 2 2 2 2 2 2 2 2 2 2
c ---[1071]---> Sorter-cost: 1091     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2 2 2
c ---[1070]---> Sorter-cost:  756     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[1069]---> Sorter-cost:  694     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[1068]---> Sorter-cost:  837     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 11 2 2
c ---[1067]---> Sorter-cost: 1091     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2 2 2
c ---[1066]---> Sorter-cost: 1779     Base: 2 2 2 2 2 2 2 2 2 2 2 2 3 3 13 2 2
c ---[1065]---> Sorter-cost:  694     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[1064]---> Sorter-cost:  974     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2 2
c ---[1063]---> Sorter-cost:  837     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 11 2 2
c ---[1062]---> Sorter-cost: 1091     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2 2 2
c ---[1061]---> Sorter-cost: 1779     Base: 2 2 2 2 2 2 2 2 2 2 2 2 3 3 13 2 2
c ---[1060]---> Sorter-cost:  974     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2 2
c ---[1059]---> Sorter-cost:  837     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 11 2 2
c ---[1058]---> Sorter-cost: 1091     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2 2 2
c ---[1057]---> BDD-cost:   21
c ---[1056]---> Sorter-cost: 1779     Base: 2 2 2 2 2 2 2 2 2 2 2 2 3 3 13 2 2
c ---[1055]---> Sorter-cost: 1105     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[1054]---> Sorter-cost:  974     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2 2
c ---[1053]---> Sorter-cost:  837     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 11 2 2
c ---[1052]---> Sorter-cost: 1091     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2 2 2
c ---[1051]---> BDD-cost:   21
c ---[1050]---> Sorter-cost: 1105     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[1049]---> Sorter-cost:  974     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2 2
c ---[1048]---> Sorter-cost:  837     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 11 2 2
c ---[1047]---> Sorter-cost: 1091     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2 2 2
c ---[1046]---> Sorter-cost: 1017     Base: 2 2 2 2 2 2 2 2 2 2 2 2 7 2 2 2 2 2
c ---[1045]---> BDD-cost:   21
c ---[1044]---> Sorter-cost: 1105     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[1043]---> Sorter-cost:  974     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2 2
c ---[1042]---> Sorter-cost: 1017     Base: 2 2 2 2 2 2 2 2 2 2 2 2 7 2 2 2 2 2
c ---[1041]---> BDD-cost:   21
c ---[1040]---> Sorter-cost: 1105     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[1039]---> Sorter-cost: 1136     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 5 5
c ---[1038]---> Sorter-cost: 1038     Base: 2 2 2 2 2 2 2 3 7 2 2 2 2 2 2 2 2
c ---[1037]---> Sorter-cost: 1136     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 5 5
c ---[1036]---> Sorter-cost: 1038     Base: 2 2 2 2 2 2 2 3 7 2 2 2 2 2 2 2 2
c ---[1035]---> Sorter-cost: 1136     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 5 5
c ---[1034]---> Sorter-cost: 1038     Base: 2 2 2 2 2 2 2 3 7 2 2 2 2 2 2 2 2
c ---[1033]---> Sorter-cost: 1271     Base: 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2 5 2 2 2
c ---[1032]---> Sorter-cost: 1201     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 11 2 2
c ---[1031]---> Sorter-cost: 1038     Base: 2 2 2 2 2 2 2 3 7 2 2 2 2 2 2 2 2
c ---[1030]---> Sorter-cost:  875     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 17 2
c ---[1029]---> Sorter-cost: 1271     Base: 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2 5 2 2 2
c ---[1028]---> Sorter-cost: 1201     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 11 2 2
c ---[1027]---> Sorter-cost: 1038     Base: 2 2 2 2 2 2 2 3 7 2 2 2 2 2 2 2 2
c ---[1026]---> Sorter-cost:  875     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 17 2
c ---[1025]---> Sorter-cost: 1271     Base: 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2 5 2 2 2
c ---[1024]---> Sorter-cost:  494     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2
c ---[1023]---> Sorter-cost: 1201     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 11 2 2
c ---[1022]---> Sorter-cost: 1038     Base: 2 2 2 2 2 2 2 3 7 2 2 2 2 2 2 2 2
c ---[1021]---> Sorter-cost:  875     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 17 2
c ---[1020]---> Sorter-cost: 1271     Base: 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2 5 2 2 2
c ---[1019]---> Sorter-cost:  494     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2
c ---[1018]---> Sorter-cost: 1188     Base: 2 2 2 2 2 2 2 2 2 2 2 2 3 5 5 2
c ---[1017]---> Sorter-cost: 1201     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 11 2 2
c ---[1016]---> Sorter-cost:  875     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 17 2
c ---[1015]---> Sorter-cost: 1271     Base: 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2 5 2 2 2
c ---[1014]---> Sorter-cost:  494     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2
c ---[1013]---> Sorter-cost: 1188     Base: 2 2 2 2 2 2 2 2 2 2 2 2 3 5 5 2
c ---[1012]---> Sorter-cost: 1201     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 11 2 2
c ---[1011]---> Sorter-cost: 1956     Base: 2 2 2 2 2 2 2 2 5 3 5 5 2 2 2 2
c ---[1010]---> Sorter-cost:  875     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 17 2
c ---[1009]---> Sorter-cost: 1271     Base: 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2 5 2 2 2
c ---[1008]---> Sorter-cost: 1188     Base: 2 2 2 2 2 2 2 2 2 2 2 2 3 5 5 2
c ---[1007]---> BDD-cost:  160
c ---[1006]---> Sorter-cost: 1956     Base: 2 2 2 2 2 2 2 2 5 3 5 5 2 2 2 2
c ---[1005]---> Sorter-cost:  875     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 17 2
c ---[1004]---> Sorter-cost: 1039     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 5 5
c ---[1003]---> Sorter-cost: 1188     Base: 2 2 2 2 2 2 2 2 2 2 2 2 3 5 5 2
c ---[1002]---> BDD-cost:  160
c ---[1001]---> Sorter-cost: 1956     Base: 2 2 2 2 2 2 2 2 5 3 5 5 2 2 2 2
c ---[1000]---> Sorter-cost:  875     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 17 2
c ---[ 999]---> BDD-cost:  210
c ---[ 998]---> Sorter-cost:  997     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 3 3 2
c ---[ 997]---> Sorter-cost: 1279     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 7 2 2 2 2 2
c ---[ 996]---> Sorter-cost: 1601     Base: 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 7 2 2 2
c ---[ 995]---> Sorter-cost: 2011     Base: 2 2 2 2 2 2 2 2 5 5 3 5 2 2 2 2
c ---[ 994]---> Sorter-cost:  997     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 3 3 2
c ---[ 993]---> Sorter-cost: 1279     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 7 2 2 2 2 2
c ---[ 992]---> Sorter-cost: 1601     Base: 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 7 2 2 2
c ---[ 991]---> Sorter-cost: 2011     Base: 2 2 2 2 2 2 2 2 5 5 3 5 2 2 2 2
c ---[ 990]---> Sorter-cost:  990     Base: 2 2 2 2 2 2 2 2 7 2 2 2 2 2 2 2
c ---[ 989]---> Sorter-cost: 1033     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2
c ---[ 988]---> Sorter-cost:  997     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 3 3 2
c ---[ 987]---> Sorter-cost: 1279     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 7 2 2 2 2 2
c ---[ 986]---> Sorter-cost: 1601     Base: 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 7 2 2 2
c ---[ 985]---> Sorter-cost: 2011     Base: 2 2 2 2 2 2 2 2 5 5 3 5 2 2 2 2
c ---[ 984]---> Sorter-cost:  990     Base: 2 2 2 2 2 2 2 2 7 2 2 2 2 2 2 2
c ---[ 983]---> Sorter-cost: 1033     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2
c ---[ 982]---> Sorter-cost:  997     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 3 3 2
c ---[ 981]---> Sorter-cost:  549     Base: 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2
c ---[ 980]---> Sorter-cost: 1279     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 7 2 2 2 2 2
c ---[ 979]---> Sorter-cost: 1601     Base: 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 7 2 2 2
c ---[ 978]---> Sorter-cost: 2011     Base: 2 2 2 2 2 2 2 2 5 5 3 5 2 2 2 2
c ---[ 977]---> Sorter-cost:  990     Base: 2 2 2 2 2 2 2 2 7 2 2 2 2 2 2 2
c ---[ 976]---> Sorter-cost:  997     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 3 3 2
c ---[ 975]---> Sorter-cost:  549     Base: 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2
c ---[ 974]---> Sorter-cost: 1279     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 7 2 2 2 2 2
c ---[ 973]---> Sorter-cost: 1601     Base: 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 7 2 2 2
c ---[ 972]---> Sorter-cost: 2011     Base: 2 2 2 2 2 2 2 2 5 5 3 5 2 2 2 2
c ---[ 971]---> Sorter-cost:  990     Base: 2 2 2 2 2 2 2 2 7 2 2 2 2 2 2 2
c ---[ 970]---> Sorter-cost:  997     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 3 3 2
c ---[ 969]---> Sorter-cost:  549     Base: 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2
c ---[ 968]---> Sorter-cost: 1279     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 7 2 2 2 2 2
c ---[ 967]---> Sorter-cost: 1601     Base: 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 7 2 2 2
c ---[ 966]---> Sorter-cost: 2011     Base: 2 2 2 2 2 2 2 2 5 5 3 5 2 2 2 2
c ---[ 965]---> Sorter-cost:  990     Base: 2 2 2 2 2 2 2 2 7 2 2 2 2 2 2 2
c ---[ 964]---> Sorter-cost:  997     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 3 3 2
c ---[ 963]---> Sorter-cost:  549     Base: 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2
c ---[ 962]---> Sorter-cost: 1279     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 7 2 2 2 2 2
c ---[ 961]---> Sorter-cost: 1601     Base: 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 7 2 2 2
c ---[ 960]---> Sorter-cost: 2011     Base: 2 2 2 2 2 2 2 2 5 5 3 5 2 2 2 2
c ---[ 959]---> Sorter-cost:  990     Base: 2 2 2 2 2 2 2 2 7 2 2 2 2 2 2 2
c ---[ 958]---> BDD-cost:  232
c ---[ 957]---> Sorter-cost: 1619     Base: 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 17 2 2
c ---[ 956]---> Sorter-cost:  997     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 3 3 2
c ---[ 955]---> Sorter-cost:  549     Base: 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2
c ---[ 954]---> Sorter-cost: 1601     Base: 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 7 2 2 2
c ---[ 953]---> Sorter-cost:  990     Base: 2 2 2 2 2 2 2 2 7 2 2 2 2 2 2 2
c ---[ 952]---> BDD-cost:  232
c ---[ 951]---> Sorter-cost: 1619     Base: 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 17 2 2
c ---[ 950]---> Sorter-cost:  997     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 3 3 2
c ---[ 949]---> Sorter-cost:  549     Base: 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2
c ---[ 948]---> Sorter-cost: 1601     Base: 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 7 2 2 2
c ---[ 947]---> Sorter-cost:  990     Base: 2 2 2 2 2 2 2 2 7 2 2 2 2 2 2 2
c ---[ 946]---> BDD-cost:  232
c ---[ 945]---> Sorter-cost: 1619     Base: 2 2 2 2 2 2 2 2 2 2 2 3 2 2 2 17 2 2
c ---[ 944]---> Sorter-cost:  549     Base: 2 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2
c ---[ 943]---> BDD-cost:  159
c ---[ 942]---> Sorter-cost: 1090     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 13 2 2 2 2
c ---[ 941]---> Sorter-cost:  575     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2 2
c ---[ 940]---> BDD-cost:  158
c ---[ 939]---> Sorter-cost: 1087     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 13 2 2 2
c ---[ 938]---> Sorter-cost: 1568     Base: 2 2 2 2 2 2 2 2 2 2 2 2 5 3 3 2 2 2 2
c ---[ 937]---> Sorter-cost:  572     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2
c ---[ 936]---> BDD-cost:  158
c ---[ 935]---> Sorter-cost: 1087     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 13 2 2 2
c ---[ 934]---> Sorter-cost: 1568     Base: 2 2 2 2 2 2 2 2 2 2 2 2 5 3 3 2 2 2 2
c ---[ 933]---> Sorter-cost:  572     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2
c ---[ 932]---> BDD-cost:  158
c ---[ 931]---> Sorter-cost: 1087     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 13 2 2 2
c ---[ 930]---> Sorter-cost: 1568     Base: 2 2 2 2 2 2 2 2 2 2 2 2 5 3 3 2 2 2 2
c ---[ 929]---> Sorter-cost:  572     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2
c ---[ 928]---> Sorter-cost: 1743     Base: 2 2 2 2 2 2 2 2 2 2 2 5 3 3 2 2 2 2 2
c ---[ 927]---> Sorter-cost: 1087     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 13 2 2 2
c ---[ 926]---> Sorter-cost: 1012     Base: 2 2 2 2 2 2 2 2 2 2 3 2 7 2 2 2 2 2 2
c ---[ 925]---> Sorter-cost:  572     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2
c ---[ 924]---> Sorter-cost: 1015     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 3 3 2 2 2 2 2
c ---[ 923]---> Sorter-cost: 1743     Base: 2 2 2 2 2 2 2 2 2 2 2 5 3 3 2 2 2 2 2
c ---[ 922]---> Sorter-cost: 1087     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 13 2 2 2
c ---[ 921]---> Sorter-cost: 1012     Base: 2 2 2 2 2 2 2 2 2 2 3 2 7 2 2 2 2 2 2
c ---[ 920]---> Sorter-cost: 1015     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 3 3 2 2 2 2 2
c ---[ 919]---> Sorter-cost: 1743     Base: 2 2 2 2 2 2 2 2 2 2 2 5 3 3 2 2 2 2 2
c ---[ 918]---> Sorter-cost: 1087     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 13 2 2 2
c ---[ 917]---> Sorter-cost:  578     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2
c ---[ 916]---> Sorter-cost: 1012     Base: 2 2 2 2 2 2 2 2 2 2 3 2 7 2 2 2 2 2 2
c ---[ 915]---> Sorter-cost: 2105     Base: 2 2 2 2 2 2 2 2 2 2 5 3 5 5 2 2 2 2
c ---[ 914]---> Sorter-cost: 1015     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 3 3 2 2 2 2 2
c ---[ 913]---> Sorter-cost: 1743     Base: 2 2 2 2 2 2 2 2 2 2 2 5 3 3 2 2 2 2 2
c ---[ 912]---> Sorter-cost: 1087     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 13 2 2 2
c ---[ 911]---> Sorter-cost:  578     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2
c ---[ 910]---> Sorter-cost: 2105     Base: 2 2 2 2 2 2 2 2 2 2 5 3 5 5 2 2 2 2
c ---[ 909]---> Sorter-cost: 1015     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 3 3 2 2 2 2 2
c ---[ 908]---> Sorter-cost: 1743     Base: 2 2 2 2 2 2 2 2 2 2 2 5 3 3 2 2 2 2 2
c ---[ 907]---> Sorter-cost: 1087     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 13 2 2 2
c ---[ 906]---> BDD-cost:  179
c ---[ 905]---> Sorter-cost:  578     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2
c ---[ 904]---> Sorter-cost: 2105     Base: 2 2 2 2 2 2 2 2 2 2 5 3 5 5 2 2 2 2
c ---[ 903]---> Sorter-cost: 1015     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 3 3 2 2 2 2 2
c ---[ 902]---> BDD-cost:  179
c ---[ 901]---> Sorter-cost:  578     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2
c ---[ 900]---> Sorter-cost: 2105     Base: 2 2 2 2 2 2 2 2 2 2 5 3 5 5 2 2 2 2
c ---[ 899]---> Sorter-cost: 1010     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 3 3 2 2 2 2 2
c ---[ 898]---> BDD-cost:  163
c ---[ 897]---> Sorter-cost: 1006     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 3 3 2 2 2 2
c ---[ 896]---> BDD-cost:  162
c ---[ 895]---> Sorter-cost: 1006     Base: 2 2 2 2 2 2 2 2 2 3 2 2 2 2 3 3 2 2 2 2
c ---[ 894]---> BDD-cost:  162
c ---[ 893]---> Sorter-cost: 1068     Base: 2 2 2 2 2 2 11 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 892]---> BDD-cost:  388
c ---[ 891]---> BDD-cost:  162
c ---[ 890]---> Sorter-cost:  519     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2 2
c ---[ 889]---> Sorter-cost: 1068     Base: 2 2 2 2 2 2 11 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 888]---> BDD-cost:  388
c ---[ 887]---> BDD-cost:  162
c ---[ 886]---> Sorter-cost:  519     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2 2
c ---[ 885]---> Sorter-cost: 1068     Base: 2 2 2 2 2 2 11 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 884]---> Sorter-cost:  953     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 17 2 2 2
c ---[ 883]---> BDD-cost:  388
c ---[ 882]---> BDD-cost:  162
c ---[ 881]---> Sorter-cost:  519     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2 2
c ---[ 880]---> Sorter-cost: 1068     Base: 2 2 2 2 2 2 11 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 879]---> Sorter-cost:  953     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 17 2 2 2
c ---[ 878]---> Sorter-cost:  986     Base: 2 2 2 2 2 2 2 3 2 2 2 2 2 2 3 3 2 2 2 2
c ---[ 877]---> BDD-cost:  388
c ---[ 876]---> Sorter-cost:  519     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2 2
c ---[ 875]---> Sorter-cost: 1068     Base: 2 2 2 2 2 2 11 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 874]---> Sorter-cost:  953     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 17 2 2 2
c ---[ 873]---> Sorter-cost:  986     Base: 2 2 2 2 2 2 2 3 2 2 2 2 2 2 3 3 2 2 2 2
c ---[ 872]---> BDD-cost:  388
c ---[ 871]---> Sorter-cost: 1104     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 870]---> Sorter-cost:  519     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2 2
c ---[ 869]---> Sorter-cost: 1068     Base: 2 2 2 2 2 2 11 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 868]---> Sorter-cost:  986     Base: 2 2 2 2 2 2 2 3 2 2 2 2 2 2 3 3 2 2 2 2
c ---[ 867]---> Sorter-cost: 1026     Base: 2 2 2 2 2 2 3 7 2 2 2 2 2 2 2 2 2 2 2
c ---[ 866]---> Sorter-cost: 1104     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 865]---> Sorter-cost:  519     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2 2
c ---[ 864]---> Sorter-cost: 1296     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 17 2 2
c ---[ 863]---> Sorter-cost:  986     Base: 2 2 2 2 2 2 2 3 2 2 2 2 2 2 3 3 2 2 2 2
c ---[ 862]---> Sorter-cost: 1026     Base: 2 2 2 2 2 2 3 7 2 2 2 2 2 2 2 2 2 2 2
c ---[ 861]---> Sorter-cost: 1104     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 860]---> Sorter-cost:  519     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 2 2 2 2 2 2
c ---[ 859]---> BDD-cost:   41
c ---[ 858]---> Sorter-cost: 1332     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 5 5 2
c ---[ 857]---> Sorter-cost: 1128     Base: 2 2 2 2 2 2 2 2 2 3 3 3 3 2 2 2 2 2 2 2 2
c ---[ 856]---> Sorter-cost: 2101     Base: 2 2 2 2 2 2 2 2 2 3 5 3 11 2 2 2 2
c ---[ 855]---> Sorter-cost:  959     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 11 2 2 2 2
c ---[ 854]---> Sorter-cost: 1174     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2
c ---[ 853]---> Sorter-cost: 1128     Base: 2 2 2 2 2 2 2 2 2 3 3 3 3 2 2 2 2 2 2 2 2
c ---[ 852]---> Sorter-cost: 2101     Base: 2 2 2 2 2 2 2 2 2 3 5 3 11 2 2 2 2
c ---[ 851]---> Sorter-cost:  959     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 11 2 2 2 2
c ---[ 850]---> BDD-cost:  190
c ---[ 849]---> Sorter-cost:  998     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 2 3 3 2 2 2 2
c ---[ 848]---> Sorter-cost: 1174     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2
c ---[ 847]---> Sorter-cost: 1128     Base: 2 2 2 2 2 2 2 2 2 3 3 3 3 2 2 2 2 2 2 2 2
c ---[ 846]---> Sorter-cost: 2101     Base: 2 2 2 2 2 2 2 2 2 3 5 3 11 2 2 2 2
c ---[ 845]---> Sorter-cost:  959     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 11 2 2 2 2
c ---[ 844]---> BDD-cost:  190
c ---[ 843]---> Sorter-cost:  998     Base: 2 2 2 2 2 2 2 2 3 2 2 2 2 2 3 3 2 2 2 2
c ---[ 842]---> Sorter-cost: 1174     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2
c ---[ 841]---> Sorter-cost:  501     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 840]---> Sorter-cost: 1128     Base: 2 2 2 2 2 2 2 2 2 3 3 3 3 2 2 2 2 2 2 2 2
c ---[ 839]---> Sorter-cost: 2101     Base: 2 2 2 2 2 2 2 2 2 3 5 3 11 2 2 2 2
c ---[ 838]---> Sorter-cost:  959     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 11 2 2 2 2
c ---[ 837]---> BDD-cost:  190
c ---[ 836]---> Sorter-cost: 1174     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2
c ---[ 835]---> Sorter-cost:  501     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 834]---> Sorter-cost: 1128     Base: 2 2 2 2 2 2 2 2 2 3 3 3 3 2 2 2 2 2 2 2 2
c ---[ 833]---> Sorter-cost: 2101     Base: 2 2 2 2 2 2 2 2 2 3 5 3 11 2 2 2 2
c ---[ 832]---> Sorter-cost:  959     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 11 2 2 2 2
c ---[ 831]---> BDD-cost:  190
c ---[ 830]---> Sorter-cost: 1174     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2
c ---[ 829]---> Sorter-cost:  501     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 828]---> Sorter-cost: 1128     Base: 2 2 2 2 2 2 2 2 2 3 3 3 3 2 2 2 2 2 2 2 2
c ---[ 827]---> Sorter-cost: 2101     Base: 2 2 2 2 2 2 2 2 2 3 5 3 11 2 2 2 2
c ---[ 826]---> Sorter-cost:  959     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 11 2 2 2 2
c ---[ 825]---> BDD-cost:  190
c ---[ 824]---> Sorter-cost: 1174     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2
c ---[ 823]---> Sorter-cost:  501     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 822]---> Sorter-cost: 1128     Base: 2 2 2 2 2 2 2 2 2 3 3 3 3 2 2 2 2 2 2 2 2
c ---[ 821]---> Sorter-cost: 2101     Base: 2 2 2 2 2 2 2 2 2 3 5 3 11 2 2 2 2
c ---[ 820]---> Sorter-cost:  959     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 3 11 2 2 2 2
c ---[ 819]---> BDD-cost:  190
c ---[ 818]---> BDD-cost:   38
c ---[ 817]---> Sorter-cost: 1153     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2
c ---[ 816]---> Sorter-cost: 1174     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2
c ---[ 815]---> Sorter-cost:  501     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 814]---> Sorter-cost: 2101     Base: 2 2 2 2 2 2 2 2 2 3 5 3 11 2 2 2 2
c ---[ 813]---> BDD-cost:  190
c ---[ 812]---> BDD-cost:   38
c ---[ 811]---> Sorter-cost: 1153     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2
c ---[ 810]---> Sorter-cost: 1174     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2
c ---[ 809]---> Sorter-cost:  501     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 808]---> Sorter-cost: 2101     Base: 2 2 2 2 2 2 2 2 2 3 5 3 11 2 2 2 2
c ---[ 807]---> BDD-cost:  190
c ---[ 806]---> BDD-cost:   38
c ---[ 805]---> Sorter-cost: 1153     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 2 2
c ---[ 804]---> Sorter-cost:  501     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 802]---> Sorter-cost:  644     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 800]---> Sorter-cost:  671     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 798]---> Sorter-cost:  662     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 796]---> Sorter-cost:  639     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 794]---> Sorter-cost:  666     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 792]---> Sorter-cost:  669     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 790]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 788]---> Sorter-cost:  639     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 786]---> Sorter-cost:  666     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 784]---> Sorter-cost:  669     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 782]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 780]---> Sorter-cost:  639     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 778]---> Sorter-cost:  666     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 776]---> Sorter-cost:  669     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 774]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 772]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 770]---> Sorter-cost:  666     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 768]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 766]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 764]---> Sorter-cost:  666     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 762]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 760]---> Sorter-cost:  666     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 758]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 756]---> Sorter-cost:  666     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 754]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 752]---> Sorter-cost:  666     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 750]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 748]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 746]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 744]---> Sorter-cost:  666     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 742]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 740]---> Sorter-cost:  666     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 738]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 736]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 734]---> Sorter-cost:  666     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 732]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 730]---> Sorter-cost:  666     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 728]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 726]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 724]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 722]---> Sorter-cost:  666     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 720]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 718]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 716]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 714]---> Sorter-cost:  662     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 712]---> Sorter-cost:  662     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 710]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 708]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 706]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 704]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 702]---> Sorter-cost:  666     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 700]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 698]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 696]---> Sorter-cost:  639     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 694]---> Sorter-cost:  666     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 692]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 690]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 688]---> Sorter-cost:  639     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 686]---> Sorter-cost:  666     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 684]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 682]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 680]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 678]---> Sorter-cost:  639     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 676]---> Sorter-cost:  666     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 674]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 672]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 670]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 668]---> Sorter-cost:  639     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 666]---> Sorter-cost:  666     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 664]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 662]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 660]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 658]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 656]---> Sorter-cost:  639     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 654]---> Sorter-cost:  666     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 652]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 650]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 648]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 646]---> Sorter-cost:  639     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 644]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 642]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 640]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 638]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 636]---> Sorter-cost:  639     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 634]---> Sorter-cost:  653     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 632]---> Sorter-cost:  644     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 630]---> Sorter-cost:  669     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 628]---> Sorter-cost:  678     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 626]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 624]---> Sorter-cost:  639     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 622]---> Sorter-cost:  669     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 620]---> Sorter-cost:  678     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 618]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 616]---> BDD-cost:  157
c ---[ 614]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 612]---> Sorter-cost:  639     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 610]---> Sorter-cost:  669     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 608]---> Sorter-cost:  678     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 606]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 604]---> BDD-cost:  157
c ---[ 602]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 600]---> Sorter-cost:  639     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 598]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 596]---> Sorter-cost:  669     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 594]---> Sorter-cost:  678     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 592]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 590]---> BDD-cost:  157
c ---[ 588]---> Sorter-cost:  639     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 586]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 584]---> Sorter-cost:  669     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 582]---> Sorter-cost:  678     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 580]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 578]---> BDD-cost:  157
c ---[ 576]---> Sorter-cost:  639     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 574]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 572]---> Sorter-cost:  669     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 570]---> Sorter-cost:  678     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 568]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 566]---> BDD-cost:  157
c ---[ 564]---> Sorter-cost:  639     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 562]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 560]---> Sorter-cost:  669     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 558]---> Sorter-cost:  678     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 556]---> Sorter-cost:  657     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 554]---> BDD-cost:  157
c ---[ 552]---> Sorter-cost:  678     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 550]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 548]---> Sorter-cost:  639     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 546]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 544]---> Sorter-cost:  678     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 542]---> BDD-cost:  157
c ---[ 540]---> Sorter-cost:  678     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 538]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 536]---> Sorter-cost:  639     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 534]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 532]---> Sorter-cost:  678     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 530]---> BDD-cost:  157
c ---[ 528]---> Sorter-cost:  678     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 526]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 524]---> Sorter-cost:  648     Base: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
c ---[ 522]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 520]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 518]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 516]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 514]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 512]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 510]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 508]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 506]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 504]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 502]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 500]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 498]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 496]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 494]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 492]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 490]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 488]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 486]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 484]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 482]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 480]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 478]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 476]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 474]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 472]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 470]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 468]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 466]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 464]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 462]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 460]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 458]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 456]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 454]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 452]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 450]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 448]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 446]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 444]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 442]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 440]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 438]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 436]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 434]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 432]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 430]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 428]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 426]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 424]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 422]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 420]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 418]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 416]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 414]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 412]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 410]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 408]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 406]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 404]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 402]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 400]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 398]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 396]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 394]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 392]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 390]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 388]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 386]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 384]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 382]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 380]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 378]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 376]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 374]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 372]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 370]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 368]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 366]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 364]---> Sorter-cost:  228     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 362]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 360]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 358]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 356]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 354]---> Sorter-cost:  228     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 352]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 350]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 348]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 346]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 344]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 342]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 340]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 338]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 336]---> BDD-cost:   91
c ---[ 334]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 332]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 330]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 328]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 326]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 324]---> BDD-cost:   91
c ---[ 322]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 320]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 318]---> Sorter-cost:  404     Base: 2 2 2 2 2 2 2 2 2
c ---[ 316]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 314]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 312]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 310]---> BDD-cost:   91
c ---[ 308]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 306]---> Sorter-cost:  404     Base: 2 2 2 2 2 2 2 2 2
c ---[ 304]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 302]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 300]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 298]---> BDD-cost:   91
c ---[ 296]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 294]---> Sorter-cost:  404     Base: 2 2 2 2 2 2 2 2 2
c ---[ 292]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 290]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 288]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 286]---> BDD-cost:   91
c ---[ 284]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 282]---> Sorter-cost:  404     Base: 2 2 2 2 2 2 2 2 2
c ---[ 280]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 278]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 276]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 274]---> BDD-cost:   91
c ---[ 272]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 270]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 268]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 266]---> Sorter-cost:  404     Base: 2 2 2 2 2 2 2 2 2
c ---[ 264]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 262]---> BDD-cost:   91
c ---[ 260]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 258]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 256]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 254]---> Sorter-cost:  404     Base: 2 2 2 2 2 2 2 2 2
c ---[ 252]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 250]---> BDD-cost:   91
c ---[ 248]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 246]---> Sorter-cost:  391     Base: 2 2 2 2 2 2 2 2 2 2
c ---[ 244]---> Sorter-cost:  404     Base: 2 2 2 2 2 2 2 2 2
c ---[ 243]---> BDD-cost:    5
c ---[ 242]---> BDD-cost:    8
c ---[ 241]---> BDD-cost:   14
c ---[ 240]---> BDD-cost:    8
c ---[ 239]---> BDD-cost:    8
c ---[ 238]---> BDD-cost:   14
c ---[ 237]---> BDD-cost:   11
c ---[ 236]---> BDD-cost:    8
c ---[ 235]---> BDD-cost:    8
c ---[ 234]---> BDD-cost:   14
c ---[ 233]---> BDD-cost:   11
c ---[ 232]---> BDD-cost:    8
c ---[ 231]---> BDD-cost:    8
c ---[ 230]---> BDD-cost:   14
c ---[ 229]---> BDD-cost:   11
c ---[ 228]---> BDD-cost:    8
c ---[ 227]---> BDD-cost:    4
c ---[ 226]---> BDD-cost:   14
c ---[ 225]---> BDD-cost:   12
c ---[ 224]---> BDD-cost:    8
c ---[ 223]---> BDD-cost:    4
c ---[ 222]---> BDD-cost:    4
c ---[ 221]---> BDD-cost:   14
c ---[ 220]---> BDD-cost:   12
c ---[ 219]---> BDD-cost:    4
c ---[ 218]---> BDD-cost:    4
c ---[ 217]---> BDD-cost:   14
c ---[ 216]---> BDD-cost:    8
c ---[ 215]---> BDD-cost:   12
c ---[ 214]---> BDD-cost:   12
c ---[ 213]---> BDD-cost:    4
c ---[ 212]---> BDD-cost:    4
c ---[ 211]---> BDD-cost:   14
c ---[ 210]---> BDD-cost:    8
c ---[ 209]---> BDD-cost:   12
c ---[ 208]---> BDD-cost:    4
c ---[ 207]---> BDD-cost:    4
c ---[ 206]---> BDD-cost:   14
c ---[ 205]---> BDD-cost:   12
c ---[ 204]---> BDD-cost:    8
c ---[ 203]---> BDD-cost:   12
c ---[ 202]---> BDD-cost:    4
c ---[ 201]---> BDD-cost:   12
c ---[ 200]---> BDD-cost:    8
c ---[ 199]---> BDD-cost:   12
c ---[ 198]---> BDD-cost:   10
c ---[ 197]---> BDD-cost:   12
c ---[ 196]---> BDD-cost:   10
c ---[ 195]---> BDD-cost:   12
c ---[ 194]---> BDD-cost:   10
c ---[ 193]---> BDD-cost:   12
c ---[ 192]---> BDD-cost:   12
c ---[ 191]---> BDD-cost:    4
c ---[ 190]---> BDD-cost:   12
c ---[ 189]---> BDD-cost:    4
c ---[ 188]---> BDD-cost:   12
c ---[ 187]---> BDD-cost:    4
c ---[ 186]---> BDD-cost:   12
c ---[ 185]---> BDD-cost:    4
c ---[ 184]---> BDD-cost:   12
c ---[ 183]---> BDD-cost:   10
c ---[ 182]---> BDD-cost:    4
c ---[ 181]---> BDD-cost:   12
c ---[ 180]---> BDD-cost:    4
c ---[ 179]---> BDD-cost:   12
c ---[ 178]---> BDD-cost:   10
c ---[ 177]---> BDD-cost:   10
c ---[ 176]---> BDD-cost:    4
c ---[ 175]---> BDD-cost:    4
c ---[ 174]---> BDD-cost:   12
c ---[ 173]---> BDD-cost:   10
c ---[ 172]---> BDD-cost:   10
c ---[ 171]---> BDD-cost:    4
c ---[ 170]---> BDD-cost:    8
c ---[ 169]---> BDD-cost:    4
c ---[ 168]---> BDD-cost:   12
c ---[ 167]---> BDD-cost:   10
c ---[ 166]---> BDD-cost:    8
c ---[ 165]---> BDD-cost:    8
c ---[ 164]---> BDD-cost:    4
c ---[ 163]---> BDD-cost:   10
c ---[ 162]---> BDD-cost:   10
c ---[ 161]---> BDD-cost:    8
c ---[ 160]---> BDD-cost:    8
c ---[ 159]---> BDD-cost:    4
c ---[ 158]---> BDD-cost:   10
c ---[ 157]---> BDD-cost:    4
c ---[ 156]---> BDD-cost:    4
c ---[ 155]---> BDD-cost:   10
c ---[ 154]---> BDD-cost:   12
c ---[ 153]---> BDD-cost:    4
c ---[ 152]---> BDD-cost:    4
c ---[ 151]---> BDD-cost:   10
c ---[ 150]---> BDD-cost:   12
c ---[ 149]---> BDD-cost:    4
c ---[ 148]---> BDD-cost:    4
c ---[ 147]---> BDD-cost:    4
c ---[ 146]---> BDD-cost:   10
c ---[ 145]---> BDD-cost:   12
c ---[ 144]---> BDD-cost:    4
c ---[ 143]---> BDD-cost:    4
c ---[ 142]---> BDD-cost:    4
c ---[ 141]---> BDD-cost:    4
c ---[ 140]---> BDD-cost:   10
c ---[ 139]---> BDD-cost:   12
c ---[ 138]---> BDD-cost:    4
c ---[ 137]---> BDD-cost:    4
c ---[ 136]---> BDD-cost:    4
c ---[ 135]---> BDD-cost:   10
c ---[ 134]---> BDD-cost:   12
c ---[ 133]---> BDD-cost:    4
c ---[ 132]---> BDD-cost:    4
c ---[ 131]---> BDD-cost:    4
c ---[ 130]---> BDD-cost:   10
c ---[ 129]---> BDD-cost:   12
c ---[ 128]---> BDD-cost:    4
c ---[ 127]---> BDD-cost:    4
c ---[ 126]---> BDD-cost:    4
c ---[ 125]---> BDD-cost:   10
c ---[ 124]---> BDD-cost:   12
c ---[ 123]---> BDD-cost:   14
c ---[ 122]---> BDD-cost:   10
c ---[ 121]---> BDD-cost:    4
c ---[ 120]---> BDD-cost:    4
c ---[ 119]---> BDD-cost:   10
c ---[ 118]---> BDD-cost:   14
c ---[ 117]---> BDD-cost:   10
c ---[ 116]---> BDD-cost:    4
c ---[ 115]---> BDD-cost:    4
c ---[ 114]---> BDD-cost:   10
c ---[ 113]---> BDD-cost:   14
c ---[ 112]---> BDD-cost:   10
c ---[ 111]---> BDD-cost:    4
c ---[ 110]---> BDD-cost:    6
c ---[ 109]---> BDD-cost:    6
c ---[ 108]---> BDD-cost:    4
c ---[ 107]---> BDD-cost:    6
c ---[ 106]---> BDD-cost:    6
c ---[ 105]---> BDD-cost:    4
c ---[ 104]---> BDD-cost:    6
c ---[ 103]---> BDD-cost:    6
c ---[ 102]---> BDD-cost:    4
c ---[ 101]---> BDD-cost:    6
c ---[ 100]---> BDD-cost:    6
c ---[  99]---> BDD-cost:    4
c ---[  98]---> BDD-cost:    7
c ---[  97]---> BDD-cost:    6
c ---[  96]---> BDD-cost:    7
c ---[  95]---> BDD-cost:    4
c ---[  94]---> BDD-cost:    3
c ---[  93]---> BDD-cost:    7
c ---[  92]---> BDD-cost:    6
c ---[  91]---> BDD-cost:    7
c ---[  90]---> BDD-cost:    3
c ---[  89]---> BDD-cost:    7
c ---[  88]---> BDD-cost:    6
c ---[  87]---> BDD-cost:    7
c ---[  86]---> BDD-cost:    7
c ---[  85]---> BDD-cost:    6
c ---[  84]---> BDD-cost:    3
c ---[  83]---> BDD-cost:    7
c ---[  82]---> BDD-cost:    6
c ---[  81]---> BDD-cost:    7
c ---[  80]---> BDD-cost:    6
c ---[  79]---> BDD-cost:    3
c ---[  78]---> BDD-cost:    7
c ---[  77]---> BDD-cost:    6
c ---[  76]---> BDD-cost:    6
c ---[  75]---> BDD-cost:    7
c ---[  74]---> BDD-cost:    6
c ---[  73]---> BDD-cost:    3
c ---[  72]---> BDD-cost:    6
c ---[  71]---> BDD-cost:    7
c ---[  70]---> BDD-cost:    6
c ---[  69]---> BDD-cost:    7
c ---[  68]---> BDD-cost:    5
c ---[  67]---> BDD-cost:    7
c ---[  66]---> BDD-cost:    5
c ---[  65]---> BDD-cost:    7
c ---[  64]---> BDD-cost:    5
c ---[  63]---> BDD-cost:    7
c ---[  62]---> BDD-cost:    7
c ---[  61]---> BDD-cost:    5
c ---[  60]---> BDD-cost:    6
c ---[  59]---> BDD-cost:    7
c ---[  58]---> BDD-cost:    7
c ---[  57]---> BDD-cost:    5
c ---[  56]---> BDD-cost:    6
c ---[  55]---> BDD-cost:    7
c ---[  54]---> BDD-cost:    4
c ---[  53]---> BDD-cost:    7
c ---[  52]---> BDD-cost:    5
c ---[  51]---> BDD-cost:    6
c ---[  50]---> BDD-cost:    7
c ---[  49]---> BDD-cost:    4
c ---[  48]---> BDD-cost:    5
c ---[  47]---> BDD-cost:    7
c ---[  46]---> BDD-cost:    6
c ---[  45]---> BDD-cost:    7
c ---[  44]---> BDD-cost:    4
c ---[  43]---> BDD-cost:    5
c ---[  42]---> BDD-cost:    7
c ---[  41]---> BDD-cost:    5
c ---[  40]---> BDD-cost:    6
c ---[  39]---> BDD-cost:    7
c ---[  38]---> BDD-cost:    5
c ---[  37]---> BDD-cost:    7
c ---[  36]---> BDD-cost:    5
c ---[  35]---> BDD-cost:    6
c ---[  34]---> BDD-cost:    7
c ---[  33]---> BDD-cost:    5
c ---[  32]---> BDD-cost:    7
c ---[  31]---> BDD-cost:    5
c ---[  30]---> BDD-cost:    6
c ---[  29]---> BDD-cost:    6
c ---[  28]---> BDD-cost:    7
c ---[  27]---> BDD-cost:    4
c ---[  26]---> BDD-cost:    7
c ---[  25]---> BDD-cost:    4
c ---[  24]---> BDD-cost:    6
c ---[  23]---> BDD-cost:    7
c ---[  22]---> BDD-cost:    7
c ---[  21]---> BDD-cost:    4
c ---[  20]---> BDD-cost:    6
c ---[  19]---> BDD-cost:    7
c ---[  18]---> BDD-cost:    7
c ---[  17]---> BDD-cost:    4
c ---[  16]---> BDD-cost:    6
c ---[  15]---> BDD-cost:    7
c ---[  14]---> BDD-cost:    4
c ---[  13]---> BDD-cost:    6
c ---[  12]---> BDD-cost:    7
c ---[  11]---> BDD-cost:    4
c ---[  10]---> BDD-cost:    6
c ---[   9]---> BDD-cost:    7
c ---[   8]---> BDD-cost:    4
c ---[   7]---> BDD-cost:    6
c ---[   6]---> BDD-cost:    3
c ---[   5]---> BDD-cost:    7
c ---[   4]---> BDD-cost:    6
c ---[   3]---> BDD-cost:    3
c ---[   2]---> BDD-cost:    7
c ---[   1]---> BDD-cost:    6
c ---[   0]---> BDD-cost:    3
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |         0 | 1387995  3296663 |  462665       0        0     nan |  0.000 % |
c |       101 | 1387816  3296261 |  508931      97      582     6.0 |  5.449 % |
c |       252 | 1387795  3296215 |  559824     247     1255     5.1 |  5.450 % |
c |       477 | 1387769  3296158 |  615807     471     2137     4.5 |  5.451 % |
c |       814 | 1387472  3295502 |  677387     785     3504     4.5 |  5.468 % |
c |      1320 | 1387113  3294707 |  745126    1268     6016     4.7 |  5.490 % |
c |      2080 | 1386353  3293012 |  819639    1936     9808     5.1 |  5.536 % |
c |      3219 | 1385867  3291941 |  901603    3038    15974     5.3 |  5.564 % |
c |      4927 | 1385164  3290361 |  991763    4696    26450     5.6 |  5.608 % |
c |      7489 | 1383273  3286116 | 1090939    7116    41601     5.8 |  5.727 % |
c |     11333 | 1381120  3281283 | 1200033   10780    67599     6.3 |  5.857 % |
c |     17101 | 1378957  3276431 | 1320037   16417   105990     6.5 |  5.991 % |
c |     25750 | 1374495  3266370 | 1452040   24783   160767     6.5 |  6.269 % |
c |     38725 | 1369931  3256137 | 1597245   37422   252482     6.7 |  6.551 % |
c |     58186 | 1359864  3233492 | 1756969   55912   380700     6.8 |  7.178 % |

Watcher Data

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGTERM then SIGKILL): 921600 Kb
Enforcing VSIZE limit: 994918400 bytes
Current StackSize limit: 67108864 bytes
Raw data (/proc/6065/stat): 6065 (minisat+_script) R 6064 6065 19316 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1854704452 712704 3 4294967295 134512640 135087896 3221224496 3221224496 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/6065/statm): 174 3 169 147 0 27 0
[pid=6065] vsize: 696
open syscall for file /etc/ld.so.preload
open syscall for file tls/i686/mmx/libtermcap.so.2
open syscall for file tls/i686/libtermcap.so.2
open syscall for file tls/mmx/libtermcap.so.2
open syscall for file tls/libtermcap.so.2
open syscall for file i686/mmx/libtermcap.so.2
open syscall for file i686/libtermcap.so.2
open syscall for file mmx/libtermcap.so.2
open syscall for file libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/tls/i686/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/tls/mmx/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/tls/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/i686/mmx/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/i686/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/mmx/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/libtermcap.so.2
open syscall for file /etc/ld.so.cache
open syscall for file /lib/libtermcap.so.2
open syscall for file tls/i686/mmx/libdl.so.2
open syscall for file tls/i686/libdl.so.2
open syscall for file tls/mmx/libdl.so.2
open syscall for file tls/libdl.so.2
open syscall for file i686/mmx/libdl.so.2
open syscall for file i686/libdl.so.2
open syscall for file mmx/libdl.so.2
open syscall for file libdl.so.2
open syscall for file /oldhome/oroussel/lib/libdl.so.2
open syscall for file /lib/libdl.so.2
open syscall for file tls/i686/mmx/libc.so.6
open syscall for file tls/i686/libc.so.6
open syscall for file tls/mmx/libc.so.6
open syscall for file tls/libc.so.6
open syscall for file i686/mmx/libc.so.6
open syscall for file i686/libc.so.6
open syscall for file mmx/libc.so.6
open syscall for file libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /lib/tls/libc.so.6
open syscall for file /dev/tty
open syscall for file /etc/mtab
open syscall for file /proc/meminfo
open syscall for file /oldhome/oroussel/solvers/minisat+_script
New process pid=6066
New process pid=6067
New process pid=6068
execve syscall for /bin/sed executable
One traced child (pid=6067) exited with status: 0
open syscall for file /etc/ld.so.preload
open syscall for file tls/i686/mmx/libc.so.6
open syscall for file tls/i686/libc.so.6
open syscall for file tls/mmx/libc.so.6
open syscall for file tls/libc.so.6
open syscall for file i686/mmx/libc.so.6
open syscall for file i686/libc.so.6
open syscall for file mmx/libc.so.6
open syscall for file libc.so.6
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libc.so.6
open syscall for file /oldhome/oroussel/lib/tls/i686/libc.so.6
open syscall for file /oldhome/oroussel/lib/tls/mmx/libc.so.6
open syscall for file /oldhome/oroussel/lib/tls/libc.so.6
open syscall for file /oldhome/oroussel/lib/i686/mmx/libc.so.6
open syscall for file /oldhome/oroussel/lib/i686/libc.so.6
open syscall for file /oldhome/oroussel/lib/mmx/libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /etc/ld.so.cache
open syscall for file /lib/tls/libc.so.6
One traced child (pid=6068) exited with status: 0
One traced child (pid=6066) exited with status: 0
New process pid=6069
execve syscall for /oldhome/oroussel/solvers/minisat+_64-bit_static executable
open syscall for file /dev/null
open syscall for file /oldhome/oroussel/tmp/wulflinc17/normalized-mps-v2-20-10-neos7.opb
One traced child (pid=6069) exited with status: 5
open syscall for file /oldhome/oroussel/solvers/
New process pid=6070
execve syscall for /oldhome/oroussel/solvers/minisat+_bignum_static executable
open syscall for file /dev/null
open syscall for file /oldhome/oroussel/tmp/wulflinc17/normalized-mps-v2-20-10-neos7.opb

[startup+10.0038 s]
Raw data (loadavg): 0.93 0.95 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 3340 0 0 0 948 18 0 0 25 0 1 0 1854704472 15183872 3033 4294967295 134512640 135167914 3221224448 3221222616 134693662 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/6070/statm): 3707 3033 162 162 0 3545 0
[pid=6070] vsize: 14828
Current children cumulated CPU time (s) 9.79
Current children cumulated vsize (Kb) 16956

[startup+20.0054 s]
Raw data (loadavg): 0.94 0.96 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 3706 0 0 0 1946 19 0 0 25 0 1 0 1854704472 16027648 3316 4294967295 134512640 135167914 3221224448 3221221968 134694517 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/6070/statm): 3913 3316 162 162 0 3751 0
[pid=6070] vsize: 15652
Current children cumulated CPU time (s) 19.78
Current children cumulated vsize (Kb) 17780

[startup+30.006 s]
Raw data (loadavg): 0.95 0.96 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 3879 0 0 0 2943 21 0 0 25 0 1 0 1854704472 17264640 3489 4294967295 134512640 135167914 3221224448 3221221376 134781952 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 4215 3489 162 162 0 4053 0
[pid=6070] vsize: 16860
Current children cumulated CPU time (s) 29.77
Current children cumulated vsize (Kb) 18988

[startup+40.0066 s]
Raw data (loadavg): 0.95 0.96 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 4375 0 0 0 3941 23 0 0 25 0 1 0 1854704472 18374656 3820 4294967295 134512640 135167914 3221224448 3221221596 134842996 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 4486 3820 162 162 0 4324 0
[pid=6070] vsize: 17944
Current children cumulated CPU time (s) 39.77
Current children cumulated vsize (Kb) 20072

[startup+50.0072 s]
Raw data (loadavg): 0.96 0.96 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 4541 0 0 0 4940 24 0 0 25 0 1 0 1854704472 18808832 3986 4294967295 134512640 135167914 3221224448 3221221792 134849148 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 4592 3986 162 162 0 4430 0
[pid=6070] vsize: 18368
Current children cumulated CPU time (s) 49.77
Current children cumulated vsize (Kb) 20496

[startup+60.0078 s]
Raw data (loadavg): 0.97 0.96 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 4797 0 0 0 5936 26 0 0 25 0 1 0 1854704472 21045248 4242 4294967295 134512640 135167914 3221224448 3221222368 134844682 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 5138 4242 162 162 0 4976 0
[pid=6070] vsize: 20552
Current children cumulated CPU time (s) 59.75
Current children cumulated vsize (Kb) 22680

[startup+70.0084 s]
Raw data (loadavg): 0.97 0.96 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 5613 0 0 0 6933 29 0 0 25 0 1 0 1854704472 22802432 4728 4294967295 134512640 135167914 3221224448 3221221808 134522232 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 5567 4728 162 162 0 5405 0
[pid=6070] vsize: 22268
Current children cumulated CPU time (s) 69.75
Current children cumulated vsize (Kb) 24396

[startup+80.009 s]
Raw data (loadavg): 0.98 0.96 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 5784 0 0 0 7932 29 0 0 25 0 1 0 1854704472 23244800 4899 4294967295 134512640 135167914 3221224448 3221222156 134722512 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 5675 4899 162 162 0 5513 0
[pid=6070] vsize: 22700
Current children cumulated CPU time (s) 79.74
Current children cumulated vsize (Kb) 24828

[startup+90.0096 s]
Raw data (loadavg): 0.98 0.96 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 5908 0 0 0 8931 30 0 0 25 0 1 0 1854704472 23568384 5023 4294967295 134512640 135167914 3221224448 3221222112 134722532 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 5754 5023 162 162 0 5592 0
[pid=6070] vsize: 23016
Current children cumulated CPU time (s) 89.74
Current children cumulated vsize (Kb) 25144

[startup+100.01 s]
Raw data (loadavg): 0.98 0.96 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 6068 0 0 0 9930 31 0 0 25 0 1 0 1854704472 23994368 5183 4294967295 134512640 135167914 3221224448 3221220512 134696200 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 5858 5183 162 162 0 5696 0
[pid=6070] vsize: 23432
Current children cumulated CPU time (s) 99.74
Current children cumulated vsize (Kb) 25560

[startup+110.012 s]
Raw data (loadavg): 0.98 0.96 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 6169 0 0 0 10929 31 0 0 25 0 1 0 1854704472 24252416 5284 4294967295 134512640 135167914 3221224448 3221221764 134844636 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 5921 5284 162 162 0 5759 0
[pid=6070] vsize: 23684
Current children cumulated CPU time (s) 109.73
Current children cumulated vsize (Kb) 25812

[startup+120.012 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 6270 0 0 0 11929 32 0 0 25 0 1 0 1854704472 24514560 5385 4294967295 134512640 135167914 3221224448 3221220544 134722539 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 5985 5385 162 162 0 5823 0
[pid=6070] vsize: 23940
Current children cumulated CPU time (s) 119.74
Current children cumulated vsize (Kb) 26068

[startup+130.012 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 6358 0 0 0 12928 32 0 0 25 0 1 0 1854704472 27885568 5473 4294967295 134512640 135167914 3221224448 3221221056 134718188 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 6808 5473 162 162 0 6646 0
[pid=6070] vsize: 27232
Current children cumulated CPU time (s) 129.73
Current children cumulated vsize (Kb) 29360

[startup+140.013 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 6456 0 0 0 13927 33 0 0 25 0 1 0 1854704472 28143616 5571 4294967295 134512640 135167914 3221224448 3221222256 134843404 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 6871 5571 162 162 0 6709 0
[pid=6070] vsize: 27484
Current children cumulated CPU time (s) 139.73
Current children cumulated vsize (Kb) 29612

[startup+150.013 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 6537 0 0 0 14927 33 0 0 25 0 1 0 1854704472 28352512 5652 4294967295 134512640 135167914 3221224448 3221221980 134849088 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 6922 5652 162 162 0 6760 0
[pid=6070] vsize: 27688
Current children cumulated CPU time (s) 149.73
Current children cumulated vsize (Kb) 29816

[startup+160.014 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 6639 0 0 0 15927 33 0 0 25 0 1 0 1854704472 28618752 5754 4294967295 134512640 135167914 3221224448 3221221200 134844731 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 6987 5754 162 162 0 6825 0
[pid=6070] vsize: 27948
Current children cumulated CPU time (s) 159.73
Current children cumulated vsize (Kb) 30076

[startup+170.014 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 6795 0 0 0 16926 33 0 0 25 0 1 0 1854704472 29024256 5910 4294967295 134512640 135167914 3221224448 3221221792 134843404 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 7086 5910 162 162 0 6924 0
[pid=6070] vsize: 28344
Current children cumulated CPU time (s) 169.72
Current children cumulated vsize (Kb) 30472

[startup+180.015 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 6894 0 0 0 17925 34 0 0 25 0 1 0 1854704472 29282304 6009 4294967295 134512640 135167914 3221224448 3221221468 134693552 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 7149 6009 162 162 0 6987 0
[pid=6070] vsize: 28596
Current children cumulated CPU time (s) 179.72
Current children cumulated vsize (Kb) 30724

[startup+190.016 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 8318 0 0 0 18921 38 0 0 25 0 1 0 1854704472 32260096 6774 4294967295 134512640 135167914 3221224448 3221221456 134694345 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 7876 6774 162 162 0 7714 0
[pid=6070] vsize: 31504
Current children cumulated CPU time (s) 189.72
Current children cumulated vsize (Kb) 33632

[startup+200.016 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 8405 0 0 0 19921 38 0 0 25 0 1 0 1854704472 32485376 6861 4294967295 134512640 135167914 3221224448 3221221792 134843068 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 7931 6861 162 162 0 7769 0
[pid=6070] vsize: 31724
Current children cumulated CPU time (s) 199.72
Current children cumulated vsize (Kb) 33852

[startup+210.017 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 8542 0 0 0 20920 39 0 0 25 0 1 0 1854704472 32841728 6998 4294967295 134512640 135167914 3221224448 3221222132 134843117 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 8018 6998 162 162 0 7856 0
[pid=6070] vsize: 32072
Current children cumulated CPU time (s) 209.72
Current children cumulated vsize (Kb) 34200

[startup+220.017 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 8639 0 0 0 21919 39 0 0 25 0 1 0 1854704472 33095680 7095 4294967295 134512640 135167914 3221224448 3221221728 134843064 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 8080 7095 162 162 0 7918 0
[pid=6070] vsize: 32320
Current children cumulated CPU time (s) 219.71
Current children cumulated vsize (Kb) 34448

[startup+230.018 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 8718 0 0 0 22919 39 0 0 25 0 1 0 1854704472 33300480 7174 4294967295 134512640 135167914 3221224448 3221221056 134720464 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 8130 7174 162 162 0 7968 0
[pid=6070] vsize: 32520
Current children cumulated CPU time (s) 229.71
Current children cumulated vsize (Kb) 34648

[startup+240.019 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 8817 0 0 0 23918 40 0 0 25 0 1 0 1854704472 33562624 7273 4294967295 134512640 135167914 3221224448 3221220208 134843139 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 8194 7273 162 162 0 8032 0
[pid=6070] vsize: 32776
Current children cumulated CPU time (s) 239.71
Current children cumulated vsize (Kb) 34904

[startup+250.019 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 8899 0 0 0 24918 41 0 0 25 0 1 0 1854704472 33771520 7355 4294967295 134512640 135167914 3221224448 3221222000 134629290 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 8245 7355 162 162 0 8083 0
[pid=6070] vsize: 32980
Current children cumulated CPU time (s) 249.72
Current children cumulated vsize (Kb) 35108

[startup+260.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 9012 0 0 0 25916 42 0 0 25 0 1 0 1854704472 34066432 7468 4294967295 134512640 135167914 3221224448 3221221456 134693563 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 8317 7468 162 162 0 8155 0
[pid=6070] vsize: 33268
Current children cumulated CPU time (s) 259.71
Current children cumulated vsize (Kb) 35396

[startup+270.02 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 9815 0 0 0 26911 45 0 0 25 0 1 0 1854704472 42438656 8271 4294967295 134512640 135167914 3221224448 3221220928 134844801 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 10361 8271 162 162 0 10199 0
[pid=6070] vsize: 41444
Current children cumulated CPU time (s) 269.69
Current children cumulated vsize (Kb) 43572

[startup+280.021 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 33740 0 0 0 27714 138 0 0 21 0 1 0 1854704472 149663744 32067 4294967295 134512640 135167914 3221224448 3221193652 134527327 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/6070/statm): 36539 32067 162 162 0 36377 0
[pid=6070] vsize: 146156
Current children cumulated CPU time (s) 278.65
Current children cumulated vsize (Kb) 148284

[startup+290.022 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42536 0 0 0 28637 174 0 0 25 0 1 0 1854704472 183500800 40863 4294967295 134512640 135167914 3221224448 3221223152 134563082 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 44800 40863 162 162 0 44638 0
[pid=6070] vsize: 179200
Current children cumulated CPU time (s) 288.24
Current children cumulated vsize (Kb) 181328

[startup+300.022 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42578 0 0 0 29636 174 0 0 25 0 1 0 1854704472 183672832 40905 4294967295 134512640 135167914 3221224448 3221223152 134562493 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 44842 40905 162 162 0 44680 0
[pid=6070] vsize: 179368
Current children cumulated CPU time (s) 298.23
Current children cumulated vsize (Kb) 181496

[startup+310.024 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42625 0 0 0 30636 174 0 0 25 0 1 0 1854704472 183865344 40952 4294967295 134512640 135167914 3221224448 3221223152 134562533 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 44889 40952 162 162 0 44727 0
[pid=6070] vsize: 179556
Current children cumulated CPU time (s) 308.23
Current children cumulated vsize (Kb) 181684

[startup+320.024 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42654 0 0 0 31635 175 0 0 25 0 1 0 1854704472 183988224 40981 4294967295 134512640 135167914 3221224448 3221223152 134562533 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 44919 40981 162 162 0 44757 0
[pid=6070] vsize: 179676
Current children cumulated CPU time (s) 318.23
Current children cumulated vsize (Kb) 181804

[startup+330.025 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42684 0 0 0 32635 175 0 0 25 0 1 0 1854704472 184115200 41011 4294967295 134512640 135167914 3221224448 3221223156 134558102 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 44950 41011 162 162 0 44788 0
[pid=6070] vsize: 179800
Current children cumulated CPU time (s) 328.23
Current children cumulated vsize (Kb) 181928

[startup+340.027 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42698 0 0 0 33635 175 0 0 25 0 1 0 1854704472 184168448 41025 4294967295 134512640 135167914 3221224448 3221223184 134559402 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 44963 41025 162 162 0 44801 0
[pid=6070] vsize: 179852
Current children cumulated CPU time (s) 338.23
Current children cumulated vsize (Kb) 181980

[startup+350.027 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42728 0 0 0 34634 175 0 0 25 0 1 0 1854704472 184291328 41055 4294967295 134512640 135167914 3221224448 3221223184 134559402 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 44993 41055 162 162 0 44831 0
[pid=6070] vsize: 179972
Current children cumulated CPU time (s) 348.22
Current children cumulated vsize (Kb) 182100

[startup+360.028 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42758 0 0 0 35634 176 0 0 25 0 1 0 1854704472 184426496 41085 4294967295 134512640 135167914 3221224448 3221223188 134563640 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45026 41085 162 162 0 44864 0
[pid=6070] vsize: 180104
Current children cumulated CPU time (s) 358.23
Current children cumulated vsize (Kb) 182232

[startup+370.028 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42774 0 0 0 36634 176 0 0 25 0 1 0 1854704472 184487936 41101 4294967295 134512640 135167914 3221224448 3221223108 134567705 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45041 41101 162 162 0 44879 0
[pid=6070] vsize: 180164
Current children cumulated CPU time (s) 368.23
Current children cumulated vsize (Kb) 182292

[startup+380.029 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42786 0 0 0 37634 176 0 0 25 0 1 0 1854704472 184532992 41113 4294967295 134512640 135167914 3221224448 3221223152 134562533 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45052 41113 162 162 0 44890 0
[pid=6070] vsize: 180208
Current children cumulated CPU time (s) 378.23
Current children cumulated vsize (Kb) 182336

[startup+390.03 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42802 0 0 0 38634 176 0 0 25 0 1 0 1854704472 184598528 41129 4294967295 134512640 135167914 3221224448 3221223156 134558100 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45068 41129 162 162 0 44906 0
[pid=6070] vsize: 180272
Current children cumulated CPU time (s) 388.23
Current children cumulated vsize (Kb) 182400

[startup+400.03 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42808 0 0 0 39634 177 0 0 25 0 1 0 1854704472 184619008 41135 4294967295 134512640 135167914 3221224448 3221223152 134562869 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45073 41135 162 162 0 44911 0
[pid=6070] vsize: 180292
Current children cumulated CPU time (s) 398.24
Current children cumulated vsize (Kb) 182420

[startup+410.031 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42814 0 0 0 40633 177 0 0 25 0 1 0 1854704472 184643584 41141 4294967295 134512640 135167914 3221224448 3221223156 134558102 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45079 41141 162 162 0 44917 0
[pid=6070] vsize: 180316
Current children cumulated CPU time (s) 408.23
Current children cumulated vsize (Kb) 182444

[startup+420.031 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42825 0 0 0 41633 177 0 0 25 0 1 0 1854704472 184688640 41152 4294967295 134512640 135167914 3221224448 3221223156 134558164 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45090 41152 162 162 0 44928 0
[pid=6070] vsize: 180360
Current children cumulated CPU time (s) 418.23
Current children cumulated vsize (Kb) 182488

[startup+430.031 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42838 0 0 0 42633 177 0 0 25 0 1 0 1854704472 184770560 41165 4294967295 134512640 135167914 3221224448 3221223156 134558102 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45110 41165 162 162 0 44948 0
[pid=6070] vsize: 180440
Current children cumulated CPU time (s) 428.23
Current children cumulated vsize (Kb) 182568

[startup+440.033 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42855 0 0 0 43633 177 0 0 25 0 1 0 1854704472 184836096 41182 4294967295 134512640 135167914 3221224448 3221223108 134567702 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45126 41182 162 162 0 44964 0
[pid=6070] vsize: 180504
Current children cumulated CPU time (s) 438.23
Current children cumulated vsize (Kb) 182632

[startup+450.033 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42862 0 0 0 44633 177 0 0 25 0 1 0 1854704472 184864768 41189 4294967295 134512640 135167914 3221224448 3221223156 134558102 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45133 41189 162 162 0 44971 0
[pid=6070] vsize: 180532
Current children cumulated CPU time (s) 448.23
Current children cumulated vsize (Kb) 182660

[startup+460.034 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42900 0 0 0 45633 178 0 0 25 0 1 0 1854704472 184946688 41227 4294967295 134512640 135167914 3221224448 3221223184 134559402 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45153 41227 162 162 0 44991 0
[pid=6070] vsize: 180612
Current children cumulated CPU time (s) 458.24
Current children cumulated vsize (Kb) 182740

[startup+470.034 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42917 0 0 0 46633 178 0 0 25 0 1 0 1854704472 185012224 41244 4294967295 134512640 135167914 3221224448 3221223152 134562533 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45169 41244 162 162 0 45007 0
[pid=6070] vsize: 180676
Current children cumulated CPU time (s) 468.24
Current children cumulated vsize (Kb) 182804

[startup+480.034 s]
Raw data (loadavg): 0.99 0.97 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42940 0 0 0 47633 178 0 0 25 0 1 0 1854704472 185073664 41267 4294967295 134512640 135167914 3221224448 3221223156 134558171 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45184 41267 162 162 0 45022 0
[pid=6070] vsize: 180736
Current children cumulated CPU time (s) 478.24
Current children cumulated vsize (Kb) 182864

[startup+490.035 s]
Raw data (loadavg): 1.07 0.99 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42951 0 0 0 48633 178 0 0 25 0 1 0 1854704472 185118720 41278 4294967295 134512640 135167914 3221224448 3221223156 134558102 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45195 41278 162 162 0 45033 0
[pid=6070] vsize: 180780
Current children cumulated CPU time (s) 488.24
Current children cumulated vsize (Kb) 182908

[startup+500.035 s]
Raw data (loadavg): 1.06 0.99 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42968 0 0 0 49633 178 0 0 25 0 1 0 1854704472 185184256 41295 4294967295 134512640 135167914 3221224448 3221223156 134558192 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45211 41295 162 162 0 45049 0
[pid=6070] vsize: 180844
Current children cumulated CPU time (s) 498.24
Current children cumulated vsize (Kb) 182972

[startup+510.037 s]
Raw data (loadavg): 1.05 0.99 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42980 0 0 0 50632 178 0 0 25 0 1 0 1854704472 185229312 41307 4294967295 134512640 135167914 3221224448 3221223184 134559395 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45222 41307 162 162 0 45060 0
[pid=6070] vsize: 180888
Current children cumulated CPU time (s) 508.23
Current children cumulated vsize (Kb) 183016

[startup+520.037 s]
Raw data (loadavg): 1.04 0.99 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 42998 0 0 0 51632 178 0 0 25 0 1 0 1854704472 185298944 41325 4294967295 134512640 135167914 3221224448 3221223156 134558102 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45239 41325 162 162 0 45077 0
[pid=6070] vsize: 180956
Current children cumulated CPU time (s) 518.23
Current children cumulated vsize (Kb) 183084

[startup+530.038 s]
Raw data (loadavg): 1.04 0.99 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43014 0 0 0 52632 178 0 0 25 0 1 0 1854704472 185364480 41341 4294967295 134512640 135167914 3221224448 3221223108 134567705 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45255 41341 162 162 0 45093 0
[pid=6070] vsize: 181020
Current children cumulated CPU time (s) 528.23
Current children cumulated vsize (Kb) 183148

[startup+540.039 s]
Raw data (loadavg): 1.03 0.99 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43032 0 0 0 53632 178 0 0 25 0 1 0 1854704472 185495552 41359 4294967295 134512640 135167914 3221224448 3221223156 134558138 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45287 41359 162 162 0 45125 0
[pid=6070] vsize: 181148
Current children cumulated CPU time (s) 538.23
Current children cumulated vsize (Kb) 183276

[startup+550.039 s]
Raw data (loadavg): 1.03 0.99 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43036 0 0 0 54633 178 0 0 25 0 1 0 1854704472 185507840 41363 4294967295 134512640 135167914 3221224448 3221223156 134558102 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45290 41363 162 162 0 45128 0
[pid=6070] vsize: 181160
Current children cumulated CPU time (s) 548.24
Current children cumulated vsize (Kb) 183288

[startup+560.04 s]
Raw data (loadavg): 1.02 0.99 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43051 0 0 0 55633 178 0 0 25 0 1 0 1854704472 185565184 41378 4294967295 134512640 135167914 3221224448 3221223108 134567777 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45304 41378 162 162 0 45142 0
[pid=6070] vsize: 181216
Current children cumulated CPU time (s) 558.24
Current children cumulated vsize (Kb) 183344

[startup+570.04 s]
Raw data (loadavg): 1.02 0.99 0.95 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43059 0 0 0 56633 179 0 0 25 0 1 0 1854704472 185597952 41386 4294967295 134512640 135167914 3221224448 3221223152 134562533 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45312 41386 162 162 0 45150 0
[pid=6070] vsize: 181248
Current children cumulated CPU time (s) 568.25
Current children cumulated vsize (Kb) 183376

[startup+580.041 s]
Raw data (loadavg): 1.09 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43070 0 0 0 57633 179 0 0 25 0 1 0 1854704472 185638912 41397 4294967295 134512640 135167914 3221224448 3221223188 134563640 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45322 41397 162 162 0 45160 0
[pid=6070] vsize: 181288
Current children cumulated CPU time (s) 578.25
Current children cumulated vsize (Kb) 183416

[startup+590.042 s]
Raw data (loadavg): 1.08 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43078 0 0 0 58633 179 0 0 25 0 1 0 1854704472 185667584 41405 4294967295 134512640 135167914 3221224448 3221223156 134558102 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45329 41405 162 162 0 45167 0
[pid=6070] vsize: 181316
Current children cumulated CPU time (s) 588.25
Current children cumulated vsize (Kb) 183444

[startup+600.042 s]
Raw data (loadavg): 1.07 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43092 0 0 0 59633 179 0 0 25 0 1 0 1854704472 185724928 41419 4294967295 134512640 135167914 3221224448 3221223176 134558089 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45343 41419 162 162 0 45181 0
[pid=6070] vsize: 181372
Current children cumulated CPU time (s) 598.25
Current children cumulated vsize (Kb) 183500

[startup+610.044 s]
Raw data (loadavg): 1.06 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43103 0 0 0 60633 179 0 0 25 0 1 0 1854704472 185765888 41430 4294967295 134512640 135167914 3221224448 3221223200 134559209 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45353 41430 162 162 0 45191 0
[pid=6070] vsize: 181412
Current children cumulated CPU time (s) 608.25
Current children cumulated vsize (Kb) 183540

[startup+620.044 s]
Raw data (loadavg): 1.05 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43111 0 0 0 61633 179 0 0 25 0 1 0 1854704472 185794560 41438 4294967295 134512640 135167914 3221224448 3221223156 134558102 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45360 41438 162 162 0 45198 0
[pid=6070] vsize: 181440
Current children cumulated CPU time (s) 618.25
Current children cumulated vsize (Kb) 183568

[startup+630.044 s]
Raw data (loadavg): 1.04 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43117 0 0 0 62633 179 0 0 25 0 1 0 1854704472 185819136 41444 4294967295 134512640 135167914 3221224448 3221223200 134563624 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45366 41444 162 162 0 45204 0
[pid=6070] vsize: 181464
Current children cumulated CPU time (s) 628.25
Current children cumulated vsize (Kb) 183592

[startup+640.045 s]
Raw data (loadavg): 1.03 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43121 0 0 0 63633 179 0 0 25 0 1 0 1854704472 185835520 41448 4294967295 134512640 135167914 3221224448 3221223156 134558192 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45370 41448 162 162 0 45208 0
[pid=6070] vsize: 181480
Current children cumulated CPU time (s) 638.25
Current children cumulated vsize (Kb) 183608

[startup+650.045 s]
Raw data (loadavg): 1.03 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43132 0 0 0 64633 180 0 0 25 0 1 0 1854704472 185876480 41459 4294967295 134512640 135167914 3221224448 3221223152 134562533 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45380 41459 162 162 0 45218 0
[pid=6070] vsize: 181520
Current children cumulated CPU time (s) 648.26
Current children cumulated vsize (Kb) 183648

[startup+660.046 s]
Raw data (loadavg): 1.02 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43147 0 0 0 65633 180 0 0 25 0 1 0 1854704472 185933824 41474 4294967295 134512640 135167914 3221224448 3221223108 134567705 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45394 41474 162 162 0 45232 0
[pid=6070] vsize: 181576
Current children cumulated CPU time (s) 658.26
Current children cumulated vsize (Kb) 183704

[startup+670.047 s]
Raw data (loadavg): 1.02 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43163 0 0 0 66632 180 0 0 25 0 1 0 1854704472 185995264 41490 4294967295 134512640 135167914 3221224448 3221223108 134567739 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45409 41490 162 162 0 45247 0
[pid=6070] vsize: 181636
Current children cumulated CPU time (s) 668.25
Current children cumulated vsize (Kb) 183764

[startup+680.047 s]
Raw data (loadavg): 1.02 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43173 0 0 0 67633 180 0 0 25 0 1 0 1854704472 186032128 41500 4294967295 134512640 135167914 3221224448 3221223152 134562493 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45418 41500 162 162 0 45256 0
[pid=6070] vsize: 181672
Current children cumulated CPU time (s) 678.26
Current children cumulated vsize (Kb) 183800

[startup+690.048 s]
Raw data (loadavg): 1.01 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43194 0 0 0 68633 180 0 0 25 0 1 0 1854704472 186114048 41521 4294967295 134512640 135167914 3221224448 3221223156 134558155 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45438 41521 162 162 0 45276 0
[pid=6070] vsize: 181752
Current children cumulated CPU time (s) 688.26
Current children cumulated vsize (Kb) 183880

[startup+700.048 s]
Raw data (loadavg): 1.01 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43204 0 0 0 69633 180 0 0 25 0 1 0 1854704472 186150912 41531 4294967295 134512640 135167914 3221224448 3221223184 134563643 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45447 41531 162 162 0 45285 0
[pid=6070] vsize: 181788
Current children cumulated CPU time (s) 698.26
Current children cumulated vsize (Kb) 183916

[startup+710.049 s]
Raw data (loadavg): 1.01 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43222 0 0 0 70633 180 0 0 25 0 1 0 1854704472 186220544 41549 4294967295 134512640 135167914 3221224448 3221223120 134562230 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45464 41549 162 162 0 45302 0
[pid=6070] vsize: 181856
Current children cumulated CPU time (s) 708.26
Current children cumulated vsize (Kb) 183984

[startup+720.049 s]
Raw data (loadavg): 1.01 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43264 0 0 0 71632 180 0 0 25 0 1 0 1854704472 186257408 41591 4294967295 134512640 135167914 3221224448 3221223156 134558136 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45473 41591 162 162 0 45311 0
[pid=6070] vsize: 181892
Current children cumulated CPU time (s) 718.25
Current children cumulated vsize (Kb) 184020

[startup+730.049 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43271 0 0 0 72632 181 0 0 25 0 1 0 1854704472 186286080 41598 4294967295 134512640 135167914 3221224448 3221223152 134562533 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45480 41598 162 162 0 45318 0
[pid=6070] vsize: 181920
Current children cumulated CPU time (s) 728.26
Current children cumulated vsize (Kb) 184048

[startup+740.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43281 0 0 0 73632 181 0 0 25 0 1 0 1854704472 186327040 41608 4294967295 134512640 135167914 3221224448 3221223152 134562493 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45490 41608 162 162 0 45328 0
[pid=6070] vsize: 181960
Current children cumulated CPU time (s) 738.26
Current children cumulated vsize (Kb) 184088

[startup+750.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43286 0 0 0 74632 181 0 0 25 0 1 0 1854704472 186347520 41613 4294967295 134512640 135167914 3221224448 3221223200 134563666 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45495 41613 162 162 0 45333 0
[pid=6070] vsize: 181980
Current children cumulated CPU time (s) 748.26
Current children cumulated vsize (Kb) 184108

[startup+760.051 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43320 0 0 0 75632 181 0 0 25 0 1 0 1854704472 186613760 41647 4294967295 134512640 135167914 3221224448 3221223120 134562309 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45560 41647 162 162 0 45398 0
[pid=6070] vsize: 182240
Current children cumulated CPU time (s) 758.26
Current children cumulated vsize (Kb) 184368

[startup+770.052 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43321 0 0 0 76632 181 0 0 25 0 1 0 1854704472 186613760 41648 4294967295 134512640 135167914 3221224448 3221223108 134567702 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45560 41648 162 162 0 45398 0
[pid=6070] vsize: 182240
Current children cumulated CPU time (s) 768.26
Current children cumulated vsize (Kb) 184368

[startup+780.051 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43321 0 0 0 77633 181 0 0 25 0 1 0 1854704472 186613760 41648 4294967295 134512640 135167914 3221224448 3221223148 134562911 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45560 41648 162 162 0 45398 0
[pid=6070] vsize: 182240
Current children cumulated CPU time (s) 778.27
Current children cumulated vsize (Kb) 184368

[startup+790.052 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43322 0 0 0 78633 181 0 0 25 0 1 0 1854704472 186613760 41649 4294967295 134512640 135167914 3221224448 3221223156 134558102 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45560 41649 162 162 0 45398 0
[pid=6070] vsize: 182240
Current children cumulated CPU time (s) 788.27
Current children cumulated vsize (Kb) 184368

[startup+800.052 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43331 0 0 0 79632 181 0 0 25 0 1 0 1854704472 186646528 41658 4294967295 134512640 135167914 3221224448 3221223120 134562292 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45568 41658 162 162 0 45406 0
[pid=6070] vsize: 182272
Current children cumulated CPU time (s) 798.26
Current children cumulated vsize (Kb) 184400

[startup+810.053 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43342 0 0 0 80632 182 0 0 25 0 1 0 1854704472 186691584 41669 4294967295 134512640 135167914 3221224448 3221223156 134558192 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45579 41669 162 162 0 45417 0
[pid=6070] vsize: 182316
Current children cumulated CPU time (s) 808.27
Current children cumulated vsize (Kb) 184444

[startup+820.054 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43353 0 0 0 81632 182 0 0 25 0 1 0 1854704472 186732544 41680 4294967295 134512640 135167914 3221224448 3221223168 134735707 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45589 41680 162 162 0 45427 0
[pid=6070] vsize: 182356
Current children cumulated CPU time (s) 818.27
Current children cumulated vsize (Kb) 184484

[startup+830.054 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43361 0 0 0 82632 182 0 0 25 0 1 0 1854704472 186761216 41688 4294967295 134512640 135167914 3221224448 3221223120 134562252 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45596 41688 162 162 0 45434 0
[pid=6070] vsize: 182384
Current children cumulated CPU time (s) 828.27
Current children cumulated vsize (Kb) 184512

[startup+840.055 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43368 0 0 0 83632 182 0 0 25 0 1 0 1854704472 186789888 41695 4294967295 134512640 135167914 3221224448 3221223136 134566795 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45603 41695 162 162 0 45441 0
[pid=6070] vsize: 182412
Current children cumulated CPU time (s) 838.27
Current children cumulated vsize (Kb) 184540

[startup+850.055 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43376 0 0 0 84632 182 0 0 25 0 1 0 1854704472 186818560 41703 4294967295 134512640 135167914 3221224448 3221223136 134562925 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45610 41703 162 162 0 45448 0
[pid=6070] vsize: 182440
Current children cumulated CPU time (s) 848.27
Current children cumulated vsize (Kb) 184568

[startup+860.056 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43388 0 0 0 85632 182 0 0 25 0 1 0 1854704472 186867712 41715 4294967295 134512640 135167914 3221224448 3221223152 134566390 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45622 41715 162 162 0 45460 0
[pid=6070] vsize: 182488
Current children cumulated CPU time (s) 858.27
Current children cumulated vsize (Kb) 184616

[startup+870.057 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43405 0 0 0 86632 182 0 0 25 0 1 0 1854704472 186900480 41732 4294967295 134512640 135167914 3221224448 3221223156 134558102 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45630 41732 162 162 0 45468 0
[pid=6070] vsize: 182520
Current children cumulated CPU time (s) 868.27
Current children cumulated vsize (Kb) 184648

[startup+880.057 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43415 0 0 0 87632 182 0 0 25 0 1 0 1854704472 186937344 41742 4294967295 134512640 135167914 3221224448 3221223152 134562493 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45639 41742 162 162 0 45477 0
[pid=6070] vsize: 182556
Current children cumulated CPU time (s) 878.27
Current children cumulated vsize (Kb) 184684

[startup+890.059 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43423 0 0 0 88632 182 0 0 25 0 1 0 1854704472 186970112 41750 4294967295 134512640 135167914 3221224448 3221223152 134562493 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45647 41750 162 162 0 45485 0
[pid=6070] vsize: 182588
Current children cumulated CPU time (s) 888.27
Current children cumulated vsize (Kb) 184716

[startup+900.059 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43433 0 0 0 89632 182 0 0 25 0 1 0 1854704472 187006976 41760 4294967295 134512640 135167914 3221224448 3221223156 134558102 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45656 41760 162 162 0 45494 0
[pid=6070] vsize: 182624
Current children cumulated CPU time (s) 898.27
Current children cumulated vsize (Kb) 184752

[startup+910.059 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43481 0 0 0 90632 182 0 0 25 0 1 0 1854704472 187064320 41808 4294967295 134512640 135167914 3221224448 3221223184 134559416 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45670 41808 162 162 0 45508 0
[pid=6070] vsize: 182680
Current children cumulated CPU time (s) 908.27
Current children cumulated vsize (Kb) 184808

[startup+920.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43489 0 0 0 91632 182 0 0 25 0 1 0 1854704472 187097088 41816 4294967295 134512640 135167914 3221224448 3221223152 134562533 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45678 41816 162 162 0 45516 0
[pid=6070] vsize: 182712
Current children cumulated CPU time (s) 918.27
Current children cumulated vsize (Kb) 184840

[startup+930.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43496 0 0 0 92632 183 0 0 25 0 1 0 1854704472 187121664 41823 4294967295 134512640 135167914 3221224448 3221223156 134558143 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45684 41823 162 162 0 45522 0
[pid=6070] vsize: 182736
Current children cumulated CPU time (s) 928.28
Current children cumulated vsize (Kb) 184864

[startup+940.061 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43501 0 0 0 93632 183 0 0 25 0 1 0 1854704472 187142144 41828 4294967295 134512640 135167914 3221224448 3221223156 134558138 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45689 41828 162 162 0 45527 0
[pid=6070] vsize: 182756
Current children cumulated CPU time (s) 938.28
Current children cumulated vsize (Kb) 184884

[startup+950.061 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43507 0 0 0 94632 183 0 0 25 0 1 0 1854704472 187162624 41834 4294967295 134512640 135167914 3221224448 3221223156 134558131 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45694 41834 162 162 0 45532 0
[pid=6070] vsize: 182776
Current children cumulated CPU time (s) 948.28
Current children cumulated vsize (Kb) 184904

[startup+960.062 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43515 0 0 0 95632 183 0 0 25 0 1 0 1854704472 187195392 41842 4294967295 134512640 135167914 3221224448 3221223168 134558179 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45702 41842 162 162 0 45540 0
[pid=6070] vsize: 182808
Current children cumulated CPU time (s) 958.28
Current children cumulated vsize (Kb) 184936

[startup+970.063 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43526 0 0 0 96633 183 0 0 25 0 1 0 1854704472 187228160 41853 4294967295 134512640 135167914 3221224448 3221223136 134566795 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45710 41853 162 162 0 45548 0
[pid=6070] vsize: 182840
Current children cumulated CPU time (s) 968.29
Current children cumulated vsize (Kb) 184968

[startup+980.063 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43537 0 0 0 97633 183 0 0 25 0 1 0 1854704472 187269120 41864 4294967295 134512640 135167914 3221224448 3221223156 134558110 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45720 41864 162 162 0 45558 0
[pid=6070] vsize: 182880
Current children cumulated CPU time (s) 978.29
Current children cumulated vsize (Kb) 185008

[startup+990.064 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43544 0 0 0 98633 183 0 0 25 0 1 0 1854704472 187297792 41871 4294967295 134512640 135167914 3221224448 3221223188 134563640 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45727 41871 162 162 0 45565 0
[pid=6070] vsize: 182908
Current children cumulated CPU time (s) 988.29
Current children cumulated vsize (Kb) 185036

[startup+1000.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43557 0 0 0 99633 183 0 0 25 0 1 0 1854704472 187346944 41884 4294967295 134512640 135167914 3221224448 3221223156 134558102 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45739 41884 162 162 0 45577 0
[pid=6070] vsize: 182956
Current children cumulated CPU time (s) 998.29
Current children cumulated vsize (Kb) 185084

[startup+1010.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43564 0 0 0 100633 183 0 0 25 0 1 0 1854704472 187371520 41891 4294967295 134512640 135167914 3221224448 3221223156 134558102 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45745 41891 162 162 0 45583 0
[pid=6070] vsize: 182980
Current children cumulated CPU time (s) 1008.29
Current children cumulated vsize (Kb) 185108

[startup+1020.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43572 0 0 0 101633 184 0 0 25 0 1 0 1854704472 187404288 41899 4294967295 134512640 135167914 3221224448 3221223156 134558138 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45753 41899 162 162 0 45591 0
[pid=6070] vsize: 183012
Current children cumulated CPU time (s) 1018.3
Current children cumulated vsize (Kb) 185140

[startup+1030.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43578 0 0 0 102633 184 0 0 25 0 1 0 1854704472 187424768 41905 4294967295 134512640 135167914 3221224448 3221223156 134558192 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45758 41905 162 162 0 45596 0
[pid=6070] vsize: 183032
Current children cumulated CPU time (s) 1028.3
Current children cumulated vsize (Kb) 185160

[startup+1040.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43582 0 0 0 103633 184 0 0 25 0 1 0 1854704472 187441152 41909 4294967295 134512640 135167914 3221224448 3221223152 134563051 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45762 41909 162 162 0 45600 0
[pid=6070] vsize: 183048
Current children cumulated CPU time (s) 1038.3
Current children cumulated vsize (Kb) 185176

[startup+1050.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43587 0 0 0 104633 184 0 0 25 0 1 0 1854704472 187461632 41914 4294967295 134512640 135167914 3221224448 3221223184 134559402 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45767 41914 162 162 0 45605 0
[pid=6070] vsize: 183068
Current children cumulated CPU time (s) 1048.3
Current children cumulated vsize (Kb) 185196

[startup+1060.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43593 0 0 0 105634 184 0 0 25 0 1 0 1854704472 187482112 41920 4294967295 134512640 135167914 3221224448 3221223120 134562252 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45772 41920 162 162 0 45610 0
[pid=6070] vsize: 183088
Current children cumulated CPU time (s) 1058.31
Current children cumulated vsize (Kb) 185216

[startup+1070.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43597 0 0 0 106634 184 0 0 25 0 1 0 1854704472 187498496 41924 4294967295 134512640 135167914 3221224448 3221223152 134562891 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45776 41924 162 162 0 45614 0
[pid=6070] vsize: 183104
Current children cumulated CPU time (s) 1068.31
Current children cumulated vsize (Kb) 185232

[startup+1080.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43604 0 0 0 107634 184 0 0 25 0 1 0 1854704472 187523072 41931 4294967295 134512640 135167914 3221224448 3221223120 134562358 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45782 41931 162 162 0 45620 0
[pid=6070] vsize: 183128
Current children cumulated CPU time (s) 1078.31
Current children cumulated vsize (Kb) 185256

[startup+1090.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43608 0 0 0 108634 184 0 0 25 0 1 0 1854704472 187539456 41935 4294967295 134512640 135167914 3221224448 3221223156 134558153 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45786 41935 162 162 0 45624 0
[pid=6070] vsize: 183144
Current children cumulated CPU time (s) 1088.31
Current children cumulated vsize (Kb) 185272

[startup+1100.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43617 0 0 0 109634 184 0 0 25 0 1 0 1854704472 187576320 41944 4294967295 134512640 135167914 3221224448 3221223152 134563051 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45795 41944 162 162 0 45633 0
[pid=6070] vsize: 183180
Current children cumulated CPU time (s) 1098.31
Current children cumulated vsize (Kb) 185308

[startup+1110.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43631 0 0 0 110634 185 0 0 25 0 1 0 1854704472 187629568 41958 4294967295 134512640 135167914 3221224448 3221223152 134562508 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45808 41958 162 162 0 45646 0
[pid=6070] vsize: 183232
Current children cumulated CPU time (s) 1108.32
Current children cumulated vsize (Kb) 185360

[startup+1120.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43641 0 0 0 111634 185 0 0 25 0 1 0 1854704472 187666432 41968 4294967295 134512640 135167914 3221224448 3221223184 134559449 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45817 41968 162 162 0 45655 0
[pid=6070] vsize: 183268
Current children cumulated CPU time (s) 1118.32
Current children cumulated vsize (Kb) 185396

[startup+1130.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43651 0 0 0 112634 185 0 0 25 0 1 0 1854704472 187703296 41978 4294967295 134512640 135167914 3221224448 3221223156 134558102 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45826 41978 162 162 0 45664 0
[pid=6070] vsize: 183304
Current children cumulated CPU time (s) 1128.32
Current children cumulated vsize (Kb) 185432

[startup+1140.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43655 0 0 0 113634 185 0 0 25 0 1 0 1854704472 187719680 41982 4294967295 134512640 135167914 3221224448 3221223156 134558102 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/6070/statm): 45830 41982 162 162 0 45668 0
[pid=6070] vsize: 183320
Current children cumulated CPU time (s) 1138.32
Current children cumulated vsize (Kb) 185448

[startup+1150.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43662 0 0 0 114633 186 0 0 25 0 1 0 1854704472 187744256 41989 4294967295 134512640 135167914 3221224448 3221223152 134562493 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45836 41989 162 162 0 45674 0
[pid=6070] vsize: 183344
Current children cumulated CPU time (s) 1148.32
Current children cumulated vsize (Kb) 185472

[startup+1160.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43670 0 0 0 115633 186 0 0 25 0 1 0 1854704472 187777024 41997 4294967295 134512640 135167914 3221224448 3221223152 134562493 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45844 41997 162 162 0 45682 0
[pid=6070] vsize: 183376
Current children cumulated CPU time (s) 1158.32
Current children cumulated vsize (Kb) 185504

[startup+1170.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43681 0 0 0 116633 186 0 0 25 0 1 0 1854704472 187817984 42008 4294967295 134512640 135167914 3221224448 3221223172 134558092 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45854 42008 162 162 0 45692 0
[pid=6070] vsize: 183416
Current children cumulated CPU time (s) 1168.32
Current children cumulated vsize (Kb) 185544

[startup+1180.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43691 0 0 0 117633 186 0 0 25 0 1 0 1854704472 187850752 42018 4294967295 134512640 135167914 3221224448 3221223156 134558102 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45862 42018 162 162 0 45700 0
[pid=6070] vsize: 183448
Current children cumulated CPU time (s) 1178.32
Current children cumulated vsize (Kb) 185576

[startup+1190.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43698 0 0 0 118633 186 0 0 25 0 1 0 1854704472 187879424 42025 4294967295 134512640 135167914 3221224448 3221223148 134562911 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45869 42025 162 162 0 45707 0
[pid=6070] vsize: 183476
Current children cumulated CPU time (s) 1188.32
Current children cumulated vsize (Kb) 185604

[startup+1200.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43710 0 0 0 119634 186 0 0 25 0 1 0 1854704472 187924480 42037 4294967295 134512640 135167914 3221224448 3221223108 134567722 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45880 42037 162 162 0 45718 0
[pid=6070] vsize: 183520
Current children cumulated CPU time (s) 1198.33
Current children cumulated vsize (Kb) 185648

[startup+1210.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43717 0 0 0 120634 186 0 0 25 0 1 0 1854704472 187949056 42044 4294967295 134512640 135167914 3221224448 3221223156 134558102 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45886 42044 162 162 0 45724 0
[pid=6070] vsize: 183544
Current children cumulated CPU time (s) 1208.33
Current children cumulated vsize (Kb) 185672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1210.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 6070
Raw data (/proc/6065/stat): 6065 (minisat+_script) S 6064 6065 19316 0 -1 0 314 717 0 0 0 0 10 3 17 0 1 0 1854704452 2179072 234 4294967295 134512640 135087896 3221224496 3221223384 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/6065/statm): 532 234 485 147 0 385 0
[pid=6065] vsize: 2128
Raw data (/proc/6070/stat): 6070 (minisat+_bignum) R 6065 6065 19316 0 -1 0 43717 0 0 0 120634 186 0 0 25 0 1 0 1854704472 187949056 42044 4294967295 134512640 135167914 3221224448 3221223200 134563675 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/6070/statm): 45886 42044 162 162 0 45724 0
[pid=6070] vsize: 183544
Current children cumulated CPU time (s) 1208.33
Current children cumulated vsize (Kb) 185672

Sending SIGTERM to -6065
Sleeping 2 seconds
One traced child (pid=6065) ended because it received signal 15 (SIGTERM)
One traced child (pid=6070) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1210.16
CPU time (s): 1208.29
CPU user time (s): 1206.34
CPU system time (s): 1.9467
CPU usage (%): 99.8452
Max. virtual memory (cumulated for all children) (Kb): 185672

Verifier Data

ERROR: no interpretation found !