Trace number 3262859

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
MD5SUM3aff0c2163848e3eed6bc22fc2c30cdf
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 variables95
Number of clauses36888
Sum of the clauses size368690
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 538
Number of clauses of size over 536850

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-3262859-1304125191.cnf'
0.00/0.00	c -- header says num vars:             95
0.00/0.00	c -- header says num clauses:       36888
0.04/0.03	c -- clauses added:            0 learnts,        36888 normals,            0 xors
0.04/0.03	c -- vars added         95
0.04/0.03	c Parsing time:  0.02 s
0.04/0.03	c  N st     0         0        95     36888         0         0    368690         0   no data   no data
1.18/0.30	c asymm  cl-useful: 143/2216/36888 lits-rem:162 time: 0.27
1.18/0.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
1.18/0.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.18/0.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.18/0.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.18/0.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
1.18/0.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.75/2.79	c lits-rem:     51252  cl-subs:     8188  v-elim:      0  v-fix:    0  time:  2.46 s
10.75/2.79	c Finding binary XORs  T:     0.00 s  found:       0
11.15/2.82	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
11.15/2.82	c calculated reachability. Time: 0.00
11.15/2.83	c Calc default polars -  time:   0.00 s pos:      47 undec:       0 neg:      48
11.15/2.83	c =========================================================================================
11.15/2.83	c types(t): F = full restart, N = normal restart
11.15/2.83	c types(t): S = simplification begin/end, E = solution found
11.15/2.83	c restart types(rt): st = static, dy = dynamic
11.15/2.83	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.15/2.83	c  B st     0         0        95     28700         0         0    243558         0   no data   no data
11.55/2.93	c  N dy    12      4069        95     28700         0      3736    243551     66627     15.83     16.71
11.95/3.04	c  N dy    24      8124        95     28700         0      4610    243548     72149     15.32     17.06
12.35/3.15	c  N dy    40     12204        95     28700         0      8382    243540    141003     15.29     16.10
13.17/3.33	c  N dy    57     17412        95     28700         0      8549    243536    136108     15.26     16.16
13.94/3.50	c  N dy    67     22533        95     28700         0      7127    243527     97666     15.14     15.94
13.94/3.56	c  F st    72     25000        95     28700         0      9347    243525    135487     15.05     13.06
14.34/3.63	c  N st    76     27031        95     28700         0     11202    243524    171064     15.05   no data
14.74/3.74	c  S st    78     30000        95     28700         0     13976    243516    226536     15.05   no data
15.14/3.80	c  S st    78     30504        95     28700         0     14459    243511    234515     15.05   no data
15.14/3.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.14/3.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
15.14/3.82	c blocked clauses removed:        0 vars:      0 tried:          95 T: 0.00 s
15.14/3.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.14/3.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
15.14/3.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.14/3.83	c lits-rem:        54  cl-subs:       39  v-elim:      0  v-fix:    0  time:  0.01 s
15.14/3.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.93/5.02	c lits-rem:      4254  cl-subs:     2478  v-elim:      0  v-fix:    0  time:  1.18 s
21.95/5.52	c asymm  cl-useful: 33/2113/28450 lits-rem:33 time: 0.50
21.95/5.53	c calculated reachability. Time: 0.00
21.95/5.53	c  N dy    78     30504        95     28450         0     12192    241042    187845     15.05   no data
22.72/5.73	c  N dy    90     36829        95     28450         0     10818    241035    155392     14.79     15.61
23.93/6.01	c  N dy   110     45757        95     28450         0     10720    241022    143150     14.65     12.66
23.93/6.01	c  S st   110     45757        95     28450         0     10720    241022    143150     14.65     12.66
23.93/6.06	c  S st   110     46259        95     28450         0     11200    241020    150922     14.65   no data
23.93/6.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.93/6.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
23.93/6.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.93/6.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.93/6.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.93/6.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
23.93/6.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.93/6.09	c lits-rem:        23  cl-subs:       26  v-elim:      0  v-fix:    0  time:  0.01 s
23.93/6.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.13/6.32	c lits-rem:      1392  cl-subs:      817  v-elim:      0  v-fix:    0  time:  0.22 s
25.13/6.32	c vivif2 --  cl tried    28340 cl shrink        0 lits rem          0 time: 0.00
25.13/6.32	c vivif2 --  cl tried    10467 cl shrink        0 lits rem          0 time: 0.00
26.34/6.68	c asymm  cl-useful: 40/2214/28340 lits-rem:40 time: 0.36
26.34/6.68	c calculated reachability. Time: 0.00
26.34/6.68	c  N dy   110     46259        95     28340         0     10467    239894    137910     14.65   no data
27.12/6.82	c  N dy   127     50461        95     28340         0     14355    239887    205967     14.64     15.51
27.52/6.99	c  N dy   133     55259        95     28340         0      9447    239886    116636     14.56     15.36
28.33/7.12	c  N dy   150     59324        95     28340         0     13232    239883    186351     14.55     15.52
28.73/7.26	c  N dy   169     63377        95     28340         0     16944    239877    254077     14.57     15.39
29.53/7.47	c  N dy   185     68516        95     28340         0     11504    239876    147246     14.55     15.38
29.93/7.50	c  S st   193     69389        95     28340         0     12308    239875    161936     14.57     13.94
29.93/7.55	c  S st   193     69892        95     28340         0     12794    239874    169744     14.57   no data
29.93/7.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.93/7.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
29.93/7.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.93/7.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.93/7.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.93/7.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
29.93/7.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.93/7.57	c lits-rem:        31  cl-subs:       34  v-elim:      0  v-fix:    0  time:  0.01 s
29.93/7.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.12/7.86	c lits-rem:      1342  cl-subs:      816  v-elim:      0  v-fix:    0  time:  0.28 s
31.12/7.87	c vivif2 --  cl tried    28227 cl shrink        0 lits rem          0 time: 0.00
31.12/7.87	c vivif2 --  cl tried    12057 cl shrink        0 lits rem          0 time: 0.00
32.71/8.26	c asymm  cl-useful: 196/2147/28227 lits-rem:196 time: 0.39
32.71/8.26	c calculated reachability. Time: 0.00
32.71/8.26	c  N dy   193     69892        95     28227         0     12057    238552    156516     14.57   no data
33.51/8.41	c  N dy   207     74675        95     28227         0     16401    238541    232421     14.56     15.38
33.91/8.59	c  N dy   217     79783        95     28227         0     20976    238533    306526     14.46     15.28
35.13/8.90	c  F st   242     87501        95     28227         0     16974    238525    234480     14.45     12.22
35.50/8.90	c  N st   242     87501        95     28227         0     16974    238525    234480     14.45     12.22
36.30/9.13	c  N dy   250     93118        95     28227         0     22103    238522    336399     14.45     15.24
38.31/9.62	c  N dy   276    104829        95     28227         0     20861    238513    292190     14.34     15.16
38.31/9.62	c  S st   277    104838        95     28227         0     20870    238513    292332     14.34   no data
38.31/9.69	c  S st   277    105342        95     28227         0     21364    238513    300647     14.34   no data
38.31/9.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
38.71/9.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
38.71/9.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38.71/9.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38.71/9.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.71/9.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
38.71/9.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
38.71/9.73	c lits-rem:        81  cl-subs:      120  v-elim:      0  v-fix:    0  time:  0.02 s
38.71/9.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.10/10.84	c lits-rem:      3377  cl-subs:     3393  v-elim:      0  v-fix:    0  time:  1.09 s
43.10/10.84	c vivif2 --  cl tried    27975 cl shrink        0 lits rem          0 time: 0.00
43.10/10.85	c vivif2 --  cl tried    18103 cl shrink        0 lits rem          0 time: 0.00
45.09/11.36	c asymm  cl-useful: 131/1855/27975 lits-rem:131 time: 0.52
45.09/11.37	c calculated reachability. Time: 0.00
45.09/11.37	c  N dy   277    105342        95     27975         0     18103    235889    245218     14.34   no data
46.29/11.68	c  N dy   307    112082        95     27975         0     24303    235884    355272     14.35     15.89
47.49/11.99	c  N dy   331    119330        95     27975         0     18153    235876    243489     14.36     15.13
49.08/12.38	c  N dy   345    128634        95     27975         0     26363    235871    373574     14.25     15.10
50.69/12.75	c  N dy   383    137339        95     27975         0     20767    235868    288602     14.28     15.07
52.31/13.16	c  N dy   422    146270        95     27975         0     28976    235854    435229     14.31     15.14
54.28/13.68	c  N dy   469    157841        95     27975         0     24839    235848    350705     14.31     15.08
54.28/13.68	c  S st   470    158014        95     27975         0     24996    235848    353432     14.31     14.39
54.68/13.76	c  S st   470    158518        95     27975         0     25481    235846    361267     14.31   no data
54.68/13.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
54.68/13.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
54.68/13.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
54.68/13.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
54.68/13.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.68/13.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
54.68/13.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.08/13.81	c lits-rem:        49  cl-subs:      107  v-elim:      0  v-fix:    0  time:  0.02 s
55.08/13.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.68/15.22	c lits-rem:      3966  cl-subs:     2897  v-elim:      0  v-fix:    0  time:  1.40 s
60.68/15.22	c vivif2 --  cl tried    27751 cl shrink        0 lits rem          0 time: 0.00
60.68/15.23	c vivif2 --  cl tried    22701 cl shrink        0 lits rem          0 time: 0.00
61.87/15.51	c asymm  cl-useful: 61/814/27751 lits-rem:61 time: 0.28
61.87/15.51	c calculated reachability. Time: 0.00
61.87/15.51	c  N dy   470    158518        95     27751         0     22701    233619    310265     14.31   no data
63.87/16.05	c  N dy   513    168651        95     27751         0     16453    233611    202432     14.33     15.27
65.88/16.54	c  N dy   564    179981        95     27751         0     26973    233604    391955     14.37     15.29
68.27/17.19	c  N dy   632    191469        95     27751         0     20960    233600    272926     14.42     18.89
70.66/17.76	c  N dy   678    203803        95     27751         0     32195    233593    468024     14.41     15.31
73.85/18.50	c  N dy   727    216813        95     27751         0     26490    233585    358086     14.40     15.26
77.06/19.32	c  N dy   779    230697        95     27751         0     20786    233581    258308     14.40     16.60
78.26/19.64	c  S st   814    237777        95     27751         0     27351    233578    380242     14.41   no data
78.67/19.72	c  S st   814    238280        95     27751         0     27833    233578    388280     14.41   no data
78.67/19.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
78.67/19.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
78.67/19.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
78.67/19.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
78.67/19.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.67/19.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
78.67/19.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
78.67/19.75	c lits-rem:        25  cl-subs:       56  v-elim:      0  v-fix:    0  time:  0.01 s
78.67/19.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.84/21.01	c lits-rem:      3583  cl-subs:     1707  v-elim:      0  v-fix:    0  time:  1.24 s
83.84/21.01	c vivif2 --  cl tried    27621 cl shrink        0 lits rem          0 time: 0.00
83.84/21.02	c vivif2 --  cl tried    26200 cl shrink        0 lits rem          0 time: 0.00
84.64/21.24	c asymm  cl-useful: 1/981/27621 lits-rem:1 time: 0.23
84.64/21.25	c calculated reachability. Time: 0.00
84.64/21.25	c  N dy   814    238280        95     27621         0     26200    232278    354186     14.41   no data
88.23/22.14	c  N dy   884    253865        95     27621         0     21224    232274    255788     14.43     15.31
91.85/23.06	c  N dy   965    270842        95     27621         0     36906    232269    540619     14.45     15.29
95.43/23.93	c  N dy  1008    288203        95     27621         0     32318    232263    441601     14.42     15.76
99.42/24.97	c  F st  1091    306250        95     27621         0     27718    232257    364084     14.44     14.14
99.83/25.01	c  N st  1093    306878        95     27621         0     28299    232257    375454     14.44   no data
104.22/26.12	c  N dy  1142    327111        95     27621         0     24668    232248    300546     14.42     15.38
108.61/27.25	c  N dy  1230    347290        95     27621         0     43148    232240    628740     14.43     15.24
111.00/27.87	c  S st  1267    357420        95     27621         0     29319    232235    370075     14.41     13.60
111.40/27.94	c  S st  1267    357923        95     27621         0     29796    232235    378618     14.41   no data
111.40/27.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
111.40/27.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
111.40/27.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
111.40/27.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
111.40/27.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
111.40/27.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
111.40/27.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
111.40/27.98	c lits-rem:        34  cl-subs:       40  v-elim:      0  v-fix:    0  time:  0.01 s
111.40/27.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
115.40/28.99	c lits-rem:      2622  cl-subs:     2544  v-elim:      0  v-fix:    0  time:  1.00 s
115.40/28.99	c vivif2 --  cl tried    27481 cl shrink        0 lits rem          0 time: 0.00
115.79/29.00	c vivif2 --  cl tried    27352 cl shrink        0 lits rem          0 time: 0.00
116.59/29.28	c asymm  cl-useful: 4/975/27481 lits-rem:4 time: 0.28
116.59/29.28	c calculated reachability. Time: 0.00
116.59/29.28	c  N dy  1267    357923        95     27481         0     27352    230843    339321     14.41   no data
122.19/30.68	c  N dy  1330    377995        95     27481         0     45524    230836    655600     14.40     17.35
128.58/32.25	c  N dy  1439    398340        95     27481         0     40615    230829    579391     14.43     15.33
134.57/33.70	c  N dy  1521    419369        95     27481         0     35114    230823    461810     14.43     15.20
140.17/35.15	c  N dy  1605    439442        95     27481         0     27698    230822    329848     14.43     16.07
144.98/36.31	c  N dy  1651    459497        95     27481         0     45821    230818    637592     14.41     15.28
150.15/37.69	c  N dy  1735    479689        95     27481         0     37805    230812    506980     14.41     15.29
156.14/39.17	c  N dy  1818    499912        95     27481         0     28786    230810    338201     14.41     15.29
161.33/40.44	c  N dy  1916    520544        95     27481         0     47718    230807    676590     14.42     15.23
166.12/41.70	c  S st  1978    536884        95     27481         0     34140    230805    426228     14.42   no data
166.54/41.77	c  S st  1978    537388        95     27481         0     34633    230805    434328     14.42   no data
166.54/41.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
166.54/41.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
166.54/41.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
166.54/41.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
166.54/41.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
166.54/41.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
166.54/41.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
166.94/41.81	c lits-rem:        30  cl-subs:       22  v-elim:      0  v-fix:    0  time:  0.01 s
166.94/41.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
171.34/42.99	c lits-rem:      3170  cl-subs:     2026  v-elim:      0  v-fix:    0  time:  1.16 s
171.34/42.99	c vivif2 --  cl tried    27362 cl shrink        0 lits rem          0 time: 0.00
171.72/43.00	c vivif2 --  cl tried    32704 cl shrink        0 lits rem          0 time: 0.01
172.52/43.21	c asymm  cl-useful: 13/686/27362 lits-rem:13 time: 0.22
172.52/43.22	c calculated reachability. Time: 0.00
172.52/43.22	c  N dy  1978    537388        95     27362         0     32704    229579    400941     14.42   no data
177.31/44.48	c  N dy  2050    557537        95     27362         0     51305    229574    732758     14.41     15.21
183.70/46.01	c  N dy  2158    577622        95     27362         0     40295    229571    537374     14.43     15.26
189.29/47.48	c  N dy  2216    597660        95     27362         0     58450    229564    850113     14.42     15.37
196.89/49.35	c  N dy  2271    624702        95     27362         0     52661    229562    732322     14.39     15.26
204.07/51.10	c  N dy  2382    645278        95     27362         0     40522    229557    529146     14.41     15.28
210.89/52.85	c  N dy  2482    665475        95     27362         0     59118    229551    860884     14.41     15.23
218.05/54.66	c  N dy  2593    685546        95     27362         0     45320    229547    605526     14.43     15.19
224.84/56.34	c  N dy  2699    705572        95     27362         0     63784    229543    944221     14.45     15.40
231.24/57.93	c  N dy  2794    725722        95     27362         0     49171    229539    668752     14.46     15.29
237.62/59.50	c  N dy  2811    746512        95     27362         0     67580    229535    959200     14.40     15.24
244.42/61.27	c  N dy  2886    766534        95     27362         0     51891    229534    699251     14.40     16.57
252.41/63.23	c  N dy  2978    786857        95     27362         0     35778    229530    413337     14.41     15.17
258.00/64.60	c  S st  3062    806084        95     27362         0     53493    229526    732734     14.41     12.10
258.40/64.71	c  S st  3062    806588        95     27362         0     53981    229523    741277     14.41   no data
258.40/64.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
258.40/64.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
258.40/64.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
258.40/64.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
258.40/64.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
258.40/64.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
258.40/64.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
258.40/64.76	c lits-rem:        25  cl-subs:       50  v-elim:      0  v-fix:    0  time:  0.02 s
258.40/64.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
275.18/69.00	c lits-rem:      7319  cl-subs:     4440  v-elim:      0  v-fix:    0  time:  4.21 s
275.58/69.00	c vivif2 --  cl tried    27234 cl shrink        0 lits rem          0 time: 0.00
275.58/69.01	c vivif2 --  cl tried    49619 cl shrink        0 lits rem          0 time: 0.01
276.78/69.36	c asymm  cl-useful: 6/555/27234 lits-rem:6 time: 0.34
276.78/69.36	c calculated reachability. Time: 0.00
276.78/69.36	c  N dy  3062    806588        95     27234         0     49619    228256    657910     14.41   no data
285.16/71.42	c  N dy  3161    826627        95     27234         0     68082    228255    992553     14.42     16.54
291.13/72.91	c  N dy  3194    846691        95     27234         0     50459    228254    651925     14.39     15.25
297.52/74.58	c  N dy  3261    866891        95     27234         0     68767    228252    970415     14.38     15.32
304.71/76.37	c  N dy  3385    887231        95     27234         0     51145    228249    682405     14.40     15.42
311.93/78.17	c  N dy  3457    907276        95     27234         0     69404    228240   1004634     14.40     17.29
318.70/79.85	c  N dy  3523    927358        95     27234         0     49941    228237    631117     14.39     17.02
325.48/81.54	c  N dy  3588    947900        95     27234         0     68602    228236    953688     14.38     15.17
333.50/83.52	c  N dy  3717    967950        95     27234         0     48793    228236    629516     14.40     15.25
341.47/85.54	c  N dy  3772    993040        95     27234         0     71657    228235   1026625     14.39     15.36
349.85/87.67	c  N dy  3908   1013106        95     27234         0     50804    228233    658881     14.41     17.02
356.64/89.32	c  N dy  3973   1033207        95     27234         0     69105    228230    979408     14.41     20.10
365.03/91.44	c  N dy  4071   1053291        95     27234         0     47157    228229    580639     14.42     15.74
371.43/93.01	c  F st  4131   1071876        95     27234         0     64211    228229    881614     14.42     14.49
372.23/93.20	c  N st  4135   1073908        95     27234         0     66085    228229    917854     14.42   no data
381.41/95.52	c  N dy  4195   1094177        95     27234         0     43121    228226    499477     14.40     15.16
387.40/97.08	c  N dy  4263   1114200        95     27234         0     61346    228223    820571     14.40     19.42
395.79/99.16	c  N dy  4365   1134276        95     27234         0     79917    228223   1164522     14.41     15.22
404.57/101.36	c  N dy  4407   1157450        95     27234         0     58424    228222    740895     14.39     15.16
414.17/103.79	c  N dy  4505   1177636        95     27234         0     76997    228222   1077224     14.40     15.23
425.77/106.62	c  N dy  4621   1197714        95     27234         0     52473    228220    659332     14.41     15.26
430.94/107.92	c  S st  4690   1209883        95     27234         0     63664    228215    863852     14.42   no data
431.34/108.09	c  S st  4690   1210384        95     27234         0     64147    228213    872000     14.42   no data
431.74/108.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
431.74/108.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
431.74/108.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
431.74/108.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
431.74/108.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.74/108.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
431.74/108.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
431.74/108.17	c lits-rem:        29  cl-subs:       29  v-elim:      0  v-fix:    0  time:  0.02 s
431.74/108.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
462.90/115.90	c lits-rem:      7450  cl-subs:     4790  v-elim:      0  v-fix:    0  time:  7.70 s
462.90/115.91	c vivif2 --  cl tried    27053 cl shrink        0 lits rem          0 time: 0.00
462.90/115.92	c vivif2 --  cl tried    59509 cl shrink        0 lits rem          0 time: 0.01
464.10/116.28	c asymm  cl-useful: 11/486/27053 lits-rem:11 time: 0.36
464.10/116.29	c calculated reachability. Time: 0.00
464.10/116.29	c  N dy  4690   1210384        95     27053         0     59509    226432    783604     14.42   no data
473.69/118.61	c  N dy  4762   1230662        95     27053         0     78032    226431   1116148     14.42     15.18
483.30/121.04	c  N dy  4881   1250905        95     27053         0     52820    226429    662368     14.43     15.27
491.68/123.19	c  N dy  4938   1275087        95     27053         0     74782    226428   1037329     14.42     15.30
502.44/125.84	c  N dy  5033   1296124        95     27053         0     49206    226426    578606     14.42     15.33
510.84/127.90	c  N dy  5059   1317102        95     27053         0     67877    226425    888859     14.41     15.17
521.62/130.65	c  N dy  5159   1337339        95     27053         0     86444    226423   1227471     14.41     15.23
531.63/133.16	c  N dy  5241   1357394        95     27053         0     59189    226421    752896     14.42     15.74
540.79/135.49	c  N dy  5331   1377488        95     27053         0     77548    226419   1083709     14.42     17.25
551.98/138.22	c  N dy  5392   1397588        95     27053         0     49201    226419    569763     14.42     15.27
559.57/140.11	c  N dy  5414   1420435        95     27053         0     69582    226415    912561     14.40     15.19
568.76/142.49	c  N dy  5522   1440549        95     27053         0     88179    226411   1257673     14.41     15.20
578.35/144.88	c  N dy  5612   1460888        95     27053         0     59344    226409    743655     14.41     15.43
586.73/146.92	c  N dy  5704   1480989        95     27053         0     77761    226409   1075719     14.41     17.82
597.14/149.55	c  N dy  5793   1501004        95     27053         0     96119    226407   1403423     14.42     16.46
605.92/151.71	c  N dy  5885   1521080        95     27053         0     66018    226405    863034     14.42     17.19
614.29/153.85	c  N dy  5953   1541189        95     27053         0     84400    226405   1191997     14.42     15.18
626.27/156.82	c  N dy  6037   1562296        95     27053         0     54203    226405    645216     14.42     15.19
634.66/158.93	c  N dy  6151   1582306        95     27053         0     72512    226405    981557     14.43     15.30
643.85/161.21	c  N dy  6214   1602452        95     27053         0     90985    226404   1312176     14.43     15.29
654.66/163.96	c  N dy  6284   1622580        95     27053         0     58866    226404    717673     14.43     15.29
663.04/166.04	c  N dy  6385   1642601        95     27053         0     77253    226402   1050499     14.43     18.58
673.41/168.65	c  N dy  6502   1662620        95     27053         0     95638    226402   1393952     14.44     20.16
684.20/171.32	c  N dy  6592   1682694        95     27053         0     62570    226402    781874     14.45     17.49
694.58/173.99	c  N dy  6702   1702765        95     27053         0     81002    226401   1123450     14.46     15.43
698.60/174.99	c  S st  6719   1710384        95     27053         0     87871    226400   1239028     14.46   no data
699.78/175.22	c  S st  6719   1710889        95     27053         0     88364    226400   1247339     14.46   no data
699.78/175.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
699.78/175.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
699.78/175.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
699.78/175.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
699.78/175.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
699.78/175.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
699.78/175.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
700.18/175.33	c lits-rem:        47  cl-subs:       18  v-elim:      0  v-fix:    0  time:  0.03 s
700.18/175.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
774.87/194.03	c lits-rem:     13194  cl-subs:     9428  v-elim:      0  v-fix:    0  time: 18.66 s
774.87/194.03	c vivif2 --  cl tried    27017 cl shrink        0 lits rem          0 time: 0.00
774.87/194.05	c vivif2 --  cl tried    78954 cl shrink        0 lits rem          0 time: 0.02
776.47/194.44	c asymm  cl-useful: 5/412/27017 lits-rem:5 time: 0.39
776.47/194.44	c calculated reachability. Time: 0.00
776.47/194.44	c  N dy  6719   1710889        95     27017         0     78954    225845   1069415     14.46   no data
788.85/197.52	c  N dy  6801   1730972        95     27017         0     97152    225845   1394162     14.46     17.34
800.03/200.34	c  N dy  6928   1751102        95     27017         0     63958    225845    811637     14.47     15.27
810.03/202.87	c  N dy  7034   1773763        95     27017         0     84775    225843   1189401     14.48     15.33
822.40/205.94	c  N dy  7134   1794007        95     27017         0    103455    225842   1536833     14.48     15.30
832.80/208.59	c  N dy  7206   1814315        95     27017         0     68859    225841    880653     14.48     15.33
842.78/211.10	c  N dy  7274   1834895        95     27017         0     87756    225841   1221691     14.48     15.52
858.36/214.98	c  N dy  7337   1865021        95     27017         0     60818    225840    718805     14.47     15.26
868.34/217.42	c  N dy  7408   1887654        95     27017         0     81339    225838   1079080     14.47     15.33
878.75/220.07	c  N dy  7504   1907804        95     27017         0     99701    225837   1408598     14.47     15.41
891.11/223.15	c  N dy  7613   1928948        95     27017         0     64391    225837    792503     14.48     15.28
900.32/225.45	c  N dy  7716   1949027        95     27017         0     82743    225836   1128379     14.49     15.35
910.69/228.00	c  N dy  7748   1971716        95     27017         0    103038    225835   1472664     14.48     15.25
920.27/230.41	c  N dy  7785   1991839        95     27017         0     65582    225831    790033     14.46     15.39
930.66/233.05	c  N dy  7845   2017043        95     27017         0     88024    225830   1169036     14.46     15.26
941.45/235.71	c  N dy  7955   2037058        95     27017         0    106426    225829   1509720     14.46     16.09
951.83/238.38	c  N dy  8025   2057132        95     27017         0     68532    225829    852543     14.46     17.75
962.62/241.06	c  N dy  8110   2081386        95     27017         0     90369    225824   1231141     14.46     15.31
974.60/244.02	c  N dy  8181   2102188        95     27017         0    109052    225820   1553331     14.46     15.23
986.58/247.00	c  N dy  8276   2123226        95     27017         0     71161    225819    899000     14.46     15.28
996.99/249.60	c  N dy  8385   2143312        95     27017         0     89503    225818   1231504     14.47     15.23
1007.75/252.39	c  N dy  8458   2163433        95     27017         0    107904    225815   1561248     14.46     15.30
1020.13/255.41	c  N dy  8562   2183496        95     27017         0     67985    225815    836205     14.47     17.69
1030.12/257.93	c  N dy  8688   2203596        95     27017         0     86579    225815   1184881     14.48     18.28
1034.52/259.08	c  S st  8730   2210891        95     27017         0     93307    225814   1310180     14.48   no data
1035.72/259.32	c  S st  8730   2211395        95     27017         0     93793    225814   1318793     14.48   no data
1035.72/259.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1035.72/259.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1036.12/259.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1036.12/259.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1036.12/259.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1036.12/259.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
1036.12/259.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1036.12/259.44	c lits-rem:        37  cl-subs:       94  v-elim:      0  v-fix:    0  time:  0.04 s
1036.12/259.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1098.04/274.97	c lits-rem:     11428  cl-subs:     7044  v-elim:      0  v-fix:    0  time: 15.49 s
1098.04/274.98	c vivif2 --  cl tried    26834 cl shrink        0 lits rem          0 time: 0.00
1098.04/275.00	c vivif2 --  cl tried    86838 cl shrink        0 lits rem          0 time: 0.02
1100.02/275.47	c asymm  cl-useful: 2/359/26834 lits-rem:2 time: 0.47
1100.02/275.47	c calculated reachability. Time: 0.00
1100.02/275.47	c  N dy  8730   2211395        95     26834         0     86838    224062   1178865     14.48   no data
1113.20/278.71	c  N dy  8779   2231459        95     26834         0    105125    224061   1508367     14.48     15.25
1128.39/282.56	c  N dy  8860   2251514        95     26834         0     64134    224060    756611     14.48     18.84
1138.76/285.14	c  N dy  8885   2272305        95     26834         0     82542    224060   1060167     14.47     15.24
1149.16/287.77	c  N dy  8975   2292320        95     26834         0    100628    224059   1382756     14.47     16.74
1165.13/291.77	c  N dy  9026   2316008        95     26834         0     62260    224058    717982     14.46     15.36
1173.92/294.00	c  N dy  9122   2336061        95     26834         0     80578    224058   1049921     14.47     17.58
1185.10/296.75	c  N dy  9214   2356585        95     26834         0     99326    224058   1389721     14.47     15.27
1197.49/299.84	c  N dy  9290   2376610        95     26834         0    117757    224056   1723070     14.47     15.66
1218.26/305.00	c  N dy  9375   2417705        95     26834         0     93073    224052   1215357     14.45     15.28
1228.25/307.54	c  N dy  9423   2437777        95     26834         0    111193    224048   1522833     14.45     15.29
1242.63/311.12	c  N dy  9541   2457786        95     26834         0     68145    224046    828596     14.45     20.22
1252.23/313.53	c  N dy  9668   2477907        95     26834         0     86706    224046   1174237     14.46     15.37
1265.01/316.72	c  N dy  9800   2497983        95     26834         0    105386    224045   1526029     14.47     15.48
1278.97/320.24	c  N dy  9912   2518000        95     26834         0    123776    224044   1864537     14.47     15.86
1290.97/323.22	c  N dy  9993   2538666        95     26834         0     79510    224043   1013653     14.47     15.36
1302.15/326.04	c  N dy 10100   2558669        95     26834         0     97981    224043   1356769     14.48     15.29
1312.92/328.75	c  N dy 10147   2578727        95     26834         0    115953    224041   1665252     14.47     15.24
1328.11/332.51	c  N dy 10241   2599338        95     26834         0     70835    224038    853246     14.48     15.25
1338.10/335.00	c  N dy 10318   2620699        95     26834         0     90281    224037   1199540     14.48     15.36
1349.68/337.98	c  N dy 10372   2642148        95     26834         0    109628    224037   1536778     14.47     15.26
1362.46/341.18	c  N dy 10457   2662169        95     26834         0    127930    224036   1869539     14.48     15.24
1374.45/344.14	c  N dy 10532   2682383        95     26834         0     81672    224033   1048193     14.48     15.29
1386.04/347.08	c  N dy 10651   2702420        95     26834         0    100186    224033   1393304     14.48     16.29
1391.63/348.50	c  S st 10695   2711395        95     26834         0    108440    224033   1548755     14.48     13.76
1392.84/348.74	c  S st 10695   2711898        95     26834         0    108924    224031   1557091     14.48   no data
1392.84/348.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1393.21/348.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
1393.21/348.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1393.21/348.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1393.21/348.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1393.21/348.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
1393.21/348.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1393.21/348.85	c lits-rem:        45  cl-subs:       82  v-elim:      0  v-fix:    0  time:  0.04 s
1393.21/348.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1475.93/369.51	c lits-rem:     12071  cl-subs:     9342  v-elim:      0  v-fix:    0  time: 20.61 s
1475.93/369.51	c vivif2 --  cl tried    26734 cl shrink        0 lits rem          0 time: 0.00
1475.93/369.54	c vivif2 --  cl tried    99600 cl shrink        0 lits rem          0 time: 0.03
1478.30/370.17	c asymm  cl-useful: 5/336/26734 lits-rem:6 time: 0.63
1478.30/370.18	c calculated reachability. Time: 0.00
1478.30/370.18	c  N dy 10695   2711898        95     26734         0     99600    223056   1374019     14.48   no data
1498.68/375.28	c  N dy 10765   2732332        95     26734         0    117976    223056   1703387     14.48     15.26
1523.84/381.56	c  N dy 10854   2752989        95     26734         0     71350    223056    848547     14.49     15.29
1538.23/385.11	c  N dy 10911   2773103        95     26734         0     89343    223055   1162529     14.49     15.27
1555.42/389.43	c  N dy 11010   2793366        95     26734         0    107964    223055   1513534     14.49     15.31
1571.78/393.56	c  N dy 11081   2813406        95     26734         0    125999    223054   1830559     14.49     18.25
1588.15/397.60	c  N dy 11175   2833641        95     26734         0     78268    223054    980506     14.49     15.28
1601.33/400.96	c  N dy 11303   2854284        95     26734         0     97351    223053   1340103     14.50     15.32
1615.32/404.45	c  N dy 11377   2875707        95     26734         0    116806    223052   1687576     14.50     15.28
1634.89/409.36	c  N dy 11444   2899861        95     26734         0     71147    223052    828656     14.49     15.41
1644.07/411.62	c  N dy 11482   2920086        95     26734         0     89075    223051   1125456     14.49     15.37
1655.27/414.44	c  N dy 11552   2940091        95     26734         0    107308    223048   1453519     14.49     16.13
1669.67/418.07	c  N dy 11682   2960406        95     26734         0    126046    223046   1806575     14.49     15.30
1684.42/421.77	c  N dy 11768   2980961        95     26734         0     76495    223043    928278     14.50     15.31
1695.21/424.46	c  N dy 11857   3000989        95     26734         0     94871    223043   1265728     14.50     16.98
1708.39/427.78	c  N dy 11953   3020995        95     26734         0    113234    223043   1607103     14.50     17.16
1722.77/431.36	c  N dy 12014   3041282        95     26734         0    131689    223043   1932535     14.50     15.35
1736.35/434.79	c  N dy 12062   3061423        95     26734         0     80234    223043    966559     14.50     15.49
1747.94/437.66	c  N dy 12158   3081463        95     26734         0     98713    223043   1306340     14.50     16.37
1761.54/441.02	c  N dy 12255   3101588        95     26734         0    117078    223041   1642500     14.50     15.40
1777.50/445.00	c  N dy 12345   3123038        95     26734         0    136586    223041   1998584     14.50     15.28
1789.88/448.18	c  N dy 12406   3143285        95     26734         0     84675    223041   1069979     14.50     15.33
1811.05/453.44	c  N dy 12483   3182419        95     26734         0    119799    223037   1669755     14.49     15.27
1826.63/457.36	c  N dy 12545   3203592        95     26734         0    139065    223037   2017051     14.48     15.27
1833.81/459.15	c  S st 12570   3211898        95     26734         0     75785    223037    897936     14.48     14.39
1834.61/459.31	c  S st 12570   3212402        95     26734         0     76265    223036    906689     14.48   no data
1834.61/459.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1834.61/459.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
1834.61/459.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1834.61/459.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1834.61/459.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1834.61/459.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
1834.61/459.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1834.61/459.40	c lits-rem:        20  cl-subs:       36  v-elim:      0  v-fix:    0  time:  0.03 s
1835.01/459.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1846.60/462.36	c lits-rem:      2951  cl-subs:     2560  v-elim:      0  v-fix:    0  time:  2.94 s
1846.60/462.36	c vivif2 --  cl tried    26651 cl shrink        0 lits rem          0 time: 0.00
1846.60/462.38	c vivif2 --  cl tried    73752 cl shrink        0 lits rem          0 time: 0.01
1848.20/462.70	c asymm  cl-useful: 6/403/26651 lits-rem:6 time: 0.32
1848.20/462.70	c calculated reachability. Time: 0.00
1848.20/462.70	c  N dy 12570   3212402        95     26651         0     73752    222225    866432     14.48   no data
1857.79/465.10	c  N dy 12652   3232460        95     26651         0     92129    222222   1202236     14.48     16.06
1871.39/468.58	c  N dy 12762   3252939        95     26651         0    110828    222220   1543537     14.49     15.30
1888.15/472.80	c  N dy 12884   3272968        95     26651         0    129275    222219   1891109     14.49     15.94
1908.11/477.78	c  N dy 13002   3293005        95     26651         0     75696    222219    890681     14.50     15.30
1919.31/480.51	c  N dy 13044   3313059        95     26651         0     93733    222219   1198062     14.49     15.33
1932.49/483.80	c  N dy 13123   3333140        95     26651         0    112007    222217   1520942     14.49     16.56
1949.27/488.05	c  N dy 13218   3354160        95     26651         0    131204    222217   1875238     14.49     15.50
1968.45/492.86	c  N dy 13332   3374228        95     26651         0     76654    222217    902904     14.50     15.31
1978.42/495.35	c  N dy 13402   3394441        95     26651         0     94965    222217   1228708     14.50     15.63
1990.03/498.26	c  N dy 13481   3414477        95     26651         0    113280    222215   1557505     14.50     15.76
2006.38/502.31	c  N dy 13593   3434694        95     26651         0    131931    222215   1904805     14.50     15.28
2025.95/507.21	c  N dy 13688   3456269        95     26651         0     77549    222215    907650     14.50     15.29
2035.95/509.70	c  N dy 13780   3476284        95     26651         0     95914    222214   1242961     14.50     15.31
2048.32/512.87	c  N dy 13855   3496401        95     26651         0    114184    222213   1571445     14.50     15.43
2063.11/516.53	c  N dy 13951   3516421        95     26651         0    132532    222213   1910481     14.51     15.68
2082.70/521.42	c  N dy 14028   3537914        95     26651         0     77140    222213    892243     14.51     15.30
2093.86/524.25	c  N dy 14154   3557921        95     26651         0     95607    222212   1249263     14.51     16.01
2105.85/527.28	c  N dy 14228   3577958        95     26651         0    113773    222212   1576458     14.51     15.69
2121.42/531.16	c  N dy 14350   3598055        95     26651         0    132243    222212   1923177     14.52     16.69
2139.82/535.77	c  N dy 14483   3618377        95     26651         0    150895    222212   2276156     14.53     15.31
2154.58/539.46	c  N dy 14601   3638526        95     26651         0     93404    222211   1196972     14.53     15.41
2166.96/542.57	c  N dy 14650   3659818        95     26651         0    112745    222209   1543229     14.53     15.34
2181.74/546.29	c  N dy 14748   3679826        95     26651         0    131051    222209   1879525     14.53     16.94
2201.71/551.24	c  N dy 14800   3704843        95     26651         0     76768    222208    878111     14.53     15.49
2204.92/552.02	c  S st 14817   3712402        95     26651         0     83501    222208    994506     14.52     12.30
2205.73/552.22	c  S st 14817   3712909        95     26651         0     83983    222208   1002866     14.52   no data
2205.73/552.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2205.73/552.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2205.73/552.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2205.73/552.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2205.73/552.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2205.73/552.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
2205.73/552.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2206.11/552.30	c lits-rem:        14  cl-subs:        9  v-elim:      0  v-fix:    0  time:  0.03 s
2206.11/552.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2217.70/555.28	c lits-rem:      3058  cl-subs:     2666  v-elim:      0  v-fix:    0  time:  2.95 s
2217.70/555.29	c vivif2 --  cl tried    26613 cl shrink        0 lits rem          0 time: 0.00
2218.10/555.30	c vivif2 --  cl tried    81346 cl shrink        0 lits rem          0 time: 0.02
2219.29/555.62	c asymm  cl-useful: 4/360/26613 lits-rem:4 time: 0.31
2219.29/555.62	c calculated reachability. Time: 0.00
2219.29/555.62	c  N dy 14817   3712909        95     26613         0     81346    221806    958327     14.52   no data
2230.88/558.51	c  N dy 14878   3733759        95     26613         0    100331    221804   1296386     14.52     15.34
2243.26/561.69	c  F st 14984   3751562        95     26613         0    116691    221803   1606992     14.53     13.28
2245.28/562.11	c  N st 14989   3754858        95     26613         0    119725    221803   1668036     14.53   no data
2262.86/566.51	c  N dy 15062   3774924        95     26613         0    137910    221800   1994771     14.53     15.30
2284.82/572.09	c  N dy 15170   3795131        95     26613         0     78973    221800    909840     14.53     15.34
2297.19/575.19	c  N dy 15240   3815178        95     26613         0     97234    221800   1242862     14.53     15.92
2310.37/578.50	c  N dy 15325   3836723        95     26613         0    116824    221800   1597922     14.53     15.30
2329.94/583.37	c  N dy 15419   3858361        95     26613         0    136635    221800   1961588     14.53     15.35
2353.11/589.16	c  N dy 15541   3878377        95     26613         0    154977    221800   2307671     14.54     15.44
2371.49/593.78	c  N dy 15654   3898443        95     26613         0     94816    221800   1202049     14.54     15.49
2389.07/598.10	c  N dy 15718   3924281        95     26613         0    118122    221800   1614879     14.54     15.31
2407.86/602.84	c  N dy 15782   3947641        95     26613         0    139079    221799   1986764     14.53     15.31
2431.80/608.81	c  N dy 15892   3968815        95     26613         0    158572    221799   2347366     14.54     15.37
2447.78/612.83	c  N dy 15968   3988823        95     26613         0     97482    221798   1240483     14.54     18.55
2463.36/616.75	c  N dy 16076   4011254        95     26613         0    118030    221797   1621867     14.54     15.56
2478.54/620.59	c  N dy 16151   4031501        95     26613         0    136282    221797   1946862     14.54     15.35
2496.91/625.13	c  N dy 16250   4051620        95     26613         0    154630    221796   2286610     14.54     15.44
2514.49/629.51	c  N dy 16360   4071660        95     26613         0     92712    221796   1145059     14.55     15.36
2526.50/632.52	c  N dy 16381   4097889        95     26613         0    115814    221796   1534681     14.54     15.39
2542.45/636.57	c  N dy 16457   4118277        95     26613         0    134237    221796   1860269     14.54     15.32
2560.04/640.94	c  N dy 16533   4138409        95     26613         0    152549    221796   2190729     14.54     15.48
2581.20/646.24	c  N dy 16607   4165696        95     26613         0     96304    221796   1186010     14.54     15.44
2593.59/649.38	c  N dy 16707   4185707        95     26613         0    114675    221796   1522422     14.54     17.91
2612.36/654.04	c  N dy 16787   4210739        95     26613         0    137363    221796   1919645     14.53     15.30
2613.98/654.47	c  S st 16803   4212910        95     26613         0    139412    221796   1961344     14.54   no data
2615.16/654.77	c  S st 16803   4213414        95     26613         0    139894    221796   1970209     14.54   no data
2615.16/654.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2615.56/654.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
2615.56/654.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2615.56/654.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2615.56/654.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2615.56/654.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
2615.56/654.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2615.96/654.90	c lits-rem:         4  cl-subs:        8  v-elim:      0  v-fix:    0  time:  0.04 s
2615.96/654.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2716.22/680.04	c lits-rem:     10046  cl-subs:    18991  v-elim:      0  v-fix:    0  time: 25.08 s
2716.22/680.05	c vivif2 --  cl tried    26603 cl shrink        0 lits rem          0 time: 0.00
2716.22/680.08	c vivif2 --  cl tried   120905 cl shrink        0 lits rem          0 time: 0.03
2718.22/680.52	c asymm  cl-useful: 2/266/26603 lits-rem:2 time: 0.44
2718.22/680.52	c calculated reachability. Time: 0.00
2718.22/680.52	c  N dy 16803   4213414        95     26603         0    120905    221652   1647140     14.54   no data
2738.99/685.79	c  N dy 16921   4233425        95     26603         0    139382    221651   2002321     14.54     15.35
2764.55/692.17	c  N dy 16974   4254422        95     26603         0    158232    221651   2333968     14.54     15.37
2788.12/698.02	c  N dy 17086   4274429        95     26603         0     95788    221651   1195839     14.54     18.00
2805.70/702.44	c  N dy 17157   4296269        95     26603         0    115527    221650   1544845     14.54     15.32
2826.87/707.79	c  N dy 17259   4316387        95     26603         0    133958    221650   1888590     14.54     15.38
2848.04/713.00	c  N dy 17329   4337056        95     26603         0    152702    221648   2222116     14.54     15.52
2869.60/718.44	c  N dy 17424   4357128        95     26603         0     88579    221648   1046838     14.54     15.33
2880.79/721.28	c  N dy 17500   4377200        95     26603         0    106669    221648   1372029     14.54     16.04
2894.77/724.76	c  N dy 17591   4397384        95     26603         0    125090    221648   1707481     14.55     15.41
2915.14/729.82	c  N dy 17707   4417651        95     26603         0    143685    221648   2055936     14.55     15.35
2936.32/735.13	c  N dy 17809   4437675        95     26603         0    162039    221648   2394891     14.55     16.85
2954.69/739.78	c  N dy 17901   4461517        95     26603         0     99890    221648   1234922     14.55     15.41
2967.87/743.03	c  N dy 17988   4481574        95     26603         0    118068    221647   1560192     14.55     15.49
2983.85/747.00	c  N dy 18095   4501656        95     26603         0    136529    221647   1906404     14.55     16.45
2998.63/750.72	c  N dy 18120   4521720        95     26603         0    154499    221645   2217124     14.55     16.56
3019.80/756.03	c  N dy 18211   4542414        95     26603         0     88824    221645   1038642     14.55     15.66
3031.82/759.09	c  N dy 18301   4562562        95     26603         0    107125    221645   1360742     14.55     15.41
3046.57/762.77	c  N dy 18408   4582619        95     26603         0    125505    221644   1706246     14.55     16.64
3062.95/766.81	c  N dy 18478   4602709        95     26603         0    143736    221642   2035444     14.55     15.32
3078.93/770.82	c  N dy 18525   4622719        95     26603         0    161877    221642   2362939     14.55     16.85
3101.72/776.56	c  N dy 18588   4648253        95     26603         0     99038    221642   1184785     14.55     15.32
3114.90/779.86	c  N dy 18672   4668416        95     26603         0    117521    221642   1524946     14.55     15.48
3128.49/783.25	c  N dy 18737   4688554        95     26603         0    135690    221641   1846491     14.54     15.32
3144.04/787.16	c  N dy 18787   4708768        95     26603         0    153900    221641   2175352     14.54     15.39
3147.63/788.03	c  S st 18795   4713417        95     26603         0    158128    221641   2248246     14.54   no data
3148.83/788.36	c  S st 18795   4713918        95     26603         0    158605    221641   2257229     14.54   no data
3148.83/788.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3149.23/788.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.09
3149.23/788.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3149.23/788.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3149.23/788.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3149.23/788.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
3149.23/788.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3149.64/788.52	c lits-rem:        10  cl-subs:       23  v-elim:      0  v-fix:    0  time:  0.05 s
3149.64/788.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3282.28/821.71	c lits-rem:     15082  cl-subs:    26280  v-elim:      0  v-fix:    0  time: 33.12 s
3282.28/821.72	c vivif2 --  cl tried    26575 cl shrink        0 lits rem          0 time: 0.00
3282.28/821.75	c vivif2 --  cl tried   132330 cl shrink        0 lits rem          0 time: 0.03
3284.25/822.23	c asymm  cl-useful: 2/253/26575 lits-rem:2 time: 0.48
3284.25/822.23	c calculated reachability. Time: 0.00
3284.25/822.23	c  N dy 18795   4713918        95     26575         0    132330    221339   1820791     14.54   no data
3322.20/831.79	c  N dy 18890   4744182        95     26575         0    159461    221338   2290840     14.54     15.31
3349.76/838.66	c  N dy 18966   4764203        95     26575         0     92968    221338   1110948     14.54     16.85
3370.93/843.91	c  N dy 19086   4785174        95     26575         0    112196    221338   1470689     14.54     15.36
3392.12/849.27	c  N dy 19167   4807490        95     26575         0    132535    221338   1842409     14.54     15.37
3418.87/855.95	c  N dy 19242   4828892        95     26575         0    152007    221337   2200706     14.54     15.39
3453.24/864.54	c  N dy 19357   4849065        95     26575         0    170576    221337   2552612     14.55     15.43
3482.39/871.88	c  N dy 19427   4872694        95     26575         0    105101    221337   1300886     14.54     15.39
3503.15/877.04	c  N dy 19512   4892731        95     26575         0    123501    221337   1648171     14.55     15.32
3526.33/882.83	c  N dy 19591   4912754        95     26575         0    141657    221337   1972932     14.55     15.44
3545.91/887.79	c  N dy 19672   4934690        95     26575         0    161450    221337   2321616     14.55     15.42
3570.27/893.81	c  N dy 19773   4955151        95     26575         0     92107    221336   1067023     14.55     15.32
3582.65/896.95	c  N dy 19872   4975239        95     26575         0    110474    221335   1409121     14.55     15.62
3597.82/900.75	c  N dy 19977   4995600        95     26575         0    129046    221335   1758296     14.55     15.33
3617.40/905.66	c  N dy 20083   5017374        95     26575         0    149039    221334   2128195     14.55     15.37
3635.78/910.28	c  N dy 20141   5037404        95     26575         0    166993    221334   2444664     14.55     16.43
3658.54/915.93	c  N dy 20262   5057483        95     26575         0     96226    221333   1139115     14.56     19.60
3670.93/919.07	c  N dy 20333   5077519        95     26575         0    114248    221333   1462427     14.56     18.28
3686.53/922.94	c  N dy 20384   5099248        95     26575         0    134021    221333   1817527     14.55     15.35
3704.11/927.35	c  N dy 20458   5119548        95     26575         0    152360    221333   2147809     14.55     15.33
3724.06/932.37	c  N dy 20538   5139559        95     26575         0    170596    221333   2477045     14.55     15.55
3745.63/937.78	c  N dy 20643   5159761        95     26575         0     99035    221333   1190836     14.56     15.33
3761.23/941.69	c  N dy 20736   5182046        95     26575         0    119209    221333   1554071     14.56     15.39
3777.58/945.76	c  N dy 20777   5205107        95     26575         0    139738    221333   1904580     14.55     15.34
3786.38/947.95	c  S st 20828   5213918        95     26575         0    147695    221333   2052094     14.56     13.59
3787.59/948.24	c  S st 20828   5214420        95     26575         0    148180    221333   2060933     14.56   no data
3787.59/948.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3787.97/948.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.09
3787.97/948.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3787.97/948.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3787.97/948.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3787.97/948.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
3787.97/948.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3787.97/948.39	c lits-rem:        13  cl-subs:       17  v-elim:      0  v-fix:    0  time:  0.04 s
3788.37/948.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3886.64/973.01	c lits-rem:     12088  cl-subs:    17595  v-elim:      0  v-fix:    0  time: 24.56 s
3886.64/973.01	c vivif2 --  cl tried    26551 cl shrink        0 lits rem          0 time: 0.00
3886.64/973.04	c vivif2 --  cl tried   130592 cl shrink        0 lits rem          0 time: 0.03
3888.25/973.41	c asymm  cl-useful: 4/266/26551 lits-rem:4 time: 0.37
3888.25/973.42	c calculated reachability. Time: 0.00
3888.25/973.42	c  N dy 20828   5214420        95     26551         0    130592    221067   1755777     14.56   no data
3906.23/977.97	c  N dy 20897   5236138        95     26551         0    150251    221067   2109161     14.56     15.33
3928.97/983.67	c  N dy 21012   5256175        95     26551         0    168596    221067   2451871     14.56     15.45
3950.95/989.17	c  N dy 21050   5276986        95     26551         0     97373    221066   1146475     14.56     15.35
3963.73/992.38	c  N dy 21130   5297145        95     26551         0    115736    221065   1483153     14.56     15.33
3986.11/997.93	c  N dy 21197   5321659        95     26551         0    137804    221064   1865494     14.55     15.37
4014.87/1005.12	c  N dy 21198   5347824        95     26551         0    160407    221064   2226468     14.54     15.39
4066.00/1017.92	c  N dy 21238   5378667        95     26551         0     97448    221059   1137635     14.54     15.35
4083.17/1022.24	c  N dy 21315   5398756        95     26551         0    115607    221059   1455463     14.53     19.00
4105.94/1027.93	c  N dy 21414   5418819        95     26551         0    133904    221059   1797696     14.54     16.81
4135.50/1035.32	c  N dy 21499   5440349        95     26551         0    153423    221059   2154082     14.54     15.32
4171.45/1044.32	c  N dy 21577   5467111        95     26551         0    177658    221059   2591653     14.54     15.38
4193.43/1049.87	c  N dy 21649   5487303        95     26551         0    103967    221059   1254895     14.54     15.50
4209.02/1053.75	c  N dy 21753   5507361        95     26551         0    122303    221059   1595740     14.54     17.82
4227.38/1058.38	c  N dy 21847   5530728        95     26551         0    143445    221059   1979195     14.54     15.50
4247.75/1063.47	c  N dy 21938   5550782        95     26551         0    161619    221058   2306726     14.54     17.37
4268.52/1068.67	c  N dy 22005   5570938        95     26551         0    179852    221057   2640159     14.54     15.41
4291.30/1074.39	c  N dy 22123   5590939        95     26551         0    104978    221056   1271100     14.54     15.90
4305.27/1077.87	c  N dy 22210   5610977        95     26551         0    123262    221056   1610110     14.54     15.37
4322.45/1082.12	c  N dy 22293   5630993        95     26551         0    141585    221056   1947197     14.54     16.20
4341.25/1086.85	c  N dy 22375   5651088        95     26551         0    159697    221056   2265634     14.54     15.56
4364.39/1092.66	c  N dy 22481   5672159        95     26551         0    178939    221056   2623323     14.54     15.34
4387.16/1098.33	c  N dy 22576   5693265        95     26551         0    103627    221056   1236602     14.55     15.36
4401.14/1101.81	c  N dy 22609   5714305        95     26551         0    122451    221056   1558115     14.54     15.47
4401.14/1101.85	c  S st 22611   5714421        95     26551         0    122555    221056   1559991     14.54   no data
4402.35/1102.13	c  S st 22611   5714925        95     26551         0    123046    221056   1568747     14.54   no data
4402.35/1102.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4402.76/1102.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
4402.76/1102.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4402.76/1102.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4402.76/1102.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4402.76/1102.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
4402.76/1102.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4402.76/1102.25	c lits-rem:        15  cl-subs:       16  v-elim:      0  v-fix:    0  time:  0.04 s
4402.76/1102.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4446.30/1113.18	c lits-rem:      7985  cl-subs:     9432  v-elim:      0  v-fix:    0  time: 10.88 s
4446.30/1113.18	c vivif2 --  cl tried    26443 cl shrink        0 lits rem          0 time: 0.00
4446.70/1113.20	c vivif2 --  cl tried   113706 cl shrink        0 lits rem          0 time: 0.02
4447.88/1113.56	c asymm  cl-useful: 5/289/26443 lits-rem:5 time: 0.36
4447.88/1113.57	c calculated reachability. Time: 0.00
4447.88/1113.57	c  N dy 22611   5714925        95     26443         0    113706    220046   1410530     14.54   no data
4462.67/1117.25	c  N dy 22672   5736884        95     26443         0    133473    220045   1761415     14.54     15.32
4479.84/1121.53	c  N dy 22757   5756973        95     26443         0    151897    220045   2102110     14.54     15.54
4499.43/1126.40	c  N dy 22788   5779852        95     26443         0    172491    220044   2459756     14.54     15.40
4525.40/1132.91	c  N dy 22884   5799856        95     26443         0     95862    220043   1089400     14.54     17.78
4537.76/1136.02	c  N dy 22988   5819925        95     26443         0    114214    220043   1435910     14.54     16.23
4551.76/1139.59	c  N dy 23070   5839935        95     26443         0    132401    220043   1764703     14.54     17.86
4579.70/1146.58	c  N dy 23196   5869499        95     26443         0    159229    220042   2254409     14.54     15.54
4606.46/1153.20	c  N dy 23274   5889512        95     26443         0    177354    220042   2579326     14.54     15.38
4641.21/1161.90	c  N dy 23408   5909623        95     26443         0     99657    220042   1149630     14.55     15.37
4659.19/1166.42	c  N dy 23508   5929701        95     26443         0    118109    220042   1496129     14.55     17.66
4687.97/1173.68	c  N dy 23597   5954668        95     26443         0    140832    220042   1915932     14.55     15.45
4721.11/1181.96	c  N dy 23681   5978721        95     26443         0    162533    220041   2302241     14.55     15.32
4754.28/1190.24	c  N dy 23773   5998788        95     26443         0    180856    220041   2639214     14.55     15.35
4788.22/1198.77	c  N dy 23846   6019120        95     26443         0    101882    220041   1175723     14.55     15.37

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3262859-1304125191/watcher-3262859-1304125191 -o /tmp/evaluation-result-3262859-1304125191/solver-3262859-1304125191 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3262859-1304125191.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: 8.06 8.05 7.99 5/180 19680
/proc/meminfo: memFree=28043160/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 409 0 0 0 0 0 0 0 25 0 4 0 524117857 52441088 348 33554432000 4194304 4627427 140733639852880 18446744073709551615 47778168530866 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 12803 348 299 106 0 7774 0
[pid=19680/tid=19681] ppid=19678 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 524117857 52441088 348 33554432000 4194304 4627427 140733639852880 18446744073709551615 251814296561 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 524117857 52441088 348 33554432000 4194304 4627427 140733639852880 18446744073709551615 251826037814 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 524117857 52441088 348 33554432000 4194304 4627427 140733639852880 18446744073709551615 251809272040 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0153519 s]
/proc/loadavg: 8.06 8.05 7.99 5/180 19680
/proc/meminfo: memFree=28043160/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=282108 CPUtime=0.04 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 2584 0 0 0 4 0 0 0 25 0 4 0 524117857 288878592 2490 33554432000 4194304 4627427 140733639852880 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 70527 2494 338 106 0 65498 0
[pid=19680/tid=19681] ppid=19678 vsize=282108 CPUtime=0 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 544 0 0 0 0 0 0 0 25 0 4 0 524117857 288878592 2494 33554432000 4194304 4627427 140733639852880 18446744073709551615 4530587 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=282108 CPUtime=0 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 538 0 0 0 0 0 0 0 25 0 4 0 524117857 288878592 2496 33554432000 4194304 4627427 140733639852880 18446744073709551615 4506933 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=282108 CPUtime=0 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 553 0 0 0 0 0 0 0 25 0 4 0 524117857 288878592 2497 33554432000 4194304 4627427 140733639852880 18446744073709551615 4506933 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 282108

[startup+0.100344 s]
/proc/loadavg: 8.06 8.05 7.99 5/180 19680
/proc/meminfo: memFree=28043160/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=285260 CPUtime=0.38 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 5602 0 0 0 37 1 0 0 25 0 4 0 524117857 292106240 5507 33554432000 4194304 4627427 140733639852880 18446744073709551615 4523116 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 71315 5507 365 106 0 66286 0
[pid=19680/tid=19681] ppid=19678 vsize=285260 CPUtime=0.08 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 1281 0 0 0 8 0 0 0 25 0 4 0 524117857 292106240 5507 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=285260 CPUtime=0.09 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 1285 0 0 0 9 0 0 0 25 0 4 0 524117857 292106240 5507 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=285260 CPUtime=0.09 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 1328 0 0 0 9 0 0 0 25 0 4 0 524117857 292106240 5507 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 285260

[startup+0.300311 s]
/proc/loadavg: 8.06 8.05 7.99 5/180 19680
/proc/meminfo: memFree=28043160/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=285340 CPUtime=1.18 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 5927 0 0 0 117 1 0 0 25 0 4 0 524117857 292188160 5832 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 71335 5832 367 106 0 66306 0
[pid=19680/tid=19681] ppid=19678 vsize=285340 CPUtime=0.28 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 1307 0 0 0 28 0 0 0 25 0 4 0 524117857 292188160 5832 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=285340 CPUtime=0.29 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 1304 0 0 0 29 0 0 0 25 0 4 0 524117857 292188160 5832 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=285340 CPUtime=0.29 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 1588 0 0 0 29 0 0 0 25 0 4 0 524117857 292188160 5832 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 285340

[startup+0.700245 s]
/proc/loadavg: 8.06 8.05 7.99 5/180 19680
/proc/meminfo: memFree=28043160/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=303720 CPUtime=2.76 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 14688 0 0 0 273 3 0 0 18 0 4 0 524117857 311009280 14499 33554432000 4194304 4627427 140733639852880 18446744073709551615 4467844 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 75930 14499 378 106 0 70901 0
[pid=19680/tid=19681] ppid=19678 vsize=303720 CPUtime=0.68 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 4136 0 0 0 67 1 0 0 18 0 4 0 524117857 311009280 14499 33554432000 4194304 4627427 140733639852880 18446744073709551615 4467852 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=303720 CPUtime=0.69 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 4146 0 0 0 68 1 0 0 25 0 4 0 524117857 311009280 14499 33554432000 4194304 4627427 140733639852880 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=303720 CPUtime=0.68 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 1851 0 0 0 68 0 0 0 25 0 4 0 524117857 311009280 14499 33554432000 4194304 4627427 140733639852880 18446744073709551615 4338468 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 303720

[startup+1.50111 s]
/proc/loadavg: 8.06 8.05 7.99 9/184 19684
/proc/meminfo: memFree=27986584/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=306408 CPUtime=5.96 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 15721 0 0 0 592 4 0 0 19 0 4 0 524117857 313761792 14642 33554432000 4194304 4627427 140733639852880 18446744073709551615 4427140 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 76602 14642 380 106 0 71573 0
[pid=19680/tid=19681] ppid=19678 vsize=306408 CPUtime=1.48 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 4136 0 0 0 147 1 0 0 19 0 4 0 524117857 313761792 14642 33554432000 4194304 4627427 140733639852880 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=306408 CPUtime=1.49 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 4147 0 0 0 148 1 0 0 25 0 4 0 524117857 313761792 14642 33554432000 4194304 4627427 140733639852880 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=306408 CPUtime=1.48 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 2883 0 0 0 148 0 0 0 25 0 4 0 524117857 313761792 14642 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 306408

[startup+3.10084 s]
/proc/loadavg: 8.06 8.05 7.99 9/184 19684
/proc/meminfo: memFree=27985960/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=301280 CPUtime=12.35 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 20440 0 0 0 1230 5 0 0 23 0 4 0 524117857 308510720 17065 33554432000 4194304 4627427 140733639852880 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 75320 17065 389 106 0 70291 0
[pid=19680/tid=19681] ppid=19678 vsize=301280 CPUtime=3.07 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 4350 0 0 0 306 1 0 0 23 0 4 0 524117857 308510720 17065 33554432000 4194304 4627427 140733639852880 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=301280 CPUtime=3.08 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 4403 0 0 0 307 1 0 0 25 0 4 0 524117857 308510720 17065 33554432000 4194304 4627427 140733639852880 18446744073709551615 4332278 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=301280 CPUtime=3.08 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 6875 0 0 0 307 1 0 0 25 0 4 0 524117857 308510720 17065 33554432000 4194304 4627427 140733639852880 18446744073709551615 4409170 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 301280

[startup+6.3003 s]
/proc/loadavg: 8.13 8.06 8.00 9/184 19684
/proc/meminfo: memFree=27960912/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=296136 CPUtime=25.13 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 30633 0 0 0 2505 8 0 0 25 0 4 0 524117857 303243264 22857 33554432000 4194304 4627427 140733639852880 18446744073709551615 4427854 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 74034 22863 389 106 0 69005 0
[pid=19680/tid=19681] ppid=19678 vsize=296136 CPUtime=6.25 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 7110 0 0 0 624 1 0 0 25 0 4 0 524117857 303243264 22866 33554432000 4194304 4627427 140733639852880 18446744073709551615 4321340 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=296136 CPUtime=6.28 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 6896 0 0 0 626 2 0 0 25 0 4 0 524117857 303243264 22868 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=296136 CPUtime=6.29 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 8879 0 0 0 627 2 0 0 25 0 4 0 524117857 303243264 22871 33554432000 4194304 4627427 140733639852880 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 296136

[startup+12.7002 s]
/proc/loadavg: 8.12 8.06 8.00 9/184 19685
/proc/meminfo: memFree=27918552/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=311888 CPUtime=50.69 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 46916 0 0 0 5057 12 0 0 25 0 4 0 524117857 319373312 33607 33554432000 4194304 4627427 140733639852880 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 77972 33607 389 106 0 72943 0
[pid=19680/tid=19681] ppid=19678 vsize=311888 CPUtime=12.61 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 11195 0 0 0 1259 2 0 0 25 0 4 0 524117857 319373312 33607 33554432000 4194304 4627427 140733639852880 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=311888 CPUtime=12.68 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 10744 0 0 0 1265 3 0 0 25 0 4 0 524117857 319373312 33607 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=311888 CPUtime=12.69 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 13856 0 0 0 1266 3 0 0 25 0 4 0 524117857 319373312 33607 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 311888

[startup+25.5011 s]
/proc/loadavg: 8.09 8.06 8.00 9/184 19685
/proc/meminfo: memFree=27916544/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=302476 CPUtime=101.82 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 69662 0 0 0 10164 18 0 0 25 0 4 0 524117857 309735424 31651 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 75619 31651 389 106 0 70590 0
[pid=19680/tid=19681] ppid=19678 vsize=302476 CPUtime=25.35 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 16822 0 0 0 2531 4 0 0 25 0 4 0 524117857 309735424 31651 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=302476 CPUtime=25.48 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 14578 0 0 0 2544 4 0 0 25 0 4 0 524117857 309735424 31651 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=302476 CPUtime=25.48 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 21040 0 0 0 2543 5 0 0 25 0 4 0 524117857 309735424 31651 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 302476

[startup+51.1008 s]
/proc/loadavg: 8.06 8.05 8.00 9/184 19685
/proc/meminfo: memFree=27879476/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=328184 CPUtime=204.07 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 113350 0 0 0 20379 28 0 0 25 0 4 0 524117857 336060416 43552 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 82046 43552 389 106 0 77017 0
[pid=19680/tid=19681] ppid=19678 vsize=328184 CPUtime=50.81 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 24922 0 0 0 5075 6 0 0 25 0 4 0 524117857 336060416 43552 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=328184 CPUtime=51.08 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 22886 0 0 0 5102 6 0 0 25 0 4 0 524117857 336060416 43552 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=328184 CPUtime=51.08 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 37734 0 0 0 5099 9 0 0 25 0 4 0 524117857 336060416 43552 33554432000 4194304 4627427 140733639852880 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 328184

[startup+102.307 s]
/proc/loadavg: 8.16 8.09 8.01 9/184 19696
/proc/meminfo: memFree=27873936/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=336968 CPUtime=408.6 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 189060 0 0 0 40812 48 0 0 25 0 4 0 524117857 345055232 42106 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 84242 42106 389 106 0 79213 0
[pid=19680/tid=19681] ppid=19678 vsize=336968 CPUtime=101.72 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 41242 0 0 0 10162 10 0 0 25 0 4 0 524117857 345055232 42106 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=336968 CPUtime=102.28 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 39423 0 0 0 10218 10 0 0 25 0 4 0 524117857 345055232 42106 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=336968 CPUtime=102.27 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 61593 0 0 0 10212 15 0 0 25 0 4 0 524117857 345055232 42106 33554432000 4194304 4627427 140733639852880 18446744073709551615 4420146 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 336968

[startup+162.301 s]

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

[pid=19680] ppid=19678 vsize=613356 CPUtime=2805.3 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 610311 0 0 0 280324 206 0 0 25 0 4 0 524117857 628076544 91978 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 153339 91978 392 106 0 148310 0
[pid=19680/tid=19681] ppid=19678 vsize=613356 CPUtime=698.44 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 137260 0 0 0 69800 44 0 0 25 0 4 0 524117857 628076544 91978 33554432000 4194304 4627427 140733639852880 18446744073709551615 4420136 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=613356 CPUtime=702.28 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 137865 0 0 0 70179 49 0 0 25 0 4 0 524117857 628076544 91978 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=613356 CPUtime=702.24 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 167821 0 0 0 70169 55 0 0 25 0 4 0 524117857 628076544 91978 33554432000 4194304 4627427 140733639852880 18446744073709551615 4427870 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.3
Current children cumulated vsize (KiB) 613356

[startup+762.306 s]
/proc/loadavg: 8.24 8.14 8.06 9/184 19748
/proc/meminfo: memFree=30337308/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=598552 CPUtime=3044.99 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 641621 0 0 0 304281 218 0 0 25 0 4 0 524117857 612917248 93010 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 149638 93010 389 106 0 144609 0
[pid=19680/tid=19681] ppid=19678 vsize=598552 CPUtime=758.13 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 146020 0 0 0 75766 47 0 0 25 0 4 0 524117857 612917248 93010 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=598552 CPUtime=762.28 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 141204 0 0 0 76178 50 0 0 25 0 4 0 524117857 612917248 93010 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=598552 CPUtime=762.24 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 177229 0 0 0 76164 60 0 0 25 0 4 0 524117857 612917248 93010 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.99
Current children cumulated vsize (KiB) 598552

[startup+822.3 s]
/proc/loadavg: 8.16 8.13 8.06 9/184 19749
/proc/meminfo: memFree=30230740/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=614644 CPUtime=3284.65 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 670464 0 0 0 328236 229 0 0 25 0 4 0 524117857 629395456 101541 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 153661 101541 389 106 0 148632 0
[pid=19680/tid=19681] ppid=19678 vsize=614644 CPUtime=817.81 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 150744 0 0 0 81731 50 0 0 25 0 4 0 524117857 629395456 101541 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=614644 CPUtime=822.28 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 146988 0 0 0 82176 52 0 0 25 0 4 0 524117857 629395456 101541 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=614644 CPUtime=822.24 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 188592 0 0 0 82160 64 0 0 25 0 4 0 524117857 629395456 101541 33554432000 4194304 4627427 140733639852880 18446744073709551615 4420268 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.65
Current children cumulated vsize (KiB) 614644

[startup+882.3 s]
/proc/loadavg: 8.12 8.12 8.06 9/184 19750
/proc/meminfo: memFree=30178608/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=599636 CPUtime=3524.33 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 681519 0 0 0 352197 236 0 0 25 0 4 0 524117857 614027264 101002 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 149909 101002 389 106 0 144880 0
[pid=19680/tid=19681] ppid=19678 vsize=599636 CPUtime=877.48 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 154010 0 0 0 87698 50 0 0 25 0 4 0 524117857 614027264 101002 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309318 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=599636 CPUtime=882.28 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 147878 0 0 0 88175 53 0 0 25 0 4 0 524117857 614027264 101002 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=599636 CPUtime=882.24 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 188592 0 0 0 88160 64 0 0 25 0 4 0 524117857 614027264 101002 33554432000 4194304 4627427 140733639852880 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.33
Current children cumulated vsize (KiB) 599636

[startup+942.3 s]
/proc/loadavg: 8.11 8.11 8.06 9/184 19752
/proc/meminfo: memFree=30103784/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=600116 CPUtime=3764.01 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 714124 0 0 0 376155 246 0 0 25 0 4 0 524117857 614518784 105212 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309220 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 150029 105212 389 106 0 145000 0
[pid=19680/tid=19681] ppid=19678 vsize=600116 CPUtime=937.16 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 161388 0 0 0 93664 52 0 0 25 0 4 0 524117857 614518784 105212 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=600116 CPUtime=942.28 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 153322 0 0 0 94173 55 0 0 25 0 4 0 524117857 614518784 105212 33554432000 4194304 4627427 140733639852880 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=600116 CPUtime=942.23 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 198553 0 0 0 94156 67 0 0 25 0 4 0 524117857 614518784 105212 33554432000 4194304 4627427 140733639852880 18446744073709551615 4333184 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.01
Current children cumulated vsize (KiB) 600116

[startup+1002.3 s]
/proc/loadavg: 8.16 8.12 8.06 9/184 19754
/proc/meminfo: memFree=30052408/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=600128 CPUtime=4003.68 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 735835 0 0 0 400113 255 0 0 25 0 4 0 524117857 614531072 105165 33554432000 4194304 4627427 140733639852880 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 150032 105165 389 106 0 145003 0
[pid=19680/tid=19681] ppid=19678 vsize=600128 CPUtime=996.83 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 164442 0 0 0 99630 53 0 0 25 0 4 0 524117857 614531072 105165 33554432000 4194304 4627427 140733639852880 18446744073709551615 4420146 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=600128 CPUtime=1002.28 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 158233 0 0 0 100171 57 0 0 25 0 4 0 524117857 614531072 105165 33554432000 4194304 4627427 140733639852880 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=600128 CPUtime=1002.23 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 206933 0 0 0 100152 71 0 0 25 0 4 0 524117857 614531072 105165 33554432000 4194304 4627427 140733639852880 18446744073709551615 4420151 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.68
Current children cumulated vsize (KiB) 600128

[startup+1062.3 s]
/proc/loadavg: 8.17 8.13 8.07 9/184 19756
/proc/meminfo: memFree=30028548/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=616188 CPUtime=4243.36 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 751838 0 0 0 424074 262 0 0 25 0 4 0 524117857 630976512 105754 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 154047 105754 389 106 0 149018 0
[pid=19680/tid=19681] ppid=19678 vsize=616188 CPUtime=1056.51 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 167472 0 0 0 105597 54 0 0 25 0 4 0 524117857 630976512 105754 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=616188 CPUtime=1062.28 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 161339 0 0 0 106170 58 0 0 25 0 4 0 524117857 630976512 105754 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=616188 CPUtime=1062.23 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 209823 0 0 0 106150 73 0 0 25 0 4 0 524117857 630976512 105754 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.36
Current children cumulated vsize (KiB) 616188

[startup+1122.3 s]
/proc/loadavg: 8.17 8.13 8.07 9/184 19757
/proc/meminfo: memFree=29930408/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=715820 CPUtime=4483.03 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 779450 0 0 0 448030 273 0 0 25 0 4 0 524117857 732999680 115231 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 178955 115231 389 106 0 173926 0
[pid=19680/tid=19681] ppid=19678 vsize=715820 CPUtime=1116.18 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 175433 0 0 0 111561 57 0 0 25 0 4 0 524117857 732999680 115231 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=715820 CPUtime=1122.29 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 165253 0 0 0 112169 60 0 0 25 0 4 0 524117857 732999680 115231 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309134 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=715820 CPUtime=1122.23 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 217828 0 0 0 112147 76 0 0 25 0 4 0 524117857 732999680 115231 33554432000 4194304 4627427 140733639852880 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.03
Current children cumulated vsize (KiB) 715820

[startup+1182.3 s]
/proc/loadavg: 8.06 8.10 8.07 9/184 19758
/proc/meminfo: memFree=29819496/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=657028 CPUtime=4722.71 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 798469 0 0 0 471989 282 0 0 25 0 4 0 524117857 672796672 119392 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 164257 119392 389 106 0 159228 0
[pid=19680/tid=19681] ppid=19678 vsize=657028 CPUtime=1175.86 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 181847 0 0 0 117526 60 0 0 25 0 4 0 524117857 672796672 119392 33554432000 4194304 4627427 140733639852880 18446744073709551615 4420161 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=657028 CPUtime=1182.28 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 166742 0 0 0 118168 60 0 0 25 0 4 0 524117857 672796672 119392 33554432000 4194304 4627427 140733639852880 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=657028 CPUtime=1182.24 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 221153 0 0 0 118145 79 0 0 25 0 4 0 524117857 672796672 119392 33554432000 4194304 4627427 140733639852880 18446744073709551615 4420151 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.71
Current children cumulated vsize (KiB) 657028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.04 8.10 8.07 9/184 19759
/proc/meminfo: memFree=29833988/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=657104 CPUtime=4800.21 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 801723 0 0 0 479738 283 0 0 25 0 4 0 524117857 672874496 118761 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 164276 118761 389 106 0 159247 0
[pid=19680/tid=19681] ppid=19678 vsize=657104 CPUtime=1195.15 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 182283 0 0 0 119455 60 0 0 25 0 4 0 524117857 672874496 118761 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=657104 CPUtime=1201.69 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 166742 0 0 0 120109 60 0 0 25 0 4 0 524117857 672874496 118761 33554432000 4194304 4627427 140733639852880 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=657104 CPUtime=1201.64 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 221153 0 0 0 120085 79 0 0 25 0 4 0 524117857 672874496 118761 33554432000 4194304 4627427 140733639852880 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 657104

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

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

[startup+1201.7 s]
/proc/loadavg: 8.04 8.10 8.07 9/184 19759
/proc/meminfo: memFree=29833988/32950928 swapFree=67111448/67111528
[pid=19680] ppid=19678 vsize=657104 CPUtime=4800.21 cores=0,2,4,6
/proc/19680/stat : 19680 (strangenight2-m) R 19678 19680 19209 0 -1 4202496 801723 0 0 0 479738 283 0 0 25 0 4 0 524117857 672874496 118761 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19680/statm: 164276 118761 389 106 0 159247 0
[pid=19680/tid=19681] ppid=19678 vsize=657104 CPUtime=1195.15 cores=0,2,4,6
/proc/19680/task/19681/stat : 19681 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 182283 0 0 0 119455 60 0 0 25 0 4 0 524117857 672874496 118761 33554432000 4194304 4627427 140733639852880 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19680/tid=19682] ppid=19678 vsize=657104 CPUtime=1201.69 cores=0,2,4,6
/proc/19680/task/19682/stat : 19682 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 166742 0 0 0 120109 60 0 0 25 0 4 0 524117857 672874496 118761 33554432000 4194304 4627427 140733639852880 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19680/tid=19683] ppid=19678 vsize=657104 CPUtime=1201.64 cores=0,2,4,6
/proc/19680/task/19683/stat : 19683 (strangenight2-m) R 19678 19680 19209 0 -1 4202560 221153 0 0 0 120085 79 0 0 25 0 4 0 524117857 672874496 118761 33554432000 4194304 4627427 140733639852880 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 657104

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.27
CPU user time (s): 4797.41
CPU system time (s): 2.86056
CPU usage (%): 399.445
Max. virtual memory (cumulated for all children) (KiB): 731772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.41
system time used= 2.86056
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 801723
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= 1729
involuntary context switches= 29850

runsolver used 1.83072 second user time and 4.74628 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-30 02:59:52
IDJOB=3262859
IDBENCH=83899
IDSOLVER=1586
FILE ID=node126/3262859-1304125191
RUNJOBID= node126-1304124689-19554
PBS_JOBID= 13170739
Free space on /tmp= 71492 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262859-1304125191/watcher-3262859-1304125191 -o /tmp/evaluation-result-3262859-1304125191/solver-3262859-1304125191 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3262859-1304125191.cnf

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

MD5SUM BENCH= 3aff0c2163848e3eed6bc22fc2c30cdf
RANDOM SEED=1683607526

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28043332 kB
Buffers:        270496 kB
Cached:        1531552 kB
SwapCached:         76 kB
Active:        2970520 kB
Inactive:      1621844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28043332 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           41624 kB
Writeback:           0 kB
AnonPages:     2790500 kB
Mapped:          15476 kB
Slab:           247428 kB
PageTables:      10648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3548904 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= 71584 MiB
End job on node126 at 2011-04-30 03:19:55