Trace number 3366725

Some explanations

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

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

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

Solver answer on this benchmark

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

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-3366725-1305414565.cnf'
0.00/0.00	c -- header says num vars:            312
0.00/0.00	c -- header says num clauses:       26889
0.00/0.01	c -- clauses added:            0 learnts,        26889 normals,            0 xors
0.00/0.01	c -- vars added        312
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       312     26889         0         0    121302         0   no data   no data
0.36/0.13	c asymm  cl-useful: 0/26889/26889 lits-rem:0 time: 0.12
0.36/0.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.36/0.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.36/0.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.36/0.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.36/0.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
0.36/0.15	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
0.76/0.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
0.76/0.28	c Finding binary XORs  T:     0.00 s  found:       0
0.76/0.28	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.76/0.28	c calculated reachability. Time: 0.00
0.76/0.28	c Calc default polars -  time:   0.00 s pos:     312 undec:       0 neg:       0
0.76/0.28	c =========================================================================================
0.76/0.28	c types(t): F = full restart, N = normal restart
0.76/0.28	c types(t): S = simplification begin/end, E = solution found
0.76/0.28	c restart types(rt): st = static, dy = dynamic
0.76/0.28	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.76/0.28	c  B st     0         0       312     26889         0         0    121302         0   no data   no data
1.96/0.57	c  N dy    12      4439       312     26889         0      4340    121302    157856     23.17     24.50
3.57/1.01	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.15/1.80	c  N dy    53     20838       312     26889         0      8259    121302    240842     20.63     25.30
8.37/2.12	c  F st    67     25002       312     26889         0     12328    121302    380486     20.58     19.81
8.37/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.56	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.57	c blocked clauses removed:        0 vars:      0 tried:         312 T: 0.00 s
9.94/2.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.94/2.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.57	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.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.94/2.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.74/2.72	c lits-rem:        34  cl-subs:      345  v-elim:      0  v-fix:    0  time:  0.13 s
11.94/3.00	c asymm  cl-useful: 0/26889/26889 lits-rem:0 time: 0.27
11.94/3.00	c calculated reachability. Time: 0.00
11.94/3.00	c  N dy    73     30501       312     26889         0     10669    121302    318343     20.58   no data
13.53/3.44	c  N dy    74     35838       312     26889         0      8138    121302    212733     20.18     21.29
14.73/3.76	c  N dy    88     39988       312     26889         0     12167    121302    344447     20.21     21.36
16.73/4.28	c  N dy   101     45751       312     26889         0      9071    121302    223962     20.04     18.27
16.73/4.28	c  S st   101     45751       312     26889         0      9071    121302    223962     20.04     18.27
17.15/4.32	c  S st   101     46256       312     26889         0      9572    121302    241435     20.04   no data
17.15/4.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.15/4.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.15/4.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.15/4.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.15/4.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.15/4.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
17.15/4.34	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
17.15/4.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.15/4.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.15/4.39	c lits-rem:         9  cl-subs:       74  v-elim:      0  v-fix:    0  time:  0.04 s
17.15/4.39	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
17.15/4.39	c vivif2 --  cl tried     9498 cl shrink        0 lits rem          0 time: 0.00
18.32/4.65	c asymm  cl-useful: 0/26889/26889 lits-rem:0 time: 0.26
18.32/4.65	c calculated reachability. Time: 0.00
18.32/4.65	c  N dy   101     46256       312     26889         0      9498    121302    239807     20.04   no data
19.52/4.96	c  N dy   113     50293       312     26889         0     13427    121302    370829     20.05     34.52
21.12/5.31	c  N dy   132     54314       312     26889         0     17361    121302    501523     20.12     26.55
23.11/5.81	c  N dy   136     60469       312     26889         0     13613    121302    355231     19.89     21.20
25.11/6.31	c  N dy   164     65951       312     26889         0     18961    121302    534768     20.03     21.09
26.34/6.64	c  S st   170     69386       312     26889         0     11622    121302    277081     19.96     19.27
26.34/6.69	c  S st   170     69895       312     26889         0     12128    121302    294012     19.96   no data
26.34/6.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.69/6.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
26.69/6.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.69/6.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.69/6.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.69/6.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
26.69/6.70	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
26.69/6.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
26.69/6.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.69/6.76	c lits-rem:         6  cl-subs:       90  v-elim:      0  v-fix:    0  time:  0.05 s
26.69/6.76	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
26.69/6.77	c vivif2 --  cl tried    12038 cl shrink        0 lits rem          0 time: 0.00
27.89/7.06	c asymm  cl-useful: 0/26889/26889 lits-rem:0 time: 0.29
27.89/7.06	c calculated reachability. Time: 0.00
27.89/7.06	c  N dy   170     69895       312     26889         0     12038    121302    291966     19.96   no data
30.31/7.63	c  N dy   178     76709       312     26889         0     18668    121302    510272     19.85     20.93
33.88/8.56	c  F st   191     87503       312     26889         0     17398    121302    441674     19.55     15.43
33.88/8.57	c  N st   191     87503       312     26889         0     17398    121302    441674     19.55     15.43
36.27/9.10	c  N dy   199     93335       312     26889         0     23068    121302    628683     19.55     20.59
38.67/9.75	c  N dy   207    100672       312     26889         0     17560    121302    435249     19.41     20.50
40.26/10.14	c  S st   232    104844       312     26889         0     21642    121302    571873     19.48     19.20
40.26/10.19	c  S st   232    105345       312     26889         0     22138    121302    589011     19.48   no data
40.26/10.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.66/10.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
40.66/10.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
40.66/10.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.66/10.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.66/10.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
40.66/10.21	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
40.66/10.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
40.66/10.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.86/10.52	c lits-rem:        65  cl-subs:      633  v-elim:      0  v-fix:    0  time:  0.29 s
41.86/10.53	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
41.86/10.53	c vivif2 --  cl tried    21505 cl shrink        0 lits rem          0 time: 0.01
42.66/10.73	c asymm  cl-useful: 0/11629/26889 lits-rem:0 time: 0.20
42.66/10.73	c calculated reachability. Time: 0.00
42.66/10.73	c  N dy   232    105345       312     26889         0     21505    121302    574459     19.48   no data
45.05/11.39	c  N dy   250    112325       312     26889         0     14737    121302    335715     19.45     20.47
47.86/12.04	c  N dy   260    119890       312     26889         0     22081    121302    569007     19.34     20.41
55.43/13.91	c  N dy   286    139885       312     26889         0     26855    121302    675909     19.09     20.09
58.62/14.77	c  N dy   314    148876       312     26889         0     20130    121302    472518     19.04     25.65
62.61/15.73	c  S st   395    158017       312     26889         0     29051    121302    779501     19.29     18.21
62.61/15.79	c  S st   395    158519       312     26889         0     29551    121302    795870     19.29   no data
62.61/15.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
63.01/15.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
63.01/15.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
63.01/15.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
63.01/15.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.01/15.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
63.01/15.81	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
63.01/15.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
63.01/15.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
65.01/16.35	c lits-rem:       113  cl-subs:      612  v-elim:      0  v-fix:    0  time:  0.51 s
65.01/16.35	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
65.01/16.36	c vivif2 --  cl tried    28939 cl shrink        0 lits rem          0 time: 0.01
65.84/16.58	c asymm  cl-useful: 0/10038/26889 lits-rem:0 time: 0.22
65.84/16.58	c calculated reachability. Time: 0.00
65.84/16.58	c  N dy   395    158519       312     26889         0     28939    121302    779545     19.29   no data
70.24/17.67	c  N dy   440    169505       312     26889         0     23093    121302    555728     19.33     20.40
74.62/18.74	c  N dy   479    180391       312     26889         0     33696    121302    903293     19.35     25.50
80.17/20.13	c  N dy   492    194817       312     26889         0     30108    121302    741202     19.21     20.24
86.16/21.65	c  N dy   536    210127       312     26889         0     26467    121302    640180     19.13     20.14
92.18/23.16	c  N dy   580    223585       312     26889         0     20192    121302    427909     19.14     25.90
98.13/24.60	c  S st   644    237778       312     26889         0     33952    121302    877494     19.21   no data
98.13/24.66	c  S st   644    238279       312     26889         0     34450    121302    894233     19.21   no data
98.13/24.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
98.13/24.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
98.13/24.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
98.13/24.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
98.13/24.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
98.13/24.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
98.13/24.68	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
98.13/24.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
98.53/24.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.96/25.34	c lits-rem:       140  cl-subs:      824  v-elim:      0  v-fix:    0  time:  0.63 s
100.96/25.35	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
100.96/25.36	c vivif2 --  cl tried    33626 cl shrink        0 lits rem          0 time: 0.01
101.31/25.46	c asymm  cl-useful: 0/5222/26889 lits-rem:0 time: 0.10
101.31/25.46	c calculated reachability. Time: 0.00
101.31/25.46	c  N dy   644    238279       312     26889         0     33626    121302    873801     19.21   no data
107.70/27.09	c  N dy   680    254222       312     26889         0     28663    121302    673897     19.14     20.18
122.07/30.61	c  N dy   708    286818       312     26889         0     38847    121302    929266     18.93     20.01
130.06/32.62	c  N dy   802    305241       312     26889         0     34514    121302    853050     19.01     20.05
130.46/32.73	c  F st   806    306250       312     26889         0     35494    121302    883885     19.00     15.18
138.43/34.77	c  N dy   872    324758       312     26889         0     30262    121302    689806     19.05     26.17
148.01/37.10	c  N dy   948    345229       312     26889         0     25873    121302    534659     19.06     20.37
152.80/38.39	c  S st  1006    357419       312     26889         0     37724    121302    918682     19.10     15.74
153.22/38.45	c  S st  1006    357920       312     26889         0     38223    121302    935265     19.10   no data
153.22/38.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
153.22/38.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
153.22/38.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
153.22/38.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
153.22/38.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
153.22/38.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
153.22/38.48	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
153.22/38.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
153.64/38.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
155.99/39.18	c lits-rem:        77  cl-subs:      806  v-elim:      0  v-fix:    0  time:  0.66 s
155.99/39.18	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
155.99/39.19	c vivif2 --  cl tried    37417 cl shrink        0 lits rem          0 time: 0.01
157.19/39.40	c asymm  cl-useful: 0/9633/26889 lits-rem:0 time: 0.21
157.19/39.40	c calculated reachability. Time: 0.00
157.19/39.40	c  N dy  1006    357920       312     26889         0     37417    121302    915964     19.10   no data
169.96/42.65	c  N dy  1007    387480       312     26889         0     40588    121302    930609     18.84     19.84
179.56/45.01	c  N dy  1063    408582       312     26889         0     34954    121302    794622     18.80     19.89
188.75/47.34	c  N dy  1122    428630       312     26889         0     27298    121302    532498     18.76     24.29
197.12/49.48	c  N dy  1207    448725       312     26889         0     46784    121302   1152631     18.79     27.93
209.46/52.50	c  N dy  1224    475408       312     26889         0     44522    121302   1036439     18.66     19.67
218.64/54.85	c  N dy  1284    495516       312     26889         0     34952    121302    731546     18.64     19.62
228.26/57.21	c  N dy  1351    515631       312     26889         0     54484    121302   1344830     18.64     19.64
237.79/59.68	c  N dy  1440    536880       312     26889         0     45023    121302   1045966     18.67     17.66
237.79/59.68	c  S st  1440    536880       312     26889         0     45023    121302   1045966     18.67     17.66
238.19/59.76	c  S st  1440    537381       312     26889         0     45518    121302   1063378     18.67   no data
238.19/59.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
238.19/59.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
238.19/59.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
238.19/59.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
238.19/59.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.19/59.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
238.19/59.79	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
238.59/59.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
238.59/59.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.58/60.83	c lits-rem:       152  cl-subs:     1188  v-elim:      0  v-fix:    0  time:  1.00 s
242.58/60.83	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
242.58/60.85	c vivif2 --  cl tried    44330 cl shrink        0 lits rem          0 time: 0.01
243.78/61.12	c asymm  cl-useful: 0/5345/26889 lits-rem:0 time: 0.27
243.78/61.12	c calculated reachability. Time: 0.00
243.78/61.12	c  N dy  1440    537381       312     26889         0     44330    121302   1036853     18.67   no data
253.76/63.64	c  N dy  1507    557484       312     26889         0     32818    121302    652893     18.68     19.66
262.54/65.91	c  N dy  1534    578551       312     26889         0     53146    121302   1280731     18.62     19.64
278.50/69.83	c  N dy  1597    610705       312     26889         0     52352    121302   1217409     18.56     19.62
289.30/72.52	c  N dy  1629    633134       312     26889         0     41093    121302    877964     18.51     19.56
299.25/75.05	c  N dy  1718    653254       312     26889         0     60673    121302   1508574     18.53     19.53
309.24/77.55	c  N dy  1767    673402       312     26889         0     46208    121302   1023240     18.51     19.52
320.80/80.43	c  N dy  1886    693452       312     26889         0     65710    121302   1663774     18.57     19.60
330.78/82.94	c  N dy  1975    713525       312     26889         0     50307    121302   1165658     18.58     20.64
343.55/86.18	c  N dy  2042    737346       312     26889         0     37589    121302    747151     18.57     19.60
353.53/88.61	c  N dy  2152    757358       312     26889         0     56994    121302   1378233     18.61     19.82
365.89/91.71	c  N dy  2269    778475       312     26889         0     40636    121302    831698     18.65     19.66
375.87/94.23	c  N dy  2373    798866       312     26889         0     60445    121302   1471686     18.68     19.71
379.87/95.20	c  S st  2382    806072       312     26889         0     67411    121302   1677293     18.65   no data
380.27/95.31	c  S st  2382    806572       312     26889         0     67905    121302   1693419     18.65   no data
380.27/95.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
380.27/95.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
380.27/95.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
380.27/95.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
380.27/95.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
380.27/95.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
380.27/95.35	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
380.27/95.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
380.67/95.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
392.22/98.38	c lits-rem:       361  cl-subs:     2327  v-elim:      0  v-fix:    0  time:  2.97 s
392.22/98.38	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
392.62/98.40	c vivif2 --  cl tried    65578 cl shrink        0 lits rem          0 time: 0.02
393.82/98.71	c asymm  cl-useful: 0/5331/26889 lits-rem:0 time: 0.31
393.82/98.71	c calculated reachability. Time: 0.00
393.82/98.71	c  N dy  2382    806572       312     26889         0     65578    121302   1642926     18.65   no data
405.00/101.56	c  N dy  2448    827923       312     26889         0     48502    121302   1055510     18.65     19.81
415.77/104.26	c  N dy  2468    848959       312     26889         0     68757    121302   1676881     18.61     19.71
426.54/106.90	c  N dy  2548    869008       312     26889         0     49450    121302   1074781     18.62     19.97
437.32/109.66	c  N dy  2658    889078       312     26889         0     68967    121302   1718877     18.66     19.73
448.09/112.36	c  N dy  2705    909129       312     26889         0     48660    121302   1023811     18.64     22.77
458.47/114.99	c  N dy  2776    929131       312     26889         0     68105    121302   1642460     18.65     19.64
469.27/117.70	c  N dy  2811    949396       312     26889         0     46971    121302    960099     18.62     19.62
480.42/120.44	c  N dy  2913    970084       312     26889         0     67096    121302   1607689     18.65     19.78
493.59/123.76	c  N dy  3003    993499       312     26889         0     48150    121302    984502     18.66     19.78
504.38/126.42	c  N dy  3069   1014302       312     26889         0     68338    121302   1622209     18.66     19.66
515.94/129.34	c  N dy  3129   1034833       312     26889         0     45512    121302    880356     18.66     19.88
525.92/131.86	c  N dy  3196   1054856       312     26889         0     64977    121302   1495165     18.66     23.50
535.89/134.37	c  F st  3267   1071876       312     26889         0     81558    121302   2024433     18.68   no data
537.89/134.87	c  N st  3272   1075179       312     26889         0     84763    121302   2132633     18.68   no data
548.28/137.44	c  N dy  3296   1095545       312     26889         0     60768    121302   1327797     18.65     19.64
565.42/141.74	c  N dy  3386   1125042       312     26889         0     44777    121302    834551     18.65     19.79
575.39/144.26	c  N dy  3466   1145044       312     26889         0     64159    121302   1440774     18.65     20.49
586.97/147.17	c  N dy  3523   1165306       312     26889         0     83806    121302   2043782     18.65     19.72
599.34/150.20	c  N dy  3627   1185957       312     26889         0     58327    121302   1266617     18.67     19.66
611.71/153.34	c  N dy  3689   1206333       312     26889         0     78084    121302   1879116     18.67     19.70
614.13/153.95	c  S st  3697   1209860       312     26889         0     81508    121302   1982525     18.66     16.37
614.55/154.08	c  S st  3697   1210361       312     26889         0     82008    121302   1999504     18.66   no data
614.55/154.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
614.90/154.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
614.90/154.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
614.90/154.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
614.90/154.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
614.90/154.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
614.90/154.15	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
614.90/154.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
615.30/154.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
632.85/158.69	c lits-rem:       288  cl-subs:     2183  v-elim:      0  v-fix:    0  time:  4.46 s
633.25/158.70	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
633.25/158.72	c vivif2 --  cl tried    79825 cl shrink        0 lits rem          0 time: 0.02
634.45/159.04	c asymm  cl-useful: 0/5968/26889 lits-rem:0 time: 0.32
634.45/159.04	c calculated reachability. Time: 0.00
634.45/159.04	c  N dy  3697   1210361       312     26889         0     79825    121302   1948006     18.66   no data
647.22/162.28	c  N dy  3777   1231146       312     26889         0     53453    121302   1077464     18.67     19.72
658.02/164.93	c  N dy  3845   1251282       312     26889         0     72980    121302   1686103     18.67     19.86
670.77/168.17	c  N dy  3929   1271328       312     26889         0     92451    121302   2295783     18.69     19.73
681.94/170.91	c  N dy  3983   1292551       312     26889         0     65365    121302   1445810     18.68     19.67
703.88/176.47	c  N dy  3998   1331433       312     26889         0     54398    121302   1059409     18.59     19.60
725.04/181.78	c  N dy  4042   1368122       312     26889         0     89620    121302   2093945     18.54     19.52
742.20/186.09	c  N dy  4054   1398223       312     26889         0     69598    121302   1506238     18.49     19.53
754.58/189.14	c  N dy  4158   1418317       312     26889         0     89198    121302   2139395     18.51     20.01
768.17/192.58	c  N dy  4287   1439362       312     26889         0     59418    121302   1228950     18.54     19.65
778.90/195.20	c  N dy  4318   1459926       312     26889         0     79226    121302   1833747     18.51     19.49
791.68/198.48	c  N dy  4374   1480634       312     26889         0     99250    121302   2457370     18.51     19.52
803.29/201.32	c  N dy  4412   1500692       312     26889         0     67289    121302   1435570     18.49     21.80
824.41/206.65	c  N dy  4492   1536257       312     26889         0    101777    121302   2477116     18.47     19.49
834.78/209.27	c  N dy  4522   1556330       312     26889         0     68979    121302   1471431     18.46     21.23
846.77/212.25	c  N dy  4548   1576361       312     26889         0     88207    121302   2000479     18.42     19.43
862.31/216.12	c  N dy  4628   1599520       312     26889         0     57481    121302   1122854     18.42     19.55
875.08/219.31	c  N dy  4691   1623534       312     26889         0     80701    121302   1841555     18.41     19.41
887.85/222.55	c  N dy  4753   1643888       312     26889         0    100407    121302   2450885     18.41     19.62
902.22/226.19	c  N dy  4857   1666025       312     26889         0     67709    121302   1426268     18.42     19.40
913.79/229.00	c  N dy  4879   1686381       312     26889         0     87370    121302   2016138     18.41     19.51
927.36/232.42	c  N dy  4918   1706455       312     26889         0    106665    121302   2593656     18.39     19.59
930.94/233.37	c  S st  4941   1710363       312     26889         0     55379    121302   1037749     18.40   no data
931.34/233.45	c  S st  4941   1710866       312     26889         0     55879    121302   1055050     18.40   no data
931.34/233.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
931.34/233.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
931.34/233.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
931.34/233.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
931.34/233.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
931.34/233.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
931.34/233.48	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
931.34/233.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
931.74/233.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
934.14/234.11	c lits-rem:         7  cl-subs:       96  v-elim:      0  v-fix:    0  time:  0.59 s
934.14/234.11	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
934.14/234.13	c vivif2 --  cl tried    55783 cl shrink        0 lits rem          0 time: 0.01
934.14/234.15	c asymm  cl-useful: 0/612/26889 lits-rem:0 time: 0.02
934.14/234.15	c calculated reachability. Time: 0.00
934.14/234.15	c  N dy  4941   1710866       312     26889         0     55783    121302   1053408     18.40   no data
944.91/236.90	c  N dy  5005   1730867       312     26889         0     75130    121302   1648094     18.40     23.03
958.49/240.20	c  N dy  5081   1751583       312     26889         0     95266    121302   2281550     18.40     19.38
982.84/246.34	c  N dy  5105   1788870       312     26889         0     75169    121302   1573957     18.33     19.31
996.02/249.65	c  N dy  5162   1810911       312     26889         0     96394    121302   2227098     18.33     19.31
1014.74/254.37	c  N dy  5283   1836859       312     26889         0     64523    121302   1298791     18.34     19.31
1027.16/257.44	c  N dy  5328   1857661       312     26889         0     84567    121302   1919171     18.33     19.32
1043.48/261.56	c  N dy  5427   1877721       312     26889         0    104024    121302   2538390     18.34     21.02
1057.47/265.02	c  N dy  5509   1897818       312     26889         0     65487    121302   1318799     18.35     22.86
1070.23/268.30	c  N dy  5577   1921006       312     26889         0     87956    121302   2016789     18.35     19.32
1086.98/272.43	c  N dy  5652   1944467       312     26889         0    110743    121302   2721027     18.35     19.38
1100.95/275.91	c  N dy  5709   1965828       312     26889         0     72330    121302   1505469     18.35     19.36
1112.92/278.99	c  N dy  5768   1986565       312     26889         0     92382    121302   2123421     18.35     19.33
1126.88/282.43	c  N dy  5786   2008665       312     26889         0    113724    121302   2741962     18.33     19.50
1149.64/288.17	c  N dy  5877   2045989       312     26889         0     89556    121302   1988892     18.31     19.33
1162.82/291.49	c  N dy  5951   2066031       312     26889         0    108922    121302   2582598     18.31     20.04
1177.96/295.20	c  N dy  6036   2086075       312     26889         0     67532    121302   1319663     18.32     19.29
1189.15/298.10	c  N dy  6118   2106129       312     26889         0     86871    121302   1924072     18.33     22.10
1203.09/301.52	c  N dy  6188   2126582       312     26889         0    106712    121302   2543476     18.33     19.37
1218.66/305.44	c  N dy  6273   2146980       312     26889         0     64628    121302   1214667     18.34     19.40
1231.02/308.57	c  N dy  6363   2168734       312     26889         0     85723    121302   1874689     18.34     19.68
1243.39/311.69	c  N dy  6395   2188859       312     26889         0    105094    121302   2450250     18.33     19.34
1260.95/316.02	c  N dy  6483   2209732       312     26889         0    125373    121302   3083329     18.34     19.37
1262.95/316.55	c  S st  6495   2210866       312     26889         0     63587    121302   1173809     18.34   no data
1263.35/316.64	c  S st  6495   2211368       312     26889         0     64083    121302   1191083     18.34   no data
1263.35/316.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1263.35/316.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
1263.35/316.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1263.35/316.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1263.35/316.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1263.35/316.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
1263.35/316.69	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
1263.78/316.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1263.78/316.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1266.55/317.40	c lits-rem:         5  cl-subs:       69  v-elim:      0  v-fix:    0  time:  0.65 s
1266.55/317.40	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
1266.55/317.41	c vivif2 --  cl tried    64014 cl shrink        0 lits rem          0 time: 0.02
1267.34/317.69	c asymm  cl-useful: 0/4490/26889 lits-rem:0 time: 0.28
1267.74/317.70	c calculated reachability. Time: 0.00
1267.74/317.70	c  N dy  6495   2211368       312     26889         0     64014    121302   1189401     18.34   no data
1280.11/320.81	c  N dy  6574   2233804       312     26889         0     85751    121302   1870524     18.34     19.36
1294.07/324.33	c  N dy  6651   2253994       312     26889         0    105305    121302   2473385     18.34     19.62
1309.24/328.15	c  N dy  6725   2274041       312     26889         0    124732    121302   3083749     18.35     23.37
1322.00/331.36	c  N dy  6787   2294169       312     26889         0     80318    121302   1684451     18.35     19.34
1337.57/335.22	c  N dy  6849   2319202       312     26889         0    104468    121302   2410528     18.34     19.35
1351.56/338.78	c  N dy  6884   2339588       312     26889         0    124133    121302   2997376     18.33     19.38
1370.68/343.57	c  N dy  6961   2370003       312     26889         0     88742    121302   1905572     18.32     19.35
1386.25/347.43	c  N dy  6981   2392605       312     26889         0    110692    121302   2561282     18.31     19.31
1414.58/354.53	c  N dy  7004   2433864       312     26889         0     84376    121302   1723686     18.27     19.28
1428.55/358.01	c  N dy  7102   2453924       312     26889         0    103854    121302   2341375     18.27     19.26
1443.75/361.87	c  N dy  7164   2475409       312     26889         0    124588    121302   2978760     18.27     19.25
1458.88/365.66	c  N dy  7258   2495459       312     26889         0     77497    121302   1554550     18.28     19.27
1472.04/368.97	c  N dy  7320   2517195       312     26889         0     98544    121302   2194022     18.27     19.40
1488.80/373.14	c  N dy  7428   2540319       312     26889         0    120933    121302   2895285     18.28     19.30
1506.36/377.52	c  N dy  7489   2564092       312     26889         0     76257    121302   1492333     18.28     19.27
1519.13/380.72	c  N dy  7586   2584151       312     26889         0     95742    121302   2121084     18.29     25.52
1533.09/384.29	c  N dy  7639   2604206       312     26889         0    114957    121302   2682236     18.28     19.37
1555.84/389.97	c  N dy  7656   2635607       312     26889         0     76567    121302   1485311     18.25     19.31
1569.41/393.32	c  N dy  7713   2658212       312     26889         0     98496    121302   2158942     18.25     19.21
1584.20/397.01	c  N dy  7801   2678254       312     26889         0    117969    121302   2775855     18.25     22.22
1601.34/401.33	c  N dy  7913   2698270       312     26889         0    137457    121302   3397225     18.26     19.80
1610.95/403.76	c  S st  7984   2711369       312     26889         0     80518    121302   1616292     18.27   no data
1611.31/403.87	c  S st  7984   2711870       312     26889         0     81017    121302   1633024     18.27   no data
1611.31/403.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1611.71/403.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1611.71/403.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1611.71/403.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1611.71/403.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1611.71/403.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
1611.71/403.93	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
1611.71/403.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1612.11/404.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1618.10/405.52	c lits-rem:        71  cl-subs:      610  v-elim:      0  v-fix:    0  time:  1.52 s
1618.10/405.52	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
1618.10/405.54	c vivif2 --  cl tried    80407 cl shrink        0 lits rem          0 time: 0.02
1619.32/405.86	c asymm  cl-useful: 0/4780/26889 lits-rem:0 time: 0.32
1619.32/405.86	c calculated reachability. Time: 0.00
1619.32/405.86	c  N dy  7984   2711870       312     26889         0     80407    121302   1618623     18.27   no data
1634.46/409.65	c  N dy  8039   2734199       312     26889         0    102051    121302   2285510     18.27     19.28
1652.41/414.12	c  N dy  8106   2759363       312     26889         0    126371    121302   3028552     18.26     19.24
1670.37/418.67	c  N dy  8218   2779384       312     26889         0     75136    121302   1429742     18.27     22.32
1682.74/421.78	c  N dy  8293   2799426       312     26889         0     94603    121302   2029310     18.28     19.25
1697.51/425.48	c  N dy  8382   2819830       312     26889         0    114408    121302   2644703     18.28     19.47
1713.46/429.41	c  N dy  8415   2839836       312     26889         0    133829    121302   3240875     18.27     19.45
1729.46/433.41	c  N dy  8463   2861222       312     26889         0     82658    121302   1624114     18.27     19.24
1742.63/436.74	c  N dy  8564   2881290       312     26889         0    102146    121302   2237776     18.28     20.33
1758.15/440.69	c  N dy  8652   2901900       312     26889         0    122167    121302   2866236     18.28     19.38
1777.75/445.53	c  N dy  8728   2923646       312     26889         0    143246    121302   3525612     18.28     19.35
1791.28/448.99	c  N dy  8799   2943739       312     26889         0     89963    121302   1854196     18.28     19.41
1804.84/452.38	c  N dy  8848   2963904       312     26889         0    109531    121302   2432035     18.28     19.24
1831.98/459.14	c  N dy  8876   3000740       312     26889         0    144901    121302   3443673     18.25     19.39
1846.74/462.80	c  N dy  8955   3021360       312     26889         0     91445    121302   1905031     18.25     19.37
1862.71/466.83	c  N dy  9050   3043360       312     26889         0    112706    121302   2568704     18.26     19.27
1877.47/470.55	c  N dy  9096   3063482       312     26889         0    132182    121302   3148280     18.25     19.26
1897.02/475.44	c  N dy  9176   3085272       312     26889         0     78837    121302   1486858     18.25     19.36
1930.97/483.96	c  N dy  9246   3134378       312     26889         0    126125    121302   2836701     18.22     19.27
1947.71/488.18	c  N dy  9343   3154391       312     26889         0    145551    121302   3448221     18.23     19.21
1965.27/492.57	c  N dy  9363   3181561       312     26889         0     96489    121302   1990869     18.21     19.32
1981.62/496.67	c  N dy  9441   3204600       312     26889         0    118710    121302   2657135     18.21     19.18
1986.81/497.95	c  S st  9450   3211870       312     26889         0    125687    121302   2865389     18.21     14.46
1987.61/498.11	c  S st  9450   3212371       312     26889         0    126184    121302   2881826     18.21   no data
1987.61/498.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1987.61/498.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
1987.61/498.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1987.61/498.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1987.61/498.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1987.61/498.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
1987.61/498.19	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
1988.03/498.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1988.03/498.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2025.11/507.53	c lits-rem:       705  cl-subs:     4577  v-elim:      0  v-fix:    0  time:  9.23 s
2025.11/507.53	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
2025.11/507.58	c vivif2 --  cl tried   121607 cl shrink        0 lits rem          0 time: 0.04
2027.11/508.11	c asymm  cl-useful: 0/1891/26889 lits-rem:0 time: 0.53
2027.53/508.11	c calculated reachability. Time: 0.00
2027.53/508.11	c  N dy  9450   3212371       312     26889         0    121607    121302   2787966     18.21   no data
2045.50/512.61	c  N dy  9505   3233698       312     26889         0    142213    121302   3417324     18.20     19.19
2062.65/516.91	c  N dy  9592   3253725       312     26889         0     85328    121302   1667184     18.21     23.79
2075.39/520.20	c  N dy  9672   3273740       312     26889         0    104806    121302   2279674     18.21     19.22
2091.75/524.24	c  N dy  9768   3294970       312     26889         0    125428    121302   2926454     18.22     19.20
2108.92/528.53	c  N dy  9772   3319096       312     26889         0    148609    121302   3584641     18.20     19.21
2124.87/532.55	c  N dy  9860   3339566       312     26889         0     91115    121302   1835385     18.21     19.29
2145.63/537.70	c  N dy  9939   3370533       312     26889         0    121095    121302   2747658     18.20     19.19
2162.78/542.05	c  N dy  9986   3393050       312     26889         0    142805    121302   3389195     18.20     19.23
2182.72/547.08	c  N dy 10047   3413062       312     26889         0     83848    121302   1576422     18.19     20.20
2195.49/550.20	c  N dy 10057   3433068       312     26889         0    103111    121302   2119537     18.18     20.52
2208.66/553.53	c  N dy 10070   3453963       312     26889         0    123182    121302   2705135     18.17     19.17
2226.22/557.97	c  N dy 10126   3477012       312     26889         0    145522    121302   3386383     18.17     19.22
2250.17/563.97	c  N dy 10203   3507850       312     26889         0     95941    121302   1914004     18.16     19.13
2264.55/567.53	c  N dy 10269   3528917       312     26889         0    116289    121302   2540717     18.16     19.24
2279.29/571.28	c  N dy 10314   3549184       312     26889         0    135748    121302   3124580     18.15     19.13
2295.28/575.25	c  N dy 10315   3570241       312     26889         0    155751    121302   3667684     18.14     19.15
2311.22/579.26	c  N dy 10404   3591200       312     26889         0     96197    121302   1956173     18.14     19.11
2325.59/582.88	c  N dy 10485   3611797       312     26889         0    116121    121302   2569750     18.14     19.11
2343.56/587.38	c  N dy 10598   3633412       312     26889         0    137127    121302   3236045     18.15     19.17
2361.53/591.89	c  N dy 10615   3655041       312     26889         0    157938    121302   3847818     18.14     19.13
2377.06/595.74	c  N dy 10693   3675063       312     26889         0     96210    121302   1938209     18.14     19.42
2391.42/599.31	c  N dy 10777   3695075       312     26889         0    115662    121302   2550636     18.15     19.13
2404.19/602.59	c  S st 10831   3712371       312     26889         0    132387    121302   3059329     18.15   no data
2405.02/602.75	c  S st 10831   3712874       312     26889         0    132888    121302   3076318     18.15   no data
2405.02/602.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2405.43/602.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
2405.43/602.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2405.43/602.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2405.43/602.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2405.43/602.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
2405.43/602.84	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
2405.43/602.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2405.79/602.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2427.73/608.41	c lits-rem:       310  cl-subs:     3666  v-elim:      0  v-fix:    0  time:  5.46 s
2427.73/608.41	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
2427.73/608.45	c vivif2 --  cl tried   129222 cl shrink        0 lits rem          0 time: 0.04
2430.13/609.02	c asymm  cl-useful: 0/1839/26889 lits-rem:0 time: 0.56
2430.13/609.02	c calculated reachability. Time: 0.00
2430.13/609.02	c  N dy 10831   3712874       312     26889         0    129222    121302   2997128     18.15   no data
2455.27/615.34	c  N dy 10945   3732956       312     26889         0    148742    121302   3618126     18.16     19.13
2473.23/619.85	c  F st 10988   3751562       312     26889         0     84558    121302   1553209     18.15     13.27
2474.42/620.15	c  N st 10992   3753595       312     26889         0     86536    121302   1614537     18.15   no data
2490.78/624.25	c  N dy 11032   3779421       312     26889         0    111162    121302   2341588     18.14     19.12
2521.91/632.00	c  N dy 11059   3821596       312     26889         0    151841    121302   3495509     18.12     19.15
2540.66/636.72	c  N dy 11144   3841633       312     26889         0     88356    121302   1665578     18.12     19.10
2560.61/641.70	c  N dy 11197   3872911       312     26889         0    118446    121302   2540552     18.11     19.22
2577.36/645.94	c  N dy 11228   3896763       312     26889         0    141511    121302   3223578     18.10     19.05
2597.72/651.09	c  N dy 11310   3917093       312     26889         0    161242    121302   3834659     18.10     19.06
2615.28/655.42	c  N dy 11393   3938048       312     26889         0     97593    121302   1942841     18.10     19.09
2630.04/659.14	c  N dy 11460   3958757       312     26889         0    117582    121302   2553957     18.10     19.06
2646.43/663.26	c  N dy 11520   3979979       312     26889         0    138134    121302   3182885     18.10     19.07
2663.99/667.63	c  N dy 11588   4000038       312     26889         0    157515    121302   3780632     18.10     26.09
2681.13/671.98	c  N dy 11641   4020332       312     26889         0     92030    121302   1742189     18.10     19.08
2696.29/675.78	c  N dy 11733   4043267       312     26889         0    114345    121302   2444088     18.10     19.11
2711.85/679.69	c  N dy 11799   4063428       312     26889         0    133872    121302   3039600     18.10     19.08
2729.41/684.02	c  N dy 11859   4084687       312     26889         0    154478    121302   3680515     18.10     19.09
2747.80/688.63	c  N dy 11898   4105177       312     26889         0     88163    121302   1615471     18.10     19.06
2761.33/692.01	c  N dy 11997   4125227       312     26889         0    107596    121302   2231781     18.11     22.23
2776.49/695.82	c  N dy 12066   4145342       312     26889         0    127064    121302   2827993     18.11     19.08
2795.67/700.66	c  N dy 12163   4167780       312     26889         0    148819    121302   3500438     18.11     19.17
2814.39/705.39	c  N dy 12189   4188603       312     26889         0    169033    121302   4096278     18.10     19.15
2832.75/709.95	c  N dy 12230   4212874       312     26889         0    105306    121302   2106173     18.09     14.07
2832.75/709.95	c  S st 12230   4212874       312     26889         0    105306    121302   2106173     18.09     14.07
2833.16/710.07	c  S st 12230   4213380       312     26889         0    105811    121302   2123300     18.09   no data
2833.16/710.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2833.55/710.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
2833.55/710.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2833.55/710.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2833.55/710.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2833.55/710.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
2833.55/710.14	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
2833.55/710.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2833.95/710.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2846.32/713.37	c lits-rem:       377  cl-subs:     1766  v-elim:      0  v-fix:    0  time:  3.14 s
2846.32/713.37	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
2846.71/713.40	c vivif2 --  cl tried   104045 cl shrink        0 lits rem          0 time: 0.03
2847.91/713.76	c asymm  cl-useful: 0/3014/26889 lits-rem:0 time: 0.36
2847.91/713.76	c calculated reachability. Time: 0.00
2847.91/713.76	c  N dy 12230   4213380       312     26889         0    104045    121302   2088478     18.09   no data
2865.89/718.26	c  N dy 12313   4238102       312     26889         0    127955    121302   2828104     18.09     19.07
2885.42/723.19	c  N dy 12369   4258364       312     26889         0    147498    121302   3430438     18.09     19.27
2910.55/729.40	c  N dy 12472   4283148       312     26889         0    171366    121302   4173309     18.10     19.29
2935.69/735.75	c  N dy 12479   4320205       312     26889         0    118903    121302   2445308     18.07     19.08
2951.66/739.71	c  N dy 12541   4340286       312     26889         0    138413    121302   3040880     18.07     19.05
2970.02/744.39	c  N dy 12617   4363007       312     26889         0    160379    121302   3719811     18.07     19.04
2990.76/749.51	c  N dy 12699   4383047       312     26889         0     90985    121302   1666287     18.08     21.57
3005.52/753.22	c  N dy 12798   4404475       312     26889         0    111842    121302   2318376     18.08     19.06
3028.71/759.01	c  N dy 12846   4435044       312     26889         0    141273    121302   3170061     18.07     19.09
3049.02/764.14	c  N dy 12907   4456281       312     26889         0    161762    121302   3782940     18.07     19.06
3074.15/770.47	c  N dy 13006   4478934       312     26889         0     93833    121302   1743299     18.07     19.09
3090.15/774.48	c  N dy 13079   4501965       312     26889         0    116065    121302   2429142     18.07     19.03
3106.47/778.59	c  N dy 13160   4522111       312     26889         0    135572    121302   3032088     18.07     19.13
3123.64/782.80	c  N dy 13214   4542112       312     26889         0    154862    121302   3602895     18.07     19.20
3143.17/787.71	c  N dy 13304   4562776       312     26889         0    174917    121302   4230832     18.08     19.08
3161.14/792.23	c  N dy 13405   4582975       312     26889         0    103633    121302   2036724     18.08     19.05
3176.31/796.00	c  N dy 13496   4603054       312     26889         0    123106    121302   2645149     18.08     22.44
3193.07/800.25	c  N dy 13592   4623104       312     26889         0    142579    121302   3252514     18.09     19.05
3213.05/805.22	c  N dy 13700   4643324       312     26889         0    162228    121302   3865596     18.09     19.06
3234.17/810.52	c  N dy 13794   4663369       312     26889         0    181684    121302   4465712     18.09     20.10
3251.73/814.97	c  N dy 13887   4684932       312     26889         0    110513    121302   2231766     18.10     19.12
3267.27/818.82	c  N dy 13948   4705685       312     26889         0    130576    121302   2839227     18.10     19.22
3273.67/820.42	c  S st 13984   4713380       312     26889         0    138033    121302   3072797     18.10     14.05
3274.08/820.57	c  S st 13984   4713885       312     26889         0    138536    121302   3090096     18.10   no data
3274.08/820.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3274.50/820.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
3274.50/820.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3274.50/820.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3274.50/820.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3274.50/820.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
3274.50/820.66	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
3274.85/820.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3274.85/820.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3293.61/825.41	c lits-rem:       393  cl-subs:     3367  v-elim:      0  v-fix:    0  time:  4.63 s
3293.61/825.41	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
3293.61/825.47	c vivif2 --  cl tried   135169 cl shrink        0 lits rem          0 time: 0.06
3295.21/825.86	c asymm  cl-useful: 0/2505/26889 lits-rem:0 time: 0.39
3295.21/825.86	c calculated reachability. Time: 0.00
3295.21/825.86	c  N dy 13984   4713885       312     26889         0    135169    121302   3016206     18.10   no data
3316.35/831.11	c  N dy 14040   4739290       312     26889         0    159729    121302   3757190     18.10     19.09
3344.73/838.26	c  N dy 14116   4761623       312     26889         0    181346    121302   4420761     18.09     19.17
3363.04/842.82	c  N dy 14165   4783727       312     26889         0    109824    121302   2180510     18.09     19.20
3377.41/846.48	c  N dy 14195   4804501       312     26889         0    129777    121302   2772684     18.08     19.12
3397.76/851.55	c  N dy 14288   4827892       312     26889         0    152520    121302   3480321     18.09     19.06
3417.72/856.55	c  N dy 14357   4849835       312     26889         0    173758    121302   4131290     18.09     19.33
3438.06/861.63	c  N dy 14415   4872169       312     26889         0    101493    121302   1926319     18.08     19.26
3452.83/865.34	c  N dy 14490   4892425       312     26889         0    121122    121302   2538154     18.09     19.33
3470.38/869.71	c  N dy 14566   4913880       312     26889         0    141923    121302   3167645     18.09     19.07
3487.94/874.17	c  N dy 14623   4933905       312     26889         0    161309    121302   3756813     18.09     19.28
3514.28/880.74	c  N dy 14663   4960304       312     26889         0    186468    121302   4473810     18.08     19.18
3531.43/885.02	c  N dy 14736   4980320       312     26889         0    111254    121302   2223382     18.08     24.36
3548.19/889.25	c  N dy 14832   5000783       312     26889         0    131110    121302   2842824     18.09     19.09
3567.35/894.01	c  N dy 14902   5022736       312     26889         0    152383    121302   3504285     18.09     19.04
3587.70/899.20	c  N dy 14952   5046407       312     26889         0    175188    121302   4183704     18.08     19.08
3614.03/905.72	c  N dy 15012   5074240       312     26889         0    106294    121302   2021441     18.08     19.04
3627.99/909.22	c  N dy 15049   5094998       312     26889         0    126419    121302   2616170     18.07     19.04
3643.55/913.18	c  N dy 15084   5115042       312     26889         0    145864    121302   3190438     18.07     24.04
3668.70/919.43	c  N dy 15122   5144197       312     26889         0    173872    121302   3989484     18.06     19.01
3693.04/925.54	c  N dy 15189   5168963       312     26889         0    101258    121302   1882302     18.06     19.09
3720.97/932.55	c  N dy 15296   5206692       312     26889         0    137755    121302   2931844     18.05     19.07
3726.95/934.02	c  S st 15313   5213887       312     26889         0    144656    121302   3132748     18.05     11.59
3727.35/934.18	c  S st 15313   5214387       312     26889         0    145155    121302   3150208     18.05   no data
3727.35/934.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3727.75/934.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
3727.75/934.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3727.75/934.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3727.75/934.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3727.75/934.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
3727.75/934.27	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
3728.15/934.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3728.15/934.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3754.49/940.93	c lits-rem:      1217  cl-subs:     6236  v-elim:      0  v-fix:    0  time:  6.54 s
3754.49/940.93	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
3754.49/940.99	c vivif2 --  cl tried   138919 cl shrink        0 lits rem          0 time: 0.06
3756.09/941.39	c asymm  cl-useful: 0/2876/26889 lits-rem:0 time: 0.40
3756.09/941.39	c calculated reachability. Time: 0.00
3756.09/941.39	c  N dy 15313   5214387       312     26889         0    138919    121302   3030879     18.05   no data
3775.24/946.10	c  N dy 15407   5234691       312     26889         0    158600    121302   3645702     18.05     19.03
3795.19/951.12	c  N dy 15442   5254831       312     26889         0    178109    121302   4227950     18.04     19.19
3824.31/958.40	c  N dy 15539   5274907       312     26889         0     99966    121302   1839241     18.05     21.90
3838.28/961.97	c  N dy 15616   5294952       312     26889         0    119460    121302   2444556     18.05     19.22
3855.84/966.38	c  N dy 15708   5315052       312     26889         0    138930    121302   3047636     18.05     23.25
3888.58/974.53	c  N dy 15801   5352885       312     26889         0    175331    121302   4111989     18.04     19.08
3908.91/979.61	c  N dy 15863   5372948       312     26889         0    194793    121302   4700072     18.04     22.40
3928.86/984.66	c  N dy 15919   5397673       312     26889         0    120068    121302   2403428     18.04     19.01
3946.42/989.05	c  N dy 15984   5420641       312     26889         0    142278    121302   3077833     18.04     19.10
3964.77/993.67	c  N dy 16051   5441151       312     26889         0    162095    121302   3683400     18.04     19.04
3984.32/998.57	c  N dy 16130   5461158       312     26889         0    181479    121302   4277722     18.04     21.28
4006.66/1004.18	c  N dy 16202   5481190       312     26889         0    101299    121302   1853825     18.04     19.47
4025.82/1008.99	c  N dy 16272   5508435       312     26889         0    127695    121302   2648974     18.04     19.03
4043.37/1013.32	c  N dy 16347   5528608       312     26889         0    147265    121302   3255739     18.04     19.12
4061.33/1017.84	c  N dy 16395   5548725       312     26889         0    166737    121302   3832525     18.04     19.02
4084.48/1023.60	c  N dy 16443   5573331       312     26889         0    190445    121302   4537082     18.04     19.29
4108.81/1029.79	c  N dy 16511   5601208       312     26889         0    116674    121302   2289391     18.03     19.00
4123.99/1033.59	c  N dy 16556   5621244       312     26889         0    136060    121302   2870848     18.03     19.00
4143.57/1038.44	c  N dy 16667   5641458       312     26889         0    155709    121302   3493137     18.04     19.05
4164.28/1043.65	c  N dy 16756   5661714       312     26889         0    175388    121302   4098151     18.04     19.00
4186.23/1049.19	c  N dy 16816   5684335       312     26889         0    197230    121302   4748001     18.03     19.01
4205.02/1053.86	c  N dy 16868   5704465       312     26889         0    115137    121302   2250441     18.03     19.19
4212.97/1055.89	c  S st 16919   5714387       312     26889         0    124775    121302   2552523     18.04     16.83
4213.80/1056.03	c  S st 16919   5714888       312     26889         0    125271    121302   2569260     18.04   no data
4213.80/1056.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4214.16/1056.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
4214.16/1056.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4214.16/1056.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4214.16/1056.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4214.16/1056.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
4214.16/1056.12	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
4214.16/1056.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4214.56/1056.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4229.72/1060.01	c lits-rem:       170  cl-subs:     1682  v-elim:      0  v-fix:    0  time:  3.79 s
4229.72/1060.01	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
4229.72/1060.05	c vivif2 --  cl tried   123589 cl shrink        0 lits rem          0 time: 0.03
4231.36/1060.41	c asymm  cl-useful: 0/3891/26889 lits-rem:0 time: 0.36
4231.36/1060.41	c calculated reachability. Time: 0.00
4231.36/1060.41	c  N dy 16919   5714888       312     26889         0    123589    121302   2532373     18.04   no data
4247.28/1064.45	c  N dy 16985   5734910       312     26889         0    143024    121302   3126454     18.04     20.53
4266.47/1069.25	c  N dy 17063   5754936       312     26889         0    162455    121302   3729740     18.04     19.54
4292.80/1075.82	c  N dy 17159   5776613       312     26889         0    183548    121302   4386933     18.04     19.02
4317.52/1082.05	c  N dy 17220   5799697       312     26889         0    103202    121302   1876721     18.04     19.03
4332.67/1085.86	c  N dy 17303   5819767       312     26889         0    122676    121302   2479071     18.04     19.05
4349.45/1090.04	c  N dy 17368   5839839       312     26889         0    142126    121302   3068037     18.04     25.77
4367.78/1094.65	c  N dy 17435   5860053       312     26889         0    161752    121302   3663667     18.04     19.08
4386.53/1099.30	c  N dy 17482   5880393       312     26889         0    181426    121302   4254906     18.04     19.02
4408.49/1104.87	c  N dy 17552   5901402       312     26889         0    201730    121302   4872591     18.04     19.01
4430.43/1110.32	c  N dy 17608   5926286       312     26889         0    122184    121302   2442982     18.04     19.13
4448.78/1114.99	c  N dy 17688   5946337       312     26889         0    141652    121302   3055193     18.04     22.84
4471.93/1120.78	c  N dy 17784   5966573       312     26889         0    161314    121302   3680287     18.04     19.11
4492.28/1125.86	c  N dy 17857   5986621       312     26889         0    180735    121302   4280734     18.05     22.09
4514.22/1131.36	c  N dy 17904   6008480       312     26889         0    201870    121302   4908299     18.04     19.27
4536.16/1136.85	c  N dy 17984   6031014       312     26889         0    119125    121302   2343288     18.04     19.00
4552.92/1141.01	c  N dy 18061   6051069       312     26889         0    138485    121302   2933311     18.05     20.45
4570.47/1145.44	c  N dy 18111   6071921       312     26889         0    158580    121302   3543218     18.04     19.01
4590.43/1150.44	c  N dy 18152   6094037       312     26889         0    179975    121302   4173345     18.04     19.39
4617.59/1157.21	c  N dy 18199   6119961       312     26889         0    204938    121302   4900428     18.04     19.03
4637.91/1162.35	c  N dy 18259   6142281       312     26889         0    121019    121302   2365055     18.03     19.15
4655.07/1166.66	c  N dy 18355   6162369       312     26889         0    140498    121302   2968453     18.04     22.49
4671.83/1170.85	c  N dy 18385   6183272       312     26889         0    160682    121302   3571651     18.03     19.04
4691.39/1175.72	c  N dy 18464   6203324       312     26889         0    180127    121302   4176525     18.03     22.88
4702.15/1178.46	c  S st 18494   6214889       312     26889         0    191337    121302   4509278     18.03     14.88
4702.95/1178.68	c  S st 18494   6215392       312     26889         0    191838    121302   4525899     18.03   no data
4702.95/1178.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4703.35/1178.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.10
4703.75/1178.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4703.75/1178.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4703.75/1178.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4703.75/1178.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
4703.75/1178.80	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
4703.75/1178.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4704.15/1178.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4750.83/1190.67	c lits-rem:       864  cl-subs:     7516  v-elim:      0  v-fix:    0  time: 11.69 s
4750.83/1190.67	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
4751.23/1190.73	c vivif2 --  cl tried   184322 cl shrink        0 lits rem          0 time: 0.06
4752.03/1190.94	c asymm  cl-useful: 0/1603/26889 lits-rem:0 time: 0.21
4752.03/1190.95	c calculated reachability. Time: 0.00
4752.03/1190.95	c  N dy 18494   6215392       312     26889         0    184322    121302   4369137     18.03   no data
4775.96/1196.98	c  N dy 18538   6236586       312     26889         0    204735    121302   4987768     18.03     19.00

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366725-1305414565/watcher-3366725-1305414565 -o /tmp/evaluation-result-3366725-1305414565/solver-3366725-1305414565 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366725-1305414565.cnf 

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

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


[startup+0 s]
/proc/loadavg: 3.42 4.82 6.32 2/303 20080
/proc/meminfo: memFree=18230732/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=216032 CPUtime=0 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 1111 0 0 0 0 0 0 0 23 0 4 0 653056213 221216768 1029 33554432000 4194304 4580107 140733714999312 18446744073709551615 4489504 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20080/statm: 54008 1035 336 95 0 48990 0
[pid=20080/tid=20081] ppid=20078 vsize=217236 CPUtime=0 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 445 0 0 0 0 0 0 0 18 0 4 0 653056213 222449664 1799 33554432000 4194304 4580107 140733714999312 18446744073709551615 4355016 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=217236 CPUtime=0 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 342 0 0 0 0 0 0 0 24 0 4 0 653056213 222449664 1804 33554432000 4194304 4580107 140733714999312 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=217236 CPUtime=0 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 251 0 0 0 0 0 0 0 18 0 4 0 653056213 222449664 1808 33554432000 4194304 4580107 140733714999312 18446744073709551615 274473628357 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.052825 s]
/proc/loadavg: 3.42 4.82 6.32 2/303 20080
/proc/meminfo: memFree=18230732/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=218872 CPUtime=0.17 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 3189 0 0 0 17 0 0 0 23 0 4 0 653056213 224124928 3107 33554432000 4194304 4580107 140733714999312 18446744073709551615 4293097 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20080/statm: 54718 3107 358 95 0 49700 0
[pid=20080/tid=20081] ppid=20078 vsize=218872 CPUtime=0.04 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 697 0 0 0 4 0 0 0 18 0 4 0 653056213 224124928 3107 33554432000 4194304 4580107 140733714999312 18446744073709551615 4293204 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=218872 CPUtime=0.04 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 668 0 0 0 4 0 0 0 24 0 4 0 653056213 224124928 3107 33554432000 4194304 4580107 140733714999312 18446744073709551615 4504359 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=218872 CPUtime=0.04 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 720 0 0 0 4 0 0 0 18 0 4 0 653056213 224124928 3107 33554432000 4194304 4580107 140733714999312 18446744073709551615 4293691 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 218872

[startup+0.100816 s]
/proc/loadavg: 3.42 4.82 6.32 2/303 20080
/proc/meminfo: memFree=18230732/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=218872 CPUtime=0.36 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 3228 0 0 0 36 0 0 0 23 0 4 0 653056213 224124928 3146 33554432000 4194304 4580107 140733714999312 18446744073709551615 4293204 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20080/statm: 54718 3146 358 95 0 49700 0
[pid=20080/tid=20081] ppid=20078 vsize=218872 CPUtime=0.09 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 697 0 0 0 9 0 0 0 18 0 4 0 653056213 224124928 3146 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=218872 CPUtime=0.08 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 668 0 0 0 8 0 0 0 24 0 4 0 653056213 224124928 3146 33554432000 4194304 4580107 140733714999312 18446744073709551615 4293151 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=218872 CPUtime=0.08 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 759 0 0 0 8 0 0 0 18 0 4 0 653056213 224124928 3146 33554432000 4194304 4580107 140733714999312 18446744073709551615 4321131 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 218872

[startup+0.300782 s]
/proc/loadavg: 3.42 4.82 6.32 2/303 20080
/proc/meminfo: memFree=18230732/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=224700 CPUtime=1.16 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 7630 0 0 0 115 1 0 0 24 0 4 0 653056213 230092800 6182 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20080/statm: 56175 6182 377 95 0 51157 0
[pid=20080/tid=20081] ppid=20078 vsize=224700 CPUtime=0.28 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 2139 0 0 0 28 0 0 0 18 0 4 0 653056213 230092800 6182 33554432000 4194304 4580107 140733714999312 18446744073709551615 4318850 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=224700 CPUtime=0.28 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 2112 0 0 0 28 0 0 0 25 0 4 0 653056213 230092800 6183 33554432000 4194304 4580107 140733714999312 18446744073709551615 4318731 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=224700 CPUtime=0.28 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 877 0 0 0 28 0 0 0 18 0 4 0 653056213 230092800 6183 33554432000 4194304 4580107 140733714999312 18446744073709551615 4322556 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 224700

[startup+0.700711 s]
/proc/loadavg: 3.42 4.82 6.32 2/303 20080
/proc/meminfo: memFree=18230732/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=224700 CPUtime=2.77 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 8581 0 0 0 275 2 0 0 25 0 4 0 653056213 230092800 7133 33554432000 4194304 4580107 140733714999312 18446744073709551615 4316835 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20080/statm: 56175 7133 377 95 0 51157 0
[pid=20080/tid=20081] ppid=20078 vsize=224700 CPUtime=0.68 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 2394 0 0 0 68 0 0 0 18 0 4 0 653056213 230092800 7133 33554432000 4194304 4580107 140733714999312 18446744073709551615 4322594 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=224700 CPUtime=0.68 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 2339 0 0 0 68 0 0 0 25 0 4 0 653056213 230092800 7133 33554432000 4194304 4580107 140733714999312 18446744073709551615 4293698 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=224700 CPUtime=0.68 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 1082 0 0 0 68 0 0 0 18 0 4 0 653056213 230092800 7133 33554432000 4194304 4580107 140733714999312 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 224700

[startup+1.50057 s]
/proc/loadavg: 3.42 4.82 6.32 11/314 20092
/proc/meminfo: memFree=18164192/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=231604 CPUtime=5.95 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 12111 0 0 0 593 2 0 0 25 0 4 0 653056213 237162496 7758 33554432000 4194304 4580107 140733714999312 18446744073709551615 4293198 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20080/statm: 57901 7758 377 95 0 52883 0
[pid=20080/tid=20081] ppid=20078 vsize=231604 CPUtime=1.48 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 3190 0 0 0 148 0 0 0 20 0 4 0 653056213 237162496 7758 33554432000 4194304 4580107 140733714999312 18446744073709551615 4315307 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=231604 CPUtime=1.47 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 3136 0 0 0 147 0 0 0 25 0 4 0 653056213 237162496 7758 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=231604 CPUtime=1.48 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 2225 0 0 0 148 0 0 0 19 0 4 0 653056213 237162496 7759 33554432000 4194304 4580107 140733714999312 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 231604

[startup+3.10029 s]
/proc/loadavg: 3.42 4.82 6.32 9/314 20092
/proc/meminfo: memFree=18158240/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=239752 CPUtime=12.34 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 21023 0 0 0 1230 4 0 0 25 0 4 0 653056213 245506048 10443 33554432000 4194304 4580107 140733714999312 18446744073709551615 4318686 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20080/statm: 59938 10443 379 95 0 54920 0
[pid=20080/tid=20081] ppid=20078 vsize=239752 CPUtime=3.09 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 5175 0 0 0 308 1 0 0 25 0 4 0 653056213 245506048 10443 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=239752 CPUtime=3.05 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 5107 0 0 0 305 0 0 0 25 0 4 0 653056213 245506048 10443 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=239752 CPUtime=3.08 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 3784 0 0 0 308 0 0 0 25 0 4 0 653056213 245506048 10443 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 239752

[startup+6.30073 s]
/proc/loadavg: 3.79 4.87 6.32 10/314 20092
/proc/meminfo: memFree=18074424/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=259844 CPUtime=25.11 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 38640 0 0 0 2504 7 0 0 25 0 4 0 653056213 266080256 20064 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20080/statm: 64961 20064 379 95 0 59943 0
[pid=20080/tid=20081] ppid=20078 vsize=259844 CPUtime=6.29 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 11060 0 0 0 627 2 0 0 25 0 4 0 653056213 266080256 20064 33554432000 4194304 4580107 140733714999312 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=259844 CPUtime=6.22 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 9252 0 0 0 621 1 0 0 25 0 4 0 653056213 266080256 20064 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=259844 CPUtime=6.28 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 8807 0 0 0 627 1 0 0 25 0 4 0 653056213 266080256 20064 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 259844

[startup+12.7006 s]
/proc/loadavg: 4.13 4.92 6.33 9/314 20092
/proc/meminfo: memFree=18024980/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=278332 CPUtime=50.64 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 61615 0 0 0 5052 12 0 0 25 0 4 0 653056213 285011968 26141 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294524 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20080/statm: 69583 26141 382 95 0 64565 0
[pid=20080/tid=20081] ppid=20078 vsize=278332 CPUtime=12.69 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 16211 0 0 0 1265 4 0 0 25 0 4 0 653056213 285011968 26141 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294404 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=278332 CPUtime=12.56 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 15561 0 0 0 1254 2 0 0 25 0 4 0 653056213 285011968 26141 33554432000 4194304 4580107 140733714999312 18446744073709551615 4318850 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=278332 CPUtime=12.67 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 14725 0 0 0 1265 2 0 0 25 0 4 0 653056213 285011968 26141 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 278332

[startup+25.5004 s]
/proc/loadavg: 5.05 5.09 6.37 10/314 20092
/proc/meminfo: memFree=17969264/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=292936 CPUtime=101.71 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 99017 0 0 0 10152 19 0 0 25 0 4 0 653056213 299966464 33515 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20080/statm: 73234 33515 380 95 0 68216 0
[pid=20080/tid=20081] ppid=20078 vsize=292936 CPUtime=25.48 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 26714 0 0 0 2543 5 0 0 25 0 4 0 653056213 299966464 33515 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=292936 CPUtime=25.24 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 24658 0 0 0 2520 4 0 0 25 0 4 0 653056213 299966464 33515 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=292936 CPUtime=25.48 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 22623 0 0 0 2543 5 0 0 25 0 4 0 653056213 299966464 33515 33554432000 4194304 4580107 140733714999312 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 292936

[startup+51.1008 s]
/proc/loadavg: 6.06 5.32 6.41 9/314 20093
/proc/meminfo: memFree=17922524/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=304976 CPUtime=203.88 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 156933 0 0 0 20357 31 0 0 25 0 4 0 653056213 312295424 38970 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20080/statm: 76244 38970 381 95 0 71226 0
[pid=20080/tid=20081] ppid=20078 vsize=304976 CPUtime=51.09 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 41079 0 0 0 5100 9 0 0 25 0 4 0 653056213 312295424 38970 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=304976 CPUtime=50.61 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 39514 0 0 0 5054 7 0 0 25 0 4 0 653056213 312295424 38970 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=304976 CPUtime=51.07 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 36244 0 0 0 5100 7 0 0 25 0 4 0 653056213 312295424 38970 33554432000 4194304 4580107 140733714999312 18446744073709551615 4339051 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 304976

[startup+102.312 s]
/proc/loadavg: 7.21 5.75 6.49 9/314 20094
/proc/meminfo: memFree=17811752/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=339468 CPUtime=408.23 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 259873 0 0 0 40768 55 0 0 25 0 4 0 653056213 347615232 51105 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20080/statm: 84867 51105 381 95 0 79849 0
[pid=20080/tid=20081] ppid=20078 vsize=339468 CPUtime=102.3 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 67037 0 0 0 10214 16 0 0 25 0 4 0 653056213 347615232 51105 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=339468 CPUtime=101.33 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 63598 0 0 0 10120 13 0 0 25 0 4 0 653056213 347615232 51105 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=339468 CPUtime=102.27 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 63167 0 0 0 10214 13 0 0 25 0 4 0 653056213 347615232 51105 33554432000 4194304 4580107 140733714999312 18446744073709551615 4316670 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.23
Current children cumulated vsize (KiB) 339468

[startup+162.3 s]

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

[pid=20080] ppid=20078 vsize=611180 CPUtime=2563.03 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 957230 0 0 0 256065 238 0 0 25 0 4 0 653056213 625848320 106626 33554432000 4194304 4580107 140733714999312 18446744073709551615 4318708 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20080/statm: 152795 106626 387 95 0 147777 0
[pid=20080/tid=20081] ppid=20078 vsize=611180 CPUtime=642.3 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 254052 0 0 0 64165 65 0 0 25 0 4 0 653056213 625848320 106629 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=611180 CPUtime=636.23 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 226077 0 0 0 63569 54 0 0 25 0 4 0 653056213 625848320 106629 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=611180 CPUtime=642.19 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 235409 0 0 0 64159 60 0 0 25 0 4 0 653056213 625848320 106629 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2563.03
Current children cumulated vsize (KiB) 611180

[startup+702.3 s]
/proc/loadavg: 8.22 7.81 7.25 9/314 20110
/proc/meminfo: memFree=17311476/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=613108 CPUtime=2802.42 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 1019467 0 0 0 279986 256 0 0 25 0 4 0 653056213 627822592 110881 33554432000 4194304 4580107 140733714999312 18446744073709551615 4317008 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20080/statm: 153277 110881 387 95 0 148259 0
[pid=20080/tid=20081] ppid=20078 vsize=613108 CPUtime=702.29 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 269746 0 0 0 70159 70 0 0 25 0 4 0 653056213 627822592 110881 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=613108 CPUtime=695.65 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 241283 0 0 0 69507 58 0 0 25 0 4 0 653056213 627822592 110881 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=613108 CPUtime=702.17 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 250916 0 0 0 70153 64 0 0 25 0 4 0 653056213 627822592 110881 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2802.42
Current children cumulated vsize (KiB) 613108

[startup+762.312 s]
/proc/loadavg: 8.22 7.88 7.30 9/314 20112
/proc/meminfo: memFree=17220908/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=715256 CPUtime=3041.88 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 1083082 0 0 0 303912 276 0 0 25 0 4 0 653056213 732422144 119426 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20080/statm: 178814 119426 398 95 0 173796 0
[pid=20080/tid=20081] ppid=20078 vsize=715256 CPUtime=762.3 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 284784 0 0 0 76155 75 0 0 25 0 4 0 653056213 732422144 119426 33554432000 4194304 4580107 140733714999312 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=715256 CPUtime=755.07 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 260344 0 0 0 75443 64 0 0 25 0 4 0 653056213 732422144 119426 33554432000 4194304 4580107 140733714999312 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=715256 CPUtime=762.18 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 265312 0 0 0 76149 69 0 0 25 0 4 0 653056213 732422144 119426 33554432000 4194304 4580107 140733714999312 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3041.88
Current children cumulated vsize (KiB) 715256

[startup+822.301 s]
/proc/loadavg: 8.15 7.91 7.35 9/314 20114
/proc/meminfo: memFree=17210968/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=646704 CPUtime=3281.24 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 1143536 0 0 0 327827 297 0 0 25 0 4 0 653056213 662224896 118720 33554432000 4194304 4580107 140733714999312 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20080/statm: 161676 118720 387 95 0 156658 0
[pid=20080/tid=20081] ppid=20078 vsize=646704 CPUtime=822.29 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 300191 0 0 0 82149 80 0 0 25 0 4 0 653056213 662224896 118720 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=646704 CPUtime=814.53 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 274418 0 0 0 81385 68 0 0 25 0 4 0 653056213 662224896 118720 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=646704 CPUtime=822.13 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 280686 0 0 0 82138 75 0 0 25 0 4 0 653056213 662224896 118720 33554432000 4194304 4580107 140733714999312 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3281.24
Current children cumulated vsize (KiB) 646704

[startup+882.301 s]
/proc/loadavg: 8.18 7.96 7.40 9/314 20115
/proc/meminfo: memFree=17177680/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=649288 CPUtime=3520.66 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 1199730 0 0 0 351750 316 0 0 25 0 4 0 653056213 664870912 120698 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20080/statm: 162322 120698 387 95 0 157304 0
[pid=20080/tid=20081] ppid=20078 vsize=649288 CPUtime=882.28 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 314132 0 0 0 88144 84 0 0 25 0 4 0 653056213 664870912 120698 33554432000 4194304 4580107 140733714999312 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=649288 CPUtime=874.53 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 289693 0 0 0 87378 75 0 0 25 0 4 0 653056213 664870912 120698 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=649288 CPUtime=881.54 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 292904 0 0 0 88076 78 0 0 25 0 4 0 653056213 664870912 120698 33554432000 4194304 4580107 140733714999312 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3520.66
Current children cumulated vsize (KiB) 649288

[startup+942.301 s]
/proc/loadavg: 8.13 7.98 7.44 10/314 20117
/proc/meminfo: memFree=17159292/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=724864 CPUtime=3760.08 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 1256382 0 0 0 375674 334 0 0 25 0 4 0 653056213 742260736 123600 33554432000 4194304 4580107 140733714999312 18446744073709551615 4318879 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20080/statm: 181216 123600 387 95 0 176198 0
[pid=20080/tid=20081] ppid=20078 vsize=724864 CPUtime=942.28 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 329677 0 0 0 94138 90 0 0 25 0 4 0 653056213 742260736 123600 33554432000 4194304 4580107 140733714999312 18446744073709551615 4292985 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=724864 CPUtime=934.53 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 302658 0 0 0 93374 79 0 0 25 0 4 0 653056213 742260736 123600 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=724864 CPUtime=940.96 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 307820 0 0 0 94014 82 0 0 25 0 4 0 653056213 742260736 123600 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3760.08
Current children cumulated vsize (KiB) 724864

[startup+1002.3 s]
/proc/loadavg: 8.09 7.99 7.48 10/314 20118
/proc/meminfo: memFree=17134924/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=730568 CPUtime=3999.48 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 1311331 0 0 0 399594 354 0 0 25 0 4 0 653056213 748101632 127969 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20080/statm: 182642 127969 387 95 0 177624 0
[pid=20080/tid=20081] ppid=20078 vsize=730568 CPUtime=1002.27 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 343561 0 0 0 100133 94 0 0 25 0 4 0 653056213 748101632 127969 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=730568 CPUtime=994.52 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 318003 0 0 0 99367 85 0 0 25 0 4 0 653056213 748101632 127969 33554432000 4194304 4580107 140733714999312 18446744073709551615 4318683 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=730568 CPUtime=1000.37 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 320997 0 0 0 99950 87 0 0 25 0 4 0 653056213 748101632 127969 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294109 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3999.48
Current children cumulated vsize (KiB) 730568

[startup+1062.3 s]
/proc/loadavg: 8.13 8.02 7.52 10/314 20120
/proc/meminfo: memFree=17142080/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=808984 CPUtime=4238.91 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 1367526 0 0 0 423519 372 0 0 25 0 4 0 653056213 828399616 127604 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20080/statm: 202246 127604 387 95 0 197228 0
[pid=20080/tid=20081] ppid=20078 vsize=808984 CPUtime=1062.26 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 358687 0 0 0 106128 98 0 0 25 0 4 0 653056213 828399616 127604 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=808984 CPUtime=1054.52 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 330775 0 0 0 105363 89 0 0 25 0 4 0 653056213 828399616 127604 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=808984 CPUtime=1059.81 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 333730 0 0 0 105889 92 0 0 25 0 4 0 653056213 828399616 127604 33554432000 4194304 4580107 140733714999312 18446744073709551615 4318850 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4238.91
Current children cumulated vsize (KiB) 808984

[startup+1122.3 s]
/proc/loadavg: 8.14 8.05 7.55 9/314 20122
/proc/meminfo: memFree=17061924/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=743928 CPUtime=4478.3 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 1421427 0 0 0 447441 389 0 0 25 0 4 0 653056213 761782272 129461 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20080/statm: 185982 129461 393 95 0 180964 0
[pid=20080/tid=20081] ppid=20078 vsize=743928 CPUtime=1122.26 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 371266 0 0 0 112123 103 0 0 25 0 4 0 653056213 761782272 129461 33554432000 4194304 4580107 140733714999312 18446744073709551615 4293090 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=743928 CPUtime=1114.52 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 344947 0 0 0 111359 93 0 0 25 0 4 0 653056213 761782272 129461 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=743928 CPUtime=1119.22 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 348281 0 0 0 111825 97 0 0 25 0 4 0 653056213 761782272 129461 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4478.3
Current children cumulated vsize (KiB) 743928

[startup+1182.3 s]
/proc/loadavg: 8.13 8.06 7.59 9/314 20123
/proc/meminfo: memFree=17040188/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=772084 CPUtime=4717.71 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 1482658 0 0 0 471363 408 0 0 25 0 4 0 653056213 790614016 138426 33554432000 4194304 4580107 140733714999312 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20080/statm: 193021 138426 393 95 0 188003 0
[pid=20080/tid=20081] ppid=20078 vsize=772084 CPUtime=1182.25 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 384548 0 0 0 118117 108 0 0 25 0 4 0 653056213 790614016 138426 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=772084 CPUtime=1174.53 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 360678 0 0 0 117355 98 0 0 25 0 4 0 653056213 790614016 138426 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=772084 CPUtime=1178.64 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 361442 0 0 0 117763 101 0 0 25 0 4 0 653056213 790614016 138426 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4717.71
Current children cumulated vsize (KiB) 772084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.22 8.09 7.61 9/314 20124
/proc/meminfo: memFree=16965024/32950928 swapFree=67111348/67111528
[pid=20080] ppid=20078 vsize=1027056 CPUtime=4800.33 cores=0,2,4,6
/proc/20080/stat : 20080 (strangenight2-m) R 20078 20080 19509 0 -1 4202496 1505307 0 0 0 479619 414 0 0 25 0 4 0 653056213 1051705344 154957 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20080/statm: 256764 154957 395 95 0 251746 0
[pid=20080/tid=20081] ppid=20078 vsize=1027056 CPUtime=1202.96 cores=0,2,4,6
/proc/20080/task/20081/stat : 20081 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 392787 0 0 0 120186 110 0 0 25 0 4 0 653056213 1051705344 154959 33554432000 4194304 4580107 140733714999312 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20080/tid=20082] ppid=20078 vsize=1027056 CPUtime=1195.24 cores=0,2,4,6
/proc/20080/task/20082/stat : 20082 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 363431 0 0 0 119425 99 0 0 25 0 4 0 653056213 1051705344 154959 33554432000 4194304 4580107 140733714999312 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20080/tid=20083] ppid=20078 vsize=1027056 CPUtime=1199.13 cores=0,2,4,6
/proc/20080/task/20083/stat : 20083 (strangenight2-m) R 20078 20080 19509 0 -1 4202560 369570 0 0 0 119811 102 0 0 25 0 4 0 653056213 1051705344 154959 33554432000 4194304 4580107 140733714999312 18446744073709551615 4406408 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 1027056

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.05
CPU time (s): 4800.4
CPU user time (s): 4796.23
CPU system time (s): 4.17337
CPU usage (%): 399.02
Max. virtual memory (cumulated for all children) (KiB): 1105492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.23
system time used= 4.17337
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1505309
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= 2192
involuntary context switches= 25102

runsolver used 3.41748 second user time and 8.12276 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 01:09:26
IDJOB=3366725
IDBENCH=83335
IDSOLVER=1844
FILE ID=node125/3366725-1305414565
RUNJOBID= node125-1305414565-20065
PBS_JOBID= 13324523
Free space on /tmp= 73196 MiB

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

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

MD5SUM BENCH= 1144bbd60c180aa5e72d35b74e9676cb
RANDOM SEED=1615708206

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18232276 kB
Buffers:        258424 kB
Cached:        4031776 kB
SwapCached:          0 kB
Active:       11128344 kB
Inactive:      3216788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18232276 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            9432 kB
Writeback:           0 kB
AnonPages:    10054956 kB
Mapped:          29000 kB
Slab:           274236 kB
PageTables:      35652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 50987668 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= 73184 MiB
End job on node125 at 2011-05-15 01:29:31