Trace number 3366745

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

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

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)? (TO) 4800.43 1204.41

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x40.cnf
MD5SUM65a5698edfd6f3a12089595d81c196e3
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3360
Number of clauses661080
Sum of the clauses size2634240
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25040
Number of clauses of size 30
Number of clauses of size 4656040
Number of clauses of size 50
Number of clauses of size over 50

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 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366745-1305413264.cnf'
0.00/0.01	c -- header says num vars:           3360
0.00/0.01	c -- header says num clauses:      661080
0.36/0.22	c -- clauses added:            0 learnts,       661080 normals,            0 xors
0.36/0.22	c -- vars added       3360
0.36/0.22	c Parsing time:  0.17 s
0.36/0.22	c  N st     0         0      3360    656040      5040         0   2634240         0   no data   no data
0.36/0.38	c asymm  cl-useful: 0/9710/656040 lits-rem:0 time: 0.16
0.80/0.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.0M T:  0.11
2.71/0.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.71/0.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.71/0.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
2.71/0.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   3360 time:  0.00 s
2.71/0.73	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
66.09/16.62	c lits-rem:         0  cl-subs:        0  v-elim:    840  v-fix:    0  time: 15.55 s
66.09/16.62	c Finding binary XORs  T:     0.00 s  found:       0
68.03/17.15	c Finding non-binary XORs:     0.50 s (found:       0, avg size: nan)
68.03/17.15	c calculated reachability. Time: 0.00
68.03/17.18	c Calc default polars -  time:   0.03 s pos:       0 undec:     840 neg:    2520
68.03/17.18	c =========================================================================================
68.03/17.18	c types(t): F = full restart, N = normal restart
68.03/17.18	c types(t): S = simplification begin/end, E = solution found
68.03/17.18	c restart types(rt): st = static, dy = dynamic
68.03/17.18	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
68.03/17.18	c  B st     0         0      2520    655200      2520         0   3936240         0   no data   no data
69.23/17.47	c  N dy    22      4060      2520    655200      2520      4050   3936240    226315     38.81     41.70
70.47/17.74	c  N dy    48      8109      2520    655200      2520      8094   3936240    441833     38.68     41.17
71.22/17.98	c  N dy    76     12115      2520    655200      2520     12095   3936240    663243     38.87     41.11
72.41/18.25	c  N dy   102     16138      2520    655200      2520     16115   3936240    887901     38.90     42.36
74.01/18.65	c  N dy   133     20385      2520    655200      2520     10382   3936240    259468     39.18     43.33
74.84/18.88	c  N dy   160     24419      2520    655200      2520     14411   3936240    492949     39.46     42.18
75.25/18.92	c  F st   166     25002      2520    655200      2520     14994   3936240    529541     39.60   no data
76.80/19.30	c  N dy   172     30000      2520    655200      2520     19969   3936240    863604     39.60   no data
76.80/19.30	c  S st   172     30000      2520    655200      2520     19969   3936240    863604     39.60   no data
78.40/19.70	c  S st   172     30503      2520    655200      2520     20471   3936240    900360     39.60   no data
78.40/19.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
79.64/20.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.7M T:  0.30
79.98/20.19	c blocked clauses removed:        0 vars:      0 tried:        2520 T: 0.00 s
79.98/20.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.78/20.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
80.78/20.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
80.78/20.31	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
105.11/26.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  6.05 s
105.95/26.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.18 s
137.39/34.51	c lits-rem:        13  cl-subs:      129  v-elim:      0  v-fix:    0  time:  7.64 s
138.59/34.81	c asymm  cl-useful: 0/4619/655200 lits-rem:0 time: 0.31
138.59/34.83	c calculated reachability. Time: 0.00
138.59/34.83	c  N dy   172     30503      2520    655200      2520     20342   3936240    884470     39.60   no data
139.79/35.11	c  N dy   197     34700      2520    655200      2520     24533   3936240   1114915     39.45     41.55
140.63/35.38	c  N dy   220     38977      2520    655200      2520     28803   3936240   1358084     39.48     44.53
141.77/35.66	c  N dy   243     43264      2520    655200      2520     17608   3936240    443528     39.22     42.78
142.17/35.79	c  S st   256     45754      2520    655200      2520     20096   3936240    580092     39.09     37.46
143.77/36.17	c  S st   256     46256      2520    655200      2520     20598   3936240    613845     39.09   no data
143.77/36.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
145.01/36.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.4M T:  0.30
145.76/36.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
145.76/36.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.15/36.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
146.15/36.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
146.15/36.78	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
170.08/42.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  5.89 s
170.48/42.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
197.21/49.59	c lits-rem:         8  cl-subs:        8  v-elim:      0  v-fix:    0  time:  6.55 s
197.65/49.68	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.08
197.65/49.69	c vivif2 --  cl tried    20590 cl shrink        0 lits rem          0 time: 0.01
199.19/50.01	c asymm  cl-useful: 0/4947/655200 lits-rem:0 time: 0.31
199.19/50.03	c calculated reachability. Time: 0.00
199.19/50.03	c  N dy   256     46256      2520    655200      2520     20590   3936240    612857     39.09   no data
199.99/50.27	c  N dy   278     50278      2520    655200      2520     24607   3936240    836872     39.03     41.47
201.19/50.52	c  N dy   306     54350      2520    655200      2520     28675   3936240   1067767     39.06     54.96
202.03/50.79	c  N dy   333     58526      2520    655200      2520     32842   3936240   1297721     39.04     41.58
203.17/51.05	c  N dy   358     62723      2520    655200      2520     37036   3936240   1531783     38.97     42.14
204.37/51.31	c  N dy   381     66794      2520    655200      2520     22385   3936240    568640     38.91     41.73
204.77/51.46	c  S st   397     69385      2520    655200      2520     24973   3936240    712293     38.88     32.09
206.42/51.88	c  S st   397     69889      2520    655200      2520     25475   3936240    749491     38.88   no data
206.42/51.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
207.96/52.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.4M T:  0.32
208.36/52.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
208.36/52.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
208.75/52.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
208.75/52.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
208.75/52.49	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
229.48/57.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  5.04 s
229.88/57.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
257.40/64.63	c lits-rem:         6  cl-subs:       26  v-elim:      0  v-fix:    0  time:  6.69 s
257.80/64.70	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
257.80/64.71	c vivif2 --  cl tried    25449 cl shrink        0 lits rem          0 time: 0.01
259.04/65.08	c asymm  cl-useful: 0/4979/655200 lits-rem:0 time: 0.35
259.04/65.10	c calculated reachability. Time: 0.00
259.04/65.10	c  N dy   397     69889      2520    655200      2520     25449   3936240    746462     38.88   no data
260.58/65.43	c  N dy   430     74423      2520    655200      2520     29976   3936240    997560     38.95     43.40
261.78/65.75	c  N dy   462     79208      2520    655200      2520     34753   3936240   1266118     38.94     41.22
263.42/66.14	c  N dy   495     84282      2520    655200      2520     39825   3936240   1548864     38.94     42.18
264.57/66.46	c  F st   516     87500      2520    655200      2520     22193   3936240    457572     38.93   no data
265.77/66.76	c  N st   521     90796      2520    655200      2520     25472   3936240    702320     38.93   no data
267.38/67.14	c  N dy   546     96606      2520    655200      2520     31265   3936240   1072587     38.95     41.03
268.96/67.56	c  N dy   586    102988      2520    655200      2520     37629   3936240   1423268     38.94     41.59
269.35/67.65	c  S st   592    104833      2520    655200      2520     39465   3936240   1513131     38.84     35.17
271.35/68.13	c  S st   592    105334      2520    655200      2520     39966   3936240   1551401     38.84   no data
271.35/68.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
272.94/68.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.7M T:  0.35
273.34/68.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
273.34/68.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
274.14/68.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
274.14/68.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
274.14/68.82	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
296.87/74.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  5.69 s
298.52/74.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.32 s
335.14/84.16	c lits-rem:        70  cl-subs:      165  v-elim:      0  v-fix:    0  time:  8.99 s
335.54/84.23	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
335.54/84.26	c vivif2 --  cl tried    39801 cl shrink        0 lits rem          0 time: 0.03
336.74/84.55	c asymm  cl-useful: 0/4777/655200 lits-rem:0 time: 0.30
336.74/84.58	c calculated reachability. Time: 0.00
336.74/84.58	c  N dy   592    105334      2520    655200      2520     39801   3936240   1531783     38.84   no data
338.73/85.05	c  N dy   627    112088      2520    655200      2520     24161   3936240    492761     38.73     41.68
340.33/85.43	c  N dy   674    119371      2520    655200      2520     31440   3936240    896725     38.76     41.01
341.92/85.84	c  N dy   718    127141      2520    655200      2520     39197   3936240   1313659     38.67     41.28
343.51/86.28	c  N dy   762    135309      2520    655200      2520     47355   3936240   1750093     38.59     41.01
345.91/86.86	c  N dy   816    143999      2520    655200      2520     32354   3936240    887162     38.61     41.79
347.89/87.35	c  N dy   866    153193      2520    655200      2520     41536   3936240   1384082     38.53     40.89
349.09/87.62	c  S st   895    158001      2520    655200      2520     46343   3936240   1637642     38.49   no data
350.70/88.11	c  S st   895    158505      2520    655200      2520     46846   3936240   1675413     38.49   no data
351.13/88.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
352.28/88.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.6M T:  0.32
353.08/88.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
353.08/88.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
353.48/88.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
353.48/88.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
353.48/88.72	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
374.61/94.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  5.27 s
376.20/94.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.35 s
418.47/105.08	c lits-rem:        21  cl-subs:       49  v-elim:      0  v-fix:    0  time: 10.57 s
418.87/105.15	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
418.87/105.19	c vivif2 --  cl tried    46797 cl shrink        0 lits rem          0 time: 0.03
420.47/105.51	c asymm  cl-useful: 0/5027/655200 lits-rem:0 time: 0.32
420.47/105.53	c calculated reachability. Time: 0.00
420.47/105.53	c  N dy   895    158505      2520    655200      2520     46797   3936240   1669591     38.49   no data
422.85/106.16	c  N dy   957    168680      2520    655200      2520     32123   3936240    808108     38.48     41.19
425.25/106.78	c  N dy  1027    179451      2520    655200      2520     42883   3936240   1406398     38.49     40.54
428.44/107.56	c  N dy  1096    190977      2520    655200      2520     28515   3936240    569043     38.48     41.14
431.22/108.24	c  N dy  1178    203183      2520    655200      2520     40710   3936240   1235533     38.48     40.88
434.47/109.05	c  N dy  1262    216522      2520    655200      2520     27103   3936240    439806     38.46     40.58
437.61/109.83	c  N dy  1346    230389      2520    655200      2520     40950   3936240   1208232     38.46     40.59
439.25/110.26	c  S st  1389    237757      2520    655200      2520     48307   3936240   1609832     38.42     34.26
441.19/110.72	c  S st  1389    238258      2520    655200      2520     48808   3936240   1647943     38.42   no data
441.19/110.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
442.39/111.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.8M T:  0.34
443.23/111.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
443.23/111.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
443.63/111.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
443.63/111.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
443.63/111.36	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
464.32/116.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  5.19 s
465.90/116.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.34 s
506.18/127.01	c lits-rem:        16  cl-subs:       61  v-elim:      0  v-fix:    0  time:  9.96 s
506.18/127.08	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
506.58/127.11	c vivif2 --  cl tried    48747 cl shrink        0 lits rem          0 time: 0.03
507.78/127.43	c asymm  cl-useful: 0/5331/655200 lits-rem:0 time: 0.32
507.78/127.45	c calculated reachability. Time: 0.00
507.78/127.45	c  N dy  1389    238258      2520    655200      2520     48747   3936240   1641498     38.42   no data
511.77/128.43	c  N dy  1474    253552      2520    655200      2520     36064   3936240    876814     38.38     44.23
515.35/129.36	c  N dy  1576    269776      2520    655200      2520     52261   3936240   1763825     38.37     41.39
519.34/130.36	c  N dy  1678    287127      2520    655200      2520     40643   3936240   1100569     38.37     41.94
523.72/131.47	c  N dy  1797    305464      2520    655200      2520     58957   3936240   2129192     38.41     40.47
524.12/131.52	c  F st  1803    306252      2520    655200      2520     59744   3936240   2171740     38.40   no data
528.90/132.76	c  N dy  1894    325035      2520    655200      2520     48523   3936240   1559217     38.38     41.01
533.29/133.89	c  N dy  2008    345160      2520    655200      2520     37667   3936240    854540     38.34     40.38
536.47/134.61	c  S st  2080    357387      2520    655200      2520     49867   3936240   1537567     38.34   no data
538.08/135.02	c  S st  2080    357888      2520    655200      2520     50367   3936240   1572657     38.34   no data
538.08/135.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
539.28/135.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.9M T:  0.31
539.72/135.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
539.72/135.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
540.46/135.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
540.46/135.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
540.46/135.60	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
558.80/140.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  4.67 s
560.40/140.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.31 s
596.73/149.81	c lits-rem:         9  cl-subs:       35  v-elim:      0  v-fix:    0  time:  9.09 s
597.13/149.88	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
597.47/149.91	c vivif2 --  cl tried    50332 cl shrink        0 lits rem          0 time: 0.03
598.68/150.25	c asymm  cl-useful: 0/5147/655200 lits-rem:0 time: 0.33
598.68/150.27	c calculated reachability. Time: 0.00
598.68/150.27	c  N dy  2080    357888      2520    655200      2520     50332   3936240   1568661     38.34   no data
604.66/151.79	c  N dy  2210    378051      2520    655200      2520     38533   3936240    860315     38.35     41.11
609.89/153.07	c  N dy  2334    398125      2520    655200      2520     58584   3936240   1952694     38.32     40.71
615.02/154.36	c  N dy  2457    418251      2520    655200      2520     45727   3936240   1213862     38.34     41.20
620.60/155.74	c  N dy  2584    438417      2520    655200      2520     65871   3936240   2327672     38.34     40.56
625.79/157.09	c  N dy  2720    458492      2520    655200      2520     51957   3936240   1540536     38.41     40.79
631.38/158.43	c  N dy  2855    478524      2520    655200      2520     37018   3936240    649968     38.42     40.54
636.20/159.66	c  N dy  2985    498562      2520    655200      2520     57029   3936240   1752036     38.42     40.89
641.72/161.02	c  N dy  3110    518618      2520    655200      2520     41112   3936240    841554     38.42     40.72
645.72/162.03	c  S st  3223    536834      2520    655200      2520     59306   3936240   1851247     38.43   no data
647.31/162.44	c  S st  3223    537335      2520    655200      2520     59806   3936240   1886227     38.43   no data
647.31/162.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
648.51/162.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.8M T:  0.30
649.35/162.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
649.35/162.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
649.76/163.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
649.76/163.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
649.76/163.03	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
666.05/167.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  4.11 s
667.64/167.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.36 s
705.12/176.94	c lits-rem:        15  cl-subs:       58  v-elim:      0  v-fix:    0  time:  9.28 s
705.53/177.01	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
705.53/177.05	c vivif2 --  cl tried    59748 cl shrink        0 lits rem          0 time: 0.04
706.77/177.37	c asymm  cl-useful: 0/5386/655200 lits-rem:0 time: 0.33
706.77/177.40	c calculated reachability. Time: 0.00
706.77/177.40	c  N dy  3223    537335      2520    655200      2520     59748   3936240   1879194     38.43   no data
712.30/178.73	c  N dy  3340    557550      2520    655200      2520     42988   3936240    902637     38.41     40.85
717.09/179.95	c  N dy  3464    577589      2520    655200      2520     63003   3936240   1981867     38.40     41.11
722.67/181.34	c  N dy  3589    597595      2520    655200      2520     45031   3936240    974258     38.40     41.24
727.45/182.55	c  N dy  3718    617749      2520    655200      2520     65156   3936240   2083886     38.40     41.81
732.68/183.89	c  N dy  3844    637821      2520    655200      2520     46254   3936240   1010728     38.39     41.13
737.81/185.13	c  N dy  3974    657984      2520    655200      2520     66396   3936240   2121479     38.40     40.57
743.39/186.56	c  N dy  4100    678136      2520    655200      2520     46568   3936240    975726     38.41     40.56
748.18/187.76	c  N dy  4217    698287      2520    655200      2520     66690   3936240   2057797     38.38     40.44
753.76/189.12	c  N dy  4346    718410      2520    655200      2520     45850   3936240    889655     38.39     40.46
758.55/190.37	c  N dy  4477    738419      2520    655200      2520     65826   3936240   1998976     38.40     40.94
764.13/191.78	c  N dy  4599    758445      2520    655200      2520     43872   3936240    741168     38.41     50.71
768.90/192.96	c  N dy  4720    778625      2520    655200      2520     64020   3936240   1851422     38.41     42.30
774.09/194.25	c  N dy  4843    798738      2520    655200      2520     84112   3936240   2948883     38.40     40.57
776.08/194.77	c  S st  4890    806003      2520    655200      2520     48417   3936240    949221     38.41   no data
778.08/195.21	c  S st  4890    806505      2520    655200      2520     48919   3936240    986426     38.41   no data
778.08/195.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
779.27/195.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.8M T:  0.33
780.07/195.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
780.07/195.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
780.47/195.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
780.47/195.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
780.47/195.84	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
798.45/200.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  4.57 s
799.21/200.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
821.13/206.09	c lits-rem:         6  cl-subs:       13  v-elim:      0  v-fix:    0  time:  5.43 s
821.53/206.17	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
821.53/206.19	c vivif2 --  cl tried    48906 cl shrink        0 lits rem          0 time: 0.02
823.14/206.53	c asymm  cl-useful: 0/5531/655200 lits-rem:0 time: 0.34
823.14/206.55	c calculated reachability. Time: 0.00
823.14/206.55	c  N dy  4890    806505      2520    655200      2520     48906   3936240    984977     38.41   no data
828.72/207.91	c  N dy  5013    826583      2520    655200      2520     68959   3936240   2071936     38.39     40.42
834.68/209.45	c  N dy  5136    846672      2520    655200      2520     45084   3936240    730003     38.38     45.17
839.47/210.69	c  N dy  5264    866674      2520    655200      2520     65061   3936240   1835556     38.38     40.63
845.06/212.04	c  N dy  5390    886685      2520    655200      2520     85052   3936240   2930285     38.38     42.44
850.24/213.33	c  N dy  5517    906831      2520    655200      2520     60223   3936240   1523029     38.39     40.56
855.03/214.53	c  N dy  5627    926954      2520    655200      2520     80323   3936240   2611974     38.37     41.35
860.60/215.97	c  N dy  5755    946956      2520    655200      2520     54356   3936240   1155819     38.37     40.61
865.38/217.18	c  N dy  5872    967175      2520    655200      2520     74546   3936240   2260691     38.36     40.63
870.97/218.58	c  N dy  5994    987295      2520    655200      2520     47709   3936240    749340     38.36     41.42
875.75/219.75	c  N dy  6118   1007348      2520    655200      2520     67724   3936240   1838421     38.35     41.20
880.93/221.04	c  N dy  6242   1027425      2520    655200      2520     87777   3936240   2945063     38.35     40.90
886.56/222.43	c  N dy  6369   1047480      2520    655200      2520     59887   3936240   1398596     38.36     41.08
891.69/223.75	c  N dy  6499   1067753      2520    655200      2520     80129   3936240   2529737     38.37     41.15
892.89/224.02	c  F st  6526   1071875      2520    655200      2520     84246   3936240   2758771     38.37   no data
898.06/225.32	c  N dy  6597   1087770      2520    655200      2520     51169   3936240    859965     38.37     41.96
902.85/226.52	c  N dy  6724   1107818      2520    655200      2520     71187   3936240   1963993     38.37     43.08
908.08/227.88	c  N dy  6850   1127893      2520    655200      2520     91243   3936240   3078909     38.38     40.70
914.00/229.34	c  N dy  6975   1147933      2520    655200      2520     61323   3936240   1385804     38.38     41.18
919.18/230.63	c  N dy  7096   1167984      2520    655200      2520     81353   3936240   2475665     38.37     42.66
924.77/232.03	c  N dy  7220   1188021      2520    655200      2520    101367   3936240   3567673     38.36     55.77
930.00/233.38	c  N dy  7353   1208119      2520    655200      2520     70489   3936240   1869442     38.38     41.79
930.40/233.50	c  S st  7363   1209758      2520    655200      2520     72126   3936240   1957382     38.38   no data
932.34/233.92	c  S st  7363   1210262      2520    655200      2520     72630   3936240   1997355     38.38   no data
932.34/233.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
933.55/234.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.8M T:  0.34
934.39/234.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
934.39/234.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
934.79/234.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
934.79/234.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
934.79/234.54	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
951.08/238.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  4.10 s
952.67/239.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.36 s
987.75/247.83	c lits-rem:         2  cl-subs:       47  v-elim:      0  v-fix:    0  time:  8.65 s
987.75/247.89	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
988.15/247.94	c vivif2 --  cl tried    72583 cl shrink        0 lits rem          0 time: 0.04
989.35/248.24	c asymm  cl-useful: 0/5757/655200 lits-rem:0 time: 0.31
989.35/248.26	c calculated reachability. Time: 0.00
989.35/248.26	c  N dy  7363   1210262      2520    655200      2520     72583   3936240   1991493     38.38   no data
994.93/249.67	c  N dy  7493   1230418      2520    655200      2520     92707   3936240   3091915     38.37     41.97
1000.90/251.14	c  N dy  7616   1250441      2520    655200      2520     60772   3936240   1278054     38.37     40.67
1006.08/252.49	c  N dy  7748   1270708      2520    655200      2520     81014   3936240   2394636     38.38     40.65
1012.07/253.98	c  N dy  7882   1290783      2520    655200      2520    101062   3936240   3514845     38.39     50.32
1018.09/255.42	c  N dy  8005   1310809      2520    655200      2520     68147   3936240   1630816     38.38     41.95
1023.62/256.84	c  N dy  8133   1331186      2520    655200      2520     88488   3936240   2755470     38.38     40.45
1030.85/258.62	c  N dy  8258   1351258      2520    655200      2520     54611   3936240    853899     38.38     40.51
1035.99/259.92	c  N dy  8385   1371351      2520    655200      2520     74681   3936240   1953083     38.38     40.43
1041.96/261.41	c  N dy  8510   1391673      2520    655200      2520     94984   3936240   3079103     38.39     40.77
1048.80/263.17	c  N dy  8628   1411756      2520    655200      2520     60106   3936240   1113931     38.38     46.05
1053.92/264.44	c  N dy  8742   1431896      2520    655200      2520     80217   3936240   2201130     38.37     40.50
1059.91/265.94	c  N dy  8862   1452073      2520    655200      2520    100367   3936240   3286996     38.36     40.43
1066.68/267.64	c  N dy  8987   1472167      2520    655200      2520     64515   3936240   1323963     38.36     44.30
1071.87/268.96	c  N dy  9100   1492352      2520    655200      2520     84669   3936240   2415883     38.35     40.63
1077.85/270.45	c  N dy  9220   1512464      2520    655200      2520    104752   3936240   3530452     38.36     40.62
1084.22/272.00	c  N dy  9347   1532548      2520    655200      2520     67900   3936240   1492061     38.36     40.66
1089.41/273.33	c  N dy  9477   1552585      2520    655200      2520     87912   3936240   2586904     38.36     46.74
1094.99/274.78	c  N dy  9604   1572614      2520    655200      2520    107913   3936240   3677299     38.36     40.85
1101.02/276.26	c  N dy  9737   1592677      2520    655200      2520     70007   3936240   1563399     38.37     50.97
1106.55/277.60	c  N dy  9867   1612910      2520    655200      2520     90219   3936240   2694305     38.37     41.29
1112.13/279.03	c  N dy  9988   1633042      2520    655200      2520    110318   3936240   3774680     38.36     40.67
1117.71/280.48	c  N dy 10111   1653104      2520    655200      2520     71445   3936240   1582921     38.37     40.47
1122.94/281.80	c  N dy 10241   1673159      2520    655200      2520     91469   3936240   2702148     38.38     43.40
1128.86/283.26	c  N dy 10373   1693191      2520    655200      2520    111474   3936240   3832514     38.39     40.79
1134.45/284.61	c  S st 10480   1710263      2520    655200      2520     68581   3936240   1386909     38.38     31.05
1136.09/285.01	c  S st 10480   1710766      2520    655200      2520     69082   3936240   1422503     38.38   no data
1136.09/285.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1137.24/285.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.1M T:  0.33
1138.04/285.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1138.04/285.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1138.44/285.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
1138.44/285.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
1138.44/285.62	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1153.19/289.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  3.77 s
1154.38/289.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.17 s
1177.10/295.33	c lits-rem:        14  cl-subs:       22  v-elim:      0  v-fix:    0  time:  5.63 s
1177.51/295.40	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
1177.51/295.43	c vivif2 --  cl tried    69060 cl shrink        0 lits rem          0 time: 0.03
1178.70/295.74	c asymm  cl-useful: 0/5519/655200 lits-rem:0 time: 0.31
1178.70/295.77	c calculated reachability. Time: 0.00
1178.70/295.77	c  N dy 10480   1710766      2520    655200      2520     69060   3936240   1419716     38.38   no data
1184.33/297.16	c  N dy 10604   1730917      2520    655200      2520     89188   3936240   2532901     38.38     41.50
1190.26/298.62	c  N dy 10729   1750952      2520    655200      2520    109196   3936240   3637468     38.38     40.54
1196.65/300.24	c  N dy 10852   1770963      2520    655200      2520     68278   3936240   1334649     38.39     41.47
1201.87/301.54	c  N dy 10972   1791086      2520    655200      2520     88370   3936240   2431754     38.38     40.75
1207.80/303.01	c  N dy 11096   1811224      2520    655200      2520    108481   3936240   3532497     38.38     40.71
1214.18/304.65	c  N dy 11217   1831315      2520    655200      2520     66635   3936240   1208555     38.38     40.72
1219.41/305.96	c  N dy 11349   1851399      2520    655200      2520     86690   3936240   2310877     38.38     40.70
1224.55/307.27	c  N dy 11455   1871408      2520    655200      2520    106668   3936240   3375468     38.36     40.56
1231.73/309.02	c  N dy 11580   1891825      2520    655200      2520     64139   3936240   1023123     38.37     40.53
1236.96/310.39	c  N dy 11709   1911827      2520    655200      2520     84119   3936240   2151392     38.38     40.44
1242.89/311.88	c  N dy 11832   1931916      2520    655200      2520    104181   3936240   3261925     38.38     40.81
1249.67/313.56	c  N dy 11963   1951968      2520    655200      2520    124204   3936240   4395248     38.38     40.85
1255.64/315.07	c  N dy 12088   1972009      2520    655200      2520     80306   3936240   1850805     38.38     41.75
1261.62/316.52	c  N dy 12208   1992327      2520    655200      2520    100602   3936240   2953474     38.37     40.48
1267.65/318.09	c  N dy 12332   2012362      2520    655200      2520    120605   3936240   4051408     38.37     41.50
1274.78/319.81	c  N dy 12449   2032468      2520    655200      2520     75769   3936240   1567491     38.36     41.04
1280.36/321.25	c  N dy 12565   2052511      2520    655200      2520     95784   3936240   2636170     38.35     40.60
1286.74/322.88	c  N dy 12697   2072650      2520    655200      2520    115895   3936240   3738535     38.35     40.39
1294.71/324.86	c  N dy 12816   2092656      2520    655200      2520     69976   3936240   1214458     38.34     40.56
1300.30/326.23	c  N dy 12937   2112707      2520    655200      2520     89997   3936240   2282546     38.33     41.18
1306.29/327.77	c  N dy 13066   2132777      2520    655200      2520    110041   3936240   3400303     38.34     40.68
1313.05/329.49	c  N dy 13194   2152913      2520    655200      2520    130149   3936240   4500363     38.34     40.36
1319.44/331.07	c  N dy 13316   2173040      2520    655200      2520     83331   3936240   1906428     38.34     40.66
1325.06/332.43	c  N dy 13442   2193151      2520    655200      2520    103409   3936240   3000015     38.34     40.40
1330.20/333.78	c  S st 13551   2210768      2520    655200      2520    120997   3936240   3957706     38.34     33.90
1332.19/334.29	c  S st 13551   2211272      2520    655200      2520    121499   3936240   3997532     38.34   no data
1332.59/334.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1334.18/334.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.1M T:  0.38
1334.59/334.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1334.59/334.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1334.99/334.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
1334.99/334.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
1334.99/334.95	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1348.94/338.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  3.53 s
1352.93/339.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.87 s
1430.33/358.86	c lits-rem:        34  cl-subs:      123  v-elim:      0  v-fix:    0  time: 19.27 s
1430.67/358.93	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
1431.07/359.01	c vivif2 --  cl tried   121376 cl shrink        0 lits rem          0 time: 0.08
1432.26/359.33	c asymm  cl-useful: 0/5602/655200 lits-rem:0 time: 0.31
1432.26/359.35	c calculated reachability. Time: 0.00
1432.26/359.35	c  N dy 13551   2211272      2520    655200      2520    121376   3936240   3982377     38.34   no data
1439.43/361.16	c  N dy 13677   2231384      2520    655200      2520     73568   3936240   1322404     38.34     40.66
1444.62/362.49	c  N dy 13803   2251385      2520    655200      2520     93548   3936240   2422885     38.34     40.97
1450.60/363.94	c  N dy 13921   2271596      2520    655200      2520    113732   3936240   3528991     38.34     42.30
1456.97/365.54	c  N dy 14036   2291635      2520    655200      2520    133742   3936240   4615428     38.33     41.54
1462.96/367.09	c  N dy 14158   2311686      2520    655200      2520     84863   3936240   1916245     38.33     45.42
1468.54/368.47	c  N dy 14271   2331732      2520    655200      2520    104892   3936240   3006656     38.33     40.50
1474.91/370.07	c  N dy 14398   2351767      2520    655200      2520    124897   3936240   4110853     38.33     43.66
1482.54/371.96	c  N dy 14524   2371828      2520    655200      2520     75021   3936240   1324834     38.33     40.91
1488.47/373.48	c  N dy 14645   2391878      2520    655200      2520     95043   3936240   2427564     38.33     40.70
1494.86/375.06	c  N dy 14769   2411920      2520    655200      2520    115064   3936240   3526170     38.33     43.81
1501.63/376.79	c  N dy 14904   2432082      2520    655200      2520    135203   3936240   4652172     38.33     40.35
1508.41/378.42	c  N dy 15018   2452239      2520    655200      2520     84422   3936240   1776804     38.33     40.55
1514.38/379.90	c  N dy 15143   2472300      2520    655200      2520    104454   3936240   2890542     38.33     40.35
1520.77/381.59	c  N dy 15282   2492570      2520    655200      2520    124700   3936240   4009843     38.33     40.43
1528.74/383.56	c  N dy 15409   2512637      2520    655200      2520     72844   3936240   1122385     38.33     40.79
1534.33/384.92	c  N dy 15534   2532739      2520    655200      2520     92918   3936240   2246084     38.33     40.43
1540.70/386.51	c  N dy 15662   2552813      2520    655200      2520    112970   3936240   3362529     38.33     40.48
1547.48/388.28	c  N dy 15792   2572883      2520    655200      2520    133015   3936240   4460984     38.33     40.36
1555.06/390.14	c  N dy 15915   2592891      2520    655200      2520     80076   3936240   1481490     38.34     40.53
1560.24/391.49	c  N dy 16034   2613004      2520    655200      2520    100166   3936240   2585129     38.33     40.53
1566.61/393.09	c  N dy 16161   2633105      2520    655200      2520    120236   3936240   3679360     38.33     41.34
1573.79/394.81	c  N dy 16291   2653148      2520    655200      2520    140251   3936240   4795482     38.34     41.23
1580.57/396.52	c  N dy 16411   2673188      2520    655200      2520     86356   3936240   1781593     38.33     43.40
1586.55/398.00	c  N dy 16539   2693194      2520    655200      2520    106337   3936240   2878699     38.33     40.93
1592.18/399.50	c  S st 16652   2711272      2520    655200      2520    124391   3936240   3865227     38.33   no data
1594.53/400.03	c  S st 16652   2711776      2520    655200      2520    124894   3936240   3905867     38.33   no data
1594.53/400.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1596.13/400.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.9M T:  0.38
1596.57/400.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1596.57/400.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1597.31/400.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
1597.31/400.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
1597.31/400.71	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1610.47/404.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  3.35 s
1614.51/405.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.88 s
1689.07/423.72	c lits-rem:        24  cl-subs:      108  v-elim:      0  v-fix:    0  time: 18.54 s
1689.07/423.79	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
1689.42/423.87	c vivif2 --  cl tried   124786 cl shrink        0 lits rem          0 time: 0.08
1690.61/424.18	c asymm  cl-useful: 0/5482/655200 lits-rem:0 time: 0.31
1691.01/424.20	c calculated reachability. Time: 0.00
1691.01/424.20	c  N dy 16652   2711776      2520    655200      2520    124786   3936240   3893107     38.33   no data
1697.44/425.89	c  N dy 16775   2731787      2520    655200      2520    144765   3936240   4979466     38.33     51.87
1703.76/427.48	c  N dy 16901   2751825      2520    655200      2520     89877   3936240   1951667     38.33     40.93
1709.34/428.84	c  N dy 17012   2771958      2520    655200      2520    109990   3936240   3029877     38.32     40.35
1715.38/430.34	c  N dy 17135   2791970      2520    655200      2520    129975   3936240   4131777     38.32     40.35
1722.11/432.07	c  N dy 17266   2812058      2520    655200      2520    150035   3936240   5245218     38.32     41.19
1728.13/433.57	c  N dy 17387   2832099      2520    655200      2520     94153   3936240   2151968     38.33     47.87
1734.05/435.00	c  N dy 17508   2852128      2520    655200      2520    114156   3936240   3251329     38.33     41.47
1740.44/436.64	c  N dy 17644   2872234      2520    655200      2520    134240   3936240   4354170     38.33     40.79
1748.01/438.52	c  N dy 17760   2892314      2520    655200      2520     77393   3936240   1173146     38.32     41.26
1753.59/439.90	c  N dy 17886   2912354      2520    655200      2520     97414   3936240   2288476     38.32     40.42
1759.56/441.41	c  N dy 18012   2932412      2520    655200      2520    117448   3936240   3413280     38.33     40.63
1765.55/442.93	c  N dy 18129   2952439      2520    655200      2520    137431   3936240   4504296     38.32     44.80
1773.52/444.90	c  N dy 18257   2972484      2520    655200      2520     79558   3936240   1252594     38.32     41.44
1778.71/446.21	c  N dy 18374   2992627      2520    655200      2520     99676   3936240   2351415     38.32     42.27
1784.29/447.65	c  N dy 18499   3012642      2520    655200      2520    119660   3936240   3461156     38.32     51.10
1790.66/449.30	c  N dy 18628   3032663      2520    655200      2520    139660   3936240   4536090     38.32     40.37
1799.03/451.31	c  N dy 18763   3052825      2520    655200      2520     80890   3936240   1286383     38.32     40.44
1804.21/452.67	c  N dy 18893   3073156      2520    655200      2520    101195   3936240   2407113     38.32     41.08
1809.80/454.06	c  N dy 19019   3093175      2520    655200      2520    121193   3936240   3510331     38.33     41.63
1816.57/455.71	c  N dy 19143   3113300      2520    655200      2520    141287   3936240   4611299     38.32     41.93
1824.16/457.71	c  N dy 19277   3133367      2520    655200      2520     81436   3936240   1278209     38.33     40.77
1829.39/458.97	c  N dy 19387   3153492      2520    655200      2520    101539   3936240   2367633     38.32     41.07
1835.32/460.49	c  N dy 19515   3173534      2520    655200      2520    121552   3936240   3484144     38.33     40.37
1842.54/462.26	c  N dy 19644   3193575      2520    655200      2520    141566   3936240   4583222     38.33     41.69
1849.67/464.00	c  S st 19760   3211776      2520    655200      2520    159746   3936240   5590804     38.33   no data
1851.66/464.54	c  S st 19760   3212279      2520    655200      2520    160249   3936240   5630488     38.33   no data
1851.66/464.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1853.66/465.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.5M T:  0.44
1854.06/465.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1854.06/465.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1854.46/465.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
1854.86/465.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
1854.86/465.30	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1869.21/468.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  3.64 s
1875.99/470.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.50 s
2002.78/502.46	c lits-rem:        40  cl-subs:      183  v-elim:      0  v-fix:    0  time: 31.73 s
2003.18/502.53	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
2003.58/502.64	c vivif2 --  cl tried   160066 cl shrink        0 lits rem          0 time: 0.11
2004.82/502.95	c asymm  cl-useful: 0/5782/655200 lits-rem:0 time: 0.31
2004.82/502.98	c calculated reachability. Time: 0.00
2004.82/502.98	c  N dy 19760   3212279      2520    655200      2520    160066   3936240   5608574     38.33   no data
2011.55/504.66	c  N dy 19885   3232463      2520    655200      2520     99327   3936240   2209483     38.33     40.36
2017.57/506.19	c  N dy 20009   3252640      2520    655200      2520    119482   3936240   3313019     38.33     40.73
2024.31/507.87	c  N dy 20133   3272647      2520    655200      2520    139462   3936240   4405207     38.33     40.60
2031.48/509.63	c  N dy 20258   3292697      2520    655200      2520    159489   3936240   5498992     38.33     40.35
2038.26/511.30	c  N dy 20384   3312862      2520    655200      2520     97752   3936240   2109140     38.33     40.79
2043.44/512.70	c  N dy 20515   3332886      2520    655200      2520    117755   3936240   3214668     38.33     40.36
2050.22/514.32	c  N dy 20648   3352996      2520    655200      2520    137840   3936240   4334165     38.33     40.36
2057.44/516.12	c  N dy 20781   3373093      2520    655200      2520    157906   3936240   5451701     38.34     40.75
2064.57/517.90	c  N dy 20896   3393103      2520    655200      2520     94987   3936240   1907346     38.33     40.99
2070.60/519.45	c  N dy 21032   3413120      2520    655200      2520    114981   3936240   3025622     38.34     46.48
2076.92/521.10	c  N dy 21151   3433247      2520    655200      2520    135087   3936240   4111861     38.33     40.39
2084.50/522.95	c  N dy 21276   3453396      2520    655200      2520    155217   3936240   5224047     38.33     40.46
2092.13/524.87	c  N dy 21398   3473506      2520    655200      2520     91387   3936240   1667384     38.33     40.45
2097.66/526.22	c  N dy 21528   3493702      2520    655200      2520    111565   3936240   2786796     38.33     40.68
2103.64/527.72	c  N dy 21653   3513881      2520    655200      2520    131720   3936240   3890988     38.33     40.64
2110.07/529.39	c  N dy 21774   3534134      2520    655200      2520    151947   3936240   4987715     38.33     40.40
2118.00/531.35	c  N dy 21901   3554238      2520    655200      2520     87125   3936240   1387516     38.33     40.90
2123.23/532.62	c  N dy 22016   3574247      2520    655200      2520    107100   3936240   2482229     38.33     42.58
2128.76/534.08	c  N dy 22143   3594270      2520    655200      2520    127100   3936240   3595729     38.33     41.63
2135.53/535.73	c  N dy 22273   3614325      2520    655200      2520    147127   3936240   4697833     38.33     40.59
2142.71/537.52	c  N dy 22407   3634409      2520    655200      2520    167197   3936240   5809170     38.34     40.55
2150.28/539.41	c  N dy 22537   3654535      2520    655200      2520    101409   3936240   2130319     38.34     40.66
2155.86/540.88	c  N dy 22653   3674634      2520    655200      2520    121479   3936240   3226090     38.33     40.65
2162.30/542.48	c  N dy 22776   3694865      2520    655200      2520    141677   3936240   4335909     38.33     40.89
2168.63/544.08	c  S st 22896   3712279      2520    655200      2520    159072   3936240   5308618     38.34   no data
2170.62/544.55	c  S st 22896   3712780      2520    655200      2520    159572   3936240   5343157     38.34   no data
2170.62/544.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2172.61/545.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.3M T:  0.42
2173.01/545.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2173.01/545.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2173.41/545.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
2173.41/545.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
2173.41/545.27	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2186.17/548.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  3.21 s
2192.56/550.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.35 s
2310.57/579.69	c lits-rem:        50  cl-subs:      148  v-elim:      0  v-fix:    0  time: 29.59 s
2310.97/579.76	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
2311.41/579.87	c vivif2 --  cl tried   159424 cl shrink        0 lits rem          0 time: 0.10
2312.96/580.21	c asymm  cl-useful: 0/5371/655200 lits-rem:0 time: 0.34
2312.96/580.24	c calculated reachability. Time: 0.00
2312.96/580.24	c  N dy 22896   3712780      2520    655200      2520    159424   3936240   5324842     38.34   no data
2321.73/582.43	c  N dy 23024   3732950      2520    655200      2520     92674   3936240   1609764     38.34     41.53
2327.31/583.80	c  F st 23143   3751562      2520    655200      2520    111260   3936240   2619166     38.34   no data
2328.11/584.04	c  N st 23147   3753593      2520    655200      2520    113280   3936240   2750653     38.34   no data
2334.09/585.59	c  N dy 23256   3773725      2520    655200      2520    133367   3936240   3917628     38.34     41.22
2341.27/587.35	c  N dy 23382   3793763      2520    655200      2520    153375   3936240   5010963     38.33     41.91
2348.85/589.28	c  N dy 23512   3813883      2520    655200      2520    173462   3936240   6129863     38.34     40.47
2356.02/591.06	c  N dy 23638   3834086      2520    655200      2520    105786   3936240   2306235     38.34     40.76
2362.00/592.57	c  N dy 23759   3854186      2520    655200      2520    125852   3936240   3401997     38.34     41.79
2368.42/594.18	c  N dy 23885   3874241      2520    655200      2520    145885   3936240   4522678     38.34     56.32
2375.96/596.00	c  N dy 24011   3894405      2520    655200      2520    166027   3936240   5637153     38.34     41.00
2383.13/597.87	c  N dy 24131   3914498      2520    655200      2520     97211   3936240   1783185     38.34     40.90
2388.72/599.27	c  N dy 24258   3934541      2520    655200      2520    117237   3936240   2877233     38.34     40.85
2395.15/600.85	c  N dy 24391   3954613      2520    655200      2520    137277   3936240   4000101     38.34     40.89
2401.87/602.56	c  N dy 24516   3974655      2520    655200      2520    157295   3936240   5096040     38.34     40.41
2409.05/604.40	c  N dy 24645   3994798      2520    655200      2520    177407   3936240   6200160     38.34     40.78
2415.83/606.07	c  N dy 24775   4014936      2520    655200      2520    107632   3936240   2321702     38.34     40.57
2421.79/607.58	c  N dy 24913   4035044      2520    655200      2520    127714   3936240   3436002     38.35     40.50
2428.18/609.14	c  N dy 25034   4055165      2520    655200      2520    147791   3936240   4532083     38.35     40.80
2434.95/610.82	c  N dy 25154   4075257      2520    655200      2520    167861   3936240   5635033     38.35     40.37
2442.14/612.66	c  N dy 25278   4095411      2520    655200      2520     97120   3936240   1706716     38.35     40.74
2447.77/614.08	c  N dy 25407   4115557      2520    655200      2520    117248   3936240   2815456     38.35     40.80
2453.69/615.56	c  N dy 25528   4135630      2520    655200      2520    137292   3936240   3914052     38.35     40.37
2460.52/617.28	c  N dy 25648   4155719      2520    655200      2520    157353   3936240   5005385     38.34     40.72
2468.05/619.16	c  N dy 25770   4175798      2520    655200      2520    177403   3936240   6096223     38.34     47.00
2475.62/621.09	c  N dy 25904   4195832      2520    655200      2520    105543   3936240   2125719     38.34     40.37
2481.20/622.45	c  S st 26015   4212780      2520    655200      2520    122466   3936240   3062761     38.35     44.87
2483.19/622.91	c  S st 26015   4213281      2520    655200      2520    122964   3936240   3097908     38.35   no data
2483.19/622.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2484.78/623.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.8M T:  0.38
2485.18/623.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2485.18/623.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2485.58/623.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
2485.58/623.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
2485.58/623.58	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2497.15/626.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.88 s
2499.99/627.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.56 s
2544.60/638.36	c lits-rem:        11  cl-subs:       64  v-elim:      0  v-fix:    0  time: 11.13 s
2544.99/638.43	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
2544.99/638.49	c vivif2 --  cl tried   122900 cl shrink        0 lits rem          0 time: 0.06
2546.59/638.80	c asymm  cl-useful: 0/6050/655200 lits-rem:0 time: 0.31
2546.59/638.83	c calculated reachability. Time: 0.00
2546.59/638.83	c  N dy 26015   4213281      2520    655200      2520    122900   3936240   3090325     38.35   no data
2553.36/640.54	c  N dy 26141   4233399      2520    655200      2520    142989   3936240   4213134     38.35     41.89
2560.15/642.26	c  N dy 26259   4253468      2520    655200      2520    163035   3936240   5321031     38.35     40.59
2567.72/644.19	c  N dy 26377   4273511      2520    655200      2520    183048   3936240   6403297     38.35     44.90
2574.55/645.88	c  N dy 26500   4293522      2520    655200      2520    110157   3936240   2311250     38.34     42.57
2580.87/647.44	c  N dy 26628   4313538      2520    655200      2520    130149   3936240   3402749     38.34     40.53
2588.10/649.27	c  N dy 26769   4333576      2520    655200      2520    150164   3936240   4521509     38.35     40.61
2596.03/651.27	c  N dy 26904   4353597      2520    655200      2520    170154   3936240   5630184     38.35     40.53
2605.24/653.53	c  N dy 27032   4373624      2520    655200      2520     96277   3936240   1531671     38.35     40.77
2611.17/655.08	c  N dy 27162   4393655      2520    655200      2520    116287   3936240   2642797     38.35     43.36
2617.56/656.66	c  N dy 27289   4413737      2520    655200      2520    136344   3936240   3758662     38.35     40.44
2624.73/658.45	c  N dy 27410   4433914      2520    655200      2520    156493   3936240   4861729     38.35     41.70
2632.70/660.46	c  N dy 27545   4453993      2520    655200      2520    176535   3936240   5957636     38.35     40.94
2641.07/662.51	c  N dy 27673   4474091      2520    655200      2520    101736   3936240   1778310     38.35     40.40
2647.06/664.04	c  N dy 27812   4494172      2520    655200      2520    121789   3936240   2919218     38.36     40.70
2653.48/665.62	c  N dy 27935   4514404      2520    655200      2520    141992   3936240   4029174     38.36     40.40
2660.62/667.42	c  N dy 28071   4534524      2520    655200      2520    162077   3936240   5161648     38.36     40.57
2668.18/669.37	c  N dy 28197   4554678      2520    655200      2520    182205   3936240   6265174     38.36     41.97
2675.81/671.26	c  N dy 28320   4574783      2520    655200      2520    106407   3936240   2010037     38.36     41.57
2681.74/672.78	c  N dy 28444   4594832      2520    655200      2520    126429   3936240   3113696     38.36     60.90
2688.57/674.44	c  N dy 28571   4614988      2520    655200      2520    146560   3936240   4210151     38.36     40.94
2695.70/676.27	c  N dy 28695   4635058      2520    655200      2520    166609   3936240   5296207     38.36     40.61
2703.26/678.17	c  N dy 28819   4655182      2520    655200      2520    186706   3936240   6403241     38.36     41.28
2710.89/680.08	c  N dy 28945   4675272      2520    655200      2520    109914   3936240   2160571     38.36     41.42
2717.22/681.62	c  N dy 29064   4695295      2520    655200      2520    129919   3936240   3261164     38.36     40.94
2723.21/683.13	c  S st 29185   4713281      2520    655200      2520    147892   3936240   4261047     38.36     34.03
2725.19/683.65	c  S st 29185   4713784      2520    655200      2520    148394   3936240   4296868     38.36   no data
2725.19/683.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2726.80/684.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.2M T:  0.40
2727.60/684.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2727.60/684.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2728.04/684.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
2728.04/684.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
2728.04/684.34	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2739.16/687.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.76 s
2743.14/688.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.92 s
2810.52/705.05	c lits-rem:        27  cl-subs:       97  v-elim:      0  v-fix:    0  time: 16.80 s
2810.92/705.12	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
2810.92/705.20	c vivif2 --  cl tried   148297 cl shrink        0 lits rem          0 time: 0.08
2812.51/705.51	c asymm  cl-useful: 0/6088/655200 lits-rem:0 time: 0.31
2812.51/705.54	c calculated reachability. Time: 0.00
2812.51/705.54	c  N dy 29185   4713784      2520    655200      2520    148297   3936240   4284848     38.36   no data
2819.69/707.33	c  N dy 29312   4733820      2520    655200      2520    168308   3936240   5369611     38.36     42.66
2827.26/709.21	c  N dy 29438   4753873      2520    655200      2520    188329   3936240   6461161     38.36     42.20
2834.44/711.04	c  N dy 29569   4773995      2520    655200      2520    110541   3936240   2149553     38.36     40.54
2840.42/712.50	c  N dy 29699   4794041      2520    655200      2520    130556   3936240   3258484     38.36     40.71
2846.84/714.12	c  N dy 29826   4814095      2520    655200      2520    150579   3936240   4356369     38.36     40.52
2853.97/715.96	c  N dy 29961   4834115      2520    655200      2520    170573   3936240   5449743     38.36     41.14
2861.94/717.91	c  N dy 30088   4854184      2520    655200      2520    190612   3936240   6571990     38.37     45.54
2869.11/719.70	c  N dy 30202   4874261      2520    655200      2520    111796   3936240   2184770     38.36     41.33
2875.10/721.28	c  N dy 30334   4894496      2520    655200      2520    132015   3936240   3301324     38.36     40.58
2882.27/723.03	c  N dy 30467   4914606      2520    655200      2520    152100   3936240   4423885     38.37     40.84
2889.86/724.91	c  N dy 30586   4934756      2520    655200      2520    172223   3936240   5533861     38.36     40.42
2898.23/727.03	c  N dy 30712   4954871      2520    655200      2520    192310   3936240   6644063     38.36     40.41
2906.20/729.06	c  N dy 30836   4975012      2520    655200      2520    112552   3936240   2183441     38.36     40.95
2912.23/730.60	c  N dy 30955   4995077      2520    655200      2520    132602   3936240   3272183     38.36     40.97
2919.35/732.34	c  N dy 31090   5015176      2520    655200      2520    152677   3936240   4370961     38.36     40.48
2926.53/734.16	c  N dy 31207   5035445      2520    655200      2520    172919   3936240   5485735     38.36     40.52
2934.90/736.28	c  N dy 31333   5055535      2520    655200      2520    192982   3936240   6589351     38.36     40.77
2943.67/738.41	c  N dy 31466   5075755      2520    655200      2520    112297   3936240   2134780     38.36     40.95
2950.06/740.03	c  N dy 31594   5095789      2520    655200      2520    132312   3936240   3250140     38.36     40.59
2957.23/741.81	c  N dy 31725   5115802      2520    655200      2520    152303   3936240   4349938     38.36     40.70
2964.41/743.71	c  N dy 31851   5135864      2520    655200      2520    172326   3936240   5440394     38.36     40.57
2972.79/745.77	c  N dy 31982   5155878      2520    655200      2520    192314   3936240   6556846     38.36     41.39
2981.16/747.89	c  N dy 32117   5175901      2520    655200      2520    110451   3936240   2018708     38.37     40.68
2987.18/749.38	c  N dy 32254   5195939      2520    655200      2520    130462   3936240   3161177     38.37     40.53
2992.71/750.80	c  S st 32374   5213784      2520    655200      2520    148279   3936240   4149287     38.37   no data
2994.71/751.23	c  S st 32374   5214286      2520    655200      2520    148781   3936240   4184861     38.37   no data
2994.71/751.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2996.30/751.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.1M T:  0.38
2996.70/751.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2996.70/751.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2997.50/751.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
2997.50/751.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
2997.50/751.90	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3007.07/754.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.41 s
3010.65/755.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.83 s
3074.89/771.31	c lits-rem:        37  cl-subs:       89  v-elim:      0  v-fix:    0  time: 15.94 s
3074.89/771.38	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
3075.23/771.46	c vivif2 --  cl tried   148692 cl shrink        0 lits rem          0 time: 0.08
3076.43/771.77	c asymm  cl-useful: 0/6026/655200 lits-rem:0 time: 0.31
3076.43/771.79	c calculated reachability. Time: 0.00
3076.43/771.79	c  N dy 32374   5214286      2520    655200      2520    148692   3936240   4173858     38.37   no data
3083.66/773.54	c  N dy 32497   5234318      2520    655200      2520    168693   3936240   5277283     38.37     40.71
3091.18/775.43	c  N dy 32626   5254364      2520    655200      2520    188704   3936240   6396110     38.37     40.79
3099.94/777.62	c  N dy 32753   5274484      2520    655200      2520    105949   3936240   1709303     38.37     41.38
3105.57/779.04	c  N dy 32879   5294574      2520    655200      2520    126006   3936240   2802329     38.37     40.44
3111.50/780.58	c  N dy 32996   5314611      2520    655200      2520    146019   3936240   3899975     38.37     42.39
3118.34/782.27	c  N dy 33118   5334676      2520    655200      2520    166053   3936240   4995937     38.37     40.89
3125.86/784.16	c  N dy 33250   5354707      2520    655200      2520    186056   3936240   6105205     38.37     45.96
3133.83/786.11	c  N dy 33374   5374799      2520    655200      2520    206119   3936240   7221992     38.37     51.71
3140.25/787.78	c  N dy 33503   5394915      2520    655200      2520    122337   3936240   2583557     38.38     40.55
3146.58/789.33	c  N dy 33637   5415047      2520    655200      2520    142443   3936240   3686268     38.38     40.75
3153.81/791.12	c  N dy 33766   5435104      2520    655200      2520    162478   3936240   4784232     38.38     40.46
3160.94/792.95	c  N dy 33890   5455197      2520    655200      2520    182549   3936240   5883698     38.38     40.46
3169.70/795.15	c  N dy 34027   5475286      2520    655200      2520    202621   3936240   7022209     38.38     52.60
3178.04/797.29	c  N dy 34165   5495328      2520    655200      2520    117766   3936240   2300516     38.38     41.32
3184.48/798.85	c  N dy 34289   5515436      2520    655200      2520    137846   3936240   3421351     38.38     40.84
3191.61/800.62	c  N dy 34416   5535527      2520    655200      2520    157904   3936240   4548268     38.39     41.06
3199.58/802.62	c  N dy 34543   5555571      2520    655200      2520    177927   3936240   5647041     38.39     53.60
3207.95/804.75	c  N dy 34674   5575690      2520    655200      2520    198017   3936240   6772333     38.39     40.46
3217.52/807.16	c  N dy 34808   5595739      2520    655200      2520    112181   3936240   1931773     38.39     40.60
3223.11/808.60	c  N dy 34929   5615810      2520    655200      2520    132229   3936240   3037567     38.39     43.09
3230.68/810.42	c  N dy 35062   5635865      2520    655200      2520    152250   3936240   4149406     38.39     41.41
3237.86/812.30	c  N dy 35187   5656096      2520    655200      2520    172453   3936240   5237287     38.39     40.74
3246.22/814.31	c  N dy 35316   5676230      2520    655200      2520    192555   3936240   6343140     38.39     40.69
3253.81/816.30	c  N dy 35438   5696374      2520    655200      2520    212667   3936240   7439510     38.39     40.44
3260.58/817.91	c  S st 35551   5714286      2520    655200      2520    123709   3936240   2541600     38.39     38.98
3262.18/818.34	c  S st 35551   5714789      2520    655200      2520    124210   3936240   2573850     38.39   no data
3262.18/818.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3263.76/818.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.8M T:  0.37
3264.16/818.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3264.16/818.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3264.96/819.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
3264.96/819.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
3264.96/819.00	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3273.33/821.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.13 s
3274.93/821.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.35 s
3298.51/827.46	c lits-rem:        16  cl-subs:       29  v-elim:      0  v-fix:    0  time:  5.80 s
3298.85/827.53	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
3298.85/827.58	c vivif2 --  cl tried   124181 cl shrink        0 lits rem          0 time: 0.05
3300.04/827.87	c asymm  cl-useful: 0/6645/655200 lits-rem:0 time: 0.29
3300.45/827.90	c calculated reachability. Time: 0.00
3300.45/827.90	c  N dy 35551   5714789      2520    655200      2520    124181   3936240   2570499     38.39   no data
3306.43/829.42	c  N dy 35675   5734826      2520    655200      2520    144188   3936240   3665569     38.39     57.83
3312.80/831.06	c  N dy 35804   5754833      2520    655200      2520    164168   3936240   4777574     38.39     41.88
3319.59/832.80	c  N dy 35926   5774853      2520    655200      2520    184168   3936240   5868681     38.39     41.11
3327.56/834.74	c  N dy 36051   5794918      2520    655200      2520    204206   3936240   6977183     38.39     41.07
3335.53/836.75	c  N dy 36180   5814998      2520    655200      2520    116410   3936240   2102607     38.39     40.73
3341.11/838.15	c  N dy 36303   5835005      2520    655200      2520    136384   3936240   3210257     38.39     40.99
3347.48/839.72	c  N dy 36428   5855034      2520    655200      2520    156386   3936240   4300417     38.39     40.68
3354.28/841.40	c  N dy 36556   5875045      2520    655200      2520    176362   3936240   5405653     38.39     40.86
3361.85/843.36	c  N dy 36691   5895087      2520    655200      2520    196378   3936240   6519550     38.39     43.53
3369.81/845.36	c  N dy 36811   5915220      2520    655200      2520    216483   3936240   7621561     38.39     41.14
3377.04/847.12	c  N dy 36935   5935406      2520    655200      2520    127785   3936240   2679811     38.39     42.97
3382.97/848.65	c  N dy 37068   5955592      2520    655200      2520    147948   3936240   3806191     38.39     40.65
3389.76/850.36	c  N dy 37198   5975594      2520    655200      2520    167924   3936240   4911344     38.39     41.61
3397.33/852.20	c  N dy 37319   5995616      2520    655200      2520    187926   3936240   6003061     38.39     41.14
3404.90/854.17	c  N dy 37448   6015885      2520    655200      2520    208162   3936240   7104836     38.39     40.73
3413.67/856.34	c  N dy 37579   6036067      2520    655200      2520    118476   3936240   2127937     38.39     41.19
3419.66/857.85	c  N dy 37706   6056123      2520    655200      2520    138503   3936240   3215617     38.39     48.07
3426.03/859.45	c  N dy 37835   6076159      2520    655200      2520    158509   3936240   4312045     38.39     40.54
3433.21/861.27	c  N dy 37953   6096244      2520    655200      2520    178568   3936240   5401492     38.39     40.43
3440.78/863.20	c  N dy 38079   6116356      2520    655200      2520    198661   3936240   6504505     38.39     40.56
3449.56/865.35	c  N dy 38212   6136396      2520    655200      2520    218661   3936240   7625545     38.39     60.10
3457.53/867.33	c  N dy 38347   6156431      2520    655200      2520    127816   3936240   2628030     38.39     40.88
3463.91/868.92	c  N dy 38470   6176503      2520    655200      2520    147863   3936240   3717463     38.39     42.21
3471.09/870.72	c  N dy 38599   6196753      2520    655200      2520    168089   3936240   4828201     38.39     40.95
3478.31/872.53	c  S st 38716   6214789      2520    655200      2520    186107   3936240   5826360     38.39   no data
3480.26/873.09	c  S st 38716   6215294      2520    655200      2520    186611   3936240   5863114     38.39   no data
3480.66/873.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3482.30/873.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.7M T:  0.48
3483.05/873.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3483.05/873.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3483.45/873.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
3483.45/873.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
3483.45/873.88	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3492.22/876.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.14 s
3498.60/877.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.47 s
3599.08/902.82	c lits-rem:        57  cl-subs:      152  v-elim:      0  v-fix:    0  time: 25.03 s
3599.08/902.88	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
3599.88/903.00	c vivif2 --  cl tried   186459 cl shrink        0 lits rem          0 time: 0.11
3601.12/903.32	c asymm  cl-useful: 0/6183/655200 lits-rem:0 time: 0.33
3601.12/903.35	c calculated reachability. Time: 0.00
3601.12/903.35	c  N dy 38716   6215294      2520    655200      2520    186459   3936240   5845504     38.39   no data
3609.05/905.38	c  N dy 38838   6235761      2520    655200      2520    206902   3936240   6960235     38.39     40.94
3617.82/907.60	c  N dy 38956   6255909      2520    655200      2520    115182   3936240   1868096     38.39     40.82
3623.79/909.01	c  N dy 39085   6276053      2520    655200      2520    135291   3936240   2988419     38.39     40.93
3630.18/910.68	c  N dy 39218   6296130      2520    655200      2520    155343   3936240   4106797     38.39     41.21
3636.55/912.28	c  N dy 39341   6316166      2520    655200      2520    175354   3936240   5218016     38.39     40.47
3644.57/914.28	c  N dy 39481   6336176      2520    655200      2520    195333   3936240   6326859     38.39     40.67
3652.90/916.35	c  N dy 39609   6356336      2520    655200      2520    215463   3936240   7442722     38.39     41.24
3660.87/918.36	c  N dy 39742   6376420      2520    655200      2520    122675   3936240   2241028     38.39     54.95
3666.50/919.73	c  N dy 39852   6396500      2520    655200      2520    142731   3936240   3335924     38.39     43.18
3672.82/921.35	c  N dy 39979   6416644      2520    655200      2520    162853   3936240   4465046     38.39     41.15
3680.05/923.13	c  N dy 40111   6436753      2520    655200      2520    182934   3936240   5569974     38.39     40.58
3687.19/924.98	c  N dy 40233   6456853      2520    655200      2520    203004   3936240   6659753     38.39     40.68
3695.15/926.95	c  N dy 40354   6477174      2520    655200      2520    223293   3936240   7757675     38.39     40.43
3702.71/928.81	c  N dy 40481   6497229      2520    655200      2520    129457   3936240   2577067     38.39     43.14
3708.70/930.37	c  N dy 40610   6517289      2520    655200      2520    149472   3936240   3690566     38.39     41.35
3715.47/932.01	c  N dy 40732   6537458      2520    655200      2520    169619   3936240   4788074     38.39     40.72
3722.25/933.71	c  N dy 40851   6557510      2520    655200      2520    189641   3936240   5863855     38.39     40.54
3730.23/935.73	c  N dy 40983   6577558      2520    655200      2520    209670   3936240   6982060     38.39     43.38
3739.40/938.06	c  N dy 41096   6597731      2520    655200      2520    114988   3936240   1740960     38.38     40.64
3745.42/939.52	c  N dy 41234   6617833      2520    655200      2520    135069   3936240   2849732     38.39     40.44
3751.74/941.11	c  N dy 41365   6637957      2520    655200      2520    155173   3936240   3956289     38.39     40.97
3758.58/942.89	c  N dy 41495   6657990      2520    655200      2520    175179   3936240   5062671     38.39     41.33
3766.90/944.92	c  N dy 41618   6678149      2520    655200      2520    195313   3936240   6164866     38.39     40.88
3775.28/947.03	c  N dy 41745   6698214      2520    655200      2520    215346   3936240   7273432     38.39     41.01
3784.89/949.44	c  S st 41860   6715295      2520    655200      2520    116549   3936240   1785777     38.39   no data
3786.43/949.88	c  S st 41860   6715797      2520    655200      2520    117051   3936240   1825150     38.39   no data
3786.84/949.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3788.44/950.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.6M T:  0.40
3788.84/950.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3788.84/950.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3789.28/950.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
3789.28/950.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
3789.28/950.57	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3803.18/954.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  3.52 s
3804.38/954.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.14 s
3812.76/956.48	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.08 s
3813.15/956.55	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
3813.15/956.59	c vivif2 --  cl tried   117047 cl shrink        0 lits rem          0 time: 0.04
3814.75/956.91	c asymm  cl-useful: 0/7468/655200 lits-rem:0 time: 0.32
3814.75/956.94	c calculated reachability. Time: 0.00
3814.75/956.94	c  N dy 41860   6715797      2520    655200      2520    117047   3936240   1824765     38.39   no data
3821.13/958.51	c  N dy 41980   6735883      2520    655200      2520    137105   3936240   2926378     38.39     48.26
3827.91/960.26	c  N dy 42098   6756063      2520    655200      2520    157259   3936240   4028829     38.39     40.42
3835.48/962.11	c  N dy 42214   6776085      2520    655200      2520    177258   3936240   5128649     38.38     46.09
3843.45/964.18	c  N dy 42345   6796268      2520    655200      2520    197418   3936240   6239683     38.38     40.95
3851.82/966.27	c  N dy 42456   6816346      2520    655200      2520    217463   3936240   7321106     38.38     40.51
3860.99/968.58	c  N dy 42577   6836495      2520    655200      2520    120742   3936240   1980930     38.38     42.54
3866.98/970.02	c  N dy 42702   6856538      2520    655200      2520    140759   3936240   3088842     38.38     41.27
3873.75/971.71	c  N dy 42831   6876744      2520    655200      2520    160933   3936240   4205600     38.38     40.56
3880.54/973.44	c  N dy 42966   6896815      2520    655200      2520    180979   3936240   5311777     38.38     40.41
3888.11/975.34	c  N dy 43088   6916829      2520    655200      2520    200971   3936240   6420868     38.38     40.54
3896.08/977.35	c  N dy 43215   6936924      2520    655200      2520    221033   3936240   7522560     38.38     41.18
3904.84/979.55	c  N dy 43346   6956966      2520    655200      2520    123208   3936240   2084040     38.38     53.05
3910.83/981.02	c  N dy 43469   6977168      2520    655200      2520    143382   3936240   3200144     38.38     41.29
3917.20/982.62	c  N dy 43594   6997562      2520    655200      2520    163759   3936240   4323419     38.38     40.64
3923.99/984.35	c  N dy 43713   7017723      2520    655200      2520    183894   3936240   5411417     38.38     40.66
3931.56/986.26	c  N dy 43849   7037782      2520    655200      2520    203921   3936240   6537882     38.38     40.83
3939.53/988.28	c  N dy 43971   7057943      2520    655200      2520    224053   3936240   7643440     38.38     42.81
3948.70/990.53	c  N dy 44096   7078018      2520    655200      2520    125262   3936240   2155327     38.38     40.98
3954.28/991.95	c  N dy 44218   7098030      2520    655200      2520    145243   3936240   3248879     38.38     41.35
3961.05/993.64	c  N dy 44348   7118112      2520    655200      2520    165299   3936240   4379595     38.38     42.96
3968.24/995.47	c  N dy 44484   7138224      2520    655200      2520    185386   3936240   5489110     38.38     40.46
3975.81/997.33	c  N dy 44615   7158245      2520    655200      2520    205385   3936240   6615886     38.39     40.85
3983.71/999.36	c  N dy 44737   7178311      2520    655200      2520    225428   3936240   7705528     38.38     40.41
3992.79/1001.61	c  N dy 44864   7198369      2520    655200      2520    125612   3936240   2134626     38.38     41.64
3997.96/1002.98	c  S st 44983   7215798      2520    655200      2520    143015   3936240   3095305     38.38   no data
3999.98/1003.43	c  S st 44983   7216301      2520    655200      2520    143518   3936240   3130172     38.38   no data
3999.98/1003.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4001.51/1003.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.0M T:  0.40
4002.30/1004.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4002.30/1004.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4002.69/1004.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
4002.69/1004.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
4002.69/1004.12	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4012.14/1006.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.39 s
4014.51/1007.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.48 s
4032.24/1011.67	c lits-rem:        15  cl-subs:       48  v-elim:      0  v-fix:    0  time:  4.48 s
4032.63/1011.74	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
4033.03/1011.80	c vivif2 --  cl tried   143470 cl shrink        0 lits rem          0 time: 0.06
4033.82/1012.11	c asymm  cl-useful: 0/7861/655200 lits-rem:0 time: 0.31
4034.25/1012.13	c calculated reachability. Time: 0.00
4034.25/1012.13	c  N dy 44983   7216301      2520    655200      2520    143470   3936240   3124279     38.38   no data
4041.30/1013.93	c  N dy 45103   7236303      2520    655200      2520    163437   3936240   4201370     38.38     41.00
4048.79/1015.82	c  N dy 45227   7256371      2520    655200      2520    183479   3936240   5303676     38.38     41.12
4057.10/1017.95	c  N dy 45355   7276397      2520    655200      2520    203486   3936240   6377074     38.38     44.93
4065.88/1020.15	c  N dy 45486   7296411      2520    655200      2520    223464   3936240   7475278     38.38     40.60
4076.65/1022.88	c  N dy 45613   7316625      2520    655200      2520    122814   3936240   1938990     38.38     40.44
4083.41/1024.57	c  N dy 45751   7336657      2520    655200      2520    142821   3936240   3071756     38.38     41.78
4090.20/1026.21	c  N dy 45876   7356800      2520    655200      2520    162941   3936240   4193748     38.38     41.34
4096.97/1027.99	c  N dy 46000   7376896      2520    655200      2520    183009   3936240   5288021     38.38     40.64
4104.95/1029.95	c  N dy 46122   7396928      2520    655200      2520    203015   3936240   6391005     38.38     41.84
4113.38/1032.06	c  N dy 46241   7417029      2520    655200      2520    223085   3936240   7480098     38.38     40.62
4122.89/1034.40	c  N dy 46369   7437179      2520    655200      2520    243211   3936240   8574947     38.38     40.45
4130.51/1036.31	c  N dy 46495   7457180      2520    655200      2520    141347   3936240   2924116     38.38     52.93
4136.85/1037.95	c  N dy 46610   7477314      2520    655200      2520    161449   3936240   4033145     38.38     40.68
4144.08/1039.74	c  N dy 46737   7497345      2520    655200      2520    181456   3936240   5133444     38.38     43.95
4152.01/1041.72	c  N dy 46863   7517435      2520    655200      2520    201527   3936240   6260198     38.38     41.11
4159.98/1043.77	c  N dy 46992   7537461      2520    655200      2520    221528   3936240   7349411     38.38     40.68
4169.15/1046.02	c  N dy 47121   7557765      2520    655200      2520    241807   3936240   8468394     38.38     40.87
4176.72/1047.97	c  N dy 47248   7577817      2520    655200      2520    138990   3936240   2755534     38.38     49.53
4183.15/1049.53	c  N dy 47373   7597872      2520    655200      2520    159016   3936240   3858074     38.38     40.43
4189.48/1051.17	c  N dy 47490   7617963      2520    655200      2520    179073   3936240   4957988     38.38     41.57
4197.05/1053.04	c  N dy 47607   7638117      2520    655200      2520    199190   3936240   6048754     38.38     40.80
4204.64/1054.97	c  N dy 47730   7658191      2520    655200      2520    219238   3936240   7169472     38.38     40.41
4213.00/1057.02	c  N dy 47857   7678528      2520    655200      2520    239553   3936240   8285942     38.38     40.43
4221.37/1059.16	c  N dy 47985   7698599      2520    655200      2520    135779   3936240   2525134     38.38     41.94
4226.56/1060.43	c  S st 48085   7716301      2520    655200      2520    153466   3936240   3482211     38.38     36.09
4228.54/1060.92	c  S st 48085   7716805      2520    655200      2520    153969   3936240   3516303     38.38   no data
4228.54/1060.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4230.14/1061.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.5M T:  0.39
4230.55/1061.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4230.55/1061.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4230.94/1061.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
4230.94/1061.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
4230.94/1061.59	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4233.33/1062.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.55 s
4235.77/1062.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.54 s
4256.86/1068.00	c lits-rem:        13  cl-subs:       60  v-elim:      0  v-fix:    0  time:  5.11 s
4256.86/1068.06	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
4257.25/1068.14	c vivif2 --  cl tried   153909 cl shrink        0 lits rem          0 time: 0.07
4258.44/1068.42	c asymm  cl-useful: 0/8884/655200 lits-rem:0 time: 0.28
4258.44/1068.45	c calculated reachability. Time: 0.00
4258.44/1068.45	c  N dy 48085   7716805      2520    655200      2520    153909   3936240   3509359     38.38   no data
4265.23/1070.12	c  N dy 48203   7736905      2520    655200      2520    173981   3936240   4602784     38.38     41.06
4272.39/1071.98	c  N dy 48321   7757097      2520    655200      2520    194152   3936240   5702648     38.38     41.12
4280.76/1074.00	c  N dy 48451   7777434      2520    655200      2520    214465   3936240   6822292     38.38     40.41
4289.14/1076.18	c  N dy 48575   7797519      2520    655200      2520    234525   3936240   7930253     38.38     47.80
4299.11/1078.60	c  N dy 48691   7817615      2520    655200      2520    129760   3936240   2157338     38.38     40.62
4305.49/1080.29	c  N dy 48821   7837641      2520    655200      2520    149761   3936240   3254114     38.38     51.46
4312.27/1081.95	c  N dy 48939   7857752      2520    655200      2520    169840   3936240   4353585     38.37     42.48
4319.09/1083.71	c  N dy 49058   7877831      2520    655200      2520    189889   3936240   5444053     38.37     40.43
4327.02/1085.67	c  N dy 49184   7897910      2520    655200      2520    209939   3936240   6541434     38.37     40.59
4335.39/1087.78	c  N dy 49302   7918047      2520    655200      2520    230055   3936240   7651145     38.37     40.89
4344.16/1089.96	c  N dy 49423   7938084      2520    655200      2520    250071   3936240   8773257     38.37     40.69
4351.73/1091.80	c  N dy 49539   7958136      2520    655200      2520    144260   3936240   2905303     38.37     40.59
4358.12/1093.50	c  N dy 49673   7978194      2520    655200      2520    164296   3936240   4001769     38.37     46.73
4366.09/1095.41	c  N dy 49799   7998267      2520    655200      2520    184348   3936240   5101522     38.37     47.80
4373.66/1097.39	c  N dy 49921   8018383      2520    655200      2520    204441   3936240   6195790     38.37     40.41
4382.03/1099.41	c  N dy 50037   8038649      2520    655200      2520    224690   3936240   7303042     38.37     40.88
4390.80/1101.61	c  N dy 50159   8058805      2520    655200      2520    244826   3936240   8396364     38.37     40.85
4399.18/1103.79	c  N dy 50289   8078954      2520    655200      2520    138096   3936240   2550808     38.37     41.12
4405.56/1105.39	c  N dy 50403   8099005      2520    655200      2520    158131   3936240   3636825     38.37     41.95
4413.13/1107.22	c  N dy 50529   8119074      2520    655200      2520    178184   3936240   4738121     38.37     40.46
4420.36/1109.05	c  N dy 50659   8139195      2520    655200      2520    198278   3936240   5833816     38.37     40.42
4428.73/1111.15	c  N dy 50788   8159365      2520    655200      2520    218413   3936240   6941548     38.37     40.95
4437.50/1113.39	c  N dy 50909   8179566      2520    655200      2520    238586   3936240   8036440     38.37     41.06
4448.21/1116.01	c  N dy 51035   8199820      2520    655200      2520    130963   3936240   2114981     38.37     40.60
4453.80/1117.42	c  S st 51156   8216805      2520    655200      2520    147929   3936240   3067924     38.37   no data
4455.78/1117.94	c  S st 51156   8217306      2520    655200      2520    148430   3936240   3102980     38.37   no data
4455.78/1117.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4457.38/1118.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.9M T:  0.40
4458.18/1118.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4458.18/1118.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4458.58/1118.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
4458.58/1118.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
4458.58/1118.63	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4458.98/1118.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
4460.96/1119.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
4477.37/1123.31	c lits-rem:        14  cl-subs:       44  v-elim:      0  v-fix:    0  time:  3.94 s
4477.37/1123.38	c vivif2 --  cl tried   655200 cl shrink        0 lits rem          0 time: 0.07
4477.71/1123.44	c vivif2 --  cl tried   148386 cl shrink        0 lits rem          0 time: 0.06
4478.92/1123.71	c asymm  cl-useful: 0/11031/655200 lits-rem:0 time: 0.27
4478.92/1123.74	c calculated reachability. Time: 0.00
4478.92/1123.74	c  N dy 51156   8217306      2520    655200      2520    148386   3936240   3097894     38.37   no data
4485.74/1125.44	c  N dy 51278   8237398      2520    655200      2520    168456   3936240   4205898     38.37     46.32
4492.87/1127.25	c  N dy 51404   8257503      2520    655200      2520    188535   3936240   5312377     38.37     40.62
4500.84/1129.23	c  N dy 51535   8277526      2520    655200      2520    208530   3936240   6426633     38.37     41.07
4508.82/1131.22	c  N dy 51659   8297585      2520    655200      2520    228557   3936240   7515587     38.37     41.37
4516.85/1133.25	c  N dy 51779   8317630      2520    655200      2520    248571   3936240   8592608     38.37     41.02
4525.21/1135.41	c  N dy 51898   8337760      2520    655200      2520    139846   3936240   2555222     38.37     40.63
4531.54/1136.99	c  N dy 52028   8357779      2520    655200      2520    159836   3936240   3663810     38.37     40.43
4538.77/1138.72	c  N dy 52168   8377803      2520    655200      2520    179844   3936240   4790110     38.37     40.70
4545.89/1140.55	c  N dy 52291   8397853      2520    655200      2520    199864   3936240   5888584     38.37     44.48
4554.67/1142.78	c  N dy 52422   8417996      2520    655200      2520    219983   3936240   7012362     38.37     41.07
4563.84/1145.00	c  N dy 52551   8438098      2520    655200      2520    240065   3936240   8124833     38.37     40.67
4574.20/1147.64	c  N dy 52671   8458167      2520    655200      2520    130271   3936240   1987930     38.37     40.50
4580.18/1149.19	c  N dy 52800   8478283      2520    655200      2520    150364   3936240   3103299     38.37     41.11
4587.35/1150.90	c  N dy 52929   8498487      2520    655200      2520    170547   3936240   4214827     38.37     40.89
4594.14/1152.63	c  N dy 53042   8518615      2520    655200      2520    190650   3936240   5302506     38.37     41.33
4602.11/1154.67	c  N dy 53181   8538721      2520    655200      2520    210723   3936240   6445989     38.37     41.90
4610.89/1156.80	c  N dy 53299   8558827      2520    655200      2520    230798   3936240   7524662     38.37     40.98
4619.65/1159.03	c  N dy 53433   8578921      2520    655200      2520    250865   3936240   8636192     38.37     40.57
4628.82/1161.35	c  N dy 53559   8598978      2520    655200      2520    140062   3936240   2474772     38.37     40.42
4635.26/1162.99	c  N dy 53683   8619032      2520    655200      2520    160086   3936240   3582334     38.37     40.58
4641.98/1164.68	c  N dy 53809   8639104      2520    655200      2520    180129   3936240   4691909     38.37     40.41
4649.95/1166.68	c  N dy 53936   8659355      2520    655200      2520    200361   3936240   5792924     38.37     41.39
4658.73/1168.83	c  N dy 54065   8679437      2520    655200      2520    220426   3936240   6892613     38.37     40.42
4667.10/1170.97	c  N dy 54182   8699510      2520    655200      2520    240470   3936240   7987114     38.37     41.93
4675.07/1172.93	c  S st 54287   8717306      2520    655200      2520    258231   3936240   8961981     38.37     26.96
4677.46/1173.50	c  S st 54287   8717808      2520    655200      2520    258731   3936240   8997872     38.37   no data
4677.46/1173.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4679.45/1174.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.1M T:  0.50
4679.85/1174.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4679.85/1174.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4680.66/1174.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
4680.66/1174.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2520 time:  0.00 s
4680.66/1174.30	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4681.06/1174.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
4689.43/1176.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.84 s

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.72 8.03 7.45 5/388 28962
/proc/meminfo: memFree=25407212/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=51168 CPUtime=0.03 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 413 0 0 0 3 0 0 0 21 0 4 0 652925158 52396032 353 33554432000 4194304 4580107 140736463652000 18446744073709551615 46915386480562 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28962/statm: 12792 353 302 95 0 7774 0
[pid=28962/tid=28963] ppid=28960 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 652925158 52396032 353 33554432000 4194304 4580107 140736463652000 18446744073709551615 46915386480153 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 652925158 52396032 353 33554432000 4194304 4580107 140736463652000 18446744073709551615 46915386480153 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 4 0 0 0 1 0 0 0 22 0 4 0 652925158 52396032 353 33554432000 4194304 4580107 140736463652000 18446744073709551615 46915386480151 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0319331 s]
/proc/loadavg: 7.72 8.03 7.45 5/388 28962
/proc/meminfo: memFree=25407212/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=351744 CPUtime=0.09 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 5249 0 0 0 9 0 0 0 22 0 4 0 652925158 360185856 5023 33554432000 4194304 4580107 140736463652000 18446744073709551615 251814283447 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28962/statm: 87936 5023 337 95 0 82918 0
[pid=28962/tid=28963] ppid=28960 vsize=351744 CPUtime=0.01 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) D 28960 28962 28704 0 -1 4202560 1196 0 0 0 1 0 0 0 18 0 4 0 652925158 360185856 5023 33554432000 4194304 4580107 140736463652000 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=351744 CPUtime=0.02 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) D 28960 28962 28704 0 -1 4202560 1031 0 0 0 2 0 0 0 23 0 4 0 652925158 360185856 5023 33554432000 4194304 4580107 140736463652000 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=351744 CPUtime=0.02 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) D 28960 28962 28704 0 -1 4202560 1277 0 0 0 2 0 0 0 23 0 4 0 652925158 360185856 5023 33554432000 4194304 4580107 140736463652000 18446744073709551615 251813901345 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 351744

[startup+0.100552 s]
/proc/loadavg: 7.72 8.03 7.45 5/388 28962
/proc/meminfo: memFree=25407212/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=363664 CPUtime=0.36 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 17437 0 0 0 31 5 0 0 18 0 4 0 652925158 372391936 17211 33554432000 4194304 4580107 140736463652000 18446744073709551615 251814283447 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28962/statm: 90916 17640 337 95 0 85898 0
[pid=28962/tid=28963] ppid=28960 vsize=363664 CPUtime=0.08 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 4549 0 0 0 7 1 0 0 18 0 4 0 652925158 372391936 18301 33554432000 4194304 4580107 140736463652000 18446744073709551615 251814283447 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=363664 CPUtime=0.09 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) D 28960 28962 28704 0 -1 4202560 3952 0 0 0 8 1 0 0 18 0 4 0 652925158 372391936 18392 33554432000 4194304 4580107 140736463652000 18446744073709551615 251814283447 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=363664 CPUtime=0.09 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) D 28960 28962 28704 0 -1 4202560 4822 0 0 0 8 1 0 0 18 0 4 0 652925158 372391936 18449 33554432000 4194304 4580107 140736463652000 18446744073709551615 251813901345 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 363664

[startup+0.527429 s]
/proc/loadavg: 7.72 8.03 7.45 5/388 28962
/proc/meminfo: memFree=25407212/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=541280 CPUtime=2.06 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) S 28960 28962 28704 0 -1 4202496 48634 0 0 0 191 15 0 0 18 0 4 0 652925158 554270720 48409 33554432000 4194304 4580107 140736463652000 18446744073709551615 251814345198 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28962/statm: 138813 50101 365 95 0 133795 0
[pid=28962/tid=28963] ppid=28960 vsize=556400 CPUtime=0.52 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 12619 0 0 0 49 3 0 0 18 0 4 0 652925158 569753600 50992 33554432000 4194304 4580107 140736463652000 18446744073709551615 251813901345 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=556400 CPUtime=0.52 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 11725 0 0 0 49 3 0 0 18 0 4 0 652925158 569753600 51248 33554432000 4194304 4580107 140736463652000 18446744073709551615 4439214 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=556400 CPUtime=0.53 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 11732 0 0 0 49 4 0 0 18 0 4 0 652925158 569753600 51371 33554432000 4194304 4580107 140736463652000 18446744073709551615 4292896 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 541280

[startup+0.704641 s]
/proc/loadavg: 7.72 8.03 7.45 5/388 28962
/proc/meminfo: memFree=25407212/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=652308 CPUtime=2.71 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 102328 0 0 0 242 29 0 0 18 0 4 0 652925158 667963392 102086 33554432000 4194304 4580107 140736463652000 18446744073709551615 4408032 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28962/statm: 163077 102086 366 95 0 158059 0
[pid=28962/tid=28963] ppid=28960 vsize=652308 CPUtime=0.66 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) D 28960 28962 28704 0 -1 4202560 30831 0 0 0 59 7 0 0 18 0 4 0 652925158 667963392 102086 33554432000 4194304 4580107 140736463652000 18446744073709551615 251814283447 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=652308 CPUtime=0.67 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) D 28960 28962 28704 0 -1 4202560 25890 0 0 0 59 8 0 0 18 0 4 0 652925158 667963392 102086 33554432000 4194304 4580107 140736463652000 18446744073709551615 251813901345 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=652308 CPUtime=0.69 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 11989 0 0 0 65 4 0 0 18 0 4 0 652925158 667963392 102086 33554432000 4194304 4580107 140736463652000 18446744073709551615 4316702 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 652308

[startup+1.50116 s]
/proc/loadavg: 7.72 8.03 7.45 9/392 28966
/proc/meminfo: memFree=24916052/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=764728 CPUtime=5.88 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 123224 0 0 0 556 32 0 0 19 0 4 0 652925158 783081472 122859 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451734 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28962/statm: 191182 122860 373 95 0 186164 0
[pid=28962/tid=28963] ppid=28960 vsize=764728 CPUtime=1.45 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 36663 0 0 0 137 8 0 0 18 0 4 0 652925158 783081472 122860 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=764728 CPUtime=1.47 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 36243 0 0 0 137 10 0 0 18 0 4 0 652925158 783081472 122860 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451784 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=764728 CPUtime=1.48 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 12914 0 0 0 144 4 0 0 18 0 4 0 652925158 783081472 122860 33554432000 4194304 4580107 140736463652000 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 764728

[startup+3.10089 s]
/proc/loadavg: 7.72 8.03 7.45 9/392 28966
/proc/meminfo: memFree=24905120/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=854128 CPUtime=12.26 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 146543 0 0 0 1190 36 0 0 22 0 4 0 652925158 874627072 146177 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451818 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28962/statm: 213532 146177 374 95 0 208514 0
[pid=28962/tid=28963] ppid=28960 vsize=854128 CPUtime=3.05 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 36663 0 0 0 297 8 0 0 22 0 4 0 652925158 874627072 146177 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451813 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=854128 CPUtime=3.07 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 36243 0 0 0 297 10 0 0 22 0 4 0 652925158 874627072 146177 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=854128 CPUtime=3.08 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 36232 0 0 0 300 8 0 0 22 0 4 0 652925158 874627072 146177 33554432000 4194304 4580107 140736463652000 18446744073709551615 4412391 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 854128

[startup+6.30036 s]
/proc/loadavg: 7.74 8.02 7.45 9/392 28967
/proc/meminfo: memFree=24788684/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=854844 CPUtime=24.99 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 171792 0 0 0 2456 43 0 0 25 0 4 0 652925158 875360256 145113 33554432000 4194304 4580107 140736463652000 18446744073709551615 4404569 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28962/statm: 213711 145113 376 95 0 208693 0
[pid=28962/tid=28963] ppid=28960 vsize=854844 CPUtime=6.24 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 43671 0 0 0 614 10 0 0 25 0 4 0 652925158 875360256 145113 33554432000 4194304 4580107 140736463652000 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=854844 CPUtime=6.26 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 43221 0 0 0 614 12 0 0 25 0 4 0 652925158 875360256 145113 33554432000 4194304 4580107 140736463652000 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=854844 CPUtime=6.28 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 40004 0 0 0 619 9 0 0 25 0 4 0 652925158 875360256 145113 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451813 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 854844

[startup+12.7003 s]
/proc/loadavg: 7.84 8.04 7.46 9/392 28967
/proc/meminfo: memFree=24535616/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=1133268 CPUtime=50.5 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 247858 0 0 0 4986 64 0 0 25 0 4 0 652925158 1160466432 213059 33554432000 4194304 4580107 140736463652000 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28962/statm: 283317 213059 376 95 0 278299 0
[pid=28962/tid=28963] ppid=28960 vsize=1133268 CPUtime=12.63 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 64529 0 0 0 1247 16 0 0 25 0 4 0 652925158 1160466432 213059 33554432000 4194304 4580107 140736463652000 18446744073709551615 4406470 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=1133268 CPUtime=12.65 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 61477 0 0 0 1249 16 0 0 25 0 4 0 652925158 1160466432 213059 33554432000 4194304 4580107 140736463652000 18446744073709551615 4406455 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=1133268 CPUtime=12.68 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 56479 0 0 0 1254 14 0 0 25 0 4 0 652925158 1160466432 213059 33554432000 4194304 4580107 140736463652000 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 1133268

[startup+25.5151 s]
/proc/loadavg: 7.88 8.04 7.47 9/392 28967
/proc/meminfo: memFree=24177228/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=1527880 CPUtime=101.57 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 378651 0 0 0 10067 90 0 0 25 0 4 0 652925158 1564549120 278575 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28962/statm: 381970 278575 379 95 0 376952 0
[pid=28962/tid=28963] ppid=28960 vsize=1527880 CPUtime=25.44 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 97324 0 0 0 2521 23 0 0 25 0 4 0 652925158 1564549120 278575 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=1527880 CPUtime=25.47 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 95201 0 0 0 2524 23 0 0 25 0 4 0 652925158 1564549120 278575 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=1527880 CPUtime=25.49 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 88478 0 0 0 2528 21 0 0 25 0 4 0 652925158 1564549120 278575 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 1527880

[startup+51.1008 s]
/proc/loadavg: 7.92 8.03 7.48 9/392 28968
/proc/meminfo: memFree=24157900/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=1422336 CPUtime=203.57 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 473609 0 0 0 20248 109 0 0 25 0 4 0 652925158 1456472064 303328 33554432000 4194304 4580107 140736463652000 18446744073709551615 4305188 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28962/statm: 355584 303328 379 95 0 350566 0
[pid=28962/tid=28963] ppid=28960 vsize=1422336 CPUtime=51.03 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 117748 0 0 0 5076 27 0 0 25 0 4 0 652925158 1456472064 303328 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=1422336 CPUtime=51.05 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 121807 0 0 0 5077 28 0 0 25 0 4 0 652925158 1456472064 303328 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=1422336 CPUtime=51.06 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 124437 0 0 0 5077 29 0 0 25 0 4 0 652925158 1456472064 303328 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.57
Current children cumulated vsize (KiB) 1422336

[startup+102.301 s]
/proc/loadavg: 7.96 8.03 7.50 9/392 28969
/proc/meminfo: memFree=23866580/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=1525012 CPUtime=407.71 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 723098 0 0 0 40605 166 0 0 25 0 4 0 652925158 1561612288 323296 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451900 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28962/statm: 381253 323296 379 95 0 376235 0
[pid=28962/tid=28963] ppid=28960 vsize=1525012 CPUtime=102.22 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 176415 0 0 0 10183 39 0 0 25 0 4 0 652925158 1561612288 323296 33554432000 4194304 4580107 140736463652000 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=1525012 CPUtime=102.25 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 191578 0 0 0 10180 45 0 0 25 0 4 0 652925158 1561612288 323296 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=1525012 CPUtime=102.01 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 207751 0 0 0 10152 49 0 0 25 0 4 0 652925158 1561612288 323296 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.71
Current children cumulated vsize (KiB) 1525012

[startup+162.301 s]

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

[pid=28962] ppid=28960 vsize=2219588 CPUtime=2799.75 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 3876776 0 0 0 279110 865 0 0 25 0 4 0 652925158 2272858112 459245 33554432000 4194304 4580107 140736463652000 18446744073709551615 4416292 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28962/statm: 554897 459245 389 95 0 549879 0
[pid=28962/tid=28963] ppid=28960 vsize=2219588 CPUtime=702.15 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1005032 0 0 0 70000 215 0 0 25 0 4 0 652925158 2272858112 459245 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=2219588 CPUtime=699.81 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 992248 0 0 0 69762 219 0 0 25 0 4 0 652925158 2272858112 459246 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=2219588 CPUtime=696.68 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 960564 0 0 0 69444 224 0 0 25 0 4 0 652925158 2272858112 459246 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2799.75
Current children cumulated vsize (KiB) 2219588

[startup+762.3 s]
/proc/loadavg: 8.18 8.14 7.82 9/392 29018
/proc/meminfo: memFree=24561776/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=2400764 CPUtime=3038.97 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 4126736 0 0 0 302977 920 0 0 25 0 4 0 652925158 2458382336 466207 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451883 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28962/statm: 600191 466207 389 95 0 595173 0
[pid=28962/tid=28963] ppid=28960 vsize=2400764 CPUtime=762.14 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1057181 0 0 0 75988 226 0 0 25 0 4 0 652925158 2458382336 466207 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=2400764 CPUtime=759.05 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1069461 0 0 0 75667 238 0 0 25 0 4 0 652925158 2458382336 466207 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=2400764 CPUtime=756.68 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1010722 0 0 0 75436 232 0 0 25 0 4 0 652925158 2458382336 466207 33554432000 4194304 4580107 140736463652000 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3038.97
Current children cumulated vsize (KiB) 2400764

[startup+822.3 s]
/proc/loadavg: 8.17 8.14 7.83 9/392 29028
/proc/meminfo: memFree=24449308/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=2659136 CPUtime=3278.12 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 4373806 0 0 0 326835 977 0 0 25 0 4 0 652925158 2722955264 475299 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451900 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28962/statm: 664784 475299 454 95 0 659766 0
[pid=28962/tid=28963] ppid=28960 vsize=2659136 CPUtime=822.11 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1120544 0 0 0 81971 240 0 0 25 0 4 0 652925158 2722955264 475299 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=2659136 CPUtime=818.26 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1119686 0 0 0 81578 248 0 0 25 0 4 0 652925158 2722955264 475299 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=2659136 CPUtime=816.64 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1074773 0 0 0 81416 248 0 0 25 0 4 0 652925158 2722955264 475299 33554432000 4194304 4580107 140736463652000 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3278.12
Current children cumulated vsize (KiB) 2659136

[startup+882.301 s]
/proc/loadavg: 8.12 8.13 7.84 9/392 29030
/proc/meminfo: memFree=24308400/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=2795096 CPUtime=3517.39 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 4629299 0 0 0 350703 1036 0 0 25 0 4 0 652925158 2862178304 497697 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451900 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28962/statm: 698774 497697 393 95 0 693756 0
[pid=28962/tid=28963] ppid=28960 vsize=2795096 CPUtime=882.13 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1173443 0 0 0 87961 252 0 0 25 0 4 0 652925158 2862178304 497697 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=2795096 CPUtime=877.5 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1189728 0 0 0 87484 266 0 0 25 0 4 0 652925158 2862178304 497697 33554432000 4194304 4580107 140736463652000 18446744073709551615 4415758 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=2795096 CPUtime=876.66 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1145531 0 0 0 87403 263 0 0 25 0 4 0 652925158 2862178304 497697 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3517.39
Current children cumulated vsize (KiB) 2795096

[startup+942.301 s]
/proc/loadavg: 8.09 8.12 7.86 9/392 29031
/proc/meminfo: memFree=24331564/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=2253984 CPUtime=3756.54 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 4875365 0 0 0 374561 1093 0 0 25 0 4 0 652925158 2308079616 481398 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294496 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28962/statm: 563496 481398 393 95 0 558478 0
[pid=28962/tid=28963] ppid=28960 vsize=2253984 CPUtime=942.1 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1243086 0 0 0 93942 268 0 0 25 0 4 0 652925158 2308079616 481398 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=2253984 CPUtime=936.72 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1252197 0 0 0 93391 281 0 0 25 0 4 0 652925158 2308079616 481398 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294462 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=2253984 CPUtime=936.63 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1202005 0 0 0 93387 276 0 0 25 0 4 0 652925158 2308079616 481398 33554432000 4194304 4580107 140736463652000 18446744073709551615 4320689 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3756.54
Current children cumulated vsize (KiB) 2253984

[startup+1002.32 s]
/proc/loadavg: 8.20 8.14 7.88 10/393 29036
/proc/meminfo: memFree=24325432/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=2255432 CPUtime=3995.62 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 5130278 0 0 0 398411 1151 0 0 25 0 4 0 652925158 2309562368 480986 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28962/statm: 563858 480986 393 95 0 558840 0
[pid=28962/tid=28963] ppid=28960 vsize=2255432 CPUtime=1002.1 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1311026 0 0 0 99928 282 0 0 25 0 4 0 652925158 2309562368 480986 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=2255432 CPUtime=995.88 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1301918 0 0 0 99297 291 0 0 25 0 4 0 652925158 2309562368 480986 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=2255432 CPUtime=996.6 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1265061 0 0 0 99367 293 0 0 25 0 4 0 652925158 2309562368 480986 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3995.62
Current children cumulated vsize (KiB) 2255432

[startup+1062.3 s]
/proc/loadavg: 8.30 8.18 7.91 9/392 29038
/proc/meminfo: memFree=24309812/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=2626544 CPUtime=4234.13 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 5339668 0 0 0 422207 1206 0 0 25 0 4 0 652925158 2689581056 488635 33554432000 4194304 4580107 140736463652000 18446744073709551615 4413346 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28962/statm: 656636 488635 393 95 0 651618 0
[pid=28962/tid=28963] ppid=28960 vsize=2626544 CPUtime=1062.09 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1366698 0 0 0 105915 294 0 0 25 0 4 0 652925158 2689581056 488635 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=2626544 CPUtime=1054.77 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1342089 0 0 0 105173 304 0 0 25 0 4 0 652925158 2689581056 488635 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=2626544 CPUtime=1056.46 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1318084 0 0 0 105341 305 0 0 25 0 4 0 652925158 2689581056 488635 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4234.13
Current children cumulated vsize (KiB) 2626544

[startup+1122.3 s]
/proc/loadavg: 8.22 8.18 7.92 9/392 29039
/proc/meminfo: memFree=24163832/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=2630056 CPUtime=4473.33 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 5562523 0 0 0 446071 1262 0 0 25 0 4 0 652925158 2693177344 496761 33554432000 4194304 4580107 140736463652000 18446744073709551615 4416469 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28962/statm: 657514 496761 393 95 0 652496 0
[pid=28962/tid=28963] ppid=28960 vsize=2630056 CPUtime=1122.08 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1421053 0 0 0 111901 307 0 0 25 0 4 0 652925158 2693177344 496761 33554432000 4194304 4580107 140736463652000 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=2630056 CPUtime=1114 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1398005 0 0 0 111082 318 0 0 25 0 4 0 652925158 2693177344 496761 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=2630056 CPUtime=1116.45 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1369173 0 0 0 111327 318 0 0 25 0 4 0 652925158 2693177344 496761 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4473.33
Current children cumulated vsize (KiB) 2630056

[startup+1182.3 s]
/proc/loadavg: 8.22 8.19 7.94 9/392 29041
/proc/meminfo: memFree=24144092/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=2651128 CPUtime=4712.55 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 5802921 0 0 0 469938 1317 0 0 25 0 4 0 652925158 2714755072 506981 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451895 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28962/statm: 662782 506981 388 95 0 657764 0
[pid=28962/tid=28963] ppid=28960 vsize=2651128 CPUtime=1182.09 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1485141 0 0 0 117886 323 0 0 25 0 4 0 652925158 2714755072 506981 33554432000 4194304 4580107 140736463652000 18446744073709551615 4321160 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=2651128 CPUtime=1173.24 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1457093 0 0 0 116990 334 0 0 25 0 4 0 652925158 2714755072 506981 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=2651128 CPUtime=1176.45 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1422801 0 0 0 117316 329 0 0 25 0 4 0 652925158 2714755072 506981 33554432000 4194304 4580107 140736463652000 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4712.55
Current children cumulated vsize (KiB) 2651128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.3 s]
/proc/loadavg: 8.21 8.19 7.94 9/392 29042
/proc/meminfo: memFree=24120776/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=2904688 CPUtime=4800.31 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 5859848 0 0 0 478699 1332 0 0 25 0 4 0 652925158 2974400512 512224 33554432000 4194304 4580107 140736463652000 18446744073709551615 4417042 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28962/statm: 726172 512224 388 95 0 721154 0
[pid=28962/tid=28963] ppid=28960 vsize=2904688 CPUtime=1204.1 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1505663 0 0 0 120082 328 0 0 25 0 4 0 652925158 2974400512 512224 33554432000 4194304 4580107 140736463652000 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=2904688 CPUtime=1194.96 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1464880 0 0 0 119161 335 0 0 25 0 4 0 652925158 2974400512 512224 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451734 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=2904688 CPUtime=1198.46 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1451419 0 0 0 119509 337 0 0 25 0 4 0 652925158 2974400512 512224 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 2904688

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

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

[startup+1204.3 s]
/proc/loadavg: 8.21 8.19 7.94 9/392 29042
/proc/meminfo: memFree=24120776/32950928 swapFree=44388876/67111528
[pid=28962] ppid=28960 vsize=2904688 CPUtime=4800.31 cores=1,3,5,7
/proc/28962/stat : 28962 (strangenight2-m) R 28960 28962 28704 0 -1 4202496 5859848 0 0 0 478699 1332 0 0 25 0 4 0 652925158 2974400512 512224 33554432000 4194304 4580107 140736463652000 18446744073709551615 4417042 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28962/statm: 726172 512224 388 95 0 721154 0
[pid=28962/tid=28963] ppid=28960 vsize=2904688 CPUtime=1204.1 cores=1,3,5,7
/proc/28962/task/28963/stat : 28963 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1505663 0 0 0 120082 328 0 0 25 0 4 0 652925158 2974400512 512224 33554432000 4194304 4580107 140736463652000 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28962/tid=28964] ppid=28960 vsize=2904688 CPUtime=1194.96 cores=1,3,5,7
/proc/28962/task/28964/stat : 28964 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1464880 0 0 0 119161 335 0 0 25 0 4 0 652925158 2974400512 512224 33554432000 4194304 4580107 140736463652000 18446744073709551615 4451734 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28962/tid=28965] ppid=28960 vsize=2904688 CPUtime=1198.46 cores=1,3,5,7
/proc/28962/task/28965/stat : 28965 (strangenight2-m) R 28960 28962 28704 0 -1 4202560 1451419 0 0 0 119509 337 0 0 25 0 4 0 652925158 2974400512 512224 33554432000 4194304 4580107 140736463652000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 2904688

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.41
CPU time (s): 4800.43
CPU user time (s): 4787.02
CPU system time (s): 13.413
CPU usage (%): 398.571
Max. virtual memory (cumulated for all children) (KiB): 3091936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4787.02
system time used= 13.413
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5859852
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= 27435
involuntary context switches= 33729

runsolver used 4.28935 second user time and 11.1213 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 00:47:45
IDJOB=3366745
IDBENCH=83166
IDSOLVER=1844
FILE ID=node126/3366745-1305413264
RUNJOBID= node126-1305410848-28723
PBS_JOBID= 13324522
Free space on /tmp= 73300 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x40.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366745-1305413264/watcher-3366745-1305413264 -o /tmp/evaluation-result-3366745-1305413264/solver-3366745-1305413264 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366745-1305413264.cnf

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

MD5SUM BENCH= 65a5698edfd6f3a12089595d81c196e3
RANDOM SEED=1448388002

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25407508 kB
Buffers:        262064 kB
Cached:        2463128 kB
SwapCached:      92524 kB
Active:        2369876 kB
Inactive:      4917920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25407508 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:           21520 kB
Writeback:           8 kB
AnonPages:     4482856 kB
Mapped:          15880 kB
Slab:           110344 kB
PageTables:      79108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 89952716 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= 73300 MiB
End job on node126 at 2011-05-15 01:07:51