Trace number 3261979

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.42 1201.93

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_464.cnf
MD5SUMa722a199fd84ba0b319251daa47aa19c
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 variables232
Number of clauses28991
Sum of the clauses size130855
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277
Number of clauses of size 326594
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52320

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-3261979-1304122034.cnf'
0.00/0.00	c -- header says num vars:            232
0.00/0.00	c -- header says num clauses:       28991
0.00/0.19	c -- clauses added:            0 learnts,        28991 normals,            0 xors
0.00/0.19	c -- vars added        232
0.00/0.19	c Parsing time:  0.01 s
0.00/0.19	c  N st     0         0       232     28914        77         0    130855         0   no data   no data
0.00/0.19	c asymm  cl-useful: 0/28914/28914 lits-rem:0 time: 0.18
0.00/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.77/0.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.77/0.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.77/0.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.77/0.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
0.77/0.21	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
3.96/1.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
3.96/1.01	c Finding binary XORs  T:     0.00 s  found:       0
3.96/1.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.96/1.01	c calculated reachability. Time: 0.00
3.96/1.01	c Calc default polars -  time:   0.00 s pos:     232 undec:       0 neg:       0
3.96/1.01	c =========================================================================================
3.96/1.01	c types(t): F = full restart, N = normal restart
3.96/1.01	c types(t): S = simplification begin/end, E = solution found
3.96/1.01	c restart types(rt): st = static, dy = dynamic
3.96/1.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.96/1.01	c  B st     0         0       232     28914        77         0    130855         0   no data   no data
3.96/1.01	c  N dy    13      4362       232     28914        77      4153    130855     90304     11.90     12.54
3.96/1.01	c  N dy    33      8625       232     28914        77      5843    130855    115675     11.58     12.19
5.15/1.31	c  N dy    54     12645       232     28914        77      5599    130855    100990     11.66     12.31
5.95/1.54	c  N dy    63     16702       232     28914        77      9478    130855    180627     11.47     12.08
7.15/1.84	c  N dy    82     20915       232     28914        77      8149    130855    150565     11.58     12.19
8.35/2.13	c  N dy    97     24975       232     28914        77     12022    130855    229898     11.55     12.24
8.35/2.13	c  F st    98     25000       232     28914        77     12047    130855    230439     11.55   no data
9.94/2.50	c  N dy   104     30001       232     28914        77     10296    130855    181184     11.55   no data
9.94/2.50	c  S st   104     30001       232     28914        77     10296    130855    181184     11.55   no data
9.94/2.54	c  S st   104     30502       232     28914        77     10794    130855    193213     11.55   no data
9.94/2.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.94/2.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
9.94/2.55	c blocked clauses removed:        0 vars:      0 tried:         232 T: 0.00 s
9.94/2.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.94/2.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
9.94/2.55	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
9.94/2.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.94/2.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.75/2.70	c lits-rem:       209  cl-subs:     1657  v-elim:      0  v-fix:    0  time:  0.13 s
11.55/2.96	c asymm  cl-useful: 2/28914/28914 lits-rem:2 time: 0.26
11.55/2.96	c calculated reachability. Time: 0.00
11.55/2.96	c  N dy   104     30502       232     28914        77      9137    130853    173979     11.55   no data
13.16/3.37	c  N dy   114     36087       232     28914        77     14451    130853    277945     11.34     11.97
14.34/3.68	c  N dy   122     40151       232     28914        77     10833    130853    186371     11.25     12.11
15.54/3.98	c  N dy   131     44220       232     28914        77     14716    130853    266163     11.20     13.37
16.34/4.10	c  S st   136     45754       232     28914        77     16159    130853    295590     11.18   no data
16.34/4.14	c  S st   136     46255       232     28914        77     16658    130853    307725     11.18   no data
16.34/4.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.34/4.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
16.34/4.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.34/4.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.34/4.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.34/4.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
16.34/4.16	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
16.34/4.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
16.34/4.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
17.55/4.41	c lits-rem:       354  cl-subs:     2382  v-elim:      0  v-fix:    0  time:  0.22 s
17.55/4.41	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
17.55/4.42	c vivif2 --  cl tried    14276 cl shrink        0 lits rem          0 time: 0.00
18.73/4.73	c asymm  cl-useful: 0/28914/28914 lits-rem:0 time: 0.31
18.73/4.73	c calculated reachability. Time: 0.00
18.73/4.73	c  N dy   136     46255       232     28914        77     14276    130853    279688     11.18   no data
20.33/5.11	c  N dy   149     51099       232     28914        77     10416    130853    179233     11.15     11.77
21.53/5.45	c  N dy   163     55783       232     28914        77     14835    130853    270591     11.11     11.70
23.13/5.85	c  N dy   195     60360       232     28914        77      9762    130853    152954     11.17     11.76
24.32/6.16	c  N dy   212     64709       232     28914        77     13858    130853    236835     11.17     11.98
25.92/6.51	c  N dy   224     69386       232     28914        77     18259    130853    321132     11.10     10.00
25.92/6.51	c  S st   224     69386       232     28914        77     18259    130853    321132     11.10     10.00
25.92/6.56	c  S st   224     69896       232     28914        77     18764    130853    333973     11.10   no data
25.92/6.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.92/6.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
25.92/6.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.92/6.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.92/6.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.92/6.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
25.92/6.58	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
25.92/6.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
25.92/6.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.12/6.82	c lits-rem:       175  cl-subs:     2472  v-elim:      0  v-fix:    0  time:  0.22 s
27.12/6.82	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
27.12/6.82	c vivif2 --  cl tried    16292 cl shrink        0 lits rem          0 time: 0.00
28.32/7.15	c asymm  cl-useful: 1/28914/28914 lits-rem:1 time: 0.32
28.32/7.15	c calculated reachability. Time: 0.00
28.32/7.15	c  N dy   224     69896       232     28914        77     16292    130852    306773     11.10   no data
29.92/7.56	c  N dy   244     74785       232     28914        77     10607    130852    163245     11.10     11.70
31.51/7.92	c  N dy   273     79634       232     28914        77     15219    130852    260886     11.14     12.67
33.11/8.33	c  N dy   298     84816       232     28914        77     20121    130852    365225     11.14     11.81
33.91/8.55	c  F st   304     87500       232     28914        77     22684    130852    419476     11.14      9.74
35.13/8.81	c  N st   309     90795       232     28914        77     14485    130852    239639     11.14   no data
36.71/9.28	c  N dy   330     96749       232     28914        77     20181    130852    357411     11.16     11.77
39.10/9.84	c  N dy   356    103425       232     28914        77     14179    130852    223937     11.17     11.80
39.52/9.95	c  S st   366    104844       232     28914        77     15537    130852    252876     11.18   no data
39.52/9.99	c  S st   366    105348       232     28914        77     16032    130852    265140     11.18   no data
39.52/10.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.52/10.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
39.92/10.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.92/10.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.92/10.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.92/10.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
39.92/10.01	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
39.92/10.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
39.92/10.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.30/10.14	c lits-rem:       139  cl-subs:     1110  v-elim:      0  v-fix:    0  time:  0.11 s
40.30/10.14	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
40.30/10.14	c vivif2 --  cl tried    14922 cl shrink        0 lits rem          0 time: 0.00
41.51/10.45	c asymm  cl-useful: 1/28914/28914 lits-rem:1 time: 0.31
41.51/10.46	c calculated reachability. Time: 0.00
41.51/10.46	c  N dy   366    105348       232     28914        77     14922    130851    253591     11.18   no data
43.50/11.00	c  N dy   391    112074       232     28914        77     21330    130851    384336     11.18     11.78
46.69/11.70	c  N dy   416    120404       232     28914        77     15972    130851    260255     11.15     11.79
49.09/12.35	c  N dy   437    128498       232     28914        77     23706    130851    419884     11.12     11.75
51.89/13.07	c  N dy   466    136750       232     28914        77     17286    130851    287714     11.09     12.32
54.69/13.78	c  N dy   496    145568       232     28914        77     25707    130851    458837     11.08     11.69
58.28/14.60	c  N dy   522    155422       232     28914        77     19827    130851    323169     11.07     11.65
59.08/14.82	c  S st   538    158023       232     28914        77     22332    130851    377278     11.08   no data
59.08/14.87	c  S st   538    158524       232     28914        77     22828    130851    388758     11.08   no data
59.08/14.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.08/14.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
59.08/14.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.08/14.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.08/14.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.08/14.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
59.08/14.89	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
59.08/14.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
59.48/14.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
60.27/15.16	c lits-rem:       205  cl-subs:     1869  v-elim:      0  v-fix:    0  time:  0.24 s
60.27/15.16	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
60.27/15.16	c vivif2 --  cl tried    20959 cl shrink        0 lits rem          0 time: 0.01
61.89/15.52	c asymm  cl-useful: 0/28914/28914 lits-rem:0 time: 0.35
61.89/15.52	c calculated reachability. Time: 0.00
61.89/15.52	c  N dy   538    158524       232     28914        77     20959    130851    368325     11.08   no data
65.47/16.40	c  N dy   567    168880       232     28914        77     30757    130851    566168     11.04     11.65
69.07/17.38	c  N dy   600    180460       232     28914        77     25609    130851    433205     11.01     11.61
73.46/18.48	c  N dy   659    192001       232     28914        77     19545    130851    300014     11.05     12.31
77.86/19.52	c  N dy   696    204466       232     28914        77     31384    130851    541066     11.02     11.61
82.65/20.73	c  N dy   730    218245       232     28914        77     26303    130851    419625     10.98     11.65
87.86/22.04	c  N dy   788    232198       232     28914        77     20604    130851    296980     10.99     11.60
89.44/22.48	c  S st   800    237786       232     28914        77     25950    130851    401977     10.98      9.79
89.84/22.53	c  S st   800    238286       232     28914        77     26446    130851    413564     10.98   no data
89.84/22.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
89.84/22.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
89.84/22.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
89.84/22.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
89.84/22.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.84/22.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
89.84/22.55	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
89.84/22.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
89.84/22.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
91.04/22.88	c lits-rem:       255  cl-subs:     2804  v-elim:      0  v-fix:    0  time:  0.31 s
91.04/22.88	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
91.04/22.89	c vivif2 --  cl tried    23642 cl shrink        0 lits rem          0 time: 0.01
91.84/23.07	c asymm  cl-useful: 2/9898/28914 lits-rem:2 time: 0.18
91.84/23.08	c calculated reachability. Time: 0.00
91.84/23.08	c  N dy   800    238286       232     28914        77     23642    130849    385481     10.98   no data
97.42/24.44	c  N dy   848    253491       232     28914        77     38052    130849    669815     10.97     11.55
103.02/25.89	c  N dy   903    269759       232     28914        77     33701    130849    563085     10.97     15.84
109.83/27.54	c  N dy   977    286997       232     28914        77     29199    130849    463030     10.97     14.07
117.01/29.32	c  N dy  1039    305454       232     28914        77     24890    130849    360963     10.96     11.63
117.01/29.39	c  F st  1042    306250       232     28914        77     25657    130849    376310     10.96      9.68
124.59/31.23	c  N dy  1096    326561       232     28914        77     44976    130849    761403     10.95     11.56
132.21/33.16	c  N dy  1170    347020       232     28914        77     41630    130849    690018     10.94     11.58
136.60/34.21	c  S st  1206    357429       232     28914        77     27731    130849    409856     10.94     10.49
136.60/34.26	c  S st  1206    357931       232     28914        77     28227    130849    422111     10.94   no data
136.60/34.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
136.60/34.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
136.60/34.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
136.60/34.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
136.60/34.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.60/34.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
136.60/34.28	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
136.60/34.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
136.97/34.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
137.77/34.59	c lits-rem:       203  cl-subs:     2123  v-elim:      0  v-fix:    0  time:  0.28 s
137.77/34.59	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
138.17/34.60	c vivif2 --  cl tried    26104 cl shrink        0 lits rem          0 time: 0.01
138.57/34.79	c asymm  cl-useful: 0/19016/28914 lits-rem:0 time: 0.20
138.57/34.80	c calculated reachability. Time: 0.00
138.57/34.80	c  N dy  1206    357931       232     28914        77     26104    130849    402636     10.94   no data
146.56/36.77	c  N dy  1305    378641       232     28914        77     45850    130849    815597     10.96     11.85
154.56/38.76	c  N dy  1388    398858       232     28914        77     40468    130849    672627     10.96     11.58
163.34/40.92	c  N dy  1468    419403       232     28914        77     34273    130849    535858     10.96     11.60
171.75/43.07	c  N dy  1548    439444       232     28914        77     26699    130849    382965     10.97     12.24
179.32/44.94	c  N dy  1603    459973       232     28914        77     46237    130849    760612     10.94     11.54
187.71/47.03	c  N dy  1689    480018       232     28914        77     37708    130849    610231     10.95     12.51
196.90/49.37	c  N dy  1735    502620       232     28914        77     30654    130849    464817     10.92     11.50
205.69/51.59	c  N dy  1817    525020       232     28914        77     51971    130849    894882     10.91     11.55
211.29/52.96	c  S st  1869    536898       232     28914        77     33756    130849    505486     10.92     10.78
211.67/53.01	c  S st  1869    537400       232     28914        77     34256    130849    518072     10.92   no data
211.67/53.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
211.67/53.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
211.67/53.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
211.67/53.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
211.67/53.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
211.67/53.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
211.67/53.04	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
211.67/53.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
211.67/53.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
213.28/53.44	c lits-rem:       336  cl-subs:     1882  v-elim:      0  v-fix:    0  time:  0.37 s
213.28/53.44	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
213.28/53.45	c vivif2 --  cl tried    32374 cl shrink        0 lits rem          0 time: 0.01
214.08/53.64	c asymm  cl-useful: 0/5956/28914 lits-rem:0 time: 0.19
214.08/53.64	c calculated reachability. Time: 0.00
214.08/53.64	c  N dy  1869    537400       232     28914        77     32374    130849    499660     10.92   no data
222.06/55.60	c  N dy  1948    557434       232     28914        77     51342    130849    886585     10.92     11.74
230.45/57.71	c  N dy  2003    578100       232     28914        77     40617    130849    648493     10.90     11.52
239.24/59.99	c  N dy  2063    599700       232     28914        77     61138    130849   1055200     10.89     11.49
248.03/62.14	c  N dy  2139    620489       232     28914        77     49605    130849    808155     10.89     11.51
257.23/64.40	c  N dy  2206    640817       232     28914        77     36607    130849    538052     10.88     11.52
265.61/66.54	c  N dy  2300    661495       232     28914        77     56392    130849    938451     10.89     11.53
274.39/68.72	c  N dy  2351    681866       232     28914        77     42374    130849    636786     10.87     11.45
282.78/70.87	c  N dy  2420    702380       232     28914        77     61838    130849   1021128     10.86     11.45
291.97/73.16	c  N dy  2498    722777       232     28914        77     46948    130849    715101     10.86     11.56
301.16/75.40	c  N dy  2548    742840       232     28914        77     65944    130849   1073672     10.85     13.39
309.94/77.62	c  N dy  2626    763287       232     28914        77     50301    130849    764269     10.85     11.47
318.74/79.86	c  N dy  2702    783290       232     28914        77     69320    130849   1142902     10.85     11.88
328.33/82.27	c  N dy  2782    806101       232     28914        77     55005    130849    839328     10.84     10.77
328.33/82.27	c  S st  2782    806101       232     28914        77     55005    130849    839328     10.84     10.77
328.73/82.34	c  S st  2782    806604       232     28914        77     55507    130849    850996     10.84   no data
328.73/82.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
328.73/82.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
328.73/82.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
328.73/82.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
328.73/82.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
328.73/82.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
328.73/82.37	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
328.73/82.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
329.13/82.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
335.11/83.94	c lits-rem:      1076  cl-subs:     5950  v-elim:      0  v-fix:    0  time:  1.51 s
335.11/83.94	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
335.11/83.95	c vivif2 --  cl tried    49557 cl shrink        0 lits rem          0 time: 0.01
335.91/84.18	c asymm  cl-useful: 0/7590/28914 lits-rem:0 time: 0.22
335.91/84.18	c calculated reachability. Time: 0.00
335.91/84.18	c  N dy  2782    806604       232     28914        77     49557    130849    787041     10.84   no data
345.11/86.47	c  N dy  2860    826806       232     28914        77     68773    130849   1169259     10.85     11.47
354.29/88.76	c  N dy  2953    846939       232     28914        77     50993    130849    783786     10.85     11.55
363.88/91.11	c  N dy  3029    867049       232     28914        77     70069    130849   1161870     10.85     11.58
373.07/93.47	c  N dy  3128    887251       232     28914        77     51354    130849    771706     10.86     11.50
382.28/95.74	c  N dy  3208    907413       232     28914        77     70531    130849   1157235     10.86     11.44
391.47/98.05	c  N dy  3272    927493       232     28914        77     50600    130849    731720     10.85     14.98
400.63/100.33	c  N dy  3349    947811       232     28914        77     69916    130849   1110342     10.85     11.44
410.62/102.85	c  N dy  3436    968965       232     28914        77     50096    130849    714539     10.85     11.46
419.41/105.09	c  N dy  3499    989462       232     28914        77     69551    130849   1095144     10.85     11.47
429.39/107.59	c  N dy  3561   1010272       232     28914        77     48554    130849    669080     10.84     11.43
438.59/109.83	c  N dy  3644   1030585       232     28914        77     67854    130849   1056907     10.84     11.44
449.37/112.52	c  N dy  3724   1050945       232     28914        77     45377    130849    599927     10.84     11.42
457.75/114.64	c  N dy  3788   1071028       232     28914        77     64535    130849    967405     10.83     11.46
458.15/114.76	c  F st  3795   1071877       232     28914        77     65340    130849    984209     10.83   no data
467.34/117.07	c  N dy  3857   1091046       232     28914        77     83625    130849   1349204     10.83     12.35
478.13/119.78	c  N dy  3935   1114917       232     28914        77     63528    130849    949263     10.83     11.45
488.51/122.35	c  N dy  4031   1134968       232     28914        77     82634    130849   1331165     10.83     11.54
498.10/124.76	c  N dy  4092   1155486       232     28914        77     58329    130849    826776     10.83     11.43
507.29/127.04	c  N dy  4146   1175512       232     28914        77     77440    130849   1193891     10.82     11.97
517.28/129.55	c  N dy  4190   1195556       232     28914        77     51635    130849    684297     10.81     11.40
523.66/131.18	c  S st  4254   1209906       232     28914        77     65252    130849    954384     10.82   no data
524.06/131.25	c  S st  4254   1210410       232     28914        77     65751    130849    966052     10.82   no data
524.06/131.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
524.06/131.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
524.06/131.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
524.06/131.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
524.06/131.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
524.46/131.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
524.46/131.30	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
524.46/131.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
524.46/131.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
536.07/134.25	c lits-rem:       735  cl-subs:     8002  v-elim:      0  v-fix:    0  time:  2.88 s
536.07/134.26	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
536.07/134.27	c vivif2 --  cl tried    57749 cl shrink        0 lits rem          0 time: 0.02
537.24/134.57	c asymm  cl-useful: 0/12781/28914 lits-rem:0 time: 0.30
537.24/134.58	c calculated reachability. Time: 0.00
537.24/134.58	c  N dy  4254   1210410       232     28914        77     57749    130849    880650     10.82   no data
548.04/137.20	c  N dy  4328   1230528       232     28914        77     76932    130849   1257279     10.81     11.40
558.81/139.98	c  N dy  4408   1250674       232     28914        77     50602    130849    685009     10.81     11.42
568.01/142.27	c  N dy  4502   1270708       232     28914        77     69656    130849   1061248     10.82     12.52
578.79/144.96	c  N dy  4595   1291295       232     28914        77     89298    130849   1448704     10.82     11.41
589.19/147.56	c  N dy  4683   1312129       232     28914        77     62600    130849    902349     10.82     11.50
598.76/149.99	c  N dy  4755   1332388       232     28914        77     81830    130849   1278446     10.82     11.45
610.35/152.89	c  N dy  4834   1353196       232     28914        77     54140    130849    726896     10.82     11.42
620.33/155.38	c  N dy  4910   1373265       232     28914        77     73190    130849   1103512     10.82     11.48
631.53/158.14	c  N dy  4994   1393543       232     28914        77     92543    130849   1491989     10.82     11.41
641.52/160.70	c  N dy  5086   1413569       232     28914        77     63055    130849    901009     10.82     11.96
651.50/163.13	c  N dy  5138   1433762       232     28914        77     82182    130849   1269496     10.82     11.51
663.50/166.13	c  N dy  5209   1454758       232     28914        77     52741    130849    685406     10.81     11.42
672.29/168.37	c  N dy  5272   1474855       232     28914        77     71810    130849   1052219     10.81     11.95
683.05/171.04	c  N dy  5346   1494997       232     28914        77     91034    130849   1428434     10.81     11.47
693.85/173.77	c  N dy  5422   1515107       232     28914        77     59733    130849    813622     10.81     11.41
703.82/176.20	c  N dy  5489   1535871       232     28914        77     79443    130849   1196248     10.81     11.42
715.01/179.03	c  N dy  5561   1556588       232     28914        77     99106    130849   1575482     10.81     11.39
725.42/181.61	c  N dy  5633   1576675       232     28914        77     66816    130849    946607     10.80     12.41
734.99/184.01	c  N dy  5677   1596808       232     28914        77     85949    130849   1308402     10.80     11.39
747.39/187.13	c  N dy  5749   1616975       232     28914        77     52906    130849    666599     10.80     11.39
756.17/189.38	c  N dy  5821   1637052       232     28914        77     72039    130849   1040552     10.80     11.39
766.54/191.95	c  N dy  5882   1657370       232     28914        77     91405    130849   1410586     10.79     11.39
778.53/194.97	c  N dy  5947   1677434       232     28914        77     57211    130849    735717     10.79     11.37
787.71/197.29	c  N dy  6014   1697935       232     28914        77     76701    130849   1110674     10.79     11.38
794.10/198.87	c  S st  6054   1710410       232     28914        77     88525    130849   1341334     10.78   no data
794.50/198.95	c  S st  6054   1710912       232     28914        77     89022    130849   1353622     10.78   no data
794.50/198.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
794.50/198.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
794.50/199.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
794.90/199.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
794.90/199.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
794.90/199.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
794.90/199.00	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
794.90/199.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
794.90/199.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
818.47/204.93	c lits-rem:      1335  cl-subs:    11009  v-elim:      0  v-fix:    0  time:  5.84 s
818.47/204.93	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
818.47/204.96	c vivif2 --  cl tried    78013 cl shrink        0 lits rem          0 time: 0.03
818.87/205.03	c asymm  cl-useful: 0/2587/28914 lits-rem:0 time: 0.07
818.87/205.03	c calculated reachability. Time: 0.00
818.87/205.03	c  N dy  6054   1710912       232     28914        77     78013    130849   1236089     10.78   no data
832.46/208.43	c  N dy  6144   1731010       232     28914        77     97154    130849   1621170     10.79     12.80
844.84/211.56	c  N dy  6227   1751257       232     28914        77     62567    130849    856917     10.79     11.38
854.43/213.96	c  N dy  6281   1771710       232     28914        77     82057    130849   1230384     10.78     11.42
866.03/216.82	c  N dy  6361   1792205       232     28914        77    101416    130849   1605970     10.78     11.40
877.59/219.78	c  N dy  6451   1812266       232     28914        77     65464    130849    905978     10.79     13.30
887.60/222.27	c  N dy  6544   1832305       232     28914        77     84535    130849   1282096     10.79     11.39
899.17/225.16	c  N dy  6627   1852333       232     28914        77    103518    130849   1651858     10.79     11.56
911.15/228.16	c  N dy  6673   1872510       232     28914        77     66631    130849    905730     10.78     11.36
921.54/230.78	c  N dy  6782   1892600       232     28914        77     85798    130849   1286825     10.78     11.39
933.12/233.62	c  N dy  6859   1912821       232     28914        77    105052    130849   1663333     10.78     11.41
945.13/236.63	c  N dy  6946   1932834       232     28914        77     67142    130849    919758     10.78     11.49
955.49/239.22	c  N dy  7047   1952984       232     28914        77     86320    130849   1300197     10.79     11.44
966.69/242.02	c  N dy  7119   1972995       232     28914        77    105400    130849   1673227     10.79     12.90
979.07/245.16	c  N dy  7181   1993537       232     28914        77     66778    130849    900738     10.78     11.41
989.07/247.67	c  N dy  7263   2013560       232     28914        77     85882    130849   1278841     10.78     11.40
1000.63/250.53	c  N dy  7323   2033904       232     28914        77    105368    130849   1640547     10.78     11.35
1013.41/253.78	c  N dy  7407   2054139       232     28914        77     65556    130849    882351     10.78     11.45
1023.41/256.29	c  N dy  7494   2074291       232     28914        77     84677    130849   1262792     10.78     11.49
1034.98/259.15	c  N dy  7569   2094384       232     28914        77    103784    130849   1633702     10.78     11.36
1048.57/262.55	c  N dy  7658   2114438       232     28914        77     62912    130849    825955     10.79     11.84
1058.16/264.94	c  N dy  7730   2134515       232     28914        77     82047    130849   1206724     10.78     12.86
1069.74/267.81	c  N dy  7793   2155081       232     28914        77    101599    130849   1577034     10.78     11.36
1081.73/270.83	c  N dy  7847   2175125       232     28914        77    120615    130849   1938010     10.78     11.35
1092.91/273.69	c  N dy  7932   2195467       232     28914        77     79094    130849   1142051     10.78     11.39
1101.29/275.74	c  S st  7980   2210912       232     28914        77     93763    130849   1419385     10.78      9.28
1101.69/275.83	c  S st  7980   2211415       232     28914        77     94262    130849   1430931     10.78   no data
1101.69/275.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1101.69/275.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
1101.69/275.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1101.69/275.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1101.69/275.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1101.69/275.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
1101.69/275.89	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
1102.10/275.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1102.10/275.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1119.68/280.31	c lits-rem:       911  cl-subs:     9452  v-elim:      0  v-fix:    0  time:  4.34 s
1119.68/280.32	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
1119.68/280.34	c vivif2 --  cl tried    84810 cl shrink        0 lits rem          0 time: 0.03
1120.90/280.69	c asymm  cl-useful: 0/2629/28914 lits-rem:0 time: 0.35
1120.90/280.70	c calculated reachability. Time: 0.00
1121.27/280.70	c  N dy  7980   2211415       232     28914        77     84810    130849   1330145     10.78   no data
1135.25/284.21	c  N dy  8060   2231773       232     28914        77    104217    130849   1711139     10.78     11.35
1152.03/288.47	c  N dy  8142   2251816       232     28914        77     61692    130849    802007     10.78     11.45
1162.42/291.02	c  N dy  8247   2272427       232     28914        77     81340    130849   1197500     10.78     11.40
1173.62/293.87	c  N dy  8333   2292507       232     28914        77    100430    130849   1564944     10.78     11.40
1186.40/297.03	c  N dy  8420   2312537       232     28914        77    119490    130849   1939989     10.79     11.40
1198.77/300.13	c  N dy  8495   2332637       232     28914        77     75960    130849   1067617     10.79     14.57
1209.55/302.89	c  N dy  8560   2352859       232     28914        77     95219    130849   1436068     10.78     11.43
1221.55/305.88	c  N dy  8631   2373314       232     28914        77    114671    130849   1809688     10.78     11.36
1235.14/309.24	c  N dy  8697   2393536       232     28914        77     70187    130849    951071     10.78     11.38
1245.51/311.87	c  N dy  8788   2413573       232     28914        77     89295    130849   1325889     10.78     11.39
1257.89/314.92	c  N dy  8892   2433861       232     28914        77    108735    130849   1710170     10.79     11.39
1271.06/318.21	c  N dy  8973   2454007       232     28914        77    127927    130849   2088219     10.79     11.36
1282.66/321.15	c  N dy  9037   2474097       232     28914        77     82216    130849   1181290     10.78     16.88
1294.64/324.18	c  N dy  9120   2495376       232     28914        77    102408    130849   1573796     10.78     11.36
1307.42/327.34	c  N dy  9180   2515780       232     28914        77    121814    130849   1942682     10.78     11.38
1321.01/330.75	c  N dy  9248   2536444       232     28914        77     75842    130849   1047863     10.78     11.37
1332.19/333.50	c  N dy  9342   2557040       232     28914        77     95439    130849   1438136     10.78     11.36
1344.18/336.60	c  N dy  9417   2577234       232     28914        77    114622    130849   1805019     10.78     11.36
1359.35/340.37	c  N dy  9493   2597693       232     28914        77     67513    130849    894061     10.78     11.49
1369.74/342.95	c  N dy  9577   2617804       232     28914        77     86507    130849   1266004     10.78     11.35
1382.92/346.24	c  N dy  9670   2640009       232     28914        77    107672    130849   1672958     10.78     11.35
1396.11/349.53	c  N dy  9755   2660346       232     28914        77    127030    130849   2047399     10.78     11.43
1410.09/353.04	c  N dy  9803   2681971       232     28914        77     80050    130849   1117347     10.78     11.36
1421.67/355.93	c  N dy  9902   2702544       232     28914        77     99639    130849   1500037     10.78     11.37
1426.46/357.16	c  S st  9932   2711415       232     28914        77    108075    130849   1667801     10.78   no data
1426.86/357.26	c  S st  9932   2711919       232     28914        77    108571    130849   1679757     10.78   no data
1426.86/357.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1427.26/357.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
1427.26/357.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1427.26/357.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1427.26/357.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1427.26/357.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
1427.26/357.33	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
1427.26/357.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1427.66/357.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1450.05/363.08	c lits-rem:      1196  cl-subs:    10773  v-elim:      0  v-fix:    0  time:  5.65 s
1450.05/363.08	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
1450.45/363.11	c vivif2 --  cl tried    97798 cl shrink        0 lits rem          0 time: 0.03
1451.63/363.47	c asymm  cl-useful: 0/2520/28914 lits-rem:0 time: 0.36
1451.63/363.48	c calculated reachability. Time: 0.00
1451.63/363.48	c  N dy  9932   2711919       232     28914        77     97798    130849   1561345     10.78   no data
1466.81/367.29	c  N dy  9992   2732089       232     28914        77    116935    130849   1921622     10.78     11.46
1486.39/372.10	c  N dy 10067   2752813       232     28914        77     68505    130849    915239     10.77     11.47
1496.37/374.62	c  N dy 10142   2773078       232     28914        77     87715    130849   1287876     10.77     11.38
1508.75/377.74	c  N dy 10231   2793811       232     28914        77    107378    130849   1661538     10.77     11.36
1522.73/381.20	c  N dy 10346   2814055       232     28914        77    126656    130849   2042775     10.78     11.56
1536.72/384.79	c  N dy 10419   2834102       232     28914        77     76479    130849   1067607     10.78     11.39
1547.50/387.47	c  N dy 10480   2854183       232     28914        77     95533    130849   1425942     10.78     11.53
1559.90/390.52	c  N dy 10553   2874433       232     28914        77    114831    130849   1796512     10.78     11.38
1572.68/393.75	c  N dy 10608   2894827       232     28914        77    134155    130849   2159226     10.77     11.36
1586.27/397.17	c  N dy 10697   2914917       232     28914        77     83097    130849   1195454     10.77     11.35
1597.84/400.03	c  N dy 10779   2935107       232     28914        77    102327    130849   1567238     10.77     11.41
1610.62/403.21	c  N dy 10851   2955452       232     28914        77    121644    130849   1933889     10.77     11.39
1623.81/406.59	c  N dy 10918   2975551       232     28914        77    140839    130849   2307651     10.77     11.35
1636.59/409.75	c  N dy 10967   2995871       232     28914        77     88817    130849   1269771     10.77     11.34
1647.79/412.60	c  N dy 11034   3015883       232     28914        77    107803    130849   1632837     10.77     14.49
1660.56/415.79	c  N dy 11087   3036692       232     28914        77    127630    130849   2006314     10.76     11.36
1676.93/419.85	c  N dy 11157   3057143       232     28914        77     74851    130849    995459     10.76     11.35
1688.92/422.84	c  N dy 11232   3080347       232     28914        77     96894    130849   1420550     10.76     11.37
1701.70/426.05	c  N dy 11332   3100894       232     28914        77    116474    130849   1803147     10.76     11.36
1715.28/429.46	c  N dy 11400   3121443       232     28914        77    135911    130849   2169211     10.76     11.41
1730.07/433.19	c  N dy 11479   3141550       232     28914        77     81836    130849   1123613     10.76     11.35
1741.24/435.97	c  N dy 11563   3161600       232     28914        77    101015    130849   1491751     10.76     11.87
1754.03/439.18	c  N dy 11634   3182359       232     28914        77    120684    130849   1864016     10.76     11.35
1768.01/442.60	c  N dy 11734   3202632       232     28914        77    139963    130849   2240765     10.76     11.33
1776.40/444.78	c  S st 11768   3211919       232     28914        77     74598    130849    971614     10.76     10.51
1776.80/444.85	c  S st 11768   3212422       232     28914        77     75097    130849    982722     10.76   no data
1776.80/444.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1776.80/444.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
1776.80/444.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1776.80/444.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1776.80/444.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1776.80/444.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
1777.20/444.90	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
1777.20/444.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1777.20/444.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1779.62/445.58	c lits-rem:       250  cl-subs:      859  v-elim:      0  v-fix:    0  time:  0.62 s
1779.62/445.58	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
1779.62/445.60	c vivif2 --  cl tried    74238 cl shrink        0 lits rem          0 time: 0.02
1780.80/445.86	c asymm  cl-useful: 0/4167/28914 lits-rem:0 time: 0.26
1780.80/445.86	c calculated reachability. Time: 0.00
1780.80/445.86	c  N dy 11768   3212422       232     28914        77     74238    130849    975385     10.76   no data
1791.18/448.46	c  N dy 11856   3232500       232     28914        77     93353    130849   1350962     10.76     12.72
1802.76/451.39	c  N dy 11936   3252551       232     28914        77    112403    130849   1724221     10.76     12.51
1817.55/455.03	c  N dy 12014   3272604       232     28914        77    131459    130849   2093610     10.76     14.09
1833.92/459.19	c  N dy 12080   3293031       232     28914        77     75759    130849    991751     10.76     11.42
1844.31/461.79	c  N dy 12137   3313353       232     28914        77     95060    130849   1351897     10.76     11.34
1855.90/464.66	c  N dy 12193   3333394       232     28914        77    114132    130849   1716456     10.76     11.34
1870.28/468.25	c  N dy 12264   3354431       232     28914        77    134156    130849   2100796     10.76     11.37
1887.06/472.41	c  N dy 12355   3374733       232     28914        77     77364    130849   1014952     10.76     11.41
1897.44/475.07	c  N dy 12430   3395153       232     28914        77     96780    130849   1392359     10.76     11.33
1909.82/478.10	c  N dy 12500   3415372       232     28914        77    115974    130849   1757656     10.76     11.36
1923.01/481.40	c  N dy 12568   3435562       232     28914        77    135199    130849   2118244     10.76     11.38
1940.18/485.72	c  N dy 12647   3455654       232     28914        77     77288    130849   1002384     10.76     12.76
1950.99/488.41	c  N dy 12733   3475716       232     28914        77     96376    130849   1367895     10.76     11.53
1962.95/491.47	c  N dy 12820   3495933       232     28914        77    115609    130849   1743076     10.76     11.34
1976.14/494.77	c  N dy 12883   3516002       232     28914        77    134617    130849   2101744     10.76     11.35
1990.94/498.48	c  N dy 12964   3536039       232     28914        77    153673    130849   2463421     10.76     14.57
2004.50/501.83	c  N dy 13036   3556201       232     28914        77     94913    130849   1329127     10.76     11.52
2016.48/504.82	c  N dy 13114   3576246       232     28914        77    113938    130849   1696450     10.76     11.35
2029.67/508.14	c  N dy 13202   3596276       232     28914        77    133011    130849   2068852     10.76     11.33
2044.05/511.76	c  N dy 13272   3616762       232     28914        77    152404    130849   2438149     10.76     11.39
2058.43/515.36	c  N dy 13366   3636763       232     28914        77     92557    130849   1273369     10.76     11.63
2070.03/518.29	c  N dy 13438   3656791       232     28914        77    111713    130849   1637663     10.76     12.48
2083.22/521.51	c  N dy 13508   3676891       232     28914        77    130788    130849   2008233     10.76     11.36
2097.97/525.29	c  N dy 13579   3699013       232     28914        77    151852    130849   2406617     10.76     11.33
2109.95/528.26	c  S st 13640   3712422       232     28914        77     84777    130849   1116765     10.76      9.52
2110.35/528.33	c  S st 13640   3712924       232     28914        77     85274    130849   1128955     10.76   no data
2110.35/528.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2110.35/528.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
2110.35/528.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2110.35/528.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2110.35/528.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2110.35/528.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
2110.35/528.39	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
2110.75/528.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2110.75/528.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
2114.35/529.38	c lits-rem:       300  cl-subs:     1413  v-elim:      0  v-fix:    0  time:  0.92 s
2114.35/529.38	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
2114.75/529.40	c vivif2 --  cl tried    83861 cl shrink        0 lits rem          0 time: 0.02
2115.55/529.65	c asymm  cl-useful: 0/9203/28914 lits-rem:0 time: 0.25
2115.55/529.65	c calculated reachability. Time: 0.00
2115.55/529.65	c  N dy 13640   3712924       232     28914        77     83861    130849   1114035     10.76   no data
2126.34/532.36	c  N dy 13718   3732985       232     28914        77    102929    130849   1479892     10.76     12.71
2137.52/535.18	c  F st 13775   3751562       232     28914        77    120591    130849   1811268     10.76   no data
2139.12/535.51	c  N st 13779   3753594       232     28914        77    122536    130849   1849392     10.76   no data
2153.52/539.19	c  N dy 13817   3774546       232     28914        77    142382    130849   2218894     10.75     11.32
2169.08/543.01	c  N dy 13896   3794602       232     28914        77    161513    130849   2580963     10.75     11.33
2182.26/546.37	c  N dy 13978   3814681       232     28914        77     99742    130849   1395465     10.75     11.33
2194.65/549.46	c  N dy 14048   3834961       232     28914        77    119073    130849   1757732     10.75     11.32
2208.23/552.85	c  N dy 14109   3855271       232     28914        77    138224    130849   2116987     10.75     11.38
2222.61/556.47	c  N dy 14174   3875508       232     28914        77    157475    130849   2484184     10.75     11.32
2237.78/560.24	c  N dy 14251   3896173       232     28914        77     95367    130849   1300436     10.75     11.33
2249.79/563.25	c  N dy 14324   3916644       232     28914        77    114841    130849   1670641     10.75     11.33
2262.16/566.39	c  N dy 14384   3936668       232     28914        77    133846    130849   2031233     10.75     12.70
2277.73/570.22	c  N dy 14467   3958612       232     28914        77    154663    130849   2425731     10.75     11.32
2293.73/574.20	c  N dy 14538   3979205       232     28914        77     91553    130849   1209702     10.75     11.32
2305.30/577.11	c  N dy 14616   3999267       232     28914        77    110588    130849   1582064     10.75     11.35
2317.28/580.19	c  N dy 14688   4019483       232     28914        77    129731    130849   1947196     10.75     11.34
2331.66/583.71	c  N dy 14765   4039537       232     28914        77    148771    130849   2312172     10.75     11.39
2348.84/588.09	c  N dy 14832   4059731       232     28914        77     84441    130849   1066780     10.75     11.38
2359.23/590.66	c  N dy 14886   4079881       232     28914        77    103586    130849   1434358     10.74     11.34
2370.81/593.51	c  N dy 14923   4099927       232     28914        77    122689    130849   1787860     10.74     11.33
2384.39/596.92	c  N dy 14976   4120490       232     28914        77    142209    130849   2150429     10.74     11.44
2401.57/601.21	c  N dy 15076   4143885       232     28914        77    164461    130849   2577868     10.74     11.39
2415.15/604.66	c  N dy 15129   4163985       232     28914        77     99024    130849   1320868     10.74     13.15
2426.74/607.56	c  N dy 15211   4184019       232     28914        77    118143    130849   1694100     10.74     11.32
2440.31/610.91	c  N dy 15296   4204280       232     28914        77    137369    130849   2066427     10.74     11.32
2446.31/612.48	c  S st 15335   4212924       232     28914        77    145558    130849   2220234     10.74     11.00
2446.72/612.60	c  S st 15335   4213428       232     28914        77    146054    130849   2231031     10.74   no data
2447.12/612.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2447.12/612.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
2447.12/612.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2447.12/612.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2447.12/612.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2447.12/612.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
2447.12/612.69	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
2447.53/612.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2447.93/612.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
2479.86/620.85	c lits-rem:      1765  cl-subs:    13623  v-elim:      0  v-fix:    0  time:  8.01 s
2479.86/620.85	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
2479.86/620.89	c vivif2 --  cl tried   132431 cl shrink        0 lits rem          0 time: 0.04
2481.47/621.20	c asymm  cl-useful: 0/6519/28914 lits-rem:0 time: 0.31
2481.47/621.21	c calculated reachability. Time: 0.00
2481.47/621.21	c  N dy 15335   4213428       232     28914        77    132431    130849   2073852     10.74   no data
2496.27/624.92	c  N dy 15413   4233491       232     28914        77    151524    130849   2437843     10.74     13.43
2519.01/630.61	c  N dy 15466   4254915       232     28914        77     86607    130849   1088372     10.73     11.30
2532.60/634.01	c  N dy 15572   4275399       232     28914        77    106120    130849   1471766     10.74     11.33
2546.17/637.42	c  N dy 15639   4297248       232     28914        77    126892    130849   1868440     10.74     11.34
2559.76/640.89	c  N dy 15718   4317311       232     28914        77    145941    130849   2229121     10.74     12.01
2576.14/644.96	c  N dy 15789   4337672       232     28914        77    165305    130849   2595805     10.73     11.32
2593.71/649.33	c  N dy 15853   4358500       232     28914        77     98698    130849   1303747     10.73     11.30
2605.71/652.39	c  N dy 15932   4378877       232     28914        77    118094    130849   1673428     10.73     11.37
2620.08/655.97	c  N dy 16004   4401455       232     28914        77    139527    130849   2072843     10.73     11.40
2634.86/659.68	c  N dy 16074   4421483       232     28914        77    158591    130849   2429039     10.73     11.50
2652.03/663.98	c  N dy 16144   4441966       232     28914        77     90687    130849   1146479     10.73     11.35
2663.23/666.76	c  N dy 16232   4462053       232     28914        77    109722    130849   1512005     10.73     11.52
2675.60/669.87	c  N dy 16295   4482713       232     28914        77    129374    130849   1882697     10.73     11.41
2689.61/673.32	c  N dy 16374   4502790       232     28914        77    148393    130849   2240632     10.73     11.30
2704.36/677.09	c  N dy 16447   4522919       232     28914        77    167442    130849   2600198     10.73     11.32
2722.73/681.66	c  N dy 16571   4545040       232     28914        77    100352    130849   1324694     10.73     11.32
2733.92/684.45	c  N dy 16635   4565061       232     28914        77    119378    130849   1689213     10.73     15.48
2746.72/687.65	c  N dy 16717   4585132       232     28914        77    138358    130849   2052907     10.73     11.31
2761.49/691.37	c  N dy 16785   4605151       232     28914        77    157276    130849   2398310     10.73     11.30
2777.48/695.37	c  N dy 16857   4625743       232     28914        77    176845    130849   2764376     10.73     11.36
2792.65/699.12	c  N dy 16935   4646704       232     28914        77    107522    130849   1442170     10.73     11.35
2805.03/702.25	c  N dy 17008   4667291       232     28914        77    127182    130849   1821930     10.73     11.33
2819.01/705.77	c  N dy 17078   4687774       232     28914        77    146578    130849   2187549     10.73     11.30
2834.61/709.62	c  N dy 17162   4708192       232     28914        77    165959    130849   2563012     10.73     11.35
2838.60/710.69	c  S st 17185   4713428       232     28914        77    170911    130849   2657054     10.73   no data
2839.38/710.81	c  S st 17185   4713929       232     28914        77    171407    130849   2668096     10.73   no data
2839.38/710.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2839.79/710.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.08
2839.79/710.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2839.79/710.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2839.79/710.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2839.79/710.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
2839.79/710.92	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
2839.79/710.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2840.19/711.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
2884.52/722.18	c lits-rem:      2354  cl-subs:    18680  v-elim:      0  v-fix:    0  time: 11.09 s
2884.52/722.18	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
2884.92/722.23	c vivif2 --  cl tried   152727 cl shrink        0 lits rem          0 time: 0.05
2885.32/722.35	c asymm  cl-useful: 0/3876/28914 lits-rem:0 time: 0.12
2885.32/722.36	c calculated reachability. Time: 0.00
2885.32/722.36	c  N dy 17185   4713929       232     28914        77    152727    130849   2454156     10.73   no data
2902.51/726.65	c  N dy 17266   4733967       232     28914        77    171820    130849   2825325     10.73     11.31
2922.88/731.71	c  N dy 17336   4754611       232     28914        77    101722    130849   1321696     10.73     11.31
2936.85/735.23	c  N dy 17386   4775771       232     28914        77    121766    130849   1690921     10.72     11.29
2952.44/739.14	c  N dy 17462   4795812       232     28914        77    140822    130849   2053329     10.72     11.38
2969.22/743.36	c  N dy 17548   4816601       232     28914        77    160580    130849   2426531     10.72     11.32
2986.80/747.74	c  N dy 17629   4836776       232     28914        77    179770    130849   2795542     10.72     11.29
3003.17/751.86	c  N dy 17684   4857891       232     28914        77    108838    130849   1431138     10.72     11.31
3016.35/755.11	c  N dy 17778   4878518       232     28914        77    128582    130849   1816477     10.72     11.39
3030.73/758.72	c  N dy 17874   4899007       232     28914        77    148059    130849   2194027     10.72     11.31
3045.53/762.43	c  N dy 17942   4919016       232     28914        77    167046    130849   2552218     10.72     14.12
3064.28/767.12	c  N dy 18013   4939056       232     28914        77     94029    130849   1154042     10.72     11.29
3075.47/769.94	c  N dy 18090   4959616       232     28914        77    113537    130849   1529290     10.72     11.30
3088.25/773.13	c  N dy 18152   4980726       232     28914        77    133527    130849   1897099     10.72     11.46
3102.25/776.69	c  N dy 18236   5000817       232     28914        77    152657    130849   2261687     10.72     11.30
3117.81/780.51	c  N dy 18308   5021242       232     28914        77    172020    130849   2630831     10.72     11.30
3136.19/785.14	c  N dy 18390   5041968       232     28914        77     98677    130849   1228222     10.72     11.38
3147.37/787.90	c  N dy 18456   5062171       232     28914        77    117900    130849   1592625     10.72     11.38
3159.77/791.08	c  N dy 18527   5082385       232     28914        77    137009    130849   1949166     10.72     11.29
3175.33/794.91	c  N dy 18621   5103918       232     28914        77    157460    130849   2347842     10.72     11.29
3190.54/798.78	c  N dy 18703   5124058       232     28914        77    176559    130849   2712269     10.72     11.39
3208.48/803.27	c  N dy 18763   5144111       232     28914        77    101610    130849   1263899     10.72     11.29
3220.47/806.29	c  N dy 18865   5164489       232     28914        77    121023    130849   1644996     10.72     11.31
3233.26/809.43	c  N dy 18927   5184505       232     28914        77    139956    130849   2003164     10.72     13.15
3247.26/813.00	c  N dy 19002   5204788       232     28914        77    159275    130849   2366449     10.72     11.32
3254.83/814.81	c  S st 19053   5213929       232     28914        77    167960    130849   2540933     10.72      9.17
3255.23/814.93	c  S st 19053   5214433       232     28914        77    168455    130849   2552565     10.72   no data
3255.23/814.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3255.63/815.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.08
3255.63/815.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3255.63/815.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3255.63/815.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3255.63/815.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
3255.63/815.04	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
3255.63/815.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3256.05/815.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
3297.18/825.40	c lits-rem:      2244  cl-subs:    18013  v-elim:      0  v-fix:    0  time: 10.20 s
3297.18/825.40	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
3297.18/825.45	c vivif2 --  cl tried   150442 cl shrink        0 lits rem          0 time: 0.04
3298.37/825.75	c asymm  cl-useful: 0/1328/28914 lits-rem:0 time: 0.30
3298.37/825.76	c calculated reachability. Time: 0.00
3298.37/825.76	c  N dy 19053   5214433       232     28914        77    150442    130849   2345500     10.72   no data
3313.95/829.70	c  N dy 19129   5234659       232     28914        77    169690    130849   2710757     10.72     11.31
3330.33/833.74	c  N dy 19189   5254687       232     28914        77    188706    130849   3076865     10.72     12.98
3348.32/838.25	c  N dy 19286   5275346       232     28914        77    113884    130849   1516771     10.72     11.31
3363.88/842.12	c  N dy 19356   5295626       232     28914        77    133116    130849   1890033     10.72     11.35
3380.26/846.24	c  N dy 19424   5316157       232     28914        77    152652    130849   2253867     10.72     11.34
3397.06/850.43	c  N dy 19494   5336315       232     28914        77    171817    130849   2614449     10.72     11.46
3419.81/856.11	c  N dy 19569   5357098       232     28914        77     95767    130849   1151170     10.72     11.31
3430.99/858.93	c  N dy 19653   5377376       232     28914        77    115036    130849   1523019     10.72     11.36
3443.38/862.07	c  N dy 19716   5397887       232     28914        77    134434    130849   1888823     10.72     11.29
3457.36/865.56	c  N dy 19795   5418097       232     28914        77    153694    130849   2256199     10.72     11.29
3472.14/869.29	c  N dy 19849   5438594       232     28914        77    173148    130849   2613719     10.72     11.30
3489.34/873.57	c  N dy 19912   5459583       232     28914        77    193021    130849   2980664     10.71     11.36
3504.49/877.34	c  N dy 19980   5480295       232     28914        77    115876    130849   1528464     10.71     11.29
3517.68/880.64	c  N dy 20078   5500873       232     28914        77    135343    130849   1901627     10.71     11.28
3531.26/884.04	c  N dy 20147   5521097       232     28914        77    154571    130849   2268393     10.71     11.28
3546.46/887.82	c  N dy 20220   5541211       232     28914        77    173747    130849   2625143     10.71     11.31
3562.41/891.86	c  N dy 20289   5561275       232     28914        77    192814    130849   2986228     10.71     13.33
3578.00/895.78	c  N dy 20362   5581285       232     28914        77    114178    130849   1479158     10.71     13.62
3590.78/898.94	c  N dy 20419   5602146       232     28914        77    134009    130849   1852006     10.71     11.35
3603.58/902.16	c  N dy 20459   5622399       232     28914        77    153123    130849   2189929     10.71     11.65
3618.75/905.93	c  N dy 20522   5643037       232     28914        77    172730    130849   2550413     10.71     11.28
3635.52/910.17	c  N dy 20615   5663303       232     28914        77    192045    130849   2915807     10.71     11.27
3651.92/914.22	c  N dy 20689   5683406       232     28914        77    112344    130849   1430095     10.71     11.27
3663.89/917.24	c  N dy 20765   5703451       232     28914        77    131444    130849   1802093     10.71     11.35
3671.08/919.02	c  S st 20806   5714434       232     28914        77    141863    130849   2002546     10.71     10.07
3671.48/919.13	c  S st 20806   5714936       232     28914        77    142359    130849   2013974     10.71   no data
3671.48/919.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3671.88/919.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
3671.88/919.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3671.88/919.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3671.88/919.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3671.88/919.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
3671.88/919.22	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
3671.88/919.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3672.28/919.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
3698.64/925.97	c lits-rem:      1335  cl-subs:    10632  v-elim:      0  v-fix:    0  time:  6.62 s
3698.64/925.98	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
3699.04/926.01	c vivif2 --  cl tried   131727 cl shrink        0 lits rem          0 time: 0.04
3700.26/926.33	c asymm  cl-useful: 0/2222/28914 lits-rem:0 time: 0.31
3700.26/926.33	c calculated reachability. Time: 0.00
3700.26/926.33	c  N dy 20806   5714936       232     28914        77    131727    130849   1893221     10.71   no data
3714.22/929.89	c  N dy 20885   5735033       232     28914        77    150794    130849   2254273     10.71     12.65
3730.20/933.89	c  N dy 20967   5755476       232     28914        77    170295    130849   2621724     10.71     11.28
3747.38/938.11	c  N dy 21052   5775837       232     28914        77    189655    130849   2992876     10.71     11.27
3765.77/942.78	c  N dy 21114   5796004       232     28914        77    109335    130849   1368699     10.71     11.27
3780.53/946.42	c  N dy 21185   5816228       232     28914        77    128438    130849   1729084     10.70     11.33
3796.11/950.36	c  N dy 21270   5836287       232     28914        77    147502    130849   2093855     10.70     11.34
3812.49/954.48	c  N dy 21362   5856543       232     28914        77    166756    130849   2469544     10.71     11.27
3830.06/958.88	c  N dy 21454   5877611       232     28914        77    186677    130849   2845329     10.71     11.29
3849.65/963.73	c  N dy 21513   5898620       232     28914        77    106105    130849   1296034     10.70     11.29
3861.22/966.62	c  N dy 21596   5918651       232     28914        77    125145    130849   1662911     10.70     11.60
3874.01/969.89	c  N dy 21679   5938779       232     28914        77    144238    130849   2030577     10.70     11.27
3889.21/973.63	c  N dy 21771   5958897       232     28914        77    163414    130849   2398698     10.71     11.28
3904.76/977.59	c  N dy 21827   5979105       232     28914        77    182493    130849   2748852     10.70     11.32
3921.14/981.69	c  N dy 21869   5999692       232     28914        77    201922    130849   3106484     10.70     11.27
3937.54/985.70	c  N dy 21947   6020059       232     28914        77    119828    130849   1546803     10.70     11.34
3950.32/988.96	c  N dy 22034   6040468       232     28914        77    139221    130849   1915866     10.70     11.32
3965.08/992.63	c  N dy 22131   6060717       232     28914        77    158408    130849   2285302     10.70     11.30
3980.26/996.44	c  N dy 22198   6080720       232     28914        77    177399    130849   2637484     10.70     11.37
3997.04/1000.64	c  N dy 22281   6100780       232     28914        77    196420    130849   3003129     10.70     11.75
4015.01/1005.13	c  N dy 22355   6121108       232     28914        77    113259    130849   1414128     10.70     11.27
4027.00/1008.17	c  N dy 22430   6141179       232     28914        77    132383    130849   1779560     10.70     11.29
4041.39/1011.75	c  N dy 22516   6162629       232     28914        77    152734    130849   2167857     10.70     11.33
4056.96/1015.63	c  N dy 22601   6183391       232     28914        77    172415    130849   2549681     10.70     11.28
4072.54/1019.57	c  N dy 22678   6203426       232     28914        77    191479    130849   2911040     10.70     11.31
4082.55/1022.09	c  S st 22726   6214937       232     28914        77    202457    130849   3121223     10.70     10.99
4083.33/1022.25	c  S st 22726   6215440       232     28914        77    202957    130849   3132303     10.70   no data
4083.33/1022.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4083.73/1022.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.10
4083.73/1022.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4083.73/1022.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4083.73/1022.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4083.73/1022.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
4083.73/1022.38	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
4084.13/1022.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4084.53/1022.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
4141.65/1036.81	c lits-rem:      1980  cl-subs:    22280  v-elim:      0  v-fix:    0  time: 14.22 s
4141.65/1036.82	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
4141.65/1036.87	c vivif2 --  cl tried   180677 cl shrink        0 lits rem          0 time: 0.06
4143.25/1037.22	c asymm  cl-useful: 0/1722/28914 lits-rem:0 time: 0.35
4143.25/1037.23	c calculated reachability. Time: 0.00
4143.25/1037.23	c  N dy 22726   6215440       232     28914        77    180677    130849   2875518     10.70   no data
4160.83/1041.68	c  N dy 22800   6235969       232     28914        77    200173    130849   3240208     10.70     11.33
4178.01/1045.98	c  N dy 22890   6256013       232     28914        77    116311    130849   1475502     10.70     11.33
4191.18/1049.28	c  N dy 22964   6276178       232     28914        77    135457    130849   1839666     10.70     11.29
4205.58/1052.83	c  N dy 23033   6296351       232     28914        77    154656    130849   2206134     10.70     11.36
4222.76/1057.18	c  N dy 23113   6317502       232     28914        77    174772    130849   2588111     10.70     11.28
4241.51/1061.84	c  N dy 23183   6337572       232     28914        77    193834    130849   2948402     10.70     11.28
4262.30/1067.09	c  N dy 23250   6357981       232     28914        77    108959    130849   1310389     10.70     11.30
4273.86/1069.99	c  N dy 23312   6378025       232     28914        77    128027    130849   1667138     10.70     13.25
4288.11/1073.50	c  N dy 23399   6398516       232     28914        77    147591    130849   2042107     10.70     11.37
4303.15/1077.30	c  N dy 23502   6418520       232     28914        77    166585    130849   2408144     10.70     11.34
4318.54/1081.24	c  N dy 23580   6438602       232     28914        77    185710    130849   2769967     10.70     13.68
4335.52/1085.52	c  N dy 23667   6458749       232     28914        77    204831    130849   3141457     10.70     11.36
4353.35/1090.05	c  N dy 23748   6478893       232     28914        77    118542    130849   1483190     10.70     11.27
4366.53/1093.33	c  N dy 23837   6498928       232     28914        77    137610    130849   1845269     10.70     12.74
4380.53/1096.86	c  N dy 23917   6518933       232     28914        77    156577    130849   2202774     10.70     11.74
4395.69/1100.68	c  N dy 24014   6538978       232     28914        77    175627    130849   2573820     10.71     11.31
4412.47/1104.86	c  N dy 24121   6559066       232     28914        77    194715    130849   2941145     10.71     11.28
4434.04/1110.20	c  N dy 24204   6579147       232     28914        77    107435    130849   1263972     10.71     12.60
4445.23/1113.09	c  N dy 24268   6599224       232     28914        77    126475    130849   1621757     10.71     11.44
4458.81/1116.46	c  N dy 24357   6619658       232     28914        77    145801    130849   1993492     10.71     11.28
4473.18/1120.08	c  N dy 24441   6639734       232     28914        77    164895    130849   2359470     10.71     12.81
4488.77/1123.95	c  N dy 24506   6660029       232     28914        77    184099    130849   2721466     10.71     11.28
4506.35/1128.36	c  N dy 24585   6680304       232     28914        77    203297    130849   3087145     10.71     11.28
4525.91/1133.20	c  N dy 24653   6700750       232     28914        77    115509    130849   1404259     10.71     11.29
4534.71/1135.46	c  S st 24719   6715440       232     28914        77    129468    130849   1673634     10.71     10.84
4535.11/1135.57	c  S st 24719   6715941       232     28914        77    129964    130849   1684831     10.71   no data
4535.11/1135.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4535.51/1135.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
4535.51/1135.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4535.51/1135.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4535.51/1135.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4535.51/1135.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    232 time:  0.00 s
4535.51/1135.65	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
4535.51/1135.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4535.91/1135.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
4553.09/1140.09	c lits-rem:       926  cl-subs:     5516  v-elim:      0  v-fix:    0  time:  4.33 s
4553.09/1140.09	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.00
4553.49/1140.13	c vivif2 --  cl tried   124448 cl shrink        0 lits rem          0 time: 0.03
4554.68/1140.45	c asymm  cl-useful: 0/2530/28914 lits-rem:0 time: 0.32
4554.68/1140.45	c calculated reachability. Time: 0.00
4554.68/1140.45	c  N dy 24719   6715941       232     28914        77    124448    130849   1621791     10.71   no data
4567.47/1143.68	c  N dy 24793   6736032       232     28914        77    143506    130849   1989264     10.70     11.32
4583.43/1147.61	c  N dy 24890   6756158       232     28914        77    162629    130849   2352848     10.71     11.32
4601.82/1152.20	c  N dy 24979   6776327       232     28914        77    181759    130849   2722689     10.71     11.28
4622.99/1157.54	c  N dy 25088   6797114       232     28914        77    201540    130849   3105214     10.71     11.28
4644.56/1162.94	c  N dy 25160   6817134       232     28914        77    112489    130849   1344459     10.71     11.30
4657.36/1166.14	c  N dy 25237   6837274       232     28914        77    131638    130849   1713391     10.71     11.32
4672.52/1169.92	c  N dy 25332   6857350       232     28914        77    150781    130849   2092620     10.71     11.33
4689.30/1174.18	c  N dy 25424   6877429       232     28914        77    169844    130849   2458424     10.71     13.29
4708.48/1178.97	c  N dy 25474   6899037       232     28914        77    190337    130849   2837292     10.71     11.30
4727.27/1183.64	c  N dy 25551   6919850       232     28914        77    210189    130849   3224456     10.71     11.49
4746.03/1188.36	c  N dy 25616   6939867       232     28914        77    120087    130849   1478251     10.71     11.52
4758.80/1191.59	c  N dy 25709   6959882       232     28914        77    139080    130849   1843085     10.71     11.54
4773.19/1195.18	c  N dy 25810   6979986       232     28914        77    158227    130849   2219644     10.71     11.29
4789.57/1199.24	c  N dy 25891   7001024       232     28914        77    178153    130849   2602307     10.71     11.28

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-3261979-1304122034/watcher-3261979-1304122034 -o /tmp/evaluation-result-3261979-1304122034/solver-3261979-1304122034 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3261979-1304122034.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.13 8.08 7.60 1/172 4930
/proc/meminfo: memFree=30888452/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 504619330 52441088 352 33554432000 4194304 4627427 140735153301488 18446744073709551615 220816236475 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 12803 352 303 106 0 7774 0
[pid=4930/tid=4931] ppid=4928 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 504619331 52441088 352 33554432000 4194304 4627427 140735153301488 18446744073709551615 47684201764786 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 504619331 52441088 352 33554432000 4194304 4627427 140735153301488 18446744073709551615 47684201764786 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 504619331 52441088 352 33554432000 4194304 4627427 140735153301488 18446744073709551615 220811283542 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.199372 s]
/proc/loadavg: 8.13 8.08 7.60 1/172 4930
/proc/meminfo: memFree=30888452/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=285660 CPUtime=0.77 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) D 4928 4930 4321 0 -1 4202496 3645 0 0 0 76 1 0 0 18 0 4 0 504619330 292515840 3557 33554432000 4194304 4627427 140735153301488 18446744073709551615 220816279735 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 71415 3557 371 106 0 66386 0
[pid=4930/tid=4931] ppid=4928 vsize=285660 CPUtime=0.19 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) D 4928 4930 4321 0 -1 4202560 825 0 0 0 19 0 0 0 18 0 4 0 504619331 292515840 3557 33554432000 4194304 4627427 140735153301488 18446744073709551615 220816279735 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=285660 CPUtime=0.18 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 758 0 0 0 18 0 0 0 18 0 4 0 504619331 292515840 3557 33554432000 4194304 4627427 140735153301488 18446744073709551615 220816279642 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=285660 CPUtime=0.19 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 860 0 0 0 19 0 0 0 18 0 4 0 504619331 292515840 3557 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 285660

[startup+0.201026 s]
/proc/loadavg: 8.13 8.08 7.60 1/172 4930
/proc/meminfo: memFree=30888452/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=286496 CPUtime=0.77 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) D 4928 4930 4321 0 -1 4202496 4140 0 0 0 76 1 0 0 18 0 4 0 504619330 293371904 4052 33554432000 4194304 4627427 140735153301488 18446744073709551615 220816279735 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 71624 4052 371 106 0 66595 0
[pid=4930/tid=4931] ppid=4928 vsize=286496 CPUtime=0.19 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) D 4928 4930 4321 0 -1 4202560 1039 0 0 0 19 0 0 0 18 0 4 0 504619331 293371904 4052 33554432000 4194304 4627427 140735153301488 18446744073709551615 220816279735 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=286496 CPUtime=0.18 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 831 0 0 0 18 0 0 0 18 0 4 0 504619331 293371904 4052 33554432000 4194304 4627427 140735153301488 18446744073709551615 220815933648 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=286496 CPUtime=0.19 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 860 0 0 0 19 0 0 0 18 0 4 0 504619331 293371904 4052 33554432000 4194304 4627427 140735153301488 18446744073709551615 4328509 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 286496

[startup+0.301013 s]
/proc/loadavg: 8.13 8.08 7.60 1/172 4930
/proc/meminfo: memFree=30888452/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=294136 CPUtime=1.15 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 7915 0 0 0 113 2 0 0 18 0 4 0 504619330 301195264 7630 33554432000 4194304 4627427 140735153301488 18446744073709551615 4427854 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 73534 7630 379 106 0 68505 0
[pid=4930/tid=4931] ppid=4928 vsize=294136 CPUtime=0.28 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 2202 0 0 0 28 0 0 0 18 0 4 0 504619331 301195264 7630 33554432000 4194304 4627427 140735153301488 18446744073709551615 4427146 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=294136 CPUtime=0.27 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 2224 0 0 0 27 0 0 0 18 0 4 0 504619331 301195264 7630 33554432000 4194304 4627427 140735153301488 18446744073709551615 4427421 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=294136 CPUtime=0.29 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 924 0 0 0 29 0 0 0 18 0 4 0 504619331 301195264 7630 33554432000 4194304 4627427 140735153301488 18446744073709551615 4308265 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 294136

[startup+0.700934 s]
/proc/loadavg: 8.13 8.08 7.60 1/172 4930
/proc/meminfo: memFree=30888452/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=288444 CPUtime=2.76 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 8771 0 0 0 273 3 0 0 18 0 4 0 504619330 295366656 7164 33554432000 4194304 4627427 140735153301488 18446744073709551615 4327622 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 72111 7164 386 106 0 67082 0
[pid=4930/tid=4931] ppid=4928 vsize=288444 CPUtime=0.68 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 2434 0 0 0 68 0 0 0 18 0 4 0 504619331 295366656 7164 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=288444 CPUtime=0.67 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 2423 0 0 0 67 0 0 0 18 0 4 0 504619331 295366656 7164 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=288444 CPUtime=0.69 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 1126 0 0 0 69 0 0 0 18 0 4 0 504619331 295366656 7164 33554432000 4194304 4627427 140735153301488 18446744073709551615 4308343 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 288444

[startup+1.50079 s]
/proc/loadavg: 8.13 8.08 7.60 12/184 4947
/proc/meminfo: memFree=30821760/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=294356 CPUtime=5.95 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 11733 0 0 0 592 3 0 0 19 0 4 0 504619330 301420544 7640 33554432000 4194304 4627427 140735153301488 18446744073709551615 4327749 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 73589 7640 386 106 0 68560 0
[pid=4930/tid=4931] ppid=4928 vsize=294356 CPUtime=1.48 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 3068 0 0 0 148 0 0 0 19 0 4 0 504619331 301420544 7640 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=294356 CPUtime=1.48 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 3091 0 0 0 147 1 0 0 19 0 4 0 504619331 301420544 7640 33554432000 4194304 4627427 140735153301488 18446744073709551615 4299569 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=294356 CPUtime=1.49 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 2138 0 0 0 149 0 0 0 20 0 4 0 504619331 301420544 7640 33554432000 4194304 4627427 140735153301488 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 294356

[startup+3.1005 s]
/proc/loadavg: 8.28 8.11 7.62 9/184 4947
/proc/meminfo: memFree=30812956/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=296244 CPUtime=12.34 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 19020 0 0 0 1230 4 0 0 24 0 4 0 504619330 303353856 10713 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 74061 10713 390 106 0 69032 0
[pid=4930/tid=4931] ppid=4928 vsize=296244 CPUtime=3.08 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 5567 0 0 0 307 1 0 0 24 0 4 0 504619331 303353856 10713 33554432000 4194304 4627427 140735153301488 18446744073709551615 4420278 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=296244 CPUtime=3.07 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 4418 0 0 0 306 1 0 0 24 0 4 0 504619331 303353856 10713 33554432000 4194304 4627427 140735153301488 18446744073709551615 4333080 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=296244 CPUtime=3.08 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 3485 0 0 0 308 0 0 0 25 0 4 0 504619331 303353856 10713 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 296244

[startup+6.3009 s]
/proc/loadavg: 8.28 8.11 7.62 9/184 4947
/proc/meminfo: memFree=30751408/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=308560 CPUtime=25.12 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 33200 0 0 0 2506 6 0 0 25 0 4 0 504619330 315965440 18263 33554432000 4194304 4627427 140735153301488 18446744073709551615 4327557 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 77140 18263 391 106 0 72111 0
[pid=4930/tid=4931] ppid=4928 vsize=308560 CPUtime=6.28 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 8602 0 0 0 627 1 0 0 25 0 4 0 504619331 315965440 18263 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=308560 CPUtime=6.25 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 8289 0 0 0 623 2 0 0 25 0 4 0 504619331 315965440 18263 33554432000 4194304 4627427 140735153301488 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=308560 CPUtime=6.28 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 7938 0 0 0 628 0 0 0 25 0 4 0 504619331 315965440 18263 33554432000 4194304 4627427 140735153301488 18446744073709551615 4327381 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 308560

[startup+12.7007 s]
/proc/loadavg: 8.23 8.10 7.62 9/184 4947
/proc/meminfo: memFree=30715676/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=320320 CPUtime=50.69 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 50195 0 0 0 5059 10 0 0 25 0 4 0 504619330 328007680 21354 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 80080 21354 394 106 0 75051 0
[pid=4930/tid=4931] ppid=4928 vsize=320320 CPUtime=12.68 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 13055 0 0 0 1266 2 0 0 25 0 4 0 504619331 328007680 21354 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=320320 CPUtime=12.61 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 12765 0 0 0 1259 2 0 0 25 0 4 0 504619331 328007680 21354 33554432000 4194304 4627427 140735153301488 18446744073709551615 4352176 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=320320 CPUtime=12.68 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 12364 0 0 0 1267 1 0 0 25 0 4 0 504619331 328007680 21354 33554432000 4194304 4627427 140735153301488 18446744073709551615 4308615 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 320320

[startup+25.5004 s]
/proc/loadavg: 8.20 8.10 7.62 9/184 4947
/proc/meminfo: memFree=30691496/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=320556 CPUtime=101.82 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 76780 0 0 0 10166 16 0 0 25 0 4 0 504619330 328249344 25846 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 80139 25846 392 106 0 75110 0
[pid=4930/tid=4931] ppid=4928 vsize=320556 CPUtime=25.48 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 19415 0 0 0 2545 3 0 0 25 0 4 0 504619331 328249344 25846 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=320556 CPUtime=25.34 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 20528 0 0 0 2530 4 0 0 25 0 4 0 504619331 328249344 25846 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309138 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=320556 CPUtime=25.49 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 19201 0 0 0 2546 3 0 0 25 0 4 0 504619331 328249344 25846 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 320556

[startup+51.1006 s]
/proc/loadavg: 8.19 8.11 7.64 9/184 4948
/proc/meminfo: memFree=30638832/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=334808 CPUtime=204.09 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 124080 0 0 0 20383 26 0 0 25 0 4 0 504619330 342843392 31024 33554432000 4194304 4627427 140735153301488 18446744073709551615 4327603 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 83702 31024 399 106 0 78673 0
[pid=4930/tid=4931] ppid=4928 vsize=334808 CPUtime=51.08 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 32547 0 0 0 5102 6 0 0 25 0 4 0 504619331 342843392 31024 33554432000 4194304 4627427 140735153301488 18446744073709551615 4327509 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=334808 CPUtime=50.81 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 31499 0 0 0 5074 7 0 0 25 0 4 0 504619331 342843392 31024 33554432000 4194304 4627427 140735153301488 18446744073709551615 4327626 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=334808 CPUtime=51.08 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 30855 0 0 0 5104 4 0 0 25 0 4 0 504619331 342843392 31024 33554432000 4194304 4627427 140735153301488 18446744073709551615 4249224 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 334808

[startup+102.301 s]
/proc/loadavg: 8.17 8.12 7.67 9/184 4949
/proc/meminfo: memFree=30565108/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=313400 CPUtime=408.64 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 202501 0 0 0 40823 41 0 0 25 0 4 0 504619330 320921600 37921 33554432000 4194304 4627427 140735153301488 18446744073709551615 4327570 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 78350 37921 397 106 0 73321 0
[pid=4930/tid=4931] ppid=4928 vsize=313400 CPUtime=102.28 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 51633 0 0 0 10219 9 0 0 25 0 4 0 504619331 320921600 37921 33554432000 4194304 4627427 140735153301488 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=313400 CPUtime=101.75 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 51365 0 0 0 10164 11 0 0 25 0 4 0 504619331 320921600 37921 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=313400 CPUtime=102.29 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 48536 0 0 0 10220 9 0 0 25 0 4 0 504619331 320921600 37921 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 313400

[startup+162.301 s]

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

[pid=4930] ppid=4928 vsize=602896 CPUtime=2565.75 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 719291 0 0 0 256384 191 0 0 25 0 4 0 504619330 617365504 92717 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 150724 92717 460 106 0 145695 0
[pid=4930/tid=4931] ppid=4928 vsize=602896 CPUtime=642.28 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 183169 0 0 0 64181 47 0 0 25 0 4 0 504619331 617365504 92717 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=602896 CPUtime=638.83 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 180767 0 0 0 63835 48 0 0 25 0 4 0 504619331 617365504 92717 33554432000 4194304 4627427 140735153301488 18446744073709551615 4420272 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=602896 CPUtime=642.3 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 169326 0 0 0 64187 43 0 0 25 0 4 0 504619331 617365504 92718 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.75
Current children cumulated vsize (KiB) 602896

[startup+702.301 s]
/proc/loadavg: 8.12 8.08 7.84 9/184 4965
/proc/meminfo: memFree=30223188/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=598120 CPUtime=2805.43 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 762133 0 0 0 280337 206 0 0 25 0 4 0 504619330 612474880 86209 33554432000 4194304 4627427 140735153301488 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 149530 86209 428 106 0 144501 0
[pid=4930/tid=4931] ppid=4928 vsize=598120 CPUtime=702.13 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 195203 0 0 0 70161 52 0 0 25 0 4 0 504619331 612474880 86209 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=598120 CPUtime=698.66 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 191829 0 0 0 69814 52 0 0 25 0 4 0 504619331 612474880 86209 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=598120 CPUtime=702.3 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 179237 0 0 0 70184 46 0 0 25 0 4 0 504619331 612474880 86209 33554432000 4194304 4627427 140735153301488 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.43
Current children cumulated vsize (KiB) 598120

[startup+762.3 s]
/proc/loadavg: 8.09 8.08 7.85 9/184 4967
/proc/meminfo: memFree=30159768/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=587888 CPUtime=3045.13 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 801933 0 0 0 304292 221 0 0 25 0 4 0 504619330 601997312 100304 33554432000 4194304 4627427 140735153301488 18446744073709551615 220816261015 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 146972 100304 403 106 0 141943 0
[pid=4930/tid=4931] ppid=4928 vsize=587888 CPUtime=761.81 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 206934 0 0 0 76125 56 0 0 25 0 4 0 504619331 601997312 100304 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=587888 CPUtime=758.67 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 204980 0 0 0 75811 56 0 0 25 0 4 0 504619331 601997312 100304 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=587888 CPUtime=762.31 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 184762 0 0 0 76183 48 0 0 25 0 4 0 504619331 601997312 100304 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.13
Current children cumulated vsize (KiB) 587888

[startup+822.3 s]
/proc/loadavg: 8.07 8.07 7.87 9/184 4969
/proc/meminfo: memFree=30172492/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=582860 CPUtime=3284.79 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 840537 0 0 0 328244 235 0 0 25 0 4 0 504619330 596848640 94380 33554432000 4194304 4627427 140735153301488 18446744073709551615 4468043 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 145715 94380 396 106 0 140686 0
[pid=4930/tid=4931] ppid=4928 vsize=582860 CPUtime=821.49 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 220542 0 0 0 82088 61 0 0 25 0 4 0 504619331 596848640 94380 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=582860 CPUtime=818.66 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 213439 0 0 0 81807 59 0 0 25 0 4 0 504619331 596848640 94380 33554432000 4194304 4627427 140735153301488 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=582860 CPUtime=822.31 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 193063 0 0 0 82179 52 0 0 25 0 4 0 504619331 596848640 94380 33554432000 4194304 4627427 140735153301488 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.79
Current children cumulated vsize (KiB) 582860

[startup+882.306 s]
/proc/loadavg: 8.07 8.07 7.88 9/184 4970
/proc/meminfo: memFree=30141804/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=601352 CPUtime=3524.49 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 871928 0 0 0 352202 247 0 0 25 0 4 0 504619330 615784448 103428 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 150338 103428 396 106 0 145309 0
[pid=4930/tid=4931] ppid=4928 vsize=601352 CPUtime=881.17 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 227730 0 0 0 88053 64 0 0 25 0 4 0 504619331 615784448 103428 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=601352 CPUtime=878.67 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 223609 0 0 0 87804 63 0 0 25 0 4 0 504619331 615784448 103428 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=601352 CPUtime=882.31 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 199387 0 0 0 88177 54 0 0 25 0 4 0 504619331 615784448 103428 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.49
Current children cumulated vsize (KiB) 601352

[startup+942.3 s]
/proc/loadavg: 8.02 8.06 7.88 9/184 4972
/proc/meminfo: memFree=30119552/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=650976 CPUtime=3764.15 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 901319 0 0 0 376156 259 0 0 25 0 4 0 504619330 666599424 109111 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 162744 109111 396 106 0 157715 0
[pid=4930/tid=4931] ppid=4928 vsize=650976 CPUtime=940.84 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 239082 0 0 0 94016 68 0 0 25 0 4 0 504619331 666599424 109111 33554432000 4194304 4627427 140735153301488 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=650976 CPUtime=938.67 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 232004 0 0 0 93800 67 0 0 25 0 4 0 504619331 666599424 109111 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=650976 CPUtime=942.3 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 199454 0 0 0 94176 54 0 0 25 0 4 0 504619331 666599424 109111 33554432000 4194304 4627427 140735153301488 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.15
Current children cumulated vsize (KiB) 650976

[startup+1002.3 s]
/proc/loadavg: 8.01 8.04 7.89 9/184 4973
/proc/meminfo: memFree=30139100/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=601892 CPUtime=4003.83 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 928964 0 0 0 400113 270 0 0 25 0 4 0 504619330 616337408 106779 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309260 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 150473 106779 396 106 0 145444 0
[pid=4930/tid=4931] ppid=4928 vsize=601892 CPUtime=1000.52 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 248615 0 0 0 99980 72 0 0 25 0 4 0 504619331 616337408 106779 33554432000 4194304 4627427 140735153301488 18446744073709551615 4324264 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=601892 CPUtime=998.66 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 243872 0 0 0 99795 71 0 0 25 0 4 0 504619331 616337408 106779 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=601892 CPUtime=1002.31 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 199800 0 0 0 100176 55 0 0 25 0 4 0 504619331 616337408 106779 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.83
Current children cumulated vsize (KiB) 601892

[startup+1062.3 s]
/proc/loadavg: 8.00 8.03 7.89 9/184 4977
/proc/meminfo: memFree=30047672/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=668288 CPUtime=4243.52 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 958722 0 0 0 424071 281 0 0 25 0 4 0 504619330 684326912 118448 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 167072 118448 408 106 0 162043 0
[pid=4930/tid=4931] ppid=4928 vsize=668288 CPUtime=1060.2 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 259865 0 0 0 105945 75 0 0 25 0 4 0 504619331 684326912 118448 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309192 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=668288 CPUtime=1058.67 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 253419 0 0 0 105792 75 0 0 25 0 4 0 504619331 684326912 118448 33554432000 4194304 4627427 140735153301488 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=668288 CPUtime=1062.31 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 203941 0 0 0 106175 56 0 0 25 0 4 0 504619331 684326912 118448 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.52
Current children cumulated vsize (KiB) 668288

[startup+1122.3 s]
/proc/loadavg: 8.27 8.11 7.93 9/184 4980
/proc/meminfo: memFree=30056416/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=619524 CPUtime=4482.38 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 993542 0 0 0 447943 295 0 0 25 0 4 0 504619330 634392576 108963 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 154881 108963 408 106 0 149852 0
[pid=4930/tid=4931] ppid=4928 vsize=619524 CPUtime=1119.05 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 267557 0 0 0 111827 78 0 0 25 0 4 0 504619331 634392576 108963 33554432000 4194304 4627427 140735153301488 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=619524 CPUtime=1118.67 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 264790 0 0 0 111787 80 0 0 25 0 4 0 504619331 634392576 108963 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=619524 CPUtime=1122.31 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 211980 0 0 0 112172 59 0 0 25 0 4 0 504619331 634392576 108963 33554432000 4194304 4627427 140735153301488 18446744073709551615 4327622 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 619524

[startup+1182.3 s]
/proc/loadavg: 8.22 8.12 7.94 9/184 4981
/proc/meminfo: memFree=30000572/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=689288 CPUtime=4722.06 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 1021028 0 0 0 471899 307 0 0 25 0 4 0 504619330 705830912 121464 33554432000 4194304 4627427 140735153301488 18446744073709551615 4308599 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 172322 121464 400 106 0 167293 0
[pid=4930/tid=4931] ppid=4928 vsize=689288 CPUtime=1178.73 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 277292 0 0 0 117791 82 0 0 25 0 4 0 504619331 705830912 121464 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=689288 CPUtime=1178.67 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 272616 0 0 0 117784 83 0 0 25 0 4 0 504619331 705830912 121464 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=689288 CPUtime=1182.32 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 212892 0 0 0 118172 60 0 0 25 0 4 0 504619331 705830912 121464 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.06
Current children cumulated vsize (KiB) 689288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.23 8.13 7.94 5/180 4983
/proc/meminfo: memFree=30431372/32951124 swapFree=67105204/67111528
[pid=4930] ppid=4928 vsize=640580 CPUtime=4800.36 cores=1,3,5,7
/proc/4930/stat : 4930 (strangenight2-m) R 4928 4930 4321 0 -1 4202496 1032709 0 0 0 479725 311 0 0 25 0 4 0 504619330 655953920 111779 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4930/statm: 160145 111779 400 106 0 155116 0
[pid=4930/tid=4931] ppid=4928 vsize=640580 CPUtime=1198.23 cores=1,3,5,7
/proc/4930/task/4931/stat : 4931 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 281287 0 0 0 119739 84 0 0 25 0 4 0 504619331 655953920 111779 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4930/tid=4932] ppid=4928 vsize=640580 CPUtime=1198.27 cores=1,3,5,7
/proc/4930/task/4932/stat : 4932 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 276439 0 0 0 119743 84 0 0 25 0 4 0 504619331 655953920 111779 33554432000 4194304 4627427 140735153301488 18446744073709551615 4249182 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4930/tid=4933] ppid=4928 vsize=640580 CPUtime=1201.92 cores=1,3,5,7
/proc/4930/task/4933/stat : 4933 (strangenight2-m) R 4928 4930 4321 0 -1 4202560 212893 0 0 0 120132 60 0 0 25 0 4 0 504619331 655953920 111779 33554432000 4194304 4627427 140735153301488 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 640580

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.93
CPU time (s): 4800.42
CPU user time (s): 4797.28
CPU system time (s): 3.13752
CPU usage (%): 399.393
Max. virtual memory (cumulated for all children) (KiB): 756256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.28
system time used= 3.13752
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1032711
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= 2491
involuntary context switches= 31101

runsolver used 1.92871 second user time and 4.5993 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-30 02:07:14
IDJOB=3261979
IDBENCH=83268
IDSOLVER=1586
FILE ID=node147/3261979-1304122034
RUNJOBID= node147-1304120830-4818
PBS_JOBID= 13170716
Free space on /tmp= 72652 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_464.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261979-1304122034/watcher-3261979-1304122034 -o /tmp/evaluation-result-3261979-1304122034/solver-3261979-1304122034 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3261979-1304122034.cnf

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

MD5SUM BENCH= a722a199fd84ba0b319251daa47aa19c
RANDOM SEED=1550230484

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30888732 kB
Buffers:        294620 kB
Cached:        1381856 kB
SwapCached:       3064 kB
Active:         156592 kB
Inactive:      1581200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30888732 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:            5888 kB
Writeback:           0 kB
AnonPages:       59268 kB
Mapped:          14212 kB
Slab:           260788 kB
PageTables:       4684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184172 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72652 MiB
End job on node147 at 2011-04-30 02:27:18