Trace number 3263387

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.36 1201.74

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_21_60_7-log.shuffled-as.sat03-151.cnf
MD5SUM5cab37809f478f7db7fa096e9a155cfe
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 variables105
Number of clauses40110
Sum of the clauses size400890
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 542
Number of clauses of size over 540068

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-3263387-1304126100.cnf'
0.00/0.00	c -- header says num vars:            105
0.00/0.00	c -- header says num clauses:       40110
0.03/0.03	c -- clauses added:            0 learnts,        40110 normals,            0 xors
0.03/0.03	c -- vars added        105
0.03/0.03	c Parsing time:  0.03 s
0.03/0.03	c  N st     0         0       105     40110         0         0    400890         0   no data   no data
1.17/0.31	c asymm  cl-useful: 137/2272/40110 lits-rem:143 time: 0.28
1.17/0.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
1.17/0.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.17/0.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.17/0.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.17/0.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
1.17/0.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.94/3.03	c lits-rem:     54084  cl-subs:     8114  v-elim:      0  v-fix:    0  time:  2.69 s
11.94/3.03	c Finding binary XORs  T:     0.00 s  found:       0
11.94/3.08	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
11.94/3.08	c calculated reachability. Time: 0.00
11.94/3.08	c Calc default polars -  time:   0.00 s pos:      46 undec:       0 neg:      59
11.94/3.08	c =========================================================================================
11.94/3.08	c types(t): F = full restart, N = normal restart
11.94/3.08	c types(t): S = simplification begin/end, E = solution found
11.94/3.08	c restart types(rt): st = static, dy = dynamic
11.94/3.08	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
11.94/3.08	c  B st     0         0       105     31996         0         0    273090         0   no data   no data
12.77/3.23	c  N dy    12      5332       105     31996         0      4945    273088     98521     15.95     16.81
13.17/3.35	c  N dy    22      9362       105     31996         0      5612    273084     96105     15.68     19.54
13.94/3.55	c  N dy    37     14517       105     31996         0      5312    273079     74939     15.50     16.36
15.14/3.80	c  N dy    44     22310       105     31996         0     12573    273072    207209     14.94     15.75
15.54/3.91	c  F st    62     25000       105     31996         0      8480    273069    123938     15.00   no data
15.54/3.98	c  N st    66     27033       105     31996         0     10376    273069    161254     15.00   no data
15.94/4.10	c  S st    68     30002       105     31996         0     13112    273065    214866     15.00   no data
16.34/4.16	c  S st    68     30506       105     31996         0     13592    273058    222633     15.00   no data
16.34/4.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.34/4.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
16.34/4.18	c blocked clauses removed:        0 vars:      0 tried:         105 T: 0.00 s
16.34/4.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.34/4.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.34/4.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
16.34/4.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.34/4.19	c lits-rem:        31  cl-subs:       21  v-elim:      0  v-fix:    0  time:  0.01 s
16.74/4.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.94/5.02	c lits-rem:      2740  cl-subs:     1232  v-elim:      0  v-fix:    0  time:  0.81 s
21.96/5.57	c asymm  cl-useful: 36/2190/31873 lits-rem:36 time: 0.54
21.96/5.57	c calculated reachability. Time: 0.00
21.96/5.57	c  N dy    68     30506       105     31873         0     12462    271763    196268     15.00   no data
22.73/5.74	c  N dy    78     34746       105     31873         0      8610    271761    113244     14.87     15.80
24.33/6.12	c  N dy    90     44679       105     31873         0      8873    271755    114378     14.46     15.47
24.33/6.15	c  S st    94     45760       105     31873         0      9872    271755    132497     14.46     14.81
24.73/6.20	c  S st    94     46262       105     31873         0     10361    271755    140271     14.46   no data
24.73/6.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.73/6.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
24.73/6.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.73/6.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.73/6.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.73/6.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
24.73/6.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.73/6.23	c lits-rem:        29  cl-subs:       26  v-elim:      0  v-fix:    0  time:  0.01 s
24.73/6.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.13/6.38	c lits-rem:       928  cl-subs:      413  v-elim:      0  v-fix:    0  time:  0.15 s
25.13/6.39	c vivif2 --  cl tried    31792 cl shrink        0 lits rem          0 time: 0.00
25.13/6.39	c vivif2 --  cl tried    10003 cl shrink        0 lits rem          0 time: 0.00
26.72/6.77	c asymm  cl-useful: 33/2281/31792 lits-rem:33 time: 0.38
26.72/6.77	c calculated reachability. Time: 0.00
26.72/6.77	c  N dy    94     46262       105     31792         0     10003    270886    134069     14.46   no data
27.52/6.92	c  N dy   132     50362       105     31792         0     13894    270880    210072     14.64     15.90
27.92/7.07	c  N dy   147     54465       105     31792         0     17674    270862    278368     14.61     15.42
28.72/7.27	c  N dy   174     58552       105     31792         0     11706    270858    159251     14.68     15.57
29.52/7.41	c  N dy   191     62641       105     31792         0     15529    270856    231116     14.68     15.75
29.92/7.58	c  N dy   210     66682       105     31792         0     19324    270850    303775     14.71     16.73
30.73/7.73	c  S st   230     69393       105     31792         0     11008    270844    138567     14.73     14.00
30.73/7.79	c  S st   230     69895       105     31792         0     11479    270841    146323     14.73   no data
30.73/7.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.12/7.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
31.12/7.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.12/7.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.12/7.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.12/7.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
31.12/7.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.12/7.83	c lits-rem:        69  cl-subs:       38  v-elim:      0  v-fix:    0  time:  0.01 s
31.12/7.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.92/8.06	c lits-rem:       670  cl-subs:      278  v-elim:      0  v-fix:    0  time:  0.22 s
31.92/8.06	c vivif2 --  cl tried    31636 cl shrink        0 lits rem          0 time: 0.00
31.92/8.06	c vivif2 --  cl tried    11319 cl shrink        0 lits rem          0 time: 0.00
34.31/8.63	c asymm  cl-useful: 201/2201/31636 lits-rem:201 time: 0.57
34.31/8.63	c calculated reachability. Time: 0.00
34.31/8.63	c  N dy   230     69895       105     31636         0     11319    269049    143855     14.73   no data
35.14/8.83	c  N dy   262     74749       105     31636         0     15918    269046    232122     14.80     15.60
35.91/9.06	c  N dy   291     79810       105     31636         0     20691    269044    321801     14.83     15.66
37.11/9.33	c  N dy   296     85002       105     31636         0     13662    269040    182520     14.77     15.65
37.51/9.43	c  F st   313     87501       105     31636         0     16032    269032    227971     14.79     13.80
37.91/9.58	c  N st   318     90796       105     31636         0     19107    269028    289194     14.79   no data
39.13/9.84	c  N dy   326     96652       105     31636         0     24507    269023    389732     14.76     15.82
40.31/10.17	c  N dy   347    103416       105     31636         0     18024    269015    253591     14.72     15.52
40.71/10.22	c  S st   350    104842       105     31636         0     19338    269014    276671     14.71     14.52
40.71/10.29	c  S st   350    105343       105     31636         0     19823    269013    284700     14.71   no data
40.71/10.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.10/10.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
41.10/10.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.10/10.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.10/10.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.10/10.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
41.10/10.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.10/10.33	c lits-rem:       261  cl-subs:      194  v-elim:      0  v-fix:    0  time:  0.02 s
41.10/10.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.52/10.91	c lits-rem:      2698  cl-subs:     1392  v-elim:      0  v-fix:    0  time:  0.57 s
43.52/10.91	c vivif2 --  cl tried    31345 cl shrink        0 lits rem          0 time: 0.00
43.52/10.92	c vivif2 --  cl tried    18528 cl shrink        0 lits rem          0 time: 0.00
44.30/11.13	c asymm  cl-useful: 83/956/31345 lits-rem:83 time: 0.21
44.30/11.13	c calculated reachability. Time: 0.00
44.30/11.13	c  N dy   350    105343       105     31345         0     18528    265925    258450     14.71   no data
45.49/11.41	c  N dy   365    112303       105     31345         0     25004    265922    375729     14.64     15.48
46.70/11.78	c  N dy   398    120144       105     31345         0     18716    265915    260452     14.62     15.41
48.31/12.16	c  N dy   427    128105       105     31345         0     26225    265911    399117     14.61     15.51
49.89/12.53	c  N dy   465    136491       105     31345         0     19382    265906    264304     14.62     15.39
51.49/12.95	c  N dy   524    145570       105     31345         0     27969    265897    428929     14.68     15.47
53.88/13.53	c  N dy   570    158016       105     31345         0     23803    265889    332635     14.67     13.49
53.88/13.53	c  S st   570    158016       105     31345         0     23803    265889    332635     14.67     13.49
54.28/13.60	c  S st   570    158521       105     31345         0     24296    265888    341320     14.67   no data
54.28/13.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
54.28/13.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
54.28/13.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
54.28/13.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
54.28/13.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.28/13.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
54.28/13.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
54.28/13.63	c lits-rem:        72  cl-subs:       52  v-elim:      0  v-fix:    0  time:  0.01 s
54.28/13.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.88/14.56	c lits-rem:      4252  cl-subs:     2451  v-elim:      0  v-fix:    0  time:  0.91 s
57.88/14.57	c vivif2 --  cl tried    31151 cl shrink        0 lits rem          0 time: 0.00
57.88/14.57	c vivif2 --  cl tried    21987 cl shrink        0 lits rem          0 time: 0.00
59.08/14.82	c asymm  cl-useful: 73/887/31151 lits-rem:73 time: 0.25
59.08/14.83	c calculated reachability. Time: 0.00
59.08/14.83	c  N dy   570    158521       105     31151         0     21987    263783    297966     14.67   no data
61.09/15.36	c  N dy   631    168698       105     31151         0     31606    263774    480510     14.71     15.68
63.88/16.03	c  N dy   691    181101       105     31151         0     26717    263767    392471     14.72     15.69
66.67/16.71	c  N dy   739    194453       105     31151         0     21761    263758    290684     14.72     15.58
69.07/17.36	c  N dy   810    207199       105     31151         0     33814    263752    522294     14.77     15.56
72.26/18.14	c  N dy   883    220788       105     31151         0     28131    263740    408131     14.80     15.62
75.86/19.03	c  N dy   954    234882       105     31151         0     21925    263728    278757     14.83     15.69
76.26/19.16	c  S st   968    237781       105     31151         0     24639    263726    330354     14.83     14.16
76.66/19.23	c  S st   968    238284       105     31151         0     25125    263726    338858     14.83   no data
76.66/19.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
76.66/19.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
76.66/19.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.66/19.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.66/19.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.66/19.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
76.66/19.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.66/19.27	c lits-rem:        81  cl-subs:       63  v-elim:      0  v-fix:    0  time:  0.01 s
76.66/19.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.45/19.96	c lits-rem:      2561  cl-subs:     1003  v-elim:      0  v-fix:    0  time:  0.68 s
79.45/19.97	c vivif2 --  cl tried    30913 cl shrink        0 lits rem          0 time: 0.00
79.45/19.97	c vivif2 --  cl tried    24297 cl shrink        0 lits rem          0 time: 0.00
80.65/20.24	c asymm  cl-useful: 59/832/30913 lits-rem:59 time: 0.27
80.65/20.24	c calculated reachability. Time: 0.00
80.65/20.24	c  N dy   968    238284       105     30913         0     24297    261209    321296     14.83   no data
84.24/21.16	c  N dy  1034    253594       105     30913         0     38689    261199    595384     14.83     15.68
88.23/22.19	c  N dy  1110    269855       105     30913         0     33539    261193    485684     14.84     16.68
93.02/23.33	c  N dy  1188    288512       105     30913         0     29725    261185    409610     14.84     15.72
97.42/24.40	c  F st  1257    306250       105     30913         0     24205    261172    299252     14.85     14.61
97.42/24.46	c  N st  1260    307438       105     30913         0     25318    261172    322659     14.85   no data
103.42/25.91	c  N dy  1295    332730       105     30913         0     25669    261162    318207     14.78     15.63
107.81/27.00	c  N dy  1376    352753       105     30913         0     44458    261150    674220     14.78     15.64
109.01/27.36	c  S st  1389    357427       105     30913         0     24895    261149    300043     14.77     12.62
109.43/27.43	c  S st  1389    357931       105     30913         0     25387    261148    308609     14.77   no data
109.43/27.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
109.43/27.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
109.43/27.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
109.43/27.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
109.43/27.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
109.43/27.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
109.43/27.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
109.43/27.47	c lits-rem:        57  cl-subs:       67  v-elim:      0  v-fix:    0  time:  0.01 s
109.43/27.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
111.40/27.92	c lits-rem:      1498  cl-subs:      549  v-elim:      0  v-fix:    0  time:  0.44 s
111.40/27.92	c vivif2 --  cl tried    30716 cl shrink        0 lits rem          0 time: 0.00
111.40/27.93	c vivif2 --  cl tried    24968 cl shrink        0 lits rem          0 time: 0.00
112.20/28.15	c asymm  cl-useful: 48/839/30716 lits-rem:48 time: 0.22
112.20/28.15	c calculated reachability. Time: 0.00
112.20/28.15	c  N dy  1389    357931       105     30716         0     24968    259078    301904     14.77   no data
116.60/29.30	c  N dy  1500    377949       105     30716         0     43956    259071    669528     14.80     17.02
124.59/31.21	c  N dy  1566    406982       105     30716         0     45641    259064    659269     14.76     15.54
130.17/32.68	c  N dy  1648    427561       105     30716         0     39129    259058    554057     14.75     15.76
135.79/34.06	c  N dy  1756    447624       105     30716         0     31203    259050    399462     14.77     15.61
140.96/35.30	c  N dy  1816    468020       105     30716         0     50223    259040    752280     14.75     15.57
146.16/36.65	c  N dy  1899    488048       105     30716         0     41107    259029    569113     14.74     15.53
152.15/38.16	c  N dy  1997    508146       105     30716         0     31269    259022    388255     14.75     15.77
156.94/39.39	c  N dy  2090    529201       105     30716         0     51015    259016    759852     14.76     15.58
159.33/39.99	c  S st  2136    536897       105     30716         0     58256    259013    897820     14.77   no data
160.13/40.13	c  S st  2136    537399       105     30716         0     58749    259013    906224     14.77   no data
160.13/40.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
160.13/40.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
160.13/40.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
160.13/40.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
160.13/40.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
160.13/40.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
160.13/40.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
160.13/40.19	c lits-rem:        37  cl-subs:       67  v-elim:      0  v-fix:    0  time:  0.02 s
160.54/40.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
181.30/45.42	c lits-rem:      9378  cl-subs:     4918  v-elim:      0  v-fix:    0  time:  5.20 s
181.30/45.43	c vivif2 --  cl tried    30529 cl shrink        0 lits rem          0 time: 0.00
181.30/45.44	c vivif2 --  cl tried    53951 cl shrink        0 lits rem          0 time: 0.01
182.50/45.74	c asymm  cl-useful: 9/600/30529 lits-rem:9 time: 0.30
182.50/45.74	c calculated reachability. Time: 0.00
182.50/45.74	c  N dy  2136    537399       105     30529         0     53951    257149    802541     14.77   no data
188.11/47.14	c  N dy  2228    557523       105     30529         0     43356    257144    612552     14.78     15.59
194.09/48.67	c  N dy  2286    577921       105     30529         0     31782    257138    389632     14.76     16.13
199.29/49.91	c  N dy  2382    597988       105     30529         0     50676    257134    750114     14.77     16.35
204.88/51.35	c  N dy  2453    619133       105     30529         0     38923    257128    514522     14.76     15.63
212.06/53.11	c  N dy  2546    642592       105     30529         0     60749    257122    922523     14.76     15.55
218.46/54.76	c  N dy  2617    663482       105     30529         0     47897    257114    666087     14.75     15.56
228.07/57.17	c  N dy  2728    689937       105     30529         0     39220    257112    497477     14.74     15.76
235.64/59.07	c  N dy  2859    710384       105     30529         0     58530    257104    876407     14.77     15.58
242.82/60.83	c  N dy  2923    730646       105     30529         0     43023    257098    558625     14.76     15.56
248.81/62.32	c  N dy  2992    750689       105     30529         0     61639    257095    903515     14.76     21.10
255.60/64.01	c  N dy  3088    770778       105     30529         0     45216    257092    590425     14.76     15.65
262.00/65.66	c  N dy  3169    792396       105     30529         0     65451    257090    975734     14.75     15.62
267.19/66.99	c  S st  3237    806100       105     30529         0     42278    257086    539289     14.76   no data
268.01/67.11	c  S st  3237    806603       105     30529         0     42766    257085    547777     14.76   no data
268.01/67.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
268.01/67.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
268.01/67.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
268.01/67.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
268.01/67.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
268.01/67.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
268.01/67.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
268.01/67.18	c lits-rem:        85  cl-subs:       38  v-elim:      0  v-fix:    0  time:  0.02 s
268.01/67.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
277.58/69.52	c lits-rem:      4446  cl-subs:     1294  v-elim:      0  v-fix:    0  time:  2.32 s
277.58/69.52	c vivif2 --  cl tried    30297 cl shrink        0 lits rem          0 time: 0.00
277.58/69.53	c vivif2 --  cl tried    41666 cl shrink        0 lits rem          0 time: 0.01
278.78/69.88	c asymm  cl-useful: 11/653/30297 lits-rem:12 time: 0.34
278.78/69.88	c calculated reachability. Time: 0.00
278.78/69.88	c  N dy  3237    806603       105     30297         0     41666    254680    524334     14.76   no data
285.59/71.55	c  N dy  3311    826625       105     30297         0     60409    254677    879338     14.75     15.54
293.56/73.57	c  N dy  3358    847933       105     30297         0     43039    254674    530959     14.73     15.60
314.33/78.70	c  N dy  3404    905796       105     30297         0     58449    254670    780603     14.62     15.40
322.72/80.85	c  N dy  3516    925812       105     30297         0     38710    254668    449452     14.63     19.16
328.31/82.26	c  N dy  3624    945855       105     30297         0     57515    254661    807046     14.64     15.79
335.89/84.19	c  N dy  3690    966043       105     30297         0     76258    254659   1147946     14.63     15.47
342.71/85.88	c  N dy  3741    986057       105     30297         0     54945    254655    728828     14.62     15.53
350.28/87.70	c  N dy  3830   1007736       105     30297         0     75017    254648   1104422     14.62     15.46
359.47/90.02	c  N dy  3862   1032928       105     30297         0     57764    254643    776493     14.59     15.59
366.26/91.75	c  N dy  3917   1053018       105     30297         0     76356    254641   1112451     14.58     15.40
373.84/93.61	c  F st  4008   1071875       105     30297         0     52639    254639    684212     14.59   no data
374.24/93.70	c  N st  4011   1073063       105     30297         0     53750    254638    707906     14.59   no data
380.64/95.35	c  N dy  4053   1093225       105     30297         0     72482    254636   1071772     14.58     15.46
389.02/97.43	c  N dy  4164   1113309       105     30297         0     48855    254636    615786     14.59     17.34
395.44/99.06	c  N dy  4241   1133390       105     30297         0     67666    254634    970648     14.59     15.41
403.83/101.12	c  N dy  4343   1153481       105     30297         0     86614    254632   1335023     14.60     15.92
413.39/103.51	c  N dy  4421   1180818       105     30297         0     68380    254626    955066     14.59     15.39
421.40/105.57	c  N dy  4505   1201512       105     30297         0     87689    254623   1316402     14.59     15.40
426.20/106.76	c  S st  4555   1209904       105     30297         0     51122    254621    641519     14.59   no data
426.98/106.93	c  S st  4555   1210409       105     30297         0     51613    254621    649992     14.59   no data
426.98/106.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
426.98/106.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
426.98/106.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
426.98/106.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
426.98/106.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
426.98/106.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
426.98/106.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
427.37/107.01	c lits-rem:        39  cl-subs:       49  v-elim:      0  v-fix:    0  time:  0.03 s
427.37/107.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
441.36/110.59	c lits-rem:      4040  cl-subs:     1414  v-elim:      0  v-fix:    0  time:  3.55 s
441.36/110.59	c vivif2 --  cl tried    30118 cl shrink        0 lits rem          0 time: 0.01
441.76/110.60	c vivif2 --  cl tried    50329 cl shrink        0 lits rem          0 time: 0.01
442.95/110.96	c asymm  cl-useful: 3/662/30118 lits-rem:3 time: 0.35
442.95/110.96	c calculated reachability. Time: 0.00
442.95/110.96	c  N dy  4555   1210409       105     30118         0     50329    252839    624368     14.59   no data
450.94/112.91	c  N dy  4673   1230416       105     30118         0     69127    252838    983592     14.60     18.28
458.93/114.98	c  N dy  4748   1250452       105     30118         0     87708    252834   1330780     14.60     16.86
466.92/116.91	c  N dy  4852   1270482       105     30118         0     61001    252831    816665     14.61     15.65
474.53/118.82	c  N dy  4941   1290511       105     30118         0     79775    252830   1172119     14.61     17.16
484.89/121.42	c  N dy  5039   1314512       105     30118         0     55767    252829    709082     14.61     15.40
492.10/123.29	c  N dy  5149   1334808       105     30118         0     74810    252827   1072785     14.62     15.43
501.27/125.55	c  N dy  5226   1354924       105     30118         0     93585    252826   1423987     14.62     15.47
509.68/127.68	c  N dy  5318   1374955       105     30118         0     64990    252823    882146     14.62     17.27
522.04/130.77	c  N dy  5348   1404854       105     30118         0     92213    252822   1338451     14.59     15.42
530.43/132.87	c  N dy  5441   1424997       105     30118         0     63090    252821    837246     14.59     15.45
537.62/134.66	c  N dy  5510   1445030       105     30118         0     81752    252821   1184137     14.59     17.30
548.40/137.35	c  N dy  5625   1465300       105     30118         0     51656    252820    615134     14.60     15.39
555.60/139.10	c  N dy  5670   1486161       105     30118         0     70891    252820    961030     14.59     15.43
564.79/141.42	c  N dy  5756   1507616       105     30118         0     90925    252818   1330304     14.59     15.42
574.37/143.80	c  N dy  5880   1527647       105     30118         0     59882    252814    772280     14.60     16.34
581.96/145.79	c  N dy  5965   1547707       105     30118         0     78510    252813   1114648     14.60     18.17
599.54/150.19	c  N dy  6028   1592119       105     30118         0     68022    252809    866860     14.56     15.33
615.14/154.06	c  N dy  6083   1628012       105     30118         0    100986    252808   1447462     14.54     15.33
623.53/156.15	c  N dy  6165   1648236       105     30118         0     68624    252808    921988     14.54     15.33
631.89/158.26	c  N dy  6233   1668535       105     30118         0     87420    252805   1263562     14.53     15.32
644.28/161.32	c  N dy  6359   1688769       105     30118         0     53920    252801    639308     14.54     15.38
651.06/163.06	c  N dy  6407   1708809       105     30118         0     72367    252798    968567     14.54     18.19
651.86/163.23	c  S st  6422   1710410       105     30118         0     73875    252798    999322     14.54   no data
652.26/163.39	c  S st  6422   1710914       105     30118         0     74357    252797   1008000     14.54   no data
652.66/163.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
652.66/163.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
652.66/163.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
652.66/163.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
652.66/163.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
652.66/163.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
652.66/163.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
652.66/163.48	c lits-rem:        15  cl-subs:       32  v-elim:      0  v-fix:    0  time:  0.03 s
653.06/163.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
691.81/173.21	c lits-rem:     10114  cl-subs:     6168  v-elim:      0  v-fix:    0  time:  9.70 s
691.81/173.22	c vivif2 --  cl tried    29986 cl shrink        0 lits rem          0 time: 0.00
691.81/173.23	c vivif2 --  cl tried    68289 cl shrink        0 lits rem          0 time: 0.02
693.41/173.67	c asymm  cl-useful: 1/513/29986 lits-rem:1 time: 0.44
693.41/173.67	c calculated reachability. Time: 0.00
693.41/173.67	c  N dy  6422   1710914       105     29986         0     68289    251483    894437     14.54   no data
705.80/176.75	c  N dy  6519   1735465       105     29986         0     91171    251480   1313854     14.54     15.41
722.57/180.91	c  N dy  6596   1765863       105     29986         0     65801    251480    829475     14.53     15.35
731.36/183.13	c  N dy  6663   1788753       105     29986         0     86880    251479   1203933     14.52     15.32
741.75/185.76	c  N dy  6797   1808778       105     29986         0    105772    251476   1571170     14.53     17.79
750.95/188.04	c  N dy  6907   1828823       105     29986         0     70330    251473    940109     14.54     15.68
759.74/190.26	c  N dy  7002   1848899       105     29986         0     89126    251472   1296338     14.54     16.37
770.91/193.07	c  N dy  7079   1869111       105     29986         0    107787    251472   1636991     14.54     15.33
780.10/195.39	c  N dy  7146   1889214       105     29986         0     70968    251470    923973     14.54     15.31
790.08/197.81	c  N dy  7243   1911593       105     29986         0     91905    251469   1320905     14.54     15.49
806.46/201.94	c  N dy  7271   1945648       105     29986         0     66734    251466    824164     14.51     15.38
815.24/204.16	c  N dy  7407   1965747       105     29986         0     85692    251465   1194367     14.52     15.35
826.05/206.81	c  N dy  7543   1986601       105     29986         0    105364    251463   1576352     14.53     15.34
836.82/209.54	c  N dy  7630   2006705       105     29986         0     66742    251462    848511     14.53     15.33
844.40/211.49	c  N dy  7708   2026783       105     29986         0     85436    251461   1188446     14.53     15.88
854.39/213.95	c  N dy  7799   2047060       105     29986         0    104353    251461   1542718     14.53     15.30
867.97/217.31	c  N dy  7917   2070093       105     29986         0     67544    251458    858949     14.54     15.34
875.96/219.32	c  N dy  7986   2090679       105     29986         0     86706    251457   1214202     14.54     15.40
887.17/222.11	c  N dy  8132   2110764       105     29986         0    105643    251455   1583384     14.55     16.36
898.74/225.01	c  N dy  8230   2130814       105     29986         0     64816    251453    796298     14.55     15.38
907.12/227.16	c  N dy  8333   2150850       105     29986         0     83671    251452   1158405     14.55     15.83
916.71/229.52	c  N dy  8410   2170874       105     29986         0    102215    251451   1497083     14.55     16.71
930.29/232.99	c  N dy  8513   2191388       105     29986         0     61068    251449    720861     14.56     15.40
937.48/234.77	c  S st  8586   2210914       105     29986         0     79081    251448   1049835     14.55     12.08
938.28/234.95	c  S st  8586   2211417       105     29986         0     79575    251448   1058469     14.55   no data
938.28/234.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
938.68/235.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
938.68/235.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
938.68/235.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
938.68/235.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
938.68/235.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
938.68/235.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
938.68/235.04	c lits-rem:        39  cl-subs:       19  v-elim:      0  v-fix:    0  time:  0.03 s
938.68/235.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
967.44/242.20	c lits-rem:      7477  cl-subs:     4199  v-elim:      0  v-fix:    0  time:  7.13 s
967.44/242.21	c vivif2 --  cl tried    29877 cl shrink        0 lits rem          0 time: 0.00
967.44/242.22	c vivif2 --  cl tried    75466 cl shrink        0 lits rem          0 time: 0.02
969.04/242.61	c asymm  cl-useful: 5/449/29877 lits-rem:5 time: 0.39
969.04/242.61	c calculated reachability. Time: 0.00
969.04/242.61	c  N dy  8586   2211417       105     29877         0     75466    250334    981263     14.55   no data
980.62/245.56	c  N dy  8680   2231814       105     29877         0     94542    250333   1341989     14.56     15.37
994.60/249.02	c  N dy  8786   2251818       105     29877         0    113391    250331   1705594     14.56     15.34
1007.38/252.26	c  N dy  8873   2271913       105     29877         0     70826    250328    900102     14.56     18.13
1016.17/254.49	c  N dy  8980   2291935       105     29877         0     89569    250326   1255660     14.57     15.89
1027.36/257.27	c  N dy  9110   2311948       105     29877         0    108446    250322   1627833     14.58     16.54
1043.34/261.25	c  N dy  9198   2337502       105     29877         0     69847    250322    866391     14.57     15.57
1053.32/263.74	c  N dy  9304   2357554       105     29877         0     88756    250321   1232422     14.58     15.77
1063.71/266.35	c  N dy  9369   2377627       105     29877         0    107271    250320   1569557     14.57     17.52
1076.89/269.70	c  N dy  9439   2397674       105     29877         0    125909    250320   1918119     14.58     15.42
1088.48/272.56	c  N dy  9547   2417763       105     29877         0     81706    250320   1101086     14.58     15.94
1098.49/275.07	c  N dy  9645   2438282       105     29877         0    100981    250319   1471277     14.58     15.61
1110.05/277.95	c  N dy  9726   2458371       105     29877         0    119753    250316   1822427     14.58     15.37
1122.43/281.03	c  N dy  9861   2478607       105     29877         0     74554    250315    953004     14.59     15.42
1131.22/283.27	c  N dy  9944   2498610       105     29877         0     93210    250312   1297157     14.59     15.97
1142.03/285.97	c  N dy 10016   2518826       105     29877         0    111990    250310   1644547     14.59     15.37
1157.18/289.71	c  N dy 10144   2538920       105     29877         0     65687    250306    774345     14.60     15.56
1165.98/291.93	c  N dy 10266   2558935       105     29877         0     84508    250305   1139123     14.61     18.05
1176.76/294.61	c  N dy 10395   2579072       105     29877         0    103449    250305   1506367     14.61     15.48
1188.74/297.65	c  N dy 10495   2599089       105     29877         0    122209    250305   1871437     14.62     16.01
1202.33/301.02	c  N dy 10639   2619166       105     29877         0     74815    250305    945281     14.63     17.00
1212.33/303.54	c  N dy 10755   2639813       105     29877         0     94227    250305   1320332     14.63     15.46
1223.90/306.40	c  N dy 10867   2659874       105     29877         0    113030    250303   1684585     14.64     15.46
1237.08/309.77	c  N dy 10978   2680308       105     29877         0    132250    250302   2055432     14.64     15.65
1248.66/312.69	c  N dy 11089   2700352       105     29877         0     83542    250302   1093966     14.64     15.99
1253.86/313.99	c  S st 11135   2711418       105     29877         0     93851    250302   1287411     14.65     13.33
1254.65/314.19	c  S st 11135   2711919       105     29877         0     94332    250302   1296160     14.65   no data
1255.05/314.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1255.05/314.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
1255.05/314.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1255.05/314.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1255.05/314.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1255.05/314.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
1255.05/314.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1255.45/314.30	c lits-rem:        51  cl-subs:       16  v-elim:      0  v-fix:    0  time:  0.03 s
1255.45/314.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1291.42/323.38	c lits-rem:      7025  cl-subs:     5265  v-elim:      0  v-fix:    0  time:  9.05 s
1291.42/323.39	c vivif2 --  cl tried    29799 cl shrink        0 lits rem          0 time: 0.00
1291.82/323.41	c vivif2 --  cl tried    89129 cl shrink        0 lits rem          0 time: 0.02
1293.40/323.81	c asymm  cl-useful: 10/400/29799 lits-rem:10 time: 0.40
1293.40/323.82	c calculated reachability. Time: 0.00
1293.40/323.82	c  N dy 11135   2711919       105     29799         0     89129    249504   1191955     14.65   no data
1306.98/327.25	c  N dy 11265   2731965       105     29799         0    107998    249503   1560923     14.65     16.17
1322.96/331.20	c  N dy 11328   2752031       105     29799         0    126607    249502   1905629     14.65     15.48
1336.95/334.72	c  N dy 11381   2772075       105     29799         0     77384    249502    970928     14.65     16.26
1348.54/337.62	c  N dy 11515   2792116       105     29799         0     96243    249501   1339126     14.65     15.85
1359.71/340.47	c  N dy 11623   2812165       105     29799         0    115070    249501   1700358     14.66     16.20
1372.89/343.73	c  N dy 11701   2833815       105     29799         0    135203    249500   2079673     14.66     15.49
1389.67/347.93	c  N dy 11779   2863199       105     29799         0     93658    249499   1258831     14.65     15.49
1410.47/353.13	c  N dy 11831   2897719       105     29799         0    125092    249499   1806013     14.64     15.43
1429.22/357.89	c  N dy 11905   2925368       105     29799         0     81235    249496    999124     14.63     15.46
1439.61/360.41	c  N dy 12011   2945507       105     29799         0    100160    249495   1360240     14.63     15.48
1451.59/363.44	c  N dy 12093   2965846       105     29799         0    119287    249493   1733096     14.64     15.46
1471.58/368.42	c  N dy 12196   2993817       105     29799         0     74917    249492    886494     14.63     15.50
1481.15/370.89	c  N dy 12299   3013836       105     29799         0     93666    249491   1244739     14.63     15.55
1493.13/373.82	c  N dy 12427   3033878       105     29799         0    112551    249491   1617277     14.64     17.52
1507.14/377.34	c  N dy 12546   3053892       105     29799         0    131425    249491   1986530     14.64     15.75
1521.89/381.00	c  N dy 12647   3073988       105     29799         0     78714    249491    968793     14.65     15.46
1535.07/384.34	c  N dy 12732   3099879       105     29799         0    102759    249490   1406905     14.64     15.53
1550.25/388.14	c  N dy 12842   3125106       105     29799         0    126343    249489   1854316     14.64     15.56
1567.84/392.58	c  N dy 12985   3145583       105     29799         0     73059    249488    846520     14.65     15.43
1577.44/394.91	c  N dy 13051   3165807       105     29799         0     91822    249483   1187569     14.65     15.48
1588.21/397.68	c  N dy 13152   3185846       105     29799         0    110609    249482   1549972     14.65     18.19
1600.99/400.84	c  N dy 13271   3206005       105     29799         0    129558    249480   1914919     14.65     15.48
1605.38/401.99	c  S st 13317   3211921       105     29799         0    135146    249480   2024911     14.66   no data
1606.98/402.30	c  S st 13317   3212421       105     29799         0    135636    249480   2033714     14.66   no data
1606.98/402.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1606.98/402.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
1607.38/402.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1607.38/402.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1607.38/402.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1607.38/402.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
1607.38/402.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1607.38/402.44	c lits-rem:        26  cl-subs:       23  v-elim:      0  v-fix:    0  time:  0.04 s
1607.38/402.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1720.03/430.61	c lits-rem:     13704  cl-subs:    11391  v-elim:      0  v-fix:    0  time: 28.10 s
1720.03/430.61	c vivif2 --  cl tried    29755 cl shrink        0 lits rem          0 time: 0.00
1720.03/430.65	c vivif2 --  cl tried   124266 cl shrink        0 lits rem          0 time: 0.03
1722.05/431.17	c asymm  cl-useful: 9/302/29755 lits-rem:9 time: 0.53
1722.05/431.18	c calculated reachability. Time: 0.00
1722.05/431.18	c  N dy 13317   3212421       105     29755         0    124266    248979   1804330     14.66   no data
1740.40/435.77	c  N dy 13385   3232508       105     29755         0    142821    248979   2140482     14.65     15.51
1757.60/440.00	c  N dy 13520   3252608       105     29755         0     88660    248978   1148639     14.66     15.53
1772.75/443.82	c  N dy 13600   3272644       105     29755         0    107348    248978   1494468     14.66     16.63
1787.14/447.49	c  N dy 13709   3292723       105     29755         0    126249    248977   1865788     14.66     16.27
1807.51/452.50	c  N dy 13808   3312739       105     29755         0    144962    248977   2223058     14.67     17.24
1822.69/456.36	c  N dy 13941   3332761       105     29755         0     89469    248977   1156082     14.67     15.50
1835.07/459.49	c  N dy 14030   3353176       105     29755         0    108582    248977   1522933     14.67     15.48
1849.06/462.94	c  N dy 14105   3373260       105     29755         0    127349    248976   1873337     14.67     16.79
1863.83/466.61	c  N dy 14175   3393350       105     29755         0    146006    248976   2220853     14.67     16.77
1877.02/469.95	c  N dy 14242   3414523       105     29755         0     90309    248976   1137119     14.67     15.58
1888.60/472.88	c  N dy 14364   3435094       105     29755         0    109552    248974   1507333     14.67     15.47
1901.78/476.18	c  N dy 14479   3455221       105     29755         0    128427    248972   1874507     14.68     15.49
1917.37/480.07	c  N dy 14602   3475977       105     29755         0    148027    248972   2263164     14.68     15.50
1930.94/483.42	c  N dy 14733   3495993       105     29755         0     90490    248971   1155519     14.69     17.38
1942.52/486.30	c  N dy 14852   3516867       105     29755         0    110169    248971   1539823     14.69     15.50
1955.71/489.60	c  N dy 14952   3537298       105     29755         0    129306    248969   1907633     14.69     15.53
1971.29/493.50	c  N dy 15063   3558709       105     29755         0    149228    248968   2290711     14.70     15.53
1984.87/496.92	c  N dy 15119   3582505       105     29755         0     93741    248968   1181991     14.69     15.49
1996.05/499.70	c  N dy 15213   3602617       105     29755         0    112522    248967   1544140     14.70     15.58
2008.84/502.99	c  N dy 15343   3622798       105     29755         0    131476    248967   1917663     14.70     15.54
2024.42/506.88	c  N dy 15405   3645652       105     29755         0    152611    248967   2314880     14.70     15.49
2037.60/510.16	c  N dy 15494   3665741       105     29755         0     93265    248966   1189084     14.70     16.92
2049.58/513.18	c  N dy 15634   3685743       105     29755         0    112156    248964   1559112     14.71     15.98
2063.16/516.59	c  N dy 15755   3706139       105     29755         0    131335    248964   1937582     14.71     15.51
2068.36/517.89	c  S st 15802   3712422       105     29755         0    137277    248964   2057217     14.71   no data
2069.57/518.17	c  S st 15802   3712923       105     29755         0    137757    248964   2066233     14.71   no data
2069.57/518.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2069.95/518.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
2069.95/518.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2069.95/518.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2069.95/518.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2069.95/518.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
2069.95/518.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2070.35/518.31	c lits-rem:        27  cl-subs:       52  v-elim:      0  v-fix:    0  time:  0.04 s
2070.35/518.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2152.67/538.96	c lits-rem:     13052  cl-subs:     7661  v-elim:      0  v-fix:    0  time: 20.59 s
2152.67/538.97	c vivif2 --  cl tried    29681 cl shrink        0 lits rem          0 time: 0.00
2153.07/539.01	c vivif2 --  cl tried   130118 cl shrink        0 lits rem          0 time: 0.04
2154.64/539.45	c asymm  cl-useful: 7/278/29681 lits-rem:7 time: 0.45
2154.64/539.46	c calculated reachability. Time: 0.00
2154.64/539.46	c  N dy 15802   3712923       105     29681         0    130118    248229   1892499     14.71   no data
2176.61/544.93	c  N dy 15916   3733387       105     29681         0    149213    248229   2263378     14.72     15.60
2196.61/549.97	c  F st 16013   3751562       105     29681         0     87176    248229   1069050     14.72   no data
2197.79/550.27	c  N st 16017   3753593       105     29681         0     89052    248229   1107992     14.72   no data
2214.18/554.36	c  N dy 16118   3774846       105     29681         0    108926    248229   1500961     14.72     15.94
2230.94/558.59	c  N dy 16225   3794910       105     29681         0    127682    248228   1860451     14.73     15.51
2254.51/564.41	c  N dy 16327   3815276       105     29681         0    146813    248228   2235063     14.73     15.54
2276.48/569.97	c  N dy 16416   3835340       105     29681         0     85501    248225   1026352     14.73     15.53
2291.66/573.71	c  N dy 16554   3855399       105     29681         0    104367    248224   1401829     14.74     15.78
2306.86/577.57	c  N dy 16663   3876671       105     29681         0    124253    248224   1786125     14.74     15.61
2323.62/581.72	c  N dy 16781   3896732       105     29681         0    143109    248223   2157154     14.74     18.83
2340.79/586.06	c  N dy 16905   3916819       105     29681         0    161998    248221   2532363     14.75     17.83
2353.98/589.33	c  N dy 17025   3936910       105     29681         0     99781    248221   1298634     14.75     16.28
2365.96/592.37	c  N dy 17101   3958404       105     29681         0    119418    248221   1651929     14.75     15.54
2379.54/595.75	c  N dy 17167   3978629       105     29681         0    138216    248221   2001355     14.75     15.56
2395.92/599.89	c  N dy 17311   3998649       105     29681         0    157081    248220   2375912     14.75     15.87
2411.91/603.88	c  N dy 17450   4018710       105     29681         0     94064    248220   1177425     14.76     15.88
2424.68/607.04	c  N dy 17572   4038738       105     29681         0    112886    248220   1546618     14.76     18.44
2437.86/610.38	c  N dy 17694   4058939       105     29681         0    131909    248220   1915596     14.77     15.59
2454.24/614.42	c  N dy 17788   4079967       105     29681         0    151593    248219   2294673     14.77     15.71
2473.01/619.14	c  N dy 17916   4100045       105     29681         0     87375    248219   1033153     14.77     15.79
2489.39/623.28	c  N dy 17994   4130672       105     29681         0    115248    248218   1527084     14.76     15.56
2504.19/626.99	c  N dy 18124   4152003       105     29681         0    135276    248218   1917641     14.77     15.69
2518.55/630.50	c  N dy 18179   4172286       105     29681         0    153890    248217   2257460     14.76     15.55
2536.93/635.13	c  N dy 18244   4192323       105     29681         0     88982    248217   1052128     14.76     15.57
2547.72/637.90	c  N dy 18351   4212456       105     29681         0    107799    248216   1418034     14.77     15.70
2548.14/637.99	c  S st 18356   4212923       105     29681         0    108237    248216   1426547     14.77   no data
2549.31/638.23	c  S st 18356   4213425       105     29681         0    108724    248216   1435298     14.77   no data
2549.31/638.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2549.71/638.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
2549.71/638.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2549.71/638.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2549.71/638.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2549.71/638.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
2549.71/638.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2549.71/638.35	c lits-rem:        23  cl-subs:       42  v-elim:      0  v-fix:    0  time:  0.04 s
2549.71/638.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2581.66/646.37	c lits-rem:      5705  cl-subs:     5909  v-elim:      0  v-fix:    0  time:  7.98 s
2581.66/646.38	c vivif2 --  cl tried    29601 cl shrink        0 lits rem          0 time: 0.01
2582.06/646.40	c vivif2 --  cl tried   102853 cl shrink        0 lits rem          0 time: 0.02
2583.28/646.76	c asymm  cl-useful: 2/348/29601 lits-rem:2 time: 0.36
2583.28/646.77	c calculated reachability. Time: 0.00
2583.28/646.77	c  N dy 18356   4213425       105     29601         0    102853    247454   1323597     14.77   no data
2595.25/649.70	c  N dy 18431   4233498       105     29601         0    121496    247454   1674027     14.76     19.95
2610.04/653.44	c  N dy 18545   4254279       105     29601         0    141086    247454   2059247     14.77     15.61
2643.18/661.76	c  N dy 18642   4291519       105     29601         0     91299    247454   1079378     14.76     15.60
2655.96/664.94	c  N dy 18709   4311591       105     29601         0    109923    247454   1428703     14.76     16.77
2669.55/668.32	c  N dy 18806   4331863       105     29601         0    128927    247454   1798086     14.76     15.56
2686.72/672.62	c  N dy 18871   4351887       105     29601         0    147563    247454   2156174     14.76     16.41
2707.09/677.70	c  N dy 18965   4372050       105     29601         0    166319    247454   2514123     14.76     15.54
2722.27/681.59	c  N dy 19098   4392214       105     29601         0     99990    247453   1264756     14.77     15.62
2734.26/684.56	c  N dy 19172   4412269       105     29601         0    118696    247452   1622738     14.77     18.01
2749.04/688.23	c  N dy 19298   4432326       105     29601         0    137650    247452   2001006     14.77     16.36
2769.01/693.21	c  N dy 19397   4458193       105     29601         0    161740    247452   2464477     14.77     15.58
2783.39/696.85	c  N dy 19437   4478250       105     29601         0     93879    247452   1130279     14.77     16.82
2795.38/699.80	c  N dy 19573   4498589       105     29601         0    113118    247451   1513926     14.77     15.67
2808.96/703.27	c  N dy 19695   4518837       105     29601         0    132176    247451   1888163     14.77     15.61
2824.96/707.24	c  N dy 19819   4538917       105     29601         0    151050    247451   2266122     14.78     16.61
2849.70/713.49	c  N dy 19910   4566063       105     29601         0     88700    247451   1020807     14.78     15.66
2861.28/716.34	c  N dy 20017   4586763       105     29601         0    108186    247451   1401366     14.78     15.65
2874.06/719.57	c  N dy 20129   4606848       105     29601         0    127022    247451   1772420     14.78     15.57
2889.66/723.49	c  N dy 20258   4626889       105     29601         0    145875    247450   2148035     14.79     15.57
2906.82/727.74	c  N dy 20348   4646938       105     29601         0    164630    247450   2511578     14.79     21.16
2926.03/732.57	c  N dy 20467   4666950       105     29601         0     94769    247449   1132991     14.79     15.61
2939.20/735.82	c  N dy 20536   4690171       105     29601         0    116149    247449   1528329     14.79     15.65
2952.39/739.13	c  N dy 20640   4710451       105     29601         0    135203    247447   1902877     14.79     15.58
2954.37/739.64	c  S st 20658   4713425       105     29601         0    138009    247447   1956752     14.79     13.64
2955.57/739.95	c  S st 20658   4713929       105     29601         0    138495    247447   1965317     14.79   no data
2955.57/739.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2955.97/740.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
2955.97/740.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2955.97/740.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2955.97/740.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2955.97/740.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
2955.97/740.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2955.97/740.09	c lits-rem:        19  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.04 s
2956.36/740.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3022.27/756.70	c lits-rem:      8295  cl-subs:    10918  v-elim:      0  v-fix:    0  time: 16.55 s
3022.27/756.70	c vivif2 --  cl tried    29587 cl shrink        0 lits rem          0 time: 0.00
3022.69/756.74	c vivif2 --  cl tried   127587 cl shrink        0 lits rem          0 time: 0.04
3024.27/757.11	c asymm  cl-useful: 8/296/29587 lits-rem:8 time: 0.37
3024.27/757.12	c calculated reachability. Time: 0.00
3024.27/757.12	c  N dy 20658   4713929       105     29587         0    127587    247238   1753733     14.79   no data
3040.27/761.10	c  N dy 20729   4735849       105     29587         0    147909    247238   2137471     14.79     15.58
3057.85/765.60	c  N dy 20826   4755854       105     29587         0    166648    247237   2502650     14.79     17.06
3080.22/771.13	c  N dy 20940   4775939       105     29587         0     96446    247237   1157356     14.80     17.33
3099.77/776.06	c  N dy 21037   4801492       105     29587         0    120062    247236   1596031     14.80     15.61
3120.54/781.30	c  N dy 21102   4821563       105     29587         0    138675    247235   1944512     14.79     15.64
3144.91/787.39	c  N dy 21225   4841599       105     29587         0    157517    247232   2316692     14.80     16.23
3167.28/792.93	c  N dy 21340   4861699       105     29587         0    176452    247232   2689626     14.80     15.85
3185.67/797.56	c  N dy 21422   4881850       105     29587         0    105260    247232   1326983     14.80     15.67
3197.64/800.57	c  N dy 21501   4901958       105     29587         0    123983    247231   1685145     14.80     15.60
3212.41/804.22	c  N dy 21584   4922006       105     29587         0    142680    247231   2039079     14.80     16.22
3228.80/808.31	c  N dy 21705   4942025       105     29587         0    161457    247231   2406399     14.80     18.02
3246.79/812.87	c  N dy 21790   4962099       105     29587         0    180296    247231   2770887     14.80     16.07
3263.14/816.90	c  N dy 21888   4983225       105     29587         0    108661    247231   1369011     14.81     15.93
3277.13/820.46	c  N dy 21990   5003560       105     29587         0    127657    247230   1742847     14.81     15.67
3293.11/824.42	c  N dy 22118   5023585       105     29587         0    146548    247230   2118528     14.81     18.55
3310.28/828.79	c  N dy 22255   5043667       105     29587         0    165452    247230   2493599     14.81     16.30
3342.24/836.73	c  N dy 22338   5083548       105     29587         0    109900    247230   1351204     14.81     15.62
3354.63/839.82	c  N dy 22415   5103805       105     29587         0    128723    247229   1713722     14.81     15.62
3370.60/843.84	c  N dy 22550   5123841       105     29587         0    147684    247229   2098207     14.81     15.64
3387.40/848.04	c  N dy 22668   5143887       105     29587         0    166518    247228   2473134     14.82     17.58
3406.95/852.90	c  N dy 22780   5164149       105     29587         0    185616    247228   2855404     14.82     15.64
3420.93/856.43	c  N dy 22845   5184410       105     29587         0    111319    247227   1409676     14.82     15.72
3436.52/860.34	c  N dy 22902   5208542       105     29587         0    133524    247226   1818232     14.82     15.62
3440.91/861.42	c  S st 22936   5213929       105     29587         0    138566    247226   1918752     14.82   no data
3442.11/861.73	c  S st 22936   5214434       105     29587         0    139059    247226   1927183     14.82   no data
3442.11/861.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3442.51/861.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
3442.51/861.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3442.51/861.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3442.51/861.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3442.51/861.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
3442.51/861.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3442.51/861.88	c lits-rem:        22  cl-subs:       23  v-elim:      0  v-fix:    0  time:  0.04 s
3442.91/861.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3505.63/877.69	c lits-rem:     10909  cl-subs:     9486  v-elim:      0  v-fix:    0  time: 15.76 s
3505.63/877.70	c vivif2 --  cl tried    29552 cl shrink        0 lits rem          0 time: 0.00
3506.04/877.72	c vivif2 --  cl tried   129585 cl shrink        0 lits rem          0 time: 0.03
3507.22/878.10	c asymm  cl-useful: 5/292/29552 lits-rem:5 time: 0.37
3507.62/878.10	c calculated reachability. Time: 0.00
3507.62/878.10	c  N dy 22936   5214434       105     29552         0    129585    246856   1741887     14.82   no data
3523.62/882.19	c  N dy 23023   5235157       105     29552         0    148825    246856   2101893     14.82     15.63
3543.17/887.00	c  N dy 23144   5257417       105     29552         0    169746    246855   2511559     14.82     15.60
3570.73/893.95	c  N dy 23275   5278963       105     29552         0     96338    246855   1118374     14.82     15.64
3588.31/898.37	c  N dy 23349   5299207       105     29552         0    115229    246854   1484792     14.82     15.67
3605.88/902.74	c  N dy 23420   5319967       105     29552         0    134528    246854   1854859     14.82     15.79
3629.07/908.56	c  N dy 23538   5340045       105     29552         0    153419    246854   2228907     14.83     15.74
3655.44/915.20	c  N dy 23679   5360696       105     29552         0    172858    246854   2620298     14.83     15.61
3682.21/921.81	c  N dy 23785   5380728       105     29552         0     96728    246852   1118092     14.83     18.07
3707.35/928.16	c  N dy 23824   5422705       105     29552         0    135143    246852   1803752     14.82     15.63
3722.93/932.09	c  N dy 23933   5442961       105     29552         0    154215    246852   2186883     14.82     15.61
3742.10/936.84	c  N dy 23961   5465822       105     29552         0    175301    246852   2577648     14.82     15.71
3762.87/942.03	c  N dy 24016   5485877       105     29552         0     98488    246851   1145818     14.82     17.25
3778.05/945.87	c  N dy 24103   5512788       105     29552         0    123398    246851   1608834     14.81     15.60
3793.23/949.61	c  N dy 24208   5533925       105     29552         0    143210    246851   1997959     14.81     15.66
3810.81/954.00	c  N dy 24343   5554334       105     29552         0    162412    246851   2375736     14.82     15.71
3832.78/959.59	c  N dy 24453   5578674       105     29552         0    185166    246851   2816881     14.82     15.63
3851.15/964.12	c  N dy 24505   5598903       105     29552         0    107531    246850   1315705     14.82     15.75
3863.94/967.38	c  N dy 24604   5618983       105     29552         0    126311    246849   1680310     14.82     17.97
3879.12/971.14	c  N dy 24731   5639072       105     29552         0    145217    246849   2055497     14.82     16.27
3896.30/975.49	c  N dy 24842   5659128       105     29552         0    164051    246848   2427923     14.82     16.36
3913.87/979.84	c  N dy 24911   5679176       105     29552         0    182671    246848   2780918     14.82     17.65
3935.44/985.27	c  N dy 25027   5699260       105     29552         0    103751    246848   1239455     14.83     16.68
3944.63/987.58	c  S st 25094   5714435       105     29552         0    117897    246848   1510071     14.83   no data
3945.85/987.82	c  S st 25094   5714936       105     29552         0    118382    246848   1518671     14.83   no data
3945.85/987.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3946.22/987.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
3946.22/987.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3946.22/987.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3946.22/987.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3946.22/987.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
3946.22/987.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3946.22/987.95	c lits-rem:        10  cl-subs:       28  v-elim:      0  v-fix:    0  time:  0.04 s
3946.22/987.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3977.78/995.88	c lits-rem:      3994  cl-subs:     4068  v-elim:      0  v-fix:    0  time:  7.89 s
3977.78/995.88	c vivif2 --  cl tried    29511 cl shrink        0 lits rem          0 time: 0.00
3978.19/995.91	c vivif2 --  cl tried   114327 cl shrink        0 lits rem          0 time: 0.03
3979.39/996.27	c asymm  cl-useful: 6/321/29511 lits-rem:6 time: 0.36
3979.39/996.28	c calculated reachability. Time: 0.00
3979.39/996.28	c  N dy 25094   5714936       105     29511         0    114327    246449   1437690     14.83   no data
3993.37/999.77	c  N dy 25208   5734964       105     29511         0    133166    246448   1812187     14.83     15.69
4008.15/1003.41	c  N dy 25302   5755001       105     29511         0    151829    246447   2166632     14.83     18.33
4024.55/1007.58	c  N dy 25385   5775189       105     29511         0    170667    246447   2531517     14.83     15.71
4047.69/1013.36	c  N dy 25489   5795292       105     29511         0    189557    246447   2910560     14.83     15.62
4072.46/1019.58	c  N dy 25607   5815303       105     29511         0    109649    246447   1337513     14.84     17.31
4088.04/1023.45	c  N dy 25698   5835348       105     29511         0    128315    246446   1694344     14.84     16.40
4106.81/1028.15	c  N dy 25808   5855350       105     29511         0    147070    246445   2056865     14.84     15.65
4131.19/1034.23	c  N dy 25933   5875443       105     29511         0    165979    246445   2434508     14.84     15.95
4158.75/1041.16	c  N dy 25997   5895977       105     29511         0    185064    246445   2796880     14.84     15.68
4188.70/1048.63	c  N dy 26127   5917358       105     29511         0    105518    246445   1247773     14.84     15.73
4202.68/1052.14	c  N dy 26195   5937719       105     29511         0    124395    246445   1606655     14.84     15.77
4218.29/1056.06	c  N dy 26280   5958263       105     29511         0    143543    246444   1971018     14.84     15.65
4239.86/1061.48	c  N dy 26398   5985789       105     29511         0    169205    246444   2469225     14.85     15.76
4258.61/1066.19	c  N dy 26501   6006415       105     29511         0    188442    246444   2838722     14.85     15.63
4281.78/1071.92	c  N dy 26604   6029316       105     29511         0    109288    246443   1311247     14.85     15.63
4294.56/1075.19	c  N dy 26656   6050079       105     29511         0    128371    246442   1659550     14.85     15.69
4309.75/1078.92	c  N dy 26762   6070083       105     29511         0    147071    246442   2023576     14.85     15.69
4326.52/1083.17	c  N dy 26847   6090174       105     29511         0    165839    246442   2385125     14.85     16.23
4345.72/1087.93	c  N dy 26954   6110175       105     29511         0    184488    246441   2748544     14.85     15.64
4371.26/1094.31	c  N dy 27070   6130183       105     29511         0    101913    246441   1165902     14.85     18.46
4383.64/1097.40	c  N dy 27187   6150221       105     29511         0    120696    246441   1534183     14.85     15.67
4397.63/1100.90	c  N dy 27257   6170254       105     29511         0    139321    246441   1889127     14.85     17.35
4422.39/1107.19	c  N dy 27362   6201582       105     29511         0    168382    246441   2442419     14.85     15.66
4434.77/1110.28	c  S st 27420   6214936       105     29511         0    180870    246441   2684121     14.85     14.58
4436.37/1110.66	c  S st 27420   6215438       105     29511         0    181347    246441   2693300     14.85   no data
4436.37/1110.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4436.78/1110.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.10
4436.78/1110.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4436.78/1110.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4436.78/1110.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4436.78/1110.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    105 time:  0.00 s
4436.78/1110.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4437.18/1110.84	c lits-rem:        14  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.05 s
4437.60/1110.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4570.19/1144.11	c lits-rem:     17133  cl-subs:    14024  v-elim:      0  v-fix:    0  time: 33.19 s
4570.19/1144.11	c vivif2 --  cl tried    29499 cl shrink        0 lits rem          0 time: 0.00
4570.19/1144.16	c vivif2 --  cl tried   167331 cl shrink        0 lits rem          0 time: 0.05
4571.79/1144.56	c asymm  cl-useful: 2/232/29499 lits-rem:2 time: 0.40
4571.79/1144.57	c calculated reachability. Time: 0.00
4571.79/1144.57	c  N dy 27420   6215438       105     29499         0    167331    246289   2407860     14.85   no data
4592.16/1149.66	c  N dy 27534   6235463       105     29499         0    186167    246289   2784574     14.85     16.17
4614.93/1155.33	c  N dy 27602   6255543       105     29499         0    103050    246289   1183815     14.85     15.73
4632.90/1159.83	c  N dy 27727   6280883       105     29499         0    126737    246289   1645572     14.86     15.66
4662.86/1167.31	c  N dy 27729   6307515       105     29499         0    150761    246289   2060763     14.85     15.74
4730.77/1184.34	c  N dy 27766   6353024       105     29499         0    191967    246289   2775814     14.83     15.64
4771.54/1194.52	c  N dy 27885   6373433       105     29499         0    109015    246289   1298255     14.84     15.91
4789.90/1199.17	c  N dy 27998   6393572       105     29499         0    127873    246289   1669912     14.84     15.66

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-3263387-1304126100/watcher-3263387-1304126100 -o /tmp/evaluation-result-3263387-1304126100/solver-3263387-1304126100 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3263387-1304126100.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.21 8.15 8.10 6/184 10428
/proc/meminfo: memFree=28828136/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 414 0 0 0 0 0 0 0 25 0 4 0 524207905 52441088 353 33554432000 4194304 4627427 140735336346960 18446744073709551615 47726539400729 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 12803 353 303 106 0 7774 0
[pid=10428/tid=10429] ppid=10426 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 524207905 52441088 353 33554432000 4194304 4627427 140735336346960 18446744073709551615 47726539401132 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 524207905 52441088 353 33554432000 4194304 4627427 140735336346960 18446744073709551615 47726539400729 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 524207905 52441088 353 33554432000 4194304 4627427 140735336346960 18446744073709551615 47726539400723 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0158949 s]
/proc/loadavg: 8.21 8.15 8.10 6/184 10428
/proc/meminfo: memFree=28828136/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=282108 CPUtime=0.03 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 2567 0 0 0 3 0 0 0 18 0 4 0 524207905 288878592 2471 33554432000 4194304 4627427 140735336346960 18446744073709551615 4507021 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 70527 2472 338 106 0 65498 0
[pid=10428/tid=10429] ppid=10426 vsize=282108 CPUtime=0 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 535 0 0 0 0 0 0 0 25 0 4 0 524207905 288878592 2474 33554432000 4194304 4627427 140735336346960 18446744073709551615 4360037 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=282108 CPUtime=0 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 540 0 0 0 0 0 0 0 18 0 4 0 524207905 288878592 2475 33554432000 4194304 4627427 140735336346960 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=282108 CPUtime=0 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 537 0 0 0 0 0 0 0 18 0 4 0 524207905 288878592 2477 33554432000 4194304 4627427 140735336346960 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 282108

[startup+0.100885 s]
/proc/loadavg: 8.21 8.15 8.10 6/184 10428
/proc/meminfo: memFree=28828136/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=285384 CPUtime=0.37 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 5834 0 0 0 37 0 0 0 18 0 4 0 524207905 292233216 5738 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309149 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 71346 5738 365 106 0 66317 0
[pid=10428/tid=10429] ppid=10426 vsize=285384 CPUtime=0.09 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 1338 0 0 0 9 0 0 0 25 0 4 0 524207905 292233216 5738 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=285384 CPUtime=0.09 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 1339 0 0 0 9 0 0 0 18 0 4 0 524207905 292233216 5738 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=285384 CPUtime=0.09 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 1389 0 0 0 9 0 0 0 18 0 4 0 524207905 292233216 5739 33554432000 4194304 4627427 140735336346960 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 285384

[startup+0.300847 s]
/proc/loadavg: 8.21 8.15 8.10 6/184 10428
/proc/meminfo: memFree=28828136/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=285384 CPUtime=1.17 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 6171 0 0 0 117 0 0 0 18 0 4 0 524207905 292233216 6075 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 71346 6075 367 106 0 66317 0
[pid=10428/tid=10429] ppid=10426 vsize=285384 CPUtime=0.29 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 1357 0 0 0 29 0 0 0 25 0 4 0 524207905 292233216 6075 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=285384 CPUtime=0.29 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 1360 0 0 0 29 0 0 0 18 0 4 0 524207905 292233216 6075 33554432000 4194304 4627427 140735336346960 18446744073709551615 4310105 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=285384 CPUtime=0.29 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 1663 0 0 0 29 0 0 0 18 0 4 0 524207905 292233216 6075 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 285384

[startup+0.700776 s]
/proc/loadavg: 8.21 8.15 8.10 6/184 10428
/proc/meminfo: memFree=28828136/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=304932 CPUtime=2.76 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 15921 0 0 0 273 3 0 0 18 0 4 0 524207905 312250368 15717 33554432000 4194304 4627427 140735336346960 18446744073709551615 4467823 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 76233 15717 378 106 0 71204 0
[pid=10428/tid=10429] ppid=10426 vsize=304932 CPUtime=0.68 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 4495 0 0 0 68 0 0 0 18 0 4 0 524207905 312250368 15717 33554432000 4194304 4627427 140735336346960 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=304932 CPUtime=0.68 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 4506 0 0 0 67 1 0 0 18 0 4 0 524207905 312250368 15717 33554432000 4194304 4627427 140735336346960 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=304932 CPUtime=0.69 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 1948 0 0 0 69 0 0 0 18 0 4 0 524207905 312250368 15717 33554432000 4194304 4627427 140735336346960 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 304932

[startup+1.50063 s]
/proc/loadavg: 8.20 8.15 8.10 9/188 10432
/proc/meminfo: memFree=28764616/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=308000 CPUtime=5.96 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 16988 0 0 0 592 4 0 0 19 0 4 0 524207905 315392000 15804 33554432000 4194304 4627427 140735336346960 18446744073709551615 4428215 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 77000 15804 380 106 0 71971 0
[pid=10428/tid=10429] ppid=10426 vsize=308000 CPUtime=1.47 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 4495 0 0 0 147 0 0 0 19 0 4 0 524207905 315392000 15804 33554432000 4194304 4627427 140735336346960 18446744073709551615 4427906 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=308000 CPUtime=1.48 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 4507 0 0 0 147 1 0 0 19 0 4 0 524207905 315392000 15804 33554432000 4194304 4627427 140735336346960 18446744073709551615 4409052 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=308000 CPUtime=1.49 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 3014 0 0 0 148 1 0 0 19 0 4 0 524207905 315392000 15804 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 308000

[startup+3.10033 s]
/proc/loadavg: 8.20 8.15 8.10 9/188 10432
/proc/meminfo: memFree=28761348/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=302692 CPUtime=12.35 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 21396 0 0 0 1230 5 0 0 23 0 4 0 524207905 309956608 17697 33554432000 4194304 4627427 140735336346960 18446744073709551615 4507192 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 75673 17698 389 106 0 70644 0
[pid=10428/tid=10429] ppid=10426 vsize=302692 CPUtime=3.06 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 4532 0 0 0 306 0 0 0 23 0 4 0 524207905 309956608 17698 33554432000 4194304 4627427 140735336346960 18446744073709551615 4324344 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=302692 CPUtime=3.08 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 4580 0 0 0 307 1 0 0 23 0 4 0 524207905 309956608 17698 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=302692 CPUtime=3.08 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 7284 0 0 0 307 1 0 0 23 0 4 0 524207905 309956608 17698 33554432000 4194304 4627427 140735336346960 18446744073709551615 4468029 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 302692

[startup+6.30074 s]
/proc/loadavg: 8.20 8.15 8.10 9/188 10432
/proc/meminfo: memFree=28747720/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=291212 CPUtime=25.13 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 30381 0 0 0 2506 7 0 0 25 0 4 0 524207905 298201088 22756 33554432000 4194304 4627427 140735336346960 18446744073709551615 4420232 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 72803 22756 389 106 0 67774 0
[pid=10428/tid=10429] ppid=10426 vsize=291212 CPUtime=6.25 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 6662 0 0 0 624 1 0 0 25 0 4 0 524207905 298201088 22756 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=291212 CPUtime=6.28 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 7266 0 0 0 626 2 0 0 25 0 4 0 524207905 298201088 22756 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=291212 CPUtime=6.28 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 8654 0 0 0 627 1 0 0 25 0 4 0 524207905 298201088 22756 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 291212

[startup+12.7005 s]
/proc/loadavg: 8.17 8.14 8.10 9/188 10432
/proc/meminfo: memFree=28690040/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=313384 CPUtime=50.69 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 47496 0 0 0 5057 12 0 0 25 0 4 0 524207905 320905216 34998 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309138 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 78346 34998 389 106 0 73317 0
[pid=10428/tid=10429] ppid=10426 vsize=313384 CPUtime=12.61 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 10844 0 0 0 1259 2 0 0 25 0 4 0 524207905 320905216 34998 33554432000 4194304 4627427 140735336346960 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=313384 CPUtime=12.68 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 12818 0 0 0 1265 3 0 0 25 0 4 0 524207905 320905216 34998 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=313384 CPUtime=12.69 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 13885 0 0 0 1266 3 0 0 25 0 4 0 524207905 320905216 34998 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 313384

[startup+25.5012 s]
/proc/loadavg: 8.14 8.14 8.09 9/188 10432
/proc/meminfo: memFree=28670936/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=338368 CPUtime=101.81 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 70006 0 0 0 10162 19 0 0 25 0 4 0 524207905 346488832 33183 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 84592 33183 389 106 0 79563 0
[pid=10428/tid=10429] ppid=10426 vsize=338368 CPUtime=25.34 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 16443 0 0 0 2530 4 0 0 25 0 4 0 524207905 346488832 33183 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=338368 CPUtime=25.49 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 19809 0 0 0 2543 6 0 0 25 0 4 0 524207905 346488832 33183 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=338368 CPUtime=25.48 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 22009 0 0 0 2543 5 0 0 25 0 4 0 524207905 346488832 33183 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 338368

[startup+51.1004 s]
/proc/loadavg: 8.15 8.14 8.10 9/188 10433
/proc/meminfo: memFree=28601696/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=362188 CPUtime=204.08 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 127223 0 0 0 20372 36 0 0 25 0 4 0 524207905 370880512 37409 33554432000 4194304 4627427 140735336346960 18446744073709551615 4504713 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 90547 37409 389 106 0 85518 0
[pid=10428/tid=10429] ppid=10426 vsize=362188 CPUtime=50.8 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 29545 0 0 0 5072 8 0 0 25 0 4 0 524207905 370880512 37409 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=362188 CPUtime=51.08 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 35515 0 0 0 5097 11 0 0 25 0 4 0 524207905 370880512 37409 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=362188 CPUtime=51.09 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 38042 0 0 0 5099 10 0 0 25 0 4 0 524207905 370880512 37409 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 362188

[startup+102.307 s]
/proc/loadavg: 8.06 8.11 8.09 9/188 10434
/proc/meminfo: memFree=28644328/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=343276 CPUtime=408.61 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 210911 0 0 0 40800 61 0 0 25 0 4 0 524207905 351514624 43400 33554432000 4194304 4627427 140735336346960 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 85819 43400 389 106 0 80790 0
[pid=10428/tid=10429] ppid=10426 vsize=343276 CPUtime=101.72 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 51554 0 0 0 10157 15 0 0 25 0 4 0 524207905 351514624 43400 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=343276 CPUtime=102.29 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 60066 0 0 0 10211 18 0 0 25 0 4 0 524207905 351514624 43400 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=343276 CPUtime=102.29 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 59434 0 0 0 10213 16 0 0 25 0 4 0 524207905 351514624 43400 33554432000 4194304 4627427 140735336346960 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 343276

[startup+162.301 s]

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

[pid=10428] ppid=10426 vsize=566204 CPUtime=2805.37 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 759655 0 0 0 280266 271 0 0 25 0 4 0 524207905 579792896 92208 33554432000 4194304 4627427 140735336346960 18446744073709551615 4310126 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 141551 92208 389 106 0 136522 0
[pid=10428/tid=10429] ppid=10426 vsize=566204 CPUtime=698.46 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 185028 0 0 0 69782 64 0 0 25 0 4 0 524207905 579792896 92208 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=566204 CPUtime=702.31 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 203795 0 0 0 70157 74 0 0 25 0 4 0 524207905 579792896 92208 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=566204 CPUtime=702.3 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 196388 0 0 0 70164 66 0 0 25 0 4 0 524207905 579792896 92208 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.37
Current children cumulated vsize (KiB) 566204

[startup+762.307 s]
/proc/loadavg: 8.24 8.20 8.12 9/188 10483
/proc/meminfo: memFree=28997208/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=567484 CPUtime=3045.06 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 793664 0 0 0 304219 287 0 0 25 0 4 0 524207905 581103616 95092 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309253 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 141871 95092 389 106 0 136842 0
[pid=10428/tid=10429] ppid=10426 vsize=567484 CPUtime=758.13 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 191938 0 0 0 75746 67 0 0 25 0 4 0 524207905 581103616 95092 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=567484 CPUtime=762.31 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 215120 0 0 0 76151 80 0 0 25 0 4 0 524207905 581103616 95092 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=567484 CPUtime=762.31 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 203962 0 0 0 76161 70 0 0 25 0 4 0 524207905 581103616 95092 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.06
Current children cumulated vsize (KiB) 567484

[startup+822.3 s]
/proc/loadavg: 8.24 8.21 8.12 9/188 10484
/proc/meminfo: memFree=28962688/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=567824 CPUtime=3284.72 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 823919 0 0 0 328170 302 0 0 25 0 4 0 524207905 581451776 99443 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 141956 99443 389 106 0 136927 0
[pid=10428/tid=10429] ppid=10426 vsize=567824 CPUtime=817.81 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 198600 0 0 0 81711 70 0 0 25 0 4 0 524207905 581451776 99443 33554432000 4194304 4627427 140735336346960 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=567824 CPUtime=822.3 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 223828 0 0 0 82146 84 0 0 25 0 4 0 524207905 581451776 99443 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=567824 CPUtime=822.31 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 208511 0 0 0 82157 74 0 0 25 0 4 0 524207905 581451776 99443 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.72
Current children cumulated vsize (KiB) 567824

[startup+882.3 s]
/proc/loadavg: 8.23 8.20 8.12 9/188 10486
/proc/meminfo: memFree=28972552/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=570308 CPUtime=3524.39 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 858482 0 0 0 352120 319 0 0 25 0 4 0 524207905 583995392 101289 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 142577 101289 389 106 0 137548 0
[pid=10428/tid=10429] ppid=10426 vsize=570308 CPUtime=877.48 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 205917 0 0 0 87675 73 0 0 25 0 4 0 524207905 583995392 101289 33554432000 4194304 4627427 140735336346960 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=570308 CPUtime=882.31 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 235257 0 0 0 88141 90 0 0 25 0 4 0 524207905 583995392 101289 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=570308 CPUtime=882.31 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 215924 0 0 0 88153 78 0 0 25 0 4 0 524207905 583995392 101289 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.39
Current children cumulated vsize (KiB) 570308

[startup+942.3 s]
/proc/loadavg: 8.20 8.19 8.12 9/188 10488
/proc/meminfo: memFree=28972736/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=570628 CPUtime=3764.07 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 884475 0 0 0 376077 330 0 0 25 0 4 0 524207905 584323072 99482 33554432000 4194304 4627427 140735336346960 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 142657 99482 389 106 0 137628 0
[pid=10428/tid=10429] ppid=10426 vsize=570628 CPUtime=937.15 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 209085 0 0 0 93642 73 0 0 25 0 4 0 524207905 584323072 99482 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=570628 CPUtime=942.3 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 244163 0 0 0 94137 93 0 0 25 0 4 0 524207905 584323072 99482 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=570628 CPUtime=942.31 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 219761 0 0 0 94152 79 0 0 25 0 4 0 524207905 584323072 99482 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.07
Current children cumulated vsize (KiB) 570628

[startup+1002.3 s]
/proc/loadavg: 8.17 8.18 8.12 9/188 10489
/proc/meminfo: memFree=28947740/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=570944 CPUtime=4003.75 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 914934 0 0 0 400029 346 0 0 25 0 4 0 524207905 584646656 98990 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 142736 98990 389 106 0 137707 0
[pid=10428/tid=10429] ppid=10426 vsize=570944 CPUtime=996.83 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 214844 0 0 0 99607 76 0 0 25 0 4 0 524207905 584646656 98990 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=570944 CPUtime=1002.31 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 255626 0 0 0 100132 99 0 0 25 0 4 0 524207905 584646656 98990 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=570944 CPUtime=1002.31 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 224222 0 0 0 100150 81 0 0 25 0 4 0 524207905 584646656 98990 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.75
Current children cumulated vsize (KiB) 570944

[startup+1062.3 s]
/proc/loadavg: 8.41 8.24 8.14 9/188 10491
/proc/meminfo: memFree=28906640/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=572892 CPUtime=4243.44 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 940061 0 0 0 423987 357 0 0 25 0 4 0 524207905 586641408 106911 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 143223 106911 389 106 0 138194 0
[pid=10428/tid=10429] ppid=10426 vsize=572892 CPUtime=1056.5 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 218793 0 0 0 105572 78 0 0 25 0 4 0 524207905 586641408 106911 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=572892 CPUtime=1062.31 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 264504 0 0 0 106130 101 0 0 25 0 4 0 524207905 586641408 106911 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=572892 CPUtime=1062.32 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 228131 0 0 0 106149 83 0 0 25 0 4 0 524207905 586641408 106911 33554432000 4194304 4627427 140735336346960 18446744073709551615 4324205 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.44
Current children cumulated vsize (KiB) 572892

[startup+1122.3 s]
/proc/loadavg: 8.31 8.24 8.15 9/188 10492
/proc/meminfo: memFree=28873356/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=585912 CPUtime=4483.11 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 968810 0 0 0 447939 372 0 0 25 0 4 0 524207905 599973888 103698 33554432000 4194304 4627427 140735336346960 18446744073709551615 4420232 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 146478 103698 389 106 0 141449 0
[pid=10428/tid=10429] ppid=10426 vsize=585912 CPUtime=1116.17 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 223298 0 0 0 111536 81 0 0 25 0 4 0 524207905 599973888 103698 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=585912 CPUtime=1122.31 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 273675 0 0 0 112126 105 0 0 25 0 4 0 524207905 599973888 103698 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=585912 CPUtime=1122.32 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 232110 0 0 0 112146 86 0 0 25 0 4 0 524207905 599973888 103698 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.11
Current children cumulated vsize (KiB) 585912

[startup+1182.3 s]
/proc/loadavg: 8.33 8.25 8.16 9/188 10494
/proc/meminfo: memFree=28837840/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=603404 CPUtime=4722.79 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 988901 0 0 0 471899 380 0 0 25 0 4 0 524207905 617885696 111469 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 150851 111469 392 106 0 145822 0
[pid=10428/tid=10429] ppid=10426 vsize=603404 CPUtime=1175.86 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 227463 0 0 0 117503 83 0 0 25 0 4 0 524207905 617885696 111469 33554432000 4194304 4627427 140735336346960 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=603404 CPUtime=1182.32 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 281110 0 0 0 118123 109 0 0 25 0 4 0 524207905 617885696 111469 33554432000 4194304 4627427 140735336346960 18446744073709551615 4420171 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=603404 CPUtime=1182.32 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 236291 0 0 0 118145 87 0 0 25 0 4 0 524207905 617885696 111469 33554432000 4194304 4627427 140735336346960 18446744073709551615 4420181 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.79
Current children cumulated vsize (KiB) 603404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.24 8.24 8.15 9/188 10495
/proc/meminfo: memFree=28821452/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=603340 CPUtime=4800.3 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 992461 0 0 0 479648 382 0 0 25 0 4 0 524207905 617820160 110632 33554432000 4194304 4627427 140735336346960 18446744073709551615 4326315 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 150835 110632 389 106 0 145806 0
[pid=10428/tid=10429] ppid=10426 vsize=603340 CPUtime=1195.15 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 227463 0 0 0 119432 83 0 0 25 0 4 0 524207905 617820160 110632 33554432000 4194304 4627427 140735336346960 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=603340 CPUtime=1201.72 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 281754 0 0 0 120063 109 0 0 25 0 4 0 524207905 617820160 110632 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=603340 CPUtime=1201.73 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 236291 0 0 0 120086 87 0 0 25 0 4 0 524207905 617820160 110632 33554432000 4194304 4627427 140735336346960 18446744073709551615 4420258 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 603340

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.24 8.24 8.15 9/188 10495
/proc/meminfo: memFree=28821452/32951124 swapFree=67111352/67111528
[pid=10428] ppid=10426 vsize=603340 CPUtime=4800.3 cores=1,3,5,7
/proc/10428/stat : 10428 (strangenight2-m) R 10426 10428 9895 0 -1 4202496 992461 0 0 0 479648 382 0 0 25 0 4 0 524207905 617820160 110632 33554432000 4194304 4627427 140735336346960 18446744073709551615 4326315 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10428/statm: 150835 110632 389 106 0 145806 0
[pid=10428/tid=10429] ppid=10426 vsize=603340 CPUtime=1195.15 cores=1,3,5,7
/proc/10428/task/10429/stat : 10429 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 227463 0 0 0 119432 83 0 0 25 0 4 0 524207905 617820160 110632 33554432000 4194304 4627427 140735336346960 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10428/tid=10430] ppid=10426 vsize=603340 CPUtime=1201.72 cores=1,3,5,7
/proc/10428/task/10430/stat : 10430 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 281754 0 0 0 120063 109 0 0 25 0 4 0 524207905 617820160 110632 33554432000 4194304 4627427 140735336346960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10428/tid=10431] ppid=10426 vsize=603340 CPUtime=1201.73 cores=1,3,5,7
/proc/10428/task/10431/stat : 10431 (strangenight2-m) R 10426 10428 9895 0 -1 4202560 236291 0 0 0 120086 87 0 0 25 0 4 0 524207905 617820160 110632 33554432000 4194304 4627427 140735336346960 18446744073709551615 4420258 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 603340

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.36
CPU user time (s): 4796.51
CPU system time (s): 3.84941
CPU usage (%): 399.452
Max. virtual memory (cumulated for all children) (KiB): 669232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.51
system time used= 3.84941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 992461
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= 1602
involuntary context switches= 32709

runsolver used 1.75873 second user time and 4.83427 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-30 03:15:00
IDJOB=3263387
IDBENCH=83967
IDSOLVER=1586
FILE ID=node135/3263387-1304126100
RUNJOBID= node135-1304124896-10240
PBS_JOBID= 13170740
Free space on /tmp= 71112 MiB

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

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

MD5SUM BENCH= 5cab37809f478f7db7fa096e9a155cfe
RANDOM SEED=422242517

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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:     32951124 kB
MemFree:      28828416 kB
Buffers:        926620 kB
Cached:        1753364 kB
SwapCached:        172 kB
Active:        1011480 kB
Inactive:      2593540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28828416 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            7056 kB
Writeback:           0 kB
AnonPages:      924396 kB
Mapped:          15516 kB
Slab:           453780 kB
PageTables:       6456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1450740 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71104 MiB
End job on node135 at 2011-04-30 03:35:04