Trace number 3366856

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 (fixed)? (TO) 4800.43 1203.94

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-3366856-1305414631.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.04	c  N st     0         0       186      9795         0         0     43014         0   no data   no data
0.00/0.04	c asymm  cl-useful: 0/9795/9795 lits-rem:0 time: 0.03
0.00/0.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
0.00/0.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:     186 undec:       0 neg:       0
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       186      9795         0         0     43014         0   no data   no data
0.83/0.30	c  N dy    11      5391       186      9795         0      2793     43014     57050     14.77     15.57
1.63/0.50	c  N dy    21      9433       186      9795         0      6681     43014    141914     14.39     17.09
2.43/0.64	c  N dy    34     13508       186      9795         0      6468     43014    130453     14.13     15.20
3.17/0.89	c  N dy    42     18860       186      9795         0      6170     43014    111784     13.65     14.37
4.39/1.14	c  N dy    60     24016       186      9795         0     11099     43014    219970     13.64     14.39
4.39/1.20	c  F st    68     25001       186      9795         0     12032     43014    241142     13.72   no data
5.16/1.37	c  N st    73     28298       186      9795         0      8681     43014    165066     13.72   no data
5.56/1.46	c  S st    74     30001       186      9795         0     10325     43014    200798     13.72   no data
5.56/1.49	c  S st    74     30506       186      9795         0     10826     43014    212668     13.72   no data
5.56/1.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.56/1.49	c blocked clauses removed:        0 vars:      0 tried:         186 T: 0.00 s
5.56/1.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
5.56/1.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.96/1.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.96/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.58	c lits-rem:       135  cl-subs:      727  v-elim:      0  v-fix:    0  time:  0.08 s
6.36/1.68	c asymm  cl-useful: 0/9795/9795 lits-rem:0 time: 0.10
6.36/1.68	c calculated reachability. Time: 0.00
6.36/1.68	c  N dy    74     30506       186      9795         0     10099     43014    202063     13.72   no data
7.56/1.94	c  N dy    82     35338       186      9795         0     14671     43014    298550     13.61     14.50
8.36/2.16	c  N dy    93     39585       186      9795         0     11174     43014    205807     13.53     14.40
9.20/2.38	c  N dy   112     43760       186      9795         0     15138     43014    291723     13.58     14.37
9.94/2.52	c  S st   124     45760       186      9795         0      8552     43014    145020     13.61   no data
9.94/2.54	c  S st   124     46260       186      9795         0      9047     43014    156616     13.61   no data
9.94/2.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.94/2.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.94/2.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.94/2.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.94/2.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
9.94/2.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.94/2.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.94/2.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.57	c lits-rem:        12  cl-subs:      121  v-elim:      0  v-fix:    0  time:  0.02 s
9.94/2.57	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
9.94/2.58	c vivif2 --  cl tried     8926 cl shrink        0 lits rem          0 time: 0.00
10.35/2.67	c asymm  cl-useful: 0/9795/9795 lits-rem:0 time: 0.09
10.35/2.67	c calculated reachability. Time: 0.00
10.35/2.67	c  N dy   124     46260       186      9795         0      8926     43014    155089     13.61   no data
11.15/2.87	c  N dy   142     50299       186      9795         0     12802     43014    239695     13.66     14.40
12.35/3.17	c  N dy   162     55296       186      9795         0     17557     43014    340349     13.68     14.42
13.16/3.41	c  N dy   184     59449       186      9795         0     12024     43014    217994     13.76     14.55
14.34/3.63	c  N dy   195     63503       186      9795         0     15873     43014    299856     13.73     17.00
15.54/3.92	c  N dy   211     68202       186      9795         0     20383     43014    397297     13.73     14.45
15.94/4.02	c  S st   221     69390       186      9795         0     11026     43014    187908     13.77   no data
15.94/4.05	c  S st   221     69890       186      9795         0     11522     43014    199651     13.77   no data
15.94/4.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.94/4.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.94/4.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.94/4.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.94/4.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.94/4.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
15.94/4.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
15.94/4.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.94/4.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.94/4.08	c lits-rem:        14  cl-subs:       75  v-elim:      0  v-fix:    0  time:  0.02 s
15.94/4.08	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
15.94/4.09	c vivif2 --  cl tried    11447 cl shrink        0 lits rem          0 time: 0.00
16.34/4.20	c asymm  cl-useful: 0/9795/9795 lits-rem:0 time: 0.11
16.74/4.20	c calculated reachability. Time: 0.00
16.74/4.20	c  N dy   221     69890       186      9795         0     11447     43014    198383     13.77   no data
17.56/4.50	c  N dy   243     75451       186      9795         0     16775     43014    313942     13.78     14.52
19.12/4.81	c  N dy   254     80431       186      9795         0     21506     43014    410761     13.72     14.71
20.32/5.13	c  N dy   281     85667       186      9795         0     15077     43014    263449     13.77     14.56
20.72/5.23	c  F st   287     87502       186      9795         0     16827     43014    300908     13.77     13.97
21.94/5.55	c  N dy   293     92698       186      9795         0     21788     43014    406354     13.77   no data
23.51/5.96	c  N dy   322     98664       186      9795         0     15073     43014    257578     13.80     15.57
25.11/6.32	c  S st   331    104835       186      9795         0     20873     43014    375020     13.69     12.41
25.11/6.36	c  S st   331    105337       186      9795         0     21365     43014    386020     13.69   no data
25.11/6.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.11/6.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
25.11/6.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.11/6.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.11/6.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.11/6.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
25.11/6.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
25.11/6.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.11/6.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.90/6.57	c lits-rem:       132  cl-subs:     1489  v-elim:      0  v-fix:    0  time:  0.19 s
25.90/6.57	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
25.90/6.58	c vivif2 --  cl tried    19876 cl shrink        0 lits rem          0 time: 0.00
26.74/6.75	c asymm  cl-useful: 0/9795/9795 lits-rem:0 time: 0.17
26.74/6.75	c calculated reachability. Time: 0.00
26.74/6.75	c  N dy   331    105337       186      9795         0     19876     43014    364993     13.69   no data
28.69/7.20	c  N dy   334    112267       186      9795         0     26432     43014    495629     13.58     14.41
33.07/8.32	c  N dy   365    128687       186      9795         0     14480     43014    233163     13.45     14.26
35.10/8.90	c  N dy   401    138020       186      9795         0     23286     43014    415079     13.44     14.28
37.87/9.57	c  N dy   450    147096       186      9795         0     16762     43014    272168     13.49     14.21
40.65/10.22	c  N dy   512    156500       186      9795         0     25792     43014    470306     13.58     14.36
41.05/10.33	c  S st   524    158006       186      9795         0     27230     43014    502357     13.60   no data
41.05/10.38	c  S st   524    158508       186      9795         0     27728     43014    513884     13.60   no data
41.05/10.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.05/10.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
41.05/10.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.05/10.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.05/10.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.05/10.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
41.05/10.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
41.05/10.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
41.45/10.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.66/10.72	c lits-rem:       207  cl-subs:     1111  v-elim:      0  v-fix:    0  time:  0.31 s
42.66/10.72	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
42.66/10.73	c vivif2 --  cl tried    26617 cl shrink        0 lits rem          0 time: 0.01
43.45/10.91	c asymm  cl-useful: 0/7515/9795 lits-rem:0 time: 0.18
43.45/10.91	c calculated reachability. Time: 0.00
43.45/10.91	c  N dy   524    158508       186      9795         0     26617     43014    494711     13.60   no data
46.24/11.67	c  N dy   563    168856       186      9795         0     20322     43014    338280     13.59     14.34
49.42/12.43	c  N dy   614    179646       186      9795         0     30639     43014    559793     13.61     17.62
52.64/13.25	c  N dy   657    191187       186      9795         0     24497     43014    419619     13.61     19.08
56.61/14.27	c  N dy   713    203609       186      9795         0     18220     43014    277434     13.63     14.39
60.20/15.16	c  N dy   744    216703       186      9795         0     30721     43014    535414     13.59     15.52
64.99/16.33	c  N dy   795    231795       186      9795         0     26000     43014    438128     13.57     14.28
66.58/16.76	c  S st   815    237762       186      9795         0     31671     43014    556742     13.56     11.93
66.97/16.81	c  S st   815    238265       186      9795         0     32168     43014    568215     13.56   no data
66.97/16.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
66.97/16.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
66.97/16.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
66.97/16.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
66.97/16.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
66.97/16.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
66.97/16.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
66.97/16.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
66.97/16.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.57/17.24	c lits-rem:       258  cl-subs:     1613  v-elim:      0  v-fix:    0  time:  0.39 s
68.57/17.24	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
68.57/17.25	c vivif2 --  cl tried    30555 cl shrink        0 lits rem          0 time: 0.01
68.97/17.30	c asymm  cl-useful: 0/2280/9795 lits-rem:0 time: 0.05
68.97/17.30	c calculated reachability. Time: 0.00
68.97/17.30	c  N dy   815    238265       186      9795         0     30555     43014    543082     13.56   no data
74.58/18.73	c  N dy   871    255683       186      9795         0     27183     43014    447332     13.54     14.68
80.13/20.12	c  N dy   941    272579       186      9795         0     22386     43014    351461     13.55     14.32
85.33/21.45	c  N dy   987    290055       186      9795         0     38920     43014    688834     13.50     14.26
90.51/22.79	c  F st  1041    306250       186      9795         0     32437     43014    559922     13.49   no data
91.71/23.06	c  N st  1046    309552       186      9795         0     35602     43014    632391     13.49   no data
98.48/24.78	c  N dy  1122    329320       186      9795         0     31620     43014    542695     13.50     17.10
106.06/26.60	c  N dy  1199    349355       186      9795         0     26894     43014    426786     13.50     16.05
108.06/27.19	c  S st  1219    357400       186      9795         0     34485     43014    580336     13.49   no data
108.46/27.24	c  S st  1219    357902       186      9795         0     34986     43014    592043     13.49   no data
108.46/27.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
108.46/27.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
108.46/27.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
108.46/27.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
108.46/27.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
108.46/27.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
108.46/27.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
108.46/27.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
108.46/27.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
110.44/27.71	c lits-rem:       149  cl-subs:     1847  v-elim:      0  v-fix:    0  time:  0.43 s
110.44/27.71	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
110.44/27.72	c vivif2 --  cl tried    33139 cl shrink        0 lits rem          0 time: 0.01
111.24/27.91	c asymm  cl-useful: 0/6304/9795 lits-rem:0 time: 0.19
111.24/27.91	c calculated reachability. Time: 0.00
111.24/27.91	c  N dy  1219    357902       186      9795         0     33139     43014    565042     13.49   no data
118.45/29.80	c  N dy  1289    378001       186      9795         0     27584     43014    430032     13.47     15.19
125.21/31.49	c  N dy  1317    398303       186      9795         0     46732     43014    807499     13.40     14.27
133.18/33.46	c  N dy  1388    418659       186      9795         0     40541     43014    684561     13.39     14.20
141.15/35.45	c  N dy  1480    439808       186      9795         0     34128     43014    548226     13.41     14.15
148.74/37.37	c  N dy  1565    459891       186      9795         0     53228     43014    948621     13.42     14.59
155.91/39.19	c  N dy  1626    480299       186      9795         0     44972     43014    757218     13.41     14.18
163.89/41.14	c  N dy  1692    500325       186      9795         0     35538     43014    558620     13.41     17.55
171.51/43.06	c  N dy  1770    520364       186      9795         0     54626     43014    951081     13.40     15.41
177.44/44.53	c  S st  1819    536855       186      9795         0     40727     43014    655039     13.38     12.91
177.44/44.59	c  S st  1819    537359       186      9795         0     41229     43014    666706     13.38   no data
177.44/44.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
177.84/44.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
177.84/44.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
177.84/44.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
177.84/44.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
177.84/44.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
177.84/44.60	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
177.84/44.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
177.84/44.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
179.86/45.20	c lits-rem:       186  cl-subs:     2211  v-elim:      0  v-fix:    0  time:  0.57 s
179.86/45.20	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
180.28/45.21	c vivif2 --  cl tried    39018 cl shrink        0 lits rem          0 time: 0.01
180.63/45.32	c asymm  cl-useful: 0/3491/9795 lits-rem:0 time: 0.11
180.63/45.33	c calculated reachability. Time: 0.00
180.63/45.33	c  N dy  1819    537359       186      9795         0     39018     43014    636882     13.38   no data
188.63/47.35	c  N dy  1889    557375       186      9795         0     58038     43014   1026186     13.37     14.26
195.79/49.19	c  N dy  1947    577415       186      9795         0     46786     43014    777032     13.35     21.88
204.56/51.36	c  N dy  1992    598903       186      9795         0     35813     43014    543152     13.33     14.05
212.94/53.42	c  N dy  2066    620431       186      9795         0     56313     43014    959761     13.31     14.04
221.31/55.57	c  N dy  2123    641241       186      9795         0     43751     43014    690454     13.30     14.18
229.69/57.66	c  N dy  2188    661639       186      9795         0     63183     43014   1089602     13.29     14.00
237.66/59.65	c  N dy  2233    682165       186      9795         0     49399     43014    805591     13.27     14.08
247.23/62.01	c  N dy  2303    702178       186      9795         0     68406     43014   1189974     13.26     14.03
256.01/64.21	c  N dy  2389    723843       186      9795         0     54876     43014    923608     13.27     14.02
265.58/66.66	c  N dy  2457    743906       186      9795         0     38761     43014    582995     13.26     14.12
274.35/68.85	c  N dy  2550    764591       186      9795         0     58452     43014    990194     13.27     14.02
284.73/71.46	c  N dy  2607    788090       186      9795         0     44591     43014    691818     13.25     13.97
292.30/73.39	c  S st  2647    806039       186      9795         0     61526     43014   1027695     13.24     13.07
292.70/73.47	c  S st  2647    806543       186      9795         0     62024     43014   1039591     13.24   no data
292.70/73.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
293.10/73.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
293.10/73.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
293.10/73.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
293.10/73.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
293.10/73.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
293.10/73.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
293.10/73.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
293.10/73.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
300.28/75.38	c lits-rem:       586  cl-subs:     4621  v-elim:      0  v-fix:    0  time:  1.83 s
300.28/75.38	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
300.28/75.39	c vivif2 --  cl tried    57403 cl shrink        0 lits rem          0 time: 0.01
301.48/75.62	c asymm  cl-useful: 0/3449/9795 lits-rem:0 time: 0.23
301.48/75.62	c calculated reachability. Time: 0.00
301.48/75.62	c  N dy  2647    806543       186      9795         0     57403     43014    973904     13.24   no data
311.46/78.17	c  N dy  2713    826579       186      9795         0     39541     43014    595671     13.23     13.95
319.82/80.29	c  N dy  2806    846644       186      9795         0     58695     43014    990790     13.24     13.98
330.58/83.00	c  N dy  2882    867343       186      9795         0     40403     43014    605731     13.23     13.94
338.96/85.01	c  N dy  2933    887377       186      9795         0     59360     43014    985437     13.22     15.06
349.33/87.66	c  N dy  3007    908273       186      9795         0     40294     43014    598267     13.22     13.95
357.70/89.74	c  N dy  3066    928318       186      9795         0     59335     43014    979706     13.22     14.00
367.67/92.22	c  N dy  3123    948382       186      9795         0     78411     43014   1364264     13.21     18.55
376.85/94.52	c  N dy  3194    968677       186      9795         0     57902     43014    948531     13.21     13.94
387.60/97.24	c  N dy  3269    990544       186      9795         0     78787     43014   1369578     13.20     13.93
398.38/99.93	c  N dy  3296   1015074       186      9795         0     60989     43014    977474     13.17     13.98
408.40/102.44	c  N dy  3355   1035119       186      9795         0     80026     43014   1357010     13.16     13.88
418.32/104.98	c  N dy  3431   1056436       186      9795         0     58641     43014    938370     13.16     13.90
426.29/106.94	c  F st  3495   1071875       186      9795         0     73368     43014   1237773     13.17     11.81
429.09/107.68	c  N dy  3501   1077071       186      9795         0     78378     43014   1347315     13.17   no data
439.11/110.16	c  N dy  3548   1097484       186      9795         0     54785     43014    842764     13.15     13.88
448.63/112.55	c  N dy  3599   1117550       186      9795         0     73911     43014   1224507     13.15     13.84
459.40/115.24	c  N dy  3660   1137847       186      9795         0     49421     43014    729666     13.14     13.89
468.57/117.59	c  N dy  3717   1158891       186      9795         0     69447     43014   1129515     13.13     13.88
479.74/120.32	c  N dy  3788   1179338       186      9795         0     88950     43014   1518595     13.13     13.84
489.70/122.82	c  N dy  3863   1199346       186      9795         0     63271     43014   1004435     13.13     13.86
495.30/124.29	c  S st  3891   1209815       186      9795         0     73201     43014   1199701     13.13     12.75
495.72/124.40	c  S st  3891   1210316       186      9795         0     73700     43014   1211442     13.13   no data
495.72/124.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
496.14/124.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
496.14/124.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
496.14/124.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
496.14/124.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
496.14/124.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
496.14/124.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
496.14/124.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
496.14/124.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
507.66/127.30	c lits-rem:       646  cl-subs:     3666  v-elim:      0  v-fix:    0  time:  2.81 s
507.66/127.30	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
507.66/127.32	c vivif2 --  cl tried    70034 cl shrink        0 lits rem          0 time: 0.02
508.88/127.67	c asymm  cl-useful: 0/2284/9795 lits-rem:0 time: 0.35
508.88/127.67	c calculated reachability. Time: 0.00
508.88/127.67	c  N dy  3891   1210316       186      9795         0     70034     43014   1155400     13.13   no data
523.61/131.30	c  N dy  3928   1234084       186      9795         0     46924     43014    668981     13.10     13.82
534.77/134.10	c  N dy  3976   1258444       186      9795         0     70121     43014   1116735     13.09     13.86
545.54/136.87	c  N dy  4029   1279144       186      9795         0     89651     43014   1499339     13.08     13.79
555.51/139.34	c  N dy  4067   1299242       186      9795         0     62255     43014    949145     13.06     14.63
565.48/141.87	c  N dy  4106   1320146       186      9795         0     82003     43014   1331948     13.05     13.80
577.05/144.73	c  N dy  4162   1341504       186      9795         0     54921     43014    814636     13.04     13.76
587.42/147.33	c  N dy  4227   1361548       186      9795         0     73950     43014   1192339     13.04     13.78
599.78/150.47	c  N dy  4294   1381726       186      9795         0     93084     43014   1571848     13.03     13.75
609.77/152.95	c  N dy  4347   1401830       186      9795         0     63753     43014    972944     13.03     13.84
620.11/155.56	c  N dy  4416   1421919       186      9795         0     82849     43014   1356859     13.03     16.55
632.47/158.67	c  N dy  4481   1442084       186      9795         0     52697     43014    754563     13.02     13.72
642.45/161.13	c  N dy  4566   1463195       186      9795         0     72743     43014   1161366     13.02     13.72
653.22/163.89	c  N dy  4615   1483516       186      9795         0     92027     43014   1542567     13.01     13.74
664.79/166.76	c  N dy  4679   1503594       186      9795         0     60851     43014    912398     13.01     13.88
676.00/169.54	c  N dy  4773   1523852       186      9795         0     80138     43014   1299970     13.01     13.72
687.92/172.50	c  N dy  4835   1543860       186      9795         0     99139     43014   1674717     13.01     13.70
699.48/175.42	c  N dy  4899   1565620       186      9795         0     68450     43014   1048805     13.01     13.75
709.46/177.97	c  N dy  4952   1585645       186      9795         0     87357     43014   1417944     13.00     15.91
723.41/181.48	c  N dy  5012   1608169       186      9795         0     56547     43014    809657     12.99     13.72
734.97/184.34	c  N dy  5082   1631071       186      9795         0     78276     43014   1235593     12.99     13.70
746.53/187.26	c  N dy  5143   1651558       186      9795         0     97767     43014   1619287     12.99     13.83
758.50/190.26	c  N dy  5195   1672505       186      9795         0     64528     43014    953936     12.98     13.70
768.86/192.86	c  N dy  5235   1693575       186      9795         0     84452     43014   1335586     12.97     13.76
779.24/195.42	c  S st  5281   1710317       186      9795         0    100263     43014   1644708     12.96     11.92
779.64/195.52	c  S st  5281   1710819       186      9795         0    100763     43014   1655631     12.96   no data
779.64/195.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
779.64/195.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
779.64/195.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
779.64/195.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
779.64/195.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
779.64/195.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
779.64/195.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
779.64/195.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
780.04/195.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
801.57/201.06	c lits-rem:      1030  cl-subs:     9453  v-elim:      0  v-fix:    0  time:  5.42 s
801.57/201.06	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
801.57/201.08	c vivif2 --  cl tried    91310 cl shrink        0 lits rem          0 time: 0.02
802.79/201.38	c asymm  cl-useful: 0/2541/9795 lits-rem:0 time: 0.31
802.79/201.39	c calculated reachability. Time: 0.00
802.79/201.39	c  N dy  5281   1710819       186      9795         0     91310     43014   1520996     12.96   no data
816.72/204.87	c  N dy  5353   1730851       186      9795         0     56590     43014    803346     12.96     14.03
827.09/207.40	c  N dy  5434   1751320       186      9795         0     76053     43014   1194942     12.97     13.67
838.66/210.36	c  N dy  5503   1771433       186      9795         0     95243     43014   1575862     12.96     13.65
852.22/213.76	c  N dy  5564   1791463       186      9795         0     59315     43014    847543     12.96     13.68
862.19/216.21	c  N dy  5614   1811822       186      9795         0     78488     43014   1216391     12.95     13.66
873.75/219.16	c  N dy  5668   1832049       186      9795         0     97710     43014   1589356     12.95     13.80
888.91/222.99	c  N dy  5741   1855186       186      9795         0     63717     43014    922063     12.94     13.77
900.87/225.91	c  N dy  5798   1875233       186      9795         0     82708     43014   1295662     12.94     13.64
913.63/229.19	c  N dy  5870   1895648       186      9795         0    102119     43014   1675756     12.94     13.66
927.19/232.57	c  N dy  5948   1916124       186      9795         0     64633     43014    939695     12.93     13.70
937.96/235.29	c  N dy  6026   1936161       186      9795         0     83692     43014   1322782     12.94     13.71
950.73/238.42	c  N dy  6094   1956371       186      9795         0    102892     43014   1702911     12.93     13.63
964.69/241.90	c  N dy  6177   1976665       186      9795         0     64274     43014    928421     12.94     13.64
975.44/244.60	c  N dy  6241   1997119       186      9795         0     83761     43014   1315223     12.93     13.62
989.41/248.12	c  N dy  6306   2020077       186      9795         0    105491     43014   1737732     12.93     13.62
1003.37/251.61	c  N dy  6368   2041476       186      9795         0     66928     43014    971305     12.92     13.71
1013.79/254.27	c  N dy  6425   2061487       186      9795         0     85812     43014   1337553     12.92     13.88
1026.10/257.32	c  N dy  6473   2081844       186      9795         0    105183     43014   1717273     12.92     13.60
1040.11/260.85	c  N dy  6535   2103100       186      9795         0     65624     43014    940557     12.91     13.65
1051.22/263.69	c  N dy  6619   2123737       186      9795         0     85208     43014   1330392     12.91     13.66
1063.59/266.76	c  N dy  6669   2143772       186      9795         0    104235     43014   1704547     12.91     15.11
1078.75/270.52	c  N dy  6728   2164176       186      9795         0     62899     43014    880669     12.91     13.62
1089.91/273.36	c  N dy  6801   2185020       186      9795         0     82719     43014   1268326     12.91     13.68
1101.86/276.36	c  N dy  6845   2205192       186      9795         0    101917     43014   1642240     12.90     13.60
1105.49/277.25	c  S st  6855   2210820       186      9795         0    107209     43014   1743498     12.90     12.31
1105.91/277.38	c  S st  6855   2211324       186      9795         0    107710     43014   1753720     12.90   no data
1105.91/277.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1106.25/277.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1106.25/277.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1106.25/277.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1106.25/277.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1106.25/277.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
1106.25/277.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1106.25/277.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1106.65/277.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1128.99/283.13	c lits-rem:       980  cl-subs:     6781  v-elim:      0  v-fix:    0  time:  5.63 s
1128.99/283.14	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
1128.99/283.16	c vivif2 --  cl tried   100929 cl shrink        0 lits rem          0 time: 0.02
1129.79/283.32	c asymm  cl-useful: 0/1521/9795 lits-rem:0 time: 0.16
1129.79/283.32	c calculated reachability. Time: 0.00
1129.79/283.32	c  N dy  6855   2211324       186      9795         0    100929     43014   1653898     12.90   no data
1144.55/287.03	c  N dy  6948   2231354       186      9795         0    120000     43014   2035917     12.90     15.97
1156.91/290.13	c  N dy  7017   2251451       186      9795         0     77451     43014   1163104     12.90     13.62
1168.87/293.16	c  N dy  7074   2271639       186      9795         0     96612     43014   1536559     12.90     13.61
1181.63/296.37	c  N dy  7129   2291670       186      9795         0    115674     43014   1908012     12.90     13.72
1195.19/299.78	c  N dy  7190   2311700       186      9795         0     72059     43014   1044836     12.90     15.91
1206.81/302.64	c  N dy  7228   2331810       186      9795         0     90950     43014   1399738     12.89     13.71
1219.55/305.81	c  N dy  7263   2352579       186      9795         0    110571     43014   1768305     12.88     13.74
1235.08/309.76	c  N dy  7312   2373800       186      9795         0     67262     43014    948183     12.87     13.56
1245.87/312.42	c  N dy  7364   2394205       186      9795         0     86502     43014   1315523     12.86     13.55
1259.44/315.81	c  N dy  7439   2415163       186      9795         0    106422     43014   1705697     12.86     13.59
1274.15/319.53	c  N dy  7504   2435210       186      9795         0    125447     43014   2076145     12.86     15.92
1286.92/322.75	c  N dy  7564   2455241       186      9795         0     79942     43014   1181998     12.86     17.03
1298.92/325.76	c  N dy  7643   2475322       186      9795         0     99029     43014   1553528     12.86     15.70
1314.84/329.70	c  N dy  7703   2497873       186      9795         0    120401     43014   1963968     12.85     13.61
1328.00/333.09	c  N dy  7749   2517928       186      9795         0     74038     43014   1075707     12.85     14.16
1339.16/335.88	c  N dy  7786   2537986       186      9795         0     92918     43014   1425555     12.84     16.24
1352.72/339.28	c  N dy  7850   2558572       186      9795         0    112463     43014   1811043     12.84     13.57
1370.27/343.62	c  N dy  7918   2580353       186      9795         0     66892     43014    926653     12.84     13.53
1380.64/346.30	c  N dy  7971   2600857       186      9795         0     86350     43014   1306141     12.84     13.53
1394.20/349.63	c  N dy  8024   2621840       186      9795         0    106232     43014   1691104     12.83     13.57
1407.77/353.04	c  N dy  8084   2641920       186      9795         0    125289     43014   2062744     12.83     18.42
1422.51/356.74	c  N dy  8161   2661932       186      9795         0     77057     43014   1122089     12.83     14.30
1435.66/360.01	c  N dy  8241   2682246       186      9795         0     96378     43014   1503898     12.83     13.53
1452.47/364.21	c  N dy  8282   2709293       186      9795         0    121832     43014   1985011     12.83     13.52
1454.01/364.62	c  S st  8296   2711325       186      9795         0    123776     43014   2024841     12.83   no data
1454.41/364.77	c  S st  8296   2711827       186      9795         0    124273     43014   2036845     12.83   no data
1454.41/364.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1454.81/364.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
1454.81/364.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1454.81/364.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1454.81/364.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1454.81/364.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
1454.81/364.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1454.81/364.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1455.22/364.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1485.52/372.59	c lits-rem:       980  cl-subs:    11044  v-elim:      0  v-fix:    0  time:  7.66 s
1485.52/372.59	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
1485.92/372.62	c vivif2 --  cl tried   113229 cl shrink        0 lits rem          0 time: 0.03
1486.72/372.91	c asymm  cl-useful: 0/1791/9795 lits-rem:0 time: 0.29
1486.72/372.91	c calculated reachability. Time: 0.00
1486.72/372.91	c  N dy  8296   2711827       186      9795         0    113229     43014   1880603     12.83   no data
1503.87/377.10	c  N dy  8379   2731892       186      9795         0    132288     43014   2255512     12.83     15.94
1517.85/380.67	c  N dy  8442   2753986       186      9795         0     85278     43014   1276887     12.82     13.58
1531.01/383.96	c  N dy  8487   2774511       186      9795         0    104730     43014   1645575     12.82     13.52
1546.14/387.71	c  N dy  8574   2795249       186      9795         0    124321     43014   2031641     12.82     13.59
1562.14/391.74	c  N dy  8634   2815409       186      9795         0     74428     43014   1056647     12.82     13.51
1574.89/394.96	c  N dy  8710   2835752       186      9795         0     93731     43014   1430450     12.82     13.55
1587.62/398.10	c  N dy  8751   2855829       186      9795         0    112687     43014   1785745     12.81     13.54
1602.77/401.96	c  N dy  8821   2876066       186      9795         0    131933     43014   2171184     12.81     13.53
1617.93/405.74	c  N dy  8889   2896093       186      9795         0     80830     43014   1175606     12.81     14.23
1630.29/408.86	c  N dy  8955   2916817       186      9795         0    100541     43014   1559431     12.81     13.53
1645.49/412.69	c  N dy  9030   2938602       186      9795         0    121212     43014   1961964     12.81     13.49
1661.00/416.53	c  N dy  9085   2958611       186      9795         0    140063     43014   2325394     12.81     16.69
1674.16/419.84	c  N dy  9135   2978685       186      9795         0     87996     43014   1305971     12.80     15.09
1686.12/422.89	c  N dy  9187   2998731       186      9795         0    106817     43014   1668619     12.80     13.50
1700.89/426.59	c  N dy  9246   3018736       186      9795         0    125727     43014   2029553     12.80     13.54
1718.43/430.99	c  N dy  9311   3038908       186      9795         0     73006     43014   1017623     12.80     13.57
1730.79/434.01	c  N dy  9374   3060524       186      9795         0     93392     43014   1408795     12.79     13.48
1743.96/437.34	c  N dy  9414   3081101       186      9795         0    112785     43014   1779887     12.79     13.67
1759.56/441.23	c  N dy  9482   3101203       186      9795         0    131864     43014   2150803     12.79     14.71
1776.68/445.59	c  N dy  9540   3123310       186      9795         0     79959     43014   1146547     12.78     13.48
1789.43/448.75	c  N dy  9617   3143392       186      9795         0     98977     43014   1517498     12.79     16.47
1804.16/452.42	c  N dy  9690   3163393       186      9795         0    117994     43014   1888666     12.79     14.47
1822.11/456.90	c  N dy  9756   3183458       186      9795         0    137054     43014   2266426     12.79     13.62
1838.09/461.01	c  N dy  9795   3203543       186      9795         0     82174     43014   1184890     12.78     15.10
1843.25/462.25	c  S st  9810   3211827       186      9795         0     90021     43014   1333874     12.78     12.05
1843.65/462.37	c  S st  9810   3212328       186      9795         0     90518     43014   1345113     12.78   no data
1843.65/462.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1844.05/462.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1844.05/462.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1844.05/462.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1844.05/462.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1844.05/462.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
1844.05/462.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1844.05/462.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1844.05/462.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1856.41/465.57	c lits-rem:       362  cl-subs:     3185  v-elim:      0  v-fix:    0  time:  3.08 s
1856.41/465.57	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
1856.41/465.59	c vivif2 --  cl tried    87333 cl shrink        0 lits rem          0 time: 0.02
1858.41/466.00	c asymm  cl-useful: 0/2283/9795 lits-rem:0 time: 0.41
1858.41/466.00	c calculated reachability. Time: 0.00
1858.41/466.00	c  N dy  9810   3212328       186      9795         0     87333     43014   1300748     12.78   no data
1871.57/469.32	c  N dy  9865   3232348       186      9795         0    106222     43014   1661633     12.78     13.49
1885.93/473.00	c  N dy  9923   3252783       186      9795         0    125550     43014   2034499     12.78     13.48
1902.68/477.12	c  N dy  9995   3272874       186      9795         0    144643     43014   2403132     12.78     13.55
1917.48/480.82	c  N dy 10063   3293012       186      9795         0     88998     43014   1318977     12.78     13.50
1932.19/484.53	c  N dy 10136   3315844       186      9795         0    110604     43014   1729555     12.77     13.46
1947.77/488.46	c  N dy 10188   3336571       186      9795         0    130300     43014   2108254     12.77     13.47
1968.09/493.54	c  N dy 10292   3357447       186      9795         0    150125     43014   2501004     12.77     13.45
1982.44/497.17	c  N dy 10360   3377663       186      9795         0     93539     43014   1397549     12.77     13.47
1997.19/500.80	c  N dy 10436   3398605       186      9795         0    113358     43014   1781322     12.77     13.55
2013.16/504.84	c  N dy 10512   3418956       186      9795         0    132709     43014   2158404     12.77     13.49
2030.70/509.29	c  N dy 10591   3439208       186      9795         0    151939     43014   2529880     12.77     13.51
2045.85/513.04	c  N dy 10669   3460112       186      9795         0     94974     43014   1428193     12.77     13.46
2060.21/516.63	c  N dy 10750   3480537       186      9795         0    114432     43014   1806675     12.78     13.47
2078.55/521.24	c  N dy 10813   3505096       186      9795         0    137687     43014   2249865     12.77     13.58
2096.92/525.88	c  N dy 10860   3525413       186      9795         0     79142     43014   1108719     12.77     13.52
2109.67/529.04	c  N dy 10936   3545512       186      9795         0     98042     43014   1472242     12.77     13.51
2124.42/532.71	c  N dy 11009   3566588       186      9795         0    117956     43014   1850007     12.77     13.59
2139.97/536.66	c  N dy 11075   3586784       186      9795         0    137118     43014   2221801     12.76     13.50
2157.52/541.05	c  N dy 11132   3606790       186      9795         0    156055     43014   2583209     12.76     13.60
2172.66/544.80	c  N dy 11182   3627842       186      9795         0     97386     43014   1448805     12.76     13.53
2186.63/548.34	c  N dy 11239   3648506       186      9795         0    117030     43014   1826588     12.76     13.49
2203.38/552.56	c  N dy 11307   3669759       186      9795         0    137212     43014   2219509     12.76     13.48
2222.52/557.31	c  N dy 11347   3691341       186      9795         0    157478     43014   2598153     12.75     13.50
2240.48/561.82	c  N dy 11431   3711410       186      9795         0     97075     43014   1455468     12.75     14.43
2241.28/562.01	c  S st 11438   3712329       186      9795         0     97960     43014   1473681     12.75     12.11
2241.69/562.15	c  S st 11438   3712840       186      9795         0     98461     43014   1484588     12.75   no data
2241.69/562.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2242.11/562.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2242.11/562.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2242.11/562.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2242.11/562.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2242.11/562.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
2242.11/562.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2242.11/562.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2242.11/562.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2251.24/564.51	c lits-rem:       288  cl-subs:     2567  v-elim:      0  v-fix:    0  time:  2.24 s
2251.24/564.51	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
2251.24/564.53	c vivif2 --  cl tried    95894 cl shrink        0 lits rem          0 time: 0.02
2252.44/564.87	c asymm  cl-useful: 0/1838/9795 lits-rem:0 time: 0.33
2252.44/564.87	c calculated reachability. Time: 0.00
2252.44/564.87	c  N dy 11438   3712840       186      9795         0     95894     43014   1446541     12.75   no data
2268.78/568.96	c  N dy 11513   3733436       186      9795         0    115446     43014   1829253     12.75     13.57
2285.14/573.02	c  F st 11553   3751563       186      9795         0    132487     43014   2144727     12.75     10.69
2286.73/573.47	c  N st 11557   3753594       186      9795         0    134413     43014   2182974     12.75   no data
2306.68/578.46	c  N dy 11627   3776122       186      9795         0    155829     43014   2594438     12.75     13.45
2323.43/582.69	c  N dy 11713   3796937       186      9795         0     95020     43014   1411750     12.75     13.44
2338.20/586.36	c  N dy 11787   3817253       186      9795         0    114350     43014   1782181     12.75     13.45
2354.93/590.51	c  N dy 11881   3837317       186      9795         0    133459     43014   2164442     12.75     14.26
2375.67/595.73	c  N dy 11962   3858568       186      9795         0    153623     43014   2555783     12.75     13.46
2393.22/600.17	c  N dy 12028   3878828       186      9795         0     91307     43014   1332293     12.75     13.43
2406.37/603.47	c  N dy 12066   3899091       186      9795         0    110457     43014   1693060     12.75     13.46
2421.56/607.29	c  N dy 12122   3919128       186      9795         0    129484     43014   2053947     12.75     13.55
2438.28/611.45	c  N dy 12174   3939237       186      9795         0    148572     43014   2416041     12.74     13.51
2461.04/617.12	c  N dy 12239   3963132       186      9795         0     88759     43014   1264588     12.74     13.51
2473.78/620.34	c  N dy 12302   3983155       186      9795         0    107664     43014   1623966     12.74     13.50
2490.93/624.68	c  N dy 12364   4005959       186      9795         0    129249     43014   2040688     12.74     13.53
2507.28/628.75	c  N dy 12408   4026865       186      9795         0    149074     43014   2417306     12.73     13.46
2528.81/634.11	c  N dy 12493   4047386       186      9795         0     85187     43014   1191949     12.73     13.42
2541.57/637.30	c  N dy 12561   4067579       186      9795         0    104223     43014   1552281     12.73     13.43
2557.13/641.30	c  N dy 12638   4088558       186      9795         0    124124     43014   1931482     12.73     13.47
2573.07/645.22	c  N dy 12684   4108866       186      9795         0    143317     43014   2294546     12.73     13.42
2591.42/649.89	c  N dy 12745   4129614       186      9795         0    162893     43014   2666741     12.73     13.41
2608.58/654.11	c  N dy 12802   4149800       186      9795         0     97729     43014   1418607     12.73     13.50
2623.35/657.83	c  N dy 12886   4170071       186      9795         0    116946     43014   1793682     12.73     13.42
2638.88/661.70	c  N dy 12936   4190160       186      9795         0    136056     43014   2157073     12.73     14.18
2657.23/666.38	c  N dy 12992   4212469       186      9795         0    156960     43014   2545664     12.72     13.48
2658.03/666.52	c  S st 12996   4212841       186      9795         0    157304     43014   2552610     12.72   no data
2658.87/666.71	c  S st 12996   4213345       186      9795         0    157803     43014   2564225     12.72   no data
2658.87/666.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2659.21/666.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.09
2659.21/666.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2659.21/666.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2659.21/666.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2659.21/666.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
2659.21/666.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2659.21/666.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2659.62/666.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2702.30/677.62	c lits-rem:      1368  cl-subs:    13282  v-elim:      0  v-fix:    0  time: 10.69 s
2702.30/677.62	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
2702.30/677.65	c vivif2 --  cl tried   144521 cl shrink        0 lits rem          0 time: 0.03
2703.87/678.03	c asymm  cl-useful: 0/1480/9795 lits-rem:0 time: 0.37
2703.87/678.03	c calculated reachability. Time: 0.00
2703.87/678.03	c  N dy 12996   4213345       186      9795         0    144521     43014   2377636     12.72   no data
2722.62/682.76	c  N dy 13034   4233998       186      9795         0    164005     43014   2746091     12.72     13.51
2740.17/687.17	c  N dy 13122   4254064       186      9795         0     98353     43014   1431118     12.72     13.77
2754.95/690.87	c  N dy 13194   4274611       186      9795         0    117787     43014   1803320     12.72     13.46
2770.89/694.80	c  N dy 13243   4294713       186      9795         0    136794     43014   2159120     12.72     13.39
2788.43/699.28	c  N dy 13303   4314758       186      9795         0    155764     43014   2516921     12.72     17.67
2811.98/705.16	c  N dy 13373   4335314       186      9795         0     89345     43014   1244372     12.72     13.48
2828.32/709.27	c  N dy 13435   4358441       186      9795         0    111265     43014   1656736     12.71     13.42
2843.86/713.17	c  N dy 13503   4378477       186      9795         0    130138     43014   2015565     12.71     14.88
2861.01/717.43	c  N dy 13554   4399280       186      9795         0    149816     43014   2390483     12.71     13.40
2880.95/722.48	c  N dy 13614   4420858       186      9795         0    170245     43014   2776950     12.71     13.42
2898.90/726.93	c  N dy 13672   4443311       186      9795         0    104323     43014   1514101     12.70     13.41
2914.05/730.75	c  N dy 13752   4463922       186      9795         0    123888     43014   1893084     12.70     13.68
2930.42/734.82	c  N dy 13812   4484362       186      9795         0    143199     43014   2259824     12.70     13.68
2948.40/739.38	c  N dy 13877   4504479       186      9795         0    162267     43014   2625575     12.70     13.39
2969.91/744.71	c  N dy 13959   4525085       186      9795         0     93913     43014   1317037     12.70     13.45
2984.64/748.45	c  N dy 14056   4545434       186      9795         0    113301     43014   1692490     12.70     13.39
3001.39/752.66	c  N dy 14091   4568813       186      9795         0    135251     43014   2095353     12.70     13.42
3019.35/757.10	c  N dy 14165   4588882       186      9795         0    154306     43014   2457414     12.70     15.56
3038.09/761.85	c  N dy 14220   4608949       186      9795         0    173358     43014   2815966     12.70     13.37
3056.03/766.38	c  N dy 14297   4629358       186      9795         0    103671     43014   1490206     12.69     13.37
3069.99/769.89	c  N dy 14345   4649632       186      9795         0    122840     43014   1850607     12.69     13.46
3086.34/773.92	c  N dy 14416   4669699       186      9795         0    141836     43014   2219164     12.69     14.02
3107.48/779.24	c  N dy 14493   4690120       186      9795         0    161182     43014   2587289     12.69     13.37
3131.01/785.14	c  N dy 14559   4710168       186      9795         0     90270     43014   1233269     12.69     15.57
3133.00/785.62	c  S st 14572   4713345       186      9795         0     93295     43014   1292758     12.69   no data
3133.39/785.73	c  S st 14572   4713848       186      9795         0     93796     43014   1304447     12.69   no data
3133.39/785.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3133.39/785.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3133.39/785.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3133.39/785.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3133.39/785.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3133.39/785.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
3133.39/785.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3133.39/785.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3133.79/785.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3137.38/786.73	c lits-rem:        50  cl-subs:      446  v-elim:      0  v-fix:    0  time:  0.90 s
3137.38/786.73	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
3137.38/786.75	c vivif2 --  cl tried    93350 cl shrink        0 lits rem          0 time: 0.02
3138.18/786.99	c asymm  cl-useful: 0/2403/9795 lits-rem:0 time: 0.24
3138.18/786.99	c calculated reachability. Time: 0.00
3138.18/786.99	c  N dy 14572   4713848       186      9795         0     93350     43014   1297790     12.69   no data
3153.74/790.84	c  N dy 14640   4735408       186      9795         0    113751     43014   1678511     12.69     13.42
3172.87/795.65	c  N dy 14710   4756771       186      9795         0    133959     43014   2058650     12.69     13.37
3190.03/799.94	c  N dy 14766   4777364       186      9795         0    153365     43014   2421538     12.69     13.43
3209.17/804.70	c  N dy 14832   4797870       186      9795         0    172831     43014   2797925     12.69     13.38
3228.31/809.61	c  N dy 14913   4818161       186      9795         0    101249     43014   1440366     12.69     13.45
3242.32/813.04	c  N dy 14936   4838231       186      9795         0    119982     43014   1771634     12.68     15.01
3259.86/817.48	c  N dy 14992   4860516       186      9795         0    141172     43014   2176213     12.68     13.36
3279.76/822.48	c  N dy 15033   4880536       186      9795         0    159939     43014   2521678     12.68     15.04
3304.07/828.57	c  N dy 15110   4901500       186      9795         0    179746     43014   2899923     12.68     13.40
3322.02/833.06	c  N dy 15172   4921515       186      9795         0    106938     43014   1533584     12.67     15.62
3337.18/836.85	c  N dy 15242   4941753       186      9795         0    126108     43014   1897932     12.67     13.35
3353.94/841.07	c  N dy 15305   4961821       186      9795         0    145072     43014   2262235     12.67     18.66
3371.48/845.46	c  N dy 15364   4981918       186      9795         0    164168     43014   2622878     12.67     13.60
3393.42/850.91	c  N dy 15453   5002677       186      9795         0    183885     43014   3001887     12.67     13.36
3410.56/855.22	c  N dy 15525   5022712       186      9795         0    110119     43014   1591860     12.67     14.27
3426.56/859.22	c  N dy 15604   5042764       186      9795         0    129097     43014   1947902     12.67     13.70
3443.69/863.59	c  N dy 15667   5063417       186      9795         0    148721     43014   2322807     12.67     13.42
3462.81/868.31	c  N dy 15730   5083483       186      9795         0    167631     43014   2675392     12.67     15.29
3483.17/873.48	c  N dy 15795   5104225       186      9795         0    187300     43014   3051390     12.67     13.50
3500.72/877.85	c  N dy 15873   5124619       186      9795         0    112981     43014   1643757     12.67     13.39
3526.48/884.34	c  N dy 15933   5158108       186      9795         0    144350     43014   2200412     12.66     13.41
3544.74/888.92	c  N dy 15979   5178521       186      9795         0    163651     43014   2560489     12.66     13.39
3563.21/893.63	c  N dy 16036   5198587       186      9795         0    182622     43014   2920389     12.66     13.38
3580.16/897.93	c  S st 16114   5213849       186      9795         0    102615     43014   1439212     12.66     11.19
3580.55/898.08	c  S st 16114   5214353       186      9795         0    103118     43014   1450391     12.66   no data
3580.55/898.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3580.95/898.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
3580.95/898.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3580.95/898.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3580.95/898.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3580.95/898.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
3580.95/898.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3580.95/898.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3581.34/898.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3588.81/900.13	c lits-rem:       183  cl-subs:     1401  v-elim:      0  v-fix:    0  time:  1.90 s
3588.81/900.13	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
3588.81/900.15	c vivif2 --  cl tried   101717 cl shrink        0 lits rem          0 time: 0.02
3590.39/900.54	c asymm  cl-useful: 0/1920/9795 lits-rem:0 time: 0.39
3590.39/900.55	c calculated reachability. Time: 0.00
3590.39/900.55	c  N dy 16114   5214353       186      9795         0    101717     43014   1430162     12.66   no data
3606.33/904.54	c  N dy 16182   5234781       186      9795         0    121043     43014   1796995     12.66     13.35
3623.13/908.78	c  N dy 16256   5254813       186      9795         0    140050     43014   2159818     12.66     16.91
3646.62/914.69	c  N dy 16309   5277918       186      9795         0    161818     43014   2559106     12.66     13.35
3669.35/920.34	c  N dy 16373   5301240       186      9795         0    183973     43014   2975049     12.65     13.37
3689.28/925.35	c  N dy 16434   5322336       186      9795         0    108462     43014   1536439     12.65     13.35
3704.84/929.28	c  N dy 16481   5343055       186      9795         0    128151     43014   1902952     12.65     13.36
3722.00/933.57	c  N dy 16553   5363381       186      9795         0    147371     43014   2269751     12.65     13.45
3739.54/937.94	c  N dy 16585   5383437       186      9795         0    166141     43014   2613166     12.65     13.36
3761.08/943.38	c  N dy 16678   5403518       186      9795         0    185248     43014   2983076     12.65     13.37
3783.01/948.89	c  N dy 16737   5423645       186      9795         0    107826     43014   1523783     12.65     13.37
3801.75/953.55	c  N dy 16822   5443719       186      9795         0    126897     43014   1888184     12.65     13.56
3820.54/958.22	c  N dy 16888   5464583       186      9795         0    146593     43014   2267474     12.65     13.32
3839.24/962.94	c  N dy 16948   5485328       186      9795         0    166184     43014   2642235     12.65     13.40
3859.61/968.08	c  N dy 17009   5505363       186      9795         0    185187     43014   3004347     12.65     13.47
3879.52/973.09	c  N dy 17064   5525784       186      9795         0    107069     43014   1501330     12.65     13.36
3894.28/976.72	c  N dy 17110   5545866       186      9795         0    126069     43014   1852804     12.64     13.35
3910.23/980.77	c  N dy 17170   5565947       186      9795         0    145123     43014   2211015     12.64     13.31
3928.18/985.29	c  N dy 17242   5586044       186      9795         0    164246     43014   2575434     12.64     14.95
3950.10/990.71	c  N dy 17285   5608389       186      9795         0    185235     43014   2961954     12.64     13.32
3971.24/996.08	c  N dy 17345   5628392       186      9795         0    105709     43014   1468129     12.64     13.32
3986.00/999.77	c  N dy 17411   5648488       186      9795         0    124862     43014   1835043     12.64     14.24
4002.75/1003.99	c  N dy 17477   5668620       186      9795         0    143933     43014   2195320     12.64     13.33
4021.10/1008.56	c  N dy 17533   5689367       186      9795         0    163395     43014   2555277     12.63     13.33
4043.03/1014.01	c  N dy 17615   5709733       186      9795         0    182704     43014   2925872     12.63     13.33
4047.82/1015.30	c  S st 17636   5714353       186      9795         0    187104     43014   3010831     12.64     11.81
4049.00/1015.50	c  S st 17636   5714855       186      9795         0    187604     43014   3021911     12.64   no data
4049.00/1015.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4049.40/1015.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.09
4049.40/1015.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4049.40/1015.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4049.40/1015.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4049.40/1015.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
4049.40/1015.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4049.40/1015.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4049.80/1015.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4105.68/1029.76	c lits-rem:      1245  cl-subs:    15288  v-elim:      0  v-fix:    0  time: 14.02 s
4105.68/1029.76	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
4106.03/1029.80	c vivif2 --  cl tried   172316 cl shrink        0 lits rem          0 time: 0.04
4107.23/1030.19	c asymm  cl-useful: 0/1497/9795 lits-rem:0 time: 0.39
4107.63/1030.20	c calculated reachability. Time: 0.00
4107.63/1030.20	c  N dy 17636   5714855       186      9795         0    172316     43014   2804466     12.64   no data
4129.16/1035.66	c  N dy 17689   5734934       186      9795         0    191238     43014   3156016     12.63     15.75
4149.55/1040.72	c  N dy 17756   5755965       186      9795         0    112188     43014   1589754     12.63     13.37
4172.63/1046.53	c  N dy 17820   5786461       186      9795         0    141047     43014   2127208     12.63     13.34
4191.38/1051.21	c  N dy 17867   5808161       186      9795         0    161504     43014   2506939     12.63     13.30
4211.31/1056.27	c  N dy 17927   5828325       186      9795         0    180527     43014   2859559     12.63     13.32
4231.66/1061.32	c  N dy 17955   5848430       186      9795         0    199481     43014   3202450     12.62     13.32
4249.22/1065.74	c  N dy 18006   5868950       186      9795         0    119028     43014   1714922     12.62     13.34
4265.55/1069.86	c  N dy 18075   5889200       186      9795         0    138149     43014   2076241     12.62     13.35
4285.90/1074.93	c  N dy 18150   5910460       186      9795         0    158208     43014   2457179     12.62     13.36
4307.82/1080.46	c  N dy 18227   5930499       186      9795         0    177195     43014   2813619     12.62     13.66
4331.35/1086.32	c  N dy 18283   5953078       186      9795         0    198438     43014   3211468     12.62     13.31
4351.34/1091.36	c  N dy 18384   5973739       186      9795         0    117033     43014   1676941     12.62     13.54
4368.89/1095.74	c  N dy 18443   5995668       186      9795         0    137798     43014   2063260     12.62     13.36
4385.61/1099.98	c  N dy 18492   6015747       186      9795         0    156824     43014   2422332     12.62     13.37
4408.73/1105.71	c  N dy 18541   6041640       186      9795         0    181247     43014   2874591     12.61     13.28
4430.66/1111.24	c  N dy 18601   6061985       186      9795         0    200490     43014   3238582     12.61     13.34
4449.80/1116.02	c  N dy 18661   6082081       186      9795         0    117316     43014   1665127     12.61     13.47
4466.16/1120.15	c  N dy 18733   6102109       186      9795         0    136363     43014   2028885     12.61     14.59
4483.69/1124.55	c  N dy 18792   6122137       186      9795         0    155177     43014   2380239     12.61     13.37
4503.64/1129.58	c  N dy 18872   6142189       186      9795         0    174244     43014   2746558     12.61     13.95
4525.98/1135.13	c  N dy 18945   6162626       186      9795         0    193692     43014   3118027     12.61     13.32
4549.10/1140.90	c  N dy 19010   6182787       186      9795         0    109679     43014   1513553     12.61     13.34
4564.27/1144.79	c  N dy 19072   6203062       186      9795         0    128929     43014   1879529     12.61     13.28
4575.43/1147.59	c  S st 19114   6214855       186      9795         0    140125     43014   2095386     12.61   no data
4576.23/1147.76	c  S st 19114   6215357       186      9795         0    140625     43014   2105848     12.61   no data
4576.23/1147.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4576.63/1147.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.08
4576.63/1147.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4576.63/1147.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4576.63/1147.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4576.63/1147.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
4576.63/1147.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4576.63/1147.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4577.03/1147.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4610.91/1156.46	c lits-rem:       759  cl-subs:     6128  v-elim:      0  v-fix:    0  time:  8.50 s
4610.91/1156.46	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
4610.91/1156.49	c vivif2 --  cl tried   134497 cl shrink        0 lits rem          0 time: 0.03
4612.91/1156.95	c asymm  cl-useful: 0/1091/9795 lits-rem:0 time: 0.46
4612.91/1156.96	c calculated reachability. Time: 0.00
4612.91/1156.96	c  N dy 19114   6215357       186      9795         0    134497     43014   2017039     12.61   no data
4635.64/1162.65	c  N dy 19170   6236433       186      9795         0    154351     43014   2382851     12.61     13.29
4659.17/1168.51	c  N dy 19241   6257044       186      9795         0    173810     43014   2749673     12.61     13.29
4683.89/1174.75	c  N dy 19308   6278238       186      9795         0    193977     43014   3128516     12.61     13.30
4706.25/1180.39	c  N dy 19352   6298313       186      9795         0    108947     43014   1495338     12.60     13.40
4721.78/1184.25	c  N dy 19412   6318826       186      9795         0    128359     43014   1861499     12.60     13.41
4739.73/1188.78	c  N dy 19496   6339838       186      9795         0    148307     43014   2243541     12.60     13.27
4759.31/1193.67	c  N dy 19568   6361010       186      9795         0    168317     43014   2623277     12.60     13.30
4780.00/1198.81	c  N dy 19646   6381032       186      9795         0    187215     43014   2985242     12.60     14.95

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366856-1305414631/watcher-3366856-1305414631 -o /tmp/evaluation-result-3366856-1305414631/solver-3366856-1305414631 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366856-1305414631.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: 3.45 6.30 7.39 2/354 18585
/proc/meminfo: memFree=24247956/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=282028 CPUtime=0.01 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) S 18580 18583 18548 0 -1 4202496 1137 0 0 0 1 0 0 0 19 0 4 0 633878556 288796672 1045 33554432000 4194304 4580107 140735923884320 18446744073709551615 228095556078 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 70507 1048 336 95 0 65489 0
[pid=18583/tid=18586] ppid=18580 vsize=282212 CPUtime=0 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 160 0 0 0 0 0 0 0 20 0 4 0 633878556 288985088 1349 33554432000 4194304 4580107 140735923884320 18446744073709551615 4298623 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=282212 CPUtime=0.01 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 310 0 0 0 1 0 0 0 20 0 4 0 633878556 288985088 1349 33554432000 4194304 4580107 140735923884320 18446744073709551615 4295831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=282212 CPUtime=0.01 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 283 0 0 0 1 0 0 0 20 0 4 0 633878556 288985088 1349 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.114883 s]
/proc/loadavg: 3.45 6.30 7.39 2/354 18585
/proc/meminfo: memFree=24247956/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=283252 CPUtime=0.43 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 3409 0 0 0 43 0 0 0 19 0 4 0 633878556 290050048 2751 33554432000 4194304 4580107 140735923884320 18446744073709551615 4318850 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 70813 2751 376 95 0 65795 0
[pid=18583/tid=18586] ppid=18580 vsize=283252 CPUtime=0.1 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 834 0 0 0 10 0 0 0 20 0 4 0 633878556 290050048 2751 33554432000 4194304 4580107 140735923884320 18446744073709551615 4318737 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=283252 CPUtime=0.11 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 917 0 0 0 11 0 0 0 20 0 4 0 633878556 290050048 2751 33554432000 4194304 4580107 140735923884320 18446744073709551615 4318664 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=283252 CPUtime=0.11 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 371 0 0 0 11 0 0 0 20 0 4 0 633878556 290050048 2751 33554432000 4194304 4580107 140735923884320 18446744073709551615 4293125 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 283252

[startup+0.214865 s]
/proc/loadavg: 3.45 6.30 7.39 2/354 18585
/proc/meminfo: memFree=24247956/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=284140 CPUtime=0.83 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 3884 0 0 0 83 0 0 0 19 0 4 0 633878556 290959360 3030 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 71035 3030 376 95 0 66017 0
[pid=18583/tid=18586] ppid=18580 vsize=284140 CPUtime=0.2 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 913 0 0 0 20 0 0 0 20 0 4 0 633878556 290959360 3030 33554432000 4194304 4580107 140735923884320 18446744073709551615 4293097 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=284140 CPUtime=0.21 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 1000 0 0 0 21 0 0 0 20 0 4 0 633878556 290959360 3031 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=284140 CPUtime=0.21 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 582 0 0 0 21 0 0 0 20 0 4 0 633878556 290959360 3031 33554432000 4194304 4580107 140735923884320 18446744073709551615 4318737 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 284140

[startup+0.314846 s]
/proc/loadavg: 3.45 6.30 7.39 2/354 18585
/proc/meminfo: memFree=24247956/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=285944 CPUtime=1.23 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 4562 0 0 0 123 0 0 0 19 0 4 0 633878556 292806656 3124 33554432000 4194304 4580107 140735923884320 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 71486 3124 376 95 0 66468 0
[pid=18583/tid=18586] ppid=18580 vsize=285944 CPUtime=0.3 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 1125 0 0 0 30 0 0 0 20 0 4 0 633878556 292806656 3124 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=285944 CPUtime=0.3 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 1204 0 0 0 30 0 0 0 20 0 4 0 633878556 292806656 3124 33554432000 4194304 4580107 140735923884320 18446744073709551615 4293097 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=285944 CPUtime=0.31 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 645 0 0 0 31 0 0 0 20 0 4 0 633878556 292806656 3124 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 285944

[startup+0.700776 s]
/proc/loadavg: 3.45 6.30 7.39 2/354 18585
/proc/meminfo: memFree=24247956/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=287024 CPUtime=2.77 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 6273 0 0 0 277 0 0 0 19 0 4 0 633878556 293912576 3785 33554432000 4194304 4580107 140735923884320 18446744073709551615 4318760 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 71756 3786 376 95 0 66738 0
[pid=18583/tid=18586] ppid=18580 vsize=287024 CPUtime=0.68 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 1555 0 0 0 68 0 0 0 20 0 4 0 633878556 293912576 3786 33554432000 4194304 4580107 140735923884320 18446744073709551615 4293097 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=287024 CPUtime=0.69 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 1607 0 0 0 69 0 0 0 20 0 4 0 633878556 293912576 3786 33554432000 4194304 4580107 140735923884320 18446744073709551615 4293691 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=287024 CPUtime=0.69 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 1077 0 0 0 69 0 0 0 21 0 4 0 633878556 293912576 3786 33554432000 4194304 4580107 140735923884320 18446744073709551615 4318440 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 287024

[startup+1.50063 s]
/proc/loadavg: 3.45 6.30 7.39 10/362 18593
/proc/meminfo: memFree=24213048/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=288560 CPUtime=5.96 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 9770 0 0 0 595 1 0 0 21 0 4 0 633878556 295485440 4536 33554432000 4194304 4580107 140735923884320 18446744073709551615 4507797 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 72140 4536 378 95 0 67122 0
[pid=18583/tid=18586] ppid=18580 vsize=288560 CPUtime=1.47 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 2446 0 0 0 147 0 0 0 23 0 4 0 633878556 295485440 4536 33554432000 4194304 4580107 140735923884320 18446744073709551615 4292896 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=288560 CPUtime=1.49 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 2439 0 0 0 149 0 0 0 23 0 4 0 633878556 295485440 4536 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=288560 CPUtime=1.49 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 1975 0 0 0 149 0 0 0 23 0 4 0 633878556 295485440 4536 33554432000 4194304 4580107 140735923884320 18446744073709551615 4321828 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 288560

[startup+3.10034 s]
/proc/loadavg: 3.45 6.30 7.39 10/362 18593
/proc/meminfo: memFree=24185400/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=290412 CPUtime=12.35 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 20496 0 0 0 1232 3 0 0 25 0 4 0 633878556 297381888 10833 33554432000 4194304 4580107 140735923884320 18446744073709551615 4293138 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 72603 10833 379 95 0 67585 0
[pid=18583/tid=18586] ppid=18580 vsize=290412 CPUtime=3.05 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 4697 0 0 0 305 0 0 0 25 0 4 0 633878556 297381888 10833 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294400 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=290412 CPUtime=3.09 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 5500 0 0 0 308 1 0 0 25 0 4 0 633878556 297381888 10834 33554432000 4194304 4580107 140735923884320 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=290412 CPUtime=3.08 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 4917 0 0 0 308 0 0 0 25 0 4 0 633878556 297381888 10834 33554432000 4194304 4580107 140735923884320 18446744073709551615 4318719 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 290412

[startup+6.30074 s]
/proc/loadavg: 3.81 6.32 7.39 10/362 18594
/proc/meminfo: memFree=24138232/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=292956 CPUtime=25.11 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 32392 0 0 0 2506 5 0 0 25 0 4 0 633878556 299986944 13384 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 73239 13384 379 95 0 68221 0
[pid=18583/tid=18586] ppid=18580 vsize=292956 CPUtime=6.21 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 8374 0 0 0 621 0 0 0 25 0 4 0 633878556 299986944 13384 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294410 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=292956 CPUtime=6.29 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 8697 0 0 0 628 1 0 0 25 0 4 0 633878556 299986944 13384 33554432000 4194304 4580107 140735923884320 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=292956 CPUtime=6.29 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 7297 0 0 0 628 1 0 0 25 0 4 0 633878556 299986944 13384 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 292956

[startup+12.7006 s]
/proc/loadavg: 4.15 6.35 7.39 10/362 18594
/proc/meminfo: memFree=24097576/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=295324 CPUtime=50.62 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 51627 0 0 0 5054 8 0 0 25 0 4 0 633878556 302411776 17761 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 73831 17761 381 95 0 68813 0
[pid=18583/tid=18586] ppid=18580 vsize=295324 CPUtime=12.53 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 12725 0 0 0 1252 1 0 0 25 0 4 0 633878556 302411776 17761 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=295324 CPUtime=12.69 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 12711 0 0 0 1267 2 0 0 25 0 4 0 633878556 302411776 17761 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=295324 CPUtime=12.68 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 12415 0 0 0 1267 1 0 0 25 0 4 0 633878556 302411776 17761 33554432000 4194304 4580107 140735923884320 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 295324

[startup+25.5012 s]
/proc/loadavg: 5.00 6.43 7.40 10/362 18594
/proc/meminfo: memFree=24061116/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=300004 CPUtime=101.68 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 81599 0 0 0 10152 16 0 0 25 0 4 0 633878556 307204096 22142 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 75001 22142 380 95 0 69983 0
[pid=18583/tid=18586] ppid=18580 vsize=300004 CPUtime=25.18 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 20598 0 0 0 2515 3 0 0 25 0 4 0 633878556 307204096 22142 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=300004 CPUtime=25.49 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 20363 0 0 0 2545 4 0 0 25 0 4 0 633878556 307204096 22142 33554432000 4194304 4580107 140735923884320 18446744073709551615 4295702 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=300004 CPUtime=25.49 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 19479 0 0 0 2546 3 0 0 25 0 4 0 633878556 307204096 22142 33554432000 4194304 4580107 140735923884320 18446744073709551615 4315861 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 300004

[startup+51.1005 s]
/proc/loadavg: 6.18 6.59 7.43 10/362 18595
/proc/meminfo: memFree=24013796/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=295216 CPUtime=203.76 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 128008 0 0 0 20349 27 0 0 25 0 4 0 633878556 302301184 28480 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294345 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 73804 28480 379 95 0 68786 0
[pid=18583/tid=18586] ppid=18580 vsize=295216 CPUtime=50.47 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 31456 0 0 0 5042 5 0 0 25 0 4 0 633878556 302301184 28480 33554432000 4194304 4580107 140735923884320 18446744073709551615 4322544 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=295216 CPUtime=51.09 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 32291 0 0 0 5102 7 0 0 25 0 4 0 633878556 302301184 28480 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=295216 CPUtime=51.08 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 30446 0 0 0 5103 5 0 0 25 0 4 0 633878556 302301184 28480 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 295216

[startup+102.301 s]
/proc/loadavg: 7.21 6.80 7.45 10/362 18596
/proc/meminfo: memFree=23948924/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=311080 CPUtime=407.98 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 205026 0 0 0 40753 45 0 0 25 0 4 0 633878556 318545920 36039 33554432000 4194304 4580107 140735923884320 18446744073709551615 4489504 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 77770 36039 379 95 0 72752 0
[pid=18583/tid=18586] ppid=18580 vsize=311080 CPUtime=101.07 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 50001 0 0 0 10097 10 0 0 25 0 4 0 633878556 318545920 36043 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294487 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=311080 CPUtime=102.3 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 50989 0 0 0 10218 12 0 0 25 0 4 0 633878556 318545920 36043 33554432000 4194304 4580107 140735923884320 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=311080 CPUtime=102.29 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 50495 0 0 0 10220 9 0 0 25 0 4 0 633878556 318545920 36044 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.98
Current children cumulated vsize (KiB) 311080

[startup+162.301 s]

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

[pid=18583] ppid=18580 vsize=491504 CPUtime=2561.51 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 693185 0 0 0 255958 193 0 0 25 0 4 0 633878556 503300096 82207 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 122876 82207 379 95 0 117858 0
[pid=18583/tid=18586] ppid=18580 vsize=491504 CPUtime=634.6 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 176093 0 0 0 63411 49 0 0 25 0 4 0 633878556 503300096 82207 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=491504 CPUtime=642.31 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 173415 0 0 0 64181 50 0 0 25 0 4 0 633878556 503300096 82207 33554432000 4194304 4580107 140735923884320 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=491504 CPUtime=642.28 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 175383 0 0 0 64179 49 0 0 25 0 4 0 633878556 503300096 82207 33554432000 4194304 4580107 140735923884320 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2561.51
Current children cumulated vsize (KiB) 491504

[startup+702.301 s]
/proc/loadavg: 8.14 7.97 7.76 10/362 18612
/proc/meminfo: memFree=23544244/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=544116 CPUtime=2800.8 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 739971 0 0 0 279870 210 0 0 25 0 4 0 633878556 557174784 88795 33554432000 4194304 4580107 140735923884320 18446744073709551615 4293222 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 136029 88795 379 95 0 131011 0
[pid=18583/tid=18586] ppid=18580 vsize=544116 CPUtime=693.88 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 186726 0 0 0 69334 54 0 0 25 0 4 0 633878556 557174784 88795 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=544116 CPUtime=702.31 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 189048 0 0 0 70177 54 0 0 25 0 4 0 633878556 557174784 88795 33554432000 4194304 4580107 140735923884320 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=544116 CPUtime=702.27 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 186253 0 0 0 70175 52 0 0 25 0 4 0 633878556 557174784 88795 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2800.8
Current children cumulated vsize (KiB) 544116

[startup+762.301 s]
/proc/loadavg: 8.05 7.97 7.78 10/362 18614
/proc/meminfo: memFree=23521632/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=560120 CPUtime=3040.1 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 781517 0 0 0 303786 224 0 0 25 0 4 0 633878556 573562880 87306 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294468 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 140030 87306 379 95 0 135012 0
[pid=18583/tid=18586] ppid=18580 vsize=560120 CPUtime=753.18 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 197174 0 0 0 75260 58 0 0 25 0 4 0 633878556 573562880 87306 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=560120 CPUtime=762.33 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 199226 0 0 0 76176 57 0 0 25 0 4 0 633878556 573562880 87306 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=560120 CPUtime=762.28 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 196554 0 0 0 76171 57 0 0 25 0 4 0 633878556 573562880 87306 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3040.1
Current children cumulated vsize (KiB) 560120

[startup+822.301 s]
/proc/loadavg: 8.11 8.00 7.80 10/362 18615
/proc/meminfo: memFree=23505484/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=561764 CPUtime=3279.36 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 822990 0 0 0 327698 238 0 0 25 0 4 0 633878556 575246336 91597 33554432000 4194304 4580107 140735923884320 18446744073709551615 4293222 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 140441 91597 383 95 0 135423 0
[pid=18583/tid=18586] ppid=18580 vsize=561764 CPUtime=812.44 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 205869 0 0 0 81184 60 0 0 25 0 4 0 633878556 575246336 91597 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=561764 CPUtime=822.31 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 210990 0 0 0 82171 60 0 0 25 0 4 0 633878556 575246336 91597 33554432000 4194304 4580107 140735923884320 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=561764 CPUtime=822.27 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 207250 0 0 0 82167 60 0 0 25 0 4 0 633878556 575246336 91597 33554432000 4194304 4580107 140735923884320 18446744073709551615 4321314 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3279.36
Current children cumulated vsize (KiB) 561764

[startup+882.314 s]
/proc/loadavg: 8.04 8.00 7.81 11/363 18620
/proc/meminfo: memFree=23495772/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=562528 CPUtime=3518.64 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 861983 0 0 0 351614 250 0 0 25 0 4 0 633878556 576028672 89471 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 140632 89471 383 95 0 135614 0
[pid=18583/tid=18586] ppid=18580 vsize=562528 CPUtime=871.73 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 216016 0 0 0 87109 64 0 0 25 0 4 0 633878556 576028672 89471 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=562528 CPUtime=882.32 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 220676 0 0 0 88170 62 0 0 25 0 4 0 633878556 576028672 89471 33554432000 4194304 4580107 140735923884320 18446744073709551615 4293208 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=562528 CPUtime=882.24 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 216068 0 0 0 88160 64 0 0 25 0 4 0 633878556 576028672 89471 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3518.64
Current children cumulated vsize (KiB) 562528

[startup+942.301 s]
/proc/loadavg: 8.26 8.10 7.85 10/362 18622
/proc/meminfo: memFree=23487964/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=563116 CPUtime=3757.1 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 897156 0 0 0 375445 265 0 0 25 0 4 0 633878556 576630784 93332 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 140779 93332 383 95 0 135761 0
[pid=18583/tid=18586] ppid=18580 vsize=563116 CPUtime=931 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 224791 0 0 0 93033 67 0 0 25 0 4 0 633878556 576630784 93332 33554432000 4194304 4580107 140735923884320 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=563116 CPUtime=941.62 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 229275 0 0 0 94097 65 0 0 25 0 4 0 633878556 576630784 93332 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=563116 CPUtime=942.12 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 225168 0 0 0 94144 68 0 0 25 0 4 0 633878556 576630784 93332 33554432000 4194304 4580107 140735923884320 18446744073709551615 4305148 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3757.1
Current children cumulated vsize (KiB) 563116

[startup+1002.3 s]
/proc/loadavg: 8.13 8.09 7.86 10/362 18623
/proc/meminfo: memFree=23483104/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=563816 CPUtime=3996.36 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 935345 0 0 0 399357 279 0 0 25 0 4 0 633878556 577347584 92202 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 140954 92203 383 95 0 135936 0
[pid=18583/tid=18586] ppid=18580 vsize=563816 CPUtime=990.27 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 233505 0 0 0 98956 71 0 0 25 0 4 0 633878556 577347584 92203 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=563816 CPUtime=1001.63 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 237806 0 0 0 100094 69 0 0 25 0 4 0 633878556 577347584 92203 33554432000 4194304 4580107 140735923884320 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=563816 CPUtime=1002.13 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 235635 0 0 0 100141 72 0 0 25 0 4 0 633878556 577347584 92203 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3996.36
Current children cumulated vsize (KiB) 563816

[startup+1062.3 s]
/proc/loadavg: 8.27 8.13 7.89 10/362 18625
/proc/meminfo: memFree=23457164/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=565636 CPUtime=4235.65 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 973885 0 0 0 423272 293 0 0 25 0 4 0 633878556 579211264 93315 33554432000 4194304 4580107 140735923884320 18446744073709551615 4318664 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 141409 93315 383 95 0 136391 0
[pid=18583/tid=18586] ppid=18580 vsize=565636 CPUtime=1049.54 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 244387 0 0 0 104880 74 0 0 25 0 4 0 633878556 579211264 93315 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=565636 CPUtime=1061.63 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 246325 0 0 0 106091 72 0 0 25 0 4 0 633878556 579211264 93315 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=565636 CPUtime=1062.13 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 244215 0 0 0 106137 76 0 0 25 0 4 0 633878556 579211264 93315 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4235.65
Current children cumulated vsize (KiB) 565636

[startup+1122.3 s]
/proc/loadavg: 8.24 8.14 7.91 10/362 18626
/proc/meminfo: memFree=23464184/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=566212 CPUtime=4474.94 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 1009289 0 0 0 447189 305 0 0 25 0 4 0 633878556 579801088 95523 33554432000 4194304 4580107 140735923884320 18446744073709551615 4293222 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 141553 95523 383 95 0 136535 0
[pid=18583/tid=18586] ppid=18580 vsize=566212 CPUtime=1108.83 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 253186 0 0 0 110805 78 0 0 25 0 4 0 633878556 579801088 95523 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=566212 CPUtime=1121.63 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 255147 0 0 0 112089 74 0 0 25 0 4 0 633878556 579801088 95523 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=566212 CPUtime=1122.13 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 252838 0 0 0 112135 78 0 0 25 0 4 0 633878556 579801088 95523 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4474.94
Current children cumulated vsize (KiB) 566212

[startup+1182.3 s]
/proc/loadavg: 8.09 8.11 7.91 10/362 18628
/proc/meminfo: memFree=23369916/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=633440 CPUtime=4714.2 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 1052802 0 0 0 471102 318 0 0 25 0 4 0 633878556 648642560 103660 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 158360 103660 379 95 0 153342 0
[pid=18583/tid=18586] ppid=18580 vsize=633440 CPUtime=1168.12 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 263895 0 0 0 116730 82 0 0 25 0 4 0 633878556 648642560 103660 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=633440 CPUtime=1181.63 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 266028 0 0 0 118086 77 0 0 25 0 4 0 633878556 648642560 103660 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=633440 CPUtime=1182.13 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 266315 0 0 0 118131 82 0 0 25 0 4 0 633878556 648642560 103660 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4714.2
Current children cumulated vsize (KiB) 633440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.06 8.10 7.91 5/357 18630
/proc/meminfo: memFree=23814116/32951124 swapFree=65980216/67111528
[pid=18583] ppid=18580 vsize=633896 CPUtime=4800.36 cores=0,2,4,6
/proc/18583/stat : 18583 (strangenight2-m) R 18580 18583 18548 0 -1 4202496 1065284 0 0 0 479713 323 0 0 25 0 4 0 633878556 649109504 107723 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294468 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18583/statm: 158474 107723 379 95 0 153456 0
[pid=18583/tid=18586] ppid=18580 vsize=633896 CPUtime=1189.46 cores=0,2,4,6
/proc/18583/task/18586/stat : 18586 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 267528 0 0 0 118863 83 0 0 25 0 4 0 633878556 649109504 107724 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18583/tid=18587] ppid=18580 vsize=633896 CPUtime=1203.24 cores=0,2,4,6
/proc/18583/task/18587/stat : 18587 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 269426 0 0 0 120246 78 0 0 25 0 4 0 633878556 649109504 107724 33554432000 4194304 4580107 140735923884320 18446744073709551615 4406340 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18583/tid=18588] ppid=18580 vsize=633896 CPUtime=1203.74 cores=0,2,4,6
/proc/18583/task/18588/stat : 18588 (strangenight2-m) R 18580 18583 18548 0 -1 4202560 269889 0 0 0 120291 83 0 0 25 0 4 0 633878556 649109504 107724 33554432000 4194304 4580107 140735923884320 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 633896

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): 1203.94
CPU time (s): 4800.43
CPU user time (s): 4797.18
CPU system time (s): 3.2535
CPU usage (%): 398.727
Max. virtual memory (cumulated for all children) (KiB): 699644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.18
system time used= 3.25351
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1065286
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= 907
involuntary context switches= 43595

runsolver used 3.9284 second user time and 10.3834 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-15 01:10:31
IDJOB=3366856
IDBENCH=83356
IDSOLVER=1844
FILE ID=node142/3366856-1305414631
RUNJOBID= node142-1305414631-18566
PBS_JOBID= 13324550
Free space on /tmp= 73444 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
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-3366856-1305414631/watcher-3366856-1305414631 -o /tmp/evaluation-result-3366856-1305414631/solver-3366856-1305414631 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366856-1305414631.cnf

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

MD5SUM BENCH= 642fce7e30a701c3223fa5771c2e57dc
RANDOM SEED=859695180

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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:     32951124 kB
MemFree:      24248524 kB
Buffers:        319076 kB
Cached:        3837500 kB
SwapCached:      11520 kB
Active:        6047188 kB
Inactive:      2321824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24248524 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:           11040 kB
Writeback:           8 kB
AnonPages:     4209832 kB
Mapped:          19356 kB
Slab:           234188 kB
PageTables:      32164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77017696 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= 73432 MiB
End job on node142 at 2011-05-15 01:30:37