Trace number 3174116

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.36 1201.53

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S153059456-076.SATISFIABLE.cnf
MD5SUMa07a8125427a6bd5de5db67d31fcc46b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.05699
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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174116-1304096516.cnf'
0.00/0.00	c -- header says num vars:             80
0.00/0.00	c -- header says num clauses:        7120
0.00/0.01	c -- clauses added:            0 learnts,         7120 normals,            0 xors
0.00/0.01	c -- vars added         80
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        80      7120         0         0     49840         0   no data   no data
3.17/0.80	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.16
3.17/0.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.17/0.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.17/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
3.17/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:      30 undec:       0 neg:      50
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0        80      7120         0         0     49840         0   no data   no data
3.17/0.80	c  N dy    13      5576        80      7120         0      2822     49840     66544     23.49     24.89
3.17/0.80	c  N dy    19     12000        80      7120         0      4817     49840    107290     22.86     24.07
3.97/1.00	c  N dy    30     19296        80      7120         0      6352     49840    133094     22.61     24.04
4.39/1.20	c  N dy    61     23353        80      7120         0     10070     49840    234321     22.94     26.68
5.17/1.30	c  F st    68     25000        80      7120         0     11568     49840    274740     23.00   no data
5.58/1.40	c  N st    73     28296        80      7120         0      8341     49840    173968     23.00   no data
5.98/1.50	c  S st    74     30000        80      7120         0      9905     49840    215992     23.00   no data
6.38/1.60	c  S st    74     30503        80      7120         0     10383     49840    229043     23.00   no data
6.38/1.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.38/1.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.38/1.60	c blocked clauses removed:        0 vars:      0 tried:          80 T: 0.00 s
6.38/1.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.38/1.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.38/1.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
6.38/1.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.38/1.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.38/1.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.77/1.72	c lits-rem:       192  cl-subs:      765  v-elim:      0  v-fix:    0  time:  0.20 s
7.57/1.99	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.28
7.57/1.99	c calculated reachability. Time: 0.00
7.57/1.99	c  N dy    74     30503        80      7120         0      9618     49840    206368     23.00   no data
8.78/2.25	c  N dy    83     35346        80      7120         0     14079     49840    326034     22.95     24.27
9.97/2.59	c  N dy    94     41981        80      7120         0     12946     49840    278939     22.87     24.10
11.16/2.85	c  S st   122     45754        80      7120         0     16448     49840    374605     23.01   no data
11.56/2.90	c  S st   122     46258        80      7120         0      8690     49840    152365     23.01   no data
11.56/2.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.56/2.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.56/2.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.56/2.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.56/2.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.56/2.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
11.56/2.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.56/2.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.56/2.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.56/2.95	c lits-rem:         1  cl-subs:       47  v-elim:      0  v-fix:    0  time:  0.04 s
11.56/2.95	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
11.56/2.95	c vivif2 --  cl tried     8643 cl shrink        0 lits rem          0 time: 0.00
12.76/3.21	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.25
12.76/3.21	c calculated reachability. Time: 0.00
12.76/3.21	c  N dy   122     46258        80      7120         0      8643     49840    150872     23.01   no data
13.58/3.41	c  N dy   130     50303        80      7120         0     12317     49840    248140     22.99     24.24
18.36/4.60	c  N dy   144     69387        80      7120         0     10547     49840    174435     22.59     21.99
18.36/4.60	c  S st   144     69387        80      7120         0     10547     49840    174435     22.59     21.99
18.36/4.64	c  S st   144     69890        80      7120         0     11011     49840    187390     22.59   no data
18.36/4.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.36/4.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
18.36/4.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.36/4.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.36/4.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.36/4.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
18.36/4.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.36/4.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
18.36/4.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.76/4.72	c lits-rem:        20  cl-subs:      150  v-elim:      0  v-fix:    0  time:  0.07 s
18.76/4.72	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
18.76/4.73	c vivif2 --  cl tried    10861 cl shrink        0 lits rem          0 time: 0.00
19.95/5.04	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.31
19.95/5.04	c calculated reachability. Time: 0.00
19.95/5.04	c  N dy   144     69890        80      7120         0     10861     49840    183216     22.59   no data
21.15/5.33	c  N dy   177     74450        80      7120         0     15068     49840    296900     22.68     23.96
22.37/5.66	c  N dy   198     79212        80      7120         0     19454     49840    414331     22.73     25.71
23.95/6.10	c  N dy   207     85502        80      7120         0     14242     49840    257480     22.69     23.91
24.75/6.24	c  F st   225     87500        80      7120         0     16085     49840    308107     22.75   no data
26.36/6.61	c  N dy   231     92698        80      7120         0     20856     49840    437226     22.75   no data
28.34/7.11	c  N dy   257     99010        80      7120         0     14718     49840    258213     22.79     24.03
29.94/7.51	c  S st   268    104836        80      7120         0     20025     49840    398153     22.76     21.46
29.94/7.56	c  S st   268    105338        80      7120         0     20494     49840    410967     22.76   no data
29.94/7.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.94/7.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
29.94/7.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.94/7.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.94/7.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.94/7.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
29.94/7.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.94/7.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.94/7.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.33/8.10	c lits-rem:       169  cl-subs:     1680  v-elim:      0  v-fix:    0  time:  0.51 s
32.33/8.10	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
32.33/8.11	c vivif2 --  cl tried    18814 cl shrink        0 lits rem          0 time: 0.00
33.94/8.52	c asymm  cl-useful: 0/5784/7120 lits-rem:0 time: 0.41
33.94/8.52	c calculated reachability. Time: 0.00
33.94/8.52	c  N dy   268    105338        80      7120         0     18814     49840    364333     22.76   no data
36.33/9.11	c  N dy   298    112092        80      7120         0     25055     49840    532585     22.82     24.17
38.33/9.61	c  N dy   317    119326        80      7120         0     18911     49840    353316     22.83     24.49
41.12/10.30	c  N dy   342    126951        80      7120         0     25914     49840    541379     22.85     25.00
43.53/10.96	c  N dy   374    135299        80      7120         0     19786     49840    360832     22.88     24.24
46.32/11.69	c  N dy   405    144201        80      7120         0     27925     49840    578142     22.88     24.20
49.51/12.43	c  N dy   425    153643        80      7120         0     21957     49840    404174     22.85     24.06
50.71/12.78	c  S st   434    158007        80      7120         0     25978     49840    511269     22.85     22.51
51.11/12.85	c  S st   434    158508        80      7120         0     26452     49840    523962     22.85   no data
51.11/12.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.11/12.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
51.11/12.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.11/12.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.11/12.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.11/12.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
51.11/12.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.11/12.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.11/12.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.71/13.72	c lits-rem:       252  cl-subs:     2354  v-elim:      0  v-fix:    0  time:  0.84 s
54.71/13.72	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
54.71/13.73	c vivif2 --  cl tried    24098 cl shrink        0 lits rem          0 time: 0.01
55.11/13.85	c asymm  cl-useful: 0/1336/7120 lits-rem:0 time: 0.12
55.11/13.85	c calculated reachability. Time: 0.00
55.11/13.85	c  N dy   434    158508        80      7120         0     24098     49840    459540     22.85   no data
60.30/15.16	c  N dy   453    173250        80      7120         0     22065     49840    385500     22.76     24.08
64.70/16.22	c  N dy   485    184355        80      7120         0     32283     49840    656099     22.73     25.83
69.90/17.55	c  N dy   530    199464        80      7120         0     29710     49840    581621     22.72     23.97
75.10/18.84	c  N dy   607    212229        80      7120         0     24075     49840    418984     22.79     24.55
84.66/21.25	c  N dy   646    236391        80      7120         0     27816     49840    497789     22.72     24.08
85.47/21.42	c  S st   655    237764        80      7120         0     29079     49840    532332     22.73   no data
85.47/21.50	c  S st   655    238271        80      7120         0     29550     49840    545520     22.73   no data
85.87/21.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
85.87/21.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
85.87/21.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
85.87/21.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
85.87/21.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.87/21.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
85.87/21.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
85.87/21.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
85.87/21.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.66/22.76	c lits-rem:       326  cl-subs:     2627  v-elim:      0  v-fix:    0  time:  1.23 s
90.66/22.76	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
90.66/22.76	c vivif2 --  cl tried    26923 cl shrink        0 lits rem          0 time: 0.00
91.46/22.96	c asymm  cl-useful: 0/2295/7120 lits-rem:0 time: 0.19
91.46/22.96	c calculated reachability. Time: 0.00
91.46/22.96	c  N dy   655    238271        80      7120         0     26923     49840    476032     22.73   no data
98.25/24.64	c  N dy   728    253542        80      7120         0     21882     49840    325984     22.78     25.28
105.05/26.31	c  N dy   784    270081        80      7120         0     37075     49840    733663     22.80     24.01
112.63/28.21	c  N dy   835    288929        80      7120         0     34170     49840    638203     22.80     24.03
119.43/29.97	c  F st   867    306250        80      7120         0     28933     49840    482376     22.77     23.38
120.23/30.10	c  N st   870    307440        80      7120         0     30021     49840    511866     22.77   no data
129.02/32.32	c  N dy   918    327069        80      7120         0     26091     49840    396294     22.77     25.22
137.80/34.56	c  N dy   966    347249        80      7120         0     44573     49840    888065     22.77     24.13
142.60/35.72	c  S st  1011    357406        80      7120         0     30994     49840    509820     22.79   no data
143.00/35.80	c  S st  1011    357907        80      7120         0     31466     49840    523121     22.79   no data
143.00/35.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
143.00/35.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
143.00/35.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
143.00/35.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
143.00/35.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.00/35.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
143.00/35.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
143.00/35.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
143.00/35.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.79/36.58	c lits-rem:       178  cl-subs:     1568  v-elim:      0  v-fix:    0  time:  0.74 s
145.79/36.58	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
145.79/36.59	c vivif2 --  cl tried    29898 cl shrink        0 lits rem          0 time: 0.01
146.60/36.78	c asymm  cl-useful: 0/1863/7120 lits-rem:0 time: 0.19
146.60/36.78	c calculated reachability. Time: 0.00
146.60/36.78	c  N dy  1011    357907        80      7120         0     29898     49840    478032     22.79   no data
156.98/39.35	c  N dy  1062    377942        80      7120         0     24475     49840    317810     22.77     23.98
166.99/41.87	c  N dy  1165    398412        80      7120         0     43197     49840    819987     22.81     24.04
178.55/44.76	c  N dy  1215    418423        80      7120         0     36755     49840    625903     22.79     24.59
190.94/47.85	c  N dy  1280    440345        80      7120         0     31291     49840    468704     22.80     24.06
201.33/50.42	c  N dy  1319    460446        80      7120         0     49791     49840    959655     22.78     23.99
215.33/53.92	c  N dy  1431    486400        80      7120         0     46933     49840    873617     22.81     24.26
227.70/57.03	c  N dy  1470    510048        80      7120         0     40994     49840    693726     22.77     24.04
238.08/59.68	c  N dy  1501    530160        80      7120         0     31081     49840    422957     22.74     24.02
241.29/60.42	c  S st  1510    536860        80      7120         0     37218     49840    583988     22.73     21.20
241.70/60.51	c  S st  1510    537362        80      7120         0     37691     49840    596971     22.73   no data
241.70/60.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
241.70/60.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
241.70/60.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
241.70/60.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
241.70/60.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.70/60.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
241.70/60.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
241.70/60.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
241.70/60.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
246.09/61.66	c lits-rem:       208  cl-subs:     1968  v-elim:      0  v-fix:    0  time:  1.11 s
246.09/61.66	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
246.09/61.67	c vivif2 --  cl tried    35723 cl shrink        0 lits rem          0 time: 0.01
246.87/61.89	c asymm  cl-useful: 0/1609/7120 lits-rem:0 time: 0.22
246.87/61.89	c calculated reachability. Time: 0.00
246.87/61.89	c  N dy  1510    537362        80      7120         0     35723     49840    543647     22.73   no data
259.26/65.00	c  N dy  1612    557411        80      7120         0     54162     49840   1041991     22.76     24.07
271.24/67.92	c  N dy  1707    577433        80      7120         0     43262     49840    734050     22.78     25.39
287.62/72.06	c  N dy  1747    605681        80      7120         0     38821     49840    581941     22.73     23.93
300.80/75.38	c  N dy  1837    625703        80      7120         0     57141     49840   1075745     22.76     24.02
313.99/78.64	c  N dy  1943    645772        80      7120         0     44471     49840    731905     22.79     24.59
329.99/82.69	c  N dy  1987    669531        80      7120         0     34164     49840    433675     22.77     24.18
342.77/85.84	c  N dy  2111    689619        80      7120         0     52628     49840    934817     22.80     25.14
359.13/89.91	c  N dy  2178    711116        80      7120         0     39350     49840    558221     22.80     24.13
371.11/92.98	c  N dy  2210    731872        80      7120         0     58308     49840   1058360     22.78     24.05
387.50/97.08	c  N dy  2321    751889        80      7120         0     42839     49840    641568     22.80     25.11
401.88/100.65	c  N dy  2409    771891        80      7120         0     61172     49840   1136782     22.82     25.47
416.27/104.28	c  N dy  2459    793078        80      7120         0     45667     49840    699488     22.82     24.03
426.26/106.73	c  S st  2537    806044        80      7120         0     57551     49840   1021780     22.83   no data
426.67/106.89	c  S st  2537    806549        80      7120         0     58027     49840   1035118     22.83   no data
427.04/106.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
427.04/106.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
427.04/106.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
427.04/106.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
427.04/106.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
427.04/106.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
427.04/106.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
427.04/106.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
427.04/106.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
443.84/111.17	c lits-rem:       711  cl-subs:     4426  v-elim:      0  v-fix:    0  time:  4.19 s
443.84/111.17	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
443.84/111.18	c vivif2 --  cl tried    53601 cl shrink        0 lits rem          0 time: 0.01
445.02/111.46	c asymm  cl-useful: 0/1087/7120 lits-rem:0 time: 0.28
445.02/111.47	c calculated reachability. Time: 0.00
445.02/111.47	c  N dy  2537    806549        80      7120         0     53601     49840    909608     22.83   no data
462.60/115.83	c  N dy  2626    826616        80      7120         0     36423     49840    437330     22.85     24.06
475.78/119.16	c  N dy  2721    846641        80      7120         0     54774     49840    933495     22.87     24.50
495.35/124.08	c  N dy  2790    870614        80      7120         0     40191     49840    520727     22.87     24.19
510.15/127.76	c  N dy  2910    890710        80      7120         0     58652     49840   1022268     22.90     24.18
527.33/132.05	c  N dy  2964    910810        80      7120         0     39553     49840    488252     22.90     25.46
540.51/135.35	c  N dy  3017    931675        80      7120         0     58677     49840   1001301     22.89     24.27
561.27/140.52	c  N dy  3124    952653        80      7120         0     39426     49840    466798     22.91     24.20
575.25/144.07	c  N dy  3233    972706        80      7120         0     57798     49840    964519     22.93     25.10
593.25/148.59	c  N dy  3310    992743        80      7120         0     76131     49840   1459251     22.93     24.37
608.41/152.39	c  N dy  3397   1013090        80      7120         0     55403     49840    879481     22.94     24.20
626.38/156.87	c  N dy  3461   1034295        80      7120         0     74720     49840   1398042     22.95     24.18
642.76/160.95	c  N dy  3541   1054363        80      7120         0     52909     49840    794775     22.95     24.21
656.75/164.45	c  F st  3605   1071875        80      7120         0     68984     49840   1226229     22.95   no data
659.56/165.17	c  N st  3610   1075173        80      7120         0     71997     49840   1308274     22.95   no data
676.32/169.30	c  N dy  3633   1095989        80      7120         0     49763     49840    691160     22.95     24.18
691.10/173.01	c  N dy  3692   1116346        80      7120         0     68383     49840   1191949     22.95     24.21
714.68/178.90	c  N dy  3813   1137848        80      7120         0     45966     49840    575858     22.97     24.19
727.85/182.29	c  N dy  3851   1158410        80      7120         0     64616     49840   1074816     22.96     24.19
747.04/187.09	c  N dy  3902   1178414        80      7120         0     82899     49840   1561168     22.95     24.19
773.81/193.72	c  N dy  3929   1209823        80      7120         0     68513     49840   1151904     22.91     20.87
773.81/193.72	c  S st  3929   1209823        80      7120         0     68513     49840   1151904     22.91     20.87
774.59/193.93	c  S st  3929   1210327        80      7120         0     68986     49840   1165227     22.91   no data
774.59/193.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
774.59/193.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
774.59/193.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
774.59/193.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
774.59/193.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
774.59/193.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
774.59/193.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
774.59/193.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
774.99/194.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
816.93/204.52	c lits-rem:       989  cl-subs:     6479  v-elim:      0  v-fix:    0  time: 10.49 s
816.93/204.52	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
816.93/204.54	c vivif2 --  cl tried    62507 cl shrink        0 lits rem          0 time: 0.02
818.53/204.92	c asymm  cl-useful: 0/1136/7120 lits-rem:0 time: 0.38
818.53/204.92	c calculated reachability. Time: 0.00
818.53/204.92	c  N dy  3929   1210327        80      7120         0     62507     49840   1001812     22.91   no data
844.50/211.42	c  N dy  4042   1230961        80      7120         0     81386     49840   1515303     22.93     24.23
862.87/216.05	c  N dy  4123   1251058        80      7120         0     56296     49840    831937     22.95     24.65
885.24/221.60	c  N dy  4202   1277114        80      7120         0     80103     49840   1470048     22.94     24.34
910.04/227.82	c  N dy  4275   1305228        80      7120         0     61138     49840    934939     22.93     24.29
930.79/233.09	c  N dy  4366   1325255        80      7120         0     79468     49840   1429924     22.94     24.23
985.91/246.81	c  N dy  4454   1382266        80      7120         0     85607     49840   1548021     22.89     24.15
1005.89/251.90	c  N dy  4585   1402314        80      7120         0     57635     49840    824715     22.91     25.61
1025.45/256.76	c  N dy  4693   1422389        80      7120         0     76051     49840   1325331     22.93     24.40
1049.83/262.80	c  N dy  4782   1443013        80      7120         0     94958     49840   1837324     22.93     24.21
1066.60/267.04	c  N dy  4874   1463036        80      7120         0     65809     49840   1026574     22.94     24.98
1087.78/272.37	c  N dy  4966   1483115        80      7120         0     84162     49840   1523398     22.95     25.04
1112.16/278.42	c  N dy  5053   1503890        80      7120         0     54730     49840    703509     22.96     24.30
1126.52/282.07	c  N dy  5056   1524618        80      7120         0     73451     49840   1199541     22.94     24.17
1151.31/288.29	c  N dy  5125   1547935        80      7120         0     94760     49840   1773680     22.94     24.19
1170.86/293.16	c  N dy  5220   1568024        80      7120         0     63925     49840    939282     22.95     24.50
1191.25/298.23	c  N dy  5302   1588063        80      7120         0     82259     49840   1435245     22.95     26.32
1218.79/305.10	c  N dy  5372   1611122        80      7120         0     53022     49840    627142     22.95     24.20
1235.97/309.49	c  N dy  5461   1631490        80      7120         0     71686     49840   1132676     22.96     24.21
1258.35/315.04	c  N dy  5538   1651856        80      7120         0     90346     49840   1639250     22.97     24.21
1283.53/321.38	c  N dy  5628   1673547        80      7120         0     58950     49840    769325     22.97     24.25
1301.89/325.97	c  N dy  5704   1693593        80      7120         0     77245     49840   1264193     22.98     24.21
1323.08/331.23	c  S st  5730   1710327        80      7120         0     92350     49840   1663334     22.97     21.39
1324.26/331.57	c  S st  5730   1710833        80      7120         0     92829     49840   1676527     22.97   no data
1324.26/331.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1324.66/331.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
1324.66/331.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1324.66/331.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1324.66/331.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1324.66/331.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1324.66/331.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1324.66/331.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1325.06/331.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1399.75/350.41	c lits-rem:      1275  cl-subs:     9236  v-elim:      0  v-fix:    0  time: 18.68 s
1399.75/350.41	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
1399.75/350.44	c vivif2 --  cl tried    83593 cl shrink        0 lits rem          0 time: 0.03
1401.35/350.87	c asymm  cl-useful: 0/797/7120 lits-rem:0 time: 0.42
1401.35/350.87	c calculated reachability. Time: 0.00
1401.35/350.87	c  N dy  5730   1710833        80      7120         0     83593     49840   1426760     22.97   no data
1430.12/358.05	c  N dy  5785   1736162        80      7120         0     55132     49840    656000     22.96     24.17
1448.50/362.66	c  N dy  5868   1756954        80      7120         0     74107     49840   1169295     22.97     24.36
1467.28/367.40	c  N dy  5883   1776994        80      7120         0     92238     49840   1646374     22.95     24.27
1499.24/375.37	c  N dy  5996   1804633        80      7120         0     64908     49840    903594     22.96     24.25
1520.83/380.75	c  N dy  6090   1825490        80      7120         0     83977     49840   1419831     22.97     24.38
1556.37/389.63	c  N dy  6202   1847692        80      7120         0    104342     49840   1974502     22.97     24.20
1578.74/395.25	c  N dy  6320   1867758        80      7120         0     68974     49840   1002546     22.99     26.77
1600.32/400.68	c  N dy  6404   1887810        80      7120         0     87331     49840   1503069     23.00     24.26
1629.49/407.98	c  N dy  6514   1907811        80      7120         0    105679     49840   2005820     23.01     24.25
1652.68/413.79	c  N dy  6656   1927906        80      7120         0     69204     49840    992220     23.02     25.27
1684.63/421.73	c  N dy  6694   1961548        80      7120         0     99762     49840   1805962     23.00     24.33
1710.19/428.11	c  N dy  6790   1981676        80      7120         0     62465     49840    791950     23.00     24.44
1728.97/432.89	c  N dy  6866   2001782        80      7120         0     80817     49840   1288612     23.01     24.45
1754.14/439.19	c  N dy  6941   2021915        80      7120         0     99160     49840   1782453     23.01     24.23
1784.91/446.88	c  N dy  7015   2044200        80      7120         0     62907     49840    780818     23.01     24.34
1805.29/451.93	c  N dy  7087   2064255        80      7120         0     81225     49840   1272561     23.01     25.65
1829.66/458.10	c  N dy  7172   2084369        80      7120         0     99643     49840   1773418     23.02     24.23
1862.83/466.30	c  N dy  7288   2104373        80      7120         0     60414     49840    701252     23.03     24.26
1882.40/471.23	c  N dy  7391   2124374        80      7120         0     78642     49840   1197941     23.03     25.82
1909.97/478.17	c  N dy  7484   2146337        80      7120         0     98792     49840   1745579     23.04     24.57
1943.94/486.61	c  N dy  7521   2174375        80      7120         0     65792     49840    824611     23.02     24.25
1961.92/491.18	c  N dy  7561   2194426        80      7120         0     84084     49840   1317423     23.02     26.91
1982.31/496.25	c  S st  7608   2210836        80      7120         0     99122     49840   1721476     23.02     24.09
1983.49/496.54	c  S st  7608   2211340        80      7120         0     99585     49840   1733998     23.02   no data
1983.49/496.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1983.89/496.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1983.89/496.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1983.89/496.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1983.89/496.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1983.89/496.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1983.89/496.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1983.89/496.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1983.89/496.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2043.83/511.67	c lits-rem:      1188  cl-subs:     9197  v-elim:      0  v-fix:    0  time: 14.99 s
2043.83/511.67	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2043.83/511.69	c vivif2 --  cl tried    90388 cl shrink        0 lits rem          0 time: 0.02
2045.81/512.14	c asymm  cl-useful: 0/722/7120 lits-rem:0 time: 0.45
2045.81/512.14	c calculated reachability. Time: 0.00
2045.81/512.14	c  N dy  7608   2211340        80      7120         0     90388     49840   1487036     23.02   no data
2080.96/520.95	c  N dy  7686   2232335        80      7120         0    109558     49840   2003467     23.02     24.24
2103.74/526.68	c  N dy  7713   2253849        80      7120         0     70214     49840    943186     23.02     24.34
2126.12/532.27	c  N dy  7818   2273949        80      7120         0     88623     49840   1448880     23.03     25.65
2151.69/538.64	c  N dy  7870   2293959        80      7120         0    106793     49840   1936149     23.03     27.08
2182.45/546.37	c  N dy  7977   2314057        80      7120         0     65125     49840    787956     23.03     24.38
2204.43/551.88	c  N dy  8083   2334386        80      7120         0     83696     49840   1297207     23.04     24.32
2234.79/559.46	c  N dy  8174   2355760        80      7120         0    103299     49840   1831831     23.05     24.29
2263.96/566.72	c  N dy  8217   2376058        80      7120         0    121809     49840   2325839     23.04     24.33
2286.73/572.42	c  N dy  8326   2396096        80      7120         0     79016     49840   1149169     23.05     26.11
2370.64/593.48	c  N dy  8370   2480534        80      7120         0     93324     49840   1490504     22.98     24.21
2397.81/600.26	c  N dy  8434   2500635        80      7120         0    111720     49840   1988214     22.99     24.27
2430.59/608.41	c  N dy  8483   2523674        80      7120         0     70044     49840    873222     22.98     24.47
2453.35/614.11	c  N dy  8574   2544298        80      7120         0     88902     49840   1384105     22.98     24.24
2482.52/621.43	c  N dy  8667   2565002        80      7120         0    107846     49840   1897417     22.99     24.28
2520.08/630.86	c  N dy  8755   2587476        80      7120         0     64659     49840    712383     22.99     24.37
2540.07/635.83	c  N dy  8828   2607569        80      7120         0     83033     49840   1209620     22.99     24.42
2564.42/641.97	c  N dy  8870   2628517        80      7120         0    102047     49840   1715006     22.99     24.36
2596.80/650.01	c  N dy  8947   2648594        80      7120         0    120382     49840   2209479     22.99     25.48
2626.75/657.56	c  N dy  9018   2669180        80      7120         0     74471     49840    963114     22.99     24.24
2653.93/664.30	c  N dy  9139   2689343        80      7120         0     92968     49840   1468687     23.00     24.24
2681.12/671.14	c  N dy  9182   2710022        80      7120         0    111670     49840   1966193     23.00     24.36
2683.50/671.72	c  S st  9184   2711340        80      7120         0    112868     49840   1997656     23.00     21.32
2684.70/672.08	c  S st  9184   2711841        80      7120         0    113333     49840   2010628     23.00   no data
2684.70/672.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2685.11/672.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2685.11/672.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2685.11/672.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2685.11/672.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2685.11/672.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
2685.11/672.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2685.11/672.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2685.51/672.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2750.22/688.40	c lits-rem:      1062  cl-subs:    10311  v-elim:      0  v-fix:    0  time: 16.17 s
2750.22/688.40	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2750.22/688.43	c vivif2 --  cl tried   103022 cl shrink        0 lits rem          0 time: 0.03
2751.81/688.80	c asymm  cl-useful: 0/630/7120 lits-rem:0 time: 0.37
2751.81/688.81	c calculated reachability. Time: 0.00
2751.81/688.81	c  N dy  9184   2711841        80      7120         0    103022     49840   1727165     23.00   no data
2812.55/704.09	c  N dy  9208   2755053        80      7120         0     77074     49840   1014339     22.97     24.22
2836.90/710.17	c  N dy  9230   2775752        80      7120         0     95908     49840   1513180     22.96     24.28
2871.66/718.88	c  N dy  9333   2797450        80      7120         0    115726     49840   2054498     22.97     24.42
2912.02/728.97	c  N dy  9465   2817467        80      7120         0     67818     49840    755863     22.98     26.46
2932.39/734.05	c  N dy  9529   2837489        80      7120         0     86109     49840   1249893     22.98     25.58
2961.98/741.44	c  N dy  9639   2858573        80      7120         0    105505     49840   1782668     22.99     24.31
2997.13/750.26	c  N dy  9729   2878665        80      7120         0    123856     49840   2282472     22.99     25.29
3037.87/760.44	c  N dy  9805   2907424        80      7120         0     82581     49840   1130195     22.99     24.40
3062.25/766.56	c  N dy  9853   2927453        80      7120         0    100842     49840   1621831     22.99     24.30
3094.61/774.68	c  N dy  9945   2947667        80      7120         0    119366     49840   2123753     22.99     24.31
3126.98/782.73	c  N dy  9952   2968993        80      7120         0     70305     49840    786999     22.98     24.20
3148.15/788.03	c  N dy 10031   2989076        80      7120         0     88627     49840   1285228     22.98     26.62
3175.72/794.93	c  N dy 10114   3009092        80      7120         0    106903     49840   1782725     22.98     24.24
3218.07/805.59	c  N dy 10214   3034594        80      7120         0    130200     49840   2414412     22.99     24.23
3251.24/813.88	c  N dy 10323   3054677        80      7120         0     79265     49840   1016469     22.99     24.23
3299.99/826.00	c  N dy 10336   3098531        80      7120         0    118656     49840   2041556     22.96     24.20
3339.96/836.04	c  N dy 10460   3118600        80      7120         0    137067     49840   2548059     22.97     24.72
3367.50/842.93	c  N dy 10568   3138729        80      7120         0     85481     49840   1175249     22.98     24.29
3396.67/850.30	c  N dy 10669   3158750        80      7120         0    103783     49840   1673955     22.98     24.26
3440.63/861.20	c  N dy 10810   3178751        80      7120         0    122062     49840   2176950     22.99     24.22
3483.78/872.06	c  N dy 10863   3202175        80      7120         0     72340     49840    797401     22.99     24.31
3494.56/874.70	c  S st 10913   3211843        80      7120         0     81191     49840   1038220     23.00     21.90
3495.36/874.92	c  S st 10913   3212348        80      7120         0     81659     49840   1051257     23.00   no data
3495.36/874.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3495.36/874.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3495.36/874.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3495.36/874.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3495.36/874.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3495.36/874.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
3495.36/874.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3495.36/874.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3495.76/875.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3505.76/877.51	c lits-rem:       205  cl-subs:     2144  v-elim:      0  v-fix:    0  time:  2.49 s
3505.76/877.51	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
3505.76/877.53	c vivif2 --  cl tried    79515 cl shrink        0 lits rem          0 time: 0.01
3506.97/877.86	c asymm  cl-useful: 0/796/7120 lits-rem:0 time: 0.33
3506.97/877.86	c calculated reachability. Time: 0.00
3506.97/877.86	c  N dy 10913   3212348        80      7120         0     79515     49840    990987     23.00   no data
3542.91/886.84	c  N dy 11021   3240620        80      7120         0    105205     49840   1682793     23.00     24.25
3575.27/894.97	c  N dy 11106   3260709        80      7120         0    123522     49840   2180686     23.00     24.23
3634.01/909.61	c  N dy 11147   3301576        80      7120         0     88646     49840   1212006     22.98     24.33
3663.98/917.12	c  N dy 11240   3323150        80      7120         0    108384     49840   1748226     22.99     24.31
3701.13/926.40	c  N dy 11362   3343175        80      7120         0    126650     49840   2249826     22.99     27.11
3745.88/937.64	c  N dy 11445   3367055        80      7120         0     75642     49840    855815     22.99     24.43
3771.45/944.06	c  N dy 11535   3387699        80      7120         0     94478     49840   1369208     23.00     24.34
3809.41/953.59	c  N dy 11643   3411186        80      7120         0    115939     49840   1951768     23.00     24.29
3852.56/964.38	c  N dy 11773   3431196        80      7120         0    134366     49840   2460374     23.01     24.25
3898.12/975.79	c  N dy 11880   3457225        80      7120         0     84245     49840   1072459     23.01     24.23
3927.67/983.12	c  N dy 12007   3477302        80      7120         0    102621     49840   1578303     23.02     24.82
3959.24/991.05	c  N dy 12078   3497746        80      7120         0    121297     49840   2084483     23.02     24.28
4003.61/1002.17	c  N dy 12165   3521023        80      7120         0    142565     49840   2662530     23.02     24.34
4039.55/1011.11	c  N dy 12261   3542187        80      7120         0     86933     49840   1129400     23.03     24.37
4077.11/1020.57	c  N dy 12342   3570600        80      7120         0    112814     49840   1826460     23.03     24.27
4113.07/1029.56	c  N dy 12443   3590627        80      7120         0    131104     49840   2326777     23.03     24.46
4184.98/1047.57	c  N dy 12535   3637720        80      7120         0     97976     49840   1393834     23.02     24.27
4218.55/1055.94	c  N dy 12660   3657772        80      7120         0    116340     49840   1900127     23.03     26.25
4259.70/1066.22	c  N dy 12809   3677866        80      7120         0    134786     49840   2410906     23.04     24.78
4314.04/1079.81	c  N dy 12819   3712351        80      7120         0     89534     49840   1158166     23.02     21.24
4314.04/1079.81	c  S st 12819   3712351        80      7120         0     89534     49840   1158166     23.02     21.24
4315.24/1080.13	c  S st 12819   3712853        80      7120         0     89995     49840   1170857     23.02   no data
4315.24/1080.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4315.24/1080.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
4315.24/1080.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4315.24/1080.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4315.24/1080.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4315.24/1080.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
4315.24/1080.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4315.66/1080.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4315.66/1080.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4338.03/1085.87	c lits-rem:       617  cl-subs:     3869  v-elim:      0  v-fix:    0  time:  5.62 s
4338.03/1085.87	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
4338.03/1085.89	c vivif2 --  cl tried    86126 cl shrink        0 lits rem          0 time: 0.02
4339.61/1086.24	c asymm  cl-useful: 0/716/7120 lits-rem:0 time: 0.35
4339.61/1086.25	c calculated reachability. Time: 0.00
4339.61/1086.25	c  N dy 12819   3712853        80      7120         0     86126     49840   1075881     23.02   no data
4368.80/1093.58	c  N dy 12939   3732874        80      7120         0    104447     49840   1578588     23.02     24.25
4399.16/1101.10	c  F st 13018   3751564        80      7120         0    121539     49840   2044755     23.03     22.47
4402.34/1101.97	c  N st 13022   3753598        80      7120         0    123397     49840   2095956     23.03   no data
4453.88/1114.83	c  N dy 13097   3779585        80      7120         0    147003     49840   2734697     23.03     24.39
4489.44/1123.71	c  N dy 13176   3800654        80      7120         0     89038     49840   1147636     23.03     24.28
4521.41/1131.73	c  N dy 13301   3821684        80      7120         0    108328     49840   1676838     23.03     24.37
4557.78/1140.82	c  N dy 13387   3844767        80      7120         0    129269     49840   2243477     23.04     24.29
4609.31/1153.76	c  N dy 13493   3871240        80      7120         0    153390     49840   2899423     23.04     24.30
4642.47/1162.09	c  N dy 13606   3891659        80      7120         0     93766     49840   1260931     23.04     24.31
4670.84/1169.14	c  N dy 13665   3911772        80      7120         0    112069     49840   1753081     23.04     24.26
4708.40/1178.59	c  N dy 13786   3931841        80      7120         0    130484     49840   2259124     23.05     25.89
4759.14/1191.26	c  N dy 13935   3951871        80      7120         0    148808     49840   2766931     23.06     24.31
4799.11/1201.26	c  N dy 14045   3971974        80      7120         0     87755     49840   1077016     23.06     24.40

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174116-1304096516/watcher-3174116-1304096516 -o /tmp/evaluation-result-3174116-1304096516/solver-3174116-1304096516 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174116-1304096516.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: 8.10 8.06 8.01 5/180 13650
/proc/meminfo: memFree=23782252/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 410 0 0 0 0 0 0 0 18 0 4 0 502067742 52441088 349 33554432000 4194304 4627427 140734780179472 18446744073709551615 47805336111026 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 12803 349 299 106 0 7774 0
[pid=13650/tid=13651] ppid=13648 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 502067743 52441088 349 33554432000 4194304 4627427 140734780179472 18446744073709551615 255106825201 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 502067743 52441088 349 33554432000 4194304 4627427 140734780179472 18446744073709551615 47805336111026 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 502067743 52441088 349 33554432000 4194304 4627427 140734780179472 18446744073709551615 47805336111030 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.110156 s]
/proc/loadavg: 8.10 8.06 8.01 5/180 13650
/proc/meminfo: memFree=23782252/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=281728 CPUtime=0.41 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 1545 0 0 0 41 0 0 0 19 0 4 0 502067742 288489472 1455 33554432000 4194304 4627427 140734780179472 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 70432 1455 364 106 0 65403 0
[pid=13650/tid=13651] ppid=13648 vsize=281728 CPUtime=0.1 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 239 0 0 0 10 0 0 0 20 0 4 0 502067743 288489472 1455 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=281728 CPUtime=0.1 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 254 0 0 0 10 0 0 0 20 0 4 0 502067743 288489472 1455 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=281728 CPUtime=0.1 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 391 0 0 0 10 0 0 0 18 0 4 0 502067743 288489472 1455 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 281728

[startup+0.210141 s]
/proc/loadavg: 8.10 8.06 8.01 5/180 13650
/proc/meminfo: memFree=23782252/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=284464 CPUtime=0.81 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 3398 0 0 0 81 0 0 0 19 0 4 0 502067742 291291136 2863 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309250 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 71116 2863 384 106 0 66087 0
[pid=13650/tid=13651] ppid=13648 vsize=284464 CPUtime=0.2 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 757 0 0 0 20 0 0 0 20 0 4 0 502067743 291291136 2863 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=284464 CPUtime=0.2 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 806 0 0 0 20 0 0 0 20 0 4 0 502067743 291291136 2863 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=284464 CPUtime=0.2 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 638 0 0 0 20 0 0 0 18 0 4 0 502067743 291291136 2863 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 284464

[startup+0.310122 s]
/proc/loadavg: 8.10 8.06 8.01 5/180 13650
/proc/meminfo: memFree=23782252/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=284464 CPUtime=1.21 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 3803 0 0 0 121 0 0 0 19 0 4 0 502067742 291291136 3268 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 71116 3268 384 106 0 66087 0
[pid=13650/tid=13651] ppid=13648 vsize=284464 CPUtime=0.29 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 864 0 0 0 29 0 0 0 20 0 4 0 502067743 291291136 3268 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=284464 CPUtime=0.3 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 897 0 0 0 30 0 0 0 20 0 4 0 502067743 291291136 3268 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=284464 CPUtime=0.3 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 752 0 0 0 30 0 0 0 18 0 4 0 502067743 291291136 3268 33554432000 4194304 4627427 140734780179472 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 284464

[startup+0.701054 s]
/proc/loadavg: 8.10 8.06 8.01 5/180 13650
/proc/meminfo: memFree=23782252/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=286960 CPUtime=2.78 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 6112 0 0 0 277 1 0 0 19 0 4 0 502067742 293847040 3804 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 71740 3804 384 106 0 66711 0
[pid=13650/tid=13651] ppid=13648 vsize=286960 CPUtime=0.68 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 1489 0 0 0 68 0 0 0 20 0 4 0 502067743 293847040 3804 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=286960 CPUtime=0.69 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 1495 0 0 0 69 0 0 0 21 0 4 0 502067743 293847040 3804 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=286960 CPUtime=0.69 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 1217 0 0 0 69 0 0 0 18 0 4 0 502067743 293847040 3804 33554432000 4194304 4627427 140734780179472 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 286960

[startup+1.50091 s]
/proc/loadavg: 8.10 8.06 8.01 9/184 13654
/proc/meminfo: memFree=23764612/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=287740 CPUtime=5.98 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 9806 0 0 0 596 2 0 0 21 0 4 0 502067742 294645760 4525 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 71935 4525 385 106 0 66906 0
[pid=13650/tid=13651] ppid=13648 vsize=287740 CPUtime=1.48 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 2401 0 0 0 148 0 0 0 23 0 4 0 502067743 294645760 4525 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=287740 CPUtime=1.49 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 2438 0 0 0 149 0 0 0 23 0 4 0 502067743 294645760 4525 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=287740 CPUtime=1.49 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 2136 0 0 0 149 0 0 0 19 0 4 0 502067743 294645760 4525 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 287740

[startup+3.10063 s]
/proc/loadavg: 8.17 8.08 8.02 9/184 13654
/proc/meminfo: memFree=23760272/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=293136 CPUtime=12.36 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 20464 0 0 0 1233 3 0 0 25 0 4 0 502067742 300171264 11102 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 73284 11102 388 106 0 68255 0
[pid=13650/tid=13651] ppid=13648 vsize=293136 CPUtime=3.07 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 4590 0 0 0 307 0 0 0 25 0 4 0 502067743 300171264 11102 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=293136 CPUtime=3.09 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 5287 0 0 0 308 1 0 0 25 0 4 0 502067743 300171264 11102 33554432000 4194304 4627427 140734780179472 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=293136 CPUtime=3.08 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 5364 0 0 0 308 0 0 0 25 0 4 0 502067743 300171264 11102 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 293136

[startup+6.30107 s]
/proc/loadavg: 8.17 8.08 8.02 10/184 13655
/proc/meminfo: memFree=23731312/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=291460 CPUtime=25.15 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 30208 0 0 0 2510 5 0 0 25 0 4 0 502067742 298455040 13340 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309598 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 72865 13340 388 106 0 67836 0
[pid=13650/tid=13651] ppid=13648 vsize=291460 CPUtime=6.26 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 7437 0 0 0 625 1 0 0 25 0 4 0 502067743 298455040 13340 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=291460 CPUtime=6.28 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 7613 0 0 0 627 1 0 0 25 0 4 0 502067743 298455040 13340 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=291460 CPUtime=6.28 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 7781 0 0 0 627 1 0 0 25 0 4 0 502067743 298455040 13340 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 291460

[startup+12.7009 s]
/proc/loadavg: 8.22 8.09 8.02 9/184 13655
/proc/meminfo: memFree=23701556/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=304416 CPUtime=50.71 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 46638 0 0 0 5063 8 0 0 25 0 4 0 502067742 311721984 18293 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309079 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 76104 18293 388 106 0 71075 0
[pid=13650/tid=13651] ppid=13648 vsize=304416 CPUtime=12.62 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 11277 0 0 0 1261 1 0 0 25 0 4 0 502067743 311721984 18293 33554432000 4194304 4627427 140734780179472 18446744073709551615 4332689 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=304416 CPUtime=12.68 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 11874 0 0 0 1266 2 0 0 25 0 4 0 502067743 311721984 18293 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=304416 CPUtime=12.69 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 11611 0 0 0 1267 2 0 0 25 0 4 0 502067743 311721984 18293 33554432000 4194304 4627427 140734780179472 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 304416

[startup+25.5007 s]
/proc/loadavg: 8.26 8.10 8.02 10/184 13655
/proc/meminfo: memFree=23675524/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=294472 CPUtime=101.84 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 72085 0 0 0 10170 14 0 0 25 0 4 0 502067742 301539328 23661 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309344 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 73618 23661 388 106 0 68589 0
[pid=13650/tid=13651] ppid=13648 vsize=294472 CPUtime=25.37 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 17187 0 0 0 2534 3 0 0 25 0 4 0 502067743 301539328 23661 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309200 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=294472 CPUtime=25.48 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 18619 0 0 0 2544 4 0 0 25 0 4 0 502067743 301539328 23661 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=294472 CPUtime=25.48 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 17421 0 0 0 2545 3 0 0 25 0 4 0 502067743 301539328 23661 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 294472

[startup+51.1012 s]
/proc/loadavg: 8.17 8.09 8.02 9/184 13656
/proc/meminfo: memFree=23647760/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=313200 CPUtime=204.12 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 109193 0 0 0 20389 23 0 0 25 0 4 0 502067742 320716800 30291 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 78300 30291 388 106 0 73271 0
[pid=13650/tid=13651] ppid=13648 vsize=313200 CPUtime=50.83 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 26728 0 0 0 5079 4 0 0 25 0 4 0 502067743 320716800 30291 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=313200 CPUtime=51.09 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 28316 0 0 0 5102 7 0 0 25 0 4 0 502067743 320716800 30291 33554432000 4194304 4627427 140734780179472 18446744073709551615 4324956 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=313200 CPUtime=51.08 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 26294 0 0 0 5103 5 0 0 25 0 4 0 502067743 320716800 30291 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 313200

[startup+102.301 s]
/proc/loadavg: 8.16 8.11 8.03 10/184 13657
/proc/meminfo: memFree=23625168/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=334164 CPUtime=408.69 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 161196 0 0 0 40831 38 0 0 25 0 4 0 502067742 342183936 36413 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 83541 36413 388 106 0 78512 0
[pid=13650/tid=13651] ppid=13648 vsize=334164 CPUtime=101.79 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 39324 0 0 0 10171 8 0 0 25 0 4 0 502067743 342183936 36413 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=334164 CPUtime=102.3 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 40624 0 0 0 10219 11 0 0 25 0 4 0 502067743 342183936 36413 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=334164 CPUtime=102.29 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 39175 0 0 0 10220 9 0 0 25 0 4 0 502067743 342183936 36413 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.69
Current children cumulated vsize (KiB) 334164

[startup+162.301 s]

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

[pid=13650] ppid=13648 vsize=475864 CPUtime=2566.02 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 462866 0 0 0 256456 146 0 0 25 0 4 0 502067742 487284736 75517 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 118966 75517 388 106 0 113937 0
[pid=13650/tid=13651] ppid=13648 vsize=475864 CPUtime=639.14 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 103749 0 0 0 63881 33 0 0 25 0 4 0 502067743 487284736 75517 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=475864 CPUtime=642.3 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 121045 0 0 0 64187 43 0 0 25 0 4 0 502067743 487284736 75517 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=475864 CPUtime=642.29 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 112565 0 0 0 64197 32 0 0 25 0 4 0 502067743 487284736 75517 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2566.02
Current children cumulated vsize (KiB) 475864

[startup+702.301 s]
/proc/loadavg: 4.08 5.23 6.72 5/175 13691
/proc/meminfo: memFree=23939276/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=476224 CPUtime=2805.74 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 488025 0 0 0 280417 157 0 0 25 0 4 0 502067742 487653376 76208 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309256 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 119056 76208 388 106 0 114027 0
[pid=13650/tid=13651] ppid=13648 vsize=476224 CPUtime=698.85 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 109072 0 0 0 69849 36 0 0 25 0 4 0 502067743 487653376 76208 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=476224 CPUtime=702.3 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 127202 0 0 0 70184 46 0 0 25 0 4 0 502067743 487653376 76208 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=476224 CPUtime=702.29 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 118895 0 0 0 70194 35 0 0 25 0 4 0 502067743 487653376 76208 33554432000 4194304 4627427 140734780179472 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.74
Current children cumulated vsize (KiB) 476224

[startup+762.301 s]
/proc/loadavg: 4.08 5.02 6.55 5/175 13693
/proc/meminfo: memFree=23923188/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=463596 CPUtime=3045.49 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 510966 0 0 0 304379 170 0 0 25 0 4 0 502067742 474722304 80063 33554432000 4194304 4627427 140734780179472 18446744073709551615 4311227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 115899 80063 388 106 0 110870 0
[pid=13650/tid=13651] ppid=13648 vsize=463596 CPUtime=758.58 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 113046 0 0 0 75819 39 0 0 25 0 4 0 502067743 474722304 80063 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=463596 CPUtime=762.31 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 133804 0 0 0 76180 51 0 0 25 0 4 0 502067743 474722304 80063 33554432000 4194304 4627427 140734780179472 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=463596 CPUtime=762.3 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 124495 0 0 0 76193 37 0 0 25 0 4 0 502067743 474722304 80063 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.49
Current children cumulated vsize (KiB) 463596

[startup+822.301 s]
/proc/loadavg: 4.08 4.85 6.39 5/175 13694
/proc/meminfo: memFree=23916672/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=476940 CPUtime=3285.2 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 534109 0 0 0 328340 180 0 0 25 0 4 0 502067742 488386560 81797 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 119235 81797 388 106 0 114206 0
[pid=13650/tid=13651] ppid=13648 vsize=476940 CPUtime=818.3 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 119159 0 0 0 81788 42 0 0 25 0 4 0 502067743 488386560 81797 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=476940 CPUtime=822.31 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 140354 0 0 0 82177 54 0 0 25 0 4 0 502067743 488386560 81797 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=476940 CPUtime=822.29 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 128363 0 0 0 82191 38 0 0 25 0 4 0 502067743 488386560 81797 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3285.2
Current children cumulated vsize (KiB) 476940

[startup+882.306 s]
/proc/loadavg: 4.03 4.69 6.24 5/175 13696
/proc/meminfo: memFree=23906420/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=497108 CPUtime=3524.95 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 558793 0 0 0 352305 190 0 0 25 0 4 0 502067742 509038592 84374 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 124277 84374 388 106 0 119248 0
[pid=13650/tid=13651] ppid=13648 vsize=497108 CPUtime=878.03 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 126194 0 0 0 87758 45 0 0 25 0 4 0 502067743 509038592 84374 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=497108 CPUtime=882.31 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 146192 0 0 0 88176 55 0 0 25 0 4 0 502067743 509038592 84374 33554432000 4194304 4627427 140734780179472 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=497108 CPUtime=882.3 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 134396 0 0 0 88189 41 0 0 25 0 4 0 502067743 509038592 84374 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.95
Current children cumulated vsize (KiB) 497108

[startup+942.3 s]
/proc/loadavg: 4.06 4.58 6.10 5/175 13697
/proc/meminfo: memFree=23904720/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=497504 CPUtime=3764.66 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 581901 0 0 0 376267 199 0 0 25 0 4 0 502067742 509444096 85022 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 124376 85022 388 106 0 119347 0
[pid=13650/tid=13651] ppid=13648 vsize=497504 CPUtime=937.75 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 131328 0 0 0 93728 47 0 0 25 0 4 0 502067743 509444096 85022 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=497504 CPUtime=942.31 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 152110 0 0 0 94173 58 0 0 25 0 4 0 502067743 509444096 85022 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=497504 CPUtime=942.29 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 140199 0 0 0 94186 43 0 0 25 0 4 0 502067743 509444096 85022 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.66
Current children cumulated vsize (KiB) 497504

[startup+1002.3 s]
/proc/loadavg: 4.02 4.47 5.97 5/175 13699
/proc/meminfo: memFree=23892004/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=550076 CPUtime=4004.39 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 605536 0 0 0 400230 209 0 0 25 0 4 0 502067742 563277824 88092 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 137519 88092 388 106 0 132490 0
[pid=13650/tid=13651] ppid=13648 vsize=550076 CPUtime=997.48 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 137544 0 0 0 99698 50 0 0 25 0 4 0 502067743 563277824 88092 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=550076 CPUtime=1002.31 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 158728 0 0 0 100171 60 0 0 25 0 4 0 502067743 563277824 88092 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=550076 CPUtime=1002.29 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 146173 0 0 0 100183 46 0 0 25 0 4 0 502067743 563277824 88092 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4004.39
Current children cumulated vsize (KiB) 550076

[startup+1062.3 s]
/proc/loadavg: 4.05 4.40 5.85 5/175 13701
/proc/meminfo: memFree=23885980/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=536976 CPUtime=4244.12 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 627090 0 0 0 424193 219 0 0 25 0 4 0 502067742 549863424 89513 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 134244 89513 388 106 0 129215 0
[pid=13650/tid=13651] ppid=13648 vsize=536976 CPUtime=1057.2 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 143598 0 0 0 105669 51 0 0 25 0 4 0 502067743 549863424 89513 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=536976 CPUtime=1062.31 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 162997 0 0 0 106168 63 0 0 25 0 4 0 502067743 549863424 89513 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=536976 CPUtime=1062.3 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 151230 0 0 0 106181 49 0 0 25 0 4 0 502067743 549863424 89513 33554432000 4194304 4627427 140734780179472 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4244.12
Current children cumulated vsize (KiB) 536976

[startup+1122.3 s]
/proc/loadavg: 4.02 4.32 5.73 5/175 13702
/proc/meminfo: memFree=23878464/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=581468 CPUtime=4483.85 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 646251 0 0 0 448157 228 0 0 25 0 4 0 502067742 595423232 91478 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 145367 91478 388 106 0 140338 0
[pid=13650/tid=13651] ppid=13648 vsize=581468 CPUtime=1116.92 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 149048 0 0 0 111639 53 0 0 25 0 4 0 502067743 595423232 91478 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=581468 CPUtime=1122.31 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 165865 0 0 0 112167 64 0 0 25 0 4 0 502067743 595423232 91478 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=581468 CPUtime=1122.3 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 156528 0 0 0 112179 51 0 0 25 0 4 0 502067743 595423232 91478 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.85
Current children cumulated vsize (KiB) 581468

[startup+1182.3 s]
/proc/loadavg: 4.04 4.28 5.62 5/175 13704
/proc/meminfo: memFree=23869976/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=636256 CPUtime=4723.58 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 669294 0 0 0 472122 236 0 0 25 0 4 0 502067742 651526144 93649 33554432000 4194304 4627427 140734780179472 18446744073709551615 4327488 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 159064 93649 388 106 0 154035 0
[pid=13650/tid=13651] ppid=13648 vsize=636256 CPUtime=1176.66 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 153803 0 0 0 117611 55 0 0 25 0 4 0 502067743 651526144 93649 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=636256 CPUtime=1182.32 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 173136 0 0 0 118165 67 0 0 25 0 4 0 502067743 651526144 93649 33554432000 4194304 4627427 140734780179472 18446744073709551615 4420176 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=636256 CPUtime=1182.31 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 162580 0 0 0 118177 54 0 0 25 0 4 0 502067743 651526144 93649 33554432000 4194304 4627427 140734780179472 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4723.58
Current children cumulated vsize (KiB) 636256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.5 s]
/proc/loadavg: 4.10 4.27 5.59 5/175 13704
/proc/meminfo: memFree=23873924/32951124 swapFree=67111524/67111528
[pid=13650] ppid=13648 vsize=581944 CPUtime=4800.31 cores=0,2,4,6
/proc/13650/stat : 13650 (strangenight2-m) R 13648 13650 13368 0 -1 4202496 675985 0 0 0 479792 239 0 0 25 0 4 0 502067742 595910656 92569 33554432000 4194304 4627427 140734780179472 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13650/statm: 145486 92569 388 106 0 140457 0
[pid=13650/tid=13651] ppid=13648 vsize=581944 CPUtime=1195.77 cores=0,2,4,6
/proc/13650/task/13651/stat : 13651 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 156276 0 0 0 119521 56 0 0 25 0 4 0 502067743 595910656 92569 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13650/tid=13652] ppid=13648 vsize=581944 CPUtime=1201.52 cores=0,2,4,6
/proc/13650/task/13652/stat : 13652 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 174054 0 0 0 120085 67 0 0 25 0 4 0 502067743 595910656 92569 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13650/tid=13653] ppid=13648 vsize=581944 CPUtime=1201.51 cores=0,2,4,6
/proc/13650/task/13653/stat : 13653 (strangenight2-m) R 13648 13650 13368 0 -1 4202560 163783 0 0 0 120097 54 0 0 25 0 4 0 502067743 595910656 92569 33554432000 4194304 4627427 140734780179472 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 581944

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.53
CPU time (s): 4800.36
CPU user time (s): 4797.94
CPU system time (s): 2.41263
CPU usage (%): 399.519
Max. virtual memory (cumulated for all children) (KiB): 649924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.94
system time used= 2.41263
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 675987
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= 500
involuntary context switches= 31745

runsolver used 1.83772 second user time and 3.9154 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 19:01:56
IDJOB=3174116
IDBENCH=82934
IDSOLVER=1586
FILE ID=node144/3174116-1304096516
RUNJOBID= node144-1304093667-13386
PBS_JOBID= 13170586
Free space on /tmp= 72404 MiB

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

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

MD5SUM BENCH= a07a8125427a6bd5de5db67d31fcc46b
RANDOM SEED=2130656077

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23782532 kB
Buffers:       2123576 kB
Cached:        5976728 kB
SwapCached:          4 kB
Active:         646692 kB
Inactive:      7972600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23782532 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5824 kB
Writeback:           0 kB
AnonPages:      517652 kB
Mapped:          15460 kB
Slab:           485920 kB
PageTables:       5516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   782796 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= 72404 MiB
End job on node144 at 2011-04-29 19:22:00