Trace number 3250537

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.41 1201.64

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-17_279.cnf
MD5SUMd2562f4e152a54a992ab300a2bacfba9
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 variables279
Number of clauses21616
Sum of the clauses size96978
Maximum clause length17
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 319321
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52295

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-3250537-1304122819.cnf'
0.00/0.00	c -- header says num vars:            279
0.00/0.00	c -- header says num clauses:       21616
0.00/0.01	c -- clauses added:            0 learnts,        21616 normals,            0 xors
0.00/0.01	c -- vars added        279
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       279     21616         0         0     96978         0   no data   no data
0.39/0.10	c asymm  cl-useful: 0/21616/21616 lits-rem:0 time: 0.09
0.39/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.39/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.39/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.39/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.39/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
0.39/0.12	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
3.96/1.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
3.96/1.00	c Finding binary XORs  T:     0.00 s  found:       0
3.96/1.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.96/1.00	c calculated reachability. Time: 0.00
3.96/1.00	c Calc default polars -  time:   0.00 s pos:     279 undec:       0 neg:       0
3.96/1.00	c =========================================================================================
3.96/1.00	c types(t): F = full restart, N = normal restart
3.96/1.00	c types(t): S = simplification begin/end, E = solution found
3.96/1.00	c restart types(rt): st = static, dy = dynamic
3.96/1.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.96/1.00	c  B st     0         0       279     21616         0         0     96978         0   no data   no data
3.96/1.00	c  N dy    10      4022       279     21616         0      3911     96978    124474     19.76     30.88
3.96/1.00	c  N dy    26      8070       279     21616         0      5413     96978    161958     19.67     20.77
7.56/1.90	c  N dy    32     24872       279     21616         0     12038     96978    302858     17.02     17.95
7.56/1.91	c  F st    33     25000       279     21616         0     12161     96978    306101     17.02     16.56
8.77/2.25	c  N dy    39     30003       279     21616         0     10461     96978    272057     17.02   no data
8.77/2.25	c  S st    39     30003       279     21616         0     10461     96978    272057     17.02   no data
8.77/2.29	c  S st    39     30508       279     21616         0     10962     96978    288080     17.02   no data
8.77/2.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.77/2.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.77/2.30	c blocked clauses removed:        0 vars:      0 tried:         279 T: 0.00 s
9.18/2.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.18/2.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.18/2.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
9.18/2.30	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
9.18/2.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.18/2.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.43	c lits-rem:        54  cl-subs:      283  v-elim:      0  v-fix:    0  time:  0.10 s
10.35/2.65	c asymm  cl-useful: 0/21616/21616 lits-rem:0 time: 0.23
10.35/2.66	c calculated reachability. Time: 0.00
10.35/2.66	c  N dy    39     30508       279     21616         0     10679     96978    281739     17.02   no data
11.95/3.03	c  N dy    73     35287       279     21616         0      7657     96978    170359     17.51     18.47
13.17/3.33	c  N dy    94     39640       279     21616         0     11862     96978    296644     17.61     18.62
15.15/3.82	c  N dy    97     45763       279     21616         0      9099     96978    206708     17.09     13.57
15.15/3.82	c  S st    97     45763       279     21616         0      9099     96978    206708     17.09     13.57
15.15/3.86	c  S st    97     46266       279     21616         0      9600     96978    221769     17.09   no data
15.15/3.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.15/3.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.15/3.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.15/3.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.15/3.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.15/3.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
15.15/3.87	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
15.15/3.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.15/3.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.55/3.92	c lits-rem:        24  cl-subs:      167  v-elim:      0  v-fix:    0  time:  0.03 s
15.55/3.92	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
15.55/3.92	c vivif2 --  cl tried     9433 cl shrink        0 lits rem          0 time: 0.00
16.35/4.14	c asymm  cl-useful: 0/21616/21616 lits-rem:0 time: 0.21
16.35/4.14	c calculated reachability. Time: 0.00
16.35/4.14	c  N dy    97     46266       279     21616         0      9433     96978    219088     17.09   no data
17.56/4.45	c  N dy   110     50433       279     21616         0     13436     96978    334168     17.08     18.28
18.74/4.77	c  N dy   127     54517       279     21616         0     17358     96978    446816     17.08     19.42
20.34/5.12	c  N dy   137     59185       279     21616         0     12241     96978    279390     17.07     18.11
21.54/5.42	c  N dy   152     63202       279     21616         0     16139     96978    391695     17.10     20.98
23.53/5.92	c  N dy   167     69399       279     21616         0     11502     96978    246919     17.04     14.99
23.53/5.92	c  S st   167     69399       279     21616         0     11502     96978    246919     17.04     14.99
23.53/5.96	c  S st   167     69900       279     21616         0     12001     96978    262888     17.04   no data
23.53/5.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.53/5.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
23.53/5.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.53/5.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.53/5.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.53/5.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
23.53/5.97	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
23.53/5.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.53/5.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.94/6.03	c lits-rem:        42  cl-subs:      289  v-elim:      0  v-fix:    0  time:  0.04 s
23.94/6.03	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
23.94/6.03	c vivif2 --  cl tried    11712 cl shrink        0 lits rem          0 time: 0.00
24.74/6.28	c asymm  cl-useful: 0/21616/21616 lits-rem:0 time: 0.24
24.74/6.28	c calculated reachability. Time: 0.00
24.74/6.28	c  N dy   167     69900       279     21616         0     11712     96978    258502     17.04   no data
26.35/6.63	c  N dy   200     74446       279     21616         0     16141     96978    393667     17.24     18.16
27.92/7.00	c  N dy   214     79224       279     21616         0     20762     96978    528047     17.19     19.03
29.53/7.44	c  N dy   249     84369       279     21616         0     14162     96978    326124     17.35     20.58
30.33/7.66	c  F st   250     87502       279     21616         0     17167     96978    410633     17.28     14.59
31.52/7.92	c  N st   255     90799       279     21616         0     20362     96978    503254     17.28   no data
33.52/8.46	c  N dy   286     96769       279     21616         0     13589     96978    296413     17.38     18.32
35.54/8.98	c  N dy   322    103339       279     21616         0     19979     96978    488988     17.46     18.42
36.31/9.12	c  S st   335    104850       279     21616         0     21459     96978    533779     17.50   no data
36.31/9.17	c  S st   335    105352       279     21616         0     21957     96978    548920     17.50   no data
36.31/9.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.31/9.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
36.31/9.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.31/9.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.31/9.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.31/9.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
36.31/9.19	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
36.31/9.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
36.71/9.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.52/9.42	c lits-rem:        56  cl-subs:      513  v-elim:      0  v-fix:    0  time:  0.21 s
37.52/9.42	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
37.52/9.43	c vivif2 --  cl tried    21444 cl shrink        0 lits rem          0 time: 0.01
38.32/9.63	c asymm  cl-useful: 0/9303/21616 lits-rem:0 time: 0.20
38.32/9.63	c calculated reachability. Time: 0.00
38.32/9.63	c  N dy   335    105352       279     21616         0     21444     96978    536650     17.50   no data
41.91/10.53	c  N dy   346    116365       279     21616         0     18493     96978    410812     17.31     18.23
45.11/11.35	c  N dy   362    125758       279     21616         0     27523     96978    672167     17.21     18.39
47.91/12.06	c  N dy   409    133806       279     21616         0     20862     96978    483927     17.36     18.30
51.91/13.09	c  N dy   455    144876       279     21616         0     16080     96978    323028     17.43     18.35
56.70/14.20	c  N dy   482    158029       279     21616         0     28819     96978    679803     17.35     14.00
56.70/14.20	c  S st   482    158029       279     21616         0     28819     96978    679803     17.35     14.00
56.70/14.26	c  S st   482    158532       279     21616         0     29319     96978    695087     17.35   no data
56.70/14.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.70/14.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
56.70/14.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.70/14.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.70/14.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.70/14.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
56.70/14.28	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
56.70/14.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
57.11/14.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.70/14.79	c lits-rem:       169  cl-subs:     1269  v-elim:      0  v-fix:    0  time:  0.48 s
58.70/14.79	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
59.10/14.80	c vivif2 --  cl tried    28050 cl shrink        0 lits rem          0 time: 0.01
59.90/15.00	c asymm  cl-useful: 0/9247/21616 lits-rem:0 time: 0.20
59.90/15.01	c calculated reachability. Time: 0.00
59.90/15.01	c  N dy   482    158532       279     21616         0     28050     96978    669499     17.35   no data
63.49/15.92	c  N dy   514    168752       279     21616         0     21548     96978    477404     17.34     18.30
75.48/18.90	c  N dy   547    201398       279     21616         0     35337     96978    794910     16.96     17.86
81.07/20.36	c  N dy   572    217371       279     21616         0     32570     96978    748198     16.89     17.78
87.07/21.86	c  N dy   576    232723       279     21616         0     28155     96978    588875     16.72     17.60
89.06/22.35	c  S st   609    237799       279     21616         0     33065     96978    734164     16.75   no data
89.46/22.41	c  S st   609    238300       279     21616         0     33562     96978    750207     16.75   no data
89.46/22.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
89.46/22.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
89.46/22.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
89.46/22.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
89.46/22.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.46/22.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
89.46/22.43	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
89.46/22.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
89.46/22.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.68/23.23	c lits-rem:       786  cl-subs:     2449  v-elim:      0  v-fix:    0  time:  0.77 s
92.68/23.23	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
92.68/23.24	c vivif2 --  cl tried    31113 cl shrink        0 lits rem          0 time: 0.01
93.05/23.30	c asymm  cl-useful: 0/3066/21616 lits-rem:0 time: 0.05
93.05/23.30	c calculated reachability. Time: 0.00
93.05/23.30	c  N dy   609    238300       279     21616         0     31113     96978    703273     16.75   no data
99.05/24.85	c  N dy   701    253641       279     21616         0     25746     96978    553341     16.87     17.78
106.64/26.71	c  N dy   815    271336       279     21616         0     21640     96978    415528     16.99     17.90
113.03/28.34	c  N dy   890    288661       279     21616         0     38355     96978    901264     17.03     20.89
120.22/30.12	c  F st   981    306250       279     21616         0     33164     96978    745714     17.12   no data
120.62/30.23	c  N st   984    307438       279     21616         0     34316     96978    782714     17.12   no data
128.61/32.27	c  N dy  1058    327398       279     21616         0     30341     96978    651895     17.16     18.11
137.39/34.45	c  N dy  1150    347461       279     21616         0     25626     96978    506667     17.21     18.14
141.40/35.45	c  S st  1215    357452       279     21616         0     35348     96978    801137     17.27     17.28
141.79/35.51	c  S st  1215    357953       279     21616         0     35849     96978    816547     17.27   no data
141.79/35.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
141.79/35.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
141.79/35.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
141.79/35.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
141.79/35.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.79/35.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
141.79/35.53	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
141.79/35.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
141.79/35.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.39/35.99	c lits-rem:        84  cl-subs:      551  v-elim:      0  v-fix:    0  time:  0.43 s
143.39/36.00	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
143.79/36.01	c vivif2 --  cl tried    35298 cl shrink        0 lits rem          0 time: 0.01
144.59/36.21	c asymm  cl-useful: 0/7123/21616 lits-rem:0 time: 0.20
144.59/36.21	c calculated reachability. Time: 0.00
144.59/36.21	c  N dy  1215    357953       279     21616         0     35298     96978    803586     17.27   no data
152.98/38.35	c  N dy  1287    378009       279     21616         0     29529     96978    606056     17.28     20.55
161.77/40.56	c  N dy  1344    398873       279     21616         0     49675     96978   1188218     17.26     18.17
170.56/42.75	c  N dy  1421    418909       279     21616         0     42923     96978    989908     17.27     20.52
180.57/45.22	c  N dy  1443    442025       279     21616         0     38231     96978    801415     17.16     18.08
189.36/47.48	c  N dy  1507    462075       279     21616         0     29554     96978    557742     17.15     20.12
198.53/49.71	c  N dy  1582    483504       279     21616         0     50312     96978   1149785     17.15     18.08
207.32/51.90	c  N dy  1665    503552       279     21616         0     40667     96978    861107     17.17     22.02
218.50/54.78	c  N dy  1741    529573       279     21616         0     35826     96978    698636     17.15     18.17
221.69/55.54	c  S st  1765    536929       279     21616         0     42904     96978    895936     17.15   no data
222.09/55.61	c  S st  1765    537431       279     21616         0     43402     96978    911860     17.15   no data
222.09/55.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
222.09/55.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
222.09/55.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
222.09/55.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
222.09/55.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
222.09/55.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
222.09/55.64	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
222.09/55.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
222.09/55.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
225.30/56.43	c lits-rem:       252  cl-subs:     1190  v-elim:      0  v-fix:    0  time:  0.76 s
225.30/56.44	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
225.30/56.45	c vivif2 --  cl tried    42212 cl shrink        0 lits rem          0 time: 0.01
226.09/56.70	c asymm  cl-useful: 0/5025/21616 lits-rem:0 time: 0.25
226.49/56.70	c calculated reachability. Time: 0.00
226.49/56.70	c  N dy  1765    537431       279     21616         0     42212     96978    888679     17.15   no data
237.69/59.56	c  N dy  1826    562453       279     21616         0     35465     96978    675289     17.11     18.06
246.87/61.84	c  N dy  1894    583059       279     21616         0     55352     96978   1237117     17.11     18.03
268.06/67.17	c  N dy  1956    626404       279     21616         0     65019     96978   1430469     16.99     17.89
278.83/69.89	c  N dy  2023    651049       279     21616         0     56015     96978   1239618     16.97     17.88
288.82/72.33	c  N dy  2103    671235       279     21616         0     41953     96978    847584     16.98     17.90
298.40/74.79	c  N dy  2186    691474       279     21616         0     61601     96978   1414285     16.99     17.93
309.59/77.52	c  N dy  2302    711538       279     21616         0     46232     96978    964406     17.03     17.97
319.58/80.08	c  N dy  2402    731541       279     21616         0     65612     96978   1526575     17.06     21.21
329.17/82.48	c  N dy  2456    751600       279     21616         0     49161     96978   1025907     17.05     21.99
339.55/85.08	c  N dy  2568    771630       279     21616         0     68547     96978   1593013     17.08     19.89
349.14/87.43	c  N dy  2620    791778       279     21616         0     51289     96978   1080003     17.07     18.01
355.95/89.17	c  S st  2667    806146       279     21616         0     65128     96978   1465975     17.07     17.57
356.36/89.26	c  S st  2667    806647       279     21616         0     65622     96978   1480969     17.07   no data
356.36/89.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
356.36/89.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
356.73/89.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
356.73/89.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
356.73/89.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
356.73/89.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
356.73/89.30	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
356.73/89.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
356.73/89.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
366.32/91.77	c lits-rem:       364  cl-subs:     2668  v-elim:      0  v-fix:    0  time:  2.41 s
366.32/91.77	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
366.32/91.79	c vivif2 --  cl tried    62954 cl shrink        0 lits rem          0 time: 0.02
367.52/92.09	c asymm  cl-useful: 0/5146/21616 lits-rem:0 time: 0.30
367.52/92.09	c calculated reachability. Time: 0.00
367.52/92.09	c  N dy  2667    806647       279     21616         0     62954     96978   1427545     17.07   no data
378.33/94.72	c  N dy  2759    826670       279     21616         0     44736     96978    889428     17.09     18.19
390.29/97.76	c  N dy  2814    851719       279     21616         0     68896     96978   1550342     17.06     18.04
401.07/100.42	c  N dy  2913    871766       279     21616         0     49699     96978   1024867     17.09     17.99
412.66/103.33	c  N dy  3018    894328       279     21616         0     71407     96978   1655967     17.11     18.16
423.05/105.98	c  N dy  3088    914404       279     21616         0     51244     96978   1050796     17.11     20.76
434.64/108.87	c  N dy  3149    937245       279     21616         0     73338     96978   1663401     17.09     18.01
445.43/111.55	c  N dy  3220    958256       279     21616         0     53063     96978   1093230     17.10     18.28
455.41/114.05	c  N dy  3247    978357       279     21616         0     72342     96978   1599834     17.05     19.12
465.82/116.66	c  N dy  3301    998395       279     21616         0     50244     96978   1000951     17.04     22.46
476.19/119.29	c  N dy  3396   1018599       279     21616         0     69810     96978   1565047     17.06     17.99
488.57/122.32	c  N dy  3426   1041387       279     21616         0     49223     96978    940856     17.03     18.04
498.17/124.77	c  N dy  3469   1062127       279     21616         0     69176     96978   1486364     17.01     18.01
503.76/126.16	c  F st  3514   1071875       279     21616         0     78618     96978   1760463     17.02   no data
509.76/127.66	c  N dy  3531   1082162       279     21616         0     45155     96978    815801     17.01     20.85
520.94/130.44	c  N dy  3625   1104476       279     21616         0     66787     96978   1441309     17.03     17.95
533.32/133.57	c  N dy  3723   1124530       279     21616         0     86281     96978   2000479     17.04     19.73
544.92/136.47	c  N dy  3790   1147907       279     21616         0     64238     96978   1332448     17.04     17.94
557.69/139.66	c  N dy  3864   1170448       279     21616         0     85986     96978   1951375     17.04     17.94
568.48/142.35	c  N dy  3898   1190825       279     21616         0     60236     96978   1205099     17.02     18.07
580.08/145.30	c  S st  3959   1209971       279     21616         0     78755     96978   1725966     17.01     13.84
580.86/145.42	c  S st  3959   1210477       279     21616         0     79258     96978   1741950     17.01   no data
580.86/145.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
580.86/145.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
580.86/145.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
580.86/145.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
580.86/145.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
580.86/145.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
580.86/145.47	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
581.26/145.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
581.26/145.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
595.24/149.04	c lits-rem:       378  cl-subs:     3066  v-elim:      0  v-fix:    0  time:  3.49 s
595.24/149.04	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
595.24/149.06	c vivif2 --  cl tried    76192 cl shrink        0 lits rem          0 time: 0.02
596.04/149.29	c asymm  cl-useful: 0/4322/21616 lits-rem:0 time: 0.23
596.44/149.30	c calculated reachability. Time: 0.00
596.44/149.30	c  N dy  3959   1210477       279     21616         0     76192     96978   1681429     17.01   no data
611.24/153.06	c  N dy  4046   1235649       279     21616         0     54197     96978   1022611     17.01     17.95
621.61/155.60	c  N dy  4068   1255823       279     21616         0     73525     96978   1518013     16.98     17.88
632.81/158.45	c  N dy  4125   1275955       279     21616         0     92956     96978   2066825     16.98     17.94
649.18/162.56	c  N dy  4182   1307107       279     21616         0     75861     96978   1596974     16.95     17.86
661.16/165.53	c  N dy  4241   1327499       279     21616         0     95609     96978   2141612     16.94     17.84
671.94/168.26	c  N dy  4306   1347557       279     21616         0     66769     96978   1354393     16.94     18.28
684.34/171.33	c  N dy  4332   1369174       279     21616         0     87523     96978   1923536     16.92     18.07
697.12/174.51	c  N dy  4406   1389225       279     21616         0     57697     96978   1102781     16.92     17.98
709.91/177.75	c  N dy  4496   1413338       279     21616         0     81021     96978   1773233     16.93     17.83
722.68/180.95	c  N dy  4522   1435133       279     21616         0     51795     96978    917910     16.91     17.91
732.27/183.37	c  N dy  4575   1455200       279     21616         0     71212     96978   1468180     16.90     18.56
743.86/186.23	c  N dy  4609   1475586       279     21616         0     90929     96978   2008814     16.89     17.82
759.85/190.27	c  N dy  4676   1504162       279     21616         0     67214     96978   1309442     16.87     17.87
771.83/193.28	c  N dy  4731   1525877       279     21616         0     88157     96978   1884150     16.85     17.77
785.82/196.78	c  N dy  4817   1546284       279     21616         0     55805     96978   1010819     16.87     17.76
796.60/199.41	c  N dy  4905   1566344       279     21616         0     75164     96978   1556607     16.87     18.19
809.39/202.68	c  N dy  5016   1586412       279     21616         0     94637     96978   2116194     16.89     17.85
824.16/206.32	c  N dy  5086   1609911       279     21616         0     64178     96978   1224564     16.88     17.99
835.38/209.17	c  N dy  5156   1630174       279     21616         0     83791     96978   1781354     16.89     17.91
849.73/212.70	c  N dy  5218   1652934       279     21616         0    105671     96978   2388104     16.88     17.79
861.34/215.63	c  N dy  5292   1673026       279     21616         0     71017     96978   1412862     16.88     17.85
873.70/218.74	c  N dy  5327   1693117       279     21616         0     90356     96978   1936582     16.86     20.57
885.29/221.63	c  S st  5371   1710481       279     21616         0    107081     96978   2403480     16.86     14.39
885.69/221.74	c  S st  5371   1710984       279     21616         0    107581     96978   2419363     16.86   no data
885.69/221.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
886.09/221.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
886.09/221.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
886.09/221.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
886.09/221.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
886.09/221.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
886.09/221.81	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
886.09/221.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
886.48/221.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
910.44/227.95	c lits-rem:       809  cl-subs:     5730  v-elim:      0  v-fix:    0  time:  6.04 s
910.44/227.95	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
910.44/227.98	c vivif2 --  cl tried   101851 cl shrink        0 lits rem          0 time: 0.03
911.65/228.28	c asymm  cl-useful: 0/1753/21616 lits-rem:0 time: 0.30
911.65/228.29	c calculated reachability. Time: 0.00
911.65/228.29	c  N dy  5371   1710984       279     21616         0    101851     96978   2309974     16.86   no data
924.84/231.59	c  N dy  5472   1731019       279     21616         0     66364     96978   1281243     16.87     17.82
936.44/234.43	c  N dy  5523   1751384       279     21616         0     86075     96978   1823433     16.86     17.76
950.81/238.05	c  N dy  5577   1775497       279     21616         0    109363     96978   2466823     16.85     17.85
962.41/240.93	c  N dy  5618   1795585       279     21616         0     72722     96978   1419561     16.84     20.50
974.37/243.98	c  N dy  5714   1816284       279     21616         0     92748     96978   1990135     16.85     17.82
987.56/247.27	c  N dy  5764   1836605       279     21616         0    112443     96978   2536830     16.85     17.79
999.55/250.23	c  N dy  5819   1856684       279     21616         0     74761     96978   1469192     16.84     20.69
1013.13/253.67	c  N dy  5888   1876762       279     21616         0     94108     96978   2007217     16.83     18.84
1028.33/257.48	c  N dy  5964   1897785       279     21616         0    114462     96978   2587249     16.84     17.80
1045.91/261.80	c  N dy  6017   1927119       279     21616         0     84938     96978   1738815     16.82     17.87
1059.87/265.30	c  N dy  6085   1947382       279     21616         0    104534     96978   2296355     16.82     17.71
1073.46/268.76	c  N dy  6158   1967627       279     21616         0     65152     96978   1193257     16.82     17.76
1095.43/274.23	c  N dy  6168   2006051       279     21616         0    101938     96978   2134150     16.77     17.67
1112.60/278.59	c  N dy  6245   2028214       279     21616         0     63639     96978   1145041     16.77     17.68
1124.20/281.46	c  N dy  6322   2048763       279     21616         0     83380     96978   1688243     16.77     17.73
1136.98/284.62	c  N dy  6378   2068768       279     21616         0    102588     96978   2212503     16.76     18.71
1151.78/288.30	c  N dy  6429   2088780       279     21616         0     61208     96978   1073575     16.76     22.87
1162.95/291.18	c  N dy  6529   2108890       279     21616         0     80696     96978   1625246     16.77     17.70
1176.53/294.52	c  N dy  6619   2129255       279     21616         0    100458     96978   2186180     16.77     17.73
1190.51/298.03	c  N dy  6687   2149334       279     21616         0    119763     96978   2724851     16.77     21.48
1204.11/301.46	c  N dy  6741   2169976       279     21616         0     77971     96978   1507192     16.76     17.76
1217.69/304.87	c  N dy  6832   2190954       279     21616         0     98327     96978   2089538     16.77     17.67
1231.66/308.30	c  N dy  6889   2210987       279     21616         0    117621     96978   2629603     16.77     14.04
1231.66/308.30	c  S st  6889   2210987       279     21616         0    117621     96978   2629603     16.77     14.04
1232.06/308.44	c  S st  6889   2211487       279     21616         0    118119     96978   2644502     16.77   no data
1232.06/308.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1232.46/308.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
1232.46/308.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1232.46/308.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1232.46/308.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1232.46/308.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
1232.46/308.52	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
1232.46/308.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1232.86/308.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1258.83/315.18	c lits-rem:       648  cl-subs:     4746  v-elim:      0  v-fix:    0  time:  6.55 s
1258.83/315.18	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
1259.23/315.21	c vivif2 --  cl tried   113373 cl shrink        0 lits rem          0 time: 0.03
1260.43/315.55	c asymm  cl-useful: 0/3577/21616 lits-rem:0 time: 0.34
1260.43/315.55	c calculated reachability. Time: 0.00
1260.43/315.55	c  N dy  6889   2211487       279     21616         0    113373     96978   2550570     16.77   no data
1275.20/319.24	c  N dy  6949   2232648       279     21616         0     71143     96978   1314654     16.77     17.75
1286.39/322.06	c  N dy  7004   2252685       279     21616         0     90527     96978   1855594     16.77     17.65
1309.98/327.97	c  N dy  7107   2286679       279     21616         0    123168     96978   2749883     16.76     17.71
1327.16/332.25	c  N dy  7145   2315126       279     21616         0     86927     96978   1723300     16.74     17.71
1340.74/335.66	c  N dy  7233   2335226       279     21616         0    106339     96978   2269155     16.74     17.65
1357.50/339.88	c  N dy  7347   2355277       279     21616         0    125789     96978   2827689     16.75     18.19
1372.28/343.50	c  N dy  7428   2375946       279     21616         0     81155     96978   1594429     16.76     17.77
1385.06/346.71	c  N dy  7481   2396073       279     21616         0    100513     96978   2113291     16.75     17.65
1399.05/350.22	c  N dy  7529   2416407       279     21616         0    120021     96978   2639342     16.74     17.76
1413.03/353.78	c  N dy  7588   2436435       279     21616         0     73791     96978   1373476     16.74     22.42
1424.61/356.67	c  N dy  7635   2456981       279     21616         0     93576     96978   1924204     16.74     17.88
1439.40/360.30	c  N dy  7710   2477406       279     21616         0    113266     96978   2469141     16.74     17.74
1455.37/364.37	c  N dy  7787   2497859       279     21616         0    133032     96978   3016806     16.74     17.68
1469.36/367.82	c  N dy  7846   2520838       279     21616         0     88554     96978   1767132     16.73     17.71
1484.14/371.57	c  N dy  7933   2543760       279     21616         0    110777     96978   2389464     16.73     17.67
1502.11/376.09	c  N dy  8043   2566185       279     21616         0    132510     96978   3009214     16.74     17.84
1516.52/379.63	c  N dy  8097   2587943       279     21616         0     85897     96978   1681402     16.74     17.67
1530.08/383.03	c  N dy  8156   2608985       279     21616         0    106271     96978   2240636     16.73     17.62
1544.86/386.78	c  N dy  8194   2628986       279     21616         0    125563     96978   2772386     16.73     17.62
1563.64/391.48	c  N dy  8296   2649924       279     21616         0     77259     96978   1442779     16.73     17.62
1577.22/394.85	c  N dy  8388   2671088       279     21616         0     97723     96978   2018546     16.74     17.79
1591.22/398.36	c  N dy  8436   2691151       279     21616         0    117038     96978   2540291     16.73     20.36
1607.58/402.43	c  N dy  8514   2711210       279     21616         0    136336     96978   3071589     16.73     20.49
1607.98/402.50	c  S st  8517   2711487       279     21616         0    136597     96978   3079429     16.73   no data
1608.40/402.66	c  S st  8517   2711990       279     21616         0    137099     96978   3093417     16.73   no data
1608.40/402.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1608.81/402.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
1608.81/402.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1608.81/402.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1608.81/402.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1608.81/402.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
1608.81/402.74	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
1608.81/402.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1609.18/402.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1635.94/409.51	c lits-rem:       509  cl-subs:     6192  v-elim:      0  v-fix:    0  time:  6.65 s
1635.94/409.51	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
1635.94/409.55	c vivif2 --  cl tried   130907 cl shrink        0 lits rem          0 time: 0.04
1637.54/409.92	c asymm  cl-useful: 0/2537/21616 lits-rem:0 time: 0.37
1637.54/409.93	c calculated reachability. Time: 0.00
1637.54/409.93	c  N dy  8517   2711990       279     21616         0    130907     96978   2972638     16.73   no data
1651.93/413.57	c  N dy  8572   2732018       279     21616         0     80822     96978   1529525     16.73     19.14
1664.71/416.74	c  N dy  8618   2752391       279     21616         0    100434     96978   2051771     16.72     17.62
1680.29/420.66	c  N dy  8688   2774333       279     21616         0    121617     96978   2644742     16.72     17.69
1698.26/425.12	c  N dy  8760   2795509       279     21616         0     71701     96978   1269755     16.72     17.66
1710.25/428.16	c  N dy  8840   2815524       279     21616         0     91132     96978   1819883     16.72     19.21
1724.63/431.74	c  N dy  8929   2835571       279     21616         0    110546     96978   2369896     16.73     21.25
1742.61/436.25	c  N dy  9016   2856928       279     21616         0    131194     96978   2952473     16.73     17.62
1759.39/440.45	c  N dy  9067   2877021       279     21616         0     79192     96978   1470707     16.73     17.98
1774.17/444.19	c  N dy  9123   2901468       279     21616         0    102817     96978   2127848     16.73     17.64
1787.75/447.55	c  N dy  9175   2921663       279     21616         0    122142     96978   2667777     16.72     17.75
1802.93/451.38	c  N dy  9210   2942242       279     21616         0    141964     96978   3198471     16.72     17.61
1818.11/455.19	c  N dy  9300   2963424       279     21616         0     90097     96978   1758777     16.72     17.61
1832.09/458.69	c  N dy  9372   2984760       279     21616         0    110636     96978   2328645     16.72     17.67
1848.07/462.65	c  N dy  9418   3006310       279     21616         0    131351     96978   2882473     16.71     17.65
1864.85/466.85	c  N dy  9465   3026333       279     21616         0     77336     96978   1379921     16.71     18.23
1876.86/469.87	c  N dy  9508   3046949       279     21616         0     97177     96978   1919275     16.70     17.67
1890.05/473.11	c  N dy  9536   3067141       279     21616         0    116573     96978   2440827     16.69     17.78
1906.80/477.30	c  N dy  9638   3087234       279     21616         0    136004     96978   2987950     16.70     17.64
1929.60/483.10	c  N dy  9692   3119090       279     21616         0     92361     96978   1738558     16.69     17.72
1947.55/487.51	c  N dy  9744   3140347       279     21616         0    112895     96978   2291695     16.68     17.61
1964.75/491.83	c  N dy  9796   3161807       279     21616         0    133586     96978   2862595     16.68     17.57
1983.11/496.50	c  N dy  9881   3183152       279     21616         0     79019     96978   1387358     16.68     17.58
1995.89/499.66	c  N dy  9945   3203204       279     21616         0     98348     96978   1921611     16.68     17.58
2001.49/501.05	c  S st  9964   3211990       279     21616         0    106764     96978   2149916     16.68     15.52
2001.89/501.18	c  S st  9964   3212490       279     21616         0    107261     96978   2165640     16.68   no data
2001.89/501.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2002.29/501.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
2002.29/501.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2002.29/501.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2002.29/501.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2002.29/501.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
2002.29/501.25	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
2002.29/501.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2002.69/501.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2021.48/506.01	c lits-rem:       451  cl-subs:     3457  v-elim:      0  v-fix:    0  time:  4.67 s
2021.48/506.01	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
2021.48/506.04	c vivif2 --  cl tried   103804 cl shrink        0 lits rem          0 time: 0.03
2023.06/506.40	c asymm  cl-useful: 0/2063/21616 lits-rem:0 time: 0.36
2023.06/506.40	c calculated reachability. Time: 0.00
2023.06/506.40	c  N dy  9964   3212490       279     21616         0    103804     96978   2100004     16.68   no data
2036.64/509.89	c  N dy  9996   3232701       279     21616         0    123341     96978   2611130     16.67     17.66
2052.24/513.75	c  N dy 10041   3253180       279     21616         0    143079     96978   3145771     16.67     17.55
2068.20/517.78	c  N dy 10122   3273206       279     21616         0     86402     96978   1594996     16.67     17.95
2081.79/521.16	c  N dy 10199   3293217       279     21616         0    105733     96978   2131927     16.67     19.50
2096.96/524.91	c  N dy 10242   3314044       279     21616         0    125712     96978   2675609     16.67     17.59
2124.14/531.72	c  N dy 10317   3344345       279     21616         0     77866     96978   1336840     16.66     17.63
2137.32/535.07	c  N dy 10373   3364393       279     21616         0     97255     96978   1872905     16.66     20.55
2151.71/538.62	c  N dy 10433   3385052       279     21616         0    117051     96978   2416718     16.66     17.83
2169.68/543.13	c  N dy 10557   3405524       279     21616         0    136920     96978   2985115     16.67     17.56
2190.06/548.20	c  N dy 10633   3428585       279     21616         0     81069     96978   1413015     16.67     17.66
2202.44/551.36	c  N dy 10705   3449509       279     21616         0    101279     96978   1983362     16.67     17.56
2216.82/554.91	c  N dy 10777   3469701       279     21616         0    120736     96978   2521853     16.67     17.69
2231.61/558.69	c  N dy 10804   3490145       279     21616         0    140457     96978   3036650     16.66     17.54
2250.78/563.41	c  N dy 10879   3510477       279     21616         0     81018     96978   1402088     16.66     17.58
2262.77/566.49	c  N dy 10928   3530905       279     21616         0    100690     96978   1931011     16.66     17.56
2276.37/569.84	c  N dy 10961   3551198       279     21616         0    120263     96978   2445023     16.65     17.65
2293.53/574.19	c  N dy 11020   3573722       279     21616         0    141913     96978   3041104     16.65     17.55
2311.53/578.61	c  N dy 11066   3593791       279     21616         0     81251     96978   1396820     16.64     18.95
2324.30/581.80	c  N dy 11117   3614365       279     21616         0    101084     96978   1932039     16.64     17.55
2338.30/585.32	c  N dy 11179   3634404       279     21616         0    120460     96978   2466136     16.64     17.92
2357.85/590.21	c  N dy 11248   3654756       279     21616         0    140116     96978   3011947     16.64     17.62
2379.83/595.78	c  N dy 11309   3674850       279     21616         0    159554     96978   3552233     16.64     25.93
2395.42/599.66	c  N dy 11371   3695060       279     21616         0     97955     96978   1842866     16.64     17.59
2407.79/602.76	c  S st 11424   3712491       279     21616         0    114763     96978   2311693     16.64     16.03
2408.21/602.88	c  S st 11424   3712995       279     21616         0    115262     96978   2327390     16.64   no data
2408.21/602.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2408.61/602.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
2408.61/602.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2408.61/602.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2408.61/602.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2408.61/602.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
2408.61/602.95	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
2408.61/602.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2408.98/603.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2425.78/607.29	c lits-rem:       398  cl-subs:     2932  v-elim:      0  v-fix:    0  time:  4.25 s
2425.78/607.30	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
2426.19/607.33	c vivif2 --  cl tried   112330 cl shrink        0 lits rem          0 time: 0.03
2427.76/607.70	c asymm  cl-useful: 0/2214/21616 lits-rem:0 time: 0.37
2427.76/607.71	c calculated reachability. Time: 0.00
2427.76/607.71	c  N dy 11424   3712995       279     21616         0    112330     96978   2269248     16.64   no data
2443.36/611.67	c  N dy 11500   3733536       279     21616         0    132168     96978   2819854     16.64     17.60
2457.32/615.17	c  F st 11530   3751562       279     21616         0    149471     96978   3293940     16.64     12.42
2458.92/615.58	c  N st 11534   3753592       279     21616         0    151428     96978   3348232     16.64   no data
2476.50/619.94	c  N dy 11548   3775318       279     21616         0     90478     96978   1628594     16.63     17.52
2489.68/623.28	c  N dy 11617   3795327       279     21616         0    109754     96978   2152362     16.63     21.44
2504.06/626.81	c  N dy 11661   3815409       279     21616         0    129161     96978   2678004     16.63     19.95
2520.45/630.99	c  N dy 11724   3836881       279     21616         0    149786     96978   3249532     16.62     17.63
2543.62/636.73	c  N dy 11796   3860615       279     21616         0     89755     96978   1596322     16.62     17.51
2559.18/640.62	c  N dy 11846   3884981       279     21616         0    113201     96978   2232945     16.62     17.54
2574.77/644.57	c  N dy 11931   3905129       279     21616         0    132706     96978   2777696     16.62     17.55
2594.34/649.41	c  N dy 12047   3925525       279     21616         0    152455     96978   3335252     16.63     17.54
2613.52/654.29	c  N dy 12114   3945788       279     21616         0     88117     96978   1539996     16.63     17.53
2630.30/658.46	c  N dy 12169   3971518       279     21616         0    112794     96978   2186319     16.62     17.77
2644.69/662.07	c  N dy 12238   3991527       279     21616         0    132108     96978   2722921     16.62     19.38
2665.46/667.27	c  N dy 12285   4016965       279     21616         0    156652     96978   3366323     16.61     17.54
2684.24/671.95	c  N dy 12330   4039653       279     21616         0     93615     96978   1673454     16.60     17.52
2697.43/675.23	c  N dy 12373   4060407       279     21616         0    113659     96978   2216132     16.60     17.49
2713.41/679.21	c  N dy 12454   4081176       279     21616         0    133758     96978   2768217     16.60     17.56
2730.98/683.61	c  N dy 12511   4102596       279     21616         0    154494     96978   3325762     16.60     17.57
2749.76/688.36	c  N dy 12548   4122690       279     21616         0     87951     96978   1514835     16.60     17.57
2772.96/694.12	c  N dy 12617   4158605       279     21616         0    122379     96978   2422396     16.59     17.54
2791.71/698.83	c  N dy 12682   4178858       279     21616         0    141862     96978   2963593     16.59     17.48
2812.09/703.92	c  N dy 12747   4199352       279     21616         0    161695     96978   3510433     16.59     17.56
2827.66/707.86	c  S st 12822   4212995       279     21616         0     88180     96978   1511825     16.59     14.52
2828.06/707.96	c  S st 12822   4213500       279     21616         0     88684     96978   1527753     16.59   no data
2828.06/707.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2828.46/708.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
2828.46/708.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2828.46/708.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2828.46/708.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2828.46/708.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
2828.46/708.02	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
2828.46/708.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2828.46/708.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2831.25/708.73	c lits-rem:        23  cl-subs:      142  v-elim:      0  v-fix:    0  time:  0.64 s
2831.25/708.73	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
2831.25/708.76	c vivif2 --  cl tried    88542 cl shrink        0 lits rem          0 time: 0.03
2832.46/709.09	c asymm  cl-useful: 0/3900/21616 lits-rem:0 time: 0.33
2832.46/709.10	c calculated reachability. Time: 0.00
2832.46/709.10	c  N dy 12822   4213500       279     21616         0     88542     96978   1524815     16.59   no data
2845.64/712.34	c  N dy 12886   4233590       279     21616         0    107923     96978   2057959     16.59     17.90
2861.24/716.28	c  N dy 12968   4253836       279     21616         0    127424     96978   2593987     16.59     17.47
2877.19/720.21	c  N dy 12996   4273894       279     21616         0    146690     96978   3092378     16.59     18.83
2896.77/725.14	c  N dy 13070   4294737       279     21616         0    166827     96978   3645682     16.59     17.48
2915.14/729.77	c  N dy 13168   4314811       279     21616         0     98591     96978   1798914     16.59     18.80
2929.52/733.35	c  N dy 13230   4334961       279     21616         0    118004     96978   2327608     16.59     17.53
2945.10/737.27	c  N dy 13296   4355125       279     21616         0    137529     96978   2866373     16.59     17.74
2962.68/741.69	c  N dy 13342   4377339       279     21616         0    159011     96978   3449531     16.59     17.48
2989.05/748.29	c  N dy 13427   4398627       279     21616         0     90759     96978   1558607     16.59     17.50
3009.82/753.46	c  N dy 13469   4427058       279     21616         0    117944     96978   2262584     16.58     17.62
3025.41/757.33	c  N dy 13516   4447092       279     21616         0    137256     96978   2790563     16.58     17.46
3041.78/761.44	c  N dy 13567   4467146       279     21616         0    156606     96978   3306437     16.57     17.45
3059.37/765.89	c  N dy 13588   4487385       279     21616         0    176138     96978   3827568     16.57     17.56
3079.34/770.85	c  N dy 13664   4511875       279     21616         0    110184     96978   2077620     16.57     17.50
3094.92/774.72	c  N dy 13739   4531888       279     21616         0    129503     96978   2604163     16.57     17.56
3112.50/779.10	c  N dy 13818   4552565       279     21616         0    149488     96978   3148509     16.57     17.52
3130.08/783.52	c  N dy 13862   4573578       279     21616         0    169697     96978   3698690     16.57     17.44
3149.66/788.40	c  N dy 13933   4593659       279     21616         0     98403     96978   1745191     16.57     18.99
3164.84/792.25	c  N dy 14003   4615325       279     21616         0    119361     96978   2305552     16.57     17.59
3181.22/796.30	c  N dy 14071   4635413       279     21616         0    138705     96978   2835434     16.56     17.74
3197.20/800.37	c  N dy 14126   4656583       279     21616         0    159040     96978   3390123     16.56     17.45
3215.58/804.99	c  N dy 14186   4677042       279     21616         0    178745     96978   3921901     16.56     17.44
3235.15/809.89	c  N dy 14230   4697796       279     21616         0    107131     96978   1961844     16.56     17.48
3250.74/813.74	c  S st 14301   4713501       279     21616         0    122339     96978   2387084     16.56   no data
3251.54/813.90	c  S st 14301   4714002       279     21616         0    122836     96978   2402557     16.56   no data
3251.54/813.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3251.54/813.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
3251.54/813.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3251.54/814.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3251.54/814.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3251.54/814.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
3251.54/814.00	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
3251.95/814.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3251.95/814.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3269.10/818.36	c lits-rem:       254  cl-subs:     3085  v-elim:      0  v-fix:    0  time:  4.26 s
3269.10/818.36	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
3269.10/818.40	c vivif2 --  cl tried   119751 cl shrink        0 lits rem          0 time: 0.03
3270.70/818.75	c asymm  cl-useful: 0/3624/21616 lits-rem:0 time: 0.36
3270.70/818.76	c calculated reachability. Time: 0.00
3270.70/818.76	c  N dy 14301   4714002       279     21616         0    119751     96978   2344804     16.56   no data
3286.28/822.63	c  N dy 14345   4734004       279     21616         0    138977     96978   2861449     16.56     20.44
3305.08/827.34	c  N dy 14400   4756010       279     21616         0    160297     96978   3444618     16.56     17.48
3327.05/832.87	c  N dy 14502   4777810       279     21616         0    181406     96978   4029738     16.56     17.52
3343.01/836.87	c  N dy 14547   4797971       279     21616         0    108229     96978   1993067     16.56     17.52
3360.19/841.16	c  N dy 14597   4821470       279     21616         0    130861     96978   2596647     16.55     17.43
3378.57/845.70	c  N dy 14666   4843232       279     21616         0    151873     96978   3175763     16.55     17.43
3397.36/850.45	c  N dy 14722   4864661       279     21616         0    172523     96978   3733032     16.55     17.44
3418.12/855.68	c  N dy 14804   4884704       279     21616         0     98329     96978   1708583     16.55     19.02
3431.70/859.09	c  N dy 14873   4904716       279     21616         0    117714     96978   2247588     16.55     22.41
3447.67/863.00	c  N dy 14911   4924741       279     21616         0    136941     96978   2754033     16.55     17.44
3465.25/867.40	c  N dy 14975   4945273       279     21616         0    156738     96978   3302726     16.55     17.44
3484.85/872.40	c  N dy 15057   4965772       279     21616         0    176595     96978   3859793     16.55     17.48
3505.60/877.52	c  N dy 15128   4985902       279     21616         0    101459     96978   1789919     16.55     17.49
3520.00/881.17	c  N dy 15172   5007020       279     21616         0    121845     96978   2332688     16.55     17.52
3536.76/885.34	c  N dy 15244   5027710       279     21616         0    141837     96978   2879012     16.54     17.47
3555.16/889.99	c  N dy 15320   5048472       279     21616         0    161908     96978   3424685     16.54     17.47
3576.32/895.20	c  N dy 15395   5069551       279     21616         0    182238     96978   3980607     16.55     17.49
3594.30/899.77	c  N dy 15455   5089605       279     21616         0    106047     96978   1902366     16.55     17.53
3609.88/903.62	c  N dy 15542   5109679       279     21616         0    125424     96978   2442228     16.55     23.68
3627.45/908.01	c  N dy 15588   5131525       279     21616         0    146468     96978   3007880     16.54     17.47
3644.23/912.25	c  N dy 15619   5151583       279     21616         0    165739     96978   3511775     16.54     17.46
3661.03/916.40	c  N dy 15647   5171677       279     21616         0    184805     96978   4002083     16.53     17.77
3679.38/921.04	c  N dy 15709   5191853       279     21616         0    108086     96978   1947804     16.53     17.52
3698.16/925.71	c  N dy 15754   5213990       279     21616         0    129414     96978   2515743     16.53     17.48
3698.16/925.72	c  S st 15755   5214002       279     21616         0    129426     96978   2516007     16.53   no data
3698.96/925.93	c  S st 15755   5214502       279     21616         0    129923     96978   2531253     16.53   no data
3698.96/925.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3699.36/926.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.09
3699.36/926.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3699.36/926.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3699.36/926.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3699.36/926.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
3699.36/926.04	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
3699.36/926.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3699.76/926.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3726.13/932.73	c lits-rem:       444  cl-subs:     3177  v-elim:      0  v-fix:    0  time:  6.56 s
3726.13/932.73	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
3726.13/932.77	c vivif2 --  cl tried   126746 cl shrink        0 lits rem          0 time: 0.03
3726.94/932.97	c asymm  cl-useful: 0/1948/21616 lits-rem:0 time: 0.20
3726.94/932.97	c calculated reachability. Time: 0.00
3726.94/932.97	c  N dy 15755   5214502       279     21616         0    126746     96978   2470965     16.53   no data
3751.29/939.03	c  N dy 15843   5244245       279     21616         0    155337     96978   3244242     16.53     17.42
3770.07/943.80	c  N dy 15918   5264270       279     21616         0    174699     96978   3782607     16.53     21.12
3790.44/948.81	c  N dy 15959   5284779       279     21616         0    194432     96978   4301814     16.52     17.44
3809.21/953.51	c  N dy 16035   5307824       279     21616         0    119430     96978   2242899     16.52     17.43
3825.19/957.57	c  N dy 16109   5327899       279     21616         0    138791     96978   2781131     16.53     18.23
3846.76/962.96	c  N dy 16173   5352970       279     21616         0    162880     96978   3432151     16.52     17.40
3867.55/968.16	c  N dy 16224   5374047       279     21616         0    183195     96978   3973625     16.52     17.40
3892.70/974.40	c  N dy 16287   5400841       279     21616         0    110758     96978   1981328     16.52     17.42
3907.49/978.18	c  N dy 16361   5420844       279     21616         0    130113     96978   2518617     16.52     17.39
3923.87/982.21	c  N dy 16410   5441153       279     21616         0    149682     96978   3044047     16.52     17.46
3942.27/986.83	c  N dy 16481   5461181       279     21616         0    169027     96978   3576416     16.52     23.87
3962.23/991.80	c  N dy 16552   5481261       279     21616         0    188398     96978   4108748     16.52     20.29
3984.19/997.31	c  N dy 16648   5503025       279     21616         0    110126     96978   1977408     16.52     17.47
4000.57/1001.49	c  N dy 16690   5526828       279     21616         0    132958     96978   2578475     16.52     17.55
4020.55/1006.45	c  N dy 16753   5550900       279     21616         0    156231     96978   3212814     16.51     17.41
4037.73/1010.72	c  N dy 16785   5570923       279     21616         0    175512     96978   3730213     16.51     17.38
4058.50/1015.99	c  N dy 16858   5591007       279     21616         0    194843     96978   4260452     16.51     17.56
4078.09/1020.86	c  N dy 16938   5611805       279     21616         0    114606     96978   2090672     16.51     17.43
4093.66/1024.77	c  N dy 17008   5632105       279     21616         0    134282     96978   2631471     16.51     17.41
4110.03/1028.84	c  N dy 17062   5652188       279     21616         0    153658     96978   3157691     16.51     21.00
4128.41/1033.44	c  N dy 17114   5673240       279     21616         0    173973     96978   3708500     16.51     17.40
4151.18/1039.18	c  N dy 17193   5695269       279     21616         0    195171     96978   4289919     16.51     17.39
4171.54/1044.25	c  S st 17255   5714502       279     21616         0    112469     96978   2002805     16.51   no data
4172.34/1044.41	c  S st 17255   5715007       279     21616         0    112968     96978   2017843     16.51   no data
4172.34/1044.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4172.34/1044.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
4172.34/1044.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4172.34/1044.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4172.34/1044.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4172.74/1044.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
4172.74/1044.50	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
4172.74/1044.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4172.74/1044.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4183.55/1047.23	c lits-rem:       153  cl-subs:     1410  v-elim:      0  v-fix:    0  time:  2.64 s
4183.55/1047.23	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
4183.55/1047.26	c vivif2 --  cl tried   111558 cl shrink        0 lits rem          0 time: 0.03
4185.13/1047.67	c asymm  cl-useful: 0/1758/21616 lits-rem:0 time: 0.40
4185.13/1047.67	c calculated reachability. Time: 0.00
4185.13/1047.67	c  N dy 17255   5715007       279     21616         0    111558     96978   1991663     16.51   no data
4201.53/1051.75	c  N dy 17286   5735028       279     21616         0    130902     96978   2499949     16.50     20.78
4217.09/1055.66	c  N dy 17320   5755055       279     21616         0    150086     96978   3005997     16.50     19.16
4235.46/1060.20	c  N dy 17398   5775065       279     21616         0    169447     96978   3539657     16.50     23.66
4255.84/1065.31	c  N dy 17477   5795371       279     21616         0    189097     96978   4085201     16.50     17.55
4277.41/1070.79	c  N dy 17524   5816414       279     21616         0    107202     96978   1858535     16.50     17.37
4292.99/1074.60	c  N dy 17600   5836743       279     21616         0    126814     96978   2393641     16.50     17.53
4308.17/1078.45	c  N dy 17645   5856840       279     21616         0    146099     96978   2909822     16.50     20.23
4331.75/1084.34	c  N dy 17712   5882759       279     21616         0    171157     96978   3588600     16.49     17.47
4354.11/1089.97	c  N dy 17809   5902801       279     21616         0    190556     96978   4124818     16.50     19.30
4380.89/1096.68	c  N dy 17868   5924216       279     21616         0    107993     96978   1862451     16.50     17.38
4396.87/1100.66	c  N dy 17925   5944919       279     21616         0    128010     96978   2402785     16.49     17.51
4418.84/1106.15	c  N dy 17985   5972523       279     21616         0    154589     96978   3104651     16.49     17.37
4436.41/1110.59	c  N dy 18016   5992547       279     21616         0    173804     96978   3590385     16.49     17.42
4458.78/1116.11	c  N dy 18073   6014162       279     21616         0    194602     96978   4143870     16.48     17.39
4481.16/1121.77	c  N dy 18111   6037724       279     21616         0    113168     96978   1982529     16.48     17.50
4496.74/1125.65	c  N dy 18186   6058699       279     21616         0    133408     96978   2540947     16.48     17.35
4517.53/1130.84	c  N dy 18281   6082822       279     21616         0    156696     96978   3170969     16.48     17.37
4535.51/1135.32	c  N dy 18320   6102925       279     21616         0    176102     96978   3692647     16.48     17.35
4557.08/1140.78	c  N dy 18380   6123164       279     21616         0    195567     96978   4211697     16.48     17.43
4582.63/1147.13	c  N dy 18419   6147278       279     21616         0    113651     96978   1988667     16.47     17.38
4598.60/1151.18	c  N dy 18518   6167348       279     21616         0    133166     96978   2531886     16.47     19.60
4614.20/1155.06	c  N dy 18542   6187374       279     21616         0    152310     96978   3029999     16.47     22.65
4634.96/1160.22	c  N dy 18649   6208469       279     21616         0    172728     96978   3605490     16.47     17.48
4640.97/1161.78	c  S st 18664   6215007       279     21616         0    179043     96978   3775084     16.47     14.09
4641.74/1161.97	c  S st 18664   6215510       279     21616         0    179541     96978   3790218     16.47   no data
4641.74/1161.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4642.15/1162.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.09
4642.15/1162.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4642.15/1162.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4642.15/1162.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4642.15/1162.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
4642.15/1162.08	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
4642.55/1162.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4642.95/1162.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4698.48/1176.18	c lits-rem:       878  cl-subs:     7938  v-elim:      0  v-fix:    0  time: 13.93 s
4698.48/1176.18	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
4698.88/1176.24	c vivif2 --  cl tried   171603 cl shrink        0 lits rem          0 time: 0.06
4701.27/1176.80	c asymm  cl-useful: 0/2834/21616 lits-rem:0 time: 0.56
4701.27/1176.81	c calculated reachability. Time: 0.00
4701.27/1176.81	c  N dy 18664   6215510       279     21616         0    171603     96978   3639087     16.47   no data
4730.44/1184.19	c  N dy 18768   6235684       279     21616         0    191134     96978   4184665     16.48     17.36
4759.99/1191.54	c  N dy 18809   6257919       279     21616         0    106603     96978   1793489     16.47     17.54
4773.97/1195.07	c  N dy 18840   6278730       279     21616         0    126383     96978   2306672     16.47     17.46
4791.55/1199.46	c  N dy 18916   6300386       279     21616         0    147343     96978   2880835     16.47     17.46

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 6.83 7.76 6.93 8/180 29759
/proc/meminfo: memFree=30172260/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 523878966 52441088 352 33554432000 4194304 4627427 140735460159328 18446744073709551615 47716418582032 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 12803 352 303 106 0 7774 0
[pid=29759/tid=29760] ppid=29757 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 523878966 52441088 352 33554432000 4194304 4627427 140735460159328 18446744073709551615 47716418582041 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523878966 52441088 352 33554432000 4194304 4627427 140735460159328 18446744073709551615 47716418582440 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 523878966 52441088 352 33554432000 4194304 4627427 140735460159328 18446744073709551615 47716418582041 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.107609 s]
/proc/loadavg: 6.83 7.76 6.93 8/180 29759
/proc/meminfo: memFree=30172260/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=283928 CPUtime=0.39 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 2823 0 0 0 39 0 0 0 18 0 4 0 523878966 290742272 2740 33554432000 4194304 4627427 140735460159328 18446744073709551615 4308275 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 70982 2740 370 106 0 65953 0
[pid=29759/tid=29760] ppid=29757 vsize=283928 CPUtime=0.09 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 551 0 0 0 9 0 0 0 18 0 4 0 523878966 290742272 2740 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=283928 CPUtime=0.09 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 615 0 0 0 9 0 0 0 18 0 4 0 523878966 290742272 2740 33554432000 4194304 4627427 140735460159328 18446744073709551615 239476738231 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=283928 CPUtime=0.09 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 682 0 0 0 9 0 0 0 18 0 4 0 523878966 290742272 2740 33554432000 4194304 4627427 140735460159328 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 283928

[startup+0.211922 s]
/proc/loadavg: 6.83 7.76 6.93 8/180 29759
/proc/meminfo: memFree=30172260/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=285892 CPUtime=0.8 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 6314 0 0 0 79 1 0 0 18 0 4 0 523878966 292753408 5051 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 71473 5051 385 106 0 66444 0
[pid=29759/tid=29760] ppid=29757 vsize=285892 CPUtime=0.19 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 1699 0 0 0 19 0 0 0 18 0 4 0 523878966 292753408 5051 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=285892 CPUtime=0.19 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 1722 0 0 0 19 0 0 0 18 0 4 0 523878966 292753408 5051 33554432000 4194304 4627427 140735460159328 18446744073709551615 4308703 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=285892 CPUtime=0.2 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 752 0 0 0 20 0 0 0 18 0 4 0 523878966 292753408 5051 33554432000 4194304 4627427 140735460159328 18446744073709551615 4327622 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 285892

[startup+0.300904 s]
/proc/loadavg: 6.83 7.76 6.93 8/180 29759
/proc/meminfo: memFree=30172260/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=286056 CPUtime=1.16 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 6549 0 0 0 115 1 0 0 18 0 4 0 523878966 292921344 5286 33554432000 4194304 4627427 140735460159328 18446744073709551615 4308593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 71514 5286 385 106 0 66485 0
[pid=29759/tid=29760] ppid=29757 vsize=286056 CPUtime=0.28 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 1755 0 0 0 28 0 0 0 18 0 4 0 523878966 292921344 5286 33554432000 4194304 4627427 140735460159328 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=286056 CPUtime=0.28 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 1776 0 0 0 28 0 0 0 18 0 4 0 523878966 292921344 5286 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=286056 CPUtime=0.29 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 818 0 0 0 29 0 0 0 18 0 4 0 523878966 292921344 5286 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 286056

[startup+0.700829 s]
/proc/loadavg: 6.83 7.76 6.93 8/180 29759
/proc/meminfo: memFree=30172260/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=287888 CPUtime=2.77 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 7967 0 0 0 275 2 0 0 18 0 4 0 523878966 294797312 6195 33554432000 4194304 4627427 140735460159328 18446744073709551615 4308383 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 71972 6195 386 106 0 66943 0
[pid=29759/tid=29760] ppid=29757 vsize=287888 CPUtime=0.68 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 2034 0 0 0 68 0 0 0 18 0 4 0 523878966 294797312 6195 33554432000 4194304 4627427 140735460159328 18446744073709551615 4333052 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=287888 CPUtime=0.68 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 2058 0 0 0 68 0 0 0 18 0 4 0 523878966 294797312 6195 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=287888 CPUtime=0.69 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 1377 0 0 0 69 0 0 0 18 0 4 0 523878966 294797312 6195 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 287888

[startup+1.50068 s]
/proc/loadavg: 6.83 7.76 6.93 10/184 29763
/proc/meminfo: memFree=30129336/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=292640 CPUtime=5.95 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 11824 0 0 0 593 2 0 0 19 0 4 0 523878966 299663360 6604 33554432000 4194304 4627427 140735460159328 18446744073709551615 4308606 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 73160 6604 386 106 0 68131 0
[pid=29759/tid=29760] ppid=29757 vsize=292640 CPUtime=1.49 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 3043 0 0 0 148 1 0 0 19 0 4 0 523878966 299663360 6604 33554432000 4194304 4627427 140735460159328 18446744073709551615 4249182 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=292640 CPUtime=1.47 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 3096 0 0 0 147 0 0 0 19 0 4 0 523878966 299663360 6604 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=292640 CPUtime=1.49 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 2157 0 0 0 149 0 0 0 19 0 4 0 523878966 299663360 6604 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 292640

[startup+3.10037 s]
/proc/loadavg: 6.83 7.76 6.93 9/184 29763
/proc/meminfo: memFree=30123880/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=294236 CPUtime=12.36 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 20584 0 0 0 1232 4 0 0 25 0 4 0 523878966 301297664 10361 33554432000 4194304 4627427 140735460159328 18446744073709551615 4327616 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 73559 10361 390 106 0 68530 0
[pid=29759/tid=29760] ppid=29757 vsize=294236 CPUtime=3.08 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 5861 0 0 0 307 1 0 0 24 0 4 0 523878966 301297664 10361 33554432000 4194304 4627427 140735460159328 18446744073709551615 4308383 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=294236 CPUtime=3.07 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 4573 0 0 0 307 0 0 0 25 0 4 0 523878966 301297664 10361 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=294236 CPUtime=3.08 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 3626 0 0 0 308 0 0 0 25 0 4 0 523878966 301297664 10361 33554432000 4194304 4627427 140735460159328 18446744073709551615 4324120 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 294236

[startup+6.30076 s]
/proc/loadavg: 6.92 7.76 6.94 9/184 29764
/proc/meminfo: memFree=30048384/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=296312 CPUtime=25.14 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 37523 0 0 0 2507 7 0 0 25 0 4 0 523878966 303423488 17489 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 74078 17489 390 106 0 69049 0
[pid=29759/tid=29760] ppid=29757 vsize=296312 CPUtime=6.28 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 10159 0 0 0 626 2 0 0 25 0 4 0 523878966 303423488 17489 33554432000 4194304 4627427 140735460159328 18446744073709551615 4333602 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=296312 CPUtime=6.25 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 9227 0 0 0 624 1 0 0 25 0 4 0 523878966 303423488 17489 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=296312 CPUtime=6.29 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 9086 0 0 0 628 1 0 0 25 0 4 0 523878966 303423488 17489 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 296312

[startup+12.7005 s]
/proc/loadavg: 7.01 7.77 6.94 9/184 29764
/proc/meminfo: memFree=30010232/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=299536 CPUtime=50.7 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 60215 0 0 0 5059 11 0 0 25 0 4 0 523878966 306724864 24392 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 74884 24392 390 106 0 69855 0
[pid=29759/tid=29760] ppid=29757 vsize=299536 CPUtime=12.69 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 15361 0 0 0 1265 4 0 0 25 0 4 0 523878966 306724864 24392 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=299536 CPUtime=12.62 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 14746 0 0 0 1260 2 0 0 25 0 4 0 523878966 306724864 24392 33554432000 4194304 4627427 140735460159328 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=299536 CPUtime=12.69 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 15071 0 0 0 1267 2 0 0 25 0 4 0 523878966 306724864 24392 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 299536

[startup+25.5011 s]
/proc/loadavg: 7.30 7.79 6.96 9/184 29764
/proc/meminfo: memFree=29972352/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=304168 CPUtime=101.84 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 96753 0 0 0 10165 19 0 0 25 0 4 0 523878966 311468032 30547 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 76042 30547 391 106 0 71013 0
[pid=29759/tid=29760] ppid=29757 vsize=304168 CPUtime=25.48 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 24786 0 0 0 2543 5 0 0 25 0 4 0 523878966 311468032 30547 33554432000 4194304 4627427 140735460159328 18446744073709551615 4322559 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=304168 CPUtime=25.36 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 24167 0 0 0 2532 4 0 0 25 0 4 0 523878966 311468032 30547 33554432000 4194304 4627427 140735460159328 18446744073709551615 4308329 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=304168 CPUtime=25.48 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 23289 0 0 0 2545 3 0 0 25 0 4 0 523878966 311468032 30547 33554432000 4194304 4627427 140735460159328 18446744073709551615 4330326 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 304168

[startup+51.1012 s]
/proc/loadavg: 7.54 7.81 6.99 9/184 29765
/proc/meminfo: memFree=29934320/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=308244 CPUtime=204.13 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 151712 0 0 0 20381 32 0 0 25 0 4 0 523878966 315641856 33195 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309160 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 77061 33195 393 106 0 72032 0
[pid=29759/tid=29760] ppid=29757 vsize=308244 CPUtime=51.08 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 38917 0 0 0 5100 8 0 0 25 0 4 0 523878966 315641856 33195 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=308244 CPUtime=50.84 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 38917 0 0 0 5077 7 0 0 25 0 4 0 523878966 315641856 33195 33554432000 4194304 4627427 140735460159328 18446744073709551615 4308593 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=308244 CPUtime=51.09 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 36696 0 0 0 5102 7 0 0 25 0 4 0 523878966 315641856 33195 33554432000 4194304 4627427 140735460159328 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.13
Current children cumulated vsize (KiB) 308244

[startup+102.3 s]
/proc/loadavg: 7.80 7.84 7.04 9/184 29766
/proc/meminfo: memFree=29845236/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=381448 CPUtime=408.68 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 252795 0 0 0 40815 53 0 0 25 0 4 0 523878966 390602752 46494 33554432000 4194304 4627427 140735460159328 18446744073709551615 4324663 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 95362 46494 390 106 0 90333 0
[pid=29759/tid=29760] ppid=29757 vsize=381448 CPUtime=102.28 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 64648 0 0 0 10214 14 0 0 25 0 4 0 523878966 390602752 46494 33554432000 4194304 4627427 140735460159328 18446744073709551615 4327749 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=381448 CPUtime=101.79 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 63277 0 0 0 10167 12 0 0 25 0 4 0 523878966 390602752 46494 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=381448 CPUtime=102.29 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 62129 0 0 0 10217 12 0 0 25 0 4 0 523878966 390602752 46494 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.68
Current children cumulated vsize (KiB) 381448

[startup+162.301 s]

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

[pid=29759] ppid=29757 vsize=623260 CPUtime=2805.69 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 926019 0 0 0 280318 251 0 0 25 0 4 0 523878966 638218240 111868 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309256 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 155815 111868 405 106 0 150786 0
[pid=29759/tid=29760] ppid=29757 vsize=623260 CPUtime=702.3 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 243568 0 0 0 70167 63 0 0 25 0 4 0 523878966 638218240 111868 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=623260 CPUtime=698.75 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 219258 0 0 0 69815 60 0 0 25 0 4 0 523878966 638218240 111868 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=623260 CPUtime=702.3 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 232243 0 0 0 70167 63 0 0 25 0 4 0 523878966 638218240 111868 33554432000 4194304 4627427 140735460159328 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.69
Current children cumulated vsize (KiB) 623260

[startup+762.301 s]
/proc/loadavg: 8.20 8.10 7.57 9/184 29784
/proc/meminfo: memFree=29338620/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=625576 CPUtime=3045.4 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 980292 0 0 0 304271 269 0 0 25 0 4 0 523878966 640589824 119148 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 156394 119148 405 106 0 151365 0
[pid=29759/tid=29760] ppid=29757 vsize=625576 CPUtime=762.3 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 257322 0 0 0 76162 68 0 0 25 0 4 0 523878966 640589824 119148 33554432000 4194304 4627427 140735460159328 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=625576 CPUtime=758.44 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 232369 0 0 0 75781 63 0 0 25 0 4 0 523878966 640589824 119148 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=625576 CPUtime=762.31 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 245930 0 0 0 76164 67 0 0 25 0 4 0 523878966 640589824 119148 33554432000 4194304 4627427 140735460159328 18446744073709551615 4327622 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.4
Current children cumulated vsize (KiB) 625576

[startup+822.3 s]
/proc/loadavg: 8.07 8.08 7.60 9/184 29785
/proc/meminfo: memFree=29294048/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=783780 CPUtime=3285.09 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 1024655 0 0 0 328225 284 0 0 25 0 4 0 523878966 802590720 125414 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309242 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 195945 125414 404 106 0 190916 0
[pid=29759/tid=29760] ppid=29757 vsize=783780 CPUtime=822.3 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 269193 0 0 0 82158 72 0 0 25 0 4 0 523878966 802590720 125414 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=783780 CPUtime=818.13 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 244851 0 0 0 81745 68 0 0 25 0 4 0 523878966 802590720 125414 33554432000 4194304 4627427 140735460159328 18446744073709551615 4327622 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=783780 CPUtime=822.31 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 252733 0 0 0 82161 70 0 0 25 0 4 0 523878966 802590720 125414 33554432000 4194304 4627427 140735460159328 18446744073709551615 4308599 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3285.09
Current children cumulated vsize (KiB) 783780

[startup+882.306 s]
/proc/loadavg: 8.02 8.06 7.62 9/184 29787
/proc/meminfo: memFree=29309236/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=644332 CPUtime=3524.8 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 1071902 0 0 0 352179 301 0 0 25 0 4 0 523878966 659795968 123796 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 161083 123796 404 106 0 156054 0
[pid=29759/tid=29760] ppid=29757 vsize=644332 CPUtime=882.3 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 278955 0 0 0 88154 76 0 0 25 0 4 0 523878966 659795968 123796 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=644332 CPUtime=877.82 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 258279 0 0 0 87710 72 0 0 25 0 4 0 523878966 659795968 123796 33554432000 4194304 4627427 140735460159328 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=644332 CPUtime=882.32 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 262737 0 0 0 88159 73 0 0 25 0 4 0 523878966 659795968 123796 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.8
Current children cumulated vsize (KiB) 644332

[startup+942.301 s]
/proc/loadavg: 8.06 8.06 7.65 9/184 29789
/proc/meminfo: memFree=29268492/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=806600 CPUtime=3764.48 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 1112815 0 0 0 376134 314 0 0 25 0 4 0 523878966 825958400 133169 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 201650 133169 404 106 0 196621 0
[pid=29759/tid=29760] ppid=29757 vsize=806600 CPUtime=942.3 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 290718 0 0 0 94151 79 0 0 25 0 4 0 523878966 825958400 133169 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=806600 CPUtime=937.51 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 270110 0 0 0 93674 77 0 0 25 0 4 0 523878966 825958400 133169 33554432000 4194304 4627427 140735460159328 18446744073709551615 4311219 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=806600 CPUtime=942.32 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 273191 0 0 0 94155 77 0 0 25 0 4 0 523878966 825958400 133169 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.48
Current children cumulated vsize (KiB) 806600

[startup+1002.3 s]
/proc/loadavg: 8.07 8.06 7.67 9/184 29790
/proc/meminfo: memFree=29268296/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=645692 CPUtime=4004.16 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 1160545 0 0 0 400088 328 0 0 25 0 4 0 523878966 661188608 124613 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 161423 124613 404 106 0 156394 0
[pid=29759/tid=29760] ppid=29757 vsize=645692 CPUtime=1002.3 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 300983 0 0 0 100148 82 0 0 25 0 4 0 523878966 661188608 124613 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=645692 CPUtime=997.2 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 279229 0 0 0 99640 80 0 0 25 0 4 0 523878966 661188608 124613 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=645692 CPUtime=1002.31 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 287498 0 0 0 100150 81 0 0 25 0 4 0 523878966 661188608 124613 33554432000 4194304 4627427 140735460159328 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4004.16
Current children cumulated vsize (KiB) 645692

[startup+1062.3 s]
/proc/loadavg: 8.07 8.06 7.69 9/184 29792
/proc/meminfo: memFree=29218508/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=719648 CPUtime=4243.85 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 1202271 0 0 0 424041 344 0 0 25 0 4 0 523878966 736919552 128575 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 179912 128575 404 106 0 174883 0
[pid=29759/tid=29760] ppid=29757 vsize=719648 CPUtime=1062.3 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 312390 0 0 0 106144 86 0 0 25 0 4 0 523878966 736919552 128575 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=719648 CPUtime=1056.88 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 290797 0 0 0 105603 85 0 0 25 0 4 0 523878966 736919552 128575 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=719648 CPUtime=1062.31 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 294664 0 0 0 106148 83 0 0 25 0 4 0 523878966 736919552 128575 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.85
Current children cumulated vsize (KiB) 719648

[startup+1122.3 s]
/proc/loadavg: 8.07 8.06 7.72 9/184 29793
/proc/meminfo: memFree=29175916/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=647012 CPUtime=4483.55 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 1247236 0 0 0 447997 358 0 0 25 0 4 0 523878966 662540288 125202 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 161753 125202 424 106 0 156724 0
[pid=29759/tid=29760] ppid=29757 vsize=647012 CPUtime=1122.31 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 326544 0 0 0 112139 92 0 0 25 0 4 0 523878966 662540288 125202 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=647012 CPUtime=1116.57 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 301348 0 0 0 111570 87 0 0 25 0 4 0 523878966 662540288 125202 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=647012 CPUtime=1122.32 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 305788 0 0 0 112145 87 0 0 25 0 4 0 523878966 662540288 125202 33554432000 4194304 4627427 140735460159328 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.55
Current children cumulated vsize (KiB) 647012

[startup+1182.3 s]
/proc/loadavg: 8.06 8.06 7.74 9/184 29795
/proc/meminfo: memFree=29054944/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=958448 CPUtime=4723.25 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 1298492 0 0 0 471950 375 0 0 25 0 4 0 523878966 981450752 154024 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 239612 154024 407 106 0 234583 0
[pid=29759/tid=29760] ppid=29757 vsize=958448 CPUtime=1182.31 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 341564 0 0 0 118135 96 0 0 25 0 4 0 523878966 981450752 154024 33554432000 4194304 4627427 140735460159328 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=958448 CPUtime=1176.25 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 312330 0 0 0 117533 92 0 0 25 0 4 0 523878966 981450752 154024 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=958448 CPUtime=1182.32 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 317828 0 0 0 118142 90 0 0 25 0 4 0 523878966 981450752 154024 33554432000 4194304 4627427 140735460159328 18446744073709551615 4420161 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4723.25
Current children cumulated vsize (KiB) 958448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.12 8.07 7.74 9/184 29795
/proc/meminfo: memFree=29088904/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=715276 CPUtime=4800.35 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 1311680 0 0 0 479657 378 0 0 25 0 4 0 523878966 732442624 143301 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309079 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 178819 143301 407 106 0 173790 0
[pid=29759/tid=29760] ppid=29757 vsize=715276 CPUtime=1201.61 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 342273 0 0 0 120065 96 0 0 25 0 4 0 523878966 732442624 143301 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=715276 CPUtime=1195.45 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 316724 0 0 0 119452 93 0 0 25 0 4 0 523878966 732442624 143301 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=715276 CPUtime=1201.63 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 321458 0 0 0 120072 91 0 0 25 0 4 0 523878966 732442624 143301 33554432000 4194304 4627427 140735460159328 18446744073709551615 4321603 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 715276

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

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

[startup+1201.6 s]
/proc/loadavg: 8.12 8.07 7.74 9/184 29795
/proc/meminfo: memFree=29088904/32950928 swapFree=67086612/67111528
[pid=29759] ppid=29757 vsize=715276 CPUtime=4800.35 cores=1,3,5,7
/proc/29759/stat : 29759 (strangenight2-m) R 29757 29759 29718 0 -1 4202496 1311680 0 0 0 479657 378 0 0 25 0 4 0 523878966 732442624 143301 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309079 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29759/statm: 178819 143301 407 106 0 173790 0
[pid=29759/tid=29760] ppid=29757 vsize=715276 CPUtime=1201.61 cores=1,3,5,7
/proc/29759/task/29760/stat : 29760 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 342273 0 0 0 120065 96 0 0 25 0 4 0 523878966 732442624 143301 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29759/tid=29761] ppid=29757 vsize=715276 CPUtime=1195.45 cores=1,3,5,7
/proc/29759/task/29761/stat : 29761 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 316724 0 0 0 119452 93 0 0 25 0 4 0 523878966 732442624 143301 33554432000 4194304 4627427 140735460159328 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=715276 CPUtime=1201.63 cores=1,3,5,7
/proc/29759/task/29762/stat : 29762 (strangenight2-m) R 29757 29759 29718 0 -1 4202560 321458 0 0 0 120072 91 0 0 25 0 4 0 523878966 732442624 143301 33554432000 4194304 4627427 140735460159328 18446744073709551615 4321603 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 715276

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.64
CPU time (s): 4800.41
CPU user time (s): 4796.6
CPU system time (s): 3.81242
CPU usage (%): 399.489
Max. virtual memory (cumulated for all children) (KiB): 1033296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.6
system time used= 3.81242
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1311682
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= 2031
involuntary context switches= 18166

runsolver used 1.89471 second user time and 4.30734 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-30 02:20:19
IDJOB=3250537
IDBENCH=83320
IDSOLVER=1586
FILE ID=node148/3250537-1304122819
RUNJOBID= node148-1304122819-29737
PBS_JOBID= 13170748
Free space on /tmp= 71428 MiB

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

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

MD5SUM BENCH= d2562f4e152a54a992ab300a2bacfba9
RANDOM SEED=1488975792

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30172540 kB
Buffers:        715196 kB
Cached:        1642280 kB
SwapCached:       3696 kB
Active:         141124 kB
Inactive:      2270480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30172540 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:           12524 kB
Writeback:           0 kB
AnonPages:       52396 kB
Mapped:          14480 kB
Slab:           300448 kB
PageTables:       5052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   272844 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= 71424 MiB
End job on node148 at 2011-04-30 02:40:23