Trace number 3258899

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 into four (or five) parts:
  1. 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 ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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 X seconds (see the parameters in the trace). 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 X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    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.
  5. 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 provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.4 1201.65

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1820c171155g5.cnf
MD5SUM70a781814cd432fb0f934a7edd92ccff
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3258899-1304028877.cnf'
0.00/0.00	c -- header says num vars:           1820
0.00/0.00	c -- header says num clauses:      171155
0.12/0.04	c -- clauses added:            0 learnts,       171155 normals,            0 xors
0.12/0.04	c -- vars added       1820
0.12/0.04	c Parsing time:  0.03 s
0.12/0.04	c  N st     0         0      1820        65    171090         0    344000         0   no data   no data
0.12/0.04	c asymm  cl-useful: 0/65/65 lits-rem:0 time: 0.00
0.12/0.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
0.12/0.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.12/0.13	c bin-w-bin subsume rem            0 bins  time:  0.02 s
0.12/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
0.48/0.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1820 time:  0.02 s
0.48/0.16	c Removed useless bin:       0  fixed:     0  props:   0.86M  time:  0.02 s
0.48/0.22	c lits-rem:       393  cl-subs:        0  v-elim:     65  v-fix:    0  time:  0.05 s
0.48/0.22	c Finding binary XORs  T:     0.00 s  found:       0
0.48/0.23	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.48/0.23	c calculated reachability. Time: 0.00
0.48/0.23	c Calc default polars -  time:   0.00 s pos:       0 undec:      65 neg:    1755
0.48/0.23	c =========================================================================================
0.48/0.23	c types(t): F = full restart, N = normal restart
0.48/0.23	c types(t): S = simplification begin/end, E = solution found
0.48/0.23	c restart types(rt): st = static, dy = dynamic
0.48/0.23	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.48/0.23	c  B st     0         0      1755      8904    160431         0    573213         0   no data   no data
0.48/1.04	c  N dy    19      4273      1755      8904    160431      4234    573212    232394     14.45     15.55
0.48/1.04	c  N dy    27      8836      1755      8904    160431      6262    573211    276647     13.61     14.36
4.61/1.20	c  N dy    44     13218      1755      8904    160431      6408    573211    246837     13.68     14.48
6.34/1.62	c  N dy    66     18732      1755      8904    160431      6303    573211    185090     13.69     14.51
7.55/1.98	c  N dy    88     23421      1755      8904    160431     10952    573210    440422     13.70     14.43
8.33/2.11	c  F st    95     25001      1755      8904    160431     12520    573210    519227     13.71   no data
9.53/2.40	c  N st   100     28301      1755      8904    160431      9040    573210    271162     13.71   no data
9.93/2.53	c  S st   101     30001      1755      8904    160431     10716    573210    366930     13.71   no data
9.93/2.57	c  S st   101     30502      1755      8904    160431     11216    573210    396210     13.71   no data
9.93/2.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.13/2.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.2M T:  0.24
11.13/2.82	c blocked clauses removed:        0 vars:      0 tried:        1755 T: 0.00 s
11.13/2.85	c bin-w-bin subsume rem            0 bins  time:  0.02 s
17.12/4.31	c subs with bin:        0  lits-rem:     54610  v-fix:    0  time:  1.47 s
17.12/4.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
17.12/4.34	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
17.12/4.36	c lits-rem:       320  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
22.71/5.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.35 s
23.11/5.88	c lits-rem:       181  cl-subs:     1489  v-elim:      0  v-fix:    0  time:  0.14 s
23.91/6.07	c asymm  cl-useful: 0/2142/8904 lits-rem:0 time: 0.19
23.91/6.08	c calculated reachability. Time: 0.00
23.91/6.08	c  N dy   101     30502      1755      8904    160431      9727    518280    363112     13.71   no data
25.50/6.44	c  N dy   129     34870      1755      8904    160431     14049    518280    659329     13.95     14.69
26.71/6.77	c  N dy   142     38942      1755      8904    160431     10265    518280    368147     14.04     14.82
28.31/7.17	c  N dy   158     43493      1755      8904    160431     14772    518280    654805     14.02     14.81
29.12/7.37	c  S st   174     45755      1755      8904    160431     17019    518280    812707     14.10   no data
29.52/7.42	c  S st   174     46258      1755      8904    160431     17522    518280    843715     14.10   no data
29.52/7.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.30/7.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.0M T:  0.24
30.30/7.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.30/7.69	c bin-w-bin subsume rem            0 bins  time:  0.02 s
34.29/8.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.96 s
34.29/8.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
34.29/8.68	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
34.29/8.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
40.29/10.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.42 s
41.88/10.56	c lits-rem:        67  cl-subs:      293  v-elim:      0  v-fix:    0  time:  0.42 s
41.88/10.56	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.01
41.88/10.59	c vivif2 --  cl tried    17229 cl shrink        0 lits rem          0 time: 0.03
42.70/10.78	c asymm  cl-useful: 0/1565/8904 lits-rem:0 time: 0.19
42.70/10.79	c calculated reachability. Time: 0.00
42.70/10.79	c  N dy   174     46258      1755      8904    160431     17229    518280    833274     14.10   no data
44.28/11.15	c  N dy   200     50557      1755      8904    160431     12631    518280    466522     14.28     15.12
45.88/11.52	c  N dy   218     54846      1755      8904    160431     16874    518280    720791     14.30     15.10
47.09/11.89	c  N dy   230     58874      1755      8904    160431     10971    518280    303209     14.27     16.92
48.67/12.25	c  N dy   247     63041      1755      8904    160431     15111    518280    579645     14.28     15.12
50.28/12.60	c  N dy   272     67190      1755      8904    160431     19224    518280    845927     14.36     15.16
50.68/12.80	c  S st   285     69389      1755      8904    160431     21400    518280    979631     14.38     15.33
51.09/12.86	c  S st   285     69889      1755      8904    160431     11010    518280    251806     14.38   no data
51.09/12.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.87/13.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.0M T:  0.22
51.87/13.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
52.27/13.11	c bin-w-bin subsume rem            0 bins  time:  0.02 s
55.89/14.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.96 s
55.89/14.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
56.27/14.11	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
56.27/14.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
61.05/15.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.25 s
61.46/15.40	c lits-rem:        17  cl-subs:       59  v-elim:      0  v-fix:    0  time:  0.02 s
61.46/15.41	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.01
61.46/15.42	c vivif2 --  cl tried    10951 cl shrink        0 lits rem          0 time: 0.01
62.26/15.60	c asymm  cl-useful: 0/2173/8904 lits-rem:0 time: 0.19
62.26/15.61	c calculated reachability. Time: 0.00
62.26/15.61	c  N dy   285     69889      1755      8904    160431     10951    518280    250708     14.38   no data
63.46/15.99	c  N dy   310     74464      1755      8904    160431     15482    518280    542179     14.44     15.23
65.45/16.45	c  N dy   323     79691      1755      8904    160431     20655    518280    901700     14.41     15.18
67.46/16.94	c  N dy   339     84985      1755      8904    160431     14002    518280    381698     14.43     15.19
68.26/17.15	c  F st   351     87501      1755      8904    160431     16489    518280    547757     14.42     13.48
69.45/17.44	c  N st   356     90796      1755      8904    160431     19748    518280    756823     14.42   no data
71.44/17.99	c  N dy   367     96591      1755      8904    160431     25479    518280   1091533     14.40     16.53
73.84/18.57	c  N dy   386    103126      1755      8904    160431     19069    518280    671262     14.38     15.25
74.64/18.71	c  S st   389    104833      1755      8904    160431     20746    518280    771253     14.36     14.44
74.64/18.75	c  S st   389    105336      1755      8904    160431     21246    518280    806674     14.36   no data
74.64/18.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.84/19.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.5M T:  0.25
75.84/19.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.84/19.04	c bin-w-bin subsume rem            0 bins  time:  0.02 s
79.83/20.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.96 s
79.83/20.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
79.83/20.03	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
79.83/20.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
85.43/21.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
87.03/21.83	c lits-rem:        69  cl-subs:      404  v-elim:      0  v-fix:    0  time:  0.33 s
87.03/21.83	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.00
87.03/21.86	c vivif2 --  cl tried    20842 cl shrink        0 lits rem          0 time: 0.03
87.83/22.06	c asymm  cl-useful: 0/1818/8904 lits-rem:0 time: 0.19
87.83/22.06	c calculated reachability. Time: 0.00
87.83/22.06	c  N dy   389    105336      1755      8904    160431     20842    518280    794894     14.36   no data
90.23/22.67	c  N dy   412    112067      1755      8904    160431     27493    518280   1211920     14.37     17.14
93.02/23.33	c  N dy   438    119425      1755      8904    160431     20940    518280    724694     14.36     15.15
95.81/24.03	c  N dy   476    127114      1755      8904    160431     28554    518280   1215344     14.42     15.30
98.61/24.77	c  N dy   519    135387      1755      8904    160431     21918    518280    762066     14.48     15.27
102.20/25.63	c  N dy   551    144489      1755      8904    160431     30923    518280   1334710     14.49     15.25
105.79/26.55	c  N dy   580    154370      1755      8904    160431     24867    518280    856804     14.48     15.50
106.99/26.88	c  S st   603    158007      1755      8904    160431     28482    518280   1113386     14.51   no data
107.40/26.93	c  S st   603    158508      1755      8904    160431     28981    518280   1144498     14.51   no data
107.40/26.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
108.21/27.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.7M T:  0.26
108.62/27.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
108.62/27.22	c bin-w-bin subsume rem            0 bins  time:  0.02 s
112.19/28.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.96 s
112.61/28.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
112.61/28.22	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
112.61/28.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
118.19/29.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
121.79/30.52	c lits-rem:       115  cl-subs:      524  v-elim:      0  v-fix:    0  time:  0.82 s
121.79/30.53	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.01
121.79/30.57	c vivif2 --  cl tried    28457 cl shrink        0 lits rem          0 time: 0.04
122.58/30.72	c asymm  cl-useful: 0/1141/8904 lits-rem:0 time: 0.14
122.58/30.72	c calculated reachability. Time: 0.00
122.58/30.72	c  N dy   603    158508      1755      8904    160431     28457    518280   1126298     14.51   no data
126.20/31.65	c  N dy   638    168630      1755      8904    160431     21665    518280    638395     14.52     17.00
130.18/32.67	c  N dy   681    179411      1755      8904    160431     32305    518280   1252162     14.51     15.32
134.57/33.80	c  N dy   742    191212      1755      8904    160431     26186    518280    856484     14.57     15.37
139.76/35.02	c  N dy   792    203472      1755      8904    160431     19515    518280    406239     14.57     15.38
144.55/36.26	c  N dy   839    216496      1755      8904    160431     32393    518280   1222306     14.59     15.38
149.74/37.59	c  N dy   894    230450      1755      8904    160431     26440    518280    781046     14.61     15.44
152.56/38.28	c  S st   914    237762      1755      8904    160431     33666    518280   1210285     14.59   no data
152.93/38.33	c  S st   914    238267      1755      8904    160431     34170    518280   1243095     14.59   no data
152.93/38.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
154.13/38.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.1M T:  0.27
154.13/38.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
154.13/38.64	c bin-w-bin subsume rem            0 bins  time:  0.02 s
158.14/39.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.96 s
158.14/39.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
158.14/39.63	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
158.14/39.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
164.13/41.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.46 s
167.72/42.03	c lits-rem:       129  cl-subs:      555  v-elim:      0  v-fix:    0  time:  0.88 s
167.72/42.03	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.01
167.72/42.08	c vivif2 --  cl tried    33615 cl shrink        0 lits rem          0 time: 0.05
168.52/42.29	c asymm  cl-useful: 0/1782/8904 lits-rem:0 time: 0.20
168.52/42.29	c calculated reachability. Time: 0.00
168.52/42.29	c  N dy   914    238267      1755      8904    160431     33615    518280   1227127     14.59   no data
174.53/43.76	c  N dy   971    253492      1755      8904    160431     27905    518280    812758     14.62     17.96
180.91/45.37	c  N dy  1015    269755      1755      8904    160431     22217    518280    413668     14.60     16.17
187.31/46.98	c  N dy  1056    287215      1755      8904    160431     39484    518280   1486268     14.57     15.38
194.48/48.77	c  N dy  1132    305665      1755      8904    160431     34994    518280   1167992     14.58     15.39
194.89/48.83	c  F st  1137    306251      1755      8904    160431     35570    518280   1206532     14.59   no data
202.48/50.74	c  N dy  1213    325172      1755      8904    160431     30547    518280    847729     14.61     15.38
210.47/52.78	c  N dy  1285    345843      1755      8904    160431     26252    518280    511027     14.60     15.39
214.87/53.88	c  S st  1315    357401      1755      8904    160431     37694    518280   1186607     14.58   no data
215.27/53.93	c  S st  1315    357905      1755      8904    160431     38198    518280   1222168     14.58   no data
215.27/53.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
216.47/54.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.9M T:  0.28
216.47/54.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
216.47/54.25	c bin-w-bin subsume rem            0 bins  time:  0.02 s
220.45/55.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.96 s
220.45/55.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
220.45/55.24	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.02 s
220.45/55.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
226.05/56.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
229.65/57.51	c lits-rem:       144  cl-subs:      701  v-elim:      0  v-fix:    0  time:  0.82 s
229.65/57.52	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.00
229.65/57.57	c vivif2 --  cl tried    37497 cl shrink        0 lits rem          0 time: 0.05
230.45/57.77	c asymm  cl-useful: 0/1424/8904 lits-rem:0 time: 0.20
230.45/57.78	c calculated reachability. Time: 0.00
230.45/57.78	c  N dy  1315    357905      1755      8904    160431     37497    518280   1202451     14.58   no data
238.83/59.81	c  N dy  1365    378146      1755      8904    160431     31771    518280    829409     14.56     15.34
246.82/61.85	c  N dy  1420    398404      1755      8904    160431     51771    518280   1965129     14.53     15.32
254.82/63.83	c  N dy  1489    418425      1755      8904    160431     44917    518280   1549182     14.53     18.68
262.80/65.87	c  N dy  1567    438456      1755      8904    160431     37027    518280   1014287     14.55     16.89
271.22/67.94	c  N dy  1652    458513      1755      8904    160431     56841    518280   2203533     14.56     17.43
279.18/70.00	c  N dy  1720    479027      1755      8904    160431     48460    518280   1625635     14.56     15.63
287.97/72.12	c  N dy  1776    499970      1755      8904    160431     39499    518280   1098852     14.55     15.32
296.76/74.30	c  N dy  1845    520639      1755      8904    160431     59935    518280   2306966     14.55     15.33
303.16/75.95	c  S st  1888    536859      1755      8904    160431     45304    518280   1369426     14.54   no data
303.56/76.00	c  S st  1888    537363      1755      8904    160431     45807    518280   1403742     14.54   no data
303.56/76.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
304.36/76.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.1M T:  0.28
304.36/76.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
304.75/76.32	c bin-w-bin subsume rem            0 bins  time:  0.02 s
308.35/77.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.96 s
308.35/77.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
308.75/77.31	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
308.75/77.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
314.34/78.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.41 s
318.74/79.83	c lits-rem:       122  cl-subs:      571  v-elim:      0  v-fix:    0  time:  1.04 s
318.74/79.83	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.01
318.74/79.89	c vivif2 --  cl tried    45236 cl shrink        0 lits rem          0 time: 0.06
319.93/80.10	c asymm  cl-useful: 0/1334/8904 lits-rem:0 time: 0.20
319.93/80.10	c calculated reachability. Time: 0.00
319.93/80.10	c  N dy  1888    537363      1755      8904    160431     45236    518280   1387152     14.54   no data
328.35/82.25	c  N dy  1946    557661      1755      8904    160431     33678    518280    659554     14.53     15.31
336.31/84.24	c  N dy  2015    577676      1755      8904    160431     53443    518280   1782120     14.53     15.38
345.11/86.47	c  N dy  2081    598636      1755      8904    160431     41528    518280   1017958     14.53     15.32
353.89/88.61	c  N dy  2151    618719      1755      8904    160431     61321    518280   2108042     14.52     18.02
362.28/90.75	c  N dy  2221    638871      1755      8904    160431     47685    518280   1333094     14.52     15.51
371.07/92.97	c  N dy  2274    658994      1755      8904    160431     67524    518280   2418240     14.51     15.35
379.86/95.16	c  N dy  2351    679911      1755      8904    160431     53668    518280   1600972     14.51     15.33
388.65/97.36	c  N dy  2422    700435      1755      8904    160431     38385    518280    729001     14.51     15.47
397.44/99.50	c  N dy  2495    722000      1755      8904    160431     59693    518280   1949814     14.51     15.32
406.22/101.70	c  N dy  2570    742045      1755      8904    160431     42975    518280    980898     14.51     15.34
414.62/103.88	c  N dy  2636    763193      1755      8904    160431     63882    518280   2203957     14.51     15.38
423.40/106.09	c  N dy  2711    783311      1755      8904    160431     46212    518280   1093451     14.50     15.35
432.19/108.23	c  N dy  2768    803826      1755      8904    160431     66457    518280   2229842     14.49     15.50
432.99/108.49	c  S st  2783    806045      1755      8904    160431     68658    518280   2362247     14.50     14.42
433.41/108.54	c  S st  2783    806546      1755      8904    160431     69158    518280   2395973     14.50   no data
433.41/108.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
434.59/108.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.2M T:  0.32
434.59/108.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
434.98/108.90	c bin-w-bin subsume rem            0 bins  time:  0.02 s
438.59/109.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.96 s
438.59/109.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
438.99/109.90	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
438.99/109.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
444.97/111.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.47 s
458.96/114.95	c lits-rem:       314  cl-subs:     2116  v-elim:      0  v-fix:    0  time:  3.48 s
458.96/114.96	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.00
459.36/115.06	c vivif2 --  cl tried    67042 cl shrink        0 lits rem          0 time: 0.10
460.18/115.28	c asymm  cl-useful: 0/1175/8904 lits-rem:0 time: 0.22
460.18/115.29	c calculated reachability. Time: 0.00
460.18/115.29	c  N dy  2783    806546      1755      8904    160431     67042    518280   2341778     14.50   no data
469.35/117.51	c  N dy  2871    826894      1755      8904    160431     48615    518280   1174749     14.51     15.31
477.75/119.66	c  N dy  2959    846960      1755      8904    160431     68449    518280   2303736     14.52     15.32
486.54/121.88	c  N dy  3034    867145      1755      8904    160431     48882    518280   1136466     14.52     15.29
495.34/124.02	c  N dy  3131    887247      1755      8904    160431     68799    518280   2272754     14.53     15.37
504.50/126.34	c  N dy  3202    907759      1755      8904    160431     48499    518280   1044481     14.52     15.29
513.29/128.51	c  N dy  3280    927862      1755      8904    160431     68403    518280   2131527     14.53     15.35
522.88/130.91	c  N dy  3341    949059      1755      8904    160431     47821    518280    974633     14.52     15.29
531.27/133.00	c  N dy  3406    969086      1755      8904    160431     67599    518280   2050950     14.52     17.47
540.86/135.42	c  N dy  3473    989867      1755      8904    160431     45635    518280    853978     14.51     15.49
549.25/137.55	c  N dy  3538   1010170      1755      8904    160431     65692    518280   1982258     14.51     15.32
558.84/139.94	c  N dy  3611   1030751      1755      8904    160431     85986    518280   3105732     14.51     15.29
567.23/142.05	c  N dy  3681   1050776      1755      8904    160431     62350    518280   1754769     14.51     15.50
576.81/144.43	c  N dy  3767   1070965      1755      8904    160431     82347    518280   2884780     14.52     15.48
577.22/144.55	c  F st  3774   1071875      1755      8904    160431     83254    518280   2939570     14.52     13.86
586.40/146.80	c  N dy  3819   1091225      1755      8904    160431     57849    518280   1444830     14.51     15.59
595.19/149.07	c  N dy  3906   1111333      1755      8904    160431     77742    518280   2583414     14.52     15.29
604.80/151.47	c  N dy  3955   1132201      1755      8904    160431     52861    518280   1118463     14.51     15.51
613.17/153.58	c  N dy  4036   1152258      1755      8904    160431     72708    518280   2248392     14.52     15.45
623.15/156.01	c  N dy  4101   1172577      1755      8904    160431     92778    518280   3351281     14.51     15.33
631.57/158.17	c  N dy  4189   1192628      1755      8904    160431     66175    518280   1842009     14.52     15.80
639.54/160.12	c  S st  4237   1209820      1755      8904    160431     83168    518280   2764410     14.51     11.64
639.54/160.18	c  S st  4237   1210321      1755      8904    160431     83669    518280   2798526     14.51   no data
639.54/160.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
641.14/160.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.8M T:  0.34
641.14/160.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
641.14/160.57	c bin-w-bin subsume rem            0 bins  time:  0.02 s
645.13/161.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.96 s
645.13/161.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
645.13/161.56	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
645.13/161.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
651.53/163.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.48 s
669.90/167.79	c lits-rem:       366  cl-subs:     1411  v-elim:      0  v-fix:    0  time:  4.63 s
669.90/167.79	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.01
670.72/167.92	c vivif2 --  cl tried    82258 cl shrink        0 lits rem          0 time: 0.13
671.50/168.14	c asymm  cl-useful: 0/1128/8904 lits-rem:0 time: 0.22
671.50/168.15	c calculated reachability. Time: 0.00
671.50/168.15	c  N dy  4237   1210321      1755      8904    160431     82258    518280   2756662     14.51   no data
681.09/170.50	c  N dy  4306   1230435      1755      8904    160431     54690    518280   1164847     14.51     15.32
689.87/172.77	c  N dy  4376   1250931      1755      8904    160431     74945    518280   2292567     14.51     15.30
699.87/175.23	c  N dy  4465   1271440      1755      8904    160431     95235    518280   3416371     14.51     15.37
708.66/177.44	c  N dy  4527   1291493      1755      8904    160431     66585    518280   1757734     14.51     15.40
718.24/179.82	c  N dy  4602   1311803      1755      8904    160431     86644    518280   2872172     14.51     15.36
727.85/182.27	c  N dy  4676   1332523      1755      8904    160431     57696    518280   1220223     14.50     15.52
737.05/184.55	c  N dy  4737   1352553      1755      8904    160431     77465    518280   2251618     14.50     16.59
746.61/186.98	c  N dy  4813   1372960      1755      8904    160431     97638    518280   3390304     14.50     15.42
756.20/189.36	c  N dy  4881   1393595      1755      8904    160431     67613    518280   1689757     14.50     15.28
765.38/191.65	c  N dy  4950   1413709      1755      8904    160431     87508    518280   2816685     14.50     15.40
775.37/194.17	c  N dy  5035   1433816      1755      8904    160431     56015    518280   1074462     14.51     15.39
784.16/196.39	c  N dy  5108   1453855      1755      8904    160431     75789    518280   2155656     14.51     15.33
794.17/198.81	c  N dy  5174   1473905      1755      8904    160431     95591    518280   3210230     14.50     15.39
803.74/201.27	c  N dy  5238   1494422      1755      8904    160431     63511    518280   1433009     14.50     15.30
813.33/203.68	c  N dy  5303   1515291      1755      8904    160431     84116    518280   2518385     14.50     15.43
823.31/206.13	c  N dy  5367   1535312      1755      8904    160431    103878    518280   3551585     14.50     16.90
832.90/208.50	c  N dy  5436   1555694      1755      8904    160431     70645    518280   1746104     14.50     15.33
842.11/210.87	c  N dy  5501   1576015      1755      8904    160431     90714    518280   2863119     14.49     15.33
852.47/213.45	c  N dy  5569   1596109      1755      8904    160431     56233    518280    947540     14.49     15.30
861.67/215.77	c  N dy  5627   1617361      1755      8904    160431     77195    518280   2043198     14.49     15.25
871.66/218.23	c  N dy  5692   1638334      1755      8904    160431     97872    518280   3125316     14.49     15.28
882.44/220.97	c  N dy  5753   1660276      1755      8904    160431     64278    518280   1314731     14.48     15.25
891.23/223.11	c  N dy  5810   1680286      1755      8904    160431     84007    518280   2359776     14.48     15.26
900.81/225.55	c  N dy  5875   1700771      1755      8904    160431    104205    518280   3451345     14.47     15.31
906.02/226.87	c  S st  5907   1710322      1755      8904    160431     57419    518280    938786     14.47     14.47
906.42/226.92	c  S st  5907   1710826      1755      8904    160431     57922    518280    967200     14.47   no data
906.42/226.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
907.62/227.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.0M T:  0.27
907.62/227.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
907.62/227.23	c bin-w-bin subsume rem            0 bins  time:  0.02 s
911.21/228.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.96 s
911.61/228.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
911.61/228.22	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
911.61/228.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
916.40/229.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.22 s
917.22/229.66	c lits-rem:         6  cl-subs:       33  v-elim:      0  v-fix:    0  time:  0.17 s
917.22/229.67	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.01
917.60/229.72	c vivif2 --  cl tried    57889 cl shrink        0 lits rem          0 time: 0.05
918.40/229.93	c asymm  cl-useful: 0/1424/8904 lits-rem:0 time: 0.21
918.40/229.93	c calculated reachability. Time: 0.00
918.40/229.93	c  N dy  5907   1710826      1755      8904    160431     57889    518280    965928     14.47   no data
927.19/232.15	c  N dy  5965   1730899      1755      8904    160431     77663    518280   1981040     14.47     15.24
937.17/234.69	c  N dy  6016   1752130      1755      8904    160431     98558    518280   3054325     14.46     15.30
947.58/237.21	c  N dy  6103   1772195      1755      8904    160431     61220    518280   1112922     14.47     15.35
956.36/239.45	c  N dy  6190   1792953      1755      8904    160431     81743    518280   2193679     14.47     15.25
965.93/241.81	c  N dy  6259   1813005      1755      8904    160431    101558    518280   3283227     14.47     17.38
975.51/244.29	c  N dy  6332   1833015      1755      8904    160431     63076    518280   1164748     14.47     23.64
984.71/246.51	c  N dy  6394   1853077      1755      8904    160431     82869    518280   2180982     14.46     15.30
993.90/248.89	c  N dy  6466   1873131      1755      8904    160431    102690    518280   3210497     14.47     15.42
1005.10/251.67	c  N dy  6522   1895464      1755      8904    160431     65464    518280   1220339     14.46     15.34
1013.90/253.86	c  N dy  6578   1915482      1755      8904    160431     85192    518280   2251195     14.45     15.27
1023.86/256.37	c  N dy  6659   1935847      1755      8904    160431    105323    518280   3289991     14.45     15.26
1034.65/259.08	c  N dy  6725   1957610      1755      8904    160431     66604    518280   1239533     14.45     15.51
1043.85/261.38	c  N dy  6811   1977984      1755      8904    160431     86749    518280   2312881     14.46     15.24
1053.83/263.83	c  N dy  6868   1998289      1755      8904    160431    106786    518280   3374963     14.45     15.30
1064.22/266.43	c  N dy  6930   2018754      1755      8904    160431     65785    518280   1175417     14.45     15.27
1073.01/268.69	c  N dy  6988   2038851      1755      8904    160431     85613    518280   2220722     14.45     15.21
1083.00/271.18	c  N dy  7075   2059002      1755      8904    160431    105534    518280   3267514     14.45     15.25
1094.18/273.92	c  N dy  7119   2079691      1755      8904    160431     63746    518280   1023622     14.44     15.21
1102.96/276.14	c  N dy  7190   2099963      1755      8904    160431     83808    518280   2075248     14.44     15.26
1112.56/278.53	c  N dy  7253   2120022      1755      8904    160431    103638    518280   3101540     14.44     15.26
1122.54/281.04	c  N dy  7326   2140030      1755      8904    160431    123433    518280   4149341     14.44     15.21
1132.14/283.49	c  N dy  7382   2160050      1755      8904    160431     79890    518280   1790143     14.43     15.20
1142.11/285.93	c  N dy  7443   2180276      1755      8904    160431     99843    518280   2814555     14.43     15.24
1152.51/288.59	c  N dy  7499   2200829      1755      8904    160431    120099    518280   3849111     14.43     15.23
1158.10/289.98	c  S st  7521   2210827      1755      8904    160431     65805    518280   1066883     14.43     13.64
1158.52/290.03	c  S st  7521   2211328      1755      8904    160431     66306    518280   1098653     14.43   no data
1158.52/290.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1159.69/290.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.2M T:  0.28
1159.69/290.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1159.69/290.35	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1163.69/291.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.97 s
1163.69/291.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
1163.69/291.35	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.02 s
1163.69/291.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1168.88/292.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.22 s
1169.68/292.83	c lits-rem:        10  cl-subs:       85  v-elim:      0  v-fix:    0  time:  0.19 s
1169.68/292.83	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.01
1169.68/292.89	c vivif2 --  cl tried    66221 cl shrink        0 lits rem          0 time: 0.06
1170.08/292.99	c asymm  cl-useful: 0/637/8904 lits-rem:0 time: 0.09
1170.08/292.99	c calculated reachability. Time: 0.00
1170.08/292.99	c  N dy  7521   2211328      1755      8904    160431     66221    518280   1096348     14.43   no data
1178.87/295.19	c  N dy  7579   2231362      1755      8904    160431     85977    518280   2104504     14.42     15.42
1188.07/297.46	c  N dy  7617   2251569      1755      8904    160431    105874    518280   3124522     14.42     15.18
1198.85/300.18	c  N dy  7699   2271794      1755      8904    160431    125860    518280   4188406     14.42     15.20
1208.83/302.60	c  N dy  7741   2292221      1755      8904    160431     80851    518280   1759509     14.42     15.20
1218.03/304.90	c  N dy  7807   2312299      1755      8904    160431    100636    518280   2781839     14.41     17.82
1228.42/307.52	c  N dy  7898   2333406      1755      8904    160431    121492    518280   3909553     14.42     15.22
1238.79/310.14	c  N dy  7972   2353567      1755      8904    160431     75308    518280   1497941     14.42     15.27
1248.39/312.54	c  N dy  8025   2374752      1755      8904    160431     96222    518280   2556614     14.41     15.29
1259.17/315.23	c  N dy  8090   2396494      1755      8904    160431    117657    518280   3663866     14.41     15.18
1269.96/317.98	c  N dy  8169   2416967      1755      8904    160431     70782    518280   1192110     14.41     15.26
1278.75/320.19	c  N dy  8236   2437003      1755      8904    160431     90585    518280   2205635     14.41     16.38
1288.74/322.61	c  N dy  8325   2457094      1755      8904    160431    110464    518280   3253170     14.41     25.05
1298.72/325.20	c  N dy  8393   2477161      1755      8904    160431    130292    518280   4272012     14.41     17.27
1309.51/327.83	c  N dy  8471   2498214      1755      8904    160431     82953    518280   1801983     14.41     15.19
1318.70/330.10	c  N dy  8523   2518545      1755      8904    160431    102984    518280   2825674     14.41     15.20
1329.09/332.74	c  N dy  8593   2539735      1755      8904    160431    123899    518280   3883024     14.41     15.32
1339.87/335.41	c  N dy  8666   2559981      1755      8904    160431     74793    518280   1331002     14.41     15.23
1349.46/337.81	c  N dy  8725   2580126      1755      8904    160431     94666    518280   2312237     14.40     15.32
1359.46/340.35	c  N dy  8781   2600830      1755      8904    160431    115121    518280   3346376     14.40     15.20
1370.24/343.08	c  N dy  8855   2620912      1755      8904    160431    134889    518280   4360209     14.40     15.17
1380.63/345.63	c  N dy  8915   2640954      1755      8904    160431     84610    518280   1797552     14.40     19.34
1389.82/347.99	c  N dy  8987   2660972      1755      8904    160431    104351    518280   2807984     14.40     15.64
1400.63/350.64	c  N dy  9060   2681516      1755      8904    160431    124618    518280   3848212     14.40     15.22
1412.20/353.59	c  N dy  9121   2702005      1755      8904    160431     73793    518280   1200872     14.40     15.17
1416.19/354.54	c  S st  9145   2711328      1755      8904    160431     82991    518280   1700198     14.39     13.57
1416.59/354.60	c  S st  9145   2711831      1755      8904    160431     83493    518280   1731907     14.39   no data
1416.59/354.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1417.80/354.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.3M T:  0.31
1417.80/354.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1417.80/354.95	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1421.79/355.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.96 s
1421.79/355.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
1421.79/355.94	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.02 s
1421.79/355.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1427.77/357.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.38 s
1430.58/358.19	c lits-rem:       112  cl-subs:      645  v-elim:      0  v-fix:    0  time:  0.79 s
1430.58/358.19	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.00
1430.99/358.28	c vivif2 --  cl tried    82848 cl shrink        0 lits rem          0 time: 0.09
1432.17/358.50	c asymm  cl-useful: 0/1289/8904 lits-rem:0 time: 0.22
1432.17/358.51	c calculated reachability. Time: 0.00
1432.17/358.51	c  N dy  9145   2711831      1755      8904    160431     82848    518280   1716609     14.39   no data
1442.56/361.10	c  N dy  9221   2733635      1755      8904    160431    104348    518280   2781117     14.39     15.19
1452.55/363.61	c  N dy  9281   2753789      1755      8904    160431    124259    518280   3769507     14.39     15.18
1463.32/366.30	c  N dy  9346   2773827      1755      8904    160431    144035    518280   4751716     14.39     15.15
1473.32/368.82	c  N dy  9396   2794288      1755      8904    160431     92204    518280   2137226     14.39     15.15
1483.30/371.31	c  N dy  9461   2814329      1755      8904    160431    112002    518280   3146119     14.39     15.16
1493.29/373.87	c  N dy  9549   2834516      1755      8904    160431    131982    518280   4213137     14.39     15.15
1504.08/376.60	c  N dy  9615   2854561      1755      8904    160431     78710    518280   1403793     14.39     15.25
1514.07/379.04	c  N dy  9681   2874660      1755      8904    160431     98539    518280   2383065     14.39     15.21
1524.85/381.74	c  N dy  9751   2896521      1755      8904    160431    120140    518280   3484020     14.38     15.21
1535.64/384.46	c  N dy  9820   2916672      1755      8904    160431    139993    518280   4517717     14.38     15.20
1546.83/387.23	c  N dy  9896   2937085      1755      8904    160431     86108    518280   1716287     14.38     15.27
1556.42/389.65	c  N dy  9956   2957091      1755      8904    160431    105824    518280   2676952     14.38     18.07
1566.41/392.12	c  N dy 10024   2977160      1755      8904    160431    125623    518280   3686808     14.38     17.69
1576.79/394.76	c  N dy 10096   2997226      1755      8904    160431    145415    518280   4712452     14.38     15.15
1587.58/397.45	c  N dy 10153   3017978      1755      8904    160431     90907    518280   1899173     14.38     15.23
1597.57/399.91	c  N dy 10235   3037996      1755      8904    160431    110643    518280   2901655     14.38     15.30
1607.56/402.45	c  N dy 10310   3058109      1755      8904    160431    130462    518280   3917369     14.38     15.34
1618.34/405.17	c  N dy 10370   3078480      1755      8904    160431    150602    518280   4953343     14.37     15.16
1628.33/407.68	c  N dy 10442   3098526      1755      8904    160431     94420    518280   2068367     14.38     16.17
1639.12/410.32	c  N dy 10517   3119205      1755      8904    160431    114874    518280   3093019     14.37     15.32
1650.72/413.28	c  N dy 10575   3140105      1755      8904    160431    135451    518280   4104687     14.37     15.19
1663.90/416.51	c  N dy 10651   3162037      1755      8904    160431     80112    518280   1295396     14.37     15.19
1673.47/418.93	c  N dy 10704   3183325      1755      8904    160431    101157    518280   2382150     14.37     15.13
1683.45/421.40	c  N dy 10772   3203418      1755      8904    160431    121020    518280   3400869     14.37     20.25
1688.25/422.62	c  S st 10799   3211832      1755      8904    160431    129317    518280   3810002     14.37   no data
1688.25/422.69	c  S st 10799   3212334      1755      8904    160431    129819    518280   3840320     14.37   no data
1688.65/422.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1690.26/423.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.3M T:  0.46
1690.26/423.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1690.26/423.19	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1694.24/424.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.98 s
1694.24/424.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
1694.24/424.20	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.02 s
1694.67/424.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1701.84/426.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.67 s
1714.21/429.15	c lits-rem:       364  cl-subs:     2847  v-elim:      0  v-fix:    0  time:  3.10 s
1714.21/429.16	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.01
1715.02/429.35	c vivif2 --  cl tried   126972 cl shrink        0 lits rem          0 time: 0.19
1715.82/429.59	c asymm  cl-useful: 0/1398/8904 lits-rem:0 time: 0.24
1716.22/429.60	c calculated reachability. Time: 0.00
1716.22/429.60	c  N dy 10799   3212334      1755      8904    160431    126972    518280   3772333     14.37   no data
1726.60/432.28	c  N dy 10858   3232597      1755      8904    160431    146946    518280   4802380     14.37     15.19
1737.79/435.06	c  N dy 10930   3252989      1755      8904    160431     89072    518280   1695881     14.37     15.16
1747.79/437.58	c  N dy 10969   3273240      1755      8904    160431    108981    518280   2655841     14.36     15.16
1759.36/440.40	c  N dy 11038   3293706      1755      8904    160431    129194    518280   3651822     14.36     15.20
1770.94/443.35	c  N dy 11092   3314507      1755      8904    160431    149691    518280   4669849     14.36     15.15
1781.73/446.06	c  N dy 11181   3334921      1755      8904    160431     90968    518280   1811374     14.36     15.21
1791.74/448.53	c  N dy 11259   3355183      1755      8904    160431    110982    518280   2803005     14.36     15.12
1803.70/451.51	c  N dy 11325   3377565      1755      8904    160431    133081    518280   3928394     14.36     15.25
1815.69/454.52	c  N dy 11394   3399181      1755      8904    160431    154376    518280   5012531     14.36     15.18
1826.49/457.25	c  N dy 11440   3420110      1755      8904    160431     95052    518280   1958293     14.35     15.11
1836.47/459.74	c  N dy 11521   3441025      1755      8904    160431    115691    518280   3022977     14.35     15.35
1848.04/462.69	c  N dy 11573   3462449      1755      8904    160431    136775    518280   4024177     14.35     15.11
1859.63/465.57	c  N dy 11641   3482704      1755      8904    160431    156767    518280   4990127     14.35     15.22
1870.83/468.37	c  N dy 11695   3503434      1755      8904    160431     96291    518280   1897406     14.34     15.20
1880.81/470.86	c  N dy 11760   3523853      1755      8904    160431    116472    518280   2893430     14.34     15.14
1891.60/473.54	c  N dy 11810   3543854      1755      8904    160431    136203    518280   3861412     14.34     15.86
1902.78/476.32	c  N dy 11872   3564293      1755      8904    160431    156351    518280   4908079     14.34     15.14
1913.97/479.11	c  N dy 11922   3584629      1755      8904    160431     94573    518280   1815385     14.34     15.12
1923.95/481.62	c  N dy 11970   3604905      1755      8904    160431    114595    518280   2784883     14.33     15.19
1934.34/484.27	c  N dy 12040   3625088      1755      8904    160431    134539    518280   3782117     14.33     15.15
1946.32/487.24	c  N dy 12114   3645177      1755      8904    160431    154347    518280   4782975     14.33     15.96
1958.33/490.27	c  N dy 12183   3665933      1755      8904    160431     91959    518280   1668115     14.33     15.22
1968.30/492.74	c  N dy 12242   3686419      1755      8904    160431    112185    518280   2667061     14.33     15.10
1978.68/495.36	c  N dy 12308   3706796      1755      8904    160431    132270    518280   3659745     14.33     15.11
1981.47/496.07	c  S st 12319   3712335      1755      8904    160431    137727    518280   3924469     14.33     13.36
1981.88/496.13	c  S st 12319   3712836      1755      8904    160431    138226    518280   3954189     14.33   no data
1981.88/496.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1983.88/496.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.9M T:  0.45
1983.88/496.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1983.88/496.63	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1987.87/497.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.00 s
1987.87/497.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
1987.87/497.67	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.02 s
1988.27/497.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1995.46/499.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.68 s
2007.85/502.67	c lits-rem:       327  cl-subs:     3813  v-elim:      0  v-fix:    0  time:  3.14 s
2007.85/502.67	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.00
2008.65/502.87	c vivif2 --  cl tried   134413 cl shrink        0 lits rem          0 time: 0.20
2009.85/503.15	c asymm  cl-useful: 0/1282/8904 lits-rem:0 time: 0.27
2009.85/503.16	c calculated reachability. Time: 0.00
2009.85/503.16	c  N dy 12319   3712836      1755      8904    160431    134413    518280   3869588     14.33   no data
2021.42/506.03	c  N dy 12395   3733668      1755      8904    160431    154972    518280   4917772     14.33     15.22
2031.81/508.69	c  F st 12461   3751562      1755      8904    160431     88814    518280   1495696     14.33     13.84
2033.43/509.10	c  N st 12466   3754865      1755      8904    160431     92069    518280   1641064     14.33   no data
2043.79/511.62	c  N dy 12522   3774947      1755      8904    160431    111894    518280   2592704     14.33     18.27
2054.19/514.25	c  N dy 12590   3794988      1755      8904    160431    131656    518280   3610064     14.33     15.09
2065.37/517.07	c  N dy 12674   3815034      1755      8904    160431    151419    518280   4575761     14.33     16.81
2077.75/520.11	c  N dy 12737   3835120      1755      8904    160431     86392    518280   1320034     14.32     15.16
2086.94/522.42	c  N dy 12809   3855243      1755      8904    160431    106221    518280   2313775     14.32     15.25
2097.73/525.11	c  N dy 12876   3876946      1755      8904    160431    127590    518280   3391035     14.32     15.09
2108.51/527.83	c  N dy 12951   3897014      1755      8904    160431    147391    518280   4413251     14.32     15.26
2119.71/530.64	c  N dy 13009   3917033      1755      8904    160431    167122    518280   5414601     14.32     16.27
2130.88/533.43	c  N dy 13079   3937868      1755      8904    160431    101876    518280   2074568     14.32     15.08
2140.88/535.96	c  N dy 13147   3958013      1755      8904    160431    121774    518280   3094798     14.32     15.08
2151.68/538.62	c  N dy 13231   3978081      1755      8904    160431    141556    518280   4089532     14.32     16.20
2162.85/541.47	c  N dy 13290   3998544      1755      8904    160431    161727    518280   5123019     14.32     15.22
2174.83/544.42	c  N dy 13380   4018671      1755      8904    160431     94832    518280   1692166     14.32     15.08
2184.42/546.87	c  N dy 13447   4038725      1755      8904    160431    114615    518280   2713386     14.32     20.80
2194.81/549.48	c  N dy 13516   4058940      1755      8904    160431    134603    518280   3731537     14.32     15.12
2206.79/552.42	c  N dy 13604   4080085      1755      8904    160431    155503    518280   4783037     14.33     15.08
2218.77/555.43	c  N dy 13691   4100144      1755      8904    160431    175303    518280   5771461     14.33     17.58
2229.56/558.14	c  N dy 13768   4120323      1755      8904    160431    107353    518280   2230793     14.33     15.10
2239.97/560.77	c  N dy 13880   4140419      1755      8904    160431    127195    518280   3230734     14.33     17.49
2251.53/563.68	c  N dy 13967   4160601      1755      8904    160431    147122    518280   4250635     14.33     15.12
2263.12/566.54	c  N dy 14056   4180687      1755      8904    160431    166956    518280   5287028     14.33     16.85
2274.72/569.46	c  N dy 14132   4200738      1755      8904    160431     97926    518280   1763867     14.33     15.53
2280.70/570.92	c  S st 14183   4212836      1755      8904    160431    109863    518280   2360180     14.33     13.78
2280.70/570.98	c  S st 14183   4213340      1755      8904    160431    110367    518280   2388069     14.33   no data
2281.10/571.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2282.30/571.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.1M T:  0.39
2282.30/571.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2282.70/571.41	c bin-w-bin subsume rem            0 bins  time:  0.02 s
2286.69/572.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.99 s
2286.69/572.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
2286.69/572.43	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.02 s
2286.69/572.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2292.71/573.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.41 s
2298.27/575.31	c lits-rem:        97  cl-subs:     1024  v-elim:      0  v-fix:    0  time:  1.35 s
2298.27/575.32	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.01
2298.67/575.45	c vivif2 --  cl tried   109343 cl shrink        0 lits rem          0 time: 0.13
2299.47/575.68	c asymm  cl-useful: 0/1191/8904 lits-rem:0 time: 0.23
2299.47/575.68	c calculated reachability. Time: 0.00
2299.47/575.68	c  N dy 14183   4213340      1755      8904    160431    109343    518280   2362564     14.33   no data
2309.89/578.29	c  N dy 14263   4234060      1755      8904    160431    129765    518280   3366494     14.33     15.15
2321.44/581.14	c  N dy 14316   4255631      1755      8904    160431    151021    518280   4386721     14.33     15.23
2333.44/584.15	c  N dy 14386   4275884      1755      8904    160431    170972    518280   5359839     14.33     15.10
2345.04/587.03	c  N dy 14437   4296012      1755      8904    160431    101002    518280   1862444     14.33     15.12
2355.41/589.61	c  N dy 14515   4316101      1755      8904    160431    120836    518280   2845312     14.33     15.18
2366.19/592.37	c  N dy 14572   4336112      1755      8904    160431    140579    518280   3799623     14.33     16.02
2377.77/595.21	c  N dy 14628   4356193      1755      8904    160431    160381    518280   4785307     14.32     16.15
2389.38/598.18	c  N dy 14699   4376266      1755      8904    160431    180168    518280   5757476     14.32     15.15
2400.55/600.91	c  N dy 14764   4396280      1755      8904    160431    109175    518280   2258837     14.32     19.65
2410.54/603.48	c  N dy 14846   4416454      1755      8904    160431    129078    518280   3275295     14.32     15.13
2421.73/606.28	c  N dy 14898   4437677      1755      8904    160431    150011    518280   4296970     14.32     15.09
2433.33/609.16	c  N dy 14955   4457894      1755      8904    160431    169947    518280   5239227     14.32     15.10
2445.70/612.27	c  N dy 15035   4478897      1755      8904    160431     98936    518280   1697008     14.32     15.10
2456.08/614.84	c  N dy 15096   4499861      1755      8904    160431    119600    518280   2736989     14.32     15.12
2466.47/617.47	c  N dy 15172   4519919      1755      8904    160431    139386    518280   3697784     14.32     15.24
2478.05/620.36	c  N dy 15232   4540640      1755      8904    160431    159832    518280   4735200     14.32     15.13
2490.47/623.49	c  N dy 15320   4560827      1755      8904    160431    179779    518280   5743580     14.32     15.13
2502.43/626.46	c  N dy 15400   4581111      1755      8904    160431    107094    518280   2070711     14.32     15.15
2512.81/629.01	c  N dy 15469   4601153      1755      8904    160431    126892    518280   3086941     14.32     15.15
2523.60/631.77	c  N dy 15563   4621464      1755      8904    160431    146943    518280   4106970     14.32     15.12
2535.18/634.69	c  N dy 15645   4641947      1755      8904    160431    167163    518280   5125664     14.32     15.11
2547.59/637.74	c  N dy 15709   4661981      1755      8904    160431    186949    518280   6129066     14.32     15.16
2559.55/640.73	c  N dy 15778   4683694      1755      8904    160431    114628    518280   2409997     14.32     15.11
2570.34/643.44	c  N dy 15843   4704614      1755      8904    160431    135291    518280   3479589     14.32     15.13
2575.13/644.63	c  S st 15867   4713340      1755      8904    160431    143872    518280   3902641     14.32   no data
2575.53/644.70	c  S st 15867   4713845      1755      8904    160431    144377    518280   3932345     14.32   no data
2575.53/644.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2577.13/645.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.7M T:  0.41
2577.13/645.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2577.13/645.16	c bin-w-bin subsume rem            0 bins  time:  0.02 s
2581.12/646.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.97 s
2581.12/646.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
2581.12/646.16	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.02 s
2581.52/646.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2589.12/648.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.77 s
2600.71/651.07	c lits-rem:       350  cl-subs:     2946  v-elim:      0  v-fix:    0  time:  2.96 s
2600.71/651.08	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.01
2601.51/651.28	c vivif2 --  cl tried   141431 cl shrink        0 lits rem          0 time: 0.21
2602.71/651.53	c asymm  cl-useful: 0/1084/8904 lits-rem:0 time: 0.25
2602.71/651.54	c calculated reachability. Time: 0.00
2602.71/651.54	c  N dy 15867   4713845      1755      8904    160431    141431    518280   3864993     14.32   no data
2614.69/654.53	c  N dy 15922   4734361      1755      8904    160431    161614    518280   4834761     14.32     15.12
2626.29/657.47	c  N dy 15997   4754448      1755      8904    160431    181430    518280   5827751     14.32     15.12
2638.26/660.41	c  N dy 16068   4774757      1755      8904    160431    106801    518280   1979705     14.32     15.40
2648.26/662.99	c  N dy 16127   4795403      1755      8904    160431    127188    518280   3020262     14.32     15.12
2659.03/665.66	c  N dy 16194   4815486      1755      8904    160431    146984    518280   4013363     14.32     15.29
2670.64/668.52	c  N dy 16257   4835775      1755      8904    160431    167034    518280   5044514     14.32     15.09
2683.01/671.64	c  N dy 16339   4856058      1755      8904    160431    187105    518280   6051112     14.32     15.16
2694.18/674.48	c  N dy 16423   4876127      1755      8904    160431    111141    518280   2174832     14.32     15.12
2705.39/677.29	c  N dy 16487   4897224      1755      8904    160431    131971    518280   3197115     14.32     15.16
2716.57/680.09	c  N dy 16554   4917250      1755      8904    160431    151735    518280   4146306     14.32     18.73
2729.35/683.23	c  N dy 16594   4937625      1755      8904    160431    171694    518280   5057238     14.31     15.07
2744.13/686.96	c  N dy 16671   4960026      1755      8904    160431     97179    518280   1439438     14.31     15.12
2754.51/689.52	c  N dy 16745   4980672      1755      8904    160431    117570    518280   2442404     14.31     15.07
2765.30/692.20	c  N dy 16825   5001304      1755      8904    160431    137899    518280   3448452     14.31     15.07
2777.29/695.25	c  N dy 16891   5022140      1755      8904    160431    158418    518280   4431562     14.31     15.07
2789.67/698.38	c  N dy 16953   5043006      1755      8904    160431    179009    518280   5478133     14.31     15.09
2802.48/701.59	c  N dy 17033   5063106      1755      8904    160431    101196    518280   1593727     14.31     15.07
2813.24/704.29	c  N dy 17100   5084610      1755      8904    160431    122444    518280   2647570     14.31     15.08
2824.45/707.08	c  N dy 17144   5105545      1755      8904    160431    143139    518280   3636632     14.31     15.12
2836.41/710.02	c  N dy 17213   5126596      1755      8904    160431    163879    518280   4665739     14.31     15.08
2848.40/713.09	c  N dy 17287   5147416      1755      8904    160431    184383    518280   5690740     14.30     15.13
2861.99/716.45	c  N dy 17343   5168579      1755      8904    160431    106589    518280   1817752     14.30     15.08
2873.57/719.37	c  N dy 17423   5190567      1755      8904    160431    128286    518280   2864953     14.30     15.09
2884.76/722.11	c  N dy 17501   5210579      1755      8904    160431    148057    518280   3848266     14.30     15.07
2886.35/722.56	c  S st 17513   5213845      1755      8904    160431    151285    518280   4013660     14.30     14.16
2886.76/722.63	c  S st 17513   5214347      1755      8904    160431    151784    518280   4043083     14.30   no data
2886.76/722.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2888.36/723.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.0M T:  0.40
2888.36/723.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2888.36/723.08	c bin-w-bin subsume rem            0 bins  time:  0.02 s
2892.35/724.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.97 s
2892.35/724.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
2892.35/724.08	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.02 s
2892.75/724.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2899.54/725.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.61 s
2911.95/728.92	c lits-rem:       269  cl-subs:     2870  v-elim:      0  v-fix:    0  time:  3.04 s
2911.95/728.92	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.01
2912.73/729.15	c vivif2 --  cl tried   148914 cl shrink        0 lits rem          0 time: 0.22
2913.93/729.43	c asymm  cl-useful: 0/1503/8904 lits-rem:0 time: 0.28
2913.93/729.44	c calculated reachability. Time: 0.00
2913.93/729.44	c  N dy 17513   5214347      1755      8904    160431    148914    518280   3976704     14.30   no data
2925.91/732.48	c  N dy 17570   5234403      1755      8904    160431    168702    518280   4932010     14.30     15.07
2937.89/735.48	c  N dy 17628   5254530      1755      8904    160431    188569    518280   5901609     14.30     15.20
2950.67/738.63	c  N dy 17692   5274630      1755      8904    160431    108725    518280   1890539     14.30     15.14
2961.06/741.27	c  N dy 17766   5295635      1755      8904    160431    129436    518280   2933053     14.30     15.06
2972.24/744.05	c  N dy 17837   5316041      1755      8904    160431    149571    518280   3925641     14.30     15.20
2984.23/747.05	c  N dy 17889   5336141      1755      8904    160431    169331    518280   4860054     14.30     16.18
2996.21/750.09	c  N dy 17972   5356346      1755      8904    160431    189275    518280   5856527     14.30     15.09
3009.03/753.29	c  N dy 18038   5377058      1755      8904    160431    109126    518280   1884380     14.30     15.11
3018.99/755.78	c  N dy 18100   5397108      1755      8904    160431    128943    518280   2870392     14.29     15.07
3030.18/758.53	c  N dy 18171   5417209      1755      8904    160431    148744    518280   3824044     14.29     15.15
3041.76/761.44	c  N dy 18240   5437245      1755      8904    160431    168536    518280   4796761     14.29     15.06
3054.15/764.50	c  N dy 18320   5457795      1755      8904    160431    188827    518280   5815416     14.29     15.07
3067.33/767.88	c  N dy 18405   5477829      1755      8904    160431    106994    518280   1731727     14.29     15.50
3081.32/771.32	c  N dy 18493   5504339      1755      8904    160431    133135    518280   3032799     14.29     15.08
3092.12/774.10	c  N dy 18568   5524417      1755      8904    160431    152951    518280   4028767     14.29     15.07
3103.69/776.99	c  N dy 18632   5544927      1755      8904    160431    173190    518280   5038012     14.29     15.06
3116.48/780.18	c  N dy 18662   5565957      1755      8904    160431    193886    518280   5969589     14.29     15.07
3129.25/783.32	c  N dy 18729   5586148      1755      8904    160431    111224    518280   1921048     14.29     15.05
3140.46/786.13	c  N dy 18784   5606514      1755      8904    160431    131233    518280   2846683     14.29     15.30
3150.83/788.77	c  N dy 18856   5626517      1755      8904    160431    150984    518280   3860664     14.29     17.39
3162.44/791.67	c  N dy 18934   5646573      1755      8904    160431    170761    518280   4847593     14.29     19.09
3174.80/794.74	c  N dy 19010   5666829      1755      8904    160431    190764    518280   5837883     14.29     15.11
3188.39/798.11	c  N dy 19067   5687020      1755      8904    160431    107167    518280   1678224     14.29     15.13
3198.77/800.77	c  N dy 19135   5708122      1755      8904    160431    127982    518280   2712131     14.29     15.04
3202.38/801.62	c  S st 19152   5714348      1755      8904    160431    134110    518280   2997245     14.29   no data
3202.38/801.69	c  S st 19152   5714852      1755      8904    160431    134614    518280   3031163     14.29   no data
3202.76/801.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3203.97/802.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.1M T:  0.38
3203.97/802.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3204.37/802.12	c bin-w-bin subsume rem            0 bins  time:  0.02 s
3207.96/803.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.96 s
3208.36/803.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
3208.36/803.11	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.02 s
3208.36/803.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3214.75/804.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.55 s
3223.96/807.03	c lits-rem:       171  cl-subs:     1706  v-elim:      0  v-fix:    0  time:  2.22 s
3223.96/807.03	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.00
3224.74/807.21	c vivif2 --  cl tried   132908 cl shrink        0 lits rem          0 time: 0.17
3225.94/807.51	c asymm  cl-useful: 0/1122/8904 lits-rem:0 time: 0.30
3225.94/807.52	c calculated reachability. Time: 0.00
3225.94/807.52	c  N dy 19152   5714852      1755      8904    160431    132908    518280   2993220     14.29   no data
3237.14/810.31	c  N dy 19236   5734931      1755      8904    160431    152758    518280   4030312     14.29     17.51
3249.11/813.39	c  N dy 19311   5755194      1755      8904    160431    172702    518280   4985702     14.29     15.14
3263.50/816.91	c  N dy 19392   5775227      1755      8904    160431    192506    518280   5964602     14.29     17.33
3276.69/820.25	c  N dy 19446   5795449      1755      8904    160431    107864    518280   1692696     14.29     15.15
3287.44/822.96	c  N dy 19510   5816308      1755      8904    160431    128436    518280   2706666     14.29     15.04
3298.66/825.75	c  N dy 19584   5836589      1755      8904    160431    148452    518280   3668282     14.29     15.08
3310.62/828.70	c  N dy 19664   5856601      1755      8904    160431    168189    518280   4650692     14.29     15.08
3323.01/831.85	c  N dy 19746   5876937      1755      8904    160431    188240    518280   5625285     14.29     15.07
3336.19/835.12	c  N dy 19806   5897238      1755      8904    160431    208233    518280   6581517     14.29     15.11
3350.58/838.79	c  N dy 19868   5922717      1755      8904    160431    127875    518280   2611290     14.28     15.07
3361.76/841.59	c  N dy 19949   5943389      1755      8904    160431    148299    518280   3628874     14.28     15.05
3373.77/844.52	c  N dy 20014   5964248      1755      8904    160431    168895    518280   4658355     14.28     15.04
3385.74/847.59	c  N dy 20087   5984878      1755      8904    160431    189205    518280   5655979     14.28     15.26
3398.91/850.80	c  N dy 20147   6005158      1755      8904    160431    209176    518280   6610789     14.28     15.11
3410.91/853.83	c  N dy 20224   6025625      1755      8904    160431    122877    518280   2344404     14.28     15.08
3421.70/856.57	c  N dy 20290   6046178      1755      8904    160431    143135    518280   3350736     14.28     15.14
3434.08/859.60	c  N dy 20361   6067156      1755      8904    160431    163847    518280   4369622     14.28     15.14
3445.66/862.57	c  N dy 20422   6087169      1755      8904    160431    183573    518280   5320688     14.28     15.07
3458.84/865.87	c  N dy 20496   6107776      1755      8904    160431    203918    518280   6327317     14.28     15.06
3472.02/869.11	c  N dy 20563   6128449      1755      8904    160431    116788    518280   2024804     14.28     15.24
3482.81/871.80	c  N dy 20631   6148528      1755      8904    160431    136583    518280   2994555     14.28     16.82
3493.99/874.60	c  N dy 20710   6168976      1755      8904    160431    156756    518280   4002675     14.28     15.16
3505.99/877.67	c  N dy 20793   6189261      1755      8904    160431    176754    518280   5005750     14.28     15.06
3519.97/881.19	c  N dy 20874   6209680      1755      8904    160431    196916    518280   6017710     14.28     15.06
3523.56/882.05	c  S st 20904   6214852      1755      8904    160431    202035    518280   6285569     14.28   no data
3523.96/882.13	c  S st 20904   6215353      1755      8904    160431    202533    518280   6313592     14.28   no data
3523.96/882.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3525.96/882.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.9M T:  0.52
3525.96/882.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3526.36/882.70	c bin-w-bin subsume rem            0 bins  time:  0.02 s
3529.96/883.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.98 s
3530.35/883.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
3530.35/883.71	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.02 s
3530.35/883.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
3538.34/885.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.74 s
3561.91/891.60	c lits-rem:       421  cl-subs:     5323  v-elim:      0  v-fix:    0  time:  5.86 s
3561.91/891.61	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.00
3563.11/891.94	c vivif2 --  cl tried   197210 cl shrink        0 lits rem          0 time: 0.33
3564.31/892.23	c asymm  cl-useful: 0/1191/8904 lits-rem:0 time: 0.29
3564.31/892.25	c calculated reachability. Time: 0.00
3564.31/892.25	c  N dy 20904   6215353      1755      8904    160431    197210    518280   6191793     14.28   no data
3577.49/895.57	c  N dy 20976   6235415      1755      8904    160431    216996    518280   7185025     14.28     17.69
3589.47/898.58	c  N dy 21033   6255552      1755      8904    160431    128330    518280   2525729     14.28     15.13
3601.46/901.55	c  N dy 21105   6275954      1755      8904    160431    148492    518280   3509165     14.28     15.04
3613.05/904.49	c  N dy 21191   6296170      1755      8904    160431    168485    518280   4506004     14.28     15.12
3625.83/907.64	c  N dy 21257   6316330      1755      8904    160431    188370    518280   5458197     14.28     15.16
3638.21/910.79	c  N dy 21309   6336471      1755      8904    160431    208192    518280   6403664     14.28     15.03
3652.99/914.46	c  N dy 21377   6359098      1755      8904    160431    121029    518280   2167997     14.28     15.10
3663.81/917.17	c  N dy 21440   6379142      1755      8904    160431    140811    518280   3094421     14.28     17.00
3675.37/920.00	c  N dy 21527   6399209      1755      8904    160431    160614    518280   4077704     14.28     15.23
3686.96/923.00	c  N dy 21611   6419448      1755      8904    160431    180583    518280   5059130     14.28     15.11
3699.74/926.13	c  N dy 21666   6439698      1755      8904    160431    200516    518280   6023829     14.28     15.03
3712.52/929.31	c  N dy 21735   6459840      1755      8904    160431    220387    518280   6986190     14.28     15.21
3724.11/932.22	c  N dy 21796   6479893      1755      8904    160431    129663    518280   2538691     14.28     16.64
3734.90/934.98	c  N dy 21874   6499940      1755      8904    160431    149446    518280   3494024     14.28     15.07
3747.31/938.02	c  N dy 21944   6519993      1755      8904    160431    169223    518280   4459266     14.28     17.26
3759.67/941.10	c  N dy 22019   6540142      1755      8904    160431    189040    518280   5407559     14.28     15.08
3772.45/944.38	c  N dy 22073   6561347      1755      8904    160431    209921    518280   6418011     14.28     15.03
3786.44/947.81	c  N dy 22132   6581554      1755      8904    160431    118419    518280   1949065     14.27     15.06
3797.21/950.59	c  N dy 22204   6602237      1755      8904    160431    138812    518280   2928445     14.27     15.09
3808.82/953.41	c  N dy 22266   6622350      1755      8904    160431    158675    518280   3905663     14.27     15.09
3821.60/956.64	c  N dy 22336   6643382      1755      8904    160431    179456    518280   4938479     14.27     15.07
3834.79/959.96	c  N dy 22409   6663922      1755      8904    160431    199731    518280   5913936     14.27     15.04
3849.15/963.51	c  N dy 22490   6685753      1755      8904    160431    221268    518280   6969446     14.27     15.13
3862.33/966.85	c  N dy 22571   6706714      1755      8904    160431    129535    518280   2481733     14.27     15.03
3867.13/968.05	c  S st 22606   6715353      1755      8904    160431    138081    518280   2897307     14.27   no data
3867.52/968.11	c  S st 22606   6715855      1755      8904    160431    138582    518280   2925011     14.27   no data
3867.52/968.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3869.12/968.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.0M T:  0.38
3869.12/968.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3869.12/968.54	c bin-w-bin subsume rem            0 bins  time:  0.02 s
3873.12/969.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.96 s
3873.12/969.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
3873.12/969.54	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.02 s
3873.12/969.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3879.13/971.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.35 s
3885.91/972.78	c lits-rem:       128  cl-subs:     1447  v-elim:      0  v-fix:    0  time:  1.74 s
3885.91/972.78	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.01
3886.71/972.96	c vivif2 --  cl tried   137135 cl shrink        0 lits rem          0 time: 0.17
3887.92/973.28	c asymm  cl-useful: 0/1127/8904 lits-rem:0 time: 0.32
3887.92/973.29	c calculated reachability. Time: 0.00
3887.92/973.29	c  N dy 22606   6715855      1755      8904    160431    137135    518280   2890650     14.27   no data
3899.89/976.20	c  N dy 22658   6736119      1755      8904    160431    157102    518280   3814054     14.27     15.03
3911.47/979.14	c  N dy 22706   6756656      1755      8904    160431    177324    518280   4787028     14.27     15.10
3925.05/982.50	c  N dy 22771   6777102      1755      8904    160431    197526    518280   5789151     14.27     15.03
3938.23/985.85	c  N dy 22837   6797778      1755      8904    160431    217932    518280   6813255     14.27     15.03
3951.43/989.14	c  N dy 22909   6817812      1755      8904    160431    124291    518280   2188838     14.27     15.95
3962.23/991.84	c  N dy 23002   6837918      1755      8904    160431    144107    518280   3170383     14.27     15.10
3973.79/994.76	c  N dy 23071   6857971      1755      8904    160431    163920    518280   4140537     14.27     15.16
3986.17/997.85	c  N dy 23145   6878693      1755      8904    160431    184355    518280   5153875     14.27     15.39
3998.55/1000.96	c  N dy 23218   6898800      1755      8904    160431    204184    518280   6123736     14.27     15.07
4011.74/1004.23	c  N dy 23304   6918884      1755      8904    160431    224043    518280   7151207     14.27     15.03
4026.12/1007.86	c  N dy 23352   6942096      1755      8904    160431    132332    518280   2464965     14.27     15.08
4037.33/1010.66	c  N dy 23408   6962576      1755      8904    160431    152451    518280   3436502     14.27     15.07
4049.30/1013.61	c  N dy 23489   6982868      1755      8904    160431    172446    518280   4409406     14.27     15.15
4061.28/1016.63	c  N dy 23554   7003032      1755      8904    160431    192371    518280   5371694     14.27     15.03
4073.66/1019.76	c  N dy 23621   7023099      1755      8904    160431    212152    518280   6322425     14.27     15.53
4088.85/1023.53	c  N dy 23676   7044698      1755      8904    160431    118088    518280   1801798     14.27     15.07
4100.43/1026.48	c  N dy 23735   7066374      1755      8904    160431    139496    518280   2833742     14.27     15.15
4111.63/1029.25	c  N dy 23798   7086399      1755      8904    160431    159217    518280   3795950     14.26     15.06
4124.00/1032.30	c  N dy 23847   7106534      1755      8904    160431    179109    518280   4735916     14.26     15.02
4138.77/1036.04	c  N dy 23935   7129562      1755      8904    160431    201834    518280   5838725     14.26     15.07
4151.96/1039.35	c  N dy 24007   7149617      1755      8904    160431    221629    518280   6808556     14.26     15.09
4165.54/1042.76	c  N dy 24062   7170109      1755      8904    160431    125470    518280   2139630     14.26     15.12
4177.95/1045.83	c  N dy 24090   7191407      1755      8904    160431    146350    518280   3135901     14.26     15.04
4189.91/1048.86	c  N dy 24152   7211631      1755      8904    160431    166302    518280   4133633     14.26     15.23
4192.71/1049.51	c  S st 24176   7215855      1755      8904    160431    170479    518280   4339702     14.26   no data
4192.71/1049.59	c  S st 24176   7216363      1755      8904    160431    170987    518280   4369430     14.26   no data
4193.11/1049.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4194.71/1050.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.5M T:  0.46
4194.71/1050.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4194.71/1050.10	c bin-w-bin subsume rem            0 bins  time:  0.02 s
4198.70/1051.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.98 s
4198.70/1051.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
4199.10/1051.11	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.02 s
4199.10/1051.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4206.30/1052.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.63 s
4219.07/1056.14	c lits-rem:       317  cl-subs:     5394  v-elim:      0  v-fix:    0  time:  3.20 s
4219.07/1056.15	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.00
4220.28/1056.40	c vivif2 --  cl tried   165593 cl shrink        0 lits rem          0 time: 0.25
4221.08/1056.70	c asymm  cl-useful: 0/1027/8904 lits-rem:0 time: 0.30
4221.49/1056.71	c calculated reachability. Time: 0.00
4221.49/1056.71	c  N dy 24176   7216363      1755      8904    160431    165593    518280   4251236     14.26   no data
4234.26/1059.97	c  N dy 24250   7236717      1755      8904    160431    185675    518280   5228001     14.26     15.01
4247.05/1063.12	c  N dy 24318   7256767      1755      8904    160431    205481    518280   6208346     14.26     17.47
4260.62/1066.57	c  N dy 24366   7276846      1755      8904    160431    225242    518280   7160280     14.26     15.09
4275.41/1070.21	c  N dy 24443   7297042      1755      8904    160431    127933    518280   2227523     14.26     15.06
4286.59/1073.02	c  N dy 24529   7317227      1755      8904    160431    147859    518280   3218636     14.26     15.18
4298.17/1075.95	c  N dy 24576   7337616      1755      8904    160431    167900    518280   4155496     14.26     15.40
4312.56/1079.50	c  N dy 24633   7358838      1755      8904    160431    188741    518280   5121243     14.26     15.04
4325.34/1082.79	c  N dy 24683   7378990      1755      8904    160431    208598    518280   6052562     14.26     15.13
4339.32/1086.25	c  N dy 24762   7399152      1755      8904    160431    228504    518280   7033036     14.26     15.07
4352.51/1089.52	c  N dy 24841   7419192      1755      8904    160431    130052    518280   2286702     14.26     15.03
4362.88/1092.17	c  N dy 24910   7439275      1755      8904    160431    149901    518280   3269544     14.26     15.05
4374.87/1095.19	c  N dy 25002   7459392      1755      8904    160431    169769    518280   4242894     14.26     15.02
4387.65/1098.32	c  N dy 25089   7479524      1755      8904    160431    189609    518280   5197643     14.26     15.50
4401.24/1101.71	c  N dy 25151   7499616      1755      8904    160431    209409    518280   6120405     14.26     16.31
4414.83/1105.12	c  N dy 25229   7519654      1755      8904    160431    229183    518280   7090853     14.26     15.86
4428.42/1108.53	c  N dy 25282   7539663      1755      8904    160431    129567    518280   2250704     14.26     16.03
4439.58/1111.33	c  N dy 25345   7560251      1755      8904    160431    149883    518280   3243979     14.26     15.05
4451.57/1114.31	c  N dy 25414   7580386      1755      8904    160431    169775    518280   4203549     14.26     15.08
4463.94/1117.43	c  N dy 25493   7601023      1755      8904    160431    190158    518280   5197757     14.26     15.06
4477.13/1120.71	c  N dy 25562   7621036      1755      8904    160431    209899    518280   6144606     14.26     20.18
4491.51/1124.38	c  N dy 25632   7641147      1755      8904    160431    229686    518280   7053581     14.25     15.03
4505.90/1127.96	c  N dy 25714   7661169      1755      8904    160431    129139    518280   2183638     14.25     15.03
4517.09/1130.75	c  N dy 25792   7682273      1755      8904    160431    149937    518280   3199725     14.25     15.16
4529.86/1133.94	c  N dy 25857   7703606      1755      8904    160431    170930    518280   4168772     14.25     15.02
4538.28/1136.04	c  S st 25907   7716363      1755      8904    160431    183476    518280   4768081     14.25     13.98
4538.65/1136.12	c  S st 25907   7716864      1755      8904    160431    183976    518280   4796285     14.25   no data
4538.65/1136.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4541.05/1136.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.9M T:  0.57
4541.05/1136.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4541.05/1136.75	c bin-w-bin subsume rem            0 bins  time:  0.02 s
4545.04/1137.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.98 s
4545.04/1137.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.02 s
4545.04/1137.76	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
4545.45/1137.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
4552.24/1139.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.56 s
4565.81/1142.97	c lits-rem:       271  cl-subs:     3880  v-elim:      0  v-fix:    0  time:  3.43 s
4565.81/1142.98	c vivif2 --  cl tried     8904 cl shrink        0 lits rem          0 time: 0.01
4567.01/1143.27	c vivif2 --  cl tried   180096 cl shrink        0 lits rem          0 time: 0.29
4568.64/1143.62	c asymm  cl-useful: 0/1601/8904 lits-rem:0 time: 0.35
4568.64/1143.63	c calculated reachability. Time: 0.00
4568.64/1143.63	c  N dy 25907   7716864      1755      8904    160431    180096    518280   4708918     14.25   no data
4581.81/1146.92	c  N dy 25991   7737345      1755      8904    160431    200335    518280   5705625     14.25     15.05
4595.00/1150.26	c  N dy 26037   7757404      1755      8904    160431    220092    518280   6621524     14.25     18.79
4608.97/1153.73	c  N dy 26121   7777424      1755      8904    160431    239844    518280   7590500     14.25     15.05
4622.15/1157.02	c  N dy 26191   7797481      1755      8904    160431    138388    518280   2603498     14.25     15.22
4634.55/1160.15	c  N dy 26237   7818100      1755      8904    160431    158637    518280   3562435     14.25     15.07
4646.92/1163.23	c  N dy 26328   7838474      1755      8904    160431    178747    518280   4554715     14.25     15.04
4660.11/1166.52	c  N dy 26408   7858969      1755      8904    160431    198960    518280   5524358     14.25     15.05
4673.28/1169.83	c  N dy 26488   7879153      1755      8904    160431    218885    518280   6515075     14.25     15.01
4686.46/1173.19	c  N dy 26564   7899185      1755      8904    160431    238641    518280   7482065     14.25     15.02
4699.65/1176.44	c  N dy 26614   7919248      1755      8904    160431    136189    518280   2437196     14.25     15.01
4711.63/1179.48	c  N dy 26692   7940626      1755      8904    160431    157273    518280   3447981     14.25     15.04
4723.21/1182.38	c  N dy 26755   7960635      1755      8904    160431    176975    518280   4381811     14.25     15.07
4736.01/1185.59	c  N dy 26817   7980686      1755      8904    160431    196715    518280   5308782     14.25     16.80
4749.58/1188.90	c  N dy 26888   8000868      1755      8904    160431    216572    518280   6251627     14.25     15.05
4762.76/1192.22	c  N dy 26941   8021122      1755      8904    160431    236565    518280   7201569     14.25     15.04
4776.74/1195.72	c  N dy 27036   8041273      1755      8904    160431    133246    518280   2288281     14.25     15.03
4787.94/1198.58	c  N dy 27105   8061389      1755      8904    160431    153015    518280   3235923     14.25     15.27

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3258899-1304028877/watcher-3258899-1304028877 -o /tmp/evaluation-result-3258899-1304028877/solver-3258899-1304028877 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3258899-1304028877.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.65 3.50 1.34 5/180 18939
/proc/meminfo: memFree=13699164/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 409 0 0 0 0 0 0 0 25 0 4 0 514488611 52441088 349 33554432000 4194304 4627427 140736006001104 18446744073709551615 47842434815922 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18939/statm: 12803 349 299 106 0 7774 0
[pid=18939/tid=18940] ppid=18937 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514488611 52441088 349 33554432000 4194304 4627427 140736006001104 18446744073709551615 270613167089 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514488611 52441088 349 33554432000 4194304 4627427 140736006001104 18446744073709551615 47842434815912 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514488611 52441088 349 33554432000 4194304 4627427 140736006001104 18446744073709551615 47842434815920 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.041242 s]
/proc/loadavg: 7.65 3.50 1.34 5/180 18939
/proc/meminfo: memFree=13699164/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=285564 CPUtime=0.12 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 5159 0 0 0 11 1 0 0 18 0 4 0 514488611 292417536 5064 33554432000 4194304 4627427 140736006001104 18446744073709551615 270612771873 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18939/statm: 71424 5118 338 106 0 66395 0
[pid=18939/tid=18940] ppid=18937 vsize=285696 CPUtime=0.02 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) S 18937 18939 18832 0 -1 4202560 1063 0 0 0 2 0 0 0 18 0 4 0 514488611 292552704 5132 33554432000 4194304 4627427 140736006001104 18446744073709551615 270613215726 0 0 4096 2 18446604449797520320 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=285696 CPUtime=0.02 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) S 18937 18939 18832 0 -1 4202560 1156 0 0 0 2 0 0 0 18 0 4 0 514488611 292552704 5150 33554432000 4194304 4627427 140736006001104 18446744073709551615 270613215726 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=285696 CPUtime=0.03 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 1360 0 0 0 3 0 0 0 18 0 4 0 514488611 292552704 5217 33554432000 4194304 4627427 140736006001104 18446744073709551615 270613215775 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 285564

[startup+0.13071 s]
/proc/loadavg: 7.65 3.50 1.34 5/180 18939
/proc/meminfo: memFree=13699164/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=287684 CPUtime=0.48 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) D 18937 18939 18832 0 -1 4202496 7642 0 0 0 46 2 0 0 18 0 4 0 514488611 294588416 7547 33554432000 4194304 4627427 140736006001104 18446744073709551615 270613153975 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18939/statm: 71921 7562 374 106 0 66892 0
[pid=18939/tid=18940] ppid=18937 vsize=287684 CPUtime=0.1 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) D 18937 18939 18832 0 -1 4202560 1677 0 0 0 10 0 0 0 18 0 4 0 514488611 294588416 7572 33554432000 4194304 4627427 140736006001104 18446744073709551615 270613153975 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=287684 CPUtime=0.11 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 1753 0 0 0 11 0 0 0 18 0 4 0 514488611 294588416 7572 33554432000 4194304 4627427 140736006001104 18446744073709551615 4535587 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=287684 CPUtime=0.11 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 1829 0 0 0 11 0 0 0 18 0 4 0 514488611 294588416 7572 33554432000 4194304 4627427 140736006001104 18446744073709551615 4310584 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 287684

[startup+1.16894 s]
/proc/loadavg: 7.65 3.50 1.34 5/180 18939
/proc/meminfo: memFree=13699164/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=302448 CPUtime=4.61 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 20967 0 0 0 455 6 0 0 19 0 4 0 514488611 309706752 15269 33554432000 4194304 4627427 140736006001104 18446744073709551615 4332090 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 75612 15269 386 106 0 70583 0
[pid=18939/tid=18940] ppid=18937 vsize=302448 CPUtime=1.14 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 5489 0 0 0 112 2 0 0 19 0 4 0 514488611 309706752 15269 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=302448 CPUtime=1.14 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 5324 0 0 0 112 2 0 0 19 0 4 0 514488611 309706752 15269 33554432000 4194304 4627427 140736006001104 18446744073709551615 4308942 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=302448 CPUtime=1.14 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 4269 0 0 0 114 0 0 0 19 0 4 0 514488611 309706752 15269 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 302448

[startup+1.26892 s]
/proc/loadavg: 7.65 3.50 1.34 5/180 18939
/proc/meminfo: memFree=13699164/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=302448 CPUtime=5 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 21374 0 0 0 494 6 0 0 19 0 4 0 514488611 309706752 15676 33554432000 4194304 4627427 140736006001104 18446744073709551615 4330946 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 75612 15677 386 106 0 70583 0
[pid=18939/tid=18940] ppid=18937 vsize=302448 CPUtime=1.24 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 5579 0 0 0 122 2 0 0 19 0 4 0 514488611 309706752 15677 33554432000 4194304 4627427 140736006001104 18446744073709551615 4332840 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=302448 CPUtime=1.24 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 5416 0 0 0 122 2 0 0 19 0 4 0 514488611 309706752 15677 33554432000 4194304 4627427 140736006001104 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=302448 CPUtime=1.24 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 4415 0 0 0 124 0 0 0 19 0 4 0 514488611 309706752 15677 33554432000 4194304 4627427 140736006001104 18446744073709551615 4332984 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 302448

[startup+1.56887 s]
/proc/loadavg: 7.65 3.50 1.34 5/180 18939
/proc/meminfo: memFree=13699164/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=293348 CPUtime=6.2 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 23805 0 0 0 614 6 0 0 19 0 4 0 514488611 300388352 15479 33554432000 4194304 4627427 140736006001104 18446744073709551615 4305844 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 73337 15479 386 106 0 68308 0
[pid=18939/tid=18940] ppid=18937 vsize=293348 CPUtime=1.54 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 5826 0 0 0 152 2 0 0 19 0 4 0 514488611 300388352 15479 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=293348 CPUtime=1.54 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 6131 0 0 0 152 2 0 0 19 0 4 0 514488611 300388352 15479 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=293348 CPUtime=1.54 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 5171 0 0 0 154 0 0 0 20 0 4 0 514488611 300388352 15479 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 293348

[startup+3.1006 s]
/proc/loadavg: 7.68 3.57 1.38 9/184 18943
/proc/meminfo: memFree=13611524/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=295296 CPUtime=12.32 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 32521 0 0 0 1224 8 0 0 24 0 4 0 514488611 302383104 18800 33554432000 4194304 4627427 140736006001104 18446744073709551615 4424929 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 73824 18800 390 106 0 68795 0
[pid=18939/tid=18940] ppid=18937 vsize=295296 CPUtime=3.06 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 8430 0 0 0 304 2 0 0 24 0 4 0 514488611 302383104 18800 33554432000 4194304 4627427 140736006001104 18446744073709551615 4321460 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=295296 CPUtime=3.07 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 8233 0 0 0 305 2 0 0 24 0 4 0 514488611 302383104 18800 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=295296 CPUtime=3.08 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 7758 0 0 0 307 1 0 0 24 0 4 0 514488611 302383104 18800 33554432000 4194304 4627427 140736006001104 18446744073709551615 4308493 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 295296

[startup+6.30603 s]
/proc/loadavg: 7.68 3.57 1.38 9/184 18943
/proc/meminfo: memFree=13591424/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=319612 CPUtime=25.12 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 44358 0 0 0 2502 10 0 0 25 0 4 0 514488611 327282688 26058 33554432000 4194304 4627427 140736006001104 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 79903 26058 390 106 0 74874 0
[pid=18939/tid=18940] ppid=18937 vsize=319612 CPUtime=6.25 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 10707 0 0 0 622 3 0 0 25 0 4 0 514488611 327282688 26058 33554432000 4194304 4627427 140736006001104 18446744073709551615 4427421 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=319612 CPUtime=6.28 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 10785 0 0 0 625 3 0 0 25 0 4 0 514488611 327282688 26058 33554432000 4194304 4627427 140736006001104 18446744073709551615 4424704 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=319612 CPUtime=6.29 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 12583 0 0 0 627 2 0 0 25 0 4 0 514488611 327282688 26058 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 319612

[startup+12.7009 s]
/proc/loadavg: 7.70 3.65 1.41 9/184 18943
/proc/meminfo: memFree=13543000/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=310488 CPUtime=50.68 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 68952 0 0 0 5052 16 0 0 25 0 4 0 514488611 317939712 37188 33554432000 4194304 4627427 140736006001104 18446744073709551615 4331769 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 77622 37188 390 106 0 72593 0
[pid=18939/tid=18940] ppid=18937 vsize=310488 CPUtime=12.62 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 17657 0 0 0 1257 5 0 0 25 0 4 0 514488611 317939712 37189 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=310488 CPUtime=12.67 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 17269 0 0 0 1263 4 0 0 25 0 4 0 514488611 317939712 37189 33554432000 4194304 4627427 140736006001104 18446744073709551615 4423963 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=310488 CPUtime=12.68 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 18369 0 0 0 1265 3 0 0 25 0 4 0 514488611 317939712 37189 33554432000 4194304 4627427 140736006001104 18446744073709551615 4424714 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 310488

[startup+25.5006 s]
/proc/loadavg: 7.77 3.86 1.52 9/184 18943
/proc/meminfo: memFree=13469344/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=336272 CPUtime=101.8 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 110120 0 0 0 10156 24 0 0 25 0 4 0 514488611 344342528 49256 33554432000 4194304 4627427 140736006001104 18446744073709551615 4308940 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 84068 49256 390 106 0 79039 0
[pid=18939/tid=18940] ppid=18937 vsize=336272 CPUtime=25.35 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 26927 0 0 0 2528 7 0 0 25 0 4 0 514488611 344342528 49256 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=336272 CPUtime=25.47 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 27970 0 0 0 2540 7 0 0 25 0 4 0 514488611 344342528 49256 33554432000 4194304 4627427 140736006001104 18446744073709551615 4424704 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=336272 CPUtime=25.48 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 33323 0 0 0 2542 6 0 0 25 0 4 0 514488611 344342528 49256 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 336272

[startup+51.1011 s]
/proc/loadavg: 7.85 4.19 1.69 9/184 18944
/proc/meminfo: memFree=13412968/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=409588 CPUtime=204.08 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 179222 0 0 0 20371 37 0 0 25 0 4 0 514488611 419418112 60567 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309197 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 102397 60567 390 106 0 97368 0
[pid=18939/tid=18940] ppid=18937 vsize=409588 CPUtime=50.83 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 45368 0 0 0 5072 11 0 0 25 0 4 0 514488611 419418112 60567 33554432000 4194304 4627427 140736006001104 18446744073709551615 4321603 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=409588 CPUtime=51.07 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 45829 0 0 0 5098 9 0 0 25 0 4 0 514488611 419418112 60567 33554432000 4194304 4627427 140736006001104 18446744073709551615 4424978 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=409588 CPUtime=51.07 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 53088 0 0 0 5097 10 0 0 25 0 4 0 514488611 419418112 60567 33554432000 4194304 4627427 140736006001104 18446744073709551615 4308963 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 409588

[startup+102.301 s]
/proc/loadavg: 7.97 4.79 2.02 9/184 18945
/proc/meminfo: memFree=13316336/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=453024 CPUtime=408.63 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 289159 0 0 0 40800 63 0 0 25 0 4 0 514488611 463896576 78919 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 113256 78919 390 106 0 108227 0
[pid=18939/tid=18940] ppid=18937 vsize=453024 CPUtime=101.79 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 71035 0 0 0 10161 18 0 0 25 0 4 0 514488611 463896576 78919 33554432000 4194304 4627427 140736006001104 18446744073709551615 4333195 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=453024 CPUtime=102.26 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 75712 0 0 0 10212 14 0 0 25 0 4 0 514488611 463896576 78919 33554432000 4194304 4627427 140736006001104 18446744073709551615 4332081 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=453024 CPUtime=102.27 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 87779 0 0 0 10208 19 0 0 25 0 4 0 514488611 463896576 78919 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 453024

[startup+162.3 s]

################
# More data... #
################

[pid=18939] ppid=18937 vsize=956540 CPUtime=2565.94 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 1380401 0 0 0 256274 320 0 0 25 0 4 0 514488611 979496960 154215 33554432000 4194304 4627427 140736006001104 18446744073709551615 4327488 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 239135 154215 390 106 0 234106 0
[pid=18939/tid=18940] ppid=18937 vsize=956540 CPUtime=639.16 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 348423 0 0 0 63836 80 0 0 25 0 4 0 514488611 979496960 154215 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=956540 CPUtime=642.25 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 364274 0 0 0 64142 83 0 0 25 0 4 0 514488611 979496960 154215 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=956540 CPUtime=642.22 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 364109 0 0 0 64141 81 0 0 25 0 4 0 514488611 979496960 154215 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2565.94
Current children cumulated vsize (KiB) 956540

[startup+702.301 s]
/proc/loadavg: 8.13 7.66 4.90 9/184 18961
/proc/meminfo: memFree=12854716/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=891072 CPUtime=2805.65 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 1485978 0 0 0 280217 348 0 0 25 0 4 0 514488611 912457728 154731 33554432000 4194304 4627427 140736006001104 18446744073709551615 4308493 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 222768 154731 393 106 0 217739 0
[pid=18939/tid=18940] ppid=18937 vsize=891072 CPUtime=698.87 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 377142 0 0 0 69801 86 0 0 25 0 4 0 514488611 912457728 154731 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=891072 CPUtime=702.25 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 392114 0 0 0 70134 91 0 0 25 0 4 0 514488611 912457728 154731 33554432000 4194304 4627427 140736006001104 18446744073709551615 4308392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=891072 CPUtime=702.22 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 393201 0 0 0 70132 90 0 0 25 0 4 0 514488611 912457728 154731 33554432000 4194304 4627427 140736006001104 18446744073709551615 4321507 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.65
Current children cumulated vsize (KiB) 891072

[startup+762.301 s]
/proc/loadavg: 8.09 7.73 5.09 9/184 18963
/proc/meminfo: memFree=12774600/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=1122444 CPUtime=3045.37 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 1588635 0 0 0 304161 376 0 0 25 0 4 0 514488611 1149382656 170823 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 280611 170823 393 106 0 275582 0
[pid=18939/tid=18940] ppid=18937 vsize=1122444 CPUtime=758.59 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 402536 0 0 0 75765 94 0 0 25 0 4 0 514488611 1149382656 170823 33554432000 4194304 4627427 140736006001104 18446744073709551615 4327479 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=1122444 CPUtime=762.25 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 418005 0 0 0 76127 98 0 0 25 0 4 0 514488611 1149382656 170823 33554432000 4194304 4627427 140736006001104 18446744073709551615 4308120 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=1122444 CPUtime=762.22 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 421527 0 0 0 76125 97 0 0 25 0 4 0 514488611 1149382656 170823 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.37
Current children cumulated vsize (KiB) 1122444

[startup+822.301 s]
/proc/loadavg: 8.07 7.79 5.28 9/184 18965
/proc/meminfo: memFree=12670912/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=1022016 CPUtime=3285.06 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 1685335 0 0 0 328105 401 0 0 25 0 4 0 514488611 1046544384 188612 33554432000 4194304 4627427 140736006001104 18446744073709551615 4310574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 255504 188612 393 106 0 250475 0
[pid=18939/tid=18940] ppid=18937 vsize=1022016 CPUtime=818.28 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 429602 0 0 0 81727 101 0 0 25 0 4 0 514488611 1046544384 188612 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=1022016 CPUtime=822.25 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 453314 0 0 0 82120 105 0 0 25 0 4 0 514488611 1046544384 188612 33554432000 4194304 4627427 140736006001104 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=1022016 CPUtime=822.21 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 437757 0 0 0 82120 101 0 0 25 0 4 0 514488611 1046544384 188612 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3285.06
Current children cumulated vsize (KiB) 1022016

[startup+882.301 s]
/proc/loadavg: 8.10 7.86 5.45 9/184 18966
/proc/meminfo: memFree=12607528/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=1181028 CPUtime=3524.76 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 1797372 0 0 0 352049 427 0 0 25 0 4 0 514488611 1209372672 196607 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 295257 196607 393 106 0 290228 0
[pid=18939/tid=18940] ppid=18937 vsize=1181028 CPUtime=877.99 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 456395 0 0 0 87691 108 0 0 25 0 4 0 514488611 1209372672 196607 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=1181028 CPUtime=882.25 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 478095 0 0 0 88114 111 0 0 25 0 4 0 514488611 1209372672 196607 33554432000 4194304 4627427 140736006001104 18446744073709551615 4327434 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=1181028 CPUtime=882.2 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 471383 0 0 0 88113 107 0 0 25 0 4 0 514488611 1209372672 196607 33554432000 4194304 4627427 140736006001104 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.76
Current children cumulated vsize (KiB) 1181028

[startup+942.3 s]
/proc/loadavg: 8.04 7.88 5.61 9/184 18968
/proc/meminfo: memFree=12521932/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=1237976 CPUtime=3764.47 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 1913956 0 0 0 375990 457 0 0 25 0 4 0 514488611 1267687424 207934 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 309494 207934 395 106 0 304465 0
[pid=18939/tid=18940] ppid=18937 vsize=1237976 CPUtime=937.7 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 487643 0 0 0 93655 115 0 0 25 0 4 0 514488611 1267687424 207934 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=1237976 CPUtime=942.25 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 503627 0 0 0 94106 119 0 0 25 0 4 0 514488611 1267687424 207934 33554432000 4194304 4627427 140736006001104 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=1237976 CPUtime=942.2 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 499380 0 0 0 94106 114 0 0 25 0 4 0 514488611 1267687424 207934 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.47
Current children cumulated vsize (KiB) 1237976

[startup+1002.3 s]
/proc/loadavg: 8.12 7.93 5.77 9/184 18969
/proc/meminfo: memFree=12481864/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=1171200 CPUtime=4004.15 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 2005853 0 0 0 399933 482 0 0 25 0 4 0 514488611 1199308800 214926 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 292800 214926 390 106 0 287771 0
[pid=18939/tid=18940] ppid=18937 vsize=1171200 CPUtime=997.4 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 513030 0 0 0 99618 122 0 0 25 0 4 0 514488611 1199308800 214926 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=1171200 CPUtime=1002.25 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 528898 0 0 0 100099 126 0 0 25 0 4 0 514488611 1199308800 214926 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=1171200 CPUtime=1002.19 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 520310 0 0 0 100099 120 0 0 25 0 4 0 514488611 1199308800 214926 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4004.15
Current children cumulated vsize (KiB) 1171200

[startup+1062.31 s]
/proc/loadavg: 8.12 7.96 5.91 9/184 18971
/proc/meminfo: memFree=12544704/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=1224980 CPUtime=4243.87 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 2103294 0 0 0 423880 507 0 0 25 0 4 0 514488611 1254379520 210085 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 306245 210085 390 106 0 301216 0
[pid=18939/tid=18940] ppid=18937 vsize=1224980 CPUtime=1057.11 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 538527 0 0 0 105583 128 0 0 25 0 4 0 514488611 1254379520 210085 33554432000 4194304 4627427 140736006001104 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=1224980 CPUtime=1062.25 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 551003 0 0 0 106094 131 0 0 25 0 4 0 514488611 1254379520 210085 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=1224980 CPUtime=1062.2 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 545777 0 0 0 106092 128 0 0 25 0 4 0 514488611 1254379520 210085 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.87
Current children cumulated vsize (KiB) 1224980

[startup+1122.3 s]
/proc/loadavg: 8.09 7.95 6.03 9/184 19034
/proc/meminfo: memFree=12870684/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=1309308 CPUtime=4483.52 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 2193602 0 0 0 447822 530 0 0 25 0 4 0 514488611 1340731392 221484 33554432000 4194304 4627427 140736006001104 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 327327 221484 390 106 0 322298 0
[pid=18939/tid=18940] ppid=18937 vsize=1309308 CPUtime=1116.79 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 554973 0 0 0 111547 132 0 0 25 0 4 0 514488611 1340731392 221484 33554432000 4194304 4627427 140736006001104 18446744073709551615 4308499 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=1309308 CPUtime=1122.24 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 578859 0 0 0 112087 137 0 0 25 0 4 0 514488611 1340731392 221484 33554432000 4194304 4627427 140736006001104 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=1309308 CPUtime=1122.18 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 567242 0 0 0 112085 133 0 0 25 0 4 0 514488611 1340731392 221484 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.52
Current children cumulated vsize (KiB) 1309308

[startup+1182.3 s]
/proc/loadavg: 8.07 7.97 6.16 9/184 19035
/proc/meminfo: memFree=12703868/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=1315092 CPUtime=4723.21 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 2264559 0 0 0 471771 550 0 0 25 0 4 0 514488611 1346654208 221044 33554432000 4194304 4627427 140736006001104 18446744073709551615 4308499 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 328773 221044 390 106 0 323744 0
[pid=18939/tid=18940] ppid=18937 vsize=1315092 CPUtime=1176.48 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 574838 0 0 0 117511 137 0 0 25 0 4 0 514488611 1346654208 221045 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=1315092 CPUtime=1182.24 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 598091 0 0 0 118082 142 0 0 25 0 4 0 514488611 1346654208 221045 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=1315092 CPUtime=1182.17 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 583431 0 0 0 118079 138 0 0 25 0 4 0 514488611 1346654208 221045 33554432000 4194304 4627427 140736006001104 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4723.21
Current children cumulated vsize (KiB) 1315092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.05 7.97 6.20 10/184 19036
/proc/meminfo: memFree=12697036/32951124 swapFree=67111528/67111528
[pid=18939] ppid=18937 vsize=1258112 CPUtime=4800.33 cores=0,2,4,6
/proc/18939/stat : 18939 (strangenight2-m) R 18937 18939 18832 0 -1 4202496 2293493 0 0 0 479476 557 0 0 25 0 4 0 514488611 1288306688 225174 33554432000 4194304 4627427 140736006001104 18446744073709551615 4308392 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18939/statm: 314528 225174 390 106 0 309499 0
[pid=18939/tid=18940] ppid=18937 vsize=1258112 CPUtime=1195.69 cores=0,2,4,6
/proc/18939/task/18940/stat : 18940 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 583124 0 0 0 119430 139 0 0 25 0 4 0 514488611 1288306688 225174 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18939/tid=18941] ppid=18937 vsize=1258112 CPUtime=1201.55 cores=0,2,4,6
/proc/18939/task/18941/stat : 18941 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 606522 0 0 0 120011 144 0 0 25 0 4 0 514488611 1288306688 225174 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18939/tid=18942] ppid=18937 vsize=1258112 CPUtime=1201.48 cores=0,2,4,6
/proc/18939/task/18942/stat : 18942 (strangenight2-m) R 18937 18939 18832 0 -1 4202560 592174 0 0 0 120007 141 0 0 25 0 4 0 514488611 1288306688 225174 33554432000 4194304 4627427 140736006001104 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 1258112

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.65
CPU time (s): 4800.4
CPU user time (s): 4794.79
CPU system time (s): 5.61915
CPU usage (%): 399.484
Max. virtual memory (cumulated for all children) (KiB): 1406568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.79
system time used= 5.61914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2293499
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7676
involuntary context switches= 24451

runsolver used 1.80373 second user time and 4.10338 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-29 00:14:37
IDJOB=3258899
IDBENCH=71443
IDSOLVER=1586
FILE ID=node108/3258899-1304028877
RUNJOBID= node108-1304028687-18851
PBS_JOBID= 13170344
Free space on /tmp= 72112 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v1820c171155g5.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258899-1304028877/watcher-3258899-1304028877 -o /tmp/evaluation-result-3258899-1304028877/solver-3258899-1304028877 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3258899-1304028877.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 70a781814cd432fb0f934a7edd92ccff
RANDOM SEED=1848238275

node108.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13699452 kB
Buffers:       2294096 kB
Cached:       16108188 kB
SwapCached:          0 kB
Active:       10447348 kB
Inactive:      8222800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13699452 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7892 kB
Writeback:           0 kB
AnonPages:      266880 kB
Mapped:          15508 kB
Slab:           518028 kB
PageTables:       4896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   512152 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72108 MiB
End job on node108 at 2011-04-29 00:34:40