Trace number 3293155

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-1-st? (TO) 1300.04 1300.01

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w8.shuffled.cnf
MD5SUM82e833e539576c6d79252b19dcace0cf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.08123
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3293155-1303790546.cnf'
0.00/0.00	c -- header says num vars:          10056
0.00/0.00	c -- header says num clauses:      271393
0.00/0.07	c -- clauses added:            0 learnts,       271393 normals,            0 xors
0.00/0.07	c -- vars added      10056
0.00/0.07	c Parsing time:  0.07 s
0.00/0.07	c  N st     0         0     10056      1257    270136         0    550328         0   no data   no data  --
0.00/0.07	c asymm  cl-useful: 0/1257/1257 lits-rem:0 time: 0.00
0.09/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.09
0.19/0.20	c bin-w-bin subsume rem            0 bins  time:  0.03 s
0.19/0.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.19/0.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10056 time:  0.03 s
0.19/0.29	c Removed useless bin:       0  fixed:     0  props:   1.39M  time:  0.03 s
0.39/0.48	c lits-rem:         3  cl-subs:       10  v-elim:   1376  v-fix:    0  time:  0.18 s
0.39/0.49	c Finding binary XORs  T:     0.01 s  found:       0
0.49/0.52	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.49/0.52	c calculated reachability. Time: 0.00
0.49/0.52	c Calc default polars -  time:   0.01 s pos:    4315 undec:    1376 neg:    4365
0.49/0.52	c =========================================================================================
0.49/0.52	c types(t): F = full restart, N = normal restart
0.49/0.52	c types(t): S = simplification begin/end, E = solution found
0.49/0.52	c restart types(rt): st = static, dy = dynamic
0.49/0.52	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.49/0.52	c  B st     0         0      8680     63335    206667         0    945249         0   no data   no data  --
1.09/1.11	c  N dy    20      4054      8680     63335    206667      3942    945249    101327      8.38      8.89  --
1.79/1.89	c  N dy    37      8995      8680     63335    206669      6340    945249    136492      7.91      8.33  --
2.59/2.63	c  N dy    60     13086      8680     63335    206669      6211    945249    126293      8.12      8.67  --
3.19/3.29	c  N dy    78     17100      8680     63335    206669     10121    945249    218028      8.07      9.50  --
3.98/4.03	c  N dy    98     21265      8680     63335    206669      8695    945249    172164      8.11      8.55  --
4.58/4.63	c  F st   116     25001      8680     63335    206669     12301    945249    250348      8.08      8.04  --
4.68/4.77	c  N st   118     25630      8680     63335    206669     12906    945249    265313      8.08   no data  --
5.69/5.73	c  N dy   122     30000      8680     63335    206669     10606    945249    255840      8.08   no data  --
5.69/5.73	c  S st   122     30000      8680     63335    206669     10606    945249    255840      8.08   no data  --
5.79/5.89	c  S st   122     30503      8680     63335    206669     11107    945249    269520      8.08   no data  --
5.89/5.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
5.89/5.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.49/6.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 31.3M T:  0.61
6.49/6.57	c bin-w-bin subsume rem            0 bins  time:  0.02 s
7.28/7.32	c subs with bin:       54  lits-rem:         7  v-fix:    0  time:  0.74 s
7.28/7.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8680 time:  0.03 s
7.28/7.37	c Removed useless bin:       0  fixed:     0  props:   1.07M  time:  0.03 s
8.79/8.86	c lits-rem:       235  cl-subs:      316  v-elim:      0  v-fix:    0  time:  1.49 s
8.98/9.05	c asymm  cl-useful: 0/10792/63335 lits-rem:0 time: 0.19
8.98/9.06	c calculated reachability. Time: 0.00
8.98/9.06	c  N dy   122     30503      8680     63335    206669     10737    945240    264480      8.08   no data  --
9.69/9.79	c  N dy   140     34593      8680     63335    206669     14728    945240    353898      8.04      8.48  --
10.49/10.58	c  N dy   161     38880      8680     63335    206669     11155    945240    210251      8.03      8.47  --
11.39/11.41	c  N dy   180     43334      8680     63335    206670     15435    945240    308783      8.02      8.48  --
11.79/11.89	c  S st   194     45755      8680     63335    206672      9063    945240    145421      8.03      7.80  --
12.00/12.04	c  S st   194     46257      8680     63335    206672      9556    945240    158845      8.03   no data  --
12.00/12.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.00/12.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.59/12.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 29.7M T:  0.59
12.59/12.68	c bin-w-bin subsume rem            0 bins  time:  0.02 s
12.99/13.07	c subs with bin:      486  lits-rem:         3  v-fix:    0  time:  0.39 s
12.99/13.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8680 time:  0.03 s
13.10/13.12	c Removed useless bin:       0  fixed:     0  props:   1.07M  time:  0.03 s
13.39/13.43	c lits-rem:        73  cl-subs:      285  v-elim:      0  v-fix:    0  time:  0.31 s
13.39/13.45	c vivif2 --  cl tried    63335 cl shrink        0 lits rem          0 time: 0.02
13.39/13.46	c vivif2 --  cl tried     8785 cl shrink        0 lits rem          0 time: 0.01
13.59/13.65	c asymm  cl-useful: 0/12081/63335 lits-rem:0 time: 0.19
13.59/13.66	c calculated reachability. Time: 0.00
13.59/13.66	c  N dy   194     46257      8680     63335    206672      8785    945240    151467      8.03   no data  --
14.30/14.38	c  N dy   217     50292      8680     63335    206673     12707    945240    242937      8.04     10.94  --
15.09/15.12	c  N dy   242     54295      8680     63335    206674     16561    945240    340837      8.08      8.54  --
15.89/15.98	c  N dy   259     58744      8680     63335    206674     11235    945240    195520      8.07      8.52  --
16.79/16.82	c  N dy   280     63068      8680     63335    206676     15446    945240    293999      8.08      8.65  --
17.59/17.69	c  N dy   309     67140      8680     63335    206677     19435    945240    394926      8.13      9.78  --
18.19/18.21	c  S st   327     69387      8680     63335    206677     10939    945240    176002      8.17      8.01  --
18.29/18.37	c  S st   327     69891      8680     63335    206677     11441    945240    191711      8.17   no data  --
18.29/18.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
18.29/18.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.89/18.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      0 BRemN:      0 P: 30.5M T:  0.60
18.99/19.02	c bin-w-bin subsume rem            0 bins  time:  0.02 s
19.39/19.45	c subs with bin:      420  lits-rem:        13  v-fix:    0  time:  0.43 s
19.39/19.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8680 time:  0.03 s
19.49/19.50	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.03 s
19.89/19.93	c lits-rem:       158  cl-subs:      261  v-elim:      0  v-fix:    0  time:  0.43 s
19.89/19.95	c vivif2 --  cl tried    63335 cl shrink        0 lits rem          0 time: 0.02
19.89/19.96	c vivif2 --  cl tried    10760 cl shrink        0 lits rem          0 time: 0.01
20.09/20.16	c asymm  cl-useful: 0/11559/63335 lits-rem:0 time: 0.20
20.09/20.17	c calculated reachability. Time: 0.00
20.09/20.17	c  N dy   327     69891      8680     63335    206679     10760    945240    184741      8.17   no data  --
20.99/21.04	c  N dy   357     74550      8680     63335    206679     15320    945240    296872      8.20      8.69  --
21.78/21.89	c  N dy   374     79338      8680     63335    206679     19968    945240    399206      8.18      9.27  --
22.89/22.99	c  N dy   411     84459      8680     63335    206680     13254    945240    223298      8.23      8.74  --
23.59/23.69	c  F st   433     87501      8680     63335    206680     16237    945240    300294      8.26      7.87  --
24.29/24.39	c  N st   438     90800      8680     63335    206681     19420    945240    386519      8.26   no data  --
25.59/25.62	c  N dy   457     96868      8680     63335    206682     12698    945240    199043      8.26      8.76  --
26.89/26.97	c  N dy   502    103130      8680     63335    206687     18826    945240    368647      8.34      8.78  --
27.29/27.37	c  S st   516    104836      8680     63335    206687     20506    945240    411842      8.36   no data  --
27.50/27.54	c  S st   516    105340      8680     63335    206687     21007    945240    428380      8.36   no data  --
27.50/27.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
27.50/27.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.19/28.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 32.9M T:  0.68
28.19/28.29	c bin-w-bin subsume rem            0 bins  time:  0.02 s
29.19/29.22	c subs with bin:     1391  lits-rem:        67  v-fix:    0  time:  0.93 s
29.19/29.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8680 time:  0.03 s
29.19/29.27	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.02 s
31.09/31.13	c lits-rem:       352  cl-subs:      363  v-elim:      0  v-fix:    0  time:  1.86 s
31.09/31.15	c vivif2 --  cl tried    63335 cl shrink        0 lits rem          0 time: 0.02
31.09/31.17	c vivif2 --  cl tried    19253 cl shrink        0 lits rem          0 time: 0.02
31.29/31.37	c asymm  cl-useful: 0/9721/63335 lits-rem:0 time: 0.20
31.29/31.38	c calculated reachability. Time: 0.00
31.29/31.38	c  N dy   516    105340      8680     63335    206687     19253    945240    410252      8.36   no data  --
32.69/32.70	c  N dy   551    112221      8680     63335    206687     25962    945240    577353      8.39      8.84  --
33.99/34.10	c  N dy   588    119514      8680     63335    206690     19399    945240    358417      8.40      8.87  --
35.89/35.92	c  N dy   655    127144      8680     63335    206691     26919    945240    579672      8.50     11.51  --
37.59/37.64	c  N dy   702    135400      8680     63335    206691     20297    945240    373404      8.52      8.99  --
39.68/39.78	c  N dy   759    145279      8680     63335    206692     29903    945240    615703      8.56      9.16  --
41.89/41.91	c  N dy   814    156525      8680     63335    206696     25276    945240    491961      8.56      9.02  --
42.09/42.19	c  S st   819    158010      8680     63335    206696     26697    945240    523694      8.55      6.25  --
42.29/42.36	c  S st   819    158511      8680     63335    206696     27195    945240    537379      8.55   no data  --
42.29/42.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
42.29/42.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
42.99/43.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 33.6M T:  0.71
43.09/43.14	c bin-w-bin subsume rem            0 bins  time:  0.02 s
44.00/44.08	c subs with bin:     1073  lits-rem:        22  v-fix:    0  time:  0.94 s
44.09/44.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8680 time:  0.03 s
44.09/44.14	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.02 s
44.79/44.88	c lits-rem:       379  cl-subs:      754  v-elim:      0  v-fix:    0  time:  0.74 s
44.89/44.90	c vivif2 --  cl tried    63335 cl shrink        0 lits rem          0 time: 0.02
44.89/44.92	c vivif2 --  cl tried    25368 cl shrink        0 lits rem          0 time: 0.02
45.10/45.13	c asymm  cl-useful: 0/9229/63335 lits-rem:0 time: 0.21
45.10/45.14	c calculated reachability. Time: 0.00
45.10/45.14	c  N dy   819    158511      8680     63335    206696     25368    945240    517034      8.55   no data  --
47.39/47.41	c  N dy   877    168758      8680     63335    206699     18808    945240    327277      8.57      9.13  --
49.89/49.90	c  N dy   950    179648      8680     63335    206701     29419    945240    603998      8.61      9.12  --
52.59/52.62	c  N dy  1026    191119      8680     63335    206704     23089    945240    438110      8.66     11.05  --
55.49/55.52	c  N dy  1103    203534      8680     63335    206706     35251    945240    777392      8.69      9.16  --
58.49/58.55	c  N dy  1178    216551      8680     63335    206709     29424    945240    590079      8.71      9.20  --
61.89/61.94	c  N dy  1261    230722      8680     63335    206711     23751    945240    425252      8.73      9.23  --
63.49/63.55	c  S st  1305    237766      8680     63335    206711     30672    945240    612935      8.75      7.97  --
63.70/63.74	c  S st  1305    238267      8680     63335    206711     31171    945240    627829      8.75   no data  --
63.70/63.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
63.70/63.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
64.39/64.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      7 BRemL:      0 BRemN:      0 P: 34.0M T:  0.72
64.49/64.54	c bin-w-bin subsume rem            0 bins  time:  0.02 s
65.59/65.66	c subs with bin:     1913  lits-rem:        79  v-fix:    0  time:  1.13 s
65.59/65.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8680 time:  0.03 s
65.69/65.72	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.02 s
66.39/66.45	c lits-rem:       281  cl-subs:      784  v-elim:      0  v-fix:    0  time:  0.74 s
66.39/66.47	c vivif2 --  cl tried    63335 cl shrink        0 lits rem          0 time: 0.02
66.39/66.49	c vivif2 --  cl tried    28474 cl shrink        0 lits rem          0 time: 0.02
66.59/66.69	c asymm  cl-useful: 0/8696/63335 lits-rem:0 time: 0.19
66.69/66.70	c calculated reachability. Time: 0.00
66.69/66.70	c  N dy  1305    238267      8680     63335    206718     28474    945240    598545      8.75   no data  --
69.59/69.63	c  N dy  1380    253583      8680     63335    206720     22848    945240    397994      8.75      9.24  --
73.59/73.63	c  N dy  1491    269953      8680     63335    206722     38863    945240    859350      8.81      9.36  --
78.00/78.09	c  N dy  1602    287223      8680     63335    206722     34364    945240    710705      8.85      9.34  --
82.79/82.85	c  N dy  1719    305639      8680     63335    206723     29889    945240    574952      8.89     10.57  --
82.89/82.97	c  F st  1720    306251      8680     63335    206723     30480    945240    586697      8.89      8.78  --
87.89/87.94	c  N dy  1806    325215      8680     63335    206724     25590    945240    454500      8.91      9.54  --
92.59/92.62	c  N dy  1918    345272      8680     63335    206729     45142    945240    975670      8.92     10.82  --
95.79/95.80	c  S st  2010    357400      8680     63335    206730     32595    945240    632890      8.95   no data  --
95.89/95.99	c  S st  2010    357906      8680     63335    206730     33099    945240    648320      8.95   no data  --
95.99/96.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
95.99/96.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
96.70/96.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 35.1M T:  0.74
96.80/96.81	c bin-w-bin subsume rem            0 bins  time:  0.02 s
97.90/97.91	c subs with bin:      951  lits-rem:        41  v-fix:    0  time:  1.11 s
97.90/97.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8680 time:  0.03 s
97.90/97.97	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.03 s
98.69/98.75	c lits-rem:       206  cl-subs:      548  v-elim:      0  v-fix:    0  time:  0.78 s
98.69/98.77	c vivif2 --  cl tried    63335 cl shrink        0 lits rem          0 time: 0.02
98.69/98.79	c vivif2 --  cl tried    31600 cl shrink        0 lits rem          0 time: 0.03
98.90/98.99	c asymm  cl-useful: 0/8063/63335 lits-rem:0 time: 0.19
98.90/99.00	c calculated reachability. Time: 0.00
98.90/99.00	c  N dy  2010    357906      8680     63335    206730     31600    945240    631214      8.95   no data  --
104.40/104.42	c  N dy  2156    377959      8680     63335    206732     25849    945240    432421      9.01      9.85  --
109.69/109.71	c  N dy  2288    398007      8680     63335    206733     45520    945240    984677      9.04      9.62  --
115.19/115.24	c  N dy  2410    419519      8680     63335    206734     40046    945240    784879      9.06      9.65  --
120.90/120.94	c  N dy  2542    439589      8680     63335    206735     32283    945240    579052      9.10     11.24  --
127.09/127.15	c  N dy  2677    459727      8680     63335    206737     52014    945240   1133365      9.12      9.65  --
132.69/132.75	c  N dy  2814    479990      8680     63335    206740     43493    945240    881746      9.16      9.70  --
138.69/138.76	c  N dy  2938    501392      8680     63335    206742     35036    945240    595112      9.18      9.79  --
144.59/144.64	c  N dy  3067    521570      8680     63335    206743     54830    945240   1165521      9.20      9.71  --
149.20/149.24	c  S st  3170    536862      8680     63335    206744     39484    945240    728946      9.22   no data  --
149.40/149.45	c  S st  3170    537365      8680     63335    206744     39983    945240    742963      9.22   no data  --
149.40/149.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
149.40/149.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
150.20/150.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 36.7M T:  0.80
150.30/150.33	c bin-w-bin subsume rem            0 bins  time:  0.02 s
151.40/151.48	c subs with bin:      891  lits-rem:        38  v-fix:    0  time:  1.15 s
151.50/151.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8680 time:  0.03 s
151.50/151.53	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.03 s
152.39/152.48	c lits-rem:       256  cl-subs:      607  v-elim:      0  v-fix:    0  time:  0.95 s
152.49/152.50	c vivif2 --  cl tried    63335 cl shrink        0 lits rem          0 time: 0.02
152.49/152.53	c vivif2 --  cl tried    38485 cl shrink        0 lits rem          0 time: 0.03
152.69/152.75	c asymm  cl-useful: 0/8749/63335 lits-rem:0 time: 0.22
152.69/152.76	c calculated reachability. Time: 0.00
152.69/152.76	c  N dy  3170    537365      8680     63335    206744     38485    945240    726928      9.22   no data  --
158.69/158.75	c  N dy  3316    557445      8680     63335    206746     58218    945240   1292493      9.25     14.50  --
164.49/164.59	c  N dy  3421    577449      8680     63335    206746     46470    945240    900928      9.26      9.80  --
170.69/170.71	c  N dy  3537    597474      8680     63335    206747     33707    945240    543773      9.27     10.00  --
176.70/176.77	c  N dy  3696    617552      8680     63335    206747     53483    945240   1143349      9.31     10.82  --
182.69/182.74	c  N dy  3822    637652      8680     63335    206747     39808    945240    685221      9.33     10.40  --
188.39/188.40	c  N dy  3940    657681      8680     63335    206749     59413    945240   1243497      9.34      9.84  --
194.40/194.46	c  N dy  4057    677752      8680     63335    206749     44784    945240    818481      9.35     10.18  --
200.79/200.81	c  N dy  4192    697851      8680     63335    206749     64489    945240   1390845      9.37     11.51  --
206.70/206.80	c  N dy  4328    717872      8680     63335    206750     48877    945240    945123      9.39     10.05  --
213.19/213.20	c  N dy  4462    737893      8680     63335    206751     68561    945240   1515133      9.41      9.91  --
219.39/219.47	c  N dy  4602    757953      8680     63335    206751     51969    945240   1006118      9.43      9.94  --
225.70/225.78	c  N dy  4714    777992      8680     63335    206752     71667    945240   1586077      9.44     10.11  --
231.29/231.31	c  N dy  4798    798684      8680     63335    206752     54608    945240   1029419      9.44      9.97  --
233.29/233.31	c  S st  4825    806048      8680     63335    206752     61800    945240   1223062      9.43      9.52  --
233.49/233.56	c  S st  4825    806551      8680     63335    206752     62300    945240   1238295      9.43   no data  --
233.49/233.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
233.49/233.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
234.49/234.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 39.5M T:  0.93
234.49/234.59	c bin-w-bin subsume rem            0 bins  time:  0.02 s
235.90/235.91	c subs with bin:      408  lits-rem:        31  v-fix:    0  time:  1.33 s
235.90/235.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8680 time:  0.03 s
235.90/235.97	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.02 s
237.79/237.81	c lits-rem:       305  cl-subs:     1469  v-elim:      0  v-fix:    0  time:  1.84 s
237.79/237.83	c vivif2 --  cl tried    63335 cl shrink        0 lits rem          0 time: 0.02
237.79/237.88	c vivif2 --  cl tried    60423 cl shrink        7 lits rem          7 time: 0.05
238.10/238.11	c asymm  cl-useful: 0/7597/63335 lits-rem:0 time: 0.23
238.10/238.12	c calculated reachability. Time: 0.00
238.10/238.12	c  N dy  4825    806551      8680     63335    206752     60423    945240   1213214      9.43   no data  --
244.59/244.64	c  N dy  4955    826621      8680     63335    206753     41871    945240    672089      9.45     10.03  --
250.39/250.49	c  N dy  5065    846681      8680     63335    206753     61578    945240   1266954      9.46     10.59  --
256.99/257.01	c  N dy  5169    866700      8680     63335    206753     41976    945240    657397      9.46     10.85  --
263.10/263.15	c  N dy  5287    886759      8680     63335    206753     61693    945240   1236254      9.48      9.98  --
269.09/269.15	c  N dy  5379    906835      8680     63335    206755     41086    945240    611222      9.48     10.44  --
275.50/275.59	c  N dy  5533    927303      8680     63335    206756     61238    945240   1229394      9.50     10.19  --
283.00/283.08	c  N dy  5620    948369      8680     63335    206756     81791    945240   1786753      9.50     10.06  --
289.49/289.51	c  N dy  5738    968861      8680     63335    206756     60694    945240   1162957      9.50     10.05  --
296.60/296.61	c  N dy  5858    988873      8680     63335    206757     80356    945240   1743707      9.51     11.57  --
302.99/303.01	c  N dy  5972   1008918      8680     63335    206757     57871    945240   1050026      9.52     11.32  --
309.29/309.37	c  N dy  6085   1029029      8680     63335    206758     77617    945240   1604092      9.52     10.05  --
315.90/315.97	c  N dy  6212   1049030      8680     63335    206759     54069    945240    931442      9.53     11.72  --
322.00/322.04	c  N dy  6334   1069144      8680     63335    206761     73725    945240   1491296      9.54     10.11  --
322.90/322.95	c  F st  6349   1071875      8680     63335    206761     76406    945240   1563843      9.54      8.35  --
329.09/329.20	c  N dy  6432   1089937      8680     63335    206762     49987    945240    804776      9.55     10.06  --
335.19/335.26	c  N dy  6555   1110178      8680     63335    206763     69815    945240   1379114      9.55     10.13  --
342.19/342.20	c  N dy  6686   1130433      8680     63335    206763     89728    945240   1963858      9.56     10.09  --
348.20/348.27	c  N dy  6813   1150523      8680     63335    206764     64354    945240   1207885      9.58     10.12  --
355.70/355.70	c  N dy  6938   1170524      8680     63335    206764     84034    945240   1789356      9.59     10.12  --
362.20/362.28	c  N dy  7063   1190618      8680     63335    206764     57642    945240    991125      9.60     10.69  --
368.90/368.94	c  S st  7200   1209826      8680     63335    206764     76551    945240   1573684      9.61     10.24  --
369.10/369.20	c  S st  7200   1210330      8680     63335    206764     77052    945240   1591195      9.61   no data  --
369.20/369.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
369.20/369.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
370.20/370.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 41.3M T:  1.04
370.30/370.35	c bin-w-bin subsume rem            0 bins  time:  0.02 s
371.70/371.74	c subs with bin:      506  lits-rem:        43  v-fix:    0  time:  1.39 s
371.70/371.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8680 time:  0.03 s
371.70/371.80	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.02 s
374.60/374.67	c lits-rem:       155  cl-subs:     1538  v-elim:      0  v-fix:    0  time:  2.87 s
374.60/374.68	c vivif2 --  cl tried    63335 cl shrink        0 lits rem          0 time: 0.02
374.70/374.75	c vivif2 --  cl tried    75008 cl shrink       46 lits rem         46 time: 0.07
374.90/374.99	c asymm  cl-useful: 0/7268/63335 lits-rem:0 time: 0.24
375.00/375.01	c calculated reachability. Time: 0.00
375.00/375.01	c  N dy  7200   1210330      8680     63335    206764     75008    945240   1563349      9.61   no data  --
382.50/382.52	c  N dy  7340   1230418      8680     63335    206764     47558    945240    687162      9.62     11.39  --
388.40/388.47	c  N dy  7455   1250496      8680     63335    206765     67279    945240   1263535      9.63     10.98  --
395.20/395.24	c  N dy  7567   1270578      8680     63335    206767     86951    945240   1828816      9.63     10.71  --
402.50/402.53	c  N dy  7679   1290592      8680     63335    206767     58489    945240    984183      9.63     10.21  --
409.00/409.01	c  N dy  7778   1310679      8680     63335    206768     78183    945240   1533383      9.64     10.17  --
415.81/415.85	c  N dy  7879   1330719      8680     63335    206771     97830    945240   2075379      9.64     10.20  --
422.40/422.49	c  N dy  8022   1350813      8680     63335    206772     68532    945240   1271788      9.65     10.16  --
429.39/429.42	c  N dy  8156   1370869      8680     63335    206772     88269    945240   1872381      9.66     13.54  --
436.71/436.76	c  N dy  8273   1390928      8680     63335    206772     57876    945240    927118      9.66     10.33  --
443.50/443.56	c  N dy  8356   1410969      8680     63335    206772     77405    945240   1447535      9.66     11.56  --
451.00/451.09	c  N dy  8485   1431058      8680     63335    206773     97121    945240   2039117      9.67     12.76  --
457.51/457.58	c  N dy  8581   1451148      8680     63335    206773     65764    945240   1110533      9.67     10.57  --
464.70/464.74	c  N dy  8717   1471149      8680     63335    206774     85441    945240   1691898      9.68     11.81  --
472.00/472.07	c  N dy  8831   1491157      8680     63335    206775     53093    945240    759228      9.68     10.29  --
478.60/478.64	c  N dy  8936   1511427      8680     63335    206776     72939    945240   1337211      9.68     10.20  --
485.90/485.96	c  N dy  9059   1531498      8680     63335    206776     92682    945240   1937931      9.69     10.20  --
493.00/493.00	c  N dy  9170   1551572      8680     63335    206776     59436    945240    934937      9.69     10.77  --
499.80/499.80	c  N dy  9258   1571584      8680     63335    206778     78978    945240   1477786      9.69     14.17  --
507.11/507.18	c  N dy  9383   1591894      8680     63335    206779     98953    945240   2083214      9.70     10.21  --
514.80/514.86	c  N dy  9497   1611931      8680     63335    206779     64677    945240   1076532      9.71     10.96  --
521.70/521.72	c  N dy  9589   1632005      8680     63335    206780     84308    945240   1604572      9.70     10.94  --
529.00/529.09	c  N dy  9714   1652026      8680     63335    206781    103961    945240   2187579      9.71     10.25  --
535.61/535.67	c  N dy  9817   1672153      8680     63335    206782     68792    945240   1180482      9.71     10.24  --
543.60/543.66	c  N dy  9930   1692180      8680     63335    206783     88408    945240   1733449      9.72     10.27  --
550.11/550.10	c  S st 10027   1710331      8680     63335    206783    106223    945240   2238494      9.72   no data  --
550.31/550.39	c  S st 10027   1710833      8680     63335    206783    106723    945240   2255745      9.72   no data  --
550.41/550.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
550.41/550.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
551.61/551.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     13 BRemL:      0 BRemN:      0 P: 45.1M T:  1.22
551.71/551.75	c bin-w-bin subsume rem            0 bins  time:  0.02 s
553.21/553.25	c subs with bin:      614  lits-rem:        35  v-fix:    0  time:  1.50 s
553.21/553.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8680 time:  0.03 s
553.31/553.31	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.03 s
558.71/558.70	c lits-rem:       150  cl-subs:     3376  v-elim:      0  v-fix:    0  time:  5.39 s
558.71/558.72	c vivif2 --  cl tried    63335 cl shrink        0 lits rem          0 time: 0.02
558.81/558.82	c vivif2 --  cl tried   102733 cl shrink      204 lits rem        223 time: 0.10
559.00/559.08	c asymm  cl-useful: 0/6165/63335 lits-rem:0 time: 0.26
559.00/559.09	c calculated reachability. Time: 0.00
559.00/559.09	c  N dy 10027   1710833      8680     63335    206796    102733    945240   2203091      9.72   no data  --
566.40/566.46	c  N dy 10152   1730892      8680     63335    206796     66611    945240   1119016      9.72     13.20  --
572.50/572.57	c  N dy 10230   1750966      8680     63335    206796     86126    945240   1656665      9.72     10.34  --
580.60/580.68	c  N dy 10344   1771215      8680     63335    206796    106054    945240   2247579      9.73     10.27  --
588.00/588.01	c  N dy 10460   1791481      8680     63335    206796     69164    945240   1172042      9.73     10.46  --
595.20/595.24	c  N dy 10577   1811604      8680     63335    206796     88930    945240   1768159      9.74     10.31  --
602.60/602.68	c  N dy 10698   1831688      8680     63335    206796    108686    945240   2351825      9.74     10.41  --
609.80/609.84	c  N dy 10786   1851852      8680     63335    206796     70526    945240   1149288      9.74     10.28  --
617.20/617.25	c  N dy 10896   1871906      8680     63335    206797     90200    945240   1726310      9.75     10.32  --
624.61/624.66	c  N dy 10988   1892109      8680     63335    206798    110088    945240   2291170      9.75     10.32  --
631.50/631.57	c  N dy 11069   1912245      8680     63335    206798     70922    945240   1157892      9.75     10.28  --
639.01/639.01	c  N dy 11207   1932702      8680     63335    206798     91066    945240   1779687      9.75     10.31  --
647.01/647.08	c  N dy 11301   1952832      8680     63335    206798    110817    945240   2356289      9.75     10.27  --
654.41/654.42	c  N dy 11416   1973116      8680     63335    206798     70824    945240   1129700      9.76     10.39  --
661.40/661.41	c  N dy 11528   1993404      8680     63335    206798     90729    945240   1716490      9.76     10.29  --
669.71/669.79	c  N dy 11650   2013955      8680     63335    206798    110932    945240   2316555      9.76     10.31  --
677.70/677.71	c  N dy 11772   2033965      8680     63335    206798     69755    945240   1124348      9.77     10.30  --
686.01/686.01	c  N dy 11876   2054316      8680     63335    206800     89669    945240   1685591      9.77     10.32  --
695.11/695.15	c  N dy 11980   2074318      8680     63335    206800    109272    945240   2254002      9.78     10.36  --
703.10/703.11	c  N dy 12095   2094474      8680     63335    206800     67230    945240   1028742      9.78     10.30  --
709.61/709.61	c  N dy 12201   2114552      8680     63335    206802     86938    945240   1592262      9.78     10.62  --
717.51/717.53	c  N dy 12315   2134680      8680     63335    206802    106684    945240   2173478      9.79     10.32  --
726.30/726.31	c  N dy 12434   2154757      8680     63335    206803     63594    945240    892538      9.79     13.19  --
732.51/732.55	c  N dy 12479   2174822      8680     63335    206803     83153    945240   1356426      9.78     10.98  --
740.40/740.48	c  N dy 12601   2195244      8680     63335    206804    103254    945240   1979705      9.79     10.33  --
746.51/746.59	c  S st 12676   2210834      8680     63335    206805    118489    945240   2415686      9.79   no data  --
746.82/746.90	c  S st 12676   2211339      8680     63335    206805    118992    945240   2430963      9.79   no data  --
746.92/746.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
746.92/746.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
748.11/748.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 44.2M T:  1.26
748.31/748.31	c bin-w-bin subsume rem            0 bins  time:  0.02 s
749.71/749.77	c subs with bin:      559  lits-rem:        21  v-fix:    0  time:  1.47 s
749.81/749.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8680 time:  0.03 s
749.81/749.83	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.03 s
756.01/756.06	c lits-rem:       669  cl-subs:     5314  v-elim:      0  v-fix:    0  time:  6.23 s
756.01/756.08	c vivif2 --  cl tried    63335 cl shrink        0 lits rem          0 time: 0.02
756.11/756.18	c vivif2 --  cl tried   113119 cl shrink      153 lits rem        153 time: 0.10
756.41/756.44	c asymm  cl-useful: 0/6320/63335 lits-rem:0 time: 0.25
756.41/756.45	c calculated reachability. Time: 0.00
756.41/756.45	c  N dy 12676   2211339      8680     63335    206805    113119    945240   2343769      9.79   no data  --
764.41/764.50	c  N dy 12804   2231384      8680     63335    206805     69137    945240   1049689      9.79     10.78  --
771.80/771.81	c  N dy 12929   2251427      8680     63335    206806     88843    945240   1652131      9.80     10.34  --
779.61/779.65	c  N dy 13024   2271608      8680     63335    206806    108642    945240   2219030      9.80     10.36  --
787.52/787.50	c  N dy 13122   2291671      8680     63335    206806    128290    945240   2777637      9.80     12.77  --
794.71/794.75	c  N dy 13238   2311718      8680     63335    206806     83265    945240   1460709      9.80     11.64  --
802.21/802.27	c  N dy 13358   2331886      8680     63335    206808    103095    945240   2036496      9.81     10.33  --
810.72/810.76	c  N dy 13410   2351927      8680     63335    206808    122590    945240   2555596      9.80     10.44  --
819.01/819.01	c  N dy 13530   2372413      8680     63335    206809     77027    945240   1237739      9.80     10.35  --
826.41/826.45	c  N dy 13608   2392525      8680     63335    206810     96723    945240   1788084      9.80     10.32  --
834.40/834.48	c  N dy 13691   2412582      8680     63335    206810    116340    945240   2343946      9.80     10.33  --
843.51/843.56	c  N dy 13802   2435023      8680     63335    206810     71680    945240   1025934      9.80     10.49  --
850.51/850.59	c  N dy 13899   2455132      8680     63335    206811     91362    945240   1568448      9.80     10.32  --
858.70/858.74	c  N dy 14020   2475467      8680     63335    206812    111357    945240   2164065      9.81     10.33  --
867.40/867.48	c  N dy 14112   2495930      8680     63335    206813    131411    945240   2746460      9.81     10.34  --
874.31/874.32	c  N dy 14205   2515992      8680     63335    206813     83427    945240   1380414      9.80     11.60  --
882.00/882.04	c  N dy 14339   2536055      8680     63335    206813    103185    945240   1978321      9.81     10.33  --
889.61/889.68	c  N dy 14439   2556186      8680     63335    206814    122964    945240   2534716      9.81     10.33  --
897.31/897.38	c  N dy 14530   2576287      8680     63335    206815     74004    945240   1088363      9.81     10.35  --
903.91/903.97	c  N dy 14635   2596355      8680     63335    206815     93733    945240   1664550      9.81     10.41  --
912.31/912.33	c  N dy 14752   2616403      8680     63335    206815    113474    945240   2258960      9.82     10.51  --
921.31/921.36	c  N dy 14868   2636487      8680     63335    206815    133182    945240   2830103      9.82     10.34  --
929.21/929.24	c  N dy 14966   2656536      8680     63335    206815     83124    945240   1344731      9.82     10.35  --
937.01/937.05	c  N dy 15085   2676761      8680     63335    206816    102954    945240   1934640      9.82     10.52  --
945.31/945.33	c  N dy 15205   2696937      8680     63335    206817    122759    945240   2521674      9.83     10.41  --
952.11/952.18	c  S st 15281   2711339      8680     63335    206817    136890    945240   2922781      9.83      9.39  --
952.51/952.50	c  S st 15281   2711840      8680     63335    206817    137385    945240   2937994      9.83   no data  --
952.51/952.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
952.51/952.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
953.71/953.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      7 BRemL:      0 BRemN:      0 P: 47.2M T:  1.23
953.91/953.90	c bin-w-bin subsume rem            0 bins  time:  0.02 s
955.41/955.43	c subs with bin:      372  lits-rem:       179  v-fix:    0  time:  1.53 s
955.41/955.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8680 time:  0.03 s
955.41/955.49	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.03 s
972.71/972.77	c lits-rem:       129  cl-subs:     3826  v-elim:      0  v-fix:    0  time: 17.28 s
972.71/972.79	c vivif2 --  cl tried    63335 cl shrink        0 lits rem          0 time: 0.02
972.91/972.92	c vivif2 --  cl tried   133187 cl shrink      203 lits rem        205 time: 0.13
973.11/973.16	c asymm  cl-useful: 0/4905/63335 lits-rem:0 time: 0.24
973.11/973.18	c calculated reachability. Time: 0.00
973.11/973.18	c  N dy 15281   2711840      8680     63335    206824    133187    945240   2875457      9.83   no data  --
981.01/981.00	c  N dy 15384   2732023      8680     63335    206824     82385    945240   1333608      9.83     10.37  --
988.21/988.20	c  N dy 15439   2752078      8680     63335    206825    101974    945240   1841026      9.82     12.96  --
996.11/996.18	c  N dy 15529   2772177      8680     63335    206825    121667    945240   2387455      9.82     10.99  --
1008.61/1008.60	c  N dy 15602   2801611      8680     63335    206826     78784    945240   1149264      9.82     10.36  --
1016.32/1016.30	c  N dy 15695   2822814      8680     63335    206826     99549    945240   1721740      9.82     10.55  --
1023.71/1023.75	c  N dy 15778   2842901      8680     63335    206828    119159    945240   2250014      9.81     11.17  --
1033.31/1033.32	c  N dy 15892   2862983      8680     63335    206828    138877    945240   2819726      9.82     11.79  --
1041.11/1041.19	c  N dy 15997   2883071      8680     63335    206829     86138    945240   1388442      9.82     10.47  --
1049.11/1049.12	c  N dy 16099   2903128      8680     63335    206829    105762    945240   1944169      9.82     12.15  --
1056.62/1056.62	c  N dy 16198   2923181      8680     63335    206829    125455    945240   2523949      9.82     10.54  --
1065.32/1065.30	c  N dy 16298   2943289      8680     63335    206829    145174    945240   3085834      9.82     10.42  --
1072.81/1072.89	c  N dy 16403   2964887      8680     63335    206831     92767    945240   1552856      9.82     10.44  --
1080.81/1080.89	c  N dy 16493   2984901      8680     63335    206832    112384    945240   2093193      9.82     13.67  --
1089.32/1089.32	c  N dy 16599   3004965      8680     63335    206832    132089    945240   2665251      9.82     11.89  --
1097.82/1097.82	c  N dy 16687   3025258      8680     63335    206834     77500    945240   1107911      9.82     10.34  --
1104.11/1104.12	c  N dy 16773   3045322      8680     63335    206835     97096    945240   1650058      9.82     11.19  --
1112.21/1112.27	c  N dy 16894   3065715      8680     63335    206835    117157    945240   2260305      9.82     10.53  --
1121.61/1121.60	c  N dy 16974   3086822      8680     63335    206835    137769    945240   2804833      9.82     10.46  --
1131.42/1131.46	c  N dy 17078   3110546      8680     63335    206836     85606    945240   1302097      9.82     10.52  --
1138.72/1138.79	c  N dy 17178   3130596      8680     63335    206837    105208    945240   1861596      9.82     10.36  --
1147.02/1147.07	c  N dy 17287   3150768      8680     63335    206837    124969    945240   2434097      9.83     10.36  --
1155.31/1155.33	c  N dy 17366   3170805      8680     63335    206838    144603    945240   2970008      9.82     10.36  --
1163.12/1163.18	c  N dy 17478   3190891      8680     63335    206838     87941    945240   1381191      9.82     11.47  --
1170.81/1170.88	c  N dy 17582   3211840      8680     63335    206838    108523    945240   1975695      9.82      8.58  --
1170.81/1170.88	c  S st 17582   3211840      8680     63335    206838    108523    945240   1975695      9.82      8.58  --
1171.11/1171.17	c  S st 17582   3212343      8680     63335    206838    109021    945240   1993004      9.82   no data  --
1171.11/1171.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1171.11/1171.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1172.31/1172.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 44.9M T:  1.11
1172.41/1172.42	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1173.81/1173.83	c subs with bin:      770  lits-rem:       116  v-fix:    0  time:  1.41 s
1173.81/1173.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8680 time:  0.03 s
1173.81/1173.88	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.03 s
1177.61/1177.69	c lits-rem:       253  cl-subs:     1898  v-elim:      0  v-fix:    0  time:  3.81 s
1177.71/1177.71	c vivif2 --  cl tried    63335 cl shrink        0 lits rem          0 time: 0.02
1177.81/1177.80	c vivif2 --  cl tried   106353 cl shrink       59 lits rem         60 time: 0.09
1178.02/1178.03	c asymm  cl-useful: 0/4782/63335 lits-rem:0 time: 0.23
1178.02/1178.05	c calculated reachability. Time: 0.00
1178.02/1178.05	c  N dy 17582   3212343      8680     63335    206838    106353    945240   1961360      9.82   no data  --
1186.72/1186.70	c  N dy 17686   3233537      8680     63335    206838    127153    945240   2567623      9.83     10.42  --
1195.82/1195.80	c  N dy 17782   3253569      8680     63335    206838    146818    945240   3155852      9.83     11.53  --
1203.32/1203.39	c  N dy 17881   3273668      8680     63335    206838     89167    945240   1423525      9.83     10.41  --
1210.92/1210.91	c  N dy 17975   3293996      8680     63335    206839    109019    945240   1966551      9.83     10.48  --
1219.01/1219.08	c  N dy 18065   3315318      8680     63335    206840    129891    945240   2554881      9.83     10.43  --
1227.82/1227.86	c  N dy 18173   3335632      8680     63335    206841    149769    945240   3117819      9.83     10.37  --
1235.92/1235.93	c  N dy 18278   3356427      8680     63335    206842     91767    945240   1457122      9.83     10.35  --
1242.82/1242.82	c  N dy 18370   3376610      8680     63335    206843    111500    945240   2006818      9.83     10.39  --
1250.82/1250.84	c  N dy 18453   3396624      8680     63335    206843    131145    945240   2556444      9.83     10.36  --
1259.81/1259.82	c  N dy 18521   3416735      8680     63335    206843    150785    945240   3082896      9.82     10.35  --
1268.52/1268.50	c  N dy 18623   3437301      8680     63335    206843     91660    945240   1472483      9.82     10.37  --
1275.42/1275.43	c  N dy 18701   3457367      8680     63335    206843    111240    945240   1994596      9.82     10.41  --
1283.92/1284.00	c  N dy 18804   3477492      8680     63335    206843    130974    945240   2562531      9.82     10.39  --
1292.72/1292.74	c  N dy 18917   3497521      8680     63335    206843    150637    945240   3135702      9.83     10.46  --

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-3293155-1303790546/watcher-3293155-1303790546 -o /tmp/evaluation-result-3293155-1303790546/solver-3293155-1303790546 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3293155-1303790546.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.99 3.98 3.99 5/189 10056
/proc/meminfo: memFree=11115864/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=33236 CPUtime=0 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 1585 0 0 0 0 0 0 0 25 0 1 0 569285325 34033664 1330 33554432000 4194304 4650387 140734261749104 18446744073709551615 4547046 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 8309 1330 329 112 0 3274 0

[startup+0.083148 s]
/proc/loadavg: 3.99 3.98 3.99 5/189 10056
/proc/meminfo: memFree=11115864/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=39012 CPUtime=0.07 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 3065 0 0 0 7 0 0 0 25 0 1 0 569285325 39948288 2795 33554432000 4194304 4650387 140734261749104 18446744073709551615 218880225989 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 9753 2795 350 112 0 4718 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 39012

[startup+0.101146 s]
/proc/loadavg: 3.99 3.98 3.99 5/189 10056
/proc/meminfo: memFree=11115864/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=40068 CPUtime=0.09 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 3359 0 0 0 9 0 0 0 25 0 1 0 569285325 41029632 3089 33554432000 4194304 4650387 140734261749104 18446744073709551615 218880225989 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 10017 3089 350 112 0 4982 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40068

[startup+0.301104 s]
/proc/loadavg: 3.99 3.98 3.99 5/189 10056
/proc/meminfo: memFree=11115864/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=45348 CPUtime=0.28 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 4722 0 0 0 28 0 0 0 25 0 1 0 569285325 46436352 4452 33554432000 4194304 4650387 140734261749104 18446744073709551615 4420605 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 11337 4453 368 112 0 6302 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 45348

[startup+0.701034 s]
/proc/loadavg: 3.99 3.98 3.99 5/189 10056
/proc/meminfo: memFree=11115864/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=62124 CPUtime=0.69 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 9502 0 0 0 68 1 0 0 25 0 1 0 569285325 63614976 9232 33554432000 4194304 4650387 140734261749104 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 15531 9232 379 112 0 10496 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62124

[startup+1.50091 s]
/proc/loadavg: 3.99 3.98 3.99 5/190 10057
/proc/meminfo: memFree=11077788/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=62256 CPUtime=1.49 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 9716 0 0 0 148 1 0 0 25 0 1 0 569285325 63750144 9446 33554432000 4194304 4650387 140734261749104 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 15564 9446 381 112 0 10529 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62256

[startup+3.10061 s]
/proc/loadavg: 3.99 3.98 3.99 5/190 10057
/proc/meminfo: memFree=11081756/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=62828 CPUtime=3.09 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 10093 0 0 0 308 1 0 0 25 0 1 0 569285325 64335872 9823 33554432000 4194304 4650387 140734261749104 18446744073709551615 4311344 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 15707 9823 381 112 0 10672 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62828

[startup+6.30105 s]
/proc/loadavg: 3.99 3.98 3.99 5/190 10057
/proc/meminfo: memFree=11078408/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=69920 CPUtime=6.29 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 11889 0 0 0 628 1 0 0 25 0 1 0 569285325 71598080 10382 33554432000 4194304 4650387 140734261749104 18446744073709551615 4370490 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 17480 10382 383 112 0 12445 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69920

[startup+12.7009 s]
/proc/loadavg: 3.99 3.98 3.99 5/190 10057
/proc/meminfo: memFree=11063848/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=76292 CPUtime=12.69 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 14761 0 0 0 1267 2 0 0 25 0 1 0 569285325 78123008 11951 33554432000 4194304 4650387 140734261749104 18446744073709551615 4435979 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 19073 11951 383 112 0 14038 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76292

[startup+25.5007 s]
/proc/loadavg: 3.99 3.98 3.99 5/190 10058
/proc/meminfo: memFree=11063332/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=78236 CPUtime=25.49 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 18285 0 0 0 2546 3 0 0 25 0 1 0 569285325 80113664 12509 33554432000 4194304 4650387 140734261749104 18446744073709551615 4365205 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 19559 12509 383 112 0 14524 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78236

[startup+51.1012 s]
/proc/loadavg: 3.99 3.98 3.99 5/190 10058
/proc/meminfo: memFree=11059472/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=89116 CPUtime=51.09 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 27023 0 0 0 5105 4 0 0 25 0 1 0 569285325 91254784 15099 33554432000 4194304 4650387 140734261749104 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 22279 15099 383 112 0 17244 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89116

[startup+102.307 s]
/proc/loadavg: 3.99 3.98 3.99 5/190 10060
/proc/meminfo: memFree=11044380/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=96820 CPUtime=102.3 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 43279 0 0 0 10222 8 0 0 25 0 1 0 569285325 99143680 17419 33554432000 4194304 4650387 140734261749104 18446744073709551615 4364851 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 24205 17419 383 112 0 19170 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 96820

[startup+162.301 s]
/proc/loadavg: 3.99 3.98 3.99 5/190 10061
/proc/meminfo: memFree=11041136/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=98908 CPUtime=162.29 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 58291 0 0 0 16217 12 0 0 25 0 1 0 569285325 101281792 17533 33554432000 4194304 4650387 140734261749104 18446744073709551615 4364912 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 24727 17533 383 112 0 19692 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 98908

[startup+222.301 s]
/proc/loadavg: 4.08 4.01 4.00 5/190 10063
/proc/meminfo: memFree=11027952/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=99236 CPUtime=222.29 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 70968 0 0 0 22214 15 0 0 25 0 1 0 569285325 101617664 18189 33554432000 4194304 4650387 140734261749104 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 24809 18189 383 112 0 19774 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 99236

[startup+282.3 s]
/proc/loadavg: 4.03 4.01 4.00 5/190 10065
/proc/meminfo: memFree=11017764/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=112712 CPUtime=282.3 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 84812 0 0 0 28210 20 0 0 25 0 1 0 569285325 115417088 21518 33554432000 4194304 4650387 140734261749104 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 28178 21518 383 112 0 23143 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 112712

[startup+342.301 s]
/proc/loadavg: 4.01 4.00 4.00 5/190 10066
/proc/meminfo: memFree=10977204/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=112956 CPUtime=342.29 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 96191 0 0 0 34207 22 0 0 25 0 1 0 569285325 115666944 21793 33554432000 4194304 4650387 140734261749104 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 28239 21793 383 112 0 23204 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 112956

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 10068
/proc/meminfo: memFree=10938740/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=124332 CPUtime=402.3 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 109815 0 0 0 40204 26 0 0 25 0 1 0 569285325 127315968 23396 33554432000 4194304 4650387 140734261749104 18446744073709551615 4364779 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 31083 23396 383 112 0 26048 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 124332

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 10069
/proc/meminfo: memFree=10932772/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=124520 CPUtime=462.3 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 119761 0 0 0 46200 30 0 0 25 0 1 0 569285325 127508480 23998 33554432000 4194304 4650387 140734261749104 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 31130 23998 383 112 0 26095 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 124520

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 10071
/proc/meminfo: memFree=10933740/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=124720 CPUtime=522.3 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 129688 0 0 0 52198 32 0 0 25 0 1 0 569285325 127713280 24166 33554432000 4194304 4650387 140734261749104 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 31180 24166 383 112 0 26145 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 124720

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 10073
/proc/meminfo: memFree=10927140/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=143092 CPUtime=582.3 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 141597 0 0 0 58195 35 0 0 25 0 1 0 569285325 146526208 29232 33554432000 4194304 4650387 140734261749104 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 35773 29232 383 112 0 30738 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 143092

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 10074
/proc/meminfo: memFree=10916204/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=143304 CPUtime=642.31 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 151756 0 0 0 64194 37 0 0 25 0 1 0 569285325 146743296 28876 33554432000 4194304 4650387 140734261749104 18446744073709551615 4365293 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 35826 28876 383 112 0 30791 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 143304

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 10076
/proc/meminfo: memFree=10883940/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=143516 CPUtime=702.3 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 161639 0 0 0 70190 40 0 0 25 0 1 0 569285325 146960384 27790 33554432000 4194304 4650387 140734261749104 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 35879 27790 383 112 0 30844 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 143516

[startup+762.307 s]
/proc/loadavg: 4.07 4.02 4.00 5/190 10077
/proc/meminfo: memFree=10859124/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=150476 CPUtime=762.31 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 169323 0 0 0 76189 42 0 0 25 0 1 0 569285325 154087424 31709 33554432000 4194304 4650387 140734261749104 18446744073709551615 4365254 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 37619 31710 383 112 0 32584 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 150476

[startup+822.301 s]
/proc/loadavg: 3.86 3.98 3.99 3/180 10116
/proc/meminfo: memFree=11157132/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=150716 CPUtime=822.31 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 179466 0 0 0 82186 45 0 0 25 0 1 0 569285325 154333184 30266 33554432000 4194304 4650387 140734261749104 18446744073709551615 4366847 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 37679 30266 383 112 0 32644 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 150716

[startup+882.301 s]
/proc/loadavg: 2.68 3.62 3.86 3/178 10118
/proc/meminfo: memFree=11179584/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=150856 CPUtime=882.3 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 187779 0 0 0 88183 47 0 0 25 0 1 0 569285325 154476544 30800 33554432000 4194304 4650387 140734261749104 18446744073709551615 4366896 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 37714 30800 383 112 0 32679 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 150856

[startup+942.301 s]
/proc/loadavg: 2.25 3.32 3.74 3/178 10119
/proc/meminfo: memFree=11159864/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=151020 CPUtime=942.31 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 196178 0 0 0 94181 50 0 0 25 0 1 0 569285325 154644480 31137 33554432000 4194304 4650387 140734261749104 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 37755 31137 383 112 0 32720 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 151020

[startup+1002.3 s]
/proc/loadavg: 2.09 3.08 3.63 3/178 10121
/proc/meminfo: memFree=11150796/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=162412 CPUtime=1002.31 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 203792 0 0 0 100179 52 0 0 25 0 1 0 569285325 166309888 34519 33554432000 4194304 4650387 140734261749104 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 40603 34519 383 112 0 35568 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 162412

[startup+1062.3 s]
/proc/loadavg: 2.09 2.89 3.53 3/178 10122
/proc/meminfo: memFree=11136280/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=162548 CPUtime=1062.32 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 212017 0 0 0 106177 55 0 0 25 0 1 0 569285325 166449152 34662 33554432000 4194304 4650387 140734261749104 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 40637 34662 383 112 0 35602 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 162548

[startup+1122.3 s]
/proc/loadavg: 2.03 2.73 3.43 3/178 10124
/proc/meminfo: memFree=11108236/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=162704 CPUtime=1122.31 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 220365 0 0 0 112175 56 0 0 25 0 1 0 569285325 166608896 34599 33554432000 4194304 4650387 140734261749104 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 40676 34599 383 112 0 35641 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 162704

[startup+1182.3 s]
/proc/loadavg: 1.93 2.58 3.33 2/173 10144
/proc/meminfo: memFree=11257320/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=165272 CPUtime=1182.32 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 229103 0 0 0 118173 59 0 0 25 0 1 0 569285325 169238528 34762 33554432000 4194304 4650387 140734261749104 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 41318 34762 383 112 0 36283 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 165272

[startup+1242.3 s]
/proc/loadavg: 1.34 2.29 3.19 2/172 10145
/proc/meminfo: memFree=11261880/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=165468 CPUtime=1242.32 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 237698 0 0 0 124171 61 0 0 25 0 1 0 569285325 169439232 34429 33554432000 4194304 4650387 140734261749104 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 41367 34429 383 112 0 36332 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 165468



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.12 2.05 3.05 2/172 10147
/proc/meminfo: memFree=11264836/32950928 swapFree=67111528/67111528
[pid=10056] ppid=10054 vsize=165632 CPUtime=1300.02 cores=0,2
/proc/10056/stat : 10056 (strangenight1-s) R 10054 10056 9072 0 -1 4202496 245915 0 0 0 129939 63 0 0 25 0 1 0 569285325 169607168 33720 33554432000 4194304 4650387 140734261749104 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10056/statm: 41408 33720 383 112 0 36373 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 165632

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): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.4
CPU system time (s): 0.644901
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 248608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.4
system time used= 0.644901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245915
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= 12
involuntary context switches= 1345

runsolver used 2.28165 second user time and 4.44432 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-26 06:02:27
IDJOB=3293155
IDBENCH=88062
IDSOLVER=1589
FILE ID=node112/3293155-1303790546
RUNJOBID= node112-1303790065-9614
PBS_JOBID= 13157248
Free space on /tmp= 72672 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w8.shuffled.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293155-1303790546/watcher-3293155-1303790546 -o /tmp/evaluation-result-3293155-1303790546/solver-3293155-1303790546 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3293155-1303790546.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=1459600146

node112.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.828
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.65
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.828
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	: 5332.83
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.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11116020 kB
Buffers:       1980412 kB
Cached:       18983504 kB
SwapCached:          0 kB
Active:       10232016 kB
Inactive:     11054316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11116020 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9768 kB
Writeback:           0 kB
AnonPages:      321568 kB
Mapped:          16268 kB
Slab:           483200 kB
PageTables:       6128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   550540 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= 72688 MiB
End job on node112 at 2011-04-26 06:24:09