Trace number 3250493

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.4 1201.73

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_508.cnf
MD5SUMb891f70c80006fb02dca40f266c0cec1
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 variables254
Number of clauses34661
Sum of the clauses size157137
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 285
Number of clauses of size 331908
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52668

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3250493-1304122230.cnf'
0.00/0.00	c -- header says num vars:            254
0.00/0.00	c -- header says num clauses:       34661
0.00/0.26	c -- clauses added:            0 learnts,        34661 normals,            0 xors
0.00/0.26	c -- vars added        254
0.00/0.26	c Parsing time:  0.01 s
0.00/0.26	c  N st     0         0       254     34576        85         0    157137         0   no data   no data
0.00/0.26	c asymm  cl-useful: 0/34576/34576 lits-rem:0 time: 0.24
0.00/0.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.00/0.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
0.00/0.28	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1.11/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.29 s
1.11/0.90	c Finding binary XORs  T:     0.00 s  found:       0
1.11/0.90	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.11/0.90	c calculated reachability. Time: 0.00
1.11/0.90	c Calc default polars -  time:   0.00 s pos:     254 undec:       0 neg:       0
1.11/0.90	c =========================================================================================
1.11/0.90	c types(t): F = full restart, N = normal restart
1.11/0.90	c types(t): S = simplification begin/end, E = solution found
1.11/0.90	c restart types(rt): st = static, dy = dynamic
1.11/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.11/0.90	c  B st     0         0       254     34576        85         0    157137         0   no data   no data
1.11/0.90	c  N dy    10      4233       254     34576        85      4028    157137     93763     12.64     13.33
4.60/1.16	c  N dy    21      8262       254     34576        85      5157    157136    106766     12.25     12.92
5.56/1.48	c  N dy    31     12429       254     34576        85      9139    157136    196262     12.13     12.77
7.58/1.90	c  N dy    44     17992       254     34576        85      9826    157136    199024     11.85     12.53
8.76/2.23	c  N dy    52     22077       254     34576        85      7744    157136    140618     11.65     12.28
9.56/2.46	c  F st    62     25002       254     34576        85     10509    157136    199441     11.65     11.77
9.96/2.56	c  N st    65     26191       254     34576        85     11653    157136    225114     11.65   no data
11.16/2.87	c  S st    68     30000       254     34576        85      8123    157136    146565     11.65   no data
11.57/2.92	c  S st    68     30503       254     34576        85      8620    157136    159191     11.65   no data
11.57/2.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.57/2.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
11.57/2.93	c blocked clauses removed:        0 vars:      0 tried:         254 T: 0.00 s
11.57/2.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.57/2.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.57/2.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
11.57/2.93	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
11.57/2.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.57/2.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.97/3.03	c lits-rem:       173  cl-subs:     1203  v-elim:      0  v-fix:    0  time:  0.08 s
13.15/3.36	c asymm  cl-useful: 2/34576/34576 lits-rem:2 time: 0.33
13.15/3.36	c calculated reachability. Time: 0.00
13.15/3.36	c  N dy    68     30503       254     34576        85      7417    157134    146532     11.65   no data
14.35/3.67	c  N dy    74     34558       254     34576        85     11281    157134    231127     11.54     12.31
15.56/4.00	c  N dy    93     38570       254     34576        85     15099    157134    317343     11.54     15.57
17.95/4.51	c  N dy   110     44593       254     34576        85     12625    157134    239114     11.50     12.11
18.35/4.61	c  S st   117     45756       254     34576        85     13731    157134    262960     11.52     10.38
18.35/4.66	c  S st   117     46256       254     34576        85     14228    157134    274785     11.52   no data
18.35/4.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.35/4.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
18.35/4.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.35/4.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.35/4.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.35/4.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
18.35/4.68	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
18.35/4.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.35/4.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.15/4.84	c lits-rem:       126  cl-subs:     1691  v-elim:      0  v-fix:    0  time:  0.14 s
19.15/4.84	c vivif2 --  cl tried    34576 cl shrink        0 lits rem          0 time: 0.00
19.15/4.85	c vivif2 --  cl tried    12537 cl shrink        0 lits rem          0 time: 0.00
20.77/5.24	c asymm  cl-useful: 4/34576/34576 lits-rem:4 time: 0.39
20.77/5.24	c calculated reachability. Time: 0.00
20.77/5.24	c  N dy   117     46256       254     34576        85     12537    157130    255459     11.52   no data
22.34/5.60	c  N dy   146     50423       254     34576        85     16544    157130    346730     11.62     12.39
23.94/6.01	c  N dy   164     55173       254     34576        85     11842    157130    219629     11.57     12.19
25.16/6.35	c  N dy   189     59208       254     34576        85     15720    157130    308402     11.65     13.90
26.73/6.70	c  N dy   212     63286       254     34576        85     19628    157130    399708     11.71     12.33
27.94/7.07	c  N dy   230     67420       254     34576        85     13334    157130    250153     11.71     12.69
28.74/7.23	c  S st   239     69385       254     34576        85     15232    157130    294349     11.73     11.47
28.74/7.27	c  S st   239     69888       254     34576        85     15731    157130    306857     11.73   no data
28.74/7.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.74/7.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
28.74/7.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.74/7.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.74/7.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.74/7.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
28.74/7.29	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
28.74/7.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.15/7.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
29.55/7.45	c lits-rem:       104  cl-subs:     1227  v-elim:      0  v-fix:    0  time:  0.14 s
29.55/7.45	c vivif2 --  cl tried    34576 cl shrink        0 lits rem          0 time: 0.00
29.55/7.46	c vivif2 --  cl tried    14504 cl shrink        0 lits rem          0 time: 0.01
31.13/7.85	c asymm  cl-useful: 1/31853/34576 lits-rem:1 time: 0.39
31.13/7.85	c calculated reachability. Time: 0.00
31.13/7.85	c  N dy   239     69888       254     34576        85     14504    157129    292605     11.73   no data
32.73/8.23	c  N dy   257     74398       254     34576        85     18825    157129    391599     11.74     12.40
34.33/8.67	c  N dy   275     79152       254     34576        85     12129    157129    223815     11.75     12.90
36.32/9.13	c  N dy   299     84742       254     34576        85     17435    157129    344149     11.76     12.43
37.12/9.37	c  F st   306     87500       254     34576        85     20077    157129    404232     11.74   no data
38.34/9.66	c  N st   311     90799       254     34576        85     23243    157129    475582     11.74   no data
40.32/10.19	c  N dy   321     96786       254     34576        85     16764    157129    307755     11.71     12.37
43.11/10.81	c  N dy   331    104174       254     34576        85     23779    157129    457048     11.64     12.28
43.11/10.88	c  S st   335    104834       254     34576        85     24406    157129    470252     11.64     10.90
43.51/10.93	c  S st   335    105337       254     34576        85     24905    157129    483675     11.64   no data
43.51/10.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.51/10.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
43.51/10.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.51/10.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.51/10.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.51/10.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
43.51/10.95	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
43.51/10.96	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.01 s
43.51/10.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
45.11/11.38	c lits-rem:       333  cl-subs:     2875  v-elim:      0  v-fix:    0  time:  0.40 s
45.11/11.39	c vivif2 --  cl tried    34575 cl shrink        0 lits rem          0 time: 0.00
45.11/11.39	c vivif2 --  cl tried    22030 cl shrink        0 lits rem          0 time: 0.01
45.51/11.42	c asymm  cl-useful: 0/2722/34575 lits-rem:0 time: 0.03
45.51/11.42	c calculated reachability. Time: 0.00
45.51/11.42	c  N dy   335    105337       254     34575        85     22030    157106    449496     11.64   no data
47.90/12.07	c  N dy   358    112090       254     34575        85     15429    157106    269859     11.65     12.31
50.70/12.71	c  N dy   392    119554       254     34575        85     22551    157106    426338     11.66     12.32
54.70/13.73	c  N dy   420    131059       254     34575        85     19378    157106    335259     11.61     12.32
57.90/14.52	c  N dy   447    140065       254     34575        85     28048    157106    526349     11.59     12.28
61.09/15.34	c  N dy   482    149102       254     34575        85     21687    157106    391693     11.59     14.23
64.30/16.16	c  S st   525    158005       254     34575        85     30201    157106    581516     11.60      9.64
64.70/16.22	c  S st   525    158506       254     34575        85     30697    157106    594189     11.60   no data
64.70/16.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
64.70/16.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
64.70/16.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
64.70/16.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
64.70/16.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.70/16.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
64.70/16.25	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
64.70/16.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
64.70/16.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
67.08/16.89	c lits-rem:       310  cl-subs:     3619  v-elim:      0  v-fix:    0  time:  0.60 s
67.08/16.89	c vivif2 --  cl tried    34575 cl shrink        0 lits rem          0 time: 0.00
67.48/16.90	c vivif2 --  cl tried    27078 cl shrink        0 lits rem          0 time: 0.01
67.88/17.09	c asymm  cl-useful: 1/6424/34575 lits-rem:1 time: 0.19
67.88/17.10	c calculated reachability. Time: 0.00
67.88/17.10	c  N dy   525    158506       254     34575        85     27078    157105    551989     11.60   no data
71.88/18.07	c  N dy   560    168624       254     34575        85     20818    157105    369104     11.59     12.28
76.26/19.10	c  N dy   614    179521       254     34575        85     31210    157105    599785     11.61     12.29
80.27/20.17	c  N dy   659    190978       254     34575        85     25275    157105    462222     11.61     13.46
85.46/21.40	c  N dy   714    203232       254     34575        85     19085    157105    324957     11.62     12.24
90.67/22.71	c  N dy   785    217090       254     34575        85     32367    157105    625307     11.66     12.29
95.84/24.06	c  N dy   832    231042       254     34575        85     26720    157105    491218     11.66     16.21
98.64/24.72	c  S st   866    237762       254     34575        85     33133    157104    635207     11.67   no data
98.64/24.78	c  S st   866    238267       254     34575        85     33636    157104    648271     11.67   no data
98.64/24.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
99.04/24.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
99.04/24.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
99.04/24.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.04/24.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.04/24.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
99.04/24.81	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
99.04/24.82	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.01 s
99.04/24.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
101.84/25.50	c lits-rem:       354  cl-subs:     3163  v-elim:      0  v-fix:    0  time:  0.65 s
101.84/25.51	c vivif2 --  cl tried    34574 cl shrink        0 lits rem          0 time: 0.00
101.84/25.52	c vivif2 --  cl tried    30473 cl shrink        0 lits rem          0 time: 0.01
102.63/25.72	c asymm  cl-useful: 0/10701/34574 lits-rem:0 time: 0.20
102.63/25.72	c calculated reachability. Time: 0.00
102.63/25.72	c  N dy   866    238267       254     34574        85     30473    157081    610378     11.67   no data
108.64/27.21	c  N dy   909    253526       254     34574        85     25261    157081    458791     11.65     12.28
115.01/28.82	c  N dy   971    269784       254     34574        85     40791    157081    804517     11.66     12.30
121.82/30.57	c  N dy  1045    287031       254     34574        85     36583    157081    701933     11.68     13.81
129.40/32.41	c  N dy  1090    305679       254     34574        85     32723    157081    587105     11.65     12.28
129.40/32.48	c  F st  1096    306251       254     34574        85     33280    157081    599833     11.65   no data
137.38/34.41	c  N dy  1135    325440       254     34574        85     28838    157081    483359     11.63     12.25
145.37/36.49	c  N dy  1204    345520       254     34574        85     24346    157081    378302     11.64     12.38
149.76/37.59	c  S st  1247    357401       254     34574        85     35705    157081    628619     11.64   no data
150.17/37.65	c  S st  1247    357904       254     34574        85     36205    157081    641623     11.64   no data
150.17/37.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
150.17/37.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
150.17/37.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
150.17/37.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
150.17/37.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
150.17/37.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
150.17/37.68	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
150.17/37.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
150.57/37.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
152.96/38.34	c lits-rem:       255  cl-subs:     2614  v-elim:      0  v-fix:    0  time:  0.62 s
152.96/38.34	c vivif2 --  cl tried    34574 cl shrink        0 lits rem          0 time: 0.00
152.96/38.35	c vivif2 --  cl tried    33591 cl shrink        0 lits rem          0 time: 0.01
153.76/38.56	c asymm  cl-useful: 0/16059/34574 lits-rem:0 time: 0.21
153.76/38.56	c calculated reachability. Time: 0.00
153.76/38.56	c  N dy  1247    357904       254     34574        85     33591    157081    610031     11.64   no data
162.55/40.70	c  N dy  1310    377941       254     34574        85     28143    157081    453396     11.62     12.30
170.54/42.78	c  N dy  1387    398206       254     34574        85     47473    157081    880350     11.62     12.25
178.94/44.86	c  N dy  1460    418395       254     34574        85     41251    157081    721622     11.62     12.32
187.74/47.04	c  N dy  1529    438913       254     34574        85     34411    157081    558370     11.62     12.24
195.71/49.08	c  N dy  1579    459087       254     34574        85     53683    157081    978962     11.60     12.21
204.09/51.16	c  N dy  1639    479537       254     34574        85     45731    157081    802772     11.58     12.29
214.10/53.64	c  N dy  1710    502835       254     34574        85     39561    157081    645097     11.57     12.18
222.49/55.78	c  N dy  1773    522877       254     34574        85     58799    157081   1053336     11.56     13.31
228.45/57.21	c  S st  1810    536857       254     34574        85     42612    157081    703337     11.55   no data
228.45/57.27	c  S st  1810    537357       254     34574        85     43103    157081    714775     11.55   no data
228.45/57.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
228.45/57.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
228.45/57.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
228.85/57.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
228.85/57.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
228.85/57.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
228.85/57.30	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
228.85/57.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
228.85/57.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
232.46/58.28	c lits-rem:       496  cl-subs:     4451  v-elim:      0  v-fix:    0  time:  0.93 s
232.46/58.28	c vivif2 --  cl tried    34574 cl shrink        0 lits rem          0 time: 0.00
232.46/58.30	c vivif2 --  cl tried    38652 cl shrink        0 lits rem          0 time: 0.01
232.85/58.31	c asymm  cl-useful: 0/1390/34574 lits-rem:0 time: 0.02
232.85/58.31	c calculated reachability. Time: 0.00
232.85/58.31	c  N dy  1810    537357       254     34574        85     38652    157081    664491     11.55   no data
241.64/60.50	c  N dy  1866    557516       254     34574        85     57933    157081   1079115     11.54     12.17
250.02/62.65	c  N dy  1935    577530       254     34574        85     46782    157081    793050     11.54     12.15
259.61/65.03	c  N dy  2016    597586       254     34574        85     34726    157081    525377     11.54     13.61
268.00/67.18	c  N dy  2095    617802       254     34574        85     54037    157081    941890     11.54     12.17
277.99/69.64	c  N dy  2183    639439       254     34574        85     42471    157081    680760     11.54     12.15
287.19/71.91	c  N dy  2259    659500       254     34574        85     61614    157081   1097911     11.54     12.17
296.37/74.23	c  N dy  2336    680191       254     34574        85     48237    157081    801690     11.54     12.20
306.37/76.73	c  N dy  2431    700223       254     34574        85     67330    157081   1224023     11.55     12.18
315.94/79.15	c  N dy  2486    720267       254     34574        85     52338    157081    878509     11.54     12.32
326.32/81.70	c  N dy  2556    740276       254     34574        85     36327    157081    536701     11.54     13.11
335.51/84.05	c  N dy  2619    762714       254     34574        85     57645    157081    984833     11.52     12.14
345.52/86.55	c  N dy  2690    782741       254     34574        85     40770    157081    629719     11.52     12.23
354.31/88.80	c  N dy  2781    802870       254     34574        85     60051    157081   1051560     11.53     12.14
355.88/89.19	c  S st  2795    806036       254     34574        85     63093    157081   1120075     11.53   no data
356.28/89.27	c  S st  2795    806543       254     34574        85     63594    157081   1133619     11.53   no data
356.28/89.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
356.69/89.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
356.69/89.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
356.69/89.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
356.69/89.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
356.69/89.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
356.69/89.31	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
356.69/89.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
356.69/89.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
365.88/91.69	c lits-rem:       833  cl-subs:     6173  v-elim:      0  v-fix:    0  time:  2.30 s
365.88/91.69	c vivif2 --  cl tried    34574 cl shrink        0 lits rem          0 time: 0.00
366.28/91.71	c vivif2 --  cl tried    57421 cl shrink        0 lits rem          0 time: 0.02
367.08/91.93	c asymm  cl-useful: 0/3588/34574 lits-rem:0 time: 0.22
367.08/91.93	c calculated reachability. Time: 0.00
367.08/91.93	c  N dy  2795    806543       254     34574        85     57421    157081   1061998     11.53   no data
377.46/94.54	c  N dy  2861    826623       254     34574        85     39715    157081    612283     11.52     13.28
386.65/96.87	c  N dy  2935    846898       254     34574        85     59170    157081   1040341     11.52     12.16
397.44/99.56	c  N dy  3014    866916       254     34574        85     40332    157081    616920     11.53     12.15
407.04/101.97	c  N dy  3092    888867       254     34574        85     61347    157081   1068855     11.52     12.33
418.60/104.81	c  N dy  3181    909415       254     34574        85     42037    157081    647040     11.53     12.14
427.80/107.13	c  N dy  3247    930357       254     34574        85     62061    157081   1081968     11.52     12.15
438.57/109.84	c  N dy  3332    950418       254     34574        85     41322    157081    632648     11.53     12.15
447.37/112.04	c  N dy  3393    970478       254     34574        85     60422    157081   1038871     11.52     12.79
457.76/114.65	c  N dy  3464    990638       254     34574        85     79627    157081   1448274     11.52     12.13
467.34/117.08	c  N dy  3527   1010883       254     34574        85     58133    157081    985536     11.51     12.24
479.73/120.12	c  N dy  3620   1034686       254     34574        85     80806    157081   1468127     11.51     12.18
490.11/122.71	c  N dy  3710   1054935       254     34574        85     58420    157081    999185     11.52     12.13
498.51/124.89	c  F st  3781   1071875       254     34574        85     74664    157081   1354233     11.52     10.58
500.50/125.31	c  N st  3786   1075172       254     34574        85     77814    157081   1424923     11.52   no data
511.28/128.07	c  N dy  3854   1096441       254     34574        85     55336    157081    933139     11.51     12.12
521.29/130.57	c  N dy  3922   1116499       254     34574        85     74499    157081   1336692     11.51     13.15
532.46/133.35	c  N dy  3996   1136589       254     34574        85     49963    157081    806324     11.51     13.66
542.45/135.81	c  N dy  4087   1156690       254     34574        85     69158    157081   1228588     11.51     12.14
553.62/138.63	c  N dy  4181   1176914       254     34574        85     88466    157081   1648059     11.52     12.20
563.61/141.17	c  N dy  4278   1196946       254     34574        85     63004    157081   1073869     11.52     13.66
570.80/142.92	c  S st  4324   1209814       254     34574        85     75307    157081   1333465     11.52     10.68
571.20/143.00	c  S st  4324   1210314       254     34574        85     75806    157081   1346334     11.52   no data
571.20/143.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
571.20/143.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
571.20/143.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
571.20/143.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
571.20/143.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
571.20/143.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
571.20/143.06	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
571.20/143.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
571.60/143.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
587.98/147.27	c lits-rem:       927  cl-subs:     5530  v-elim:      0  v-fix:    0  time:  4.11 s
587.98/147.28	c vivif2 --  cl tried    34574 cl shrink        0 lits rem          0 time: 0.00
588.38/147.30	c vivif2 --  cl tried    70276 cl shrink        0 lits rem          0 time: 0.02
589.58/147.66	c asymm  cl-useful: 0/3990/34574 lits-rem:0 time: 0.36
589.58/147.66	c calculated reachability. Time: 0.00
589.58/147.66	c  N dy  4324   1210314       254     34574        85     70276    157081   1277180     11.52   no data
601.16/150.51	c  N dy  4391   1230403       254     34574        85     89438    157081   1682642     11.51     12.21
611.15/153.05	c  N dy  4464   1250476       254     34574        85     63066    157081   1063409     11.51     17.44
621.54/155.63	c  N dy  4524   1270622       254     34574        85     82248    157081   1462903     11.51     12.15
632.72/158.46	c  N dy  4582   1292100       254     34574        85     56244    157081    893147     11.50     12.11
642.70/160.98	c  N dy  4651   1312504       254     34574        85     75683    157081   1303713     11.50     12.17
654.69/163.90	c  N dy  4739   1332524       254     34574        85     94754    157081   1710993     11.50     12.18
665.08/166.58	c  N dy  4787   1354424       254     34574        85     68284    157081   1128071     11.49     12.15
676.26/169.31	c  N dy  4863   1374927       254     34574        85     87827    157081   1547023     11.49     12.12
687.45/172.19	c  N dy  4954   1394950       254     34574        85     58539    157081    909127     11.49     12.13
697.83/174.76	c  N dy  5034   1415503       254     34574        85     78195    157081   1333241     11.49     12.16
709.02/177.53	c  N dy  5095   1435757       254     34574        85     97564    157080   1744602     11.49     12.11
719.03/180.09	c  N dy  5178   1455982       254     34574        85     67416    157080   1095285     11.49     12.17
729.79/182.76	c  N dy  5254   1476660       254     34574        85     87157    157080   1522052     11.49     12.25
741.40/185.66	c  N dy  5312   1496775       254     34574        85     55999    157080    839631     11.49     12.12
750.96/188.06	c  N dy  5381   1516950       254     34574        85     75206    157080   1248800     11.49     12.13
763.75/191.25	c  N dy  5444   1540318       254     34574        85     97551    157080   1716202     11.48     12.12
774.93/194.07	c  N dy  5532   1560765       254     34574        85     65858    157080   1037212     11.48     12.22
785.34/196.61	c  N dy  5592   1581353       254     34574        85     85422    157080   1444945     11.48     12.09
798.53/199.91	c  N dy  5680   1602094       254     34574        85     52974    157080    745847     11.48     12.09
807.68/202.24	c  N dy  5761   1622380       254     34574        85     72247    157080   1162538     11.48     12.13
818.47/204.99	c  N dy  5854   1642507       254     34574        85     91479    157080   1580829     11.48     12.15
831.25/208.13	c  N dy  5920   1662743       254     34574        85     57572    157080    831811     11.48     12.10
840.45/210.48	c  N dy  5983   1682756       254     34574        85     76710    157080   1233259     11.47     12.33
852.82/213.50	c  N dy  6052   1703690       254     34574        85     96647    157080   1652645     11.47     12.12
856.81/214.53	c  S st  6080   1710314       254     34574        85    102966    157080   1788025     11.47   no data
857.21/214.62	c  S st  6080   1710814       254     34574        85    103459    157080   1800671     11.47   no data
857.21/214.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
857.21/214.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
857.21/214.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
857.21/214.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
857.21/214.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
857.21/214.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
857.21/214.69	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
857.61/214.71	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.03 s
858.02/214.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
886.78/222.02	c lits-rem:      1371  cl-subs:    10278  v-elim:      0  v-fix:    0  time:  7.22 s
886.78/222.03	c vivif2 --  cl tried    34573 cl shrink        0 lits rem          0 time: 0.00
886.78/222.06	c vivif2 --  cl tried    93181 cl shrink        0 lits rem          0 time: 0.03
887.98/222.33	c asymm  cl-useful: 0/3853/34573 lits-rem:0 time: 0.27
887.98/222.34	c calculated reachability. Time: 0.00
887.98/222.34	c  N dy  6080   1710814       254     34573        85     93181    157057   1676552     11.47   no data
899.95/225.34	c  N dy  6141   1730887       254     34573        85     58329    157057    845629     11.47     12.10
909.55/227.74	c  N dy  6210   1750995       254     34573        85     77492    157057   1251716     11.46     12.21
920.73/230.52	c  N dy  6287   1771142       254     34573        85     96651    157057   1660943     11.46     12.07
933.12/233.66	c  N dy  6353   1791699       254     34573        85     61340    157057    892937     11.46     12.18
943.89/236.39	c  N dy  6456   1811764       254     34573        85     80486    157057   1313904     11.46     12.10
956.71/239.56	c  N dy  6560   1831774       254     34573        85     99649    157057   1729500     11.47     15.34
969.49/242.72	c  N dy  6624   1852761       254     34573        85     63585    157057    920514     11.46     12.12
979.45/245.20	c  N dy  6697   1873002       254     34573        85     82944    157057   1335382     11.46     12.07
990.64/248.01	c  N dy  6794   1893011       254     34573        85    102001    157057   1758463     11.47     12.12
1002.62/251.01	c  N dy  6862   1913164       254     34573        85     64276    157057    931073     11.47     12.07
1012.62/253.58	c  N dy  6953   1933622       254     34573        85     83771    157057   1352451     11.47     12.12
1024.60/256.52	c  N dy  7047   1954096       254     34573        85    103315    157057   1775126     11.47     12.13
1036.58/259.56	c  N dy  7099   1974109       254     34573        85     64489    157057    919927     11.46     12.65
1046.57/262.03	c  N dy  7178   1994224       254     34573        85     83695    157057   1333458     11.46     12.08
1058.15/264.91	c  N dy  7255   2014275       254     34573        85    102848    157057   1740765     11.46     12.23
1071.33/268.22	c  N dy  7337   2034345       254     34573        85     63086    157057    882047     11.46     12.08
1081.72/270.82	c  N dy  7418   2055303       254     34573        85     83111    157057   1311465     11.46     12.11
1094.10/273.91	c  N dy  7517   2077106       254     34573        85    103870    157057   1751474     11.47     12.15
1107.69/277.30	c  N dy  7592   2097282       254     34573        85     63236    157057    871081     11.47     12.08
1118.08/279.90	c  N dy  7667   2118486       254     34573        85     83494    157057   1298867     11.47     12.12
1128.86/282.68	c  N dy  7739   2138564       254     34573        85    102641    157057   1707528     11.47     12.50
1143.24/286.27	c  N dy  7804   2158912       254     34573        85     61197    157057    817134     11.46     12.29
1153.22/288.70	c  N dy  7872   2179283       254     34573        85     80623    157057   1226272     11.46     12.13
1164.41/291.55	c  N dy  7952   2200344       254     34573        85    100728    157057   1652978     11.46     12.21
1170.80/293.17	c  S st  8005   2210815       254     34573        85    110717    157057   1870592     11.46     10.31
1171.20/293.27	c  S st  8005   2211316       254     34573        85    111214    157057   1882330     11.46   no data
1171.20/293.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1171.62/293.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
1171.62/293.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1171.62/293.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1171.62/293.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1171.62/293.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
1171.62/293.36	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1171.62/293.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1172.02/293.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
1201.16/300.73	c lits-rem:      1135  cl-subs:    10447  v-elim:      0  v-fix:    0  time:  7.24 s
1201.16/300.73	c vivif2 --  cl tried    34573 cl shrink        0 lits rem          0 time: 0.00
1201.16/300.76	c vivif2 --  cl tried   100767 cl shrink        0 lits rem          0 time: 0.03
1202.37/301.04	c asymm  cl-useful: 0/7715/34573 lits-rem:0 time: 0.28
1202.37/301.04	c calculated reachability. Time: 0.00
1202.37/301.04	c  N dy  8005   2211316       254     34573        85    100767    157057   1755971     11.46   no data
1215.15/304.20	c  N dy  8069   2231361       254     34573        85    119918    157057   2162516     11.46     12.08
1228.32/307.50	c  N dy  8153   2254418       254     34573        85     80254    157057   1224461     11.46     12.10
1239.51/310.32	c  N dy  8226   2274589       254     34573        85     99503    157057   1632537     11.46     12.08
1252.29/313.52	c  N dy  8299   2294764       254     34573        85    118720    157057   2039139     11.46     12.09
1265.07/316.70	c  N dy  8355   2314949       254     34573        85     75370    157057   1096029     11.46     12.07
1276.26/319.51	c  N dy  8421   2337002       254     34573        85     96354    157057   1525644     11.46     12.08
1287.84/322.48	c  N dy  8489   2357039       254     34573        85    115408    157057   1923834     11.46     12.06
1301.43/325.83	c  N dy  8559   2377616       254     34573        85     71504    157057   1007759     11.45     12.16
1311.41/328.37	c  N dy  8631   2397661       254     34573        85     90661    157057   1416632     11.45     13.33
1323.39/331.36	c  N dy  8679   2418782       254     34573        85    110771    157057   1835661     11.45     12.06
1338.59/335.19	c  N dy  8765   2438964       254     34573        85     65513    157057    868021     11.45     12.06
1348.96/337.75	c  N dy  8855   2459367       254     34573        85     84935    157057   1277720     11.45     12.08
1360.14/340.59	c  N dy  8943   2479472       254     34573        85    104063    157057   1686790     11.45     12.06
1373.33/343.81	c  N dy  9026   2499536       254     34573        85    123322    157057   2098051     11.45     12.46
1386.12/347.02	c  N dy  9105   2519588       254     34573        85     76859    157057   1093992     11.45     13.46
1396.90/349.75	c  N dy  9180   2540178       254     34573        85     96533    157057   1507386     11.45     12.15
1409.31/352.84	c  N dy  9236   2561346       254     34573        85    116748    157057   1928851     11.45     12.08
1424.06/356.51	c  N dy  9325   2581365       254     34573        85     69289    157057    921500     11.45     12.12
1434.05/359.00	c  N dy  9398   2601501       254     34573        85     88450    157057   1330287     11.45     12.08
1445.23/361.83	c  N dy  9447   2621841       254     34573        85    107897    157057   1739595     11.45     12.11
1459.61/365.41	c  N dy  9528   2641893       254     34573        85    127010    157057   2150816     11.45     13.78
1472.39/368.68	c  N dy  9607   2662029       254     34573        85     78709    157057   1116416     11.45     12.28
1483.18/371.40	c  N dy  9674   2682343       254     34573        85     98124    157057   1519053     11.45     12.12
1495.97/374.51	c  N dy  9723   2702620       254     34573        85    117379    157057   1919392     11.44     12.06
1501.58/375.93	c  S st  9747   2711318       254     34573        85    125706    157057   2093939     11.44      9.22
1501.96/376.03	c  S st  9747   2711820       254     34573        85    126203    157057   2106495     11.44   no data
1501.96/376.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1502.35/376.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
1502.35/376.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1502.35/376.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1502.35/376.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1502.35/376.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
1502.35/376.11	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1502.35/376.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1502.75/376.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
1532.34/383.62	c lits-rem:      1620  cl-subs:    12737  v-elim:      0  v-fix:    0  time:  7.37 s
1532.34/383.62	c vivif2 --  cl tried    34573 cl shrink        0 lits rem          0 time: 0.00
1532.34/383.66	c vivif2 --  cl tried   113466 cl shrink        0 lits rem          0 time: 0.04
1533.51/383.93	c asymm  cl-useful: 0/8911/34573 lits-rem:0 time: 0.27
1533.51/383.93	c calculated reachability. Time: 0.00
1533.51/383.93	c  N dy  9747   2711820       254     34573        85    113466    157057   1954288     11.44   no data
1547.49/387.47	c  N dy  9831   2732248       254     34573        85    132962    157057   2364789     11.44     12.21
1559.88/390.59	c  N dy  9913   2752439       254     34573        85     84075    157057   1235841     11.44     12.18
1571.48/393.47	c  N dy  9983   2772845       254     34573        85    103506    157057   1640036     11.44     12.07
1585.07/396.85	c  N dy 10058   2793599       254     34573        85    123287    157057   2059131     11.44     12.07
1599.82/400.58	c  N dy 10139   2814011       254     34573        85     73514    157057    989788     11.44     12.14
1609.81/403.08	c  N dy 10197   2834060       254     34573        85     92611    157057   1386317     11.44     12.37
1621.39/405.98	c  N dy 10259   2854534       254     34573        85    112195    157057   1800722     11.44     12.16
1634.98/409.36	c  N dy 10357   2874587       254     34573        85    131335    157057   2211487     11.44     12.10
1648.96/412.87	c  N dy 10427   2895660       254     34573        85     81180    157057   1140150     11.44     12.06
1660.14/415.60	c  N dy 10510   2916053       254     34573        85    100729    157057   1560123     11.44     12.07
1672.13/418.68	c  N dy 10585   2936143       254     34573        85    119917    157057   1959486     11.44     15.21
1686.51/422.21	c  N dy 10673   2956153       254     34573        85    139047    157057   2365967     11.44     13.63
1699.32/425.49	c  N dy 10737   2977586       254     34573        85     88107    157057   1274717     11.44     12.06
1710.49/428.23	c  N dy 10797   2997615       254     34573        85    107192    157057   1674066     11.44     13.39
1723.26/431.43	c  N dy 10875   3017693       254     34573        85    126398    157057   2078463     11.44     13.43
1739.64/435.58	c  N dy 10968   3038108       254     34573        85     73573    157057    959907     11.44     12.16
1749.62/438.05	c  N dy 11045   3058174       254     34573        85     92651    157057   1366998     11.44     12.08
1761.61/441.00	c  N dy 11126   3078252       254     34573        85    111803    157057   1777883     11.44     12.13
1774.79/444.35	c  N dy 11208   3099115       254     34573        85    131740    157057   2205215     11.44     12.14
1791.19/448.47	c  N dy 11287   3119276       254     34573        85     77755    157057   1043267     11.44     12.05
1803.16/451.47	c  N dy 11369   3140187       254     34573        85     97734    157057   1469765     11.44     12.05
1815.54/454.58	c  N dy 11446   3160274       254     34573        85    116905    157057   1877608     11.44     12.07
1829.52/458.06	c  N dy 11526   3180358       254     34573        85    136190    157057   2287510     11.44     13.04
1846.30/462.20	c  N dy 11618   3200550       254     34573        85     81069    157057   1096669     11.44     12.05
1852.71/463.85	c  S st 11670   3211820       254     34573        85     91814    157057   1326010     11.44     11.28
1853.12/463.95	c  S st 11670   3212323       254     34573        85     92308    157057   1338109     11.44   no data
1853.12/463.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1853.49/464.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1853.49/464.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1853.49/464.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1853.49/464.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1853.49/464.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
1853.49/464.02	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1853.49/464.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1853.89/464.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1863.08/466.49	c lits-rem:       503  cl-subs:     4314  v-elim:      0  v-fix:    0  time:  2.37 s
1863.08/466.49	c vivif2 --  cl tried    34573 cl shrink        0 lits rem          0 time: 0.00
1863.48/466.51	c vivif2 --  cl tried    87994 cl shrink        0 lits rem          0 time: 0.02
1864.28/466.71	c asymm  cl-useful: 0/6516/34573 lits-rem:0 time: 0.19
1864.28/466.71	c calculated reachability. Time: 0.00
1864.28/466.71	c  N dy 11670   3212323       254     34573        85     87994    157057   1288228     11.44   no data
1876.26/469.71	c  N dy 11753   3232464       254     34573        85    107213    157057   1694227     11.44     12.09
1888.65/472.80	c  N dy 11819   3252492       254     34573        85    126272    157057   2094448     11.44     12.75
1902.23/476.29	c  N dy 11876   3272728       254     34573        85    145489    157057   2483756     11.44     12.09
1917.81/480.13	c  N dy 11961   3293613       254     34573        85     90387    157057   1292439     11.44     12.08
1930.59/483.38	c  N dy 12059   3313636       254     34573        85    109395    157057   1700030     11.44     13.25
1943.77/486.69	c  N dy 12125   3334534       254     34573        85    129259    157057   2110338     11.44     12.12
1958.17/490.26	c  N dy 12203   3354605       254     34573        85    148429    157057   2520490     11.44     12.49
1971.75/493.67	c  N dy 12289   3374615       254     34573        85     91563    157057   1307805     11.44     12.69
1983.32/496.53	c  N dy 12346   3394705       254     34573        85    110666    157057   1690378     11.44     13.79
1996.10/499.74	c  N dy 12424   3414745       254     34573        85    129809    157057   2106719     11.44     12.05
2010.90/503.47	c  N dy 12519   3434803       254     34573        85    149057    157057   2517884     11.44     13.93
2025.66/507.19	c  N dy 12598   3456694       254     34573        85     92987    157057   1330150     11.44     12.07
2038.04/510.20	c  N dy 12691   3476804       254     34573        85    112254    157057   1744126     11.44     12.08
2050.85/513.48	c  N dy 12768   3496807       254     34573        85    131317    157057   2146307     11.44     12.11
2066.00/517.22	c  N dy 12850   3517351       254     34573        85    150948    157057   2558779     11.44     12.10
2079.99/520.74	c  N dy 12935   3537503       254     34573        85     92137    157057   1302110     11.44     12.07
2091.57/523.64	c  N dy 13001   3557552       254     34573        85    111344    157057   1709863     11.44     20.85
2104.76/526.93	c  N dy 13075   3577558       254     34573        85    130479    157057   2116041     11.44     12.07
2118.73/530.43	c  N dy 13135   3597783       254     34573        85    149719    157057   2518512     11.44     12.13
2132.32/533.86	c  N dy 13188   3617788       254     34573        85     89752    157057   1241042     11.44     14.11
2143.90/536.76	c  N dy 13257   3637916       254     34573        85    108958    157057   1641920     11.44     12.07
2157.88/540.22	c  N dy 13342   3657957       254     34573        85    128048    157057   2056354     11.44     12.73
2173.06/544.02	c  N dy 13407   3678021       254     34573        85    147171    157057   2454047     11.44     12.06
2188.65/547.99	c  N dy 13475   3698119       254     34573        85     86377    157057   1161320     11.44     12.04
2196.63/549.95	c  S st 13534   3712325       254     34573        85     99912    157057   1443350     11.44   no data
2197.03/550.04	c  S st 13534   3712831       254     34573        85    100411    157057   1454736     11.44   no data
2197.03/550.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2197.03/550.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
2197.03/550.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2197.43/550.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2197.43/550.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2197.43/550.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
2197.43/550.10	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2197.43/550.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2197.82/550.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
2209.81/553.29	c lits-rem:       547  cl-subs:     5423  v-elim:      0  v-fix:    0  time:  3.09 s
2210.22/553.30	c vivif2 --  cl tried    34573 cl shrink        0 lits rem          0 time: 0.00
2210.22/553.33	c vivif2 --  cl tried    94988 cl shrink        0 lits rem          0 time: 0.03
2211.42/553.62	c asymm  cl-useful: 0/2364/34573 lits-rem:0 time: 0.29
2211.42/553.62	c calculated reachability. Time: 0.00
2211.42/553.62	c  N dy 13534   3712831       254     34573        85     94988    157057   1393477     11.44   no data
2225.00/557.03	c  N dy 13621   3732954       254     34573        85    114266    157057   1805499     11.44     12.10
2237.77/560.20	c  F st 13679   3751562       254     34573        85    132003    157057   2182887     11.44   no data
2238.98/560.55	c  N st 13683   3753600       254     34573        85    133964    157057   2228594     11.44   no data
2254.15/564.32	c  N dy 13729   3775956       254     34573        85    155258    157057   2669879     11.43     12.05
2268.93/568.06	c  N dy 13818   3795963       254     34573        85     93603    157057   1314272     11.43     12.97
2283.73/571.78	c  N dy 13882   3820872       254     34573        85    117379    157057   1794805     11.43     12.04
2297.29/575.17	c  N dy 13954   3841211       254     34573        85    136743    157057   2199238     11.43     12.09
2312.07/578.87	c  N dy 14049   3861474       254     34573        85    156075    157057   2614875     11.43     12.12
2327.67/582.78	c  N dy 14111   3882417       254     34573        85     94321    157057   1307839     11.43     12.04
2339.63/585.76	c  N dy 14172   3902598       254     34573        85    113579    157057   1702784     11.43     12.14
2352.82/589.01	c  N dy 14231   3923340       254     34573        85    133356    157057   2108468     11.43     12.25
2367.22/592.62	c  N dy 14307   3943694       254     34573        85    152748    157057   2520119     11.43     12.03
2383.98/596.80	c  N dy 14387   3964714       254     34573        85     90138    157057   1221992     11.43     12.06
2394.77/599.52	c  N dy 14438   3984761       254     34573        85    109199    157057   1608602     11.43     12.04
2407.54/602.76	c  N dy 14518   4005268       254     34573        85    128835    157057   2024606     11.43     12.06
2421.53/606.22	c  N dy 14579   4025309       254     34573        85    147931    157057   2419295     11.42     12.07
2436.71/610.00	c  N dy 14650   4045340       254     34573        85    167069    157057   2815192     11.42     12.44
2451.09/613.61	c  N dy 14716   4066518       254     34573        85    103511    157057   1485343     11.42     12.05
2463.07/616.62	c  N dy 14780   4086659       254     34573        85    122595    157057   1877509     11.42     12.03
2477.07/620.17	c  N dy 14850   4107763       254     34573        85    142693    157057   2294174     11.42     12.06
2491.83/623.87	c  N dy 14924   4127819       254     34573        85    161817    157057   2690498     11.42     12.96
2508.61/628.02	c  N dy 15008   4149110       254     34573        85     97562    157057   1366534     11.42     12.08
2521.01/631.13	c  N dy 15096   4169245       254     34573        85    116720    157057   1772497     11.42     12.05
2534.57/634.56	c  N dy 15172   4189298       254     34573        85    135795    157057   2175274     11.42     12.88
2548.96/638.12	c  N dy 15223   4209503       254     34573        85    155104    157057   2569042     11.42     12.03
2551.37/638.75	c  S st 15236   4212832       254     34573        85    158289    157057   2636820     11.42     10.09
2551.77/638.87	c  S st 15236   4213337       254     34573        85    158784    157057   2649232     11.42   no data
2551.77/638.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2552.15/638.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.08
2552.15/638.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2552.15/638.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2552.15/638.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2552.15/638.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
2552.15/638.97	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2552.55/639.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2552.95/639.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
2594.10/649.45	c lits-rem:      1339  cl-subs:    16595  v-elim:      0  v-fix:    0  time: 10.30 s
2594.10/649.45	c vivif2 --  cl tried    34573 cl shrink        0 lits rem          0 time: 0.00
2594.50/649.50	c vivif2 --  cl tried   142189 cl shrink        0 lits rem          0 time: 0.05
2595.72/649.84	c asymm  cl-useful: 0/1853/34573 lits-rem:0 time: 0.34
2595.72/649.85	c calculated reachability. Time: 0.00
2595.72/649.85	c  N dy 15236   4213337       254     34573        85    142189    157057   2447005     11.42   no data
2611.67/653.81	c  N dy 15321   4234400       254     34573        85    162310    157057   2866320     11.42     12.10
2626.47/657.54	c  N dy 15366   4254564       254     34573        85     96240    157057   1327191     11.42     12.07
2638.43/660.58	c  N dy 15457   4274574       254     34573        85    115321    157057   1734299     11.42     12.08
2654.42/664.58	c  N dy 15533   4297802       254     34573        85    137464    157057   2194237     11.42     12.08
2671.59/668.86	c  N dy 15587   4319600       254     34573        85    158199    157057   2625024     11.41     12.03
2690.36/673.57	c  N dy 15664   4339610       254     34573        85     91068    157057   1216968     11.41     12.48
2703.95/676.94	c  N dy 15745   4363009       254     34573        85    113321    157057   1676987     11.41     12.04
2717.93/680.41	c  N dy 15849   4383211       254     34573        85    132586    157057   2088022     11.42     12.06
2732.71/684.18	c  N dy 15927   4403911       254     34573        85    152330    157057   2500098     11.42     12.08
2749.11/688.28	c  N dy 16009   4425186       254     34573        85    172657    157057   2928110     11.42     12.11
2763.47/691.89	c  N dy 16067   4445858       254     34573        85    104908    157057   1493095     11.41     12.32
2775.47/694.85	c  N dy 16115   4465942       254     34573        85    124038    157057   1880797     11.41     12.10
2789.43/698.30	c  N dy 16190   4486109       254     34573        85    143296    157057   2288682     11.41     12.17
2805.01/702.20	c  N dy 16268   4507179       254     34573        85    163444    157057   2709598     11.41     12.08
2822.19/706.58	c  N dy 16341   4527781       254     34573        85     94708    157057   1276508     11.41     12.02
2834.17/709.50	c  N dy 16410   4548323       254     34573        85    114182    157057   1677210     11.41     12.04
2847.35/712.86	c  N dy 16484   4568737       254     34573        85    133632    157057   2080375     11.41     12.08
2862.14/716.58	c  N dy 16552   4589182       254     34573        85    153157    157057   2482585     11.41     12.02
2877.32/720.30	c  N dy 16617   4609315       254     34573        85    172387    157057   2894569     11.41     12.04
2894.11/724.51	c  N dy 16703   4630310       254     34573        85    103039    157057   1446545     11.41     12.06
2907.70/727.99	c  N dy 16802   4650324       254     34573        85    122205    157057   1849859     11.41     12.88
2922.06/731.52	c  N dy 16861   4670342       254     34573        85    141248    157057   2239934     11.41     12.01
2937.24/735.33	c  N dy 16940   4690401       254     34573        85    160442    157057   2639998     11.41     12.02
2953.62/739.47	c  N dy 17030   4710600       254     34573        85    179751    157057   3051784     11.41     12.08
2958.41/740.69	c  S st 17045   4713337       254     34573        85     91970    157057   1209740     11.41     11.02
2958.81/740.77	c  S st 17045   4713841       254     34573        85     92468    157057   1221408     11.41   no data
2958.81/740.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2959.21/740.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
2959.21/740.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2959.21/740.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2959.21/740.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2959.21/740.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
2959.21/740.84	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2959.21/740.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2959.61/740.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
2963.20/741.84	c lits-rem:       128  cl-subs:     1579  v-elim:      0  v-fix:    0  time:  0.92 s
2963.20/741.84	c vivif2 --  cl tried    34573 cl shrink        0 lits rem          0 time: 0.00
2963.20/741.87	c vivif2 --  cl tried    90889 cl shrink        0 lits rem          0 time: 0.02
2964.41/742.15	c asymm  cl-useful: 0/3878/34573 lits-rem:0 time: 0.28
2964.41/742.15	c calculated reachability. Time: 0.00
2964.41/742.15	c  N dy 17045   4713841       254     34573        85     90889    157057   1208322     11.41   no data
2976.79/745.29	c  N dy 17129   4733928       254     34573        85    110077    157057   1610263     11.41     13.18
2991.18/748.88	c  N dy 17211   4754088       254     34573        85    129264    157057   2012891     11.41     12.03
3004.74/752.29	c  N dy 17260   4774123       254     34573        85    148283    157057   2388199     11.41     12.04
3020.32/756.12	c  N dy 17339   4795150       254     34573        85    168380    157057   2808776     11.41     12.04
3037.90/760.55	c  N dy 17395   4815835       254     34573        85     96805    157057   1310558     11.41     12.10
3050.28/763.63	c  N dy 17468   4836019       254     34573        85    116130    157057   1709189     11.41     12.02
3063.46/766.96	c  N dy 17513   4856041       254     34573        85    135095    157057   2084857     11.40     12.09
3080.24/771.15	c  N dy 17589   4877167       254     34573        85    155259    157057   2506699     11.40     12.06
3097.42/775.40	c  N dy 17662   4897254       254     34573        85    174434    157057   2906835     11.40     12.01
3114.60/779.73	c  N dy 17717   4918262       254     34573        85    102177    157057   1411703     11.40     12.03
3127.00/782.85	c  N dy 17792   4938350       254     34573        85    121384    157057   1813707     11.40     12.01
3139.77/786.09	c  N dy 17852   4958384       254     34573        85    140401    157057   2202973     11.40     12.71
3154.94/789.87	c  N dy 17917   4978444       254     34573        85    159540    157057   2585245     11.40     13.84
3169.72/793.56	c  N dy 17957   4998455       254     34573        85    178599    157057   2959636     11.40     12.15
3186.09/797.67	c  N dy 18015   5018689       254     34573        85    104780    157057   1465474     11.39     12.03
3198.48/800.78	c  N dy 18096   5038749       254     34573        85    123952    157057   1872135     11.39     12.14
3212.46/804.30	c  N dy 18166   5058986       254     34573        85    143305    157057   2273958     11.39     12.03
3230.84/808.86	c  N dy 18225   5083708       254     34573        85    166755    157057   2738890     11.39     12.08
3248.02/813.12	c  N dy 18290   5105375       254     34573        85    187385    157057   3167116     11.39     12.19
3263.21/816.96	c  N dy 18360   5125502       254     34573        85    112461    157057   1617311     11.39     12.01
3275.57/820.05	c  N dy 18409   5145524       254     34573        85    131526    157057   2001466     11.39     12.02
3289.98/823.69	c  N dy 18483   5165567       254     34573        85    150662    157057   2393528     11.39     12.06
3307.15/827.99	c  N dy 18554   5187223       254     34573        85    171268    157057   2806049     11.39     12.00
3328.71/833.33	c  N dy 18619   5207280       254     34573        85     95302    157057   1256025     11.39     12.03
3332.30/834.25	c  S st 18642   5213841       254     34573        85    101562    157057   1387640     11.38     10.44
3332.70/834.33	c  S st 18642   5214345       254     34573        85    102063    157057   1400731     11.38   no data
3332.70/834.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3332.70/834.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
3332.70/834.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3333.10/834.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3333.10/834.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3333.10/834.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
3333.10/834.40	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3333.10/834.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3333.10/834.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
3339.09/835.91	c lits-rem:       256  cl-subs:     2839  v-elim:      0  v-fix:    0  time:  1.41 s
3339.09/835.91	c vivif2 --  cl tried    34573 cl shrink        0 lits rem          0 time: 0.00
3339.09/835.94	c vivif2 --  cl tried    99224 cl shrink        0 lits rem          0 time: 0.03
3340.29/836.22	c asymm  cl-useful: 0/3853/34573 lits-rem:0 time: 0.28
3340.29/836.23	c calculated reachability. Time: 0.00
3340.29/836.23	c  N dy 18642   5214345       254     34573        85     99224    157057   1374223     11.38   no data
3352.68/839.34	c  N dy 18725   5234567       254     34573        85    118483    157057   1780947     11.39     12.24
3366.26/842.71	c  N dy 18802   5254618       254     34573        85    137613    157057   2178308     11.39     11.99
3381.04/846.41	c  N dy 18862   5274758       254     34573        85    156744    157057   2569062     11.38     12.01
3399.01/850.98	c  N dy 18932   5295230       254     34573        85    176225    157057   2964934     11.38     12.07
3419.39/856.01	c  N dy 19029   5315349       254     34573        85     99495    157057   1348246     11.39     12.05
3431.37/859.07	c  N dy 19108   5335418       254     34573        85    118605    157057   1754501     11.39     12.03
3444.95/862.41	c  N dy 19178   5356167       254     34573        85    138447    157057   2177989     11.38     12.00
3458.93/866.00	c  N dy 19230   5376242       254     34573        85    157511    157057   2568403     11.38     12.02
3475.72/870.17	c  N dy 19305   5396476       254     34573        85    176824    157057   2970465     11.38     12.00
3498.88/875.96	c  N dy 19402   5416676       254     34573        85     99131    157057   1329660     11.38     12.02
3512.46/879.38	c  N dy 19479   5436803       254     34573        85    118374    157057   1725562     11.38     12.02
3526.44/882.80	c  N dy 19555   5457777       254     34573        85    138282    157057   2139992     11.38     12.10
3541.62/886.64	c  N dy 19646   5477877       254     34573        85    157516    157057   2543380     11.39     12.95
3558.02/890.75	c  N dy 19735   5497973       254     34573        85    176713    157057   2940698     11.39     15.08
3579.18/896.03	c  N dy 19826   5518491       254     34573        85     98298    157057   1304455     11.39     12.00
3590.76/898.96	c  N dy 19892   5538586       254     34573        85    117420    157057   1700761     11.39     15.45
3605.54/902.64	c  N dy 19995   5560472       254     34573        85    138248    157057   2136698     11.39     12.02
3621.92/906.72	c  N dy 20058   5582533       254     34573        85    159224    157057   2565155     11.39     12.03
3637.49/910.68	c  N dy 20130   5603030       254     34573        85    178789    157057   2972955     11.39     12.04
3658.68/915.98	c  N dy 20212   5623099       254     34573        85     99043    157057   1316982     11.39     12.11
3671.87/919.21	c  N dy 20297   5644425       254     34573        85    119424    157057   1750563     11.39     12.03
3684.64/922.49	c  N dy 20363   5664501       254     34573        85    138559    157057   2151579     11.39     15.79
3699.42/926.17	c  N dy 20426   5684950       254     34573        85    158041    157057   2555820     11.39     12.01
3718.19/930.85	c  N dy 20493   5706767       254     34573        85    178822    157057   2975404     11.38     12.00
3725.00/932.58	c  S st 20534   5714346       254     34573        85    186043    157057   3130601     11.39   no data
3725.78/932.73	c  S st 20534   5714849       254     34573        85    186542    157057   3143246     11.39   no data
3725.78/932.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3726.17/932.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.09
3726.17/932.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3726.17/932.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3726.17/932.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3726.17/932.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
3726.17/932.85	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3726.57/932.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3726.97/933.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
3771.32/944.18	c lits-rem:      1509  cl-subs:    17942  v-elim:      0  v-fix:    0  time: 11.11 s
3771.32/944.18	c vivif2 --  cl tried    34573 cl shrink        0 lits rem          0 time: 0.00
3771.72/944.23	c vivif2 --  cl tried   168600 cl shrink        0 lits rem          0 time: 0.06
3772.93/944.57	c asymm  cl-useful: 0/5017/34573 lits-rem:0 time: 0.33
3772.93/944.58	c calculated reachability. Time: 0.00
3772.93/944.58	c  N dy 20534   5714849       254     34573        85    168600    157057   2925609     11.39   no data
3791.28/949.10	c  N dy 20598   5735657       254     34573        85    188401    157057   3319442     11.38     12.01
3811.66/954.23	c  N dy 20692   5756242       254     34573        85    108606    157057   1514963     11.38     12.03
3824.85/957.58	c  N dy 20804   5776341       254     34573        85    127815    157057   1927657     11.39     13.58
3839.25/961.15	c  N dy 20854   5797312       254     34573        85    147829    157057   2330716     11.38     12.05
3855.21/965.11	c  N dy 20902   5818564       254     34573        85    168008    157057   2736739     11.38     12.02
3871.98/969.40	c  N dy 20981   5838625       254     34573        85    187074    157057   3136997     11.38     12.45
3892.36/974.48	c  N dy 21063   5859570       254     34573        85    106520    157057   1472695     11.38     12.08
3904.34/977.47	c  N dy 21118   5879602       254     34573        85    125587    157057   1869612     11.38     12.73
3919.92/981.33	c  N dy 21178   5901807       254     34573        85    146750    157057   2308888     11.38     12.10
3936.70/985.53	c  N dy 21253   5921870       254     34573        85    165941    157057   2708408     11.38     11.98
3953.10/989.64	c  N dy 21343   5941900       254     34573        85    185099    157057   3112572     11.38     12.41
3974.65/995.09	c  N dy 21440   5961927       254     34573        85    102489    157057   1378631     11.38     12.42
3987.03/998.17	c  N dy 21493   5981928       254     34573        85    121499    157057   1747815     11.38     13.11
4001.43/1001.74	c  N dy 21574   6002662       254     34573        85    141317    157057   2157175     11.38     12.00
4016.18/1005.44	c  N dy 21649   6022728       254     34573        85    160450    157057   2553070     11.38     13.30
4032.58/1009.51	c  N dy 21731   6042759       254     34573        85    179657    157057   2951886     11.38     12.04
4050.94/1014.20	c  N dy 21824   6063456       254     34573        85    199432    157057   3368565     11.38     12.00
4069.72/1018.81	c  N dy 21896   6084147       254     34573        85    116436    157057   1662423     11.38     11.99
4083.70/1022.35	c  N dy 21983   6105163       254     34573        85    136451    157057   2082433     11.38     12.02
4099.67/1026.36	c  N dy 22059   6126857       254     34573        85    157194    157057   2515073     11.38     11.99
4114.86/1030.11	c  N dy 22107   6146885       254     34573        85    176221    157057   2904891     11.38     12.10
4132.83/1034.68	c  N dy 22172   6167009       254     34573        85    195414    157057   3293058     11.38     12.00
4154.40/1040.03	c  N dy 22223   6187511       254     34573        85    111124    157057   1546919     11.38     12.00
4167.98/1043.45	c  N dy 22291   6207574       254     34573        85    130237    157057   1930656     11.38     12.00
4173.20/1044.76	c  S st 22330   6214849       254     34573        85    137209    157057   2084000     11.38   no data
4173.57/1044.87	c  S st 22330   6215352       254     34573        85    137708    157057   2095426     11.38   no data
4173.57/1044.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4173.97/1044.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
4173.97/1044.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4173.97/1044.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4173.97/1044.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4173.97/1044.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
4173.97/1044.96	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
4174.37/1045.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4174.78/1045.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
4198.34/1051.06	c lits-rem:       680  cl-subs:     9194  v-elim:      0  v-fix:    0  time:  5.96 s
4198.34/1051.06	c vivif2 --  cl tried    34573 cl shrink        0 lits rem          0 time: 0.00
4198.74/1051.10	c vivif2 --  cl tried   128514 cl shrink        0 lits rem          0 time: 0.04
4199.56/1051.39	c asymm  cl-useful: 0/7827/34573 lits-rem:0 time: 0.29
4199.94/1051.40	c calculated reachability. Time: 0.00
4199.94/1051.40	c  N dy 22330   6215352       254     34573        85    128514    157057   1986387     11.38   no data
4215.12/1055.26	c  N dy 22432   6235500       254     34573        85    147740    157057   2392585     11.38     11.99
4232.70/1059.60	c  N dy 22507   6256753       254     34573        85    167935    157057   2813254     11.38     12.01
4251.07/1064.26	c  N dy 22577   6276818       254     34573        85    187045    157057   3214215     11.38     12.61
4271.04/1069.29	c  N dy 22658   6296938       254     34573        85    206192    157057   3605444     11.38     12.04
4288.22/1073.54	c  N dy 22729   6317008       254     34573        85    120947    157057   1758593     11.38     11.99
4302.21/1077.00	c  N dy 22793   6337110       254     34573        85    140170    157057   2151181     11.38     14.93
4317.38/1080.82	c  N dy 22857   6357748       254     34573        85    159887    157057   2551834     11.38     12.16
4334.56/1085.10	c  N dy 22963   6377759       254     34573        85    179075    157057   2956208     11.38     14.07
4352.54/1089.69	c  N dy 23039   6398868       254     34573        85    199127    157057   3374887     11.38     11.98
4375.33/1095.34	c  N dy 23104   6419250       254     34573        85    113032    157057   1578663     11.38     12.00
4391.69/1099.46	c  N dy 23186   6442195       254     34573        85    134832    157057   2032684     11.38     11.98
4407.26/1103.35	c  N dy 23263   6462613       254     34573        85    154315    157057   2433395     11.38     12.07
4422.84/1107.29	c  N dy 23335   6482938       254     34573        85    173700    157057   2833818     11.38     12.00
4439.62/1111.47	c  N dy 23404   6503120       254     34573        85    192904    157057   3230113     11.38     11.98
4457.60/1115.97	c  N dy 23468   6523293       254     34573        85    212174    157057   3618914     11.38     12.12
4474.37/1120.17	c  N dy 23524   6543297       254     34573        85    124654    157057   1805516     11.37     12.08
4488.35/1123.63	c  N dy 23591   6563529       254     34573        85    143913    157057   2204927     11.37     11.99
4503.13/1127.39	c  N dy 23656   6583625       254     34573        85    163125    157057   2590760     11.37     12.06
4520.33/1131.62	c  N dy 23733   6604356       254     34573        85    182839    157057   2993809     11.37     12.06
4538.28/1136.18	c  N dy 23836   6624413       254     34573        85    201999    157057   3400581     11.37     13.48
4559.47/1141.47	c  N dy 23916   6644475       254     34573        85    113708    157057   1592663     11.37     12.01
4573.06/1144.87	c  N dy 23988   6664961       254     34573        85    133312    157057   1988850     11.37     12.11
4588.22/1148.62	c  N dy 24069   6684981       254     34573        85    152308    157057   2378229     11.37     12.04
4604.19/1152.64	c  N dy 24138   6705022       254     34573        85    171385    157057   2759348     11.37     12.24
4611.79/1154.59	c  S st 24171   6715353       254     34573        85    181252    157057   2959896     11.37   no data
4612.61/1154.71	c  S st 24171   6715857       254     34573        85    181748    157057   2972048     11.37   no data
4612.61/1154.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4612.98/1154.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.09
4612.98/1154.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4612.98/1154.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4612.98/1154.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4612.98/1154.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
4612.98/1154.83	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
4612.98/1154.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4613.78/1155.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
4651.75/1164.59	c lits-rem:      1618  cl-subs:    16305  v-elim:      0  v-fix:    0  time:  9.56 s
4651.75/1164.60	c vivif2 --  cl tried    34573 cl shrink        0 lits rem          0 time: 0.00
4652.16/1164.65	c vivif2 --  cl tried   165443 cl shrink        0 lits rem          0 time: 0.05
4653.33/1164.99	c asymm  cl-useful: 0/4550/34573 lits-rem:0 time: 0.34
4653.33/1164.99	c calculated reachability. Time: 0.00
4653.33/1164.99	c  N dy 24171   6715857       254     34573        85    165443    157057   2774943     11.37   no data
4669.73/1169.05	c  N dy 24227   6736009       254     34573        85    184622    157057   3175512     11.37     11.97
4687.69/1173.50	c  N dy 24281   6756591       254     34573        85    204209    157057   3573100     11.37     12.00
4708.87/1178.87	c  N dy 24358   6776660       254     34573        85    115308    157057   1624665     11.37     13.51
4722.46/1182.25	c  N dy 24427   6797022       254     34573        85    134688    157057   2021495     11.37     12.01
4736.42/1185.71	c  N dy 24480   6817680       254     34573        85    154359    157057   2426627     11.37     12.07
4752.39/1189.75	c  N dy 24536   6837971       254     34573        85    173678    157057   2811681     11.37     11.98
4769.17/1193.97	c  N dy 24593   6858356       254     34573        85    193048    157057   3199556     11.37     12.08
4787.55/1198.54	c  N dy 24650   6879047       254     34573        85    212810    157057   3595217     11.36     12.05

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-3250493-1304122230/watcher-3250493-1304122230 -o /tmp/evaluation-result-3250493-1304122230/solver-3250493-1304122230 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3250493-1304122230.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: 8.12 8.06 8.01 2/175 7966
/proc/meminfo: memFree=30190748/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 602453680 52441088 347 33554432000 4194304 4627427 140736954289216 18446744073709551615 47169979996076 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 12803 347 299 106 0 7774 0
[pid=7966/tid=7967] ppid=7964 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 602453680 52441088 347 33554432000 4194304 4627427 140736954289216 18446744073709551615 47169979996082 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 602453680 52441088 347 33554432000 4194304 4627427 140736954289216 18446744073709551615 47169979996082 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 602453680 52441088 347 33554432000 4194304 4627427 140736954289216 18446744073709551615 260905450481 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.26883 s]
/proc/loadavg: 8.12 8.06 8.01 2/175 7966
/proc/meminfo: memFree=30190748/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=298376 CPUtime=1.11 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 9133 0 0 0 109 2 0 0 18 0 4 0 602453680 305537024 8878 33554432000 4194304 4627427 140736954289216 18446744073709551615 4467823 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 74594 8878 379 106 0 69565 0
[pid=7966/tid=7967] ppid=7964 vsize=293040 CPUtime=0.84 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 2827 0 0 0 83 1 0 0 18 0 4 0 602453680 300072960 8512 33554432000 4194304 4627427 140736954289216 18446744073709551615 4308615 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=293040 CPUtime=0.83 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 2851 0 0 0 83 0 0 0 18 0 4 0 602453680 300072960 8512 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=293040 CPUtime=0.84 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 1334 0 0 0 84 0 0 0 19 0 4 0 602453680 300072960 8512 33554432000 4194304 4627427 140736954289216 18446744073709551615 4327796 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 298376

[startup+0.958537 s]
/proc/loadavg: 8.12 8.06 8.01 2/175 7966
/proc/meminfo: memFree=30190748/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=293040 CPUtime=3.8 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 10343 0 0 0 377 3 0 0 18 0 4 0 602453680 300072960 8676 33554432000 4194304 4627427 140736954289216 18446744073709551615 4308764 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 73260 8676 386 106 0 68231 0
[pid=7966/tid=7967] ppid=7964 vsize=293040 CPUtime=0.94 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 2861 0 0 0 93 1 0 0 19 0 4 0 602453680 300072960 8676 33554432000 4194304 4627427 140736954289216 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=293040 CPUtime=0.93 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 2885 0 0 0 93 0 0 0 18 0 4 0 602453680 300072960 8676 33554432000 4194304 4627427 140736954289216 18446744073709551615 4507021 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=293040 CPUtime=0.94 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 1396 0 0 0 94 0 0 0 19 0 4 0 602453680 300072960 8676 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 293040

[startup+1.05852 s]
/proc/loadavg: 8.12 8.06 8.01 2/175 7966
/proc/meminfo: memFree=30190748/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=294668 CPUtime=4.2 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 10873 0 0 0 417 3 0 0 19 0 4 0 602453680 301740032 8581 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 73667 8581 386 106 0 68638 0
[pid=7966/tid=7967] ppid=7964 vsize=294668 CPUtime=1.04 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 2895 0 0 0 103 1 0 0 19 0 4 0 602453680 301740032 8581 33554432000 4194304 4627427 140736954289216 18446744073709551615 4327570 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=294668 CPUtime=1.03 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 2919 0 0 0 103 0 0 0 18 0 4 0 602453680 301740032 8581 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=294668 CPUtime=1.04 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 1825 0 0 0 104 0 0 0 19 0 4 0 602453680 301740032 8581 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 294668

[startup+1.1585 s]
/proc/loadavg: 8.12 8.06 8.01 2/175 7966
/proc/meminfo: memFree=30190748/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=294748 CPUtime=4.6 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 11004 0 0 0 457 3 0 0 19 0 4 0 602453680 301821952 8712 33554432000 4194304 4627427 140736954289216 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 73687 8712 386 106 0 68658 0
[pid=7966/tid=7967] ppid=7964 vsize=294748 CPUtime=1.14 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 2924 0 0 0 113 1 0 0 19 0 4 0 602453680 301821952 8712 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=294748 CPUtime=1.13 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 2952 0 0 0 113 0 0 0 19 0 4 0 602453680 301821952 8712 33554432000 4194304 4627427 140736954289216 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=294748 CPUtime=1.14 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 1859 0 0 0 114 0 0 0 19 0 4 0 602453680 301821952 8712 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 294748

[startup+1.50044 s]
/proc/loadavg: 8.12 8.06 8.01 2/175 7966
/proc/meminfo: memFree=30190748/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=296192 CPUtime=5.96 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 11850 0 0 0 593 3 0 0 19 0 4 0 602453680 303300608 8954 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 74048 8955 386 106 0 69019 0
[pid=7966/tid=7967] ppid=7964 vsize=296192 CPUtime=1.49 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 3045 0 0 0 148 1 0 0 19 0 4 0 602453680 303300608 8955 33554432000 4194304 4627427 140736954289216 18446744073709551615 4349267 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=296192 CPUtime=1.48 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 3070 0 0 0 148 0 0 0 19 0 4 0 602453680 303300608 8955 33554432000 4194304 4627427 140736954289216 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=296192 CPUtime=1.48 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 1988 0 0 0 148 0 0 0 20 0 4 0 602453680 303300608 8955 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 296192

[startup+3.10115 s]
/proc/loadavg: 7.87 8.01 7.99 9/184 8000
/proc/meminfo: memFree=30140820/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=305396 CPUtime=12.35 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 18602 0 0 0 1231 4 0 0 23 0 4 0 602453680 312725504 10722 33554432000 4194304 4627427 140736954289216 18446744073709551615 4308329 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 76349 10722 390 106 0 71320 0
[pid=7966/tid=7967] ppid=7964 vsize=305396 CPUtime=3.09 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 4467 0 0 0 308 1 0 0 25 0 4 0 602453680 312725504 10722 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=305396 CPUtime=3.08 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 4917 0 0 0 307 1 0 0 23 0 4 0 602453680 312725504 10722 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=305396 CPUtime=3.07 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 3396 0 0 0 307 0 0 0 25 0 4 0 602453680 312725504 10722 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 305396

[startup+6.30656 s]
/proc/loadavg: 7.88 8.01 7.99 9/184 8001
/proc/meminfo: memFree=30073676/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=309836 CPUtime=25.16 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 33115 0 0 0 2510 6 0 0 25 0 4 0 602453680 317272064 17754 33554432000 4194304 4627427 140736954289216 18446744073709551615 4327687 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 77459 17754 390 106 0 72430 0
[pid=7966/tid=7967] ppid=7964 vsize=309836 CPUtime=6.29 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 8096 0 0 0 628 1 0 0 25 0 4 0 602453680 317272064 17754 33554432000 4194304 4627427 140736954289216 18446744073709551615 4321482 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=309836 CPUtime=6.29 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 8716 0 0 0 627 2 0 0 25 0 4 0 602453680 317272064 17754 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=309836 CPUtime=6.25 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 8246 0 0 0 625 0 0 0 25 0 4 0 602453680 317272064 17754 33554432000 4194304 4627427 140736954289216 18446744073709551615 4506936 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 309836

[startup+12.7004 s]
/proc/loadavg: 7.89 8.01 7.99 9/184 8001
/proc/meminfo: memFree=30053332/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=315824 CPUtime=50.7 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 50494 0 0 0 5060 10 0 0 25 0 4 0 602453680 323403776 21095 33554432000 4194304 4627427 140736954289216 18446744073709551615 4333392 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 78956 21095 390 106 0 73927 0
[pid=7966/tid=7967] ppid=7964 vsize=315824 CPUtime=12.68 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 11795 0 0 0 1266 2 0 0 25 0 4 0 602453680 323403776 21095 33554432000 4194304 4627427 140736954289216 18446744073709551615 4327749 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=315824 CPUtime=12.69 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 13039 0 0 0 1266 3 0 0 25 0 4 0 602453680 323403776 21095 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=315824 CPUtime=12.63 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 13108 0 0 0 1261 2 0 0 25 0 4 0 602453680 323403776 21095 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 315824

[startup+25.501 s]
/proc/loadavg: 7.98 8.02 8.00 9/184 8001
/proc/meminfo: memFree=30003848/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=351060 CPUtime=101.84 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 77855 0 0 0 10167 17 0 0 25 0 4 0 602453680 359485440 28676 33554432000 4194304 4627427 140736954289216 18446744073709551615 4527363 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 87765 28676 390 106 0 82736 0
[pid=7966/tid=7967] ppid=7964 vsize=351060 CPUtime=25.48 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 18986 0 0 0 2544 4 0 0 25 0 4 0 602453680 359485440 28676 33554432000 4194304 4627427 140736954289216 18446744073709551615 4322040 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=351060 CPUtime=25.48 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 19482 0 0 0 2544 4 0 0 25 0 4 0 602453680 359485440 28676 33554432000 4194304 4627427 140736954289216 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=351060 CPUtime=25.35 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 20823 0 0 0 2531 4 0 0 25 0 4 0 602453680 359485440 28676 33554432000 4194304 4627427 140736954289216 18446744073709551615 4308343 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 351060

[startup+51.1003 s]
/proc/loadavg: 8.05 8.03 8.00 9/184 8002
/proc/meminfo: memFree=29921080/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=348500 CPUtime=204.09 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 120871 0 0 0 20384 25 0 0 25 0 4 0 602453680 356864000 36691 33554432000 4194304 4627427 140736954289216 18446744073709551615 4327756 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 87125 36691 390 106 0 82096 0
[pid=7966/tid=7967] ppid=7964 vsize=348500 CPUtime=51.08 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 31930 0 0 0 5102 6 0 0 25 0 4 0 602453680 356864000 36691 33554432000 4194304 4627427 140736954289216 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=348500 CPUtime=51.08 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 31428 0 0 0 5101 7 0 0 25 0 4 0 602453680 356864000 36691 33554432000 4194304 4627427 140736954289216 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=348500 CPUtime=50.82 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 34347 0 0 0 5075 7 0 0 25 0 4 0 602453680 356864000 36691 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 348500

[startup+102.301 s]
/proc/loadavg: 8.07 8.04 8.00 9/184 8003
/proc/meminfo: memFree=29842428/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=348540 CPUtime=408.62 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 206130 0 0 0 40816 46 0 0 25 0 4 0 602453680 356904960 43636 33554432000 4194304 4627427 140736954289216 18446744073709551615 4327796 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 87135 43636 390 106 0 82106 0
[pid=7966/tid=7967] ppid=7964 vsize=348540 CPUtime=102.27 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 54631 0 0 0 10215 12 0 0 25 0 4 0 602453680 356904960 43636 33554432000 4194304 4627427 140736954289216 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=348540 CPUtime=102.29 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 53165 0 0 0 10217 12 0 0 25 0 4 0 602453680 356904960 43636 33554432000 4194304 4627427 140736954289216 18446744073709551615 4327552 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=348540 CPUtime=101.73 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 56771 0 0 0 10161 12 0 0 25 0 4 0 602453680 356904960 43636 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 348540

[startup+162.301 s]

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

[pid=7966] ppid=7964 vsize=634340 CPUtime=2805.41 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 755557 0 0 0 280331 210 0 0 25 0 4 0 602453680 649564160 92637 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 158585 92637 390 106 0 153556 0
[pid=7966/tid=7967] ppid=7964 vsize=634340 CPUtime=702.28 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 222447 0 0 0 70168 60 0 0 25 0 4 0 602453680 649564160 92637 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=634340 CPUtime=702.31 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 213591 0 0 0 70172 59 0 0 25 0 4 0 602453680 649564160 92637 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=634340 CPUtime=698.49 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 211070 0 0 0 69790 59 0 0 25 0 4 0 602453680 649564160 92637 33554432000 4194304 4627427 140736954289216 18446744073709551615 4327424 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.41
Current children cumulated vsize (KiB) 634340

[startup+762.301 s]
/proc/loadavg: 8.04 8.08 8.03 9/184 8021
/proc/meminfo: memFree=29505536/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=603636 CPUtime=3045.09 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 800792 0 0 0 304283 226 0 0 25 0 4 0 602453680 618123264 84595 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 150909 84595 390 106 0 145880 0
[pid=7966/tid=7967] ppid=7964 vsize=603636 CPUtime=762.28 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 235530 0 0 0 76163 65 0 0 25 0 4 0 602453680 618123264 84595 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309234 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=603636 CPUtime=762.3 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 226610 0 0 0 76166 64 0 0 25 0 4 0 602453680 618123264 84595 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=603636 CPUtime=758.16 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 223683 0 0 0 75753 63 0 0 25 0 4 0 602453680 618123264 84595 33554432000 4194304 4627427 140736954289216 18446744073709551615 4308606 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.09
Current children cumulated vsize (KiB) 603636

[startup+822.301 s]
/proc/loadavg: 8.01 8.06 8.02 9/184 8022
/proc/meminfo: memFree=29473636/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=589072 CPUtime=3284.77 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 853098 0 0 0 328235 242 0 0 25 0 4 0 602453680 603209728 91921 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 147268 91921 390 106 0 142239 0
[pid=7966/tid=7967] ppid=7964 vsize=589072 CPUtime=822.28 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 248492 0 0 0 82159 69 0 0 25 0 4 0 602453680 603209728 91921 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=589072 CPUtime=822.3 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 240930 0 0 0 82163 67 0 0 25 0 4 0 602453680 603209728 91921 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=589072 CPUtime=817.84 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 236300 0 0 0 81716 68 0 0 25 0 4 0 602453680 603209728 91921 33554432000 4194304 4627427 140736954289216 18446744073709551615 4308277 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.77
Current children cumulated vsize (KiB) 589072

[startup+882.301 s]
/proc/loadavg: 8.00 8.05 8.02 9/184 8024
/proc/meminfo: memFree=29451376/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=590612 CPUtime=3524.44 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 898187 0 0 0 352184 260 0 0 25 0 4 0 602453680 604786688 92419 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 147653 92419 390 106 0 142624 0
[pid=7966/tid=7967] ppid=7964 vsize=590612 CPUtime=882.29 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 259881 0 0 0 88155 74 0 0 25 0 4 0 602453680 604786688 92419 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=590612 CPUtime=882.3 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 251658 0 0 0 88159 71 0 0 25 0 4 0 602453680 604786688 92419 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=590612 CPUtime=877.52 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 247249 0 0 0 87679 73 0 0 25 0 4 0 602453680 604786688 92419 33554432000 4194304 4627427 140736954289216 18446744073709551615 4327756 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.44
Current children cumulated vsize (KiB) 590612

[startup+942.301 s]
/proc/loadavg: 8.00 8.04 8.01 9/184 8026
/proc/meminfo: memFree=29437948/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=607236 CPUtime=3764.15 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 945159 0 0 0 376138 277 0 0 25 0 4 0 602453680 621809664 96492 33554432000 4194304 4627427 140736954289216 18446744073709551615 4467844 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 151809 96492 390 106 0 146780 0
[pid=7966/tid=7967] ppid=7964 vsize=607236 CPUtime=942.29 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 273155 0 0 0 94152 77 0 0 25 0 4 0 602453680 621809664 96492 33554432000 4194304 4627427 140736954289216 18446744073709551615 4327552 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=607236 CPUtime=942.32 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 264265 0 0 0 94155 77 0 0 25 0 4 0 602453680 621809664 96492 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=607236 CPUtime=937.2 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 255893 0 0 0 93643 77 0 0 25 0 4 0 602453680 621809664 96492 33554432000 4194304 4627427 140736954289216 18446744073709551615 4310370 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.15
Current children cumulated vsize (KiB) 607236

[startup+1002.3 s]
/proc/loadavg: 8.00 8.03 8.01 9/184 8027
/proc/meminfo: memFree=29415700/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=604080 CPUtime=4003.8 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 994273 0 0 0 400086 294 0 0 25 0 4 0 602453680 618577920 95496 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309350 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 151020 95496 390 106 0 145991 0
[pid=7966/tid=7967] ppid=7964 vsize=604080 CPUtime=1002.29 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 285930 0 0 0 100146 83 0 0 25 0 4 0 602453680 618577920 95496 33554432000 4194304 4627427 140736954289216 18446744073709551615 4327592 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=604080 CPUtime=1002.31 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 276976 0 0 0 100151 80 0 0 25 0 4 0 602453680 618577920 95496 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=604080 CPUtime=996.87 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 268163 0 0 0 99606 81 0 0 25 0 4 0 602453680 618577920 95496 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.8
Current children cumulated vsize (KiB) 604080

[startup+1062.31 s]
/proc/loadavg: 8.05 8.04 8.01 9/184 8029
/proc/meminfo: memFree=29372504/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=608460 CPUtime=4243.5 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 1041282 0 0 0 424039 311 0 0 25 0 4 0 602453680 623063040 106650 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 152115 106650 393 106 0 147086 0
[pid=7966/tid=7967] ppid=7964 vsize=608460 CPUtime=1062.29 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 300855 0 0 0 106142 87 0 0 25 0 4 0 602453680 623063040 106650 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=608460 CPUtime=1062.31 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 287598 0 0 0 106146 85 0 0 25 0 4 0 602453680 623063040 106650 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=608460 CPUtime=1056.54 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 279454 0 0 0 105571 83 0 0 25 0 4 0 602453680 623063040 106650 33554432000 4194304 4627427 140736954289216 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.5
Current children cumulated vsize (KiB) 608460

[startup+1122.3 s]
/proc/loadavg: 8.07 8.04 8.01 9/184 8030
/proc/meminfo: memFree=29295312/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=674968 CPUtime=4483.16 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 1084492 0 0 0 447988 328 0 0 25 0 4 0 602453680 691167232 116192 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 168742 116192 390 106 0 163713 0
[pid=7966/tid=7967] ppid=7964 vsize=674968 CPUtime=1122.28 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 311161 0 0 0 112136 92 0 0 25 0 4 0 602453680 691167232 116192 33554432000 4194304 4627427 140736954289216 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=674968 CPUtime=1122.31 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 298937 0 0 0 112144 87 0 0 25 0 4 0 602453680 691167232 116192 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=674968 CPUtime=1116.21 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 288832 0 0 0 111534 87 0 0 25 0 4 0 602453680 691167232 116192 33554432000 4194304 4627427 140736954289216 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.16
Current children cumulated vsize (KiB) 674968

[startup+1182.3 s]
/proc/loadavg: 8.07 8.05 8.01 9/184 8032
/proc/meminfo: memFree=29235124/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=675524 CPUtime=4722.83 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 1128058 0 0 0 471940 343 0 0 25 0 4 0 602453680 691736576 113926 33554432000 4194304 4627427 140736954289216 18446744073709551615 4327749 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 168881 113926 390 106 0 163852 0
[pid=7966/tid=7967] ppid=7964 vsize=675524 CPUtime=1182.29 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 323436 0 0 0 118133 96 0 0 25 0 4 0 602453680 691736576 113926 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=675524 CPUtime=1182.32 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 311652 0 0 0 118139 93 0 0 25 0 4 0 602453680 691736576 113926 33554432000 4194304 4627427 140736954289216 18446744073709551615 4308282 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=675524 CPUtime=1175.88 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 298175 0 0 0 117497 91 0 0 25 0 4 0 602453680 691736576 113926 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.83
Current children cumulated vsize (KiB) 675524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.13 8.06 8.01 9/184 8032
/proc/meminfo: memFree=29259176/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=693624 CPUtime=4800.34 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 1140545 0 0 0 479686 348 0 0 25 0 4 0 602453680 710270976 121463 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 173406 121463 390 106 0 168377 0
[pid=7966/tid=7967] ppid=7964 vsize=693624 CPUtime=1201.69 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 327463 0 0 0 120072 97 0 0 25 0 4 0 602453680 710270976 121463 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=693624 CPUtime=1201.72 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 313852 0 0 0 120078 94 0 0 25 0 4 0 602453680 710270976 121463 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=693624 CPUtime=1195.18 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 300422 0 0 0 119427 91 0 0 25 0 4 0 602453680 710270976 121463 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 693624

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

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

[startup+1201.7 s]
/proc/loadavg: 8.13 8.06 8.01 9/184 8032
/proc/meminfo: memFree=29259176/32950928 swapFree=67054472/67111528
[pid=7966] ppid=7964 vsize=693624 CPUtime=4800.34 cores=1,3,5,7
/proc/7966/stat : 7966 (strangenight2-m) R 7964 7966 7852 0 -1 4202496 1140545 0 0 0 479686 348 0 0 25 0 4 0 602453680 710270976 121463 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7966/statm: 173406 121463 390 106 0 168377 0
[pid=7966/tid=7967] ppid=7964 vsize=693624 CPUtime=1201.69 cores=1,3,5,7
/proc/7966/task/7967/stat : 7967 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 327463 0 0 0 120072 97 0 0 25 0 4 0 602453680 710270976 121463 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7966/tid=7968] ppid=7964 vsize=693624 CPUtime=1201.72 cores=1,3,5,7
/proc/7966/task/7968/stat : 7968 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 313852 0 0 0 120078 94 0 0 25 0 4 0 602453680 710270976 121463 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7966/tid=7969] ppid=7964 vsize=693624 CPUtime=1195.18 cores=1,3,5,7
/proc/7966/task/7969/stat : 7969 (strangenight2-m) R 7964 7966 7852 0 -1 4202560 300422 0 0 0 119427 91 0 0 25 0 4 0 602453680 710270976 121463 33554432000 4194304 4627427 140736954289216 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 693624

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.4
CPU user time (s): 4796.89
CPU system time (s): 3.50747
CPU usage (%): 399.456
Max. virtual memory (cumulated for all children) (KiB): 894520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.89
system time used= 3.50747
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1140547
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= 2026
involuntary context switches= 30878

runsolver used 1.9477 second user time and 4.6003 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-30 02:10:30
IDJOB=3250493
IDBENCH=83275
IDSOLVER=1586
FILE ID=node116/3250493-1304122230
RUNJOBID= node116-1304121026-7871
PBS_JOBID= 13170738
Free space on /tmp= 72488 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_508.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250493-1304122230/watcher-3250493-1304122230 -o /tmp/evaluation-result-3250493-1304122230/solver-3250493-1304122230 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3250493-1304122230.cnf

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

MD5SUM BENCH= b891f70c80006fb02dca40f266c0cec1
RANDOM SEED=416692523

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30190904 kB
Buffers:        986088 kB
Cached:        1415688 kB
SwapCached:       9656 kB
Active:         132864 kB
Inactive:      2288940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30190904 kB
SwapTotal:    67111528 kB
SwapFree:     67054472 kB
Dirty:            6236 kB
Writeback:           0 kB
AnonPages:       18472 kB
Mapped:          13168 kB
Slab:           274840 kB
PageTables:       4676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   223220 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72504 MiB
End job on node116 at 2011-04-30 02:30:34