Trace number 3366723

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.12 1203.34

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-16_238.cnf
MD5SUMb61e426b264831836f140414cdcf3e23
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 variables238
Number of clauses15812
Sum of the clauses size70446
Maximum clause length16
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314042
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51770

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366723-1305414796.cnf'
0.00/0.01	c -- header says num vars:            238
0.00/0.01	c -- header says num clauses:       15812
0.00/0.07	c -- clauses added:            0 learnts,        15812 normals,            0 xors
0.00/0.07	c -- vars added        238
0.00/0.07	c Parsing time:  0.00 s
0.00/0.07	c  N st     0         0       238     15812         0         0     70446         0   no data   no data
0.00/0.07	c asymm  cl-useful: 0/15812/15812 lits-rem:0 time: 0.06
0.00/0.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.27/0.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.27/0.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.27/0.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.27/0.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
0.27/0.08	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
0.27/0.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
0.27/0.38	c Finding binary XORs  T:     0.00 s  found:       0
0.27/0.38	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.27/0.38	c calculated reachability. Time: 0.00
0.27/0.38	c Calc default polars -  time:   0.00 s pos:     238 undec:       0 neg:       0
0.27/0.38	c =========================================================================================
0.27/0.38	c types(t): F = full restart, N = normal restart
0.27/0.38	c types(t): S = simplification begin/end, E = solution found
0.27/0.38	c restart types(rt): st = static, dy = dynamic
0.27/0.38	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.27/0.38	c  B st     0         0       238     15812         0         0     70446         0   no data   no data
0.27/0.38	c  N dy     9      4825       238     15812         0      4670     70446    130216     16.18     17.04
2.77/0.71	c  N dy    29      8837       238     15812         0      6102     70446    158597     16.72     24.66
3.56/0.95	c  N dy    53     14197       238     15812         0      7197     70446    181390     17.28     18.26
4.36/1.15	c  N dy    56     18239       238     15812         0      5653     70446    125789     16.73     19.78
5.56/1.45	c  N dy    80     23015       238     15812         0     10301     70446    252380     16.86     17.79
5.96/1.55	c  F st    92     25003       238     15812         0     12208     70446    306582     16.99     14.63
6.36/1.69	c  N st    96     27035       238     15812         0      7585     70446    168820     16.99   no data
7.15/1.87	c  S st    98     30001       238     15812         0     10466     70446    252131     16.99   no data
7.55/1.91	c  S st    98     30502       238     15812         0     10964     70446    266442     16.99   no data
7.55/1.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.55/1.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.55/1.91	c blocked clauses removed:        0 vars:      0 tried:         238 T: 0.00 s
7.55/1.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.55/1.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.55/1.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
7.55/1.92	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
7.55/1.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.55/1.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.95/2.02	c lits-rem:        54  cl-subs:      382  v-elim:      0  v-fix:    0  time:  0.09 s
8.35/2.19	c asymm  cl-useful: 0/15812/15812 lits-rem:0 time: 0.17
8.35/2.19	c calculated reachability. Time: 0.00
8.35/2.19	c  N dy    98     30502       238     15812         0     10582     70446    258680     16.99   no data
10.34/2.64	c  N dy   116     37417       238     15812         0      9611     70446    212120     16.88     17.79
11.54/2.93	c  N dy   121     41974       238     15812         0     14013     70446    329287     16.77     17.86
12.74/3.21	c  S st   130     45753       238     15812         0      8987     70446    186213     16.66     12.27
12.74/3.24	c  S st   130     46255       238     15812         0      9486     70446    200472     16.66   no data
12.74/3.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.74/3.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
12.74/3.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.74/3.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.74/3.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.74/3.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
12.74/3.25	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
12.74/3.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
12.74/3.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.74/3.28	c lits-rem:        19  cl-subs:      106  v-elim:      0  v-fix:    0  time:  0.02 s
12.74/3.28	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
12.74/3.28	c vivif2 --  cl tried     9380 cl shrink        0 lits rem          0 time: 0.00
13.58/3.43	c asymm  cl-useful: 0/15812/15812 lits-rem:0 time: 0.15
13.58/3.43	c calculated reachability. Time: 0.00
13.58/3.43	c  N dy   130     46255       238     15812         0      9380     70446    198748     16.66   no data
14.73/3.74	c  N dy   145     51023       238     15812         0     13936     70446    321536     16.66     17.56
16.33/4.16	c  N dy   170     56758       238     15812         0      9868     70446    200208     16.76     17.69
17.52/4.44	c  N dy   183     61200       238     15812         0     14194     70446    319619     16.75     17.80
18.72/4.75	c  N dy   212     65243       238     15812         0     18123     70446    431135     16.88     18.98
19.92/5.05	c  S st   221     69382       238     15812         0     11510     70446    239006     16.87     14.94
19.92/5.09	c  S st   221     69888       238     15812         0     12013     70446    253540     16.87   no data
19.92/5.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.92/5.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
19.92/5.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.92/5.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.92/5.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.92/5.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
19.92/5.10	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
20.32/5.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
20.32/5.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.32/5.14	c lits-rem:        15  cl-subs:       88  v-elim:      0  v-fix:    0  time:  0.03 s
20.32/5.14	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
20.32/5.14	c vivif2 --  cl tried    11925 cl shrink        0 lits rem          0 time: 0.00
21.12/5.32	c asymm  cl-useful: 0/15812/15812 lits-rem:0 time: 0.17
21.12/5.32	c calculated reachability. Time: 0.00
21.12/5.32	c  N dy   221     69888       238     15812         0     11925     70446    251788     16.87   no data
22.35/5.61	c  N dy   236     74433       238     15812         0     16298     70446    370489     16.85     17.81
24.30/6.10	c  N dy   243     80955       238     15812         0     22452     70446    519511     16.57     17.51
25.51/6.47	c  N dy   268     86147       238     15812         0     15966     70446    343735     16.62     20.37
25.91/6.57	c  F st   278     87500       238     15812         0     17273     70446    380805     16.65   no data
27.49/6.94	c  N dy   284     92695       238     15812         0     22324     70446    526577     16.65   no data
30.30/7.61	c  N dy   307    101790       238     15812         0     18521     70446    393380     16.54     17.51
31.13/7.83	c  S st   319    104832       238     15812         0     21439     70446    471924     16.54     14.28
31.13/7.87	c  S st   319    105332       238     15812         0     21933     70446    485962     16.54   no data
31.13/7.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.13/7.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
31.13/7.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.13/7.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.13/7.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.13/7.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
31.13/7.88	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
31.13/7.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
31.13/7.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.28/8.15	c lits-rem:       200  cl-subs:     1037  v-elim:      0  v-fix:    0  time:  0.25 s
32.28/8.15	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
32.28/8.16	c vivif2 --  cl tried    20896 cl shrink        0 lits rem          0 time: 0.00
33.08/8.35	c asymm  cl-useful: 0/10408/15812 lits-rem:0 time: 0.19
33.08/8.35	c calculated reachability. Time: 0.00
33.08/8.35	c  N dy   319    105332       238     15812         0     20896     70446    468201     16.54   no data
35.51/8.92	c  N dy   345    112542       238     15812         0     14354     70446    283416     16.55     17.54
37.47/9.49	c  N dy   374    120412       238     15812         0     21915     70446    487416     16.56     17.84
40.30/10.12	c  N dy   402    128097       238     15812         0     14889     70446    292283     16.55     18.09
42.25/10.69	c  N dy   423    136367       238     15812         0     22849     70446    506422     16.53     20.74
45.45/11.41	c  N dy   441    145266       238     15812         0     16027     70446    304323     16.47     17.44
49.08/12.36	c  N dy   469    157559       238     15812         0     27855     70446    613287     16.41     17.32
49.08/12.39	c  S st   470    157999       238     15812         0     28282     70446    625102     16.41     17.03
49.43/12.45	c  S st   470    158503       238     15812         0     28785     70446    639013     16.41   no data
49.43/12.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.43/12.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
49.43/12.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.43/12.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.43/12.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.43/12.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
49.43/12.46	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
49.43/12.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
49.43/12.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.03/12.89	c lits-rem:       126  cl-subs:     1264  v-elim:      0  v-fix:    0  time:  0.40 s
51.03/12.89	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
51.43/12.90	c vivif2 --  cl tried    27521 cl shrink        0 lits rem          0 time: 0.01
51.83/13.01	c asymm  cl-useful: 0/5404/15812 lits-rem:0 time: 0.11
51.83/13.01	c calculated reachability. Time: 0.00
51.83/13.01	c  N dy   470    158503       238     15812         0     27521     70446    615417     16.41   no data
55.42/13.91	c  N dy   507    169830       238     15812         0     22075     70446    450578     16.38     17.43
59.41/14.91	c  N dy   549    182110       238     15812         0     33905     70446    766209     16.36     17.32
63.39/15.95	c  N dy   601    195075       238     15812         0     29091     70446    632831     16.37     17.30
67.79/17.05	c  N dy   628    207606       238     15812         0     22814     70446    452358     16.33     17.26
73.37/18.48	c  N dy   652    223529       238     15812         0     38115     70446    845148     16.23     17.31
78.16/19.65	c  S st   682    237756       238     15812         0     32518     70446    700064     16.18   no data
78.56/19.71	c  S st   682    238260       238     15812         0     33018     70446    714824     16.18   no data
78.56/19.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
78.56/19.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
78.56/19.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
78.56/19.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
78.56/19.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.56/19.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
78.56/19.72	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
78.56/19.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
78.56/19.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.54/20.29	c lits-rem:       240  cl-subs:     1652  v-elim:      0  v-fix:    0  time:  0.54 s
80.54/20.29	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
80.54/20.30	c vivif2 --  cl tried    31366 cl shrink        0 lits rem          0 time: 0.01
81.74/20.50	c asymm  cl-useful: 0/7545/15812 lits-rem:0 time: 0.20
81.74/20.50	c calculated reachability. Time: 0.00
81.74/20.50	c  N dy   682    238260       238     15812         0     31366     70446    685348     16.18   no data
87.33/21.94	c  N dy   732    254842       238     15812         0     27167     70446    545515     16.15     17.06
93.31/23.45	c  N dy   801    271204       238     15812         0     21793     70446    390845     16.16     19.19
99.70/25.04	c  N dy   878    289526       238     15812         0     39461     70446    858104     16.19     17.11
105.72/26.52	c  F st   940    306250       238     15812         0     33435     70446    677530     16.18     14.31
106.12/26.69	c  N st   944    308285       238     15812         0     35384     70446    728089     16.18   no data
115.65/29.05	c  N dy   960    335255       238     15812         0     38228     70446    773807     16.04     16.96
123.27/31.01	c  N dy  1043    355947       238     15812         0     34083     70446    679236     16.06     17.01
124.02/31.14	c  S st  1051    357391       238     15812         0     35466     70446    715598     16.06     14.97
124.42/31.20	c  S st  1051    357892       238     15812         0     35965     70446    729920     16.06   no data
124.42/31.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
124.42/31.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
124.42/31.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
124.42/31.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
124.42/31.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
124.42/31.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
124.42/31.22	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
124.42/31.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
124.42/31.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
126.42/31.73	c lits-rem:       130  cl-subs:      970  v-elim:      0  v-fix:    0  time:  0.49 s
126.42/31.74	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
126.42/31.74	c vivif2 --  cl tried    34995 cl shrink        0 lits rem          0 time: 0.01
127.22/31.96	c asymm  cl-useful: 0/7462/15812 lits-rem:0 time: 0.21
127.22/31.96	c calculated reachability. Time: 0.00
127.22/31.96	c  N dy  1051    357892       238     15812         0     34995     70446    711175     16.06   no data
135.20/33.96	c  N dy  1141    377914       238     15812         0     29302     70446    552974     16.11     20.83
143.17/35.98	c  N dy  1176    398585       238     15812         0     49176     70446   1062252     16.07     16.95
153.98/38.63	c  N dy  1233    424741       238     15812         0     48391     70446   1009811     16.01     16.99
161.53/40.57	c  N dy  1289    445101       238     15812         0     41032     70446    835552     15.98     16.97
169.90/42.67	c  N dy  1382    465434       238     15812         0     32742     70446    618942     16.02     16.94
177.88/44.66	c  N dy  1445    485503       238     15812         0     52062     70446   1117760     16.00     20.12
185.86/46.65	c  N dy  1501    506168       238     15812         0     43104     70446    876864     15.99     16.88
195.43/49.08	c  N dy  1561    528344       238     15812         0     34534     70446    634281     15.96     16.87
198.63/49.84	c  S st  1577    536838       238     15812         0     42684     70446    836988     15.94     10.67
199.02/49.90	c  S st  1577    537341       238     15812         0     43186     70446    850611     15.94   no data
199.02/49.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
199.02/49.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
199.02/49.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
199.02/49.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
199.02/49.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
199.02/49.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
199.02/49.92	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
199.02/49.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
199.02/49.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
201.82/50.62	c lits-rem:       246  cl-subs:     1478  v-elim:      0  v-fix:    0  time:  0.66 s
201.82/50.62	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
201.82/50.63	c vivif2 --  cl tried    41708 cl shrink        0 lits rem          0 time: 0.01
201.82/50.65	c asymm  cl-useful: 0/805/15812 lits-rem:0 time: 0.02
201.82/50.65	c calculated reachability. Time: 0.00
201.82/50.65	c  N dy  1577    537341       238     15812         0     41708     70446    824875     15.94   no data
211.43/53.02	c  N dy  1662    557900       238     15812         0     61475     70446   1338905     15.94     16.96
219.37/55.02	c  N dy  1746    577994       238     15812         0     50106     70446   1036487     15.97     16.83
229.73/57.68	c  N dy  1831    602383       238     15812         0     41808     70446    793873     15.96     16.97
239.31/60.05	c  N dy  1863    625221       238     15812         0     63724     70446   1327686     15.91     16.77
251.27/63.03	c  N dy  1942    654445       238     15812         0     59105     70446   1228643     15.89     16.84
260.45/65.39	c  N dy  2043    675955       238     15812         0     46121     70446    883971     15.91     16.83
271.22/68.01	c  N dy  2096    698569       238     15812         0     67836     70446   1435319     15.89     16.79
279.60/70.16	c  N dy  2154    718737       238     15812         0     52623     70446   1046328     15.88     16.73
290.02/72.75	c  N dy  2222    738744       238     15812         0     36304     70446    613400     15.88     26.46
297.55/74.67	c  N dy  2253    759105       238     15812         0     55757     70446   1094994     15.85     16.82
308.32/77.36	c  N dy  2322    781648       238     15812         0     40931     70446    716481     15.84     16.72
317.90/79.71	c  N dy  2414    802868       238     15812         0     61329     70446   1246380     15.85     16.75
319.10/80.02	c  S st  2415    806012       238     15812         0     64325     70446   1322755     15.84     13.41
319.50/80.10	c  S st  2415    806514       238     15812         0     64824     70446   1336670     15.84   no data
319.50/80.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
319.50/80.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
319.50/80.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
319.50/80.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
319.50/80.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
319.50/80.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
319.50/80.14	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
319.50/80.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
319.50/80.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
328.27/82.30	c lits-rem:       464  cl-subs:     3073  v-elim:      0  v-fix:    0  time:  2.11 s
328.27/82.30	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
328.27/82.32	c vivif2 --  cl tried    61751 cl shrink        0 lits rem          0 time: 0.02
329.07/82.56	c asymm  cl-useful: 0/3655/15812 lits-rem:0 time: 0.24
329.07/82.56	c calculated reachability. Time: 0.00
329.07/82.56	c  N dy  2415    806514       238     15812         0     61751     70446   1280576     15.84   no data
341.83/85.78	c  N dy  2456    834544       238     15812         0     51303     70446    980498     15.80     16.65
351.85/88.24	c  N dy  2531    854590       238     15812         0     70592     70446   1477400     15.80     16.68
361.37/90.64	c  N dy  2590    874837       238     15812         0     51640     70446    975629     15.80     16.95
371.35/93.19	c  N dy  2661    895923       238     15812         0     71908     70446   1490126     15.79     16.76
382.56/95.92	c  N dy  2738    919608       238     15812         0     55244     70446   1065594     15.79     16.69
392.09/98.39	c  N dy  2816    939609       238     15812         0     74419     70446   1556908     15.79     16.62
403.27/101.15	c  N dy  2882    963573       238     15812         0     57173     70446   1100562     15.78     16.73
414.43/103.97	c  N dy  2974    985507       238     15812         0     78286     70446   1650735     15.79     16.63
426.05/106.91	c  N dy  3032   1011362       238     15812         0     61615     70446   1185814     15.77     16.88
440.75/110.52	c  N dy  3121   1038694       238     15812         0     45686     70446    784407     15.75     16.65
450.33/112.98	c  N dy  3200   1059769       238     15812         0     65997     70446   1306971     15.76     16.60
456.75/114.51	c  F st  3224   1071875       238     15812         0     77681     70446   1602983     15.75     16.11
460.71/115.56	c  N dy  3242   1079773       238     15812         0     85268     70446   1797592     15.75     18.71
470.67/118.02	c  N dy  3337   1100354       238     15812         0     61861     70446   1201896     15.76     16.63
481.05/120.69	c  N dy  3424   1120639       238     15812         0     81411     70446   1712350     15.77     16.65
499.00/125.14	c  N dy  3492   1157383       238     15812         0     72292     70446   1398309     15.73     16.61
510.17/127.98	c  N dy  3555   1177491       238     15812         0     46496     70446    788151     15.72     16.60
519.35/130.23	c  N dy  3618   1197573       238     15812         0     65720     70446   1269327     15.72     17.42
526.97/132.14	c  S st  3684   1209774       238     15812         0     77458     70446   1571902     15.73     15.78
527.37/132.26	c  S st  3684   1210279       238     15812         0     77961     70446   1586334     15.73   no data
527.37/132.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
527.72/132.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
527.72/132.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
527.72/132.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
527.72/132.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
527.72/132.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
527.72/132.31	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
527.72/132.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
527.72/132.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
548.47/137.59	c lits-rem:       380  cl-subs:     3620  v-elim:      0  v-fix:    0  time:  5.21 s
548.47/137.59	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
548.90/137.61	c vivif2 --  cl tried    74341 cl shrink        0 lits rem          0 time: 0.02
550.46/138.01	c asymm  cl-useful: 0/3124/15812 lits-rem:0 time: 0.40
550.46/138.01	c calculated reachability. Time: 0.00
550.46/138.01	c  N dy  3684   1210279       238     15812         0     74341     70446   1520399     15.73   no data
564.02/141.49	c  N dy  3782   1230292       238     15812         0     47594     70446    811245     15.74     18.59
573.60/143.89	c  N dy  3866   1250944       238     15812         0     67480     70446   1329973     15.75     16.60
585.16/146.76	c  N dy  3964   1270952       238     15812         0     86721     70446   1830449     15.76     17.95
595.53/149.39	c  N dy  4001   1291901       238     15812         0     59805     70446   1114748     15.75     16.60
605.94/151.99	c  N dy  4073   1311941       238     15812         0     79092     70446   1613681     15.75     17.83
617.87/154.96	c  N dy  4136   1331950       238     15812         0     50247     70446    862175     15.75     18.67
632.67/158.62	c  N dy  4182   1360039       238     15812         0     77062     70446   1502725     15.71     16.59
645.00/161.80	c  N dy  4202   1381046       238     15812         0     96949     70446   1960650     15.69     16.52
655.37/164.33	c  N dy  4282   1401131       238     15812         0     67563     70446   1280495     15.69     17.72
666.94/167.23	c  N dy  4391   1421201       238     15812         0     86847     70446   1789319     15.70     19.71
679.31/170.37	c  N dy  4451   1442874       238     15812         0     57681     70446   1001775     15.69     16.70
689.32/172.87	c  N dy  4506   1463085       238     15812         0     76961     70446   1469967     15.68     16.52
701.64/175.96	c  N dy  4563   1483945       238     15812         0     97050     70446   1971202     15.67     16.51
714.41/179.11	c  N dy  4668   1506461       238     15812         0     67975     70446   1272370     15.68     16.54
725.98/182.08	c  N dy  4731   1527930       238     15812         0     88676     70446   1790780     15.68     16.57
739.14/185.30	c  N dy  4798   1549696       238     15812         0     57707     70446    987600     15.68     16.51
749.11/187.89	c  N dy  4856   1570640       238     15812         0     77870     70446   1492382     15.67     16.58
764.67/191.78	c  N dy  4865   1598716       238     15812         0    104812     70446   2129281     15.65     16.54
775.04/194.40	c  N dy  4930   1619081       238     15812         0     71465     70446   1323881     15.64     16.65
787.81/197.59	c  N dy  5051   1640570       238     15812         0     92216     70446   1868332     15.66     16.51
802.57/201.24	c  N dy  5084   1665820       238     15812         0     62508     70446   1077059     15.63     16.46
814.94/204.31	c  N dy  5162   1688868       238     15812         0     84690     70446   1633241     15.63     16.51
827.71/207.54	c  N dy  5221   1710279       238     15812         0    105309     70446   2153150     15.63     13.88
827.71/207.54	c  S st  5221   1710279       238     15812         0    105309     70446   2153150     15.63     13.88
828.10/207.68	c  S st  5221   1710779       238     15812         0    105808     70446   2167877     15.63   no data
828.10/207.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
828.50/207.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
828.50/207.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
828.50/207.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
828.50/207.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
828.50/207.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
828.50/207.74	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
828.50/207.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
828.90/207.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
854.03/214.16	c lits-rem:       741  cl-subs:     6661  v-elim:      0  v-fix:    0  time:  6.34 s
854.03/214.16	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
854.03/214.19	c vivif2 --  cl tried    99147 cl shrink        0 lits rem          0 time: 0.03
855.63/214.53	c asymm  cl-useful: 0/2072/15812 lits-rem:0 time: 0.34
855.63/214.53	c calculated reachability. Time: 0.00
855.63/214.53	c  N dy  5221   1710779       238     15812         0     99147     70446   2049361     15.63   no data
867.99/217.62	c  N dy  5266   1731013       238     15812         0     63911     70446   1117931     15.62     16.50
879.16/220.47	c  N dy  5289   1754618       238     15812         0     86510     70446   1655295     15.59     16.44
891.57/223.52	c  N dy  5317   1776771       238     15812         0    107642     70446   2174171     15.57     16.42
903.90/226.65	c  N dy  5359   1800517       238     15812         0     74722     70446   1352009     15.55     16.40
916.66/229.87	c  N dy  5402   1823674       238     15812         0     96967     70446   1898608     15.54     16.42
930.66/233.36	c  N dy  5515   1844001       238     15812         0     60059     70446   1006787     15.56     16.68
941.79/236.13	c  N dy  5577   1864160       238     15812         0     79377     70446   1492395     15.55     16.40
956.15/239.79	c  N dy  5687   1884815       238     15812         0     99263     70446   2006495     15.56     16.42
969.32/243.02	c  N dy  5718   1906220       238     15812         0     62258     70446   1049954     15.55     16.60
980.08/245.73	c  N dy  5799   1926696       238     15812         0     82018     70446   1555257     15.55     16.42
993.25/249.05	c  N dy  5889   1947426       238     15812         0    101964     70446   2066336     15.56     16.38
1007.21/252.58	c  N dy  5966   1967467       238     15812         0     62607     70446   1043899     15.56     16.98
1018.42/255.33	c  N dy  6073   1987547       238     15812         0     82033     70446   1546848     15.57     16.71
1031.15/258.51	c  N dy  6165   2007821       238     15812         0    101577     70446   2044132     15.57     16.61
1045.51/262.12	c  N dy  6222   2029032       238     15812         0     62290     70446   1024934     15.57     16.42
1056.28/264.81	c  N dy  6308   2049051       238     15812         0     81576     70446   1514219     15.57     16.42
1070.65/268.50	c  N dy  6348   2075642       238     15812         0    107029     70446   2130246     15.56     16.41
1085.40/272.13	c  N dy  6401   2097368       238     15812         0     67356     70446   1136096     15.55     16.48
1096.57/274.98	c  N dy  6449   2119111       238     15812         0     88188     70446   1645796     15.54     16.48
1110.14/278.38	c  N dy  6510   2139117       238     15812         0    107401     70446   2125902     15.54     16.38
1124.49/281.96	c  N dy  6568   2160178       238     15812         0     66136     70446   1109066     15.53     16.42
1138.05/285.40	c  N dy  6612   2186396       238     15812         0     91170     70446   1704049     15.52     16.41
1151.62/288.79	c  N dy  6703   2206432       238     15812         0    110396     70446   2198148     15.52     18.88
1154.45/289.49	c  S st  6706   2210782       238     15812         0    114558     70446   2297195     15.52     15.13
1155.20/289.62	c  S st  6706   2211285       238     15812         0    115061     70446   2312830     15.52   no data
1155.20/289.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1155.20/289.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
1155.20/289.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1155.20/289.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1155.20/289.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1155.20/289.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
1155.20/289.68	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1155.60/289.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1155.60/289.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1183.14/296.69	c lits-rem:      1147  cl-subs:     6828  v-elim:      0  v-fix:    0  time:  6.92 s
1183.14/296.69	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
1183.54/296.72	c vivif2 --  cl tried   108233 cl shrink        0 lits rem          0 time: 0.03
1184.74/297.07	c asymm  cl-useful: 0/2449/15812 lits-rem:0 time: 0.35
1184.74/297.08	c calculated reachability. Time: 0.00
1184.74/297.08	c  N dy  6706   2211285       238     15812         0    108233     70446   2193122     15.52   no data
1199.48/300.74	c  N dy  6750   2232954       238     15812         0     66828     70446   1108561     15.51     16.38
1210.26/303.44	c  N dy  6801   2253211       238     15812         0     86197     70446   1585100     15.51     16.51
1222.22/306.43	c  N dy  6825   2274732       238     15812         0    106740     70446   2079497     15.49     16.38
1235.78/309.80	c  N dy  6871   2294777       238     15812         0    125971     70446   2548875     15.48     16.42
1247.00/312.68	c  N dy  6913   2315926       238     15812         0     82993     70446   1497233     15.48     16.29
1259.33/315.77	c  N dy  6966   2336085       238     15812         0    102438     70446   1978203     15.47     16.35
1274.48/319.51	c  N dy  7011   2356149       238     15812         0    121639     70446   2439894     15.46     20.48
1288.05/322.97	c  N dy  7072   2376837       238     15812         0     77245     70446   1345267     15.46     16.35
1304.05/326.95	c  N dy  7157   2403341       238     15812         0    102627     70446   1973601     15.46     16.33
1319.16/330.72	c  N dy  7245   2423824       238     15812         0    122371     70446   2473805     15.46     16.46
1334.77/334.67	c  N dy  7269   2449552       238     15812         0     81713     70446   1436203     15.45     16.30
1346.69/337.67	c  N dy  7335   2469632       238     15812         0    100985     70446   1919206     15.45     19.22
1361.09/341.26	c  N dy  7379   2491640       238     15812         0    122166     70446   2451808     15.44     16.32
1375.81/344.94	c  N dy  7465   2511932       238     15812         0     75578     70446   1294072     15.44     16.36
1386.59/347.66	c  N dy  7498   2532005       238     15812         0     94868     70446   1765278     15.43     16.44
1400.59/351.13	c  N dy  7575   2552623       238     15812         0    114728     70446   2269035     15.43     16.37
1422.88/356.79	c  N dy  7634   2587740       238     15812         0     81110     70446   1390927     15.42     16.37
1435.29/359.90	c  N dy  7712   2608259       238     15812         0    100882     70446   1883557     15.42     16.37
1449.20/363.36	c  N dy  7803   2628435       238     15812         0    120303     70446   2377561     15.42     16.30
1466.00/367.53	c  N dy  7881   2649155       238     15812         0     72093     70446   1186579     15.42     16.24
1482.31/371.69	c  N dy  7963   2677835       238     15812         0     99431     70446   1848238     15.42     16.28
1497.12/375.39	c  N dy  8044   2697840       238     15812         0    118662     70446   2331377     15.42     16.24
1506.65/377.73	c  S st  8084   2711285       238     15812         0    131561     70446   2654734     15.41     14.10
1507.05/377.88	c  S st  8084   2711788       238     15812         0    132058     70446   2668061     15.41   no data
1507.05/377.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1507.45/377.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
1507.45/377.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1507.45/377.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1507.45/377.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1507.45/377.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
1507.45/377.96	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1507.45/377.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1507.85/378.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1541.35/386.49	c lits-rem:       582  cl-subs:     9426  v-elim:      0  v-fix:    0  time:  8.43 s
1541.35/386.49	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
1541.75/386.54	c vivif2 --  cl tried   122632 cl shrink        0 lits rem          0 time: 0.04
1542.95/386.89	c asymm  cl-useful: 0/2776/15812 lits-rem:0 time: 0.35
1542.95/386.89	c calculated reachability. Time: 0.00
1542.95/386.89	c  N dy  8084   2711788       238     15812         0    122632     70446   2507635     15.41   no data
1559.70/391.06	c  N dy  8161   2732481       238     15812         0     73577     70446   1223939     15.42     16.28
1572.07/394.11	c  N dy  8252   2753648       238     15812         0     94014     70446   1746025     15.42     16.29
1584.88/397.39	c  N dy  8323   2773742       238     15812         0    113343     70446   2235554     15.42     16.38
1601.60/401.58	c  N dy  8399   2794773       238     15812         0    133558     70446   2746941     15.42     16.29
1618.74/405.81	c  N dy  8464   2820958       238     15812         0     88706     70446   1589053     15.42     16.32
1631.91/409.16	c  N dy  8494   2841224       238     15812         0    108178     70446   2062150     15.41     16.36
1647.06/412.92	c  N dy  8549   2862951       238     15812         0    129082     70446   2571458     15.40     16.23
1663.47/417.04	c  N dy  8659   2883148       238     15812         0     77422     70446   1293984     15.41     16.26
1674.99/419.91	c  N dy  8712   2903155       238     15812         0     96517     70446   1760559     15.41     19.00
1688.96/423.44	c  N dy  8814   2923184       238     15812         0    115812     70446   2259041     15.41     18.40
1704.11/427.24	c  N dy  8869   2943259       238     15812         0    135062     70446   2736697     15.41     19.25
1718.87/430.93	c  N dy  8918   2963586       238     15812         0     82527     70446   1408368     15.41     16.24
1730.44/433.88	c  N dy  8979   2983762       238     15812         0    101773     70446   1883012     15.40     16.25
1744.00/437.24	c  N dy  9019   3004705       238     15812         0    121856     70446   2372330     15.40     16.23
1760.01/441.28	c  N dy  9093   3024774       238     15812         0    141237     70446   2852262     15.40     19.72
1775.12/445.01	c  N dy  9179   3046165       238     15812         0     88798     70446   1567548     15.40     16.26
1787.89/448.22	c  N dy  9259   3066338       238     15812         0    108193     70446   2054938     15.40     16.33
1801.85/451.78	c  N dy  9310   3086415       238     15812         0    127379     70446   2526583     15.40     18.72
1818.99/456.09	c  N dy  9386   3106417       238     15812         0    146656     70446   3013527     15.40     16.25
1842.93/462.08	c  N dy  9438   3141646       238     15812         0    106422     70446   1943598     15.39     16.22
1860.93/466.61	c  N dy  9526   3162217       238     15812         0    126175     70446   2446325     15.39     16.26
1883.26/472.18	c  N dy  9572   3187139       238     15812         0     75262     70446   1208896     15.38     16.27
1896.03/475.40	c  N dy  9653   3208867       238     15812         0     96089     70446   1736826     15.38     16.38
1897.98/475.87	c  S st  9666   3211790       238     15812         0     98890     70446   1806144     15.38     12.21
1898.38/475.99	c  S st  9666   3212296       238     15812         0     99391     70446   1819734     15.38   no data
1898.78/476.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1898.78/476.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1898.78/476.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1898.78/476.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1898.78/476.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1898.78/476.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
1898.78/476.05	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1898.78/476.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1899.19/476.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1910.74/479.03	c lits-rem:       229  cl-subs:     2654  v-elim:      0  v-fix:    0  time:  2.91 s
1910.74/479.03	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
1910.74/479.06	c vivif2 --  cl tried    96737 cl shrink        0 lits rem          0 time: 0.02
1911.54/479.20	c asymm  cl-useful: 0/1736/15812 lits-rem:0 time: 0.14
1911.54/479.20	c calculated reachability. Time: 0.00
1911.54/479.20	c  N dy  9666   3212296       238     15812         0     96737     70446   1772523     15.38   no data
1925.51/482.73	c  N dy  9705   3234689       238     15812         0    118128     70446   2281774     15.37     16.20
1941.47/486.77	c  N dy  9780   3256023       238     15812         0    138598     70446   2785455     15.37     16.22
1958.22/490.97	c  N dy  9801   3280701       238     15812         0     86451     70446   1472497     15.36     16.17
1972.18/494.46	c  N dy  9888   3302061       238     15812         0    106998     70446   1990430     15.36     16.24
1987.35/498.25	c  N dy  9942   3323742       238     15812         0    127814     70446   2495774     15.36     16.24
2006.48/503.03	c  N dy 10056   3343829       238     15812         0    147100     70446   2992492     15.36     18.37
2022.84/507.21	c  N dy 10100   3364359       238     15812         0     90024     70446   1547974     15.36     16.28
2036.01/510.48	c  N dy 10179   3384797       238     15812         0    109690     70446   2044910     15.36     16.23
2050.77/514.11	c  N dy 10235   3405007       238     15812         0    129127     70446   2523575     15.36     16.27
2068.72/518.65	c  N dy 10319   3426324       238     15812         0    149557     70446   3034345     15.36     16.30
2087.87/523.46	c  N dy 10359   3454607       238     15812         0     98785     70446   1754634     15.35     16.18
2102.27/527.08	c  N dy 10422   3476165       238     15812         0    119580     70446   2264186     15.35     16.17
2117.38/530.80	c  N dy 10476   3496236       238     15812         0    138903     70446   2731261     15.34     16.19
2134.94/535.24	c  N dy 10529   3516815       238     15812         0     80141     70446   1297281     15.34     16.16
2146.90/538.20	c  N dy 10582   3537258       238     15812         0     99758     70446   1780403     15.34     16.40
2161.27/541.89	c  N dy 10661   3557877       238     15812         0    119563     70446   2276212     15.34     16.18
2178.42/546.11	c  N dy 10761   3577946       238     15812         0    138931     70446   2771496     15.34     21.80
2194.41/550.16	c  N dy 10817   3597995       238     15812         0    158162     70446   3249273     15.34     18.83
2209.13/553.82	c  N dy 10901   3618462       238     15812         0     98154     70446   1737677     15.34     16.43
2223.10/557.35	c  N dy 10978   3638493       238     15812         0    117406     70446   2226264     15.34     18.69
2238.30/561.19	c  N dy 11035   3658761       238     15812         0    136809     70446   2697087     15.34     16.17
2259.40/566.49	c  N dy 11122   3678814       238     15812         0    156063     70446   3182385     15.34     16.24
2278.19/571.15	c  N dy 11167   3699772       238     15812         0     95414     70446   1652273     15.34     16.19
2287.31/573.49	c  S st 11207   3712296       238     15812         0    107420     70446   1955840     15.34     14.58
2288.11/573.62	c  S st 11207   3712800       238     15812         0    107920     70446   1969539     15.34   no data
2288.11/573.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2288.11/573.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
2288.11/573.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2288.11/573.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2288.11/573.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2288.11/573.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
2288.11/573.68	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2288.51/573.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2288.51/573.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2301.68/577.04	c lits-rem:       345  cl-subs:     3679  v-elim:      0  v-fix:    0  time:  3.28 s
2301.68/577.04	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
2301.68/577.07	c vivif2 --  cl tried   104241 cl shrink        0 lits rem          0 time: 0.03
2302.88/577.36	c asymm  cl-useful: 0/1932/15812 lits-rem:0 time: 0.29
2302.88/577.36	c calculated reachability. Time: 0.00
2302.88/577.36	c  N dy 11207   3712800       238     15812         0    104241     70446   1908245     15.34   no data
2318.43/581.29	c  N dy 11280   3733992       238     15812         0    124658     70446   2415233     15.34     16.18
2331.99/584.69	c  F st 11346   3751564       238     15812         0    141591     70446   2838023     15.34     13.71
2335.23/585.41	c  N st 11351   3754862       238     15812         0    144760     70446   2918524     15.34   no data
2353.94/590.19	c  N dy 11424   3774877       238     15812         0     82473     70446   1332593     15.34     20.23
2366.70/593.32	c  N dy 11511   3795184       238     15812         0    102009     70446   1824703     15.34     16.45
2380.66/596.81	c  N dy 11566   3815702       238     15812         0    121616     70446   2307915     15.34     16.16
2395.83/600.68	c  N dy 11627   3835751       238     15812         0    140858     70446   2788647     15.34     16.22
2414.21/605.28	c  N dy 11674   3856073       238     15812         0    160262     70446   3255613     15.34     16.16
2431.77/609.69	c  N dy 11756   3877535       238     15812         0     98439     70446   1726826     15.34     16.16
2456.06/615.73	c  N dy 11787   3914451       238     15812         0    133400     70446   2513880     15.32     16.18
2472.81/619.95	c  N dy 11853   3935169       238     15812         0    153269     70446   3006093     15.32     16.15
2493.95/625.29	c  N dy 11942   3959930       238     15812         0     93767     70446   1588376     15.32     16.42
2507.91/628.72	c  N dy 11980   3981747       238     15812         0    114576     70446   2080412     15.31     16.23
2523.08/632.56	c  N dy 12059   4001861       238     15812         0    133874     70446   2563931     15.31     16.18
2539.02/636.52	c  N dy 12105   4021867       238     15812         0    152967     70446   3025866     15.31     16.27
2560.97/642.05	c  N dy 12206   4047451       238     15812         0     93377     70446   1578102     15.31     16.13
2574.13/645.37	c  N dy 12284   4067842       238     15812         0    113006     70446   2066280     15.31     16.18
2591.68/649.75	c  N dy 12349   4091402       238     15812         0    135555     70446   2615651     15.31     16.17
2609.64/654.26	c  N dy 12430   4112905       238     15812         0    156160     70446   3136670     15.31     16.19
2628.39/658.91	c  N dy 12493   4132910       238     15812         0     90151     70446   1497834     15.31     18.19
2640.36/661.96	c  N dy 12528   4153005       238     15812         0    109420     70446   1966001     15.31     16.31
2655.91/665.89	c  N dy 12585   4174469       238     15812         0    129900     70446   2450469     15.31     16.15
2671.87/669.83	c  N dy 12634   4194579       238     15812         0    149253     70446   2924740     15.30     16.18
2693.01/675.12	c  S st 12717   4212801       238     15812         0    166835     70446   3370094     15.31     13.38
2693.81/675.31	c  S st 12717   4213305       238     15812         0    167337     70446   3384412     15.31   no data
2693.81/675.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2694.20/675.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.09
2694.20/675.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2694.20/675.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2694.20/675.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2694.20/675.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
2694.20/675.41	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2694.20/675.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2694.64/675.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2733.70/685.32	c lits-rem:      1006  cl-subs:     9189  v-elim:      0  v-fix:    0  time:  9.78 s
2733.70/685.32	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
2733.70/685.37	c vivif2 --  cl tried   158148 cl shrink        0 lits rem          0 time: 0.04
2735.29/685.74	c asymm  cl-useful: 0/2105/15812 lits-rem:0 time: 0.37
2735.29/685.75	c calculated reachability. Time: 0.00
2735.29/685.75	c  N dy 12717   4213305       238     15812         0    158148     70446   3224033     15.31   no data
2754.84/690.67	c  N dy 12791   4233944       238     15812         0     91815     70446   1526867     15.31     16.13
2768.41/694.00	c  N dy 12855   4254143       238     15812         0    111193     70446   2002679     15.31     16.18
2783.56/697.80	c  N dy 12916   4274225       238     15812         0    130485     70446   2470873     15.30     19.78
2801.51/702.32	c  N dy 12992   4295747       238     15812         0    151136     70446   2980135     15.31     16.12
2819.87/706.94	c  N dy 13019   4317658       238     15812         0    172003     70446   3479033     15.30     16.12
2836.21/711.01	c  N dy 13069   4338797       238     15812         0    105098     70446   1830685     15.30     16.15
2852.18/715.02	c  N dy 13123   4360072       238     15812         0    125496     70446   2327360     15.29     16.10
2870.57/719.62	c  N dy 13151   4382277       238     15812         0    146664     70446   2838862     15.29     16.11
2891.27/724.89	c  N dy 13221   4402438       238     15812         0    166011     70446   3314495     15.29     16.10
2909.66/729.42	c  N dy 13275   4422540       238     15812         0     97182     70446   1638442     15.28     16.11
2923.58/732.96	c  N dy 13344   4442938       238     15812         0    116774     70446   2128066     15.29     16.18
2939.14/736.80	c  N dy 13425   4462955       238     15812         0    136022     70446   2609587     15.29     16.66
2957.09/741.33	c  N dy 13518   4484191       238     15812         0    156422     70446   3124245     15.29     16.16
2975.88/746.05	c  N dy 13590   4504529       238     15812         0    175822     70446   3595517     15.29     16.17
2993.78/750.57	c  N dy 13642   4528990       238     15812         0    110042     70446   1940952     15.28     16.28
3011.73/755.01	c  N dy 13728   4554171       238     15812         0    134150     70446   2537787     15.28     16.14
3028.13/759.13	c  N dy 13773   4574370       238     15812         0    153477     70446   2991573     15.28     16.11
3047.24/763.96	c  N dy 13832   4595734       238     15812         0    173967     70446   3493663     15.28     16.20
3065.20/768.42	c  N dy 13914   4615769       238     15812         0    103239     70446   1787568     15.28     16.09
3080.79/772.41	c  N dy 13988   4637749       238     15812         0    124358     70446   2309719     15.28     16.16
3099.49/777.05	c  N dy 14050   4661178       238     15812         0    146822     70446   2850173     15.28     16.12
3118.25/781.73	c  N dy 14076   4683351       238     15812         0    167990     70446   3338324     15.27     16.31
3142.22/787.80	c  N dy 14118   4704698       238     15812         0     97276     70446   1617580     15.27     16.08
3149.36/789.53	c  S st 14139   4713305       238     15812         0    105566     70446   1821291     15.27     13.58
3149.76/789.67	c  S st 14139   4713806       238     15812         0    106065     70446   1834831     15.27   no data
3149.76/789.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3150.15/789.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
3150.15/789.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3150.15/789.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3150.15/789.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3150.15/789.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
3150.15/789.75	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3150.15/789.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3150.55/789.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3159.33/792.08	c lits-rem:       256  cl-subs:     1588  v-elim:      0  v-fix:    0  time:  2.26 s
3159.33/792.08	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
3159.33/792.11	c vivif2 --  cl tried   104477 cl shrink        0 lits rem          0 time: 0.02
3160.93/792.46	c asymm  cl-useful: 0/2444/15812 lits-rem:0 time: 0.35
3160.93/792.46	c calculated reachability. Time: 0.00
3160.93/792.46	c  N dy 14139   4713806       238     15812         0    104477     70446   1807026     15.27   no data
3179.28/797.01	c  N dy 14161   4740356       238     15812         0    129694     70446   2366839     15.25     16.10
3195.63/801.18	c  N dy 14229   4760534       238     15812         0    148991     70446   2832811     15.25     16.11
3213.18/805.55	c  N dy 14299   4780624       238     15812         0    168256     70446   3308190     15.25     17.94
3233.53/810.62	c  N dy 14354   4800680       238     15812         0     95695     70446   1566625     15.25     16.19
3247.53/814.11	c  N dy 14439   4820774       238     15812         0    114956     70446   2041104     15.25     16.28
3265.83/818.72	c  N dy 14521   4844771       238     15812         0    137911     70446   2596990     15.25     16.13
3282.63/822.96	c  N dy 14567   4864864       238     15812         0    157186     70446   3063065     15.25     16.12
3302.14/827.82	c  N dy 14627   4885790       238     15812         0    177272     70446   3550485     15.25     16.16
3319.29/832.15	c  N dy 14669   4905825       238     15812         0    103629     70446   1747189     15.25     20.91
3334.86/836.09	c  N dy 14752   4927044       238     15812         0    124059     70446   2258367     15.25     16.09
3352.85/840.58	c  N dy 14824   4949096       238     15812         0    145144     70446   2775791     15.25     16.08
3370.80/845.05	c  N dy 14887   4970045       238     15812         0    165236     70446   3266246     15.25     16.09
3395.49/851.25	c  N dy 14948   4994571       238     15812         0     94842     70446   1517635     15.24     16.08
3408.65/854.55	c  N dy 15007   5014669       238     15812         0    114125     70446   1987789     15.24     18.08
3423.05/858.16	c  N dy 15048   5034742       238     15812         0    133372     70446   2449378     15.24     21.06
3440.17/862.45	c  N dy 15127   5054840       238     15812         0    152729     70446   2928475     15.24     16.08
3459.71/867.31	c  N dy 15205   5074988       238     15812         0    172112     70446   3404338     15.24     16.23
3480.85/872.67	c  N dy 15256   5095012       238     15812         0     96295     70446   1543238     15.24     16.11
3500.80/877.64	c  N dy 15328   5124119       238     15812         0    124179     70446   2221443     15.24     16.06
3517.15/881.77	c  N dy 15408   5144140       238     15812         0    143437     70446   2698941     15.24     16.09
3535.10/886.24	c  N dy 15472   5164515       238     15812         0    162918     70446   3168377     15.24     16.34
3555.09/891.23	c  N dy 15552   5184606       238     15812         0    182235     70446   3643315     15.24     17.55
3572.24/895.58	c  N dy 15596   5204879       238     15812         0    105761     70446   1764555     15.23     16.07
3579.38/897.33	c  S st 15630   5213807       238     15812         0    114301     70446   1977359     15.24     15.47
3580.18/897.52	c  S st 15630   5214312       238     15812         0    114804     70446   1991499     15.24   no data
3580.18/897.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3580.58/897.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.08
3580.58/897.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3580.58/897.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3580.58/897.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3580.58/897.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
3580.58/897.62	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3580.58/897.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3581.01/897.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3599.32/902.36	c lits-rem:       195  cl-subs:     1849  v-elim:      0  v-fix:    0  time:  4.63 s
3599.32/902.36	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
3599.32/902.39	c vivif2 --  cl tried   112955 cl shrink        0 lits rem          0 time: 0.03
3601.32/902.89	c asymm  cl-useful: 0/1781/15812 lits-rem:0 time: 0.50
3601.72/902.90	c calculated reachability. Time: 0.00
3601.72/902.90	c  N dy 15630   5214312       238     15812         0    112955     70446   1958132     15.24   no data
3620.07/907.51	c  N dy 15702   5234479       238     15812         0    132372     70446   2436517     15.24     16.05
3636.82/911.75	c  N dy 15786   5254588       238     15812         0    151611     70446   2912184     15.24     16.15
3655.61/916.51	c  N dy 15845   5275497       238     15812         0    171706     70446   3403821     15.24     16.07
3675.12/921.35	c  N dy 15898   5295507       238     15812         0    190882     70446   3877409     15.23     17.40
3692.66/925.79	c  N dy 15966   5316394       238     15812         0    113947     70446   1947998     15.23     16.14
3709.01/929.82	c  N dy 16016   5338227       238     15812         0    134882     70446   2449904     15.23     16.07
3729.37/934.97	c  N dy 16096   5362329       238     15812         0    158020     70446   3016940     15.23     16.06
3750.51/940.27	c  N dy 16163   5385722       238     15812         0    180294     70446   3557012     15.23     16.03
3773.25/945.94	c  N dy 16219   5406566       238     15812         0    102495     70446   1658397     15.23     16.05
3789.60/950.06	c  N dy 16249   5429030       238     15812         0    124049     70446   2171556     15.22     16.06
3807.15/954.46	c  N dy 16292   5449032       238     15812         0    143233     70446   2624045     15.22     17.50
3827.14/959.48	c  N dy 16374   5469064       238     15812         0    162488     70446   3097184     15.22     17.90
3845.04/963.98	c  N dy 16427   5489784       238     15812         0    182465     70446   3585923     15.22     16.18
3866.23/969.25	c  N dy 16486   5510079       238     15812         0    103196     70446   1669785     15.22     16.09
3880.15/972.78	c  N dy 16548   5530134       238     15812         0    122460     70446   2138384     15.22     17.34
3896.11/976.76	c  N dy 16588   5551315       238     15812         0    142642     70446   2620436     15.21     16.04
3916.45/981.89	c  N dy 16651   5574579       238     15812         0    164860     70446   3159711     15.21     16.09
3938.39/987.37	c  N dy 16727   5597384       238     15812         0    186771     70446   3703620     15.21     16.07
3956.75/991.97	c  N dy 16731   5617412       238     15812         0    106334     70446   1727613     15.20     18.62
3971.55/995.65	c  N dy 16809   5637443       238     15812         0    125571     70446   2197384     15.20     16.20
3989.85/1000.20	c  N dy 16898   5659150       238     15812         0    146467     70446   2712053     15.20     16.02
4008.60/1004.91	c  N dy 16971   5679165       238     15812         0    165760     70446   3186559     15.20     16.71
4028.59/1009.96	c  N dy 17045   5699261       238     15812         0    185100     70446   3659443     15.20     16.08
4043.30/1013.69	c  S st 17088   5714315       238     15812         0    199554     70446   4012001     15.20     14.96
4044.10/1013.88	c  S st 17088   5714815       238     15812         0    200051     70446   4026057     15.20   no data
4044.50/1013.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4044.90/1014.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.10
4044.90/1014.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4044.90/1014.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4044.90/1014.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4044.90/1014.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
4044.90/1014.01	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4044.90/1014.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4045.31/1014.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4111.53/1030.72	c lits-rem:      1107  cl-subs:    10391  v-elim:      0  v-fix:    0  time: 16.55 s
4111.53/1030.72	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
4111.53/1030.77	c vivif2 --  cl tried   189660 cl shrink        0 lits rem          0 time: 0.05
4113.11/1031.18	c asymm  cl-useful: 0/1421/15812 lits-rem:0 time: 0.41
4113.11/1031.19	c calculated reachability. Time: 0.00
4113.11/1031.19	c  N dy 17088   5714815       238     15812         0    189660     70446   3840323     15.20   no data
4133.90/1036.39	c  N dy 17148   5735500       238     15812         0    108796     70446   1791196     15.20     16.06
4149.02/1040.11	c  N dy 17208   5756080       238     15812         0    128594     70446   2286892     15.20     16.08
4165.37/1044.25	c  N dy 17254   5776228       238     15812         0    147791     70446   2744164     15.20     16.03
4183.72/1048.86	c  N dy 17319   5796244       238     15812         0    167023     70446   3209312     15.20     16.71
4200.87/1053.14	c  N dy 17324   5816291       238     15812         0    186031     70446   3637585     15.19     16.02
4224.81/1059.15	c  N dy 17401   5837282       238     15812         0    104701     70446   1676677     15.19     16.01
4239.22/1062.71	c  N dy 17440   5857843       238     15812         0    124377     70446   2145440     15.19     16.09
4267.49/1069.80	c  N dy 17482   5896347       238     15812         0    160943     70446   2995514     15.18     16.05
4285.84/1074.48	c  N dy 17554   5916365       238     15812         0    180133     70446   3465974     15.18     16.04
4311.77/1080.95	c  N dy 17623   5938165       238     15812         0    201043     70446   3976422     15.18     16.17
4329.72/1085.46	c  N dy 17668   5958170       238     15812         0    117822     70446   1984416     15.18     19.31
4344.53/1089.15	c  N dy 17699   5979146       238     15812         0    137877     70446   2467505     15.17     16.07
4373.60/1096.44	c  N dy 17768   6014110       238     15812         0    171509     70446   3258515     15.17     16.04
4393.19/1101.37	c  N dy 17830   6034698       238     15812         0    191225     70446   3730690     15.17     16.07
4414.73/1106.76	c  N dy 17908   6054805       238     15812         0    107145     70446   1724903     15.17     16.06
4428.65/1110.21	c  N dy 17945   6075750       238     15812         0    127090     70446   2208246     15.16     16.02
4444.61/1114.20	c  N dy 18000   6095908       238     15812         0    146425     70446   2678140     15.16     16.05
4462.57/1118.71	c  N dy 18062   6116103       238     15812         0    165868     70446   3150516     15.16     16.01
4482.50/1123.71	c  N dy 18120   6136191       238     15812         0    185190     70446   3618684     15.16     15.99
4505.24/1129.48	c  N dy 18208   6157074       238     15812         0    205385     70446   4121275     15.16     15.97
4523.60/1134.03	c  N dy 18291   6177096       238     15812         0    120084     70446   2033477     15.17     18.21
4540.75/1138.36	c  N dy 18362   6197538       238     15812         0    139748     70446   2508488     15.17     16.02
4558.70/1142.84	c  S st 18426   6214815       238     15812         0    156318     70446   2910032     15.16     12.83
4559.54/1143.08	c  S st 18426   6215324       238     15812         0    156822     70446   2923686     15.16   no data
4559.54/1143.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4560.29/1143.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.12
4560.29/1143.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4560.29/1143.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4560.29/1143.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4560.29/1143.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
4560.29/1143.23	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4560.29/1143.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4560.69/1143.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4615.73/1157.17	c lits-rem:       557  cl-subs:     5313  v-elim:      0  v-fix:    0  time: 13.80 s
4615.73/1157.17	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
4616.13/1157.22	c vivif2 --  cl tried   151509 cl shrink        0 lits rem          0 time: 0.04
4617.72/1157.70	c asymm  cl-useful: 0/1760/15812 lits-rem:0 time: 0.48
4618.12/1157.70	c calculated reachability. Time: 0.00
4618.12/1157.70	c  N dy 18426   6215324       238     15812         0    151509     70446   2829094     15.16   no data
4637.67/1162.61	c  N dy 18459   6235393       238     15812         0    170603     70446   3275323     15.16     16.03
4657.61/1167.68	c  N dy 18495   6257932       238     15812         0    192124     70446   3775028     15.16     16.02
4683.14/1174.04	c  N dy 18587   6278229       238     15812         0    106294     70446   1683957     15.16     16.04
4698.30/1177.80	c  N dy 18677   6298262       238     15812         0    125523     70446   2160930     15.16     16.73
4714.66/1181.99	c  N dy 18760   6318361       238     15812         0    144831     70446   2632823     15.16     17.91
4735.05/1187.07	c  N dy 18844   6340598       238     15812         0    166252     70446   3161470     15.16     16.04
4754.55/1191.99	c  N dy 18894   6360940       238     15812         0    185815     70446   3627378     15.16     16.36
4780.88/1198.56	c  N dy 18945   6385550       238     15812         0    209512     70446   4186429     15.16     16.20

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.09 8.06 7.93 5/339 32465
/proc/meminfo: memFree=17633776/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=51168 CPUtime=0.02 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 411 0 0 0 2 0 0 0 25 0 4 0 653080549 52396032 351 33554432000 4194304 4580107 140735174339904 18446744073709551615 47785552442909 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 12792 351 302 95 0 7774 0
[pid=32465/tid=32466] ppid=32463 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 653080549 52396032 351 33554432000 4194304 4580107 140735174339904 18446744073709551615 47785552442905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 653080549 52396032 351 33554432000 4194304 4580107 140735174339904 18446744073709551615 47785552443314 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 653080549 52396032 351 33554432000 4194304 4580107 140735174339904 18446744073709551615 47785552442899 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0768621 s]
/proc/loadavg: 8.09 8.06 7.93 5/339 32465
/proc/meminfo: memFree=17633776/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=284004 CPUtime=0.27 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 2548 0 0 0 27 0 0 0 18 0 4 0 653080549 290820096 2458 33554432000 4194304 4580107 140735174339904 18446744073709551615 270612771873 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 71052 2664 362 95 0 66034 0
[pid=32465/tid=32466] ppid=32463 vsize=284576 CPUtime=0.06 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 714 0 0 0 6 0 0 0 25 0 4 0 653080549 291405824 2693 33554432000 4194304 4580107 140735174339904 18446744073709551615 270613153975 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=284576 CPUtime=0.06 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) D 32463 32465 32059 0 -1 4202560 552 0 0 0 6 0 0 0 18 0 4 0 653080549 291405824 2712 33554432000 4194304 4580107 140735174339904 18446744073709551615 270612807888 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=284576 CPUtime=0.07 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 478 0 0 0 7 0 0 0 25 0 4 0 653080549 291405824 2764 33554432000 4194304 4580107 140735174339904 18446744073709551615 4293105 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 284004

[startup+0.382834 s]
/proc/loadavg: 8.09 8.06 7.93 5/339 32465
/proc/meminfo: memFree=17633776/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=298100 CPUtime=1.49 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) D 32463 32465 32059 0 -1 4202496 6273 0 0 0 148 1 0 0 18 0 4 0 653080549 305254400 4542 33554432000 4194304 4580107 140735174339904 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 74525 4543 377 95 0 69507 0
[pid=32465/tid=32466] ppid=32463 vsize=298100 CPUtime=0.37 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 1684 0 0 0 37 0 0 0 18 0 4 0 653080549 305254400 4543 33554432000 4194304 4580107 140735174339904 18446744073709551615 270613153927 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=298100 CPUtime=0.36 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 1593 0 0 0 36 0 0 0 18 0 4 0 653080549 305254400 4543 33554432000 4194304 4580107 140735174339904 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=298100 CPUtime=0.37 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 909 0 0 0 37 0 0 0 25 0 4 0 653080549 305254400 4543 33554432000 4194304 4580107 140735174339904 18446744073709551615 4293105 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 298100

[startup+0.401014 s]
/proc/loadavg: 8.09 8.06 7.93 5/339 32465
/proc/meminfo: memFree=17633776/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=289896 CPUtime=1.57 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 6343 0 0 0 156 1 0 0 18 0 4 0 653080549 296853504 4352 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 72474 4352 377 95 0 67456 0
[pid=32465/tid=32466] ppid=32463 vsize=289896 CPUtime=0.38 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 1695 0 0 0 38 0 0 0 18 0 4 0 653080549 296853504 4352 33554432000 4194304 4580107 140735174339904 18446744073709551615 4293090 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=289896 CPUtime=0.38 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 1630 0 0 0 38 0 0 0 18 0 4 0 653080549 296853504 4352 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=289896 CPUtime=0.39 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 919 0 0 0 39 0 0 0 25 0 4 0 653080549 296853504 4352 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 289896

[startup+0.700964 s]
/proc/loadavg: 8.09 8.06 7.93 5/339 32465
/proc/meminfo: memFree=17633776/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=290192 CPUtime=2.77 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 7400 0 0 0 276 1 0 0 18 0 4 0 653080549 297156608 5065 33554432000 4194304 4580107 140735174339904 18446744073709551615 4318673 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 72548 5065 377 95 0 67530 0
[pid=32465/tid=32466] ppid=32463 vsize=290192 CPUtime=0.68 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 1890 0 0 0 68 0 0 0 18 0 4 0 653080549 297156608 5065 33554432000 4194304 4580107 140735174339904 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=290192 CPUtime=0.68 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 1833 0 0 0 68 0 0 0 18 0 4 0 653080549 297156608 5065 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=290192 CPUtime=0.69 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 1372 0 0 0 69 0 0 0 25 0 4 0 653080549 297156608 5065 33554432000 4194304 4580107 140735174339904 18446744073709551615 4318859 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 290192

[startup+1.50082 s]
/proc/loadavg: 8.09 8.06 7.93 9/343 32469
/proc/meminfo: memFree=17610124/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=291816 CPUtime=5.96 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 11234 0 0 0 594 2 0 0 19 0 4 0 653080549 298819584 5692 33554432000 4194304 4580107 140735174339904 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 72954 5692 378 95 0 67936 0
[pid=32465/tid=32466] ppid=32463 vsize=291816 CPUtime=1.48 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 2837 0 0 0 148 0 0 0 19 0 4 0 653080549 298819584 5692 33554432000 4194304 4580107 140735174339904 18446744073709551615 4318755 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=291816 CPUtime=1.47 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 2769 0 0 0 147 0 0 0 20 0 4 0 653080549 298819584 5692 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=291816 CPUtime=1.49 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 2379 0 0 0 149 0 0 0 25 0 4 0 653080549 298819584 5692 33554432000 4194304 4580107 140735174339904 18446744073709551615 4320793 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 291816

[startup+3.10054 s]
/proc/loadavg: 8.09 8.06 7.93 9/343 32470
/proc/meminfo: memFree=17597104/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=303396 CPUtime=12.34 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 23030 0 0 0 1231 3 0 0 25 0 4 0 653080549 310677504 12207 33554432000 4194304 4580107 140735174339904 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 75849 12223 379 95 0 70831 0
[pid=32465/tid=32466] ppid=32463 vsize=303396 CPUtime=3.09 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 5705 0 0 0 308 1 0 0 25 0 4 0 653080549 310677504 12223 33554432000 4194304 4580107 140735174339904 18446744073709551615 4293198 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=303396 CPUtime=3.05 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 6322 0 0 0 305 0 0 0 25 0 4 0 653080549 310677504 12227 33554432000 4194304 4580107 140735174339904 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=303396 CPUtime=3.09 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 4960 0 0 0 309 0 0 0 25 0 4 0 653080549 310677504 12227 33554432000 4194304 4580107 140735174339904 18446744073709551615 270612807435 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 303396

[startup+6.30097 s]
/proc/loadavg: 8.08 8.06 7.93 9/343 32470
/proc/meminfo: memFree=17561456/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=304832 CPUtime=25.11 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 36353 0 0 0 2505 6 0 0 25 0 4 0 653080549 312147968 15444 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294692 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 76208 15444 380 95 0 71190 0
[pid=32465/tid=32466] ppid=32463 vsize=304832 CPUtime=6.29 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 9907 0 0 0 627 2 0 0 25 0 4 0 653080549 312147968 15444 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=304832 CPUtime=6.22 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 8900 0 0 0 621 1 0 0 25 0 4 0 653080549 312147968 15444 33554432000 4194304 4580107 140735174339904 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=304832 CPUtime=6.28 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 8489 0 0 0 628 0 0 0 25 0 4 0 653080549 312147968 15444 33554432000 4194304 4580107 140735174339904 18446744073709551615 4318760 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 304832

[startup+12.7008 s]
/proc/loadavg: 8.07 8.06 7.93 9/343 32470
/proc/meminfo: memFree=17533144/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=311084 CPUtime=50.64 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 58560 0 0 0 5054 10 0 0 25 0 4 0 653080549 318550016 23192 33554432000 4194304 4580107 140735174339904 18446744073709551615 4406358 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 77771 23192 380 95 0 72753 0
[pid=32465/tid=32466] ppid=32463 vsize=311084 CPUtime=12.69 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 14709 0 0 0 1266 3 0 0 25 0 4 0 653080549 318550016 23192 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=311084 CPUtime=12.54 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 13829 0 0 0 1253 1 0 0 25 0 4 0 653080549 318550016 23192 33554432000 4194304 4580107 140735174339904 18446744073709551615 4318695 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=311084 CPUtime=12.68 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 14089 0 0 0 1267 1 0 0 25 0 4 0 653080549 318550016 23192 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 311084

[startup+25.5126 s]
/proc/loadavg: 8.14 8.07 7.94 9/343 32470
/proc/meminfo: memFree=17506964/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=320032 CPUtime=101.74 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 93440 0 0 0 10156 18 0 0 25 0 4 0 653080549 327712768 27215 33554432000 4194304 4580107 140735174339904 18446744073709551615 4318683 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 80008 27215 382 95 0 74990 0
[pid=32465/tid=32466] ppid=32463 vsize=320032 CPUtime=25.49 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 24485 0 0 0 2544 5 0 0 25 0 4 0 653080549 327712768 27215 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=320032 CPUtime=25.21 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 22554 0 0 0 2518 3 0 0 25 0 4 0 653080549 327712768 27215 33554432000 4194304 4580107 140735174339904 18446744073709551615 4293121 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=320032 CPUtime=25.49 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 22366 0 0 0 2546 3 0 0 25 0 4 0 653080549 327712768 27215 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 320032

[startup+51.101 s]
/proc/loadavg: 8.15 8.08 7.94 9/343 32471
/proc/meminfo: memFree=17476060/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=328804 CPUtime=203.81 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 149238 0 0 0 20349 32 0 0 25 0 4 0 653080549 336695296 33365 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 82201 33365 381 95 0 77183 0
[pid=32465/tid=32466] ppid=32463 vsize=328804 CPUtime=51.09 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 38960 0 0 0 5100 9 0 0 25 0 4 0 653080549 336695296 33365 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=328804 CPUtime=50.53 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 35697 0 0 0 5046 7 0 0 25 0 4 0 653080549 336695296 33365 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=328804 CPUtime=51.08 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 35809 0 0 0 5101 7 0 0 25 0 4 0 653080549 336695296 33365 33554432000 4194304 4580107 140735174339904 18446744073709551615 4318683 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 328804

[startup+102.301 s]
/proc/loadavg: 8.18 8.10 7.95 9/343 32472
/proc/meminfo: memFree=17413868/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=341984 CPUtime=408.06 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 242724 0 0 0 40753 53 0 0 25 0 4 0 653080549 350191616 43299 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 85496 43299 381 95 0 80478 0
[pid=32465/tid=32466] ppid=32463 vsize=341984 CPUtime=102.29 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 61404 0 0 0 10215 14 0 0 25 0 4 0 653080549 350191616 43299 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=341984 CPUtime=101.17 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 58244 0 0 0 10106 11 0 0 25 0 4 0 653080549 350191616 43299 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=341984 CPUtime=102.29 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 59965 0 0 0 10216 13 0 0 25 0 4 0 653080549 350191616 43299 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294551 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.06
Current children cumulated vsize (KiB) 341984

[startup+162.3 s]

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

[pid=32465] ppid=32463 vsize=601172 CPUtime=2801.51 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 898364 0 0 0 279893 258 0 0 25 0 4 0 653080549 615600128 97403 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 150293 97403 412 95 0 145275 0
[pid=32465/tid=32466] ppid=32463 vsize=601172 CPUtime=702.3 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 231239 0 0 0 70163 67 0 0 25 0 4 0 653080549 615600128 97403 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=601172 CPUtime=694.62 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 221132 0 0 0 69399 63 0 0 25 0 4 0 653080549 615600128 97403 33554432000 4194304 4580107 140735174339904 18446744073709551615 4318695 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=601172 CPUtime=702.28 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 226033 0 0 0 70163 65 0 0 25 0 4 0 653080549 615600128 97403 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2801.51
Current children cumulated vsize (KiB) 601172

[startup+762.301 s]
/proc/loadavg: 8.12 8.09 8.00 9/343 32490
/proc/meminfo: memFree=17061976/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=628840 CPUtime=3040.86 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 953382 0 0 0 303809 277 0 0 25 0 4 0 653080549 643932160 105046 33554432000 4194304 4580107 140735174339904 18446744073709551615 4295676 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 157210 105046 412 95 0 152192 0
[pid=32465/tid=32466] ppid=32463 vsize=628840 CPUtime=762.3 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 244360 0 0 0 76157 73 0 0 25 0 4 0 653080549 643932160 105046 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=628840 CPUtime=753.97 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 236900 0 0 0 75329 68 0 0 25 0 4 0 653080549 643932160 105046 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=628840 CPUtime=762.28 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 239055 0 0 0 76159 69 0 0 25 0 4 0 653080549 643932160 105046 33554432000 4194304 4580107 140735174339904 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3040.86
Current children cumulated vsize (KiB) 628840

[startup+822.301 s]
/proc/loadavg: 8.11 8.09 8.00 9/343 32491
/proc/meminfo: memFree=17026448/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=680568 CPUtime=3280.2 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 1004318 0 0 0 327723 297 0 0 25 0 4 0 653080549 696901632 105437 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 170142 105437 412 95 0 165124 0
[pid=32465/tid=32466] ppid=32463 vsize=680568 CPUtime=822.3 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 255849 0 0 0 82153 77 0 0 25 0 4 0 653080549 696901632 105437 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=680568 CPUtime=813.31 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 249553 0 0 0 81257 74 0 0 25 0 4 0 653080549 696901632 105437 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=680568 CPUtime=822.28 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 252756 0 0 0 82154 74 0 0 25 0 4 0 653080549 696901632 105437 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3280.2
Current children cumulated vsize (KiB) 680568

[startup+882.301 s]
/proc/loadavg: 8.10 8.09 8.00 9/343 32493
/proc/meminfo: memFree=17062088/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=630360 CPUtime=3519.59 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 1054431 0 0 0 351643 316 0 0 25 0 4 0 653080549 645488640 106363 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 157590 106363 412 95 0 152572 0
[pid=32465/tid=32466] ppid=32463 vsize=630360 CPUtime=882.32 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 269037 0 0 0 88149 83 0 0 25 0 4 0 653080549 645488640 106363 33554432000 4194304 4580107 140735174339904 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=630360 CPUtime=872.66 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 262100 0 0 0 87188 78 0 0 25 0 4 0 653080549 645488640 106364 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=630360 CPUtime=882.28 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 263928 0 0 0 88150 78 0 0 25 0 4 0 653080549 645488640 106364 33554432000 4194304 4580107 140735174339904 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3519.59
Current children cumulated vsize (KiB) 630360

[startup+942.3 s]
/proc/loadavg: 8.17 8.11 8.01 9/343 32526
/proc/meminfo: memFree=17229996/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=769832 CPUtime=3758.89 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 1100308 0 0 0 375558 331 0 0 25 0 4 0 653080549 788307968 108808 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294574 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 192458 108808 416 95 0 187440 0
[pid=32465/tid=32466] ppid=32463 vsize=769832 CPUtime=942.3 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 280395 0 0 0 94144 86 0 0 25 0 4 0 653080549 788307968 108808 33554432000 4194304 4580107 140735174339904 18446744073709551615 4305283 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=769832 CPUtime=932 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 272626 0 0 0 93119 81 0 0 25 0 4 0 653080549 788307968 108808 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=769832 CPUtime=942.28 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 277249 0 0 0 94145 83 0 0 25 0 4 0 653080549 788307968 108808 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3758.89
Current children cumulated vsize (KiB) 769832

[startup+1002.31 s]
/proc/loadavg: 8.16 8.12 8.02 9/343 32527
/proc/meminfo: memFree=17204276/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=645064 CPUtime=3998.27 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 1149524 0 0 0 399478 349 0 0 25 0 4 0 653080549 660545536 111123 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 161266 111123 416 95 0 156248 0
[pid=32465/tid=32466] ppid=32463 vsize=645064 CPUtime=1002.31 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 293663 0 0 0 100140 91 0 0 25 0 4 0 653080549 660545536 111123 33554432000 4194304 4580107 140735174339904 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=645064 CPUtime=991.35 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 284790 0 0 0 99050 85 0 0 25 0 4 0 653080549 660545536 111123 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=645064 CPUtime=1002.29 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 287896 0 0 0 100142 87 0 0 25 0 4 0 653080549 660545536 111123 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3998.27
Current children cumulated vsize (KiB) 645064

[startup+1062.3 s]
/proc/loadavg: 8.14 8.12 8.02 9/343 32529
/proc/meminfo: memFree=17181284/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=647000 CPUtime=4237.58 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 1195895 0 0 0 423390 368 0 0 25 0 4 0 653080549 662528000 112096 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 161750 112096 412 95 0 156732 0
[pid=32465/tid=32466] ppid=32463 vsize=647000 CPUtime=1062.3 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 304879 0 0 0 106134 96 0 0 25 0 4 0 653080549 662528000 112096 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=647000 CPUtime=1050.69 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 297015 0 0 0 104979 90 0 0 25 0 4 0 653080549 662528000 112096 33554432000 4194304 4580107 140735174339904 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=647000 CPUtime=1062.27 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 298538 0 0 0 106136 91 0 0 25 0 4 0 653080549 662528000 112096 33554432000 4194304 4580107 140735174339904 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4237.58
Current children cumulated vsize (KiB) 647000

[startup+1122.3 s]
/proc/loadavg: 8.13 8.13 8.03 9/343 32530
/proc/meminfo: memFree=17122692/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=660332 CPUtime=4476.92 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 1243426 0 0 0 447307 385 0 0 25 0 4 0 653080549 676179968 115234 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 165083 115234 411 95 0 160065 0
[pid=32465/tid=32466] ppid=32463 vsize=660332 CPUtime=1122.3 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 318427 0 0 0 112130 100 0 0 25 0 4 0 653080549 676179968 115234 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=660332 CPUtime=1110.04 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 306049 0 0 0 110910 94 0 0 25 0 4 0 653080549 676179968 115234 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=660332 CPUtime=1122.27 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 312169 0 0 0 112130 97 0 0 25 0 4 0 653080549 676179968 115234 33554432000 4194304 4580107 140735174339904 18446744073709551615 4320971 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4476.92
Current children cumulated vsize (KiB) 660332

[startup+1182.3 s]
/proc/loadavg: 8.13 8.13 8.03 9/343 32532
/proc/meminfo: memFree=17016116/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=662096 CPUtime=4716.26 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 1288078 0 0 0 471225 401 0 0 25 0 4 0 653080549 677986304 131854 33554432000 4194304 4580107 140735174339904 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 165524 131854 411 95 0 160506 0
[pid=32465/tid=32466] ppid=32463 vsize=662096 CPUtime=1182.31 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 332211 0 0 0 118127 104 0 0 25 0 4 0 653080549 677986304 131854 33554432000 4194304 4580107 140735174339904 18446744073709551615 4319767 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=662096 CPUtime=1169.37 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 313284 0 0 0 116839 98 0 0 25 0 4 0 653080549 677986304 131854 33554432000 4194304 4580107 140735174339904 18446744073709551615 4318711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=662096 CPUtime=1182.27 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 325690 0 0 0 118127 100 0 0 25 0 4 0 653080549 677986304 131854 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294551 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4716.26
Current children cumulated vsize (KiB) 662096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.08 8.12 8.03 9/343 32533
/proc/meminfo: memFree=17029840/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=680512 CPUtime=4800.06 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 1303857 0 0 0 479600 406 0 0 25 0 4 0 653080549 696844288 132430 33554432000 4194304 4580107 140735174339904 18446744073709551615 4293067 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 170128 132430 411 95 0 165110 0
[pid=32465/tid=32466] ppid=32463 vsize=680512 CPUtime=1203.32 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 336739 0 0 0 120226 106 0 0 25 0 4 0 653080549 696844288 132430 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=680512 CPUtime=1190.14 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 315903 0 0 0 118916 98 0 0 25 0 4 0 653080549 696844288 132430 33554432000 4194304 4580107 140735174339904 18446744073709551615 4339024 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=680512 CPUtime=1203.28 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 330037 0 0 0 120227 101 0 0 25 0 4 0 653080549 696844288 132430 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 680512

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

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

[startup+1203.3 s]
/proc/loadavg: 8.08 8.12 8.03 9/343 32533
/proc/meminfo: memFree=17029840/32951124 swapFree=67056804/67111528
[pid=32465] ppid=32463 vsize=680512 CPUtime=4800.06 cores=1,3,5,7
/proc/32465/stat : 32465 (strangenight2-m) R 32463 32465 32059 0 -1 4202496 1303857 0 0 0 479600 406 0 0 25 0 4 0 653080549 696844288 132430 33554432000 4194304 4580107 140735174339904 18446744073709551615 4293067 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32465/statm: 170128 132430 411 95 0 165110 0
[pid=32465/tid=32466] ppid=32463 vsize=680512 CPUtime=1203.32 cores=1,3,5,7
/proc/32465/task/32466/stat : 32466 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 336739 0 0 0 120226 106 0 0 25 0 4 0 653080549 696844288 132430 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=32465/tid=32467] ppid=32463 vsize=680512 CPUtime=1190.14 cores=1,3,5,7
/proc/32465/task/32467/stat : 32467 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 315903 0 0 0 118916 98 0 0 25 0 4 0 653080549 696844288 132430 33554432000 4194304 4580107 140735174339904 18446744073709551615 4339024 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32465/tid=32468] ppid=32463 vsize=680512 CPUtime=1203.28 cores=1,3,5,7
/proc/32465/task/32468/stat : 32468 (strangenight2-m) R 32463 32465 32059 0 -1 4202560 330037 0 0 0 120227 101 0 0 25 0 4 0 653080549 696844288 132430 33554432000 4194304 4580107 140735174339904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 680512

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.34
CPU time (s): 4800.12
CPU user time (s): 4796.03
CPU system time (s): 4.09238
CPU usage (%): 398.899
Max. virtual memory (cumulated for all children) (KiB): 839224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.03
system time used= 4.09238
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1303859
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= 1168
involuntary context switches= 32559

runsolver used 3.64644 second user time and 9.55655 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 01:13:16
IDJOB=3366723
IDBENCH=83365
IDSOLVER=1844
FILE ID=node108/3366723-1305414796
RUNJOBID= node108-1305414475-32405
PBS_JOBID= 13324535
Free space on /tmp= 73548 MiB

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

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

MD5SUM BENCH= b61e426b264831836f140414cdcf3e23
RANDOM SEED=1221160045

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17633932 kB
Buffers:        281708 kB
Cached:        4408904 kB
SwapCached:       8700 kB
Active:       11250352 kB
Inactive:      3756320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17633932 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:            5884 kB
Writeback:           0 kB
AnonPages:    10313596 kB
Mapped:          27216 kB
Slab:           207684 kB
PageTables:      38344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52561620 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= 73544 MiB
End job on node108 at 2011-05-15 01:33:21