Trace number 3370297

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 (fixed)? (TO) 1300.07 1300.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q446.25-n35-p30-s33692332.cnf
MD5SUM1002234f62b5dfa01a75197c65e66327
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.921859
Satisfiable
(Un)Satisfiability was proved
Number of variables1285
Number of clauses166723
Sum of the clauses size334661
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2166688
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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-3370297-1305396759.cnf'
0.00/0.00	c -- header says num vars:           1285
0.00/0.00	c -- header says num clauses:      166723
0.00/0.03	c -- clauses added:            0 learnts,       166723 normals,            0 xors
0.00/0.03	c -- vars added       1285
0.00/0.03	c Parsing time:  0.02 s
0.00/0.03	c  N st     0         0      1285        35    166688         0    334661         0   no data   no data  --
0.00/0.03	c asymm  cl-useful: 0/35/35 lits-rem:0 time: 0.00
0.00/0.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
0.06/0.08	c bin-w-bin subsume rem            0 bins  time:  0.03 s
0.09/0.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
0.09/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1285 time:  0.02 s
0.09/0.14	c Removed useless bin:       0  fixed:     0  props:   0.84M  time:  0.02 s
0.09/0.18	c lits-rem:       470  cl-subs:        0  v-elim:     35  v-fix:    0  time:  0.04 s
0.09/0.19	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.19	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.09/0.19	c calculated reachability. Time: 0.00
0.09/0.20	c Calc default polars -  time:   0.00 s pos:       0 undec:      35 neg:    1250
0.09/0.20	c =========================================================================================
0.09/0.20	c types(t): F = full restart, N = normal restart
0.09/0.20	c types(t): S = simplification begin/end, E = solution found
0.09/0.20	c restart types(rt): st = static, dy = dynamic
0.09/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.20	c  B st     0         0      1250      3425    162013         0    469772         0   no data   no data  --
0.49/0.53	c  N dy    11      4173      1250      3425    162013      4085    469771    329602      8.92      9.41  --
0.79/0.84	c  N dy    33      8272      1250      3425    162015      5642    469766    415977     11.23     23.30  --
1.19/1.22	c  N dy    57     12508      1250      3425    162016      5628    469762    438951     12.71     13.44  --
1.69/1.73	c  N dy    59     16688      1250      3425    162016      9706    469762    809044     11.85     12.57  --
2.10/2.17	c  N dy    79     21194      1250      3425    162016      8619    469759    547976     12.07     12.71  --
2.49/2.56	c  F st    99     25000      1250      3425    162016     12332    469754    983152     12.51   no data  --
2.59/2.60	c  N st   100     25252      1250      3425    162016     12582    469754   1013974     12.51   no data  --
3.09/3.10	c  N dy   105     30001      1250      3425    162016     10566    469744    992846     12.51   no data  --
3.09/3.10	c  S st   105     30001      1250      3425    162016     10566    469744    992846     12.51   no data  --
3.09/3.16	c  S st   105     30503      1250      3425    162016     11065    469744   1033207     12.51   no data  --
3.09/3.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.09/3.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.49/3.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P: 13.9M T:  0.37
3.59/3.60	c bin-w-bin subsume rem            0 bins  time:  0.02 s
5.09/5.20	c subs with bin:        0  lits-rem:       820  v-fix:    0  time:  1.59 s
5.19/5.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.02 s
5.19/5.23	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
7.39/7.46	c lits-rem:      5074  cl-subs:      587  v-elim:      0  v-fix:    0  time:  2.23 s
7.60/7.70	c asymm  cl-useful: 886/1437/3425 lits-rem:13212 time: 0.24
7.60/7.70	c calculated reachability. Time: 0.00
7.60/7.70	c  N dy   105     30503      1250      3425    162017     10478    451474    980628     12.51   no data  --
8.49/8.52	c  N dy   112     36484      1250      3425    162018      8550    451474    427026     12.09     12.75  --
8.99/9.00	c  N dy   120     40792      1250      3425    162018     12688    451474    638676     11.86     12.49  --
9.39/9.42	c  N dy   139     44809      1250      3425    162018     16588    451474   1057918     12.07     18.08  --
9.49/9.56	c  S st   149     45755      1250      3425    162018      8845    451473    410091     12.32   no data  --
9.59/9.60	c  S st   149     46255      1250      3425    162018      9342    451473    448084     12.32   no data  --
9.59/9.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.59/9.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.79/9.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  9.1M T:  0.22
9.79/9.86	c bin-w-bin subsume rem            0 bins  time:  0.02 s
11.19/11.21	c subs with bin:       30  lits-rem:      5024  v-fix:    0  time:  1.35 s
11.19/11.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.02 s
11.19/11.24	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.02 s
14.49/14.50	c lits-rem:      1249  cl-subs:      387  v-elim:      0  v-fix:    0  time:  3.26 s
14.49/14.51	c vivif2 --  cl tried     3425 cl shrink     1630 lits rem      19855 time: 0.01
14.49/14.52	c vivif2 --  cl tried     8925 cl shrink        4 lits rem          4 time: 0.01
14.69/14.72	c asymm  cl-useful: 0/1953/3425 lits-rem:0 time: 0.20
14.69/14.73	c calculated reachability. Time: 0.00
14.69/14.73	c  N dy   149     46255      1250      3425    162019      8925    425896    439152     12.32   no data  --
15.19/15.22	c  N dy   176     51198      1250      3425    162019     13716    425896   1000090     12.71     13.73  --
15.79/15.89	c  N dy   187     55347      1250      3425    162019     17710    425896   1281384     12.60     13.45  --
16.40/16.48	c  N dy   193     59712      1250      3425    162019     12306    425896    607538     12.41     13.15  --
16.99/17.06	c  N dy   212     65556      1250      3425    162019     17999    425896   1157434     12.42     13.24  --
17.49/17.55	c  S st   218     69382      1250      3425    162021     11043    425896    559415     12.27      5.98  --
17.49/17.60	c  S st   218     69883      1250      3425    162021     11544    425896    616968     12.27   no data  --
17.49/17.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.49/17.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.80/17.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      0 BRemN:      0 P: 10.4M T:  0.26
17.90/17.91	c bin-w-bin subsume rem            0 bins  time:  0.02 s
19.20/19.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.36 s
19.20/19.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.02 s
19.20/19.29	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
22.60/22.63	c lits-rem:      1625  cl-subs:      241  v-elim:      0  v-fix:    0  time:  3.34 s
22.60/22.64	c vivif2 --  cl tried     3425 cl shrink        2 lits rem          2 time: 0.00
22.60/22.65	c vivif2 --  cl tried    11303 cl shrink       71 lits rem         72 time: 0.01
22.80/22.84	c asymm  cl-useful: 0/2501/3425 lits-rem:0 time: 0.19
22.80/22.85	c calculated reachability. Time: 0.00
22.80/22.85	c  N dy   218     69883      1250      3425    162023     11303    425885    607915     12.27   no data  --
23.19/23.27	c  N dy   228     74432      1250      3425    162023     15756    425885   1130506     12.16     18.61  --
23.99/24.03	c  N dy   250     79791      1250      3425    162023     20999    425885   1628899     12.27     12.96  --
24.59/24.64	c  N dy   262     84881      1250      3425    162023     14273    425885    801710     12.21     12.91  --
24.89/24.93	c  F st   272     87500      1250      3425    162023     16822    425885    992269     12.21     10.83  --
25.19/25.30	c  N st   277     90800      1250      3425    162023     20035    425885   1426391     12.21   no data  --
26.09/26.15	c  N dy   298     97019      1250      3425    162024     13425    425885    751113     12.30     13.02  --
26.69/26.75	c  N dy   313    103212      1250      3425    162025     19410    425885   1318739     12.19     24.80  --
26.89/26.96	c  S st   326    104826      1250      3425    162025     20996    425885   1536909     12.28     10.91  --
26.99/27.04	c  S st   326    105329      1250      3425    162025     21497    425885   1576842     12.28   no data  --
26.99/27.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
26.99/27.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.39/27.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P: 17.6M T:  0.37
27.39/27.48	c bin-w-bin subsume rem            0 bins  time:  0.02 s
28.79/28.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.37 s
28.79/28.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.02 s
28.79/28.89	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
32.69/32.72	c lits-rem:      1208  cl-subs:      504  v-elim:      0  v-fix:    0  time:  3.83 s
32.69/32.72	c vivif2 --  cl tried     3425 cl shrink        0 lits rem          0 time: 0.00
32.69/32.75	c vivif2 --  cl tried    20993 cl shrink       33 lits rem         33 time: 0.03
32.89/32.96	c asymm  cl-useful: 0/868/3425 lits-rem:0 time: 0.21
32.89/32.97	c calculated reachability. Time: 0.00
32.89/32.97	c  N dy   326    105329      1250      3425    162026     20993    425885   1538790     12.28   no data  --
34.00/34.04	c  N dy   349    112712      1250      3425    162027     14558    425885    726737     12.29     13.00  --
34.79/34.87	c  N dy   396    120148      1250      3425    162028     21817    425885   1632303     12.59     13.45  --
36.20/36.27	c  N dy   434    128029      1250      3425    162029     14888    425885    745149     12.70     13.51  --
37.19/37.25	c  N dy   462    137420      1250      3425    162029     23975    425885   1442021     12.69     13.44  --
38.51/38.55	c  N dy   477    146256      1250      3425    162029     17018    425885    785174     12.58     13.26  --
39.61/39.63	c  N dy   507    156016      1250      3425    162030     26538    425885   1661347     12.57     13.31  --
39.89/39.90	c  S st   509    157993      1250      3425    162030     28454    425885   1837382     12.52      8.28  --
39.89/39.95	c  S st   509    158497      1250      3425    162030     28957    425885   1888535     12.52   no data  --
39.89/39.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
39.89/39.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
40.29/40.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      0 BRemN:      0 P: 18.5M T:  0.38
40.39/40.41	c bin-w-bin subsume rem            0 bins  time:  0.02 s
41.70/41.76	c subs with bin:       21  lits-rem:         0  v-fix:    0  time:  1.36 s
41.70/41.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.02 s
41.70/41.79	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
44.89/44.96	c lits-rem:      1502  cl-subs:      890  v-elim:      0  v-fix:    0  time:  3.16 s
44.89/44.96	c vivif2 --  cl tried     3425 cl shrink        2 lits rem          2 time: 0.00
45.00/45.01	c vivif2 --  cl tried    28046 cl shrink       15 lits rem         15 time: 0.04
45.10/45.19	c asymm  cl-useful: 0/1760/3425 lits-rem:0 time: 0.19
45.10/45.19	c calculated reachability. Time: 0.00
45.10/45.19	c  N dy   509    158497      1250      3425    162032     28046    425883   1833822     12.52   no data  --
46.50/46.54	c  N dy   535    168667      1250      3425    162033     21423    425883   1078397     12.44     29.27  --
48.09/48.18	c  N dy   557    180272      1250      3425    162035     32604    425883   1776232     12.30     12.96  --
49.50/49.57	c  N dy   587    192046      1250      3425    162037     26562    425883   1475870     12.20     12.94  --
51.19/51.26	c  N dy   627    205869      1250      3425    162040     21493    425883    943194     12.23     12.88  --
52.70/52.77	c  N dy   659    219028      1250      3425    162042     34295    425883   2190593     12.16     26.34  --
54.79/54.80	c  N dy   747    233017      1250      3425    162043     28550    425883   1737601     12.38     13.32  --
55.49/55.57	c  S st   768    237746      1250      3425    162043     33157    425883   2244323     12.41      7.91  --
55.59/55.65	c  S st   768    238248      1250      3425    162043     33658    425883   2285734     12.41   no data  --
55.59/55.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.59/55.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
56.10/56.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      3 BRemL:      0 BRemN:      0 P: 22.9M T:  0.47
56.19/56.22	c bin-w-bin subsume rem            0 bins  time:  0.02 s
57.59/57.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
57.59/57.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.02 s
57.59/57.64	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.01 s
63.80/63.85	c lits-rem:      1931  cl-subs:     1251  v-elim:      0  v-fix:    0  time:  6.21 s
63.80/63.85	c vivif2 --  cl tried     3425 cl shrink        6 lits rem          6 time: 0.00
63.89/63.90	c vivif2 --  cl tried    32407 cl shrink      423 lits rem        423 time: 0.05
64.09/64.10	c asymm  cl-useful: 0/734/3425 lits-rem:0 time: 0.20
64.09/64.11	c calculated reachability. Time: 0.00
64.09/64.11	c  N dy   768    238248      1250      3425    162046     32407    425877   2224714     12.41   no data  --
66.49/66.56	c  N dy   807    254729      1250      3425    162048     27970    425877   1332406     12.34     13.64  --
69.10/69.14	c  N dy   884    271270      1250      3425    162050     22738    425877   1036336     12.45     13.13  --
71.40/71.49	c  N dy   945    288730      1250      3425    162051     39797    425877   2908696     12.46     13.15  --
74.09/74.19	c  F st   997    306251      1250      3425    162054     34436    425877   1874891     12.48     11.32  --
74.29/74.38	c  N st  1000    307440      1250      3425    162054     35609    425877   2026096     12.48   no data  --
77.49/77.59	c  N dy  1058    328714      1250      3425    162056     32875    425877   1612255     12.48     13.19  --
80.60/80.62	c  N dy  1108    349619      1250      3425    162060     28872    425877   1491757     12.43     13.12  --
81.80/81.80	c  S st  1142    357373      1250      3425    162062     36412    425877   2154251     12.45   no data  --
81.80/81.89	c  S st  1142    357875      1250      3425    162062     36914    425877   2199096     12.45   no data  --
81.80/81.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
81.80/81.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
82.30/82.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P: 23.1M T:  0.47
82.40/82.45	c bin-w-bin subsume rem            0 bins  time:  0.02 s
83.80/83.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.39 s
83.80/83.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.02 s
83.80/83.87	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.02 s
89.40/89.48	c lits-rem:      1369  cl-subs:     1532  v-elim:      0  v-fix:    0  time:  5.60 s
89.40/89.48	c vivif2 --  cl tried     3425 cl shrink       10 lits rem         10 time: 0.00
89.49/89.53	c vivif2 --  cl tried    35382 cl shrink      790 lits rem        828 time: 0.05
89.69/89.73	c asymm  cl-useful: 0/536/3425 lits-rem:0 time: 0.20
89.69/89.74	c calculated reachability. Time: 0.00
89.69/89.74	c  N dy  1142    357875      1250      3425    162064     35381    425867   2155515     12.45   no data  --
93.30/93.38	c  N dy  1226    378768      1250      3425    162066     30481    425867   1720006     12.50     13.24  --
97.70/97.79	c  N dy  1342    400211      1250      3425    162067     51413    425867   3821359     12.65     13.55  --
101.20/101.29	c  N dy  1459    420362      1250      3425    162068     44767    425867   3303081     12.84     13.60  --
105.00/105.01	c  N dy  1509    440770      1250      3425    162073     37309    425867   1850138     12.78     13.49  --
108.49/108.55	c  N dy  1560    460842      1250      3425    162073     28556    425867   1270411     12.75     16.02  --
111.59/111.62	c  N dy  1629    480986      1250      3425    162076     48248    425867   3124180     12.76     13.43  --
115.59/115.62	c  N dy  1690    502020      1250      3425    162080     39486    425867   2266904     12.74     13.51  --
119.70/119.77	c  N dy  1756    522055      1250      3425    162082     58972    425867   4087805     12.74     13.46  --
122.10/122.13	c  S st  1813    536813      1250      3425    162083     43158    425867   2498432     12.75      9.01  --
122.19/122.21	c  S st  1813    537316      1250      3425    162083     43661    425867   2552087     12.75   no data  --
122.19/122.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
122.19/122.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
122.69/122.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      0 BRemN:      0 P: 25.2M T:  0.52
122.79/122.83	c bin-w-bin subsume rem            1 bins  time:  0.02 s
124.20/124.22	c subs with bin:        6  lits-rem:       112  v-fix:    0  time:  1.39 s
124.20/124.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.02 s
124.20/124.25	c Removed useless bin:       0  fixed:     0  props:   0.80M  time:  0.02 s
131.90/131.99	c lits-rem:      2502  cl-subs:     1825  v-elim:      0  v-fix:    0  time:  7.73 s
131.90/131.99	c vivif2 --  cl tried     3425 cl shrink        9 lits rem         10 time: 0.00
132.01/132.06	c vivif2 --  cl tried    41830 cl shrink      959 lits rem       1213 time: 0.06
132.20/132.26	c asymm  cl-useful: 0/684/3425 lits-rem:0 time: 0.20
132.20/132.27	c calculated reachability. Time: 0.00
132.20/132.27	c  N dy  1813    537316      1250      3425    162085     41829    425857   2499283     12.75   no data  --
136.79/136.89	c  N dy  1908    558517      1250      3425    162085     31401    425857   1437360     12.83     13.52  --
140.40/140.42	c  N dy  1998    578594      1250      3425    162086     50935    425857   3097453     12.92     13.85  --
144.19/144.22	c  N dy  2074    598648      1250      3425    162086     38348    425857   2074661     12.96     36.90  --
148.30/148.34	c  N dy  2136    618909      1250      3425    162090     57957    425857   3639567     12.98     13.67  --
151.99/152.02	c  N dy  2189    639461      1250      3425    162093     44908    425857   2669906     12.95     13.64  --
156.89/156.96	c  N dy  2255    660844      1250      3425    162096     65680    425857   4138523     12.96     14.28  --
160.50/160.56	c  N dy  2310    680910      1250      3425    162100     51136    425857   2904335     12.93     26.61  --
165.10/165.10	c  N dy  2362    700975      1250      3425    162101     35706    425857   1717880     12.90     14.06  --
168.39/168.47	c  N dy  2406    721578      1250      3425    162101     55706    425857   3387038     12.87     13.59  --
173.00/173.00	c  N dy  2467    742421      1250      3425    162101     40062    425857   2132239     12.87     13.57  --
177.89/177.94	c  N dy  2529    765024      1250      3425    162102     61928    425857   3808983     12.85     13.57  --
182.29/182.38	c  N dy  2593    785514      1250      3425    162104     44956    425857   2295793     12.85     13.75  --
186.30/186.35	c  N dy  2653    805600      1250      3425    162105     64418    425857   3900854     12.84     23.27  --
186.40/186.45	c  S st  2657    805974      1250      3425    162105     64786    425857   3940350     12.84   no data  --
186.50/186.56	c  S st  2657    806475      1250      3425    162105     65284    425857   3990707     12.84   no data  --
186.50/186.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
186.50/186.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
187.30/187.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P: 35.6M T:  0.75
187.40/187.46	c bin-w-bin subsume rem            1 bins  time:  0.02 s
188.80/188.90	c subs with bin:      182  lits-rem:        48  v-fix:    0  time:  1.44 s
188.90/188.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.02 s
188.90/188.93	c Removed useless bin:       0  fixed:     0  props:   0.80M  time:  0.02 s
209.20/209.30	c lits-rem:      1295  cl-subs:     3246  v-elim:      0  v-fix:    0  time: 20.37 s
209.30/209.30	c vivif2 --  cl tried     3425 cl shrink       11 lits rem         11 time: 0.00
209.30/209.39	c vivif2 --  cl tried    61856 cl shrink     1516 lits rem       1618 time: 0.10
209.60/209.60	c asymm  cl-useful: 0/856/3425 lits-rem:0 time: 0.20
209.60/209.60	c calculated reachability. Time: 0.00
209.60/209.60	c  N dy  2657    806475      1250      3425    162106     61855    425845   3905372     12.84   no data  --
214.59/214.62	c  N dy  2721    826839      1250      3425    162107     43754    425845   2215034     12.84     13.89  --
219.10/219.17	c  N dy  2837    847019      1250      3425    162108     63368    425845   4003558     12.92     13.63  --
224.41/224.48	c  N dy  2930    867114      1250      3425    162108     44111    425845   2262302     12.95     13.81  --
228.60/228.67	c  N dy  2969    887184      1250      3425    162110     63499    425845   3632486     12.91     13.64  --
233.21/233.23	c  N dy  3035    908133      1250      3425    162111     44088    425845   2076979     12.91     13.63  --
237.39/237.45	c  N dy  3103    928945      1250      3425    162111     64389    425845   3853472     12.92     13.63  --
242.50/242.58	c  N dy  3171    948983      1250      3425    162112     43058    425845   1974401     12.92     15.55  --
246.50/246.59	c  N dy  3249    969543      1250      3425    162114     62937    425845   3712119     12.94     13.65  --
252.30/252.33	c  N dy  3342    989636      1250      3425    162116     82579    425845   5679163     13.01     29.57  --
256.31/256.33	c  N dy  3415   1009659      1250      3425    162118     60196    425845   3485015     13.02     33.73  --
262.00/262.02	c  N dy  3498   1029723      1250      3425    162119     79719    425845   5017490     13.05     21.23  --
266.49/266.53	c  N dy  3600   1050578      1250      3425    162120     57197    425845   2934664     13.08     13.96  --
271.40/271.40	c  F st  3643   1071876      1250      3425    162127     77721    425845   4140995     13.04      8.24  --
271.40/271.42	c  N st  3643   1071876      1250      3425    162127     77721    425845   4140995     13.04      8.24  --
275.90/275.91	c  N dy  3719   1093459      1250      3425    162131     55006    425845   2463438     13.07     13.80  --
279.70/279.72	c  N dy  3813   1113561      1250      3425    162134     74500    425845   4271256     13.11     13.85  --
284.50/284.58	c  N dy  3890   1135026      1250      3425    162136     50821    425845   2250168     13.12     13.88  --
288.80/288.89	c  N dy  3935   1155294      1250      3425    162136     70433    425845   3550250     13.09     13.81  --
293.90/293.96	c  N dy  4035   1176016      1250      3425    162137     90673    425845   5519929     13.13     13.87  --
297.70/297.79	c  N dy  4133   1196025      1250      3425    162137     64490    425845   3463539     13.16     18.69  --
301.30/301.37	c  S st  4210   1209714      1250      3425    162137     77893    425845   4817791     13.20     10.43  --
301.50/301.51	c  S st  4210   1210216      1250      3425    162137     78393    425845   4868575     13.20   no data  --
301.50/301.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
301.50/301.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
302.40/302.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      4 BRemL:      0 BRemN:      0 P: 45.2M T:  0.97
302.60/302.65	c bin-w-bin subsume rem            1 bins  time:  0.02 s
304.10/304.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.46 s
304.10/304.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.02 s
304.10/304.15	c Removed useless bin:       0  fixed:     0  props:   0.80M  time:  0.01 s
337.80/337.85	c lits-rem:      1274  cl-subs:     3129  v-elim:      0  v-fix:    0  time: 33.70 s
337.80/337.85	c vivif2 --  cl tried     3425 cl shrink       10 lits rem         10 time: 0.00
337.90/337.96	c vivif2 --  cl tried    75264 cl shrink     1254 lits rem       1423 time: 0.11
338.11/338.17	c asymm  cl-useful: 0/628/3425 lits-rem:0 time: 0.21
338.11/338.18	c calculated reachability. Time: 0.00
338.11/338.18	c  N dy  4210   1210216      1250      3425    162141     75263    425835   4772318     13.20   no data  --
344.00/344.09	c  N dy  4282   1230597      1250      3425    162143     48426    425835   1891615     13.20     14.19  --
347.30/347.35	c  N dy  4308   1251947      1250      3425    162145     68951    425835   3181657     13.16     13.96  --
351.60/351.61	c  N dy  4381   1272137      1250      3425    162147     88598    425835   4790484     13.17     13.97  --
355.60/355.69	c  N dy  4472   1293626      1250      3425    162147     62018    425835   3318599     13.21     14.16  --
360.60/360.69	c  N dy  4544   1313662      1250      3425    162148     81532    425835   5033383     13.22     20.84  --
366.10/366.13	c  N dy  4621   1333700      1250      3425    162149     52407    425835   2194846     13.24     14.07  --
369.70/369.75	c  N dy  4691   1354010      1250      3425    162150     72056    425835   3696024     13.25     13.96  --
374.40/374.42	c  N dy  4729   1375757      1250      3425    162150     92979    425835   4943673     13.22     14.10  --
379.01/379.06	c  N dy  4795   1397747      1250      3425    162152     64786    425835   2854613     13.21     14.20  --
383.60/383.60	c  N dy  4839   1418735      1250      3425    162155     85123    425835   4275589     13.20     13.94  --
388.11/388.19	c  N dy  4889   1438813      1250      3425    162155     54227    425835   2160400     13.19     27.00  --
392.20/392.22	c  N dy  4994   1460110      1250      3425    162158     74986    425835   3999601     13.22     13.97  --
397.91/397.98	c  N dy  5064   1482306      1250      3425    162158     96474    425835   5763325     13.22     14.04  --
402.10/402.11	c  N dy  5138   1502368      1250      3425    162161     64530    425835   2726483     13.23     18.77  --
406.30/406.33	c  N dy  5214   1523608      1250      3425    162162     85094    425835   4278572     13.24     14.11  --
412.10/412.12	c  N dy  5315   1545231      1250      3425    162164     53767    425835   1904486     13.26     14.03  --
415.61/415.69	c  N dy  5336   1566724      1250      3425    162167     74427    425835   2889781     13.23     14.03  --
419.51/419.52	c  N dy  5385   1587280      1250      3425    162168     94308    425835   4418544     13.21     13.91  --
423.61/423.63	c  N dy  5452   1607487      1250      3425    162169     60690    425835   2453918     13.21     14.03  --
427.81/427.86	c  N dy  5504   1628452      1250      3425    162171     81009    425835   4200246     13.21     13.93  --
433.00/433.00	c  N dy  5570   1648940      1250      3425    162171    100924    425835   5990334     13.21     14.08  --
437.61/437.69	c  N dy  5641   1669999      1250      3425    162173     67054    425835   2778328     13.21     13.95  --
441.51/441.57	c  N dy  5690   1690024      1250      3425    162174     86542    425835   4312772     13.21     14.03  --
447.11/447.18	c  N dy  5804   1710217      1250      3425    162174    106236    425835   6003769     13.25      9.19  --
447.11/447.18	c  S st  5804   1710217      1250      3425    162174    106236    425835   6003769     13.25      9.19  --
447.31/447.34	c  S st  5804   1710718      1250      3425    162174    106737    425835   6047513     13.25   no data  --
447.31/447.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
447.31/447.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
448.41/448.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 51.6M T:  1.13
448.61/448.67	c bin-w-bin subsume rem            1 bins  time:  0.02 s
450.40/450.49	c subs with bin:       61  lits-rem:        30  v-fix:    0  time:  1.81 s
450.50/450.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.02 s
450.50/450.52	c Removed useless bin:       0  fixed:     0  props:   0.80M  time:  0.02 s
500.71/500.76	c lits-rem:      1164  cl-subs:     5652  v-elim:      0  v-fix:    0  time: 50.24 s
500.71/500.76	c vivif2 --  cl tried     3425 cl shrink       14 lits rem         14 time: 0.00
500.91/500.91	c vivif2 --  cl tried   101024 cl shrink     1589 lits rem       1673 time: 0.15
501.11/501.13	c asymm  cl-useful: 0/278/3425 lits-rem:0 time: 0.22
501.11/501.14	c calculated reachability. Time: 0.00
501.11/501.14	c  N dy  5804   1710718      1250      3425    162173    101024    425821   5893328     13.25   no data  --
505.01/505.05	c  N dy  5863   1730915      1250      3425    162173     65406    425821   2814313     13.25     13.99  --
509.01/509.04	c  N dy  5927   1751801      1250      3425    162175     85727    425821   4580504     13.25     13.97  --
515.01/515.06	c  N dy  6039   1771863      1250      3425    162175    105283    425821   6480122     13.28     23.21  --
519.61/519.65	c  N dy  6103   1791910      1250      3425    162176     68348    425821   2863237     13.28     14.16  --
523.81/523.88	c  N dy  6210   1811932      1250      3425    162176     87771    425821   4605079     13.31     35.47  --
529.60/529.64	c  N dy  6295   1831967      1250      3425    162179    107286    425821   6365580     13.33     25.99  --
534.62/534.63	c  N dy  6333   1853253      1250      3425    162184     70446    425821   2939059     13.31     14.08  --
538.81/538.83	c  N dy  6408   1873300      1250      3425    162186     89887    425821   4350684     13.31     16.43  --
544.70/544.71	c  N dy  6527   1893829      1250      3425    162187    109938    425821   6234003     13.35     14.09  --
549.71/549.73	c  N dy  6613   1914290      1250      3425    162187     71523    425821   3012820     13.37     14.10  --
553.71/553.79	c  N dy  6678   1934649      1250      3425    162187     91254    425821   4491210     13.37     14.16  --
559.51/559.50	c  N dy  6794   1954728      1250      3425    162188    110843    425821   6249826     13.41     14.87  --
564.11/564.16	c  N dy  6857   1974879      1250      3425    162188     71203    425821   2941409     13.42     14.21  --
569.11/569.13	c  N dy  6932   1999308      1250      3425    162191     94853    425821   4877321     13.42     14.19  --
575.21/575.30	c  N dy  7032   2019432      1250      3425    162192    114339    425821   6455747     13.44     14.31  --
580.01/580.03	c  N dy  7076   2039472      1250      3425    162196     73490    425821   2753100     13.43     14.20  --
584.01/584.04	c  N dy  7163   2059752      1250      3425    162198     93214    425821   4364773     13.45     14.16  --
589.21/589.22	c  N dy  7257   2079930      1250      3425    162200    112784    425821   6070830     13.46     14.19  --
594.02/594.07	c  N dy  7352   2099966      1250      3425    162200     71240    425821   2998538     13.48     34.41  --
599.01/599.05	c  N dy  7447   2121440      1250      3425    162200     92099    425821   4871021     13.50     14.31  --
605.41/605.43	c  N dy  7540   2143120      1250      3425    162201    113090    425821   6804751     13.52     14.30  --
611.21/611.29	c  N dy  7579   2165217      1250      3425    162204     72417    425821   2814813     13.50     14.36  --
615.31/615.33	c  N dy  7670   2185924      1250      3425    162205     92594    425821   4559168     13.52     14.32  --
620.51/620.50	c  N dy  7742   2205941      1250      3425    162206    111968    425821   6012935     13.52     18.72  --
621.71/621.76	c  S st  7751   2210718      1250      3425    162207    116628    425821   6443057     13.52     10.03  --
621.91/621.93	c  S st  7751   2211222      1250      3425    162207    117131    425821   6479860     13.52   no data  --
621.91/621.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
621.91/621.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
623.11/623.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 54.9M T:  1.23
623.31/623.38	c bin-w-bin subsume rem            0 bins  time:  0.02 s
624.83/624.82	c subs with bin:      934  lits-rem:        61  v-fix:    0  time:  1.44 s
624.83/624.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.02 s
624.83/624.85	c Removed useless bin:       0  fixed:     0  props:   0.80M  time:  0.02 s
684.81/684.81	c lits-rem:      1899  cl-subs:     6368  v-elim:      0  v-fix:    0  time: 59.95 s
684.81/684.81	c vivif2 --  cl tried     3425 cl shrink       13 lits rem         13 time: 0.00
684.91/684.97	c vivif2 --  cl tried   109829 cl shrink     1330 lits rem       1507 time: 0.16
685.22/685.21	c asymm  cl-useful: 0/227/3425 lits-rem:0 time: 0.23
685.22/685.21	c calculated reachability. Time: 0.00
685.22/685.21	c  N dy  7751   2211222      1250      3425    162207    109829    425808   6297700     13.52   no data  --
691.42/691.45	c  N dy  7814   2231492      1250      3425    162209     66476    425808   2478259     13.52     14.29  --
695.23/695.26	c  N dy  7866   2251551      1250      3425    162210     85865    425808   4144134     13.51     14.35  --
700.42/700.45	c  N dy  7954   2271581      1250      3425    162211    105336    425808   5971860     13.52     22.25  --
707.72/707.79	c  N dy  8043   2291598      1250      3425    162211    124842    425808   7866815     13.55     29.40  --
712.52/712.58	c  N dy  8149   2311681      1250      3425    162211     80409    425808   3664498     13.57     22.40  --
717.31/717.34	c  N dy  8194   2331726      1250      3425    162215     99678    425808   4941119     13.56     21.28  --
723.41/723.43	c  N dy  8296   2352027      1250      3425    162215    119501    425808   6762590     13.59     14.39  --
728.81/728.80	c  N dy  8375   2373752      1250      3425    162217     75511    425808   2888646     13.59     15.00  --
732.32/732.34	c  N dy  8444   2393814      1250      3425    162218     94954    425808   4551920     13.60     20.60  --
737.82/737.87	c  N dy  8502   2416699      1250      3425    162218    117072    425808   6089065     13.59     14.85  --
742.81/742.85	c  N dy  8558   2436708      1250      3425    162219     70585    425808   2597610     13.59     14.37  --
746.42/746.45	c  N dy  8624   2456762      1250      3425    162220     89948    425808   4183602     13.59     14.37  --
751.42/751.46	c  N dy  8705   2476787      1250      3425    162221    109456    425808   5920675     13.60     29.79  --
758.92/758.96	c  N dy  8814   2497325      1250      3425    162221    129435    425808   7626873     13.63     14.48  --
763.12/763.17	c  N dy  8868   2518108      1250      3425    162222     82699    425808   3678413     13.62     14.47  --
767.73/767.77	c  N dy  8902   2538638      1250      3425    162222    102569    425808   4994384     13.60     14.44  --
773.11/773.12	c  N dy  8974   2559616      1250      3425    162223    122953    425808   6866823     13.61     14.39  --
778.12/778.16	c  N dy  9026   2579707      1250      3425    162224     74527    425808   2875938     13.61     14.36  --
782.62/782.66	c  N dy  9132   2600151      1250      3425    162224     94372    425808   4525676     13.62     14.43  --
788.02/788.04	c  N dy  9171   2622912      1250      3425    162225    116419    425808   6180387     13.61     14.39  --
794.82/794.81	c  N dy  9253   2642982      1250      3425    162228    135760    425808   7793996     13.62     14.58  --
798.71/798.73	c  N dy  9325   2663129      1250      3425    162229     86507    425808   3761974     13.63     14.59  --
803.62/803.67	c  N dy  9403   2684248      1250      3425    162230    107064    425808   5565326     13.63     14.39  --
811.42/811.46	c  N dy  9557   2704787      1250      3425    162232    127044    425808   7410291     13.68     14.43  --
814.32/814.34	c  S st  9607   2711222      1250      3425    162232    133306    425808   7993586     13.70     11.98  --
814.52/814.53	c  S st  9607   2711725      1250      3425    162232    133805    425808   8039095     13.70   no data  --
814.52/814.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
814.52/814.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
816.12/816.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 66.9M T:  1.60
816.42/816.41	c bin-w-bin subsume rem            0 bins  time:  0.02 s
817.92/817.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.54 s
817.92/817.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.02 s
817.92/817.98	c Removed useless bin:       0  fixed:     0  props:   0.80M  time:  0.02 s
924.12/924.15	c lits-rem:       931  cl-subs:     6093  v-elim:      0  v-fix:    0  time: 106.17 s
924.12/924.15	c vivif2 --  cl tried     3425 cl shrink       11 lits rem         11 time: 0.00
924.32/924.34	c vivif2 --  cl tried   127712 cl shrink     1205 lits rem       1281 time: 0.19
924.52/924.58	c asymm  cl-useful: 0/163/3425 lits-rem:0 time: 0.24
924.52/924.59	c calculated reachability. Time: 0.00
924.52/924.59	c  N dy  9607   2711725      1250      3425    162235    127709    425797   7863316     13.70   no data  --
930.64/930.65	c  N dy  9655   2731985      1250      3425    162235     77466    425797   2813713     13.69     14.44  --
934.72/934.75	c  N dy  9751   2752085      1250      3425    162236     97016    425797   4572394     13.70     26.69  --
940.02/940.08	c  N dy  9810   2772097      1250      3425    162237    116415    425797   5957123     13.70     19.86  --
946.52/946.54	c  N dy  9867   2792858      1250      3425    162239    136498    425797   7563366     13.70     14.85  --
951.22/951.25	c  N dy  9929   2814029      1250      3425    162240     86267    425797   3468960     13.69     14.42  --
955.33/955.39	c  N dy 10003   2834278      1250      3425    162240    105926    425797   5159013     13.70     14.45  --
961.83/961.82	c  N dy 10115   2856017      1250      3425    162240    127072    425797   7058431     13.72     14.61  --
968.72/968.70	c  N dy 10184   2877157      1250      3425    162241     75784    425797   2757330     13.72     14.68  --
973.02/973.00	c  N dy 10238   2897180      1250      3425    162243     95114    425797   4076088     13.72     34.01  --
977.32/977.33	c  N dy 10276   2917459      1250      3425    162243    114736    425797   5600606     13.71     14.52  --
983.33/983.35	c  N dy 10363   2937548      1250      3425    162244    134239    425797   7224692     13.71     19.97  --
989.52/989.56	c  N dy 10453   2958359      1250      3425    162246     81742    425797   3070313     13.73     14.47  --
993.82/993.85	c  N dy 10532   2978739      1250      3425    162246    101433    425797   4672119     13.73     14.61  --
999.73/999.74	c  N dy 10625   3000145      1250      3425    162248    122266    425797   6509095     13.74     14.50  --
1007.32/1007.32	c  N dy 10718   3022430      1250      3425    162250    143988    425797   8395570     13.75     14.49  --
1012.62/1012.68	c  N dy 10821   3044607      1250      3425    162250     91791    425797   4010223     13.77     14.69  --
1017.62/1017.61	c  N dy 10907   3064897      1250      3425    162251    111525    425797   5776748     13.77     14.68  --
1023.23/1023.25	c  N dy 10968   3084899      1250      3425    162251    130890    425797   7476854     13.77     27.07  --
1031.23/1031.26	c  N dy 11053   3105813      1250      3425    162252     76472    425797   2670274     13.78     14.60  --
1035.22/1035.21	c  N dy 11121   3125834      1250      3425    162254     95835    425797   4207382     13.78     14.53  --
1040.72/1040.70	c  N dy 11224   3145905      1250      3425    162256    115284    425797   5811984     13.79     14.53  --
1047.43/1047.42	c  N dy 11318   3165919      1250      3425    162256    134793    425797   7578310     13.81     26.87  --
1054.52/1054.54	c  N dy 11381   3186058      1250      3425    162256     78656    425797   2785162     13.81     14.80  --
1058.83/1058.87	c  N dy 11461   3208092      1250      3425    162257    100043    425797   4727280     13.81     14.57  --
1059.73/1059.78	c  S st 11477   3211725      1250      3425    162257    103586    425797   5013717     13.81     10.85  --
1059.93/1059.91	c  S st 11477   3212228      1250      3425    162257    104089    425797   5066460     13.81   no data  --
1059.93/1059.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1059.93/1059.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1061.03/1061.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 49.3M T:  1.07
1061.13/1061.16	c bin-w-bin subsume rem            3 bins  time:  0.02 s
1062.64/1062.67	c subs with bin:       30  lits-rem:         0  v-fix:    0  time:  1.51 s
1062.64/1062.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.02 s
1062.73/1062.70	c Removed useless bin:       0  fixed:     0  props:   0.80M  time:  0.02 s
1091.83/1091.86	c lits-rem:       629  cl-subs:     3092  v-elim:      0  v-fix:    0  time: 29.16 s
1091.83/1091.86	c vivif2 --  cl tried     3425 cl shrink        5 lits rem          5 time: 0.00
1092.03/1092.00	c vivif2 --  cl tried   100967 cl shrink     1593 lits rem       1648 time: 0.14
1092.24/1092.22	c asymm  cl-useful: 0/253/3425 lits-rem:0 time: 0.22
1092.24/1092.23	c calculated reachability. Time: 0.00
1092.24/1092.23	c  N dy 11477   3212228      1250      3425    162256    100965    425792   4989923     13.81   no data  --
1098.23/1098.21	c  N dy 11542   3233871      1250      3425    162258    121986    425792   6796930     13.81     14.71  --
1104.82/1104.85	c  N dy 11564   3254076      1250      3425    162258    141391    425792   7732886     13.79     14.52  --
1110.94/1110.95	c  N dy 11637   3274770      1250      3425    162259     84916    425792   3282665     13.79     14.65  --
1115.34/1115.37	c  N dy 11712   3294871      1250      3425    162259    104481    425792   4979662     13.80     27.20  --
1120.83/1120.90	c  N dy 11773   3314935      1250      3425    162260    123915    425792   6674987     13.80     29.85  --
1128.73/1128.72	c  N dy 11869   3335000      1250      3425    162261    143357    425792   8292832     13.81     15.03  --
1135.03/1135.04	c  N dy 11944   3355187      1250      3425    162262     85465    425792   3272547     13.82     14.63  --
1139.33/1139.37	c  N dy 11983   3375279      1250      3425    162264    104915    425792   4640950     13.81     19.71  --
1145.43/1145.40	c  N dy 12095   3395281      1250      3425    162264    124386    425792   6276450     13.83     14.82  --
1152.63/1152.70	c  N dy 12205   3415364      1250      3425    162264    143894    425792   7886675     13.85     21.49  --
1158.83/1158.83	c  N dy 12258   3435550      1250      3425    162265     84863    425792   3118779     13.84     14.60  --
1163.43/1163.43	c  N dy 12315   3455579      1250      3425    162267    104302    425792   4409727     13.84     14.59  --
1169.13/1169.18	c  N dy 12374   3476940      1250      3425    162268    124976    425792   6037614     13.84     14.59  --
1175.33/1175.31	c  N dy 12446   3497003      1250      3425    162270    144431    425792   7642474     13.84     19.62  --
1182.23/1182.29	c  N dy 12490   3517797      1250      3425    162271     84978    425792   2903250     13.83     14.59  --
1186.95/1186.95	c  N dy 12531   3538050      1250      3425    162273    104562    425792   4051858     13.82     14.60  --
1191.83/1191.82	c  N dy 12639   3558952      1250      3425    162273    124928    425792   5682556     13.84     14.98  --
1197.23/1197.25	c  N dy 12718   3579278      1250      3425    162273    144745    425792   7482312     13.84     14.64  --
1203.73/1203.72	c  N dy 12740   3599319      1250      3425    162274     83560    425792   2881194     13.83     14.66  --
1207.85/1207.85	c  N dy 12807   3619466      1250      3425    162276    103077    425792   4472122     13.83     14.57  --
1214.33/1214.37	c  N dy 12892   3642444      1250      3425    162276    125241    425792   6170570     13.83     14.59  --
1221.64/1221.60	c  N dy 12974   3663602      1250      3425    162276    145822    425792   7942205     13.84     14.64  --
1229.13/1229.14	c  N dy 13042   3684043      1250      3425    162278     84176    425792   2855704     13.84     14.87  --
1233.15/1233.15	c  N dy 13130   3704337      1250      3425    162279    103852    425792   4528968     13.85     14.84  --
1235.24/1235.29	c  S st 13170   3712229      1250      3425    162279    111510    425792   5153165     13.85      7.87  --
1235.44/1235.44	c  S st 13170   3712731      1250      3425    162279    112011    425792   5195777     13.85   no data  --
1235.44/1235.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1235.44/1235.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1236.54/1236.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 48.3M T:  1.06
1236.64/1236.68	c bin-w-bin subsume rem            2 bins  time:  0.02 s
1238.04/1238.03	c subs with bin:       64  lits-rem:        28  v-fix:    0  time:  1.35 s
1238.04/1238.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.02 s
1238.04/1238.07	c Removed useless bin:       0  fixed:     0  props:   0.80M  time:  0.02 s
1272.14/1272.19	c lits-rem:      1896  cl-subs:     3558  v-elim:      0  v-fix:    0  time: 34.12 s
1272.14/1272.19	c vivif2 --  cl tried     3425 cl shrink       11 lits rem         11 time: 0.00
1272.34/1272.34	c vivif2 --  cl tried   108389 cl shrink     1346 lits rem       1381 time: 0.15
1272.54/1272.56	c asymm  cl-useful: 0/701/3425 lits-rem:0 time: 0.22
1272.54/1272.57	c calculated reachability. Time: 0.00
1272.54/1272.57	c  N dy 13170   3712731      1250      3425    162278    108388    425781   5107513     13.85   no data  --
1278.34/1278.33	c  N dy 13191   3732801      1250      3425    162281    127817    425781   6576673     13.84     14.60  --
1284.94/1284.94	c  F st 13274   3751565      1250      3425    162281    146020    425781   8025776     13.85      9.30  --
1285.64/1285.62	c  N st 13278   3753596      1250      3425    162281    148006    425781   8195834     13.85   no data  --
1292.94/1292.94	c  N dy 13322   3773663      1250      3425    162282     85141    425781   2917291     13.84     25.29  --
1297.53/1297.51	c  N dy 13426   3794412      1250      3425    162284    105265    425781   4620886     13.85     14.66  --

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: 961)

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

running on 2 cores: 5,7

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: 4.01 4.00 3.76 5/326 9596
/proc/meminfo: memFree=21940208/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=31016 CPUtime=0 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 1016 0 0 0 0 0 0 0 25 0 1 0 729906357 31760384 957 33554432000 4194304 4650387 140734516754576 18446744073709551615 252457726661 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 7754 958 328 112 0 2719 0

[startup+0.0678261 s]
/proc/loadavg: 4.01 4.00 3.76 5/326 9596
/proc/meminfo: memFree=21940208/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=35376 CPUtime=0.06 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 2162 0 0 0 6 0 0 0 25 0 1 0 729906357 36225024 2100 33554432000 4194304 4650387 140734516754576 18446744073709551615 4474013 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 8844 2100 357 112 0 3809 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35376

[startup+0.10082 s]
/proc/loadavg: 4.01 4.00 3.76 5/326 9596
/proc/meminfo: memFree=21940208/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=35376 CPUtime=0.09 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 2164 0 0 0 9 0 0 0 25 0 1 0 729906357 36225024 2102 33554432000 4194304 4650387 140734516754576 18446744073709551615 4436136 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 8844 2102 359 112 0 3809 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35376

[startup+0.300794 s]
/proc/loadavg: 4.01 4.00 3.76 5/326 9596
/proc/meminfo: memFree=21940208/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=38916 CPUtime=0.29 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 3380 0 0 0 29 0 0 0 25 0 1 0 729906357 39849984 3318 33554432000 4194304 4650387 140734516754576 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 9729 3318 378 112 0 4694 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38916

[startup+0.700708 s]
/proc/loadavg: 4.01 4.00 3.76 5/326 9596
/proc/meminfo: memFree=21940208/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=40804 CPUtime=0.69 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 4171 0 0 0 68 1 0 0 25 0 1 0 729906357 41783296 3506 33554432000 4194304 4650387 140734516754576 18446744073709551615 4334258 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 10201 3506 380 112 0 5166 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40804

[startup+1.50056 s]
/proc/loadavg: 4.01 4.00 3.76 5/327 9597
/proc/meminfo: memFree=21920484/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=42076 CPUtime=1.49 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 5621 0 0 0 148 1 0 0 25 0 1 0 729906357 43085824 4088 33554432000 4194304 4650387 140734516754576 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 10519 4088 380 112 0 5484 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42076

[startup+3.10026 s]
/proc/loadavg: 4.01 4.00 3.76 5/327 9597
/proc/meminfo: memFree=21919884/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=43504 CPUtime=3.09 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 8523 0 0 0 307 2 0 0 25 0 1 0 729906357 44548096 4624 33554432000 4194304 4650387 140734516754576 18446744073709551615 4413280 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 10876 4624 381 112 0 5841 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43504

[startup+6.30067 s]
/proc/loadavg: 4.01 4.00 3.76 5/327 9597
/proc/meminfo: memFree=21893296/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=67136 CPUtime=6.29 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 14216 0 0 0 626 3 0 0 25 0 1 0 729906357 68747264 10316 33554432000 4194304 4650387 140734516754576 18446744073709551615 4439336 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 16784 10316 382 112 0 11749 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67136

[startup+12.7005 s]
/proc/loadavg: 4.01 4.00 3.76 5/327 9597
/proc/meminfo: memFree=21889532/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=67528 CPUtime=12.69 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 16598 0 0 0 1266 3 0 0 25 0 1 0 729906357 69148672 9846 33554432000 4194304 4650387 140734516754576 18446744073709551615 4439604 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 16882 9846 382 112 0 11847 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67528

[startup+25.5011 s]
/proc/loadavg: 4.09 4.02 3.77 5/327 9598
/proc/meminfo: memFree=21826172/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=79564 CPUtime=25.49 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 23070 0 0 0 2544 5 0 0 25 0 1 0 729906357 81473536 12679 33554432000 4194304 4650387 140734516754576 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 19891 12680 382 112 0 14856 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79564

[startup+51.1003 s]
/proc/loadavg: 4.06 4.01 3.77 5/327 9625
/proc/meminfo: memFree=21791996/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=94740 CPUtime=51.09 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 43154 0 0 0 5100 9 0 0 25 0 1 0 729906357 97013760 16248 33554432000 4194304 4650387 140734516754576 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 23685 16248 382 112 0 18650 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 94740

[startup+102.312 s]
/proc/loadavg: 4.08 4.02 3.79 5/327 9627
/proc/meminfo: memFree=21686100/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=168692 CPUtime=102.31 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 76189 0 0 0 10216 15 0 0 25 0 1 0 729906357 172740608 22511 33554432000 4194304 4650387 140734516754576 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 42173 22511 382 112 0 37138 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 168692

[startup+162.301 s]
/proc/loadavg: 4.11 4.05 3.81 5/327 9628
/proc/meminfo: memFree=21648400/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=123492 CPUtime=162.29 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 113034 0 0 0 16208 21 0 0 25 0 1 0 729906357 126455808 24783 33554432000 4194304 4650387 140734516754576 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 30873 24783 382 112 0 25838 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 123492

[startup+222.3 s]
/proc/loadavg: 4.03 4.04 3.82 5/327 9630
/proc/meminfo: memFree=21587220/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=238788 CPUtime=222.3 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 141812 0 0 0 22202 28 0 0 25 0 1 0 729906357 244518912 37975 33554432000 4194304 4650387 140734516754576 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 59697 37975 382 112 0 54662 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 238788

[startup+282.3 s]
/proc/loadavg: 4.01 4.03 3.83 5/327 9632
/proc/meminfo: memFree=21507640/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=235128 CPUtime=282.3 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 169942 0 0 0 28196 34 0 0 25 0 1 0 729906357 240771072 37182 33554432000 4194304 4650387 140734516754576 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 58782 37182 382 112 0 53747 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 235128

[startup+342.3 s]
/proc/loadavg: 4.00 4.02 3.83 5/327 9633
/proc/meminfo: memFree=21454716/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=269608 CPUtime=342.3 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 183364 0 0 0 34194 36 0 0 25 0 1 0 729906357 276078592 47685 33554432000 4194304 4650387 140734516754576 18446744073709551615 4328245 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 67402 47685 382 112 0 62367 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 269608

[startup+402.301 s]
/proc/loadavg: 4.07 4.03 3.84 5/327 9635
/proc/meminfo: memFree=21443456/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=192076 CPUtime=402.3 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 208326 0 0 0 40190 40 0 0 25 0 1 0 729906357 196685824 41155 33554432000 4194304 4650387 140734516754576 18446744073709551615 4365244 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 48019 41155 382 112 0 42984 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 192076

[startup+462.301 s]
/proc/loadavg: 4.02 4.02 3.85 5/327 9636
/proc/meminfo: memFree=21344036/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=270396 CPUtime=462.31 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 233719 0 0 0 46186 45 0 0 25 0 1 0 729906357 276885504 47318 33554432000 4194304 4650387 140734516754576 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 67599 47318 382 112 0 62564 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 270396

[startup+522.301 s]
/proc/loadavg: 4.01 4.02 3.85 5/327 9638
/proc/meminfo: memFree=21355880/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=206020 CPUtime=522.31 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 246442 0 0 0 52184 47 0 0 25 0 1 0 729906357 210964480 45370 33554432000 4194304 4650387 140734516754576 18446744073709551615 4328240 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 51505 45370 382 112 0 46470 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 206020

[startup+582.3 s]
/proc/loadavg: 4.00 4.01 3.86 5/327 9640
/proc/meminfo: memFree=21317176/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=206156 CPUtime=582.31 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 274347 0 0 0 58180 51 0 0 25 0 1 0 729906357 211103744 45072 33554432000 4194304 4650387 140734516754576 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 51539 45072 382 112 0 46504 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 206156

[startup+642.3 s]
/proc/loadavg: 4.06 4.03 3.88 5/327 9641
/proc/meminfo: memFree=21262288/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=288532 CPUtime=642.32 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 296044 0 0 0 64176 56 0 0 25 0 1 0 729906357 295456768 51485 33554432000 4194304 4650387 140734516754576 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 72133 51485 382 112 0 67098 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 288532

[startup+702.3 s]
/proc/loadavg: 4.08 4.04 3.89 5/327 9643
/proc/meminfo: memFree=21171856/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=289004 CPUtime=702.31 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 304406 0 0 0 70174 57 0 0 25 0 1 0 729906357 295940096 51594 33554432000 4194304 4650387 140734516754576 18446744073709551615 4366847 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 72251 51594 382 112 0 67216 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 289004

[startup+762.312 s]
/proc/loadavg: 4.02 4.03 3.89 5/327 9644
/proc/meminfo: memFree=21206040/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=225904 CPUtime=762.33 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 333887 0 0 0 76170 63 0 0 25 0 1 0 729906357 231325696 48428 33554432000 4194304 4650387 140734516754576 18446744073709551615 4366625 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 56476 48428 382 112 0 51441 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 225904

[startup+822.301 s]
/proc/loadavg: 4.01 4.02 3.90 5/327 9646
/proc/meminfo: memFree=21095888/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=328732 CPUtime=822.32 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 363237 0 0 0 82165 67 0 0 25 0 1 0 729906357 336621568 61214 33554432000 4194304 4650387 140734516754576 18446744073709551615 4439312 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 82183 61214 382 112 0 77148 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 328732

[startup+882.301 s]
/proc/loadavg: 4.00 4.02 3.91 5/327 9648
/proc/meminfo: memFree=20702644/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=331524 CPUtime=882.32 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 363737 0 0 0 88165 67 0 0 25 0 1 0 729906357 339480576 61714 33554432000 4194304 4650387 140734516754576 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 82881 61714 382 112 0 77846 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 331524

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 3.91 5/327 9649
/proc/meminfo: memFree=20657344/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=331976 CPUtime=942.32 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 371596 0 0 0 94164 68 0 0 25 0 1 0 729906357 339943424 60117 33554432000 4194304 4650387 140734516754576 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 82994 60117 382 112 0 77959 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 331976

[startup+1002.3 s]
/proc/loadavg: 4.03 4.02 3.91 5/327 9651
/proc/meminfo: memFree=20712364/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=332248 CPUtime=1002.32 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 398084 0 0 0 100160 72 0 0 25 0 1 0 729906357 340221952 60887 33554432000 4194304 4650387 140734516754576 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 83062 60887 382 112 0 78027 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 332248

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 3.91 5/327 9652
/proc/meminfo: memFree=20715676/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=267184 CPUtime=1062.33 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 423628 0 0 0 106156 77 0 0 25 0 1 0 729906357 273596416 58734 33554432000 4194304 4650387 140734516754576 18446744073709551615 4436420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 66796 58734 382 112 0 61761 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 267184

[startup+1122.3 s]
/proc/loadavg: 4.05 4.03 3.92 5/327 9654
/proc/meminfo: memFree=20678044/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=332972 CPUtime=1122.33 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 434842 0 0 0 112154 79 0 0 25 0 1 0 729906357 340963328 60739 33554432000 4194304 4650387 140734516754576 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 83243 60739 382 112 0 78208 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 332972

[startup+1182.3 s]
/proc/loadavg: 4.23 4.07 3.94 5/327 9656
/proc/meminfo: memFree=20635968/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=267656 CPUtime=1182.33 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 458791 0 0 0 118149 84 0 0 25 0 1 0 729906357 274079744 56602 33554432000 4194304 4650387 140734516754576 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 66914 56602 382 112 0 61879 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 267656

[startup+1242.3 s]
/proc/loadavg: 4.00 4.04 3.93 4/325 9658
/proc/meminfo: memFree=21839980/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=267728 CPUtime=1242.34 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 479518 0 0 0 124146 88 0 0 25 0 1 0 729906357 274153472 58924 33554432000 4194304 4650387 140734516754576 18446744073709551615 4439344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 66932 58924 382 112 0 61897 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 267728



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.95 3.75 3.84 3/315 9695
/proc/meminfo: memFree=22330236/32951124 swapFree=59305796/67111528
[pid=9596] ppid=9594 vsize=333576 CPUtime=1300.04 cores=5,7
/proc/9596/stat : 9596 (strangenight1-s) R 9594 9596 8223 0 -1 4202496 489907 0 0 0 129915 89 0 0 25 0 1 0 729906357 341581824 59344 33554432000 4194304 4650387 140734516754576 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9596/statm: 83394 59344 382 112 0 78359 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 333576

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.02
CPU time (s): 1300.07
CPU user time (s): 1299.16
CPU system time (s): 0.908861
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 354664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.16
system time used= 0.908861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 489911
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= 6
involuntary context switches= 1110

runsolver used 3.86741 second user time and 9.1906 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 20:12:39
IDJOB=3370297
IDBENCH=88205
IDSOLVER=1847
FILE ID=node111/3370297-1305396759
RUNJOBID= node111-1305396699-9479
PBS_JOBID= 13324403
Free space on /tmp= 73536 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q446.25-n35-p30-s33692332.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370297-1305396759/watcher-3370297-1305396759 -o /tmp/evaluation-result-3370297-1305396759/solver-3370297-1305396759 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370297-1305396759.cnf

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

MD5SUM BENCH= 1002234f62b5dfa01a75197c65e66327
RANDOM SEED=503738180

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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:      21940488 kB
Buffers:        258440 kB
Cached:        6626416 kB
SwapCached:      13720 kB
Active:        1923204 kB
Inactive:      8866932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21940488 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:          120048 kB
Writeback:           0 kB
AnonPages:     3900544 kB
Mapped:          13932 kB
Slab:           118424 kB
PageTables:      38820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 54350468 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= 73656 MiB
End job on node111 at 2011-05-14 20:34:21