Trace number 3259649

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.36 1201.87

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes10.cnf
MD5SUM98bac4f2d533fe7abb12552567f9e1aa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3259649-1304035511.cnf'
0.00/0.00	c -- header says num vars:           2640
0.00/0.00	c -- header says num clauses:      305320
0.06/0.06	c -- clauses added:            0 learnts,       305320 normals,            0 xors
0.06/0.06	c -- vars added       2640
0.06/0.06	c Parsing time:  0.20 s
0.06/0.06	c  N st     0         0      2640        80    305240         0    613120         0   no data   no data  --
0.06/0.06	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.00
0.81/0.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.19
0.81/0.32	c bin-w-bin subsume rem            0 bins  time:  0.14 s
0.81/0.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.14 s
0.81/0.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2640 time:  0.12 s
0.81/0.32	c Removed useless bin:       0  fixed:     0  props:   1.54M  time:  0.12 s
3.40/0.91	c lits-rem:        84  cl-subs:        0  v-elim:     80  v-fix:    0  time:  0.38 s
3.40/0.91	c Finding binary XORs  T:     0.02 s  found:       0
3.40/0.91	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
3.40/0.91	c calculated reachability. Time: 0.01
3.40/0.91	c Calc default polars -  time:   0.01 s pos:       0 undec:      80 neg:    2560
3.40/0.91	c =========================================================================================
3.40/0.91	c types(t): F = full restart, N = normal restart
3.40/0.91	c types(t): S = simplification begin/end, E = solution found
3.40/0.91	c restart types(rt): st = static, dy = dynamic
3.40/0.91	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.40/0.91	c  B st     0         0      2560     13741    288939         0   1036579         0   no data   no data  --
3.40/0.91	c  N dy    16      4135      2560     13741    288939      4118   1036578    276140     16.98     17.96  --
4.37/1.19	c  N dy    30      9069      2560     13741    288939      6544   1036577    403582     16.12     17.03  --
5.97/1.57	c  N dy    39     13161      2560     13741    288939      6384   1036577    301644     15.75     19.47  --
7.57/1.94	c  N dy    51     17219      2560     13741    288939     10420   1036577    585965     15.53     16.42  --
9.16/2.34	c  N dy    75     21322      2560     13741    288939      8899   1036576    379737     15.63     16.52  --
10.37/2.68	c  F st    84     25001      2560     13741    288939     12558   1036576    620564     15.57     14.58  --
10.78/2.79	c  N st    86     25627      2560     13741    288939     13178   1036576    663975     15.57   no data  --
12.75/3.22	c  N dy    90     30000      2560     13741    288939     10741   1036575    445174     15.57   no data  --
12.75/3.22	c  S st    90     30000      2560     13741    288939     10741   1036575    445174     15.57   no data  --
12.75/3.27	c  S st    90     30502      2560     13741    288939     11242   1036575    477719     15.57   no data  --
12.75/3.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
12.75/3.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.76/3.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.4M T:  1.80
15.17/3.81	c bin-w-bin subsume rem            0 bins  time:  0.17 s
19.96/5.00	c subs with bin:        0  lits-rem:     10622  v-fix:    0  time:  4.76 s
19.96/5.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
19.96/5.06	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
28.35/7.19	c lits-rem:      1609  cl-subs:     1617  v-elim:      0  v-fix:    0  time:  8.50 s
29.56/7.45	c asymm  cl-useful: 1670/1762/13741 lits-rem:11906 time: 1.02
29.56/7.46	c calculated reachability. Time: 0.01
29.56/7.46	c  N dy    90     30502      2560     13741    288939      9625   1001551    434320     15.57   no data  --
31.13/7.84	c  N dy   113     34555      2560     13741    288939     13653   1001551    735154     15.67     16.57  --
32.75/8.26	c  N dy   131     38709      2560     13741    288939      9939   1001551    362142     15.72     16.56  --
34.32/8.65	c  N dy   150     42924      2560     13741    288939     14133   1001551    686188     15.74     16.71  --
35.52/8.93	c  S st   168     45754      2560     13741    288939     16952   1001551    903501     15.79     14.93  --
35.52/8.98	c  S st   168     46259      2560     13741    288939     17456   1001551    941347     15.79   no data  --
35.52/8.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
35.52/8.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.53/9.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.9M T:  1.81
37.92/9.54	c bin-w-bin subsume rem            0 bins  time:  0.17 s
43.10/10.81	c subs with bin:        0  lits-rem:      4680  v-fix:    0  time:  5.06 s
43.10/10.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
43.10/10.86	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
47.89/12.03	c lits-rem:       438  cl-subs:      641  v-elim:      0  v-fix:    0  time:  4.64 s
47.89/12.06	c vivif2 --  cl tried    13741 cl shrink     8432 lits rem      57429 time: 0.11
47.89/12.10	c vivif2 --  cl tried    16815 cl shrink        0 lits rem          0 time: 0.14
49.09/12.30	c asymm  cl-useful: 0/1717/13741 lits-rem:0 time: 0.82
49.09/12.31	c calculated reachability. Time: 0.01
49.09/12.31	c  N dy   168     46259      2560     13741    288939     16815    935416    920415     15.79   no data  --
50.71/12.74	c  N dy   192     50319      2560     13741    288939     11956    935416    486534     15.89     18.06  --
52.28/13.17	c  N dy   227     54377      2560     13741    288939     15990    935416    841410     16.10     17.12  --
54.29/13.63	c  N dy   250     58402      2560     13741    288939     10073    935416    250284     16.22     17.90  --
55.88/14.04	c  N dy   274     62474      2560     13741    288939     14120    935416    582912     16.38     23.75  --
57.49/14.48	c  N dy   302     66610      2560     13741    288939     18238    935416    921657     16.51     17.68  --
58.68/14.80	c  S st   318     69388      2560     13741    288939     20990    935416   1149218     16.62     15.20  --
59.10/14.85	c  S st   318     69892      2560     13741    288939     21494    935416   1192634     16.62   no data  --
59.10/14.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
59.10/14.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.07/15.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.0M T:  1.87
61.47/15.42	c bin-w-bin subsume rem            0 bins  time:  0.17 s
66.66/16.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.41 s
67.06/16.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
67.06/16.83	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
72.67/18.28	c lits-rem:       159  cl-subs:      260  v-elim:      0  v-fix:    0  time:  5.75 s
72.67/18.29	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
73.05/18.34	c vivif2 --  cl tried    21234 cl shrink        0 lits rem          0 time: 0.19
73.85/18.54	c asymm  cl-useful: 0/1272/13741 lits-rem:0 time: 0.83
73.85/18.55	c calculated reachability. Time: 0.01
73.85/18.55	c  N dy   318     69892      2560     13741    288939     21234    935415   1178572     16.62   no data  --
75.85/19.03	c  N dy   345     74368      2560     13741    288939     14756    935415    579319     16.70     23.02  --
77.85/19.57	c  N dy   371     79261      2560     13741    288939     19612    935415    970302     16.75     17.69  --
80.24/20.16	c  N dy   409     84397      2560     13741    288939     12800    935415    341439     16.92     17.89  --
81.46/20.48	c  F st   427     87501      2560     13741    288939     15876    935415    581920     16.93   no data  --
83.03/20.86	c  N st   432     90800      2560     13741    288939     19158    935415    878582     16.93   no data  --
85.85/21.55	c  N dy   458     97040      2560     13741    288939     25350    935415   1379287     17.01     18.04  --
88.62/22.25	c  N dy   480    103574      2560     13741    288939     18936    935415    757629     17.02     17.92  --
89.02/22.38	c  S st   487    104838      2560     13741    288939     20194    935415    858546     17.03     16.08  --
89.42/22.44	c  S st   487    105339      2560     13741    288939     20695    935415    903275     17.03   no data  --
89.42/22.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
89.42/22.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.02/22.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.6M T:  1.75
91.42/22.97	c bin-w-bin subsume rem            0 bins  time:  0.17 s
96.61/24.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.20 s
97.01/24.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
97.01/24.33	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.12 s
100.60/25.26	c lits-rem:       214  cl-subs:      141  v-elim:      0  v-fix:    0  time:  3.72 s
100.60/25.27	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
101.00/25.31	c vivif2 --  cl tried    20554 cl shrink        0 lits rem          0 time: 0.15
101.81/25.51	c asymm  cl-useful: 0/1905/13741 lits-rem:0 time: 0.81
101.81/25.52	c calculated reachability. Time: 0.01
101.81/25.52	c  N dy   487    105339      2560     13741    288939     20554    935414    895131     17.03   no data  --
104.58/26.25	c  N dy   520    112096      2560     13741    288939     27268    935414   1441776     17.05     18.07  --
107.80/27.03	c  N dy   557    119306      2560     13741    288939     20513    935414    824205     17.11     18.21  --
111.37/27.96	c  N dy   582    127500      2560     13741    288939     28640    935414   1448140     17.11     18.07  --
114.97/28.88	c  N dy   612    135845      2560     13741    288939     22041    935414    903402     17.10     18.17  --
119.35/29.91	c  N dy   643    144740      2560     13741    288939     30846    935414   1576624     17.10     18.06  --
123.35/30.98	c  N dy   678    154114      2560     13741    288939     24265    935414    965659     17.09     18.01  --
125.35/31.42	c  S st   699    158008      2560     13741    288939     28128    935414   1272440     17.13     17.74  --
125.35/31.48	c  S st   699    158513      2560     13741    288939     28633    935414   1315192     17.13   no data  --
125.35/31.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
125.35/31.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
127.33/31.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.4M T:  1.88
127.73/32.05	c bin-w-bin subsume rem            0 bins  time:  0.17 s
132.92/33.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.22 s
132.92/33.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
133.32/33.42	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.12 s
138.91/34.88	c lits-rem:       180  cl-subs:      468  v-elim:      0  v-fix:    0  time:  5.84 s
138.91/34.89	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
139.31/34.95	c vivif2 --  cl tried    28165 cl shrink        0 lits rem          0 time: 0.22
140.11/35.15	c asymm  cl-useful: 0/1542/13741 lits-rem:0 time: 0.81
140.11/35.16	c calculated reachability. Time: 0.01
140.11/35.16	c  N dy   699    158513      2560     13741    288939     28165    935414   1298058     17.13   no data  --
144.91/36.31	c  N dy   734    168633      2560     13741    288939     21333    935414    679013     17.14     31.67  --
150.09/37.61	c  N dy   788    180121      2560     13741    288939     32749    935414   1623869     17.19     18.10  --
155.29/38.93	c  N dy   837    191639      2560     13741    288939     26318    935414   1025174     17.22     18.35  --
161.67/40.52	c  N dy   864    205170      2560     13741    288939     20880    935414    520542     17.15     18.12  --
168.06/42.16	c  N dy   919    219538      2560     13741    288939     35141    935414   1621611     17.17     18.15  --
174.84/43.84	c  N dy   992    233560      2560     13741    288939     29201    935414   1099825     17.21     18.16  --
176.85/44.33	c  S st  1014    237770      2560     13741    288939     33383    935414   1451996     17.22     16.38  --
176.85/44.38	c  S st  1014    238272      2560     13741    288939     33884    935414   1494372     17.22   no data  --
176.85/44.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
176.85/44.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
179.22/44.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.6M T:  2.04
179.62/45.02	c bin-w-bin subsume rem            0 bins  time:  0.17 s
184.82/46.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.30 s
184.82/46.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
185.22/46.40	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
192.00/48.12	c lits-rem:       175  cl-subs:      527  v-elim:      0  v-fix:    0  time:  6.84 s
192.00/48.13	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
192.00/48.19	c vivif2 --  cl tried    33357 cl shrink        0 lits rem          0 time: 0.25
193.20/48.40	c asymm  cl-useful: 0/1212/13741 lits-rem:0 time: 0.82
193.20/48.41	c calculated reachability. Time: 0.01
193.20/48.41	c  N dy  1014    238272      2560     13741    288939     33357    935414   1473806     17.22   no data  --
200.73/50.35	c  N dy  1046    253630      2560     13741    288939     27726    935414    869261     17.13     18.13  --
208.74/52.32	c  N dy  1102    270079      2560     13741    288939     22246    935414    462188     17.13     18.19  --
217.13/54.40	c  N dy  1163    288419      2560     13741    288939     40433    935414   1866984     17.14     18.18  --
225.49/56.57	c  F st  1206    306250      2560     13741    288939     35292    935414   1368072     17.11     17.14  --
225.91/56.69	c  N st  1208    306876      2560     13741    288939     35911    935414   1418690     17.11   no data  --
235.87/59.15	c  N dy  1272    326611      2560     13741    288939     31693    935414   1045145     17.12     18.03  --
245.45/61.53	c  N dy  1346    346694      2560     13741    288939     26839    935414    629188     17.13     19.65  --
250.25/62.77	c  S st  1384    357408      2560     13741    288939     37480    935414   1433050     17.14     15.69  --
250.65/62.82	c  S st  1384    357910      2560     13741    288939     37982    935414   1475261     17.14   no data  --
250.65/62.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
250.65/62.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
252.26/63.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.2M T:  1.86
253.04/63.40	c bin-w-bin subsume rem            0 bins  time:  0.16 s
258.24/64.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.22 s
258.24/64.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
258.24/64.76	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
264.23/66.26	c lits-rem:       115  cl-subs:      411  v-elim:      0  v-fix:    0  time:  5.97 s
264.23/66.27	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
264.63/66.34	c vivif2 --  cl tried    37571 cl shrink        0 lits rem          0 time: 0.27
265.44/66.54	c asymm  cl-useful: 0/1908/13741 lits-rem:0 time: 0.82
265.44/66.55	c calculated reachability. Time: 0.01
265.44/66.55	c  N dy  1384    357910      2560     13741    288939     37571    935414   1457992     17.14   no data  --
275.41/69.02	c  N dy  1425    378307      2560     13741    288939     32005    935414    890944     17.09     18.19  --
284.59/71.36	c  N dy  1489    398400      2560     13741    288939     51921    935414   2346991     17.09     17.99  --
294.58/73.82	c  N dy  1537    418502      2560     13741    288939     45028    935414   1798567     17.05     17.99  --
304.57/76.30	c  N dy  1637    438950      2560     13741    288939     37564    935414   1251904     17.09     18.00  --
314.55/78.87	c  N dy  1689    459227      2560     13741    288939     28921    935414    551555     17.07     18.05  --
324.54/81.39	c  N dy  1733    479703      2560     13741    288939     49164    935414   1983445     17.04     17.97  --
334.91/83.94	c  N dy  1797    500252      2560     13741    288939     39803    935414   1281190     17.03     17.94  --
344.92/86.48	c  N dy  1864    520414      2560     13741    288939     59771    935414   2711348     17.03     17.97  --
353.31/88.52	c  S st  1918    536865      2560     13741    288939     45409    935414   1660523     17.02     14.56  --
353.31/88.57	c  S st  1918    537365      2560     13741    288939     45909    935414   1702238     17.02   no data  --
353.31/88.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
353.31/88.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
355.29/89.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.5M T:  1.93
355.69/89.17	c bin-w-bin subsume rem            0 bins  time:  0.16 s
361.27/90.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.42 s
361.27/90.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
361.27/90.59	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
368.85/92.43	c lits-rem:       169  cl-subs:      321  v-elim:      0  v-fix:    0  time:  7.33 s
368.85/92.44	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
369.25/92.52	c vivif2 --  cl tried    45588 cl shrink        0 lits rem          0 time: 0.33
370.05/92.73	c asymm  cl-useful: 0/1192/13741 lits-rem:0 time: 0.83
370.05/92.74	c calculated reachability. Time: 0.01
370.05/92.74	c  N dy  1918    537365      2560     13741    288939     45588    935414   1687299     17.02   no data  --
380.07/95.29	c  N dy  1970    558208      2560     13741    288939     34503    935414    780604     17.00     18.00  --
390.42/97.80	c  N dy  2050    578464      2560     13741    288939     54544    935414   2232139     17.01     18.01  --
400.81/100.46	c  N dy  2128    598512      2560     13741    288939     41744    935414   1279120     17.02     18.06  --
413.19/103.51	c  N dy  2147    620971      2560     13741    288939     63927    935414   2773611     16.97     17.96  --
422.78/105.98	c  N dy  2226    641429      2560     13741    288939     50559    935414   1871502     16.98     17.92  --
434.35/108.87	c  N dy  2292    663727      2560     13741    288939     37999    935414    857028     16.97     17.93  --
444.74/111.48	c  N dy  2361    684049      2560     13741    288939     58160    935414   2307963     16.98     17.91  --
455.11/114.09	c  N dy  2422    704118      2560     13741    288939     42382    935414   1148526     16.96     19.35  --
466.29/116.80	c  N dy  2513    724218      2560     13741    288939     62326    935414   2607945     16.97     17.97  --
476.29/119.36	c  N dy  2592    744583      2560     13741    288939     45801    935414   1331460     16.98     17.94  --
486.26/121.89	c  N dy  2686    765048      2560     13741    288939     66120    935414   2831588     16.99     18.06  --
497.04/124.52	c  N dy  2739    785052      2560     13741    288939     48277    935414   1450310     16.98     19.11  --
507.45/127.13	c  N dy  2811    805241      2560     13741    288939     68307    935414   2934816     16.98     18.05  --
507.82/127.25	c  S st  2813    806047      2560     13741    288939     69109    935414   2992651     16.98   no data  --
508.22/127.31	c  S st  2813    806547      2560     13741    288939     69608    935414   3038091     16.98   no data  --
508.22/127.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
508.22/127.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
510.22/127.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.3M T:  2.18
511.02/128.03	c bin-w-bin subsume rem            0 bins  time:  0.17 s
516.23/129.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.27 s
516.23/129.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.11 s
516.61/129.41	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
529.41/132.67	c lits-rem:        54  cl-subs:      999  v-elim:      0  v-fix:    0  time: 12.99 s
529.41/132.68	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
530.18/132.82	c vivif2 --  cl tried    68609 cl shrink        0 lits rem          0 time: 0.58
530.98/133.04	c asymm  cl-useful: 0/1149/13741 lits-rem:0 time: 0.88
530.98/133.05	c calculated reachability. Time: 0.01
530.98/133.05	c  N dy  2813    806547      2560     13741    288939     68609    935414   2999029     16.98   no data  --
541.78/135.71	c  N dy  2882    827057      2560     13741    288939     50216    935414   1564530     16.98     17.90  --
552.15/138.32	c  N dy  2972    847148      2560     13741    288939     70149    935414   3043776     16.98     18.07  --
562.94/141.06	c  N dy  3061    867305      2560     13741    288939     50484    935414   1484839     17.00     17.90  --
573.34/143.64	c  N dy  3138    887332      2560     13741    288939     70331    935414   2915393     17.00     17.94  --
584.10/146.32	c  N dy  3209    907345      2560     13741    288939     49518    935414   1368449     17.01     17.94  --
594.08/148.84	c  N dy  3281    927408      2560     13741    288939     69381    935414   2800299     17.01     18.57  --
606.06/151.88	c  N dy  3353    950026      2560     13741    288939     50172    935414   1347120     17.00     17.92  --
616.44/154.49	c  N dy  3398    970286      2560     13741    288939     70200    935414   2713429     16.99     18.01  --
627.22/157.20	c  N dy  3446    990381      2560     13741    288939     47528    935414   1153660     16.98     17.95  --
638.01/159.85	c  N dy  3523   1010729      2560     13741    288939     67660    935414   2577534     16.98     17.88  --
649.59/162.79	c  N dy  3596   1030761      2560     13741    288939     43948    935414    816497     16.98     19.40  --
659.56/165.28	c  N dy  3652   1050773      2560     13741    288939     63734    935414   2232225     16.98     17.95  --
670.35/167.93	c  N dy  3714   1071011      2560     13741    288939     83784    935414   3706899     16.97     18.19  --
670.75/168.04	c  F st  3717   1071875      2560     13741    288939     84643    935414   3765323     16.97     14.97  --
682.33/170.97	c  N dy  3760   1093229      2560     13741    288939     61253    935414   1910427     16.96     17.95  --
694.31/173.90	c  N dy  3802   1114063      2560     13741    288939     81855    935414   3313339     16.94     17.85  --
705.11/176.64	c  N dy  3871   1134200      2560     13741    288939     56280    935414   1571842     16.94     17.84  --
715.87/179.36	c  N dy  3973   1154270      2560     13741    288939     76173    935414   3002983     16.96     17.90  --
727.08/182.10	c  N dy  4037   1174273      2560     13741    288939     49435    935414   1042886     16.95     17.92  --
737.04/184.69	c  N dy  4090   1194302      2560     13741    288939     69281    935414   2414830     16.95     17.85  --
745.43/186.71	c  S st  4143   1209822      2560     13741    288939     84646    935414   3551161     16.95   no data  --
745.43/186.78	c  S st  4143   1210325      2560     13741    288939     85148    935414   3592257     16.95   no data  --
745.43/186.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
745.43/186.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
747.83/187.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.4M T:  2.24
748.64/187.53	c bin-w-bin subsume rem            0 bins  time:  0.16 s
754.21/188.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.58 s
754.21/188.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
754.21/188.99	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
776.58/194.59	c lits-rem:       155  cl-subs:     1395  v-elim:      0  v-fix:    0  time: 22.34 s
776.98/194.60	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
777.38/194.77	c vivif2 --  cl tried    83753 cl shrink        0 lits rem          0 time: 0.70
778.17/194.99	c asymm  cl-useful: 0/1396/13741 lits-rem:0 time: 0.88
778.57/195.00	c calculated reachability. Time: 0.01
778.57/195.00	c  N dy  4143   1210325      2560     13741    288939     83753    935414   3542143     16.95   no data  --
789.36/197.76	c  N dy  4188   1230750      2560     13741    288939     56439    935414   1468438     16.94     17.87  --
799.74/200.34	c  N dy  4267   1250793      2560     13741    288939     76318    935414   2883020     16.94     17.87  --
810.54/203.09	c  N dy  4339   1271038      2560     13741    288939     96380    935414   4349905     16.94     17.99  --
821.30/205.76	c  N dy  4421   1291070      2560     13741    288939     67680    935414   2246096     16.94     20.19  --
832.89/208.64	c  N dy  4514   1312008      2560     13741    288939     88454    935414   3746355     16.96     17.85  --
844.47/211.53	c  N dy  4605   1332144      2560     13741    288939     58842    935414   1536974     16.96     17.87  --
855.26/214.23	c  N dy  4663   1352371      2560     13741    288939     78857    935414   2923790     16.96     17.86  --
866.43/217.04	c  N dy  4747   1372374      2560     13741    288939     98674    935414   4326941     16.96     20.02  --
878.02/219.98	c  N dy  4817   1394396      2560     13741    288939     69926    935414   2232473     16.96     18.00  --
889.61/222.88	c  N dy  4868   1415744      2560     13741    288939     91051    935414   3683043     16.95     17.95  --
901.18/225.75	c  N dy  4949   1435869      2560     13741    288939     59505    935414   1451427     16.95     17.95  --
911.59/228.31	c  N dy  5013   1455956      2560     13741    288939     79402    935414   2823979     16.95     17.87  --
923.14/231.25	c  N dy  5119   1476002      2560     13741    288939     99276    935414   4232705     16.96     18.94  --
934.72/234.10	c  N dy  5191   1496033      2560     13741    288939     66629    935414   1885840     16.96     18.05  --
944.70/236.65	c  N dy  5266   1516078      2560     13741    288939     86507    935414   3307526     16.96     19.52  --
955.89/239.46	c  N dy  5311   1536243      2560     13741    288939    106484    935414   4672768     16.95     17.85  --
966.66/242.16	c  N dy  5370   1556421      2560     13741    288939     72952    935414   2256347     16.95     17.84  --
977.86/244.97	c  N dy  5426   1576567      2560     13741    288939     92931    935414   3658225     16.94     17.86  --
990.24/248.09	c  N dy  5496   1597745      2560     13741    288939     59437    935414   1332339     16.94     18.09  --
1001.80/250.93	c  N dy  5589   1617757      2560     13741    288939     79293    935414   2729530     16.95     18.97  --
1015.38/254.33	c  N dy  5651   1638997      2560     13741    288939    100325    935414   4174372     16.94     17.86  --
1028.16/257.58	c  N dy  5705   1659718      2560     13741    288939     65311    935414   1640369     16.93     17.83  --
1039.74/260.42	c  N dy  5754   1680095      2560     13741    288939     85510    935414   3016050     16.93     17.84  --
1052.52/263.64	c  N dy  5848   1700449      2560     13741    288939    105702    935414   4400805     16.93     17.88  --
1058.91/265.26	c  S st  5897   1710325      2560     13741    288939     59016    935414   1172297     16.93     16.19  --
1059.31/265.32	c  S st  5897   1710826      2560     13741    288939     59516    935414   1210278     16.93   no data  --
1059.31/265.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1059.31/265.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1061.30/265.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.5M T:  2.01
1061.70/265.94	c bin-w-bin subsume rem            0 bins  time:  0.17 s
1066.50/267.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.85 s
1066.50/267.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
1066.90/267.22	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.12 s
1070.90/268.20	c lits-rem:        56  cl-subs:       99  v-elim:      0  v-fix:    0  time:  3.88 s
1070.90/268.21	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
1070.90/268.28	c vivif2 --  cl tried    59417 cl shrink        0 lits rem          0 time: 0.29
1072.09/268.50	c asymm  cl-useful: 0/1191/13741 lits-rem:0 time: 0.87
1072.09/268.51	c calculated reachability. Time: 0.01
1072.09/268.51	c  N dy  5897   1710826      2560     13741    288939     59417    935414   1206261     16.93   no data  --
1082.07/271.08	c  N dy  5971   1730943      2560     13741    288939     79308    935414   2567772     16.94     18.19  --
1092.85/273.75	c  N dy  6035   1751010      2560     13741    288939     99198    935414   4020312     16.93     17.88  --
1104.85/276.77	c  N dy  6080   1771252      2560     13741    288939     61798    935414   1292815     16.92     17.85  --
1115.22/279.37	c  N dy  6165   1791441      2560     13741    288939     81833    935414   2691999     16.93     18.10  --
1126.82/282.27	c  N dy  6250   1811674      2560     13741    288939    101899    935414   4065751     16.93     17.84  --
1139.18/285.34	c  N dy  6323   1831787      2560     13741    288939     63368    935414   1379796     16.93     17.87  --
1149.56/287.93	c  N dy  6396   1852000      2560     13741    288939     83404    935414   2772549     16.93     17.91  --
1161.97/291.05	c  N dy  6450   1873213      2560     13741    288939    104400    935414   4189421     16.93     17.93  --
1173.92/294.03	c  N dy  6513   1893256      2560     13741    288939     64828    935414   1445109     16.93     17.98  --
1184.31/296.66	c  N dy  6589   1913578      2560     13741    288939     84971    935414   2878191     16.93     17.99  --
1196.70/299.74	c  N dy  6661   1934035      2560     13741    288939    105233    935414   4230292     16.93     17.98  --
1208.27/302.65	c  N dy  6738   1954212      2560     13741    288939     64770    935414   1368622     16.93     18.13  --
1219.07/305.31	c  N dy  6828   1974280      2560     13741    288939     84683    935414   2774688     16.93     17.88  --
1230.23/308.19	c  N dy  6904   1995185      2560     13741    288939    105393    935414   4238374     16.93     17.92  --
1242.61/311.20	c  N dy  6982   2015266      2560     13741    288939     63839    935414   1244567     16.93     17.93  --
1252.99/313.82	c  N dy  7052   2035468      2560     13741    288939     83851    935414   2619421     16.93     17.88  --
1264.58/316.70	c  N dy  7114   2055836      2560     13741    288939    104029    935414   3985472     16.93     17.83  --
1276.56/319.78	c  N dy  7174   2075896      2560     13741    288939    123890    935414   5331357     16.92     20.11  --
1288.14/322.67	c  N dy  7247   2096502      2560     13741    288939     81893    935414   2443038     16.92     17.85  --
1300.13/325.61	c  N dy  7323   2117424      2560     13741    288939    102580    935414   3883603     16.93     17.82  --
1312.51/328.75	c  N dy  7387   2137545      2560     13741    288939    122477    935414   5211745     16.92     17.91  --
1324.89/331.81	c  N dy  7472   2158120      2560     13741    288939     79489    935414   2208171     16.93     17.96  --
1337.30/334.97	c  N dy  7537   2178733      2560     13741    288939     99921    935414   3581917     16.92     17.90  --
1351.65/338.54	c  N dy  7614   2198812      2560     13741    288939    119823    935414   4964291     16.93     17.86  --
1360.44/340.71	c  S st  7665   2210826      2560     13741    288939     67317    935414   1314387     16.93   no data  --
1360.44/340.77	c  S st  7665   2211330      2560     13741    288939     67821    935414   1354683     16.93   no data  --
1360.44/340.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
1360.44/340.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1362.84/341.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.8M T:  2.17
1363.24/341.43	c bin-w-bin subsume rem            0 bins  time:  0.17 s
1368.46/342.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.07 s
1368.46/342.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
1368.46/342.76	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.12 s
1372.45/343.72	c lits-rem:        79  cl-subs:      159  v-elim:      0  v-fix:    0  time:  3.83 s
1372.45/343.73	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
1372.85/343.82	c vivif2 --  cl tried    67662 cl shrink        0 lits rem          0 time: 0.35
1373.62/344.07	c asymm  cl-useful: 0/1190/13741 lits-rem:0 time: 1.01
1373.62/344.08	c calculated reachability. Time: 0.01
1373.62/344.08	c  N dy  7665   2211330      2560     13741    288939     67662    935414   1350138     16.93   no data  --
1385.63/347.06	c  N dy  7736   2231336      2560     13741    288939     87493    935414   2691293     16.93     17.83  --
1398.81/350.36	c  N dy  7803   2251483      2560     13741    288939    107366    935414   3957991     16.93     17.91  --
1412.39/353.72	c  N dy  7875   2271907      2560     13741    288939    127587    935414   5355537     16.93     17.84  --
1424.76/356.86	c  N dy  7928   2292043      2560     13741    288939     82167    935414   2208667     16.92     17.85  --
1436.75/359.89	c  N dy  7996   2312697      2560     13741    288939    102627    935414   3591078     16.92     17.94  --
1449.12/362.93	c  N dy  8065   2332712      2560     13741    288939    122434    935414   4918700     16.92     17.88  --
1461.51/366.06	c  N dy  8123   2353623      2560     13741    288939     76814    935414   1880599     16.92     17.82  --
1473.10/368.94	c  N dy  8203   2374048      2560     13741    288939     97072    935414   3287140     16.92     17.81  --
1487.88/372.69	c  N dy  8284   2398458      2560     13741    288939    121236    935414   4908158     16.92     17.94  --
1500.28/375.73	c  N dy  8339   2418463      2560     13741    288939     73714    935414   1612648     16.92     17.86  --
1511.46/378.56	c  N dy  8406   2438823      2560     13741    288939     93889    935414   2984829     16.92     17.83  --
1523.03/381.49	c  N dy  8481   2459225      2560     13741    288939    114104    935414   4404450     16.92     17.96  --
1535.44/384.51	c  N dy  8562   2479273      2560     13741    288939    133958    935414   5728945     16.92     18.08  --
1546.60/387.39	c  N dy  8645   2499847      2560     13741    288939     86005    935414   2503070     16.92     17.87  --
1558.18/390.21	c  N dy  8712   2519915      2560     13741    288939    105888    935414   3906976     16.92     18.37  --
1570.58/393.31	c  N dy  8765   2539942      2560     13741    288939    125748    935414   5266125     16.92     17.83  --
1582.95/396.43	c  N dy  8844   2560010      2560     13741    288939     76305    935414   1697304     16.92     17.85  --
1593.74/399.13	c  N dy  8931   2580447      2560     13741    288939     96548    935414   3090560     16.92     17.82  --
1605.35/402.08	c  N dy  9006   2600769      2560     13741    288939    116677    935414   4452833     16.92     18.04  --
1617.31/405.09	c  N dy  9054   2621253      2560     13741    288939    136941    935414   5835391     16.92     17.81  --
1629.29/408.08	c  N dy  9121   2641311      2560     13741    288939     86444    935414   2295910     16.92     17.99  --
1641.68/411.12	c  N dy  9161   2661594      2560     13741    288939    106494    935414   3611244     16.91     17.85  --
1653.68/414.14	c  N dy  9239   2681678      2560     13741    288939    126389    935414   5037171     16.91     19.73  --
1666.05/417.29	c  N dy  9297   2701752      2560     13741    288939     74971    935414   1504209     16.91     17.92  --
1671.65/418.68	c  S st  9325   2711330      2560     13741    288939     84450    935414   2116294     16.91     16.18  --
1672.03/418.74	c  S st  9325   2711831      2560     13741    288939     84951    935414   2155263     16.91   no data  --
1672.03/418.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
1672.03/418.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1674.44/419.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.9M T:  2.39
1674.84/419.49	c bin-w-bin subsume rem            0 bins  time:  0.17 s
1680.44/420.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.43 s
1680.44/420.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
1680.82/420.91	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
1689.24/423.05	c lits-rem:       112  cl-subs:      595  v-elim:      0  v-fix:    0  time:  8.55 s
1689.24/423.06	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
1689.62/423.18	c vivif2 --  cl tried    84356 cl shrink        0 lits rem          0 time: 0.49
1690.82/423.40	c asymm  cl-useful: 0/1143/13741 lits-rem:0 time: 0.88
1690.82/423.41	c calculated reachability. Time: 0.01
1690.82/423.41	c  N dy  9325   2711831      2560     13741    288939     84356    935414   2135506     16.91   no data  --
1701.61/426.15	c  N dy  9398   2731905      2560     13741    288939    104224    935414   3488564     16.91     20.86  --
1713.19/429.02	c  N dy  9460   2752148      2560     13741    288939    124263    935414   4878242     16.91     17.91  --
1724.76/431.97	c  N dy  9515   2772232      2560     13741    288939    144138    935414   6211788     16.90     18.01  --
1736.76/434.93	c  N dy  9575   2792270      2560     13741    288939     91719    935414   2563495     16.90     17.86  --
1749.53/438.12	c  N dy  9639   2812910      2560     13741    288939    112146    935414   3914407     16.90     17.80  --
1761.92/441.24	c  N dy  9703   2833074      2560     13741    288939    132117    935414   5294153     16.90     18.17  --
1775.11/444.53	c  N dy  9778   2853448      2560     13741    288939     79035    935414   1662709     16.90     17.80  --
1786.69/447.45	c  N dy  9843   2873517      2560     13741    288939     98909    935414   2972828     16.90     17.83  --
1798.28/450.34	c  N dy  9936   2893678      2560     13741    288939    118891    935414   4379738     16.90     17.85  --
1811.46/453.65	c  N dy 10014   2913887      2560     13741    288939    138927    935414   5732617     16.90     17.81  --
1825.06/457.08	c  N dy 10084   2935315      2560     13741    288939     85867    935414   2112933     16.90     17.84  --
1836.23/459.87	c  N dy 10157   2955500      2560     13741    288939    105892    935414   3490066     16.90     17.91  --
1849.81/463.25	c  N dy 10233   2976405      2560     13741    288939    126589    935414   4882756     16.90     17.81  --
1862.59/466.48	c  N dy 10300   2996901      2560     13741    288939    146902    935414   6281445     16.90     17.83  --
1874.98/469.51	c  N dy 10343   3017436      2560     13741    288939     91936    935414   2490776     16.90     17.85  --
1886.57/472.46	c  N dy 10407   3038083      2560     13741    288939    112381    935414   3897001     16.89     17.81  --
1898.94/475.56	c  N dy 10457   3058210      2560     13741    288939    132278    935414   5140581     16.89     17.78  --
1912.13/478.83	c  N dy 10530   3078213      2560     13741    288939    152113    935414   6517970     16.89     17.82  --
1925.31/482.10	c  N dy 10590   3100290      2560     13741    288939     97669    935414   2720816     16.89     17.78  --
1938.09/485.34	c  N dy 10661   3120739      2560     13741    288939    117938    935414   4076072     16.89     17.87  --
1952.89/489.01	c  N dy 10709   3141704      2560     13741    288939    138626    935414   5430496     16.88     17.87  --
1967.65/492.71	c  N dy 10791   3161760      2560     13741    288939     81299    935414   1639666     16.88     23.28  --
1980.03/495.88	c  N dy 10871   3181804      2560     13741    288939    101149    935414   2959730     16.88     24.34  --
1994.82/499.54	c  N dy 10950   3203799      2560     13741    288939    122884    935414   4393521     16.88     17.85  --
2000.41/500.95	c  S st 10990   3211834      2560     13741    288939    130851    935414   4953457     16.88     15.00  --
2000.82/501.03	c  S st 10990   3212336      2560     13741    288939    131353    935414   4998464     16.88   no data  --
2000.82/501.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
2000.82/501.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2003.60/501.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.0M T:  2.89
2004.80/502.01	c bin-w-bin subsume rem            0 bins  time:  0.17 s
2010.39/503.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.70 s
2010.39/503.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
2010.78/503.51	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
2101.88/526.37	c lits-rem:       132  cl-subs:     2286  v-elim:      0  v-fix:    0  time: 90.85 s
2101.88/526.38	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.05
2103.06/526.68	c vivif2 --  cl tried   129067 cl shrink        0 lits rem          0 time: 1.18
2104.67/527.00	c asymm  cl-useful: 0/1684/13741 lits-rem:0 time: 1.28
2104.67/527.02	c calculated reachability. Time: 0.01
2104.67/527.02	c  N dy 10990   3212336      2560     13741    288939    129067    935414   4927027     16.88   no data  --
2118.65/530.53	c  N dy 11068   3233224      2560     13741    288939    149758    935414   6323305     16.88     17.78  --
2131.43/533.76	c  N dy 11155   3253294      2560     13741    288939     91492    935414   2298903     16.88     17.79  --
2145.01/537.10	c  N dy 11212   3274857      2560     13741    288939    112838    935414   3720889     16.88     18.01  --
2160.59/541.07	c  N dy 11262   3300097      2560     13741    288939    137819    935414   5321186     16.87     18.03  --
2174.57/544.55	c  N dy 11359   3320186      2560     13741    288939    157739    935414   6696035     16.88     17.81  --
2186.96/547.60	c  N dy 11444   3340215      2560     13741    288939     98355    935414   2686728     16.88     18.05  --
2198.56/550.56	c  N dy 11533   3360283      2560     13741    288939    118232    935414   4092395     16.88     17.87  --
2212.15/553.94	c  N dy 11577   3380625      2560     13741    288939    138362    935414   5390786     16.88     17.81  --
2225.33/557.23	c  N dy 11649   3400635      2560     13741    288939    158147    935414   6733007     16.88     19.36  --
2238.11/560.49	c  N dy 11730   3421500      2560     13741    288939     98604    935414   2641553     16.88     17.89  --
2249.68/563.39	c  N dy 11778   3441749      2560     13741    288939    118632    935414   3975412     16.88     17.79  --
2262.86/566.64	c  N dy 11847   3462650      2560     13741    288939    139327    935414   5372697     16.88     17.98  --
2278.06/570.48	c  N dy 11926   3486436      2560     13741    288939     81707    935414   1457242     16.88     17.96  --
2289.63/573.30	c  N dy 11998   3506472      2560     13741    288939    101530    935414   2794897     16.88     17.81  --
2304.80/577.14	c  N dy 12086   3530567      2560     13741    288939    125331    935414   4356168     16.88     17.77  --
2317.99/580.47	c  N dy 12175   3550621      2560     13741    288939    145206    935414   5706347     16.88     17.93  --
2332.77/584.11	c  N dy 12254   3570638      2560     13741    288939     82899    935414   1500258     16.88     18.72  --
2344.35/587.10	c  N dy 12296   3590684      2560     13741    288939    102641    935414   2739148     16.88     17.78  --
2357.53/590.33	c  N dy 12360   3610869      2560     13741    288939    122649    935414   4079256     16.87     17.77  --
2371.11/593.76	c  N dy 12416   3631063      2560     13741    288939    142657    935414   5419477     16.87     17.82  --
2385.09/597.27	c  N dy 12476   3651087      2560     13741    288939    162501    935414   6794447     16.87     17.82  --
2398.28/600.58	c  N dy 12542   3671207      2560     13741    288939     99277    935414   2542810     16.87     17.82  --
2412.26/604.03	c  N dy 12606   3692183      2560     13741    288939    120020    935414   3905755     16.87     17.78  --
2425.43/607.32	c  N dy 12677   3712337      2560     13741    288939    139960    935414   5242250     16.87     14.96  --
2425.43/607.32	c  S st 12677   3712337      2560     13741    288939    139960    935414   5242250     16.87     14.96  --
2425.43/607.39	c  S st 12677   3712839      2560     13741    288939    140462    935414   5282247     16.87   no data  --
2425.83/607.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
2425.83/607.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2428.23/608.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.3M T:  2.66
2429.43/608.30	c bin-w-bin subsume rem            0 bins  time:  0.17 s
2435.03/609.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.82 s
2435.03/609.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
2435.43/609.82	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
2537.31/635.31	c lits-rem:       118  cl-subs:     2304  v-elim:      0  v-fix:    0  time: 101.71 s
2537.31/635.32	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
2538.48/635.63	c vivif2 --  cl tried   138158 cl shrink        0 lits rem          0 time: 1.21
2539.68/635.92	c asymm  cl-useful: 0/1390/13741 lits-rem:0 time: 1.17
2539.68/635.93	c calculated reachability. Time: 0.01
2539.68/635.93	c  N dy 12677   3712839      2560     13741    288939    138158    935414   5206893     16.87   no data  --
2553.26/639.39	c  N dy 12750   3732858      2560     13741    288939    158004    935414   6536197     16.87     17.89  --
2567.25/642.82	c  F st 12800   3751563      2560     13741    288939     92384    935414   2010693     16.87     16.43  --
2568.45/643.19	c  N st 12804   3753596      2560     13741    288939     94400    935414   2129185     16.87   no data  --
2581.63/646.48	c  N dy 12859   3773628      2560     13741    288939    114205    935414   3434986     16.87     17.84  --
2596.01/650.08	c  N dy 12917   3795382      2560     13741    288939    135756    935414   4889596     16.86     17.80  --
2608.79/653.30	c  N dy 12963   3815442      2560     13741    288939    155592    935414   6221270     16.86     17.76  --
2623.57/656.94	c  N dy 13047   3835465      2560     13741    288939     90322    935414   1862687     16.86     18.80  --
2635.56/659.95	c  N dy 13118   3855692      2560     13741    288939    110356    935414   3188681     16.86     17.86  --
2647.53/662.99	c  N dy 13208   3875765      2560     13741    288939    130291    935414   4586464     16.86     17.76  --
2661.52/666.45	c  N dy 13259   3895811      2560     13741    288939    150117    935414   5824549     16.86     17.77  --
2675.10/669.85	c  N dy 13326   3915916      2560     13741    288939    170045    935414   7190393     16.86     17.75  --
2687.48/672.98	c  N dy 13397   3937247      2560     13741    288939    105033    935414   2773987     16.86     17.76  --
2699.89/676.02	c  N dy 13479   3957273      2560     13741    288939    124867    935414   4091493     16.86     18.74  --
2711.86/679.02	c  N dy 13553   3977303      2560     13741    288939    144693    935414   5458814     16.86     26.74  --
2725.44/682.46	c  N dy 13623   3997584      2560     13741    288939    164783    935414   6757179     16.86     17.79  --
2739.04/685.85	c  N dy 13686   4017722      2560     13741    288939     97584    935414   2222455     16.86     17.77  --
2751.81/689.04	c  N dy 13764   4037811      2560     13741    288939    117430    935414   3484366     16.86     17.84  --
2764.19/692.17	c  N dy 13824   4057913      2560     13741    288939    137297    935414   4813048     16.86     17.78  --
2778.17/695.64	c  N dy 13874   4078471      2560     13741    288939    157679    935414   6159475     16.86     17.79  --
2792.95/699.35	c  N dy 13969   4098485      2560     13741    288939     89404    935414   1638348     16.86     19.09  --
2804.54/702.27	c  N dy 14033   4118720      2560     13741    288939    109394    935414   2982326     16.86     17.78  --
2818.14/705.61	c  N dy 14110   4139384      2560     13741    288939    129832    935414   4304980     16.86     17.78  --
2830.51/708.78	c  N dy 14191   4159696      2560     13741    288939    149961    935414   5664316     16.86     17.85  --
2844.09/712.12	c  N dy 14267   4179744      2560     13741    288939    169834    935414   7039630     16.86     17.85  --
2858.87/715.82	c  N dy 14336   4202163      2560     13741    288939    102910    935414   2457930     16.86     17.95  --
2865.26/717.47	c  S st 14368   4212840      2560     13741    288939    113483    935414   3141927     16.86     16.37  --
2865.66/717.54	c  S st 14368   4213342      2560     13741    288939    113984    935414   3183016     16.86   no data  --
2865.66/717.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
2865.66/717.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2868.05/718.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.4M T:  2.40
2868.85/718.32	c bin-w-bin subsume rem            0 bins  time:  0.17 s
2874.05/719.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.32 s
2874.05/719.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
2874.45/719.71	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.11 s
2887.23/722.93	c lits-rem:        57  cl-subs:     1234  v-elim:      0  v-fix:    0  time: 12.83 s
2887.23/722.94	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.05
2888.03/723.14	c vivif2 --  cl tried   112750 cl shrink        0 lits rem          0 time: 0.77
2889.23/723.41	c asymm  cl-useful: 0/1114/13741 lits-rem:0 time: 1.10
2889.23/723.42	c calculated reachability. Time: 0.01
2889.23/723.42	c  N dy 14368   4213342      2560     13741    288939    112750    935414   3143523     16.86   no data  --
2902.03/726.65	c  N dy 14453   4234367      2560     13741    288939    133585    935414   4496520     16.86     18.02  --
2914.82/729.87	c  N dy 14517   4254894      2560     13741    288939    153949    935414   5869781     16.86     17.79  --
2928.00/733.10	c  N dy 14580   4275606      2560     13741    288939    174435    935414   7241739     16.85     17.75  --
2941.18/736.45	c  N dy 14633   4295786      2560     13741    288939    104344    935414   2490120     16.85     18.13  --
2953.95/739.61	c  N dy 14711   4315816      2560     13741    288939    124192    935414   3804529     16.85     20.74  --
2967.13/742.92	c  N dy 14780   4336176      2560     13741    288939    144349    935414   5148356     16.85     17.80  --
2980.31/746.24	c  N dy 14868   4356223      2560     13741    288939    164222    935414   6538649     16.86     17.78  --
2995.50/750.06	c  N dy 14959   4376921      2560     13741    288939     93606    935414   1782417     16.86     17.75  --
3007.51/753.04	c  N dy 15029   4397363      2560     13741    288939    113876    935414   3146546     16.86     17.84  --
3020.28/756.29	c  N dy 15084   4417808      2560     13741    288939    134131    935414   4490377     16.86     17.89  --
3035.45/760.02	c  N dy 15143   4438876      2560     13741    288939    154992    935414   5821417     16.86     17.76  --
3049.42/763.59	c  N dy 15224   4458881      2560     13741    288939    174788    935414   7119519     16.86     17.75  --
3063.00/766.98	c  N dy 15308   4478989      2560     13741    288939    102577    935414   2356109     16.86     18.05  --
3076.19/770.22	c  N dy 15374   4500051      2560     13741    288939    123407    935414   3725816     16.86     17.77  --
3088.17/773.26	c  N dy 15422   4520058      2560     13741    288939    143233    935414   5016391     16.86     17.89  --
3102.15/776.75	c  N dy 15502   4540072      2560     13741    288939    163082    935414   6312406     16.86     17.84  --
3120.13/781.29	c  N dy 15564   4565428      2560     13741    288939     95058    935414   1745106     16.85     17.82  --
3132.92/784.48	c  N dy 15634   4585507      2560     13741    288939    114957    935414   2991039     16.85     17.76  --
3146.90/787.90	c  N dy 15706   4606161      2560     13741    288939    135434    935414   4348635     16.85     17.79  --
3160.89/791.50	c  N dy 15769   4626782      2560     13741    288939    155812    935414   5639408     16.85     18.06  --
3175.65/795.15	c  N dy 15843   4647812      2560     13741    288939    176638    935414   6990129     16.85     17.76  --
3190.43/798.81	c  N dy 15948   4668131      2560     13741    288939    102683    935414   2268299     16.86     17.80  --
3203.21/802.08	c  N dy 16028   4688481      2560     13741    288939    122800    935414   3555675     16.86     17.77  --
3218.79/805.93	c  N dy 16109   4711185      2560     13741    288939    145292    935414   5024100     16.86     18.01  --
3220.40/806.32	c  S st 16123   4713343      2560     13741    288939    147430    935414   5162473     16.86     14.05  --
3220.40/806.39	c  S st 16123   4713844      2560     13741    288939    147931    935414   5205734     16.86   no data  --
3220.80/806.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
3220.80/806.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3223.19/807.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.1M T:  2.62
3223.99/807.29	c bin-w-bin subsume rem            0 bins  time:  0.17 s
3229.98/808.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.84 s
3229.98/808.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
3230.39/808.82	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.12 s
3320.66/831.45	c lits-rem:        78  cl-subs:     2223  v-elim:      0  v-fix:    0  time: 90.30 s
3320.66/831.46	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.05
3321.85/831.77	c vivif2 --  cl tried   145708 cl shrink        0 lits rem          0 time: 1.22
3323.05/832.07	c asymm  cl-useful: 0/1374/13741 lits-rem:0 time: 1.21
3323.05/832.09	c calculated reachability. Time: 0.01
3323.05/832.09	c  N dy 16123   4713844      2560     13741    288939    145708    935414   5134062     16.86   no data  --
3337.05/835.58	c  N dy 16191   4733921      2560     13741    288939    165586    935414   6408306     16.86     18.27  --
3352.61/839.48	c  N dy 16261   4753951      2560     13741    288939    185355    935414   7682621     16.86     21.19  --
3367.00/843.04	c  N dy 16326   4773963      2560     13741    288939    110170    935414   2655462     16.86     21.99  --
3380.60/846.47	c  N dy 16395   4794052      2560     13741    288939    130075    935414   4001026     16.86     17.75  --
3395.36/850.10	c  N dy 16461   4814122      2560     13741    288939    149960    935414   5284239     16.86     17.91  --
3410.94/854.02	c  N dy 16540   4834611      2560     13741    288939    170260    935414   6616562     16.86     17.81  --
3426.51/857.93	c  N dy 16602   4854631      2560     13741    288939    190107    935414   7913518     16.86     17.75  --
3440.50/861.48	c  N dy 16678   4874673      2560     13741    288939    113918    935414   2892866     16.86     17.80  --
3454.48/864.99	c  N dy 16743   4894759      2560     13741    288939    133833    935414   4168328     16.86     17.81  --
3468.87/868.53	c  N dy 16802   4915457      2560     13741    288939    154347    935414   5472072     16.86     17.81  --
3483.23/872.18	c  N dy 16902   4935530      2560     13741    288939    174239    935414   6798480     16.86     20.13  --
3498.42/875.90	c  N dy 16982   4955670      2560     13741    288939    194201    935414   8178649     16.86     17.80  --
3511.20/879.17	c  N dy 17067   4975728      2560     13741    288939    116950    935414   3026087     16.86     17.79  --
3523.98/882.31	c  N dy 17139   4995855      2560     13741    288939    136873    935414   4360429     16.86     17.99  --
3536.36/885.45	c  N dy 17200   5016054      2560     13741    288939    156877    935414   5707660     16.86     17.77  --
3550.35/888.95	c  N dy 17270   5036484      2560     13741    288939    177077    935414   7031985     16.86     17.93  --
3567.12/893.18	c  N dy 17333   5058062      2560     13741    288939    100386    935414   1867586     16.86     17.96  --
3579.10/896.14	c  N dy 17403   5078281      2560     13741    288939    120404    935414   3184372     16.86     17.80  --
3592.69/899.54	c  N dy 17454   5099478      2560     13741    288939    141371    935414   4535193     16.86     17.75  --
3606.27/902.98	c  N dy 17525   5119546      2560     13741    288939    161247    935414   5830803     16.86     18.21  --
3620.65/906.56	c  N dy 17600   5139549      2560     13741    288939    181044    935414   7132244     16.86     18.28  --
3637.43/910.76	c  N dy 17660   5160733      2560     13741    288939    103023    935414   1996298     16.86     17.87  --
3649.81/913.82	c  N dy 17709   5180918      2560     13741    288939    122993    935414   3247119     16.86     17.84  --
3662.21/916.99	c  N dy 17787   5200926      2560     13741    288939    142831    935414   4587023     16.86     17.76  --
3671.38/919.26	c  S st 17825   5213844      2560     13741    288939    155602    935414   5418499     16.86     15.78  --
3671.78/919.34	c  S st 17825   5214347      2560     13741    288939    156104    935414   5460356     16.86   no data  --
3671.78/919.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
3671.78/919.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3674.58/920.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.4M T:  2.86
3675.77/920.32	c bin-w-bin subsume rem            0 bins  time:  0.17 s
3681.37/921.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.85 s
3681.77/921.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
3681.77/921.85	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.12 s
3791.22/949.20	c lits-rem:        85  cl-subs:     2488  v-elim:      0  v-fix:    0  time: 109.16 s
3791.22/949.21	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.05
3792.42/949.56	c vivif2 --  cl tried   153616 cl shrink        0 lits rem          0 time: 1.39
3794.04/949.91	c asymm  cl-useful: 0/1374/13741 lits-rem:0 time: 1.36
3794.04/949.92	c calculated reachability. Time: 0.01
3794.04/949.92	c  N dy 17825   5214347      2560     13741    288939    153616    935414   5379551     16.86   no data  --
3808.79/953.69	c  N dy 17886   5236025      2560     13741    288939    175088    935414   6763858     16.86     17.87  --
3823.97/957.46	c  N dy 17975   5256298      2560     13741    288939    195186    935414   8116003     16.86     17.87  --
3839.15/961.21	c  N dy 18039   5276330      2560     13741    288939    115035    935414   2696994     16.86     24.67  --
3854.73/965.17	c  N dy 18113   5299109      2560     13741    288939    137580    935414   4152447     16.86     17.79  --
3870.31/969.06	c  N dy 18187   5319636      2560     13741    288939    157924    935414   5489879     16.86     17.75  --
3885.08/972.79	c  N dy 18258   5339667      2560     13741    288939    177767    935414   6763911     16.86     17.82  --
3903.06/977.23	c  N dy 18330   5359945      2560     13741    288939    197837    935414   8036489     16.86     17.77  --
3918.24/981.08	c  N dy 18386   5380186      2560     13741    288939    116828    935414   2768978     16.85     17.77  --
3933.42/984.80	c  N dy 18435   5402253      2560     13741    288939    138638    935414   4163664     16.85     17.75  --
3947.82/988.48	c  N dy 18509   5422600      2560     13741    288939    158781    935414   5481438     16.85     17.80  --
3963.38/992.38	c  N dy 18590   5442659      2560     13741    288939    178667    935414   6762155     16.85     19.80  --
3977.36/995.89	c  N dy 18665   5462752      2560     13741    288939    198557    935414   8076751     16.85     17.88  --
3990.14/999.08	c  N dy 18721   5482877      2560     13741    288939    116535    935414   2729169     16.85     17.78  --
4002.93/1002.23	c  N dy 18765   5503161      2560     13741    288939    136577    935414   3924258     16.85     17.89  --
4016.51/1005.66	c  N dy 18835   5524089      2560     13741    288939    157269    935414   5244546     16.85     17.77  --
4030.90/1009.24	c  N dy 18898   5544452      2560     13741    288939    177432    935414   6517524     16.85     17.89  --
4044.08/1012.52	c  N dy 18946   5564510      2560     13741    288939    197209    935414   7724227     16.85     17.99  --
4059.25/1016.36	c  N dy 19016   5587876      2560     13741    288939    117468    935414   2812665     16.85     17.80  --
4071.23/1019.32	c  N dy 19076   5608061      2560     13741    288939    137455    935414   4093723     16.85     17.82  --
4083.21/1022.34	c  N dy 19117   5628065      2560     13741    288939    157220    935414   5343230     16.84     22.01  --
4096.41/1025.62	c  N dy 19167   5648072      2560     13741    288939    176962    935414   6561430     16.84     18.06  --
4110.40/1029.12	c  N dy 19242   5668125      2560     13741    288939    196844    935414   7861949     16.84     20.69  --
4125.15/1032.83	c  N dy 19291   5689361      2560     13741    288939    113998    935414   2482200     16.84     17.83  --
4137.54/1035.91	c  N dy 19365   5710207      2560     13741    288939    134645    935414   3849626     16.84     17.77  --
4139.94/1036.55	c  S st 19383   5714347      2560     13741    288939    138744    935414   4114321     16.84     15.71  --
4140.34/1036.62	c  S st 19383   5714848      2560     13741    288939    139241    935414   4153229     16.84   no data  --
4140.34/1036.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
4140.34/1036.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4142.73/1037.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.8M T:  2.46
4143.53/1037.45	c bin-w-bin subsume rem            0 bins  time:  0.17 s
4148.73/1038.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.26 s
4149.13/1038.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.12 s
4149.13/1038.83	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.12 s
4170.70/1044.23	c lits-rem:        49  cl-subs:     1394  v-elim:      0  v-fix:    0  time: 21.55 s
4170.70/1044.24	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
4171.51/1044.49	c vivif2 --  cl tried   137847 cl shrink        0 lits rem          0 time: 1.01
4172.69/1044.79	c asymm  cl-useful: 0/1310/13741 lits-rem:0 time: 1.19
4173.09/1044.80	c calculated reachability. Time: 0.01
4173.09/1044.80	c  N dy 19383   5714848      2560     13741    288939    137847    935414   4106453     16.84   no data  --
4187.48/1048.40	c  N dy 19469   5735026      2560     13741    288939    157814    935414   5423112     16.84     17.76  --
4200.26/1051.63	c  N dy 19539   5755273      2560     13741    288939    177877    935414   6736656     16.84     17.73  --
4213.84/1055.09	c  N dy 19581   5775307      2560     13741    288939    197680    935414   7994882     16.84     23.49  --
4227.82/1058.59	c  N dy 19654   5795551      2560     13741    288939    112837    935414   2321149     16.84     17.75  --
4241.00/1061.86	c  N dy 19734   5815560      2560     13741    288939    132644    935414   3577992     16.84     17.80  --
4254.58/1065.26	c  N dy 19798   5837144      2560     13741    288939    153931    935414   4909228     16.84     17.78  --
4268.96/1068.85	c  N dy 19873   5857336      2560     13741    288939    173924    935414   6211570     16.84     17.76  --
4284.14/1072.62	c  N dy 19937   5877890      2560     13741    288939    194252    935414   7486618     16.84     17.77  --
4301.31/1076.93	c  N dy 20015   5898915      2560     13741    288939    109176    935414   2051015     16.84     17.75  --
4312.90/1079.89	c  N dy 20069   5919257      2560     13741    288939    129369    935414   3339026     16.84     17.91  --
4327.28/1083.46	c  N dy 20123   5939406      2560     13741    288939    149276    935414   4580743     16.84     17.75  --
4343.28/1087.42	c  N dy 20197   5961314      2560     13741    288939    170987    935414   6011968     16.84     17.74  --
4356.84/1090.90	c  N dy 20268   5981630      2560     13741    288939    191077    935414   7303823     16.84     17.80  --
4371.22/1094.49	c  N dy 20366   6001745      2560     13741    288939    211030    935414   8643109     16.84     17.73  --
4385.21/1097.93	c  N dy 20451   6021842      2560     13741    288939    124028    935414   2987595     16.84     17.75  --
4397.99/1101.10	c  N dy 20525   6041861      2560     13741    288939    143847    935414   4240378     16.84     18.27  --
4411.17/1104.46	c  N dy 20600   6062272      2560     13741    288939    164037    935414   5527761     16.84     17.73  --
4424.35/1107.77	c  N dy 20651   6082317      2560     13741    288939    183867    935414   6776290     16.84     17.76  --
4438.74/1111.37	c  N dy 20738   6102824      2560     13741    288939    204226    935414   8114014     16.84     17.73  --
4453.91/1115.19	c  N dy 20792   6123675      2560     13741    288939    116967    935414   2456238     16.84     17.80  --
4466.32/1118.28	c  N dy 20882   6143739      2560     13741    288939    136866    935414   3755526     16.84     17.74  --
4479.09/1121.49	c  N dy 20940   6164455      2560     13741    288939    157359    935414   5048303     16.84     17.78  --
4493.06/1124.91	c  N dy 21015   6184481      2560     13741    288939    177227    935414   6325145     16.84     21.02  --
4506.24/1128.28	c  N dy 21096   6204551      2560     13741    288939    197110    935414   7654113     16.84     19.14  --
4513.44/1130.00	c  S st 21129   6214848      2560     13741    288939    207319    935414   8313323     16.84   no data  --
4513.44/1130.07	c  S st 21129   6215350      2560     13741    288939    207820    935414   8353395     16.84   no data  --
4513.84/1130.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.11
4513.84/1130.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4516.63/1130.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 26.9M T:  3.01
4518.23/1131.22	c bin-w-bin subsume rem            0 bins  time:  0.17 s
4524.21/1132.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  6.11 s
4524.21/1132.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.11 s
4524.61/1132.80	c Removed useless bin:       0  fixed:     0  props:   1.45M  time:  0.12 s
4755.11/1190.59	c lits-rem:        85  cl-subs:     3619  v-elim:      0  v-fix:    0  time: 230.31 s
4755.50/1190.60	c vivif2 --  cl tried    13741 cl shrink        0 lits rem          0 time: 0.04
4757.49/1191.12	c vivif2 --  cl tried   204201 cl shrink        0 lits rem          0 time: 2.05
4758.30/1191.31	c asymm  cl-useful: 0/575/13741 lits-rem:0 time: 0.74
4758.30/1191.32	c calculated reachability. Time: 0.01
4758.30/1191.32	c  N dy 21129   6215350      2560     13741    288939    204201    935414   8233927     16.84   no data  --
4776.27/1195.82	c  N dy 21185   6237064      2560     13741    288939    116716    935414   2368829     16.84     17.76  --
4792.25/1199.83	c  N dy 21243   6259575      2560     13741    288939    138980    935414   3767693     16.84     17.79  --

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-3259649-1304035511/watcher-3259649-1304035511 -o /tmp/evaluation-result-3259649-1304035511/solver-3259649-1304035511 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3259649-1304035511.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.48 4.16 5.53 2/178 18755
/proc/meminfo: memFree=25230168/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 413 0 0 0 0 0 0 0 21 0 4 0 515150747 52465664 352 33554432000 4194304 4650419 140736535536496 18446744073709551615 47596261128114 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 12809 352 303 112 0 7774 0
[pid=18755/tid=18756] ppid=18753 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 515150747 52465664 352 33554432000 4194304 4650419 140736535536496 18446744073709551615 274664864753 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 515150747 52465664 352 33554432000 4194304 4650419 140736535536496 18446744073709551615 274676606006 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 515150747 52465664 352 33554432000 4194304 4650419 140736535536496 18446744073709551615 47596261128114 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0233339 s]
/proc/loadavg: 3.48 4.16 5.53 2/178 18755
/proc/meminfo: memFree=25230168/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=284992 CPUtime=0.06 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 4029 0 0 0 6 0 0 0 18 0 4 0 515150747 291831808 3793 33554432000 4194304 4650419 140736535536496 18446744073709551615 4546959 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 71248 3795 343 112 0 66213 0
[pid=18755/tid=18756] ppid=18753 vsize=284992 CPUtime=0.01 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 891 0 0 0 1 0 0 0 23 0 4 0 515150747 291831808 3796 33554432000 4194304 4650419 140736535536496 18446744073709551615 4546959 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=284992 CPUtime=0.01 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 905 0 0 0 1 0 0 0 18 0 4 0 515150747 291831808 3798 33554432000 4194304 4650419 140736535536496 18446744073709551615 274664469537 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=284992 CPUtime=0.01 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 896 0 0 0 1 0 0 0 18 0 4 0 515150747 291831808 3799 33554432000 4194304 4650419 140736535536496 18446744073709551615 4305933 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 284992

[startup+0.100803 s]
/proc/loadavg: 3.48 4.16 5.53 2/178 18755
/proc/meminfo: memFree=25230168/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=295848 CPUtime=0.81 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 12988 0 0 0 78 3 0 0 18 0 4 0 515150747 302948352 12740 33554432000 4194304 4650419 140736535536496 18446744073709551615 4550246 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 73962 13148 383 112 0 68927 0
[pid=18755/tid=18756] ppid=18753 vsize=295848 CPUtime=0.2 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) D 18753 18755 18108 0 -1 4202560 3534 0 0 0 19 1 0 0 18 0 4 0 515150747 302948352 13502 33554432000 4194304 4650419 140736535536496 18446744073709551615 274664851639 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=295848 CPUtime=0.2 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 3484 0 0 0 20 0 0 0 18 0 4 0 515150747 302948352 13677 33554432000 4194304 4650419 140736535536496 18446744073709551615 274664851639 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=298140 CPUtime=0.26 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 2904 0 0 0 26 0 0 0 18 0 4 0 515150747 305295360 15360 33554432000 4194304 4650419 140736535536496 18446744073709551615 4315180 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 295848

[startup+0.859186 s]
/proc/loadavg: 3.48 4.16 5.53 2/178 18755
/proc/meminfo: memFree=25230168/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=305652 CPUtime=3.4 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 25590 0 0 0 334 6 0 0 18 0 4 0 515150747 312987648 23881 33554432000 4194304 4650419 140736535536496 18446744073709551615 4334274 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 76413 23881 392 112 0 71378 0
[pid=18755/tid=18756] ppid=18753 vsize=305652 CPUtime=0.84 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 6878 0 0 0 83 1 0 0 19 0 4 0 515150747 312987648 23881 33554432000 4194304 4650419 140736535536496 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=305652 CPUtime=0.84 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 6834 0 0 0 83 1 0 0 18 0 4 0 515150747 312987648 23881 33554432000 4194304 4650419 140736535536496 18446744073709551615 4350758 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=305652 CPUtime=0.84 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 4752 0 0 0 83 1 0 0 18 0 4 0 515150747 312987648 23881 33554432000 4194304 4650419 140736535536496 18446744073709551615 4363750 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 305652

[startup+0.959171 s]
/proc/loadavg: 3.48 4.16 5.53 2/178 18755
/proc/meminfo: memFree=25230168/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=305652 CPUtime=3.8 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 26126 0 0 0 374 6 0 0 19 0 4 0 515150747 312987648 24417 33554432000 4194304 4650419 140736535536496 18446744073709551615 4365242 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 76413 24417 392 112 0 71378 0
[pid=18755/tid=18756] ppid=18753 vsize=305652 CPUtime=0.94 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 6982 0 0 0 93 1 0 0 19 0 4 0 515150747 312987648 24417 33554432000 4194304 4650419 140736535536496 18446744073709551615 4363683 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=305652 CPUtime=0.94 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 6925 0 0 0 93 1 0 0 18 0 4 0 515150747 312987648 24417 33554432000 4194304 4650419 140736535536496 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=305652 CPUtime=0.94 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 4975 0 0 0 93 1 0 0 19 0 4 0 515150747 312987648 24417 33554432000 4194304 4650419 140736535536496 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 305652

[startup+1.50108 s]
/proc/loadavg: 3.48 4.16 5.53 2/178 18755
/proc/meminfo: memFree=25230168/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=316212 CPUtime=5.97 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 31250 0 0 0 590 7 0 0 19 0 4 0 515150747 323801088 24499 33554432000 4194304 4650419 140736535536496 18446744073709551615 4364849 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 79053 24499 392 112 0 74018 0
[pid=18755/tid=18756] ppid=18753 vsize=316212 CPUtime=1.48 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 8254 0 0 0 147 1 0 0 20 0 4 0 515150747 323801088 24499 33554432000 4194304 4650419 140736535536496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=316212 CPUtime=1.48 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 8183 0 0 0 146 2 0 0 19 0 4 0 515150747 323801088 24499 33554432000 4194304 4650419 140736535536496 18446744073709551615 4328474 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=316212 CPUtime=1.48 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 6321 0 0 0 147 1 0 0 20 0 4 0 515150747 323801088 24499 33554432000 4194304 4650419 140736535536496 18446744073709551615 4315038 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) 316212

[startup+3.1008 s]
/proc/loadavg: 3.48 4.16 5.53 9/182 18759
/proc/meminfo: memFree=25060432/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=307952 CPUtime=12.35 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 42327 0 0 0 1226 9 0 0 25 0 4 0 515150747 315342848 25796 33554432000 4194304 4650419 140736535536496 18446744073709551615 4303888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 76988 25797 393 112 0 71953 0
[pid=18755/tid=18756] ppid=18753 vsize=307952 CPUtime=3.07 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 10850 0 0 0 305 2 0 0 25 0 4 0 515150747 315342848 25797 33554432000 4194304 4650419 140736535536496 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=307952 CPUtime=3.09 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 10960 0 0 0 306 3 0 0 24 0 4 0 515150747 315342848 25797 33554432000 4194304 4650419 140736535536496 18446744073709551615 4314788 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=307952 CPUtime=3.09 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 9369 0 0 0 307 2 0 0 25 0 4 0 515150747 315342848 25798 33554432000 4194304 4650419 140736535536496 18446744073709551615 4314912 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 307952

[startup+6.30025 s]
/proc/loadavg: 3.84 4.22 5.55 10/182 18759
/proc/meminfo: memFree=24930748/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=322008 CPUtime=25.13 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 61164 0 0 0 2499 14 0 0 25 0 4 0 515150747 329736192 41782 33554432000 4194304 4650419 140736535536496 18446744073709551615 4439361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 80502 41782 394 112 0 75467 0
[pid=18755/tid=18756] ppid=18753 vsize=322008 CPUtime=6.25 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 14882 0 0 0 621 4 0 0 25 0 4 0 515150747 329736192 41782 33554432000 4194304 4650419 140736535536496 18446744073709551615 4439371 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=322008 CPUtime=6.28 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 17872 0 0 0 624 4 0 0 25 0 4 0 515150747 329736192 41782 33554432000 4194304 4650419 140736535536496 18446744073709551615 4436163 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=322008 CPUtime=6.29 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 13676 0 0 0 626 3 0 0 25 0 4 0 515150747 329736192 41782 33554432000 4194304 4650419 140736535536496 18446744073709551615 4436177 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 322008

[startup+12.7061 s]
/proc/loadavg: 4.42 4.33 5.58 9/182 18759
/proc/meminfo: memFree=24837748/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=334836 CPUtime=50.71 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 88496 0 0 0 5051 20 0 0 25 0 4 0 515150747 342872064 53681 33554432000 4194304 4650419 140736535536496 18446744073709551615 4328474 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 83709 53681 394 112 0 78674 0
[pid=18755/tid=18756] ppid=18753 vsize=334836 CPUtime=12.62 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 22593 0 0 0 1256 6 0 0 25 0 4 0 515150747 342872064 53681 33554432000 4194304 4650419 140736535536496 18446744073709551615 4436457 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=334836 CPUtime=12.68 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 25151 0 0 0 1263 5 0 0 25 0 4 0 515150747 342872064 53681 33554432000 4194304 4650419 140736535536496 18446744073709551615 4369160 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=334836 CPUtime=12.69 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 19951 0 0 0 1265 4 0 0 25 0 4 0 515150747 342872064 53681 33554432000 4194304 4650419 140736535536496 18446744073709551615 4366819 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) 334836

[startup+25.5009 s]
/proc/loadavg: 5.21 4.51 5.61 9/182 18760
/proc/meminfo: memFree=24652280/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=530064 CPUtime=101.81 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 123818 0 0 0 10152 29 0 0 25 0 4 0 515150747 542785536 73870 33554432000 4194304 4650419 140736535536496 18446744073709551615 4370649 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 132516 73870 394 112 0 127481 0
[pid=18755/tid=18756] ppid=18753 vsize=530064 CPUtime=25.34 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 31261 0 0 0 2526 8 0 0 25 0 4 0 515150747 542785536 73870 33554432000 4194304 4650419 140736535536496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=530064 CPUtime=25.47 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 32979 0 0 0 2540 7 0 0 25 0 4 0 515150747 542785536 73870 33554432000 4194304 4650419 140736535536496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=530064 CPUtime=25.48 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 32354 0 0 0 2542 6 0 0 25 0 4 0 515150747 542785536 73870 33554432000 4194304 4650419 140736535536496 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 530064

[startup+51.1005 s]
/proc/loadavg: 6.39 4.84 5.69 10/183 18763
/proc/meminfo: memFree=24530340/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=609868 CPUtime=203.94 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 178345 0 0 0 20347 47 0 0 25 0 4 0 515150747 624504832 93190 33554432000 4194304 4650419 140736535536496 18446744073709551615 4363750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 152467 93190 394 112 0 147432 0
[pid=18755/tid=18756] ppid=18753 vsize=609868 CPUtime=50.79 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 48393 0 0 0 5067 12 0 0 25 0 4 0 515150747 624504832 93190 33554432000 4194304 4650419 140736535536496 18446744073709551615 4315210 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=609868 CPUtime=51.07 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 51376 0 0 0 5096 11 0 0 25 0 4 0 515150747 624504832 93190 33554432000 4194304 4650419 140736535536496 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=609868 CPUtime=51.07 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 46907 0 0 0 5098 9 0 0 25 0 4 0 515150747 624504832 93190 33554432000 4194304 4650419 140736535536496 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.94
Current children cumulated vsize (KiB) 609868

[startup+102.301 s]
/proc/loadavg: 7.57 5.40 5.84 9/182 18765
/proc/meminfo: memFree=24442636/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=714980 CPUtime=408.4 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 283283 0 0 0 40768 72 0 0 25 0 4 0 515150747 732139520 106906 33554432000 4194304 4650419 140736535536496 18446744073709551615 4333674 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 178745 106907 394 112 0 173710 0
[pid=18755/tid=18756] ppid=18753 vsize=714980 CPUtime=101.71 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 78665 0 0 0 10152 19 0 0 25 0 4 0 515150747 732139520 106907 33554432000 4194304 4650419 140736535536496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=714980 CPUtime=102.25 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 92452 0 0 0 10204 21 0 0 25 0 4 0 515150747 732139520 106907 33554432000 4194304 4650419 140736535536496 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=714980 CPUtime=102.24 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 74022 0 0 0 10209 15 0 0 25 0 4 0 515150747 732139520 106907 33554432000 4194304 4650419 140736535536496 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.4
Current children cumulated vsize (KiB) 714980

[startup+162.306 s]

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

[pid=18755] ppid=18753 vsize=1203104 CPUtime=2565.25 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 2384099 0 0 0 256030 495 0 0 25 0 4 0 515150747 1231978496 221815 33554432000 4194304 4650419 140736535536496 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 300776 221815 394 112 0 295741 0
[pid=18755/tid=18756] ppid=18753 vsize=1203104 CPUtime=638.85 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 661496 0 0 0 63756 129 0 0 25 0 4 0 515150747 1231978496 221815 33554432000 4194304 4650419 140736535536496 18446744073709551615 274664505406 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=1203104 CPUtime=642.18 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 1262137 0 0 0 63991 227 0 0 25 0 4 0 515150747 1231978496 221815 33554432000 4194304 4650419 140736535536496 18446744073709551615 4363709 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=1203104 CPUtime=642.11 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 302467 0 0 0 64128 83 0 0 25 0 4 0 515150747 1231978496 221815 33554432000 4194304 4650419 140736535536496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2565.25
Current children cumulated vsize (KiB) 1203104

[startup+702.301 s]
/proc/loadavg: 8.06 7.72 6.89 9/182 18781
/proc/meminfo: memFree=23390000/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=1279468 CPUtime=2804.96 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 2480928 0 0 0 279971 525 0 0 25 0 4 0 515150747 1310175232 241912 33554432000 4194304 4650419 140736535536496 18446744073709551615 4328261 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 319867 241912 394 112 0 314832 0
[pid=18755/tid=18756] ppid=18753 vsize=1279468 CPUtime=698.54 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 686973 0 0 0 69719 135 0 0 25 0 4 0 515150747 1310175232 241912 33554432000 4194304 4650419 140736535536496 18446744073709551615 4349936 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=1279468 CPUtime=702.19 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 1297911 0 0 0 69981 238 0 0 25 0 4 0 515150747 1310175232 241912 33554432000 4194304 4650419 140736535536496 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=1279468 CPUtime=702.1 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 321235 0 0 0 70121 89 0 0 25 0 4 0 515150747 1310175232 241912 33554432000 4194304 4650419 140736535536496 18446744073709551615 4366047 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2804.96
Current children cumulated vsize (KiB) 1279468

[startup+762.301 s]
/proc/loadavg: 8.06 7.79 6.96 9/182 18782
/proc/meminfo: memFree=23381556/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=1345368 CPUtime=3044.64 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 2565378 0 0 0 303913 551 0 0 25 0 4 0 515150747 1377656832 230408 33554432000 4194304 4650419 140736535536496 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 336342 230408 394 112 0 331307 0
[pid=18755/tid=18756] ppid=18753 vsize=1345368 CPUtime=758.24 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 707667 0 0 0 75682 142 0 0 25 0 4 0 515150747 1377656832 230408 33554432000 4194304 4650419 140736535536496 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=1345368 CPUtime=762.17 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 1333743 0 0 0 75970 247 0 0 25 0 4 0 515150747 1377656832 230408 33554432000 4194304 4650419 140736535536496 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=1345368 CPUtime=762.09 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 335302 0 0 0 76116 93 0 0 25 0 4 0 515150747 1377656832 230408 33554432000 4194304 4650419 140736535536496 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3044.64
Current children cumulated vsize (KiB) 1345368

[startup+822.307 s]
/proc/loadavg: 8.06 7.84 7.03 9/182 18784
/proc/meminfo: memFree=23350544/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=1345984 CPUtime=3284.33 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 2661141 0 0 0 327855 578 0 0 25 0 4 0 515150747 1378287616 233831 33554432000 4194304 4650419 140736535536496 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 336496 233831 394 112 0 331461 0
[pid=18755/tid=18756] ppid=18753 vsize=1345984 CPUtime=817.93 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 735163 0 0 0 81642 151 0 0 25 0 4 0 515150747 1378287616 233831 33554432000 4194304 4650419 140736535536496 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=1345984 CPUtime=822.19 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 1376255 0 0 0 81960 259 0 0 25 0 4 0 515150747 1378287616 233831 33554432000 4194304 4650419 140736535536496 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=1345984 CPUtime=822.09 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 351214 0 0 0 82112 97 0 0 25 0 4 0 515150747 1378287616 233831 33554432000 4194304 4650419 140736535536496 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.33
Current children cumulated vsize (KiB) 1345984

[startup+882.301 s]
/proc/loadavg: 8.06 7.88 7.10 9/182 18785
/proc/meminfo: memFree=23216608/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=1327252 CPUtime=3523.98 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 2737684 0 0 0 351788 610 0 0 25 0 4 0 515150747 1359106048 243609 33554432000 4194304 4650419 140736535536496 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 331813 243609 394 112 0 326778 0
[pid=18755/tid=18756] ppid=18753 vsize=1327252 CPUtime=877.6 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 748243 0 0 0 87603 157 0 0 25 0 4 0 515150747 1359106048 243609 33554432000 4194304 4650419 140736535536496 18446744073709551615 4364883 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=1327252 CPUtime=882.18 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 1407915 0 0 0 87945 273 0 0 25 0 4 0 515150747 1359106048 243609 33554432000 4194304 4650419 140736535536496 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=1327252 CPUtime=882.08 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 371610 0 0 0 88104 104 0 0 25 0 4 0 515150747 1359106048 243609 33554432000 4194304 4650419 140736535536496 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.98
Current children cumulated vsize (KiB) 1327252

[startup+942.3 s]
/proc/loadavg: 8.06 7.91 7.15 9/182 18787
/proc/meminfo: memFree=23107224/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=1550776 CPUtime=3763.65 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 2860694 0 0 0 375727 638 0 0 25 0 4 0 515150747 1587994624 270104 33554432000 4194304 4650419 140736535536496 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 387694 270104 394 112 0 382659 0
[pid=18755/tid=18756] ppid=18753 vsize=1550776 CPUtime=937.27 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 771822 0 0 0 93562 165 0 0 25 0 4 0 515150747 1587994624 270104 33554432000 4194304 4650419 140736535536496 18446744073709551615 4313051 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=1550776 CPUtime=942.18 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 1486567 0 0 0 93933 285 0 0 25 0 4 0 515150747 1587994624 270104 33554432000 4194304 4650419 140736535536496 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=1550776 CPUtime=942.08 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 381332 0 0 0 94100 108 0 0 25 0 4 0 515150747 1587994624 270104 33554432000 4194304 4650419 140736535536496 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.65
Current children cumulated vsize (KiB) 1550776

[startup+1002.3 s]
/proc/loadavg: 8.20 7.97 7.22 9/182 18789
/proc/meminfo: memFree=23185312/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=1379704 CPUtime=4003.33 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 3479531 0 0 0 399597 736 0 0 25 0 4 0 515150747 1412816896 266489 33554432000 4194304 4650419 140736535536496 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 344926 266489 394 112 0 339891 0
[pid=18755/tid=18756] ppid=18753 vsize=1379704 CPUtime=996.96 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 780557 0 0 0 99527 169 0 0 25 0 4 0 515150747 1412816896 266489 33554432000 4194304 4650419 140736535536496 18446744073709551615 4349694 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=1379704 CPUtime=1002.18 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 2058999 0 0 0 99856 362 0 0 25 0 4 0 515150747 1412816896 266489 33554432000 4194304 4650419 140736535536496 18446744073709551615 4365453 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=1379704 CPUtime=1002.07 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 401371 0 0 0 100090 117 0 0 25 0 4 0 515150747 1412816896 266489 33554432000 4194304 4650419 140736535536496 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.33
Current children cumulated vsize (KiB) 1379704

[startup+1062.3 s]
/proc/loadavg: 8.07 7.97 7.27 9/182 18790
/proc/meminfo: memFree=23047784/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=1426364 CPUtime=4242.99 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 3576792 0 0 0 423533 766 0 0 25 0 4 0 515150747 1460596736 258256 33554432000 4194304 4650419 140736535536496 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 356591 258256 394 112 0 351556 0
[pid=18755/tid=18756] ppid=18753 vsize=1426364 CPUtime=1056.63 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 805928 0 0 0 105486 177 0 0 25 0 4 0 515150747 1460596736 258256 33554432000 4194304 4650419 140736535536496 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=1426364 CPUtime=1062.18 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 2088646 0 0 0 105847 371 0 0 25 0 4 0 515150747 1460596736 258256 33554432000 4194304 4650419 140736535536496 18446744073709551615 4472988 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=1426364 CPUtime=1062.06 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 420776 0 0 0 106083 123 0 0 25 0 4 0 515150747 1460596736 258256 33554432000 4194304 4650419 140736535536496 18446744073709551615 4366553 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.99
Current children cumulated vsize (KiB) 1426364

[startup+1122.3 s]
/proc/loadavg: 8.09 7.99 7.31 9/182 18792
/proc/meminfo: memFree=23094780/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=1446728 CPUtime=4482.68 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 3852393 0 0 0 447443 825 0 0 25 0 4 0 515150747 1481449472 260237 33554432000 4194304 4650419 140736535536496 18446744073709551615 4363762 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 361682 260237 394 112 0 356647 0
[pid=18755/tid=18756] ppid=18753 vsize=1446728 CPUtime=1116.32 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 819704 0 0 0 111450 182 0 0 25 0 4 0 515150747 1481449472 260237 33554432000 4194304 4650419 140736535536496 18446744073709551615 4366612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=1446728 CPUtime=1122.19 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 2306529 0 0 0 111815 404 0 0 25 0 4 0 515150747 1481449472 260237 33554432000 4194304 4650419 140736535536496 18446744073709551615 4328471 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=1446728 CPUtime=1122.05 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 444504 0 0 0 112071 134 0 0 25 0 4 0 515150747 1481449472 260237 33554432000 4194304 4650419 140736535536496 18446744073709551615 4363693 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.68
Current children cumulated vsize (KiB) 1446728

[startup+1182.3 s]
/proc/loadavg: 8.09 8.01 7.36 9/182 18793
/proc/meminfo: memFree=22989744/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=1585728 CPUtime=4722.35 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 4035420 0 0 0 471367 868 0 0 25 0 4 0 515150747 1623785472 281362 33554432000 4194304 4650419 140736535536496 18446744073709551615 4476315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 396432 281379 394 112 0 391397 0
[pid=18755/tid=18756] ppid=18753 vsize=1585728 CPUtime=1175.99 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 842268 0 0 0 117407 192 0 0 25 0 4 0 515150747 1623785472 281387 33554432000 4194304 4650419 140736535536496 18446744073709551615 4328853 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=1585728 CPUtime=1182.19 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 2352491 0 0 0 117801 418 0 0 25 0 4 0 515150747 1623785472 281397 33554432000 4194304 4650419 140736535536496 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=1585728 CPUtime=1182.05 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 554370 0 0 0 118053 152 0 0 25 0 4 0 515150747 1623785472 281406 33554432000 4194304 4650419 140736535536496 18446744073709551615 4441467 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.35
Current children cumulated vsize (KiB) 1585728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.81 s]
/proc/loadavg: 8.06 8.00 7.37 9/182 18794
/proc/meminfo: memFree=23033880/32951132 swapFree=67111524/67111528
[pid=18755] ppid=18753 vsize=1539072 CPUtime=4800.27 cores=1,3,5,7
/proc/18755/stat : 18755 (strangenight1-m) R 18753 18755 18108 0 -1 4202496 4556452 0 0 0 479078 949 0 0 25 0 4 0 515150747 1576009728 284705 33554432000 4194304 4650419 140736535536496 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18755/statm: 384768 284705 394 112 0 379733 0
[pid=18755/tid=18756] ppid=18753 vsize=1539072 CPUtime=1195.39 cores=1,3,5,7
/proc/18755/task/18756/stat : 18756 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 849183 0 0 0 119343 196 0 0 25 0 4 0 515150747 1576009728 284705 33554432000 4194304 4650419 140736535536496 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18755/tid=18757] ppid=18753 vsize=1539072 CPUtime=1201.69 cores=1,3,5,7
/proc/18755/task/18757/stat : 18757 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 2411889 0 0 0 119743 426 0 0 25 0 4 0 515150747 1576009728 284705 33554432000 4194304 4650419 140736535536496 18446744073709551615 4476129 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18755/tid=18758] ppid=18753 vsize=1539072 CPUtime=1201.56 cores=1,3,5,7
/proc/18755/task/18758/stat : 18758 (strangenight1-m) R 18753 18755 18108 0 -1 4202560 1003245 0 0 0 119937 219 0 0 25 0 4 0 515150747 1576009728 284705 33554432000 4194304 4650419 140736535536496 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1539072

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.87
CPU time (s): 4800.36
CPU user time (s): 4790.81
CPU system time (s): 9.55055
CPU usage (%): 399.407
Max. virtual memory (cumulated for all children) (KiB): 1606504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4790.81
system time used= 9.55055
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4556454
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= 3563
involuntary context switches= 22412

runsolver used 1.89371 second user time and 4.43832 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 02:05:11
IDJOB=3259649
IDBENCH=71605
IDSOLVER=1588
FILE ID=node131/3259649-1304035511
RUNJOBID= node131-1304035511-18733
PBS_JOBID= 13170321
Free space on /tmp= 71372 MiB

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

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

MD5SUM BENCH= 98bac4f2d533fe7abb12552567f9e1aa
RANDOM SEED=1673871505

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      25231192 kB
Buffers:        936412 kB
Cached:        6209152 kB
SwapCached:          4 kB
Active:         214980 kB
Inactive:      7018324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      25231192 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           19988 kB
Writeback:           8 kB
AnonPages:       87916 kB
Mapped:          15580 kB
Slab:           423040 kB
PageTables:       5220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   289284 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71368 MiB
End job on node131 at 2011-04-29 02:25:15