Trace number 3251552

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.06 1300.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
MD5SUMdda220d08783aabf4e7a9e99eeeccae6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2444
Number of clauses498568
Sum of the clauses size999480
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2498518
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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-3251552-1303585083.cnf'
0.00/0.00	c -- header says num vars:           2444
0.00/0.00	c -- header says num clauses:      498568
0.01/0.07	c -- clauses added:            0 learnts,       498568 normals,            0 xors
0.01/0.07	c -- vars added       2444
0.01/0.07	c Parsing time:  0.07 s
0.01/0.07	c  N st     0         0      2444        50    498518         0    999480         0   no data   no data  --
0.01/0.07	c asymm  cl-useful: 0/50/50 lits-rem:0 time: 0.00
0.09/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.07
0.19/0.25	c bin-w-bin subsume rem            0 bins  time:  0.10 s
0.29/0.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
0.29/0.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2444 time:  0.05 s
0.39/0.42	c Removed useless bin:       0  fixed:     0  props:   2.50M  time:  0.05 s
0.49/0.55	c lits-rem:        72  cl-subs:        0  v-elim:     50  v-fix:    0  time:  0.13 s
0.49/0.56	c Finding binary XORs  T:     0.01 s  found:       0
0.49/0.58	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.49/0.58	c calculated reachability. Time: 0.00
0.49/0.59	c Calc default polars -  time:   0.00 s pos:       0 undec:      50 neg:    2394
0.49/0.59	c =========================================================================================
0.49/0.59	c types(t): F = full restart, N = normal restart
0.49/0.59	c types(t): S = simplification begin/end, E = solution found
0.49/0.59	c restart types(rt): st = static, dy = dynamic
0.49/0.59	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.49/0.59	c  B st     0         0      2394      8468    487656         0   1443781         0   no data   no data  --
1.00/1.01	c  N dy    13      4126      2394      8468    487656      4000   1443781    575750     13.48     14.28  --
1.39/1.46	c  N dy    28      8548      2394      8468    487656      5898   1443781    625488     13.05     13.85  --
1.79/1.83	c  N dy    45     12687      2394      8468    487656      5781   1443775    494975     13.11     13.80  --
2.20/2.24	c  N dy    58     16885      2394      8468    487656      9870   1443775    902731     12.99     13.73  --
2.59/2.67	c  N dy    86     20901      2394      8468    487656      8286   1443766    861653     13.53     14.37  --
3.09/3.10	c  F st   103     25001      2394      8468    487656     12288   1443766   1343048     13.39     13.14  --
3.09/3.16	c  N st   103     25001      2394      8468    487656     12288   1443766   1343048     13.39     13.14  --
3.69/3.70	c  N dy   109     30000      2394      8468    487656     10530   1443766    979412     13.39   no data  --
3.69/3.70	c  S st   109     30000      2394      8468    487656     10530   1443766    979412     13.39   no data  --
3.69/3.75	c  S st   109     30501      2394      8468    487656     11031   1443766   1028278     13.39   no data  --
3.69/3.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3.69/3.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.29/4.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 26.7M T:  0.61
4.39/4.48	c bin-w-bin subsume rem            0 bins  time:  0.06 s
5.69/5.77	c subs with bin:        0  lits-rem:      1548  v-fix:    0  time:  1.29 s
5.79/5.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2394 time:  0.05 s
5.79/5.87	c Removed useless bin:       0  fixed:     0  props:   2.45M  time:  0.05 s
6.99/7.00	c lits-rem:      3462  cl-subs:      261  v-elim:      0  v-fix:    0  time:  1.14 s
7.19/7.21	c asymm  cl-useful: 651/1761/8468 lits-rem:7121 time: 0.20
7.19/7.22	c calculated reachability. Time: 0.00
7.19/7.22	c  N dy   109     30501      2394      8468    487656     10770   1432124   1000004     13.39   no data  --
7.60/7.65	c  N dy   122     34628      2394      8468    487656     14777   1432124   1490037     13.32     14.06  --
8.09/8.13	c  N dy   148     38722      2394      8468    487656     11080   1432122   1030250     13.46     14.57  --
8.59/8.67	c  N dy   159     43824      2394      8468    487656     16075   1432122   1641593     13.32     14.07  --
8.89/8.92	c  S st   169     45751      2394      8468    487656      9217   1432120    753508     13.33   no data  --
8.89/8.98	c  S st   169     46254      2394      8468    487656      9717   1432119    818787     13.33   no data  --
8.89/8.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8.89/8.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.49/9.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.8M T:  0.58
9.59/9.66	c bin-w-bin subsume rem            0 bins  time:  0.06 s
10.89/10.95	c subs with bin:        0  lits-rem:      2290  v-fix:    0  time:  1.29 s
10.89/11.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2394 time:  0.05 s
10.99/11.04	c Removed useless bin:       0  fixed:     0  props:   2.45M  time:  0.05 s
11.89/11.92	c lits-rem:       677  cl-subs:       49  v-elim:      0  v-fix:    0  time:  0.87 s
11.89/11.94	c vivif2 --  cl tried     8468 cl shrink     6470 lits rem      69657 time: 0.02
11.89/11.96	c vivif2 --  cl tried     9668 cl shrink        0 lits rem          0 time: 0.02
12.09/12.14	c asymm  cl-useful: 0/1759/8468 lits-rem:0 time: 0.17
12.09/12.15	c calculated reachability. Time: 0.00
12.09/12.15	c  N dy   169     46254      2394      8468    487656      9668   1359472    811919     13.33   no data  --
12.59/12.61	c  N dy   190     50337      2394      8468    487656     13648   1359472   1412446     13.36     14.08  --
13.09/13.13	c  N dy   213     54401      2394      8468    487656     17583   1359468   2040217     13.48     15.35  --
13.68/13.73	c  N dy   227     59478      2394      8468    487656     12831   1359468   1170240     13.38     14.24  --
14.29/14.34	c  N dy   239     64433      2394      8468    487656     17698   1359468   1893089     13.32     14.06  --
14.89/14.94	c  N dy   255     68614      2394      8468    487656     11036   1359468    843687     13.29     14.96  --
14.99/15.03	c  S st   260     69382      2394      8468    487656     11778   1359468    942265     13.30   no data  --
14.99/15.08	c  S st   260     69886      2394      8468    487656     12280   1359467   1013325     13.30   no data  --
14.99/15.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
14.99/15.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.69/15.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 26.9M T:  0.61
15.79/15.80	c bin-w-bin subsume rem            0 bins  time:  0.06 s
16.99/17.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.26 s
17.09/17.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2394 time:  0.05 s
17.09/17.15	c Removed useless bin:       0  fixed:     0  props:   2.45M  time:  0.05 s
18.19/18.27	c lits-rem:       548  cl-subs:       63  v-elim:      0  v-fix:    0  time:  1.12 s
18.19/18.27	c vivif2 --  cl tried     8468 cl shrink        0 lits rem          0 time: 0.01
18.29/18.30	c vivif2 --  cl tried    12217 cl shrink        0 lits rem          0 time: 0.02
18.39/18.49	c asymm  cl-useful: 0/2176/8468 lits-rem:0 time: 0.19
18.49/18.50	c calculated reachability. Time: 0.00
18.49/18.50	c  N dy   260     69886      2394      8468    487656     12217   1359185   1003581     13.30   no data  --
19.29/19.33	c  N dy   279     76598      2394      8468    487656     18766   1359185   1855039     13.24     14.31  --
19.99/20.03	c  N dy   294     81999      2394      8468    487656     12307   1359183    995445     13.19     13.90  --
20.59/20.68	c  F st   324     87501      2394      8468    487656     17673   1359181   1745931     13.28     11.07  --
20.69/20.73	c  N st   324     87501      2394      8468    487656     17673   1359181   1745931     13.28     11.07  --
21.49/21.55	c  N dy   332     93430      2394      8468    487656     23453   1359181   2665330     13.26     13.99  --
22.29/22.37	c  N dy   368     99392      2394      8468    487656     16579   1359180   1485218     13.35     20.47  --
23.09/23.13	c  S st   393    104830      2394      8468    487656     21872   1359180   2097561     13.36     11.94  --
23.09/23.18	c  S st   393    105332      2394      8468    487656     22373   1359180   2150939     13.36   no data  --
23.09/23.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
23.09/23.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.89/23.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 32.1M T:  0.73
23.99/24.06	c bin-w-bin subsume rem            0 bins  time:  0.06 s
25.30/25.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.29 s
25.39/25.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2394 time:  0.05 s
25.39/25.45	c Removed useless bin:       0  fixed:     0  props:   2.45M  time:  0.05 s
29.09/29.14	c lits-rem:       794  cl-subs:      318  v-elim:      0  v-fix:    0  time:  3.68 s
29.09/29.14	c vivif2 --  cl tried     8468 cl shrink        0 lits rem          0 time: 0.01
29.09/29.19	c vivif2 --  cl tried    22055 cl shrink        0 lits rem          0 time: 0.05
29.29/29.39	c asymm  cl-useful: 0/970/8468 lits-rem:0 time: 0.20
29.39/29.40	c calculated reachability. Time: 0.00
29.39/29.40	c  N dy   393    105332      2394      8468    487656     22055   1359171   2111465     13.36   no data  --
30.29/30.35	c  N dy   422    112092      2394      8468    487656     14987   1359168   1300853     13.40     19.35  --
31.29/31.39	c  N dy   464    120152      2394      8468    487656     22842   1359166   2359305     13.56     14.36  --
32.59/32.69	c  N dy   502    127972      2394      8468    487656     15838   1359166   1302977     13.59     14.35  --
33.79/33.86	c  N dy   534    137383      2394      8468    487656     24964   1359166   2685041     13.62     14.39  --
35.20/35.25	c  N dy   571    146260      2394      8468    487656     18047   1359166   1537000     13.67     14.40  --
36.59/36.61	c  N dy   619    155743      2394      8468    487656     27196   1359166   2529293     13.73     14.89  --
36.89/36.97	c  S st   625    157998      2394      8468    487656     29395   1359166   2729521     13.71   no data  --
36.99/37.03	c  S st   625    158499      2394      8468    487656     29890   1359163   2801152     13.71   no data  --
36.99/37.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
36.99/37.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.79/37.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 34.9M T:  0.81
37.99/38.01	c bin-w-bin subsume rem            0 bins  time:  0.06 s
39.29/39.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
39.29/39.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2394 time:  0.05 s
39.39/39.40	c Removed useless bin:       0  fixed:     0  props:   2.45M  time:  0.05 s
44.49/44.52	c lits-rem:       688  cl-subs:      738  v-elim:      0  v-fix:    0  time:  5.11 s
44.49/44.52	c vivif2 --  cl tried     8468 cl shrink        0 lits rem          0 time: 0.01
44.49/44.60	c vivif2 --  cl tried    29152 cl shrink        0 lits rem          0 time: 0.07
44.69/44.79	c asymm  cl-useful: 0/795/8468 lits-rem:0 time: 0.19
44.79/44.80	c calculated reachability. Time: 0.00
44.79/44.80	c  N dy   625    158499      2394      8468    487656     29152   1359158   2749131     13.71   no data  --
46.10/46.18	c  N dy   655    168870      2394      8468    487656     22750   1359158   2239232     13.65     14.67  --
47.79/47.80	c  N dy   695    180163      2394      8468    487656     33695   1359157   3792954     13.63     14.47  --
49.39/49.43	c  N dy   736    191688      2394      8468    487656     27456   1359157   2736785     13.65     26.98  --
51.49/51.57	c  N dy   808    204136      2394      8468    487656     21093   1359157   1928481     13.74     14.57  --
53.80/53.88	c  N dy   881    217275      2394      8468    487656     33803   1359156   3572756     13.79     14.55  --
56.39/56.44	c  N dy   947    231250      2394      8468    487656     27928   1359155   2775882     13.85     14.67  --
57.49/57.56	c  S st   960    237748      2394      8468    487656     34203   1359154   3493008     13.80     11.10  --
57.59/57.64	c  S st   960    238251      2394      8468    487656     34704   1359154   3555403     13.80   no data  --
57.59/57.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
57.59/57.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.69/58.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 43.7M T:  1.11
58.89/58.94	c bin-w-bin subsume rem            0 bins  time:  0.06 s
60.19/60.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
60.29/60.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2394 time:  0.05 s
60.29/60.36	c Removed useless bin:       0  fixed:     0  props:   2.45M  time:  0.05 s
68.10/68.15	c lits-rem:       719  cl-subs:      962  v-elim:      0  v-fix:    0  time:  7.80 s
68.10/68.16	c vivif2 --  cl tried     8468 cl shrink        0 lits rem          0 time: 0.01
68.20/68.24	c vivif2 --  cl tried    33742 cl shrink        0 lits rem          0 time: 0.08
68.39/68.45	c asymm  cl-useful: 0/854/8468 lits-rem:0 time: 0.21
68.39/68.47	c calculated reachability. Time: 0.00
68.39/68.47	c  N dy   960    238251      2394      8468    487656     33742   1359140   3491254     13.80   no data  --
71.09/71.14	c  N dy  1036    253824      2394      8468    487656     28583   1359140   2681393     13.85     14.66  --
73.79/73.87	c  N dy  1102    270494      2394      8468    487656     23409   1359139   1862590     13.85     14.64  --
76.59/76.62	c  N dy  1172    288112      2394      8468    487656     40520   1359139   4300712     13.87     14.64  --
79.59/79.67	c  F st  1230    306250      2394      8468    487656     35779   1359136   3346567     13.85     12.88  --
79.79/79.84	c  N st  1232    306875      2394      8468    487656     36391   1359136   3414872     13.85   no data  --
83.49/83.55	c  N dy  1300    327922      2394      8468    487656     33524   1359135   3397655     13.88     14.61  --
87.29/87.35	c  N dy  1393    348435      2394      8468    487656     29179   1359135   2443215     13.92     14.71  --
88.69/88.79	c  S st  1425    357377      2394      8468    487656     37892   1359135   3840904     13.93     11.46  --
88.79/88.89	c  S st  1425    357878      2394      8468    487656     38391   1359135   3907631     13.93   no data  --
88.89/88.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
88.89/88.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
89.99/90.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 46.1M T:  1.18
90.20/90.26	c bin-w-bin subsume rem            0 bins  time:  0.06 s
91.99/92.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.75 s
91.99/92.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2394 time:  0.05 s
92.09/92.10	c Removed useless bin:       0  fixed:     0  props:   2.45M  time:  0.05 s
101.69/101.72	c lits-rem:       683  cl-subs:     1213  v-elim:      0  v-fix:    0  time:  9.62 s
101.69/101.73	c vivif2 --  cl tried     8468 cl shrink        0 lits rem          0 time: 0.01
101.79/101.81	c vivif2 --  cl tried    37178 cl shrink        0 lits rem          0 time: 0.08
101.99/102.03	c asymm  cl-useful: 9/1248/8468 lits-rem:9 time: 0.22
101.99/102.05	c calculated reachability. Time: 0.00
101.99/102.05	c  N dy  1425    357878      2394      8468    487656     37178   1359122   3840827     13.93   no data  --
105.99/106.04	c  N dy  1511    378057      2394      8468    487656     31578   1359122   2809613     13.98     14.75  --
109.59/109.63	c  N dy  1586    398086      2394      8468    487656     51064   1359120   5117182     13.99     14.97  --
113.20/113.29	c  N dy  1674    419234      2394      8468    487656     45387   1359120   4232424     14.01     14.75  --
117.09/117.19	c  N dy  1778    439248      2394      8468    487656     37611   1359118   3271815     14.09     20.74  --
121.09/121.19	c  N dy  1863    459325      2394      8468    487656     28954   1359117   2136882     14.09     14.85  --
124.69/124.71	c  N dy  1945    479633      2394      8468    487656     48723   1359117   4679430     14.11     14.90  --
128.60/128.62	c  N dy  2016    499821      2394      8468    487656     39141   1359117   3202675     14.09     14.85  --
132.50/132.57	c  N dy  2070    521228      2394      8468    487656     59864   1359117   5683917     14.05     14.97  --
135.39/135.43	c  S st  2130    536817      2394      8468    487656     44907   1359117   3880925     14.04   no data  --
135.49/135.51	c  S st  2130    537321      2394      8468    487656     45410   1359117   3939624     14.04   no data  --
135.49/135.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
135.49/135.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
136.49/136.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 43.6M T:  1.03
136.69/136.73	c bin-w-bin subsume rem            0 bins  time:  0.06 s
138.19/138.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.54 s
138.29/138.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2394 time:  0.05 s
138.29/138.37	c Removed useless bin:       0  fixed:     0  props:   2.45M  time:  0.05 s
145.10/145.14	c lits-rem:       188  cl-subs:     1402  v-elim:      0  v-fix:    0  time:  6.77 s
145.10/145.15	c vivif2 --  cl tried     8468 cl shrink        0 lits rem          0 time: 0.01
145.20/145.25	c vivif2 --  cl tried    44008 cl shrink        0 lits rem          0 time: 0.10
145.39/145.45	c asymm  cl-useful: 0/1504/8468 lits-rem:0 time: 0.21
145.39/145.46	c calculated reachability. Time: 0.00
145.39/145.46	c  N dy  2130    537321      2394      8468    487656     44008   1359102   3883136     14.04   no data  --
149.50/149.50	c  N dy  2219    557435      2394      8468    487656     32490   1359102   2368726     14.06     15.30  --
152.80/152.81	c  N dy  2290    577727      2394      8468    487656     52262   1359100   5146195     14.06     14.86  --
157.09/157.10	c  N dy  2377    598037      2394      8468    487656     39932   1359100   3372445     14.10     14.95  --
161.10/161.13	c  N dy  2473    618126      2394      8468    487656     59473   1359100   5808622     14.13     18.44  --
165.00/165.03	c  N dy  2550    638517      2394      8468    487656     46219   1359098   4249988     14.12     14.91  --
169.49/169.58	c  N dy  2636    658538      2394      8468    487656     65659   1359096   6503874     14.15     17.08  --
173.50/173.51	c  N dy  2724    678583      2394      8468    487656     51103   1359094   4552792     14.16     20.39  --
177.89/177.91	c  N dy  2821    698586      2394      8468    487656     35572   1359092   2503880     14.21     20.20  --
181.29/181.37	c  N dy  2893    718877      2394      8468    487656     55284   1359092   4823171     14.19     14.95  --
185.59/185.66	c  N dy  2971    738929      2394      8468    487656     38785   1359090   2803694     14.20     15.01  --
189.69/189.76	c  N dy  3086    758933      2394      8468    487656     58234   1359089   5582235     14.25     15.10  --
194.90/194.95	c  N dy  3191    779467      2394      8468    487656     41250   1359089   3091387     14.29     15.27  --
199.00/199.02	c  N dy  3289    799509      2394      8468    487656     60788   1359089   5690750     14.33     17.34  --
200.60/200.63	c  S st  3315    805983      2394      8468    487656     67091   1359089   6453545     14.35     14.00  --
200.70/200.74	c  S st  3315    806485      2394      8468    487656     67592   1359089   6519379     14.35   no data  --
200.70/200.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
200.70/200.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
202.31/202.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 58.2M T:  1.58
202.59/202.60	c bin-w-bin subsume rem            0 bins  time:  0.06 s
204.20/204.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.65 s
204.29/204.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2394 time:  0.05 s
204.29/204.35	c Removed useless bin:       0  fixed:     0  props:   2.45M  time:  0.05 s
232.70/232.78	c lits-rem:       576  cl-subs:     2206  v-elim:      0  v-fix:    0  time: 28.43 s
232.70/232.79	c vivif2 --  cl tried     8468 cl shrink        0 lits rem          0 time: 0.01
232.90/232.94	c vivif2 --  cl tried    65386 cl shrink        0 lits rem          0 time: 0.15
233.10/233.16	c asymm  cl-useful: 0/523/8468 lits-rem:0 time: 0.22
233.10/233.18	c calculated reachability. Time: 0.00
233.10/233.18	c  N dy  3315    806485      2394      8468    487656     65386   1359086   6404994     14.35   no data  --
237.70/237.79	c  N dy  3410    826491      2394      8468    487656     46983   1359086   3937989     14.36     15.27  --
242.00/242.09	c  N dy  3486    846503      2394      8468    487656     66421   1359082   6572995     14.38     16.94  --
246.70/246.73	c  N dy  3571    866607      2394      8468    487656     47076   1359082   3836373     14.39     15.41  --
251.29/251.37	c  N dy  3663    887172      2394      8468    487656     67043   1359082   6222523     14.40     15.20  --
255.90/255.93	c  N dy  3720    907774      2394      8468    487656     47208   1359082   3626564     14.38     15.17  --
260.10/260.11	c  N dy  3804    927823      2394      8468    487656     66678   1359082   5995563     14.38     15.20  --
264.59/264.68	c  N dy  3875    947870      2394      8468    487656     45363   1359082   3492975     14.38     15.15  --
268.69/268.75	c  N dy  3956    968456      2394      8468    487656     65444   1359081   6091280     14.39     15.15  --
274.30/274.35	c  N dy  4034    988646      2394      8468    487656     43263   1359080   3057874     14.40     15.18  --
278.40/278.41	c  N dy  4113   1010076      2394      8468    487656     64172   1359079   5688747     14.40     15.23  --
283.19/283.21	c  N dy  4192   1030742      2394      8468    487656     84230   1359078   8355248     14.41     15.18  --
287.19/287.29	c  N dy  4263   1050831      2394      8468    487656     60843   1359078   5094633     14.41     17.26  --
291.70/291.78	c  N dy  4322   1071731      2394      8468    487656     81172   1359076   7818292     14.40     15.18  --
291.80/291.83	c  F st  4324   1071875      2394      8468    487656     81315   1359076   7841462     14.40   no data  --
296.49/296.57	c  N dy  4398   1092413      2394      8468    487656     57561   1359075   4747295     14.41     15.55  --
300.79/300.87	c  N dy  4481   1112859      2394      8468    487656     77433   1359074   7589408     14.41     15.26  --
306.10/306.18	c  N dy  4569   1132954      2394      8468    487656     52167   1359074   3997440     14.41     15.53  --
310.70/310.77	c  N dy  4686   1153022      2394      8468    487656     71612   1359074   6962635     14.47     24.73  --
317.00/317.00	c  N dy  4744   1173472      2394      8468    487656     45838   1359074   3237640     14.45     15.28  --
321.30/321.37	c  N dy  4851   1193717      2394      8468    487656     65496   1359074   5661112     14.47     15.32  --
325.40/325.42	c  S st  4912   1209728      2394      8468    487656     80992   1359074   7426451     14.48   no data  --
325.50/325.54	c  S st  4912   1210230      2394      8468    487656     81487   1359074   7498717     14.48   no data  --
325.50/325.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
325.50/325.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
327.40/327.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 62.0M T:  1.86
327.60/327.70	c bin-w-bin subsume rem            0 bins  time:  0.06 s
329.30/329.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.60 s
329.30/329.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2394 time:  0.05 s
329.30/329.39	c Removed useless bin:       0  fixed:     0  props:   2.45M  time:  0.05 s
369.00/369.02	c lits-rem:       476  cl-subs:     2396  v-elim:      0  v-fix:    0  time: 39.63 s
369.00/369.03	c vivif2 --  cl tried     8468 cl shrink        0 lits rem          0 time: 0.01
369.20/369.22	c vivif2 --  cl tried    79091 cl shrink        0 lits rem          0 time: 0.19
369.40/369.44	c asymm  cl-useful: 0/539/8468 lits-rem:0 time: 0.22
369.40/369.46	c calculated reachability. Time: 0.00
369.40/369.46	c  N dy  4912   1210230      2394      8468    487656     79091   1359070   7370916     14.48   no data  --
375.20/375.21	c  N dy  4994   1233929      2394      8468    487656     55617   1359069   4371995     14.47     15.28  --
379.41/379.46	c  N dy  5075   1253969      2394      8468    487656     75067   1359069   6801337     14.48     17.86  --
384.60/384.69	c  N dy  5163   1274051      2394      8468    487656     94643   1359067   9457513     14.50     15.41  --
389.20/389.22	c  N dy  5231   1294245      2394      8468    487656     66688   1359067   5804984     14.50     15.35  --
394.50/394.52	c  N dy  5327   1314872      2394      8468    487656     86766   1359067   8335299     14.52     15.64  --
399.31/399.39	c  N dy  5389   1336276      2394      8468    487656     58966   1359067   4782788     14.51     15.45  --
403.80/403.88	c  N dy  5461   1356520      2394      8468    487656     78643   1359066   7301282     14.51     15.45  --
410.10/410.18	c  N dy  5587   1376982      2394      8468    487656     98600   1359065  10110693     14.55     15.36  --
414.61/414.63	c  N dy  5629   1397011      2394      8468    487656     68335   1359065   5627346     14.54     15.48  --
419.80/419.84	c  N dy  5715   1417046      2394      8468    487656     87802   1359063   8297140     14.55     19.47  --
425.50/425.58	c  N dy  5805   1437259      2394      8468    487656     56953   1359062   4561352     14.57     15.35  --
430.40/430.48	c  N dy  5878   1457458      2394      8468    487656     76550   1359062   7172713     14.58     15.45  --
436.30/436.31	c  N dy  5944   1478223      2394      8468    487656     96778   1359062   9704319     14.57     15.41  --
441.50/441.56	c  N dy  6042   1498345      2394      8468    487656     64883   1359062   5371997     14.58     15.44  --
446.61/446.66	c  N dy  6134   1518414      2394      8468    487656     84432   1359062   7845433     14.59     15.46  --
453.11/453.11	c  N dy  6241   1538424      2394      8468    487656    103855   1359059  10526416     14.62     16.01  --
457.80/457.89	c  N dy  6323   1558446      2394      8468    487656     70761   1359057   6152537     14.62     23.91  --
463.90/463.97	c  N dy  6395   1578904      2394      8468    487656     90668   1359057   8593037     14.62     15.42  --
470.50/470.55	c  N dy  6490   1599050      2394      8468    487656     56778   1359056   4222286     14.63     15.59  --
475.00/475.06	c  N dy  6567   1619115      2394      8468    487656     76260   1359056   6905782     14.64     15.57  --
480.61/480.70	c  N dy  6659   1639524      2394      8468    487656     96093   1359055   9732032     14.66     15.48  --
487.90/487.94	c  N dy  6768   1660330      2394      8468    487656     61828   1359055   4835574     14.68     15.62  --
493.21/493.24	c  N dy  6850   1680403      2394      8468    487656     81254   1359053   7376707     14.69     27.72  --
499.91/499.95	c  N dy  6946   1701368      2394      8468    487656    101604   1359051  10460885     14.70     15.51  --
503.60/503.64	c  S st  6989   1710230      2394      8468    487656    110179   1359051  11530565     14.71   no data  --
504.10/504.17	c  S st  6989   1710730      2394      8468    487656     55404   1359051   4020102     14.71   no data  --
504.10/504.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
504.10/504.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
505.80/505.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 49.8M T:  1.68
506.01/506.04	c bin-w-bin subsume rem            0 bins  time:  0.06 s
507.40/507.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
507.50/507.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2394 time:  0.05 s
507.50/507.57	c Removed useless bin:       0  fixed:     0  props:   2.45M  time:  0.05 s
513.50/513.55	c lits-rem:       120  cl-subs:     1649  v-elim:      0  v-fix:    0  time:  5.98 s
513.50/513.56	c vivif2 --  cl tried     8468 cl shrink        0 lits rem          0 time: 0.01
513.61/513.68	c vivif2 --  cl tried    53755 cl shrink        0 lits rem          0 time: 0.12
513.90/513.93	c asymm  cl-useful: 0/1215/8468 lits-rem:0 time: 0.25
513.90/513.95	c calculated reachability. Time: 0.00
513.90/513.95	c  N dy  6989   1710730      2394      8468    487656     53755   1359048   3991399     14.71   no data  --
519.11/519.14	c  N dy  7081   1730951      2394      8468    487656     73265   1359048   6232203     14.72     15.52  --
524.90/524.91	c  N dy  7151   1750986      2394      8468    487656     92679   1359048   8518509     14.71     19.72  --
532.31/532.37	c  N dy  7248   1772250      2394      8468    487656     57185   1359048   4330201     14.72     15.59  --
537.51/537.50	c  N dy  7316   1792346      2394      8468    487656     76671   1359047   6845192     14.72     15.68  --
543.50/543.55	c  N dy  7406   1812377      2394      8468    487656     96113   1359047   9608702     14.73     15.72  --
551.11/551.18	c  N dy  7492   1832441      2394      8468    487656     58376   1359047   4349655     14.74     15.68  --
556.61/556.62	c  N dy  7584   1854558      2394      8468    487656     79942   1359047   7304785     14.75     15.88  --
562.70/562.78	c  N dy  7636   1874703      2394      8468    487656     99435   1359047   9744331     14.75     15.69  --
569.71/569.71	c  N dy  7715   1895026      2394      8468    487656     60945   1359047   4640085     14.75     15.71  --
574.80/574.84	c  N dy  7788   1917190      2394      8468    487656     82427   1359047   7421958     14.76     15.56  --
581.30/581.37	c  N dy  7886   1937773      2394      8468    487656    102371   1359046  10227499     14.77     15.91  --
588.80/588.80	c  N dy  7974   1958823      2394      8468    487656     63621   1359046   5000662     14.78     15.71  --
594.11/594.19	c  N dy  8041   1978898      2394      8468    487656     83076   1359046   7365516     14.78     15.90  --
600.11/600.17	c  N dy  8097   2000020      2394      8468    487656    103510   1359045  10194431     14.77     15.60  --
606.81/606.89	c  N dy  8149   2020110      2394      8468    487656     62896   1359045   4917525     14.76     29.18  --
612.31/612.33	c  N dy  8245   2040426      2394      8468    487656     82675   1359045   7453117     14.78     15.63  --
618.51/618.57	c  N dy  8320   2061014      2394      8468    487656    102625   1359045  10075314     14.78     15.62  --
625.81/625.81	c  N dy  8418   2081039      2394      8468    487656    122081   1359044  12930132     14.80     21.20  --
631.01/631.01	c  N dy  8490   2101082      2394      8468    487656     80430   1359044   7289381     14.80     17.63  --
637.20/637.27	c  N dy  8599   2121103      2394      8468    487656     99898   1359042  10055296     14.82     21.00  --
644.41/644.43	c  N dy  8698   2141352      2394      8468    487656    119472   1359042  12641412     14.84     15.63  --
651.30/651.30	c  N dy  8796   2164606      2394      8468    487656     79931   1359041   7088414     14.85     15.67  --
657.72/657.77	c  N dy  8894   2184706      2394      8468    487656     99494   1359040  10078127     14.87     18.98  --
665.61/665.64	c  N dy  8970   2204732      2394      8468    487656    118857   1359040  12331784     14.87     15.81  --
668.01/668.07	c  S st  8992   2210732      2394      8468    487656    124610   1359040  13093418     14.87   no data  --
668.21/668.26	c  S st  8992   2211233      2394      8468    487656    125109   1359040  13173953     14.87   no data  --
668.31/668.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
668.31/668.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
670.91/670.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 98.7M T:  2.61
671.31/671.38	c bin-w-bin subsume rem            0 bins  time:  0.06 s
673.41/673.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.03 s
673.41/673.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2394 time:  0.05 s
673.51/673.51	c Removed useless bin:       0  fixed:     0  props:   2.45M  time:  0.05 s
797.61/797.64	c lits-rem:        52  cl-subs:     4829  v-elim:      0  v-fix:    0  time: 124.14 s
797.61/797.65	c vivif2 --  cl tried     8468 cl shrink        0 lits rem          0 time: 0.01
797.91/797.94	c vivif2 --  cl tried   120280 cl shrink        0 lits rem          0 time: 0.29
798.11/798.18	c asymm  cl-useful: 0/837/8468 lits-rem:0 time: 0.24
798.11/798.20	c calculated reachability. Time: 0.00
798.11/798.20	c  N dy  8992   2211233      2394      8468    487656    120280   1359037  12934407     14.87   no data  --
804.31/804.37	c  N dy  9073   2231533      2394      8468    487656     77001   1359036   6944090     14.88     15.70  --
810.41/810.43	c  N dy  9137   2251554      2394      8468    487656     96393   1359036   9358785     14.88     15.70  --
817.22/817.23	c  N dy  9218   2271570      2394      8468    487656    115884   1359036  11824606     14.89     22.08  --
824.81/824.88	c  N dy  9329   2291584      2394      8468    487656     71299   1359036   5870190     14.91     17.74  --
830.11/830.17	c  N dy  9398   2311613      2394      8468    487656     90679   1359036   8403702     14.91     17.63  --
836.82/836.84	c  N dy  9469   2333079      2394      8468    487656    111505   1359036  11015642     14.91     15.88  --
844.52/844.52	c  N dy  9556   2353142      2394      8468    487656     65980   1359036   5138423     14.92     22.09  --
849.91/849.96	c  N dy  9618   2373593      2394      8468    487656     85709   1359036   7207554     14.91     15.70  --
856.02/856.08	c  N dy  9692   2394387      2394      8468    487656    105918   1359036   9969461     14.92     15.81  --
863.71/863.76	c  N dy  9796   2414437      2394      8468    487656    125330   1359036  12525723     14.94     24.44  --
870.12/870.18	c  N dy  9871   2434776      2394      8468    487656     79199   1359035   6947935     14.94     16.03  --
876.41/876.40	c  N dy  9937   2455091      2394      8468    487656     98982   1359035   9372671     14.94     15.74  --
883.92/883.93	c  N dy 10018   2476607      2394      8468    487656    119806   1359035  11820273     14.94     15.74  --
890.41/890.45	c  N dy 10082   2496670      2394      8468    487656     72332   1359035   5902423     14.94     24.92  --
895.71/895.79	c  N dy 10156   2516703      2394      8468    487656     91699   1359035   8269887     14.94     16.05  --
902.42/902.41	c  N dy 10222   2536859      2394      8468    487656    111219   1359035  10661298     14.95     15.82  --
909.91/909.94	c  N dy 10304   2557131      2394      8468    487656    130878   1359035  13580991     14.95     15.81  --
917.02/917.04	c  N dy 10408   2577320      2394      8468    487656     82615   1359035   7492602     14.97     16.01  --
923.32/923.34	c  N dy 10487   2597346      2394      8468    487656    102069   1359035   9787270     14.97     24.29  --
930.42/930.45	c  N dy 10584   2617542      2394      8468    487656    121703   1359035  12662896     14.98     16.07  --
938.91/938.99	c  N dy 10680   2638492      2394      8468    487656     73167   1359035   5774654     14.99     15.80  --
944.71/944.76	c  N dy 10777   2658511      2394      8468    487656     92543   1359035   8381190     15.01     17.54  --
951.71/951.79	c  N dy 10865   2678903      2394      8468    487656    112350   1359035  10901250     15.01     15.99  --
960.02/960.07	c  N dy 10969   2698940      2394      8468    487656    131732   1359035  13340378     15.02     16.26  --
964.52/964.50	c  S st 11010   2711234      2394      8468    487656     73861   1359035   5938701     15.02     13.13  --
964.62/964.61	c  S st 11010   2711734      2394      8468    487656     74360   1359035   6008961     15.02   no data  --
964.62/964.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
964.62/964.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
966.12/966.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 65.0M T:  1.54
966.42/966.40	c bin-w-bin subsume rem            0 bins  time:  0.05 s
967.72/967.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
967.72/967.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2394 time:  0.05 s
967.82/967.80	c Removed useless bin:       0  fixed:     0  props:   2.45M  time:  0.05 s
991.62/991.65	c lits-rem:      1158  cl-subs:     3179  v-elim:      0  v-fix:    0  time: 23.85 s
991.62/991.66	c vivif2 --  cl tried     8468 cl shrink        0 lits rem          0 time: 0.01
991.82/991.81	c vivif2 --  cl tried    71181 cl shrink        0 lits rem          0 time: 0.15
992.02/992.03	c asymm  cl-useful: 0/435/8468 lits-rem:0 time: 0.22
992.02/992.04	c calculated reachability. Time: 0.00
992.02/992.04	c  N dy 11010   2711734      2394      8468    487656     71181   1359035   5949538     15.02   no data  --
998.52/998.50	c  N dy 11120   2732899      2394      8468    487656     91676   1359035   8562112     15.04     15.99  --
1005.72/1005.76	c  N dy 11219   2753516      2394      8468    487656    111650   1359035  11352944     15.04     15.85  --
1013.32/1013.37	c  N dy 11283   2774322      2394      8468    487656    131917   1359035  13896236     15.04     15.86  --
1021.92/1021.93	c  N dy 11376   2795376      2394      8468    487656     81585   1359035   7003292     15.05     15.86  --
1028.22/1028.24	c  N dy 11470   2815431      2394      8468    487656    101036   1359035   9778764     15.06     27.15  --
1036.12/1036.16	c  N dy 11568   2835454      2394      8468    487656    120513   1359035  12508969     15.08     31.14  --
1046.13/1046.13	c  N dy 11648   2858707      2394      8468    487656    142913   1359035  15125032     15.08     15.91  --
1052.42/1052.44	c  N dy 11734   2878765      2394      8468    487656     90608   1359034   8338711     15.09     15.90  --
1059.92/1059.90	c  N dy 11845   2898806      2394      8468    487656    110089   1359031  11168065     15.11     24.96  --
1068.32/1068.36	c  N dy 11927   2919112      2394      8468    487656    129772   1359031  13470102     15.11     15.95  --
1078.52/1078.54	c  N dy 12036   2940369      2394      8468    487656     77680   1359031   6331006     15.13     16.07  --
1084.02/1084.04	c  N dy 12113   2960725      2394      8468    487656     97446   1359031   9294414     15.13     16.07  --
1090.62/1090.67	c  N dy 12179   2980736      2394      8468    487656    116842   1359031  11702010     15.13     19.27  --
1097.92/1097.91	c  N dy 12233   3000991      2394      8468    487656    136453   1359031  14294775     15.13     16.15  --
1106.12/1106.18	c  N dy 12312   3022796      2394      8468    487656     83843   1359031   7357840     15.13     15.99  --
1113.02/1113.09	c  N dy 12395   3044166      2394      8468    487656    104454   1359030   9960430     15.13     16.08  --
1121.42/1121.42	c  N dy 12498   3065227      2394      8468    487656    124825   1359030  13010732     15.14     15.96  --
1130.82/1130.83	c  N dy 12593   3085298      2394      8468    487656    144171   1359030  15618259     15.15     19.24  --
1137.02/1137.03	c  N dy 12629   3105354      2394      8468    487656     89111   1359030   7649900     15.15     33.20  --
1144.12/1144.13	c  N dy 12747   3125727      2394      8468    487656    108839   1359030  10292620     15.16     16.00  --
1152.22/1152.24	c  N dy 12859   3145910      2394      8468    487656    128448   1359030  13029738     15.18     16.09  --
1160.22/1160.21	c  N dy 12939   3165925      2394      8468    487656    147935   1359030  15721471     15.19     26.18  --
1167.52/1167.50	c  N dy 13009   3186208      2394      8468    487656     92029   1359030   8252891     15.19     16.01  --
1174.13/1174.15	c  N dy 13084   3206528      2394      8468    487656    111777   1359030  10841251     15.19     16.06  --
1176.02/1176.04	c  S st 13103   3211734      2394      8468    487656    116827   1359030  11502148     15.19     10.41  --
1176.22/1176.20	c  S st 13103   3212241      2394      8468    487656    117331   1359029  11585980     15.19   no data  --
1176.22/1176.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1176.22/1176.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1178.62/1178.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 92.8M T:  2.38
1178.92/1178.99	c bin-w-bin subsume rem            0 bins  time:  0.05 s
1180.33/1180.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.38 s
1180.42/1180.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2394 time:  0.05 s
1180.42/1180.47	c Removed useless bin:       0  fixed:     0  props:   2.45M  time:  0.05 s
1280.33/1280.31	c lits-rem:      1653  cl-subs:     3406  v-elim:      0  v-fix:    0  time: 99.85 s
1280.33/1280.32	c vivif2 --  cl tried     8468 cl shrink        0 lits rem          0 time: 0.01
1280.52/1280.59	c vivif2 --  cl tried   113925 cl shrink        0 lits rem          0 time: 0.27
1280.82/1280.83	c asymm  cl-useful: 0/261/8468 lits-rem:0 time: 0.24
1280.82/1280.84	c calculated reachability. Time: 0.00
1280.82/1280.84	c  N dy 13103   3212241      2394      8468    487656    113925   1359027  11424604     15.19   no data  --
1289.33/1289.37	c  N dy 13201   3232596      2394      8468    487656    133661   1359027  13899184     15.20     16.03  --
1297.93/1297.99	c  N dy 13254   3252603      2394      8468    487656    152936   1359027  16157479     15.20     16.14  --

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

running on 2 cores: 4,6

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: 1.84 2.00 2.38 5/189 14441
/proc/meminfo: memFree=11830840/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=30688 CPUtime=0 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 972 0 0 0 0 0 0 0 21 0 1 0 450924166 31424512 878 33554432000 4194304 4650387 140736345037136 18446744073709551615 233509958341 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 7672 879 327 112 0 2637 0

[startup+0.0237771 s]
/proc/loadavg: 1.84 2.00 2.38 5/189 14441
/proc/meminfo: memFree=11830840/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=33328 CPUtime=0.01 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 1609 0 0 0 1 0 0 0 21 0 1 0 450924166 34127872 1515 33554432000 4194304 4650387 140736345037136 18446744073709551615 233509958341 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 8332 1515 327 112 0 3297 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 33328

[startup+0.100784 s]
/proc/loadavg: 1.84 2.00 2.38 5/189 14441
/proc/meminfo: memFree=11830840/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=43920 CPUtime=0.09 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 4282 0 0 0 9 0 0 0 21 0 1 0 450924166 44974080 4184 33554432000 4194304 4650387 140736345037136 18446744073709551615 233509958341 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 10980 4185 349 112 0 5945 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43920

[startup+0.300747 s]
/proc/loadavg: 1.84 2.00 2.38 5/189 14441
/proc/meminfo: memFree=11830840/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=46164 CPUtime=0.29 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 4877 0 0 0 29 0 0 0 22 0 1 0 450924166 47271936 4779 33554432000 4194304 4650387 140736345037136 18446744073709551615 4434880 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 11541 4779 359 112 0 6506 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46164

[startup+0.700687 s]
/proc/loadavg: 1.84 2.00 2.38 5/189 14441
/proc/meminfo: memFree=11830840/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=56924 CPUtime=0.69 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 8265 0 0 0 68 1 0 0 23 0 1 0 450924166 58290176 8167 33554432000 4194304 4650387 140736345037136 18446744073709551615 4329434 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 14231 8167 378 112 0 9196 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56924

[startup+1.50051 s]
/proc/loadavg: 1.84 2.00 2.38 5/190 14442
/proc/meminfo: memFree=11779620/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=61184 CPUtime=1.49 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 10161 0 0 0 148 1 0 0 25 0 1 0 450924166 62652416 8840 33554432000 4194304 4650387 140736345037136 18446744073709551615 4363303 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 15296 8840 380 112 0 10261 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61184

[startup+3.10025 s]
/proc/loadavg: 1.84 2.00 2.38 5/190 14442
/proc/meminfo: memFree=11772804/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=63408 CPUtime=3.09 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 14006 0 0 0 307 2 0 0 25 0 1 0 450924166 64929792 9783 33554432000 4194304 4650387 140736345037136 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 15852 9783 380 112 0 10817 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63408

[startup+6.30067 s]
/proc/loadavg: 2.01 2.04 2.39 5/190 14442
/proc/meminfo: memFree=11705160/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=89920 CPUtime=6.29 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 21977 0 0 0 626 3 0 0 25 0 1 0 450924166 92078080 15809 33554432000 4194304 4650387 140736345037136 18446744073709551615 4439604 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 22480 15809 382 112 0 17445 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 89920

[startup+12.7005 s]
/proc/loadavg: 2.17 2.07 2.40 5/190 14442
/proc/meminfo: memFree=11687920/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=94036 CPUtime=12.69 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 27945 0 0 0 1266 3 0 0 25 0 1 0 450924166 96292864 17358 33554432000 4194304 4650387 140736345037136 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 23509 17358 382 112 0 18474 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94036

[startup+25.5002 s]
/proc/loadavg: 2.58 2.16 2.43 5/190 14443
/proc/meminfo: memFree=11626804/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=115860 CPUtime=25.49 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 45241 0 0 0 2543 6 0 0 25 0 1 0 450924166 118640640 22442 33554432000 4194304 4650387 140736345037136 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 28965 22442 382 112 0 23930 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 115860

[startup+51.1006 s]
/proc/loadavg: 3.06 2.31 2.47 5/190 14443
/proc/meminfo: memFree=11553744/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=133908 CPUtime=51.09 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 69519 0 0 0 5099 10 0 0 25 0 1 0 450924166 137121792 27864 33554432000 4194304 4650387 140736345037136 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 33477 27864 382 112 0 28442 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 133908

[startup+102.306 s]
/proc/loadavg: 3.59 2.57 2.55 5/190 14445
/proc/meminfo: memFree=11430832/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=172400 CPUtime=102.3 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 109649 0 0 0 10214 16 0 0 25 0 1 0 450924166 176537600 37158 33554432000 4194304 4650387 140736345037136 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 43100 37158 382 112 0 38065 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 172400

[startup+162.301 s]
/proc/loadavg: 3.85 2.82 2.63 5/190 14446
/proc/meminfo: memFree=11367688/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=247864 CPUtime=162.29 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 163667 0 0 0 16203 26 0 0 25 0 1 0 450924166 253812736 41240 33554432000 4194304 4650387 140736345037136 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 61966 41240 382 112 0 56931 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 247864

[startup+222.301 s]
/proc/loadavg: 3.94 3.04 2.72 5/190 14457
/proc/meminfo: memFree=11260868/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=295252 CPUtime=222.3 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 211783 0 0 0 22198 32 0 0 25 0 1 0 450924166 302338048 51744 33554432000 4194304 4650387 140736345037136 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 73813 51744 382 112 0 68778 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 295252

[startup+282.301 s]
/proc/loadavg: 3.98 3.21 2.79 5/190 14459
/proc/meminfo: memFree=11222428/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=297320 CPUtime=282.29 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 256196 0 0 0 28189 40 0 0 25 0 1 0 450924166 304455680 53248 33554432000 4194304 4650387 140736345037136 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 74330 53248 382 112 0 69295 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 297320

[startup+342.3 s]
/proc/loadavg: 3.99 3.35 2.87 5/190 14460
/proc/meminfo: memFree=11193632/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=327284 CPUtime=342.3 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 299676 0 0 0 34181 49 0 0 25 0 1 0 450924166 335138816 59567 33554432000 4194304 4650387 140736345037136 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 81821 59567 382 112 0 76786 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 327284

[startup+402.301 s]
/proc/loadavg: 4.07 3.48 2.94 5/190 14462
/proc/meminfo: memFree=11190012/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=328472 CPUtime=402.3 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 328699 0 0 0 40176 54 0 0 25 0 1 0 450924166 336355328 58578 33554432000 4194304 4650387 140736345037136 18446744073709551615 4366621 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 82118 58578 382 112 0 77083 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 328472

[startup+462.301 s]
/proc/loadavg: 4.08 3.59 3.01 5/190 14463
/proc/meminfo: memFree=11150180/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=329896 CPUtime=462.3 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 373559 0 0 0 46168 62 0 0 25 0 1 0 450924166 337813504 60165 33554432000 4194304 4650387 140736345037136 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 82474 60165 382 112 0 77439 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 329896

[startup+522.301 s]
/proc/loadavg: 4.03 3.66 3.07 6/190 14465
/proc/meminfo: memFree=11112224/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=336976 CPUtime=522.31 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 409158 0 0 0 52159 72 0 0 25 0 1 0 450924166 345063424 60730 33554432000 4194304 4650387 140736345037136 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 84244 60730 382 112 0 79209 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 336976

[startup+582.3 s]
/proc/loadavg: 4.01 3.72 3.12 5/190 14467
/proc/meminfo: memFree=11068404/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=338456 CPUtime=582.31 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 448533 0 0 0 58150 81 0 0 25 0 1 0 450924166 346578944 63768 33554432000 4194304 4650387 140736345037136 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 84614 63768 382 112 0 79579 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 338456

[startup+642.301 s]
/proc/loadavg: 3.66 3.69 3.15 4/184 14485
/proc/meminfo: memFree=11180924/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=339640 CPUtime=642.31 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 488493 0 0 0 64143 88 0 0 25 0 1 0 450924166 347791360 64984 33554432000 4194304 4650387 140736345037136 18446744073709551615 4331941 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 84910 64984 382 112 0 79875 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 339640

[startup+702.301 s]
/proc/loadavg: 3.24 3.56 3.14 4/184 14487
/proc/meminfo: memFree=11059136/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=459968 CPUtime=702.31 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 531696 0 0 0 70137 94 0 0 25 0 1 0 450924166 471007232 94374 33554432000 4194304 4650387 140736345037136 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 114992 94374 382 112 0 109957 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 459968

[startup+762.307 s]
/proc/loadavg: 3.09 3.45 3.12 4/184 14488
/proc/meminfo: memFree=11021792/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=459968 CPUtime=762.31 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 531696 0 0 0 76137 94 0 0 25 0 1 0 450924166 471007232 94374 33554432000 4194304 4650387 140736345037136 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 114992 94374 382 112 0 109957 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 459968

[startup+822.3 s]
/proc/loadavg: 3.03 3.37 3.11 4/184 14490
/proc/meminfo: memFree=11003536/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=460780 CPUtime=822.31 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 546579 0 0 0 82133 98 0 0 25 0 1 0 450924166 471838720 94802 33554432000 4194304 4650387 140736345037136 18446744073709551615 4365214 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 115195 94803 382 112 0 110160 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 460780

[startup+882.3 s]
/proc/loadavg: 3.01 3.30 3.10 4/184 14492
/proc/meminfo: memFree=11019148/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=461988 CPUtime=882.31 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 586132 0 0 0 88125 106 0 0 25 0 1 0 450924166 473075712 92343 33554432000 4194304 4650387 140736345037136 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 115497 92343 382 112 0 110462 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 461988

[startup+942.301 s]
/proc/loadavg: 3.00 3.24 3.09 4/184 14493
/proc/meminfo: memFree=11023596/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=397740 CPUtime=942.31 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 626505 0 0 0 94117 114 0 0 25 0 1 0 450924166 407285760 88525 33554432000 4194304 4650387 140736345037136 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 99435 88525 382 112 0 94400 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 397740

[startup+1002.3 s]
/proc/loadavg: 3.04 3.21 3.09 4/184 14495
/proc/meminfo: memFree=11026792/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=463692 CPUtime=1002.32 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 644348 0 0 0 100115 117 0 0 25 0 1 0 450924166 474820608 91363 33554432000 4194304 4650387 140736345037136 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 115923 91363 382 112 0 110888 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 463692

[startup+1062.3 s]
/proc/loadavg: 3.01 3.17 3.08 4/184 14496
/proc/meminfo: memFree=11023548/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=464936 CPUtime=1062.32 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 677310 0 0 0 106109 123 0 0 25 0 1 0 450924166 476094464 93052 33554432000 4194304 4650387 140736345037136 18446744073709551615 4363688 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 116234 93052 382 112 0 111199 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 464936

[startup+1122.3 s]
/proc/loadavg: 3.00 3.14 3.08 4/184 14498
/proc/meminfo: memFree=11028596/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=466100 CPUtime=1122.32 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 710626 0 0 0 112103 129 0 0 25 0 1 0 450924166 477286400 94495 33554432000 4194304 4650387 140736345037136 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 116525 94495 382 112 0 111490 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 466100

[startup+1182.3 s]
/proc/loadavg: 3.00 3.11 3.07 4/184 14500
/proc/meminfo: memFree=10996700/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=467780 CPUtime=1182.32 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 742309 0 0 0 118097 135 0 0 25 0 1 0 450924166 479006720 92960 33554432000 4194304 4650387 140736345037136 18446744073709551615 4476286 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 116945 92960 382 112 0 111910 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 467780

[startup+1242.3 s]
/proc/loadavg: 3.00 3.09 3.06 4/184 14501
/proc/meminfo: memFree=10960468/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=468688 CPUtime=1242.32 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 742489 0 0 0 124097 135 0 0 25 0 1 0 450924166 479936512 93140 33554432000 4194304 4650387 140736345037136 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 117172 93140 382 112 0 112137 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 468688



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.07 3.06 2/181 14505
/proc/meminfo: memFree=11510536/32951124 swapFree=67111528/67111528
[pid=14441] ppid=14439 vsize=403896 CPUtime=1300.04 cores=4,6
/proc/14441/stat : 14441 (strangenight1-s) R 14439 14441 13313 0 -1 4202496 754983 0 0 0 129866 138 0 0 25 0 1 0 450924166 413589504 88827 33554432000 4194304 4650387 140736345037136 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14441/statm: 100974 88827 382 112 0 95939 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 403896

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.06
CPU user time (s): 1298.66
CPU system time (s): 1.39779
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 505720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.66
system time used= 1.39779
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 754983
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= 2316

runsolver used 2.27465 second user time and 4.85926 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-23 20:58:03
IDJOB=3251552
IDBENCH=88226
IDSOLVER=1589
FILE ID=node145/3251552-1303585083
RUNJOBID= node145-1303585083-14400
PBS_JOBID= 13150320
Free space on /tmp= 71304 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251552-1303585083/watcher-3251552-1303585083 -o /tmp/evaluation-result-3251552-1303585083/solver-3251552-1303585083 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3251552-1303585083.cnf

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

MD5SUM BENCH= dda220d08783aabf4e7a9e99eeeccae6
RANDOM SEED=1119865607

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.83
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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11831368 kB
Buffers:       2168352 kB
Cached:       18287188 kB
SwapCached:          0 kB
Active:       10241232 kB
Inactive:     10310380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11831368 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           38276 kB
Writeback:          16 kB
AnonPages:       95048 kB
Mapped:          16344 kB
Slab:           505784 kB
PageTables:       4896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   303544 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= 71324 MiB
End job on node145 at 2011-04-23 21:19:45