Trace number 3366164

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S789865458-092-UNKNOWN.cnf
MD5SUM576af4ef397491948f4ca2b3f3b7cd4f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.5984
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 512750

Solver Data

0.00/0.00	c Outputting solution to console
0.01/0.05	c Using 4 threads
0.23/0.10	c This is CryptoMiniSat 3.0.0
0.23/0.10	c WARNING: for repeatability, setting FPU to use double precision
0.23/0.10	c Reading file 'HOME/instance-3366164-1305397736.cnf'
0.23/0.10	c -- header says num vars:            150
0.23/0.10	c -- header says num clauses:       12750
0.23/0.11	c -- clauses added:            0 learnts,        12750 normals,            0 xors
0.23/0.11	c -- vars added        150
0.23/0.11	c Parsing time:  0.01 s
0.23/0.11	c  N st     0         0       150     12750         0         0     89250         0   no data   no data
1.42/0.41	c asymm  cl-useful: 0/12750/12750 lits-rem:0 time: 0.30
1.42/0.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.42/0.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.42/0.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.42/0.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.42/0.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1.42/0.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.42/0.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1.42/0.45	c Finding binary XORs  T:     0.00 s  found:       0
1.42/0.46	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.42/0.46	c calculated reachability. Time: 0.00
1.42/0.46	c Calc default polars -  time:   0.00 s pos:      77 undec:       1 neg:      72
1.42/0.46	c =========================================================================================
1.42/0.46	c types(t): F = full restart, N = normal restart
1.42/0.46	c types(t): S = simplification begin/end, E = solution found
1.42/0.46	c restart types(rt): st = static, dy = dynamic
1.42/0.46	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.42/0.46	c  B st     0         0       150     12750         0         0     89250         0   no data   no data
2.21/0.64	c  N dy     9      4155       150     12750         0      3967     89250    181682     41.73     43.95
3.01/0.86	c  N dy    10      8541       150     12750         0      5777     89250    233004     39.29     41.61
3.83/1.09	c  N dy    15     13298       150     12750         0      6272     89250    221138     38.71     40.75
5.01/1.39	c  N dy    19     18702       150     12750         0      6064     89250    175725     38.37     40.56
6.21/1.65	c  N dy    40     23441       150     12750         0     10612     89250    378791     38.59     40.65
6.60/1.75	c  F st    43     25000       150     12750         0     12117     89250    445783     38.57     38.47
7.40/1.94	c  N st    48     28298       150     12750         0      8738     89250    265068     38.57   no data
7.80/2.04	c  S st    49     30000       150     12750         0     10379     89250    342595     38.57   no data
7.80/2.08	c  S st    49     30505       150     12750         0     10873     89250    364249     38.57   no data
7.80/2.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.80/2.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
7.80/2.09	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
7.80/2.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.80/2.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.80/2.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
7.80/2.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.80/2.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.80/2.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.39/2.43	c lits-rem:        85  cl-subs:      484  v-elim:      0  v-fix:    0  time:  0.32 s
11.00/2.81	c asymm  cl-useful: 0/11831/12750 lits-rem:0 time: 0.38
11.00/2.81	c calculated reachability. Time: 0.00
11.00/2.81	c  N dy    49     30505       150     12750         0     10389     89250    335796     38.57   no data
12.20/3.14	c  N dy    74     35362       150     12750         0     15042     89250    543438     38.75     40.86
13.38/3.42	c  N dy    87     39496       150     12750         0     11445     89250    349537     38.76     40.87
14.58/3.75	c  N dy   101     44219       150     12750         0     15948     89250    549222     38.79     41.31
14.98/3.87	c  S st   110     45758       150     12750         0      8854     89250    200543     38.84     40.16
15.38/3.91	c  S st   110     46261       150     12750         0      9336     89250    221202     38.84   no data
15.38/3.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.38/3.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
15.38/3.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.38/3.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.38/3.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.38/3.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
15.38/3.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.38/3.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.38/3.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.38/3.98	c lits-rem:        16  cl-subs:       60  v-elim:      0  v-fix:    0  time:  0.05 s
15.38/3.99	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
15.38/3.99	c vivif2 --  cl tried     9276 cl shrink        0 lits rem          0 time: 0.00
15.78/4.02	c asymm  cl-useful: 0/919/12750 lits-rem:0 time: 0.03
15.78/4.02	c calculated reachability. Time: 0.00
15.78/4.02	c  N dy   110     46261       150     12750         0      9276     89250    217680     38.84   no data
16.58/4.28	c  N dy   123     50398       150     12750         0     13250     89250    395410     38.88     40.93
18.17/4.69	c  N dy   131     56133       150     12750         0     18724     89250    637403     38.81     40.93
19.37/4.96	c  N dy   148     60151       150     12750         0     13023     89250    353792     38.84     41.20
20.96/5.39	c  N dy   159     66123       150     12750         0     18777     89250    611173     38.80     40.99
22.16/5.65	c  S st   164     69393       150     12750         0     11351     89250    247882     38.78     40.16
22.16/5.69	c  S st   164     69897       150     12750         0     11843     89250    269771     38.78   no data
22.16/5.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.56/5.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
22.56/5.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.56/5.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.56/5.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.56/5.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
22.56/5.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.56/5.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.56/5.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.96/5.82	c lits-rem:        14  cl-subs:      120  v-elim:      0  v-fix:    0  time:  0.10 s
22.96/5.82	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
22.96/5.82	c vivif2 --  cl tried    11723 cl shrink        0 lits rem          0 time: 0.00
24.56/6.22	c asymm  cl-useful: 0/11155/12750 lits-rem:0 time: 0.40
24.56/6.22	c calculated reachability. Time: 0.00
24.56/6.22	c  N dy   164     69897       150     12750         0     11723     89250    263327     38.78   no data
25.79/6.53	c  N dy   186     74362       150     12750         0     15986     89250    454044     38.85     40.98
27.35/6.98	c  N dy   196     80205       150     12750         0     21577     89250    703834     38.84     41.18
29.35/7.48	c  N dy   212     86993       150     12750         0     16600     89250    449771     38.83     41.47
29.75/7.52	c  F st   216     87500       150     12750         0     17095     89250    472272     38.84   no data
31.34/7.93	c  N dy   222     92700       150     12750         0     22078     89250    699983     38.84   no data
33.34/8.46	c  N dy   245     98734       150     12750         0     15404     89250    365070     38.86     40.95
35.33/8.93	c  S st   263    104845       150     12750         0     21279     89250    627954     38.88     40.29
35.33/8.99	c  S st   263    105351       150     12750         0     21775     89250    649405     38.88   no data
35.33/8.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.73/9.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
35.73/9.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.73/9.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.73/9.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.73/9.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
35.73/9.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.73/9.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
35.73/9.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.36/9.91	c lits-rem:       209  cl-subs:      869  v-elim:      0  v-fix:    0  time:  0.88 s
39.36/9.91	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
39.36/9.92	c vivif2 --  cl tried    20906 cl shrink        0 lits rem          0 time: 0.01
39.72/10.04	c asymm  cl-useful: 0/1595/12750 lits-rem:0 time: 0.12
39.72/10.04	c calculated reachability. Time: 0.00
39.72/10.04	c  N dy   263    105351       150     12750         0     20906     89250    601147     38.88   no data
42.52/10.72	c  N dy   290    112236       150     12750         0     14082     89250    273801     38.94     41.08
44.90/11.32	c  N dy   309    119940       150     12750         0     21470     89250    604629     38.95     41.38
48.14/12.14	c  N dy   312    128274       150     12750         0     15065     89250    286667     38.80     40.99
50.89/12.89	c  N dy   332    137872       150     12750         0     24257     89250    698905     38.81     40.97
56.50/14.21	c  N dy   343    153263       150     12750         0     23635     89250    634944     38.62     40.92
58.07/14.67	c  S st   368    158026       150     12750         0     28193     89250    837918     38.66   no data
58.47/14.75	c  S st   368    158527       150     12750         0     28682     89250    859226     38.66   no data
58.47/14.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.47/14.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
58.47/14.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.47/14.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.47/14.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.47/14.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
58.47/14.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
58.47/14.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
58.88/14.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
66.05/16.61	c lits-rem:       676  cl-subs:     1548  v-elim:      0  v-fix:    0  time:  1.81 s
66.05/16.61	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
66.05/16.62	c vivif2 --  cl tried    27134 cl shrink        0 lits rem          0 time: 0.01
66.85/16.85	c asymm  cl-useful: 0/3604/12750 lits-rem:0 time: 0.22
66.85/16.85	c calculated reachability. Time: 0.00
66.85/16.85	c  N dy   368    158527       150     12750         0     27134     89250    780268     38.66   no data
74.47/18.79	c  N dy   383    178423       150     12750         0     29735     89250    870825     38.47     40.59
79.62/20.01	c  N dy   405    190848       150     12750         0     24520     89250    615580     38.42     40.58
85.61/21.53	c  N dy   436    205815       150     12750         0     20762     89250    419249     38.37     40.51
90.80/22.86	c  N dy   474    219347       150     12750         0     33732     89250    993532     38.37     40.42
97.59/24.53	c  N dy   535    233557       150     12750         0     28224     89250    715037     38.42     40.49
99.58/25.02	c  S st   557    237791       150     12750         0     32284     89250    894032     38.43     37.31
99.98/25.12	c  S st   557    238296       150     12750         0     32779     89250    915847     38.43   no data
99.98/25.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
99.98/25.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
99.98/25.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
99.98/25.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.98/25.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.98/25.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
99.98/25.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
99.98/25.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
99.98/25.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
109.18/27.42	c lits-rem:       307  cl-subs:     1232  v-elim:      0  v-fix:    0  time:  2.24 s
109.18/27.42	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
109.18/27.43	c vivif2 --  cl tried    31547 cl shrink        0 lits rem          0 time: 0.01
109.95/27.67	c asymm  cl-useful: 0/2964/12750 lits-rem:0 time: 0.24
109.95/27.67	c calculated reachability. Time: 0.00
109.95/27.67	c  N dy   557    238296       150     12750         0     31547     89250    847513     38.43   no data
117.14/29.41	c  N dy   629    253581       150     12750         0     26103     89250    590268     38.49     42.81
125.13/31.47	c  N dy   693    270729       150     12750         0     21481     89250    348314     38.51     41.07
132.70/33.35	c  N dy   754    288684       150     12750         0     38705     89250   1115154     38.52     40.71
140.32/35.26	c  F st   807    306251       150     12750         0     33477     89250    847819     38.53     33.51
141.08/35.40	c  N st   810    307439       150     12750         0     34610     89250    897625     38.53   no data
150.26/37.78	c  N dy   872    327907       150     12750         0     31210     89250    713061     38.54     40.91
159.84/40.17	c  N dy   929    347917       150     12750         0     26467     89250    473372     38.55     40.61
163.83/41.16	c  S st   954    357445       150     12750         0     35595     89250    878789     38.54     37.09
164.23/41.25	c  S st   954    357953       150     12750         0     36093     89250    900306     38.54   no data
164.23/41.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
164.23/41.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
164.23/41.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
164.23/41.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
164.23/41.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
164.23/41.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
164.23/41.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
164.23/41.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
164.63/41.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
172.61/43.33	c lits-rem:       420  cl-subs:     1245  v-elim:      0  v-fix:    0  time:  2.02 s
172.61/43.33	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
172.61/43.34	c vivif2 --  cl tried    34848 cl shrink        0 lits rem          0 time: 0.01
173.82/43.60	c asymm  cl-useful: 0/2532/12750 lits-rem:0 time: 0.26
173.82/43.60	c calculated reachability. Time: 0.00
173.82/43.60	c  N dy   954    357953       150     12750         0     34848     89250    833781     38.54   no data
184.58/46.38	c  N dy  1015    380114       150     12750         0     31176     89250    646587     38.53     40.58
195.76/49.15	c  N dy  1059    400211       150     12750         0     50412     89250   1502425     38.51     40.71
205.76/51.69	c  N dy  1130    420398       150     12750         0     43969     89250   1185539     38.54     41.08
216.51/54.32	c  N dy  1195    440647       150     12750         0     36512     89250    821557     38.55     40.79
229.28/57.56	c  N dy  1266    463593       150     12750         0     30749     89250    530787     38.56     40.92
240.06/60.21	c  N dy  1360    483650       150     12750         0     50021     89250   1394927     38.60     40.86
250.43/62.88	c  N dy  1408    503654       150     12750         0     40403     89250    925324     38.58     40.95
264.00/66.22	c  N dy  1473    525060       150     12750         0     31193     89250    480662     38.59     40.64
269.58/67.65	c  S st  1508    536930       150     12750         0     42574     89250    988772     38.59     39.29
269.98/67.76	c  S st  1508    537432       150     12750         0     43067     89250   1011256     38.59   no data
269.98/67.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
269.98/67.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
269.98/67.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
269.98/67.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
269.98/67.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
269.98/67.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
269.98/67.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
270.39/67.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
270.39/67.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
281.96/70.75	c lits-rem:       218  cl-subs:     1361  v-elim:      0  v-fix:    0  time:  2.93 s
281.96/70.75	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
281.96/70.77	c vivif2 --  cl tried    41706 cl shrink        0 lits rem          0 time: 0.01
283.16/71.05	c asymm  cl-useful: 0/2267/12750 lits-rem:0 time: 0.29
283.16/71.06	c calculated reachability. Time: 0.00
283.16/71.06	c  N dy  1508    537432       150     12750         0     41706     89250    938551     38.59   no data
295.53/74.14	c  N dy  1558    557510       150     12750         0     60925     89250   1800294     38.57     40.65
308.30/77.30	c  N dy  1601    580802       150     12750         0     52519     89250   1398317     38.55     40.77
319.91/80.28	c  N dy  1640    601148       150     12750         0     40390     89250    826764     38.54     40.58
335.44/84.17	c  N dy  1675    626734       150     12750         0     64849     89250   1910414     38.49     40.78
347.01/87.03	c  N dy  1711    648165       150     12750         0     52842     89250   1358212     38.47     40.62
360.98/90.56	c  N dy  1799    668723       150     12750         0     39074     89250    706701     38.49     40.70
375.75/94.20	c  N dy  1897    688793       150     12750         0     58367     89250   1570959     38.52     40.59
391.31/98.10	c  N dy  1981    708921       150     12750         0     43150     89250    851273     38.53     40.57
404.87/101.54	c  N dy  2016    729096       150     12750         0     62417     89250   1702878     38.51     40.73
420.87/105.54	c  N dy  2085    750816       150     12750         0     47778     89250   1024831     38.52     40.62
435.21/109.12	c  N dy  2156    771170       150     12750         0     67290     89250   1893623     38.53     40.63
448.38/112.42	c  N dy  2238    791263       150     12750         0     50163     89250   1100167     38.55     41.42
459.16/115.18	c  S st  2305    806148       150     12750         0     64415     89250   1736212     38.57     38.18
459.96/115.35	c  S st  2305    806651       150     12750         0     64913     89250   1758565     38.57   no data
459.96/115.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
459.96/115.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
459.96/115.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
459.96/115.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
459.96/115.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
459.96/115.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
459.96/115.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
460.38/115.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
460.38/115.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
502.26/125.91	c lits-rem:       450  cl-subs:     2853  v-elim:      0  v-fix:    0  time: 10.45 s
502.26/125.91	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
502.26/125.93	c vivif2 --  cl tried    62060 cl shrink        0 lits rem          0 time: 0.02
503.46/126.28	c asymm  cl-useful: 0/1383/12750 lits-rem:0 time: 0.35
503.46/126.28	c calculated reachability. Time: 0.00
503.46/126.28	c  N dy  2305    806651       150     12750         0     62060     89250   1600997     38.57   no data
520.61/130.50	c  N dy  2386    826950       150     12750         0     44216     89250    799987     38.59     40.95
535.41/134.28	c  N dy  2438    850327       150     12750         0     66573     89250   1798027     38.57     40.71
550.55/138.02	c  N dy  2494    870863       150     12750         0     47932     89250    930018     38.57     40.76
565.32/141.74	c  N dy  2582    890945       150     12750         0     67221     89250   1791035     38.59     40.82
581.27/145.79	c  N dy  2676    911044       150     12750         0     47158     89250    864150     38.61     41.02
595.64/149.34	c  N dy  2724    932039       150     12750         0     67280     89250   1761845     38.61     40.85
612.01/153.42	c  N dy  2779    952208       150     12750         0     46389     89250    795385     38.60     40.77
625.97/156.93	c  N dy  2853    972699       150     12750         0     66059     89250   1676466     38.61     40.81
644.75/161.67	c  N dy  2876    999752       150     12750         0     50668     89250    956410     38.57     40.64
660.69/165.61	c  N dy  2970   1019865       150     12750         0     69945     89250   1815848     38.59     40.69
683.04/171.29	c  N dy  3051   1047877       150     12750         0     54681     89250   1105544     38.58     40.69
699.00/175.22	c  N dy  3126   1068147       150     12750         0     74087     89250   1974254     38.59     40.83
702.23/176.08	c  F st  3140   1071875       150     12750         0     77666     89250   2133003     38.59     33.10
715.76/179.45	c  N dy  3190   1088241       150     12750         0     50274     89250    868329     38.60     40.83
731.34/183.30	c  N dy  3282   1108266       150     12750         0     69544     89250   1734403     38.61     42.16
751.29/188.35	c  N dy  3365   1128324       150     12750         0     44656     89250    582660     38.62     40.91
765.25/191.85	c  N dy  3445   1148361       150     12750         0     63861     89250   1441881     38.63     40.71
786.40/197.10	c  N dy  3535   1168706       150     12750         0     83355     89250   2311352     38.64     40.83
804.35/201.68	c  N dy  3585   1188881       150     12750         0     57611     89250   1129590     38.64     41.17
822.32/206.11	c  N dy  3622   1209976       150     12750         0     77792     89250   2030928     38.63     37.47
822.32/206.11	c  S st  3622   1209976       150     12750         0     77792     89250   2030928     38.63     37.47
823.12/206.33	c  S st  3622   1210477       150     12750         0     78284     89250   2052556     38.63   no data
823.12/206.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
823.12/206.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
823.12/206.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
823.12/206.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
823.12/206.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
823.12/206.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
823.12/206.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
823.52/206.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
823.52/206.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
883.38/221.46	c lits-rem:       753  cl-subs:     3575  v-elim:      0  v-fix:    0  time: 14.99 s
883.38/221.46	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
883.38/221.48	c vivif2 --  cl tried    74709 cl shrink        0 lits rem          0 time: 0.02
884.98/221.81	c asymm  cl-useful: 0/1690/12750 lits-rem:0 time: 0.33
884.98/221.82	c calculated reachability. Time: 0.00
884.98/221.82	c  N dy  3622   1210477       150     12750         0     74709     89250   1861580     38.63   no data
904.52/226.71	c  N dy  3671   1232392       150     12750         0     49803     89250    747017     38.62     40.83
919.30/230.47	c  N dy  3736   1253087       150     12750         0     69627     89250   1633977     38.62     41.22
937.25/234.98	c  N dy  3767   1273447       150     12750         0     89116     89250   2500830     38.61     40.86
953.22/238.97	c  N dy  3820   1293534       150     12750         0     61445     89250   1235731     38.60     40.64
973.99/244.20	c  N dy  3903   1313860       150     12750         0     80936     89250   2104526     38.61     40.74
997.11/249.95	c  N dy  3936   1336282       150     12750         0     54475     89250    886665     38.58     40.66
1017.47/255.04	c  N dy  3991   1360306       150     12750         0     77457     89250   1914869     38.58     41.06
1038.62/260.33	c  N dy  4039   1380308       150     12750         0     96689     89250   2777944     38.58     40.63
1055.78/264.62	c  N dy  4126   1400526       150     12750         0     67219     89250   1426110     38.59     40.95
1075.38/269.54	c  N dy  4215   1420588       150     12750         0     86406     89250   2284031     38.60     40.72
1093.30/274.06	c  N dy  4247   1440606       150     12750         0     55759     89250    882289     38.58     40.99
1123.66/281.67	c  N dy  4281   1477921       150     12750         0     91271     89250   2462799     38.54     40.71
1146.36/287.34	c  N dy  4360   1501894       150     12750         0     63581     89250   1199179     38.54     40.75
1162.77/291.42	c  N dy  4382   1522403       150     12750         0     83194     89250   2070192     38.52     40.57
1185.12/297.08	c  N dy  4442   1542476       150     12750         0    102450     89250   2928479     38.52     43.76
1200.65/300.99	c  N dy  4496   1562576       150     12750         0     70082     89250   1458367     38.52     40.60
1220.24/305.85	c  N dy  4576   1582587       150     12750         0     89239     89250   2313672     38.53     40.90
1243.75/311.70	c  N dy  4630   1603924       150     12750         0     57022     89250    840637     38.52     40.61
1260.11/315.82	c  N dy  4693   1624307       150     12750         0     76483     89250   1710762     38.52     40.73
1281.30/321.20	c  N dy  4754   1645103       150     12750         0     96448     89250   2603539     38.53     40.70
1302.42/326.44	c  N dy  4820   1665121       150     12750         0     62034     89250   1027576     38.53     40.56
1321.98/331.30	c  N dy  4891   1685351       150     12750         0     81421     89250   1895240     38.54     41.29
1342.34/336.48	c  N dy  4934   1705433       150     12750         0    100577     89250   2748938     38.53     40.79
1349.11/338.15	c  S st  4958   1710478       150     12750         0    105438     89250   2969105     38.53   no data
1350.31/338.46	c  S st  4958   1710979       150     12750         0    105928     89250   2990261     38.53   no data
1350.31/338.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1350.71/338.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1350.71/338.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1350.71/338.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1350.71/338.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1350.71/338.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1350.71/338.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1350.71/338.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1351.11/338.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1454.08/364.43	c lits-rem:       937  cl-subs:     5687  v-elim:      0  v-fix:    0  time: 25.77 s
1454.08/364.43	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
1454.08/364.46	c vivif2 --  cl tried   100241 cl shrink        0 lits rem          0 time: 0.03
1455.67/364.85	c asymm  cl-useful: 0/1119/12750 lits-rem:0 time: 0.39
1455.67/364.85	c calculated reachability. Time: 0.00
1455.67/364.85	c  N dy  4958   1710979       150     12750         0    100241     89250   2686267     38.53   no data
1479.61/370.88	c  N dy  5017   1736479       150     12750         0     70197     89250   1355088     38.53     40.69
1498.77/375.63	c  N dy  5082   1756641       150     12750         0     89592     89250   2220446     38.53     40.79
1524.31/382.06	c  N dy  5154   1777884       150     12750         0    109947     89250   3126460     38.54     40.62
1543.87/386.99	c  N dy  5203   1801927       150     12750         0     77331     89250   1633816     38.53     40.57
1568.21/393.08	c  N dy  5308   1821963       150     12750         0     96513     89250   2496520     38.54     42.49
1598.54/400.60	c  N dy  5369   1844891       150     12750         0     62027     89250    924337     38.54     40.91
1616.10/405.00	c  N dy  5418   1864895       150     12750         0     81221     89250   1778610     38.54     41.00
1638.05/410.53	c  N dy  5472   1884986       150     12750         0    100468     89250   2643695     38.54     40.65
1663.22/416.87	c  N dy  5567   1905039       150     12750         0     62267     89250    902705     38.55     40.96
1681.55/421.41	c  N dy  5641   1925810       150     12750         0     82218     89250   1798896     38.56     40.60
1704.30/427.19	c  N dy  5715   1946133       150     12750         0    101718     89250   2669436     38.56     40.99
1731.04/433.82	c  N dy  5795   1966844       150     12750         0     63089     89250    900476     38.57     40.78
1749.00/438.39	c  N dy  5876   1986852       150     12750         0     82260     89250   1756708     38.57     40.88
1770.95/443.81	c  N dy  5928   2006897       150     12750         0    101439     89250   2616839     38.57     41.31
1795.69/450.02	c  N dy  5985   2026980       150     12750         0     61281     89250    788995     38.57     40.66
1812.89/454.36	c  N dy  6065   2047020       150     12750         0     80459     89250   1650395     38.58     40.82
1835.60/460.03	c  N dy  6145   2067330       150     12750         0     99865     89250   2516580     38.58     40.69
1863.54/467.09	c  N dy  6254   2087342       150     12750         0    119112     89250   3385924     38.60     40.93
1884.28/472.24	c  N dy  6333   2107378       150     12750         0     77944     89250   1498213     38.60     40.68
1907.84/478.12	c  N dy  6422   2127445       150     12750         0     97153     89250   2354947     38.61     40.69
1935.39/485.09	c  N dy  6497   2147580       150     12750         0    116444     89250   3217910     38.62     40.73
1957.76/490.67	c  N dy  6582   2167647       150     12750         0     74386     89250   1307135     38.62     41.71
1977.68/495.68	c  N dy  6647   2187957       150     12750         0     93808     89250   2177448     38.63     40.99
2002.02/501.72	c  N dy  6696   2207964       150     12750         0    112995     89250   3034320     38.62     40.66
2006.40/502.84	c  S st  6712   2210979       150     12750         0    115881     89250   3164242     38.63     37.06
2007.60/503.14	c  S st  6712   2211481       150     12750         0    116373     89250   3186121     38.63   no data
2007.60/503.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2008.00/503.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
2008.00/503.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2008.00/503.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2008.00/503.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2008.00/503.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2008.00/503.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2008.00/503.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2008.40/503.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2123.34/532.12	c lits-rem:       910  cl-subs:     5823  v-elim:      0  v-fix:    0  time: 28.79 s
2123.34/532.13	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
2123.34/532.18	c vivif2 --  cl tried   110550 cl shrink        0 lits rem          0 time: 0.05
2124.94/532.58	c asymm  cl-useful: 0/993/12750 lits-rem:0 time: 0.40
2124.94/532.58	c calculated reachability. Time: 0.00
2124.94/532.58	c  N dy  6712   2211481       150     12750         0    110550     89250   2872489     38.63   no data
2151.27/539.14	c  N dy  6781   2231812       150     12750         0     67846     89250    982928     38.63     40.89
2170.43/543.95	c  N dy  6838   2252613       150     12750         0     87732     89250   1869432     38.63     40.71
2199.95/551.34	c  N dy  6927   2278297       150     12750         0    112336     89250   2980353     38.63     40.91
2227.09/558.15	c  N dy  6976   2298335       150     12750         0     68370     89250    975047     38.63     40.75
2246.66/563.09	c  N dy  7029   2318346       150     12750         0     87515     89250   1828729     38.62     40.99
2272.19/569.40	c  N dy  7096   2338885       150     12750         0    107192     89250   2709501     38.63     40.96
2302.92/577.15	c  N dy  7166   2360364       150     12750         0    127726     89250   3626446     38.63     40.84
2322.47/582.00	c  N dy  7250   2380515       150     12750         0     82954     89250   1594990     38.64     40.75
2345.22/587.71	c  N dy  7330   2400575       150     12750         0    102202     89250   2461927     38.64     40.70
2371.57/594.36	c  N dy  7388   2421345       150     12750         0    122039     89250   3348081     38.64     40.70
2395.52/600.37	c  N dy  7458   2441650       150     12750         0     76390     89250   1267038     38.65     40.76
2417.47/605.81	c  N dy  7545   2462012       150     12750         0     95920     89250   2142528     38.65     40.80
2440.65/611.65	c  N dy  7578   2482090       150     12750         0    115062     89250   2993768     38.64     40.71
2470.96/619.28	c  N dy  7671   2502618       150     12750         0     68694     89250    882687     38.65     40.89
2490.49/624.16	c  N dy  7736   2523575       150     12750         0     88730     89250   1771965     38.65     40.80
2515.63/630.44	c  N dy  7812   2543863       150     12750         0    108177     89250   2641414     38.65     40.99
2550.40/639.13	c  N dy  7873   2566583       150     12750         0    129884     89250   3615509     38.65     40.78
2575.90/645.59	c  N dy  7958   2586667       150     12750         0     82139     89250   1450952     38.66     40.77
2599.03/651.36	c  N dy  8032   2606787       150     12750         0    101411     89250   2314319     38.66     40.70
2626.58/658.23	c  N dy  8110   2626804       150     12750         0    120576     89250   3175789     38.67     43.19
2655.34/665.51	c  N dy  8159   2647826       150     12750         0     72672     89250    991273     38.66     41.00
2676.47/670.74	c  N dy  8244   2668369       150     12750         0     92340     89250   1873514     38.67     40.88
2702.01/677.17	c  N dy  8329   2688455       150     12750         0    111594     89250   2739415     38.67     41.53
2735.53/685.54	c  N dy  8407   2711481       150     12750         0    133603     89250   3721091     38.67     37.15
2735.53/685.54	c  S st  8407   2711481       150     12750         0    133603     89250   3721091     38.67     37.15
2737.13/685.92	c  S st  8407   2711984       150     12750         0    134093     89250   3742769     38.67   no data
2737.13/685.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2737.53/686.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
2737.53/686.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2737.53/686.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2737.53/686.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2737.53/686.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2737.53/686.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2737.53/686.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2737.92/686.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2886.78/723.48	c lits-rem:       935  cl-subs:     7059  v-elim:      0  v-fix:    0  time: 37.34 s
2886.78/723.48	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
2887.18/723.52	c vivif2 --  cl tried   127034 cl shrink        0 lits rem          0 time: 0.04
2888.77/723.93	c asymm  cl-useful: 0/876/12750 lits-rem:0 time: 0.41
2888.77/723.94	c calculated reachability. Time: 0.00
2888.77/723.94	c  N dy  8407   2711984       150     12750         0    127034     89250   3363855     38.67   no data
2917.51/731.14	c  N dy  8489   2732461       150     12750         0     77895     89250   1197198     38.68     40.88
2963.80/742.74	c  N dy  8529   2772519       150     12750         0    115750     89250   2859545     38.65     40.71
2996.13/750.86	c  N dy  8590   2793940       150     12750         0    136264     89250   3772883     38.65     40.82
3017.68/756.24	c  N dy  8644   2814043       150     12750         0     85918     89250   1521997     38.65     41.07
3041.65/762.22	c  N dy  8716   2834100       150     12750         0    105115     89250   2380624     38.66     40.99
3070.76/769.59	c  N dy  8792   2854658       150     12750         0    124838     89250   3263364     38.66     40.79
3102.68/777.58	c  N dy  8842   2875750       150     12750         0     74346     89250    965621     38.66     40.76
3123.84/782.89	c  N dy  8916   2896212       150     12750         0     93941     89250   1842051     38.66     40.82
3150.18/789.48	c  N dy  8996   2916369       150     12750         0    113273     89250   2712229     38.66     40.88
3179.31/796.77	c  N dy  9059   2936395       150     12750         0    132433     89250   3573808     38.66     42.66
3208.05/803.95	c  N dy  9135   2957239       150     12750         0     80663     89250   1212195     38.67     40.96
3230.43/809.53	c  N dy  9205   2977264       150     12750         0     99850     89250   2070209     38.67     40.91
3262.72/817.67	c  N dy  9286   2997309       150     12750         0    119066     89250   2934409     38.67     40.78
3306.61/828.66	c  N dy  9339   3017424       150     12750         0    138347     89250   3797162     38.67     40.76
3344.12/838.01	c  N dy  9397   3037701       150     12750         0     84966     89250   1370590     38.67     40.82
3379.23/846.87	c  N dy  9470   3065661       150     12750         0    111695     89250   2571150     38.67     40.74
3413.96/855.55	c  N dy  9535   3088598       150     12750         0    133636     89250   3554588     38.67     40.84
3445.51/863.44	c  N dy  9601   3108853       150     12750         0     79363     89250   1087046     38.68     40.81
3473.41/870.42	c  N dy  9638   3136571       150     12750         0    105822     89250   2263415     38.66     40.84
3504.95/878.30	c  N dy  9677   3161500       150     12750         0    129634     89250   3334228     38.65     40.89
3542.09/887.63	c  N dy  9769   3181614       150     12750         0    148921     89250   4197732     38.66     40.91
3562.42/892.78	c  N dy  9816   3202223       150     12750         0     93994     89250   1712796     38.66     40.81
3573.58/895.51	c  S st  9835   3211984       150     12750         0    103325     89250   2127375     38.65     37.99
3574.39/895.78	c  S st  9835   3212491       150     12750         0    103815     89250   2149653     38.65   no data
3574.39/895.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3574.79/895.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3574.79/895.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3574.79/895.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3574.79/895.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3574.79/895.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3574.79/895.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3574.79/895.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3575.19/895.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3627.06/908.93	c lits-rem:       719  cl-subs:     3279  v-elim:      0  v-fix:    0  time: 12.99 s
3627.06/908.93	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
3627.06/908.96	c vivif2 --  cl tried   100536 cl shrink        0 lits rem          0 time: 0.03
3628.66/909.34	c asymm  cl-useful: 0/1092/12750 lits-rem:0 time: 0.38
3628.66/909.34	c calculated reachability. Time: 0.00
3628.66/909.34	c  N dy  9835   3212491       150     12750         0    100536     89250   1978751     38.65   no data
3655.80/916.18	c  N dy  9913   3232782       150     12750         0    119947     89250   2850428     38.66     40.93
3689.32/924.56	c  N dy  9983   3252897       150     12750         0    139204     89250   3709464     38.66     40.85
3725.63/933.62	c  N dy 10024   3273942       150     12750         0     83818     89250   1220724     38.66     40.99
3753.21/940.57	c  N dy 10074   3297784       150     12750         0    106578     89250   2236866     38.66     40.89
3781.91/947.72	c  N dy 10130   3317801       150     12750         0    125731     89250   3091054     38.65     40.78
3815.83/956.22	c  N dy 10200   3338106       150     12750         0    145163     89250   3962076     38.65     40.79
3840.18/962.31	c  N dy 10249   3358119       150     12750         0     87835     89250   1368167     38.65     42.63
3865.31/968.60	c  N dy 10343   3378536       150     12750         0    107392     89250   2248907     38.66     40.94
3900.03/977.33	c  N dy 10447   3401544       150     12750         0    129410     89250   3237056     38.66     40.73
3935.16/986.17	c  N dy 10522   3421769       150     12750         0    148771     89250   4109052     38.67     40.80
3962.30/992.99	c  N dy 10597   3441862       150     12750         0     90543     89250   1453403     38.67     41.18
3987.44/999.21	c  N dy 10661   3463044       150     12750         0    110835     89250   2367131     38.67     40.86
4022.95/1008.19	c  N dy 10702   3489642       150     12750         0    136272     89250   3507735     38.67     40.79
4066.86/1019.15	c  N dy 10766   3515622       150     12750         0     82654     89250   1064905     38.66     40.88
4088.81/1024.69	c  N dy 10834   3535777       150     12750         0    101896     89250   1928050     38.67     40.79
4117.17/1031.75	c  N dy 10914   3556682       150     12750         0    121925     89250   2824309     38.67     41.10
4151.47/1040.31	c  N dy 10992   3576963       150     12750         0    141340     89250   3695345     38.67     40.71
4203.74/1053.48	c  N dy 11065   3597032       150     12750         0     81180     89250    963001     38.67     40.73
4236.84/1061.71	c  N dy 11132   3617540       150     12750         0    100804     89250   1841768     38.68     40.82
4279.15/1072.40	c  N dy 11167   3647552       150     12750         0    129448     89250   3122091     38.67     40.81
4319.85/1082.56	c  N dy 11278   3668564       150     12750         0    149619     89250   4030166     38.68     40.76
4353.78/1091.04	c  N dy 11350   3689365       150     12750         0     89192     89250   1287056     38.68     40.86
4377.71/1097.09	c  N dy 11416   3709985       150     12750         0    108931     89250   2169005     38.68     41.50
4380.95/1097.87	c  S st 11424   3712492       150     12750         0    111321     89250   2274506     38.68   no data
4382.11/1098.17	c  S st 11424   3712995       150     12750         0    111810     89250   2296077     38.68   no data
4382.11/1098.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4382.51/1098.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
4382.51/1098.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4382.51/1098.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4382.51/1098.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4382.51/1098.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4382.51/1098.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4382.51/1098.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4382.91/1098.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4438.02/1112.12	c lits-rem:       615  cl-subs:     3376  v-elim:      0  v-fix:    0  time: 13.79 s
4438.02/1112.12	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
4438.02/1112.15	c vivif2 --  cl tried   108434 cl shrink        0 lits rem          0 time: 0.03
4439.57/1112.55	c asymm  cl-useful: 0/1007/12750 lits-rem:0 time: 0.39
4439.57/1112.55	c calculated reachability. Time: 0.00
4439.57/1112.55	c  N dy 11424   3712995       150     12750         0    108434     89250   2116728     38.68   no data
4469.51/1120.04	c  N dy 11508   3733085       150     12750         0    127653     89250   2980843     38.68     40.85
4499.48/1127.54	c  F st 11558   3751564       150     12750         0    145311     89250   3768794     38.68   no data
4503.04/1128.41	c  N st 11562   3753595       150     12750         0    147245     89250   3858418     38.68   no data
4538.58/1137.40	c  N dy 11626   3773642       150     12750         0     85184     89250   1077297     38.69     44.31
4567.28/1144.51	c  N dy 11715   3793734       150     12750         0    104420     89250   1937877     38.69     43.12
4599.21/1152.53	c  N dy 11801   3814179       150     12750         0    124025     89250   2821295     38.70     40.75
4632.34/1160.81	c  N dy 11870   3834251       150     12750         0    143262     89250   3685029     38.70     40.85
4667.45/1169.68	c  N dy 11913   3854262       150     12750         0    162338     89250   4533533     38.69     41.09
4693.39/1176.11	c  N dy 11976   3874709       150     12750         0     99635     89250   1686927     38.70     40.95
4722.13/1183.36	c  N dy 12051   3896449       150     12750         0    120435     89250   2619610     38.70     40.84
4752.86/1191.05	c  N dy 12118   3916518       150     12750         0    139653     89250   3486353     38.70     43.70
4793.19/1201.11	c  N dy 12214   3937356       150     12750         0    159560     89250   4380806     38.70     40.92

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

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

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


[startup+0 s]
/proc/loadavg: 2.55 2.96 3.23 3/278 18343
/proc/meminfo: memFree=25095440/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 406 0 0 0 0 0 0 0 18 0 4 0 632188920 52396032 346 33554432000 4194304 4580107 140734600275712 18446744073709551615 48002310617010 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18341/statm: 12792 346 299 95 0 7774 0
[pid=18341/tid=18344] ppid=18338 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 632188920 52396032 346 33554432000 4194304 4580107 140734600275712 18446744073709551615 254261672945 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 632188920 52396032 346 33554432000 4194304 4580107 140734600275712 18446744073709551615 254256648424 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 632188920 52396032 346 33554432000 4194304 4580107 140734600275712 18446744073709551615 254261672945 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0133351 s]
/proc/loadavg: 2.55 2.96 3.23 3/278 18343
/proc/meminfo: memFree=25095440/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=51168 CPUtime=0.01 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 407 0 0 0 1 0 0 0 18 0 4 0 632188920 52396032 347 33554432000 4194304 4580107 140734600275712 18446744073709551615 48002310617008 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18341/statm: 12792 347 299 95 0 7774 0
[pid=18341/tid=18344] ppid=18338 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 632188920 52396032 347 33554432000 4194304 4580107 140734600275712 18446744073709551615 254261672945 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 632188920 52396032 347 33554432000 4194304 4580107 140734600275712 18446744073709551615 48002310617010 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 632188920 52396032 347 33554432000 4194304 4580107 140734600275712 18446744073709551615 254261672945 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 51168

[startup+0.10034 s]
/proc/loadavg: 2.55 2.96 3.23 3/278 18343
/proc/meminfo: memFree=25095440/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=51168 CPUtime=0.23 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 411 0 0 0 23 0 0 0 19 0 4 0 632188920 52396032 351 33554432000 4194304 4580107 140734600275712 18446744073709551615 48002310616601 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 12792 351 302 95 0 7774 0
[pid=18341/tid=18344] ppid=18338 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 632188920 52396032 351 33554432000 4194304 4580107 140734600275712 18446744073709551615 48002310617010 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=51168 CPUtime=0.08 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 4 0 0 0 8 0 0 0 20 0 4 0 632188920 52396032 351 33554432000 4194304 4580107 140734600275712 18446744073709551615 48002310616605 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=51168 CPUtime=0.04 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 1 0 0 0 4 0 0 0 20 0 4 0 632188920 52396032 351 33554432000 4194304 4580107 140734600275712 18446744073709551615 48002310616599 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 51168

[startup+0.300258 s]
/proc/loadavg: 2.55 2.96 3.23 3/278 18343
/proc/meminfo: memFree=25095440/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=282712 CPUtime=1.02 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 2345 0 0 0 102 0 0 0 20 0 4 0 632188920 289497088 2263 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294570 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 70678 2263 358 95 0 65660 0
[pid=18341/tid=18344] ppid=18338 vsize=282712 CPUtime=0.19 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 429 0 0 0 19 0 0 0 20 0 4 0 632188920 289497088 2263 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=282712 CPUtime=0.28 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 432 0 0 0 28 0 0 0 20 0 4 0 632188920 289497088 2263 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=282712 CPUtime=0.23 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 646 0 0 0 23 0 0 0 21 0 4 0 632188920 289497088 2263 33554432000 4194304 4580107 140734600275712 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 282712

[startup+0.70019 s]
/proc/loadavg: 2.55 2.96 3.23 3/278 18343
/proc/meminfo: memFree=25095440/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=271260 CPUtime=2.61 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 7170 0 0 0 260 1 0 0 18 0 4 0 632188920 277770240 4884 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 67815 4884 376 95 0 62797 0
[pid=18341/tid=18344] ppid=18338 vsize=271260 CPUtime=0.59 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 1726 0 0 0 59 0 0 0 18 0 4 0 632188920 277770240 4884 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=271260 CPUtime=0.68 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 1653 0 0 0 68 0 0 0 18 0 4 0 632188920 277770240 4884 33554432000 4194304 4580107 140734600275712 18446744073709551615 4324382 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=271260 CPUtime=0.63 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 1570 0 0 0 63 0 0 0 22 0 4 0 632188920 277770240 4884 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 271260

[startup+1.50105 s]
/proc/loadavg: 2.55 2.96 3.23 10/286 18351
/proc/meminfo: memFree=25053340/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=300408 CPUtime=5.81 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 11783 0 0 0 579 2 0 0 19 0 4 0 632188920 307617792 6319 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294438 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 75102 6319 377 95 0 70084 0
[pid=18341/tid=18344] ppid=18338 vsize=300408 CPUtime=1.39 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 2955 0 0 0 139 0 0 0 19 0 4 0 632188920 307617792 6319 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=300408 CPUtime=1.47 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 2803 0 0 0 147 0 0 0 19 0 4 0 632188920 307617792 6319 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=300408 CPUtime=1.43 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 2584 0 0 0 143 0 0 0 25 0 4 0 632188920 307617792 6319 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 300408

[startup+3.10077 s]
/proc/loadavg: 2.55 2.96 3.23 10/286 18351
/proc/meminfo: memFree=25044164/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=305824 CPUtime=12.2 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 25592 0 0 0 1216 4 0 0 23 0 4 0 632188920 313163776 14304 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 76456 14304 378 95 0 71438 0
[pid=18341/tid=18344] ppid=18338 vsize=305824 CPUtime=2.98 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 6055 0 0 0 298 0 0 0 22 0 4 0 632188920 313163776 14304 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=305824 CPUtime=3.06 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 7321 0 0 0 305 1 0 0 23 0 4 0 632188920 313163776 14304 33554432000 4194304 4580107 140734600275712 18446744073709551615 4451678 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=305824 CPUtime=3.03 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 5606 0 0 0 302 1 0 0 25 0 4 0 632188920 313163776 14304 33554432000 4194304 4580107 140734600275712 18446744073709551615 4451663 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 305824

[startup+6.3002 s]
/proc/loadavg: 2.99 3.04 3.25 10/286 18351
/proc/meminfo: memFree=24924276/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=306596 CPUtime=24.96 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 40767 0 0 0 2489 7 0 0 25 0 4 0 632188920 313954304 19942 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 76649 19942 378 95 0 71631 0
[pid=18341/tid=18344] ppid=18338 vsize=306596 CPUtime=6.18 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 11016 0 0 0 617 1 0 0 25 0 4 0 632188920 313954304 19942 33554432000 4194304 4580107 140734600275712 18446744073709551615 4416997 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=306596 CPUtime=6.22 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 9796 0 0 0 621 1 0 0 25 0 4 0 632188920 313954304 19942 33554432000 4194304 4580107 140734600275712 18446744073709551615 4306352 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=306596 CPUtime=6.23 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 9864 0 0 0 622 1 0 0 25 0 4 0 632188920 313954304 19942 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 306596

[startup+12.7011 s]
/proc/loadavg: 3.39 3.13 3.28 9/286 18352
/proc/meminfo: memFree=24821996/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=323812 CPUtime=50.49 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 64459 0 0 0 5037 12 0 0 25 0 4 0 632188920 331583488 27640 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 80953 27641 378 95 0 75935 0
[pid=18341/tid=18344] ppid=18338 vsize=323812 CPUtime=12.58 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 15412 0 0 0 1255 3 0 0 25 0 4 0 632188920 331583488 27641 33554432000 4194304 4580107 140734600275712 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=323812 CPUtime=12.57 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 15537 0 0 0 1255 2 0 0 25 0 4 0 632188920 331583488 27641 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=323812 CPUtime=12.63 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 16739 0 0 0 1260 3 0 0 25 0 4 0 632188920 331583488 27641 33554432000 4194304 4580107 140734600275712 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 323812

[startup+25.5008 s]
/proc/loadavg: 4.41 3.36 3.35 10/286 18352
/proc/meminfo: memFree=24738208/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=332940 CPUtime=101.58 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 100065 0 0 0 10139 19 0 0 25 0 4 0 632188920 340930560 37165 33554432000 4194304 4580107 140734600275712 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 83235 37165 378 95 0 78217 0
[pid=18341/tid=18344] ppid=18338 vsize=332940 CPUtime=25.38 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 24676 0 0 0 2534 4 0 0 25 0 4 0 632188920 340930560 37165 33554432000 4194304 4580107 140734600275712 18446744073709551615 4416046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=332940 CPUtime=25.25 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 22906 0 0 0 2521 4 0 0 25 0 4 0 632188920 340930560 37165 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=332940 CPUtime=25.43 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 25054 0 0 0 2539 4 0 0 25 0 4 0 632188920 340930560 37165 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 332940

[startup+51.1003 s]
/proc/loadavg: 5.63 3.74 3.47 10/286 18353
/proc/meminfo: memFree=24692744/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=321156 CPUtime=203.74 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 145186 0 0 0 20344 30 0 0 25 0 4 0 632188920 328863744 39843 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 80289 39843 378 95 0 75271 0
[pid=18341/tid=18344] ppid=18338 vsize=321156 CPUtime=50.98 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 34592 0 0 0 5091 7 0 0 25 0 4 0 632188920 328863744 39843 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=321156 CPUtime=50.62 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 36543 0 0 0 5056 6 0 0 25 0 4 0 632188920 328863744 39843 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=321156 CPUtime=51.03 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 37816 0 0 0 5095 8 0 0 25 0 4 0 632188920 328863744 39843 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.74
Current children cumulated vsize (KiB) 321156

[startup+102.311 s]
/proc/loadavg: 6.97 4.39 3.71 10/286 18354
/proc/meminfo: memFree=24685648/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=332772 CPUtime=408.11 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 222545 0 0 0 40760 51 0 0 25 0 4 0 632188920 340758528 48034 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 83193 48034 378 95 0 78175 0
[pid=18341/tid=18344] ppid=18338 vsize=332772 CPUtime=102.18 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 56995 0 0 0 10205 13 0 0 25 0 4 0 632188920 340758528 48034 33554432000 4194304 4580107 140734600275712 18446744073709551615 4415773 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=332772 CPUtime=101.36 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 53263 0 0 0 10125 11 0 0 25 0 4 0 632188920 340758528 48034 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=332772 CPUtime=102.24 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 60685 0 0 0 10209 15 0 0 25 0 4 0 632188920 340758528 48034 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.11
Current children cumulated vsize (KiB) 332772

[startup+162.301 s]

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

[pid=18341] ppid=18338 vsize=779260 CPUtime=2802.58 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 672397 0 0 0 280040 218 0 0 25 0 4 0 632188920 797962240 113574 33554432000 4194304 4580107 140734600275712 18446744073709551615 4451672 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 194815 113574 378 95 0 189797 0
[pid=18341/tid=18344] ppid=18338 vsize=779260 CPUtime=702.1 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 196247 0 0 0 70143 67 0 0 25 0 4 0 632188920 797962240 113574 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=779260 CPUtime=695.91 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 120881 0 0 0 69556 35 0 0 25 0 4 0 632188920 797962240 113574 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=779260 CPUtime=702.25 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 201607 0 0 0 70156 69 0 0 25 0 4 0 632188920 797962240 113574 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2802.58
Current children cumulated vsize (KiB) 779260

[startup+762.311 s]
/proc/loadavg: 8.01 7.64 5.90 10/286 18372
/proc/meminfo: memFree=24200328/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=781468 CPUtime=3042.07 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 699265 0 0 0 303978 229 0 0 25 0 4 0 632188920 800223232 111072 33554432000 4194304 4580107 140734600275712 18446744073709551615 4325710 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 195367 111072 378 95 0 190349 0
[pid=18341/tid=18344] ppid=18338 vsize=781468 CPUtime=762.11 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 206198 0 0 0 76140 71 0 0 25 0 4 0 632188920 800223232 111072 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=781468 CPUtime=755.37 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 123172 0 0 0 75501 36 0 0 25 0 4 0 632188920 800223232 111072 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=781468 CPUtime=762.25 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 211750 0 0 0 76152 73 0 0 25 0 4 0 632188920 800223232 111072 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3042.07
Current children cumulated vsize (KiB) 781468

[startup+822.301 s]
/proc/loadavg: 8.05 7.72 6.03 10/286 18373
/proc/meminfo: memFree=24092292/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=837208 CPUtime=3281.47 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 747294 0 0 0 327901 246 0 0 25 0 4 0 632188920 857300992 135895 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 209302 135895 378 95 0 204284 0
[pid=18341/tid=18344] ppid=18338 vsize=837208 CPUtime=822.08 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 225118 0 0 0 82131 77 0 0 25 0 4 0 632188920 857300992 135895 33554432000 4194304 4580107 140734600275712 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=837208 CPUtime=814.82 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 125677 0 0 0 81445 37 0 0 25 0 4 0 632188920 857300992 135895 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=837208 CPUtime=822.25 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 228379 0 0 0 82146 79 0 0 25 0 4 0 632188920 857300992 135895 33554432000 4194304 4580107 140734600275712 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3281.47
Current children cumulated vsize (KiB) 837208

[startup+882.3 s]
/proc/loadavg: 8.02 7.77 6.15 10/286 18375
/proc/meminfo: memFree=24030032/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=811300 CPUtime=3520.91 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 771859 0 0 0 351834 257 0 0 25 0 4 0 632188920 830771200 123284 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294410 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 202825 123284 378 95 0 197807 0
[pid=18341/tid=18344] ppid=18338 vsize=811300 CPUtime=882.08 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 230204 0 0 0 88129 79 0 0 25 0 4 0 632188920 830771200 123284 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=811300 CPUtime=874.25 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 133826 0 0 0 87385 40 0 0 25 0 4 0 632188920 830771200 123284 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=811300 CPUtime=882.24 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 233552 0 0 0 88143 81 0 0 25 0 4 0 632188920 830771200 123284 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3520.91
Current children cumulated vsize (KiB) 811300

[startup+942.301 s]
/proc/loadavg: 8.04 7.82 6.27 10/286 18376
/proc/meminfo: memFree=24004228/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=766348 CPUtime=3760.36 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 804462 0 0 0 375766 270 0 0 25 0 4 0 632188920 784740352 121988 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 191587 121988 378 95 0 186569 0
[pid=18341/tid=18344] ppid=18338 vsize=766348 CPUtime=942.07 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 240016 0 0 0 94124 83 0 0 25 0 4 0 632188920 784740352 121988 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=766348 CPUtime=933.72 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 141605 0 0 0 93329 43 0 0 25 0 4 0 632188920 784740352 121988 33554432000 4194304 4580107 140734600275712 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=766348 CPUtime=942.25 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 243154 0 0 0 94139 86 0 0 25 0 4 0 632188920 784740352 121988 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3760.36
Current children cumulated vsize (KiB) 766348

[startup+1002.3 s]
/proc/loadavg: 8.05 7.86 6.38 10/286 18378
/proc/meminfo: memFree=23984616/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=722484 CPUtime=3999.8 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 842520 0 0 0 399693 287 0 0 25 0 4 0 632188920 739823616 130631 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 180621 130631 378 95 0 175603 0
[pid=18341/tid=18344] ppid=18338 vsize=722484 CPUtime=1002.06 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 249905 0 0 0 100118 88 0 0 25 0 4 0 632188920 739823616 130631 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=722484 CPUtime=993.17 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 150728 0 0 0 99270 47 0 0 25 0 4 0 632188920 739823616 130631 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=722484 CPUtime=1002.26 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 252831 0 0 0 100136 90 0 0 25 0 4 0 632188920 739823616 130631 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3999.8
Current children cumulated vsize (KiB) 722484

[startup+1062.3 s]
/proc/loadavg: 8.16 7.93 6.50 10/286 18380
/proc/meminfo: memFree=23870268/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=793468 CPUtime=4239.24 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 874661 0 0 0 423625 299 0 0 25 0 4 0 632188920 812511232 139754 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 198367 139754 378 95 0 193349 0
[pid=18341/tid=18344] ppid=18338 vsize=793468 CPUtime=1062.05 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 259566 0 0 0 106114 91 0 0 25 0 4 0 632188920 812511232 139754 33554432000 4194304 4580107 140734600275712 18446744073709551615 4406334 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=793468 CPUtime=1052.61 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 157708 0 0 0 105211 50 0 0 25 0 4 0 632188920 812511232 139754 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=793468 CPUtime=1062.25 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 262909 0 0 0 106132 93 0 0 25 0 4 0 632188920 812511232 139754 33554432000 4194304 4580107 140734600275712 18446744073709551615 4406385 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4239.24
Current children cumulated vsize (KiB) 793468

[startup+1122.3 s]
/proc/loadavg: 8.20 7.97 6.60 10/286 18381
/proc/meminfo: memFree=23891940/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=921344 CPUtime=4478.68 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 896733 0 0 0 447559 309 0 0 25 0 4 0 632188920 943456256 138898 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 230336 138898 378 95 0 225318 0
[pid=18341/tid=18344] ppid=18338 vsize=921344 CPUtime=1122.05 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 265846 0 0 0 112111 94 0 0 25 0 4 0 632188920 943456256 138898 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=921344 CPUtime=1112.06 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 160621 0 0 0 111155 51 0 0 25 0 4 0 632188920 943456256 138898 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=921344 CPUtime=1122.26 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 269177 0 0 0 112129 97 0 0 25 0 4 0 632188920 943456256 138898 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4478.68
Current children cumulated vsize (KiB) 921344

[startup+1182.3 s]
/proc/loadavg: 8.07 7.97 6.68 10/286 18383
/proc/meminfo: memFree=23927768/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=786132 CPUtime=4718.15 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 933899 0 0 0 471492 323 0 0 25 0 4 0 632188920 804999168 127205 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 196533 127205 378 95 0 191515 0
[pid=18341/tid=18344] ppid=18338 vsize=786132 CPUtime=1182.04 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 275543 0 0 0 118107 97 0 0 25 0 4 0 632188920 804999168 127205 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=786132 CPUtime=1171.51 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 168994 0 0 0 117098 53 0 0 25 0 4 0 632188920 804999168 127205 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=786132 CPUtime=1182.26 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 278885 0 0 0 118125 101 0 0 25 0 4 0 632188920 804999168 127205 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4718.15
Current children cumulated vsize (KiB) 786132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.9 s]
/proc/loadavg: 8.05 7.97 6.71 10/286 18383
/proc/meminfo: memFree=23909404/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=785972 CPUtime=4800.37 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 945656 0 0 0 479710 327 0 0 25 0 4 0 632188920 804835328 128434 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 196493 128434 378 95 0 191475 0
[pid=18341/tid=18344] ppid=18338 vsize=785972 CPUtime=1202.65 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 279295 0 0 0 120166 99 0 0 25 0 4 0 632188920 804835328 128436 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=785972 CPUtime=1191.92 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 171352 0 0 0 119138 54 0 0 25 0 4 0 632188920 804835328 128436 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=785972 CPUtime=1202.87 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 282401 0 0 0 120185 102 0 0 25 0 4 0 632188920 804835328 128436 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 785972

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

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

[startup+1202.9 s]
/proc/loadavg: 8.05 7.97 6.71 10/286 18383
/proc/meminfo: memFree=23909404/32951124 swapFree=67057896/67111528
[pid=18341] ppid=18338 vsize=785972 CPUtime=4800.37 cores=0,2,4,6
/proc/18341/stat : 18341 (strangenight2-m) R 18338 18341 18306 0 -1 4202496 945656 0 0 0 479710 327 0 0 25 0 4 0 632188920 804835328 128434 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18341/statm: 196493 128434 378 95 0 191475 0
[pid=18341/tid=18344] ppid=18338 vsize=785972 CPUtime=1202.65 cores=0,2,4,6
/proc/18341/task/18344/stat : 18344 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 279295 0 0 0 120166 99 0 0 25 0 4 0 632188920 804835328 128436 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18341/tid=18345] ppid=18338 vsize=785972 CPUtime=1191.92 cores=0,2,4,6
/proc/18341/task/18345/stat : 18345 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 171352 0 0 0 119138 54 0 0 25 0 4 0 632188920 804835328 128436 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18341/tid=18346] ppid=18338 vsize=785972 CPUtime=1202.87 cores=0,2,4,6
/proc/18341/task/18346/stat : 18346 (strangenight2-m) R 18338 18341 18306 0 -1 4202560 282401 0 0 0 120185 102 0 0 25 0 4 0 632188920 804835328 128436 33554432000 4194304 4580107 140734600275712 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 785972

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.94
CPU time (s): 4800.44
CPU user time (s): 4797.13
CPU system time (s): 3.3055
CPU usage (%): 399.058
Max. virtual memory (cumulated for all children) (KiB): 921344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.13
system time used= 3.3055
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 945661
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= 1124
involuntary context switches= 43009

runsolver used 3.06153 second user time and 7.95579 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-14 20:28:56
IDJOB=3366164
IDBENCH=82573
IDSOLVER=1844
FILE ID=node140/3366164-1305397736
RUNJOBID= node140-1305397736-18324
PBS_JOBID= 13324465
Free space on /tmp= 73488 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S789865458-092-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366164-1305397736/watcher-3366164-1305397736 -o /tmp/evaluation-result-3366164-1305397736/solver-3366164-1305397736 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366164-1305397736.cnf

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

MD5SUM BENCH= 576af4ef397491948f4ca2b3f3b7cd4f
RANDOM SEED=172407807

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25096000 kB
Buffers:        295100 kB
Cached:        3719100 kB
SwapCached:       8056 kB
Active:        4867960 kB
Inactive:      2675432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25096000 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           11392 kB
Writeback:           0 kB
AnonPages:     3526456 kB
Mapped:          22392 kB
Slab:           225240 kB
PageTables:      21980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45564292 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= 73476 MiB
End job on node140 at 2011-05-14 20:49:01