Trace number 3369217

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-mt (fixed)? (TO) 4800.24 1203.34

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v1375c111739gyes10.cnf
MD5SUMc904604702db7cfabf92e607e197d409
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.17476
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369217-1305391599.cnf'
0.00/0.01	c -- header says num vars:           1375
0.00/0.01	c -- header says num clauses:      111739
0.00/0.03	c -- clauses added:            0 learnts,       111739 normals,            0 xors
0.00/0.03	c -- vars added       1375
0.00/0.03	c Parsing time:  0.07 s
0.00/0.03	c  N st     0         0      1375        55    111684         0    224743         0   no data   no data  --
0.00/0.03	c asymm  cl-useful: 0/55/55 lits-rem:0 time: 0.00
0.00/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
0.00/0.10	c bin-w-bin subsume rem         4930 bins  time:  0.06 s
0.00/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
0.00/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1375 time:  0.04 s
0.00/0.10	c Removed useless bin:       0  fixed:     0  props:   0.54M  time:  0.04 s
0.77/0.20	c lits-rem:       256  cl-subs:        0  v-elim:     55  v-fix:    0  time:  0.13 s
0.77/0.20	c Finding binary XORs  T:     0.01 s  found:       0
0.77/0.20	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.77/0.20	c calculated reachability. Time: 0.00
0.77/0.20	c Calc default polars -  time:   0.00 s pos:       0 undec:      55 neg:    1320
0.77/0.20	c =========================================================================================
0.77/0.20	c types(t): F = full restart, N = normal restart
0.77/0.20	c types(t): S = simplification begin/end, E = solution found
0.77/0.20	c restart types(rt): st = static, dy = dynamic
0.77/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.77/0.20	c  B st     0         0      1320      6141     99293         0    353833         0   no data   no data  --
1.16/0.37	c  N dy    14      4030      1320      6141     99293      3976    353831    116672      8.64      9.50  --
2.37/0.62	c  N dy    35      8087      1320      6141     99293      5502    353831    138004      8.64      9.19  --
3.17/0.88	c  N dy    54     12192      1320      6141     99294      5370    353831    113482      8.76      9.24  --
4.38/1.15	c  N dy    74     16320      1320      6141     99297      9433    353831    243302      8.78      9.32  --
5.55/1.46	c  N dy    97     20830      1320      6141     99298      8345    353831    175631      8.82      9.37  --
6.76/1.77	c  F st   119     25000      1320      6141     99300     12439    353831    302816      8.84      8.80  --
6.76/1.78	c  N st   119     25000      1320      6141     99300     12439    353831    302816      8.84      8.80  --
8.35/2.14	c  N dy   125     30000      1320      6141     99300     10661    353830    240959      8.84   no data  --
8.35/2.14	c  S st   125     30000      1320      6141     99300     10661    353830    240959      8.84   no data  --
8.35/2.17	c  S st   125     30501      1320      6141     99300     11162    353830    259469      8.84   no data  --
8.35/2.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8.35/2.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.18/2.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    107 BRemL:      0 BRemN:      0 P:  7.9M T:  0.58
9.18/2.35	c bin-w-bin subsume rem            0 bins  time:  0.05 s
13.93/3.59	c subs with bin:        0  lits-rem:     23594  v-fix:    0  time:  4.94 s
14.33/3.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
14.33/3.61	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
17.54/4.44	c lits-rem:      1118  cl-subs:     2097  v-elim:      0  v-fix:    0  time:  3.32 s
18.32/4.62	c asymm  cl-useful: 2055/2442/6141 lits-rem:13194 time: 0.71
18.32/4.62	c calculated reachability. Time: 0.00
18.32/4.62	c  N dy   125     30501      1320      6141     99407      9065    310416    226156      8.84   no data  --
19.51/4.93	c  N dy   145     34514      1320      6141     99407     12990    310416    367641      8.89     12.05  --
20.72/5.26	c  N dy   175     38580      1320      6141     99407      9227    310416    184064      9.00     10.84  --
22.36/5.61	c  N dy   202     42809      1320      6141     99407     13381    310416    329353      9.06      9.58  --
23.11/5.87	c  S st   216     45751      1320      6141     99413     16259    310416    432403      9.06   no data  --
23.51/5.91	c  S st   216     46254      1320      6141     99413     16762    310416    455631      9.06   no data  --
23.51/5.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
23.51/5.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.91/6.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      7 BRemL:      0 BRemN:      0 P:  7.5M T:  0.56
23.91/6.08	c bin-w-bin subsume rem            0 bins  time:  0.05 s
29.09/7.39	c subs with bin:        0  lits-rem:       142  v-fix:    0  time:  5.23 s
29.49/7.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
29.49/7.41	c Removed useless bin:       0  fixed:     0  props:   0.48M  time:  0.04 s
39.48/9.93	c lits-rem:      1760  cl-subs:     1329  v-elim:      0  v-fix:    0  time: 10.04 s
39.48/9.94	c vivif2 --  cl tried     6141 cl shrink      532 lits rem        543 time: 0.01
39.48/9.95	c vivif2 --  cl tried    15433 cl shrink       26 lits rem         30 time: 0.07
40.26/10.13	c asymm  cl-useful: 0/2285/6141 lits-rem:0 time: 0.71
40.26/10.13	c calculated reachability. Time: 0.00
40.26/10.13	c  N dy   216     46254      1320      6141     99420     15433    309707    432645      9.06   no data  --
41.46/10.48	c  N dy   242     50260      1320      6141     99422     10595    309707    203236      9.09      9.81  --
43.07/10.80	c  N dy   261     54271      1320      6141     99422     14536    309707    350627      9.10      9.95  --
44.30/11.15	c  N dy   294     58353      1320      6141     99422     18562    309707    506652      9.18     10.70  --
45.85/11.50	c  N dy   317     62544      1320      6141     99422     12870    309707    273612      9.22      9.77  --
47.05/11.86	c  N dy   340     66809      1320      6141     99422     17042    309707    422411      9.26      9.75  --
47.85/12.10	c  S st   360     69382      1320      6141     99422     19578    309707    514768      9.34      8.59  --
48.27/12.14	c  S st   360     69885      1320      6141     99422     20080    309707    538247      9.34   no data  --
48.27/12.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
48.27/12.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
48.68/12.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.7M T:  0.58
49.04/12.32	c bin-w-bin subsume rem            0 bins  time:  0.05 s
54.23/13.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.26 s
54.23/13.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
54.23/13.66	c Removed useless bin:       0  fixed:     0  props:   0.48M  time:  0.04 s
65.01/16.34	c lits-rem:      1434  cl-subs:     1537  v-elim:      0  v-fix:    0  time: 10.70 s
65.01/16.35	c vivif2 --  cl tried     6141 cl shrink        0 lits rem          0 time: 0.01
65.01/16.37	c vivif2 --  cl tried    18543 cl shrink       28 lits rem         28 time: 0.08
65.41/16.48	c asymm  cl-useful: 0/1359/6141 lits-rem:0 time: 0.47
65.41/16.49	c calculated reachability. Time: 0.00
65.41/16.49	c  N dy   360     69885      1320      6141     99422     18543    309707    510550      9.34   no data  --
66.99/16.87	c  N dy   385     74430      1320      6141     99422     12214    309707    229430      9.35      9.89  --
68.59/17.25	c  N dy   408     79253      1320      6141     99422     16943    309707    399883      9.36     11.75  --
70.21/17.68	c  N dy   440     84372      1320      6141     99422     21980    309707    593554      9.40     10.38  --
71.38/17.96	c  F st   457     87501      1320      6141     99422     13282    309707    245718      9.42   no data  --
72.59/18.24	c  N st   462     90800      1320      6141     99422     16524    309707    366450      9.42   no data  --
74.60/18.79	c  N dy   490     96761      1320      6141     99422     22364    309707    577289      9.46      9.98  --
76.98/19.39	c  N dy   521    103210      1320      6141     99422     15923    309707    298208      9.47     10.21  --
77.78/19.53	c  S st   532    104828      1320      6141     99422     17519    309707    359646      9.48   no data  --
77.78/19.57	c  S st   532    105331      1320      6141     99422     18021    309707    380249      9.48   no data  --
77.78/19.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
77.78/19.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
78.58/19.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.6M T:  0.58
78.58/19.75	c bin-w-bin subsume rem            0 bins  time:  0.05 s
83.38/21.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.99 s
83.80/21.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
83.80/21.02	c Removed useless bin:       0  fixed:     0  props:   0.48M  time:  0.04 s
92.16/23.15	c lits-rem:      1036  cl-subs:      909  v-elim:      0  v-fix:    0  time:  8.52 s
92.16/23.16	c vivif2 --  cl tried     6141 cl shrink        0 lits rem          0 time: 0.01
92.16/23.17	c vivif2 --  cl tried    17112 cl shrink        0 lits rem          0 time: 0.06
92.93/23.35	c asymm  cl-useful: 0/2303/6141 lits-rem:0 time: 0.70
92.93/23.35	c calculated reachability. Time: 0.00
92.93/23.35	c  N dy   532    105331      1320      6141     99422     17112    309707    366334      9.48   no data  --
95.33/23.94	c  N dy   569    112140      1320      6141     99422     23797    309707    595232      9.50     12.82  --
98.12/24.63	c  N dy   610    119364      1320      6141     99422     17142    309707    318874      9.52     10.07  --
100.93/25.31	c  N dy   666    127067      1320      6141     99422     24708    309707    593678      9.57     12.27  --
104.10/26.11	c  N dy   706    135264      1320      6141     99422     18022    309707    317423      9.58     10.10  --
106.90/26.88	c  N dy   750    143923      1320      6141     99422     26473    309707    632000      9.60     10.16  --
110.88/27.81	c  N dy   807    153267      1320      6141     99422     19962    309707    377070      9.62     10.24  --
112.48/28.23	c  S st   822    157996      1320      6141     99422     24616    309707    554828      9.62   no data  --
112.48/28.27	c  S st   822    158497      1320      6141     99422     25116    309707    577425      9.62   no data  --
112.48/28.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
112.48/28.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
113.28/28.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.0M T:  0.61
113.28/28.46	c bin-w-bin subsume rem            0 bins  time:  0.05 s
118.48/29.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.19 s
118.48/29.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
118.48/29.79	c Removed useless bin:       0  fixed:     0  props:   0.48M  time:  0.04 s
128.83/32.37	c lits-rem:      1394  cl-subs:     1212  v-elim:      0  v-fix:    0  time: 10.29 s
128.83/32.37	c vivif2 --  cl tried     6141 cl shrink        0 lits rem          0 time: 0.01
128.83/32.39	c vivif2 --  cl tried    23904 cl shrink        0 lits rem          0 time: 0.10
129.63/32.58	c asymm  cl-useful: 0/1953/6141 lits-rem:0 time: 0.74
129.63/32.58	c calculated reachability. Time: 0.00
129.63/32.58	c  N dy   822    158497      1320      6141     99422     23904    309707    556579      9.62   no data  --
134.01/33.62	c  N dy   870    168653      1320      6141     99422     17196    309707    250875      9.62     10.16  --
138.02/34.63	c  N dy   924    179706      1320      6141     99422     27986    309707    608271      9.64     10.16  --
142.40/35.74	c  N dy   990    191342      1320      6141     99422     21809    309707    386485      9.67     10.33  --
147.19/36.94	c  N dy  1053    204136      1320      6141     99423     34357    309707    835910      9.67     10.21  --
152.38/38.21	c  N dy  1110    217216      1320      6141     99423     28510    309707    575146      9.68     10.22  --
157.98/39.65	c  N dy  1177    231087      1320      6141     99423     22519    309707    365139      9.68     13.73  --
160.76/40.31	c  S st  1216    237745      1320      6141     99423     29029    309707    589230      9.69      9.03  --
160.76/40.35	c  S st  1216    238245      1320      6141     99423     29529    309707    613908      9.69   no data  --
160.76/40.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
160.76/40.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
161.56/40.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.4M T:  0.64
161.56/40.55	c bin-w-bin subsume rem            0 bins  time:  0.05 s
166.76/41.82	c subs with bin:        0  lits-rem:         6  v-fix:    0  time:  5.04 s
166.76/41.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
166.76/41.84	c Removed useless bin:       0  fixed:     0  props:   0.48M  time:  0.04 s
176.71/44.35	c lits-rem:      1780  cl-subs:     2140  v-elim:      0  v-fix:    0  time: 10.05 s
176.71/44.36	c vivif2 --  cl tried     6141 cl shrink        0 lits rem          0 time: 0.01
176.71/44.38	c vivif2 --  cl tried    27389 cl shrink        0 lits rem          0 time: 0.11
177.51/44.56	c asymm  cl-useful: 0/1885/6141 lits-rem:0 time: 0.71
177.51/44.56	c calculated reachability. Time: 0.00
177.51/44.56	c  N dy  1216    238245      1320      6141     99423     27389    309707    583002      9.69   no data  --
184.32/46.24	c  N dy  1286    253491      1320      6141     99423     21790    309707    326304      9.71     10.22  --
190.28/47.78	c  N dy  1367    269668      1320      6141     99423     37613    309707    857927      9.72     10.86  --
197.90/49.61	c  N dy  1444    287360      1320      6141     99423     33392    309707    701595      9.71     10.24  --
205.85/51.62	c  N dy  1544    305887      1320      6141     99423     29075    309707    531540      9.73     10.28  --
205.85/51.65	c  F st  1547    306250      1320      6141     99423     29435    309707    544940      9.73      9.08  --
214.22/53.73	c  N dy  1640    325600      1320      6141     99423     24867    309707    366097      9.76     10.31  --
222.20/55.78	c  N dy  1736    345605      1320      6141     99423     44476    309707   1057981      9.78     10.33  --
227.79/57.10	c  S st  1795    357368      1320      6141     99423     31512    309707    573382      9.79   no data  --
227.79/57.15	c  S st  1795    357868      1320      6141     99423     32009    309707    596739      9.79   no data  --
227.79/57.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
227.79/57.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
228.63/57.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.7M T:  0.70
228.63/57.37	c bin-w-bin subsume rem            0 bins  time:  0.05 s
233.77/58.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.05 s
233.77/58.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
233.77/58.65	c Removed useless bin:       0  fixed:     0  props:   0.48M  time:  0.04 s
243.34/61.02	c lits-rem:      1333  cl-subs:     1456  v-elim:      0  v-fix:    0  time:  9.44 s
243.34/61.02	c vivif2 --  cl tried     6141 cl shrink        0 lits rem          0 time: 0.01
243.34/61.05	c vivif2 --  cl tried    30553 cl shrink        0 lits rem          0 time: 0.11
244.14/61.23	c asymm  cl-useful: 0/1945/6141 lits-rem:0 time: 0.73
244.14/61.24	c calculated reachability. Time: 0.00
244.14/61.24	c  N dy  1795    357868      1320      6141     99423     30553    309707    578028      9.79   no data  --
253.32/63.51	c  N dy  1897    378228      1320      6141     99423     50492    309707   1264703      9.80     10.62  --
262.50/65.81	c  N dy  2002    398836      1320      6141     99423     45221    309707   1011011      9.81     10.52  --
271.68/68.15	c  N dy  2097    419138      1320      6141     99423     38635    309707    772950      9.81     10.36  --
280.87/70.50	c  N dy  2195    439488      1320      6141     99423     31145    309707    492075      9.82     10.39  --
290.42/72.81	c  N dy  2291    459576      1320      6141     99423     50801    309707   1142124      9.83     10.51  --
299.60/75.13	c  N dy  2398    479612      1320      6141     99423     42044    309707    858779      9.85     10.45  --
309.58/77.60	c  N dy  2483    499761      1320      6141     99423     32415    309707    527200      9.85     10.59  --
318.35/79.86	c  N dy  2587    519879      1320      6141     99423     52127    309707   1203877      9.85     10.42  --
327.13/82.01	c  S st  2657    536802      1320      6141     99423     38273    309707    680996      9.85      8.81  --
327.13/82.06	c  S st  2657    537307      1320      6141     99423     38778    309707    704687      9.85   no data  --
327.13/82.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
327.13/82.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
327.94/82.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.6M T:  0.77
327.94/82.30	c bin-w-bin subsume rem            0 bins  time:  0.05 s
333.12/83.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.02 s
333.12/83.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
333.12/83.57	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
343.08/86.09	c lits-rem:      1774  cl-subs:     2327  v-elim:      0  v-fix:    0  time: 10.04 s
343.08/86.10	c vivif2 --  cl tried     6141 cl shrink        0 lits rem          0 time: 0.01
343.48/86.13	c vivif2 --  cl tried    36451 cl shrink        0 lits rem          0 time: 0.13
344.28/86.32	c asymm  cl-useful: 0/1377/6141 lits-rem:0 time: 0.75
344.28/86.32	c calculated reachability. Time: 0.00
344.28/86.32	c  N dy  2657    537307      1320      6141     99423     36451    309707    667072      9.85   no data  --
353.87/88.70	c  N dy  2752    557322      1320      6141     99424     56088    309707   1339785      9.85     10.44  --
363.84/91.26	c  N dy  2872    577475      1320      6141     99424     44515    309707    890354      9.87     10.40  --
373.81/93.73	c  N dy  2965    597813      1320      6141     99424     64419    309707   1561250      9.87     10.43  --
382.99/96.02	c  N dy  3049    617847      1320      6141     99424     51734    309707   1119791      9.87     10.43  --
392.97/98.53	c  N dy  3139    638147      1320      6141     99424     38349    309707    635971      9.87     10.42  --
402.95/101.03	c  N dy  3251    658806      1320      6141     99424     58655    309707   1331683      9.88     10.49  --
413.31/103.63	c  N dy  3347    678903      1320      6141     99424     43966    309707    770101      9.88     11.45  --
422.48/105.98	c  N dy  3445    698968      1320      6141     99424     63667    309707   1440414      9.89     10.43  --
432.47/108.49	c  N dy  3554    719053      1320      6141     99424     48042    309707    904837      9.89     10.42  --
442.45/110.90	c  N dy  3639    739609      1320      6141     99424     68117    309707   1586017      9.89     10.43  --
451.62/113.23	c  N dy  3750    759704      1320      6141     99425     51591    309707   1010928      9.90     11.70  --
461.60/115.76	c  N dy  3832    779804      1320      6141     99425     71231    309707   1641292      9.90     10.44  --
471.57/118.26	c  N dy  3925    800778      1320      6141     99425     54530    309707   1046733      9.90     10.49  --
474.40/118.91	c  S st  3950    805961      1320      6141     99425     59598    309707   1209853      9.90   no data  --
474.40/118.97	c  S st  3950    806462      1320      6141     99425     60097    309707   1228867      9.90   no data  --
474.40/118.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
474.40/118.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
475.15/119.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.3M T:  0.85
475.55/119.25	c bin-w-bin subsume rem            0 bins  time:  0.05 s
480.74/120.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.37 s
481.14/120.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
481.14/120.61	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
486.73/122.03	c lits-rem:       834  cl-subs:     3865  v-elim:      0  v-fix:    0  time:  5.65 s
486.73/122.03	c vivif2 --  cl tried     6141 cl shrink        2 lits rem          2 time: 0.01
486.73/122.09	c vivif2 --  cl tried    56232 cl shrink      285 lits rem        286 time: 0.24
487.56/122.29	c asymm  cl-useful: 0/1239/6141 lits-rem:0 time: 0.78
487.91/122.30	c calculated reachability. Time: 0.00
487.91/122.30	c  N dy  3950    806462      1320      6141     99425     56232    309705   1170509      9.90   no data  --
498.70/125.03	c  N dy  4034    827117      1320      6141     99425     38329    309705    502845      9.90     10.45  --
507.48/127.22	c  N dy  4131    847248      1320      6141     99426     57967    309705   1136458      9.90     10.50  --
517.45/129.77	c  N dy  4244    867302      1320      6141     99426     77597    309705   1797193      9.91     10.56  --
526.64/132.08	c  N dy  4344    887321      1320      6141     99426     58123    309705   1127586      9.91     10.52  --
536.60/134.55	c  N dy  4450    907412      1320      6141     99426     77724    309705   1754356      9.92     10.47  --
546.58/137.00	c  N dy  4559    927998      1320      6141     99426     57829    309705   1126607      9.93     10.48  --
557.37/139.79	c  N dy  4673    948042      1320      6141     99426     77395    309705   1766028      9.94     10.76  --
567.32/142.22	c  N dy  4770    968058      1320      6141     99426     55940    309705   1013180      9.94     11.41  --
577.30/144.74	c  N dy  4885    988198      1320      6141     99426     75681    309705   1668518      9.95     10.78  --
587.28/147.28	c  N dy  4996   1008345      1320      6141     99427     53331    309705    898900      9.95     10.50  --
597.64/149.89	c  N dy  5099   1029043      1320      6141     99427     73579    309705   1550094      9.96     10.52  --
609.63/152.80	c  N dy  5202   1049404      1320      6141     99427     50450    309705    782175      9.96     10.54  --
620.39/155.57	c  N dy  5299   1069444      1320      6141     99427     70024    309705   1405439      9.97     10.53  --
621.59/155.90	c  F st  5316   1071875      1320      6141     99427     72418    309705   1489301      9.97   no data  --
631.57/158.40	c  N dy  5392   1089860      1320      6141     99427     45982    309705    604810      9.97     10.60  --
641.17/160.79	c  N dy  5502   1110189      1320      6141     99427     65874    309705   1272681      9.98     10.64  --
652.32/163.55	c  N dy  5609   1130498      1320      6141     99427     85707    309705   1929474      9.98     10.52  --
662.70/166.17	c  N dy  5719   1150705      1320      6141     99427     60484    309705   1054532      9.99     10.60  --
673.05/168.79	c  N dy  5814   1170759      1320      6141     99427     80116    309705   1689881      9.99     10.64  --
683.83/171.44	c  N dy  5903   1190763      1320      6141     99427     53676    309705    806769      9.99     10.59  --
692.60/173.64	c  S st  5978   1209695      1320      6141     99427     72130    309705   1389423      9.99   no data  --
692.60/173.69	c  S st  5978   1210198      1320      6141     99427     72633    309705   1412653      9.99   no data  --
693.00/173.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
693.00/173.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
693.84/173.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.8M T:  0.88
693.84/173.98	c bin-w-bin subsume rem            0 bins  time:  0.05 s
699.38/175.34	c subs with bin:        8  lits-rem:         0  v-fix:    0  time:  5.43 s
699.38/175.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
699.38/175.36	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
707.37/177.35	c lits-rem:      1601  cl-subs:     5328  v-elim:      0  v-fix:    0  time:  7.92 s
707.37/177.35	c vivif2 --  cl tried     6141 cl shrink        0 lits rem          0 time: 0.01
707.77/177.42	c vivif2 --  cl tried    67297 cl shrink      220 lits rem        220 time: 0.29
708.57/177.63	c asymm  cl-useful: 0/1146/6141 lits-rem:0 time: 0.84
708.57/177.64	c calculated reachability. Time: 0.00
708.57/177.64	c  N dy  5978   1210198      1320      6141     99427     67297    309705   1338506      9.99   no data  --
718.94/180.22	c  N dy  6086   1230412      1320      6141     99428     87073    309705   1994965     10.00     10.53  --
728.95/182.75	c  N dy  6183   1250573      1320      6141     99428     59947    309705   1016247     10.00     10.53  --
738.89/185.28	c  N dy  6290   1270790      1320      6141     99428     79720    309705   1668109     10.00     10.63  --
750.06/188.03	c  N dy  6392   1290827      1320      6141     99428     51423    309705    705419     10.01     13.42  --
759.26/190.34	c  N dy  6491   1310881      1320      6141     99428     70997    309705   1346102     10.01     10.55  --
769.61/192.98	c  N dy  6575   1331075      1320      6141     99428     90731    309705   1976394     10.01     10.58  --
779.99/195.56	c  N dy  6688   1351287      1320      6141     99429     61688    309705   1016384     10.02     10.56  --
789.98/198.09	c  N dy  6790   1371382      1320      6141     99429     81322    309705   1643801     10.02     12.45  --
801.53/200.96	c  N dy  6898   1391417      1320      6141     99429     51075    309705    644043     10.02     10.96  --
810.71/203.28	c  N dy  7008   1411508      1320      6141     99429     70764    309705   1292412     10.03     12.03  --
821.47/205.98	c  N dy  7107   1431574      1320      6141     99429     90366    309705   1925273     10.03     10.62  --
833.05/208.80	c  N dy  7196   1451628      1320      6141     99429     59071    309705    870720     10.03     10.56  --
842.64/211.25	c  N dy  7289   1471705      1320      6141     99429     78667    309705   1506680     10.03     10.66  --
852.99/213.86	c  N dy  7405   1491771      1320      6141     99429     98293    309705   2149246     10.04     10.67  --
864.17/216.70	c  N dy  7507   1511835      1320      6141     99429     66083    309705   1074095     10.04     14.26  --
874.94/219.36	c  N dy  7630   1531921      1320      6141     99429     85748    309705   1720867     10.05     10.58  --
885.72/222.09	c  N dy  7725   1552034      1320      6141     99429    105406    309705   2359766     10.05     10.91  --
896.48/224.78	c  N dy  7837   1572092      1320      6141     99429     72234    309705   1268366     10.06     10.84  --
907.66/227.52	c  N dy  7924   1592136      1320      6141     99429     91822    309705   1916372     10.06     10.60  --
919.23/230.44	c  N dy  8032   1612233      1320      6141     99429     57668    309705    765457     10.06     11.50  --
929.21/232.97	c  N dy  8130   1633302      1320      6141     99429     78327    309705   1455140     10.06     10.64  --
940.37/235.71	c  N dy  8231   1653403      1320      6141     99429     97948    309705   2098673     10.06     12.00  --
951.96/238.67	c  N dy  8324   1673581      1320      6141     99429     62963    309705    914928     10.07     10.61  --
962.32/241.25	c  N dy  8425   1693635      1320      6141     99429     82544    309705   1554217     10.07     10.62  --
971.50/243.58	c  S st  8494   1710198      1320      6141     99429     98705    309705   2052710     10.07   no data  --
971.90/243.64	c  S st  8494   1710701      1320      6141     99429     99205    309705   2073709     10.07   no data  --
971.90/243.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
971.90/243.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
973.10/243.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.1M T:  1.05
973.10/243.99	c bin-w-bin subsume rem            0 bins  time:  0.05 s
979.12/245.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.65 s
979.12/245.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
979.12/245.43	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
994.64/249.31	c lits-rem:       919  cl-subs:     6909  v-elim:      0  v-fix:    0  time: 15.46 s
994.64/249.31	c vivif2 --  cl tried     6141 cl shrink        0 lits rem          0 time: 0.01
995.04/249.41	c vivif2 --  cl tried    92296 cl shrink      143 lits rem        166 time: 0.41
995.84/249.62	c asymm  cl-useful: 0/1124/6141 lits-rem:0 time: 0.84
995.84/249.63	c calculated reachability. Time: 0.00
995.84/249.63	c  N dy  8494   1710701      1320      6141     99429     92296    309705   1970652     10.07   no data  --
1007.81/252.69	c  N dy  8602   1730751      1320      6141     99429     56273    309705    683681     10.07     10.70  --
1017.78/255.10	c  N dy  8709   1750778      1320      6141     99429     75881    309705   1305055     10.07     11.99  --
1028.15/257.75	c  N dy  8803   1770901      1320      6141     99429     95600    309705   1949586     10.07     10.64  --
1040.14/260.76	c  N dy  8901   1791038      1320      6141     99429     58588    309705    735103     10.08     10.65  --
1049.69/263.17	c  N dy  8994   1811161      1320      6141     99429     78303    309705   1365150     10.08     10.64  --
1060.47/265.88	c  N dy  9093   1831251      1320      6141     99429     97928    309705   1986473     10.08     11.07  --
1072.84/268.90	c  N dy  9194   1851285      1320      6141     99429     59830    309705    746133     10.08     10.66  --
1082.42/271.36	c  N dy  9282   1871287      1320      6141     99429     79366    309705   1352389     10.08     10.91  --
1093.59/274.11	c  N dy  9376   1891632      1320      6141     99429     99231    309705   1951802     10.08     10.65  --
1105.98/277.27	c  N dy  9476   1912095      1320      6141     99429     60567    309705    754226     10.09     10.76  --
1116.33/279.87	c  N dy  9571   1932437      1320      6141     99429     80463    309705   1371748     10.09     10.72  --
1127.93/282.71	c  N dy  9669   1952714      1320      6141     99429    100239    309705   2018714     10.09     10.64  --
1140.68/286.01	c  N dy  9774   1972796      1320      6141     99429     60243    309705    717492     10.09     10.63  --
1150.65/288.48	c  N dy  9868   1992819      1320      6141     99429     79839    309705   1345319     10.09     10.74  --
1161.82/291.20	c  N dy  9964   2012968      1320      6141     99429     99541    309705   1977524     10.09     10.64  --
1173.79/294.25	c  N dy 10069   2033043      1320      6141     99429    119152    309705   2613508     10.10     10.75  --
1184.57/296.98	c  N dy 10169   2053081      1320      6141     99429     78117    309705   1255283     10.10     10.74  --
1195.33/299.68	c  N dy 10266   2073108      1320      6141     99429     97635    309705   1858208     10.10     11.14  --
1207.69/302.75	c  N dy 10360   2093349      1320      6141     99429    117439    309705   2491163     10.10     10.66  --
1219.67/305.70	c  N dy 10440   2113362      1320      6141     99429     75453    309705   1145892     10.10     12.12  --
1229.64/308.27	c  N dy 10519   2133395      1320      6141     99429     95061    309705   1783218     10.10     10.65  --
1241.62/311.26	c  N dy 10621   2153448      1320      6141     99429    114649    309705   2408119     10.10     12.22  --
1253.18/314.16	c  N dy 10708   2173555      1320      6141     99429     71776    309705   1012574     10.10     10.76  --
1263.98/316.88	c  N dy 10807   2193617      1320      6141     99429     91391    309705   1615427     10.10     14.04  --
1274.33/319.48	c  S st 10899   2210702      1320      6141     99429    108104    309705   2130780     10.11     10.26  --
1274.73/319.55	c  S st 10899   2211206      1320      6141     99429    108607    309705   2153461     10.11   no data  --
1274.73/319.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1274.73/319.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1275.93/319.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.3M T:  1.25
1276.33/319.95	c bin-w-bin subsume rem            0 bins  time:  0.05 s
1282.32/321.42	c subs with bin:     1238  lits-rem:         0  v-fix:    0  time:  5.84 s
1282.32/321.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
1282.32/321.44	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
1294.71/324.60	c lits-rem:       484  cl-subs:     7125  v-elim:      0  v-fix:    0  time: 12.61 s
1294.71/324.61	c vivif2 --  cl tried     6141 cl shrink        0 lits rem          0 time: 0.01
1295.47/324.71	c vivif2 --  cl tried   100244 cl shrink        0 lits rem          0 time: 0.43
1296.27/324.93	c asymm  cl-useful: 0/1077/6141 lits-rem:0 time: 0.85
1296.27/324.93	c calculated reachability. Time: 0.00
1296.27/324.93	c  N dy 10899   2211206      1320      6141     99429    100244    309705   2038546     10.11   no data  --
1307.46/327.80	c  N dy 10997   2231279      1320      6141     99429    119898    309705   2675634     10.11     10.68  --
1319.03/330.68	c  N dy 11097   2251358      1320      6141     99429     76065    309705   1170585     10.11     11.26  --
1329.81/333.41	c  N dy 11186   2271628      1320      6141     99429     95819    309705   1821432     10.11     10.70  --
1341.77/336.39	c  N dy 11271   2291805      1320      6141     99429    115544    309705   2447184     10.11     10.80  --
1354.93/339.69	c  N dy 11351   2312187      1320      6141     99429     70956    309705    961249     10.11     11.01  --
1365.70/342.39	c  N dy 11466   2332621      1320      6141     99429     90974    309705   1596312     10.11     10.67  --
1377.67/345.36	c  N dy 11557   2352718      1320      6141     99429    110569    309705   2208717     10.11     10.65  --
1390.44/348.51	c  N dy 11650   2372736      1320      6141     99430    130181    309705   2848908     10.11     12.13  --
1401.60/351.30	c  N dy 11741   2392746      1320      6141     99430     84263    309705   1372445     10.11     13.61  --
1412.78/354.19	c  N dy 11825   2413082      1320      6141     99430    104096    309705   1986778     10.11     10.69  --
1424.75/357.19	c  N dy 11931   2433188      1320      6141     99430    123739    309705   2608155     10.12     10.87  --
1436.72/360.19	c  N dy 12034   2453256      1320      6141     99430     76981    309705   1124313     10.12     11.97  --
1447.90/362.91	c  N dy 12127   2473332      1320      6141     99430     96580    309705   1729997     10.12     11.91  --
1459.86/365.97	c  N dy 12217   2493390      1320      6141     99430    116073    309705   2335407     10.12     10.66  --
1473.83/369.44	c  N dy 12319   2513453      1320      6141     99430     68332    309705    811507     10.12     10.70  --
1484.60/372.13	c  N dy 12422   2533633      1320      6141     99430     88076    309705   1430284     10.12     10.73  --
1495.78/374.97	c  N dy 12524   2553803      1320      6141     99430    107773    309705   2038397     10.12     10.69  --
1507.74/377.98	c  N dy 12612   2573875      1320      6141     99430    127349    309705   2669814     10.12     10.94  --
1520.11/381.02	c  N dy 12694   2593888      1320      6141     99430     78533    309705   1120765     10.12     10.91  --
1530.89/383.71	c  N dy 12792   2614223      1320      6141     99430     98397    309705   1742773     10.12     10.69  --
1543.26/386.80	c  N dy 12896   2634393      1320      6141     99430    118175    309705   2356738     10.12     10.73  --
1557.22/390.38	c  N dy 12987   2654451      1320      6141     99430    137797    309705   2982060     10.12     10.67  --
1569.19/393.30	c  N dy 13074   2674589      1320      6141     99430     88076    309705   1379761     10.12     10.77  --
1580.40/396.19	c  N dy 13164   2694614      1320      6141     99430    107612    309705   1967789     10.13     14.42  --
1591.53/398.90	c  S st 13237   2711210      1320      6141     99430    123769    309705   2473596     10.13      8.94  --
1591.53/398.99	c  S st 13237   2711712      1320      6141     99430    124270    309705   2493765     10.13   no data  --
1591.93/399.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1591.93/399.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1593.15/399.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.4M T:  1.33
1593.57/399.44	c bin-w-bin subsume rem            0 bins  time:  0.05 s
1599.91/401.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  6.27 s
1599.91/401.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
1599.91/401.03	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
1620.25/406.14	c lits-rem:       939  cl-subs:    10083  v-elim:      0  v-fix:    0  time: 20.37 s
1620.25/406.14	c vivif2 --  cl tried     6141 cl shrink        0 lits rem          0 time: 0.01
1620.65/406.26	c vivif2 --  cl tried   114187 cl shrink      155 lits rem        155 time: 0.50
1621.45/406.49	c asymm  cl-useful: 0/992/6141 lits-rem:0 time: 0.90
1621.85/406.50	c calculated reachability. Time: 0.00
1621.85/406.50	c  N dy 13237   2711712      1320      6141     99430    114187    309705   2342972     10.13   no data  --
1634.62/409.70	c  N dy 13348   2731894      1320      6141     99430    133922    309705   2961177     10.13     10.70  --
1646.58/412.78	c  N dy 13440   2751997      1320      6141     99431     83290    309705   1215940     10.13     10.71  --
1658.17/415.67	c  N dy 13545   2772189      1320      6141     99431    103017    309705   1841985     10.13     10.68  --
1671.33/418.96	c  N dy 13640   2792275      1320      6141     99431    122634    309705   2470555     10.13     10.67  --
1685.32/422.44	c  N dy 13749   2812383      1320      6141     99431    142310    309705   3082416     10.13     10.79  --
1696.87/425.34	c  N dy 13831   2832711      1320      6141     99431     90951    309705   1472766     10.13     10.73  --
1708.84/428.31	c  N dy 13927   2852979      1320      6141     99431    110772    309705   2088001     10.13     10.69  --
1721.20/431.42	c  N dy 14033   2873064      1320      6141     99431    130343    309705   2695413     10.13     11.28  --
1734.37/434.76	c  N dy 14123   2893549      1320      6141     99431     78100    309705   1026633     10.13     10.67  --
1746.34/437.73	c  N dy 14206   2914655      1320      6141     99431     98712    309705   1671377     10.13     10.69  --
1758.31/440.73	c  N dy 14297   2934725      1320      6141     99431    118324    309705   2281684     10.13     15.95  --
1771.87/444.14	c  N dy 14395   2954786      1320      6141     99431    137928    309705   2899720     10.13     10.68  --
1784.24/447.20	c  N dy 14499   2975020      1320      6141     99432     84514    309705   1217864     10.14     10.72  --
1795.04/450.00	c  N dy 14613   2995076      1320      6141     99432    104112    309705   1846553     10.14     10.71  --
1807.39/453.07	c  N dy 14716   3015148      1320      6141     99432    123772    309705   2480240     10.14     11.39  --
1820.95/456.42	c  N dy 14812   3035224      1320      6141     99432    143360    309705   3087339     10.14     10.68  --
1832.92/459.49	c  N dy 14904   3055364      1320      6141     99432     88753    309705   1320261     10.14     10.71  --
1844.49/462.37	c  N dy 14977   3075400      1320      6141     99432    108350    309705   1941546     10.14     14.33  --
1857.25/465.51	c  N dy 15079   3095422      1320      6141     99432    127858    309705   2540161     10.14     11.81  --
1870.83/468.95	c  N dy 15186   3115431      1320      6141     99432    147411    309705   3165236     10.14     11.05  --
1883.59/472.14	c  N dy 15273   3135450      1320      6141     99432     91727    309705   1401314     10.14     10.72  --
1896.41/475.31	c  N dy 15394   3155524      1320      6141     99432    111320    309705   2000437     10.15     10.72  --
1908.74/478.45	c  N dy 15485   3175610      1320      6141     99432    130970    309705   2612824     10.15     10.69  --
1922.73/481.91	c  N dy 15592   3196117      1320      6141     99432    151059    309705   3247037     10.15     10.76  --
1932.26/484.36	c  S st 15662   3211712      1320      6141     99432     90066    309705   1313734     10.15      9.88  --
1932.66/484.42	c  S st 15662   3212216      1320      6141     99432     90569    309705   1336840     10.15   no data  --
1932.66/484.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1932.66/484.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1933.87/484.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.1M T:  1.10
1933.87/484.77	c bin-w-bin subsume rem            0 bins  time:  0.05 s
1939.05/486.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.12 s
1939.05/486.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
1939.05/486.07	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
1946.62/487.97	c lits-rem:       591  cl-subs:     3759  v-elim:      0  v-fix:    0  time:  7.57 s
1946.62/487.98	c vivif2 --  cl tried     6141 cl shrink        0 lits rem          0 time: 0.01
1947.02/488.06	c vivif2 --  cl tried    86810 cl shrink      171 lits rem        171 time: 0.33
1948.22/488.30	c asymm  cl-useful: 0/1035/6141 lits-rem:0 time: 0.97
1948.22/488.31	c calculated reachability. Time: 0.00
1948.22/488.31	c  N dy 15662   3212216      1320      6141     99432     86810    309705   1290111     10.15   no data  --
1960.20/491.35	c  N dy 15751   3232812      1320      6141     99432    106929    309705   1930872     10.15     10.75  --
1973.77/494.74	c  N dy 15850   3252873      1320      6141     99432    126548    309705   2568619     10.15     14.42  --
1987.73/498.27	c  N dy 15947   3273119      1320      6141     99432    146324    309705   3214983     10.15     10.96  --
2000.90/501.59	c  N dy 16048   3293291      1320      6141     99432     88861    309705   1266105     10.15     10.77  --
2012.46/504.41	c  N dy 16159   3313394      1320      6141     99432    108518    309705   1918045     10.15     10.69  --
2024.44/507.49	c  N dy 16284   3333493      1320      6141     99432    128185    309705   2568960     10.16     10.72  --
2038.00/510.84	c  N dy 16386   3353499      1320      6141     99432    147709    309705   3199260     10.16     12.13  --
2051.16/514.17	c  N dy 16491   3373563      1320      6141     99432     89164    309705   1257976     10.16     10.70  --
2063.53/517.27	c  N dy 16587   3393611      1320      6141     99432    108732    309705   1860770     10.16     11.24  --
2075.93/520.40	c  N dy 16689   3413897      1320      6141     99432    128581    309705   2477370     10.16     10.73  --
2089.51/523.73	c  N dy 16794   3433904      1320      6141     99432    148127    309705   3113263     10.16     10.72  --
2103.43/527.22	c  N dy 16878   3453928      1320      6141     99432     88514    309705   1231524     10.16     10.74  --
2115.42/530.24	c  N dy 16978   3474350      1320      6141     99432    108507    309705   1861677     10.16     10.74  --
2128.17/533.40	c  N dy 17088   3494632      1320      6141     99432    128356    309705   2501982     10.17     10.79  --
2141.76/536.87	c  N dy 17181   3514682      1320      6141     99432    147947    309705   3116594     10.17     10.88  --
2156.49/540.51	c  N dy 17255   3535072      1320      6141     99432     87712    309705   1172288     10.16     10.86  --
2168.50/543.54	c  N dy 17342   3555097      1320      6141     99433    107269    309705   1781681     10.16     11.83  --
2180.44/546.57	c  N dy 17437   3575119      1320      6141     99433    126796    309705   2391018     10.17     10.78  --
2193.61/549.80	c  N dy 17536   3595229      1320      6141     99433    146430    309705   3024300     10.17     10.72  --
2207.59/553.36	c  N dy 17621   3615501      1320      6141     99433     85119    309705   1073390     10.17     10.72  --
2219.54/556.30	c  N dy 17721   3636142      1320      6141     99433    105283    309705   1722907     10.17     10.72  --
2231.91/559.44	c  N dy 17820   3656400      1320      6141     99433    125049    309705   2322625     10.17     10.77  --
2246.28/563.06	c  N dy 17924   3676560      1320      6141     99433    144777    309705   2946301     10.17     10.73  --
2262.63/567.19	c  N dy 18029   3696587      1320      6141     99433     82309    309705    962534     10.17     10.75  --
2271.80/569.43	c  S st 18093   3712218      1320      6141     99433     97624    309705   1466491     10.17   no data  --
2271.80/569.49	c  S st 18093   3712720      1320      6141     99433     98124    309705   1488894     10.17   no data  --
2272.20/569.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2272.20/569.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2273.00/569.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.8M T:  1.16
2273.42/569.86	c bin-w-bin subsume rem            0 bins  time:  0.05 s
2278.98/571.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.41 s
2278.98/571.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
2278.98/571.23	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
2288.15/573.57	c lits-rem:       636  cl-subs:     3065  v-elim:      0  v-fix:    0  time:  9.32 s
2288.15/573.57	c vivif2 --  cl tried     6141 cl shrink        0 lits rem          0 time: 0.01
2288.55/573.67	c vivif2 --  cl tried    95059 cl shrink      137 lits rem        137 time: 0.38
2289.76/573.98	c asymm  cl-useful: 0/953/6141 lits-rem:0 time: 1.25
2289.76/573.99	c calculated reachability. Time: 0.00
2289.76/573.99	c  N dy 18093   3712720      1320      6141     99433     95059    309705   1447705     10.17   no data  --
2303.73/577.47	c  N dy 18185   3732802      1320      6141     99433    114639    309705   2065732     10.17     12.45  --
2318.48/581.15	c  F st 18285   3751562      1320      6141     99433    132920    309705   2637925     10.17   no data  --
2320.09/581.56	c  N st 18289   3753598      1320      6141     99433    134874    309705   2700921     10.17   no data  --
2334.87/585.30	c  N dy 18382   3773647      1320      6141     99433    154494    309705   3348431     10.17     12.30  --
2351.61/589.49	c  N dy 18472   3794243      1320      6141     99433     91636    309705   1234255     10.17     10.75  --
2364.77/592.72	c  N dy 18577   3814339      1320      6141     99433    111278    309705   1864982     10.18     12.09  --
2377.14/595.81	c  N dy 18674   3834410      1320      6141     99433    130903    309705   2491755     10.18     16.95  --
2390.70/599.25	c  N dy 18767   3854437      1320      6141     99433    150495    309705   3108619     10.18     10.73  --
2405.86/603.03	c  N dy 18854   3874750      1320      6141     99433     86329    309705   1055956     10.18     11.14  --
2417.44/605.99	c  N dy 18943   3894761      1320      6141     99433    105871    309705   1655295     10.18     10.73  --
2430.21/609.19	c  N dy 19039   3914806      1320      6141     99433    125466    309705   2293649     10.18     11.98  --
2444.18/612.60	c  N dy 19133   3935137      1320      6141     99433    145298    309705   2939946     10.18     10.81  --
2458.92/616.30	c  N dy 19243   3955315      1320      6141     99433    165018    309705   3578571     10.18     10.96  --
2472.09/619.65	c  N dy 19341   3975412      1320      6141     99434     99630    309705   1438798     10.18     11.01  --
2485.26/622.92	c  N dy 19428   3995485      1320      6141     99434    119244    309705   2028181     10.18     10.74  --
2497.67/626.08	c  N dy 19523   4015707      1320      6141     99434    138975    309705   2657158     10.18     10.73  --
2512.80/629.83	c  N dy 19610   4036252      1320      6141     99434    159017    309705   3267498     10.18     10.74  --
2527.56/633.57	c  N dy 19719   4056270      1320      6141     99434     92667    309705   1219443     10.18     17.23  --
2539.93/636.61	c  N dy 19813   4076426      1320      6141     99434    112379    309705   1845348     10.18     10.85  --
2552.69/639.87	c  N dy 19917   4096449      1320      6141     99434    131910    309705   2455214     10.19     10.74  --
2566.67/643.33	c  N dy 20027   4116854      1320      6141     99434    151808    309705   3077724     10.19     10.74  --
2581.42/647.01	c  N dy 20104   4136903      1320      6141     99434    171353    309705   3679820     10.19     11.10  --
2594.98/650.44	c  N dy 20202   4157255      1320      6141     99434    104324    309705   1553505     10.19     11.04  --
2608.96/653.95	c  N dy 20291   4178280      1320      6141     99434    124878    309705   2194568     10.19     10.73  --
2622.92/657.42	c  N dy 20371   4198304      1320      6141     99435    144362    309705   2775533     10.19     10.77  --
2633.73/660.17	c  S st 20449   4212724      1320      6141     99435    158445    309705   3223409     10.19      9.28  --
2634.08/660.27	c  S st 20449   4213228      1320      6141     99435    158947    309705   3244092     10.19   no data  --
2634.08/660.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
2634.08/660.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2636.08/660.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.2M T:  1.82
2636.48/660.87	c bin-w-bin subsume rem            0 bins  time:  0.05 s
2643.26/662.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  6.51 s
2643.26/662.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
2643.26/662.52	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
2765.75/693.22	c lits-rem:       452  cl-subs:    11545  v-elim:      0  v-fix:    0  time: 122.18 s
2765.75/693.22	c vivif2 --  cl tried     6141 cl shrink        0 lits rem          0 time: 0.01
2766.55/693.43	c vivif2 --  cl tried   147402 cl shrink     1114 lits rem       1119 time: 0.84
2767.75/693.79	c asymm  cl-useful: 0/699/6141 lits-rem:0 time: 1.45
2768.15/693.80	c calculated reachability. Time: 0.00
2768.15/693.80	c  N dy 20449   4213228      1320      6141     99435    147402    309705   3072071     10.19   no data  --
2786.11/698.35	c  N dy 20544   4233313      1320      6141     99435    166963    309705   3653739     10.19     11.00  --
2802.87/702.52	c  N dy 20633   4253455      1320      6141     99435     98911    309705   1363081     10.19     10.74  --
2817.22/706.11	c  N dy 20732   4273734      1320      6141     99435    118666    309705   1958464     10.19     10.74  --
2831.58/709.73	c  N dy 20825   4293818      1320      6141     99435    138278    309705   2564592     10.19     10.74  --
2846.34/713.48	c  N dy 20928   4314228      1320      6141     99435    158130    309705   3164939     10.19     10.74  --
2862.71/717.51	c  N dy 21022   4334346      1320      6141     99435     89107    309705   1044469     10.19     10.80  --
2874.70/720.51	c  N dy 21127   4354381      1320      6141     99435    108634    309705   1676985     10.19     14.15  --
2887.45/723.72	c  N dy 21229   4374550      1320      6141     99435    128306    309705   2295927     10.19     10.76  --
2900.62/727.11	c  N dy 21331   4394558      1320      6141     99435    147832    309705   2907732     10.19     10.77  --
2915.77/730.83	c  N dy 21416   4414606      1320      6141     99435    167349    309705   3510030     10.19     12.79  --
2930.94/734.68	c  N dy 21515   4434681      1320      6141     99435     97247    309705   1264616     10.20     12.03  --
2943.31/737.79	c  N dy 21598   4455029      1320      6141     99435    117125    309705   1893001     10.20     10.74  --
2956.88/741.17	c  N dy 21707   4475973      1320      6141     99435    137585    309705   2535493     10.20     10.82  --
2970.84/744.70	c  N dy 21815   4496092      1320      6141     99436    157265    309705   3180120     10.20     10.74  --
2986.40/748.58	c  N dy 21919   4516207      1320      6141     99436    176910    309705   3793915     10.20     10.75  --
3000.36/752.09	c  N dy 22025   4536312      1320      6141     99436    105770    309705   1530401     10.20     10.81  --
3014.33/755.54	c  N dy 22120   4556485      1320      6141     99436    125469    309705   2128800     10.20     10.82  --
3028.73/759.11	c  N dy 22212   4576605      1320      6141     99436    145073    309705   2725240     10.20     10.91  --
3042.65/762.60	c  N dy 22295   4596615      1320      6141     99436    164593    309705   3306504     10.20     10.76  --
3059.03/766.78	c  N dy 22403   4616804      1320      6141     99436     92591    309705   1095696     10.20     10.74  --
3071.38/769.80	c  N dy 22500   4636871      1320      6141     99436    112194    309705   1698426     10.20     10.80  --
3084.15/773.01	c  N dy 22595   4656956      1320      6141     99436    131738    309705   2290657     10.20     12.96  --
3098.12/776.50	c  N dy 22705   4677044      1320      6141     99436    151404    309705   2920416     10.20     10.77  --
3112.88/780.28	c  N dy 22811   4697414      1320      6141     99436    171278    309705   3537749     10.21     10.76  --
3127.24/783.81	c  S st 22896   4713229      1320      6141     99436     93960    309705   1117057     10.21      8.91  --
3127.24/783.87	c  S st 22896   4713731      1320      6141     99436     94462    309705   1138550     10.21   no data  --
3127.24/783.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3127.24/783.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3128.44/784.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.8M T:  1.13
3128.84/784.22	c bin-w-bin subsume rem            0 bins  time:  0.05 s
3133.23/785.36	c subs with bin:      370  lits-rem:       452  v-fix:    0  time:  4.56 s
3133.23/785.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
3133.23/785.38	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
3138.81/786.76	c lits-rem:       299  cl-subs:     1270  v-elim:      0  v-fix:    0  time:  5.48 s
3138.81/786.76	c vivif2 --  cl tried     6141 cl shrink        0 lits rem          0 time: 0.01
3139.21/786.83	c vivif2 --  cl tried    92822 cl shrink        0 lits rem          0 time: 0.30
3140.01/787.05	c asymm  cl-useful: 0/1005/6141 lits-rem:0 time: 0.87
3140.01/787.06	c calculated reachability. Time: 0.00
3140.01/787.06	c  N dy 22896   4713731      1320      6141     99436     92822    309704   1124746     10.21   no data  --
3151.98/790.06	c  N dy 22978   4733800      1320      6141     99436    112388    309704   1745732     10.21     10.77  --
3165.95/793.57	c  N dy 23079   4754372      1320      6141     99436    132503    309704   2394735     10.21     10.83  --
3180.30/797.15	c  N dy 23175   4774571      1320      6141     99436    152226    309704   3025703     10.21     10.86  --
3196.26/801.10	c  N dy 23279   4794588      1320      6141     99436    171750    309704   3650188     10.21     10.75  --
3212.64/805.21	c  N dy 23363   4814713      1320      6141     99436     97778    309704   1232177     10.21     10.75  --
3225.00/808.36	c  N dy 23447   4834819      1320      6141     99436    117405    309704   1833068     10.21     10.78  --
3238.56/811.73	c  N dy 23537   4855118      1320      6141     99436    137245    309704   2459994     10.21     10.75  --
3252.91/815.33	c  N dy 23640   4875241      1320      6141     99436    156908    309704   3067588     10.21     10.85  --
3267.68/819.00	c  N dy 23756   4895284      1320      6141     99436    176524    309704   3704735     10.21     14.06  --
3283.64/823.03	c  N dy 23828   4915545      1320      6141     99436    101544    309704   1288256     10.21     10.81  --
3295.62/826.08	c  N dy 23923   4935594      1320      6141     99436    121137    309704   1911038     10.21     11.67  --
3308.79/829.37	c  N dy 24004   4955602      1320      6141     99436    140653    309704   2518760     10.21     11.29  --
3323.55/833.03	c  N dy 24103   4975620      1320      6141     99437    160250    309704   3144214     10.21     11.35  --
3338.70/836.80	c  N dy 24196   4995914      1320      6141     99437    180045    309704   3770557     10.21     10.83  --
3354.26/840.73	c  N dy 24296   5016015      1320      6141     99438    103908    309704   1373835     10.21     10.85  --
3369.82/844.64	c  N dy 24398   5036058      1320      6141     99438    123490    309704   1975921     10.21     10.79  --
3385.78/848.67	c  N dy 24503   5056079      1320      6141     99438    143034    309704   2597072     10.21     11.15  --
3403.34/853.04	c  N dy 24603   5076396      1320      6141     99438    162771    309704   3180567     10.21     10.81  --
3420.89/857.41	c  N dy 24711   5096419      1320      6141     99438    182321    309704   3802803     10.22     10.87  --
3437.24/861.50	c  N dy 24799   5116731      1320      6141     99438    105547    309704   1409054     10.22     10.79  --
3449.20/864.57	c  N dy 24893   5136984      1320      6141     99438    125307    309704   2038585     10.22     10.86  --
3463.21/868.07	c  N dy 25002   5157008      1320      6141     99438    144865    309704   2656211     10.22     12.81  --
3478.33/871.86	c  N dy 25093   5177105      1320      6141     99438    164474    309704   3267175     10.22     11.03  --
3493.93/875.71	c  N dy 25209   5197163      1320      6141     99438    184079    309704   3894413     10.22     11.43  --
3508.25/879.33	c  S st 25291   5213732      1320      6141     99438    102618    309704   1271584     10.22      8.86  --
3508.65/879.40	c  S st 25291   5214232      1320      6141     99438    103117    309704   1292827     10.22   no data  --
3508.65/879.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3508.65/879.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3509.85/879.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.4M T:  1.20
3509.85/879.77	c bin-w-bin subsume rem            0 bins  time:  0.05 s
3514.64/880.99	c subs with bin:     1796  lits-rem:       128  v-fix:    0  time:  4.86 s
3515.04/881.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
3515.04/881.01	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
3520.61/882.42	c lits-rem:       359  cl-subs:     2166  v-elim:      0  v-fix:    0  time:  5.61 s
3520.61/882.42	c vivif2 --  cl tried     6141 cl shrink        0 lits rem          0 time: 0.01
3521.01/882.51	c vivif2 --  cl tried    99155 cl shrink      460 lits rem        460 time: 0.35
3521.82/882.73	c asymm  cl-useful: 0/933/6141 lits-rem:0 time: 0.89
3521.82/882.74	c calculated reachability. Time: 0.00
3521.82/882.74	c  N dy 25291   5214232      1320      6141     99438     99155    309704   1252819     10.22   no data  --
3534.57/885.90	c  N dy 25387   5234288      1320      6141     99438    118736    309704   1878544     10.22     10.77  --
3548.15/889.32	c  N dy 25500   5254327      1320      6141     99438    138297    309704   2499875     10.22     10.83  --
3564.15/893.39	c  N dy 25595   5275136      1320      6141     99438    158622    309704   3133901     10.22     10.78  --
3580.87/897.52	c  N dy 25694   5295323      1320      6141     99438    178302    309704   3755566     10.22     10.79  --
3599.26/902.13	c  N dy 25803   5315328      1320      6141     99438     99325    309704   1204085     10.22     11.17  --
3612.43/905.44	c  N dy 25894   5335460      1320      6141     99438    118990    309704   1813515     10.22     10.82  --
3626.75/909.07	c  N dy 25985   5355608      1320      6141     99438    138640    309704   2436526     10.22     10.93  --
3641.51/912.75	c  N dy 26088   5375673      1320      6141     99438    158220    309704   3035033     10.23     12.46  --
3656.67/916.59	c  N dy 26185   5396049      1320      6141     99438    178068    309704   3689247     10.23     10.81  --
3673.88/920.85	c  N dy 26283   5416338      1320      6141     99438    197923    309704   4324619     10.23     10.86  --
3688.59/924.58	c  N dy 26397   5436471      1320      6141     99438    118054    309704   1768968     10.23     10.78  --
3702.96/928.15	c  N dy 26498   5456667      1320      6141     99438    137747    309704   2381290     10.23     10.77  --
3718.91/932.13	c  N dy 26580   5476844      1320      6141     99438    157374    309704   2964476     10.23     10.80  --
3734.48/936.07	c  N dy 26678   5496922      1320      6141     99438    176979    309704   3579523     10.23     11.53  --
3751.64/940.36	c  N dy 26770   5517060      1320      6141     99438    196682    309704   4201201     10.23     10.92  --
3766.39/944.08	c  N dy 26886   5537124      1320      6141     99438    115739    309704   1665520     10.23     10.78  --
3780.76/947.62	c  N dy 26981   5557247      1320      6141     99438    135403    309704   2281060     10.23     10.82  --
3797.11/951.72	c  N dy 27055   5577814      1320      6141     99439    155506    309704   2892552     10.23     10.81  --
3813.08/955.73	c  N dy 27132   5598037      1320      6141     99439    175254    309704   3503853     10.23     10.83  --
3829.84/959.99	c  N dy 27219   5618267      1320      6141     99439    195017    309704   4116061     10.23     10.82  --
3846.99/964.25	c  N dy 27334   5638634      1320      6141     99439    113377    309704   1562092     10.23     10.96  --
3860.57/967.63	c  N dy 27414   5658660      1320      6141     99439    132928    309704   2161798     10.23     11.45  --
3874.53/971.14	c  N dy 27516   5678741      1320      6141     99439    152529    309704   2791944     10.23     13.16  --
3889.68/974.95	c  N dy 27624   5698757      1320      6141     99439    172048    309704   3406431     10.23     11.35  --
3902.45/978.13	c  S st 27697   5714232      1320      6141     99439    187125    309704   3888331     10.23      9.02  --
3902.85/978.23	c  S st 27697   5714732      1320      6141     99439    187624    309704   3909410     10.23   no data  --
3902.85/978.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3902.85/978.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3904.85/978.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.2M T:  1.79
3905.25/978.85	c bin-w-bin subsume rem            0 bins  time:  0.05 s
3911.62/980.45	c subs with bin:      659  lits-rem:       203  v-fix:    0  time:  6.40 s
3911.62/980.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
3911.62/980.47	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
4100.34/1027.73	c lits-rem:       485  cl-subs:    13378  v-elim:      0  v-fix:    0  time: 188.13 s
4100.34/1027.74	c vivif2 --  cl tried     6141 cl shrink        0 lits rem          0 time: 0.02
4101.14/1027.96	c vivif2 --  cl tried   173587 cl shrink        0 lits rem          0 time: 0.87
4102.75/1028.33	c asymm  cl-useful: 0/853/6141 lits-rem:0 time: 1.47
4102.75/1028.34	c calculated reachability. Time: 0.00
4102.75/1028.34	c  N dy 27697   5714732      1320      6141     99439    173587    309704   3705904     10.23   no data  --
4122.29/1033.25	c  N dy 27784   5734777      1320      6141     99440    193105    309704   4310425     10.23     10.90  --
4143.06/1038.42	c  N dy 27873   5754895      1320      6141     99440    110453    309704   1465486     10.23     10.90  --
4158.60/1042.34	c  N dy 27952   5775153      1320      6141     99440    130205    309704   2071938     10.23     11.07  --
4176.16/1046.80	c  N dy 28033   5795269      1320      6141     99440    149775    309704   2672566     10.23     10.79  --
4196.50/1051.84	c  N dy 28126   5815370      1320      6141     99440    169408    309704   3291638     10.23     11.00  --
4217.57/1057.15	c  N dy 28232   5835413      1320      6141     99440    188957    309704   3917969     10.23     10.78  --
4240.89/1063.01	c  N dy 28329   5855693      1320      6141     99440    105451    309704   1286732     10.23     10.80  --
4255.47/1066.74	c  N dy 28431   5876068      1320      6141     99440    125331    309704   1907007     10.23     10.86  --
4270.10/1070.46	c  N dy 28535   5896532      1320      6141     99440    145302    309704   2546110     10.24     10.79  --
4285.86/1074.49	c  N dy 28636   5916571      1320      6141     99441    164909    309704   3161202     10.24     10.98  --
4302.61/1078.62	c  N dy 28755   5936650      1320      6141     99441    184543    309704   3793045     10.24     11.17  --
4319.77/1082.93	c  N dy 28874   5956658      1320      6141     99441    204057    309704   4434164     10.24     11.14  --
4336.12/1087.09	c  N dy 28982   5976684      1320      6141     99441    119235    309704   1691426     10.24     10.81  --
4350.89/1090.72	c  N dy 29095   5996768      1320      6141     99441    138823    309704   2290722     10.24     11.91  --
4366.49/1094.68	c  N dy 29191   6016829      1320      6141     99441    158381    309704   2899349     10.24     10.83  --
4383.21/1098.82	c  N dy 29283   6036921      1320      6141     99442    178002    309704   3500561     10.24     10.79  --
4399.97/1103.00	c  N dy 29379   6056936      1320      6141     99442    197513    309704   4097806     10.24     10.81  --
4417.13/1107.37	c  N dy 29489   6077186      1320      6141     99442    111855    309704   1440911     10.24     10.89  --
4431.48/1110.91	c  N dy 29578   6097408      1320      6141     99443    131634    309704   2069065     10.24     10.87  --
4446.24/1114.62	c  N dy 29678   6117709      1320      6141     99443    151464    309704   2698256     10.25     11.05  --
4461.01/1118.34	c  N dy 29782   6137752      1320      6141     99443    171068    309704   3335764     10.25     10.79  --
4477.76/1122.52	c  N dy 29891   6157848      1320      6141     99443    190613    309704   3958562     10.25     11.43  --
4493.76/1126.57	c  N dy 29988   6177940      1320      6141     99443    210177    309704   4587595     10.25     10.84  --
4509.69/1130.54	c  N dy 30081   6197987      1320      6141     99443    123388    309704   1797614     10.25     12.18  --
4521.66/1133.55	c  S st 30178   6214732      1320      6141     99443    139726    309704   2306080     10.25   no data  --
4522.05/1133.64	c  S st 30178   6215235      1320      6141     99443    140226    309704   2327693     10.25   no data  --
4522.05/1133.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4522.05/1133.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4523.65/1134.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.2M T:  1.59
4524.07/1134.14	c bin-w-bin subsume rem            0 bins  time:  0.05 s
4529.63/1135.53	c subs with bin:      135  lits-rem:       525  v-fix:    0  time:  5.55 s
4529.63/1135.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
4529.63/1135.55	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
4548.78/1140.33	c lits-rem:       277  cl-subs:     5656  v-elim:      0  v-fix:    0  time: 19.05 s
4548.78/1140.33	c vivif2 --  cl tried     6141 cl shrink        0 lits rem          0 time: 0.01
4549.19/1140.46	c vivif2 --  cl tried   134435 cl shrink      178 lits rem        187 time: 0.52
4549.99/1140.70	c asymm  cl-useful: 0/808/6141 lits-rem:0 time: 0.96
4550.41/1140.71	c calculated reachability. Time: 0.00
4550.41/1140.71	c  N dy 30178   6215235      1320      6141     99443    134435    309703   2248680     10.25   no data  --
4564.74/1144.34	c  N dy 30290   6235279      1320      6141     99443    153957    309703   2882490     10.25     10.81  --
4581.12/1148.44	c  N dy 30407   6255313      1320      6141     99443    173554    309703   3509757     10.25     10.81  --
4597.07/1152.44	c  N dy 30493   6275498      1320      6141     99443    193212    309703   4129365     10.25     10.83  --
4614.62/1156.80	c  N dy 30591   6295532      1320      6141     99443    212833    309703   4772482     10.25     11.94  --
4630.17/1160.74	c  N dy 30700   6315862      1320      6141     99443    125430    309703   1855482     10.25     10.80  --
4647.73/1165.19	c  N dy 30812   6336081      1320      6141     99443    145158    309703   2461407     10.25     10.86  --
4666.48/1169.89	c  N dy 30911   6356259      1320      6141     99443    164797    309703   3062981     10.26     10.83  --
4689.23/1175.50	c  N dy 31006   6376352      1320      6141     99443    184415    309703   3663277     10.26     10.90  --
4707.98/1180.26	c  N dy 31094   6396401      1320      6141     99443    203959    309703   4277644     10.26     10.83  --
4729.13/1185.56	c  N dy 31194   6416544      1320      6141     99443    115281    309703   1497964     10.26     10.95  --
4744.69/1189.41	c  N dy 31277   6436585      1320      6141     99443    134808    309703   2106725     10.26     14.86  --
4760.66/1193.47	c  N dy 31383   6456619      1320      6141     99444    154376    309703   2705849     10.26     13.17  --
4776.61/1197.40	c  N dy 31487   6476625      1320      6141     99445    173877    309703   3315800     10.26     10.89  --
4793.36/1201.61	c  N dy 31565   6497171      1320      6141     99446    193861    309703   3931990     10.26     10.93  --

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-3369217-1305391599/watcher-3369217-1305391599 -o /tmp/evaluation-result-3369217-1305391599/solver-3369217-1305391599 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369217-1305391599.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.08 8.08 7.75 5/320 13255
/proc/meminfo: memFree=27745872/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 4 0 650758719 52465664 357 33554432000 4194304 4650419 140736573623040 18446744073709551615 268272689083 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 12809 357 306 112 0 7774 0
[pid=13255/tid=13256] ppid=13253 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 650758719 52465664 357 33554432000 4194304 4650419 140736573623040 18446744073709551615 47098975410098 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 650758719 52465664 357 33554432000 4194304 4650419 140736573623040 18446744073709551615 47098975409689 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 650758719 52465664 357 33554432000 4194304 4650419 140736573623040 18446744073709551615 47098975409689 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.104948 s]
/proc/loadavg: 8.08 8.08 7.75 5/320 13255
/proc/meminfo: memFree=27745872/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=287432 CPUtime=0.38 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) D 13253 13255 12865 0 -1 4202496 6504 0 0 0 37 1 0 0 25 0 4 0 650758719 294330368 6402 33554432000 4194304 4650419 140736573623040 18446744073709551615 268272732343 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 71858 6402 387 112 0 66823 0
[pid=13255/tid=13256] ppid=13253 vsize=287432 CPUtime=0.08 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 1719 0 0 0 8 0 0 0 25 0 4 0 650758719 294330368 6402 33554432000 4194304 4650419 140736573623040 18446744073709551615 268272349893 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=287432 CPUtime=0.09 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) D 13253 13255 12865 0 -1 4202560 1606 0 0 0 9 0 0 0 25 0 4 0 650758719 294330368 6402 33554432000 4194304 4650419 140736573623040 18446744073709551615 268272732343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=287432 CPUtime=0.09 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 1173 0 0 0 9 0 0 0 25 0 4 0 650758719 294330368 6402 33554432000 4194304 4650419 140736573623040 18446744073709551615 4368084 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 287432

[startup+0.201243 s]
/proc/loadavg: 8.08 8.08 7.75 5/320 13255
/proc/meminfo: memFree=27745872/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=290124 CPUtime=0.77 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 9410 0 0 0 75 2 0 0 25 0 4 0 650758719 297086976 9163 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365330 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 72531 9163 390 112 0 67496 0
[pid=13255/tid=13256] ppid=13253 vsize=290124 CPUtime=0.18 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 2506 0 0 0 18 0 0 0 25 0 4 0 650758719 297086976 9163 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=290124 CPUtime=0.18 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 2572 0 0 0 18 0 0 0 25 0 4 0 650758719 297086976 9163 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=290124 CPUtime=0.18 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 1352 0 0 0 18 0 0 0 25 0 4 0 650758719 297086976 9163 33554432000 4194304 4650419 140736573623040 18446744073709551615 4514690 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 290124

[startup+0.301224 s]
/proc/loadavg: 8.08 8.08 7.75 5/320 13255
/proc/meminfo: memFree=27745872/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=290752 CPUtime=1.16 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 9958 0 0 0 114 2 0 0 25 0 4 0 650758719 297730048 9325 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 72688 9325 392 112 0 67653 0
[pid=13255/tid=13256] ppid=13253 vsize=290752 CPUtime=0.28 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 2590 0 0 0 28 0 0 0 25 0 4 0 650758719 297730048 9325 33554432000 4194304 4650419 140736573623040 18446744073709551615 4334396 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=290752 CPUtime=0.28 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 2661 0 0 0 28 0 0 0 25 0 4 0 650758719 297730048 9325 33554432000 4194304 4650419 140736573623040 18446744073709551615 4315094 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=290752 CPUtime=0.28 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 1650 0 0 0 28 0 0 0 25 0 4 0 650758719 297730048 9325 33554432000 4194304 4650419 140736573623040 18446744073709551615 4328357 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 290752

[startup+0.701153 s]
/proc/loadavg: 8.08 8.08 7.75 5/320 13255
/proc/meminfo: memFree=27745872/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=294760 CPUtime=2.77 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 12407 0 0 0 274 3 0 0 25 0 4 0 650758719 301834240 10244 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 73690 10245 392 112 0 68655 0
[pid=13255/tid=13256] ppid=13253 vsize=294760 CPUtime=0.68 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 3145 0 0 0 68 0 0 0 25 0 4 0 650758719 301834240 10245 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=294760 CPUtime=0.69 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 3242 0 0 0 68 1 0 0 25 0 4 0 650758719 301834240 10245 33554432000 4194304 4650419 140736573623040 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=294760 CPUtime=0.68 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 2405 0 0 0 68 0 0 0 25 0 4 0 650758719 301834240 10245 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 294760

[startup+1.50101 s]
/proc/loadavg: 8.08 8.08 7.75 9/324 13259
/proc/meminfo: memFree=27706036/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=286872 CPUtime=5.96 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 16677 0 0 0 592 4 0 0 25 0 4 0 650758719 293756928 11121 33554432000 4194304 4650419 140736573623040 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 71718 11121 393 112 0 66683 0
[pid=13255/tid=13256] ppid=13253 vsize=286872 CPUtime=1.47 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 4175 0 0 0 146 1 0 0 25 0 4 0 650758719 293756928 11121 33554432000 4194304 4650419 140736573623040 18446744073709551615 4333710 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=286872 CPUtime=1.49 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 4377 0 0 0 148 1 0 0 25 0 4 0 650758719 293756928 11121 33554432000 4194304 4650419 140736573623040 18446744073709551615 4364859 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=286872 CPUtime=1.49 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 3450 0 0 0 148 1 0 0 25 0 4 0 650758719 293756928 11121 33554432000 4194304 4650419 140736573623040 18446744073709551615 4363331 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286872

[startup+3.10073 s]
/proc/loadavg: 8.07 8.08 7.75 9/324 13259
/proc/meminfo: memFree=27696860/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=292780 CPUtime=12.34 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 25253 0 0 0 1229 5 0 0 25 0 4 0 650758719 299806720 16726 33554432000 4194304 4650419 140736573623040 18446744073709551615 4436202 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 73195 16726 394 112 0 68160 0
[pid=13255/tid=13256] ppid=13253 vsize=292780 CPUtime=3.06 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 6722 0 0 0 305 1 0 0 25 0 4 0 650758719 299806720 16726 33554432000 4194304 4650419 140736573623040 18446744073709551615 4436119 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=292780 CPUtime=3.09 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 6019 0 0 0 308 1 0 0 25 0 4 0 650758719 299806720 16727 33554432000 4194304 4650419 140736573623040 18446744073709551615 4482204 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=292780 CPUtime=3.08 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 5442 0 0 0 307 1 0 0 25 0 4 0 650758719 299806720 16727 33554432000 4194304 4650419 140736573623040 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 292780

[startup+6.30116 s]
/proc/loadavg: 8.07 8.08 7.75 9/324 13259
/proc/meminfo: memFree=27652104/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=293844 CPUtime=25.11 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 34306 0 0 0 2504 7 0 0 25 0 4 0 650758719 300896256 24153 33554432000 4194304 4650419 140736573623040 18446744073709551615 4436173 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 73461 24153 394 112 0 68426 0
[pid=13255/tid=13256] ppid=13253 vsize=293844 CPUtime=6.22 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 7821 0 0 0 621 1 0 0 25 0 4 0 650758719 300896256 24153 33554432000 4194304 4650419 140736573623040 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=293844 CPUtime=6.28 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 9050 0 0 0 627 1 0 0 25 0 4 0 650758719 300896256 24153 33554432000 4194304 4650419 140736573623040 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=293844 CPUtime=6.28 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 8319 0 0 0 627 1 0 0 25 0 4 0 650758719 300896256 24153 33554432000 4194304 4650419 140736573623040 18446744073709551615 4310809 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 293844

[startup+12.701 s]
/proc/loadavg: 8.13 8.09 7.76 9/324 13260
/proc/meminfo: memFree=27628580/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=291088 CPUtime=50.64 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 46784 0 0 0 5055 9 0 0 25 0 4 0 650758719 298074112 28915 33554432000 4194304 4650419 140736573623040 18446744073709551615 4436173 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 72772 28915 394 112 0 67737 0
[pid=13255/tid=13256] ppid=13253 vsize=291088 CPUtime=12.56 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 11133 0 0 0 1254 2 0 0 25 0 4 0 650758719 298074112 28915 33554432000 4194304 4650419 140736573623040 18446744073709551615 4314781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=291088 CPUtime=12.68 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 13034 0 0 0 1266 2 0 0 25 0 4 0 650758719 298074112 28915 33554432000 4194304 4650419 140736573623040 18446744073709551615 4439636 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=291088 CPUtime=12.68 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 11584 0 0 0 1266 2 0 0 25 0 4 0 650758719 298074112 28915 33554432000 4194304 4650419 140736573623040 18446744073709551615 4436177 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 291088

[startup+25.5007 s]
/proc/loadavg: 8.11 8.09 7.76 9/324 13260
/proc/meminfo: memFree=27604384/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=311564 CPUtime=101.7 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 63748 0 0 0 10158 12 0 0 25 0 4 0 650758719 319041536 34424 33554432000 4194304 4650419 140736573623040 18446744073709551615 4363709 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 77891 34424 394 112 0 72856 0
[pid=13255/tid=13256] ppid=13253 vsize=311564 CPUtime=25.23 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 12656 0 0 0 2521 2 0 0 25 0 4 0 650758719 319041536 34424 33554432000 4194304 4650419 140736573623040 18446744073709551615 4364856 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=311564 CPUtime=25.49 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 18685 0 0 0 2546 3 0 0 25 0 4 0 650758719 319041536 34424 33554432000 4194304 4650419 140736573623040 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=311564 CPUtime=25.48 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 18525 0 0 0 2545 3 0 0 25 0 4 0 650758719 319041536 34424 33554432000 4194304 4650419 140736573623040 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 311564

[startup+51.1012 s]
/proc/loadavg: 8.07 8.08 7.77 9/324 13261
/proc/meminfo: memFree=27554380/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=410288 CPUtime=203.85 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 100542 0 0 0 20366 19 0 0 25 0 4 0 650758719 420134912 48560 33554432000 4194304 4650419 140736573623040 18446744073709551615 4520021 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 102572 48560 394 112 0 97537 0
[pid=13255/tid=13256] ppid=13253 vsize=410288 CPUtime=50.58 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 17555 0 0 0 5055 3 0 0 25 0 4 0 650758719 420134912 48560 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=410288 CPUtime=51.08 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 28316 0 0 0 5104 4 0 0 25 0 4 0 650758719 420134912 48560 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=410288 CPUtime=51.07 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 32611 0 0 0 5101 6 0 0 25 0 4 0 650758719 420134912 48560 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 410288

[startup+102.301 s]
/proc/loadavg: 8.09 8.08 7.78 9/324 13262
/proc/meminfo: memFree=27510860/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=402828 CPUtime=408.15 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 153658 0 0 0 40783 32 0 0 25 0 4 0 650758719 412495872 55082 33554432000 4194304 4650419 140736573623040 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 100707 55082 394 112 0 95672 0
[pid=13255/tid=13256] ppid=13253 vsize=402828 CPUtime=101.27 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 21396 0 0 0 10123 4 0 0 25 0 4 0 650758719 412495872 55086 33554432000 4194304 4650419 140736573623040 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=402828 CPUtime=102.29 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 44334 0 0 0 10220 9 0 0 25 0 4 0 650758719 412495872 55086 33554432000 4194304 4650419 140736573623040 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=402828 CPUtime=102.28 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 54639 0 0 0 10218 10 0 0 25 0 4 0 650758719 412495872 55086 33554432000 4194304 4650419 140736573623040 18446744073709551615 4364849 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.15
Current children cumulated vsize (KiB) 402828

[startup+162.3 s]

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

[pid=13255] ppid=13253 vsize=660376 CPUtime=2562.68 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 856119 0 0 0 256078 190 0 0 25 0 4 0 650758719 676225024 115949 33554432000 4194304 4650419 140736573623040 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 165094 115949 394 112 0 160059 0
[pid=13255/tid=13256] ppid=13253 vsize=660376 CPUtime=635.88 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 39415 0 0 0 63579 9 0 0 25 0 4 0 650758719 676225024 115949 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=660376 CPUtime=642.27 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 463702 0 0 0 64136 91 0 0 25 0 4 0 650758719 676225024 115949 33554432000 4194304 4650419 140736573623040 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=660376 CPUtime=642.19 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 210253 0 0 0 64169 50 0 0 25 0 4 0 650758719 676225024 115949 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2562.68
Current children cumulated vsize (KiB) 660376

[startup+702.3 s]
/proc/loadavg: 8.04 8.03 7.89 9/324 13309
/proc/meminfo: memFree=27142132/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=794524 CPUtime=2802.07 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 1106183 0 0 0 279973 234 0 0 25 0 4 0 650758719 813592576 130375 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 198631 130375 394 112 0 193596 0
[pid=13255/tid=13256] ppid=13253 vsize=794524 CPUtime=695.27 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 40504 0 0 0 69517 10 0 0 25 0 4 0 650758719 813592576 130375 33554432000 4194304 4650419 140736573623040 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=794524 CPUtime=702.27 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 482279 0 0 0 70128 99 0 0 25 0 4 0 650758719 813592576 130375 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=794524 CPUtime=702.18 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 342659 0 0 0 70149 69 0 0 25 0 4 0 650758719 813592576 130375 33554432000 4194304 4650419 140736573623040 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2802.07
Current children cumulated vsize (KiB) 794524

[startup+762.301 s]
/proc/loadavg: 8.11 8.05 7.91 9/324 13311
/proc/meminfo: memFree=27004432/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=769316 CPUtime=3041.48 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 1146415 0 0 0 303900 248 0 0 25 0 4 0 650758719 787779584 137982 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365216 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 192329 137982 394 112 0 187294 0
[pid=13255/tid=13256] ppid=13253 vsize=769316 CPUtime=754.69 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 46974 0 0 0 75456 13 0 0 25 0 4 0 650758719 787779584 137984 33554432000 4194304 4650419 140736573623040 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=769316 CPUtime=762.28 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 504392 0 0 0 76121 107 0 0 25 0 4 0 650758719 787779584 137984 33554432000 4194304 4650419 140736573623040 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=769316 CPUtime=762.18 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 350170 0 0 0 76147 71 0 0 25 0 4 0 650758719 787779584 137984 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3041.48
Current children cumulated vsize (KiB) 769316

[startup+822.301 s]
/proc/loadavg: 8.13 8.07 7.92 9/324 13312
/proc/meminfo: memFree=26873688/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=789060 CPUtime=3280.85 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 1175855 0 0 0 327826 259 0 0 25 0 4 0 650758719 807997440 142197 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 197265 142197 394 112 0 192230 0
[pid=13255/tid=13256] ppid=13253 vsize=789060 CPUtime=814.08 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 49357 0 0 0 81394 14 0 0 25 0 4 0 650758719 807997440 142197 33554432000 4194304 4650419 140736573623040 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=789060 CPUtime=822.27 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 523691 0 0 0 82113 114 0 0 25 0 4 0 650758719 807997440 142197 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=789060 CPUtime=822.16 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 352751 0 0 0 82144 72 0 0 25 0 4 0 650758719 807997440 142197 33554432000 4194304 4650419 140736573623040 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3280.85
Current children cumulated vsize (KiB) 789060

[startup+882.312 s]
/proc/loadavg: 8.23 8.12 7.94 9/324 13323
/proc/meminfo: memFree=26804948/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=852892 CPUtime=3520.26 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 1369857 0 0 0 351736 290 0 0 25 0 4 0 650758719 873361408 146120 33554432000 4194304 4650419 140736573623040 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 213223 146120 394 112 0 208188 0
[pid=13255/tid=13256] ppid=13253 vsize=852892 CPUtime=873.48 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 52104 0 0 0 87333 15 0 0 25 0 4 0 650758719 873361408 146120 33554432000 4194304 4650419 140736573623040 18446744073709551615 4328474 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=852892 CPUtime=882.26 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 706788 0 0 0 88086 140 0 0 25 0 4 0 650758719 873361408 146120 33554432000 4194304 4650419 140736573623040 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=852892 CPUtime=882.17 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 355640 0 0 0 88143 74 0 0 25 0 4 0 650758719 873361408 146120 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3520.26
Current children cumulated vsize (KiB) 852892

[startup+942.301 s]
/proc/loadavg: 8.08 8.09 7.94 9/324 13324
/proc/meminfo: memFree=26782560/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=727840 CPUtime=3759.62 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 1400855 0 0 0 375660 302 0 0 25 0 4 0 650758719 745308160 143926 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365330 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 181960 143926 394 112 0 176925 0
[pid=13255/tid=13256] ppid=13253 vsize=727840 CPUtime=932.88 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 55169 0 0 0 93271 17 0 0 25 0 4 0 650758719 745308160 143926 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=727840 CPUtime=942.25 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 728176 0 0 0 94078 147 0 0 25 0 4 0 650758719 745308160 143926 33554432000 4194304 4650419 140736573623040 18446744073709551615 4364907 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=727840 CPUtime=942.14 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 358975 0 0 0 94139 75 0 0 25 0 4 0 650758719 745308160 143926 33554432000 4194304 4650419 140736573623040 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3759.62
Current children cumulated vsize (KiB) 727840

[startup+1002.3 s]
/proc/loadavg: 8.03 8.07 7.94 9/324 13326
/proc/meminfo: memFree=26742328/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=1049588 CPUtime=3999.01 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 1514226 0 0 0 399577 324 0 0 25 0 4 0 650758719 1074778112 151844 33554432000 4194304 4650419 140736573623040 18446744073709551615 4476204 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 262397 151844 394 112 0 257362 0
[pid=13255/tid=13256] ppid=13253 vsize=1049588 CPUtime=992.28 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 58085 0 0 0 99210 18 0 0 25 0 4 0 650758719 1074778112 151844 33554432000 4194304 4650419 140736573623040 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=1049588 CPUtime=1002.25 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 745769 0 0 0 100071 154 0 0 25 0 4 0 650758719 1074778112 151844 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=1049588 CPUtime=1002.14 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 363726 0 0 0 100137 77 0 0 25 0 4 0 650758719 1074778112 151844 33554432000 4194304 4650419 140736573623040 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3999.01
Current children cumulated vsize (KiB) 1049588

[startup+1062.3 s]
/proc/loadavg: 8.28 8.12 7.96 10/325 13331
/proc/meminfo: memFree=26726008/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=984572 CPUtime=4238.13 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 1831869 0 0 0 423435 378 0 0 25 0 4 0 650758719 1008201728 154820 33554432000 4194304 4650419 140736573623040 18446744073709551615 4339796 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 246143 154820 394 112 0 241108 0
[pid=13255/tid=13256] ppid=13253 vsize=984572 CPUtime=1051.53 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 141078 0 0 0 105122 31 0 0 25 0 4 0 650758719 1008201728 154820 33554432000 4194304 4650419 140736573623040 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=984572 CPUtime=1062.25 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 783978 0 0 0 106061 164 0 0 25 0 4 0 650758719 1008201728 154820 33554432000 4194304 4650419 140736573623040 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=984572 CPUtime=1062.03 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 464013 0 0 0 106110 93 0 0 25 0 4 0 650758719 1008201728 154820 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4238.13
Current children cumulated vsize (KiB) 984572

[startup+1122.3 s]
/proc/loadavg: 8.24 8.15 7.98 9/324 13332
/proc/meminfo: memFree=26630432/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=924044 CPUtime=4476.96 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 2027063 0 0 0 447283 413 0 0 25 0 4 0 650758719 946221056 162425 33554432000 4194304 4650419 140736573623040 18446744073709551615 4363435 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 231011 162425 394 112 0 225976 0
[pid=13255/tid=13256] ppid=13253 vsize=924044 CPUtime=1110.93 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 144083 0 0 0 111061 32 0 0 25 0 4 0 650758719 946221056 162425 33554432000 4194304 4650419 140736573623040 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=924044 CPUtime=1122.25 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 949731 0 0 0 112036 189 0 0 25 0 4 0 650758719 946221056 162425 33554432000 4194304 4650419 140736573623040 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=924044 CPUtime=1121.46 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 479157 0 0 0 112047 99 0 0 25 0 4 0 650758719 946221056 162425 33554432000 4194304 4650419 140736573623040 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4476.96
Current children cumulated vsize (KiB) 924044

[startup+1182.3 s]
/proc/loadavg: 8.09 8.12 7.98 9/324 13334
/proc/meminfo: memFree=26536632/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=1055168 CPUtime=4716.37 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 2151647 0 0 0 471201 436 0 0 25 0 4 0 650758719 1080492032 172977 33554432000 4194304 4650419 140736573623040 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 263792 172977 394 112 0 258757 0
[pid=13255/tid=13256] ppid=13253 vsize=1055168 CPUtime=1170.33 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 146998 0 0 0 117000 33 0 0 25 0 4 0 650758719 1080492032 172977 33554432000 4194304 4650419 140736573623040 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=1055168 CPUtime=1182.25 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 1052487 0 0 0 118022 203 0 0 25 0 4 0 650758719 1080492032 172783 33554432000 4194304 4650419 140736573623040 18446744073709551615 268272732519 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=1055168 CPUtime=1181.46 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 486388 0 0 0 118044 102 0 0 25 0 4 0 650758719 1080492032 172738 33554432000 4194304 4650419 140736573623040 18446744073709551615 4328450 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4716.37
Current children cumulated vsize (KiB) 1055168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.18 8.14 8.00 9/324 13334
/proc/meminfo: memFree=26569976/32950928 swapFree=60199044/67111528
[pid=13255] ppid=13253 vsize=925096 CPUtime=4800.17 cores=0,2,4,6
/proc/13255/stat : 13255 (strangenight1-m) R 13253 13255 12865 0 -1 4202496 2313596 0 0 0 479557 460 0 0 25 0 4 0 650758719 947298304 165687 33554432000 4194304 4650419 140736573623040 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13255/statm: 231274 165687 394 112 0 226239 0
[pid=13255/tid=13256] ppid=13253 vsize=925096 CPUtime=1191.12 cores=0,2,4,6
/proc/13255/task/13256/stat : 13256 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 148258 0 0 0 119079 33 0 0 25 0 4 0 650758719 947298304 165691 33554432000 4194304 4650419 140736573623040 18446744073709551615 4363720 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13255/tid=13257] ppid=13253 vsize=925096 CPUtime=1203.26 cores=0,2,4,6
/proc/13255/task/13257/stat : 13257 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 1207362 0 0 0 120102 224 0 0 25 0 4 0 650758719 947298304 165691 33554432000 4194304 4650419 140736573623040 18446744073709551615 4333661 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13255/tid=13258] ppid=13253 vsize=925096 CPUtime=1202.47 cores=0,2,4,6
/proc/13255/task/13258/stat : 13258 (strangenight1-m) R 13253 13255 12865 0 -1 4202560 491360 0 0 0 120143 104 0 0 25 0 4 0 650758719 947298304 165691 33554432000 4194304 4650419 140736573623040 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 925096

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): 1203.34
CPU time (s): 4800.24
CPU user time (s): 4795.61
CPU system time (s): 4.6263
CPU usage (%): 398.908
Max. virtual memory (cumulated for all children) (KiB): 1120456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.61
system time used= 4.6263
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2313603
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= 1308
involuntary context switches= 22935

runsolver used 3.44648 second user time and 8.62769 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-14 18:46:39
IDJOB=3369217
IDBENCH=71397
IDSOLVER=1846
FILE ID=node122/3369217-1305391599
RUNJOBID= node122-1305388863-12883
PBS_JOBID= 13324424
Free space on /tmp= 73428 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1375c111739gyes10.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369217-1305391599/watcher-3369217-1305391599 -o /tmp/evaluation-result-3369217-1305391599/solver-3369217-1305391599 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369217-1305391599.cnf

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

MD5SUM BENCH= c904604702db7cfabf92e607e197d409
RANDOM SEED=1669322019

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27746036 kB
Buffers:        265284 kB
Cached:        3332540 kB
SwapCached:      50104 kB
Active:        1145780 kB
Inactive:      3850452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27746036 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:            7408 kB
Writeback:           0 kB
AnonPages:     1359544 kB
Mapped:          14404 kB
Slab:           112660 kB
PageTables:      32780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52941040 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= 73420 MiB
End job on node122 at 2011-05-14 19:06:45