Trace number 3421813

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-Night2-st (fixed)? (TO) 5000.05 4999.94

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n180-s33098896-unsat.cnf
MD5SUM1221fb51c407dee7559369d7c6eedb4e
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 variables181
Number of clauses372
Sum of the clauses size1116
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3372
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
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-3421813-1306604417.cnf'
0.00/0.00	c -- header says num vars:            181
0.00/0.00	c -- header says num clauses:         372
0.00/0.00	c -- clauses added:            0 learnts,          372 normals,            0 xors
0.00/0.00	c -- vars added        181
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       181       372         0         0      1116         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:       4 undec:     171 neg:       6
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       181       372         0         0      1116         0   no data   no data
0.02/0.03	c Decided on static restart strategy
0.02/0.08	c  N st     8      4915       181       372         0      4453      1116    101265   no data   no data
0.19/0.25	c  N st    10     11297       181       372         0      4049      1116     75767   no data   no data
0.39/0.40	c  N st    11     17040       181       372         0      9021      1116    214503   no data   no data
0.59/0.68	c  F st    12     25000       181       372         0     11101      1116    289559   no data   no data
0.59/0.68	c  N st    12     25000       181       372         0     11101      1116    289559   no data   no data
0.79/0.81	c Decided on static restart strategy
0.79/0.81	c  N st    18     30000       181       372         0      9657      1116    204647   no data   no data
0.79/0.81	c  S st    18     30000       181       372         0      9657      1116    204647   no data   no data
0.79/0.83	c  S st    18     30502       181       372         0     10145      1116    215669   no data   no data
0.79/0.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.79/0.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.79/0.83	c blocked clauses removed:        0 vars:      0 tried:         181 T: 0.00 s
0.79/0.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.79/0.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.79/0.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
0.79/0.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.79/0.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.79/0.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.89/0.92	c lits-rem:      1129  cl-subs:      429  v-elim:      0  v-fix:    0  time:  0.08 s
0.89/0.93	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.00
0.89/0.93	c calculated reachability. Time: 0.00
0.89/0.93	c  N st    18     30502       181       372         0      9716      1116    201111   no data   no data
1.11/1.14	c  N st    20     37616       181       372         0      8931      1116    162622   no data   no data
1.29/1.38	c  N st    21     44015       181       372         0     14476      1116    326041   no data   no data
1.39/1.44	c  S st    22     45756       181       372         0      8174      1116    130256   no data   no data
1.39/1.46	c  S st    22     46262       181       372         0      8665      1116    141292   no data   no data
1.39/1.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.39/1.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.39/1.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.39/1.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.39/1.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
1.39/1.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.39/1.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.39/1.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.49	c lits-rem:       269  cl-subs:      139  v-elim:      0  v-fix:    0  time:  0.02 s
1.39/1.49	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1.39/1.49	c vivif2 --  cl tried     8526 cl shrink        0 lits rem          0 time: 0.00
1.39/1.49	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.00
1.39/1.49	c calculated reachability. Time: 0.00
1.39/1.49	c  N st    22     46262       181       372         0      8526      1116    137401   no data   no data
1.99/2.04	c  N st    23     60660       181       372         0     12595      1116    233562   no data   no data
2.29/2.36	c  N st    24     69393       181       372         0     10545      1116    166974   no data   no data
2.29/2.36	c  S st    24     69393       181       372         0     10545      1116    166974   no data   no data
2.29/2.39	c  S st    24     69898       181       372         0     11033      1116    177719   no data   no data
2.29/2.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.29/2.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.29/2.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.29/2.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.29/2.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.29/2.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
2.29/2.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.29/2.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.29/2.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.42	c lits-rem:       400  cl-subs:      133  v-elim:      0  v-fix:    0  time:  0.03 s
2.39/2.42	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
2.39/2.42	c vivif2 --  cl tried    10900 cl shrink        0 lits rem          0 time: 0.00
2.39/2.43	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.00
2.39/2.43	c calculated reachability. Time: 0.00
2.39/2.43	c  N st    24     69898       181       372         0     10900      1116    172891   no data   no data
3.21/3.30	c  F st    25     87500       181       372         0     15622      1116    328687   no data   no data
3.21/3.30	c  N st    25     87500       181       372         0     15622      1116    328687   no data   no data
3.49/3.50	c Decided on static restart strategy
3.59/3.63	c  N st    32     95538       181       372         0     22923      1116    535187   no data   no data
3.99/4.00	c  N st    34    104848       181       372         0     19631      1116    435067   no data   no data
3.99/4.00	c  S st    34    104848       181       372         0     19631      1116    435067   no data   no data
3.99/4.04	c  S st    34    105352       181       372         0     20119      1116    446372   no data   no data
3.99/4.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/4.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.99/4.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.99/4.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/4.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/4.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
3.99/4.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.99/4.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.99/4.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.30/4.40	c lits-rem:      5943  cl-subs:      849  v-elim:      0  v-fix:    0  time:  0.34 s
4.30/4.40	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
4.30/4.40	c vivif2 --  cl tried    19270 cl shrink        0 lits rem          0 time: 0.00
4.30/4.41	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.00
4.30/4.41	c calculated reachability. Time: 0.00
4.30/4.41	c  N st    34    105352       181       372         0     19270      1116    407673   no data   no data
4.79/4.87	c  N st    35    114951       181       372         0     15468      1116    280696   no data   no data
5.59/5.60	c  N st    36    129348       181       372         0     14930      1116    236693   no data   no data
6.61/6.67	c  N st    37    150946       181       372         0     19887      1116    348989   no data   no data
6.99/7.00	c  S st    38    158029       181       372         0     26332      1116    542129   no data   no data
6.99/7.05	c  S st    38    158533       181       372         0     26825      1116    555790   no data   no data
6.99/7.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.99/7.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
6.99/7.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.99/7.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.99/7.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.99/7.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
6.99/7.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.99/7.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
6.99/7.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.49/7.51	c lits-rem:      3562  cl-subs:     1015  v-elim:      0  v-fix:    0  time:  0.44 s
7.49/7.51	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
7.49/7.52	c vivif2 --  cl tried    25810 cl shrink        0 lits rem          0 time: 0.01
7.49/7.52	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
7.49/7.52	c calculated reachability. Time: 0.00
7.49/7.52	c  N st    38    158533       181       372         0     25810      1116    519010   no data   no data
10.29/10.30	c  N st    39    207123       181       372         0     20213      1116    371497   no data   no data
11.89/11.93	c  N st    40    237799       181       372         0     29226      1116    618010   no data   no data
11.89/11.93	c  S st    40    237799       181       372         0     29226      1116    618010   no data   no data
11.89/11.99	c  S st    40    238304       181       372         0     29716      1116    630716   no data   no data
11.89/11.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.89/12.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.89/12.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.89/12.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.89/12.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.89/12.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
11.89/12.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.89/12.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
12.00/12.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.99/13.10	c lits-rem:      9015  cl-subs:     2109  v-elim:      0  v-fix:    0  time:  1.08 s
12.99/13.10	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
12.99/13.10	c vivif2 --  cl tried    27607 cl shrink        0 lits rem          0 time: 0.01
12.99/13.11	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
12.99/13.11	c calculated reachability. Time: 0.00
12.99/13.11	c  N st    40    238304       181       372         0     27607      1116    546877   no data   no data
17.69/17.79	c  F st    41    306251       181       372         0     30357      1116    612476   no data   no data
17.69/17.79	c  N st    41    306251       181       372         0     30357      1116    612476   no data   no data
18.09/18.12	c Decided on static restart strategy
19.39/19.47	c  N st    51    334553       181       372         0     34352      1116    679274   no data   no data
20.81/20.83	c  N st    53    357459       181       372         0     32977      1116    614668   no data   no data
20.81/20.83	c  S st    53    357459       181       372         0     32977      1116    614668   no data   no data
20.81/20.89	c  S st    53    357965       181       372         0     33470      1116    626503   no data   no data
20.81/20.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.81/20.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.81/20.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.81/20.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.81/20.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.81/20.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
20.81/20.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.81/20.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.91/20.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.39/21.42	c lits-rem:      3658  cl-subs:      968  v-elim:      0  v-fix:    0  time:  0.50 s
21.39/21.42	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
21.39/21.43	c vivif2 --  cl tried    32502 cl shrink        0 lits rem          0 time: 0.01
21.39/21.43	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
21.39/21.44	c calculated reachability. Time: 0.00
21.39/21.44	c  N st    53    357965       181       372         0     32502      1116    589381   no data   no data
23.89/23.98	c  N st    54    390358       181       372         0     38329      1116    858865   no data   no data
27.99/28.09	c  N st    55    438947       181       372         0     32567      1116    634144   no data   no data
33.79/33.89	c  N st    56    511829       181       372         0     43568      1116    987094   no data   no data
35.69/35.77	c  N st    57    536949       181       372         0     38411      1116    764272   no data   no data
35.69/35.77	c  S st    57    536949       181       372         0     38411      1116    764272   no data   no data
35.79/35.84	c  S st    57    537452       181       372         0     38901      1116    776600   no data   no data
35.79/35.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.79/35.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
35.79/35.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.79/35.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.79/35.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.79/35.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
35.79/35.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.79/35.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
35.79/35.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.41/37.43	c lits-rem:      8237  cl-subs:     2608  v-elim:      0  v-fix:    0  time:  1.55 s
37.41/37.43	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
37.41/37.43	c vivif2 --  cl tried    36293 cl shrink        0 lits rem          0 time: 0.01
37.41/37.44	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
37.41/37.44	c calculated reachability. Time: 0.00
37.41/37.44	c  N st    57    537452       181       372         0     36293      1116    672526   no data   no data
50.79/50.90	c  N st    58    701438       181       372         0     30590      1116    462292   no data   no data
59.49/59.54	c  N st    59    806181       181       372         0     56220      1116   1260761   no data   no data
59.49/59.54	c  S st    59    806181       181       372         0     56220      1116   1260761   no data   no data
59.59/59.64	c  S st    59    806690       181       372         0     56718      1116   1274992   no data   no data
59.59/59.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.59/59.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
59.59/59.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.59/59.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.59/59.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.59/59.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
59.59/59.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
59.59/59.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
59.69/59.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.29/67.37	c lits-rem:     10660  cl-subs:     5963  v-elim:      0  v-fix:    0  time:  7.67 s
67.29/67.37	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
67.29/67.38	c vivif2 --  cl tried    50755 cl shrink        0 lits rem          0 time: 0.01
67.29/67.39	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
67.29/67.39	c calculated reachability. Time: 0.00
67.29/67.39	c  N st    59    806690       181       372         0     50755      1116   1062555   no data   no data
92.99/93.03	c  F st    60   1071875       181       372         0     65212      1116   1486602   no data   no data
92.99/93.03	c  N st    60   1071875       181       372         0     65212      1116   1486602   no data   no data
93.51/93.53	c Decided on static restart strategy
95.40/95.49	c  N st    70   1100180       181       372         0     51822      1116   1032840   no data   no data
99.10/99.12	c  N st    72   1136175       181       372         0     43638      1116    723454   no data   no data
101.69/101.72	c  N st    73   1168567       181       372         0     70793      1116   1599123   no data   no data
105.09/105.12	c  N st    74   1210036       181       372         0     64570      1116   1378835   no data   no data
105.09/105.12	c  S st    74   1210036       181       372         0     64570      1116   1378835   no data   no data
105.19/105.24	c  S st    74   1210538       181       372         0     65061      1116   1392571   no data   no data
105.19/105.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
105.19/105.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
105.19/105.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
105.19/105.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.19/105.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.19/105.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
105.19/105.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
105.19/105.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
105.30/105.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
112.99/113.05	c lits-rem:     11998  cl-subs:     8304  v-elim:      0  v-fix:    0  time:  7.75 s
112.99/113.05	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
112.99/113.07	c vivif2 --  cl tried    56757 cl shrink        0 lits rem          0 time: 0.01
112.99/113.08	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
112.99/113.08	c calculated reachability. Time: 0.00
112.99/113.08	c  N st    74   1210538       181       372         0     56757      1116   1075768   no data   no data
119.99/120.04	c  N st    75   1283420       181       372         0     77878      1116   1753966   no data   no data
131.40/131.43	c  N st    76   1392744       181       372         0     45716      1116    707666   no data   no data
147.70/147.70	c  N st    77   1556728       181       372         0     50717      1116    797251   no data   no data
165.39/165.42	c  N st    78   1710539       181       372         0     87420      1116   1981349   no data   no data
165.39/165.42	c  S st    78   1710539       181       372         0     87420      1116   1981349   no data   no data
165.49/165.56	c  S st    78   1711040       181       372         0     87912      1116   1994720   no data   no data
165.49/165.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
165.49/165.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
165.49/165.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
165.49/165.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
165.49/165.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
165.49/165.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
165.49/165.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
165.59/165.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
165.59/165.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
179.31/179.32	c lits-rem:     32122  cl-subs:     6558  v-elim:      0  v-fix:    0  time: 13.67 s
179.31/179.32	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
179.31/179.34	c vivif2 --  cl tried    81354 cl shrink        0 lits rem          0 time: 0.02
179.31/179.37	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.02
179.31/179.37	c calculated reachability. Time: 0.00
179.31/179.37	c  N st    78   1711040       181       372         0     81354      1116   1730609   no data   no data
223.80/223.81	c  N st    79   2080005       181       372         0     89401      1116   1778824   no data   no data
238.10/238.19	c  N st    80   2211040       181       372         0     95553      1116   2032057   no data   no data
238.10/238.19	c  S st    80   2211040       181       372         0     95553      1116   2032057   no data   no data
238.30/238.33	c  S st    80   2211543       181       372         0     96047      1116   2044637   no data   no data
238.30/238.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
238.30/238.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
238.30/238.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
238.30/238.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
238.30/238.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.30/238.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
238.30/238.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
238.30/238.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
238.40/238.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
249.61/249.67	c lits-rem:     14159  cl-subs:     5766  v-elim:      0  v-fix:    0  time: 11.23 s
249.61/249.67	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
249.61/249.69	c vivif2 --  cl tried    90281 cl shrink        0 lits rem          0 time: 0.02
249.72/249.72	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.03
249.72/249.72	c calculated reachability. Time: 0.00
249.72/249.72	c  N st    80   2211543       181       372         0     90281      1116   1845149   no data   no data
304.49/304.58	c  N st    81   2711545       181       372         0    103568      1116   2094904   no data   no data
304.49/304.58	c  S st    81   2711545       181       372         0    103568      1116   2094904   no data   no data
304.71/304.75	c  S st    81   2712049       181       372         0    104059      1116   2107135   no data   no data
304.71/304.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
304.71/304.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
304.71/304.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
304.71/304.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
304.71/304.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
304.71/304.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
304.71/304.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
304.79/304.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
304.79/304.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
326.40/326.42	c lits-rem:     18333  cl-subs:    11846  v-elim:      0  v-fix:    0  time: 21.56 s
326.40/326.42	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
326.40/326.44	c vivif2 --  cl tried    92213 cl shrink        0 lits rem          0 time: 0.02
326.40/326.47	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.03
326.40/326.47	c calculated reachability. Time: 0.00
326.40/326.47	c  N st    81   2712049       181       372         0     92213      1116   1716296   no data   no data
390.79/390.89	c  N st    82   3212049       181       372         0     78867      1116   1359630   no data   no data
390.79/390.89	c  S st    82   3212049       181       372         0     78867      1116   1359630   no data   no data
390.99/391.00	c  S st    82   3212553       181       372         0     79359      1116   1372280   no data   no data
390.99/391.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
390.99/391.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
390.99/391.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
390.99/391.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
390.99/391.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
390.99/391.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
390.99/391.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
390.99/391.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
390.99/391.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
394.20/394.22	c lits-rem:     12232  cl-subs:     3154  v-elim:      0  v-fix:    0  time:  3.15 s
394.20/394.22	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
394.20/394.24	c vivif2 --  cl tried    76205 cl shrink        0 lits rem          0 time: 0.01
394.20/394.25	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.02
394.20/394.26	c calculated reachability. Time: 0.00
394.20/394.26	c  N st    82   3212553       181       372         0     76205      1116   1252922   no data   no data
457.62/457.69	c  N st    83   3712557       181       372         0     82101      1116   1388585   no data   no data
457.62/457.69	c  S st    83   3712557       181       372         0     82101      1116   1388585   no data   no data
457.80/457.82	c  S st    83   3713059       181       372         0     82594      1116   1401962   no data   no data
457.80/457.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
457.80/457.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
457.80/457.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
457.80/457.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
457.80/457.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
457.80/457.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
457.80/457.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
457.80/457.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
457.90/457.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
461.70/461.72	c lits-rem:      7951  cl-subs:     4610  v-elim:      0  v-fix:    0  time:  3.82 s
461.70/461.72	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
461.70/461.73	c vivif2 --  cl tried    77984 cl shrink        0 lits rem          0 time: 0.01
461.70/461.75	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.02
461.70/461.76	c calculated reachability. Time: 0.00
461.70/461.76	c  N st    83   3713059       181       372         0     77984      1116   1247678   no data   no data
466.60/466.60	c  F st    84   3751562       181       372         0    111785      1116   2220997   no data   no data
466.60/466.60	c  N st    84   3751562       181       372         0    111785      1116   2220997   no data   no data
467.41/467.42	c Decided on static restart strategy
470.60/470.71	c  N st    94   3779872       181       372         0    137367      1116   2988344   no data   no data
475.40/475.43	c  N st    96   3815871       181       372         0     97879      1116   1872901   no data   no data
480.20/480.23	c  N st    97   3848263       181       372         0    126416      1116   2900675   no data   no data
487.21/487.26	c  N st    98   3896853       181       372         0     94305      1116   1708553   no data   no data
498.10/498.10	c  N st    99   3969735       181       372         0     82769      1116   1343959   no data   no data
516.30/516.39	c  N st   100   4079059       181       372         0    101214      1116   1949119   no data   no data
537.61/537.64	c  N st   101   4213060       181       372         0    138895      1116   3103283   no data   no data
537.61/537.64	c  S st   101   4213060       181       372         0    138895      1116   3103283   no data   no data
537.82/537.90	c  S st   101   4213567       181       372         0    139387      1116   3116974   no data   no data
537.82/537.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
537.92/537.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.05
537.92/537.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
537.92/537.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
537.92/537.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
537.92/537.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
537.92/537.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
538.01/538.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
538.01/538.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
590.50/590.55	c lits-rem:     29104  cl-subs:    20921  v-elim:      0  v-fix:    0  time: 52.48 s
590.50/590.55	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
590.50/590.58	c vivif2 --  cl tried   118466 cl shrink        0 lits rem          0 time: 0.03
590.62/590.63	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.04
590.62/590.63	c calculated reachability. Time: 0.00
590.62/590.63	c  N st   101   4213567       181       372         0    118466      1116   2327680   no data   no data
630.01/630.04	c  N st   102   4459546       181       372         0     96627      1116   1702982   no data   no data
672.21/672.26	c  N st   103   4713567       181       372         0    154326      1116   3557578   no data   no data
672.21/672.26	c  S st   103   4713567       181       372         0    154326      1116   3557578   no data   no data
672.51/672.55	c  S st   103   4714071       181       372         0    154823      1116   3571049   no data   no data
672.51/672.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
672.60/672.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.06
672.60/672.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
672.60/672.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
672.60/672.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
672.60/672.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
672.60/672.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
672.60/672.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
672.70/672.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
750.01/750.00	c lits-rem:     33464  cl-subs:    22895  v-elim:      0  v-fix:    0  time: 77.26 s
750.01/750.00	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
750.01/750.04	c vivif2 --  cl tried   131928 cl shrink        0 lits rem          0 time: 0.03
750.01/750.09	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.05
750.01/750.09	c calculated reachability. Time: 0.00
750.01/750.09	c  N st   103   4714071       181       372         0    131928      1116   2755741   no data   no data
830.31/830.37	c  N st   104   5214071       181       372         0    146548      1116   3225097   no data   no data
830.31/830.37	c  S st   104   5214071       181       372         0    146548      1116   3225097   no data   no data
830.61/830.61	c  S st   104   5214576       181       372         0    147042      1116   3239048   no data   no data
830.61/830.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
830.61/830.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.05
830.61/830.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
830.61/830.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
830.61/830.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
830.61/830.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
830.61/830.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
830.71/830.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
830.71/830.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
884.01/884.05	c lits-rem:     18856  cl-subs:    16652  v-elim:      0  v-fix:    0  time: 53.27 s
884.01/884.05	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
884.01/884.09	c vivif2 --  cl tried   130390 cl shrink        0 lits rem          0 time: 0.03
884.11/884.13	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.05
884.11/884.14	c calculated reachability. Time: 0.00
884.11/884.14	c  N st   104   5214576       181       372         0    130390      1116   2625436   no data   no data
967.41/967.47	c  N st   105   5714576       181       372         0    125120      1116   2350158   no data   no data
967.41/967.47	c  S st   105   5714576       181       372         0    125120      1116   2350158   no data   no data
967.61/967.66	c  S st   105   5715081       181       372         0    125609      1116   2362128   no data   no data
967.61/967.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
967.71/967.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
967.71/967.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
967.71/967.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
967.71/967.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
967.71/967.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
967.71/967.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
967.71/967.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
967.81/967.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
985.53/985.61	c lits-rem:     15503  cl-subs:     9872  v-elim:      0  v-fix:    0  time: 17.81 s
985.53/985.61	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
985.63/985.63	c vivif2 --  cl tried   115737 cl shrink        0 lits rem          0 time: 0.03
985.63/985.67	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.04
985.63/985.67	c calculated reachability. Time: 0.00
985.63/985.67	c  N st   105   5715081       181       372         0    115737      1116   2026616   no data   no data
1067.82/1067.83	c  N st   106   6215081       181       372         0    175186      1116   3652629   no data   no data
1067.82/1067.83	c  S st   106   6215081       181       372         0    175186      1116   3652629   no data   no data
1068.13/1068.15	c  S st   106   6215583       181       372         0    175680      1116   3666988   no data   no data
1068.13/1068.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1068.22/1068.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.07
1068.22/1068.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1068.22/1068.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1068.22/1068.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1068.22/1068.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
1068.22/1068.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1068.22/1068.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1068.32/1068.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1139.12/1139.19	c lits-rem:     23284  cl-subs:    23804  v-elim:      0  v-fix:    0  time: 70.83 s
1139.12/1139.19	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1139.22/1139.22	c vivif2 --  cl tried   151876 cl shrink        0 lits rem          0 time: 0.04
1139.22/1139.28	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.06
1139.22/1139.29	c calculated reachability. Time: 0.00
1139.22/1139.29	c  N st   106   6215583       181       372         0    151876      1116   2917278   no data   no data
1229.32/1229.39	c  N st   107   6715584       181       372         0    115964      1116   1834402   no data   no data
1229.32/1229.39	c  S st   107   6715584       181       372         0    115964      1116   1834402   no data   no data
1229.62/1229.60	c  S st   107   6716085       181       372         0    116460      1116   1849323   no data   no data
1229.62/1229.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1229.62/1229.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.03
1229.62/1229.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1229.62/1229.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1229.62/1229.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1229.62/1229.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
1229.62/1229.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1229.62/1229.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1229.62/1229.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1233.82/1233.84	c lits-rem:      7844  cl-subs:     3113  v-elim:      0  v-fix:    0  time:  4.13 s
1233.82/1233.84	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1233.82/1233.86	c vivif2 --  cl tried   113347 cl shrink        0 lits rem          0 time: 0.02
1233.82/1233.89	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.03
1233.92/1233.90	c calculated reachability. Time: 0.00
1233.92/1233.90	c  N st   107   6716085       181       372         0    113347      1116   1747617   no data   no data
1314.22/1314.29	c  N st   108   7216085       181       372         0    136487      1116   2493511   no data   no data
1314.22/1314.29	c  S st   108   7216085       181       372         0    136487      1116   2493511   no data   no data
1314.43/1314.50	c  S st   108   7216590       181       372         0    136983      1116   2507023   no data   no data
1314.43/1314.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1314.54/1314.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
1314.54/1314.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1314.54/1314.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1314.54/1314.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1314.54/1314.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
1314.54/1314.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1314.54/1314.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1314.62/1314.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1337.12/1337.10	c lits-rem:     21428  cl-subs:    12512  v-elim:      0  v-fix:    0  time: 22.45 s
1337.12/1337.10	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1337.12/1337.13	c vivif2 --  cl tried   124471 cl shrink        0 lits rem          0 time: 0.03
1337.12/1337.17	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.04
1337.12/1337.18	c calculated reachability. Time: 0.00
1337.12/1337.18	c  N st   108   7216590       181       372         0    124471      1116   2094142   no data   no data
1420.93/1420.95	c  N st   109   7716590       181       372         0    148600      1116   2821697   no data   no data
1420.93/1420.95	c  S st   109   7716590       181       372         0    148600      1116   2821697   no data   no data
1421.14/1421.21	c  S st   109   7717096       181       372         0    149092      1116   2835152   no data   no data
1421.24/1421.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1421.24/1421.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.05
1421.24/1421.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1421.24/1421.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1421.24/1421.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1421.24/1421.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
1421.24/1421.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1421.32/1421.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1421.32/1421.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1453.23/1453.27	c lits-rem:     16154  cl-subs:    11327  v-elim:      0  v-fix:    0  time: 31.89 s
1453.23/1453.27	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1453.33/1453.30	c vivif2 --  cl tried   137765 cl shrink        0 lits rem          0 time: 0.03
1453.33/1453.35	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.05
1453.33/1453.35	c calculated reachability. Time: 0.00
1453.33/1453.35	c  N st   109   7717096       181       372         0    137765      1116   2439236   no data   no data
1555.62/1555.69	c  N st   110   8217096       181       372         0    151588      1116   2970161   no data   no data
1555.62/1555.69	c  S st   110   8217096       181       372         0    151588      1116   2970161   no data   no data
1555.92/1555.94	c  S st   110   8217600       181       372         0    152083      1116   2983996   no data   no data
1555.92/1555.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1556.02/1556.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.05
1556.02/1556.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1556.02/1556.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1556.02/1556.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1556.02/1556.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
1556.02/1556.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1556.02/1556.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1556.12/1556.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1578.12/1578.15	c lits-rem:     14078  cl-subs:     6114  v-elim:      0  v-fix:    0  time: 22.04 s
1578.12/1578.15	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1578.12/1578.18	c vivif2 --  cl tried   145969 cl shrink        0 lits rem          0 time: 0.03
1578.22/1578.24	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.05
1578.22/1578.24	c calculated reachability. Time: 0.00
1578.22/1578.24	c  N st   110   8217600       181       372         0    145969      1116   2737572   no data   no data
1673.53/1673.56	c  N st   111   8717601       181       372         0    131612      1116   2178292   no data   no data
1673.53/1673.56	c  S st   111   8717601       181       372         0    131612      1116   2178292   no data   no data
1673.73/1673.76	c  S st   111   8718101       181       372         0    132105      1116   2191400   no data   no data
1673.73/1673.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1673.83/1673.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.04
1673.83/1673.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1673.83/1673.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1673.83/1673.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1673.83/1673.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
1673.83/1673.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1673.83/1673.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1673.83/1673.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1683.05/1683.10	c lits-rem:     15230  cl-subs:     4590  v-elim:      0  v-fix:    0  time:  9.20 s
1683.05/1683.10	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1683.13/1683.12	c vivif2 --  cl tried   127515 cl shrink        0 lits rem          0 time: 0.03
1683.13/1683.16	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.04
1683.13/1683.17	c calculated reachability. Time: 0.00
1683.13/1683.17	c  N st   111   8718101       181       372         0    127515      1116   2023529   no data   no data
1781.43/1781.43	c  N st   112   9218101       181       372         0    221444      1116   5011732   no data   no data
1781.43/1781.43	c  S st   112   9218101       181       372         0    221444      1116   5011732   no data   no data
1781.83/1781.84	c  S st   112   9218606       181       372         0    221943      1116   5026730   no data   no data
1781.83/1781.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1781.94/1781.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.09
1781.94/1781.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1781.94/1781.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1781.94/1781.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1781.94/1781.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
1781.94/1781.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1781.94/1782.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1782.13/1782.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1936.24/1936.22	c lits-rem:     34408  cl-subs:    29790  v-elim:      0  v-fix:    0  time: 154.09 s
1936.24/1936.22	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1936.24/1936.28	c vivif2 --  cl tried   192153 cl shrink        0 lits rem          0 time: 0.05
1936.34/1936.36	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.08
1936.34/1936.36	c calculated reachability. Time: 0.00
1936.34/1936.36	c  N st   112   9218606       181       372         0    192153      1116   3975834   no data   no data
2038.04/2038.04	c  N st   113   9718608       181       372         0    162573      1116   3077538   no data   no data
2038.04/2038.04	c  S st   113   9718608       181       372         0    162573      1116   3077538   no data   no data
2038.36/2038.31	c  S st   113   9719110       181       372         0    163068      1116   3091659   no data   no data
2038.36/2038.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2038.36/2038.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.06
2038.36/2038.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2038.36/2038.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2038.36/2038.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2038.36/2038.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
2038.36/2038.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2038.44/2038.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2038.54/2038.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2070.15/2070.20	c lits-rem:     18886  cl-subs:    11353  v-elim:      0  v-fix:    0  time: 31.70 s
2070.15/2070.20	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
2070.26/2070.23	c vivif2 --  cl tried   151715 cl shrink        0 lits rem          0 time: 0.03
2070.26/2070.29	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.06
2070.26/2070.29	c calculated reachability. Time: 0.00
2070.26/2070.29	c  N st   113   9719110       181       372         0    151715      1116   2691499   no data   no data
2180.75/2180.71	c  N st   114  10219110       181       372         0    229165      1116   5411231   no data   no data
2180.75/2180.71	c  S st   114  10219110       181       372         0    229165      1116   5411231   no data   no data
2181.15/2181.14	c  S st   114  10219611       181       372         0    229655      1116   5425520   no data   no data
2181.15/2181.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2181.26/2181.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.10
2181.26/2181.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2181.26/2181.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2181.26/2181.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2181.26/2181.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
2181.26/2181.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2181.36/2181.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2181.45/2181.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2310.45/2310.44	c lits-rem:     24177  cl-subs:    19850  v-elim:      0  v-fix:    0  time: 129.00 s
2310.45/2310.44	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
2310.55/2310.50	c vivif2 --  cl tried   209805 cl shrink        0 lits rem          0 time: 0.06
2310.55/2310.59	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.09
2310.65/2310.60	c calculated reachability. Time: 0.00
2310.65/2310.60	c  N st   114  10219611       181       372         0    209805      1116   4665830   no data   no data
2415.34/2415.35	c  N st   115  10719612       181       372         0    153618      1116   2765817   no data   no data
2415.34/2415.35	c  S st   115  10719612       181       372         0    153618      1116   2765817   no data   no data
2415.56/2415.60	c  S st   115  10720117       181       372         0    154119      1116   2778872   no data   no data
2415.56/2415.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2415.66/2415.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.05
2415.66/2415.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2415.66/2415.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2415.66/2415.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2415.66/2415.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
2415.66/2415.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2415.74/2415.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2415.74/2415.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2442.24/2442.29	c lits-rem:     22048  cl-subs:    10618  v-elim:      0  v-fix:    0  time: 26.53 s
2442.24/2442.29	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
2442.34/2442.32	c vivif2 --  cl tried   143501 cl shrink        0 lits rem          0 time: 0.03
2442.34/2442.37	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.05
2442.34/2442.37	c calculated reachability. Time: 0.00
2442.34/2442.37	c  N st   115  10720117       181       372         0    143501      1116   2390519   no data   no data
2539.45/2539.41	c  N st   116  11220118       181       372         0    197997      1116   4003518   no data   no data
2539.45/2539.41	c  S st   116  11220118       181       372         0    197997      1116   4003518   no data   no data
2539.75/2539.75	c  S st   116  11220619       181       372         0    198488      1116   4017884   no data   no data
2539.75/2539.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2539.87/2539.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.08
2539.87/2539.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2539.87/2539.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2539.87/2539.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2539.87/2539.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
2539.87/2539.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2539.87/2539.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2539.97/2539.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2620.27/2620.28	c lits-rem:     35286  cl-subs:    21203  v-elim:      0  v-fix:    0  time: 80.30 s
2620.27/2620.28	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
2620.35/2620.33	c vivif2 --  cl tried   177285 cl shrink        0 lits rem          0 time: 0.04
2620.35/2620.39	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.07
2620.45/2620.40	c calculated reachability. Time: 0.00
2620.45/2620.40	c  N st   116  11220619       181       372         0    177285      1116   3268638   no data   no data
2719.85/2719.80	c  N st   117  11720620       181       372         0    221324      1116   4284034   no data   no data
2719.85/2719.80	c  S st   117  11720620       181       372         0    221324      1116   4284034   no data   no data
2720.15/2720.19	c  S st   117  11721126       181       372         0    221826      1116   4298849   no data   no data
2720.15/2720.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2720.27/2720.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.09
2720.27/2720.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2720.27/2720.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2720.27/2720.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2720.27/2720.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
2720.27/2720.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2720.37/2720.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2720.45/2720.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2828.45/2828.45	c lits-rem:     22662  cl-subs:    36832  v-elim:      0  v-fix:    0  time: 108.00 s
2828.45/2828.45	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
2828.45/2828.49	c vivif2 --  cl tried   184994 cl shrink        0 lits rem          0 time: 0.04
2828.55/2828.57	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.07
2828.55/2828.57	c calculated reachability. Time: 0.00
2828.55/2828.57	c  N st   117  11721126       181       372         0    184994      1116   3160978   no data   no data
2930.47/2930.45	c  N st   118  12221126       181       372         0    224372      1116   4407027   no data   no data
2930.47/2930.45	c  S st   118  12221126       181       372         0    224372      1116   4407027   no data   no data
2930.76/2930.79	c  S st   118  12221630       181       372         0    224865      1116   4421586   no data   no data
2930.86/2930.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2930.96/2930.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.09
2930.96/2930.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2930.96/2930.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2930.96/2930.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2930.96/2930.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
2930.96/2930.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2930.96/2930.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2931.06/2931.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3053.46/3053.50	c lits-rem:     24311  cl-subs:    41051  v-elim:      0  v-fix:    0  time: 122.45 s
3053.46/3053.50	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
3053.58/3053.54	c vivif2 --  cl tried   183814 cl shrink        0 lits rem          0 time: 0.04
3053.68/3053.62	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.07
3053.68/3053.62	c calculated reachability. Time: 0.00
3053.68/3053.62	c  N st   118  12221630       181       372         0    183814      1116   3176883   no data   no data
3140.58/3140.57	c  N st   119  12721630       181       372         0    217559      1116   4295354   no data   no data
3140.58/3140.57	c  S st   119  12721630       181       372         0    217559      1116   4295354   no data   no data
3140.96/3140.95	c  S st   119  12722133       181       372         0    218056      1116   4308967   no data   no data
3140.96/3140.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3141.06/3141.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.09
3141.06/3141.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3141.06/3141.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3141.06/3141.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3141.06/3141.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
3141.06/3141.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3141.16/3141.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3141.26/3141.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3263.87/3263.82	c lits-rem:     29000  cl-subs:    35236  v-elim:      0  v-fix:    0  time: 122.61 s
3263.87/3263.82	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
3263.87/3263.86	c vivif2 --  cl tried   182820 cl shrink        0 lits rem          0 time: 0.04
3263.97/3263.93	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.07
3263.97/3263.94	c calculated reachability. Time: 0.00
3263.97/3263.94	c  N st   119  12722133       181       372         0    182820      1116   3196655   no data   no data
3347.87/3347.87	c  F st   120  13130468       181       372         0    146671      1116   2306216   no data   no data
3347.87/3347.87	c  N st   120  13130468       181       372         0    146671      1116   2306216   no data   no data
3348.67/3348.65	c Decided on static restart strategy
3352.57/3352.56	c  N st   130  13158773       181       372         0    171984      1116   3071266   no data   no data
3359.17/3359.18	c  N st   132  13194765       181       372         0    204127      1116   4153457   no data   no data
3365.17/3365.19	c  N st   133  13222136       181       372         0    229126      1116   4939950   no data   no data
3365.17/3365.19	c  S st   133  13222136       181       372         0    229126      1116   4939950   no data   no data
3365.67/3365.62	c  S st   133  13222637       181       372         0    229618      1116   4954217   no data   no data
3365.67/3365.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3365.77/3365.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.10
3365.77/3365.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3365.77/3365.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3365.77/3365.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3365.77/3365.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
3365.77/3365.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3365.77/3365.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3365.87/3365.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3415.87/3415.81	c lits-rem:     15170  cl-subs:    15143  v-elim:      0  v-fix:    0  time: 49.91 s
3415.87/3415.81	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
3415.87/3415.87	c vivif2 --  cl tried   214475 cl shrink        0 lits rem          0 time: 0.06
3415.97/3415.96	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.09
3415.97/3415.97	c calculated reachability. Time: 0.00
3415.97/3415.97	c  N st   133  13222637       181       372         0    214475      1116   4413251   no data   no data
3427.59/3427.55	c  N st   134  13271225       181       372         0    255139      1116   5752674   no data   no data
3442.67/3442.66	c  N st   135  13344110       181       372         0    188546      1116   3636393   no data   no data
3467.47/3467.48	c  N st   136  13453433       181       372         0    146898      1116   2177366   no data   no data
3501.87/3501.85	c  N st   137  13617417       181       372         0    150100      1116   2256350   no data   no data
3521.68/3521.68	c  N st   138  13722638       181       372         0    238592      1116   4863012   no data   no data
3521.68/3521.68	c  S st   138  13722638       181       372         0    238592      1116   4863012   no data   no data
3522.08/3522.11	c  S st   138  13723140       181       372         0    239086      1116   4877183   no data   no data
3522.19/3522.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3522.30/3522.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.10
3522.30/3522.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3522.30/3522.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3522.30/3522.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3522.30/3522.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
3522.30/3522.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3522.30/3522.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3522.48/3522.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3625.38/3625.30	c lits-rem:     18509  cl-subs:    25567  v-elim:      0  v-fix:    0  time: 102.90 s
3625.38/3625.30	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
3625.38/3625.36	c vivif2 --  cl tried   213519 cl shrink        0 lits rem          0 time: 0.05
3625.48/3625.45	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.09
3625.48/3625.46	c calculated reachability. Time: 0.00
3625.48/3625.46	c  N st   138  13723140       181       372         0    213519      1116   3972356   no data   no data
3710.58/3710.50	c  N st   139  14092108       181       372         0    250028      1116   5063102   no data   no data
3739.58/3739.58	c  N st   140  14223140       181       372         0    224656      1116   4442976   no data   no data
3739.58/3739.58	c  S st   140  14223140       181       372         0    224656      1116   4442976   no data   no data
3739.99/3740.01	c  S st   140  14223643       181       372         0    225150      1116   4456075   no data   no data
3740.09/3740.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3740.18/3740.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.09
3740.18/3740.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3740.18/3740.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3740.18/3740.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3740.18/3740.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
3740.18/3740.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3740.18/3740.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3740.28/3740.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3795.68/3795.67	c lits-rem:     21171  cl-subs:    13848  v-elim:      0  v-fix:    0  time: 55.40 s
3795.68/3795.67	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
3795.78/3795.73	c vivif2 --  cl tried   211302 cl shrink        0 lits rem          0 time: 0.05
3795.88/3795.82	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.09
3795.88/3795.82	c calculated reachability. Time: 0.00
3795.88/3795.82	c  N st   140  14223643       181       372         0    211302      1116   3981054   no data   no data
3909.08/3909.06	c  N st   141  14723644       181       372         0    220614      1116   4456388   no data   no data
3909.08/3909.06	c  S st   141  14723644       181       372         0    220614      1116   4456388   no data   no data
3909.50/3909.44	c  S st   141  14724146       181       372         0    221103      1116   4470172   no data   no data
3909.50/3909.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3909.58/3909.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.09
3909.58/3909.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3909.58/3909.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3909.58/3909.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3909.58/3909.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
3909.58/3909.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3909.68/3909.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3909.78/3909.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3962.20/3962.13	c lits-rem:     69029  cl-subs:    10591  v-elim:      0  v-fix:    0  time: 52.42 s
3962.20/3962.13	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
3962.20/3962.18	c vivif2 --  cl tried   210512 cl shrink        0 lits rem          0 time: 0.05
3962.30/3962.27	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.09
3962.30/3962.27	c calculated reachability. Time: 0.00
3962.30/3962.27	c  N st   141  14724146       181       372         0    210512      1116   4005600   no data   no data
4096.09/4096.06	c  N st   142  15224146       181       372         0    204701      1116   3905922   no data   no data
4096.09/4096.06	c  S st   142  15224146       181       372         0    204701      1116   3905922   no data   no data
4096.40/4096.41	c  S st   142  15224652       181       372         0    205196      1116   3921552   no data   no data
4096.51/4096.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4096.59/4096.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.08
4096.59/4096.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4096.59/4096.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4096.59/4096.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4096.59/4096.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
4096.59/4096.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4096.59/4096.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4096.69/4096.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4151.59/4151.55	c lits-rem:     21736  cl-subs:    16055  v-elim:      0  v-fix:    0  time: 54.90 s
4151.59/4151.55	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
4151.59/4151.59	c vivif2 --  cl tried   189141 cl shrink        0 lits rem          0 time: 0.04
4151.69/4151.66	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.07
4151.69/4151.67	c calculated reachability. Time: 0.00
4151.69/4151.67	c  N st   142  15224652       181       372         0    189141      1116   3314203   no data   no data
4274.99/4274.98	c  N st   143  15724652       181       372         0    176259      1116   2881658   no data   no data
4274.99/4274.98	c  S st   143  15724652       181       372         0    176259      1116   2881658   no data   no data
4275.29/4275.27	c  S st   143  15725162       181       372         0    176760      1116   2896182   no data   no data
4275.29/4275.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4275.39/4275.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.06
4275.39/4275.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4275.39/4275.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4275.39/4275.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4275.39/4275.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
4275.39/4275.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4275.39/4275.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4275.49/4275.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4290.69/4290.61	c lits-rem:     11810  cl-subs:     6816  v-elim:      0  v-fix:    0  time: 15.15 s
4290.69/4290.61	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
4290.69/4290.65	c vivif2 --  cl tried   169944 cl shrink        0 lits rem          0 time: 0.03
4290.79/4290.71	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.06
4290.79/4290.71	c calculated reachability. Time: 0.00
4290.79/4290.71	c  N st   143  15725162       181       372         0    169944      1116   2655902   no data   no data
4417.61/4417.56	c  N st   144  16225162       181       372         0    147088      1116   1985965   no data   no data
4417.61/4417.56	c  S st   144  16225162       181       372         0    147088      1116   1985965   no data   no data
4417.90/4417.82	c  S st   144  16225666       181       372         0    147584      1116   1999637   no data   no data
4417.90/4417.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4417.90/4417.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.05
4417.90/4417.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4417.90/4417.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4417.90/4417.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4417.90/4417.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
4417.90/4417.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4418.00/4417.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4418.00/4417.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4418.30/4418.29	c lits-rem:       482  cl-subs:      247  v-elim:      0  v-fix:    0  time:  0.33 s
4418.30/4418.29	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
4418.40/4418.32	c vivif2 --  cl tried   147337 cl shrink        0 lits rem          0 time: 0.03
4418.40/4418.36	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.05
4418.40/4418.37	c calculated reachability. Time: 0.00
4418.40/4418.37	c  N st   144  16225666       181       372         0    147337      1116   1990622   no data   no data
4551.00/4550.92	c  N st   145  16725667       181       372         0    270891      1116   6136158   no data   no data
4551.00/4550.92	c  S st   145  16725667       181       372         0    270891      1116   6136158   no data   no data
4551.50/4551.41	c  S st   145  16726171       181       372         0    271390      1116   6151615   no data   no data
4551.50/4551.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4551.60/4551.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.3M T:  0.12
4551.60/4551.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4551.60/4551.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4551.60/4551.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4551.60/4551.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
4551.60/4551.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4551.70/4551.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
4551.82/4551.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4693.20/4693.12	c lits-rem:     31107  cl-subs:    22191  v-elim:      0  v-fix:    0  time: 141.36 s
4693.20/4693.12	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
4693.20/4693.19	c vivif2 --  cl tried   249199 cl shrink        0 lits rem          0 time: 0.07
4693.40/4693.30	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.11
4693.40/4693.31	c calculated reachability. Time: 0.00
4693.40/4693.31	c  N st   145  16726171       181       372         0    249199      1116   5300768   no data   no data
4827.31/4827.20	c  N st   146  17226171       181       372         0    221102      1116   4397417   no data   no data
4827.31/4827.20	c  S st   146  17226171       181       372         0    221102      1116   4397417   no data   no data
4827.61/4827.59	c  S st   146  17226673       181       372         0    221594      1116   4410896   no data   no data
4827.71/4827.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4827.71/4827.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.09
4827.71/4827.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4827.71/4827.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4827.71/4827.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4827.71/4827.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
4827.71/4827.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4827.81/4827.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4827.92/4827.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4888.31/4888.24	c lits-rem:     21429  cl-subs:    13645  v-elim:      0  v-fix:    0  time: 60.38 s
4888.31/4888.24	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
4888.31/4888.29	c vivif2 --  cl tried   207949 cl shrink        0 lits rem          0 time: 0.05
4888.43/4888.37	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.09
4888.43/4888.38	c calculated reachability. Time: 0.00
4888.43/4888.38	c  N st   146  17226673       181       372         0    207949      1116   3871899   no data   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3421813-1306604417/watcher-3421813-1306604417 -o /tmp/evaluation-result-3421813-1306604417/solver-3421813-1306604417 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3421813-1306604417.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.01 2.02 2.00 3/487 31541
/proc/meminfo: memFree=16395344/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=29728 CPUtime=0.01 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 545 0 0 0 1 0 0 0 23 0 1 0 504632972 30441472 485 33554432000 4194304 4580011 140735560558352 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 7432 485 363 95 0 2414 0

[startup+0.0222399 s]
/proc/loadavg: 2.01 2.02 2.00 3/487 31541
/proc/meminfo: memFree=16395344/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=29728 CPUtime=0.02 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 560 0 0 0 2 0 0 0 23 0 1 0 504632972 30441472 500 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 7432 500 363 95 0 2414 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29728

[startup+0.100224 s]
/proc/loadavg: 2.01 2.02 2.00 3/487 31541
/proc/meminfo: memFree=16395344/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=30228 CPUtime=0.09 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 763 0 0 0 9 0 0 0 23 0 1 0 504632972 30953472 586 33554432000 4194304 4580011 140735560558352 18446744073709551615 4321614 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 7557 586 364 95 0 2539 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30228

[startup+0.300188 s]
/proc/loadavg: 2.01 2.02 2.00 3/487 31541
/proc/meminfo: memFree=16395344/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=30568 CPUtime=0.29 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 1122 0 0 0 29 0 0 0 25 0 1 0 504632972 31301632 730 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 7642 731 364 95 0 2624 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30568

[startup+0.700116 s]
/proc/loadavg: 2.01 2.02 2.00 3/487 31541
/proc/meminfo: memFree=16395344/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=31128 CPUtime=0.69 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 1687 0 0 0 69 0 0 0 25 0 1 0 504632972 31875072 1027 33554432000 4194304 4580011 140735560558352 18446744073709551615 4320991 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 7782 1027 365 95 0 2764 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31128

[startup+1.50098 s]
/proc/loadavg: 2.01 2.02 2.00 3/489 31543
/proc/meminfo: memFree=16383920/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=37404 CPUtime=1.49 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 4118 0 0 0 149 0 0 0 18 0 1 0 504632972 38301696 2348 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294357 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 9351 2348 367 95 0 4333 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37404

[startup+3.10071 s]
/proc/loadavg: 2.01 2.02 2.00 3/489 31543
/proc/meminfo: memFree=16371156/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=39140 CPUtime=3.09 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 5985 0 0 0 309 0 0 0 18 0 1 0 504632972 40079360 2732 33554432000 4194304 4580011 140735560558352 18446744073709551615 4319829 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 9785 2732 367 95 0 4767 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39140

[startup+6.30013 s]
/proc/loadavg: 2.01 2.02 2.00 3/489 31543
/proc/meminfo: memFree=16360124/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=46244 CPUtime=6.29 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 10074 0 0 0 628 1 0 0 25 0 1 0 504632972 47353856 4817 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 11561 4817 367 95 0 6543 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46244

[startup+12.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 31543
/proc/meminfo: memFree=16341220/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=58920 CPUtime=12.69 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 17224 0 0 0 1268 1 0 0 25 0 1 0 504632972 60334080 7818 33554432000 4194304 4580011 140735560558352 18446744073709551615 4406390 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 14730 7818 367 95 0 9712 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58920

[startup+25.5007 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 31543
/proc/meminfo: memFree=16321036/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=63436 CPUtime=25.49 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 25950 0 0 0 2547 2 0 0 25 0 1 0 504632972 64958464 8703 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 15859 8703 367 95 0 10841 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63436

[startup+51.1002 s]
/proc/loadavg: 2.00 2.01 2.00 3/489 31544
/proc/meminfo: memFree=16294340/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=71812 CPUtime=51.1 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 41198 0 0 0 5104 6 0 0 25 0 1 0 504632972 73535488 10512 33554432000 4194304 4580011 140735560558352 18446744073709551615 4296072 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 17953 10512 367 95 0 12935 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 71812

[startup+102.318 s]
/proc/loadavg: 2.10 2.04 2.01 3/489 31545
/proc/meminfo: memFree=16259836/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=88684 CPUtime=102.31 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 65316 0 0 0 10223 8 0 0 25 0 1 0 504632972 90812416 15546 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 22171 15546 367 95 0 17153 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 88684

[startup+162.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/489 31548
/proc/meminfo: memFree=16225068/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=103880 CPUtime=162.3 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 90436 0 0 0 16218 12 0 0 25 0 1 0 504632972 106373120 18372 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 25970 18372 367 95 0 20952 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 103880

[startup+222.301 s]
/proc/loadavg: 2.13 2.06 2.01 3/489 31550
/proc/meminfo: memFree=16198856/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=137344 CPUtime=222.3 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 111018 0 0 0 22215 15 0 0 25 0 1 0 504632972 140640256 26126 33554432000 4194304 4580011 140735560558352 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 34336 26126 367 95 0 29318 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 137344

[startup+282.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/489 31551
/proc/meminfo: memFree=16163228/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=152588 CPUtime=282.3 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 129090 0 0 0 28213 17 0 0 25 0 1 0 504632972 156250112 30676 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 38147 30676 367 95 0 33129 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 152588

[startup+342.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/489 31553
/proc/meminfo: memFree=16162572/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=151840 CPUtime=342.3 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 138088 0 0 0 34211 19 0 0 25 0 1 0 504632972 155484160 30639 33554432000 4194304 4580011 140735560558352 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 37960 30639 367 95 0 32942 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 151840

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/489 31554
/proc/meminfo: memFree=16149148/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=153624 CPUtime=402.3 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 155923 0 0 0 40209 21 0 0 25 0 1 0 504632972 157310976 31900 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 38406 31900 367 95 0 33388 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 153624

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 31556
/proc/meminfo: memFree=16120080/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=179604 CPUtime=462.3 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 168845 0 0 0 46208 22 0 0 25 0 1 0 504632972 183914496 38296 33554432000 4194304 4580011 140735560558352 18446744073709551615 4318667 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 44901 38296 367 95 0 39883 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 179604

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 31559
/proc/meminfo: memFree=16144360/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=155928 CPUtime=522.3 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 184678 0 0 0 52205 25 0 0 25 0 1 0 504632972 159670272 32504 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 38982 32504 367 95 0 33964 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 155928

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/489 31560
/proc/meminfo: memFree=16118176/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=185104 CPUtime=582.3 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 195625 0 0 0 58204 26 0 0 25 0 1 0 504632972 189546496 39372 33554432000 4194304 4580011 140735560558352 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 46276 39372 367 95 0 41258 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 185104

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.13 2.04 2.01 3/489 31675
/proc/meminfo: memFree=15653312/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=476864 CPUtime=4062.4 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 564880 0 0 0 406152 88 0 0 25 0 1 0 504632972 488308736 93305 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 119216 93305 367 95 0 114198 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 476864

[startup+4122.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/489 31677
/proc/meminfo: memFree=15647940/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=395796 CPUtime=4122.39 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 570319 0 0 0 412150 89 0 0 25 0 1 0 504632972 405295104 91091 33554432000 4194304 4580011 140735560558352 18446744073709551615 4406279 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 98949 91091 367 95 0 93931 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 395796

[startup+4182.3 s]
/proc/loadavg: 2.17 2.06 2.01 3/489 31678
/proc/meminfo: memFree=15638340/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=473724 CPUtime=4182.39 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 573736 0 0 0 418150 89 0 0 25 0 1 0 504632972 485093376 94508 33554432000 4194304 4580011 140735560558352 18446744073709551615 4304832 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 118431 94508 367 95 0 113413 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 473724

[startup+4242.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/489 31680
/proc/meminfo: memFree=15620940/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=433496 CPUtime=4242.39 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 585552 0 0 0 424148 91 0 0 25 0 1 0 504632972 443899904 100874 33554432000 4194304 4580011 140735560558352 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 108374 100874 367 95 0 103356 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 433496

[startup+4302.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/489 31681
/proc/meminfo: memFree=15603532/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=511620 CPUtime=4302.39 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 588070 0 0 0 430148 91 0 0 25 0 1 0 504632972 523898880 101091 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 127905 101091 367 95 0 122887 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 511620

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/489 31683
/proc/meminfo: memFree=15606956/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=511808 CPUtime=4362.39 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 591994 0 0 0 436146 93 0 0 25 0 1 0 504632972 524091392 102090 33554432000 4194304 4580011 140735560558352 18446744073709551615 4293102 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 127952 102090 367 95 0 122934 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 511808

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 31685
/proc/meminfo: memFree=15618444/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=433496 CPUtime=4422.4 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 595432 0 0 0 442146 94 0 0 25 0 1 0 504632972 443899904 101041 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 108374 101041 367 95 0 103356 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 433496

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 31686
/proc/meminfo: memFree=15607628/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=394796 CPUtime=4482.39 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 602536 0 0 0 448144 95 0 0 25 0 1 0 504632972 404271104 90453 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 98699 90453 367 95 0 93681 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 394796

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/489 31691
/proc/meminfo: memFree=15614296/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=474860 CPUtime=4542.4 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 612149 0 0 0 454142 98 0 0 25 0 1 0 504632972 486256640 92428 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 118715 92428 367 95 0 113697 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 474860

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/489 31692
/proc/meminfo: memFree=15557328/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=512536 CPUtime=4602.42 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 621918 0 0 0 460143 99 0 0 25 0 1 0 504632972 524836864 102197 33554432000 4194304 4580011 140735560558352 18446744073709551615 4406228 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 128134 102197 367 95 0 123116 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 512536

[startup+4662.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/489 31694
/proc/meminfo: memFree=15569056/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=512536 CPUtime=4662.4 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 621918 0 0 0 466141 99 0 0 25 0 1 0 504632972 524836864 102197 33554432000 4194304 4580011 140735560558352 18446744073709551615 4406244 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 128134 102197 367 95 0 123116 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 512536

[startup+4722.32 s]
/proc/loadavg: 2.06 2.03 2.01 3/489 31696
/proc/meminfo: memFree=15568776/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=429832 CPUtime=4722.42 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 626972 0 0 0 472142 100 0 0 25 0 1 0 504632972 440147968 98683 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 107458 98683 367 95 0 102440 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 429832

[startup+4782.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/489 31697
/proc/meminfo: memFree=15552240/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=529300 CPUtime=4782.4 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 636445 0 0 0 478139 101 0 0 25 0 1 0 504632972 542003200 105254 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294348 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 132325 105254 367 95 0 127307 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 529300

[startup+4842.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/489 31699
/proc/meminfo: memFree=15580448/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=432824 CPUtime=4842.41 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 644192 0 0 0 484138 103 0 0 25 0 1 0 504632972 443211776 100125 33554432000 4194304 4580011 140735560558352 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 108206 100125 367 95 0 103188 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 432824

[startup+4902.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/489 31710
/proc/meminfo: memFree=15559056/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=512900 CPUtime=4902.41 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 645759 0 0 0 490138 103 0 0 25 0 1 0 504632972 525209600 101692 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 128225 101692 367 95 0 123207 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 512900

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 31712
/proc/meminfo: memFree=15565824/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=513756 CPUtime=4962.41 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 654846 0 0 0 496136 105 0 0 25 0 1 0 504632972 526086144 102179 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 128439 102179 367 95 0 123421 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 513756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 31713
/proc/meminfo: memFree=15561564/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=513700 CPUtime=5000.02 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 661443 0 0 0 499896 106 0 0 25 0 1 0 504632972 526028800 100737 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 128425 100737 367 95 0 123407 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 513700

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/489 31713
/proc/meminfo: memFree=15561564/32951124 swapFree=46575304/67111528
[pid=31541] ppid=31539 vsize=513700 CPUtime=5000.02 cores=1,3,5,7
/proc/31541/stat : 31541 (strangenight2-s) R 31539 31541 30363 0 -1 4202496 661443 0 0 0 499896 106 0 0 25 0 1 0 504632972 526028800 100737 33554432000 4194304 4580011 140735560558352 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31541/statm: 128425 100737 367 95 0 123407 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 513700

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.05
CPU user time (s): 4998.97
CPU system time (s): 1.08483
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 533092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.97
system time used= 1.08483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 661443
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= 14
involuntary context switches= 5786

runsolver used 22.2216 second user time and 56.5984 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-28 19:40:17
IDJOB=3421813
IDBENCH=83140
IDSOLVER=1887
FILE ID=node107/3421813-1306604417
RUNJOBID= node107-1306604417-31517
PBS_JOBID= 13471573
Free space on /tmp= 73528 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n180-s33098896-unsat.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421813-1306604417/watcher-3421813-1306604417 -o /tmp/evaluation-result-3421813-1306604417/solver-3421813-1306604417 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3421813-1306604417.cnf

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

MD5SUM BENCH= 1221fb51c407dee7559369d7c6eedb4e
RANDOM SEED=147610322

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16395500 kB
Buffers:        319716 kB
Cached:        7221300 kB
SwapCached:       9840 kB
Active:       12028840 kB
Inactive:      4201372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16395500 kB
SwapTotal:    67111528 kB
SwapFree:     46575304 kB
Dirty:           10880 kB
Writeback:           0 kB
AnonPages:     8686860 kB
Mapped:          32708 kB
Slab:           161016 kB
PageTables:      94436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145096660 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= 73524 MiB
End job on node107 at 2011-05-28 21:03:39