Trace number 3250625

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.44 1201.74

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-18_312.cnf
MD5SUM1144bbd60c180aa5e72d35b74e9676cb
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 variables312
Number of clauses26889
Sum of the clauses size121302
Maximum clause length18
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 324180
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52709

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3250625-1304123222.cnf'
0.00/0.00	c -- header says num vars:            312
0.00/0.00	c -- header says num clauses:       26889
0.00/0.02	c -- clauses added:            0 learnts,        26889 normals,            0 xors
0.00/0.02	c -- vars added        312
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0       312     26889         0         0    121302         0   no data   no data
0.00/0.13	c asymm  cl-useful: 0/26889/26889 lits-rem:0 time: 0.11
0.00/0.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.00/0.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
0.00/0.14	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
3.79/1.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
3.79/1.00	c Finding binary XORs  T:     0.00 s  found:       0
3.79/1.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.79/1.00	c calculated reachability. Time: 0.00
3.79/1.00	c Calc default polars -  time:   0.00 s pos:     312 undec:       0 neg:       0
3.79/1.00	c =========================================================================================
3.79/1.00	c types(t): F = full restart, N = normal restart
3.79/1.00	c types(t): S = simplification begin/end, E = solution found
3.79/1.00	c restart types(rt): st = static, dy = dynamic
3.79/1.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.79/1.00	c  B st     0         0       312     26889         0         0    121302         0   no data   no data
3.79/1.00	c  N dy    12      4439       312     26889         0      4340    121302    157856     23.17     24.50
3.79/1.00	c  N dy    16     10242       312     26889         0      7556    121302    241976     20.87     22.06
5.55/1.49	c  N dy    29     16835       312     26889         0      9854    121302    303325     20.29     21.38
7.16/1.80	c  N dy    53     20838       312     26889         0      8259    121302    240842     20.63     25.30
8.35/2.12	c  F st    67     25002       312     26889         0     12328    121302    380486     20.58     19.81
8.35/2.12	c  N st    67     25002       312     26889         0     12328    121302    380486     20.58     19.81
9.94/2.52	c  N dy    73     30000       312     26889         0     10518    121302    309986     20.58   no data
9.94/2.52	c  S st    73     30000       312     26889         0     10518    121302    309986     20.58   no data
9.94/2.57	c  S st    73     30501       312     26889         0     11014    121302    327089     20.58   no data
9.94/2.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.94/2.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.94/2.58	c blocked clauses removed:        0 vars:      0 tried:         312 T: 0.00 s
9.94/2.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.94/2.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
9.94/2.58	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
9.94/2.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.35/2.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.75/2.72	c lits-rem:        34  cl-subs:      345  v-elim:      0  v-fix:    0  time:  0.12 s
11.55/2.99	c asymm  cl-useful: 0/26889/26889 lits-rem:0 time: 0.27
11.55/2.99	c calculated reachability. Time: 0.00
11.55/2.99	c  N dy    73     30501       312     26889         0     10669    121302    318343     20.58   no data
13.53/3.43	c  N dy    74     35838       312     26889         0      8138    121302    212733     20.18     21.29
14.74/3.76	c  N dy    88     39988       312     26889         0     12167    121302    344447     20.21     21.36
16.76/4.29	c  N dy   101     45751       312     26889         0      9071    121302    223962     20.04     18.27
16.76/4.29	c  S st   101     45751       312     26889         0      9071    121302    223962     20.04     18.27
17.14/4.33	c  S st   101     46256       312     26889         0      9572    121302    241435     20.04   no data
17.14/4.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.14/4.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.14/4.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.14/4.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.14/4.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.14/4.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
17.14/4.34	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
17.14/4.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.14/4.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.14/4.39	c lits-rem:         9  cl-subs:       74  v-elim:      0  v-fix:    0  time:  0.04 s
17.14/4.39	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
17.14/4.39	c vivif2 --  cl tried     9498 cl shrink        0 lits rem          0 time: 0.00
18.34/4.64	c asymm  cl-useful: 0/26889/26889 lits-rem:0 time: 0.25
18.34/4.64	c calculated reachability. Time: 0.00
18.34/4.64	c  N dy   101     46256       312     26889         0      9498    121302    239807     20.04   no data
19.53/4.96	c  N dy   113     50293       312     26889         0     13427    121302    370829     20.05     34.52
21.15/5.30	c  N dy   132     54314       312     26889         0     17361    121302    501523     20.12     26.55
23.13/5.81	c  N dy   136     60469       312     26889         0     13613    121302    355231     19.89     21.20
25.14/6.32	c  N dy   164     65951       312     26889         0     18961    121302    534768     20.03     21.09
26.32/6.65	c  S st   170     69386       312     26889         0     11622    121302    277081     19.96     19.27
26.72/6.70	c  S st   170     69895       312     26889         0     12128    121302    294012     19.96   no data
26.72/6.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.72/6.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
26.72/6.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.72/6.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.72/6.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.72/6.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
26.72/6.71	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
26.72/6.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
26.72/6.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.72/6.77	c lits-rem:         6  cl-subs:       90  v-elim:      0  v-fix:    0  time:  0.04 s
26.72/6.77	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
26.72/6.78	c vivif2 --  cl tried    12038 cl shrink        0 lits rem          0 time: 0.00
27.93/7.06	c asymm  cl-useful: 0/26889/26889 lits-rem:0 time: 0.28
27.93/7.06	c calculated reachability. Time: 0.00
27.93/7.06	c  N dy   170     69895       312     26889         0     12038    121302    291966     19.96   no data
30.32/7.63	c  N dy   178     76709       312     26889         0     18668    121302    510272     19.85     20.93
33.93/8.57	c  F st   191     87503       312     26889         0     17398    121302    441674     19.55     15.43
33.93/8.58	c  N st   191     87503       312     26889         0     17398    121302    441674     19.55     15.43
36.30/9.11	c  N dy   199     93335       312     26889         0     23068    121302    628683     19.55     20.59
38.72/9.77	c  N dy   207    100672       312     26889         0     17560    121302    435249     19.41     20.50
40.30/10.15	c  S st   232    104844       312     26889         0     21642    121302    571873     19.48     19.20
40.70/10.20	c  S st   232    105345       312     26889         0     22138    121302    589011     19.48   no data
40.70/10.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.70/10.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
40.70/10.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
40.70/10.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.70/10.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.70/10.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
40.70/10.22	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
40.70/10.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
40.70/10.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.91/10.52	c lits-rem:        65  cl-subs:      633  v-elim:      0  v-fix:    0  time:  0.27 s
41.91/10.52	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
41.91/10.53	c vivif2 --  cl tried    21505 cl shrink        0 lits rem          0 time: 0.01
42.72/10.72	c asymm  cl-useful: 0/11629/26889 lits-rem:0 time: 0.19
42.72/10.72	c calculated reachability. Time: 0.00
42.72/10.73	c  N dy   232    105345       312     26889         0     21505    121302    574459     19.48   no data
45.09/11.39	c  N dy   250    112325       312     26889         0     14737    121302    335715     19.45     20.47
47.89/12.04	c  N dy   260    119890       312     26889         0     22081    121302    569007     19.34     20.41
55.49/13.92	c  N dy   286    139885       312     26889         0     26855    121302    675909     19.09     20.09
58.67/14.78	c  N dy   314    148876       312     26889         0     20130    121302    472518     19.04     25.65
62.68/15.75	c  S st   395    158017       312     26889         0     29051    121302    779501     19.29     18.21
63.08/15.81	c  S st   395    158519       312     26889         0     29551    121302    795870     19.29   no data
63.08/15.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
63.08/15.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
63.08/15.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
63.08/15.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
63.08/15.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.08/15.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
63.08/15.83	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
63.08/15.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
63.08/15.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
65.10/16.34	c lits-rem:       113  cl-subs:      612  v-elim:      0  v-fix:    0  time:  0.47 s
65.10/16.34	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
65.10/16.35	c vivif2 --  cl tried    28939 cl shrink        0 lits rem          0 time: 0.01
65.87/16.57	c asymm  cl-useful: 0/10038/26889 lits-rem:0 time: 0.22
65.87/16.57	c calculated reachability. Time: 0.00
65.87/16.57	c  N dy   395    158519       312     26889         0     28939    121302    779545     19.29   no data
70.26/17.67	c  N dy   440    169505       312     26889         0     23093    121302    555728     19.33     20.40
74.65/18.74	c  N dy   479    180391       312     26889         0     33696    121302    903293     19.35     25.50
80.24/20.14	c  N dy   492    194817       312     26889         0     30108    121302    741202     19.21     20.24
86.24/21.67	c  N dy   536    210127       312     26889         0     26467    121302    640180     19.13     20.14
92.23/23.17	c  N dy   580    223585       312     26889         0     20192    121302    427909     19.14     25.90
98.23/24.63	c  S st   644    237778       312     26889         0     33952    121302    877494     19.21   no data
98.23/24.69	c  S st   644    238279       312     26889         0     34450    121302    894233     19.21   no data
98.23/24.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
98.63/24.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
98.63/24.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
98.63/24.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
98.63/24.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
98.63/24.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
98.63/24.71	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
98.63/24.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
98.63/24.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
101.01/25.34	c lits-rem:       140  cl-subs:      824  v-elim:      0  v-fix:    0  time:  0.59 s
101.01/25.35	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
101.01/25.36	c vivif2 --  cl tried    33626 cl shrink        0 lits rem          0 time: 0.01
101.41/25.46	c asymm  cl-useful: 0/5222/26889 lits-rem:0 time: 0.10
101.41/25.46	c calculated reachability. Time: 0.00
101.41/25.46	c  N dy   644    238279       312     26889         0     33626    121302    873801     19.21   no data
108.21/27.10	c  N dy   680    254222       312     26889         0     28663    121302    673897     19.14     20.18
122.21/30.63	c  N dy   708    286818       312     26889         0     38847    121302    929266     18.93     20.01
130.19/32.65	c  N dy   802    305241       312     26889         0     34514    121302    853050     19.01     20.05
130.61/32.76	c  F st   806    306250       312     26889         0     35494    121302    883885     19.00     15.18
138.97/34.82	c  N dy   872    324758       312     26889         0     30262    121302    689806     19.05     26.17
148.18/37.17	c  N dy   948    345229       312     26889         0     25873    121302    534659     19.06     20.37
153.35/38.45	c  S st  1006    357419       312     26889         0     37724    121302    918682     19.10     15.74
153.75/38.52	c  S st  1006    357920       312     26889         0     38223    121302    935265     19.10   no data
153.75/38.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
153.75/38.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
153.75/38.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
153.75/38.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
153.75/38.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
153.75/38.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
153.75/38.54	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
153.75/38.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
153.75/38.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
156.55/39.21	c lits-rem:        77  cl-subs:      806  v-elim:      0  v-fix:    0  time:  0.63 s
156.55/39.21	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
156.55/39.22	c vivif2 --  cl tried    37417 cl shrink        0 lits rem          0 time: 0.01
157.37/39.43	c asymm  cl-useful: 0/9633/26889 lits-rem:0 time: 0.21
157.37/39.43	c calculated reachability. Time: 0.00
157.37/39.43	c  N dy  1006    357920       312     26889         0     37417    121302    915964     19.10   no data
170.15/42.69	c  N dy  1007    387480       312     26889         0     40588    121302    930609     18.84     19.84
179.71/45.07	c  N dy  1063    408582       312     26889         0     34954    121302    794622     18.80     19.89
189.31/47.40	c  N dy  1122    428630       312     26889         0     27298    121302    532498     18.76     24.29
197.69/49.56	c  N dy  1207    448725       312     26889         0     46784    121302   1152631     18.79     27.93
209.70/52.58	c  N dy  1224    475408       312     26889         0     44522    121302   1036439     18.66     19.67
219.27/54.94	c  N dy  1284    495516       312     26889         0     34952    121302    731546     18.64     19.62
228.86/57.32	c  N dy  1351    515631       312     26889         0     54484    121302   1344830     18.64     19.64
238.84/59.80	c  N dy  1440    536880       312     26889         0     45023    121302   1045966     18.67     17.66
238.84/59.80	c  S st  1440    536880       312     26889         0     45023    121302   1045966     18.67     17.66
238.84/59.88	c  S st  1440    537381       312     26889         0     45518    121302   1063378     18.67   no data
238.84/59.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
239.24/59.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
239.24/59.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
239.24/59.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
239.24/59.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.24/59.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
239.24/59.91	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
239.24/59.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
239.24/59.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
243.24/60.91	c lits-rem:       152  cl-subs:     1188  v-elim:      0  v-fix:    0  time:  0.96 s
243.24/60.91	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
243.24/60.93	c vivif2 --  cl tried    44330 cl shrink        0 lits rem          0 time: 0.01
244.04/61.18	c asymm  cl-useful: 0/5345/26889 lits-rem:0 time: 0.26
244.04/61.19	c calculated reachability. Time: 0.00
244.04/61.19	c  N dy  1440    537381       312     26889         0     44330    121302   1036853     18.67   no data
254.43/63.72	c  N dy  1507    557484       312     26889         0     32818    121302    652893     18.68     19.66
263.22/65.99	c  N dy  1534    578551       312     26889         0     53146    121302   1280731     18.62     19.64
279.20/69.94	c  N dy  1597    610705       312     26889         0     52352    121302   1217409     18.56     19.62
289.99/72.64	c  N dy  1629    633134       312     26889         0     41093    121302    877964     18.51     19.56
299.97/75.17	c  N dy  1718    653254       312     26889         0     60673    121302   1508574     18.53     19.53
309.96/77.68	c  N dy  1767    673402       312     26889         0     46208    121302   1023240     18.51     19.52
321.15/80.49	c  N dy  1886    693452       312     26889         0     65710    121302   1663774     18.57     19.60
331.53/83.06	c  N dy  1975    713525       312     26889         0     50307    121302   1165658     18.58     20.64
344.72/86.33	c  N dy  2042    737346       312     26889         0     37589    121302    747151     18.57     19.60
354.30/88.76	c  N dy  2152    757358       312     26889         0     56994    121302   1378233     18.61     19.82
366.68/91.88	c  N dy  2269    778475       312     26889         0     40636    121302    831698     18.65     19.66
377.09/94.41	c  N dy  2373    798866       312     26889         0     60445    121302   1471686     18.68     19.71
380.66/95.38	c  S st  2382    806072       312     26889         0     67411    121302   1677293     18.65   no data
381.09/95.48	c  S st  2382    806572       312     26889         0     67905    121302   1693419     18.65   no data
381.09/95.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
381.49/95.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
381.49/95.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
381.49/95.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
381.49/95.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
381.49/95.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
381.49/95.53	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
381.49/95.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
381.49/95.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
392.65/98.39	c lits-rem:       361  cl-subs:     2327  v-elim:      0  v-fix:    0  time:  2.79 s
392.65/98.39	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
393.05/98.41	c vivif2 --  cl tried    65578 cl shrink        0 lits rem          0 time: 0.02
394.26/98.72	c asymm  cl-useful: 0/5331/26889 lits-rem:0 time: 0.31
394.26/98.72	c calculated reachability. Time: 0.00
394.26/98.72	c  N dy  2382    806572       312     26889         0     65578    121302   1642926     18.65   no data
405.44/101.59	c  N dy  2448    827923       312     26889         0     48502    121302   1055510     18.65     19.81
416.24/104.27	c  N dy  2468    848959       312     26889         0     68757    121302   1676881     18.61     19.71
427.00/106.93	c  N dy  2548    869008       312     26889         0     49450    121302   1074781     18.62     19.97
437.79/109.68	c  N dy  2658    889078       312     26889         0     68967    121302   1718877     18.66     19.73
448.97/112.41	c  N dy  2705    909129       312     26889         0     48660    121302   1023811     18.64     22.77
459.36/115.04	c  N dy  2776    929131       312     26889         0     68105    121302   1642460     18.65     19.64
470.14/117.77	c  N dy  2811    949396       312     26889         0     46971    121302    960099     18.62     19.62
481.33/120.50	c  N dy  2913    970084       312     26889         0     67096    121302   1607689     18.65     19.78
494.51/123.84	c  N dy  3003    993499       312     26889         0     48150    121302    984502     18.66     19.78
505.30/126.50	c  N dy  3069   1014302       312     26889         0     68338    121302   1622209     18.66     19.66
516.89/129.45	c  N dy  3129   1034833       312     26889         0     45512    121302    880356     18.66     19.88
526.87/131.96	c  N dy  3196   1054856       312     26889         0     64977    121302   1495165     18.66     23.50
536.86/134.48	c  F st  3267   1071876       312     26889         0     81558    121302   2024433     18.68   no data
538.86/134.97	c  N st  3272   1075179       312     26889         0     84763    121302   2132633     18.68   no data
549.24/137.57	c  N dy  3296   1095545       312     26889         0     60768    121302   1327797     18.65     19.64
566.42/141.89	c  N dy  3386   1125042       312     26889         0     44777    121302    834551     18.65     19.79
576.81/144.42	c  N dy  3466   1145044       312     26889         0     64159    121302   1440774     18.65     20.49
588.40/147.33	c  N dy  3523   1165306       312     26889         0     83806    121302   2043782     18.65     19.72
600.38/150.30	c  N dy  3627   1185957       312     26889         0     58327    121302   1266617     18.67     19.66
612.36/153.40	c  N dy  3689   1206333       312     26889         0     78084    121302   1879116     18.67     19.70
615.16/154.00	c  S st  3697   1209860       312     26889         0     81508    121302   1982525     18.66     16.37
615.56/154.12	c  S st  3697   1210361       312     26889         0     82008    121302   1999504     18.66   no data
615.56/154.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
615.56/154.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
615.56/154.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
615.56/154.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
615.56/154.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
615.56/154.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
615.56/154.18	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
615.96/154.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
615.96/154.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
634.74/158.98	c lits-rem:       288  cl-subs:     2183  v-elim:      0  v-fix:    0  time:  4.72 s
634.74/158.99	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
635.13/159.01	c vivif2 --  cl tried    79825 cl shrink        0 lits rem          0 time: 0.02
636.35/159.32	c asymm  cl-useful: 0/5968/26889 lits-rem:0 time: 0.31
636.35/159.33	c calculated reachability. Time: 0.00
636.35/159.33	c  N dy  3697   1210361       312     26889         0     79825    121302   1948006     18.66   no data
649.12/162.57	c  N dy  3777   1231146       312     26889         0     53453    121302   1077464     18.67     19.72
659.90/165.23	c  N dy  3845   1251282       312     26889         0     72980    121302   1686103     18.67     19.86
672.67/168.44	c  N dy  3929   1271328       312     26889         0     92451    121302   2295783     18.69     19.73
683.87/171.22	c  N dy  3983   1292551       312     26889         0     65365    121302   1445810     18.68     19.67
706.25/176.81	c  N dy  3998   1331433       312     26889         0     54398    121302   1059409     18.59     19.60
727.41/182.10	c  N dy  4042   1368122       312     26889         0     89620    121302   2093945     18.54     19.52
744.58/186.43	c  N dy  4054   1398223       312     26889         0     69598    121302   1506238     18.49     19.53
756.57/189.48	c  N dy  4158   1418317       312     26889         0     89198    121302   2139395     18.51     20.01
770.55/192.95	c  N dy  4287   1439362       312     26889         0     59418    121302   1228950     18.54     19.65
780.96/195.57	c  N dy  4318   1459926       312     26889         0     79226    121302   1833747     18.51     19.49
794.14/198.87	c  N dy  4374   1480634       312     26889         0     99250    121302   2457370     18.51     19.52
805.71/201.72	c  N dy  4412   1500692       312     26889         0     67289    121302   1435570     18.49     21.80
826.88/207.06	c  N dy  4492   1536257       312     26889         0    101777    121302   2477116     18.47     19.49
837.67/209.72	c  N dy  4522   1556330       312     26889         0     68979    121302   1471431     18.46     21.23
849.26/212.69	c  N dy  4548   1576361       312     26889         0     88207    121302   2000479     18.42     19.43
865.23/216.60	c  N dy  4628   1599520       312     26889         0     57481    121302   1122854     18.42     19.55
877.63/219.77	c  N dy  4691   1623534       312     26889         0     80701    121302   1841555     18.41     19.41
890.82/223.05	c  N dy  4753   1643888       312     26889         0    100407    121302   2450885     18.41     19.62
905.57/226.71	c  N dy  4857   1666025       312     26889         0     67709    121302   1426268     18.42     19.40
916.77/229.50	c  N dy  4879   1686381       312     26889         0     87370    121302   2016138     18.41     19.51
929.54/232.78	c  N dy  4918   1706455       312     26889         0    106665    121302   2593656     18.39     19.59
933.94/233.88	c  S st  4941   1710363       312     26889         0     55379    121302   1037749     18.40   no data
934.34/233.96	c  S st  4941   1710866       312     26889         0     55879    121302   1055050     18.40   no data
934.34/233.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
934.34/234.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
934.76/234.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
934.76/234.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
934.76/234.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
934.76/234.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
934.76/234.01	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
934.76/234.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
934.76/234.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
937.53/234.71	c lits-rem:         7  cl-subs:       96  v-elim:      0  v-fix:    0  time:  0.65 s
937.53/234.71	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
937.53/234.73	c vivif2 --  cl tried    55783 cl shrink        0 lits rem          0 time: 0.01
937.53/234.75	c asymm  cl-useful: 0/612/26889 lits-rem:0 time: 0.02
937.53/234.75	c calculated reachability. Time: 0.00
937.53/234.75	c  N dy  4941   1710866       312     26889         0     55783    121302   1053408     18.40   no data
948.34/237.49	c  N dy  5005   1730867       312     26889         0     75130    121302   1648094     18.40     23.03
961.53/240.78	c  N dy  5081   1751583       312     26889         0     95266    121302   2281550     18.40     19.38
986.27/246.96	c  N dy  5105   1788870       312     26889         0     75169    121302   1573957     18.33     19.31
999.46/250.25	c  N dy  5162   1810911       312     26889         0     96394    121302   2227098     18.33     19.31
1019.43/255.24	c  N dy  5283   1836859       312     26889         0     64523    121302   1298791     18.34     19.31
1032.20/258.44	c  N dy  5328   1857661       312     26889         0     84567    121302   1919171     18.33     19.32
1046.99/262.19	c  N dy  5427   1877721       312     26889         0    104024    121302   2538390     18.34     21.02
1060.97/265.67	c  N dy  5509   1897818       312     26889         0     65487    121302   1318799     18.35     22.86
1074.15/268.94	c  N dy  5577   1921006       312     26889         0     87956    121302   2016789     18.35     19.32
1090.53/273.09	c  N dy  5652   1944467       312     26889         0    110743    121302   2721027     18.35     19.38
1104.51/276.59	c  N dy  5709   1965828       312     26889         0     72330    121302   1505469     18.35     19.36
1116.90/279.68	c  N dy  5768   1986565       312     26889         0     92382    121302   2123421     18.35     19.33
1130.87/283.12	c  N dy  5786   2008665       312     26889         0    113724    121302   2741962     18.33     19.50
1154.05/288.90	c  N dy  5877   2045989       312     26889         0     89556    121302   1988892     18.31     19.33
1167.23/292.20	c  N dy  5951   2066031       312     26889         0    108922    121302   2582598     18.31     20.04
1182.01/295.96	c  N dy  6036   2086075       312     26889         0     67532    121302   1319663     18.32     19.29
1193.60/298.86	c  N dy  6118   2106129       312     26889         0     86871    121302   1924072     18.33     22.10
1207.19/302.26	c  N dy  6188   2126582       312     26889         0    106712    121302   2543476     18.33     19.37
1223.15/306.23	c  N dy  6273   2146980       312     26889         0     64628    121302   1214667     18.34     19.40
1235.54/309.34	c  N dy  6363   2168734       312     26889         0     85723    121302   1874689     18.34     19.68
1247.91/312.46	c  N dy  6395   2188859       312     26889         0    105094    121302   2450250     18.33     19.34
1264.72/316.63	c  N dy  6483   2209732       312     26889         0    125373    121302   3083329     18.34     19.37
1267.10/317.20	c  S st  6495   2210866       312     26889         0     63587    121302   1173809     18.34   no data
1267.10/317.29	c  S st  6495   2211368       312     26889         0     64083    121302   1191083     18.34   no data
1267.49/317.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1267.49/317.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
1267.49/317.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1267.49/317.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1267.49/317.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1267.49/317.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
1267.49/317.34	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
1267.49/317.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1267.49/317.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1270.29/318.04	c lits-rem:         5  cl-subs:       69  v-elim:      0  v-fix:    0  time:  0.64 s
1270.29/318.04	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
1270.29/318.06	c vivif2 --  cl tried    64014 cl shrink        0 lits rem          0 time: 0.02
1271.49/318.32	c asymm  cl-useful: 0/4490/26889 lits-rem:0 time: 0.26
1271.49/318.33	c calculated reachability. Time: 0.00
1271.49/318.33	c  N dy  6495   2211368       312     26889         0     64014    121302   1189401     18.34   no data
1284.27/321.56	c  N dy  6574   2233804       312     26889         0     85751    121302   1870524     18.34     19.36
1298.26/325.08	c  N dy  6651   2253994       312     26889         0    105305    121302   2473385     18.34     19.62
1313.42/328.88	c  N dy  6725   2274041       312     26889         0    124732    121302   3083749     18.35     23.37
1326.61/332.13	c  N dy  6787   2294169       312     26889         0     80318    121302   1684451     18.35     19.34
1341.79/335.97	c  N dy  6849   2319202       312     26889         0    104468    121302   2410528     18.34     19.35
1356.18/339.55	c  N dy  6884   2339588       312     26889         0    124133    121302   2997376     18.33     19.38
1376.14/344.57	c  N dy  6961   2370003       312     26889         0     88742    121302   1905572     18.32     19.35
1391.32/348.38	c  N dy  6981   2392605       312     26889         0    110692    121302   2561282     18.31     19.31
1419.29/355.35	c  N dy  7004   2433864       312     26889         0     84376    121302   1723686     18.27     19.28
1432.87/358.79	c  N dy  7102   2453924       312     26889         0    103854    121302   2341375     18.27     19.26
1448.45/362.63	c  N dy  7164   2475409       312     26889         0    124588    121302   2978760     18.27     19.25
1464.03/366.51	c  N dy  7258   2495459       312     26889         0     77497    121302   1554550     18.28     19.27
1477.20/369.80	c  N dy  7320   2517195       312     26889         0     98544    121302   2194022     18.27     19.40
1493.59/373.98	c  N dy  7428   2540319       312     26889         0    120933    121302   2895285     18.28     19.30
1511.56/378.43	c  N dy  7489   2564092       312     26889         0     76257    121302   1492333     18.28     19.27
1524.34/381.60	c  N dy  7586   2584151       312     26889         0     95742    121302   2121084     18.29     25.52
1538.32/385.17	c  N dy  7639   2604206       312     26889         0    114957    121302   2682236     18.28     19.37
1561.50/390.91	c  N dy  7656   2635607       312     26889         0     76567    121302   1485311     18.25     19.31
1574.69/394.26	c  N dy  7713   2658212       312     26889         0     98496    121302   2158942     18.25     19.21
1589.48/397.93	c  N dy  7801   2678254       312     26889         0    117969    121302   2775855     18.25     22.22
1606.64/402.25	c  N dy  7913   2698270       312     26889         0    137457    121302   3397225     18.26     19.80
1615.84/404.58	c  S st  7984   2711369       312     26889         0     80518    121302   1616292     18.27   no data
1616.24/404.68	c  S st  7984   2711870       312     26889         0     81017    121302   1633024     18.27   no data
1616.24/404.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1616.62/404.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
1616.62/404.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1616.62/404.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1616.62/404.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1616.62/404.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
1616.62/404.73	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
1616.62/404.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1616.62/404.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1621.82/406.08	c lits-rem:        71  cl-subs:      610  v-elim:      0  v-fix:    0  time:  1.28 s
1621.82/406.08	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
1622.22/406.10	c vivif2 --  cl tried    80407 cl shrink        0 lits rem          0 time: 0.02
1623.42/406.41	c asymm  cl-useful: 0/4780/26889 lits-rem:0 time: 0.31
1623.42/406.42	c calculated reachability. Time: 0.00
1623.42/406.42	c  N dy  7984   2711870       312     26889         0     80407    121302   1618623     18.27   no data
1639.79/410.53	c  N dy  8039   2734199       312     26889         0    102051    121302   2285510     18.27     19.28
1657.77/415.00	c  N dy  8106   2759363       312     26889         0    126371    121302   3028552     18.26     19.24
1676.15/419.62	c  N dy  8218   2779384       312     26889         0     75136    121302   1429742     18.27     22.32
1688.53/422.73	c  N dy  8293   2799426       312     26889         0     94603    121302   2029310     18.28     19.25
1702.91/426.40	c  N dy  8382   2819830       312     26889         0    114408    121302   2644703     18.28     19.47
1718.89/430.32	c  N dy  8415   2839836       312     26889         0    133829    121302   3240875     18.27     19.45
1735.27/434.41	c  N dy  8463   2861222       312     26889         0     82658    121302   1624114     18.27     19.24
1749.65/438.06	c  N dy  8564   2881290       312     26889         0    102146    121302   2237776     18.28     20.33
1764.83/441.87	c  N dy  8652   2901900       312     26889         0    122167    121302   2866236     18.28     19.38
1783.60/446.54	c  N dy  8728   2923646       312     26889         0    143246    121302   3525612     18.28     19.35
1797.58/450.07	c  N dy  8799   2943739       312     26889         0     89963    121302   1854196     18.28     19.41
1811.16/453.43	c  N dy  8848   2963904       312     26889         0    109531    121302   2432035     18.28     19.24
1837.93/460.14	c  N dy  8876   3000740       312     26889         0    144901    121302   3443673     18.25     19.39
1853.13/463.93	c  N dy  8955   3021360       312     26889         0     91445    121302   1905031     18.25     19.37
1869.09/467.92	c  N dy  9050   3043360       312     26889         0    112706    121302   2568704     18.26     19.27
1883.89/471.64	c  N dy  9096   3063482       312     26889         0    132182    121302   3148280     18.25     19.26
1903.85/476.60	c  N dy  9176   3085272       312     26889         0     78837    121302   1486858     18.25     19.36
1937.40/485.09	c  N dy  9246   3134378       312     26889         0    126125    121302   2836701     18.22     19.27
1954.20/489.28	c  N dy  9343   3154391       312     26889         0    145551    121302   3448221     18.23     19.21
1972.17/493.79	c  N dy  9363   3181561       312     26889         0     96489    121302   1990869     18.21     19.32
1988.53/497.84	c  N dy  9441   3204600       312     26889         0    118710    121302   2657135     18.21     19.18
1993.75/499.12	c  S st  9450   3211870       312     26889         0    125687    121302   2865389     18.21     14.46
1994.15/499.28	c  S st  9450   3212371       312     26889         0    126184    121302   2881826     18.21   no data
1994.15/499.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1994.53/499.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
1994.53/499.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1994.53/499.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1994.53/499.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1994.53/499.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
1994.53/499.36	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
1994.93/499.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1994.93/499.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2021.69/506.12	c lits-rem:       705  cl-subs:     4577  v-elim:      0  v-fix:    0  time:  6.63 s
2021.69/506.12	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
2021.69/506.16	c vivif2 --  cl tried   121607 cl shrink        0 lits rem          0 time: 0.04
2024.09/506.76	c asymm  cl-useful: 0/1891/26889 lits-rem:0 time: 0.59
2024.09/506.76	c calculated reachability. Time: 0.00
2024.09/506.76	c  N dy  9450   3212371       312     26889         0    121607    121302   2787966     18.21   no data
2044.85/511.95	c  N dy  9505   3233698       312     26889         0    142213    121302   3417324     18.20     19.19
2062.84/516.49	c  N dy  9592   3253725       312     26889         0     85328    121302   1667184     18.21     23.79
2076.41/519.82	c  N dy  9672   3273740       312     26889         0    104806    121302   2279674     18.21     19.22
2092.39/523.83	c  N dy  9768   3294970       312     26889         0    125428    121302   2926454     18.22     19.20
2109.58/528.10	c  N dy  9772   3319096       312     26889         0    148609    121302   3584641     18.20     19.21
2125.57/532.17	c  N dy  9860   3339566       312     26889         0     91115    121302   1835385     18.21     19.29
2147.12/537.54	c  N dy  9939   3370533       312     26889         0    121095    121302   2747658     18.20     19.19
2165.51/542.17	c  N dy  9986   3393050       312     26889         0    142805    121302   3389195     18.20     19.23
2183.87/546.71	c  N dy 10047   3413062       312     26889         0     83848    121302   1576422     18.19     20.20
2196.28/549.85	c  N dy 10057   3433068       312     26889         0    103111    121302   2119537     18.18     20.52
2209.46/553.16	c  N dy 10070   3453963       312     26889         0    123182    121302   2705135     18.17     19.17
2227.41/557.62	c  N dy 10126   3477012       312     26889         0    145522    121302   3386383     18.17     19.22
2251.39/563.64	c  N dy 10203   3507850       312     26889         0     95941    121302   1914004     18.16     19.13
2265.77/567.22	c  N dy 10269   3528917       312     26889         0    116289    121302   2540717     18.16     19.24
2280.54/570.94	c  N dy 10314   3549184       312     26889         0    135748    121302   3124580     18.15     19.13
2296.53/574.91	c  N dy 10315   3570241       312     26889         0    155751    121302   3667684     18.14     19.15
2312.90/579.01	c  N dy 10404   3591200       312     26889         0     96197    121302   1956173     18.14     19.11
2327.28/582.61	c  N dy 10485   3611797       312     26889         0    116121    121302   2569750     18.14     19.11
2344.86/587.08	c  N dy 10598   3633412       312     26889         0    137127    121302   3236045     18.15     19.17
2362.86/591.59	c  N dy 10615   3655041       312     26889         0    157938    121302   3847818     18.14     19.13
2378.82/595.50	c  N dy 10693   3675063       312     26889         0     96210    121302   1938209     18.14     19.42
2392.79/599.10	c  N dy 10777   3695075       312     26889         0    115662    121302   2550636     18.15     19.13
2405.98/602.36	c  S st 10831   3712371       312     26889         0    132387    121302   3059329     18.15   no data
2406.80/602.52	c  S st 10831   3712874       312     26889         0    132888    121302   3076318     18.15   no data
2406.80/602.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2406.80/602.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
2406.80/602.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2406.80/602.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2406.80/602.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2407.20/602.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
2407.20/602.60	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
2407.20/602.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2407.58/602.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2427.95/607.81	c lits-rem:       310  cl-subs:     3666  v-elim:      0  v-fix:    0  time:  5.08 s
2427.95/607.81	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
2427.95/607.85	c vivif2 --  cl tried   129222 cl shrink        0 lits rem          0 time: 0.04
2429.55/608.27	c asymm  cl-useful: 0/1839/26889 lits-rem:0 time: 0.42
2429.55/608.27	c calculated reachability. Time: 0.00
2429.55/608.27	c  N dy 10831   3712874       312     26889         0    129222    121302   2997128     18.15   no data
2451.51/613.77	c  N dy 10945   3732956       312     26889         0    148742    121302   3618126     18.16     19.13
2472.30/618.91	c  F st 10988   3751562       312     26889         0     84558    121302   1553209     18.15     13.27
2473.49/619.24	c  N st 10992   3753595       312     26889         0     86536    121302   1614537     18.15   no data
2490.29/623.43	c  N dy 11032   3779421       312     26889         0    111162    121302   2341588     18.14     19.12
2521.05/631.18	c  N dy 11059   3821596       312     26889         0    151841    121302   3495509     18.12     19.15
2540.21/635.95	c  N dy 11144   3841633       312     26889         0     88356    121302   1665578     18.12     19.10
2561.00/641.11	c  N dy 11197   3872911       312     26889         0    118446    121302   2540552     18.11     19.22
2579.75/645.87	c  N dy 11228   3896763       312     26889         0    141511    121302   3223578     18.10     19.05
2597.72/650.40	c  N dy 11310   3917093       312     26889         0    161242    121302   3834659     18.10     19.06
2614.90/654.60	c  N dy 11393   3938048       312     26889         0     97593    121302   1942841     18.10     19.09
2629.68/658.31	c  N dy 11460   3958757       312     26889         0    117582    121302   2553957     18.10     19.06
2646.06/662.44	c  N dy 11520   3979979       312     26889         0    138134    121302   3182885     18.10     19.07
2663.23/666.78	c  N dy 11588   4000038       312     26889         0    157515    121302   3780632     18.10     26.09
2680.81/671.19	c  N dy 11641   4020332       312     26889         0     92030    121302   1742189     18.10     19.08
2696.40/675.00	c  N dy 11733   4043267       312     26889         0    114345    121302   2444088     18.10     19.11
2711.97/678.90	c  N dy 11799   4063428       312     26889         0    133872    121302   3039600     18.10     19.08
2729.15/683.22	c  N dy 11859   4084687       312     26889         0    154478    121302   3680515     18.10     19.09
2747.53/687.89	c  N dy 11898   4105177       312     26889         0     88163    121302   1615471     18.10     19.06
2761.10/691.26	c  N dy 11997   4125227       312     26889         0    107596    121302   2231781     18.11     22.23
2776.30/695.07	c  N dy 12066   4145342       312     26889         0    127064    121302   2827993     18.11     19.08
2795.86/699.91	c  N dy 12163   4167780       312     26889         0    148819    121302   3500438     18.11     19.17
2814.63/704.64	c  N dy 12189   4188603       312     26889         0    169033    121302   4096278     18.10     19.15
2833.03/709.26	c  N dy 12230   4212874       312     26889         0    105306    121302   2106173     18.09     14.07
2833.03/709.26	c  S st 12230   4212874       312     26889         0    105306    121302   2106173     18.09     14.07
2833.43/709.38	c  S st 12230   4213380       312     26889         0    105811    121302   2123300     18.09   no data
2833.43/709.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2833.81/709.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
2833.81/709.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2833.81/709.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2833.81/709.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2833.81/709.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
2833.81/709.45	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
2833.81/709.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2834.21/709.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2846.21/712.59	c lits-rem:       377  cl-subs:     1766  v-elim:      0  v-fix:    0  time:  3.05 s
2846.21/712.59	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
2846.61/712.62	c vivif2 --  cl tried   104045 cl shrink        0 lits rem          0 time: 0.03
2847.78/712.99	c asymm  cl-useful: 0/3014/26889 lits-rem:0 time: 0.37
2847.78/712.99	c calculated reachability. Time: 0.00
2847.78/712.99	c  N dy 12230   4213380       312     26889         0    104045    121302   2088478     18.09   no data
2866.16/717.50	c  N dy 12313   4238102       312     26889         0    127955    121302   2828104     18.09     19.07
2883.74/721.94	c  N dy 12369   4258364       312     26889         0    147498    121302   3430438     18.09     19.27
2910.11/728.55	c  N dy 12472   4283148       312     26889         0    171366    121302   4173309     18.10     19.29
2935.66/734.99	c  N dy 12479   4320205       312     26889         0    118903    121302   2445308     18.07     19.08
2951.66/738.91	c  N dy 12541   4340286       312     26889         0    138413    121302   3040880     18.07     19.05
2970.41/743.64	c  N dy 12617   4363007       312     26889         0    160379    121302   3719811     18.07     19.04
2991.21/748.85	c  N dy 12699   4383047       312     26889         0     90985    121302   1666287     18.08     21.57
3007.17/752.80	c  N dy 12798   4404475       312     26889         0    111842    121302   2318376     18.08     19.06
3033.53/759.44	c  N dy 12846   4435044       312     26889         0    141273    121302   3170061     18.07     19.09
3052.32/764.16	c  N dy 12907   4456281       312     26889         0    161762    121302   3782940     18.07     19.06
3075.10/769.89	c  N dy 13006   4478934       312     26889         0     93833    121302   1743299     18.07     19.09
3091.06/773.89	c  N dy 13079   4501965       312     26889         0    116065    121302   2429142     18.07     19.03
3107.44/777.99	c  N dy 13160   4522111       312     26889         0    135572    121302   3032088     18.07     19.13
3124.21/782.18	c  N dy 13214   4542112       312     26889         0    154862    121302   3602895     18.07     19.20
3143.79/787.09	c  N dy 13304   4562776       312     26889         0    174917    121302   4230832     18.08     19.08
3162.17/791.67	c  N dy 13405   4582975       312     26889         0    103633    121302   2036724     18.08     19.05
3177.34/795.46	c  N dy 13496   4603054       312     26889         0    123106    121302   2645149     18.08     22.44
3194.51/799.71	c  N dy 13592   4623104       312     26889         0    142579    121302   3252514     18.09     19.05
3214.49/804.72	c  N dy 13700   4643324       312     26889         0    162228    121302   3865596     18.09     19.06
3235.26/809.98	c  N dy 13794   4663369       312     26889         0    181684    121302   4465712     18.09     20.10
3253.65/814.50	c  N dy 13887   4684932       312     26889         0    110513    121302   2231766     18.10     19.12
3268.81/818.34	c  N dy 13948   4705685       312     26889         0    130576    121302   2839227     18.10     19.22
3275.21/819.95	c  S st 13984   4713380       312     26889         0    138033    121302   3072797     18.10     14.05
3276.01/820.10	c  S st 13984   4713885       312     26889         0    138536    121302   3090096     18.10   no data
3276.01/820.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3276.01/820.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
3276.01/820.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3276.01/820.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3276.01/820.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3276.01/820.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
3276.01/820.19	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
3276.41/820.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3276.83/820.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3294.81/824.87	c lits-rem:       393  cl-subs:     3367  v-elim:      0  v-fix:    0  time:  4.54 s
3294.81/824.87	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
3295.18/824.91	c vivif2 --  cl tried   135169 cl shrink        0 lits rem          0 time: 0.04
3296.38/825.29	c asymm  cl-useful: 0/2505/26889 lits-rem:0 time: 0.39
3296.78/825.30	c calculated reachability. Time: 0.00
3296.78/825.30	c  N dy 13984   4713885       312     26889         0    135169    121302   3016206     18.10   no data
3317.15/830.40	c  N dy 14040   4739290       312     26889         0    159729    121302   3757190     18.10     19.09
3341.53/836.53	c  N dy 14116   4761623       312     26889         0    181346    121302   4420761     18.09     19.17
3362.29/841.70	c  N dy 14165   4783727       312     26889         0    109824    121302   2180510     18.09     19.20
3376.68/845.37	c  N dy 14195   4804501       312     26889         0    129777    121302   2772684     18.08     19.12
3397.04/850.41	c  N dy 14288   4827892       312     26889         0    152520    121302   3480321     18.09     19.06
3416.63/855.36	c  N dy 14357   4849835       312     26889         0    173758    121302   4131290     18.09     19.33
3437.40/860.52	c  N dy 14415   4872169       312     26889         0    101493    121302   1926319     18.08     19.26
3452.18/864.21	c  N dy 14490   4892425       312     26889         0    121122    121302   2538154     18.09     19.33
3469.75/868.60	c  N dy 14566   4913880       312     26889         0    141923    121302   3167645     18.09     19.07
3488.15/873.26	c  N dy 14623   4933905       312     26889         0    161309    121302   3756813     18.09     19.28
3513.29/879.57	c  N dy 14663   4960304       312     26889         0    186468    121302   4473810     18.08     19.18
3530.47/883.87	c  N dy 14736   4980320       312     26889         0    111254    121302   2223382     18.08     24.36
3547.24/888.07	c  N dy 14832   5000783       312     26889         0    131110    121302   2842824     18.09     19.09
3566.42/892.84	c  N dy 14902   5022736       312     26889         0    152383    121302   3504285     18.09     19.04
3587.19/898.01	c  N dy 14952   5046407       312     26889         0    175188    121302   4183704     18.08     19.08
3613.15/904.56	c  N dy 15012   5074240       312     26889         0    106294    121302   2021441     18.08     19.04
3627.14/908.05	c  N dy 15049   5094998       312     26889         0    126419    121302   2616170     18.07     19.04
3643.12/912.01	c  N dy 15084   5115042       312     26889         0    145864    121302   3190438     18.07     24.04
3667.90/918.27	c  N dy 15122   5144197       312     26889         0    173872    121302   3989484     18.06     19.01
3692.66/924.45	c  N dy 15189   5168963       312     26889         0    101258    121302   1882302     18.06     19.09
3720.63/931.44	c  N dy 15296   5206692       312     26889         0    137755    121302   2931844     18.05     19.07
3726.21/932.88	c  S st 15313   5213887       312     26889         0    144656    121302   3132748     18.05     11.59
3727.01/933.04	c  S st 15313   5214387       312     26889         0    145155    121302   3150208     18.05   no data
3727.01/933.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3727.41/933.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
3727.41/933.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3727.41/933.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3727.41/933.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3727.41/933.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
3727.41/933.14	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
3727.41/933.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3727.81/933.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3753.37/939.66	c lits-rem:      1217  cl-subs:     6236  v-elim:      0  v-fix:    0  time:  6.40 s
3753.37/939.67	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
3753.77/939.71	c vivif2 --  cl tried   138919 cl shrink        0 lits rem          0 time: 0.04
3755.37/940.10	c asymm  cl-useful: 0/2876/26889 lits-rem:0 time: 0.39
3755.37/940.11	c calculated reachability. Time: 0.00
3755.37/940.11	c  N dy 15313   5214387       312     26889         0    138919    121302   3030879     18.05   no data
3773.77/944.76	c  N dy 15407   5234691       312     26889         0    158600    121302   3645702     18.05     19.03
3793.71/949.75	c  N dy 15442   5254831       312     26889         0    178109    121302   4227950     18.04     19.19
3819.67/956.21	c  N dy 15539   5274907       312     26889         0     99966    121302   1839241     18.05     21.90
3836.06/960.30	c  N dy 15616   5294952       312     26889         0    119460    121302   2444556     18.05     19.22
3853.63/964.77	c  N dy 15708   5315052       312     26889         0    138930    121302   3047636     18.05     23.25
3885.99/972.87	c  N dy 15801   5352885       312     26889         0    175331    121302   4111989     18.04     19.08
3906.36/977.93	c  N dy 15863   5372948       312     26889         0    194793    121302   4700072     18.04     22.40
3926.74/983.08	c  N dy 15919   5397673       312     26889         0    120068    121302   2403428     18.04     19.01
3944.73/987.57	c  N dy 15984   5420641       312     26889         0    142278    121302   3077833     18.04     19.10
3962.30/992.00	c  N dy 16051   5441151       312     26889         0    162095    121302   3683400     18.04     19.04
3981.86/996.88	c  N dy 16130   5461158       312     26889         0    181479    121302   4277722     18.04     21.28
4004.63/1002.54	c  N dy 16202   5481190       312     26889         0    101299    121302   1853825     18.04     19.47
4023.83/1007.34	c  N dy 16272   5508435       312     26889         0    127695    121302   2648974     18.04     19.03
4040.98/1011.64	c  N dy 16347   5528608       312     26889         0    147265    121302   3255739     18.04     19.12
4058.98/1016.14	c  N dy 16395   5548725       312     26889         0    166737    121302   3832525     18.04     19.02
4081.72/1021.87	c  N dy 16443   5573331       312     26889         0    190445    121302   4537082     18.04     19.29
4106.90/1028.15	c  N dy 16511   5601208       312     26889         0    116674    121302   2289391     18.03     19.00
4122.07/1031.94	c  N dy 16556   5621244       312     26889         0    136060    121302   2870848     18.03     19.00
4141.25/1036.72	c  N dy 16667   5641458       312     26889         0    155709    121302   3493137     18.04     19.05
4162.02/1041.92	c  N dy 16756   5661714       312     26889         0    175388    121302   4098151     18.04     19.00
4183.98/1047.42	c  N dy 16816   5684335       312     26889         0    197230    121302   4748001     18.03     19.01
4202.77/1052.19	c  N dy 16868   5704465       312     26889         0    115137    121302   2250441     18.03     19.19
4211.16/1054.22	c  S st 16919   5714387       312     26889         0    124775    121302   2552523     18.04     16.83
4211.56/1054.36	c  S st 16919   5714888       312     26889         0    125271    121302   2569260     18.04   no data
4211.56/1054.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4211.96/1054.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
4211.96/1054.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4211.96/1054.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4211.96/1054.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4211.96/1054.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
4211.96/1054.44	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
4211.96/1054.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4212.36/1054.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4227.13/1058.27	c lits-rem:       170  cl-subs:     1682  v-elim:      0  v-fix:    0  time:  3.72 s
4227.13/1058.27	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
4227.53/1058.31	c vivif2 --  cl tried   123589 cl shrink        0 lits rem          0 time: 0.04
4228.73/1058.68	c asymm  cl-useful: 0/3891/26889 lits-rem:0 time: 0.37
4228.73/1058.68	c calculated reachability. Time: 0.00
4228.73/1058.68	c  N dy 16919   5714888       312     26889         0    123589    121302   2532373     18.04   no data
4244.71/1062.67	c  N dy 16985   5734910       312     26889         0    143024    121302   3126454     18.04     20.53
4264.29/1067.56	c  N dy 17063   5754936       312     26889         0    162455    121302   3729740     18.04     19.54
4287.88/1073.48	c  N dy 17159   5776613       312     26889         0    183548    121302   4386933     18.04     19.02
4315.01/1080.28	c  N dy 17220   5799697       312     26889         0    103202    121302   1876721     18.04     19.03
4330.59/1084.11	c  N dy 17303   5819767       312     26889         0    122676    121302   2479071     18.04     19.05
4346.97/1088.24	c  N dy 17368   5839839       312     26889         0    142126    121302   3068037     18.04     25.77
4365.34/1092.81	c  N dy 17435   5860053       312     26889         0    161752    121302   3663667     18.04     19.08
4383.73/1097.44	c  N dy 17482   5880393       312     26889         0    181426    121302   4254906     18.04     19.02
4407.29/1103.37	c  N dy 17552   5901402       312     26889         0    201730    121302   4872591     18.04     19.01
4432.06/1109.56	c  N dy 17608   5926286       312     26889         0    122184    121302   2442982     18.04     19.13
4448.83/1113.75	c  N dy 17688   5946337       312     26889         0    141652    121302   3055193     18.04     22.84
4469.61/1118.95	c  N dy 17784   5966573       312     26889         0    161314    121302   3680287     18.04     19.11
4490.00/1124.05	c  N dy 17857   5986621       312     26889         0    180735    121302   4280734     18.05     22.09
4511.97/1129.50	c  N dy 17904   6008480       312     26889         0    201870    121302   4908299     18.04     19.27
4534.32/1135.11	c  N dy 17984   6031014       312     26889         0    119125    121302   2343288     18.04     19.00
4550.70/1139.27	c  N dy 18061   6051069       312     26889         0    138485    121302   2933311     18.05     20.45
4568.28/1143.66	c  N dy 18111   6071921       312     26889         0    158580    121302   3543218     18.04     19.01
4588.25/1148.68	c  N dy 18152   6094037       312     26889         0    179975    121302   4173345     18.04     19.39
4615.01/1155.37	c  N dy 18199   6119961       312     26889         0    204938    121302   4900428     18.04     19.03
4635.78/1160.58	c  N dy 18259   6142281       312     26889         0    121019    121302   2365055     18.03     19.15
4652.95/1164.88	c  N dy 18355   6162369       312     26889         0    140498    121302   2968453     18.04     22.49
4669.76/1169.04	c  N dy 18385   6183272       312     26889         0    160682    121302   3571651     18.03     19.04
4689.32/1173.95	c  N dy 18464   6203324       312     26889         0    180127    121302   4176525     18.03     22.88
4700.10/1176.64	c  S st 18494   6214889       312     26889         0    191337    121302   4509278     18.03     14.88
4700.92/1176.85	c  S st 18494   6215392       312     26889         0    191838    121302   4525899     18.03   no data
4700.92/1176.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4701.29/1176.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.10
4701.29/1176.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4701.29/1176.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4701.29/1176.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4701.29/1176.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
4701.29/1176.97	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
4701.69/1177.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4702.09/1177.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4747.63/1188.52	c lits-rem:       864  cl-subs:     7516  v-elim:      0  v-fix:    0  time: 11.36 s
4747.63/1188.53	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
4747.63/1188.58	c vivif2 --  cl tried   184322 cl shrink        0 lits rem          0 time: 0.06
4748.43/1188.80	c asymm  cl-useful: 0/1603/26889 lits-rem:0 time: 0.21
4748.85/1188.80	c calculated reachability. Time: 0.00
4748.85/1188.80	c  N dy 18494   6215392       312     26889         0    184322    121302   4369137     18.03   no data
4772.40/1194.77	c  N dy 18538   6236586       312     26889         0    204735    121302   4987768     18.03     19.00
4797.96/1201.14	c  N dy 18619   6256619       312     26889         0    117914    121302   2287868     18.03     18.99

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3250625-1304123222/watcher-3250625-1304123222 -o /tmp/evaluation-result-3250625-1304123222/solver-3250625-1304123222 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3250625-1304123222.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: 5.53 7.44 7.80 2/172 27900
/proc/meminfo: memFree=24377304/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 408 0 0 0 0 0 0 0 22 0 4 0 602552910 52441088 347 33554432000 4194304 4627427 140734540094240 18446744073709551615 47882762651570 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 12803 347 299 106 0 7774 0
[pid=27900/tid=27901] ppid=27898 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 602552911 52441088 347 33554432000 4194304 4627427 140734540094240 18446744073709551615 47882762651564 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 602552911 52441088 347 33554432000 4194304 4627427 140734540094240 18446744073709551615 47882762651560 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 602552911 52441088 347 33554432000 4194304 4627427 140734540094240 18446744073709551615 216735235057 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.136135 s]
/proc/loadavg: 5.53 7.44 7.80 2/172 27900
/proc/meminfo: memFree=24377304/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=288352 CPUtime=3.79 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 9587 0 0 0 377 2 0 0 18 0 4 0 602552910 295272448 7505 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 72088 7505 386 106 0 67059 0
[pid=27900/tid=27901] ppid=27898 vsize=288352 CPUtime=0.94 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 2522 0 0 0 94 0 0 0 18 0 4 0 602552911 295272448 7506 33554432000 4194304 4627427 140734540094240 18446744073709551615 4327570 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=288352 CPUtime=0.94 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 2514 0 0 0 94 0 0 0 18 0 4 0 602552911 295272448 7506 33554432000 4194304 4627427 140734540094240 18446744073709551615 4507021 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=288352 CPUtime=0.94 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 1650 0 0 0 94 0 0 0 19 0 4 0 602552911 295272448 7506 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309217 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 288352

[startup+1.05865 s]
/proc/loadavg: 5.53 7.44 7.80 2/172 27900
/proc/meminfo: memFree=24377304/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=291460 CPUtime=4.19 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 10573 0 0 0 417 2 0 0 19 0 4 0 602552910 298455040 7332 33554432000 4194304 4627427 140734540094240 18446744073709551615 4310094 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 72865 7332 386 106 0 67836 0
[pid=27900/tid=27901] ppid=27898 vsize=291460 CPUtime=1.04 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 2953 0 0 0 104 0 0 0 19 0 4 0 602552911 298455040 7332 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309228 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=291460 CPUtime=1.04 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 2943 0 0 0 104 0 0 0 19 0 4 0 602552911 298455040 7332 33554432000 4194304 4627427 140734540094240 18446744073709551615 4327749 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=291460 CPUtime=1.04 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 1698 0 0 0 104 0 0 0 19 0 4 0 602552911 298455040 7332 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 291460

[startup+1.15863 s]
/proc/loadavg: 5.53 7.44 7.80 2/172 27900
/proc/meminfo: memFree=24377304/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=293152 CPUtime=4.58 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 11125 0 0 0 456 2 0 0 19 0 4 0 602552910 300187648 7297 33554432000 4194304 4627427 140734540094240 18446744073709551615 4327427 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 73288 7298 386 106 0 68259 0
[pid=27900/tid=27901] ppid=27898 vsize=293152 CPUtime=1.14 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 3003 0 0 0 114 0 0 0 19 0 4 0 602552911 300187648 7298 33554432000 4194304 4627427 140734540094240 18446744073709551615 4299605 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=293152 CPUtime=1.14 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 2992 0 0 0 114 0 0 0 19 0 4 0 602552911 300187648 7298 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=293152 CPUtime=1.14 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 1752 0 0 0 114 0 0 0 19 0 4 0 602552911 300187648 7298 33554432000 4194304 4627427 140734540094240 18446744073709551615 4308317 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 293152

[startup+1.25861 s]
/proc/loadavg: 5.53 7.44 7.80 2/172 27900
/proc/meminfo: memFree=24377304/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=293152 CPUtime=4.98 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 11333 0 0 0 496 2 0 0 19 0 4 0 602552910 300187648 7505 33554432000 4194304 4627427 140734540094240 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 73288 7505 386 106 0 68259 0
[pid=27900/tid=27901] ppid=27898 vsize=293152 CPUtime=1.24 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 3053 0 0 0 124 0 0 0 19 0 4 0 602552911 300187648 7505 33554432000 4194304 4627427 140734540094240 18446744073709551615 4327570 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=293152 CPUtime=1.24 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 3038 0 0 0 124 0 0 0 19 0 4 0 602552911 300187648 7505 33554432000 4194304 4627427 140734540094240 18446744073709551615 4299605 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=293152 CPUtime=1.24 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 1812 0 0 0 124 0 0 0 19 0 4 0 602552911 300187648 7505 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 293152

[startup+1.50057 s]
/proc/loadavg: 5.53 7.44 7.80 2/172 27900
/proc/meminfo: memFree=24377304/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=293320 CPUtime=5.95 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 12173 0 0 0 593 2 0 0 19 0 4 0 602552910 300359680 7789 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 73330 7789 386 106 0 68301 0
[pid=27900/tid=27901] ppid=27898 vsize=293320 CPUtime=1.48 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 3166 0 0 0 148 0 0 0 19 0 4 0 602552911 300359680 7789 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=293320 CPUtime=1.48 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 3149 0 0 0 148 0 0 0 19 0 4 0 602552911 300359680 7789 33554432000 4194304 4627427 140734540094240 18446744073709551615 4333328 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=293320 CPUtime=1.48 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 2309 0 0 0 148 0 0 0 19 0 4 0 602552911 300359680 7789 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 293320

[startup+3.1063 s]
/proc/loadavg: 5.53 7.44 7.80 9/184 27912
/proc/meminfo: memFree=24294872/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=295392 CPUtime=12.36 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 21073 0 0 0 1232 4 0 0 25 0 4 0 602552910 302481408 10236 33554432000 4194304 4627427 140734540094240 18446744073709551615 4327749 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 73848 10237 390 106 0 68819 0
[pid=27900/tid=27901] ppid=27898 vsize=295392 CPUtime=3.09 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 5148 0 0 0 308 1 0 0 24 0 4 0 602552911 302481408 10237 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=295392 CPUtime=3.08 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 5122 0 0 0 308 0 0 0 24 0 4 0 602552911 302481408 10238 33554432000 4194304 4627427 140734540094240 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=295392 CPUtime=3.07 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 3932 0 0 0 307 0 0 0 25 0 4 0 602552911 302481408 10238 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 295392

[startup+6.30074 s]
/proc/loadavg: 5.72 7.45 7.80 9/184 27912
/proc/meminfo: memFree=24211864/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=309708 CPUtime=25.14 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 39450 0 0 0 2507 7 0 0 25 0 4 0 602552910 317140992 20259 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 77427 20259 390 106 0 72398 0
[pid=27900/tid=27901] ppid=27898 vsize=309708 CPUtime=6.29 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 10843 0 0 0 627 2 0 0 25 0 4 0 602552911 317140992 20259 33554432000 4194304 4627427 140734540094240 18446744073709551615 4421408 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=309708 CPUtime=6.29 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 9752 0 0 0 628 1 0 0 25 0 4 0 602552911 317140992 20259 33554432000 4194304 4627427 140734540094240 18446744073709551615 4324192 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=309708 CPUtime=6.26 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 9383 0 0 0 625 1 0 0 25 0 4 0 602552911 317140992 20259 33554432000 4194304 4627427 140734540094240 18446744073709551615 4330286 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 309708

[startup+12.7006 s]
/proc/loadavg: 5.91 7.46 7.80 9/184 27913
/proc/meminfo: memFree=24180368/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=320476 CPUtime=50.69 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 63248 0 0 0 5057 12 0 0 25 0 4 0 602552910 328167424 26308 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 80119 26308 392 106 0 75090 0
[pid=27900/tid=27901] ppid=27898 vsize=320476 CPUtime=12.67 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 15987 0 0 0 1265 2 0 0 25 0 4 0 602552911 328167424 26308 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=320476 CPUtime=12.68 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 15868 0 0 0 1266 2 0 0 25 0 4 0 602552911 328167424 26308 33554432000 4194304 4627427 140734540094240 18446744073709551615 4327629 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=320476 CPUtime=12.62 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 15693 0 0 0 1260 2 0 0 25 0 4 0 602552911 328167424 26308 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 320476

[startup+25.5004 s]
/proc/loadavg: 6.37 7.48 7.81 9/184 27913
/proc/meminfo: memFree=24116140/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=323304 CPUtime=101.81 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 101592 0 0 0 10160 21 0 0 25 0 4 0 602552910 331063296 33073 33554432000 4194304 4627427 140734540094240 18446744073709551615 4328890 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 80826 33073 390 106 0 75797 0
[pid=27900/tid=27901] ppid=27898 vsize=323304 CPUtime=25.47 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 26434 0 0 0 2542 5 0 0 25 0 4 0 602552911 331063296 33073 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=323304 CPUtime=25.48 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 25634 0 0 0 2544 4 0 0 25 0 4 0 602552911 331063296 33073 33554432000 4194304 4627427 140734540094240 18446744073709551615 4327570 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=323304 CPUtime=25.36 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 23488 0 0 0 2531 5 0 0 25 0 4 0 602552911 331063296 33073 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 323304

[startup+51.1009 s]
/proc/loadavg: 6.93 7.52 7.81 9/184 27913
/proc/meminfo: memFree=24079252/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=340252 CPUtime=204.09 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 160806 0 0 0 20372 37 0 0 25 0 4 0 602552910 348418048 38161 33554432000 4194304 4627427 140734540094240 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 85063 38162 399 106 0 80034 0
[pid=27900/tid=27901] ppid=27898 vsize=340252 CPUtime=51.08 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 40936 0 0 0 5099 9 0 0 25 0 4 0 602552911 348418048 38162 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=340252 CPUtime=51.08 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 41109 0 0 0 5099 9 0 0 25 0 4 0 602552911 348418048 38162 33554432000 4194304 4627427 140734540094240 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=340252 CPUtime=50.82 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 37426 0 0 0 5073 9 0 0 25 0 4 0 602552911 348418048 38163 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 340252

[startup+102.301 s]
/proc/loadavg: 7.53 7.59 7.82 9/184 27915
/proc/meminfo: memFree=23968476/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=351364 CPUtime=408.63 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 264295 0 0 0 40804 59 0 0 25 0 4 0 602552910 359796736 54132 33554432000 4194304 4627427 140734540094240 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 87841 54132 405 106 0 82812 0
[pid=27900/tid=27901] ppid=27898 vsize=351364 CPUtime=102.28 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 66742 0 0 0 10214 14 0 0 25 0 4 0 602552911 359796736 54132 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=351364 CPUtime=102.28 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 67657 0 0 0 10214 14 0 0 25 0 4 0 602552911 359796736 54132 33554432000 4194304 4627427 140734540094240 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=351364 CPUtime=101.77 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 63051 0 0 0 10162 15 0 0 25 0 4 0 602552911 359796736 54132 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 351364

[startup+162.301 s]

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

[pid=27900] ppid=27898 vsize=632144 CPUtime=2565.77 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 980763 0 0 0 256314 263 0 0 25 0 4 0 602552910 647315456 111631 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 158036 111631 409 106 0 153007 0
[pid=27900/tid=27901] ppid=27898 vsize=632144 CPUtime=642.27 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 251162 0 0 0 64159 68 0 0 25 0 4 0 602552911 647315456 111631 33554432000 4194304 4627427 140734540094240 18446744073709551615 4308317 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=632144 CPUtime=642.29 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 248906 0 0 0 64163 66 0 0 25 0 4 0 602552911 647315456 111631 33554432000 4194304 4627427 140734540094240 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=632144 CPUtime=638.89 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 235301 0 0 0 63826 63 0 0 25 0 4 0 602552911 647315456 111631 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.77
Current children cumulated vsize (KiB) 632144

[startup+702.3 s]
/proc/loadavg: 8.15 8.02 7.93 9/184 27931
/proc/meminfo: memFree=23442364/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=633384 CPUtime=2805.45 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 1044261 0 0 0 280262 283 0 0 25 0 4 0 602552910 648585216 111966 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 158346 111966 409 106 0 153317 0
[pid=27900/tid=27901] ppid=27898 vsize=633384 CPUtime=702.27 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 266625 0 0 0 70155 72 0 0 25 0 4 0 602552911 648585216 111966 33554432000 4194304 4627427 140734540094240 18446744073709551615 4322248 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=633384 CPUtime=702.29 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 264224 0 0 0 70158 71 0 0 25 0 4 0 602552911 648585216 111966 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=633384 CPUtime=698.57 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 252571 0 0 0 69787 70 0 0 25 0 4 0 602552911 648585216 111966 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.45
Current children cumulated vsize (KiB) 633384

[startup+762.301 s]
/proc/loadavg: 8.32 8.10 7.96 9/184 27936
/proc/meminfo: memFree=23357440/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=778712 CPUtime=3045.12 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 1105401 0 0 0 304207 305 0 0 25 0 4 0 602552910 797401088 121548 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 194678 121548 405 106 0 189649 0
[pid=27900/tid=27901] ppid=27898 vsize=778712 CPUtime=762.27 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 281526 0 0 0 76148 79 0 0 25 0 4 0 602552911 797401088 121548 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=778712 CPUtime=762.29 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 283386 0 0 0 76153 76 0 0 25 0 4 0 602552911 797401088 121548 33554432000 4194304 4627427 140734540094240 18446744073709551615 4308376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=778712 CPUtime=758.24 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 264699 0 0 0 75749 75 0 0 25 0 4 0 602552911 797401088 121548 33554432000 4194304 4627427 140734540094240 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.12
Current children cumulated vsize (KiB) 778712

[startup+822.3 s]
/proc/loadavg: 8.16 8.10 7.97 9/184 27937
/proc/meminfo: memFree=23354816/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=782156 CPUtime=3284.8 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 1167448 0 0 0 328156 324 0 0 25 0 4 0 602552910 800927744 122587 33554432000 4194304 4627427 140734540094240 18446744073709551615 4420258 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 195539 122587 421 106 0 190510 0
[pid=27900/tid=27901] ppid=27898 vsize=782156 CPUtime=822.27 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 296871 0 0 0 82143 84 0 0 25 0 4 0 602552911 800927744 122587 33554432000 4194304 4627427 140734540094240 18446744073709551615 4308396 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=782156 CPUtime=822.29 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 298832 0 0 0 82149 80 0 0 25 0 4 0 602552911 800927744 122587 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=782156 CPUtime=817.92 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 279903 0 0 0 81712 80 0 0 25 0 4 0 602552911 800927744 122587 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.8
Current children cumulated vsize (KiB) 782156

[startup+882.301 s]
/proc/loadavg: 8.09 8.09 7.97 9/184 27939
/proc/meminfo: memFree=23316588/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=641176 CPUtime=3524.48 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 1226426 0 0 0 352103 345 0 0 25 0 4 0 602552910 656564224 121414 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 160294 121414 427 106 0 155265 0
[pid=27900/tid=27901] ppid=27898 vsize=641176 CPUtime=882.27 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 310948 0 0 0 88138 89 0 0 25 0 4 0 602552911 656564224 121414 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=641176 CPUtime=882.29 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 314139 0 0 0 88144 85 0 0 25 0 4 0 602552911 656564224 121414 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=641176 CPUtime=877.59 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 294893 0 0 0 87674 85 0 0 25 0 4 0 602552911 656564224 121414 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.48
Current children cumulated vsize (KiB) 641176

[startup+942.301 s]
/proc/loadavg: 8.12 8.10 7.98 9/184 27940
/proc/meminfo: memFree=23315944/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=642360 CPUtime=3764.16 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 1286140 0 0 0 376052 364 0 0 25 0 4 0 602552910 657776640 121482 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 160590 121482 421 106 0 155561 0
[pid=27900/tid=27901] ppid=27898 vsize=642360 CPUtime=942.26 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 326504 0 0 0 94130 96 0 0 25 0 4 0 602552911 657776640 121482 33554432000 4194304 4627427 140734540094240 18446744073709551615 4308349 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=642360 CPUtime=942.29 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 329398 0 0 0 94140 89 0 0 25 0 4 0 602552911 657776640 121482 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=642360 CPUtime=937.28 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 309769 0 0 0 93638 90 0 0 25 0 4 0 602552911 657776640 121482 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.16
Current children cumulated vsize (KiB) 642360

[startup+1002.3 s]
/proc/loadavg: 8.20 8.12 8.00 9/184 27942
/proc/meminfo: memFree=23281196/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=724996 CPUtime=4003.83 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 1341301 0 0 0 400000 383 0 0 25 0 4 0 602552910 742395904 126263 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 181249 126263 420 106 0 176220 0
[pid=27900/tid=27901] ppid=27898 vsize=724996 CPUtime=1002.27 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 340382 0 0 0 100126 101 0 0 25 0 4 0 602552911 742395904 126263 33554432000 4194304 4627427 140734540094240 18446744073709551615 4327616 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=724996 CPUtime=1002.29 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 342209 0 0 0 100135 94 0 0 25 0 4 0 602552911 742395904 126263 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=724996 CPUtime=996.95 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 323280 0 0 0 99600 95 0 0 25 0 4 0 602552911 742395904 126263 33554432000 4194304 4627427 140734540094240 18446744073709551615 4327592 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.83
Current children cumulated vsize (KiB) 724996

[startup+1062.3 s]
/proc/loadavg: 8.14 8.12 8.00 9/184 27944
/proc/meminfo: memFree=23289704/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=726684 CPUtime=4243.53 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 1398294 0 0 0 423949 404 0 0 25 0 4 0 602552910 744124416 126153 33554432000 4194304 4627427 140734540094240 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 181671 126153 420 106 0 176642 0
[pid=27900/tid=27901] ppid=27898 vsize=726684 CPUtime=1062.27 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 355671 0 0 0 106121 106 0 0 25 0 4 0 602552911 744124416 126153 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=726684 CPUtime=1062.3 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 357522 0 0 0 106129 101 0 0 25 0 4 0 602552911 744124416 126153 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=726684 CPUtime=1056.62 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 336242 0 0 0 105563 99 0 0 25 0 4 0 602552911 744124416 126153 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.53
Current children cumulated vsize (KiB) 726684

[startup+1122.3 s]
/proc/loadavg: 8.05 8.09 8.00 9/184 27945
/proc/meminfo: memFree=23217016/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=716904 CPUtime=4483.2 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 1452112 0 0 0 447897 423 0 0 25 0 4 0 602552910 734109696 126393 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309293 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 179226 126393 420 106 0 174197 0
[pid=27900/tid=27901] ppid=27898 vsize=716904 CPUtime=1122.27 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 368004 0 0 0 112117 110 0 0 25 0 4 0 602552911 734109696 126393 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=716904 CPUtime=1122.3 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 371717 0 0 0 112125 105 0 0 25 0 4 0 602552911 734109696 126393 33554432000 4194304 4627427 140734540094240 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=716904 CPUtime=1116.3 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 350764 0 0 0 111526 104 0 0 25 0 4 0 602552911 734109696 126393 33554432000 4194304 4627427 140734540094240 18446744073709551615 4327616 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.2
Current children cumulated vsize (KiB) 716904

[startup+1182.31 s]
/proc/loadavg: 8.02 8.07 8.00 9/184 27947
/proc/meminfo: memFree=23169340/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=863072 CPUtime=4722.89 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 1511952 0 0 0 471848 441 0 0 25 0 4 0 602552910 883785728 139889 33554432000 4194304 4627427 140734540094240 18446744073709551615 4420258 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 215768 139889 411 106 0 210739 0
[pid=27900/tid=27901] ppid=27898 vsize=863072 CPUtime=1182.28 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 381354 0 0 0 118113 115 0 0 25 0 4 0 602552911 883785728 139889 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=863072 CPUtime=1182.3 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 384524 0 0 0 118121 109 0 0 25 0 4 0 602552911 883785728 139889 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=863072 CPUtime=1175.98 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 363943 0 0 0 117490 108 0 0 25 0 4 0 602552911 883785728 139889 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.89
Current children cumulated vsize (KiB) 863072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.01 8.07 8.00 9/184 27947
/proc/meminfo: memFree=23115892/32951124 swapFree=67102140/67111528
[pid=27900] ppid=27898 vsize=1059140 CPUtime=4800.38 cores=1,3,5,7
/proc/27900/stat : 27900 (strangenight2-m) R 27898 27900 27450 0 -1 4202496 1536545 0 0 0 479591 447 0 0 25 0 4 0 602552910 1084559360 157192 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27900/statm: 264785 157192 408 106 0 259756 0
[pid=27900/tid=27901] ppid=27898 vsize=1059140 CPUtime=1201.67 cores=1,3,5,7
/proc/27900/task/27901/stat : 27901 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 389836 0 0 0 120051 116 0 0 25 0 4 0 602552911 1084559360 157192 33554432000 4194304 4627427 140734540094240 18446744073709551615 4467909 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27900/tid=27902] ppid=27898 vsize=1059140 CPUtime=1201.71 cores=1,3,5,7
/proc/27900/task/27902/stat : 27902 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 386595 0 0 0 120060 111 0 0 25 0 4 0 602552911 1084559360 157192 33554432000 4194304 4627427 140734540094240 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27900/tid=27903] ppid=27898 vsize=1059140 CPUtime=1195.27 cores=1,3,5,7
/proc/27900/task/27903/stat : 27903 (strangenight2-m) R 27898 27900 27450 0 -1 4202560 374068 0 0 0 119417 110 0 0 25 0 4 0 602552911 1084559360 157192 33554432000 4194304 4627427 140734540094240 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 1059140

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.44
CPU user time (s): 4795.94
CPU system time (s): 4.50131
CPU usage (%): 399.457
Max. virtual memory (cumulated for all children) (KiB): 1100260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.94
system time used= 4.50131
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1536547
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= 2432
involuntary context switches= 20130

runsolver used 1.9647 second user time and 4.51031 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-30 02:27:03
IDJOB=3250625
IDBENCH=83335
IDSOLVER=1586
FILE ID=node119/3250625-1304123222
RUNJOBID= node119-1304123222-27886
PBS_JOBID= 13170728
Free space on /tmp= 71816 MiB

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

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

MD5SUM BENCH= 1144bbd60c180aa5e72d35b74e9676cb
RANDOM SEED=1336297985

node119.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.815
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.63
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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.815
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.74
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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:      24377328 kB
Buffers:       1915432 kB
Cached:        6037324 kB
SwapCached:       3688 kB
Active:         180728 kB
Inactive:      7830844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24377328 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           12188 kB
Writeback:           0 kB
AnonPages:       58728 kB
Mapped:          14340 kB
Slab:           498912 kB
PageTables:       4748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189084 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= 71804 MiB
End job on node119 at 2011-04-30 02:47:06