Trace number 3258371

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.39 1201.75

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes7.cnf
MD5SUM92e61742efd2e322c59b4442206bebf1
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3258371-1304028764.cnf'
0.00/0.00	c -- header says num vars:           2400
0.00/0.00	c -- header says num clauses:      266431
0.00/0.06	c -- clauses added:            0 learnts,       266431 normals,            0 xors
0.00/0.06	c -- vars added       2400
0.00/0.06	c Parsing time:  0.05 s
0.00/0.06	c  N st     0         0      2400        75    266356         0    535112         0   no data   no data
0.00/0.06	c asymm  cl-useful: 0/75/75 lits-rem:0 time: 0.00
0.00/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
0.00/0.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.15	c bin-w-bin subsume rem         9040 bins  time:  0.03 s
0.00/0.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
0.00/0.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2400 time:  0.03 s
0.00/0.23	c Removed useless bin:       0  fixed:     0  props:   1.30M  time:  0.02 s
0.93/0.31	c lits-rem:       392  cl-subs:        0  v-elim:     75  v-fix:    0  time:  0.07 s
0.93/0.31	c Finding binary XORs  T:     0.00 s  found:       0
0.93/0.32	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.93/0.32	c calculated reachability. Time: 0.00
0.93/0.33	c Calc default polars -  time:   0.00 s pos:       0 undec:      75 neg:    2325
0.93/0.33	c =========================================================================================
0.93/0.33	c types(t): F = full restart, N = normal restart
0.93/0.33	c types(t): S = simplification begin/end, E = solution found
0.93/0.33	c restart types(rt): st = static, dy = dynamic
0.93/0.33	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.93/0.33	c  B st     0         0      2325     11834    243157         0    869410         0   no data   no data
0.93/0.71	c  N dy    19      4340      2325     11834    243159      4311    869409    239603     12.20     12.85
4.19/1.07	c  N dy    40      8405      2325     11834    243159      5874    869405    262526     12.29     13.06
5.57/1.45	c  N dy    62     12542      2325     11834    243159      5768    869405    200657     12.42     13.12
7.17/1.85	c  N dy    85     16859      2325     11834    243159     10057    869400    445786     12.56     13.85
8.76/2.25	c  N dy   103     20955      2325     11834    243159      8539    869400    283642     12.61     15.68
10.36/2.64	c  N dy   128     24962      2325     11834    243159     12526    869400    517575     12.71     15.04
10.36/2.64	c  F st   129     25000      2325     11834    243159     12564    869400    520179     12.71   no data
12.38/3.20	c  N dy   135     30000      2325     11834    243159     10741    869400    340189     12.71   no data
12.38/3.20	c  S st   135     30000      2325     11834    243159     10741    869400    340189     12.71   no data
12.76/3.25	c  S st   135     30501      2325     11834    243159     11242    869400    369840     12.71   no data
12.76/3.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
14.35/3.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     23 BRemL:      0 BRemN:      0 P: 18.4M T:  0.38
14.35/3.65	c blocked clauses removed:        0 vars:      0 tried:        2325 T: 0.00 s
14.35/3.69	c bin-w-bin subsume rem            0 bins  time:  0.04 s
26.34/6.63	c subs with bin:        0  lits-rem:    103836  v-fix:    0  time:  2.94 s
26.34/6.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
26.34/6.68	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
26.74/6.70	c lits-rem:       857  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
31.93/8.04	c subs with bin:        0  lits-rem:         9  v-fix:    0  time:  1.32 s
32.73/8.22	c lits-rem:       464  cl-subs:     2126  v-elim:      0  v-fix:    0  time:  0.17 s
33.53/8.41	c asymm  cl-useful: 0/1730/11834 lits-rem:0 time: 0.20
33.53/8.42	c calculated reachability. Time: 0.00
33.53/8.42	c  N dy   135     30501      2325     11834    243182      9116    764707    324061     12.71   no data
35.12/8.85	c  N dy   157     34569      2325     11834    243182     13154    764707    610134     12.96     13.79
36.72/9.29	c  N dy   191     38646      2325     11834    243186      9364    764707    294739     13.28     13.99
38.74/9.73	c  N dy   218     42744      2325     11834    243188     13431    764707    590372     13.46     14.21
39.92/10.06	c  S st   232     45751      2325     11834    243188     16416    764707    802123     13.47     13.62
40.32/10.11	c  S st   232     46255      2325     11834    243188     16920    764707    842188     13.47   no data
40.32/10.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
41.52/10.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.6M T:  0.36
41.52/10.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.92/10.53	c bin-w-bin subsume rem            0 bins  time:  0.03 s
49.10/12.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.78 s
49.10/12.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
49.10/12.35	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
49.10/12.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
54.70/13.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.39 s
56.69/14.25	c lits-rem:       132  cl-subs:      244  v-elim:      0  v-fix:    0  time:  0.46 s
56.69/14.26	c vivif2 --  cl tried    11834 cl shrink        0 lits rem          0 time: 0.01
56.69/14.29	c vivif2 --  cl tried    16676 cl shrink       16 lits rem         16 time: 0.03
57.49/14.49	c asymm  cl-useful: 0/1781/11834 lits-rem:0 time: 0.20
57.49/14.49	c calculated reachability. Time: 0.00
57.49/14.49	c  N dy   232     46255      2325     11834    243188     16676    764707    831951     13.47   no data
59.49/14.94	c  N dy   252     50394      2325     11834    243188     11884    764707    395032     13.55     14.29
61.09/15.39	c  N dy   274     54781      2325     11834    243188     16235    764707    677178     13.57     14.29
63.49/15.90	c  N dy   300     59350      2325     11834    243188     10875    764707    271755     13.67     14.49
65.10/16.33	c  N dy   327     63383      2325     11834    243188     14880    764707    565133     13.77     14.50
67.09/16.82	c  N dy   352     67759      2325     11834    243188     19222    764707    865678     13.82     14.56
67.89/17.01	c  S st   361     69382      2325     11834    243188     20831    764707    991637     13.85   no data
67.89/17.06	c  S st   361     69884      2325     11834    243188     21332    764707   1032008     13.85   no data
67.89/17.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
69.50/17.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.2M T:  0.37
69.50/17.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
69.50/17.48	c bin-w-bin subsume rem            0 bins  time:  0.03 s
76.67/19.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.79 s
77.07/19.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
77.07/19.32	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
77.07/19.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
83.06/20.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.44 s
85.46/21.48	c lits-rem:       144  cl-subs:      301  v-elim:      0  v-fix:    0  time:  0.67 s
85.46/21.49	c vivif2 --  cl tried    11834 cl shrink        0 lits rem          0 time: 0.01
85.86/21.53	c vivif2 --  cl tried    21031 cl shrink        0 lits rem          0 time: 0.04
86.68/21.73	c asymm  cl-useful: 0/1236/11834 lits-rem:0 time: 0.20
86.68/21.74	c calculated reachability. Time: 0.00
86.68/21.74	c  N dy   361     69884      2325     11834    243188     21031    764707   1019273     13.85   no data
88.66/22.23	c  N dy   376     74424      2325     11834    243188     14624    764707    473273     13.86     15.39
90.65/22.75	c  N dy   401     79387      2325     11834    243188     19551    764707    816688     13.88     14.70
93.04/23.37	c  N dy   416     84782      2325     11834    243188     12998    764707    298491     13.87     14.67
94.25/23.65	c  F st   426     87501      2325     11834    243188     15689    764707    478360     13.86   no data
95.86/24.03	c  N st   431     90796      2325     11834    243188     18947    764707    701996     13.86   no data
98.24/24.68	c  N dy   456     96658      2325     11834    243188     24763    764707   1137741     13.91     16.73
101.04/25.36	c  N dy   483    102990      2325     11834    243188     18144    764707    596037     13.94     14.69
101.84/25.57	c  S st   495    104826      2325     11834    243188     19969    764707    720619     13.95     14.40
102.24/25.63	c  S st   495    105330      2325     11834    243188     20473    764707    760444     13.95   no data
102.24/25.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
103.84/26.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.8M T:  0.36
103.84/26.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
103.84/26.04	c bin-w-bin subsume rem            0 bins  time:  0.03 s
111.02/27.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.78 s
111.02/27.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
111.02/27.87	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
111.02/27.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
116.61/29.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.38 s
118.21/29.66	c lits-rem:       127  cl-subs:      340  v-elim:      0  v-fix:    0  time:  0.37 s
118.21/29.67	c vivif2 --  cl tried    11834 cl shrink        0 lits rem          0 time: 0.01
118.61/29.70	c vivif2 --  cl tried    20133 cl shrink        0 lits rem          0 time: 0.03
119.40/29.91	c asymm  cl-useful: 0/1802/11834 lits-rem:0 time: 0.20
119.40/29.91	c calculated reachability. Time: 0.00
119.40/29.91	c  N dy   495    105330      2325     11834    243188     20133    764707    749176     13.95   no data
122.23/30.67	c  N dy   531    112137      2325     11834    243188     26885    764707   1238030     13.99     15.86
125.40/31.47	c  N dy   552    119325      2325     11834    243188     20134    764707    670923     13.94     14.73
128.99/32.37	c  N dy   594    127197      2325     11834    243188     27934    764707   1203030     13.99     14.94
132.99/33.32	c  N dy   633    135481      2325     11834    243188     21296    764707    694672     14.02     14.90
136.99/34.32	c  N dy   672    144350      2325     11834    243188     30072    764707   1271476     14.05     14.87
141.38/35.41	c  N dy   712    153760      2325     11834    243188     23535    764707    804796     14.06     14.82
143.38/35.91	c  S st   732    157996      2325     11834    243188     27732    764707   1058893     14.06     13.93
143.38/35.97	c  S st   732    158496      2325     11834    243188     28232    764707   1097197     14.06   no data
143.38/35.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
144.97/36.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.3M T:  0.41
144.97/36.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
145.37/36.43	c bin-w-bin subsume rem            0 bins  time:  0.03 s
152.59/38.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.79 s
152.59/38.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
152.59/38.26	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
152.59/38.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
158.55/39.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
161.37/40.50	c lits-rem:       215  cl-subs:      458  v-elim:      0  v-fix:    0  time:  0.78 s
161.78/40.51	c vivif2 --  cl tried    11834 cl shrink        0 lits rem          0 time: 0.01
161.78/40.55	c vivif2 --  cl tried    27774 cl shrink        0 lits rem          0 time: 0.05
162.55/40.75	c asymm  cl-useful: 0/1381/11834 lits-rem:0 time: 0.20
162.55/40.76	c calculated reachability. Time: 0.00
162.55/40.76	c  N dy   732    158496      2325     11834    243188     27774    764707   1082185     14.06   no data
167.74/42.00	c  N dy   781    169193      2325     11834    243188     21547    764707    623864     14.09     14.85
172.93/43.34	c  N dy   810    180188      2325     11834    243188     32379    764707   1260766     14.05     14.79
178.53/44.73	c  N dy   844    191717      2325     11834    243188     25974    764707    830595     14.04     14.79
184.52/46.26	c  N dy   897    203961      2325     11834    243188     19299    764707    363818     14.07     17.27
190.52/47.74	c  N dy   954    217044      2325     11834    243188     32263    764707   1235953     14.10     17.18
197.30/49.46	c  N dy  1002    231120      2325     11834    243188     26388    764707    789491     14.10     14.88
200.51/50.26	c  S st  1036    237744      2325     11834    243188     32952    764707   1221626     14.11   no data
200.92/50.32	c  S st  1036    238247      2325     11834    243188     33454    764707   1256681     14.11   no data
200.92/50.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
202.49/50.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.2M T:  0.40
202.49/50.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
202.49/50.77	c bin-w-bin subsume rem            0 bins  time:  0.03 s
209.70/52.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.79 s
209.70/52.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
210.11/52.60	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
210.11/52.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
215.67/54.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
219.66/55.09	c lits-rem:       206  cl-subs:      655  v-elim:      0  v-fix:    0  time:  1.00 s
220.06/55.10	c vivif2 --  cl tried    11834 cl shrink        0 lits rem          0 time: 0.01
220.06/55.15	c vivif2 --  cl tried    32799 cl shrink        0 lits rem          0 time: 0.05
220.88/55.36	c asymm  cl-useful: 0/1452/11834 lits-rem:0 time: 0.21
220.88/55.37	c calculated reachability. Time: 0.00
220.88/55.37	c  N dy  1036    238247      2325     11834    243188     32799    764707   1235554     14.11   no data
228.46/57.25	c  N dy  1120    253519      2325     11834    243188     27143    764707    778457     14.15     15.03
236.47/59.27	c  N dy  1178    270088      2325     11834    243188     43514    764707   1822738     14.14     14.95
245.64/61.55	c  N dy  1235    288615      2325     11834    243188     40086    764707   1477979     14.11     15.02
254.05/63.69	c  F st  1307    306251      2325     11834    243188     34798    764707   1132098     14.11     14.45
254.82/63.87	c  N st  1310    307438      2325     11834    243188     35973    764707   1203247     14.11   no data
264.81/66.32	c  N dy  1369    327485      2325     11834    243188     32070    764707    906509     14.09     15.04
274.80/68.86	c  N dy  1453    347556      2325     11834    243188     27181    764707    564400     14.11     15.09
279.60/70.05	c  S st  1484    357370      2325     11834    243188     36882    764707   1164413     14.09   no data
280.01/70.11	c  S st  1484    357874      2325     11834    243188     37386    764707   1202628     14.09   no data
280.01/70.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
281.59/70.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.8M T:  0.40
281.59/70.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
281.59/70.56	c bin-w-bin subsume rem            0 bins  time:  0.03 s
288.79/72.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.79 s
288.79/72.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
288.79/72.39	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
289.19/72.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
294.77/73.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.38 s
297.99/74.68	c lits-rem:       166  cl-subs:      558  v-elim:      0  v-fix:    0  time:  0.85 s
297.99/74.69	c vivif2 --  cl tried    11834 cl shrink        0 lits rem          0 time: 0.01
298.36/74.74	c vivif2 --  cl tried    36828 cl shrink        0 lits rem          0 time: 0.06
299.16/74.96	c asymm  cl-useful: 0/1517/11834 lits-rem:0 time: 0.21
299.16/74.97	c calculated reachability. Time: 0.00
299.16/74.97	c  N dy  1484    357874      2325     11834    243188     36828    764707   1183300     14.09   no data
309.55/77.54	c  N dy  1557    377880      2325     11834    243188     30900    764707    733104     14.09     16.04
319.96/80.15	c  N dy  1634    398805      2325     11834    243188     51504    764707   1957473     14.08     14.84
329.92/82.65	c  N dy  1719    418918      2325     11834    243188     44744    764707   1558414     14.09     14.84
340.32/85.22	c  N dy  1789    439151      2325     11834    243188     37049    764707   1015151     14.07     14.83
350.31/87.77	c  N dy  1878    459214      2325     11834    243188     56915    764707   2295888     14.08     14.90
360.68/90.34	c  N dy  1965    479902      2325     11834    243188     48720    764707   1719453     14.09     14.84
371.07/92.96	c  N dy  2056    500036      2325     11834    243188     38976    764707   1040988     14.10     14.87
381.85/95.64	c  N dy  2138    520612      2325     11834    243188     59314    764707   2300865     14.09     14.87
390.26/97.73	c  S st  2212    536811      2325     11834    243188     44667    764707   1322861     14.10     14.39
390.26/97.79	c  S st  2212    537315      2325     11834    243188     45170    764707   1359808     14.10   no data
390.64/97.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
392.24/98.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.2M T:  0.41
392.24/98.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
392.24/98.26	c bin-w-bin subsume rem            0 bins  time:  0.03 s
399.42/100.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.78 s
399.42/100.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
399.42/100.09	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
399.82/100.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
405.43/101.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
409.81/102.67	c lits-rem:       230  cl-subs:      628  v-elim:      0  v-fix:    0  time:  1.12 s
409.81/102.68	c vivif2 --  cl tried    11834 cl shrink        0 lits rem          0 time: 0.01
410.21/102.75	c vivif2 --  cl tried    44542 cl shrink        0 lits rem          0 time: 0.07
411.01/102.92	c asymm  cl-useful: 0/860/11834 lits-rem:0 time: 0.17
411.01/102.93	c calculated reachability. Time: 0.00
411.01/102.93	c  N dy  2212    537315      2325     11834    243188     44542    764707   1342191     14.10   no data
422.59/105.84	c  N dy  2297    558262      2325     11834    243188     33613    764707    623413     14.10     14.85
432.59/108.38	c  N dy  2361    578364      2325     11834    243188     53523    764707   1863153     14.09     14.91
444.96/111.47	c  N dy  2422    601553      2325     11834    243188     43802    764707   1176039     14.07     14.95
455.77/114.18	c  N dy  2500    621619      2325     11834    243188     63665    764707   2360072     14.07     18.88
466.93/116.95	c  N dy  2570    642196      2325     11834    243188     50361    764707   1547183     14.07     14.82
479.32/120.03	c  N dy  2640    662769      2325     11834    243188     36069    764707    646558     14.06     14.98
490.11/122.75	c  N dy  2723    683337      2325     11834    243188     56403    764707   1855038     14.07     14.96
501.69/125.66	c  N dy  2778    703762      2325     11834    243188     40989    764707    896287     14.05     14.90
512.48/128.32	c  N dy  2853    724005      2325     11834    243188     60992    764707   2101718     14.05     14.80
523.66/131.14	c  N dy  2918    744179      2325     11834    243188     44363    764707   1038342     14.04     14.88
534.45/133.81	c  N dy  3011    764561      2325     11834    243188     64542    764707   2301178     14.05     15.05
546.04/136.73	c  N dy  3093    784912      2325     11834    243188     47089    764707   1146832     14.06     14.81
557.24/139.54	c  N dy  3189    805110      2325     11834    243188     67092    764707   2345585     14.07     14.82
557.61/139.67	c  S st  3197    805973      2325     11834    243188     67947    764707   2398005     14.07   no data
558.01/139.74	c  S st  3197    806475      2325     11834    243188     68447    764707   2435820     14.07   no data
558.01/139.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
560.01/140.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.0M T:  0.47
560.01/140.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
560.01/140.26	c bin-w-bin subsume rem            0 bins  time:  0.03 s
567.20/142.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.79 s
567.20/142.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
567.20/142.09	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
567.60/142.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
573.59/143.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.44 s
588.37/147.39	c lits-rem:       465  cl-subs:     1355  v-elim:      0  v-fix:    0  time:  3.74 s
588.37/147.40	c vivif2 --  cl tried    11834 cl shrink        0 lits rem          0 time: 0.01
589.17/147.52	c vivif2 --  cl tried    67092 cl shrink        0 lits rem          0 time: 0.12
589.97/147.74	c asymm  cl-useful: 0/1080/11834 lits-rem:0 time: 0.22
589.97/147.75	c calculated reachability. Time: 0.00
589.97/147.75	c  N dy  3197    806475      2325     11834    243188     67092    764707   2396559     14.07   no data
601.18/150.55	c  N dy  3284    826501      2325     11834    243188     48338    764707   1187412     14.07     14.96
612.35/153.37	c  N dy  3362    846647      2325     11834    243188     68284    764707   2375291     14.07     14.83
623.93/156.26	c  N dy  3448    867221      2325     11834    243188     49062    764707   1175597     14.07     14.88
635.11/159.05	c  N dy  3542    887271      2325     11834    243188     68868    764707   2330610     14.08     14.83
646.69/161.96	c  N dy  3633    907752      2325     11834    243188     48577    764707   1090502     14.09     14.84
657.90/164.73	c  N dy  3723    927900      2325     11834    243188     68539    764707   2274359     14.09     14.91
669.07/167.58	c  N dy  3789    948039      2325     11834    243188     46882    764707    970835     14.09     14.93
679.87/170.25	c  N dy  3872    968139      2325     11834    243188     66776    764707   2147313     14.09     18.22
692.63/173.45	c  N dy  3948    989231      2325     11834    243188     45076    764707    779321     14.08     14.99
703.02/176.03	c  N dy  4037   1009318      2325     11834    243188     64958    764707   1971072     14.09     15.39
714.60/178.91	c  N dy  4107   1029377      2325     11834    243188     84798    764707   3130732     14.09     14.87
725.79/181.74	c  N dy  4178   1049437      2325     11834    243188     61067    764707   1638789     14.09     15.62
737.77/184.74	c  N dy  4251   1070324      2325     11834    243188     81701    764707   2824088     14.09     14.86
738.57/184.99	c  F st  4254   1071876      2325     11834    243188     83231    764707   2902956     14.09   no data
748.55/187.48	c  N dy  4324   1090360      2325     11834    243188     57055    764707   1418556     14.09     14.88
760.14/190.30	c  N dy  4401   1110460      2325     11834    243188     76908    764707   2558068     14.09     14.96
771.72/193.26	c  N dy  4479   1130698      2325     11834    243188     51443    764707   1017998     14.09     14.85
782.51/195.96	c  N dy  4543   1150736      2325     11834    243188     71258    764707   2165362     14.08     14.83
795.30/199.11	c  N dy  4622   1171986      2325     11834    243188     92221    764707   3371039     14.08     14.88
806.47/201.90	c  N dy  4712   1192302      2325     11834    243188     65909    764707   1858419     14.08     14.84
816.48/204.44	c  S st  4781   1209712      2325     11834    243188     83083    764707   2841990     14.08     14.27
816.86/204.51	c  S st  4781   1210217      2325     11834    243188     83584    764707   2876125     14.08   no data
816.86/204.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
818.87/205.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.2M T:  0.48
818.87/205.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
818.87/205.05	c bin-w-bin subsume rem            0 bins  time:  0.03 s
826.05/206.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.79 s
826.05/206.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
826.05/206.89	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
826.45/206.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
832.84/208.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.52 s
844.43/211.41	c lits-rem:       489  cl-subs:     1937  v-elim:      0  v-fix:    0  time:  2.87 s
844.43/211.42	c vivif2 --  cl tried    11834 cl shrink        0 lits rem          0 time: 0.01
844.83/211.57	c vivif2 --  cl tried    81647 cl shrink        0 lits rem          0 time: 0.15
846.03/211.80	c asymm  cl-useful: 0/1056/11834 lits-rem:0 time: 0.23
846.03/211.81	c calculated reachability. Time: 0.00
846.03/211.81	c  N dy  4781   1210217      2325     11834    243188     81647    764707   2824584     14.08   no data
858.41/214.94	c  N dy  4846   1230226      2325     11834    243188     53973    764707   1076031     14.08     15.81
869.59/217.74	c  N dy  4927   1250283      2325     11834    243188     73801    764707   2209540     14.08     15.61
881.99/220.81	c  N dy  4996   1270905      2325     11834    243188     94195    764707   3328091     14.07     14.90
893.16/223.60	c  N dy  5086   1291005      2325     11834    243188     65635    764707   1687138     14.08     17.50
903.97/226.39	c  N dy  5156   1311074      2325     11834    243188     85466    764707   2812127     14.07     15.07
915.93/229.36	c  N dy  5236   1331258      2325     11834    243188     56020    764707   1139051     14.08     14.84
927.12/232.11	c  N dy  5309   1351764      2325     11834    243188     76310    764707   2311420     14.07     14.85
938.70/235.07	c  N dy  5362   1372018      2325     11834    243188     96321    764707   3424230     14.07     14.94
949.88/237.87	c  N dy  5437   1392303      2325     11834    243188     65949    764707   1605129     14.06     14.85
961.09/240.69	c  N dy  5511   1412304      2325     11834    243188     85731    764707   2730133     14.06     23.52
973.85/243.85	c  N dy  5599   1432462      2325     11834    243188     54253    764707    919509     14.06     14.83
984.63/246.54	c  N dy  5684   1452475      2325     11834    243188     74035    764707   2044496     14.06     14.88
996.64/249.56	c  N dy  5755   1473151      2325     11834    243188     94478    764707   3199398     14.06     14.88
1008.60/252.53	c  N dy  5829   1493254      2325     11834    243188     61947    764707   1321095     14.06     15.05
1019.79/255.35	c  N dy  5918   1513401      2325     11834    243188     81855    764707   2464039     14.06     14.85
1031.39/258.27	c  N dy  5998   1533482      2325     11834    243188    101699    764707   3612819     14.06     14.89
1042.95/261.13	c  N dy  6068   1553524      2325     11834    243188     68158    764707   1620162     14.06     15.33
1054.14/263.98	c  N dy  6128   1573531      2325     11834    243188     87905    764707   2726646     14.05     18.86
1068.12/267.48	c  N dy  6194   1595012      2325     11834    243188     54734    764707    815181     14.05     14.79
1079.30/270.20	c  N dy  6258   1615190      2325     11834    243188     74660    764707   1918198     14.04     14.88
1090.89/273.14	c  N dy  6315   1635417      2325     11834    243188     94652    764707   3068707     14.04     14.79
1104.07/276.45	c  N dy  6394   1655892      2325     11834    243188     59548    764707   1014474     14.04     14.81
1115.65/279.34	c  N dy  6468   1676396      2325     11834    243188     79802    764707   2132003     14.04     14.80
1127.64/282.37	c  N dy  6557   1696458      2325     11834    243188     99616    764707   3242636     14.04     14.78
1136.85/284.69	c  S st  6621   1710217      2325     11834    243188     56919    764707    852365     14.04     13.37
1137.24/284.75	c  S st  6621   1710721      2325     11834    243188     57423    764707    886264     14.04   no data
1137.24/284.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1138.83/285.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.0M T:  0.40
1138.83/285.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1139.23/285.20	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1146.04/286.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.79 s
1146.41/287.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1146.41/287.04	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
1146.41/287.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1151.20/288.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.18 s
1152.00/288.46	c lits-rem:        32  cl-subs:       61  v-elim:      0  v-fix:    0  time:  0.18 s
1152.00/288.47	c vivif2 --  cl tried    11834 cl shrink        0 lits rem          0 time: 0.01
1152.40/288.53	c vivif2 --  cl tried    57362 cl shrink        0 lits rem          0 time: 0.06
1153.20/288.74	c asymm  cl-useful: 0/1227/11834 lits-rem:0 time: 0.21
1153.20/288.75	c calculated reachability. Time: 0.00
1153.20/288.75	c  N dy  6621   1710721      2325     11834    243188     57362    764707    884699     14.04   no data
1164.79/291.63	c  N dy  6681   1731106      2325     11834    243188     77455    764707   1945696     14.04     14.80
1178.37/295.01	c  N dy  6763   1753106      2325     11834    243188     99170    764707   3122862     14.04     14.97
1191.95/298.49	c  N dy  6858   1773242      2325     11834    243188     61797    764707   1087374     14.04     14.95
1204.33/301.55	c  N dy  6946   1794707      2325     11834    243188     83021    764707   2263416     14.04     14.97
1216.72/304.62	c  N dy  7014   1815110      2325     11834    243188    103178    764707   3412467     14.04     14.94
1229.52/307.81	c  N dy  7098   1835957      2325     11834    243188     65521    764707   1260686     14.04     14.85
1241.49/310.89	c  N dy  7132   1857531      2325     11834    243188     86765    764707   2469451     14.03     14.79
1253.87/313.92	c  N dy  7226   1877641      2325     11834    243188    106686    764707   3644794     14.03     15.04
1267.05/317.23	c  N dy  7297   1899126      2325     11834    243188     68639    764707   1391280     14.03     15.04
1278.24/320.05	c  N dy  7367   1919238      2325     11834    243188     88489    764707   2496701     14.03     14.81
1290.64/323.17	c  N dy  7451   1939590      2325     11834    243188    108646    764707   3653644     14.03     14.80
1303.40/326.34	c  N dy  7546   1959813      2325     11834    243188     68344    764707   1337219     14.03     14.78
1315.39/329.35	c  N dy  7630   1980099      2325     11834    243188     88382    764707   2423243     14.04     14.85
1327.77/332.43	c  N dy  7712   2000737      2325     11834    243188    108761    764707   3587092     14.04     14.83
1340.95/335.73	c  N dy  7794   2021094      2325     11834    243188     67631    764707   1257206     14.04     14.85
1352.15/338.60	c  N dy  7867   2041197      2325     11834    243188     87503    764707   2376257     14.04     15.17
1364.93/341.74	c  N dy  7949   2061371      2325     11834    243188    107431    764707   3482451     14.04     14.81
1378.51/345.13	c  N dy  8023   2081643      2325     11834    243188     65201    764707   1055586     14.04     14.98
1390.09/348.05	c  N dy  8108   2101657      2325     11834    243188     84961    764707   2143722     14.04     14.84
1402.86/351.24	c  N dy  8173   2122444      2325     11834    243188    105502    764707   3257979     14.03     14.81
1416.05/354.51	c  N dy  8264   2142558      2325     11834    243188    125382    764707   4368655     14.04     14.83
1428.43/357.66	c  N dy  8343   2163431      2325     11834    243188     82782    764707   2005642     14.04     14.82
1440.44/360.66	c  N dy  8411   2183462      2325     11834    243188    102559    764707   3096080     14.03     14.90
1454.00/364.04	c  N dy  8494   2203533      2325     11834    243188    122421    764707   4174528     14.03     17.17
1459.59/365.49	c  S st  8524   2210721      2325     11834    243188     65295    764707    979207     14.03   no data
1459.99/365.55	c  S st  8524   2211221      2325     11834    243188     65795    764707   1015084     14.03   no data
1459.99/365.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1461.59/365.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.6M T:  0.42
1461.59/365.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1462.00/366.02	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1469.18/367.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.79 s
1469.18/367.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1469.18/367.86	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
1469.18/367.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1474.38/369.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.19 s
1474.78/369.29	c lits-rem:        49  cl-subs:       66  v-elim:      0  v-fix:    0  time:  0.18 s
1474.78/369.30	c vivif2 --  cl tried    11834 cl shrink        0 lits rem          0 time: 0.01
1475.19/369.37	c vivif2 --  cl tried    65729 cl shrink        0 lits rem          0 time: 0.07
1475.97/369.58	c asymm  cl-useful: 0/1229/11834 lits-rem:0 time: 0.22
1475.97/369.59	c calculated reachability. Time: 0.00
1475.97/369.59	c  N dy  8524   2211221      2325     11834    243188     65729    764707   1013396     14.03   no data
1487.16/372.31	c  N dy  8599   2231361      2325     11834    243188     85650    764707   2120907     14.03     14.84
1499.14/375.38	c  N dy  8671   2251384      2325     11834    243188    105439    764707   3224472     14.03     15.36
1512.72/378.79	c  N dy  8742   2271836      2325     11834    243188    125623    764707   4333238     14.03     14.78
1525.50/381.99	c  N dy  8812   2291838      2325     11834    243188     80153    764707   1743783     14.03     15.10
1538.29/385.17	c  N dy  8897   2312535      2325     11834    243188    100622    764707   2866758     14.03     14.95
1551.47/388.47	c  N dy  8957   2332631      2325     11834    243188    120421    764707   3913460     14.03     14.78
1564.65/391.75	c  N dy  9041   2352704      2325     11834    243188     74113    764707   1431641     14.03     16.40
1576.66/394.76	c  N dy  9123   2372754      2325     11834    243188     93908    764707   2483617     14.03     14.77
1589.44/397.92	c  N dy  9202   2392813      2325     11834    243188    113719    764707   3570738     14.03     14.86
1602.62/401.30	c  N dy  9266   2412894      2325     11834    243188    133563    764707   4672827     14.03     16.00
1616.21/404.65	c  N dy  9327   2434265      2325     11834    243188     87463    764707   1992831     14.03     14.91
1628.98/407.87	c  N dy  9399   2455065      2325     11834    243188    108007    764707   3131831     14.02     14.88
1642.57/411.24	c  N dy  9458   2475150      2325     11834    243188    127857    764707   4216273     14.02     14.86
1656.12/414.63	c  N dy  9551   2495421      2325     11834    243188     79733    764707   1603454     14.02     14.82
1668.53/417.70	c  N dy  9623   2516118      2325     11834    243188    100150    764707   2701875     14.02     14.78
1682.49/421.29	c  N dy  9664   2537102      2325     11834    243188    120807    764707   3719674     14.01     14.87
1696.87/424.86	c  N dy  9755   2557290      2325     11834    243188     71674    764707   1140902     14.02     14.79
1708.86/427.80	c  N dy  9839   2577345      2325     11834    243188     91521    764707   2248794     14.02     14.88
1721.66/431.05	c  N dy  9900   2597438      2325     11834    243188    111322    764707   3313560     14.01     14.78
1735.61/434.57	c  N dy  9972   2617459      2325     11834    243188    131114    764707   4390634     14.01     14.85
1749.61/438.02	c  N dy 10042   2637561      2325     11834    243188     80798    764707   1578700     14.01     16.36
1761.99/441.15	c  N dy 10122   2657691      2325     11834    243188    100696    764707   2652986     14.01     14.88
1775.56/444.55	c  N dy 10215   2678321      2325     11834    243188    121078    764707   3810732     14.01     14.77
1789.54/448.10	c  N dy 10296   2698401      2325     11834    243188    140924    764707   4904225     14.02     14.76
1798.33/450.22	c  S st 10339   2711221      2325     11834    243188     82451    764707   1586714     14.01     12.35
1798.33/450.29	c  S st 10339   2711724      2325     11834    243188     82954    764707   1621156     14.01   no data
1798.73/450.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1800.36/450.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.9M T:  0.46
1800.36/450.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1800.76/450.81	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1807.92/452.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.79 s
1807.92/452.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1807.92/452.64	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
1807.92/452.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1813.54/454.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
1816.31/454.78	c lits-rem:       126  cl-subs:     1084  v-elim:      0  v-fix:    0  time:  0.74 s
1816.31/454.79	c vivif2 --  cl tried    11834 cl shrink        0 lits rem          0 time: 0.01
1816.71/454.89	c vivif2 --  cl tried    81870 cl shrink        0 lits rem          0 time: 0.10
1817.93/455.12	c asymm  cl-useful: 0/1162/11834 lits-rem:0 time: 0.23
1817.93/455.13	c calculated reachability. Time: 0.00
1817.93/455.13	c  N dy 10339   2711724      2325     11834    243188     81870    764707   1597900     14.01   no data
1829.49/458.08	c  N dy 10401   2731746      2325     11834    243188    101690    764707   2674876     14.01     14.81
1843.47/461.53	c  N dy 10472   2753072      2325     11834    243188    122759    764707   3812729     14.01     14.82
1857.88/465.19	c  N dy 10559   2773293      2325     11834    243188    142692    764707   4883911     14.01     14.92
1870.24/468.29	c  N dy 10614   2793313      2325     11834    243188     90284    764707   2002780     14.01     14.78
1885.02/471.94	c  N dy 10673   2816406      2325     11834    243188    113029    764707   3227021     14.00     14.81
1899.40/475.58	c  N dy 10752   2837439      2325     11834    243188    133790    764707   4348079     14.00     14.82
1914.59/479.32	c  N dy 10828   2858850      2325     11834    243188     81932    764707   1507036     14.00     14.78
1926.96/482.40	c  N dy 10914   2879547      2325     11834    243188    102371    764707   2622096     14.00     14.87
1939.75/485.61	c  N dy 10996   2899905      2325     11834    243188    122437    764707   3714668     14.00     14.85
1953.73/489.14	c  N dy 11078   2919974      2325     11834    243188    142284    764707   4788453     14.00     14.85
1967.33/492.53	c  N dy 11158   2940019      2325     11834    243188     88088    764707   1834283     14.00     14.75
1980.10/495.71	c  N dy 11247   2960602      2325     11834    243188    108465    764707   2957921     14.01     14.79
1994.47/499.30	c  N dy 11326   2980889      2325     11834    243188    128492    764707   4011517     14.00     14.79
2008.85/502.96	c  N dy 11384   3001947      2325     11834    243188    149284    764707   5176534     14.00     14.79
2022.44/506.32	c  N dy 11442   3022417      2325     11834    243188     94388    764707   2054429     14.00     14.83
2035.21/509.55	c  N dy 11510   3042657      2325     11834    243188    114351    764707   3115821     14.00     14.74
2049.19/513.04	c  N dy 11600   3063566      2325     11834    243188    135019    764707   4217232     14.00     14.86
2063.58/516.64	c  N dy 11689   3083646      2325     11834    243188     78840    764707   1238847     14.00     16.58
2075.56/519.63	c  N dy 11766   3103900      2325     11834    243188     98851    764707   2330899     14.00     14.87
2088.75/522.97	c  N dy 11849   3124058      2325     11834    243188    118780    764707   3399783     14.00     14.84
2103.94/526.76	c  N dy 11938   3144451      2325     11834    243188    138936    764707   4506736     14.00     14.88
2119.10/530.52	c  N dy 12009   3164535      2325     11834    243188     81731    764707   1349831     14.00     15.43
2131.08/533.57	c  N dy 12090   3184614      2325     11834    243188    101578    764707   2449091     14.00     14.79
2145.07/537.05	c  N dy 12192   3204681      2325     11834    243188    121394    764707   3546883     14.00     15.60
2149.86/538.29	c  S st 12210   3211727      2325     11834    243188    128309    764707   3899491     14.00     12.27
2150.26/538.38	c  S st 12210   3212233      2325     11834    243188    128815    764707   3936887     14.00   no data
2150.26/538.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2152.66/538.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.7M T:  0.55
2152.66/538.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2152.66/538.99	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2159.85/540.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.79 s
2160.25/540.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
2160.25/540.83	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
2160.25/540.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2167.04/542.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.52 s
2181.82/546.28	c lits-rem:       517  cl-subs:     2842  v-elim:      0  v-fix:    0  time:  3.75 s
2181.82/546.29	c vivif2 --  cl tried    11834 cl shrink        0 lits rem          0 time: 0.01
2183.03/546.51	c vivif2 --  cl tried   125973 cl shrink        0 lits rem          0 time: 0.22
2183.81/546.76	c asymm  cl-useful: 0/1201/11834 lits-rem:0 time: 0.25
2183.81/546.77	c calculated reachability. Time: 0.00
2183.81/546.77	c  N dy 12210   3212233      2325     11834    243188    125973    764707   3866444     14.00   no data
2198.99/550.55	c  N dy 12291   3232505      2325     11834    243188    146007    764707   4916620     14.00     14.85
2213.80/554.25	c  N dy 12360   3252847      2325     11834    243188     88034    764707   1593246     14.00     14.86
2226.58/557.44	c  N dy 12439   3272962      2325     11834    243188    107903    764707   2659992     14.00     14.77
2239.75/560.80	c  N dy 12508   3293673      2325     11834    243188    128365    764707   3813670     14.00     15.06
2254.52/564.46	c  N dy 12575   3313782      2325     11834    243188    148261    764707   4938023     14.00     14.80
2270.10/568.36	c  N dy 12648   3334406      2325     11834    243188     89620    764707   1694401     14.00     14.86
2283.28/571.65	c  N dy 12731   3355116      2325     11834    243188    110089    764707   2798420     14.00     14.87
2296.88/575.08	c  N dy 12779   3375309      2325     11834    243188    129964    764707   3856134     13.99     14.91
2311.64/578.77	c  N dy 12859   3395717      2325     11834    243188    150130    764707   4937430     13.99     14.74
2326.42/582.43	c  N dy 12947   3415869      2325     11834    243188     90070    764707   1694821     13.99     14.76
2339.60/585.71	c  N dy 13031   3436026      2325     11834    243188    110012    764707   2770165     13.99     14.76
2352.79/589.09	c  N dy 13125   3456109      2325     11834    243188    129861    764707   3875129     14.00     14.83
2367.59/592.78	c  N dy 13207   3476149      2325     11834    243188    149622    764707   4932061     14.00     14.74
2381.94/596.33	c  N dy 13257   3496190      2325     11834    243188     88377    764707   1587196     14.00     14.93
2394.73/599.50	c  N dy 13328   3516677      2325     11834    243188    108598    764707   2691332     13.99     14.78
2408.31/602.94	c  N dy 13419   3536761      2325     11834    243188    128444    764707   3775687     14.00     14.74
2422.70/606.59	c  N dy 13487   3557177      2325     11834    243188    148573    764707   4841467     13.99     14.80
2437.90/610.39	c  N dy 13571   3577636      2325     11834    243188     86846    764707   1452429     14.00     14.76
2450.68/613.51	c  N dy 13650   3598105      2325     11834    243188    107057    764707   2558116     13.99     14.84
2463.44/616.71	c  N dy 13743   3618112      2325     11834    243188    126824    764707   3666318     14.00     16.40
2477.82/620.30	c  N dy 13828   3638517      2325     11834    243188    147006    764707   4777080     14.00     14.74
2493.79/624.37	c  N dy 13915   3658598      2325     11834    243188     83899    764707   1242717     14.00     14.94
2506.18/627.44	c  N dy 13994   3678611      2325     11834    243188    103630    764707   2299533     14.00     14.83
2520.57/631.02	c  N dy 14061   3699025      2325     11834    243188    123777    764707   3383948     14.00     14.75
2529.77/633.37	c  S st 14118   3712234      2325     11834    243188    136794    764707   4088284     14.00   no data
2530.17/633.45	c  S st 14118   3712742      2325     11834    243188    137301    764707   4123908     14.00   no data
2530.17/633.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2532.55/634.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.4M T:  0.58
2532.55/634.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2532.95/634.10	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2539.73/635.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.79 s
2540.13/635.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
2540.13/635.94	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
2540.13/635.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2546.53/637.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.45 s
2562.10/641.44	c lits-rem:       462  cl-subs:     3732  v-elim:      0  v-fix:    0  time:  3.87 s
2562.10/641.45	c vivif2 --  cl tried    11834 cl shrink        0 lits rem          0 time: 0.01
2562.91/641.68	c vivif2 --  cl tried   133569 cl shrink        0 lits rem          0 time: 0.23
2564.10/641.95	c asymm  cl-useful: 0/1150/11834 lits-rem:0 time: 0.26
2564.10/641.96	c calculated reachability. Time: 0.00
2564.10/641.96	c  N dy 14118   3712742      2325     11834    243188    133569    764707   4035101     14.00   no data
2578.88/645.60	c  N dy 14193   3732806      2325     11834    243188    153371    764707   5092775     14.00     14.80
2593.26/649.24	c  F st 14249   3751562      2325     11834    243188     87996    764707   1374853     13.99     10.26
2594.46/649.54	c  N st 14253   3753592      2325     11834    243188     90001    764707   1502387     13.99   no data
2607.24/652.71	c  N dy 14304   3773709      2325     11834    243188    109804    764707   2546641     13.99     14.74
2620.82/656.15	c  N dy 14378   3793794      2325     11834    243188    129622    764707   3603456     13.99     15.67
2636.00/659.93	c  N dy 14474   3814142      2325     11834    243188    149742    764707   4698684     13.99     14.76
2653.57/664.35	c  N dy 14548   3835244      2325     11834    243188     85728    764707   1265708     13.99     14.74
2666.38/667.53	c  N dy 14636   3855596      2325     11834    243188    105786    764707   2337432     13.99     14.84
2679.94/670.96	c  N dy 14702   3876626      2325     11834    243188    126524    764707   3437084     13.99     14.77
2694.32/674.58	c  N dy 14788   3896727      2325     11834    243188    146367    764707   4489318     13.99     14.80
2709.50/678.34	c  N dy 14882   3916872      2325     11834    243188    166238    764707   5575184     14.00     14.83
2723.10/681.70	c  N dy 14955   3936877      2325     11834    243188    100173    764707   2018719     14.00     14.74
2736.28/685.03	c  N dy 15023   3957211      2325     11834    243188    120240    764707   3085025     13.99     15.01
2750.24/688.56	c  N dy 15076   3977478      2325     11834    243188    140214    764707   4155459     13.99     14.76
2765.03/692.29	c  N dy 15168   3997746      2325     11834    243188    160250    764707   5281296     14.00     14.91
2780.63/696.12	c  N dy 15249   4018453      2325     11834    243188     93859    764707   1621015     13.99     14.74
2793.81/699.46	c  N dy 15308   4038701      2325     11834    243188    113825    764707   2661534     13.99     14.73
2807.76/702.99	c  N dy 15400   4059177      2325     11834    243188    134068    764707   3759695     13.99     15.08
2822.55/706.69	c  N dy 15484   4079425      2325     11834    243188    154088    764707   4855359     13.99     14.75
2838.52/710.65	c  N dy 15545   4100857      2325     11834    243188    175151    764707   5966600     13.99     14.90
2853.31/714.33	c  N dy 15636   4122113      2325     11834    243188    108300    764707   2337519     13.99     14.74
2867.29/717.82	c  N dy 15714   4143163      2325     11834    243188    129106    764707   3478855     13.99     14.73
2882.46/721.61	c  N dy 15809   4163499      2325     11834    243188    149219    764707   4570737     13.99     14.98
2897.24/725.39	c  N dy 15889   4183537      2325     11834    243188    168985    764707   5656007     13.99     14.77
2913.23/729.38	c  N dy 15979   4204218      2325     11834    243188    100551    764707   1891412     14.00     14.78
2918.81/730.75	c  S st 16022   4212742      2325     11834    243188    108985    764707   2358796     14.00   no data
2919.22/730.83	c  S st 16022   4213243      2325     11834    243188    109485    764707   2391380     14.00   no data
2919.22/730.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2921.24/731.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.6M T:  0.52
2921.24/731.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2921.61/731.40	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2928.80/733.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.79 s
2928.80/733.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
2928.80/733.24	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
2928.80/733.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2934.80/734.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.41 s
2941.59/736.45	c lits-rem:       145  cl-subs:     1365  v-elim:      0  v-fix:    0  time:  1.68 s
2941.59/736.46	c vivif2 --  cl tried    11834 cl shrink        0 lits rem          0 time: 0.01
2942.39/736.60	c vivif2 --  cl tried   108120 cl shrink        0 lits rem          0 time: 0.14
2943.21/736.85	c asymm  cl-useful: 0/994/11834 lits-rem:0 time: 0.25
2943.21/736.86	c calculated reachability. Time: 0.00
2943.21/736.86	c  N dy 16022   4213243      2325     11834    243188    108120    764707   2358401     14.00   no data
2957.16/740.39	c  N dy 16114   4233623      2325     11834    243188    128275    764707   3446840     14.00     14.80
2972.74/744.26	c  N dy 16187   4254099      2325     11834    243188    148465    764707   4478023     14.00     14.84
2987.93/748.01	c  N dy 16266   4274170      2325     11834    243188    168271    764707   5581979     14.00     14.89
3004.33/752.12	c  N dy 16371   4294453      2325     11834    243188     98449    764707   1734647     14.00     14.81
3017.50/755.47	c  N dy 16452   4314587      2325     11834    243188    118324    764707   2788234     14.00     14.82
3033.07/759.31	c  N dy 16521   4334662      2325     11834    243188    138143    764707   3789206     14.00     14.77
3048.26/763.16	c  N dy 16608   4355074      2325     11834    243188    158303    764707   4904698     14.00     14.82
3064.23/767.19	c  N dy 16664   4375294      2325     11834    243188    178252    764707   5947695     14.00     14.76
3078.61/770.75	c  N dy 16754   4395449      2325     11834    243188    107368    764707   2197572     14.00     14.83
3091.79/774.04	c  N dy 16827   4415740      2325     11834    243188    127388    764707   3264006     14.00     14.92
3106.17/777.69	c  N dy 16887   4435780      2325     11834    243188    147131    764707   4281381     14.00     15.10
3120.15/781.14	c  N dy 16957   4455843      2325     11834    243188    166981    764707   5400937     14.00     14.76
3136.93/785.36	c  N dy 17038   4476887      2325     11834    243188     95928    764707   1520686     14.00     14.74
3150.11/788.60	c  N dy 17112   4496980      2325     11834    243188    115751    764707   2556560     14.00     16.03
3163.30/791.96	c  N dy 17207   4517293      2325     11834    243188    135810    764707   3669385     14.00     14.76
3177.67/795.53	c  N dy 17276   4537592      2325     11834    243188    155839    764707   4755081     14.00     14.78
3192.86/799.35	c  N dy 17353   4557638      2325     11834    243188    175644    764707   5839305     14.00     14.88
3208.83/803.33	c  N dy 17416   4577825      2325     11834    243188    102752    764707   1829502     13.99     14.74
3222.42/806.71	c  N dy 17495   4597989      2325     11834    243188    122680    764707   2921682     13.99     14.75
3236.40/810.27	c  N dy 17573   4618445      2325     11834    243188    142847    764707   4012863     13.99     14.77
3251.17/813.92	c  N dy 17665   4638471      2325     11834    243188    162628    764707   5100741     14.00     14.94
3267.55/818.00	c  N dy 17737   4658562      2325     11834    243188    182411    764707   6123970     14.00     14.77
3282.73/821.85	c  N dy 17815   4679865      2325     11834    243188    109680    764707   2224212     14.00     14.82
3297.52/825.58	c  N dy 17880   4700878      2325     11834    243188    130372    764707   3302157     13.99     14.79
3306.70/827.89	c  S st 17937   4713243      2325     11834    243188    142590    764707   3996584     14.00   no data
3307.10/827.97	c  S st 17937   4713743      2325     11834    243188    143089    764707   4027772     14.00   no data
3307.10/827.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3309.89/828.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 24.0M T:  0.62
3309.89/828.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3309.89/828.66	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3317.08/830.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.81 s
3317.08/830.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
3317.49/830.52	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
3317.49/830.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3323.88/832.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.48 s
3338.28/835.76	c lits-rem:       393  cl-subs:     3302  v-elim:      0  v-fix:    0  time:  3.57 s
3338.28/835.77	c vivif2 --  cl tried    11834 cl shrink        0 lits rem          0 time: 0.01
3339.06/836.00	c vivif2 --  cl tried   139787 cl shrink        0 lits rem          0 time: 0.23
3340.25/836.26	c asymm  cl-useful: 0/1169/11834 lits-rem:0 time: 0.26
3340.25/836.27	c calculated reachability. Time: 0.00
3340.25/836.27	c  N dy 17937   4713743      2325     11834    243188    139787    764707   3948745     14.00   no data
3355.04/839.95	c  N dy 18016   4733746      2325     11834    243188    159495    764707   5000982     14.00     18.78
3371.01/843.98	c  N dy 18100   4754399      2325     11834    243188    179912    764707   6105145     14.00     14.75
3386.61/847.87	c  N dy 18174   4774443      2325     11834    243188    104971    764707   1882922     14.00     14.89
3400.19/851.24	c  N dy 18254   4794464      2325     11834    243188    124760    764707   2929454     14.00     14.78
3414.15/854.77	c  N dy 18336   4814620      2325     11834    243188    144651    764707   4013736     14.00     14.79
3429.34/858.52	c  N dy 18417   4834893      2325     11834    243188    164642    764707   5088031     14.00     14.77
3445.32/862.59	c  N dy 18479   4855097      2325     11834    243188    184571    764707   6126598     14.00     14.74
3460.89/866.45	c  N dy 18561   4875181      2325     11834    243188    108693    764707   2052320     14.00     14.74
3474.07/869.77	c  N dy 18644   4895431      2325     11834    243188    128733    764707   3146349     14.00     14.88
3489.65/873.63	c  N dy 18718   4915661      2325     11834    243188    148655    764707   4164597     14.00     14.81
3505.65/877.63	c  N dy 18793   4935692      2325     11834    243188    168403    764707   5173186     14.00     15.81
3521.61/881.66	c  N dy 18852   4955993      2325     11834    243188    188377    764707   6178933     13.99     14.79
3536.41/885.33	c  N dy 18927   4976136      2325     11834    243188    111553    764707   2190399     13.99     14.75
3549.97/888.72	c  N dy 19010   4996611      2325     11834    243188    131804    764707   3314403     13.99     14.75
3564.75/892.41	c  N dy 19079   5017271      2325     11834    243188    152188    764707   4389751     13.99     14.79
3579.54/896.15	c  N dy 19147   5037413      2325     11834    243188    172032    764707   5424427     13.99     14.85
3595.11/900.07	c  N dy 19228   5057563      2325     11834    243188    191917    764707   6495925     13.99     14.74
3610.29/903.88	c  N dy 19310   5078372      2325     11834    243188    114808    764707   2271995     13.99     14.75
3624.30/907.38	c  N dy 19395   5098427      2325     11834    243188    134617    764707   3313549     13.99     14.74
3639.45/911.10	c  N dy 19454   5118453      2325     11834    243188    154339    764707   4333671     13.99     14.77
3654.23/914.80	c  N dy 19534   5138519      2325     11834    243188    174139    764707   5388430     13.99     14.76
3669.82/918.78	c  N dy 19618   5158699      2325     11834    243188    194069    764707   6466186     13.99     14.77
3685.82/922.78	c  N dy 19703   5180475      2325     11834    243188    116853    764707   2356589     13.99     14.79
3699.77/926.24	c  N dy 19774   5200576      2325     11834    243188    136731    764707   3450121     13.99     16.23
3709.37/928.63	c  S st 19823   5213743      2325     11834    243188    149694    764707   4129345     13.99     13.05
3709.77/928.72	c  S st 19823   5214244      2325     11834    243188    150195    764707   4168393     13.99   no data
3709.77/928.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3712.56/929.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 24.7M T:  0.71
3712.56/929.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3712.56/929.50	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3720.15/931.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.85 s
3720.15/931.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
3720.15/931.39	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
3720.56/931.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3727.34/933.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.55 s
3741.32/936.64	c lits-rem:       317  cl-subs:     3427  v-elim:      0  v-fix:    0  time:  3.51 s
3741.32/936.65	c vivif2 --  cl tried    11834 cl shrink        0 lits rem          0 time: 0.01
3742.12/936.90	c vivif2 --  cl tried   146768 cl shrink        0 lits rem          0 time: 0.25
3743.31/937.17	c asymm  cl-useful: 0/1147/11834 lits-rem:0 time: 0.27
3743.31/937.18	c calculated reachability. Time: 0.00
3743.31/937.18	c  N dy 19823   5214244      2325     11834    243188    146768    764707   4087186     13.99   no data
3758.10/940.85	c  N dy 19898   5234358      2325     11834    243188    166541    764707   5131555     13.99     14.73
3774.48/944.97	c  N dy 19988   5254491      2325     11834    243188    186384    764707   6205467     13.99     14.79
3791.28/949.11	c  N dy 20075   5274644      2325     11834    243188    106686    764707   1828757     13.99     14.77
3805.23/952.60	c  N dy 20153   5295042      2325     11834    243188    126828    764707   2894351     13.99     14.76
3819.22/956.18	c  N dy 20239   5315153      2325     11834    243188    146726    764707   3972077     13.99     14.86
3834.40/959.96	c  N dy 20306   5335170      2325     11834    243188    166486    764707   5000399     13.99     15.03
3851.58/964.22	c  N dy 20389   5355176      2325     11834    243188    186206    764707   6023340     13.99     14.86
3867.95/968.35	c  N dy 20465   5375242      2325     11834    243188    105353    764707   1690609     13.99     14.94
3881.53/971.72	c  N dy 20540   5395400      2325     11834    243188    125224    764707   2729590     13.99     14.76
3897.12/975.60	c  N dy 20632   5416444      2325     11834    243188    146013    764707   3803492     13.99     14.78
3912.30/979.44	c  N dy 20721   5436584      2325     11834    243188    165916    764707   4878156     13.99     14.92
3929.07/983.68	c  N dy 20815   5457240      2325     11834    243188    186285    764707   5965150     13.99     14.81
3947.05/988.17	c  N dy 20895   5478011      2325     11834    243188    105147    764707   1652224     13.99     15.02
3961.03/991.60	c  N dy 20975   5498133      2325     11834    243188    124989    764707   2676260     14.00     14.78
3975.43/995.26	c  N dy 21073   5518953      2325     11834    243188    145548    764707   3778389     14.00     14.79
3990.99/999.11	c  N dy 21142   5539026      2325     11834    243188    165376    764707   4812894     14.00     14.85
4006.97/1003.18	c  N dy 21200   5559167      2325     11834    243188    185270    764707   5867615     13.99     14.75
4023.76/1007.40	c  N dy 21280   5579256      2325     11834    243188    205078    764707   6896226     13.99     15.63
4038.93/1011.12	c  N dy 21359   5599682      2325     11834    243188    122588    764707   2513197     13.99     14.74
4054.10/1014.95	c  N dy 21434   5620813      2325     11834    243188    143447    764707   3613173     13.99     14.85
4069.28/1018.72	c  N dy 21515   5640825      2325     11834    243188    163215    764707   4677889     13.99     14.73
4085.28/1022.77	c  N dy 21596   5660873      2325     11834    243188    183011    764707   5719916     13.99     14.78
4102.86/1027.12	c  N dy 21682   5681337      2325     11834    243188    203216    764707   6769481     13.99     14.74
4118.43/1031.01	c  N dy 21776   5701374      2325     11834    243188    119353    764707   2338784     13.99     16.58
4127.21/1033.27	c  S st 21833   5714244      2325     11834    243188    132056    764707   3013774     13.99   no data
4127.61/1033.35	c  S st 21833   5714745      2325     11834    243188    132556    764707   3050129     13.99   no data
4127.61/1033.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4130.00/1033.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.1M T:  0.59
4130.00/1033.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4130.40/1034.01	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4137.59/1035.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.83 s
4137.59/1035.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
4137.59/1035.89	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
4138.01/1035.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4144.39/1037.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.49 s
4151.19/1039.26	c lits-rem:       189  cl-subs:     1871  v-elim:      0  v-fix:    0  time:  1.73 s
4151.19/1039.27	c vivif2 --  cl tried    11834 cl shrink        0 lits rem          0 time: 0.01
4151.98/1039.46	c vivif2 --  cl tried   130685 cl shrink        0 lits rem          0 time: 0.18
4153.18/1039.71	c asymm  cl-useful: 0/982/11834 lits-rem:0 time: 0.26
4153.18/1039.72	c calculated reachability. Time: 0.00
4153.18/1039.72	c  N dy 21833   5714745      2325     11834    243188    130685    764707   3005607     13.99   no data
4168.36/1043.55	c  N dy 21917   5734940      2325     11834    243188    150607    764707   4039875     14.00     14.74
4183.94/1047.42	c  N dy 21982   5755040      2325     11834    243188    170397    764707   5059003     13.99     17.25
4199.12/1051.27	c  N dy 22071   5775161      2325     11834    243188    190289    764707   6155571     13.99     14.74
4217.51/1055.80	c  N dy 22143   5795888      2325     11834    243188    106139    764707   1588030     13.99     14.86
4231.07/1059.22	c  N dy 22217   5816257      2325     11834    243188    126229    764707   2652790     13.99     14.78
4245.45/1062.82	c  N dy 22305   5836544      2325     11834    243188    146272    764707   3730934     13.99     14.82
4261.46/1066.89	c  N dy 22382   5857072      2325     11834    243188    166556    764707   4797785     13.99     14.93
4279.41/1071.36	c  N dy 22448   5877173      2325     11834    243188    186344    764707   5787954     13.99     14.90
4296.98/1075.70	c  N dy 22527   5897435      2325     11834    243188    206352    764707   6857049     13.99     15.83
4312.96/1079.75	c  N dy 22622   5918021      2325     11834    243188    121089    764707   2377176     13.99     14.78
4326.96/1083.25	c  N dy 22713   5938164      2325     11834    243188    140960    764707   3430091     13.99     14.74
4342.52/1087.13	c  N dy 22772   5958550      2325     11834    243188    161051    764707   4448294     13.99     14.78
4358.12/1091.01	c  N dy 22848   5978667      2325     11834    243188    180890    764707   5486847     13.99     14.74
4375.29/1095.31	c  N dy 22919   6000089      2325     11834    243188    202042    764707   6609582     13.99     14.87
4391.66/1099.41	c  N dy 23017   6020146      2325     11834    243188    115299    764707   2021857     13.99     14.76
4406.06/1103.03	c  N dy 23094   6040247      2325     11834    243188    135125    764707   3052247     13.99     14.93
4420.82/1106.70	c  N dy 23160   6060313      2325     11834    243188    154877    764707   4088191     13.99     14.74
4436.00/1110.59	c  N dy 23233   6080361      2325     11834    243188    174667    764707   5137119     13.99     14.80
4452.77/1114.77	c  N dy 23298   6101629      2325     11834    243188    195624    764707   6273311     13.99     14.90
4470.75/1119.21	c  N dy 23373   6121684      2325     11834    243188    107868    764707   1580395     13.99     14.84
4483.93/1122.58	c  N dy 23440   6141727      2325     11834    243188    127592    764707   2623710     13.99     15.10
4498.73/1126.22	c  N dy 23510   6161986      2325     11834    243188    147566    764707   3677056     13.99     14.81
4513.89/1130.07	c  N dy 23613   6182029      2325     11834    243188    167360    764707   4734080     13.99     16.29
4530.67/1134.26	c  N dy 23712   6202290      2325     11834    243188    187394    764707   5781494     13.99     14.76
4541.45/1136.92	c  S st 23760   6214746      2325     11834    243188    199669    764707   6407046     13.99     12.67
4541.85/1137.03	c  S st 23760   6215249      2325     11834    243188    200171    764707   6441525     13.99   no data
4541.85/1137.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4544.64/1137.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 26.6M T:  0.68
4544.64/1137.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4544.64/1137.77	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4551.84/1139.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.80 s
4551.84/1139.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
4552.24/1139.62	c Removed useless bin:       0  fixed:     0  props:   1.22M  time:  0.02 s
4552.24/1139.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
4559.84/1141.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.65 s
4592.58/1149.76	c lits-rem:       695  cl-subs:     6438  v-elim:      0  v-fix:    0  time:  8.17 s
4592.58/1149.76	c vivif2 --  cl tried    11834 cl shrink        0 lits rem          0 time: 0.01
4594.18/1150.14	c vivif2 --  cl tried   193733 cl shrink        0 lits rem          0 time: 0.38
4595.40/1150.44	c asymm  cl-useful: 0/923/11834 lits-rem:0 time: 0.30
4595.40/1150.45	c calculated reachability. Time: 0.00
4595.40/1150.45	c  N dy 23760   6215249      2325     11834    243188    193733    764707   6290305     13.99   no data
4613.75/1155.06	c  N dy 23844   6235517      2325     11834    243188    213717    764707   7335014     13.99     14.82
4630.15/1159.14	c  N dy 23936   6255860      2325     11834    243188    125334    764707   2470945     13.99     14.90
4644.90/1162.87	c  N dy 24010   6275940      2325     11834    243188    145156    764707   3487596     13.99     16.74
4660.09/1166.60	c  N dy 24086   6296026      2325     11834    243188    164949    764707   4580279     13.99     15.26
4675.67/1170.50	c  N dy 24174   6316109      2325     11834    243188    184760    764707   5651194     13.99     15.92
4692.85/1174.80	c  N dy 24254   6336320      2325     11834    243188    204718    764707   6725002     13.99     14.75
4712.42/1179.70	c  N dy 24328   6356533      2325     11834    243188    115170    764707   1905427     13.99     14.92
4726.00/1183.18	c  N dy 24420   6376574      2325     11834    243188    134990    764707   2976575     14.00     14.78
4741.18/1186.97	c  N dy 24509   6396651      2325     11834    243188    154802    764707   3985664     14.00     14.79
4757.16/1191.00	c  N dy 24608   6416752      2325     11834    243188    174630    764707   5046584     14.00     14.98
4774.73/1195.33	c  N dy 24698   6436876      2325     11834    243188    194474    764707   6077138     14.00     14.74
4791.51/1199.51	c  N dy 24755   6456961      2325     11834    243188    214278    764707   7108663     14.00     14.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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3258371-1304028764/watcher-3258371-1304028764 -o /tmp/evaluation-result-3258371-1304028764/solver-3258371-1304028764 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3258371-1304028764.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.84 1.06 0.36 5/180 20156
/proc/meminfo: memFree=15617076/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=51212 CPUtime=0.01 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 410 0 0 0 1 0 0 0 22 0 4 0 593107211 52441088 349 33554432000 4194304 4627427 140735765234416 18446744073709551615 47217400817576 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 12803 349 299 106 0 7774 0
[pid=20156/tid=20157] ppid=20154 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 593107211 52441088 349 33554432000 4194304 4627427 140735765234416 18446744073709551615 215988648945 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 593107211 52441088 349 33554432000 4194304 4627427 140735765234416 18446744073709551615 47217400817590 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 593107211 52441088 349 33554432000 4194304 4627427 140735765234416 18446744073709551615 47217400817586 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.160439 s]
/proc/loadavg: 3.84 1.06 0.36 5/180 20156
/proc/meminfo: memFree=15617076/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=295272 CPUtime=0.93 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 12714 0 0 0 88 5 0 0 18 0 4 0 593107211 302358528 12489 33554432000 4194304 4627427 140735765234416 18446744073709551615 4440954 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 74083 13207 380 106 0 69054 0
[pid=20156/tid=20157] ppid=20154 vsize=300352 CPUtime=0.25 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 4238 0 0 0 24 1 0 0 18 0 4 0 593107211 307560448 15033 33554432000 4194304 4627427 140735765234416 18446744073709551615 215988635831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=301384 CPUtime=0.26 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 4203 0 0 0 25 1 0 0 25 0 4 0 593107211 308617216 15468 33554432000 4194304 4627427 140735765234416 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=302656 CPUtime=0.26 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 2610 0 0 0 25 1 0 0 25 0 4 0 593107211 309919744 16066 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 295272

[startup+0.334648 s]
/proc/loadavg: 3.84 1.06 0.36 5/180 20156
/proc/meminfo: memFree=15617076/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=310432 CPUtime=4.19 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 23299 0 0 0 411 8 0 0 19 0 4 0 593107211 317882368 20851 33554432000 4194304 4627427 140735765234416 18446744073709551615 4322564 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 77608 20852 386 106 0 72579 0
[pid=20156/tid=20157] ppid=20154 vsize=310432 CPUtime=1.03 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 6205 0 0 0 102 1 0 0 19 0 4 0 593107211 317882368 20852 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=310432 CPUtime=1.04 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 6243 0 0 0 102 2 0 0 25 0 4 0 593107211 317882368 20852 33554432000 4194304 4627427 140735765234416 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=310432 CPUtime=1.05 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 4509 0 0 0 103 2 0 0 25 0 4 0 593107211 317882368 20852 33554432000 4194304 4627427 140735765234416 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 310432

[startup+1.15668 s]
/proc/loadavg: 3.84 1.06 0.36 5/180 20156
/proc/meminfo: memFree=15617076/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=310432 CPUtime=4.59 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 23693 0 0 0 451 8 0 0 19 0 4 0 593107211 317882368 21245 33554432000 4194304 4627427 140735765234416 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 77608 21245 386 106 0 72579 0
[pid=20156/tid=20157] ppid=20154 vsize=310432 CPUtime=1.14 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 6281 0 0 0 112 2 0 0 19 0 4 0 593107211 317882368 21245 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=310432 CPUtime=1.14 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 6320 0 0 0 112 2 0 0 25 0 4 0 593107211 317882368 21245 33554432000 4194304 4627427 140735765234416 18446744073709551615 4310580 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=310432 CPUtime=1.15 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 4686 0 0 0 113 2 0 0 25 0 4 0 593107211 317882368 21245 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 310432

[startup+1.25666 s]
/proc/loadavg: 3.84 1.06 0.36 5/180 20156
/proc/meminfo: memFree=15617076/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=310564 CPUtime=4.99 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 24087 0 0 0 491 8 0 0 19 0 4 0 593107211 318017536 21639 33554432000 4194304 4627427 140735765234416 18446744073709551615 4322609 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 77641 21639 386 106 0 72612 0
[pid=20156/tid=20157] ppid=20154 vsize=310564 CPUtime=1.24 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 6353 0 0 0 122 2 0 0 19 0 4 0 593107211 318017536 21639 33554432000 4194304 4627427 140735765234416 18446744073709551615 4332314 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=310564 CPUtime=1.24 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 6396 0 0 0 122 2 0 0 25 0 4 0 593107211 318017536 21641 33554432000 4194304 4627427 140735765234416 18446744073709551615 215988289291 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=310564 CPUtime=1.25 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 4847 0 0 0 123 2 0 0 25 0 4 0 593107211 318017536 21641 33554432000 4194304 4627427 140735765234416 18446744073709551615 4332933 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 310564

[startup+1.50062 s]
/proc/loadavg: 3.84 1.06 0.36 5/180 20156
/proc/meminfo: memFree=15617076/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=318396 CPUtime=5.97 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 26805 0 0 0 588 9 0 0 19 0 4 0 593107211 326037504 20229 33554432000 4194304 4627427 140735765234416 18446744073709551615 4324736 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 79599 20229 386 106 0 74570 0
[pid=20156/tid=20157] ppid=20154 vsize=318396 CPUtime=1.48 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 7076 0 0 0 146 2 0 0 19 0 4 0 593107211 326037504 20229 33554432000 4194304 4627427 140735765234416 18446744073709551615 4308438 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=318396 CPUtime=1.48 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 7120 0 0 0 146 2 0 0 25 0 4 0 593107211 326037504 20229 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=318396 CPUtime=1.49 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 5411 0 0 0 147 2 0 0 25 0 4 0 593107211 326037504 20229 33554432000 4194304 4627427 140735765234416 18446744073709551615 4507260 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) 318396

[startup+3.10634 s]
/proc/loadavg: 3.84 1.06 0.36 9/184 20161
/proc/meminfo: memFree=15529120/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=310184 CPUtime=12.38 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 35688 0 0 0 1227 11 0 0 23 0 4 0 593107211 317628416 22383 33554432000 4194304 4627427 140735765234416 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 77546 22383 387 106 0 72517 0
[pid=20156/tid=20157] ppid=20154 vsize=310184 CPUtime=3.07 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 9250 0 0 0 305 2 0 0 24 0 4 0 593107211 317628416 22383 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=310184 CPUtime=3.09 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 9279 0 0 0 307 2 0 0 25 0 4 0 593107211 317628416 22383 33554432000 4194304 4627427 140735765234416 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=310184 CPUtime=3.09 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 7801 0 0 0 307 2 0 0 25 0 4 0 593107211 317628416 22383 33554432000 4194304 4627427 140735765234416 18446744073709551615 4333541 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 310184

[startup+6.30078 s]
/proc/loadavg: 4.18 1.17 0.40 9/184 20161
/proc/meminfo: memFree=15506428/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=311456 CPUtime=25.16 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 43811 0 0 0 2503 13 0 0 25 0 4 0 593107211 318930944 28289 33554432000 4194304 4627427 140735765234416 18446744073709551615 4424975 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 77864 28289 390 106 0 72835 0
[pid=20156/tid=20157] ppid=20154 vsize=311456 CPUtime=6.26 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 10564 0 0 0 623 3 0 0 25 0 4 0 593107211 318930944 28289 33554432000 4194304 4627427 140735765234416 18446744073709551615 4424975 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=311456 CPUtime=6.29 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 10907 0 0 0 626 3 0 0 25 0 4 0 593107211 318930944 28289 33554432000 4194304 4627427 140735765234416 18446744073709551615 4424993 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=311456 CPUtime=6.29 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 12628 0 0 0 626 3 0 0 25 0 4 0 593107211 318930944 28289 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 311456

[startup+12.7007 s]
/proc/loadavg: 4.48 1.29 0.44 9/184 20161
/proc/meminfo: memFree=15393892/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=336948 CPUtime=50.71 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 65335 0 0 0 5054 17 0 0 25 0 4 0 593107211 345034752 39469 33554432000 4194304 4627427 140735765234416 18446744073709551615 4424998 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 84237 39469 390 106 0 79208 0
[pid=20156/tid=20157] ppid=20154 vsize=336948 CPUtime=12.62 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 14917 0 0 0 1259 3 0 0 25 0 4 0 593107211 345034752 39469 33554432000 4194304 4627427 140735765234416 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=336948 CPUtime=12.68 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 17033 0 0 0 1264 4 0 0 25 0 4 0 593107211 345034752 39469 33554432000 4194304 4627427 140735765234416 18446744073709551615 4299583 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=336948 CPUtime=12.69 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 18819 0 0 0 1264 5 0 0 25 0 4 0 593107211 345034752 39469 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 336948

[startup+25.5004 s]
/proc/loadavg: 5.26 1.61 0.56 9/184 20161
/proc/meminfo: memFree=15067756/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=417468 CPUtime=101.84 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 95288 0 0 0 10160 24 0 0 25 0 4 0 593107211 427487232 56391 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 104367 56391 390 106 0 99338 0
[pid=20156/tid=20157] ppid=20154 vsize=417468 CPUtime=25.35 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 21952 0 0 0 2530 5 0 0 25 0 4 0 593107211 427487232 56391 33554432000 4194304 4627427 140735765234416 18446744073709551615 4436844 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=417468 CPUtime=25.47 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 23427 0 0 0 2542 5 0 0 25 0 4 0 593107211 427487232 56391 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=417468 CPUtime=25.49 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 27894 0 0 0 2543 6 0 0 25 0 4 0 593107211 427487232 56391 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 417468

[startup+51.1009 s]
/proc/loadavg: 6.26 2.14 0.76 9/184 20162
/proc/meminfo: memFree=15058552/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=365908 CPUtime=204.09 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 145104 0 0 0 20374 35 0 0 25 0 4 0 593107211 374689792 61046 33554432000 4194304 4627427 140735765234416 18446744073709551615 4424504 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 91477 61046 390 106 0 86448 0
[pid=20156/tid=20157] ppid=20154 vsize=365908 CPUtime=50.81 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 29888 0 0 0 5074 7 0 0 25 0 4 0 593107211 374689792 61046 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=365908 CPUtime=51.08 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 36855 0 0 0 5099 9 0 0 25 0 4 0 593107211 374689792 61046 33554432000 4194304 4627427 140735765234416 18446744073709551615 4329590 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=365908 CPUtime=51.08 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 46034 0 0 0 5098 10 0 0 25 0 4 0 593107211 374689792 61046 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 365908

[startup+102.301 s]
/proc/loadavg: 7.31 3.06 1.15 9/184 20163
/proc/meminfo: memFree=15023672/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=449220 CPUtime=408.62 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 226276 0 0 0 40807 55 0 0 25 0 4 0 593107211 460001280 73280 33554432000 4194304 4627427 140735765234416 18446744073709551615 4428111 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 112305 73280 390 106 0 107276 0
[pid=20156/tid=20157] ppid=20154 vsize=449220 CPUtime=101.73 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 41961 0 0 0 10163 10 0 0 25 0 4 0 593107211 460001280 73280 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=449220 CPUtime=102.28 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 50595 0 0 0 10216 12 0 0 25 0 4 0 593107211 460001280 73280 33554432000 4194304 4627427 140735765234416 18446744073709551615 4310565 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=449220 CPUtime=102.29 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 82032 0 0 0 10211 18 0 0 25 0 4 0 593107211 460001280 73280 33554432000 4194304 4627427 140735765234416 18446744073709551615 4420281 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 449220

[startup+162.3 s]

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

[pid=20156] ppid=20154 vsize=999600 CPUtime=2565.7 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 1029521 0 0 0 256266 304 0 0 25 0 4 0 593107211 1023590400 171506 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 249900 171506 390 106 0 244871 0
[pid=20156/tid=20157] ppid=20154 vsize=999600 CPUtime=638.8 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 194782 0 0 0 63825 55 0 0 25 0 4 0 593107211 1023590400 171506 33554432000 4194304 4627427 140735765234416 18446744073709551615 4308780 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=999600 CPUtime=642.28 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 268660 0 0 0 64145 83 0 0 25 0 4 0 593107211 1023590400 171506 33554432000 4194304 4627427 140735765234416 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=999600 CPUtime=642.29 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 342243 0 0 0 64133 96 0 0 25 0 4 0 593107211 1023590400 171506 33554432000 4194304 4627427 140735765234416 18446744073709551615 4330943 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2565.7
Current children cumulated vsize (KiB) 999600

[startup+702.301 s]
/proc/loadavg: 7.59 7.25 4.37 9/184 20209
/proc/meminfo: memFree=10658828/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=984788 CPUtime=2805.37 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 1120679 0 0 0 280202 335 0 0 25 0 4 0 593107211 1008422912 169662 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 246197 169662 390 106 0 241168 0
[pid=20156/tid=20157] ppid=20154 vsize=984788 CPUtime=698.48 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 220262 0 0 0 69785 63 0 0 25 0 4 0 593107211 1008422912 169663 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=984788 CPUtime=702.28 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 287562 0 0 0 70138 90 0 0 25 0 4 0 593107211 1008422912 169663 33554432000 4194304 4627427 140735765234416 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=984788 CPUtime=702.29 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 367525 0 0 0 70124 105 0 0 25 0 4 0 593107211 1008422912 169663 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.37
Current children cumulated vsize (KiB) 984788

[startup+762.301 s]
/proc/loadavg: 7.07 7.15 4.51 9/184 20211
/proc/meminfo: memFree=9645208/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=1062428 CPUtime=3045.05 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 1207005 0 0 0 304142 363 0 0 25 0 4 0 593107211 1087926272 176742 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 265607 176742 390 106 0 260578 0
[pid=20156/tid=20157] ppid=20154 vsize=1062428 CPUtime=758.16 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 241637 0 0 0 75745 71 0 0 25 0 4 0 593107211 1087926272 176742 33554432000 4194304 4627427 140735765234416 18446744073709551615 4332992 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=1062428 CPUtime=762.27 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 313973 0 0 0 76131 96 0 0 25 0 4 0 593107211 1087926272 176742 33554432000 4194304 4627427 140735765234416 18446744073709551615 4427912 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=1062428 CPUtime=762.3 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 384525 0 0 0 76119 111 0 0 25 0 4 0 593107211 1087926272 176742 33554432000 4194304 4627427 140735765234416 18446744073709551615 4327459 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.05
Current children cumulated vsize (KiB) 1062428

[startup+822.301 s]
/proc/loadavg: 7.43 7.23 4.70 9/184 20212
/proc/meminfo: memFree=9465980/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=980844 CPUtime=3284.73 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 1298726 0 0 0 328084 389 0 0 25 0 4 0 593107211 1004384256 174571 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 245211 174571 390 106 0 240182 0
[pid=20156/tid=20157] ppid=20154 vsize=980844 CPUtime=817.83 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 265057 0 0 0 81707 76 0 0 25 0 4 0 593107211 1004384256 174571 33554432000 4194304 4627427 140735765234416 18446744073709551615 4424718 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=980844 CPUtime=822.27 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 335161 0 0 0 82124 103 0 0 25 0 4 0 593107211 1004384256 174571 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=980844 CPUtime=822.3 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 406009 0 0 0 82113 117 0 0 25 0 4 0 593107211 1004384256 174571 33554432000 4194304 4627427 140735765234416 18446744073709551615 4420204 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.73
Current children cumulated vsize (KiB) 980844

[startup+882.301 s]
/proc/loadavg: 7.89 7.39 4.92 9/184 20214
/proc/meminfo: memFree=9160124/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=1050712 CPUtime=3524.41 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 1381927 0 0 0 352021 420 0 0 25 0 4 0 593107211 1075929088 186100 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 262678 186100 390 106 0 257649 0
[pid=20156/tid=20157] ppid=20154 vsize=1050712 CPUtime=877.51 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 285895 0 0 0 87667 84 0 0 25 0 4 0 593107211 1075929088 186100 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=1050712 CPUtime=882.27 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 355536 0 0 0 88117 110 0 0 25 0 4 0 593107211 1075929088 186100 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=1050712 CPUtime=882.3 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 428360 0 0 0 88104 126 0 0 25 0 4 0 593107211 1075929088 186100 33554432000 4194304 4627427 140735765234416 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.41
Current children cumulated vsize (KiB) 1050712

[startup+942.301 s]
/proc/loadavg: 7.18 7.29 5.03 8/184 20216
/proc/meminfo: memFree=9035684/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=937036 CPUtime=3764.09 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 1464289 0 0 0 375964 445 0 0 25 0 4 0 593107211 959524864 173579 33554432000 4194304 4627427 140735765234416 18446744073709551615 4332783 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 234259 173579 390 106 0 229230 0
[pid=20156/tid=20157] ppid=20154 vsize=937036 CPUtime=937.2 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 306967 0 0 0 93630 90 0 0 25 0 4 0 593107211 959524864 173579 33554432000 4194304 4627427 140735765234416 18446744073709551615 4321761 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=937036 CPUtime=942.27 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 378194 0 0 0 94110 117 0 0 25 0 4 0 593107211 959524864 173579 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=937036 CPUtime=942.3 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 445073 0 0 0 94098 132 0 0 25 0 4 0 593107211 959524864 173579 33554432000 4194304 4627427 140735765234416 18446744073709551615 4322040 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 937036

[startup+1002.3 s]
/proc/loadavg: 6.21 6.99 5.07 6/184 20217
/proc/meminfo: memFree=8937108/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=992996 CPUtime=4003.77 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 1551935 0 0 0 399905 472 0 0 25 0 4 0 593107211 1016827904 182240 33554432000 4194304 4627427 140735765234416 18446744073709551615 4333052 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 248249 182240 390 106 0 243220 0
[pid=20156/tid=20157] ppid=20154 vsize=992996 CPUtime=996.87 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 327572 0 0 0 99590 97 0 0 25 0 4 0 593107211 1016827904 182240 33554432000 4194304 4627427 140735765234416 18446744073709551615 4332901 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=992996 CPUtime=1002.27 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 399461 0 0 0 100103 124 0 0 25 0 4 0 593107211 1016827904 182240 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=992996 CPUtime=1002.3 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 467890 0 0 0 100091 139 0 0 25 0 4 0 593107211 1016827904 182240 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.77
Current children cumulated vsize (KiB) 992996

[startup+1062.3 s]
/proc/loadavg: 6.42 6.90 5.16 9/184 20219
/proc/meminfo: memFree=8875192/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=1087316 CPUtime=4243.47 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 1635030 0 0 0 423849 498 0 0 25 0 4 0 593107211 1113411584 181276 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 271829 181276 390 106 0 266800 0
[pid=20156/tid=20157] ppid=20154 vsize=1087316 CPUtime=1056.56 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 348976 0 0 0 105552 104 0 0 25 0 4 0 593107211 1113411584 181278 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=1087316 CPUtime=1062.28 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 419680 0 0 0 106095 133 0 0 25 0 4 0 593107211 1113411584 181278 33554432000 4194304 4627427 140735765234416 18446744073709551615 4424704 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=1087316 CPUtime=1062.31 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 488167 0 0 0 106087 144 0 0 25 0 4 0 593107211 1113411584 181278 33554432000 4194304 4627427 140735765234416 18446744073709551615 4506933 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.47
Current children cumulated vsize (KiB) 1087316

[startup+1122.3 s]
/proc/loadavg: 7.47 7.11 5.34 9/184 20220
/proc/meminfo: memFree=8596332/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=903952 CPUtime=4483.13 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 1724602 0 0 0 447787 526 0 0 25 0 4 0 593107211 925646848 179405 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 225988 179405 390 106 0 220959 0
[pid=20156/tid=20157] ppid=20154 vsize=903952 CPUtime=1116.23 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 371269 0 0 0 111511 112 0 0 25 0 4 0 593107211 925646848 179405 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=903952 CPUtime=1122.27 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 441379 0 0 0 112088 139 0 0 25 0 4 0 593107211 925646848 179405 33554432000 4194304 4627427 140735765234416 18446744073709551615 4308954 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=903952 CPUtime=1122.29 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 510878 0 0 0 112079 150 0 0 25 0 4 0 593107211 925646848 179405 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 903952

[startup+1182.31 s]
/proc/loadavg: 7.85 7.28 5.51 9/184 20222
/proc/meminfo: memFree=8298416/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=1110812 CPUtime=4722.83 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 1821836 0 0 0 471730 553 0 0 25 0 4 0 593107211 1137471488 212594 33554432000 4194304 4627427 140735765234416 18446744073709551615 4327479 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 277703 212594 390 106 0 272674 0
[pid=20156/tid=20157] ppid=20154 vsize=1110812 CPUtime=1175.9 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 398809 0 0 0 117472 118 0 0 25 0 4 0 593107211 1137471488 212594 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=1110812 CPUtime=1182.27 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 459961 0 0 0 118082 145 0 0 25 0 4 0 593107211 1137471488 212594 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=1110812 CPUtime=1182.31 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 535714 0 0 0 118073 158 0 0 25 0 4 0 593107211 1137471488 212594 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.83
Current children cumulated vsize (KiB) 1110812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 7.59 7.26 5.54 7/184 20223
/proc/meminfo: memFree=8304884/32950940 swapFree=67111528/67111528
[pid=20156] ppid=20154 vsize=1036376 CPUtime=4800.32 cores=1,3,5,7
/proc/20156/stat : 20156 (strangenight2-m) R 20154 20156 20083 0 -1 4202496 1851093 0 0 0 479471 561 0 0 25 0 4 0 593107211 1061249024 213323 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20156/statm: 259094 213323 390 106 0 254065 0
[pid=20156/tid=20157] ppid=20154 vsize=1036376 CPUtime=1195.2 cores=1,3,5,7
/proc/20156/task/20157/stat : 20157 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 405963 0 0 0 119400 120 0 0 25 0 4 0 593107211 1061249024 213323 33554432000 4194304 4627427 140735765234416 18446744073709551615 4308755 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20156/tid=20158] ppid=20154 vsize=1036376 CPUtime=1201.68 cores=1,3,5,7
/proc/20156/task/20158/stat : 20158 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 467354 0 0 0 120021 147 0 0 25 0 4 0 593107211 1061249024 213323 33554432000 4194304 4627427 140735765234416 18446744073709551615 4324759 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=20156/tid=20159] ppid=20154 vsize=1036376 CPUtime=1201.71 cores=1,3,5,7
/proc/20156/task/20159/stat : 20159 (strangenight2-m) R 20154 20156 20083 0 -1 4202560 543246 0 0 0 120011 160 0 0 25 0 4 0 593107211 1061249024 213323 33554432000 4194304 4627427 140735765234416 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 1036376

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.39
CPU user time (s): 4794.74
CPU system time (s): 5.64914
CPU usage (%): 399.45
Max. virtual memory (cumulated for all children) (KiB): 1335644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.74
system time used= 5.64914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1851100
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= 6885
involuntary context switches= 33830

runsolver used 1.80972 second user time and 4.73128 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 00:12:44
IDJOB=3258371
IDBENCH=71353
IDSOLVER=1586
FILE ID=node117/3258371-1304028764
RUNJOBID= node117-1304028687-20102
PBS_JOBID= 13170335
Free space on /tmp= 71624 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2400c266431gyes7.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258371-1304028764/watcher-3258371-1304028764 -o /tmp/evaluation-result-3258371-1304028764/solver-3258371-1304028764 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3258371-1304028764.cnf

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

MD5SUM BENCH= 92e61742efd2e322c59b4442206bebf1
RANDOM SEED=1672167673

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      15617356 kB
Buffers:       2374552 kB
Cached:       12391144 kB
SwapCached:          0 kB
Active:       10034044 kB
Inactive:      6715640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      15617356 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           50080 kB
Writeback:           0 kB
AnonPages:     1982908 kB
Mapped:          15516 kB
Slab:           517352 kB
PageTables:       8660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  2487872 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= 71356 MiB
End job on node117 at 2011-04-29 00:32:48