Trace number 3369354

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)? (TO) 4800.16 1203.37

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes10.cnf
MD5SUM98bac4f2d533fe7abb12552567f9e1aa
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369354-1305393047.cnf'
0.00/0.01	c -- header says num vars:           2640
0.00/0.01	c -- header says num clauses:      305320
0.11/0.10	c -- clauses added:            0 learnts,       305320 normals,            0 xors
0.11/0.10	c -- vars added       2640
0.11/0.10	c Parsing time:  0.22 s
0.11/0.10	c  N st     0         0      2640        80    305240         0    613120         0   no data   no data  --
0.11/0.10	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.00
0.38/0.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.19
0.38/0.22	c bin-w-bin subsume rem            0 bins  time:  0.14 s
0.38/0.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.14 s
0.38/0.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2640 time:  0.12 s
0.38/0.27	c Removed useless bin:       0  fixed:     0  props:   1.54M  time:  0.12 s
1.21/0.42	c lits-rem:        84  cl-subs:        0  v-elim:     80  v-fix:    0  time:  0.41 s
1.21/0.42	c Finding binary XORs  T:     0.02 s  found:       0
1.21/0.42	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
1.21/0.42	c calculated reachability. Time: 0.00
1.21/0.42	c Calc default polars -  time:   0.01 s pos:       0 undec:      80 neg:    2560
1.21/0.42	c =========================================================================================
1.21/0.42	c types(t): F = full restart, N = normal restart
1.21/0.42	c types(t): S = simplification begin/end, E = solution found
1.21/0.42	c restart types(rt): st = static, dy = dynamic
1.21/0.42	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.21/0.42	c  B st     0         0      2560     13741    288939         0   1036579         0   no data   no data  --
2.05/0.78	c  N dy    16      4135      2560     13741    288939      4118   1036578    276140     16.98     17.96  --
4.74/1.22	c  N dy    30      9069      2560     13741    288939      6544   1036577    403582     16.12     17.03  --
6.32/1.61	c  N dy    39     13161      2560     13741    288939      6384   1036577    301644     15.75     19.47  --
7.52/1.98	c  N dy    51     17219      2560     13741    288939     10420   1036577    585965     15.53     16.42  --
9.12/2.38	c  N dy    75     21322      2560     13741    288939      8899   1036576    379737     15.63     16.52  --
10.71/2.73	c  F st    84     25001      2560     13741    288939     12558   1036576    620564     15.57     14.58  --
11.11/2.83	c  N st    86     25627      2560     13741    288939     13178   1036576    663975     15.57   no data  --
12.71/3.26	c  N dy    90     30000      2560     13741    288939     10741   1036575    445174     15.57   no data  --
12.71/3.26	c  S st    90     30000      2560     13741    288939     10741   1036575    445174     15.57   no data  --
13.11/3.32	c  S st    90     30502      2560     13741    288939     11242   1036575    477719     15.57   no data  --
13.11/3.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
13.11/3.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.75/3.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.4M T:  1.82
15.09/3.87	c bin-w-bin subsume rem            0 bins  time:  0.18 s
19.88/5.08	c subs with bin:        0  lits-rem:     10622  v-fix:    0  time:  4.81 s
20.28/5.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.11 s
20.28/5.13	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
28.66/7.29	c lits-rem:      1609  cl-subs:     1617  v-elim:      0  v-fix:    0  time:  8.59 s
29.86/7.53	c asymm  cl-useful: 1670/1762/13741 lits-rem:11906 time: 0.97
29.86/7.54	c calculated reachability. Time: 0.01
29.86/7.54	c  N dy    90     30502      2560     13741    288939      9625   1001551    434320     15.57   no data  --
31.47/7.92	c  N dy   113     34555      2560     13741    288939     13653   1001551    735154     15.67     16.57  --
33.05/8.34	c  N dy   131     38709      2560     13741    288939      9939   1001551    362142     15.72     16.56  --
34.65/8.73	c  N dy   150     42924      2560     13741    288939     14133   1001551    686188     15.74     16.71  --
35.85/9.01	c  S st   168     45754      2560     13741    288939     16952   1001551    903501     15.79     14.93  --
35.85/9.07	c  S st   168     46259      2560     13741    288939     17456   1001551    941347     15.79   no data  --
35.85/9.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
35.85/9.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.83/9.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.9M T:  1.82
38.24/9.63	c bin-w-bin subsume rem            0 bins  time:  0.17 s
43.42/10.97	c subs with bin:        0  lits-rem:      4680  v-fix:    0  time:  5.35 s
43.82/11.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
43.82/11.03	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
48.61/12.20	c lits-rem:       438  cl-subs:      641  v-elim:      0  v-fix:    0  time:  4.67 s
48.61/12.23	c vivif2 --  cl tried    13741 cl shrink     8432 lits rem      57429 time: 0.10
48.61/12.26	c vivif2 --  cl tried    16815 cl shrink        0 lits rem          0 time: 0.14
49.43/12.47	c asymm  cl-useful: 0/1717/13741 lits-rem:0 time: 0.81
49.43/12.48	c calculated reachability. Time: 0.01
49.43/12.48	c  N dy   168     46259      2560     13741    288939     16815    935416    920415     15.79   no data  --
51.40/12.91	c  N dy   192     50319      2560     13741    288939     11956    935416    486534     15.89     18.06  --
53.00/13.35	c  N dy   227     54377      2560     13741    288939     15990    935416    841410     16.10     17.12  --
54.99/13.80	c  N dy   250     58402      2560     13741    288939     10073    935416    250284     16.22     17.90  --
56.59/14.22	c  N dy   274     62474      2560     13741    288939     14120    935416    582912     16.38     23.75  --
58.21/14.67	c  N dy   302     66610      2560     13741    288939     18238    935416    921657     16.51     17.68  --
59.38/14.98	c  S st   318     69388      2560     13741    288939     20990    935416   1149218     16.62     15.20  --
59.78/15.03	c  S st   318     69892      2560     13741    288939     21494    935416   1192634     16.62   no data  --
59.78/15.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
59.78/15.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.77/15.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.0M T:  1.93
62.17/15.62	c bin-w-bin subsume rem            0 bins  time:  0.17 s
67.75/17.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.48 s
67.75/17.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
67.75/17.05	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
73.74/18.52	c lits-rem:       159  cl-subs:      260  v-elim:      0  v-fix:    0  time:  5.83 s
73.74/18.53	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
73.74/18.57	c vivif2 --  cl tried    21234 cl shrink        0 lits rem          0 time: 0.18
74.54/18.78	c asymm  cl-useful: 0/1272/13741 lits-rem:0 time: 0.86
74.54/18.79	c calculated reachability. Time: 0.01
74.54/18.79	c  N dy   318     69892      2560     13741    288939     21234    935415   1178572     16.62   no data  --
76.52/19.27	c  N dy   345     74368      2560     13741    288939     14756    935415    579319     16.70     23.02  --
78.93/19.80	c  N dy   371     79261      2560     13741    288939     19612    935415    970302     16.75     17.69  --
80.91/20.39	c  N dy   409     84397      2560     13741    288939     12800    935415    341439     16.92     17.89  --
82.52/20.72	c  F st   427     87501      2560     13741    288939     15876    935415    581920     16.93   no data  --
83.72/21.09	c  N st   432     90800      2560     13741    288939     19158    935415    878582     16.93   no data  --
86.50/21.79	c  N dy   458     97040      2560     13741    288939     25350    935415   1379287     17.01     18.04  --
89.34/22.48	c  N dy   480    103574      2560     13741    288939     18936    935415    757629     17.02     17.92  --
90.09/22.62	c  S st   487    104838      2560     13741    288939     20194    935415    858546     17.03     16.08  --
90.09/22.67	c  S st   487    105339      2560     13741    288939     20695    935415    903275     17.03   no data  --
90.09/22.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
90.09/22.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
92.09/23.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.6M T:  1.83
92.49/23.22	c bin-w-bin subsume rem            0 bins  time:  0.17 s
97.70/24.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.18 s
97.70/24.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
97.70/24.58	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.12 s
101.67/25.52	c lits-rem:       214  cl-subs:      141  v-elim:      0  v-fix:    0  time:  3.72 s
101.67/25.52	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
101.67/25.56	c vivif2 --  cl tried    20554 cl shrink        0 lits rem          0 time: 0.14
102.50/25.77	c asymm  cl-useful: 0/1905/13741 lits-rem:0 time: 0.81
102.50/25.78	c calculated reachability. Time: 0.01
102.50/25.78	c  N dy   487    105339      2560     13741    288939     20554    935414    895131     17.03   no data  --
105.25/26.49	c  N dy   520    112096      2560     13741    288939     27268    935414   1441776     17.05     18.07  --
108.44/27.28	c  N dy   557    119306      2560     13741    288939     20513    935414    824205     17.11     18.21  --
112.43/28.21	c  N dy   582    127500      2560     13741    288939     28640    935414   1448140     17.11     18.07  --
116.02/29.14	c  N dy   612    135845      2560     13741    288939     22041    935414    903402     17.10     18.17  --
120.06/30.14	c  N dy   643    144740      2560     13741    288939     30846    935414   1576624     17.10     18.06  --
124.44/31.22	c  N dy   678    154114      2560     13741    288939     24265    935414    965659     17.09     18.01  --
125.99/31.65	c  S st   699    158008      2560     13741    288939     28128    935414   1272440     17.13     17.74  --
126.39/31.71	c  S st   699    158513      2560     13741    288939     28633    935414   1315192     17.13   no data  --
126.39/31.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
126.39/31.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
128.00/32.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.4M T:  1.91
128.42/32.29	c bin-w-bin subsume rem            0 bins  time:  0.17 s
133.57/33.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.20 s
133.97/33.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
133.97/33.65	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
139.96/35.11	c lits-rem:       180  cl-subs:      468  v-elim:      0  v-fix:    0  time:  5.81 s
139.96/35.12	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
139.96/35.17	c vivif2 --  cl tried    28165 cl shrink        0 lits rem          0 time: 0.21
140.75/35.38	c asymm  cl-useful: 0/1542/13741 lits-rem:0 time: 0.82
140.75/35.39	c calculated reachability. Time: 0.01
140.75/35.39	c  N dy   699    158513      2560     13741    288939     28165    935414   1298058     17.13   no data  --
145.54/36.54	c  N dy   734    168633      2560     13741    288939     21333    935414    679013     17.14     31.67  --
150.77/37.84	c  N dy   788    180121      2560     13741    288939     32749    935414   1623869     17.19     18.10  --
155.90/39.18	c  N dy   837    191639      2560     13741    288939     26318    935414   1025174     17.22     18.35  --
162.30/40.77	c  N dy   864    205170      2560     13741    288939     20880    935414    520542     17.15     18.12  --
169.08/42.42	c  N dy   919    219538      2560     13741    288939     35141    935414   1621611     17.17     18.15  --
175.86/44.11	c  N dy   992    233560      2560     13741    288939     29201    935414   1099825     17.21     18.16  --
177.45/44.59	c  S st  1014    237770      2560     13741    288939     33383    935414   1451996     17.22     16.38  --
177.85/44.65	c  S st  1014    238272      2560     13741    288939     33884    935414   1494372     17.22   no data  --
177.85/44.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
177.85/44.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
179.85/45.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.6M T:  1.92
180.25/45.24	c bin-w-bin subsume rem            0 bins  time:  0.17 s
185.45/46.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.32 s
185.45/46.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
185.87/46.63	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
192.62/48.36	c lits-rem:       175  cl-subs:      527  v-elim:      0  v-fix:    0  time:  6.87 s
192.62/48.36	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
193.02/48.43	c vivif2 --  cl tried    33357 cl shrink        0 lits rem          0 time: 0.25
193.81/48.63	c asymm  cl-useful: 0/1212/13741 lits-rem:0 time: 0.82
193.81/48.64	c calculated reachability. Time: 0.01
193.81/48.64	c  N dy  1014    238272      2560     13741    288939     33357    935414   1473806     17.22   no data  --
200.99/50.48	c  N dy  1046    253630      2560     13741    288939     27726    935414    869261     17.13     18.13  --
208.97/52.46	c  N dy  1102    270079      2560     13741    288939     22246    935414    462188     17.13     18.19  --
217.34/54.55	c  N dy  1163    288419      2560     13741    288939     40433    935414   1866984     17.14     18.18  --
226.11/56.73	c  F st  1206    306250      2560     13741    288939     35292    935414   1368072     17.11     17.14  --
226.51/56.85	c  N st  1208    306876      2560     13741    288939     35911    935414   1418690     17.11   no data  --
236.50/59.33	c  N dy  1272    326611      2560     13741    288939     31693    935414   1045145     17.12     18.03  --
246.07/61.71	c  N dy  1346    346694      2560     13741    288939     26839    935414    629188     17.13     19.65  --
250.86/62.95	c  S st  1384    357408      2560     13741    288939     37480    935414   1433050     17.14     15.69  --
250.86/63.00	c  S st  1384    357910      2560     13741    288939     37982    935414   1475261     17.14   no data  --
251.28/63.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
251.28/63.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
252.85/63.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.2M T:  1.90
253.25/63.59	c bin-w-bin subsume rem            0 bins  time:  0.17 s
258.84/64.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.23 s
258.84/64.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
258.84/64.96	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.12 s
264.86/66.45	c lits-rem:       115  cl-subs:      411  v-elim:      0  v-fix:    0  time:  5.94 s
264.86/66.46	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
265.21/66.52	c vivif2 --  cl tried    37571 cl shrink        0 lits rem          0 time: 0.25
266.01/66.73	c asymm  cl-useful: 0/1908/13741 lits-rem:0 time: 0.84
266.01/66.74	c calculated reachability. Time: 0.01
266.01/66.74	c  N dy  1384    357910      2560     13741    288939     37571    935414   1457992     17.14   no data  --
275.98/69.22	c  N dy  1425    378307      2560     13741    288939     32005    935414    890944     17.09     18.19  --
285.17/71.58	c  N dy  1489    398400      2560     13741    288939     51921    935414   2346991     17.09     17.99  --
295.15/74.05	c  N dy  1537    418502      2560     13741    288939     45028    935414   1798567     17.05     17.99  --
305.11/76.54	c  N dy  1637    438950      2560     13741    288939     37564    935414   1251904     17.09     18.00  --
315.48/79.13	c  N dy  1689    459227      2560     13741    288939     28921    935414    551555     17.07     18.05  --
325.46/81.67	c  N dy  1733    479703      2560     13741    288939     49164    935414   1983445     17.04     17.97  --
335.82/84.22	c  N dy  1797    500252      2560     13741    288939     39803    935414   1281190     17.03     17.94  --
345.80/86.77	c  N dy  1864    520414      2560     13741    288939     59771    935414   2711348     17.03     17.97  --
354.17/88.81	c  S st  1918    536865      2560     13741    288939     45409    935414   1660523     17.02     14.56  --
354.17/88.87	c  S st  1918    537365      2560     13741    288939     45909    935414   1702238     17.02   no data  --
354.17/88.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
354.17/88.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
356.17/89.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.5M T:  1.97
356.59/89.48	c bin-w-bin subsume rem            0 bins  time:  0.17 s
362.15/90.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.29 s
362.15/90.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
362.15/90.86	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.12 s
369.34/92.71	c lits-rem:       169  cl-subs:      321  v-elim:      0  v-fix:    0  time:  7.34 s
369.76/92.72	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
369.76/92.79	c vivif2 --  cl tried    45588 cl shrink        0 lits rem          0 time: 0.31
370.93/93.01	c asymm  cl-useful: 0/1192/13741 lits-rem:0 time: 0.84
370.93/93.02	c calculated reachability. Time: 0.01
370.93/93.02	c  N dy  1918    537365      2560     13741    288939     45588    935414   1687299     17.02   no data  --
380.90/95.58	c  N dy  1970    558208      2560     13741    288939     34503    935414    780604     17.00     18.00  --
391.27/98.11	c  N dy  2050    578464      2560     13741    288939     54544    935414   2232139     17.01     18.01  --
401.64/100.79	c  N dy  2128    598512      2560     13741    288939     41744    935414   1279120     17.02     18.06  --
414.05/103.84	c  N dy  2147    620971      2560     13741    288939     63927    935414   2773611     16.97     17.96  --
423.98/106.33	c  N dy  2226    641429      2560     13741    288939     50559    935414   1871502     16.98     17.92  --
435.57/109.23	c  N dy  2292    663727      2560     13741    288939     37999    935414    857028     16.97     17.93  --
445.92/111.84	c  N dy  2361    684049      2560     13741    288939     58160    935414   2307963     16.98     17.91  --
456.30/114.47	c  N dy  2422    704118      2560     13741    288939     42382    935414   1148526     16.96     19.35  --
467.06/117.20	c  N dy  2513    724218      2560     13741    288939     62326    935414   2607945     16.97     17.97  --
477.43/119.77	c  N dy  2592    744583      2560     13741    288939     45801    935414   1331460     16.98     17.94  --
487.81/122.30	c  N dy  2686    765048      2560     13741    288939     66120    935414   2831588     16.99     18.06  --
498.18/124.95	c  N dy  2739    785052      2560     13741    288939     48277    935414   1450310     16.98     19.11  --
508.55/127.57	c  N dy  2811    805241      2560     13741    288939     68307    935414   2934816     16.98     18.05  --
508.95/127.69	c  S st  2813    806047      2560     13741    288939     69109    935414   2992651     16.98   no data  --
509.35/127.75	c  S st  2813    806547      2560     13741    288939     69608    935414   3038091     16.98   no data  --
509.35/127.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
509.35/127.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
511.74/128.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.3M T:  2.19
512.14/128.48	c bin-w-bin subsume rem            0 bins  time:  0.17 s
517.73/129.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.29 s
517.73/129.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
517.73/129.87	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
530.90/133.13	c lits-rem:        54  cl-subs:      999  v-elim:      0  v-fix:    0  time: 12.99 s
530.90/133.14	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
531.30/133.28	c vivif2 --  cl tried    68609 cl shrink        0 lits rem          0 time: 0.55
532.11/133.50	c asymm  cl-useful: 0/1149/13741 lits-rem:0 time: 0.88
532.53/133.51	c calculated reachability. Time: 0.01
532.53/133.51	c  N dy  2813    806547      2560     13741    288939     68609    935414   2999029     16.98   no data  --
542.85/136.17	c  N dy  2882    827057      2560     13741    288939     50216    935414   1564530     16.98     17.90  --
553.23/138.78	c  N dy  2972    847148      2560     13741    288939     70149    935414   3043776     16.98     18.07  --
564.39/141.52	c  N dy  3061    867305      2560     13741    288939     50484    935414   1484839     17.00     17.90  --
574.77/144.11	c  N dy  3138    887332      2560     13741    288939     70331    935414   2915393     17.00     17.94  --
585.18/146.79	c  N dy  3209    907345      2560     13741    288939     49518    935414   1368449     17.01     17.94  --
595.51/149.31	c  N dy  3281    927408      2560     13741    288939     69381    935414   2800299     17.01     18.57  --
607.48/152.37	c  N dy  3353    950026      2560     13741    288939     50172    935414   1347120     17.00     17.92  --
617.85/154.98	c  N dy  3398    970286      2560     13741    288939     70200    935414   2713429     16.99     18.01  --
628.64/157.70	c  N dy  3446    990381      2560     13741    288939     47528    935414   1153660     16.98     17.95  --
639.39/160.35	c  N dy  3523   1010729      2560     13741    288939     67660    935414   2577534     16.98     17.88  --
651.01/163.30	c  N dy  3596   1030761      2560     13741    288939     43948    935414    816497     16.98     19.40  --
661.33/165.80	c  N dy  3652   1050773      2560     13741    288939     63734    935414   2232225     16.98     17.95  --
671.71/168.47	c  N dy  3714   1071011      2560     13741    288939     83784    935414   3706899     16.97     18.19  --
672.11/168.58	c  F st  3717   1071875      2560     13741    288939     84643    935414   3765323     16.97     14.97  --
684.07/171.52	c  N dy  3760   1093229      2560     13741    288939     61253    935414   1910427     16.96     17.95  --
695.64/174.47	c  N dy  3802   1114063      2560     13741    288939     81855    935414   3313339     16.94     17.85  --
706.81/177.20	c  N dy  3871   1134200      2560     13741    288939     56280    935414   1571842     16.94     17.84  --
717.58/179.94	c  N dy  3973   1154270      2560     13741    288939     76173    935414   3002983     16.96     17.90  --
728.36/182.67	c  N dy  4037   1174273      2560     13741    288939     49435    935414   1042886     16.95     17.92  --
738.77/185.28	c  N dy  4090   1194302      2560     13741    288939     69281    935414   2414830     16.95     17.85  --
746.71/187.30	c  S st  4143   1209822      2560     13741    288939     84646    935414   3551161     16.95   no data  --
747.13/187.37	c  S st  4143   1210325      2560     13741    288939     85148    935414   3592257     16.95   no data  --
747.13/187.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
747.13/187.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
749.50/187.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.4M T:  2.27
750.30/188.13	c bin-w-bin subsume rem            0 bins  time:  0.16 s
755.90/189.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.60 s
755.90/189.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
755.90/189.59	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
778.26/195.18	c lits-rem:       155  cl-subs:     1395  v-elim:      0  v-fix:    0  time: 22.24 s
778.26/195.19	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
779.01/195.36	c vivif2 --  cl tried    83753 cl shrink        0 lits rem          0 time: 0.67
779.81/195.58	c asymm  cl-useful: 0/1396/13741 lits-rem:0 time: 0.89
779.81/195.59	c calculated reachability. Time: 0.01
779.81/195.59	c  N dy  4143   1210325      2560     13741    288939     83753    935414   3542143     16.95   no data  --
791.00/198.36	c  N dy  4188   1230750      2560     13741    288939     56439    935414   1468438     16.94     17.87  --
801.35/200.95	c  N dy  4267   1250793      2560     13741    288939     76318    935414   2883020     16.94     17.87  --
812.53/203.70	c  N dy  4339   1271038      2560     13741    288939     96380    935414   4349905     16.94     17.99  --
822.89/206.38	c  N dy  4421   1291070      2560     13741    288939     67680    935414   2246096     16.94     20.19  --
834.47/209.26	c  N dy  4514   1312008      2560     13741    288939     88454    935414   3746355     16.96     17.85  --
846.03/212.15	c  N dy  4605   1332144      2560     13741    288939     58842    935414   1536974     16.96     17.87  --
856.83/214.87	c  N dy  4663   1352371      2560     13741    288939     78857    935414   2923790     16.96     17.86  --
867.97/217.69	c  N dy  4747   1372374      2560     13741    288939     98674    935414   4326941     16.96     20.02  --
879.94/220.64	c  N dy  4817   1394396      2560     13741    288939     69926    935414   2232473     16.96     18.00  --
891.51/223.56	c  N dy  4868   1415744      2560     13741    288939     91051    935414   3683043     16.95     17.95  --
903.08/226.43	c  N dy  4949   1435869      2560     13741    288939     59505    935414   1451427     16.95     17.95  --
913.46/229.01	c  N dy  5013   1455956      2560     13741    288939     79402    935414   2823979     16.95     17.87  --
925.02/231.95	c  N dy  5119   1476002      2560     13741    288939     99276    935414   4232705     16.96     18.94  --
936.58/234.82	c  N dy  5191   1496033      2560     13741    288939     66629    935414   1885840     16.96     18.05  --
946.56/237.36	c  N dy  5266   1516078      2560     13741    288939     86507    935414   3307526     16.96     19.52  --
957.75/240.17	c  N dy  5311   1536243      2560     13741    288939    106484    935414   4672768     16.95     17.85  --
968.90/242.91	c  N dy  5370   1556421      2560     13741    288939     72952    935414   2256347     16.95     17.84  --
980.11/245.75	c  N dy  5426   1576567      2560     13741    288939     92931    935414   3658225     16.94     17.86  --
992.86/248.95	c  N dy  5496   1597745      2560     13741    288939     59437    935414   1332339     16.94     18.09  --
1004.41/251.83	c  N dy  5589   1617757      2560     13741    288939     79293    935414   2729530     16.95     18.97  --
1017.97/255.23	c  N dy  5651   1638997      2560     13741    288939    100325    935414   4174372     16.94     17.86  --
1030.73/258.45	c  N dy  5705   1659718      2560     13741    288939     65311    935414   1640369     16.93     17.83  --
1041.90/261.29	c  N dy  5754   1680095      2560     13741    288939     85510    935414   3016050     16.93     17.84  --
1055.06/264.54	c  N dy  5848   1700449      2560     13741    288939    105702    935414   4400805     16.93     17.88  --
1061.45/266.18	c  S st  5897   1710325      2560     13741    288939     59016    935414   1172297     16.93     16.19  --
1061.85/266.24	c  S st  5897   1710826      2560     13741    288939     59516    935414   1210278     16.93   no data  --
1061.85/266.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1061.85/266.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1063.83/266.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.5M T:  2.12
1064.24/266.89	c bin-w-bin subsume rem            0 bins  time:  0.17 s
1069.03/268.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.78 s
1069.43/268.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
1069.43/268.15	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
1073.01/269.08	c lits-rem:        56  cl-subs:       99  v-elim:      0  v-fix:    0  time:  3.73 s
1073.01/269.09	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
1073.41/269.16	c vivif2 --  cl tried    59417 cl shrink        0 lits rem          0 time: 0.27
1074.21/269.39	c asymm  cl-useful: 0/1191/13741 lits-rem:0 time: 0.92
1074.61/269.40	c calculated reachability. Time: 0.01
1074.61/269.40	c  N dy  5897   1710826      2560     13741    288939     59417    935414   1206261     16.93   no data  --
1084.59/271.97	c  N dy  5971   1730943      2560     13741    288939     79308    935414   2567772     16.94     18.19  --
1095.35/274.65	c  N dy  6035   1751010      2560     13741    288939     99198    935414   4020312     16.93     17.88  --
1107.37/277.69	c  N dy  6080   1771252      2560     13741    288939     61798    935414   1292815     16.92     17.85  --
1118.09/280.30	c  N dy  6165   1791441      2560     13741    288939     81833    935414   2691999     16.93     18.10  --
1129.66/283.22	c  N dy  6250   1811674      2560     13741    288939    101899    935414   4065751     16.93     17.84  --
1142.05/286.31	c  N dy  6323   1831787      2560     13741    288939     63368    935414   1379796     16.93     17.87  --
1152.40/288.91	c  N dy  6396   1852000      2560     13741    288939     83404    935414   2772549     16.93     17.91  --
1164.76/292.03	c  N dy  6450   1873213      2560     13741    288939    104400    935414   4189421     16.93     17.93  --
1176.73/295.02	c  N dy  6513   1893256      2560     13741    288939     64828    935414   1445109     16.93     17.98  --
1187.09/297.67	c  N dy  6589   1913578      2560     13741    288939     84971    935414   2878191     16.93     17.99  --
1199.52/300.76	c  N dy  6661   1934035      2560     13741    288939    105233    935414   4230292     16.93     17.98  --
1211.04/303.67	c  N dy  6738   1954212      2560     13741    288939     64770    935414   1368622     16.93     18.13  --
1221.81/306.34	c  N dy  6828   1974280      2560     13741    288939     84683    935414   2774688     16.93     17.88  --
1233.38/309.25	c  N dy  6904   1995185      2560     13741    288939    105393    935414   4238374     16.93     17.92  --
1245.34/312.27	c  N dy  6982   2015266      2560     13741    288939     63839    935414   1244567     16.93     17.93  --
1255.72/314.90	c  N dy  7052   2035468      2560     13741    288939     83851    935414   2619421     16.93     17.88  --
1267.28/317.79	c  N dy  7114   2055836      2560     13741    288939    104029    935414   3985472     16.93     17.83  --
1279.65/320.89	c  N dy  7174   2075896      2560     13741    288939    123890    935414   5331357     16.92     20.11  --
1291.25/323.78	c  N dy  7247   2096502      2560     13741    288939     81893    935414   2443038     16.92     17.85  --
1303.19/326.74	c  N dy  7323   2117424      2560     13741    288939    102580    935414   3883603     16.93     17.82  --
1315.56/329.88	c  N dy  7387   2137545      2560     13741    288939    122477    935414   5211745     16.92     17.91  --
1327.92/332.98	c  N dy  7472   2158120      2560     13741    288939     79489    935414   2208171     16.93     17.96  --
1341.49/336.33	c  N dy  7537   2178733      2560     13741    288939     99921    935414   3581917     16.92     17.90  --
1355.05/339.78	c  N dy  7614   2198812      2560     13741    288939    119823    935414   4964291     16.93     17.86  --
1363.83/341.96	c  S st  7665   2210826      2560     13741    288939     67317    935414   1314387     16.93   no data  --
1364.23/342.02	c  S st  7665   2211330      2560     13741    288939     67821    935414   1354683     16.93   no data  --
1364.23/342.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
1364.23/342.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1366.61/342.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.8M T:  2.25
1367.01/342.71	c bin-w-bin subsume rem            0 bins  time:  0.17 s
1371.80/343.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.07 s
1372.20/344.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
1372.20/344.04	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.12 s
1376.18/345.00	c lits-rem:        79  cl-subs:      159  v-elim:      0  v-fix:    0  time:  3.84 s
1376.18/345.01	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
1376.59/345.10	c vivif2 --  cl tried    67662 cl shrink        0 lits rem          0 time: 0.33
1377.39/345.35	c asymm  cl-useful: 0/1190/13741 lits-rem:0 time: 1.02
1377.39/345.36	c calculated reachability. Time: 0.01
1377.39/345.36	c  N dy  7665   2211330      2560     13741    288939     67662    935414   1350138     16.93   no data  --
1389.35/348.35	c  N dy  7736   2231336      2560     13741    288939     87493    935414   2691293     16.93     17.83  --
1402.52/351.67	c  N dy  7803   2251483      2560     13741    288939    107366    935414   3957991     16.93     17.91  --
1416.08/355.04	c  N dy  7875   2271907      2560     13741    288939    127587    935414   5355537     16.93     17.84  --
1428.45/358.12	c  N dy  7928   2292043      2560     13741    288939     82167    935414   2208667     16.92     17.85  --
1440.44/361.15	c  N dy  7996   2312697      2560     13741    288939    102627    935414   3591078     16.92     17.94  --
1452.78/364.21	c  N dy  8065   2332712      2560     13741    288939    122434    935414   4918700     16.92     17.88  --
1465.15/367.34	c  N dy  8123   2353623      2560     13741    288939     76814    935414   1880599     16.92     17.82  --
1476.72/370.23	c  N dy  8203   2374048      2560     13741    288939     97072    935414   3287140     16.92     17.81  --
1491.88/374.01	c  N dy  8284   2398458      2560     13741    288939    121236    935414   4908158     16.92     17.94  --
1503.84/377.04	c  N dy  8339   2418463      2560     13741    288939     73714    935414   1612648     16.92     17.86  --
1515.03/379.88	c  N dy  8406   2438823      2560     13741    288939     93889    935414   2984829     16.92     17.83  --
1526.99/382.84	c  N dy  8481   2459225      2560     13741    288939    114104    935414   4404450     16.92     17.96  --
1538.95/385.84	c  N dy  8562   2479273      2560     13741    288939    133958    935414   5728945     16.92     18.08  --
1550.56/388.75	c  N dy  8645   2499847      2560     13741    288939     86005    935414   2503070     16.92     17.87  --
1561.69/391.57	c  N dy  8712   2519915      2560     13741    288939    105888    935414   3906976     16.92     18.37  --
1574.05/394.69	c  N dy  8765   2539942      2560     13741    288939    125748    935414   5266125     16.92     17.83  --
1586.81/397.82	c  N dy  8844   2560010      2560     13741    288939     76305    935414   1697304     16.92     17.85  --
1597.60/400.53	c  N dy  8931   2580447      2560     13741    288939     96548    935414   3090560     16.92     17.82  --
1609.16/403.47	c  N dy  9006   2600769      2560     13741    288939    116677    935414   4452833     16.92     18.04  --
1621.51/406.51	c  N dy  9054   2621253      2560     13741    288939    136941    935414   5835391     16.92     17.81  --
1633.94/409.61	c  N dy  9121   2641311      2560     13741    288939     86444    935414   2295910     16.92     17.99  --
1645.86/412.64	c  N dy  9161   2661594      2560     13741    288939    106494    935414   3611244     16.91     17.85  --
1657.43/415.56	c  N dy  9239   2681678      2560     13741    288939    126389    935414   5037171     16.91     19.73  --
1670.19/418.73	c  N dy  9297   2701752      2560     13741    288939     74971    935414   1504209     16.91     17.92  --
1675.78/420.11	c  S st  9325   2711330      2560     13741    288939     84450    935414   2116294     16.91     16.18  --
1675.78/420.17	c  S st  9325   2711831      2560     13741    288939     84951    935414   2155263     16.91   no data  --
1675.78/420.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
1675.78/420.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1678.16/420.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.9M T:  2.15
1678.56/420.85	c bin-w-bin subsume rem            0 bins  time:  0.17 s
1683.75/422.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.31 s
1684.15/422.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
1684.15/422.24	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
1692.92/424.45	c lits-rem:       112  cl-subs:      595  v-elim:      0  v-fix:    0  time:  8.79 s
1692.92/424.46	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
1693.32/424.59	c vivif2 --  cl tried    84356 cl shrink        0 lits rem          0 time: 0.50
1694.53/424.85	c asymm  cl-useful: 0/1143/13741 lits-rem:0 time: 1.04
1694.53/424.86	c calculated reachability. Time: 0.01
1694.53/424.86	c  N dy  9325   2711831      2560     13741    288939     84356    935414   2135506     16.91   no data  --
1705.69/427.67	c  N dy  9398   2731905      2560     13741    288939    104224    935414   3488564     16.91     20.86  --
1717.30/430.56	c  N dy  9460   2752148      2560     13741    288939    124263    935414   4878242     16.91     17.91  --
1729.23/433.52	c  N dy  9515   2772232      2560     13741    288939    144138    935414   6211788     16.90     18.01  --
1741.20/436.55	c  N dy  9575   2792270      2560     13741    288939     91719    935414   2563495     16.90     17.86  --
1753.96/439.70	c  N dy  9639   2812910      2560     13741    288939    112146    935414   3914407     16.90     17.80  --
1766.33/442.81	c  N dy  9703   2833074      2560     13741    288939    132117    935414   5294153     16.90     18.17  --
1779.49/446.13	c  N dy  9778   2853448      2560     13741    288939     79035    935414   1662709     16.90     17.80  --
1791.07/449.06	c  N dy  9843   2873517      2560     13741    288939     98909    935414   2972828     16.90     17.83  --
1802.62/451.95	c  N dy  9936   2893678      2560     13741    288939    118891    935414   4379738     16.90     17.85  --
1815.79/455.26	c  N dy 10014   2913887      2560     13741    288939    138927    935414   5732617     16.90     17.81  --
1829.76/458.74	c  N dy 10084   2935315      2560     13741    288939     85867    935414   2112933     16.90     17.84  --
1840.92/461.55	c  N dy 10157   2955500      2560     13741    288939    105892    935414   3490066     16.90     17.91  --
1854.48/464.94	c  N dy 10233   2976405      2560     13741    288939    126589    935414   4882756     16.90     17.81  --
1867.25/468.19	c  N dy 10300   2996901      2560     13741    288939    146902    935414   6281445     16.90     17.83  --
1879.66/471.25	c  N dy 10343   3017436      2560     13741    288939     91936    935414   2490776     16.90     17.85  --
1891.18/474.18	c  N dy 10407   3038083      2560     13741    288939    112381    935414   3897001     16.89     17.81  --
1903.55/477.29	c  N dy 10457   3058210      2560     13741    288939    132278    935414   5140581     16.89     17.78  --
1917.11/480.61	c  N dy 10530   3078213      2560     13741    288939    152113    935414   6517970     16.89     17.82  --
1930.68/484.01	c  N dy 10590   3100290      2560     13741    288939     97669    935414   2720816     16.89     17.78  --
1943.85/487.36	c  N dy 10661   3120739      2560     13741    288939    117938    935414   4076072     16.89     17.87  --
1958.64/491.03	c  N dy 10709   3141704      2560     13741    288939    138626    935414   5430496     16.88     17.87  --
1973.37/494.73	c  N dy 10791   3161760      2560     13741    288939     81299    935414   1639666     16.88     23.28  --
1986.12/497.92	c  N dy 10871   3181804      2560     13741    288939    101149    935414   2959730     16.88     24.34  --
2000.49/501.58	c  N dy 10950   3203799      2560     13741    288939    122884    935414   4393521     16.88     17.85  --
2006.08/502.98	c  S st 10990   3211834      2560     13741    288939    130851    935414   4953457     16.88     15.00  --
2006.50/503.06	c  S st 10990   3212336      2560     13741    288939    131353    935414   4998464     16.88   no data  --
2006.50/503.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
2006.50/503.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2009.66/503.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.0M T:  2.85
2010.47/504.04	c bin-w-bin subsume rem            0 bins  time:  0.17 s
2016.04/505.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.74 s
2016.44/505.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
2016.44/505.54	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
2106.60/528.18	c lits-rem:       132  cl-subs:     2286  v-elim:      0  v-fix:    0  time: 90.16 s
2106.60/528.19	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
2107.84/528.46	c vivif2 --  cl tried   129067 cl shrink        0 lits rem          0 time: 1.07
2108.99/528.75	c asymm  cl-useful: 0/1684/13741 lits-rem:0 time: 1.15
2108.99/528.76	c calculated reachability. Time: 0.01
2108.99/528.76	c  N dy 10990   3212336      2560     13741    288939    129067    935414   4927027     16.88   no data  --
2122.95/532.23	c  N dy 11068   3233224      2560     13741    288939    149758    935414   6323305     16.88     17.78  --
2136.12/535.51	c  N dy 11155   3253294      2560     13741    288939     91492    935414   2298903     16.88     17.79  --
2149.28/538.87	c  N dy 11212   3274857      2560     13741    288939    112838    935414   3720889     16.88     18.01  --
2165.63/542.99	c  N dy 11262   3300097      2560     13741    288939    137819    935414   5321186     16.87     18.03  --
2180.00/546.50	c  N dy 11359   3320186      2560     13741    288939    157739    935414   6696035     16.88     17.81  --
2191.96/549.57	c  N dy 11444   3340215      2560     13741    288939     98355    935414   2686728     16.88     18.05  --
2203.95/552.53	c  N dy 11533   3360283      2560     13741    288939    118232    935414   4092395     16.88     17.87  --
2217.54/555.91	c  N dy 11577   3380625      2560     13741    288939    138362    935414   5390786     16.88     17.81  --
2230.70/559.22	c  N dy 11649   3400635      2560     13741    288939    158147    935414   6733007     16.88     19.36  --
2243.86/562.51	c  N dy 11730   3421500      2560     13741    288939     98604    935414   2641553     16.88     17.89  --
2255.39/565.40	c  N dy 11778   3441749      2560     13741    288939    118632    935414   3975412     16.88     17.79  --
2268.15/568.64	c  N dy 11847   3462650      2560     13741    288939    139327    935414   5372697     16.88     17.98  --
2283.71/572.50	c  N dy 11926   3486436      2560     13741    288939     81707    935414   1457242     16.88     17.96  --
2294.89/575.35	c  N dy 11998   3506472      2560     13741    288939    101530    935414   2794897     16.88     17.81  --
2310.04/579.19	c  N dy 12086   3530567      2560     13741    288939    125331    935414   4356168     16.88     17.77  --
2323.61/582.57	c  N dy 12175   3550621      2560     13741    288939    145206    935414   5706347     16.88     17.93  --
2338.76/586.39	c  N dy 12254   3570638      2560     13741    288939     82899    935414   1500258     16.88     18.72  --
2351.53/589.51	c  N dy 12296   3590684      2560     13741    288939    102641    935414   2739148     16.88     17.78  --
2364.29/592.72	c  N dy 12360   3610869      2560     13741    288939    122649    935414   4079256     16.87     17.77  --
2377.85/596.14	c  N dy 12416   3631063      2560     13741    288939    142657    935414   5419477     16.87     17.82  --
2391.83/599.67	c  N dy 12476   3651087      2560     13741    288939    162501    935414   6794447     16.87     17.82  --
2404.99/602.97	c  N dy 12542   3671207      2560     13741    288939     99277    935414   2542810     16.87     17.82  --
2418.55/606.37	c  N dy 12606   3692183      2560     13741    288939    120020    935414   3905755     16.87     17.78  --
2430.92/609.46	c  N dy 12677   3712337      2560     13741    288939    139960    935414   5242250     16.87     14.96  --
2430.92/609.46	c  S st 12677   3712337      2560     13741    288939    139960    935414   5242250     16.87     14.96  --
2431.32/609.53	c  S st 12677   3712839      2560     13741    288939    140462    935414   5282247     16.87   no data  --
2431.32/609.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
2431.32/609.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2434.10/610.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.3M T:  2.68
2434.90/610.46	c bin-w-bin subsume rem            0 bins  time:  0.17 s
2440.91/611.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.97 s
2440.91/611.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
2441.34/612.01	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
2541.41/637.16	c lits-rem:       118  cl-subs:     2304  v-elim:      0  v-fix:    0  time: 100.22 s
2541.41/637.17	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
2542.61/637.46	c vivif2 --  cl tried   138158 cl shrink        0 lits rem          0 time: 1.15
2543.81/637.76	c asymm  cl-useful: 0/1390/13741 lits-rem:0 time: 1.18
2543.81/637.77	c calculated reachability. Time: 0.01
2543.81/637.77	c  N dy 12677   3712839      2560     13741    288939    138158    935414   5206893     16.87   no data  --
2557.77/641.25	c  N dy 12750   3732858      2560     13741    288939    158004    935414   6536197     16.87     17.89  --
2571.33/644.66	c  F st 12800   3751563      2560     13741    288939     92384    935414   2010693     16.87     16.43  --
2572.97/645.04	c  N st 12804   3753596      2560     13741    288939     94400    935414   2129185     16.87   no data  --
2586.14/648.33	c  N dy 12859   3773628      2560     13741    288939    114205    935414   3434986     16.87     17.84  --
2600.45/651.96	c  N dy 12917   3795382      2560     13741    288939    135756    935414   4889596     16.86     17.80  --
2613.61/655.22	c  N dy 12963   3815442      2560     13741    288939    155592    935414   6221270     16.86     17.76  --
2627.97/658.83	c  N dy 13047   3835465      2560     13741    288939     90322    935414   1862687     16.86     18.80  --
2640.74/662.06	c  N dy 13118   3855692      2560     13741    288939    110356    935414   3188681     16.86     17.86  --
2653.10/665.16	c  N dy 13208   3875765      2560     13741    288939    130291    935414   4586464     16.86     17.76  --
2667.07/668.63	c  N dy 13259   3895811      2560     13741    288939    150117    935414   5824549     16.86     17.77  --
2680.63/672.03	c  N dy 13326   3915916      2560     13741    288939    170045    935414   7190393     16.86     17.75  --
2693.00/675.16	c  N dy 13397   3937247      2560     13741    288939    105033    935414   2773987     16.86     17.76  --
2705.36/678.22	c  N dy 13479   3957273      2560     13741    288939    124867    935414   4091493     16.86     18.74  --
2717.35/681.31	c  N dy 13553   3977303      2560     13741    288939    144693    935414   5458814     16.86     26.74  --
2731.28/684.78	c  N dy 13623   3997584      2560     13741    288939    164783    935414   6757179     16.86     17.79  --
2744.45/688.08	c  N dy 13686   4017722      2560     13741    288939     97584    935414   2222455     16.86     17.77  --
2757.26/691.25	c  N dy 13764   4037811      2560     13741    288939    117430    935414   3484366     16.86     17.84  --
2770.01/694.43	c  N dy 13824   4057913      2560     13741    288939    137297    935414   4813048     16.86     17.78  --
2783.94/697.91	c  N dy 13874   4078471      2560     13741    288939    157679    935414   6159475     16.86     17.79  --
2798.71/701.62	c  N dy 13969   4098485      2560     13741    288939     89404    935414   1638348     16.86     19.09  --
2810.27/704.54	c  N dy 14033   4118720      2560     13741    288939    109394    935414   2982326     16.86     17.78  --
2823.83/707.90	c  N dy 14110   4139384      2560     13741    288939    129832    935414   4304980     16.86     17.78  --
2836.59/711.10	c  N dy 14191   4159696      2560     13741    288939    149961    935414   5664316     16.86     17.85  --
2849.76/714.43	c  N dy 14267   4179744      2560     13741    288939    169834    935414   7039630     16.86     17.85  --
2864.53/718.15	c  N dy 14336   4202163      2560     13741    288939    102910    935414   2457930     16.86     17.95  --
2871.36/719.82	c  S st 14368   4212840      2560     13741    288939    113483    935414   3141927     16.86     16.37  --
2871.36/719.89	c  S st 14368   4213342      2560     13741    288939    113984    935414   3183016     16.86   no data  --
2871.71/719.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
2871.71/719.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2874.10/720.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.4M T:  2.42
2874.50/720.68	c bin-w-bin subsume rem            0 bins  time:  0.17 s
2880.47/722.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.72 s
2880.47/722.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
2880.47/722.18	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
2893.64/725.43	c lits-rem:        57  cl-subs:     1234  v-elim:      0  v-fix:    0  time: 12.97 s
2893.64/725.44	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
2894.44/725.61	c vivif2 --  cl tried   112750 cl shrink        0 lits rem          0 time: 0.69
2895.24/725.84	c asymm  cl-useful: 0/1114/13741 lits-rem:0 time: 0.93
2895.24/725.86	c calculated reachability. Time: 0.01
2895.24/725.86	c  N dy 14368   4213342      2560     13741    288939    112750    935414   3143523     16.86   no data  --
2908.01/729.03	c  N dy 14453   4234367      2560     13741    288939    133585    935414   4496520     16.86     18.02  --
2920.78/732.27	c  N dy 14517   4254894      2560     13741    288939    153949    935414   5869781     16.86     17.79  --
2933.94/735.52	c  N dy 14580   4275606      2560     13741    288939    174435    935414   7241739     16.85     17.75  --
2947.10/738.87	c  N dy 14633   4295786      2560     13741    288939    104344    935414   2490120     16.85     18.13  --
2959.86/742.03	c  N dy 14711   4315816      2560     13741    288939    124192    935414   3804529     16.85     20.74  --
2972.63/745.26	c  N dy 14780   4336176      2560     13741    288939    144349    935414   5148356     16.85     17.80  --
2985.02/748.39	c  N dy 14868   4356223      2560     13741    288939    164222    935414   6538649     16.86     17.78  --
3001.36/752.49	c  N dy 14959   4376921      2560     13741    288939     93606    935414   1782417     16.86     17.75  --
3014.11/755.63	c  N dy 15029   4397363      2560     13741    288939    113876    935414   3146546     16.86     17.84  --
3027.69/759.03	c  N dy 15084   4417808      2560     13741    288939    134131    935414   4490377     16.86     17.89  --
3041.64/762.51	c  N dy 15143   4438876      2560     13741    288939    154992    935414   5821417     16.86     17.76  --
3055.64/766.06	c  N dy 15224   4458881      2560     13741    288939    174788    935414   7119519     16.86     17.75  --
3069.17/769.49	c  N dy 15308   4478989      2560     13741    288939    102577    935414   2356109     16.86     18.05  --
3082.33/772.71	c  N dy 15374   4500051      2560     13741    288939    123407    935414   3725816     16.86     17.77  --
3094.31/775.74	c  N dy 15422   4520058      2560     13741    288939    143233    935414   5016391     16.86     17.89  --
3108.31/779.27	c  N dy 15502   4540072      2560     13741    288939    163082    935414   6312406     16.86     17.84  --
3126.61/783.85	c  N dy 15564   4565428      2560     13741    288939     95058    935414   1745106     16.85     17.82  --
3139.37/787.03	c  N dy 15634   4585507      2560     13741    288939    114957    935414   2991039     16.85     17.76  --
3152.94/790.41	c  N dy 15706   4606161      2560     13741    288939    135434    935414   4348635     16.85     17.79  --
3167.30/794.02	c  N dy 15769   4626782      2560     13741    288939    155812    935414   5639408     16.85     18.06  --
3182.06/797.72	c  N dy 15843   4647812      2560     13741    288939    176638    935414   6990129     16.85     17.76  --
3196.42/801.39	c  N dy 15948   4668131      2560     13741    288939    102683    935414   2268299     16.86     17.80  --
3209.58/804.65	c  N dy 16028   4688481      2560     13741    288939    122800    935414   3555675     16.86     17.77  --
3225.14/808.52	c  N dy 16109   4711185      2560     13741    288939    145292    935414   5024100     16.86     18.01  --
3226.78/808.93	c  S st 16123   4713343      2560     13741    288939    147430    935414   5162473     16.86     14.05  --
3227.13/809.00	c  S st 16123   4713844      2560     13741    288939    147931    935414   5205734     16.86   no data  --
3227.13/809.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
3227.13/809.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3229.94/809.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.1M T:  2.81
3230.75/809.96	c bin-w-bin subsume rem            0 bins  time:  0.17 s
3236.71/811.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  6.05 s
3237.11/811.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
3237.11/811.53	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
3327.71/834.29	c lits-rem:        78  cl-subs:     2223  v-elim:      0  v-fix:    0  time: 90.71 s
3328.06/834.30	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
3329.25/834.60	c vivif2 --  cl tried   145708 cl shrink        0 lits rem          0 time: 1.17
3330.46/834.90	c asymm  cl-useful: 0/1374/13741 lits-rem:0 time: 1.20
3330.46/834.91	c calculated reachability. Time: 0.01
3330.46/834.91	c  N dy 16123   4713844      2560     13741    288939    145708    935414   5134062     16.86   no data  --
3344.02/838.35	c  N dy 16191   4733921      2560     13741    288939    165586    935414   6408306     16.86     18.27  --
3357.59/841.80	c  N dy 16261   4753951      2560     13741    288939    185355    935414   7682621     16.86     21.19  --
3371.17/845.18	c  N dy 16326   4773963      2560     13741    288939    110170    935414   2655462     16.86     21.99  --
3385.11/848.68	c  N dy 16395   4794052      2560     13741    288939    130075    935414   4001026     16.86     17.75  --
3399.86/852.31	c  N dy 16461   4814122      2560     13741    288939    149960    935414   5284239     16.86     17.91  --
3415.46/856.24	c  N dy 16540   4834611      2560     13741    288939    170260    935414   6616562     16.86     17.81  --
3430.99/860.20	c  N dy 16602   4854631      2560     13741    288939    190107    935414   7913518     16.86     17.75  --
3445.34/863.80	c  N dy 16678   4874673      2560     13741    288939    113918    935414   2892866     16.86     17.80  --
3459.69/867.31	c  N dy 16743   4894759      2560     13741    288939    133833    935414   4168328     16.86     17.81  --
3474.45/871.07	c  N dy 16802   4915457      2560     13741    288939    154347    935414   5472072     16.86     17.81  --
3489.64/874.86	c  N dy 16902   4935530      2560     13741    288939    174239    935414   6798480     16.86     20.13  --
3504.78/878.62	c  N dy 16982   4955670      2560     13741    288939    194201    935414   8178649     16.86     17.80  --
3517.53/881.88	c  N dy 17067   4975728      2560     13741    288939    116950    935414   3026087     16.86     17.79  --
3530.30/885.02	c  N dy 17139   4995855      2560     13741    288939    136873    935414   4360429     16.86     17.99  --
3542.72/888.15	c  N dy 17200   5016054      2560     13741    288939    156877    935414   5707660     16.86     17.77  --
3556.63/891.65	c  N dy 17270   5036484      2560     13741    288939    177077    935414   7031985     16.86     17.93  --
3573.79/895.96	c  N dy 17333   5058062      2560     13741    288939    100386    935414   1867586     16.86     17.96  --
3585.76/898.91	c  N dy 17403   5078281      2560     13741    288939    120404    935414   3184372     16.86     17.80  --
3598.92/902.30	c  N dy 17454   5099478      2560     13741    288939    141371    935414   4535193     16.86     17.75  --
3612.93/905.75	c  N dy 17525   5119546      2560     13741    288939    161247    935414   5830803     16.86     18.21  --
3627.24/909.35	c  N dy 17600   5139549      2560     13741    288939    181044    935414   7132244     16.86     18.28  --
3644.79/913.76	c  N dy 17660   5160733      2560     13741    288939    103023    935414   1996298     16.86     17.87  --
3657.16/916.88	c  N dy 17709   5180918      2560     13741    288939    122993    935414   3247119     16.86     17.84  --
3669.97/920.07	c  N dy 17787   5200926      2560     13741    288939    142831    935414   4587023     16.86     17.76  --
3679.90/922.53	c  S st 17825   5213844      2560     13741    288939    155602    935414   5418499     16.86     15.78  --
3680.30/922.62	c  S st 17825   5214347      2560     13741    288939    156104    935414   5460356     16.86   no data  --
3680.30/922.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
3680.30/922.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3683.48/923.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.4M T:  3.15
3684.28/923.69	c bin-w-bin subsume rem            0 bins  time:  0.17 s
3690.67/925.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  6.34 s
3691.07/925.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
3691.07/925.34	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
3798.78/952.34	c lits-rem:        85  cl-subs:     2488  v-elim:      0  v-fix:    0  time: 107.65 s
3798.78/952.35	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
3799.98/952.67	c vivif2 --  cl tried   153616 cl shrink        0 lits rem          0 time: 1.27
3801.19/952.97	c asymm  cl-useful: 0/1374/13741 lits-rem:0 time: 1.20
3801.19/952.99	c calculated reachability. Time: 0.01
3801.19/952.99	c  N dy 17825   5214347      2560     13741    288939    153616    935414   5379551     16.86   no data  --
3816.32/956.76	c  N dy 17886   5236025      2560     13741    288939    175088    935414   6763858     16.86     17.87  --
3831.49/960.55	c  N dy 17975   5256298      2560     13741    288939    195186    935414   8116003     16.86     17.87  --
3846.24/964.21	c  N dy 18039   5276330      2560     13741    288939    115035    935414   2696994     16.86     24.67  --
3861.01/967.91	c  N dy 18113   5299109      2560     13741    288939    137580    935414   4152447     16.86     17.79  --
3875.79/971.68	c  N dy 18187   5319636      2560     13741    288939    157924    935414   5489879     16.86     17.75  --
3890.52/975.40	c  N dy 18258   5339667      2560     13741    288939    177767    935414   6763911     16.86     17.82  --
3908.47/979.85	c  N dy 18330   5359945      2560     13741    288939    197837    935414   8036489     16.86     17.77  --
3924.05/983.72	c  N dy 18386   5380186      2560     13741    288939    116828    935414   2768978     16.85     17.77  --
3938.39/987.34	c  N dy 18435   5402253      2560     13741    288939    138638    935414   4163664     16.85     17.75  --
3952.35/990.85	c  N dy 18509   5422600      2560     13741    288939    158781    935414   5481438     16.85     17.80  --
3967.93/994.75	c  N dy 18590   5442659      2560     13741    288939    178667    935414   6762155     16.85     19.80  --
3983.07/998.57	c  N dy 18665   5462752      2560     13741    288939    198557    935414   8076751     16.85     17.88  --
3996.23/1001.87	c  N dy 18721   5482877      2560     13741    288939    116535    935414   2729169     16.85     17.78  --
4009.00/1005.04	c  N dy 18765   5503161      2560     13741    288939    136577    935414   3924258     16.85     17.89  --
4022.56/1008.47	c  N dy 18835   5524089      2560     13741    288939    157269    935414   5244546     16.85     17.77  --
4036.93/1012.04	c  N dy 18898   5544452      2560     13741    288939    177432    935414   6517524     16.85     17.89  --
4050.09/1015.32	c  N dy 18946   5564510      2560     13741    288939    197209    935414   7724227     16.85     17.99  --
4065.24/1019.18	c  N dy 19016   5587876      2560     13741    288939    117468    935414   2812665     16.85     17.80  --
4077.22/1022.14	c  N dy 19076   5608061      2560     13741    288939    137455    935414   4093723     16.85     17.82  --
4089.18/1025.17	c  N dy 19117   5628065      2560     13741    288939    157220    935414   5343230     16.84     22.01  --
4102.35/1028.47	c  N dy 19167   5648072      2560     13741    288939    176962    935414   6561430     16.84     18.06  --
4116.30/1031.98	c  N dy 19242   5668125      2560     13741    288939    196844    935414   7861949     16.84     20.69  --
4131.46/1035.72	c  N dy 19291   5689361      2560     13741    288939    113998    935414   2482200     16.84     17.83  --
4143.45/1038.79	c  N dy 19365   5710207      2560     13741    288939    134645    935414   3849626     16.84     17.77  --
4146.22/1039.44	c  S st 19383   5714347      2560     13741    288939    138744    935414   4114321     16.84     15.71  --
4146.62/1039.51	c  S st 19383   5714848      2560     13741    288939    139241    935414   4153229     16.84   no data  --
4146.62/1039.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
4146.62/1039.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4149.01/1040.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.8M T:  2.47
4149.81/1040.35	c bin-w-bin subsume rem            0 bins  time:  0.17 s
4155.00/1041.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.24 s
4155.39/1041.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
4155.39/1041.73	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
4178.13/1047.44	c lits-rem:        49  cl-subs:     1394  v-elim:      0  v-fix:    0  time: 22.76 s
4178.13/1047.45	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
4178.97/1047.67	c vivif2 --  cl tried   137847 cl shrink        0 lits rem          0 time: 0.89
4180.12/1047.94	c asymm  cl-useful: 0/1310/13741 lits-rem:0 time: 1.05
4180.12/1047.95	c calculated reachability. Time: 0.01
4180.12/1047.95	c  N dy 19383   5714848      2560     13741    288939    137847    935414   4106453     16.84   no data  --
4193.69/1051.31	c  N dy 19469   5735026      2560     13741    288939    157814    935414   5423112     16.84     17.76  --
4206.45/1054.52	c  N dy 19539   5755273      2560     13741    288939    177877    935414   6736656     16.84     17.73  --
4220.02/1057.99	c  N dy 19581   5775307      2560     13741    288939    197680    935414   7994882     16.84     23.49  --
4235.19/1061.73	c  N dy 19654   5795551      2560     13741    288939    112837    935414   2321149     16.84     17.75  --
4249.18/1065.24	c  N dy 19734   5815560      2560     13741    288939    132644    935414   3577992     16.84     17.80  --
4263.49/1068.84	c  N dy 19798   5837144      2560     13741    288939    153931    935414   4909228     16.84     17.78  --
4277.86/1072.41	c  N dy 19873   5857336      2560     13741    288939    173924    935414   6211570     16.84     17.76  --
4292.64/1076.16	c  N dy 19937   5877890      2560     13741    288939    194252    935414   7486618     16.84     17.77  --
4309.78/1080.48	c  N dy 20015   5898915      2560     13741    288939    109176    935414   2051015     16.84     17.75  --
4320.94/1083.28	c  N dy 20069   5919257      2560     13741    288939    129369    935414   3339026     16.84     17.91  --
4334.11/1086.52	c  N dy 20123   5939406      2560     13741    288939    149276    935414   4580743     16.84     17.75  --
4348.07/1090.00	c  N dy 20197   5961314      2560     13741    288939    170987    935414   6011968     16.84     17.74  --
4361.23/1093.36	c  N dy 20268   5981630      2560     13741    288939    191077    935414   7303823     16.84     17.80  --
4375.60/1096.98	c  N dy 20366   6001745      2560     13741    288939    211030    935414   8643109     16.84     17.73  --
4389.60/1100.46	c  N dy 20451   6021842      2560     13741    288939    124028    935414   2987595     16.84     17.75  --
4402.35/1103.67	c  N dy 20525   6041861      2560     13741    288939    143847    935414   4240378     16.84     18.27  --
4416.68/1107.27	c  N dy 20600   6062272      2560     13741    288939    164037    935414   5527761     16.84     17.73  --
4431.04/1110.80	c  N dy 20651   6082317      2560     13741    288939    183867    935414   6776290     16.84     17.76  --
4445.01/1114.38	c  N dy 20738   6102824      2560     13741    288939    204226    935414   8114014     16.84     17.73  --
4460.16/1118.19	c  N dy 20792   6123675      2560     13741    288939    116967    935414   2456238     16.84     17.80  --
4472.97/1121.34	c  N dy 20882   6143739      2560     13741    288939    136866    935414   3755526     16.84     17.74  --
4485.72/1124.54	c  N dy 20940   6164455      2560     13741    288939    157359    935414   5048303     16.84     17.78  --
4499.30/1127.99	c  N dy 21015   6184481      2560     13741    288939    177227    935414   6325145     16.84     21.02  --
4512.82/1131.37	c  N dy 21096   6204551      2560     13741    288939    197110    935414   7654113     16.84     19.14  --
4519.60/1133.08	c  S st 21129   6214848      2560     13741    288939    207319    935414   8313323     16.84   no data  --
4520.00/1133.16	c  S st 21129   6215350      2560     13741    288939    207820    935414   8353395     16.84   no data  --
4520.00/1133.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.11
4520.00/1133.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4523.19/1133.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 26.9M T:  2.99
4524.79/1134.30	c bin-w-bin subsume rem            0 bins  time:  0.17 s
4530.76/1135.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  6.19 s
4530.76/1135.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
4531.16/1135.92	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
4766.54/1194.98	c lits-rem:        85  cl-subs:     3619  v-elim:      0  v-fix:    0  time: 235.34 s
4766.54/1194.99	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.05
4768.52/1195.48	c vivif2 --  cl tried   204201 cl shrink        0 lits rem          0 time: 1.94
4769.32/1195.66	c asymm  cl-useful: 0/575/13741 lits-rem:0 time: 0.72
4769.32/1195.67	c calculated reachability. Time: 0.01
4769.32/1195.67	c  N dy 21129   6215350      2560     13741    288939    204201    935414   8233927     16.84   no data  --
4787.27/1200.14	c  N dy 21185   6237064      2560     13741    288939    116716    935414   2368829     16.84     17.76  --

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-3369354-1305393047/watcher-3369354-1305393047 -o /tmp/evaluation-result-3369354-1305393047/solver-3369354-1305393047 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369354-1305393047.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: 3.74 4.97 6.51 6/342 11808
/proc/meminfo: memFree=18178668/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 412 0 0 0 0 0 0 0 21 0 4 0 650902695 52465664 352 33554432000 4194304 4650419 140736291437792 18446744073709551615 47166489474988 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 12809 352 303 112 0 7774 0
[pid=11808/tid=11809] ppid=11806 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 650902696 52465664 352 33554432000 4194304 4650419 140736291437792 18446744073709551615 228244405233 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 650902696 52465664 352 33554432000 4194304 4650419 140736291437792 18446744073709551615 47166489474994 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 650902696 52465664 352 33554432000 4194304 4650419 140736291437792 18446744073709551615 47166489474998 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0376271 s]
/proc/loadavg: 3.74 4.97 6.51 6/342 11808
/proc/meminfo: memFree=18178668/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=285740 CPUtime=0.11 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 4689 0 0 0 10 1 0 0 18 0 4 0 650902695 292597760 4459 33554432000 4194304 4650419 140736291437792 18446744073709551615 4373800 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 71468 4561 343 112 0 66433 0
[pid=11808/tid=11809] ppid=11806 vsize=286004 CPUtime=0.02 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) D 11806 11808 11396 0 -1 4202560 1056 0 0 0 2 0 0 0 18 0 4 0 650902696 292868096 4631 33554432000 4194304 4650419 140736291437792 18446744073709551615 228244392119 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=286004 CPUtime=0.02 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 1243 0 0 0 2 0 0 0 18 0 4 0 650902696 292868096 4672 33554432000 4194304 4650419 140736291437792 18446744073709551615 228244453870 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=286004 CPUtime=0.02 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 1088 0 0 0 2 0 0 0 18 0 4 0 650902696 292868096 4702 33554432000 4194304 4650419 140736291437792 18446744073709551615 228244392119 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 285740

[startup+0.106478 s]
/proc/loadavg: 3.74 4.97 6.51 6/342 11808
/proc/meminfo: memFree=18178668/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=293692 CPUtime=0.38 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 11423 0 0 0 34 4 0 0 18 0 4 0 650902695 300740608 11181 33554432000 4194304 4650419 140736291437792 18446744073709551615 228244453919 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 73456 12289 383 112 0 68421 0
[pid=11808/tid=11809] ppid=11806 vsize=293824 CPUtime=0.19 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) D 11806 11808 11396 0 -1 4202560 3041 0 0 0 18 1 0 0 18 0 4 0 650902696 300875776 12322 33554432000 4194304 4650419 140736291437792 18446744073709551615 228244392119 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=293824 CPUtime=0.2 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 3497 0 0 0 19 1 0 0 18 0 4 0 650902696 300875776 12353 33554432000 4194304 4650419 140736291437792 18446744073709551615 228244392119 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=293824 CPUtime=0.19 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 2652 0 0 0 19 0 0 0 18 0 4 0 650902696 300875776 12403 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 293692

[startup+0.31757 s]
/proc/loadavg: 3.74 4.97 6.51 6/342 11808
/proc/meminfo: memFree=18178668/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=296200 CPUtime=1.21 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 18857 0 0 0 114 7 0 0 18 0 4 0 650902695 303308800 18615 33554432000 4194304 4650419 140736291437792 18446744073709551615 4450244 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 74050 18721 387 112 0 69015 0
[pid=11808/tid=11809] ppid=11806 vsize=296200 CPUtime=0.29 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) S 11806 11808 11396 0 -1 4202560 5291 0 0 0 27 2 0 0 18 0 4 0 650902696 303308800 18890 33554432000 4194304 4650419 140736291437792 18446744073709551615 228244453870 0 0 4096 2 18446604463128605824 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=296200 CPUtime=0.29 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) D 11806 11808 11396 0 -1 4202560 5304 0 0 0 28 1 0 0 18 0 4 0 650902696 303308800 19069 33554432000 4194304 4650419 140736291437792 18446744073709551615 228244010017 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=296200 CPUtime=0.29 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 2881 0 0 0 29 0 0 0 18 0 4 0 650902696 303308800 19080 33554432000 4194304 4650419 140736291437792 18446744073709551615 4333600 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 296200

[startup+0.937235 s]
/proc/loadavg: 3.74 4.97 6.51 6/342 11808
/proc/meminfo: memFree=18178668/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=297172 CPUtime=3.68 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 26348 0 0 0 359 9 0 0 18 0 4 0 650902695 304304128 24499 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365330 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 74293 24499 392 112 0 69258 0
[pid=11808/tid=11809] ppid=11806 vsize=297172 CPUtime=0.91 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 7239 0 0 0 88 3 0 0 19 0 4 0 650902696 304304128 24499 33554432000 4194304 4650419 140736291437792 18446744073709551615 228244453870 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=297172 CPUtime=0.91 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 6632 0 0 0 89 2 0 0 19 0 4 0 650902696 304304128 24499 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=297172 CPUtime=0.91 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 4753 0 0 0 90 1 0 0 19 0 4 0 650902696 304304128 24499 33554432000 4194304 4650419 140736291437792 18446744073709551615 228244453919 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 297172

[startup+1.51302 s]
/proc/loadavg: 3.74 4.97 6.51 9/346 11812
/proc/meminfo: memFree=17994504/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=306584 CPUtime=5.97 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 31558 0 0 0 587 10 0 0 19 0 4 0 650902695 313942016 24667 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 76646 24667 392 112 0 71611 0
[pid=11808/tid=11809] ppid=11806 vsize=306584 CPUtime=1.47 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 8497 0 0 0 144 3 0 0 19 0 4 0 650902696 313942016 24667 33554432000 4194304 4650419 140736291437792 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=306584 CPUtime=1.49 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 7881 0 0 0 147 2 0 0 20 0 4 0 650902696 313942016 24667 33554432000 4194304 4650419 140736291437792 18446744073709551615 4364841 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=306584 CPUtime=1.49 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 6167 0 0 0 148 1 0 0 20 0 4 0 650902696 313942016 24667 33554432000 4194304 4650419 140736291437792 18446744073709551615 4348592 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 306584

[startup+3.10074 s]
/proc/loadavg: 3.74 4.97 6.51 9/346 11812
/proc/meminfo: memFree=17990908/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=297692 CPUtime=12.31 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 42387 0 0 0 1218 13 0 0 23 0 4 0 650902695 304836608 25730 33554432000 4194304 4650419 140736291437792 18446744073709551615 4315952 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 74423 25730 393 112 0 69388 0
[pid=11808/tid=11809] ppid=11806 vsize=297692 CPUtime=3.05 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 11007 0 0 0 301 4 0 0 25 0 4 0 650902696 304836608 25730 33554432000 4194304 4650419 140736291437792 18446744073709551615 4363768 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=297692 CPUtime=3.07 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 10555 0 0 0 305 2 0 0 25 0 4 0 650902696 304836608 25730 33554432000 4194304 4650419 140736291437792 18446744073709551615 4334297 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=297692 CPUtime=3.08 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 9153 0 0 0 306 2 0 0 25 0 4 0 650902696 304836608 25730 33554432000 4194304 4650419 140736291437792 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 297692

[startup+6.30119 s]
/proc/loadavg: 4.16 5.03 6.52 9/346 11813
/proc/meminfo: memFree=17851648/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=302620 CPUtime=25.07 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 61111 0 0 0 2491 16 0 0 25 0 4 0 650902695 309882880 41829 33554432000 4194304 4650419 140736291437792 18446744073709551615 4439242 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 75655 41829 394 112 0 70620 0
[pid=11808/tid=11809] ppid=11806 vsize=302620 CPUtime=6.21 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 12959 0 0 0 617 4 0 0 25 0 4 0 650902696 309882880 41829 33554432000 4194304 4650419 140736291437792 18446744073709551615 4439366 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=302620 CPUtime=6.27 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 16495 0 0 0 624 3 0 0 25 0 4 0 650902696 309882880 41829 33554432000 4194304 4650419 140736291437792 18446744073709551615 4436173 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=302620 CPUtime=6.27 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 16121 0 0 0 624 3 0 0 25 0 4 0 650902696 309882880 41829 33554432000 4194304 4650419 140736291437792 18446744073709551615 4436163 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 302620

[startup+12.7011 s]
/proc/loadavg: 4.47 5.08 6.53 9/346 11813
/proc/meminfo: memFree=17758700/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=370100 CPUtime=50.61 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 88075 0 0 0 5040 21 0 0 25 0 4 0 650902695 378982400 53331 33554432000 4194304 4650419 140736291437792 18446744073709551615 4229498 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 92525 53331 394 112 0 87490 0
[pid=11808/tid=11809] ppid=11806 vsize=370100 CPUtime=12.54 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 20122 0 0 0 1248 6 0 0 25 0 4 0 650902696 378982400 53331 33554432000 4194304 4650419 140736291437792 18446744073709551615 4436452 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=370100 CPUtime=12.68 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 23853 0 0 0 1263 5 0 0 25 0 4 0 650902696 378982400 53331 33554432000 4194304 4650419 140736291437792 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=370100 CPUtime=12.68 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 22320 0 0 0 1264 4 0 0 25 0 4 0 650902696 378982400 53331 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 370100

[startup+25.5009 s]
/proc/loadavg: 5.40 5.26 6.56 9/346 11813
/proc/meminfo: memFree=17586648/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=488048 CPUtime=101.67 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 125800 0 0 0 10137 30 0 0 25 0 4 0 650902695 499761152 70666 33554432000 4194304 4650419 140736291437792 18446744073709551615 4540553 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 122012 70666 394 112 0 116977 0
[pid=11808/tid=11809] ppid=11806 vsize=488048 CPUtime=25.21 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 28543 0 0 0 2513 8 0 0 25 0 4 0 650902696 499761152 70666 33554432000 4194304 4650419 140736291437792 18446744073709551615 4363756 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=488048 CPUtime=25.47 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 30960 0 0 0 2541 6 0 0 25 0 4 0 650902696 499761152 70666 33554432000 4194304 4650419 140736291437792 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=488048 CPUtime=25.48 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 36672 0 0 0 2541 7 0 0 25 0 4 0 650902696 499761152 70666 33554432000 4194304 4650419 140736291437792 18446744073709551615 4329878 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 488048

[startup+51.1004 s]
/proc/loadavg: 6.28 5.48 6.60 9/346 11814
/proc/meminfo: memFree=17411876/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=635292 CPUtime=203.78 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 186635 0 0 0 20336 42 0 0 25 0 4 0 650902695 650539008 96776 33554432000 4194304 4650419 140736291437792 18446744073709551615 4331981 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 158823 96776 394 112 0 153788 0
[pid=11808/tid=11809] ppid=11806 vsize=635292 CPUtime=50.52 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 37990 0 0 0 5042 10 0 0 25 0 4 0 650902696 650539008 96776 33554432000 4194304 4650419 140736291437792 18446744073709551615 4328450 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=635292 CPUtime=51.07 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 48069 0 0 0 5098 9 0 0 25 0 4 0 650902696 650539008 96776 33554432000 4194304 4650419 140736291437792 18446744073709551615 4360842 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=635292 CPUtime=51.07 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 56384 0 0 0 5096 11 0 0 25 0 4 0 650902696 650539008 96776 33554432000 4194304 4650419 140736291437792 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 635292

[startup+102.301 s]
/proc/loadavg: 7.35 5.89 6.68 9/346 11815
/proc/meminfo: memFree=17308780/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=718068 CPUtime=408.03 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 311267 0 0 0 40732 71 0 0 25 0 4 0 650902695 735301632 113081 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 179517 113082 394 112 0 174482 0
[pid=11808/tid=11809] ppid=11806 vsize=718068 CPUtime=101.17 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 55514 0 0 0 10103 14 0 0 25 0 4 0 650902696 735301632 113082 33554432000 4194304 4650419 140736291437792 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=718068 CPUtime=102.27 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 90615 0 0 0 10208 19 0 0 25 0 4 0 650902696 735301632 113082 33554432000 4194304 4650419 140736291437792 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=718068 CPUtime=102.27 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 98093 0 0 0 10208 19 0 0 25 0 4 0 650902696 735301632 113082 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.03
Current children cumulated vsize (KiB) 718068

[startup+162.301 s]

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

[pid=11808] ppid=11806 vsize=1345780 CPUtime=2801.5 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 1734987 0 0 0 279725 425 0 0 25 0 4 0 650902695 1378078720 236944 33554432000 4194304 4650419 140736291437792 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 336445 236944 394 112 0 331410 0
[pid=11808/tid=11809] ppid=11806 vsize=1345780 CPUtime=694.62 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 613619 0 0 0 69338 124 0 0 25 0 4 0 650902696 1378078720 236944 33554432000 4194304 4650419 140736291437792 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=1345780 CPUtime=702.27 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 425870 0 0 0 70112 115 0 0 25 0 4 0 650902696 1378078720 236944 33554432000 4194304 4650419 140736291437792 18446744073709551615 4349694 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=1345780 CPUtime=702.28 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 372434 0 0 0 70133 95 0 0 25 0 4 0 650902696 1378078720 236944 33554432000 4194304 4650419 140736291437792 18446744073709551615 4330524 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2801.5
Current children cumulated vsize (KiB) 1345780

[startup+762.3 s]
/proc/loadavg: 8.06 7.82 7.37 9/346 11833
/proc/meminfo: memFree=16223860/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=1422360 CPUtime=3040.84 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 1821894 0 0 0 303633 451 0 0 25 0 4 0 650902695 1456496640 234934 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365216 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 355590 234934 394 112 0 350555 0
[pid=11808/tid=11809] ppid=11806 vsize=1422360 CPUtime=753.98 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 631923 0 0 0 75267 131 0 0 25 0 4 0 650902696 1456496640 234934 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=1422360 CPUtime=762.27 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 448725 0 0 0 76105 122 0 0 25 0 4 0 650902696 1456496640 234934 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=1422360 CPUtime=762.28 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 395891 0 0 0 76125 103 0 0 25 0 4 0 650902696 1456496640 234934 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3040.84
Current children cumulated vsize (KiB) 1422360

[startup+822.301 s]
/proc/loadavg: 8.07 7.86 7.41 9/346 11834
/proc/meminfo: memFree=16195252/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=1459704 CPUtime=3280.19 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 1921510 0 0 0 327539 480 0 0 25 0 4 0 650902695 1494736896 239321 33554432000 4194304 4650419 140736291437792 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 364926 239321 394 112 0 359891 0
[pid=11808/tid=11809] ppid=11806 vsize=1459704 CPUtime=813.32 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 659584 0 0 0 81194 138 0 0 25 0 4 0 650902696 1494736896 239321 33554432000 4194304 4650419 140736291437792 18446744073709551615 4333924 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=1459704 CPUtime=822.27 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 484492 0 0 0 82093 134 0 0 25 0 4 0 650902696 1494736896 239321 33554432000 4194304 4650419 140736291437792 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=1459704 CPUtime=822.28 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 411708 0 0 0 82121 107 0 0 25 0 4 0 650902696 1494736896 239321 33554432000 4194304 4650419 140736291437792 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3280.19
Current children cumulated vsize (KiB) 1459704

[startup+882.3 s]
/proc/loadavg: 8.02 7.89 7.44 9/346 11836
/proc/meminfo: memFree=16282576/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=1114628 CPUtime=3519.54 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 1998870 0 0 0 351439 515 0 0 25 0 4 0 650902695 1141379072 220888 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 278657 220888 394 112 0 273622 0
[pid=11808/tid=11809] ppid=11806 vsize=1114628 CPUtime=872.67 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 674432 0 0 0 87123 144 0 0 25 0 4 0 650902696 1141379072 220888 33554432000 4194304 4650419 140736291437792 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=1114628 CPUtime=882.27 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 515142 0 0 0 88081 146 0 0 25 0 4 0 650902696 1141379072 220888 33554432000 4194304 4650419 140736291437792 18446744073709551615 4363617 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=1114628 CPUtime=882.28 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 427732 0 0 0 88112 116 0 0 25 0 4 0 650902696 1141379072 220888 33554432000 4194304 4650419 140736291437792 18446744073709551615 4367249 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3519.54
Current children cumulated vsize (KiB) 1114628

[startup+942.301 s]
/proc/loadavg: 8.01 7.90 7.47 9/346 11838
/proc/meminfo: memFree=16033512/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=1489612 CPUtime=3758.88 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 2087040 0 0 0 375346 542 0 0 25 0 4 0 650902695 1525362688 255170 33554432000 4194304 4650419 140736291437792 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 372403 255170 394 112 0 367368 0
[pid=11808/tid=11809] ppid=11806 vsize=1489612 CPUtime=932.01 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 703491 0 0 0 93045 156 0 0 25 0 4 0 650902696 1525362688 255170 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=1489612 CPUtime=942.26 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 534276 0 0 0 94076 150 0 0 25 0 4 0 650902696 1525362688 255170 33554432000 4194304 4650419 140736291437792 18446744073709551615 4476311 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=1489612 CPUtime=942.28 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 446827 0 0 0 94107 121 0 0 25 0 4 0 650902696 1525362688 255170 33554432000 4194304 4650419 140736291437792 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3758.88
Current children cumulated vsize (KiB) 1489612

[startup+1002.3 s]
/proc/loadavg: 8.00 7.92 7.50 9/346 11839
/proc/meminfo: memFree=16063936/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=1270768 CPUtime=3998.23 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 2182770 0 0 0 399249 574 0 0 25 0 4 0 650902695 1301266432 251017 33554432000 4194304 4650419 140736291437792 18446744073709551615 4360479 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 317692 251017 394 112 0 312657 0
[pid=11808/tid=11809] ppid=11806 vsize=1270768 CPUtime=991.36 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 714907 0 0 0 98976 160 0 0 25 0 4 0 650902696 1301266432 251017 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=1270768 CPUtime=1002.26 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 573215 0 0 0 100068 158 0 0 25 0 4 0 650902696 1301266432 251017 33554432000 4194304 4650419 140736291437792 18446744073709551615 4363762 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=1270768 CPUtime=1002.28 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 467183 0 0 0 100098 130 0 0 25 0 4 0 650902696 1301266432 251017 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3998.23
Current children cumulated vsize (KiB) 1270768

[startup+1062.3 s]
/proc/loadavg: 8.05 7.94 7.54 9/346 11841
/proc/meminfo: memFree=16045868/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=1334360 CPUtime=4237.57 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 2292277 0 0 0 423151 606 0 0 25 0 4 0 650902695 1366384640 256283 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 333590 256283 394 112 0 328555 0
[pid=11808/tid=11809] ppid=11806 vsize=1334360 CPUtime=1050.7 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 744666 0 0 0 104901 169 0 0 25 0 4 0 650902696 1366384640 256283 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=1334360 CPUtime=1062.27 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 603243 0 0 0 106058 169 0 0 25 0 4 0 650902696 1366384640 256283 33554432000 4194304 4650419 140736291437792 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=1334360 CPUtime=1062.28 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 489222 0 0 0 106092 136 0 0 25 0 4 0 650902696 1366384640 256283 33554432000 4194304 4650419 140736291437792 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4237.57
Current children cumulated vsize (KiB) 1334360

[startup+1122.3 s]
/proc/loadavg: 8.06 7.97 7.57 9/346 11842
/proc/meminfo: memFree=15971656/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=1399896 CPUtime=4476.94 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 2374570 0 0 0 447059 635 0 0 25 0 4 0 650902695 1433493504 265956 33554432000 4194304 4650419 140736291437792 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 349974 265956 394 112 0 344939 0
[pid=11808/tid=11809] ppid=11806 vsize=1399896 CPUtime=1110.05 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 761925 0 0 0 110831 174 0 0 25 0 4 0 650902696 1433493504 265959 33554432000 4194304 4650419 140736291437792 18446744073709551615 4328256 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=1399896 CPUtime=1122.28 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 617274 0 0 0 112054 174 0 0 25 0 4 0 650902696 1433493504 265959 33554432000 4194304 4650419 140736291437792 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=1399896 CPUtime=1122.29 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 514730 0 0 0 112083 146 0 0 25 0 4 0 650902696 1433493504 265959 33554432000 4194304 4650419 140736291437792 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4476.94
Current children cumulated vsize (KiB) 1399896

[startup+1182.3 s]
/proc/loadavg: 8.06 7.99 7.60 9/346 11844
/proc/meminfo: memFree=15781268/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=1682928 CPUtime=4716.26 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 2492196 0 0 0 470961 665 0 0 25 0 4 0 650902695 1723318272 306402 33554432000 4194304 4650419 140736291437792 18446744073709551615 4476129 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 420732 306402 394 112 0 415697 0
[pid=11808/tid=11809] ppid=11806 vsize=1682928 CPUtime=1169.38 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 781988 0 0 0 116753 185 0 0 25 0 4 0 650902696 1723318272 306402 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=1682928 CPUtime=1182.26 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 638836 0 0 0 118044 182 0 0 25 0 4 0 650902696 1723318272 306402 33554432000 4194304 4650419 140736291437792 18446744073709551615 4476293 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=1682928 CPUtime=1182.28 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 578218 0 0 0 118074 154 0 0 25 0 4 0 650902696 1723318272 306402 33554432000 4194304 4650419 140736291437792 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4716.26
Current children cumulated vsize (KiB) 1682928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.11 8.00 7.61 9/346 11844
/proc/meminfo: memFree=15754940/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=1682920 CPUtime=4800.05 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 2502504 0 0 0 479334 671 0 0 25 0 4 0 650902695 1723310080 306637 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 420730 306637 394 112 0 415695 0
[pid=11808/tid=11809] ppid=11806 vsize=1682920 CPUtime=1190.16 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 790981 0 0 0 118825 191 0 0 25 0 4 0 650902696 1723310080 306637 33554432000 4194304 4650419 140736291437792 18446744073709551615 4333593 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=1682920 CPUtime=1203.28 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 638836 0 0 0 120146 182 0 0 25 0 4 0 650902696 1723310080 306637 33554432000 4194304 4650419 140736291437792 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=1682920 CPUtime=1203.29 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 578218 0 0 0 120175 154 0 0 25 0 4 0 650902696 1723310080 306637 33554432000 4194304 4650419 140736291437792 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 1682920

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

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

[startup+1203.3 s]
/proc/loadavg: 8.11 8.00 7.61 9/346 11844
/proc/meminfo: memFree=15754940/32951124 swapFree=67082152/67111528
[pid=11808] ppid=11806 vsize=1682920 CPUtime=4800.05 cores=1,3,5,7
/proc/11808/stat : 11808 (strangenight1-m) R 11806 11808 11396 0 -1 4202496 2502504 0 0 0 479334 671 0 0 25 0 4 0 650902695 1723310080 306637 33554432000 4194304 4650419 140736291437792 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11808/statm: 420730 306637 394 112 0 415695 0
[pid=11808/tid=11809] ppid=11806 vsize=1682920 CPUtime=1190.16 cores=1,3,5,7
/proc/11808/task/11809/stat : 11809 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 790981 0 0 0 118825 191 0 0 25 0 4 0 650902696 1723310080 306637 33554432000 4194304 4650419 140736291437792 18446744073709551615 4333593 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11808/tid=11810] ppid=11806 vsize=1682920 CPUtime=1203.28 cores=1,3,5,7
/proc/11808/task/11810/stat : 11810 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 638836 0 0 0 120146 182 0 0 25 0 4 0 650902696 1723310080 306637 33554432000 4194304 4650419 140736291437792 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11808/tid=11811] ppid=11806 vsize=1682920 CPUtime=1203.29 cores=1,3,5,7
/proc/11808/task/11811/stat : 11811 (strangenight1-m) R 11806 11808 11396 0 -1 4202560 578218 0 0 0 120175 154 0 0 25 0 4 0 650902696 1723310080 306637 33554432000 4194304 4650419 140736291437792 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 1682920

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.37
CPU time (s): 4800.16
CPU user time (s): 4793.39
CPU system time (s): 6.76997
CPU usage (%): 398.892
Max. virtual memory (cumulated for all children) (KiB): 1748464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.39
system time used= 6.76997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2502506
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= 9627
involuntary context switches= 29842

runsolver used 3.73943 second user time and 9.43356 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-14 19:10:47
IDJOB=3369354
IDBENCH=71605
IDSOLVER=1846
FILE ID=node136/3369354-1305393047
RUNJOBID= node136-1305393047-11786
PBS_JOBID= 13324431
Free space on /tmp= 72980 MiB

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

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

MD5SUM BENCH= 98bac4f2d533fe7abb12552567f9e1aa
RANDOM SEED=299102900

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18179568 kB
Buffers:        289120 kB
Cached:        5013432 kB
SwapCached:       2740 kB
Active:       10563176 kB
Inactive:      3867656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18179568 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:           20236 kB
Writeback:           0 kB
AnonPages:     9127180 kB
Mapped:          27588 kB
Slab:           236856 kB
PageTables:      39740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69952912 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= 72976 MiB
End job on node136 at 2011-05-14 19:30:53