Trace number 3366724

Some explanations

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

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

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

Solver answer on this benchmark

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

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-3366724-1305414511.cnf'
0.00/0.00	c -- header says num vars:            279
0.00/0.00	c -- header says num clauses:       21616
0.37/0.11	c -- clauses added:            0 learnts,        21616 normals,            0 xors
0.37/0.11	c -- vars added        279
0.37/0.11	c Parsing time:  0.01 s
0.37/0.11	c  N st     0         0       279     21616         0         0     96978         0   no data   no data
0.37/0.11	c asymm  cl-useful: 0/21616/21616 lits-rem:0 time: 0.09
0.37/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.37/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.57/1.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/1.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
3.57/1.00	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
3.57/1.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
3.57/1.00	c Finding binary XORs  T:     0.00 s  found:       0
3.57/1.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.57/1.00	c calculated reachability. Time: 0.00
3.57/1.00	c Calc default polars -  time:   0.00 s pos:     279 undec:       0 neg:       0
3.57/1.00	c =========================================================================================
3.57/1.00	c types(t): F = full restart, N = normal restart
3.57/1.00	c types(t): S = simplification begin/end, E = solution found
3.57/1.00	c restart types(rt): st = static, dy = dynamic
3.57/1.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/1.00	c  B st     0         0       279     21616         0         0     96978         0   no data   no data
3.57/1.00	c  N dy    10      4022       279     21616         0      3911     96978    124474     19.76     30.88
3.57/1.00	c  N dy    26      8070       279     21616         0      5413     96978    161958     19.67     20.77
7.15/1.88	c  N dy    32     24872       279     21616         0     12038     96978    302858     17.02     17.95
7.15/1.89	c  F st    33     25000       279     21616         0     12161     96978    306101     17.02     16.56
8.78/2.24	c  N dy    39     30003       279     21616         0     10461     96978    272057     17.02   no data
8.78/2.24	c  S st    39     30003       279     21616         0     10461     96978    272057     17.02   no data
8.78/2.28	c  S st    39     30508       279     21616         0     10962     96978    288080     17.02   no data
8.78/2.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.78/2.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.78/2.28	c blocked clauses removed:        0 vars:      0 tried:         279 T: 0.00 s
8.78/2.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.78/2.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.78/2.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
8.78/2.29	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
8.78/2.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.14/2.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.54/2.40	c lits-rem:        54  cl-subs:      283  v-elim:      0  v-fix:    0  time:  0.10 s
10.34/2.64	c asymm  cl-useful: 0/21616/21616 lits-rem:0 time: 0.23
10.34/2.64	c calculated reachability. Time: 0.00
10.34/2.64	c  N dy    39     30508       279     21616         0     10679     96978    281739     17.02   no data
11.94/3.01	c  N dy    73     35287       279     21616         0      7657     96978    170359     17.51     18.47
13.18/3.31	c  N dy    94     39640       279     21616         0     11862     96978    296644     17.61     18.62
15.14/3.80	c  N dy    97     45763       279     21616         0      9099     96978    206708     17.09     13.57
15.14/3.80	c  S st    97     45763       279     21616         0      9099     96978    206708     17.09     13.57
15.14/3.84	c  S st    97     46266       279     21616         0      9600     96978    221769     17.09   no data
15.14/3.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.14/3.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.14/3.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.14/3.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.14/3.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
15.14/3.85	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
15.14/3.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.14/3.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.89	c lits-rem:        24  cl-subs:      167  v-elim:      0  v-fix:    0  time:  0.03 s
15.14/3.89	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
15.14/3.89	c vivif2 --  cl tried     9433 cl shrink        0 lits rem          0 time: 0.00
16.33/4.11	c asymm  cl-useful: 0/21616/21616 lits-rem:0 time: 0.22
16.33/4.11	c calculated reachability. Time: 0.00
16.33/4.11	c  N dy    97     46266       279     21616         0      9433     96978    219088     17.09   no data
17.57/4.43	c  N dy   110     50433       279     21616         0     13436     96978    334168     17.08     18.28
18.73/4.74	c  N dy   127     54517       279     21616         0     17358     96978    446816     17.08     19.42
19.92/5.09	c  N dy   137     59185       279     21616         0     12241     96978    279390     17.07     18.11
21.12/5.39	c  N dy   152     63202       279     21616         0     16139     96978    391695     17.10     20.98
23.12/5.88	c  N dy   167     69399       279     21616         0     11502     96978    246919     17.04     14.99
23.12/5.88	c  S st   167     69399       279     21616         0     11502     96978    246919     17.04     14.99
23.51/5.92	c  S st   167     69900       279     21616         0     12001     96978    262888     17.04   no data
23.51/5.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.51/5.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
23.51/5.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.51/5.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.51/5.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.51/5.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
23.51/5.93	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
23.51/5.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.51/5.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.51/5.99	c lits-rem:        42  cl-subs:      289  v-elim:      0  v-fix:    0  time:  0.04 s
23.51/5.99	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
23.51/5.99	c vivif2 --  cl tried    11712 cl shrink        0 lits rem          0 time: 0.00
24.71/6.24	c asymm  cl-useful: 0/21616/21616 lits-rem:0 time: 0.25
24.71/6.24	c calculated reachability. Time: 0.00
24.71/6.24	c  N dy   167     69900       279     21616         0     11712     96978    258502     17.04   no data
25.93/6.59	c  N dy   200     74446       279     21616         0     16141     96978    393667     17.24     18.16
27.50/6.96	c  N dy   214     79224       279     21616         0     20762     96978    528047     17.19     19.03
29.11/7.39	c  N dy   249     84369       279     21616         0     14162     96978    326124     17.35     20.58
30.32/7.62	c  F st   250     87502       279     21616         0     17167     96978    410633     17.28     14.59
31.09/7.88	c  N st   255     90799       279     21616         0     20362     96978    503254     17.28   no data
33.50/8.41	c  N dy   286     96769       279     21616         0     13589     96978    296413     17.38     18.32
35.48/8.93	c  N dy   322    103339       279     21616         0     19979     96978    488988     17.46     18.42
35.88/9.07	c  S st   335    104850       279     21616         0     21459     96978    533779     17.50   no data
36.28/9.12	c  S st   335    105352       279     21616         0     21957     96978    548920     17.50   no data
36.28/9.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.28/9.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
36.28/9.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.28/9.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.28/9.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.28/9.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
36.28/9.13	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
36.28/9.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
36.28/9.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.08/9.36	c lits-rem:        56  cl-subs:      513  v-elim:      0  v-fix:    0  time:  0.21 s
37.08/9.36	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
37.08/9.37	c vivif2 --  cl tried    21444 cl shrink        0 lits rem          0 time: 0.01
37.89/9.57	c asymm  cl-useful: 0/9303/21616 lits-rem:0 time: 0.20
37.89/9.57	c calculated reachability. Time: 0.00
37.89/9.57	c  N dy   335    105352       279     21616         0     21444     96978    536650     17.50   no data
41.48/10.46	c  N dy   346    116365       279     21616         0     18493     96978    410812     17.31     18.23
44.67/11.28	c  N dy   362    125758       279     21616         0     27523     96978    672167     17.21     18.39
47.46/11.98	c  N dy   409    133806       279     21616         0     20862     96978    483927     17.36     18.30
51.85/13.00	c  N dy   455    144876       279     21616         0     16080     96978    323028     17.43     18.35
56.25/14.12	c  N dy   482    158029       279     21616         0     28819     96978    679803     17.35     14.00
56.25/14.12	c  S st   482    158029       279     21616         0     28819     96978    679803     17.35     14.00
56.25/14.18	c  S st   482    158532       279     21616         0     29319     96978    695087     17.35   no data
56.25/14.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.25/14.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
56.25/14.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.25/14.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.25/14.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.25/14.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
56.25/14.19	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
56.25/14.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
56.66/14.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.63/14.70	c lits-rem:       169  cl-subs:     1269  v-elim:      0  v-fix:    0  time:  0.48 s
58.63/14.70	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
58.63/14.71	c vivif2 --  cl tried    28050 cl shrink        0 lits rem          0 time: 0.01
59.43/14.92	c asymm  cl-useful: 0/9247/21616 lits-rem:0 time: 0.20
59.43/14.92	c calculated reachability. Time: 0.00
59.43/14.92	c  N dy   482    158532       279     21616         0     28050     96978    669499     17.35   no data
63.03/15.83	c  N dy   514    168752       279     21616         0     21548     96978    477404     17.34     18.30
74.99/18.80	c  N dy   547    201398       279     21616         0     35337     96978    794910     16.96     17.86
80.58/20.25	c  N dy   572    217371       279     21616         0     32570     96978    748198     16.89     17.78
86.57/21.73	c  N dy   576    232723       279     21616         0     28155     96978    588875     16.72     17.60
88.55/22.23	c  S st   609    237799       279     21616         0     33065     96978    734164     16.75   no data
88.55/22.29	c  S st   609    238300       279     21616         0     33562     96978    750207     16.75   no data
88.55/22.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
88.95/22.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
88.95/22.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
88.95/22.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.95/22.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.95/22.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
88.95/22.30	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
88.95/22.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
88.95/22.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.77/23.10	c lits-rem:       786  cl-subs:     2449  v-elim:      0  v-fix:    0  time:  0.77 s
91.77/23.10	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
92.19/23.11	c vivif2 --  cl tried    31113 cl shrink        0 lits rem          0 time: 0.01
92.19/23.16	c asymm  cl-useful: 0/3066/21616 lits-rem:0 time: 0.05
92.19/23.17	c calculated reachability. Time: 0.00
92.19/23.17	c  N dy   609    238300       279     21616         0     31113     96978    703273     16.75   no data
98.53/24.70	c  N dy   701    253641       279     21616         0     25746     96978    553341     16.87     17.78
105.71/26.56	c  N dy   815    271336       279     21616         0     21640     96978    415528     16.99     17.90
112.11/28.18	c  N dy   890    288661       279     21616         0     38355     96978    901264     17.03     20.89
119.29/29.94	c  F st   981    306250       279     21616         0     33164     96978    745714     17.12   no data
119.69/30.05	c  N st   984    307438       279     21616         0     34316     96978    782714     17.12   no data
127.66/32.08	c  N dy  1058    327398       279     21616         0     30341     96978    651895     17.16     18.11
136.44/34.24	c  N dy  1150    347461       279     21616         0     25626     96978    506667     17.21     18.14
140.47/35.23	c  S st  1215    357452       279     21616         0     35348     96978    801137     17.27     17.28
140.83/35.30	c  S st  1215    357953       279     21616         0     35849     96978    816547     17.27   no data
140.83/35.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
140.83/35.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
140.83/35.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
140.83/35.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
140.83/35.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.83/35.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
140.83/35.32	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
140.83/35.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
140.83/35.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.44/35.78	c lits-rem:        84  cl-subs:      551  v-elim:      0  v-fix:    0  time:  0.43 s
142.44/35.78	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
142.44/35.79	c vivif2 --  cl tried    35298 cl shrink        0 lits rem          0 time: 0.01
143.63/36.00	c asymm  cl-useful: 0/7123/21616 lits-rem:0 time: 0.21
143.63/36.00	c calculated reachability. Time: 0.00
143.63/36.00	c  N dy  1215    357953       279     21616         0     35298     96978    803586     17.27   no data
152.02/38.13	c  N dy  1287    378009       279     21616         0     29529     96978    606056     17.28     20.55
160.79/40.32	c  N dy  1344    398873       279     21616         0     49675     96978   1188218     17.26     18.17
169.57/42.50	c  N dy  1421    418909       279     21616         0     42923     96978    989908     17.27     20.52
179.15/44.95	c  N dy  1443    442025       279     21616         0     38231     96978    801415     17.16     18.08
187.93/47.19	c  N dy  1507    462075       279     21616         0     29554     96978    557742     17.15     20.12
197.13/49.41	c  N dy  1582    483504       279     21616         0     50312     96978   1149785     17.15     18.08
205.49/51.59	c  N dy  1665    503552       279     21616         0     40667     96978    861107     17.17     22.02
217.06/54.45	c  N dy  1741    529573       279     21616         0     35826     96978    698636     17.15     18.17
220.25/55.21	c  S st  1765    536929       279     21616         0     42904     96978    895936     17.15   no data
220.25/55.28	c  S st  1765    537431       279     21616         0     43402     96978    911860     17.15   no data
220.25/55.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
220.65/55.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
220.65/55.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
220.65/55.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
220.65/55.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
220.65/55.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
220.65/55.30	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
220.65/55.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
220.65/55.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
223.47/56.09	c lits-rem:       252  cl-subs:     1190  v-elim:      0  v-fix:    0  time:  0.75 s
223.47/56.09	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
223.47/56.10	c vivif2 --  cl tried    42212 cl shrink        0 lits rem          0 time: 0.01
224.64/56.34	c asymm  cl-useful: 0/5025/21616 lits-rem:0 time: 0.24
224.64/56.35	c calculated reachability. Time: 0.00
224.64/56.35	c  N dy  1765    537431       279     21616         0     42212     96978    888679     17.15   no data
235.82/59.19	c  N dy  1826    562453       279     21616         0     35465     96978    675289     17.11     18.06
245.00/61.46	c  N dy  1894    583059       279     21616         0     55352     96978   1237117     17.11     18.03
266.14/66.77	c  N dy  1956    626404       279     21616         0     65019     96978   1430469     16.99     17.89
276.91/69.46	c  N dy  2023    651049       279     21616         0     56015     96978   1239618     16.97     17.88
286.50/71.87	c  N dy  2103    671235       279     21616         0     41953     96978    847584     16.98     17.90
296.48/74.33	c  N dy  2186    691474       279     21616         0     61601     96978   1414285     16.99     17.93
307.29/77.04	c  N dy  2302    711538       279     21616         0     46232     96978    964406     17.03     17.97
317.23/79.59	c  N dy  2402    731541       279     21616         0     65612     96978   1526575     17.06     21.21
326.80/81.98	c  N dy  2456    751600       279     21616         0     49161     96978   1025907     17.05     21.99
337.19/84.58	c  N dy  2568    771630       279     21616         0     68547     96978   1593013     17.08     19.89
346.79/86.91	c  N dy  2620    791778       279     21616         0     51289     96978   1080003     17.07     18.01
353.55/88.65	c  S st  2667    806146       279     21616         0     65128     96978   1465975     17.07     17.57
353.95/88.74	c  S st  2667    806647       279     21616         0     65622     96978   1480969     17.07   no data
353.95/88.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
353.95/88.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
353.95/88.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
353.95/88.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
353.95/88.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
353.95/88.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
353.95/88.78	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
353.95/88.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
354.35/88.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
363.94/91.24	c lits-rem:       364  cl-subs:     2668  v-elim:      0  v-fix:    0  time:  2.41 s
363.94/91.24	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
363.94/91.26	c vivif2 --  cl tried    62954 cl shrink        0 lits rem          0 time: 0.02
365.11/91.56	c asymm  cl-useful: 0/5146/21616 lits-rem:0 time: 0.30
365.11/91.56	c calculated reachability. Time: 0.00
365.11/91.56	c  N dy  2667    806647       279     21616         0     62954     96978   1427545     17.07   no data
375.49/94.16	c  N dy  2759    826670       279     21616         0     44736     96978    889428     17.09     18.19
387.87/97.20	c  N dy  2814    851719       279     21616         0     68896     96978   1550342     17.06     18.04
398.25/99.84	c  N dy  2913    871766       279     21616         0     49699     96978   1024867     17.09     17.99
409.81/102.75	c  N dy  3018    894328       279     21616         0     71407     96978   1655967     17.11     18.16
420.19/105.37	c  N dy  3088    914404       279     21616         0     51244     96978   1050796     17.11     20.76
431.76/108.25	c  N dy  3149    937245       279     21616         0     73338     96978   1663401     17.09     18.01
442.14/110.89	c  N dy  3220    958256       279     21616         0     53063     96978   1093230     17.10     18.28
452.15/113.39	c  N dy  3247    978357       279     21616         0     72342     96978   1599834     17.05     19.12
462.49/115.98	c  N dy  3301    998395       279     21616         0     50244     96978   1000951     17.04     22.46
473.27/118.60	c  N dy  3396   1018599       279     21616         0     69810     96978   1565047     17.06     17.99
485.24/121.61	c  N dy  3426   1041387       279     21616         0     49223     96978    940856     17.03     18.04
494.83/124.06	c  N dy  3469   1062127       279     21616         0     69176     96978   1486364     17.01     18.01
500.44/125.45	c  F st  3514   1071875       279     21616         0     78618     96978   1760463     17.02   no data
506.39/126.93	c  N dy  3531   1082162       279     21616         0     45155     96978    815801     17.01     20.85
517.59/129.71	c  N dy  3625   1104476       279     21616         0     66787     96978   1441309     17.03     17.95
529.94/132.83	c  N dy  3723   1124530       279     21616         0     86281     96978   2000479     17.04     19.73
541.51/135.70	c  N dy  3790   1147907       279     21616         0     64238     96978   1332448     17.04     17.94
554.28/138.90	c  N dy  3864   1170448       279     21616         0     85986     96978   1951375     17.04     17.94
564.67/141.58	c  N dy  3898   1190825       279     21616         0     60236     96978   1205099     17.02     18.07
576.63/144.52	c  S st  3959   1209971       279     21616         0     78755     96978   1725966     17.01     13.84
577.03/144.64	c  S st  3959   1210477       279     21616         0     79258     96978   1741950     17.01   no data
577.03/144.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
577.03/144.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
577.03/144.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
577.03/144.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
577.03/144.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
577.03/144.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
577.03/144.69	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
577.43/144.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
577.43/144.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
591.40/148.23	c lits-rem:       378  cl-subs:     3066  v-elim:      0  v-fix:    0  time:  3.47 s
591.40/148.23	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
591.40/148.26	c vivif2 --  cl tried    76192 cl shrink        0 lits rem          0 time: 0.02
592.21/148.49	c asymm  cl-useful: 0/4322/21616 lits-rem:0 time: 0.23
592.21/148.49	c calculated reachability. Time: 0.00
592.21/148.49	c  N dy  3959   1210477       279     21616         0     76192     96978   1681429     17.01   no data
607.36/152.23	c  N dy  4046   1235649       279     21616         0     54197     96978   1022611     17.01     17.95
617.34/154.77	c  N dy  4068   1255823       279     21616         0     73525     96978   1518013     16.98     17.88
628.91/157.63	c  N dy  4125   1275955       279     21616         0     92956     96978   2066825     16.98     17.94
644.89/161.70	c  N dy  4182   1307107       279     21616         0     75861     96978   1596974     16.95     17.86
656.85/164.68	c  N dy  4241   1327499       279     21616         0     95609     96978   2141612     16.94     17.84
667.61/167.32	c  N dy  4306   1347557       279     21616         0     66769     96978   1354393     16.94     18.28
679.59/170.39	c  N dy  4332   1369174       279     21616         0     87523     96978   1923536     16.92     18.07
692.36/173.58	c  N dy  4406   1389225       279     21616         0     57697     96978   1102781     16.92     17.98
705.53/176.82	c  N dy  4496   1413338       279     21616         0     81021     96978   1773233     16.93     17.83
717.90/179.99	c  N dy  4522   1435133       279     21616         0     51795     96978    917910     16.91     17.91
727.89/182.41	c  N dy  4575   1455200       279     21616         0     71212     96978   1468180     16.90     18.56
739.05/185.26	c  N dy  4609   1475586       279     21616         0     90929     96978   2008814     16.89     17.82
755.05/189.26	c  N dy  4676   1504162       279     21616         0     67214     96978   1309442     16.87     17.87
767.00/192.27	c  N dy  4731   1525877       279     21616         0     88157     96978   1884150     16.85     17.77
780.98/195.71	c  N dy  4817   1546284       279     21616         0     55805     96978   1010819     16.87     17.76
791.33/198.34	c  N dy  4905   1566344       279     21616         0     75164     96978   1556607     16.87     18.19
804.50/201.61	c  N dy  5016   1586412       279     21616         0     94637     96978   2116194     16.89     17.85
818.87/205.21	c  N dy  5086   1609911       279     21616         0     64178     96978   1224564     16.88     17.99
830.04/208.06	c  N dy  5156   1630174       279     21616         0     83791     96978   1781354     16.89     17.91
844.01/211.59	c  N dy  5218   1652934       279     21616         0    105671     96978   2388104     16.88     17.79
855.61/214.49	c  N dy  5292   1673026       279     21616         0     71017     96978   1412862     16.88     17.85
868.36/217.61	c  N dy  5327   1693117       279     21616         0     90356     96978   1936582     16.86     20.57
879.93/220.50	c  S st  5371   1710481       279     21616         0    107081     96978   2403480     16.86     14.39
880.33/220.62	c  S st  5371   1710984       279     21616         0    107581     96978   2419363     16.86   no data
880.33/220.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
880.33/220.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
880.33/220.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
880.33/220.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
880.33/220.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
880.33/220.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
880.33/220.68	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
880.73/220.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
880.73/220.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
905.07/226.84	c lits-rem:       809  cl-subs:     5730  v-elim:      0  v-fix:    0  time:  6.06 s
905.07/226.84	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
905.07/226.88	c vivif2 --  cl tried   101851 cl shrink        0 lits rem          0 time: 0.04
906.28/227.17	c asymm  cl-useful: 0/1753/21616 lits-rem:0 time: 0.29
906.28/227.18	c calculated reachability. Time: 0.00
906.28/227.18	c  N dy  5371   1710984       279     21616         0    101851     96978   2309974     16.86   no data
919.44/230.44	c  N dy  5472   1731019       279     21616         0     66364     96978   1281243     16.87     17.82
930.65/233.28	c  N dy  5523   1751384       279     21616         0     86075     96978   1823433     16.86     17.76
945.38/236.91	c  N dy  5577   1775497       279     21616         0    109363     96978   2466823     16.85     17.85
956.58/239.75	c  N dy  5618   1795585       279     21616         0     72722     96978   1419561     16.84     20.50
968.54/242.79	c  N dy  5714   1816284       279     21616         0     92748     96978   1990135     16.85     17.82
981.70/246.08	c  N dy  5764   1836605       279     21616         0    112443     96978   2536830     16.85     17.79
993.27/248.94	c  N dy  5819   1856684       279     21616         0     74761     96978   1469192     16.84     20.69
1006.84/252.37	c  N dy  5888   1876762       279     21616         0     94108     96978   2007217     16.83     18.84
1022.42/256.26	c  N dy  5964   1897785       279     21616         0    114462     96978   2587249     16.84     17.80
1039.57/260.54	c  N dy  6017   1927119       279     21616         0     84938     96978   1738815     16.82     17.87
1053.57/264.03	c  N dy  6085   1947382       279     21616         0    104534     96978   2296355     16.82     17.71
1067.10/267.45	c  N dy  6158   1967627       279     21616         0     65152     96978   1193257     16.82     17.76
1089.05/272.93	c  N dy  6168   2006051       279     21616         0    101938     96978   2134150     16.77     17.67
1106.25/277.24	c  N dy  6245   2028214       279     21616         0     63639     96978   1145041     16.77     17.68
1117.79/280.11	c  N dy  6322   2048763       279     21616         0     83380     96978   1688243     16.77     17.73
1130.16/283.26	c  N dy  6378   2068768       279     21616         0    102588     96978   2212503     16.76     18.71
1144.53/286.89	c  N dy  6429   2088780       279     21616         0     61208     96978   1073575     16.76     22.87
1156.10/289.78	c  N dy  6529   2108890       279     21616         0     80696     96978   1625246     16.77     17.70
1169.66/293.11	c  N dy  6619   2129255       279     21616         0    100458     96978   2186180     16.77     17.73
1183.64/296.62	c  N dy  6687   2149334       279     21616         0    119763     96978   2724851     16.77     21.48
1197.20/300.04	c  N dy  6741   2169976       279     21616         0     77971     96978   1507192     16.76     17.76
1210.77/303.41	c  N dy  6832   2190954       279     21616         0     98327     96978   2089538     16.77     17.67
1224.36/306.85	c  N dy  6889   2210987       279     21616         0    117621     96978   2629603     16.77     14.04
1224.36/306.85	c  S st  6889   2210987       279     21616         0    117621     96978   2629603     16.77     14.04
1224.78/306.99	c  S st  6889   2211487       279     21616         0    118119     96978   2644502     16.77   no data
1225.14/307.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1225.14/307.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
1225.14/307.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1225.14/307.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1225.14/307.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1225.14/307.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
1225.14/307.06	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
1225.14/307.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1225.53/307.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1251.88/313.73	c lits-rem:       648  cl-subs:     4746  v-elim:      0  v-fix:    0  time:  6.56 s
1251.88/313.73	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
1251.88/313.77	c vivif2 --  cl tried   113373 cl shrink        0 lits rem          0 time: 0.05
1253.48/314.11	c asymm  cl-useful: 0/3577/21616 lits-rem:0 time: 0.33
1253.48/314.11	c calculated reachability. Time: 0.00
1253.48/314.11	c  N dy  6889   2211487       279     21616         0    113373     96978   2550570     16.77   no data
1267.85/317.76	c  N dy  6949   2232648       279     21616         0     71143     96978   1314654     16.77     17.75
1279.02/320.57	c  N dy  7004   2252685       279     21616         0     90527     96978   1855594     16.77     17.65
1302.57/326.49	c  N dy  7107   2286679       279     21616         0    123168     96978   2749883     16.76     17.71
1319.73/330.73	c  N dy  7145   2315126       279     21616         0     86927     96978   1723300     16.74     17.71
1333.30/334.14	c  N dy  7233   2335226       279     21616         0    106339     96978   2269155     16.74     17.65
1349.66/338.23	c  N dy  7347   2355277       279     21616         0    125789     96978   2827689     16.75     18.19
1364.43/341.90	c  N dy  7428   2375946       279     21616         0     81155     96978   1594429     16.76     17.77
1377.19/345.10	c  N dy  7481   2396073       279     21616         0    100513     96978   2113291     16.75     17.65
1391.18/348.61	c  N dy  7529   2416407       279     21616         0    120021     96978   2639342     16.74     17.76
1405.12/352.12	c  N dy  7588   2436435       279     21616         0     73791     96978   1373476     16.74     22.42
1416.71/355.02	c  N dy  7635   2456981       279     21616         0     93576     96978   1924204     16.74     17.88
1431.10/358.64	c  N dy  7710   2477406       279     21616         0    113266     96978   2469141     16.74     17.74
1447.44/362.72	c  N dy  7787   2497859       279     21616         0    133032     96978   3016806     16.74     17.68
1461.00/366.12	c  N dy  7846   2520838       279     21616         0     88554     96978   1767132     16.73     17.71
1475.76/369.87	c  N dy  7933   2543760       279     21616         0    110777     96978   2389464     16.73     17.67
1493.72/374.38	c  N dy  8043   2566185       279     21616         0    132510     96978   3009214     16.74     17.84
1507.69/377.87	c  N dy  8097   2587943       279     21616         0     85897     96978   1681402     16.74     17.67
1521.26/381.27	c  N dy  8156   2608985       279     21616         0    106271     96978   2240636     16.73     17.62
1536.46/385.08	c  N dy  8194   2628986       279     21616         0    125563     96978   2772386     16.73     17.62
1555.17/389.71	c  N dy  8296   2649924       279     21616         0     77259     96978   1442779     16.73     17.62
1568.35/393.08	c  N dy  8388   2671088       279     21616         0     97723     96978   2018546     16.74     17.79
1582.32/396.59	c  N dy  8436   2691151       279     21616         0    117038     96978   2540291     16.73     20.36
1598.68/400.67	c  N dy  8514   2711210       279     21616         0    136336     96978   3071589     16.73     20.49
1599.08/400.74	c  S st  8517   2711487       279     21616         0    136597     96978   3079429     16.73   no data
1599.88/400.90	c  S st  8517   2711990       279     21616         0    137099     96978   3093417     16.73   no data
1599.88/400.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1599.88/400.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
1599.88/400.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1599.88/400.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1599.88/400.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1599.88/400.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
1599.88/400.98	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
1600.28/401.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1600.28/401.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1627.01/407.76	c lits-rem:       509  cl-subs:     6192  v-elim:      0  v-fix:    0  time:  6.66 s
1627.01/407.76	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
1627.41/407.80	c vivif2 --  cl tried   130907 cl shrink        0 lits rem          0 time: 0.04
1628.66/408.18	c asymm  cl-useful: 0/2537/21616 lits-rem:0 time: 0.38
1628.66/408.18	c calculated reachability. Time: 0.00
1628.66/408.18	c  N dy  8517   2711990       279     21616         0    130907     96978   2972638     16.73   no data
1642.98/411.77	c  N dy  8572   2732018       279     21616         0     80822     96978   1529525     16.73     19.14
1655.75/414.96	c  N dy  8618   2752391       279     21616         0    100434     96978   2051771     16.72     17.62
1671.72/418.90	c  N dy  8688   2774333       279     21616         0    121617     96978   2644742     16.72     17.69
1689.28/423.31	c  N dy  8760   2795509       279     21616         0     71701     96978   1269755     16.72     17.66
1701.25/426.34	c  N dy  8840   2815524       279     21616         0     91132     96978   1819883     16.72     19.21
1715.61/429.90	c  N dy  8929   2835571       279     21616         0    110546     96978   2369896     16.73     21.25
1733.59/434.44	c  N dy  9016   2856928       279     21616         0    131194     96978   2952473     16.73     17.62
1749.94/438.57	c  N dy  9067   2877021       279     21616         0     79192     96978   1470707     16.73     17.98
1765.09/442.31	c  N dy  9123   2901468       279     21616         0    102817     96978   2127848     16.73     17.64
1778.26/445.69	c  N dy  9175   2921663       279     21616         0    122142     96978   2667777     16.72     17.75
1793.83/449.52	c  N dy  9210   2942242       279     21616         0    141964     96978   3198471     16.72     17.61
1808.64/453.26	c  N dy  9300   2963424       279     21616         0     90097     96978   1758777     16.72     17.61
1822.57/456.75	c  N dy  9372   2984760       279     21616         0    110636     96978   2328645     16.72     17.67
1838.54/460.73	c  N dy  9418   3006310       279     21616         0    131351     96978   2882473     16.71     17.65
1854.90/464.87	c  N dy  9465   3026333       279     21616         0     77336     96978   1379921     16.71     18.23
1866.87/467.89	c  N dy  9508   3046949       279     21616         0     97177     96978   1919275     16.70     17.67
1880.03/471.13	c  N dy  9536   3067141       279     21616         0    116573     96978   2440827     16.69     17.78
1896.78/475.32	c  N dy  9638   3087234       279     21616         0    136004     96978   2987950     16.70     17.64
1919.94/481.12	c  N dy  9692   3119090       279     21616         0     92361     96978   1738558     16.69     17.72
1937.50/485.59	c  N dy  9744   3140347       279     21616         0    112895     96978   2291695     16.68     17.61
1954.26/489.77	c  N dy  9796   3161807       279     21616         0    133586     96978   2862595     16.68     17.57
1972.62/494.37	c  N dy  9881   3183152       279     21616         0     79019     96978   1387358     16.68     17.58
1985.39/497.53	c  N dy  9945   3203204       279     21616         0     98348     96978   1921611     16.68     17.58
1990.98/498.92	c  S st  9964   3211990       279     21616         0    106764     96978   2149916     16.68     15.52
1991.38/499.04	c  S st  9964   3212490       279     21616         0    107261     96978   2165640     16.68   no data
1991.38/499.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1991.78/499.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
1991.78/499.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1991.78/499.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1991.78/499.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1991.78/499.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
1991.78/499.11	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
1991.78/499.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1991.78/499.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2010.58/503.89	c lits-rem:       451  cl-subs:     3457  v-elim:      0  v-fix:    0  time:  4.70 s
2010.58/503.89	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
2010.93/503.92	c vivif2 --  cl tried   103804 cl shrink        0 lits rem          0 time: 0.03
2012.13/504.29	c asymm  cl-useful: 0/2063/21616 lits-rem:0 time: 0.37
2012.13/504.30	c calculated reachability. Time: 0.00
2012.13/504.30	c  N dy  9964   3212490       279     21616         0    103804     96978   2100004     16.68   no data
2026.10/507.78	c  N dy  9996   3232701       279     21616         0    123341     96978   2611130     16.67     17.66
2041.65/511.64	c  N dy 10041   3253180       279     21616         0    143079     96978   3145771     16.67     17.55
2057.63/515.61	c  N dy 10122   3273206       279     21616         0     86402     96978   1594996     16.67     17.95
2070.79/518.98	c  N dy 10199   3293217       279     21616         0    105733     96978   2131927     16.67     19.50
2085.95/522.72	c  N dy 10242   3314044       279     21616         0    125712     96978   2675609     16.67     17.59
2112.29/529.31	c  N dy 10317   3344345       279     21616         0     77866     96978   1336840     16.66     17.63
2125.46/532.69	c  N dy 10373   3364393       279     21616         0     97255     96978   1872905     16.66     20.55
2140.23/536.37	c  N dy 10433   3385052       279     21616         0    117051     96978   2416718     16.66     17.83
2158.19/540.87	c  N dy 10557   3405524       279     21616         0    136920     96978   2985115     16.67     17.56
2178.14/545.87	c  N dy 10633   3428585       279     21616         0     81069     96978   1413015     16.67     17.66
2190.91/549.03	c  N dy 10705   3449509       279     21616         0    101279     96978   1983362     16.67     17.56
2204.89/552.58	c  N dy 10777   3469701       279     21616         0    120736     96978   2521853     16.67     17.69
2220.06/556.35	c  N dy 10804   3490145       279     21616         0    140457     96978   3036650     16.66     17.54
2238.84/561.01	c  N dy 10879   3510477       279     21616         0     81018     96978   1402088     16.66     17.58
2250.78/564.09	c  N dy 10928   3530905       279     21616         0    100690     96978   1931011     16.66     17.56
2264.35/567.45	c  N dy 10961   3551198       279     21616         0    120263     96978   2445023     16.65     17.65
2281.51/571.79	c  N dy 11020   3573722       279     21616         0    141913     96978   3041104     16.65     17.55
2299.07/576.15	c  N dy 11066   3593791       279     21616         0     81251     96978   1396820     16.64     18.95
2311.84/579.34	c  N dy 11117   3614365       279     21616         0    101084     96978   1932039     16.64     17.55
2325.81/582.87	c  N dy 11179   3634404       279     21616         0    120460     96978   2466136     16.64     17.92
2346.55/588.05	c  N dy 11248   3654756       279     21616         0    140116     96978   3011947     16.64     17.62
2367.70/593.36	c  N dy 11309   3674850       279     21616         0    159554     96978   3552233     16.64     25.93
2382.88/597.17	c  N dy 11371   3695060       279     21616         0     97955     96978   1842866     16.64     17.59
2395.25/600.25	c  S st 11424   3712491       279     21616         0    114763     96978   2311693     16.64     16.03
2395.65/600.38	c  S st 11424   3712995       279     21616         0    115262     96978   2327390     16.64   no data
2395.65/600.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2396.05/600.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
2396.05/600.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2396.05/600.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2396.05/600.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2396.05/600.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
2396.05/600.45	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
2396.05/600.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2396.47/600.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2413.21/604.79	c lits-rem:       398  cl-subs:     2932  v-elim:      0  v-fix:    0  time:  4.26 s
2413.21/604.79	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
2413.61/604.82	c vivif2 --  cl tried   112330 cl shrink        0 lits rem          0 time: 0.03
2414.80/605.19	c asymm  cl-useful: 0/2214/21616 lits-rem:0 time: 0.37
2414.80/605.20	c calculated reachability. Time: 0.00
2414.80/605.20	c  N dy 11424   3712995       279     21616         0    112330     96978   2269248     16.64   no data
2430.76/609.17	c  N dy 11500   3733536       279     21616         0    132168     96978   2819854     16.64     17.60
2444.74/612.67	c  F st 11530   3751562       279     21616         0    149471     96978   3293940     16.64     12.42
2446.32/613.09	c  N st 11534   3753592       279     21616         0    151428     96978   3348232     16.64   no data
2463.48/617.37	c  N dy 11548   3775318       279     21616         0     90478     96978   1628594     16.63     17.52
2477.05/620.72	c  N dy 11617   3795327       279     21616         0    109754     96978   2152362     16.63     21.44
2491.03/624.24	c  N dy 11661   3815409       279     21616         0    129161     96978   2678004     16.63     19.95
2507.78/628.45	c  N dy 11724   3836881       279     21616         0    149786     96978   3249532     16.62     17.63
2529.73/633.96	c  N dy 11796   3860615       279     21616         0     89755     96978   1596322     16.62     17.51
2545.71/637.95	c  N dy 11846   3884981       279     21616         0    113201     96978   2232945     16.62     17.54
2561.26/641.90	c  N dy 11931   3905129       279     21616         0    132706     96978   2777696     16.62     17.55
2580.83/646.74	c  N dy 12047   3925525       279     21616         0    152455     96978   3335252     16.63     17.54
2599.96/651.55	c  N dy 12114   3945788       279     21616         0     88117     96978   1539996     16.63     17.53
2616.73/655.71	c  N dy 12169   3971518       279     21616         0    112794     96978   2186319     16.62     17.77
2631.09/659.31	c  N dy 12238   3991527       279     21616         0    132108     96978   2722921     16.62     19.38
2651.84/664.50	c  N dy 12285   4016965       279     21616         0    156652     96978   3366323     16.61     17.54
2670.20/669.10	c  N dy 12330   4039653       279     21616         0     93615     96978   1673454     16.60     17.52
2682.98/672.37	c  N dy 12373   4060407       279     21616         0    113659     96978   2216132     16.60     17.49
2698.95/676.34	c  N dy 12454   4081176       279     21616         0    133758     96978   2768217     16.60     17.56
2716.51/680.75	c  N dy 12511   4102596       279     21616         0    154494     96978   3325762     16.60     17.57
2735.26/685.44	c  N dy 12548   4122690       279     21616         0     87951     96978   1514835     16.60     17.57
2758.41/691.24	c  N dy 12617   4158605       279     21616         0    122379     96978   2422396     16.59     17.54
2777.96/696.20	c  N dy 12682   4178858       279     21616         0    141862     96978   2963593     16.59     17.48
2797.51/701.00	c  N dy 12747   4199352       279     21616         0    161695     96978   3510433     16.59     17.56
2812.67/704.87	c  S st 12822   4212995       279     21616         0     88180     96978   1511825     16.59     14.52
2813.07/704.97	c  S st 12822   4213500       279     21616         0     88684     96978   1527753     16.59   no data
2813.07/704.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2813.49/705.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
2813.49/705.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2813.49/705.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2813.49/705.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2813.49/705.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
2813.49/705.03	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
2813.49/705.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2813.49/705.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2816.26/705.73	c lits-rem:        23  cl-subs:      142  v-elim:      0  v-fix:    0  time:  0.63 s
2816.26/705.73	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
2816.26/705.75	c vivif2 --  cl tried    88542 cl shrink        0 lits rem          0 time: 0.02
2817.46/706.09	c asymm  cl-useful: 0/3900/21616 lits-rem:0 time: 0.33
2817.46/706.09	c calculated reachability. Time: 0.00
2817.46/706.09	c  N dy 12822   4213500       279     21616         0     88542     96978   1524815     16.59   no data
2830.63/709.33	c  N dy 12886   4233590       279     21616         0    107923     96978   2057959     16.59     17.90
2846.19/713.27	c  N dy 12968   4253836       279     21616         0    127424     96978   2593987     16.59     17.47
2861.78/717.19	c  N dy 12996   4273894       279     21616         0    146690     96978   3092378     16.59     18.83
2881.71/722.12	c  N dy 13070   4294737       279     21616         0    166827     96978   3645682     16.59     17.48
2899.67/726.67	c  N dy 13168   4314811       279     21616         0     98591     96978   1798914     16.59     18.80
2914.05/730.25	c  N dy 13230   4334961       279     21616         0    118004     96978   2327608     16.59     17.53
2929.61/734.18	c  N dy 13296   4355125       279     21616         0    137529     96978   2866373     16.59     17.74
2947.17/738.58	c  N dy 13342   4377339       279     21616         0    159011     96978   3449531     16.59     17.48
2972.30/744.82	c  N dy 13427   4398627       279     21616         0     90759     96978   1558607     16.59     17.50
2993.90/750.29	c  N dy 13469   4427058       279     21616         0    117944     96978   2262584     16.58     17.62
3009.42/754.18	c  N dy 13516   4447092       279     21616         0    137256     96978   2790563     16.58     17.46
3026.19/758.31	c  N dy 13567   4467146       279     21616         0    156606     96978   3306437     16.57     17.45
3043.74/762.77	c  N dy 13588   4487385       279     21616         0    176138     96978   3827568     16.57     17.56
3063.30/767.63	c  N dy 13664   4511875       279     21616         0    110184     96978   2077620     16.57     17.50
3078.86/771.50	c  N dy 13739   4531888       279     21616         0    129503     96978   2604163     16.57     17.56
3096.43/775.90	c  N dy 13818   4552565       279     21616         0    149488     96978   3148509     16.57     17.52
3113.98/780.33	c  N dy 13862   4573578       279     21616         0    169697     96978   3698690     16.57     17.44
3133.14/785.12	c  N dy 13933   4593659       279     21616         0     98403     96978   1745191     16.57     18.99
3148.30/788.96	c  N dy 14003   4615325       279     21616         0    119361     96978   2305552     16.57     17.59
3164.68/793.03	c  N dy 14071   4635413       279     21616         0    138705     96978   2835434     16.56     17.74
3180.63/797.08	c  N dy 14126   4656583       279     21616         0    159040     96978   3390123     16.56     17.45
3199.39/801.71	c  N dy 14186   4677042       279     21616         0    178745     96978   3921901     16.56     17.44
3220.13/806.92	c  N dy 14230   4697796       279     21616         0    107131     96978   1961844     16.56     17.48
3234.51/810.50	c  S st 14301   4713501       279     21616         0    122339     96978   2387084     16.56   no data
3234.92/810.64	c  S st 14301   4714002       279     21616         0    122836     96978   2402557     16.56   no data
3234.92/810.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3235.34/810.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
3235.34/810.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3235.34/810.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3235.34/810.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3235.34/810.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
3235.34/810.72	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
3235.34/810.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3235.70/810.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3252.48/815.06	c lits-rem:       254  cl-subs:     3085  v-elim:      0  v-fix:    0  time:  4.25 s
3252.48/815.06	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
3252.48/815.09	c vivif2 --  cl tried   119751 cl shrink        0 lits rem          0 time: 0.03
3254.06/815.45	c asymm  cl-useful: 0/3624/21616 lits-rem:0 time: 0.36
3254.06/815.45	c calculated reachability. Time: 0.00
3254.06/815.45	c  N dy 14301   4714002       279     21616         0    119751     96978   2344804     16.56   no data
3269.63/819.34	c  N dy 14345   4734004       279     21616         0    138977     96978   2861449     16.56     20.44
3288.38/824.03	c  N dy 14400   4756010       279     21616         0    160297     96978   3444618     16.56     17.48
3310.32/829.55	c  N dy 14502   4777810       279     21616         0    181406     96978   4029738     16.56     17.52
3325.89/833.46	c  N dy 14547   4797971       279     21616         0    108229     96978   1993067     16.56     17.52
3343.06/837.77	c  N dy 14597   4821470       279     21616         0    130861     96978   2596647     16.55     17.43
3361.41/842.32	c  N dy 14666   4843232       279     21616         0    151873     96978   3175763     16.55     17.43
3380.20/847.06	c  N dy 14722   4864661       279     21616         0    172523     96978   3733032     16.55     17.44
3400.52/852.19	c  N dy 14804   4884704       279     21616         0     98329     96978   1708583     16.55     19.02
3414.49/855.60	c  N dy 14873   4904716       279     21616         0    117714     96978   2247588     16.55     22.41
3430.05/859.53	c  N dy 14911   4924741       279     21616         0    136941     96978   2754033     16.55     17.44
3447.61/863.95	c  N dy 14975   4945273       279     21616         0    156738     96978   3302726     16.55     17.44
3467.58/868.92	c  N dy 15057   4965772       279     21616         0    176595     96978   3859793     16.55     17.48
3487.52/873.94	c  N dy 15128   4985902       279     21616         0    101459     96978   1789919     16.55     17.49
3501.88/877.59	c  N dy 15172   5007020       279     21616         0    121845     96978   2332688     16.55     17.52
3518.65/881.78	c  N dy 15244   5027710       279     21616         0    141837     96978   2879012     16.54     17.47
3537.41/886.43	c  N dy 15320   5048472       279     21616         0    161908     96978   3424685     16.54     17.47
3558.16/891.60	c  N dy 15395   5069551       279     21616         0    182238     96978   3980607     16.55     17.49
3575.72/896.08	c  N dy 15455   5089605       279     21616         0    106047     96978   1902366     16.55     17.53
3591.27/899.92	c  N dy 15542   5109679       279     21616         0    125424     96978   2442228     16.55     23.68
3608.83/904.35	c  N dy 15588   5131525       279     21616         0    146468     96978   3007880     16.54     17.47
3625.63/908.57	c  N dy 15619   5151583       279     21616         0    165739     96978   3511775     16.54     17.46
3642.37/912.73	c  N dy 15647   5171677       279     21616         0    184805     96978   4002083     16.53     17.77
3660.75/917.36	c  N dy 15709   5191853       279     21616         0    108086     96978   1947804     16.53     17.52
3680.67/922.32	c  N dy 15754   5213990       279     21616         0    129414     96978   2515743     16.53     17.48
3680.67/922.33	c  S st 15755   5214002       279     21616         0    129426     96978   2516007     16.53   no data
3681.47/922.52	c  S st 15755   5214502       279     21616         0    129923     96978   2531253     16.53   no data
3681.47/922.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3681.87/922.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.09
3681.87/922.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3681.87/922.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3681.87/922.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3681.87/922.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
3681.87/922.63	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
3681.87/922.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3682.27/922.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3705.05/928.49	c lits-rem:       444  cl-subs:     3177  v-elim:      0  v-fix:    0  time:  5.74 s
3705.05/928.49	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
3705.41/928.53	c vivif2 --  cl tried   126746 cl shrink        0 lits rem          0 time: 0.04
3706.21/928.72	c asymm  cl-useful: 0/1948/21616 lits-rem:0 time: 0.19
3706.21/928.73	c calculated reachability. Time: 0.00
3706.21/928.73	c  N dy 15755   5214502       279     21616         0    126746     96978   2470965     16.53   no data
3730.16/934.79	c  N dy 15843   5244245       279     21616         0    155337     96978   3244242     16.53     17.42
3749.31/939.58	c  N dy 15918   5264270       279     21616         0    174699     96978   3782607     16.53     21.12
3769.27/944.58	c  N dy 15959   5284779       279     21616         0    194432     96978   4301814     16.52     17.44
3787.63/949.20	c  N dy 16035   5307824       279     21616         0    119430     96978   2242899     16.52     17.43
3803.99/953.25	c  N dy 16109   5327899       279     21616         0    138791     96978   2781131     16.53     18.23
3825.54/958.66	c  N dy 16173   5352970       279     21616         0    162880     96978   3432151     16.52     17.40
3846.29/963.86	c  N dy 16224   5374047       279     21616         0    183195     96978   3973625     16.52     17.40
3870.63/969.91	c  N dy 16287   5400841       279     21616         0    110758     96978   1981328     16.52     17.42
3886.19/973.82	c  N dy 16361   5420844       279     21616         0    130113     96978   2518617     16.52     17.39
3902.19/977.85	c  N dy 16410   5441153       279     21616         0    149682     96978   3044047     16.52     17.46
3920.52/982.47	c  N dy 16481   5461181       279     21616         0    169027     96978   3576416     16.52     23.87
3940.48/987.44	c  N dy 16552   5481261       279     21616         0    188398     96978   4108748     16.52     20.29
3962.03/992.83	c  N dy 16648   5503025       279     21616         0    110126     96978   1977408     16.52     17.47
3978.79/997.04	c  N dy 16690   5526828       279     21616         0    132958     96978   2578475     16.52     17.55
3998.35/1001.99	c  N dy 16753   5550900       279     21616         0    156231     96978   3212814     16.51     17.41
4015.51/1006.28	c  N dy 16785   5570923       279     21616         0    175512     96978   3730213     16.51     17.38
4036.66/1011.50	c  N dy 16858   5591007       279     21616         0    194843     96978   4260452     16.51     17.56
4055.42/1016.26	c  N dy 16938   5611805       279     21616         0    114606     96978   2090672     16.51     17.43
4070.97/1020.19	c  N dy 17008   5632105       279     21616         0    134282     96978   2631471     16.51     17.41
4087.34/1024.27	c  N dy 17062   5652188       279     21616         0    153658     96978   3157691     16.51     21.00
4105.70/1028.88	c  N dy 17114   5673240       279     21616         0    173973     96978   3708500     16.51     17.40
4128.44/1034.59	c  N dy 17193   5695269       279     21616         0    195171     96978   4289919     16.51     17.39
4149.19/1039.72	c  S st 17255   5714502       279     21616         0    112469     96978   2002805     16.51   no data
4150.00/1039.90	c  S st 17255   5715007       279     21616         0    112968     96978   2017843     16.51   no data
4150.00/1039.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4150.00/1039.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.08
4150.00/1039.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4150.00/1040.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4150.40/1040.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4150.40/1040.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
4150.40/1040.00	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
4150.40/1040.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4150.40/1040.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4161.19/1042.76	c lits-rem:       153  cl-subs:     1410  v-elim:      0  v-fix:    0  time:  2.66 s
4161.19/1042.76	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
4161.19/1042.79	c vivif2 --  cl tried   111558 cl shrink        0 lits rem          0 time: 0.03
4162.76/1043.17	c asymm  cl-useful: 0/1758/21616 lits-rem:0 time: 0.38
4162.76/1043.18	c calculated reachability. Time: 0.00
4162.76/1043.18	c  N dy 17255   5715007       279     21616         0    111558     96978   1991663     16.51   no data
4178.33/1047.09	c  N dy 17286   5735028       279     21616         0    130902     96978   2499949     16.50     20.78
4194.29/1051.00	c  N dy 17320   5755055       279     21616         0    150086     96978   3005997     16.50     19.16
4212.26/1055.55	c  N dy 17398   5775065       279     21616         0    169447     96978   3539657     16.50     23.66
4232.60/1060.66	c  N dy 17477   5795371       279     21616         0    189097     96978   4085201     16.50     17.55
4253.79/1065.98	c  N dy 17524   5816414       279     21616         0    107202     96978   1858535     16.50     17.37
4269.31/1069.82	c  N dy 17600   5836743       279     21616         0    126814     96978   2393641     16.50     17.53
4284.51/1073.66	c  N dy 17645   5856840       279     21616         0    146099     96978   2909822     16.50     20.23
4308.03/1079.55	c  N dy 17712   5882759       279     21616         0    171157     96978   3588600     16.49     17.47
4329.98/1085.00	c  N dy 17809   5902801       279     21616         0    190556     96978   4124818     16.50     19.30
4354.76/1091.27	c  N dy 17868   5924216       279     21616         0    107993     96978   1862451     16.50     17.38
4371.90/1095.57	c  N dy 17925   5944919       279     21616         0    128010     96978   2402785     16.49     17.51
4394.62/1101.21	c  N dy 17985   5972523       279     21616         0    154589     96978   3104651     16.49     17.37
4412.19/1105.65	c  N dy 18016   5992547       279     21616         0    173804     96978   3590385     16.49     17.42
4434.53/1111.23	c  N dy 18073   6014162       279     21616         0    194602     96978   4143870     16.48     17.39
4456.49/1116.78	c  N dy 18111   6037724       279     21616         0    113168     96978   1982529     16.48     17.50
4472.45/1120.77	c  N dy 18186   6058699       279     21616         0    133408     96978   2540947     16.48     17.35
4493.20/1125.99	c  N dy 18281   6082822       279     21616         0    156696     96978   3170969     16.48     17.37
4511.17/1130.47	c  N dy 18320   6102925       279     21616         0    176102     96978   3692647     16.48     17.35
4533.12/1135.97	c  N dy 18380   6123164       279     21616         0    195567     96978   4211697     16.48     17.43
4557.86/1142.17	c  N dy 18419   6147278       279     21616         0    113651     96978   1988667     16.47     17.38
4573.83/1146.18	c  N dy 18518   6167348       279     21616         0    133166     96978   2531886     16.47     19.60
4589.38/1150.06	c  N dy 18542   6187374       279     21616         0    152310     96978   3029999     16.47     22.65
4610.13/1155.20	c  N dy 18649   6208469       279     21616         0    172728     96978   3605490     16.47     17.48
4616.12/1156.78	c  S st 18664   6215007       279     21616         0    179043     96978   3775084     16.47     14.09
4616.92/1156.97	c  S st 18664   6215510       279     21616         0    179541     96978   3790218     16.47   no data
4616.92/1156.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4617.32/1157.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.09
4617.32/1157.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4617.32/1157.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4617.32/1157.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4617.32/1157.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
4617.32/1157.08	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
4617.73/1157.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4618.15/1157.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4680.75/1172.91	c lits-rem:       878  cl-subs:     7938  v-elim:      0  v-fix:    0  time: 15.68 s
4680.75/1172.91	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
4680.75/1172.97	c vivif2 --  cl tried   171603 cl shrink        0 lits rem          0 time: 0.06
4683.16/1173.54	c asymm  cl-useful: 0/2834/21616 lits-rem:0 time: 0.57
4683.16/1173.55	c calculated reachability. Time: 0.00
4683.16/1173.55	c  N dy 18664   6215510       279     21616         0    171603     96978   3639087     16.47   no data
4712.28/1180.80	c  N dy 18768   6235684       279     21616         0    191134     96978   4184665     16.48     17.36
4738.63/1187.44	c  N dy 18809   6257919       279     21616         0    106603     96978   1793489     16.47     17.54
4752.58/1190.98	c  N dy 18840   6278730       279     21616         0    126383     96978   2306672     16.47     17.46
4770.15/1195.35	c  N dy 18916   6300386       279     21616         0    147343     96978   2880835     16.47     17.46
4787.70/1199.79	c  N dy 18964   6321392       279     21616         0    167620     96978   3431811     16.47     17.35

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.98 7.88 7.93 6/294 6083
/proc/meminfo: memFree=16641516/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 411 0 0 0 0 0 0 0 25 0 4 0 653053911 52396032 351 33554432000 4194304 4580107 140734008408304 18446744073709551615 47304648796082 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 12792 351 302 95 0 7774 0
[pid=6083/tid=6084] ppid=6081 vsize=282188 CPUtime=0 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 268 0 0 0 0 0 0 0 18 0 4 0 653053911 288960512 1413 33554432000 4194304 4580107 140734008408304 18446744073709551615 4355016 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=282188 CPUtime=0 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 211 0 0 0 0 0 0 0 25 0 4 0 653053911 288960512 1429 33554432000 4194304 4580107 140734008408304 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=282188 CPUtime=0 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 320 0 0 0 0 0 0 0 18 0 4 0 653053911 288960512 1433 33554432000 4194304 4580107 140734008408304 18446744073709551615 4511072 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0129089 s]
/proc/loadavg: 7.98 7.88 7.93 6/294 6083
/proc/meminfo: memFree=16641516/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=282988 CPUtime=0.02 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 2099 0 0 0 2 0 0 0 18 0 4 0 653053911 289779712 2014 33554432000 4194304 4580107 140734008408304 18446744073709551615 4489474 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 70747 2016 337 95 0 65729 0
[pid=6083/tid=6084] ppid=6081 vsize=282988 CPUtime=0 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 426 0 0 0 0 0 0 0 18 0 4 0 653053911 289779712 2019 33554432000 4194304 4580107 140734008408304 18446744073709551615 4489196 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=282988 CPUtime=0 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 331 0 0 0 0 0 0 0 25 0 4 0 653053911 289779712 2022 33554432000 4194304 4580107 140734008408304 18446744073709551615 4512312 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=282988 CPUtime=0 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 487 0 0 0 0 0 0 0 18 0 4 0 653053911 289779712 2025 33554432000 4194304 4580107 140734008408304 18446744073709551615 4511003 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 282988

[startup+0.100894 s]
/proc/loadavg: 7.98 7.88 7.93 6/294 6083
/proc/meminfo: memFree=16641516/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=283468 CPUtime=0.37 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 2755 0 0 0 37 0 0 0 18 0 4 0 653053911 290271232 2670 33554432000 4194304 4580107 140734008408304 18446744073709551615 4293163 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 70867 2670 358 95 0 65849 0
[pid=6083/tid=6084] ppid=6081 vsize=283468 CPUtime=0.09 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 578 0 0 0 9 0 0 0 18 0 4 0 653053911 290271232 2670 33554432000 4194304 4580107 140734008408304 18446744073709551615 4293138 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=283468 CPUtime=0.09 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 559 0 0 0 9 0 0 0 25 0 4 0 653053911 290271232 2670 33554432000 4194304 4580107 140734008408304 18446744073709551615 4293103 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=283468 CPUtime=0.09 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 634 0 0 0 9 0 0 0 18 0 4 0 653053911 290271232 2670 33554432000 4194304 4580107 140734008408304 18446744073709551615 4316638 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 283468

[startup+0.30086 s]
/proc/loadavg: 7.98 7.88 7.93 6/294 6083
/proc/meminfo: memFree=16641516/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=285904 CPUtime=1.16 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 6535 0 0 0 115 1 0 0 18 0 4 0 653053911 292765696 5221 33554432000 4194304 4580107 140734008408304 18446744073709551615 4293163 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 71476 5221 377 95 0 66458 0
[pid=6083/tid=6084] ppid=6081 vsize=285904 CPUtime=0.28 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 1776 0 0 0 28 0 0 0 18 0 4 0 653053911 292765696 5221 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=285904 CPUtime=0.28 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 1760 0 0 0 28 0 0 0 25 0 4 0 653053911 292765696 5221 33554432000 4194304 4580107 140734008408304 18446744073709551615 4318789 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=285904 CPUtime=0.29 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 796 0 0 0 29 0 0 0 18 0 4 0 653053911 292765696 5221 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 285904

[startup+0.700789 s]
/proc/loadavg: 7.98 7.88 7.93 6/294 6083
/proc/meminfo: memFree=16641516/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=287696 CPUtime=2.77 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 7993 0 0 0 275 2 0 0 18 0 4 0 653053911 294600704 6170 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294504 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 71924 6170 377 95 0 66906 0
[pid=6083/tid=6084] ppid=6081 vsize=287696 CPUtime=0.68 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 2066 0 0 0 68 0 0 0 18 0 4 0 653053911 294600704 6170 33554432000 4194304 4580107 140734008408304 18446744073709551615 4339097 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=287696 CPUtime=0.68 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 2051 0 0 0 68 0 0 0 25 0 4 0 653053911 294600704 6170 33554432000 4194304 4580107 140734008408304 18446744073709551615 4318664 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=287696 CPUtime=0.68 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 1375 0 0 0 68 0 0 0 18 0 4 0 653053911 294600704 6170 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 287696

[startup+1.50065 s]
/proc/loadavg: 7.98 7.88 7.93 10/298 6087
/proc/meminfo: memFree=16613960/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=292540 CPUtime=5.95 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 11862 0 0 0 593 2 0 0 19 0 4 0 653053911 299560960 6591 33554432000 4194304 4580107 140734008408304 18446744073709551615 4318683 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 73135 6591 377 95 0 68117 0
[pid=6083/tid=6084] ppid=6081 vsize=292540 CPUtime=1.48 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 3112 0 0 0 148 0 0 0 19 0 4 0 653053911 299560960 6591 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=292540 CPUtime=1.47 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 3109 0 0 0 147 0 0 0 25 0 4 0 653053911 299560960 6591 33554432000 4194304 4580107 140734008408304 18446744073709551615 4318731 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=292540 CPUtime=1.48 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 2112 0 0 0 148 0 0 0 19 0 4 0 653053911 299560960 6591 33554432000 4194304 4580107 140734008408304 18446744073709551615 4321207 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 292540

[startup+3.10036 s]
/proc/loadavg: 7.98 7.88 7.93 9/298 6087
/proc/meminfo: memFree=16618424/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=294532 CPUtime=12.34 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 21074 0 0 0 1230 4 0 0 24 0 4 0 653053911 301600768 10146 33554432000 4194304 4580107 140734008408304 18446744073709551615 4325710 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 73633 10146 379 95 0 68615 0
[pid=6083/tid=6084] ppid=6081 vsize=294532 CPUtime=3.08 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 5968 0 0 0 307 1 0 0 24 0 4 0 653053911 301600768 10146 33554432000 4194304 4580107 140734008408304 18446744073709551615 4318789 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=294532 CPUtime=3.06 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 4586 0 0 0 306 0 0 0 25 0 4 0 653053911 301600768 10146 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=294532 CPUtime=3.08 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 4005 0 0 0 308 0 0 0 25 0 4 0 653053911 301600768 10146 33554432000 4194304 4580107 140734008408304 18446744073709551615 4317159 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 294532

[startup+6.30079 s]
/proc/loadavg: 7.99 7.88 7.93 9/298 6087
/proc/meminfo: memFree=16575088/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=307420 CPUtime=25.11 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 37330 0 0 0 2504 7 0 0 25 0 4 0 653053911 314798080 17742 33554432000 4194304 4580107 140734008408304 18446744073709551615 4306071 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 76855 17742 379 95 0 71837 0
[pid=6083/tid=6084] ppid=6081 vsize=307420 CPUtime=6.29 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 10217 0 0 0 627 2 0 0 25 0 4 0 653053911 314798080 17743 33554432000 4194304 4580107 140734008408304 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=307420 CPUtime=6.23 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 9345 0 0 0 622 1 0 0 25 0 4 0 653053911 314798080 17743 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=307420 CPUtime=6.28 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 8513 0 0 0 627 1 0 0 25 0 4 0 653053911 314798080 17743 33554432000 4194304 4580107 140734008408304 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 307420

[startup+12.7007 s]
/proc/loadavg: 7.99 7.88 7.93 9/298 6087
/proc/meminfo: memFree=16541372/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=317592 CPUtime=50.65 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 60313 0 0 0 5054 11 0 0 25 0 4 0 653053911 325214208 24388 33554432000 4194304 4580107 140734008408304 18446744073709551615 4318755 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 79398 24388 379 95 0 74380 0
[pid=6083/tid=6084] ppid=6081 vsize=317592 CPUtime=12.69 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 15469 0 0 0 1266 3 0 0 25 0 4 0 653053911 325214208 24388 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=317592 CPUtime=12.57 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 14736 0 0 0 1254 3 0 0 25 0 4 0 653053911 325214208 24388 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=317592 CPUtime=12.68 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 14904 0 0 0 1266 2 0 0 25 0 4 0 653053911 325214208 24388 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 317592

[startup+25.5004 s]
/proc/loadavg: 8.07 7.90 7.93 9/298 6088
/proc/meminfo: memFree=16514080/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=320244 CPUtime=101.73 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 95954 0 0 0 10155 18 0 0 25 0 4 0 653053911 327929856 30666 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 80061 30666 380 95 0 75043 0
[pid=6083/tid=6084] ppid=6081 vsize=320244 CPUtime=25.48 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 24765 0 0 0 2544 4 0 0 25 0 4 0 653053911 327929856 30666 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=320244 CPUtime=25.26 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 24178 0 0 0 2521 5 0 0 25 0 4 0 653053911 327929856 30666 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=320244 CPUtime=25.48 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 22363 0 0 0 2544 4 0 0 25 0 4 0 653053911 327929856 30666 33554432000 4194304 4580107 140734008408304 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 320244

[startup+51.1008 s]
/proc/loadavg: 8.04 7.91 7.93 9/298 6088
/proc/meminfo: memFree=16496364/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=324448 CPUtime=203.9 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 151969 0 0 0 20362 28 0 0 25 0 4 0 653053911 332234752 33489 33554432000 4194304 4580107 140734008408304 18446744073709551615 4318711 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 81112 33489 381 95 0 76094 0
[pid=6083/tid=6084] ppid=6081 vsize=324448 CPUtime=51.09 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 38621 0 0 0 5102 7 0 0 25 0 4 0 653053911 332234752 33489 33554432000 4194304 4580107 140734008408304 18446744073709551615 4318421 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=324448 CPUtime=50.62 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 38972 0 0 0 5055 7 0 0 25 0 4 0 653053911 332234752 33489 33554432000 4194304 4580107 140734008408304 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=324448 CPUtime=51.08 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 35292 0 0 0 5102 6 0 0 25 0 4 0 653053911 332234752 33489 33554432000 4194304 4580107 140734008408304 18446744073709551615 4318664 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 324448

[startup+102.311 s]
/proc/loadavg: 8.07 7.94 7.94 9/298 6090
/proc/meminfo: memFree=16403316/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=345436 CPUtime=408.26 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 253752 0 0 0 40776 50 0 0 25 0 4 0 653053911 353726464 47592 33554432000 4194304 4580107 140734008408304 18446744073709551615 4489474 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 86359 47592 382 95 0 81341 0
[pid=6083/tid=6084] ppid=6081 vsize=345436 CPUtime=102.3 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 64503 0 0 0 10217 13 0 0 25 0 4 0 653053911 353726464 47592 33554432000 4194304 4580107 140734008408304 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=345436 CPUtime=101.36 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 63438 0 0 0 10124 12 0 0 25 0 4 0 653053911 353726464 47592 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=345436 CPUtime=102.28 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 60709 0 0 0 10216 12 0 0 25 0 4 0 653053911 353726464 47592 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.26
Current children cumulated vsize (KiB) 345436

[startup+162.301 s]

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

[pid=6083] ppid=6081 vsize=669320 CPUtime=2563.27 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 867724 0 0 0 256122 205 0 0 25 0 4 0 653053911 685383680 109727 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 167330 109727 384 95 0 162312 0
[pid=6083/tid=6084] ppid=6081 vsize=669320 CPUtime=642.31 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 236778 0 0 0 64173 58 0 0 25 0 4 0 653053911 685383680 109729 33554432000 4194304 4580107 140734008408304 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=669320 CPUtime=636.46 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 220708 0 0 0 63595 51 0 0 25 0 4 0 653053911 685383680 109729 33554432000 4194304 4580107 140734008408304 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=669320 CPUtime=642.21 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 191823 0 0 0 64179 42 0 0 25 0 4 0 653053911 685383680 109729 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2563.27
Current children cumulated vsize (KiB) 669320

[startup+702.301 s]
/proc/loadavg: 8.13 8.10 8.01 9/298 6106
/proc/meminfo: memFree=16039808/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=622592 CPUtime=2802.7 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 919537 0 0 0 280049 221 0 0 25 0 4 0 653053911 637534208 103837 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 155648 103837 381 95 0 150630 0
[pid=6083/tid=6084] ppid=6081 vsize=622592 CPUtime=702.3 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 251415 0 0 0 70168 62 0 0 25 0 4 0 653053911 637534208 103837 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=622592 CPUtime=695.9 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 234774 0 0 0 69535 55 0 0 25 0 4 0 653053911 637534208 103837 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=622592 CPUtime=702.18 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 205241 0 0 0 70173 45 0 0 25 0 4 0 653053911 637534208 103837 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2802.7
Current children cumulated vsize (KiB) 622592

[startup+762.311 s]
/proc/loadavg: 8.19 8.11 8.01 9/298 6107
/proc/meminfo: memFree=16002220/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=676228 CPUtime=3042.18 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 981772 0 0 0 303979 239 0 0 25 0 4 0 653053911 692457472 110300 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 169057 110300 381 95 0 164039 0
[pid=6083/tid=6084] ppid=6081 vsize=676228 CPUtime=762.31 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 265229 0 0 0 76165 66 0 0 25 0 4 0 653053911 692457472 110300 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=676228 CPUtime=755.37 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 255521 0 0 0 75477 60 0 0 25 0 4 0 653053911 692457472 110300 33554432000 4194304 4580107 140734008408304 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=676228 CPUtime=762.19 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 219066 0 0 0 76169 50 0 0 25 0 4 0 653053911 692457472 110300 33554432000 4194304 4580107 140734008408304 18446744073709551615 4318686 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3042.18
Current children cumulated vsize (KiB) 676228

[startup+822.301 s]
/proc/loadavg: 8.14 8.10 8.01 9/298 6109
/proc/meminfo: memFree=16000588/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=628444 CPUtime=3281.6 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 1037521 0 0 0 327905 255 0 0 25 0 4 0 653053911 643526656 108334 33554432000 4194304 4580107 140734008408304 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 157111 108334 382 95 0 152093 0
[pid=6083/tid=6084] ppid=6081 vsize=628444 CPUtime=822.3 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 279262 0 0 0 82160 70 0 0 25 0 4 0 653053911 643526656 108334 33554432000 4194304 4580107 140734008408304 18446744073709551615 218370613328 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=628444 CPUtime=814.81 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 269232 0 0 0 81417 64 0 0 25 0 4 0 653053911 643526656 108334 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=628444 CPUtime=822.17 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 232774 0 0 0 82164 53 0 0 25 0 4 0 653053911 643526656 108334 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3281.6
Current children cumulated vsize (KiB) 628444

[startup+882.301 s]
/proc/loadavg: 8.12 8.10 8.01 9/298 6111
/proc/meminfo: memFree=15991020/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=771584 CPUtime=3521.03 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 1090301 0 0 0 351830 273 0 0 25 0 4 0 653053911 790102016 112452 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 192896 112452 382 95 0 187878 0
[pid=6083/tid=6084] ppid=6081 vsize=771584 CPUtime=882.3 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 291664 0 0 0 88156 74 0 0 25 0 4 0 653053911 790102016 112452 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=771584 CPUtime=874.27 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 283148 0 0 0 87358 69 0 0 25 0 4 0 653053911 790102016 112452 33554432000 4194304 4580107 140734008408304 18446744073709551615 4318699 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=771584 CPUtime=882.15 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 244838 0 0 0 88157 58 0 0 25 0 4 0 653053911 790102016 112452 33554432000 4194304 4580107 140734008408304 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3521.03
Current children cumulated vsize (KiB) 771584

[startup+942.301 s]
/proc/loadavg: 8.10 8.09 8.01 9/298 6112
/proc/meminfo: memFree=15983064/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=705636 CPUtime=3760.49 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 1142850 0 0 0 375763 286 0 0 25 0 4 0 653053911 722571264 113361 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 176409 113361 380 95 0 171391 0
[pid=6083/tid=6084] ppid=6081 vsize=705636 CPUtime=942.3 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 306320 0 0 0 94153 77 0 0 25 0 4 0 653053911 722571264 113361 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=705636 CPUtime=933.72 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 294974 0 0 0 93300 72 0 0 25 0 4 0 653053911 722571264 113361 33554432000 4194304 4580107 140734008408304 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=705636 CPUtime=942.15 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 258551 0 0 0 94154 61 0 0 25 0 4 0 653053911 722571264 113361 33554432000 4194304 4580107 140734008408304 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3760.49
Current children cumulated vsize (KiB) 705636

[startup+1002.3 s]
/proc/loadavg: 8.15 8.10 8.02 9/298 6114
/proc/meminfo: memFree=15979684/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=707540 CPUtime=3999.93 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 1194986 0 0 0 399691 302 0 0 25 0 4 0 653053911 724520960 114968 33554432000 4194304 4580107 140734008408304 18446744073709551615 4320946 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 176885 114968 380 95 0 171867 0
[pid=6083/tid=6084] ppid=6081 vsize=707540 CPUtime=1002.31 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 318420 0 0 0 100150 81 0 0 25 0 4 0 653053911 724520960 114968 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=707540 CPUtime=993.17 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 308735 0 0 0 99241 76 0 0 25 0 4 0 653053911 724520960 114968 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=707540 CPUtime=1002.15 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 270438 0 0 0 100150 65 0 0 25 0 4 0 653053911 724520960 114968 33554432000 4194304 4580107 140734008408304 18446744073709551615 4318731 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3999.93
Current children cumulated vsize (KiB) 707540

[startup+1062.3 s]
/proc/loadavg: 8.15 8.11 8.02 9/298 6115
/proc/meminfo: memFree=15922472/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=782612 CPUtime=4239.38 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 1244012 0 0 0 423621 317 0 0 25 0 4 0 653053911 801394688 116280 33554432000 4194304 4580107 140734008408304 18446744073709551615 4322642 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 195653 116280 380 95 0 190635 0
[pid=6083/tid=6084] ppid=6081 vsize=782612 CPUtime=1062.31 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 332587 0 0 0 106148 83 0 0 25 0 4 0 653053911 801394688 116280 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294026 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=782612 CPUtime=1052.64 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 320402 0 0 0 105183 81 0 0 25 0 4 0 653053911 801394688 116280 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=782612 CPUtime=1062.14 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 281260 0 0 0 106146 68 0 0 25 0 4 0 653053911 801394688 116280 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4239.38
Current children cumulated vsize (KiB) 782612

[startup+1122.3 s]
/proc/loadavg: 8.23 8.13 8.03 9/298 6148
/proc/meminfo: memFree=16286164/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=636456 CPUtime=4478.83 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 1297475 0 0 0 447549 334 0 0 25 0 4 0 653053911 651730944 115808 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 159114 115808 380 95 0 154096 0
[pid=6083/tid=6084] ppid=6081 vsize=636456 CPUtime=1122.31 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 345156 0 0 0 112143 88 0 0 25 0 4 0 653053911 651730944 115808 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=636456 CPUtime=1112.09 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 332733 0 0 0 111125 84 0 0 25 0 4 0 653053911 651730944 115808 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=636456 CPUtime=1122.13 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 295212 0 0 0 112141 72 0 0 25 0 4 0 653053911 651730944 115808 33554432000 4194304 4580107 140734008408304 18446744073709551615 4293138 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4478.83
Current children cumulated vsize (KiB) 636456

[startup+1182.3 s]
/proc/loadavg: 8.12 8.12 8.03 9/298 6150
/proc/meminfo: memFree=16017368/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=897968 CPUtime=4718.27 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 1349833 0 0 0 471479 348 0 0 25 0 4 0 653053911 919519232 140359 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 224492 140359 396 95 0 219474 0
[pid=6083/tid=6084] ppid=6081 vsize=897968 CPUtime=1182.31 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 359548 0 0 0 118140 91 0 0 25 0 4 0 653053911 919519232 140359 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294410 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=897968 CPUtime=1171.53 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 344122 0 0 0 117065 88 0 0 25 0 4 0 653053911 919519232 140359 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=897968 CPUtime=1182.12 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 309067 0 0 0 118136 76 0 0 25 0 4 0 653053911 919519232 140359 33554432000 4194304 4580107 140734008408304 18446744073709551615 4415787 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4718.27
Current children cumulated vsize (KiB) 897968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.15 8.13 8.03 9/298 6150
/proc/meminfo: memFree=16015252/32951124 swapFree=52307768/67111528
[pid=6083] ppid=6081 vsize=673584 CPUtime=4800.1 cores=0,2,4,6
/proc/6083/stat : 6083 (strangenight2-m) R 6081 6083 5978 0 -1 4202496 1368888 0 0 0 479656 354 0 0 25 0 4 0 653053911 689750016 136977 33554432000 4194304 4580107 140734008408304 18446744073709551615 4293232 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6083/statm: 168396 136977 396 95 0 163378 0
[pid=6083/tid=6084] ppid=6081 vsize=673584 CPUtime=1202.81 cores=0,2,4,6
/proc/6083/task/6084/stat : 6084 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 364413 0 0 0 120189 92 0 0 25 0 4 0 653053911 689750016 136979 33554432000 4194304 4580107 140734008408304 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6083/tid=6085] ppid=6081 vsize=673584 CPUtime=1191.85 cores=0,2,4,6
/proc/6083/task/6085/stat : 6085 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 348851 0 0 0 119095 90 0 0 25 0 4 0 653053911 689750016 136979 33554432000 4194304 4580107 140734008408304 18446744073709551615 4339024 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6083/tid=6086] ppid=6081 vsize=673584 CPUtime=1202.63 cores=0,2,4,6
/proc/6083/task/6086/stat : 6086 (strangenight2-m) R 6081 6083 5978 0 -1 4202560 313706 0 0 0 120186 77 0 0 25 0 4 0 653053911 689750016 136979 33554432000 4194304 4580107 140734008408304 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 673584

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.84
CPU time (s): 4800.16
CPU user time (s): 4796.6
CPU system time (s): 3.56546
CPU usage (%): 399.069
Max. virtual memory (cumulated for all children) (KiB): 972816

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

runsolver used 3.21051 second user time and 7.79581 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 01:08:31
IDJOB=3366724
IDBENCH=83320
IDSOLVER=1844
FILE ID=node101/3366724-1305414511
RUNJOBID= node101-1305414346-5996
PBS_JOBID= 13324544
Free space on /tmp= 73732 MiB

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

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

MD5SUM BENCH= d2562f4e152a54a992ab300a2bacfba9
RANDOM SEED=1680846683

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16641804 kB
Buffers:        324932 kB
Cached:        5887312 kB
SwapCached:      14848 kB
Active:       11008516 kB
Inactive:      5026552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16641804 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:            5856 kB
Writeback:           0 kB
AnonPages:     9819684 kB
Mapped:          15212 kB
Slab:           149668 kB
PageTables:      62380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42272004 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= 73724 MiB
End job on node101 at 2011-05-15 01:28:36