Trace number 3262595

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.28 1201.73

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-14_186.cnf
MD5SUM642fce7e30a701c3223fa5771c2e57dc
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 variables186
Number of clauses9795
Sum of the clauses size43014
Maximum clause length14
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 38556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51239

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-3262595-1304123435.cnf'
0.00/0.00	c -- header says num vars:            186
0.00/0.00	c -- header says num clauses:        9795
0.00/0.01	c -- clauses added:            0 learnts,         9795 normals,            0 xors
0.00/0.01	c -- vars added        186
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       186      9795         0         0     43014         0   no data   no data
0.10/0.04	c asymm  cl-useful: 0/9795/9795 lits-rem:0 time: 0.03
0.10/0.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.10/0.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.10/0.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.10/0.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.10/0.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
0.10/0.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.57/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3.57/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.57/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.57/0.90	c calculated reachability. Time: 0.00
3.57/0.90	c Calc default polars -  time:   0.00 s pos:     186 undec:       0 neg:       0
3.57/0.90	c =========================================================================================
3.57/0.90	c types(t): F = full restart, N = normal restart
3.57/0.90	c types(t): S = simplification begin/end, E = solution found
3.57/0.90	c restart types(rt): st = static, dy = dynamic
3.57/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.90	c  B st     0         0       186      9795         0         0     43014         0   no data   no data
3.57/0.90	c  N dy    11      5391       186      9795         0      2793     43014     57050     14.77     15.57
3.57/0.90	c  N dy    21      9433       186      9795         0      6681     43014    141914     14.39     17.09
3.57/0.90	c  N dy    34     13508       186      9795         0      6468     43014    130453     14.13     15.20
3.97/1.00	c  N dy    42     18860       186      9795         0      6170     43014    111784     13.65     14.37
4.39/1.20	c  N dy    60     24016       186      9795         0     11099     43014    219970     13.64     14.39
4.79/1.28	c  F st    68     25001       186      9795         0     12032     43014    241142     13.72   no data
5.57/1.40	c  N st    73     28298       186      9795         0      8681     43014    165066     13.72   no data
5.57/1.48	c  S st    74     30001       186      9795         0     10325     43014    200798     13.72   no data
5.97/1.51	c  S st    74     30506       186      9795         0     10826     43014    212668     13.72   no data
5.97/1.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.97/1.51	c blocked clauses removed:        0 vars:      0 tried:         186 T: 0.00 s
5.97/1.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
5.97/1.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.97/1.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.97/1.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.37/1.60	c lits-rem:       135  cl-subs:      727  v-elim:      0  v-fix:    0  time:  0.08 s
6.77/1.70	c asymm  cl-useful: 0/9795/9795 lits-rem:0 time: 0.10
6.77/1.70	c calculated reachability. Time: 0.00
6.77/1.70	c  N dy    74     30506       186      9795         0     10099     43014    202063     13.72   no data
7.57/1.95	c  N dy    82     35338       186      9795         0     14671     43014    298550     13.61     14.50
8.37/2.18	c  N dy    93     39585       186      9795         0     11174     43014    205807     13.53     14.40
9.57/2.40	c  N dy   112     43760       186      9795         0     15138     43014    291723     13.58     14.37
9.97/2.54	c  S st   124     45760       186      9795         0      8552     43014    145020     13.61   no data
9.97/2.56	c  S st   124     46260       186      9795         0      9047     43014    156616     13.61   no data
9.97/2.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.97/2.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.97/2.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.97/2.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.97/2.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.97/2.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
9.97/2.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.97/2.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.97/2.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.37/2.60	c lits-rem:        12  cl-subs:      121  v-elim:      0  v-fix:    0  time:  0.02 s
10.37/2.60	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
10.37/2.60	c vivif2 --  cl tried     8926 cl shrink        0 lits rem          0 time: 0.00
10.37/2.69	c asymm  cl-useful: 0/9795/9795 lits-rem:0 time: 0.09
10.37/2.69	c calculated reachability. Time: 0.00
10.37/2.69	c  N dy   124     46260       186      9795         0      8926     43014    155089     13.61   no data
11.57/2.90	c  N dy   142     50299       186      9795         0     12802     43014    239695     13.66     14.40
12.37/3.20	c  N dy   162     55296       186      9795         0     17557     43014    340349     13.68     14.42
13.58/3.44	c  N dy   184     59449       186      9795         0     12024     43014    217994     13.76     14.55
14.36/3.67	c  N dy   195     63503       186      9795         0     15873     43014    299856     13.73     17.00
15.55/3.96	c  N dy   211     68202       186      9795         0     20383     43014    397297     13.73     14.45
15.96/4.06	c  S st   221     69390       186      9795         0     11026     43014    187908     13.77   no data
15.96/4.09	c  S st   221     69890       186      9795         0     11522     43014    199651     13.77   no data
15.96/4.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.96/4.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.96/4.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.96/4.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.96/4.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.96/4.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
15.96/4.09	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
15.96/4.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.36/4.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.36/4.13	c lits-rem:        14  cl-subs:       75  v-elim:      0  v-fix:    0  time:  0.03 s
16.36/4.13	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
16.36/4.13	c vivif2 --  cl tried    11447 cl shrink        0 lits rem          0 time: 0.00
16.76/4.24	c asymm  cl-useful: 0/9795/9795 lits-rem:0 time: 0.11
16.76/4.24	c calculated reachability. Time: 0.00
16.76/4.24	c  N dy   221     69890       186      9795         0     11447     43014    198383     13.77   no data
17.97/4.54	c  N dy   243     75451       186      9795         0     16775     43014    313942     13.78     14.52
19.15/4.85	c  N dy   254     80431       186      9795         0     21506     43014    410761     13.72     14.71
20.34/5.18	c  N dy   281     85667       186      9795         0     15077     43014    263449     13.77     14.56
20.75/5.28	c  F st   287     87502       186      9795         0     16827     43014    300908     13.77     13.97
22.36/5.60	c  N dy   293     92698       186      9795         0     21788     43014    406354     13.77   no data
23.94/6.01	c  N dy   322     98664       186      9795         0     15073     43014    257578     13.80     15.57
25.14/6.37	c  S st   331    104835       186      9795         0     20873     43014    375020     13.69     12.41
25.54/6.41	c  S st   331    105337       186      9795         0     21365     43014    386020     13.69   no data
25.54/6.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.54/6.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
25.54/6.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.54/6.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.54/6.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.54/6.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
25.54/6.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
25.54/6.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.54/6.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.36/6.63	c lits-rem:       132  cl-subs:     1489  v-elim:      0  v-fix:    0  time:  0.19 s
26.36/6.63	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
26.36/6.63	c vivif2 --  cl tried    19876 cl shrink        0 lits rem          0 time: 0.00
27.14/6.81	c asymm  cl-useful: 0/9795/9795 lits-rem:0 time: 0.17
27.14/6.81	c calculated reachability. Time: 0.00
27.14/6.81	c  N dy   331    105337       186      9795         0     19876     43014    364993     13.69   no data
28.74/7.26	c  N dy   334    112267       186      9795         0     26432     43014    495629     13.58     14.41
33.13/8.39	c  N dy   365    128687       186      9795         0     14480     43014    233163     13.45     14.26
35.54/8.98	c  N dy   401    138020       186      9795         0     23286     43014    415079     13.44     14.28
38.33/9.65	c  N dy   450    147096       186      9795         0     16762     43014    272168     13.49     14.21
41.12/10.30	c  N dy   512    156500       186      9795         0     25792     43014    470306     13.58     14.36
41.52/10.42	c  S st   524    158006       186      9795         0     27230     43014    502357     13.60   no data
41.52/10.46	c  S st   524    158508       186      9795         0     27728     43014    513884     13.60   no data
41.52/10.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.52/10.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
41.52/10.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.52/10.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.52/10.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.52/10.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
41.52/10.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
41.52/10.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
41.52/10.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.12/10.81	c lits-rem:       207  cl-subs:     1111  v-elim:      0  v-fix:    0  time:  0.32 s
43.12/10.81	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
43.12/10.82	c vivif2 --  cl tried    26617 cl shrink        0 lits rem          0 time: 0.01
43.52/11.00	c asymm  cl-useful: 0/7515/9795 lits-rem:0 time: 0.18
43.93/11.00	c calculated reachability. Time: 0.00
43.93/11.00	c  N dy   524    158508       186      9795         0     26617     43014    494711     13.60   no data
46.71/11.77	c  N dy   563    168856       186      9795         0     20322     43014    338280     13.59     14.34
49.90/12.53	c  N dy   614    179646       186      9795         0     30639     43014    559793     13.61     17.62
53.12/13.36	c  N dy   657    191187       186      9795         0     24497     43014    419619     13.61     19.08
57.12/14.39	c  N dy   713    203609       186      9795         0     18220     43014    277434     13.63     14.39
60.69/15.28	c  N dy   744    216703       186      9795         0     30721     43014    535414     13.59     15.52
65.49/16.46	c  N dy   795    231795       186      9795         0     26000     43014    438128     13.57     14.28
67.48/16.90	c  S st   815    237762       186      9795         0     31671     43014    556742     13.56     11.93
67.48/16.94	c  S st   815    238265       186      9795         0     32168     43014    568215     13.56   no data
67.48/16.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
67.48/16.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
67.48/16.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
67.48/16.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
67.48/16.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.48/16.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
67.48/16.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
67.48/16.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
67.48/16.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.08/17.38	c lits-rem:       258  cl-subs:     1613  v-elim:      0  v-fix:    0  time:  0.40 s
69.08/17.38	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
69.08/17.39	c vivif2 --  cl tried    30555 cl shrink        0 lits rem          0 time: 0.01
69.48/17.44	c asymm  cl-useful: 0/2280/9795 lits-rem:0 time: 0.05
69.48/17.44	c calculated reachability. Time: 0.00
69.48/17.44	c  N dy   815    238265       186      9795         0     30555     43014    543082     13.56   no data
75.09/18.87	c  N dy   871    255683       186      9795         0     27183     43014    447332     13.54     14.68
80.66/20.28	c  N dy   941    272579       186      9795         0     22386     43014    351461     13.55     14.32
86.25/21.61	c  N dy   987    290055       186      9795         0     38920     43014    688834     13.50     14.26
91.45/22.96	c  F st  1041    306250       186      9795         0     32437     43014    559922     13.49   no data
92.67/23.23	c  N st  1046    309552       186      9795         0     35602     43014    632391     13.49   no data
99.44/24.96	c  N dy  1122    329320       186      9795         0     31620     43014    542695     13.50     17.10
106.63/26.79	c  N dy  1199    349355       186      9795         0     26894     43014    426786     13.50     16.05
109.03/27.38	c  S st  1219    357400       186      9795         0     34485     43014    580336     13.49   no data
109.43/27.43	c  S st  1219    357902       186      9795         0     34986     43014    592043     13.49   no data
109.43/27.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
109.43/27.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
109.43/27.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
109.43/27.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
109.43/27.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
109.43/27.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
109.43/27.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
109.43/27.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
109.43/27.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
111.42/27.91	c lits-rem:       149  cl-subs:     1847  v-elim:      0  v-fix:    0  time:  0.43 s
111.42/27.91	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
111.42/27.91	c vivif2 --  cl tried    33139 cl shrink        0 lits rem          0 time: 0.01
112.21/28.11	c asymm  cl-useful: 0/6304/9795 lits-rem:0 time: 0.19
112.21/28.11	c calculated reachability. Time: 0.00
112.21/28.11	c  N dy  1219    357902       186      9795         0     33139     43014    565042     13.49   no data
119.81/30.02	c  N dy  1289    378001       186      9795         0     27584     43014    430032     13.47     15.19
126.60/31.71	c  N dy  1317    398303       186      9795         0     46732     43014    807499     13.40     14.27
134.19/33.69	c  N dy  1388    418659       186      9795         0     40541     43014    684561     13.39     14.20
142.18/35.69	c  N dy  1480    439808       186      9795         0     34128     43014    548226     13.41     14.15
150.17/37.61	c  N dy  1565    459891       186      9795         0     53228     43014    948621     13.42     14.59
157.36/39.44	c  N dy  1626    480299       186      9795         0     44972     43014    757218     13.41     14.18
165.35/41.41	c  N dy  1692    500325       186      9795         0     35538     43014    558620     13.41     17.55
172.95/43.33	c  N dy  1770    520364       186      9795         0     54626     43014    951081     13.40     15.41
178.93/44.81	c  S st  1819    536855       186      9795         0     40727     43014    655039     13.38     12.91
178.93/44.87	c  S st  1819    537359       186      9795         0     41229     43014    666706     13.38   no data
178.93/44.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
178.93/44.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
178.93/44.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
178.93/44.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
178.93/44.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
178.93/44.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
178.93/44.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
179.33/44.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
179.33/44.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
181.33/45.49	c lits-rem:       186  cl-subs:     2211  v-elim:      0  v-fix:    0  time:  0.57 s
181.33/45.49	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
181.73/45.50	c vivif2 --  cl tried    39018 cl shrink        0 lits rem          0 time: 0.01
182.13/45.62	c asymm  cl-useful: 0/3491/9795 lits-rem:0 time: 0.12
182.13/45.62	c calculated reachability. Time: 0.00
182.13/45.62	c  N dy  1819    537359       186      9795         0     39018     43014    636882     13.38   no data
190.12/47.64	c  N dy  1889    557375       186      9795         0     58038     43014   1026186     13.37     14.26
197.31/49.50	c  N dy  1947    577415       186      9795         0     46786     43014    777032     13.35     21.88
206.11/51.69	c  N dy  1992    598903       186      9795         0     35813     43014    543152     13.33     14.05
214.49/53.76	c  N dy  2066    620431       186      9795         0     56313     43014    959761     13.31     14.04
223.28/55.92	c  N dy  2123    641241       186      9795         0     43751     43014    690454     13.30     14.18
231.66/58.02	c  N dy  2188    661639       186      9795         0     63183     43014   1089602     13.29     14.00
239.65/60.03	c  N dy  2233    682165       186      9795         0     49399     43014    805591     13.27     14.08
249.24/62.40	c  N dy  2303    702178       186      9795         0     68406     43014   1189974     13.26     14.03
258.03/64.62	c  N dy  2389    723843       186      9795         0     54876     43014    923608     13.27     14.02
268.02/67.10	c  N dy  2457    743906       186      9795         0     38761     43014    582995     13.26     14.12
276.40/69.30	c  N dy  2550    764591       186      9795         0     58452     43014    990194     13.27     14.02
287.18/71.93	c  N dy  2607    788090       186      9795         0     44591     43014    691818     13.25     13.97
294.80/73.86	c  S st  2647    806039       186      9795         0     61526     43014   1027695     13.24     13.07
295.17/73.94	c  S st  2647    806543       186      9795         0     62024     43014   1039591     13.24   no data
295.17/73.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
295.17/73.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
295.17/73.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
295.17/73.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
295.17/73.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
295.17/73.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
295.17/73.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
295.17/73.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
295.57/74.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
302.77/75.83	c lits-rem:       586  cl-subs:     4621  v-elim:      0  v-fix:    0  time:  1.82 s
302.77/75.83	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
302.77/75.84	c vivif2 --  cl tried    57403 cl shrink        0 lits rem          0 time: 0.01
303.58/76.07	c asymm  cl-useful: 0/3449/9795 lits-rem:0 time: 0.23
303.58/76.07	c calculated reachability. Time: 0.00
303.58/76.07	c  N dy  2647    806543       186      9795         0     57403     43014    973904     13.24   no data
313.95/78.63	c  N dy  2713    826579       186      9795         0     39541     43014    595671     13.23     13.95
322.34/80.75	c  N dy  2806    846644       186      9795         0     58695     43014    990790     13.24     13.98
333.12/83.48	c  N dy  2882    867343       186      9795         0     40403     43014    605731     13.23     13.94
341.12/85.49	c  N dy  2933    887377       186      9795         0     59360     43014    985437     13.22     15.06
351.92/88.16	c  N dy  3007    908273       186      9795         0     40294     43014    598267     13.22     13.95
360.30/90.25	c  N dy  3066    928318       186      9795         0     59335     43014    979706     13.22     14.00
370.27/92.72	c  N dy  3123    948382       186      9795         0     78411     43014   1364264     13.21     18.55
379.46/95.05	c  N dy  3194    968677       186      9795         0     57902     43014    948531     13.21     13.94
390.24/97.76	c  N dy  3269    990544       186      9795         0     78787     43014   1369578     13.20     13.93
401.02/100.49	c  N dy  3296   1015074       186      9795         0     60989     43014    977474     13.17     13.98
411.02/102.99	c  N dy  3355   1035119       186      9795         0     80026     43014   1357010     13.16     13.88
421.40/105.56	c  N dy  3431   1056436       186      9795         0     58641     43014    938370     13.16     13.90
429.39/107.52	c  F st  3495   1071875       186      9795         0     73368     43014   1237773     13.17     11.81
432.18/108.25	c  N dy  3501   1077071       186      9795         0     78378     43014   1347315     13.17   no data
442.17/110.76	c  N dy  3548   1097484       186      9795         0     54785     43014    842764     13.15     13.88
451.76/113.15	c  N dy  3599   1117550       186      9795         0     73911     43014   1224507     13.15     13.84
462.54/115.87	c  N dy  3660   1137847       186      9795         0     49421     43014    729666     13.14     13.89
472.13/118.22	c  N dy  3717   1158891       186      9795         0     69447     43014   1129515     13.13     13.88
482.92/120.94	c  N dy  3788   1179338       186      9795         0     88950     43014   1518595     13.13     13.84
492.90/123.45	c  N dy  3863   1199346       186      9795         0     63271     43014   1004435     13.13     13.86
498.90/124.91	c  S st  3891   1209815       186      9795         0     73201     43014   1199701     13.13     12.75
499.30/125.02	c  S st  3891   1210316       186      9795         0     73700     43014   1211442     13.13   no data
499.30/125.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
499.30/125.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
499.30/125.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
499.30/125.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
499.30/125.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
499.30/125.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
499.30/125.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
499.30/125.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
499.70/125.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
512.88/128.44	c lits-rem:       646  cl-subs:     3666  v-elim:      0  v-fix:    0  time:  3.32 s
512.88/128.44	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
512.88/128.46	c vivif2 --  cl tried    70034 cl shrink        0 lits rem          0 time: 0.02
514.50/128.86	c asymm  cl-useful: 0/2284/9795 lits-rem:0 time: 0.40
514.50/128.86	c calculated reachability. Time: 0.00
514.50/128.86	c  N dy  3891   1210316       186      9795         0     70034     43014   1155400     13.13   no data
528.85/132.43	c  N dy  3928   1234084       186      9795         0     46924     43014    668981     13.10     13.82
540.04/135.21	c  N dy  3976   1258444       186      9795         0     70121     43014   1116735     13.09     13.86
550.83/137.98	c  N dy  4029   1279144       186      9795         0     89651     43014   1499339     13.08     13.79
560.81/140.49	c  N dy  4067   1299242       186      9795         0     62255     43014    949145     13.06     14.63
571.22/143.01	c  N dy  4106   1320146       186      9795         0     82003     43014   1331948     13.05     13.80
582.78/145.93	c  N dy  4162   1341504       186      9795         0     54921     43014    814636     13.04     13.76
593.18/148.54	c  N dy  4227   1361548       186      9795         0     73950     43014   1192339     13.04     13.78
605.55/151.65	c  N dy  4294   1381726       186      9795         0     93084     43014   1571848     13.03     13.75
615.55/154.17	c  N dy  4347   1401830       186      9795         0     63753     43014    972944     13.03     13.84
625.93/156.77	c  N dy  4416   1421919       186      9795         0     82849     43014   1356859     13.03     16.55
638.71/159.92	c  N dy  4481   1442084       186      9795         0     52697     43014    754563     13.02     13.72
648.29/162.36	c  N dy  4566   1463195       186      9795         0     72743     43014   1161366     13.02     13.72
659.50/165.12	c  N dy  4615   1483516       186      9795         0     92027     43014   1542567     13.01     13.74
671.06/168.02	c  N dy  4679   1503594       186      9795         0     60851     43014    912398     13.01     13.88
681.84/170.78	c  N dy  4773   1523852       186      9795         0     80138     43014   1299970     13.01     13.72
693.83/173.74	c  N dy  4835   1543860       186      9795         0     99139     43014   1674717     13.01     13.70
705.41/176.69	c  N dy  4899   1565620       186      9795         0     68450     43014   1048805     13.01     13.75
715.81/179.24	c  N dy  4952   1585645       186      9795         0     87357     43014   1417944     13.00     15.91
730.18/182.80	c  N dy  5012   1608169       186      9795         0     56547     43014    809657     12.99     13.72
741.36/185.65	c  N dy  5082   1631071       186      9795         0     78276     43014   1235593     12.99     13.70
752.94/188.57	c  N dy  5143   1651558       186      9795         0     97767     43014   1619287     12.99     13.83
765.33/191.62	c  N dy  5195   1672505       186      9795         0     64528     43014    953936     12.98     13.70
775.72/194.21	c  N dy  5235   1693575       186      9795         0     84452     43014   1335586     12.97     13.76
785.71/196.74	c  S st  5281   1710317       186      9795         0    100263     43014   1644708     12.96     11.92
786.11/196.86	c  S st  5281   1710819       186      9795         0    100763     43014   1655631     12.96   no data
786.11/196.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
786.52/196.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
786.52/196.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
786.52/196.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
786.52/196.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
786.52/196.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
786.52/196.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
786.52/196.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
786.52/196.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
808.89/202.59	c lits-rem:      1030  cl-subs:     9453  v-elim:      0  v-fix:    0  time:  5.59 s
808.89/202.59	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
809.27/202.61	c vivif2 --  cl tried    91310 cl shrink        0 lits rem          0 time: 0.02
810.47/202.92	c asymm  cl-useful: 0/2541/9795 lits-rem:0 time: 0.31
810.47/202.92	c calculated reachability. Time: 0.00
810.47/202.92	c  N dy  5281   1710819       186      9795         0     91310     43014   1520996     12.96   no data
824.05/206.39	c  N dy  5353   1730851       186      9795         0     56590     43014    803346     12.96     14.03
834.43/208.92	c  N dy  5434   1751320       186      9795         0     76053     43014   1194942     12.97     13.67
846.02/211.87	c  N dy  5503   1771433       186      9795         0     95243     43014   1575862     12.96     13.65
860.00/215.33	c  N dy  5564   1791463       186      9795         0     59315     43014    847543     12.96     13.68
869.59/217.77	c  N dy  5614   1811822       186      9795         0     78488     43014   1216391     12.95     13.66
881.58/220.71	c  N dy  5668   1832049       186      9795         0     97710     43014   1589356     12.95     13.80
897.15/224.65	c  N dy  5741   1855186       186      9795         0     63717     43014    922063     12.94     13.77
908.75/227.51	c  N dy  5798   1875233       186      9795         0     82708     43014   1295662     12.94     13.64
921.52/230.77	c  N dy  5870   1895648       186      9795         0    102119     43014   1675756     12.94     13.66
935.50/234.22	c  N dy  5948   1916124       186      9795         0     64633     43014    939695     12.93     13.70
946.29/236.94	c  N dy  6026   1936161       186      9795         0     83692     43014   1322782     12.94     13.71
958.67/240.05	c  N dy  6094   1956371       186      9795         0    102892     43014   1702911     12.93     13.63
972.65/243.59	c  N dy  6177   1976665       186      9795         0     64274     43014    928421     12.94     13.64
983.44/246.28	c  N dy  6241   1997119       186      9795         0     83761     43014   1315223     12.93     13.62
997.44/249.79	c  N dy  6306   2020077       186      9795         0    105491     43014   1737732     12.93     13.62
1011.80/253.33	c  N dy  6368   2041476       186      9795         0     66928     43014    971305     12.92     13.71
1022.58/256.00	c  N dy  6425   2061487       186      9795         0     85812     43014   1337553     12.92     13.88
1034.57/259.05	c  N dy  6473   2081844       186      9795         0    105183     43014   1717273     12.92     13.60
1048.95/262.63	c  N dy  6535   2103100       186      9795         0     65624     43014    940557     12.91     13.65
1060.13/265.49	c  N dy  6619   2123737       186      9795         0     85208     43014   1330392     12.91     13.66
1072.53/268.55	c  N dy  6669   2143772       186      9795         0    104235     43014   1704547     12.91     15.11
1087.70/272.37	c  N dy  6728   2164176       186      9795         0     62899     43014    880669     12.91     13.62
1099.28/275.20	c  N dy  6801   2185020       186      9795         0     82719     43014   1268326     12.91     13.68
1111.26/278.23	c  N dy  6845   2205192       186      9795         0    101917     43014   1642240     12.90     13.60
1114.85/279.15	c  S st  6855   2210820       186      9795         0    107209     43014   1743498     12.90     12.31
1115.25/279.29	c  S st  6855   2211324       186      9795         0    107710     43014   1753720     12.90   no data
1115.65/279.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1115.65/279.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1115.65/279.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1115.65/279.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1115.65/279.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1115.65/279.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
1115.65/279.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1115.65/279.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1116.07/279.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1137.62/284.87	c lits-rem:       980  cl-subs:     6781  v-elim:      0  v-fix:    0  time:  5.43 s
1137.62/284.87	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
1137.62/284.90	c vivif2 --  cl tried   100929 cl shrink        0 lits rem          0 time: 0.03
1138.45/285.06	c asymm  cl-useful: 0/1521/9795 lits-rem:0 time: 0.16
1138.45/285.06	c calculated reachability. Time: 0.00
1138.45/285.06	c  N dy  6855   2211324       186      9795         0    100929     43014   1653898     12.90   no data
1153.20/288.77	c  N dy  6948   2231354       186      9795         0    120000     43014   2035917     12.90     15.97
1165.99/291.95	c  N dy  7017   2251451       186      9795         0     77451     43014   1163104     12.90     13.62
1177.99/294.97	c  N dy  7074   2271639       186      9795         0     96612     43014   1536559     12.90     13.61
1190.77/298.18	c  N dy  7129   2291670       186      9795         0    115674     43014   1908012     12.90     13.72
1204.72/301.65	c  N dy  7190   2311700       186      9795         0     72059     43014   1044836     12.90     15.91
1215.92/304.47	c  N dy  7228   2331810       186      9795         0     90950     43014   1399738     12.89     13.71
1228.70/307.68	c  N dy  7263   2352579       186      9795         0    110571     43014   1768305     12.88     13.74
1244.68/311.65	c  N dy  7312   2373800       186      9795         0     67262     43014    948183     12.87     13.56
1255.46/314.31	c  N dy  7364   2394205       186      9795         0     86502     43014   1315523     12.86     13.55
1268.64/317.69	c  N dy  7439   2415163       186      9795         0    106422     43014   1705697     12.86     13.59
1283.82/321.42	c  N dy  7504   2435210       186      9795         0    125447     43014   2076145     12.86     15.92
1297.00/324.72	c  N dy  7564   2455241       186      9795         0     79942     43014   1181998     12.86     17.03
1308.98/327.72	c  N dy  7643   2475322       186      9795         0     99029     43014   1553528     12.86     15.70
1324.56/331.66	c  N dy  7703   2497873       186      9795         0    120401     43014   1963968     12.85     13.61
1338.55/335.14	c  N dy  7749   2517928       186      9795         0     74038     43014   1075707     12.85     14.16
1349.73/337.92	c  N dy  7786   2537986       186      9795         0     92918     43014   1425555     12.84     16.24
1362.92/341.29	c  N dy  7850   2558572       186      9795         0    112463     43014   1811043     12.84     13.57
1380.49/345.69	c  N dy  7918   2580353       186      9795         0     66892     43014    926653     12.84     13.53
1391.27/348.37	c  N dy  7971   2600857       186      9795         0     86350     43014   1306141     12.84     13.53
1404.46/351.68	c  N dy  8024   2621840       186      9795         0    106232     43014   1691104     12.83     13.57
1418.44/355.10	c  N dy  8084   2641920       186      9795         0    125289     43014   2062744     12.83     18.42
1433.22/358.88	c  N dy  8161   2661932       186      9795         0     77057     43014   1122089     12.83     14.30
1446.40/362.15	c  N dy  8241   2682246       186      9795         0     96378     43014   1503898     12.83     13.53
1463.59/366.49	c  N dy  8282   2709293       186      9795         0    121832     43014   1985011     12.83     13.52
1465.17/366.88	c  S st  8296   2711325       186      9795         0    123776     43014   2024841     12.83   no data
1465.98/367.01	c  S st  8296   2711827       186      9795         0    124273     43014   2036845     12.83   no data
1465.98/367.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1465.98/367.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
1465.98/367.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1465.98/367.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1465.98/367.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1465.98/367.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
1465.98/367.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1466.38/367.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1466.38/367.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1496.33/374.64	c lits-rem:       980  cl-subs:    11044  v-elim:      0  v-fix:    0  time:  7.47 s
1496.33/374.64	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
1496.33/374.68	c vivif2 --  cl tried   113229 cl shrink        0 lits rem          0 time: 0.03
1497.53/374.97	c asymm  cl-useful: 0/1791/9795 lits-rem:0 time: 0.29
1497.53/374.97	c calculated reachability. Time: 0.00
1497.53/374.97	c  N dy  8296   2711827       186      9795         0    113229     43014   1880603     12.83   no data
1514.31/379.16	c  N dy  8379   2731892       186      9795         0    132288     43014   2255512     12.83     15.94
1528.69/382.79	c  N dy  8442   2753986       186      9795         0     85278     43014   1276887     12.82     13.58
1541.87/386.07	c  N dy  8487   2774511       186      9795         0    104730     43014   1645575     12.82     13.52
1557.04/389.84	c  N dy  8574   2795249       186      9795         0    124321     43014   2031641     12.82     13.59
1573.44/393.93	c  N dy  8634   2815409       186      9795         0     74428     43014   1056647     12.82     13.51
1586.23/397.14	c  N dy  8710   2835752       186      9795         0     93731     43014   1430450     12.82     13.55
1598.59/400.28	c  N dy  8751   2855829       186      9795         0    112687     43014   1785745     12.81     13.54
1614.17/404.15	c  N dy  8821   2876066       186      9795         0    131933     43014   2171184     12.81     13.53
1629.76/408.00	c  N dy  8889   2896093       186      9795         0     80830     43014   1175606     12.81     14.23
1642.13/411.12	c  N dy  8955   2916817       186      9795         0    100541     43014   1559431     12.81     13.53
1657.31/414.96	c  N dy  9030   2938602       186      9795         0    121212     43014   1961964     12.81     13.49
1672.49/418.79	c  N dy  9085   2958611       186      9795         0    140063     43014   2325394     12.81     16.69
1686.07/422.18	c  N dy  9135   2978685       186      9795         0     87996     43014   1305971     12.80     15.09
1698.46/425.22	c  N dy  9187   2998731       186      9795         0    106817     43014   1668619     12.80     13.50
1713.24/428.93	c  N dy  9246   3018736       186      9795         0    125727     43014   2029553     12.80     13.54
1731.23/433.43	c  N dy  9311   3038908       186      9795         0     73006     43014   1017623     12.80     13.57
1743.20/436.43	c  N dy  9374   3060524       186      9795         0     93392     43014   1408795     12.79     13.48
1756.38/439.76	c  N dy  9414   3081101       186      9795         0    112785     43014   1779887     12.79     13.67
1771.96/443.66	c  N dy  9482   3101203       186      9795         0    131864     43014   2150803     12.79     14.71
1789.93/448.12	c  N dy  9540   3123310       186      9795         0     79959     43014   1146547     12.78     13.48
1802.31/451.25	c  N dy  9617   3143392       186      9795         0     98977     43014   1517498     12.79     16.47
1816.70/454.83	c  N dy  9690   3163393       186      9795         0    117994     43014   1888666     12.79     14.47
1835.07/459.46	c  N dy  9756   3183458       186      9795         0    137054     43014   2266426     12.79     13.62
1854.26/464.27	c  N dy  9795   3203543       186      9795         0     82174     43014   1184890     12.78     15.10
1859.06/465.46	c  S st  9810   3211827       186      9795         0     90021     43014   1333874     12.78     12.05
1859.44/465.56	c  S st  9810   3212328       186      9795         0     90518     43014   1345113     12.78   no data
1859.44/465.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1859.84/465.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1859.84/465.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1859.84/465.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1859.84/465.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1859.84/465.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
1859.84/465.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1859.84/465.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1859.84/465.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1869.03/467.95	c lits-rem:       362  cl-subs:     3185  v-elim:      0  v-fix:    0  time:  2.29 s
1869.03/467.96	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
1869.03/467.97	c vivif2 --  cl tried    87333 cl shrink        0 lits rem          0 time: 0.02
1870.23/468.29	c asymm  cl-useful: 0/2283/9795 lits-rem:0 time: 0.31
1870.23/468.29	c calculated reachability. Time: 0.00
1870.23/468.29	c  N dy  9810   3212328       186      9795         0     87333     43014   1300748     12.78   no data
1883.40/471.51	c  N dy  9865   3232348       186      9795         0    106222     43014   1661633     12.78     13.49
1897.78/475.16	c  N dy  9923   3252783       186      9795         0    125550     43014   2034499     12.78     13.48
1914.17/479.26	c  N dy  9995   3272874       186      9795         0    144643     43014   2403132     12.78     13.55
1929.36/483.05	c  N dy 10063   3293012       186      9795         0     88998     43014   1318977     12.78     13.50
1944.12/486.77	c  N dy 10136   3315844       186      9795         0    110604     43014   1729555     12.77     13.46
1959.72/490.69	c  N dy 10188   3336571       186      9795         0    130300     43014   2108254     12.77     13.47
1980.07/495.74	c  N dy 10292   3357447       186      9795         0    150125     43014   2501004     12.77     13.45
1994.87/499.47	c  N dy 10360   3377663       186      9795         0     93539     43014   1397549     12.77     13.47
2009.62/503.13	c  N dy 10436   3398605       186      9795         0    113358     43014   1781322     12.77     13.55
2025.62/507.16	c  N dy 10512   3418956       186      9795         0    132709     43014   2158404     12.77     13.49
2043.60/511.61	c  N dy 10591   3439208       186      9795         0    151939     43014   2529880     12.77     13.51
2058.76/515.46	c  N dy 10669   3460112       186      9795         0     94974     43014   1428193     12.77     13.46
2073.14/519.06	c  N dy 10750   3480537       186      9795         0    114432     43014   1806675     12.78     13.47
2091.53/523.64	c  N dy 10813   3505096       186      9795         0    137687     43014   2249865     12.77     13.58
2110.29/528.37	c  N dy 10860   3525413       186      9795         0     79142     43014   1108719     12.77     13.52
2123.08/531.53	c  N dy 10936   3545512       186      9795         0     98042     43014   1472242     12.77     13.51
2137.85/535.20	c  N dy 11009   3566588       186      9795         0    117956     43014   1850007     12.77     13.59
2153.46/539.14	c  N dy 11075   3586784       186      9795         0    137118     43014   2221801     12.76     13.50
2170.62/543.47	c  N dy 11132   3606790       186      9795         0    156055     43014   2583209     12.76     13.60
2186.19/547.33	c  N dy 11182   3627842       186      9795         0     97386     43014   1448805     12.76     13.53
2200.17/550.89	c  N dy 11239   3648506       186      9795         0    117030     43014   1826588     12.76     13.49
2217.34/555.10	c  N dy 11307   3669759       186      9795         0    137212     43014   2219509     12.76     13.48
2235.32/559.61	c  N dy 11347   3691341       186      9795         0    157478     43014   2598153     12.75     13.50
2253.70/564.20	c  N dy 11431   3711410       186      9795         0     97075     43014   1455468     12.75     14.43
2254.52/564.42	c  S st 11438   3712329       186      9795         0     97960     43014   1473681     12.75     12.11
2254.89/564.58	c  S st 11438   3712840       186      9795         0     98461     43014   1484588     12.75   no data
2254.89/564.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2255.29/564.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2255.29/564.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2255.29/564.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2255.29/564.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2255.29/564.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
2255.29/564.66	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2255.29/564.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2255.69/564.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2271.69/568.76	c lits-rem:       288  cl-subs:     2567  v-elim:      0  v-fix:    0  time:  4.02 s
2271.69/568.76	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
2271.69/568.79	c vivif2 --  cl tried    95894 cl shrink        0 lits rem          0 time: 0.03
2273.67/569.23	c asymm  cl-useful: 0/1838/9795 lits-rem:0 time: 0.44
2273.67/569.24	c calculated reachability. Time: 0.00
2273.67/569.24	c  N dy 11438   3712840       186      9795         0     95894     43014   1446541     12.75   no data
2290.84/573.51	c  N dy 11513   3733436       186      9795         0    115446     43014   1829253     12.75     13.57
2304.82/577.01	c  F st 11553   3751563       186      9795         0    132487     43014   2144727     12.75     10.69
2306.42/577.40	c  N st 11557   3753594       186      9795         0    134413     43014   2182974     12.75   no data
2325.99/582.38	c  N dy 11627   3776122       186      9795         0    155829     43014   2594438     12.75     13.45
2343.57/586.70	c  N dy 11713   3796937       186      9795         0     95020     43014   1411750     12.75     13.44
2357.95/590.34	c  N dy 11787   3817253       186      9795         0    114350     43014   1782181     12.75     13.45
2374.73/594.53	c  N dy 11881   3837317       186      9795         0    133459     43014   2164442     12.75     14.26
2395.50/599.71	c  N dy 11962   3858568       186      9795         0    153623     43014   2555783     12.75     13.46
2413.47/604.26	c  N dy 12028   3878828       186      9795         0     91307     43014   1332293     12.75     13.43
2426.66/607.56	c  N dy 12066   3899091       186      9795         0    110457     43014   1693060     12.75     13.46
2441.84/611.38	c  N dy 12122   3919128       186      9795         0    129484     43014   2053947     12.75     13.55
2458.62/615.57	c  N dy 12174   3939237       186      9795         0    148572     43014   2416041     12.74     13.51
2481.78/621.34	c  N dy 12239   3963132       186      9795         0     88759     43014   1264588     12.74     13.51
2494.57/624.54	c  N dy 12302   3983155       186      9795         0    107664     43014   1623966     12.74     13.50
2511.74/628.87	c  N dy 12364   4005959       186      9795         0    129249     43014   2040688     12.74     13.53
2528.12/632.95	c  N dy 12408   4026865       186      9795         0    149074     43014   2417306     12.73     13.46
2550.08/638.44	c  N dy 12493   4047386       186      9795         0     85187     43014   1191949     12.73     13.42
2562.47/641.59	c  N dy 12561   4067579       186      9795         0    104223     43014   1552281     12.73     13.43
2578.46/645.58	c  N dy 12638   4088558       186      9795         0    124124     43014   1931482     12.73     13.47
2594.03/649.49	c  N dy 12684   4108866       186      9795         0    143317     43014   2294546     12.73     13.42
2612.81/654.15	c  N dy 12745   4129614       186      9795         0    162893     43014   2666741     12.73     13.41
2629.98/658.46	c  N dy 12802   4149800       186      9795         0     97729     43014   1418607     12.73     13.50
2644.77/662.18	c  N dy 12886   4170071       186      9795         0    116946     43014   1793682     12.73     13.42
2660.34/666.05	c  N dy 12936   4190160       186      9795         0    136056     43014   2157073     12.73     14.18
2678.31/670.58	c  N dy 12992   4212469       186      9795         0    156960     43014   2545664     12.72     13.48
2679.11/670.70	c  S st 12996   4212841       186      9795         0    157304     43014   2552610     12.72   no data
2679.51/670.86	c  S st 12996   4213345       186      9795         0    157803     43014   2564225     12.72   no data
2679.51/670.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2679.91/670.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.07
2679.91/670.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2679.91/670.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2679.91/670.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2679.91/670.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
2679.91/670.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2679.91/670.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2680.32/671.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2727.04/682.79	c lits-rem:      1368  cl-subs:    13282  v-elim:      0  v-fix:    0  time: 11.72 s
2727.04/682.79	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
2727.44/682.82	c vivif2 --  cl tried   144521 cl shrink        0 lits rem          0 time: 0.03
2728.65/683.19	c asymm  cl-useful: 0/1480/9795 lits-rem:0 time: 0.37
2728.65/683.20	c calculated reachability. Time: 0.00
2728.65/683.20	c  N dy 12996   4213345       186      9795         0    144521     43014   2377636     12.72   no data
2746.64/687.69	c  N dy 13034   4233998       186      9795         0    164005     43014   2746091     12.72     13.51
2764.99/692.22	c  N dy 13122   4254064       186      9795         0     98353     43014   1431118     12.72     13.77
2779.77/695.94	c  N dy 13194   4274611       186      9795         0    117787     43014   1803320     12.72     13.46
2795.35/699.85	c  N dy 13243   4294713       186      9795         0    136794     43014   2159120     12.72     13.39
2813.73/704.43	c  N dy 13303   4314758       186      9795         0    155764     43014   2516921     12.72     17.67
2838.09/710.52	c  N dy 13373   4335314       186      9795         0     89345     43014   1244372     12.72     13.48
2853.67/714.41	c  N dy 13435   4358441       186      9795         0    111265     43014   1656736     12.71     13.42
2869.27/718.31	c  N dy 13503   4378477       186      9795         0    130138     43014   2015565     12.71     14.88
2886.03/722.51	c  N dy 13554   4399280       186      9795         0    149816     43014   2390483     12.71     13.40
2906.01/727.54	c  N dy 13614   4420858       186      9795         0    170245     43014   2776950     12.71     13.42
2924.37/732.11	c  N dy 13672   4443311       186      9795         0    104323     43014   1514101     12.70     13.41
2939.57/735.95	c  N dy 13752   4463922       186      9795         0    123888     43014   1893084     12.70     13.68
2955.93/740.01	c  N dy 13812   4484362       186      9795         0    143199     43014   2259824     12.70     13.68
2973.91/744.50	c  N dy 13877   4504479       186      9795         0    162267     43014   2625575     12.70     13.39
2995.49/749.98	c  N dy 13959   4525085       186      9795         0     93913     43014   1317037     12.70     13.45
3010.65/753.73	c  N dy 14056   4545434       186      9795         0    113301     43014   1692490     12.70     13.39
3027.46/757.92	c  N dy 14091   4568813       186      9795         0    135251     43014   2095353     12.70     13.42
3045.04/762.33	c  N dy 14165   4588882       186      9795         0    154306     43014   2457414     12.70     15.56
3063.79/767.06	c  N dy 14220   4608949       186      9795         0    173358     43014   2815966     12.70     13.37
3082.56/771.71	c  N dy 14297   4629358       186      9795         0    103671     43014   1490206     12.69     13.37
3096.54/775.26	c  N dy 14345   4649632       186      9795         0    122840     43014   1850607     12.69     13.46
3112.51/779.29	c  N dy 14416   4669699       186      9795         0    141836     43014   2219164     12.69     14.02
3132.49/784.23	c  N dy 14493   4690120       186      9795         0    161182     43014   2587289     12.69     13.37
3158.46/790.80	c  N dy 14559   4710168       186      9795         0     90270     43014   1233269     12.69     15.57
3160.86/791.34	c  S st 14572   4713345       186      9795         0     93295     43014   1292758     12.69   no data
3161.25/791.47	c  S st 14572   4713848       186      9795         0     93796     43014   1304447     12.69   no data
3161.25/791.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3161.65/791.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
3161.65/791.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3161.65/791.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3161.65/791.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3161.65/791.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
3161.65/791.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3161.65/791.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3162.05/791.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3166.84/792.86	c lits-rem:        50  cl-subs:      446  v-elim:      0  v-fix:    0  time:  1.26 s
3166.84/792.87	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
3166.84/792.89	c vivif2 --  cl tried    93350 cl shrink        0 lits rem          0 time: 0.03
3168.46/793.21	c asymm  cl-useful: 0/2403/9795 lits-rem:0 time: 0.32
3168.46/793.21	c calculated reachability. Time: 0.00
3168.46/793.21	c  N dy 14572   4713848       186      9795         0     93350     43014   1297790     12.69   no data
3184.02/797.12	c  N dy 14640   4735408       186      9795         0    113751     43014   1678511     12.69     13.42
3200.79/801.35	c  N dy 14710   4756771       186      9795         0    133959     43014   2058650     12.69     13.37
3217.97/805.64	c  N dy 14766   4777364       186      9795         0    153365     43014   2421538     12.69     13.43
3237.15/810.40	c  N dy 14832   4797870       186      9795         0    172831     43014   2797925     12.69     13.38
3257.12/815.40	c  N dy 14913   4818161       186      9795         0    101249     43014   1440366     12.69     13.45
3270.70/818.84	c  N dy 14936   4838231       186      9795         0    119982     43014   1771634     12.68     15.01
3289.07/823.42	c  N dy 14992   4860516       186      9795         0    141172     43014   2176213     12.68     13.36
3309.45/828.50	c  N dy 15033   4880536       186      9795         0    159939     43014   2521678     12.68     15.04
3333.41/834.56	c  N dy 15110   4901500       186      9795         0    179746     43014   2899923     12.68     13.40
3350.99/838.99	c  N dy 15172   4921515       186      9795         0    106938     43014   1533584     12.67     15.62
3366.20/842.77	c  N dy 15242   4941753       186      9795         0    126108     43014   1897932     12.67     13.35
3382.95/846.99	c  N dy 15305   4961821       186      9795         0    145072     43014   2262235     12.67     18.66
3400.52/851.39	c  N dy 15364   4981918       186      9795         0    164168     43014   2622878     12.67     13.60
3422.49/856.84	c  N dy 15453   5002677       186      9795         0    183885     43014   3001887     12.67     13.36
3440.07/861.26	c  N dy 15525   5022712       186      9795         0    110119     43014   1591860     12.67     14.27
3456.05/865.23	c  N dy 15604   5042764       186      9795         0    129097     43014   1947902     12.67     13.70
3473.63/869.62	c  N dy 15667   5063417       186      9795         0    148721     43014   2322807     12.67     13.42
3492.40/874.35	c  N dy 15730   5083483       186      9795         0    167631     43014   2675392     12.67     15.29
3512.77/879.49	c  N dy 15795   5104225       186      9795         0    187300     43014   3051390     12.67     13.50
3531.15/884.01	c  N dy 15873   5124619       186      9795         0    112981     43014   1643757     12.67     13.39
3556.71/890.49	c  N dy 15933   5158108       186      9795         0    144350     43014   2200412     12.66     13.41
3575.49/895.10	c  N dy 15979   5178521       186      9795         0    163651     43014   2560489     12.66     13.39
3594.28/899.82	c  N dy 16036   5198587       186      9795         0    182622     43014   2920389     12.66     13.38
3611.04/904.02	c  S st 16114   5213849       186      9795         0    102615     43014   1439212     12.66     11.19
3611.44/904.16	c  S st 16114   5214353       186      9795         0    103118     43014   1450391     12.66   no data
3611.44/904.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3611.86/904.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
3611.86/904.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3611.86/904.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3611.86/904.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3611.86/904.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
3611.86/904.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3611.86/904.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3611.86/904.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3619.43/906.16	c lits-rem:       183  cl-subs:     1401  v-elim:      0  v-fix:    0  time:  1.86 s
3619.43/906.16	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
3619.43/906.19	c vivif2 --  cl tried   101717 cl shrink        0 lits rem          0 time: 0.03
3621.05/906.58	c asymm  cl-useful: 0/1920/9795 lits-rem:0 time: 0.39
3621.05/906.58	c calculated reachability. Time: 0.00
3621.05/906.58	c  N dy 16114   5214353       186      9795         0    101717     43014   1430162     12.66   no data
3640.19/911.35	c  N dy 16182   5234781       186      9795         0    121043     43014   1796995     12.66     13.35
3658.58/915.96	c  N dy 16256   5254813       186      9795         0    140050     43014   2159818     12.66     16.91
3679.34/921.19	c  N dy 16309   5277918       186      9795         0    161818     43014   2559106     12.66     13.35
3702.11/926.80	c  N dy 16373   5301240       186      9795         0    183973     43014   2975049     12.65     13.37
3722.89/932.00	c  N dy 16434   5322336       186      9795         0    108462     43014   1536439     12.65     13.35
3738.07/935.89	c  N dy 16481   5343055       186      9795         0    128151     43014   1902952     12.65     13.36
3755.24/940.15	c  N dy 16553   5363381       186      9795         0    147371     43014   2269751     12.65     13.45
3772.81/944.50	c  N dy 16585   5383437       186      9795         0    166141     43014   2613166     12.65     13.36
3795.59/950.21	c  N dy 16678   5403518       186      9795         0    185248     43014   2983076     12.65     13.37
3818.78/956.06	c  N dy 16737   5423645       186      9795         0    107826     43014   1523783     12.65     13.37
3836.35/960.42	c  N dy 16822   5443719       186      9795         0    126897     43014   1888184     12.65     13.56
3854.30/964.91	c  N dy 16888   5464583       186      9795         0    146593     43014   2267474     12.65     13.32
3873.09/969.62	c  N dy 16948   5485328       186      9795         0    166184     43014   2642235     12.65     13.40
3893.48/974.75	c  N dy 17009   5505363       186      9795         0    185187     43014   3004347     12.65     13.47
3914.23/979.96	c  N dy 17064   5525784       186      9795         0    107069     43014   1501330     12.65     13.36
3928.62/983.57	c  N dy 17110   5545866       186      9795         0    126069     43014   1852804     12.64     13.35
3944.59/987.57	c  N dy 17170   5565947       186      9795         0    145123     43014   2211015     12.64     13.31
3962.57/992.09	c  N dy 17242   5586044       186      9795         0    164246     43014   2575434     12.64     14.95
3984.14/997.49	c  N dy 17285   5608389       186      9795         0    185235     43014   2961954     12.64     13.32
4006.50/1003.09	c  N dy 17345   5628392       186      9795         0    105709     43014   1468129     12.64     13.32
4021.28/1006.75	c  N dy 17411   5648488       186      9795         0    124862     43014   1835043     12.64     14.24
4038.07/1010.93	c  N dy 17477   5668620       186      9795         0    143933     43014   2195320     12.64     13.33
4056.05/1015.48	c  N dy 17533   5689367       186      9795         0    163395     43014   2555277     12.63     13.33
4078.02/1020.90	c  N dy 17615   5709733       186      9795         0    182704     43014   2925872     12.63     13.33
4083.19/1022.20	c  S st 17636   5714353       186      9795         0    187104     43014   3010831     12.64     11.81
4083.59/1022.40	c  S st 17636   5714855       186      9795         0    187604     43014   3021911     12.64   no data
4083.99/1022.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4084.39/1022.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.09
4084.39/1022.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4084.39/1022.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4084.39/1022.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4084.39/1022.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
4084.39/1022.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4084.39/1022.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4084.80/1022.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4144.31/1037.53	c lits-rem:      1245  cl-subs:    15288  v-elim:      0  v-fix:    0  time: 14.89 s
4144.31/1037.53	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
4144.31/1037.57	c vivif2 --  cl tried   172316 cl shrink        0 lits rem          0 time: 0.04
4145.91/1037.95	c asymm  cl-useful: 0/1497/9795 lits-rem:0 time: 0.38
4145.91/1037.96	c calculated reachability. Time: 0.00
4145.91/1037.96	c  N dy 17636   5714855       186      9795         0    172316     43014   2804466     12.64   no data
4166.67/1043.15	c  N dy 17689   5734934       186      9795         0    191238     43014   3156016     12.63     15.75
4187.47/1048.38	c  N dy 17756   5755965       186      9795         0    112188     43014   1589754     12.63     13.37
4210.62/1054.19	c  N dy 17820   5786461       186      9795         0    141047     43014   2127208     12.63     13.34
4229.80/1058.91	c  N dy 17867   5808161       186      9795         0    161504     43014   2506939     12.63     13.30
4249.77/1063.92	c  N dy 17927   5828325       186      9795         0    180527     43014   2859559     12.63     13.32
4269.74/1068.95	c  N dy 17955   5848430       186      9795         0    199481     43014   3202450     12.62     13.32
4288.12/1073.51	c  N dy 18006   5868950       186      9795         0    119028     43014   1714922     12.62     13.34
4304.50/1077.65	c  N dy 18075   5889200       186      9795         0    138149     43014   2076241     12.62     13.35
4326.46/1083.19	c  N dy 18150   5910460       186      9795         0    158208     43014   2457179     12.62     13.36
4346.83/1088.27	c  N dy 18227   5930499       186      9795         0    177195     43014   2813619     12.62     13.66
4370.00/1094.09	c  N dy 18283   5953078       186      9795         0    198438     43014   3211468     12.62     13.31
4391.18/1099.32	c  N dy 18384   5973739       186      9795         0    117033     43014   1676941     12.62     13.54
4408.75/1103.71	c  N dy 18443   5995668       186      9795         0    137798     43014   2063260     12.62     13.36
4425.15/1107.89	c  N dy 18492   6015747       186      9795         0    156824     43014   2422332     12.62     13.37
4448.29/1113.62	c  N dy 18541   6041640       186      9795         0    181247     43014   2874591     12.61     13.28
4470.26/1119.10	c  N dy 18601   6061985       186      9795         0    200490     43014   3238582     12.61     13.34
4489.84/1124.07	c  N dy 18661   6082081       186      9795         0    117316     43014   1665127     12.61     13.47
4506.22/1128.19	c  N dy 18733   6102109       186      9795         0    136363     43014   2028885     12.61     14.59
4523.79/1132.56	c  N dy 18792   6122137       186      9795         0    155177     43014   2380239     12.61     13.37
4544.16/1137.61	c  N dy 18872   6142189       186      9795         0    174244     43014   2746558     12.61     13.95
4566.14/1143.12	c  N dy 18945   6162626       186      9795         0    193692     43014   3118027     12.61     13.32
4589.70/1149.03	c  N dy 19010   6182787       186      9795         0    109679     43014   1513553     12.61     13.34
4604.91/1152.90	c  N dy 19072   6203062       186      9795         0    128929     43014   1879529     12.61     13.28
4615.27/1155.46	c  S st 19114   6214855       186      9795         0    140125     43014   2095386     12.61   no data
4616.07/1155.63	c  S st 19114   6215357       186      9795         0    140625     43014   2105848     12.61   no data
4616.07/1155.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4616.47/1155.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.08
4616.47/1155.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4616.47/1155.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4616.47/1155.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4616.47/1155.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
4616.47/1155.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4616.47/1155.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4616.87/1155.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4664.41/1167.76	c lits-rem:       759  cl-subs:     6128  v-elim:      0  v-fix:    0  time: 11.93 s
4664.41/1167.76	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
4664.80/1167.81	c vivif2 --  cl tried   134497 cl shrink        0 lits rem          0 time: 0.05
4666.82/1168.36	c asymm  cl-useful: 0/1091/9795 lits-rem:0 time: 0.55
4666.82/1168.36	c calculated reachability. Time: 0.00
4666.82/1168.36	c  N dy 19114   6215357       186      9795         0    134497     43014   2017039     12.61   no data
4690.77/1174.34	c  N dy 19170   6236433       186      9795         0    154351     43014   2382851     12.61     13.29
4712.73/1179.86	c  N dy 19241   6257044       186      9795         0    173810     43014   2749673     12.61     13.29
4735.90/1185.66	c  N dy 19308   6278238       186      9795         0    193977     43014   3128516     12.61     13.30
4759.10/1191.49	c  N dy 19352   6298313       186      9795         0    108947     43014   1495338     12.60     13.40
4774.65/1195.32	c  N dy 19412   6318826       186      9795         0    128359     43014   1861499     12.60     13.41
4792.63/1199.84	c  N dy 19496   6339838       186      9795         0    148307     43014   2243541     12.60     13.27

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

running on 4 cores: 0,2,4,6

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.13 8.06 8.01 6/180 8091
/proc/meminfo: memFree=30194088/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 602574207 52441088 352 33554432000 4194304 4627427 140737261731600 18446744073709551615 47000558942134 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 12803 352 303 106 0 7774 0
[pid=8091/tid=8092] ppid=8089 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 602574207 52441088 352 33554432000 4194304 4627427 140737261731600 18446744073709551615 47000558942130 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 4 0 602574207 52441088 352 33554432000 4194304 4627427 140737261731600 18446744073709551615 260905394107 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 602574208 52441088 352 33554432000 4194304 4627427 140737261731600 18446744073709551615 260900441174 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0315661 s]
/proc/loadavg: 8.13 8.06 8.01 6/180 8091
/proc/meminfo: memFree=30194088/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=282224 CPUtime=0.1 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 1575 0 0 0 10 0 0 0 25 0 4 0 602574207 288997376 1485 33554432000 4194304 4627427 140737261731600 18446744073709551615 4308615 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 70556 1485 363 106 0 65527 0
[pid=8091/tid=8092] ppid=8089 vsize=282224 CPUtime=0.02 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 253 0 0 0 2 0 0 0 25 0 4 0 602574207 288997376 1485 33554432000 4194304 4627427 140737261731600 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=282224 CPUtime=0.02 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 301 0 0 0 2 0 0 0 25 0 4 0 602574207 288997376 1485 33554432000 4194304 4627427 140737261731600 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=282224 CPUtime=0.02 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 311 0 0 0 2 0 0 0 25 0 4 0 602574208 288997376 1485 33554432000 4194304 4627427 140737261731600 18446744073709551615 4327583 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 282224

[startup+0.268963 s]
/proc/loadavg: 8.13 8.06 8.01 6/180 8091
/proc/meminfo: memFree=30194088/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=295324 CPUtime=1.04 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 4216 0 0 0 104 0 0 0 25 0 4 0 602574207 302411776 3134 33554432000 4194304 4627427 140737261731600 18446744073709551615 4506933 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 73831 3134 385 106 0 68802 0
[pid=8091/tid=8092] ppid=8089 vsize=295324 CPUtime=0.26 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 964 0 0 0 26 0 0 0 18 0 4 0 602574207 302411776 3134 33554432000 4194304 4627427 140737261731600 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=295324 CPUtime=0.26 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 1080 0 0 0 26 0 0 0 18 0 4 0 602574207 302411776 3134 33554432000 4194304 4627427 140737261731600 18446744073709551615 260905437319 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=295324 CPUtime=0.26 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 625 0 0 0 26 0 0 0 25 0 4 0 602574208 302411776 3134 33554432000 4194304 4627427 140737261731600 18446744073709551615 4327592 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 295324

[startup+0.300518 s]
/proc/loadavg: 8.13 8.06 8.01 6/180 8091
/proc/meminfo: memFree=30194088/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=287120 CPUtime=1.17 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 4430 0 0 0 117 0 0 0 25 0 4 0 602574207 294010880 3150 33554432000 4194304 4627427 140737261731600 18446744073709551615 4327570 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 71780 3150 385 106 0 66751 0
[pid=8091/tid=8092] ppid=8089 vsize=287120 CPUtime=0.29 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 1120 0 0 0 29 0 0 0 18 0 4 0 602574207 294010880 3150 33554432000 4194304 4627427 140737261731600 18446744073709551615 4308280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=287120 CPUtime=0.29 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 1100 0 0 0 29 0 0 0 18 0 4 0 602574207 294010880 3151 33554432000 4194304 4627427 140737261731600 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=287120 CPUtime=0.29 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 644 0 0 0 29 0 0 0 25 0 4 0 602574208 294010880 3151 33554432000 4194304 4627427 140737261731600 18446744073709551615 4327640 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 287120

[startup+0.700445 s]
/proc/loadavg: 8.13 8.06 8.01 6/180 8091
/proc/meminfo: memFree=30194088/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=288212 CPUtime=2.78 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 6117 0 0 0 277 1 0 0 25 0 4 0 602574207 295129088 3787 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 72053 3787 385 106 0 67024 0
[pid=8091/tid=8092] ppid=8089 vsize=288212 CPUtime=0.69 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 1564 0 0 0 69 0 0 0 18 0 4 0 602574207 295129088 3787 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=288212 CPUtime=0.69 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 1508 0 0 0 69 0 0 0 18 0 4 0 602574207 295129088 3787 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=288212 CPUtime=0.69 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 1065 0 0 0 69 0 0 0 25 0 4 0 602574208 295129088 3787 33554432000 4194304 4627427 140737261731600 18446744073709551615 4308282 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 288212

[startup+1.5003 s]
/proc/loadavg: 8.20 8.07 8.01 9/184 8095
/proc/meminfo: memFree=30166528/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=289560 CPUtime=5.97 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 9614 0 0 0 596 1 0 0 25 0 4 0 602574207 296509440 4537 33554432000 4194304 4627427 140737261731600 18446744073709551615 4308343 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 72390 4537 386 106 0 67361 0
[pid=8091/tid=8092] ppid=8089 vsize=289560 CPUtime=1.48 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 2448 0 0 0 148 0 0 0 20 0 4 0 602574207 296509440 4537 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=289560 CPUtime=1.49 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 2354 0 0 0 149 0 0 0 19 0 4 0 602574207 296509440 4537 33554432000 4194304 4627427 140737261731600 18446744073709551615 4310378 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=289560 CPUtime=1.49 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 1916 0 0 0 149 0 0 0 25 0 4 0 602574208 296509440 4537 33554432000 4194304 4627427 140737261731600 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 289560

[startup+3.10101 s]
/proc/loadavg: 8.20 8.07 8.01 9/184 8095
/proc/meminfo: memFree=30138256/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=302988 CPUtime=12.37 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 20169 0 0 0 1233 4 0 0 25 0 4 0 602574207 310259712 11055 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309160 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 75747 11055 390 106 0 70718 0
[pid=8091/tid=8092] ppid=8089 vsize=302988 CPUtime=3.07 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 4712 0 0 0 307 0 0 0 25 0 4 0 602574207 310259712 11055 33554432000 4194304 4627427 140737261731600 18446744073709551615 4334639 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=302988 CPUtime=3.08 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 5348 0 0 0 308 0 0 0 25 0 4 0 602574207 310259712 11056 33554432000 4194304 4627427 140737261731600 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=302988 CPUtime=3.08 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 4768 0 0 0 308 0 0 0 25 0 4 0 602574208 310259712 11056 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 302988

[startup+6.30042 s]
/proc/loadavg: 8.20 8.07 8.01 9/184 8095
/proc/meminfo: memFree=30098080/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=309852 CPUtime=25.14 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 31771 0 0 0 2508 6 0 0 25 0 4 0 602574207 317288448 13320 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309111 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 77463 13320 393 106 0 72434 0
[pid=8091/tid=8092] ppid=8089 vsize=309852 CPUtime=6.26 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 8264 0 0 0 625 1 0 0 25 0 4 0 602574207 317288448 13320 33554432000 4194304 4627427 140737261731600 18446744073709551615 4327622 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=309852 CPUtime=6.28 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 8580 0 0 0 627 1 0 0 25 0 4 0 602574207 317288448 13320 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=309852 CPUtime=6.29 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 7098 0 0 0 628 1 0 0 25 0 4 0 602574208 317288448 13320 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 309852

[startup+12.7002 s]
/proc/loadavg: 8.24 8.09 8.02 9/184 8095
/proc/meminfo: memFree=30062876/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=317796 CPUtime=50.7 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 50780 0 0 0 5061 9 0 0 25 0 4 0 602574207 325423104 17841 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 79449 17841 393 106 0 74420 0
[pid=8091/tid=8092] ppid=8089 vsize=317796 CPUtime=12.62 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 12438 0 0 0 1261 1 0 0 25 0 4 0 602574207 325423104 17841 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=317796 CPUtime=12.69 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 12548 0 0 0 1267 2 0 0 25 0 4 0 602574207 325423104 17841 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=317796 CPUtime=12.69 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 12061 0 0 0 1267 2 0 0 25 0 4 0 602574208 325423104 17841 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 317796

[startup+25.5009 s]
/proc/loadavg: 8.20 8.08 8.02 9/184 8095
/proc/meminfo: memFree=30027760/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=327060 CPUtime=101.83 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 79777 0 0 0 10166 17 0 0 25 0 4 0 602574207 334909440 22695 33554432000 4194304 4627427 140737261731600 18446744073709551615 4327424 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 81765 22695 394 106 0 76736 0
[pid=8091/tid=8092] ppid=8089 vsize=327060 CPUtime=25.35 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 20227 0 0 0 2532 3 0 0 25 0 4 0 602574207 334909440 22695 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=327060 CPUtime=25.48 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 20341 0 0 0 2544 4 0 0 25 0 4 0 602574207 334909440 22695 33554432000 4194304 4627427 140737261731600 18446744073709551615 4333052 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=327060 CPUtime=25.48 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 18159 0 0 0 2545 3 0 0 25 0 4 0 602574208 334909440 22695 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 327060

[startup+51.1012 s]
/proc/loadavg: 8.20 8.09 8.02 9/184 8096
/proc/meminfo: memFree=29977688/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=339200 CPUtime=204.11 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 127085 0 0 0 20383 28 0 0 25 0 4 0 602574207 347340800 29088 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 84800 29088 393 106 0 79771 0
[pid=8091/tid=8092] ppid=8089 vsize=339200 CPUtime=50.82 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 32808 0 0 0 5076 6 0 0 25 0 4 0 602574207 347340800 29088 33554432000 4194304 4627427 140737261731600 18446744073709551615 4333279 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=339200 CPUtime=51.08 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 32253 0 0 0 5102 6 0 0 25 0 4 0 602574207 347340800 29088 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=339200 CPUtime=51.08 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 29261 0 0 0 5103 5 0 0 25 0 4 0 602574208 347340800 29088 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 339200

[startup+102.301 s]
/proc/loadavg: 8.16 8.09 8.02 9/184 8097
/proc/meminfo: memFree=29908828/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=355668 CPUtime=408.63 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 204249 0 0 0 40819 44 0 0 25 0 4 0 602574207 364204032 37219 33554432000 4194304 4627427 140737261731600 18446744073709551615 4507218 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 88917 37219 398 106 0 83888 0
[pid=8091/tid=8092] ppid=8089 vsize=355668 CPUtime=101.75 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 50382 0 0 0 10166 9 0 0 25 0 4 0 602574207 364204032 37219 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=355668 CPUtime=102.28 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 51725 0 0 0 10217 11 0 0 25 0 4 0 602574207 364204032 37219 33554432000 4194304 4627427 140737261731600 18446744073709551615 4308824 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=355668 CPUtime=102.29 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 49062 0 0 0 10220 9 0 0 25 0 4 0 602574208 364204032 37219 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 355668

[startup+162.301 s]

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

[pid=8091] ppid=8089 vsize=446356 CPUtime=2565.67 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 697767 0 0 0 256383 184 0 0 25 0 4 0 602574207 457068544 75232 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 111589 75232 390 106 0 106560 0
[pid=8091/tid=8092] ppid=8089 vsize=446356 CPUtime=638.83 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 176033 0 0 0 63839 44 0 0 25 0 4 0 602574207 457068544 75232 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=446356 CPUtime=642.28 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 177153 0 0 0 64183 45 0 0 25 0 4 0 602574207 457068544 75232 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=446356 CPUtime=642.3 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 169315 0 0 0 64186 44 0 0 25 0 4 0 602574208 457068544 75232 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.67
Current children cumulated vsize (KiB) 446356

[startup+702.301 s]
/proc/loadavg: 8.17 8.18 8.08 9/184 8116
/proc/meminfo: memFree=29523664/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=564504 CPUtime=2805.34 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 746348 0 0 0 280335 199 0 0 25 0 4 0 602574207 578052096 85454 33554432000 4194304 4627427 140737261731600 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 141126 85454 390 106 0 136097 0
[pid=8091/tid=8092] ppid=8089 vsize=564504 CPUtime=698.49 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 186389 0 0 0 69801 48 0 0 25 0 4 0 602574207 578052096 85454 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=564504 CPUtime=702.28 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 192866 0 0 0 70179 49 0 0 25 0 4 0 602574207 578052096 85454 33554432000 4194304 4627427 140737261731600 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=564504 CPUtime=702.3 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 179483 0 0 0 70182 48 0 0 25 0 4 0 602574208 578052096 85454 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.34
Current children cumulated vsize (KiB) 564504

[startup+762.301 s]
/proc/loadavg: 8.10 8.16 8.08 9/184 8118
/proc/meminfo: memFree=29509596/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=580508 CPUtime=3045.04 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 787577 0 0 0 304291 213 0 0 25 0 4 0 602574207 594440192 83193 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 145127 83193 390 106 0 140098 0
[pid=8091/tid=8092] ppid=8089 vsize=580508 CPUtime=758.18 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 196908 0 0 0 75766 52 0 0 25 0 4 0 602574207 594440192 83193 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=580508 CPUtime=762.29 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 202612 0 0 0 76176 53 0 0 25 0 4 0 602574207 594440192 83193 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=580508 CPUtime=762.31 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 190202 0 0 0 76180 51 0 0 25 0 4 0 602574208 594440192 83193 33554432000 4194304 4627427 140737261731600 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.04
Current children cumulated vsize (KiB) 580508

[startup+822.301 s]
/proc/loadavg: 8.07 8.14 8.08 9/184 8119
/proc/meminfo: memFree=29483148/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=582088 CPUtime=3284.68 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 827133 0 0 0 328241 227 0 0 25 0 4 0 602574207 596058112 89663 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 145522 89663 394 106 0 140493 0
[pid=8091/tid=8092] ppid=8089 vsize=582088 CPUtime=817.84 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 205635 0 0 0 81730 54 0 0 25 0 4 0 602574207 596058112 89663 33554432000 4194304 4627427 140737261731600 18446744073709551615 4327687 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=582088 CPUtime=822.28 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 214894 0 0 0 82171 57 0 0 25 0 4 0 602574207 596058112 89663 33554432000 4194304 4627427 140737261731600 18446744073709551615 4420136 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=582088 CPUtime=822.3 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 198192 0 0 0 82176 54 0 0 25 0 4 0 602574208 596058112 89663 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.68
Current children cumulated vsize (KiB) 582088

[startup+882.307 s]
/proc/loadavg: 8.06 8.13 8.08 9/184 8121
/proc/meminfo: memFree=29482232/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=582840 CPUtime=3524.38 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 865505 0 0 0 352198 240 0 0 25 0 4 0 602574207 596828160 86924 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 145710 86924 394 106 0 140681 0
[pid=8091/tid=8092] ppid=8089 vsize=582840 CPUtime=877.52 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 215919 0 0 0 87695 57 0 0 25 0 4 0 602574207 596828160 86924 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=582840 CPUtime=882.28 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 222646 0 0 0 88169 59 0 0 25 0 4 0 602574207 596828160 86924 33554432000 4194304 4627427 140737261731600 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=582840 CPUtime=882.31 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 208523 0 0 0 88173 58 0 0 25 0 4 0 602574208 596828160 86924 33554432000 4194304 4627427 140737261731600 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.38
Current children cumulated vsize (KiB) 582840

[startup+942.301 s]
/proc/loadavg: 8.02 8.10 8.08 9/184 8123
/proc/meminfo: memFree=29473120/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=587204 CPUtime=3764.03 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 901874 0 0 0 376150 253 0 0 25 0 4 0 602574207 601296896 89345 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 146801 89345 392 106 0 141772 0
[pid=8091/tid=8092] ppid=8089 vsize=587204 CPUtime=937.2 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 225023 0 0 0 93659 61 0 0 25 0 4 0 602574207 601296896 89345 33554432000 4194304 4627427 140737261731600 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=587204 CPUtime=942.28 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 233113 0 0 0 94166 62 0 0 25 0 4 0 602574207 601296896 89346 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309085 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=587204 CPUtime=942.31 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 216394 0 0 0 94170 61 0 0 25 0 4 0 602574208 601296896 89346 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.03
Current children cumulated vsize (KiB) 587204

[startup+1002.3 s]
/proc/loadavg: 8.00 8.08 8.07 9/184 8124
/proc/meminfo: memFree=29470608/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=587904 CPUtime=4003.7 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 940425 0 0 0 400105 265 0 0 25 0 4 0 602574207 602013696 88226 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 146976 88226 392 106 0 141947 0
[pid=8091/tid=8092] ppid=8089 vsize=587904 CPUtime=996.87 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 233809 0 0 0 99623 64 0 0 25 0 4 0 602574207 602013696 88226 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=587904 CPUtime=1002.28 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 242531 0 0 0 100163 65 0 0 25 0 4 0 602574207 602013696 88226 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309197 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=587904 CPUtime=1002.3 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 226613 0 0 0 100166 64 0 0 25 0 4 0 602574208 602013696 88226 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.7
Current children cumulated vsize (KiB) 587904

[startup+1062.3 s]
/proc/loadavg: 8.00 8.06 8.07 9/184 8126
/proc/meminfo: memFree=29441284/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=589656 CPUtime=4243.38 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 976914 0 0 0 424059 279 0 0 25 0 4 0 602574207 603807744 92350 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 147414 92350 392 106 0 142385 0
[pid=8091/tid=8092] ppid=8089 vsize=589656 CPUtime=1056.55 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 243655 0 0 0 105588 67 0 0 25 0 4 0 602574207 603807744 92350 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=589656 CPUtime=1062.29 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 251036 0 0 0 106159 70 0 0 25 0 4 0 602574207 603807744 92350 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=589656 CPUtime=1062.31 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 234901 0 0 0 106163 68 0 0 25 0 4 0 602574208 603807744 92350 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.38
Current children cumulated vsize (KiB) 589656

[startup+1122.3 s]
/proc/loadavg: 8.00 8.05 8.06 9/184 8127
/proc/meminfo: memFree=29439400/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=590300 CPUtime=4483.05 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 1013930 0 0 0 448015 290 0 0 25 0 4 0 602574207 604467200 92226 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 147575 92226 392 106 0 142546 0
[pid=8091/tid=8092] ppid=8089 vsize=590300 CPUtime=1116.21 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 252354 0 0 0 111552 69 0 0 25 0 4 0 602574207 604467200 92226 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=590300 CPUtime=1122.29 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 259956 0 0 0 112157 72 0 0 25 0 4 0 602574207 604467200 92226 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=590300 CPUtime=1122.32 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 243804 0 0 0 112161 71 0 0 25 0 4 0 602574208 604467200 92226 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.05
Current children cumulated vsize (KiB) 590300

[startup+1182.3 s]
/proc/loadavg: 8.00 8.04 8.05 9/184 8129
/proc/meminfo: memFree=29340400/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=633580 CPUtime=4722.72 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 1048663 0 0 0 471969 303 0 0 25 0 4 0 602574207 648785920 105998 33554432000 4194304 4627427 140737261731600 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 158395 105998 392 106 0 153366 0
[pid=8091/tid=8092] ppid=8089 vsize=633580 CPUtime=1175.89 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 261991 0 0 0 117517 72 0 0 25 0 4 0 602574207 648785920 105998 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=633580 CPUtime=1182.29 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 268298 0 0 0 118153 76 0 0 25 0 4 0 602574207 648785920 105998 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=633580 CPUtime=1182.31 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 254108 0 0 0 118157 74 0 0 25 0 4 0 602574208 648785920 105998 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.72
Current children cumulated vsize (KiB) 633580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.00 8.03 8.05 5/179 8131
/proc/meminfo: memFree=29796860/32950928 swapFree=67054472/67111528
[pid=8091] ppid=8089 vsize=633800 CPUtime=4800.23 cores=0,2,4,6
/proc/8091/stat : 8091 (strangenight2-m) R 8089 8091 7852 0 -1 4202496 1063081 0 0 0 479717 306 0 0 25 0 4 0 602574207 649011200 103517 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8091/statm: 158450 103517 390 106 0 153421 0
[pid=8091/tid=8092] ppid=8089 vsize=633800 CPUtime=1195.18 cores=0,2,4,6
/proc/8091/task/8092/stat : 8092 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 265429 0 0 0 119445 73 0 0 25 0 4 0 602574207 649011200 103517 33554432000 4194304 4627427 140737261731600 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8091/tid=8093] ppid=8089 vsize=633800 CPUtime=1201.69 cores=0,2,4,6
/proc/8091/task/8093/stat : 8093 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 272339 0 0 0 120093 76 0 0 25 0 4 0 602574207 649011200 103517 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8091/tid=8094] ppid=8089 vsize=633800 CPUtime=1201.72 cores=0,2,4,6
/proc/8091/task/8094/stat : 8094 (strangenight2-m) R 8089 8091 7852 0 -1 4202560 257615 0 0 0 120097 75 0 0 25 0 4 0 602574208 649011200 103517 33554432000 4194304 4627427 140737261731600 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 633800

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.28
CPU user time (s): 4797.19
CPU system time (s): 3.09053
CPU usage (%): 399.447
Max. virtual memory (cumulated for all children) (KiB): 766120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.19
system time used= 3.09053
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1063082
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= 1323
involuntary context switches= 23906

runsolver used 2.07868 second user time and 4.49832 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-30 02:30:35
IDJOB=3262595
IDBENCH=83356
IDSOLVER=1586
FILE ID=node116/3262595-1304123435
RUNJOBID= node116-1304121026-7870
PBS_JOBID= 13170738
Free space on /tmp= 72508 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-14_186.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262595-1304123435/watcher-3262595-1304123435 -o /tmp/evaluation-result-3262595-1304123435/solver-3262595-1304123435 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3262595-1304123435.cnf

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

MD5SUM BENCH= 642fce7e30a701c3223fa5771c2e57dc
RANDOM SEED=962279361

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:      30194376 kB
Buffers:        987464 kB
Cached:        1392448 kB
SwapCached:       9656 kB
Active:         128428 kB
Inactive:      2289836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30194376 kB
SwapTotal:    67111528 kB
SwapFree:     67054472 kB
Dirty:           11300 kB
Writeback:           0 kB
AnonPages:       35760 kB
Mapped:          13188 kB
Slab:           274844 kB
PageTables:       4280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   289332 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= 72508 MiB
End job on node116 at 2011-04-30 02:50:39