Trace number 3366598

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.19 1203.43

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S513640009-027.SATISFIABLE.cnf
MD5SUMd2636969180cffb7d603387033287fe1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.17082
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366598-1305409959.cnf'
0.00/0.01	c -- header says num vars:             80
0.00/0.01	c -- header says num clauses:        7120
0.00/0.04	c -- clauses added:            0 learnts,         7120 normals,            0 xors
0.00/0.04	c -- vars added         80
0.00/0.04	c Parsing time:  0.00 s
0.00/0.04	c  N st     0         0        80      7120         0         0     49840         0   no data   no data
0.00/0.17	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.16
0.00/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.00/0.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
0.00/0.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.00/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.20	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.20	c calculated reachability. Time: 0.00
0.00/0.20	c Calc default polars -  time:   0.00 s pos:      43 undec:       2 neg:      35
0.00/0.20	c =========================================================================================
0.00/0.20	c types(t): F = full restart, N = normal restart
0.00/0.20	c types(t): S = simplification begin/end, E = solution found
0.00/0.20	c restart types(rt): st = static, dy = dynamic
0.00/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.20	c  B st     0         0        80      7120         0         0     49840         0   no data   no data
0.00/0.34	c  N dy     9      4417        80      7120         0      4049     49840    110542     23.37     24.62
0.00/0.60	c  N dy    13     11144        80      7120         0      4029     49840     86740     22.34     23.56
0.00/0.79	c  N dy    33     15898        80      7120         0      8383     49840    203563     22.64     23.91
4.36/1.18	c  N dy    57     23911        80      7120         0     10549     49840    245545     22.65     23.90
4.76/1.24	c  F st    64     25000        80      7120         0     11544     49840    272512     22.72     22.70
5.56/1.40	c  N st    69     28297        80      7120         0      8327     49840    174667     22.72   no data
5.56/1.48	c  S st    70     30002        80      7120         0      9867     49840    216853     22.72   no data
5.96/1.51	c  S st    70     30506        80      7120         0     10348     49840    230031     22.72   no data
5.96/1.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.96/1.52	c blocked clauses removed:        0 vars:      0 tried:          80 T: 0.00 s
5.96/1.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
5.96/1.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.96/1.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.96/1.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.76/1.73	c lits-rem:       282  cl-subs:      786  v-elim:      0  v-fix:    0  time:  0.20 s
7.95/2.00	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.27
7.95/2.00	c calculated reachability. Time: 0.00
7.95/2.00	c  N dy    70     30506        80      7120         0      9562     49840    206198     22.72   no data
9.14/2.32	c  N dy    85     36102        80      7120         0      7510     49840    135466     22.68     24.15
9.95/2.56	c  N dy   116     40418        80      7120         0     11482     49840    243469     22.89     24.10
11.15/2.89	c  N dy   134     45761        80      7120         0     16384     49840    374826     22.92     20.95
11.15/2.89	c  S st   134     45761        80      7120         0     16384     49840    374826     22.92     20.95
11.56/2.93	c  S st   134     46265        80      7120         0      8661     49840    152782     22.92   no data
11.56/2.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.56/2.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.56/2.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.56/2.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.56/2.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.56/2.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
11.56/2.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.56/2.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.56/2.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.56/2.98	c lits-rem:         4  cl-subs:       52  v-elim:      0  v-fix:    0  time:  0.04 s
11.56/2.98	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
11.56/2.98	c vivif2 --  cl tried     8609 cl shrink        0 lits rem          0 time: 0.00
12.73/3.24	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.25
12.73/3.24	c calculated reachability. Time: 0.00
12.73/3.24	c  N dy   134     46265        80      7120         0      8609     49840    151122     22.92   no data
13.93/3.50	c  N dy   150     51049        80      7120         0     13004     49840    269512     22.97     24.32
14.73/3.77	c  N dy   170     55299        80      7120         0     16908     49840    374245     23.03     24.47
17.92/4.51	c  N dy   195     67305        80      7120         0     18711     49840    403096     22.89     24.19
18.32/4.69	c  S st   205     69398        80      7120         0     10593     49840    174725     22.91     23.26
18.71/4.72	c  S st   205     69900        80      7120         0     11066     49840    187573     22.91   no data
18.71/4.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.71/4.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
18.71/4.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.71/4.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.71/4.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.71/4.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
18.71/4.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.71/4.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
18.71/4.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.12/4.80	c lits-rem:        13  cl-subs:      134  v-elim:      0  v-fix:    0  time:  0.06 s
19.12/4.80	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
19.12/4.80	c vivif2 --  cl tried    10932 cl shrink        0 lits rem          0 time: 0.00
20.34/5.11	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.31
20.34/5.11	c calculated reachability. Time: 0.00
20.34/5.11	c  N dy   205     69900        80      7120         0     10932     49840    183403     22.91   no data
21.11/5.39	c  N dy   232     74418        80      7120         0     15089     49840    295340     22.98     24.79
23.91/6.08	c  N dy   251     85204        80      7120         0     13963     49840    248875     22.94     24.26
24.73/6.23	c  F st   258     87501        80      7120         0     16066     49840    305104     22.95     21.74
25.50/6.44	c  N st   263     90800        80      7120         0     19101     49840    387133     22.95   no data
28.30/7.11	c  N dy   276    100249        80      7120         0     15823     49840    283829     22.89     24.39
29.54/7.41	c  S st   283    104851        80      7120         0     20035     49840    396342     22.88     22.50
29.54/7.46	c  S st   283    105353        80      7120         0     20507     49840    409211     22.88   no data
29.54/7.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.54/7.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
29.54/7.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.54/7.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.54/7.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.54/7.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
29.54/7.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.54/7.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
29.54/7.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.88/8.02	c lits-rem:       490  cl-subs:     1924  v-elim:      0  v-fix:    0  time:  0.53 s
31.88/8.02	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
31.88/8.02	c vivif2 --  cl tried    18583 cl shrink        0 lits rem          0 time: 0.00
33.49/8.41	c asymm  cl-useful: 0/5775/7120 lits-rem:0 time: 0.39
33.49/8.41	c calculated reachability. Time: 0.00
33.49/8.41	c  N dy   283    105353        80      7120         0     18583     49840    357208     22.88   no data
35.87/9.00	c  N dy   293    112551        80      7120         0     25174     49840    530409     22.82     24.09
42.27/10.65	c  N dy   297    135401        80      7120         0     19621     49840    357992     22.53     23.81
45.85/11.50	c  N dy   365    144240        80      7120         0     27789     49840    580915     22.65     23.98
48.64/12.27	c  N dy   395    153944        80      7120         0     22052     49840    406259     22.67     23.97
50.24/12.66	c  S st   423    158029        80      7120         0     25820     49840    508236     22.71   no data
50.64/12.72	c  S st   423    158531        80      7120         0     26296     49840    521304     22.71   no data
50.64/12.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.64/12.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
50.64/12.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.64/12.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.64/12.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.64/12.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
50.64/12.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.64/12.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
50.64/12.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.23/13.60	c lits-rem:       403  cl-subs:     2327  v-elim:      0  v-fix:    0  time:  0.84 s
54.23/13.60	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
54.23/13.60	c vivif2 --  cl tried    23969 cl shrink        0 lits rem          0 time: 0.00
54.63/13.72	c asymm  cl-useful: 0/1345/7120 lits-rem:0 time: 0.12
54.63/13.73	c calculated reachability. Time: 0.00
54.63/13.73	c  N dy   423    158531        80      7120         0     23969     49840    455650     22.71   no data
58.21/14.66	c  N dy   461    168712        80      7120         0     17792     49840    278571     22.74     24.51
63.00/15.85	c  N dy   494    182941        80      7120         0     30830     49840    625754     22.70     23.91
67.38/17.00	c  N dy   549    194714        80      7120         0     25156     49840    459699     22.76     25.91
72.99/18.32	c  N dy   596    207421        80      7120         0     19448     49840    294242     22.78     24.09
77.81/19.52	c  N dy   625    220736        80      7120         0     31641     49840    617162     22.74     24.14
84.93/21.34	c  N dy   704    237798        80      7120         0     28948     49840    529688     22.79     22.53
84.93/21.34	c  S st   704    237798        80      7120         0     28948     49840    529688     22.79     22.53
85.33/21.42	c  S st   704    238301        80      7120         0     29425     49840    542799     22.79   no data
85.33/21.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
85.33/21.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
85.33/21.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
85.33/21.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
85.33/21.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.33/21.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
85.33/21.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
85.33/21.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
85.33/21.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.92/22.32	c lits-rem:       263  cl-subs:     2181  v-elim:      0  v-fix:    0  time:  0.87 s
88.92/22.32	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
88.92/22.32	c vivif2 --  cl tried    27244 cl shrink        0 lits rem          0 time: 0.01
89.72/22.52	c asymm  cl-useful: 0/2465/7120 lits-rem:0 time: 0.20
89.72/22.52	c calculated reachability. Time: 0.00
89.72/22.52	c  N dy   704    238301        80      7120         0     27244     49840    481187     22.79   no data
96.10/24.18	c  N dy   762    253527        80      7120         0     22006     49840    327093     22.81     25.02
102.88/25.85	c  N dy   819    269717        80      7120         0     36858     49840    723526     22.83     26.00
110.06/27.69	c  N dy   854    287955        80      7120         0     33360     49840    608569     22.78     24.03
117.64/29.50	c  F st   886    306250        80      7120         0     29030     49840    482117     22.71     22.38
117.64/29.53	c  N st   887    306501        80      7120         0     29265     49840    488603     22.71   no data
128.00/32.13	c  N dy   945    330676        80      7120         0     29510     49840    485690     22.71     24.06
137.58/34.57	c  N dy  1007    350777        80      7120         0     25025     49840    349354     22.73     24.01
139.97/35.17	c  S st  1014    357452        80      7120         0     31100     49840    509715     22.72     21.86
140.38/35.25	c  S st  1014    357958        80      7120         0     31571     49840    522449     22.72   no data
140.38/35.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
140.38/35.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
140.38/35.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
140.38/35.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
140.38/35.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.38/35.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
140.38/35.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
140.38/35.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
140.38/35.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.96/36.14	c lits-rem:       181  cl-subs:     1936  v-elim:      0  v-fix:    0  time:  0.85 s
143.96/36.14	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
143.96/36.15	c vivif2 --  cl tried    29635 cl shrink        0 lits rem          0 time: 0.01
144.76/36.36	c asymm  cl-useful: 0/1995/7120 lits-rem:0 time: 0.21
144.76/36.36	c calculated reachability. Time: 0.00
144.76/36.36	c  N dy  1014    357958        80      7120         0     29635     49840    470765     22.72   no data
155.94/39.10	c  N dy  1093    379678        80      7120         0     25832     49840    353814     22.74     23.95
166.30/41.77	c  N dy  1183    400030        80      7120         0     44549     49840    857534     22.77     24.11
181.07/45.47	c  N dy  1247    427268        80      7120         0     44765     49840    839108     22.74     24.13
192.63/48.35	c  N dy  1313    450361        80      7120         0     40281     49840    703577     22.72     24.13
204.21/51.22	c  N dy  1400    470382        80      7120         0     32135     49840    477306     22.75     25.54
217.37/54.58	c  N dy  1478    494692        80      7120         0     54381     49840   1071644     22.76     24.05
233.32/58.55	c  N dy  1555    525026        80      7120         0     54616     49840   1060106     22.74     24.10
240.15/60.24	c  S st  1613    536938        80      7120         0     37152     49840    581613     22.75     22.49
240.50/60.34	c  S st  1613    537442        80      7120         0     37630     49840    595009     22.75   no data
240.50/60.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
240.50/60.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
240.50/60.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
240.50/60.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.50/60.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.50/60.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
240.50/60.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
240.50/60.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
240.50/60.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.88/61.42	c lits-rem:       241  cl-subs:     1796  v-elim:      0  v-fix:    0  time:  1.04 s
244.88/61.42	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
244.88/61.43	c vivif2 --  cl tried    35834 cl shrink        0 lits rem          0 time: 0.01
245.68/61.66	c asymm  cl-useful: 0/1593/7120 lits-rem:0 time: 0.23
245.68/61.66	c calculated reachability. Time: 0.00
245.68/61.66	c  N dy  1613    537442        80      7120         0     35834     49840    544111     22.75   no data
258.05/64.77	c  N dy  1711    557452        80      7120         0     54155     49840   1035956     22.78     24.88
270.02/67.79	c  N dy  1810    577815        80      7120         0     43608     49840    740897     22.81     24.07
283.59/71.19	c  N dy  1886    597876        80      7120         0     31808     49840    404920     22.82     24.93
294.75/73.96	c  N dy  1946    618158        80      7120         0     50382     49840    900939     22.81     24.02
307.52/77.12	c  N dy  1987    638880        80      7120         0     38136     49840    554554     22.79     24.27
320.27/80.37	c  N dy  2076    659207        80      7120         0     56792     49840   1053211     22.80     24.00
334.24/83.81	c  N dy  2181    679824        80      7120         0     43718     49840    694118     22.82     24.09
350.59/87.93	c  N dy  2317    700454        80      7120         0     62690     49840   1210609     22.87     24.31
376.52/94.43	c  N dy  2319    741931        80      7120         0     67406     49840   1271880     22.73     23.99
392.48/98.41	c  N dy  2356    770090        80      7120         0     59193     49840   1059260     22.69     23.88
405.24/101.69	c  N dy  2418    790497        80      7120         0     43252     49840    638281     22.68     23.93
416.40/104.48	c  S st  2512    806163        80      7120         0     57658     49840   1029411     22.71     23.45
417.22/104.65	c  S st  2512    806668        80      7120         0     58122     49840   1042225     22.71   no data
417.22/104.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
417.22/104.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
417.22/104.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
417.22/104.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
417.22/104.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
417.22/104.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
417.22/104.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
417.22/104.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
417.62/104.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
433.56/108.80	c lits-rem:       544  cl-subs:     4256  v-elim:      0  v-fix:    0  time:  4.07 s
433.96/108.80	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
433.96/108.81	c vivif2 --  cl tried    53866 cl shrink        0 lits rem          0 time: 0.01
434.75/109.08	c asymm  cl-useful: 0/1067/7120 lits-rem:0 time: 0.28
434.75/109.09	c calculated reachability. Time: 0.00
434.75/109.09	c  N dy  2512    806668        80      7120         0     53866     49840    919217     22.71   no data
453.90/113.88	c  N dy  2634    827443        80      7120         0     37406     49840    464665     22.74     23.96
467.07/117.19	c  N dy  2690    848695        80      7120         0     56875     49840    987378     22.74     24.08
485.02/121.61	c  N dy  2761    869174        80      7120         0     39097     49840    493871     22.74     24.20
500.17/125.46	c  N dy  2910    890827        80      7120         0     58976     49840   1037595     22.78     24.04
518.52/130.06	c  N dy  3021    910922        80      7120         0     39868     49840    497107     22.80     26.03
532.89/133.64	c  N dy  3119    931602        80      7120         0     58844     49840   1010107     22.82     24.12
550.04/137.94	c  N dy  3174    951632        80      7120         0     38670     49840    446817     22.81     24.17
569.98/142.97	c  N dy  3249    983907        80      7120         0     68160     49840   1232440     22.80     24.01
589.13/147.76	c  N dy  3343   1006762        80      7120         0     49758     49840    727174     22.81     24.20
606.28/152.03	c  N dy  3419   1026984        80      7120         0     68244     49840   1223091     22.82     24.06
626.26/157.05	c  N dy  3491   1050156        80      7120         0     49114     49840    685765     22.82     24.12
642.98/161.21	c  N dy  3604   1070335        80      7120         0     67593     49840   1188458     22.84     24.05
644.57/161.60	c  F st  3614   1071876        80      7120         0     69008     49840   1227014     22.84   no data
668.11/167.54	c  N dy  3669   1100984        80      7120         0     54325     49840    802544     22.82     24.07
687.28/172.33	c  N dy  3749   1124297        80      7120         0     75634     49840   1375357     22.83     24.05
707.20/177.37	c  N dy  3779   1151879        80      7120         0     58697     49840    907072     22.79     24.10
727.19/182.33	c  N dy  3886   1171894        80      7120         0     77056     49840   1406354     22.81     24.50
744.74/186.76	c  N dy  3933   1194128        80      7120         0     54480     49840    794755     22.80     24.02
761.87/191.01	c  S st  4037   1210003        80      7120         0     69033     49840   1190429     22.82   no data
762.64/191.25	c  S st  4037   1210505        80      7120         0     69501     49840   1203322     22.82   no data
762.64/191.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
762.64/191.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
762.64/191.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
762.64/191.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
762.64/191.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
762.64/191.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
762.64/191.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
763.04/191.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
763.04/191.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
808.11/202.66	c lits-rem:       754  cl-subs:     5062  v-elim:      0  v-fix:    0  time: 11.32 s
808.11/202.66	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
808.11/202.68	c vivif2 --  cl tried    64439 cl shrink        0 lits rem          0 time: 0.02
809.71/203.06	c asymm  cl-useful: 0/1181/7120 lits-rem:0 time: 0.38
809.71/203.06	c calculated reachability. Time: 0.00
809.71/203.06	c  N dy  4037   1210505        80      7120         0     64439     49840   1057502     22.82   no data
834.03/209.18	c  N dy  4159   1230598        80      7120         0     82877     49840   1559658     22.84     24.31
851.19/213.42	c  N dy  4234   1250697        80      7120         0     57590     49840    860452     22.85     25.85
871.14/218.45	c  N dy  4313   1273661        80      7120         0     78553     49840   1425715     22.85     24.11
893.08/223.98	c  N dy  4449   1294100        80      7120         0     52663     49840    716881     22.87     24.15
912.22/228.76	c  N dy  4537   1316523        80      7120         0     73233     49840   1272384     22.88     24.21
940.94/235.96	c  N dy  4597   1340435        80      7120         0     49363     49840    604985     22.87     24.20
960.08/240.71	c  N dy  4686   1360474        80      7120         0     67665     49840   1099805     22.89     26.16
980.03/245.70	c  N dy  4732   1380632        80      7120         0     86057     49840   1592720     22.89     24.14
997.57/250.14	c  N dy  4769   1400723        80      7120         0     57721     49840    816128     22.88     25.92
1017.51/255.10	c  N dy  4849   1423373        80      7120         0     78457     49840   1374807     22.88     24.14
1041.46/261.16	c  N dy  4923   1443410        80      7120         0     49292     49840    576699     22.89     26.96
1056.61/264.98	c  N dy  4992   1463475        80      7120         0     67573     49840   1066630     22.89     24.16
1078.55/270.42	c  N dy  5083   1483508        80      7120         0     85973     49840   1566217     22.90     24.11
1105.27/277.11	c  N dy  5177   1509463        80      7120         0     61170     49840    875801     22.91     24.15
1124.43/281.93	c  N dy  5260   1529491        80      7120         0     79539     49840   1370041     22.91     26.95
1147.56/287.70	c  N dy  5279   1550760        80      7120         0     49580     49840    551106     22.90     24.15
1162.32/291.48	c  N dy  5308   1572940        80      7120         0     69735     49840   1085210     22.89     24.13
1182.66/296.50	c  N dy  5351   1594238        80      7120         0     89153     49840   1603401     22.88     24.15
1205.01/302.19	c  N dy  5448   1615165        80      7120         0     58137     49840    768844     22.89     24.12
1222.15/306.46	c  N dy  5515   1635250        80      7120         0     76468     49840   1264017     22.89     25.84
1248.89/313.19	c  N dy  5568   1659678        80      7120         0     98742     49840   1858184     22.88     24.13
1266.87/317.64	c  N dy  5623   1680282        80      7120         0     66427     49840    972574     22.88     24.10
1286.37/322.59	c  N dy  5695   1700331        80      7120         0     84750     49840   1465871     22.88     25.26
1298.74/325.65	c  S st  5730   1710505        80      7120         0     94061     49840   1712878     22.88     20.12
1299.94/325.94	c  S st  5730   1711007        80      7120         0     94525     49840   1725892     22.88   no data
1299.94/325.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1299.94/325.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1299.94/325.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1299.94/325.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1299.94/325.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1299.94/325.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1299.94/325.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1300.34/326.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1300.34/326.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1358.16/340.54	c lits-rem:      1103  cl-subs:     9232  v-elim:      0  v-fix:    0  time: 14.47 s
1358.16/340.54	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
1358.16/340.56	c vivif2 --  cl tried    85293 cl shrink        0 lits rem          0 time: 0.02
1360.16/341.01	c asymm  cl-useful: 0/796/7120 lits-rem:0 time: 0.45
1360.16/341.01	c calculated reachability. Time: 0.00
1360.16/341.01	c  N dy  5730   1711007        80      7120         0     85293     49840   1473094     22.88   no data
1393.68/349.48	c  N dy  5825   1731434        80      7120         0     52328     49840    582051     22.89     24.13
1413.20/354.36	c  N dy  5920   1751540        80      7120         0     70825     49840   1083508     22.90     24.11
1435.94/360.09	c  N dy  6021   1771613        80      7120         0     89233     49840   1583556     22.91     25.44
1463.88/367.05	c  N dy  6115   1791689        80      7120         0     54713     49840    627337     22.92     24.13
1481.01/371.30	c  N dy  6183   1811764        80      7120         0     73115     49840   1125822     22.92     24.71
1523.28/381.91	c  N dy  6229   1850033        80      7120         0     54094     49840    594105     22.90     24.19
1544.03/387.17	c  N dy  6305   1870469        80      7120         0     72737     49840   1098910     22.90     24.25
1568.36/393.22	c  N dy  6405   1891011        80      7120         0     91504     49840   1608250     22.91     24.21
1597.88/400.68	c  N dy  6505   1911121        80      7120         0     55107     49840    606180     22.92     24.14
1617.87/405.62	c  N dy  6652   1931195        80      7120         0     73495     49840   1111750     22.94     27.55
1641.37/411.58	c  N dy  6742   1951928        80      7120         0     92444     49840   1627819     22.94     24.16
1669.69/418.68	c  N dy  6831   1972023        80      7120         0    110781     49840   2125638     22.95     24.84
1690.43/423.83	c  N dy  6917   1993974        80      7120         0     75187     49840   1135552     22.96     24.21
1721.14/431.53	c  N dy  6931   2027150        80      7120         0    105184     49840   1928276     22.93     24.40
1745.46/437.63	c  N dy  7022   2047198        80      7120         0     67045     49840    898757     22.94     24.23
1765.42/442.64	c  N dy  7082   2067293        80      7120         0     85367     49840   1389873     22.94     24.29
1793.74/449.70	c  N dy  7161   2088571        80      7120         0    104763     49840   1913183     22.94     24.16
1819.71/456.21	c  N dy  7241   2108788        80      7120         0     65764     49840    846934     22.94     24.22
1840.01/461.33	c  N dy  7318   2128843        80      7120         0     83997     49840   1334063     22.95     25.55
1867.56/468.23	c  N dy  7417   2149048        80      7120         0    102507     49840   1836391     22.95     24.41
1897.45/475.73	c  N dy  7520   2169651        80      7120         0     62929     49840    757162     22.96     24.53
1918.99/481.10	c  N dy  7598   2190214        80      7120         0     81724     49840   1265789     22.97     24.20
1944.92/487.68	c  N dy  7685   2210635        80      7120         0    100480     49840   1774633     22.97     24.29
1945.72/487.85	c  S st  7689   2211007        80      7120         0    100824     49840   1784091     22.97   no data
1946.96/488.16	c  S st  7689   2211510        80      7120         0    101291     49840   1797188     22.97   no data
1946.96/488.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1947.31/488.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1947.31/488.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1947.31/488.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1947.31/488.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1947.31/488.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1947.31/488.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1947.31/488.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1947.31/488.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1997.96/500.97	c lits-rem:       895  cl-subs:     8433  v-elim:      0  v-fix:    0  time: 12.68 s
1997.96/500.97	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
1998.36/501.00	c vivif2 --  cl tried    92858 cl shrink        0 lits rem          0 time: 0.02
1999.95/501.47	c asymm  cl-useful: 0/688/7120 lits-rem:0 time: 0.47
1999.95/501.47	c calculated reachability. Time: 0.00
1999.95/501.47	c  N dy  7689   2211510        80      7120         0     92858     49840   1558501     22.97   no data
2061.77/516.96	c  N dy  7813   2255364        80      7120         0     73602     49840   1019206     22.96     24.44
2084.51/522.68	c  N dy  7890   2275387        80      7120         0     91928     49840   1514592     22.96     25.11
2119.20/531.34	c  N dy  7900   2303421        80      7120         0    117121     49840   2175677     22.95     24.32
2155.51/540.43	c  N dy  7966   2339759        80      7120         0     90359     49840   1453579     22.93     24.49
2186.63/548.28	c  N dy  8053   2361222        80      7120         0    109947     49840   1986306     22.94     24.28
2227.76/558.52	c  N dy  8111   2397716        80      7120         0     82258     49840   1220159     22.92     24.19
2251.64/564.58	c  N dy  8162   2419711        80      7120         0    102327     49840   1762333     22.92     24.32
2285.15/572.90	c  N dy  8239   2441349        80      7120         0    122117     49840   2298979     22.92     24.15
2307.09/578.43	c  N dy  8325   2461474        80      7120         0     78631     49840   1125328     22.93     24.19
2331.03/584.40	c  N dy  8401   2481515        80      7120         0     96915     49840   1620090     22.93     25.00
2366.54/593.31	c  N dy  8479   2507212        80      7120         0    120344     49840   2250260     22.93     24.27
2394.50/600.38	c  N dy  8628   2527213        80      7120         0     75761     49840   1034029     22.94     25.67
2417.99/606.29	c  N dy  8666   2548104        80      7120         0     94735     49840   1532805     22.94     24.18
2446.73/613.51	c  N dy  8746   2569141        80      7120         0    113915     49840   2051339     22.94     24.25
2477.86/621.28	c  N dy  8779   2593384        80      7120         0     72181     49840    913108     22.93     24.33
2503.36/627.66	c  N dy  8845   2616798        80      7120         0     93443     49840   1483527     22.94     24.18
2534.07/635.33	c  N dy  8958   2636862        80      7120         0    111791     49840   1985814     22.94     25.09
2576.35/645.96	c  N dy  9010   2672546        80      7120         0     79603     49840   1097051     22.93     24.15
2600.31/651.99	c  N dy  9057   2692585        80      7120         0     97748     49840   1579043     22.93     26.41
2629.00/659.12	c  S st  9121   2711510        80      7120         0    114979     49840   2042138     22.93     19.77
2630.20/659.47	c  S st  9121   2712014        80      7120         0    115441     49840   2054979     22.93   no data
2630.20/659.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2630.60/659.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2630.60/659.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2630.60/659.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2630.60/659.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2630.60/659.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
2630.60/659.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2630.60/659.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2631.01/659.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2714.80/680.62	c lits-rem:      1621  cl-subs:    11886  v-elim:      0  v-fix:    0  time: 20.99 s
2714.80/680.62	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2714.80/680.65	c vivif2 --  cl tried   103555 cl shrink        0 lits rem          0 time: 0.03
2716.75/681.11	c asymm  cl-useful: 0/637/7120 lits-rem:0 time: 0.46
2716.75/681.11	c calculated reachability. Time: 0.00
2716.75/681.11	c  N dy  9121   2712014        80      7120         0    103555     49840   1740661     22.93   no data
2751.04/689.76	c  N dy  9153   2732038        80      7120         0    121652     49840   2219822     22.93     26.54
2783.74/697.98	c  N dy  9249   2752096        80      7120         0     75106     49840    974494     22.93     25.87
2832.40/710.16	c  N dy  9347   2793699        80      7120         0    112839     49840   1985016     22.92     24.43
2869.09/719.34	c  N dy  9447   2813775        80      7120         0    131239     49840   2486966     22.93     24.17
2893.04/725.37	c  N dy  9536   2834051        80      7120         0     83632     49840   1187406     22.93     24.15
2921.35/732.43	c  N dy  9613   2855805        80      7120         0    103488     49840   1725181     22.93     24.17
2954.46/740.72	c  N dy  9719   2875847        80      7120         0    121826     49840   2227297     22.94     25.01
2985.98/748.60	c  N dy  9763   2897070        80      7120         0     73827     49840    897606     22.94     24.20
3011.90/755.19	c  N dy  9864   2919077        80      7120         0     93922     49840   1444298     22.94     24.17
3043.44/763.11	c  N dy  9970   2939220        80      7120         0    112344     49840   1946096     22.95     24.29
3075.32/771.08	c  N dy 10022   2959297        80      7120         0    130636     49840   2438060     22.95     27.03
3104.45/778.30	c  N dy 10115   2979458        80      7120         0     80667     49840   1068217     22.95     24.30
3131.19/785.10	c  N dy 10238   2999477        80      7120         0     99034     49840   1571507     22.96     24.87
3157.10/791.60	c  N dy 10257   3019563        80      7120         0    117228     49840   2049013     22.95     24.19
3196.19/801.33	c  N dy 10368   3039656        80      7120         0    135621     49840   2554095     22.96     24.25
3222.92/808.07	c  N dy 10429   3062475        80      7120         0     87030     49840   1222033     22.96     24.22
3249.67/814.80	c  N dy 10506   3082490        80      7120         0    105326     49840   1717748     22.96     25.23
3277.57/821.71	c  N dy 10542   3102572        80      7120         0    123560     49840   2203496     22.95     24.57
3315.07/831.19	c  N dy 10627   3122612        80      7120         0     71697     49840    795694     22.96     26.48
3341.39/837.77	c  N dy 10729   3145318        80      7120         0     92441     49840   1359370     22.96     24.28
3370.51/845.08	c  N dy 10831   3165326        80      7120         0    110680     49840   1854998     22.97     25.41
3404.81/853.61	c  N dy 10874   3185410        80      7120         0    128914     49840   2345707     22.96     24.25
3448.70/864.64	c  N dy 10982   3205601        80      7120         0     76274     49840    905179     22.97     24.23
3456.32/866.51	c  S st 11014   3212017        80      7120         0     82120     49840   1064809     22.97   no data
3457.07/866.74	c  S st 11014   3212522        80      7120         0     82598     49840   1078186     22.97   no data
3457.07/866.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3457.07/866.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3457.07/866.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3457.07/866.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3457.07/866.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3457.07/866.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
3457.07/866.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3457.47/866.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3457.47/866.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3467.85/869.42	c lits-rem:       230  cl-subs:     2108  v-elim:      0  v-fix:    0  time:  2.58 s
3467.85/869.42	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
3467.85/869.43	c vivif2 --  cl tried    80490 cl shrink        0 lits rem          0 time: 0.02
3469.07/869.76	c asymm  cl-useful: 0/796/7120 lits-rem:0 time: 0.33
3469.07/869.77	c calculated reachability. Time: 0.00
3469.07/869.77	c  N dy 11014   3212522        80      7120         0     80490     49840   1016065     22.97   no data
3494.58/876.19	c  N dy 11105   3232603        80      7120         0     98792     49840   1514197     22.98     26.30
3530.07/885.10	c  N dy 11222   3252659        80      7120         0    117153     49840   2017715     22.98     25.10
3569.15/894.83	c  N dy 11308   3274369        80      7120         0    136909     49840   2548938     22.99     24.35
3601.46/902.93	c  N dy 11397   3294517        80      7120         0     83330     49840   1079921     22.99     24.53
3627.44/909.41	c  N dy 11444   3317263        80      7120         0    104032     49840   1638238     22.99     24.26
3664.88/918.81	c  N dy 11533   3337359        80      7120         0    122332     49840   2131545     22.99     24.92
3704.38/928.77	c  N dy 11547   3362584        80      7120         0    145091     49840   2735481     22.98     24.38
3730.70/935.37	c  N dy 11640   3382682        80      7120         0     90685     49840   1268271     22.98     26.17
3759.41/942.55	c  N dy 11733   3402717        80      7120         0    108997     49840   1767004     22.99     24.58
3790.92/950.42	c  N dy 11799   3422764        80      7120         0    127257     49840   2249573     22.98     24.24
3832.82/960.94	c  N dy 11869   3444148        80      7120         0    146734     49840   2776275     22.98     24.31
3859.56/967.66	c  N dy 11953   3464160        80      7120         0     91174     49840   1261479     22.99     24.23
3889.86/975.22	c  N dy 12054   3484187        80      7120         0    109499     49840   1763472     22.99     24.51
3926.16/984.37	c  N dy 12176   3504249        80      7120         0    127845     49840   2266573     23.00     25.75
3968.44/994.98	c  N dy 12285   3524322        80      7120         0    146246     49840   2770522     23.01     25.98
4001.55/1003.27	c  N dy 12354   3549275        80      7120         0     94042     49840   1316632     23.00     24.24
4035.86/1011.88	c  N dy 12463   3571858        80      7120         0    114673     49840   1880528     23.01     24.29
4070.61/1020.53	c  N dy 12547   3591871        80      7120         0    132869     49840   2372892     23.01     26.86
4114.83/1031.61	c  N dy 12657   3611969        80      7120         0    151227     49840   2873851     23.02     25.73
4156.33/1042.06	c  N dy 12712   3648148        80      7120         0    108271     49840   1669883     23.00     24.39
4189.43/1050.32	c  N dy 12780   3668319        80      7120         0    126710     49840   2171059     23.01     24.28
4230.91/1060.75	c  N dy 12880   3688328        80      7120         0    144908     49840   2666649     23.01     26.44
4273.59/1071.43	c  N dy 12998   3708342        80      7120         0     86716     49840   1098598     23.01     26.33
4280.38/1073.21	c  S st 13032   3712522        80      7120         0     90546     49840   1204479     23.02     23.15
4281.57/1073.47	c  S st 13032   3713025        80      7120         0     91022     49840   1217752     23.02   no data
4281.57/1073.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4281.97/1073.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
4281.97/1073.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4281.97/1073.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4281.97/1073.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4281.97/1073.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
4281.97/1073.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4281.97/1073.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4281.97/1073.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4296.34/1077.14	c lits-rem:       262  cl-subs:     2738  v-elim:      0  v-fix:    0  time:  3.56 s
4296.34/1077.14	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
4296.34/1077.16	c vivif2 --  cl tried    88284 cl shrink        0 lits rem          0 time: 0.02
4297.93/1077.51	c asymm  cl-useful: 0/720/7120 lits-rem:0 time: 0.35
4297.93/1077.51	c calculated reachability. Time: 0.00
4297.93/1077.51	c  N dy 13032   3713025        80      7120         0     88284     49840   1139038     23.02   no data
4329.83/1085.58	c  N dy 13175   3733067        80      7120         0    106647     49840   1646816     23.03     25.45
4363.35/1093.99	c  F st 13258   3751562        80      7120         0    123504     49840   2105556     23.03     20.72
4366.54/1094.74	c  N st 13262   3753594        80      7120         0    125350     49840   2157170     23.03   no data
4402.83/1103.86	c  N dy 13316   3773600        80      7120         0    143572     49840   2649784     23.03     26.82
4435.93/1112.15	c  N dy 13327   3795005        80      7120         0     85629     49840   1048519     23.02     24.26
4463.85/1119.14	c  N dy 13387   3818763        80      7120         0    107287     49840   1632598     23.02     24.24
4499.75/1128.14	c  N dy 13510   3838821        80      7120         0    125655     49840   2136931     23.02     24.31
4581.11/1148.50	c  N dy 13579   3891018        80      7120         0     94606     49840   1267475     23.01     24.25
4610.63/1155.92	c  N dy 13659   3911023        80      7120         0    112816     49840   1762553     23.01     24.23
4646.93/1165.09	c  N dy 13751   3931043        80      7120         0    131092     49840   2260686     23.02     25.23
4687.22/1175.15	c  N dy 13813   3952735        80      7120         0    150806     49840   2794967     23.02     24.61
4721.13/1183.66	c  N dy 13825   3979602        80      7120         0     96033     49840   1288609     23.00     24.45
4752.64/1191.55	c  N dy 13904   4001165        80      7120         0    115724     49840   1825327     23.01     24.23
4790.53/1201.05	c  N dy 13958   4024100        80      7120         0    136586     49840   2382995     23.00     24.30

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-3366598-1305409959/watcher-3366598-1305409959 -o /tmp/evaluation-result-3366598-1305409959/solver-3366598-1305409959 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366598-1305409959.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: 7.51 7.96 8.02 3/349 13680
/proc/meminfo: memFree=21301248/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=40924 CPUtime=0 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 407 0 0 0 0 0 0 0 22 0 3 0 652593613 41906176 347 33554432000 4194304 4580107 140733979254912 18446744073709551615 218905787377 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 10231 347 299 95 0 5213 0
[pid=13680/tid=13681] ppid=13678 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 652593613 52396032 348 33554432000 4194304 4580107 140733979254912 18446744073709551615 47796396595122 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 652593613 52396032 348 33554432000 4194304 4580107 140733979254912 18446744073709551615 47796396595122 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 652593614 52396032 348 33554432000 4194304 4580107 140733979254912 18446744073709551615 218905787377 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.862986 s]
/proc/loadavg: 7.51 7.96 8.02 3/349 13680
/proc/meminfo: memFree=21301248/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=287268 CPUtime=3.41 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 6699 0 0 0 340 1 0 0 25 0 4 0 652593613 294162432 4030 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 71817 4030 376 95 0 66799 0
[pid=13680/tid=13681] ppid=13678 vsize=287268 CPUtime=0.85 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 1547 0 0 0 85 0 0 0 18 0 4 0 652593613 294162432 4030 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=287268 CPUtime=0.85 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 1637 0 0 0 85 0 0 0 25 0 4 0 652593613 294162432 4030 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=287268 CPUtime=0.84 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 1475 0 0 0 84 0 0 0 19 0 4 0 652593614 294162432 4030 33554432000 4194304 4580107 140733979254912 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 287268

[startup+0.90098 s]
/proc/loadavg: 7.51 7.96 8.02 3/349 13680
/proc/meminfo: memFree=21301248/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=296476 CPUtime=3.56 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 7011 0 0 0 355 1 0 0 25 0 4 0 652593613 303591424 3989 33554432000 4194304 4580107 140733979254912 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 74119 3993 376 95 0 69101 0
[pid=13680/tid=13681] ppid=13678 vsize=296476 CPUtime=0.89 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 1581 0 0 0 89 0 0 0 18 0 4 0 652593613 303591424 3995 33554432000 4194304 4580107 140733979254912 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=296476 CPUtime=0.88 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 1868 0 0 0 88 0 0 0 25 0 4 0 652593613 303591424 3998 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=296476 CPUtime=0.88 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 1498 0 0 0 88 0 0 0 19 0 4 0 652593614 303591424 4001 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 296476

[startup+1.00096 s]
/proc/loadavg: 7.51 7.96 8.02 3/349 13680
/proc/meminfo: memFree=21301248/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=287596 CPUtime=3.96 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 7636 0 0 0 395 1 0 0 25 0 4 0 652593613 294498304 3914 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 71899 3914 376 95 0 66881 0
[pid=13680/tid=13681] ppid=13678 vsize=287596 CPUtime=0.99 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 1814 0 0 0 99 0 0 0 19 0 4 0 652593613 294498304 3914 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=287596 CPUtime=0.98 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 1934 0 0 0 98 0 0 0 25 0 4 0 652593613 294498304 3914 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=287596 CPUtime=0.98 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 1557 0 0 0 98 0 0 0 19 0 4 0 652593614 294498304 3914 33554432000 4194304 4580107 140733979254912 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 287596

[startup+1.10094 s]
/proc/loadavg: 7.51 7.96 8.02 3/349 13680
/proc/meminfo: memFree=21301248/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=287596 CPUtime=4.36 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 7880 0 0 0 435 1 0 0 25 0 4 0 652593613 294498304 4158 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 71899 4159 377 95 0 66881 0
[pid=13680/tid=13681] ppid=13678 vsize=287596 CPUtime=1.08 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 1869 0 0 0 108 0 0 0 19 0 4 0 652593613 294498304 4159 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=287596 CPUtime=1.08 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 1995 0 0 0 108 0 0 0 25 0 4 0 652593613 294498304 4159 33554432000 4194304 4580107 140733979254912 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=287596 CPUtime=1.08 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 1625 0 0 0 108 0 0 0 19 0 4 0 652593614 294498304 4159 33554432000 4194304 4580107 140733979254912 18446744073709551615 4321048 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 287596

[startup+1.50087 s]
/proc/loadavg: 7.51 7.96 8.02 3/349 13680
/proc/meminfo: memFree=21301248/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=288360 CPUtime=5.96 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 9808 0 0 0 595 1 0 0 25 0 4 0 652593613 295280640 4488 33554432000 4194304 4580107 140733979254912 18446744073709551615 4295739 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 72090 4488 377 95 0 67072 0
[pid=13680/tid=13681] ppid=13678 vsize=288360 CPUtime=1.48 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 2349 0 0 0 148 0 0 0 19 0 4 0 652593613 295280640 4488 33554432000 4194304 4580107 140733979254912 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=288360 CPUtime=1.48 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 2483 0 0 0 148 0 0 0 25 0 4 0 652593613 295280640 4488 33554432000 4194304 4580107 140733979254912 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=288360 CPUtime=1.48 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 2109 0 0 0 148 0 0 0 20 0 4 0 652593614 295280640 4488 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 288360

[startup+3.10058 s]
/proc/loadavg: 7.55 7.96 8.02 9/361 13692
/proc/meminfo: memFree=21212764/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=294108 CPUtime=12.33 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 20433 0 0 0 1230 3 0 0 25 0 4 0 652593613 301166592 11180 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 73527 11181 378 95 0 68509 0
[pid=13680/tid=13681] ppid=13678 vsize=294108 CPUtime=3.08 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 4608 0 0 0 308 0 0 0 24 0 4 0 652593613 301166592 11181 33554432000 4194304 4580107 140733979254912 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=294108 CPUtime=3.08 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 5321 0 0 0 308 0 0 0 25 0 4 0 652593613 301166592 11181 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=294108 CPUtime=3.05 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 5340 0 0 0 305 0 0 0 25 0 4 0 652593614 301166592 11181 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 294108

[startup+6.313 s]
/proc/loadavg: 7.55 7.96 8.02 9/361 13692
/proc/meminfo: memFree=21192792/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=310920 CPUtime=25.15 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 31409 0 0 0 2511 4 0 0 25 0 4 0 652593613 318382080 14661 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294430 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 77730 14661 378 95 0 72712 0
[pid=13680/tid=13681] ppid=13678 vsize=310920 CPUtime=6.29 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 7802 0 0 0 629 0 0 0 25 0 4 0 652593613 318382080 14661 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=310920 CPUtime=6.3 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 8654 0 0 0 629 1 0 0 25 0 4 0 652593613 318382080 14661 33554432000 4194304 4580107 140733979254912 18446744073709551615 4406395 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=310920 CPUtime=6.23 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 7704 0 0 0 623 0 0 0 25 0 4 0 652593614 318382080 14661 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 310920

[startup+12.7008 s]
/proc/loadavg: 7.62 7.96 8.02 9/361 13692
/proc/meminfo: memFree=21148760/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=305636 CPUtime=50.64 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 47070 0 0 0 5057 7 0 0 25 0 4 0 652593613 312971264 18272 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 76409 18272 378 95 0 71391 0
[pid=13680/tid=13681] ppid=13678 vsize=305636 CPUtime=12.68 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 11678 0 0 0 1267 1 0 0 25 0 4 0 652593613 312971264 18272 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=305636 CPUtime=12.68 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 11665 0 0 0 1267 1 0 0 25 0 4 0 652593613 312971264 18272 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=305636 CPUtime=12.56 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 12068 0 0 0 1255 1 0 0 25 0 4 0 652593614 312971264 18272 33554432000 4194304 4580107 140733979254912 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 305636

[startup+25.5005 s]
/proc/loadavg: 7.68 7.96 8.02 9/361 13693
/proc/meminfo: memFree=21078440/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=312568 CPUtime=101.68 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 72259 0 0 0 10156 12 0 0 25 0 4 0 652593613 320069632 23622 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 78142 23622 378 95 0 73124 0
[pid=13680/tid=13681] ppid=13678 vsize=312568 CPUtime=25.48 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 17730 0 0 0 2545 3 0 0 25 0 4 0 652593613 320069632 23622 33554432000 4194304 4580107 140733979254912 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=312568 CPUtime=25.48 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 18355 0 0 0 2546 2 0 0 25 0 4 0 652593613 320069632 23622 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=312568 CPUtime=25.21 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 17618 0 0 0 2519 2 0 0 25 0 4 0 652593614 320069632 23622 33554432000 4194304 4580107 140733979254912 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 312568

[startup+51.1009 s]
/proc/loadavg: 7.85 7.98 8.02 9/361 13693
/proc/meminfo: memFree=21041040/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=331668 CPUtime=203.81 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 109662 0 0 0 20358 23 0 0 25 0 4 0 652593613 339628032 27175 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 82917 27175 378 95 0 77899 0
[pid=13680/tid=13681] ppid=13678 vsize=331668 CPUtime=51.08 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 27169 0 0 0 5103 5 0 0 25 0 4 0 652593613 339628032 27175 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=331668 CPUtime=51.08 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 27781 0 0 0 5103 5 0 0 25 0 4 0 652593613 339628032 27175 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=331668 CPUtime=50.54 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 26550 0 0 0 5049 5 0 0 25 0 4 0 652593614 339628032 27175 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 331668

[startup+102.301 s]
/proc/loadavg: 8.05 8.02 8.03 9/361 13695
/proc/meminfo: memFree=20991900/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=328524 CPUtime=408.04 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 163567 0 0 0 40764 40 0 0 25 0 4 0 652593613 336408576 31352 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 82131 31352 378 95 0 77113 0
[pid=13680/tid=13681] ppid=13678 vsize=328524 CPUtime=102.27 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 36303 0 0 0 10220 7 0 0 25 0 4 0 652593613 336408576 31352 33554432000 4194304 4580107 140733979254912 18446744073709551615 4295702 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=328524 CPUtime=102.29 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 41820 0 0 0 10218 11 0 0 25 0 4 0 652593613 336408576 31352 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=328524 CPUtime=101.18 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 42592 0 0 0 10108 10 0 0 25 0 4 0 652593614 336408576 31352 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.04
Current children cumulated vsize (KiB) 328524

[startup+162.301 s]

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

[pid=13680] ppid=13678 vsize=397060 CPUtime=2561.99 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 462317 0 0 0 256058 141 0 0 25 0 4 0 652593613 406589440 73907 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 99265 73907 378 95 0 94247 0
[pid=13680/tid=13681] ppid=13678 vsize=397060 CPUtime=642.18 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 89931 0 0 0 64194 24 0 0 25 0 4 0 652593613 406589440 73907 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=397060 CPUtime=642.28 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 127058 0 0 0 64186 42 0 0 25 0 4 0 652593613 406589440 73907 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=397060 CPUtime=635.21 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 126468 0 0 0 63484 37 0 0 25 0 4 0 652593614 406589440 73907 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2561.99
Current children cumulated vsize (KiB) 397060

[startup+702.3 s]
/proc/loadavg: 8.13 8.11 8.07 9/361 13722
/proc/meminfo: memFree=20578080/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=449820 CPUtime=2801.29 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 482614 0 0 0 279980 149 0 0 25 0 4 0 652593613 460615680 77811 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294460 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 112455 77811 378 95 0 107437 0
[pid=13680/tid=13681] ppid=13678 vsize=449820 CPUtime=702.17 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 93039 0 0 0 70191 26 0 0 25 0 4 0 652593613 460615680 77811 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=449820 CPUtime=702.28 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 133206 0 0 0 70183 45 0 0 25 0 4 0 652593613 460615680 77811 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=449820 CPUtime=694.53 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 131941 0 0 0 69413 40 0 0 25 0 4 0 652593614 460615680 77811 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2801.29
Current children cumulated vsize (KiB) 449820

[startup+762.3 s]
/proc/loadavg: 8.32 8.19 8.09 9/361 13724
/proc/meminfo: memFree=20540124/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=449800 CPUtime=3040.62 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 506705 0 0 0 303903 159 0 0 25 0 4 0 652593613 460595200 82908 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294345 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 112450 82908 378 95 0 107432 0
[pid=13680/tid=13681] ppid=13678 vsize=449800 CPUtime=762.16 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 97565 0 0 0 76189 27 0 0 25 0 4 0 652593613 460595200 82908 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=449800 CPUtime=762.28 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 139803 0 0 0 76180 48 0 0 25 0 4 0 652593613 460595200 82908 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=449800 CPUtime=753.86 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 138364 0 0 0 75344 42 0 0 25 0 4 0 652593614 460595200 82908 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.62
Current children cumulated vsize (KiB) 449800

[startup+822.301 s]
/proc/loadavg: 8.16 8.16 8.09 9/361 13726
/proc/meminfo: memFree=20527292/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=462992 CPUtime=3279.97 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 528326 0 0 0 327829 168 0 0 25 0 4 0 652593613 474103808 86318 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 115748 86318 378 95 0 110730 0
[pid=13680/tid=13681] ppid=13678 vsize=462992 CPUtime=822.16 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 102264 0 0 0 82186 30 0 0 25 0 4 0 652593613 474103808 86318 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=462992 CPUtime=822.29 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 146332 0 0 0 82178 51 0 0 25 0 4 0 652593613 474103808 86318 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=462992 CPUtime=813.22 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 144993 0 0 0 81277 45 0 0 25 0 4 0 652593614 474103808 86318 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.97
Current children cumulated vsize (KiB) 462992

[startup+882.301 s]
/proc/loadavg: 8.14 8.15 8.09 9/361 13728
/proc/meminfo: memFree=20456936/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=542456 CPUtime=3519.29 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 551211 0 0 0 351752 177 0 0 25 0 4 0 652593613 555474944 89236 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 135614 89236 378 95 0 130596 0
[pid=13680/tid=13681] ppid=13678 vsize=542456 CPUtime=882.15 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 102489 0 0 0 88185 30 0 0 25 0 4 0 652593613 555474944 89236 33554432000 4194304 4580107 140733979254912 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=542456 CPUtime=882.28 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 152507 0 0 0 88174 54 0 0 25 0 4 0 652593613 555474944 89236 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=542456 CPUtime=872.55 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 155262 0 0 0 87207 48 0 0 25 0 4 0 652593614 555474944 89236 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3519.29
Current children cumulated vsize (KiB) 542456

[startup+942.301 s]
/proc/loadavg: 8.05 8.12 8.08 9/361 13729
/proc/meminfo: memFree=20452060/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=661412 CPUtime=3758.64 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 567186 0 0 0 375680 184 0 0 25 0 4 0 652593613 677285888 91316 33554432000 4194304 4580107 140733979254912 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 165353 91316 378 95 0 160335 0
[pid=13680/tid=13681] ppid=13678 vsize=661412 CPUtime=942.15 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 102787 0 0 0 94185 30 0 0 25 0 4 0 652593613 677285888 91317 33554432000 4194304 4580107 140733979254912 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=661412 CPUtime=942.29 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 158498 0 0 0 94173 56 0 0 25 0 4 0 652593613 677285888 91317 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=661412 CPUtime=931.89 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 161846 0 0 0 93137 52 0 0 25 0 4 0 652593614 677285888 91317 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3758.64
Current children cumulated vsize (KiB) 661412

[startup+1002.3 s]
/proc/loadavg: 8.08 8.11 8.08 9/361 13731
/proc/meminfo: memFree=20448788/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=582584 CPUtime=3997.97 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 584341 0 0 0 399605 192 0 0 25 0 4 0 652593613 596566016 85359 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 145646 85359 378 95 0 140628 0
[pid=13680/tid=13681] ppid=13678 vsize=582584 CPUtime=1002.13 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 105894 0 0 0 100182 31 0 0 25 0 4 0 652593613 596566016 85359 33554432000 4194304 4580107 140733979254912 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=582584 CPUtime=1002.28 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 164712 0 0 0 100169 59 0 0 25 0 4 0 652593613 596566016 85359 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=582584 CPUtime=991.24 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 166939 0 0 0 99070 54 0 0 25 0 4 0 652593614 596566016 85359 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3997.97
Current children cumulated vsize (KiB) 582584

[startup+1062.31 s]
/proc/loadavg: 8.07 8.10 8.08 9/361 13732
/proc/meminfo: memFree=20445792/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=569540 CPUtime=4237.34 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 606643 0 0 0 423534 200 0 0 25 0 4 0 652593613 583208960 84201 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 142385 84201 378 95 0 137367 0
[pid=13680/tid=13681] ppid=13678 vsize=569540 CPUtime=1062.13 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 112133 0 0 0 106179 34 0 0 25 0 4 0 652593613 583208960 84201 33554432000 4194304 4580107 140733979254912 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=569540 CPUtime=1062.29 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 170737 0 0 0 106168 61 0 0 25 0 4 0 652593613 583208960 84201 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=569540 CPUtime=1050.59 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 175177 0 0 0 105002 57 0 0 25 0 4 0 652593614 583208960 84201 33554432000 4194304 4580107 140733979254912 18446744073709551615 4406350 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4237.34
Current children cumulated vsize (KiB) 569540

[startup+1122.3 s]
/proc/loadavg: 8.11 8.11 8.09 9/361 13734
/proc/meminfo: memFree=20417360/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=569628 CPUtime=4476.62 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 623368 0 0 0 447454 208 0 0 25 0 4 0 652593613 583299072 85749 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 142407 85749 378 95 0 137389 0
[pid=13680/tid=13681] ppid=13678 vsize=569628 CPUtime=1122.11 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 116283 0 0 0 112175 36 0 0 25 0 4 0 652593613 583299072 85749 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=569628 CPUtime=1122.28 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 175398 0 0 0 112165 63 0 0 25 0 4 0 652593613 583299072 85749 33554432000 4194304 4580107 140733979254912 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=569628 CPUtime=1109.91 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 179556 0 0 0 110933 58 0 0 25 0 4 0 652593614 583299072 85749 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4476.62
Current children cumulated vsize (KiB) 569628

[startup+1182.3 s]
/proc/loadavg: 8.21 8.13 8.10 9/361 13736
/proc/meminfo: memFree=20417452/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=583464 CPUtime=4715.95 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 642924 0 0 0 471380 215 0 0 25 0 4 0 652593613 597467136 86876 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 145866 86876 378 95 0 140848 0
[pid=13680/tid=13681] ppid=13678 vsize=583464 CPUtime=1182.1 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 119406 0 0 0 118173 37 0 0 25 0 4 0 652593613 597467136 86876 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=583464 CPUtime=1182.28 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 182092 0 0 0 118163 65 0 0 25 0 4 0 652593613 597467136 86876 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=583464 CPUtime=1169.24 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 185742 0 0 0 116863 61 0 0 25 0 4 0 652593614 597467136 86876 33554432000 4194304 4580107 140733979254912 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4715.95
Current children cumulated vsize (KiB) 583464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 8.15 8.12 8.09 9/361 13736
/proc/meminfo: memFree=20407124/32951124 swapFree=65581052/67111528
[pid=13680] ppid=13678 vsize=583520 CPUtime=4800.12 cores=0,2,4,6
/proc/13680/stat : 13680 (strangenight2-m) R 13678 13680 13351 0 -1 4202496 648285 0 0 0 479794 218 0 0 25 0 4 0 652593613 597524480 88780 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13680/statm: 145880 88780 378 95 0 140862 0
[pid=13680/tid=13681] ppid=13678 vsize=583520 CPUtime=1203.21 cores=0,2,4,6
/proc/13680/task/13681/stat : 13681 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 122129 0 0 0 120283 38 0 0 25 0 4 0 652593613 597524480 88781 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13680/tid=13682] ppid=13678 vsize=583520 CPUtime=1203.4 cores=0,2,4,6
/proc/13680/task/13682/stat : 13682 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 183270 0 0 0 120274 66 0 0 25 0 4 0 652593613 597524480 88781 33554432000 4194304 4580107 140733979254912 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13680/tid=13683] ppid=13678 vsize=583520 CPUtime=1190.11 cores=0,2,4,6
/proc/13680/task/13683/stat : 13683 (strangenight2-m) R 13678 13680 13351 0 -1 4202560 187203 0 0 0 118949 62 0 0 25 0 4 0 652593614 597524480 88781 33554432000 4194304 4580107 140733979254912 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 583520

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.43
CPU time (s): 4800.19
CPU user time (s): 4797.99
CPU system time (s): 2.19967
CPU usage (%): 398.874
Max. virtual memory (cumulated for all children) (KiB): 719428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.99
system time used= 2.19966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 648286
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= 262
involuntary context switches= 21897

runsolver used 3.81342 second user time and 9.53655 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-14 23:52:39
IDJOB=3366598
IDBENCH=83007
IDSOLVER=1844
FILE ID=node137/3366598-1305409959
RUNJOBID= node137-1305409959-13665
PBS_JOBID= 13324510
Free space on /tmp= 73676 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S513640009-027.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366598-1305409959/watcher-3366598-1305409959 -o /tmp/evaluation-result-3366598-1305409959/solver-3366598-1305409959 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366598-1305409959.cnf

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

MD5SUM BENCH= d2636969180cffb7d603387033287fe1
RANDOM SEED=1184177394

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21301404 kB
Buffers:        281384 kB
Cached:        3704796 kB
SwapCached:      36328 kB
Active:        1617024 kB
Inactive:      9808556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21301404 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:           11336 kB
Writeback:           0 kB
AnonPages:     7412604 kB
Mapped:          18724 kB
Slab:           120340 kB
PageTables:      38928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75893676 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= 73664 MiB
End job on node137 at 2011-05-15 00:12:44