Trace number 3366173

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v750-c15000-S440979335-036-UNKNOWN.cnf
MD5SUMa9820c4b7c4cca37033a1ea45b264344
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.10137
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses15000
Sum of the clauses size75000
Maximum clause length5
Minimum clause length5
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 515000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.02	c Using 4 threads
0.00/0.07	c This is CryptoMiniSat 3.0.0
0.00/0.07	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.07	c Reading file 'HOME/instance-3366173-1305397971.cnf'
0.00/0.07	c -- header says num vars:            750
0.00/0.07	c -- header says num clauses:       15000
0.20/0.08	c -- clauses added:            0 learnts,        15000 normals,            0 xors
0.20/0.08	c -- vars added        750
0.20/0.08	c Parsing time:  0.01 s
0.20/0.08	c  N st     0         0       750     15000         0         0     75000         0   no data   no data
0.26/0.15	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.07
0.26/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.59/0.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.59/0.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.59/0.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.59/0.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
0.59/0.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.59/0.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.59/0.25	c Finding binary XORs  T:     0.00 s  found:       0
0.59/0.26	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.59/0.26	c calculated reachability. Time: 0.00
0.59/0.26	c Calc default polars -  time:   0.00 s pos:     350 undec:      36 neg:     364
0.59/0.26	c =========================================================================================
0.59/0.26	c types(t): F = full restart, N = normal restart
0.59/0.26	c types(t): S = simplification begin/end, E = solution found
0.59/0.26	c restart types(rt): st = static, dy = dynamic
0.59/0.26	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.59/0.26	c  B st     0         0       750     15000         0         0     75000         0   no data   no data
0.91/0.37	c Decided on static restart strategy
1.71/0.55	c  N st     8      4918       750     15000         0      4886     75000    511596   no data   no data
3.73/1.04	c  N st    10     11301       750     15000         0      4529     75000    295663   no data   no data
5.31/1.49	c  N st    11     17044       750     15000         0     10221     75000    931361   no data   no data
8.54/2.22	c  F st    12     25001       750     15000         0     12564     75000   1124390   no data   no data
8.54/2.22	c  N st    12     25001       750     15000         0     12564     75000   1124390   no data   no data
9.70/2.58	c  N dy    18     30001       750     15000         0     10744     75000    886063   no data   no data
9.70/2.58	c  S st    18     30001       750     15000         0     10744     75000    886063   no data   no data
10.10/2.63	c  S st    18     30507       750     15000         0     11250     75000    930042   no data   no data
10.10/2.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.10/2.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
10.10/2.64	c blocked clauses removed:        0 vars:      0 tried:         750 T: 0.00 s
10.10/2.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.10/2.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.10/2.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
10.10/2.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.10/2.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.10/2.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.68/3.51	c lits-rem:       278  cl-subs:      133  v-elim:      0  v-fix:    0  time:  0.82 s
14.08/3.61	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.10
14.08/3.61	c calculated reachability. Time: 0.00
14.08/3.61	c  N dy    18     30507       750     15000         0     11117     75000    906314   no data   no data
15.28/3.95	c  N dy    37     34551       750     15000         0     15143     75000   1294131     77.64     81.93
16.48/4.27	c  N dy    60     38604       750     15000         0     11325     75000    644699     78.38     92.56
18.07/4.60	c  N dy    87     42611       750     15000         0     15319     75000   1032718     78.78     83.26
18.87/4.87	c  S st   104     45763       750     15000         0      9555     75000    344403     78.78     72.00
19.27/4.92	c  S st   104     46267       750     15000         0     10059     75000    390017     78.78   no data
19.27/4.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.27/4.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
19.27/4.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.27/4.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.27/4.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.27/4.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
19.27/4.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.27/4.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
19.27/4.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.67/5.07	c lits-rem:         5  cl-subs:        7  v-elim:      0  v-fix:    0  time:  0.12 s
19.67/5.07	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
19.67/5.08	c vivif2 --  cl tried    10052 cl shrink        0 lits rem          0 time: 0.00
20.06/5.18	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.10
20.06/5.18	c calculated reachability. Time: 0.00
20.06/5.18	c  N dy   104     46267       750     15000         0     10052     75000    388781     78.78   no data
21.71/5.51	c  N dy   122     50496       750     15000         0     14267     75000    795784     78.61     83.47
22.86/5.86	c  N dy   142     54517       750     15000         0     18279     75000   1184201     78.46     83.33
24.46/6.22	c  N dy   167     58768       750     15000         0     12576     75000    530159     78.56     84.17
25.67/6.57	c  N dy   187     62890       750     15000         0     16681     75000    927617     78.61     82.77
27.24/6.97	c  N dy   212     66982       750     15000         0     20764     75000   1324017     78.68     83.22
28.04/7.19	c  S st   225     69400       750     15000         0     12218     75000    395354     78.70     77.72
28.45/7.24	c  S st   225     69903       750     15000         0     12720     75000    437448     78.70   no data
28.45/7.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.45/7.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.45/7.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.45/7.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.45/7.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.45/7.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
28.45/7.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.45/7.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.45/7.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.25/7.43	c lits-rem:         0  cl-subs:       14  v-elim:      0  v-fix:    0  time:  0.16 s
29.25/7.43	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
29.25/7.44	c vivif2 --  cl tried    12706 cl shrink        0 lits rem          0 time: 0.00
29.65/7.55	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.11
29.65/7.55	c calculated reachability. Time: 0.00
29.65/7.55	c  N dy   225     69903       750     15000         0     12706     75000    434985     78.70   no data
31.24/7.92	c  N dy   250     74415       750     15000         0     17200     75000    865415     78.67     86.91
32.84/8.38	c  N dy   275     79281       750     15000         0     22051     75000   1334719     78.63     82.81
34.87/8.84	c  N dy   303     84372       750     15000         0     15177     75000    591549     78.69     87.84
36.02/9.12	c  F st   323     87500       750     15000         0     18295     75000    897476     78.77     72.33
37.23/9.43	c  N st   328     90797       750     15000         0     21570     75000   1231447     78.77   no data
39.26/10.00	c  N dy   350     96615       750     15000         0     14421     75000    426036     78.76     83.24
41.62/10.54	c  N dy   386    102830       750     15000         0     20617     75000   1035708     78.90     83.99
42.41/10.75	c  S st   400    104854       750     15000         0     22633     75000   1231654     78.94   no data
42.81/10.82	c  S st   400    105356       750     15000         0     23135     75000   1272699     78.94   no data
42.81/10.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.81/10.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
42.81/10.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.81/10.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.81/10.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.81/10.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
42.81/10.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.81/10.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
42.81/10.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.79/13.35	c lits-rem:       244  cl-subs:       67  v-elim:      0  v-fix:    0  time:  2.45 s
52.79/13.35	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
52.79/13.37	c vivif2 --  cl tried    23068 cl shrink        0 lits rem          0 time: 0.02
53.59/13.57	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.20
53.59/13.57	c calculated reachability. Time: 0.00
53.59/13.57	c  N dy   400    105356       750     15000         0     23068     75000   1260675     78.94   no data
56.40/14.30	c  N dy   433    112171       750     15000         0     15897     75000    479315     78.89     84.63
59.57/15.02	c  N dy   478    119507       750     15000         0     23218     75000   1193686     79.00     83.96
63.16/15.95	c  N dy   524    127228       750     15000         0     15959     75000    393314     79.08     83.65
66.34/16.78	c  N dy   570    135468       750     15000         0     24171     75000   1194025     79.09     84.06
70.33/17.78	c  N dy   614    144348       750     15000         0     17089     75000    414762     79.09     83.26
74.37/18.72	c  N dy   672    153586       750     15000         0     26301     75000   1316201     79.22     84.19
76.32/19.24	c  S st   697    158034       750     15000         0     30732     75000   1751648     79.25     71.53
76.72/19.33	c  S st   697    158536       750     15000         0     31234     75000   1795841     79.25   no data
76.72/19.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
76.72/19.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
76.72/19.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.72/19.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.72/19.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.72/19.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
76.72/19.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.72/19.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
77.12/19.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.71/25.38	c lits-rem:       287  cl-subs:       83  v-elim:      0  v-fix:    0  time:  5.95 s
100.71/25.38	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
101.06/25.40	c vivif2 --  cl tried    31151 cl shrink        0 lits rem          0 time: 0.02
101.86/25.65	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.25
101.86/25.65	c calculated reachability. Time: 0.00
101.86/25.65	c  N dy   697    158536       750     15000         0     31151     75000   1780895     79.25   no data
106.25/26.75	c  N dy   744    168760       750     15000         0     24395     75000   1033922     79.21     83.39
111.83/28.12	c  N dy   809    179579       750     15000         0     35190     75000   2093857     79.27     83.59
116.63/29.38	c  N dy   879    191344       750     15000         0     28968     75000   1395021     79.37     84.00
123.01/30.92	c  N dy   954    203715       750     15000         0     22354     75000    652252     79.48     83.78
128.99/32.44	c  N dy  1016    216786       750     15000         0     35373     75000   1930213     79.49     84.52
135.82/34.11	c  N dy  1087    230770       750     15000         0     29392     75000   1254499     79.47     83.78
138.97/34.99	c  S st  1123    237804       750     15000         0     36401     75000   1936365     79.45     77.46
139.37/35.09	c  S st  1123    238308       750     15000         0     36905     75000   1980493     79.45   no data
139.37/35.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
139.79/35.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
139.79/35.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
139.79/35.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
139.79/35.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.79/35.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
139.79/35.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
139.79/35.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
139.79/35.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
170.09/42.74	c lits-rem:       328  cl-subs:      134  v-elim:      0  v-fix:    0  time:  7.54 s
170.09/42.74	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
170.09/42.76	c vivif2 --  cl tried    36771 cl shrink        0 lits rem          0 time: 0.02
171.28/43.05	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.28
171.28/43.05	c calculated reachability. Time: 0.00
171.28/43.05	c  N dy  1123    238308       750     15000         0     36771     75000   1956084     79.45   no data
178.88/44.92	c  N dy  1208    253854       750     15000         0     31331     75000   1345788     79.45     84.41
187.25/47.06	c  N dy  1299    270140       750     15000         0     25639     75000    710416     79.44     83.72
196.03/49.26	c  N dy  1389    287392       750     15000         0     42842     75000   2389310     79.43     83.70
205.20/51.61	c  N dy  1504    305739       750     15000         0     38195     75000   1845589     79.50     83.96
205.63/51.68	c  F st  1509    306252       750     15000         0     38707     75000   1896313     79.51   no data
215.57/54.16	c  N dy  1584    325281       750     15000         0     33760     75000   1324457     79.50     89.89
227.15/57.07	c  N dy  1696    345345       750     15000         0     28836     75000    749561     79.52     83.98
233.53/58.68	c  S st  1762    357462       750     15000         0     40918     75000   1930875     79.53   no data
233.93/58.79	c  S st  1762    357966       750     15000         0     41422     75000   1974353     79.53   no data
233.93/58.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
234.33/58.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
234.33/58.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
234.33/58.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
234.33/58.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
234.33/58.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
234.33/58.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
234.33/58.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
234.33/58.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
270.25/67.87	c lits-rem:       317  cl-subs:      106  v-elim:      0  v-fix:    0  time:  8.98 s
270.25/67.87	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
270.65/67.90	c vivif2 --  cl tried    41316 cl shrink        0 lits rem          0 time: 0.03
271.88/68.24	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.33
271.88/68.24	c calculated reachability. Time: 0.00
271.88/68.24	c  N dy  1762    357966       750     15000         0     41316     75000   1955339     79.53   no data
283.81/71.24	c  N dy  1867    378341       750     15000         0     35707     75000   1338557     79.56     84.12
296.57/74.46	c  N dy  1979    398377       750     15000         0     28767     75000    560138     79.60     84.27
308.54/77.47	c  N dy  2092    418931       750     15000         0     49259     75000   2576192     79.63     84.11
320.91/80.50	c  N dy  2197    438974       750     15000         0     41315     75000   1697782     79.62     84.25
333.68/83.79	c  N dy  2289    459079       750     15000         0     32430     75000    742356     79.57     84.04
346.49/86.92	c  N dy  2417    479207       750     15000         0     52492     75000   2728936     79.65     85.06
358.82/90.04	c  N dy  2534    499277       750     15000         0     42596     75000   1651390     79.70     85.08
373.18/93.63	c  N dy  2643    519441       750     15000         0     31791     75000    501229     79.72     84.00
383.15/96.16	c  S st  2733    536949       750     15000         0     49236     75000   2207487     79.72     74.36
383.55/96.29	c  S st  2733    537453       750     15000         0     49740     75000   2249832     79.72   no data
383.95/96.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
383.95/96.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
383.95/96.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
383.95/96.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
383.95/96.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
383.95/96.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
383.95/96.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
383.95/96.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
384.36/96.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.03/108.14	c lits-rem:       564  cl-subs:      128  v-elim:      0  v-fix:    0  time: 11.72 s
431.03/108.14	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
431.03/108.17	c vivif2 --  cl tried    49612 cl shrink        0 lits rem          0 time: 0.03
432.63/108.56	c asymm  cl-useful: 0/13377/15000 lits-rem:0 time: 0.39
432.63/108.56	c calculated reachability. Time: 0.00
432.63/108.56	c  N dy  2733    537453       750     15000         0     49612     75000   2226559     79.72   no data
447.43/112.24	c  N dy  2837    557595       750     15000         0     37797     75000   1001230     79.70     83.92
461.75/115.87	c  N dy  2961    577633       750     15000         0     57768     75000   2976907     79.77     86.13
476.93/119.65	c  N dy  3067    597664       750     15000         0     44858     75000   1608204     79.79     84.54
492.48/123.58	c  N dy  3181    617768       750     15000         0     64897     75000   3582498     79.82     84.08
505.65/126.85	c  N dy  3282    637831       750     15000         0     50984     75000   2110022     79.82     85.71
522.05/130.97	c  N dy  3392    658029       750     15000         0     36231     75000    574279     79.81     84.99
535.57/134.32	c  N dy  3516    678062       750     15000         0     56189     75000   2532440     79.84     84.51
551.54/138.33	c  N dy  3623    698211       750     15000         0     40398     75000    896586     79.85     85.09
565.53/141.86	c  N dy  3742    718246       750     15000         0     60364     75000   2865068     79.89     88.62
581.86/145.90	c  N dy  3861    738573       750     15000         0     43757     75000   1139663     79.92     84.24
597.42/149.80	c  N dy  3976    759641       750     15000         0     64737     75000   3204815     79.94     84.85
612.99/153.73	c  N dy  4087    779912       750     15000         0     47074     75000   1380562     79.95     85.75
628.55/157.65	c  N dy  4198    800021       750     15000         0     67114     75000   3350537     79.96     84.41
634.53/159.10	c  S st  4235    806179       750     15000         0     73252     75000   3954267     79.97   no data
634.94/159.27	c  S st  4235    806684       750     15000         0     73757     75000   3997855     79.97   no data
634.94/159.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
635.33/159.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
635.33/159.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
635.33/159.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
635.33/159.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
635.33/159.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
635.33/159.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
635.33/159.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
635.75/159.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
732.31/183.67	c lits-rem:       862  cl-subs:      269  v-elim:      0  v-fix:    0  time: 24.19 s
732.31/183.68	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
732.73/183.73	c vivif2 --  cl tried    73488 cl shrink        0 lits rem          0 time: 0.05
733.09/183.81	c asymm  cl-useful: 0/1623/15000 lits-rem:0 time: 0.08
733.09/183.81	c calculated reachability. Time: 0.00
733.09/183.81	c  N dy  4235    806684       750     15000         0     73488     75000   3949607     79.97   no data
747.85/187.50	c  N dy  4351    826699       750     15000         0     54575     75000   2015766     79.99     84.50
764.60/191.71	c  N dy  4446    846885       750     15000         0     74696     75000   4008694     79.97     84.51
779.77/195.53	c  N dy  4548    867236       750     15000         0     55110     75000   1980441     79.98     85.19
797.33/199.91	c  N dy  4662    887299       750     15000         0     75099     75000   3942287     79.99     84.81
813.28/203.91	c  N dy  4772    907306       750     15000         0     54186     75000   1792019     80.00     84.31
830.04/208.12	c  N dy  4870    927355       750     15000         0     74151     75000   3744370     79.99     84.45
846.84/212.36	c  N dy  4992    947429       750     15000         0     52299     75000   1527658     80.02     84.64
863.56/216.53	c  N dy  5095    967528       750     15000         0     72319     75000   3490096     80.02     84.75
881.95/221.18	c  N dy  5220    987696       750     15000         0     49584     75000   1169933     80.05     84.65
898.27/225.20	c  N dy  5324   1007784       750     15000         0     69603     75000   3147272     80.06     84.60
917.42/230.02	c  N dy  5411   1027822       750     15000         0     45728     75000    699642     80.04     84.58
933.39/234.02	c  N dy  5529   1047909       750     15000         0     65733     75000   2692064     80.05     88.58
954.54/239.32	c  N dy  5639   1067981       750     15000         0     85735     75000   4658866     80.05     88.28
958.93/240.46	c  F st  5656   1071875       750     15000         0     89612     75000   5037636     80.05   no data
971.69/243.67	c  N dy  5727   1088093       750     15000         0     60927     75000   2125127     80.06     86.54
991.27/248.61	c  N dy  5820   1108258       750     15000         0     81006     75000   4094065     80.05     85.34
1010.79/253.48	c  N dy  5935   1128412       750     15000         0     55269     75000   1455448     80.06     85.15
1028.35/257.89	c  N dy  6045   1148472       750     15000         0     75284     75000   3422046     80.07     91.47
1050.69/263.48	c  N dy  6167   1168485       750     15000         0     48382     75000    689744     80.09     90.46
1067.05/267.60	c  N dy  6289   1189013       750     15000         0     68843     75000   2707717     80.11     87.63
1088.24/272.88	c  N dy  6401   1209382       750     15000         0     89150     75000   4719559     80.12     87.52
1089.00/273.07	c  S st  6406   1210026       750     15000         0     89790     75000   4785098     80.12   no data
1090.19/273.31	c  S st  6406   1210529       750     15000         0     90293     75000   4830048     80.12   no data
1090.19/273.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1090.19/273.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1090.19/273.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1090.19/273.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1090.19/273.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1090.19/273.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1090.19/273.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1090.59/273.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1090.99/273.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1227.85/307.85	c lits-rem:       924  cl-subs:      281  v-elim:      0  v-fix:    0  time: 34.28 s
1227.85/307.85	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1228.27/307.91	c vivif2 --  cl tried    90012 cl shrink        0 lits rem          0 time: 0.06
1229.84/308.33	c asymm  cl-useful: 0/8713/15000 lits-rem:0 time: 0.42
1229.84/308.34	c calculated reachability. Time: 0.00
1229.84/308.34	c  N dy  6406   1210529       750     15000         0     90012     75000   4778849     80.12   no data
1247.40/312.77	c  N dy  6516   1230604       750     15000         0     62188     75000   1962417     80.13     85.49
1266.96/317.62	c  N dy  6633   1250756       750     15000         0     82275     75000   3950436     80.14     86.15
1288.51/323.01	c  N dy  6738   1270822       750     15000         0     53439     75000   1004169     80.14     87.63
1305.26/327.21	c  N dy  6844   1290908       750     15000         0     73461     75000   2979531     80.14     84.62
1327.60/332.80	c  N dy  6960   1310935       750     15000         0     93431     75000   4952203     80.16     84.40
1345.96/337.46	c  N dy  7066   1331465       750     15000         0     64032     75000   1968910     80.17     87.44
1365.51/342.36	c  N dy  7184   1351536       750     15000         0     84024     75000   3940851     80.17     88.92
1389.05/348.25	c  N dy  7304   1371644       750     15000         0     53236     75000    809914     80.20     84.65
1405.80/352.49	c  N dy  7420   1391716       750     15000         0     73246     75000   2787085     80.21     85.17
1427.36/357.87	c  N dy  7516   1411816       750     15000         0     93276     75000   4751482     80.20     87.02
1448.15/363.09	c  N dy  7622   1431824       750     15000         0     61397     75000   1514664     80.20     84.87
1467.11/367.84	c  N dy  7744   1451910       750     15000         0     81423     75000   3493896     80.22     95.27
1490.47/373.72	c  N dy  7854   1472064       750     15000         0    101499     75000   5490748     80.23     84.46
1509.04/378.47	c  N dy  7980   1492065       750     15000         0     68633     75000   2157654     80.25     84.86
1530.31/383.90	c  N dy  8093   1512136       750     15000         0     88619     75000   4142413     80.26     85.37
1556.63/390.45	c  N dy  8221   1532154       750     15000         0     54764     75000    691011     80.28     85.72
1574.60/394.91	c  N dy  8336   1552627       750     15000         0     75171     75000   2712750     80.30     84.66
1596.90/400.53	c  N dy  8439   1572722       750     15000         0     95194     75000   4682703     80.30     84.72
1621.25/406.63	c  N dy  8550   1592891       750     15000         0     60486     75000   1166038     80.30     85.07
1640.03/411.37	c  N dy  8656   1612939       750     15000         0     80459     75000   3138137     80.31     94.79
1663.94/417.30	c  N dy  8778   1632991       750     15000         0    100447     75000   5112709     80.32     85.03
1685.89/422.83	c  N dy  8876   1653058       750     15000         0     64625     75000   1478020     80.32     86.55
1705.45/427.72	c  N dy  8988   1673130       750     15000         0     84635     75000   3456680     80.33     85.60
1730.18/433.92	c  N dy  9106   1693147       750     15000         0    104584     75000   5436114     80.35     86.16
1749.75/438.81	c  S st  9202   1710529       750     15000         0     65091     75000   1431844     80.35   no data
1750.17/438.97	c  S st  9202   1711032       750     15000         0     65594     75000   1476237     80.35   no data
1750.17/438.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1750.53/439.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
1750.53/439.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1750.53/439.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1750.53/439.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1750.53/439.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1750.53/439.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1750.53/439.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1750.53/439.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1769.68/443.87	c lits-rem:       175  cl-subs:       67  v-elim:      0  v-fix:    0  time:  4.78 s
1769.68/443.87	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1769.68/443.89	c vivif2 --  cl tried    65527 cl shrink        0 lits rem          0 time: 0.02
1770.88/444.15	c asymm  cl-useful: 0/6287/15000 lits-rem:0 time: 0.26
1770.88/444.15	c calculated reachability. Time: 0.00
1770.88/444.15	c  N dy  9202   1711032       750     15000         0     65527     75000   1464144     80.35   no data
1791.63/449.39	c  N dy  9309   1731069       750     15000         0     85488     75000   3427734     80.35     84.83
1817.96/455.91	c  N dy  9416   1751186       750     15000         0    105538     75000   5418194     80.35     84.60
1841.93/461.97	c  N dy  9506   1771225       750     15000         0     67707     75000   1607338     80.34     85.66
1863.45/467.32	c  N dy  9613   1791266       750     15000         0     87678     75000   3581803     80.35     86.01
1888.98/473.77	c  N dy  9740   1811326       750     15000         0    107664     75000   5581888     80.37     92.93
1912.92/479.75	c  N dy  9859   1831556       750     15000         0     69022     75000   1648142     80.38     85.29
1933.67/484.91	c  N dy  9967   1851669       750     15000         0     89050     75000   3627464     80.38     84.96
1958.81/491.22	c  N dy 10068   1871762       750     15000         0    109069     75000   5597139     80.38     84.99
1982.79/497.28	c  N dy 10180   1891768       750     15000         0     69229     75000   1583318     80.39     85.48
2003.50/502.44	c  N dy 10278   1912046       750     15000         0     89436     75000   3589965     80.38     85.50
2029.44/508.94	c  N dy 10392   1932090       750     15000         0    109407     75000   5565947     80.39     84.82
2054.97/515.31	c  N dy 10509   1952204       750     15000         0     68666     75000   1439892     80.40     87.16
2075.72/520.51	c  N dy 10624   1972472       750     15000         0     88856     75000   3440376     80.42     85.37
2100.88/526.86	c  N dy 10716   1992528       750     15000         0    108852     75000   5410889     80.41     86.54
2127.62/533.59	c  N dy 10823   2012532       750     15000         0     67019     75000   1186205     80.42     95.92
2147.54/538.52	c  N dy 10931   2032640       750     15000         0     87061     75000   3163600     80.42     84.91
2172.68/544.80	c  N dy 11049   2052767       750     15000         0    107122     75000   5151870     80.43     85.10
2202.24/552.27	c  N dy 11153   2072823       750     15000         0     64316     75000    830014     80.43     84.88
2222.56/557.34	c  N dy 11259   2092900       750     15000         0     84323     75000   2806938     80.44     85.01
2248.09/563.71	c  N dy 11361   2112985       750     15000         0    104326     75000   4792959     80.44     93.03
2278.01/571.24	c  N dy 11483   2133143       750     15000         0    124420     75000   6797751     80.45     86.54
2299.16/576.53	c  N dy 11596   2153151       750     15000         0     80591     75000   2358467     80.46     85.12
2322.71/582.45	c  N dy 11712   2173154       750     15000         0    100514     75000   4342137     80.47     85.23
2351.47/589.69	c  N dy 11818   2193223       750     15000         0    120510     75000   6326346     80.47     85.22
2374.58/595.49	c  S st 11921   2211033       750     15000         0     73478     75000   1566409     80.48     75.67
2375.38/595.67	c  S st 11921   2211536       750     15000         0     73981     75000   1611687     80.48   no data
2375.38/595.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2375.77/595.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2375.77/595.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2375.77/595.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2375.77/595.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2375.77/595.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
2375.77/595.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2375.77/595.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2375.77/595.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2396.52/600.97	c lits-rem:       168  cl-subs:       57  v-elim:      0  v-fix:    0  time:  5.17 s
2396.52/600.97	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
2396.52/600.99	c vivif2 --  cl tried    73924 cl shrink        0 lits rem          0 time: 0.02
2398.12/601.37	c asymm  cl-useful: 0/10060/15000 lits-rem:0 time: 0.38
2398.12/601.38	c calculated reachability. Time: 0.00
2398.12/601.38	c  N dy 11921   2211536       750     15000         0     73924     75000   1601589     80.48   no data
2420.46/606.92	c  N dy 12044   2231644       750     15000         0     93966     75000   3593294     80.49     86.20
2447.61/613.72	c  N dy 12164   2251733       750     15000         0    113981     75000   5584207     80.50     85.54
2478.34/621.43	c  N dy 12269   2272143       750     15000         0     68555     75000    977780     80.50     84.89
2498.67/626.56	c  N dy 12380   2292271       750     15000         0     88610     75000   2961930     80.51     84.92
2524.20/632.91	c  N dy 12486   2312273       750     15000         0    108532     75000   4944458     80.51     85.04
2554.13/640.46	c  N dy 12593   2332278       750     15000         0    128489     75000   6915501     80.52     85.25
2577.28/646.29	c  N dy 12704   2352346       750     15000         0     81720     75000   2196149     80.52     85.77
2602.01/652.50	c  N dy 12809   2372432       750     15000         0    101746     75000   4189226     80.52     86.13
2633.13/660.25	c  N dy 12929   2392580       750     15000         0    121820     75000   6180056     80.53     85.17
2662.26/667.57	c  N dy 13028   2412848       750     15000         0     74252     75000   1361833     80.53     84.79
2684.22/673.09	c  N dy 13129   2433152       750     15000         0     94471     75000   3360516     80.53     85.29
2711.38/679.84	c  N dy 13237   2453518       750     15000         0    114775     75000   5384879     80.53     85.04
2744.06/688.04	c  N dy 13360   2473634       750     15000         0    134825     75000   7381953     80.54     86.49
2766.80/693.70	c  N dy 13472   2493656       750     15000         0     86000     75000   2439022     80.55     90.69
2790.74/699.75	c  N dy 13575   2513753       750     15000         0    106031     75000   4424693     80.55     85.56
2821.11/707.32	c  N dy 13695   2533838       750     15000         0    126052     75000   6418966     80.56     85.88
2850.60/714.74	c  N dy 13809   2553896       750     15000         0     76294     75000   1383353     80.57     85.10
2872.15/720.17	c  N dy 13898   2574016       750     15000         0     96341     75000   3368717     80.57     85.56
2899.28/726.91	c  N dy 14001   2594054       750     15000         0    116313     75000   5345107     80.57     85.49
2932.79/735.33	c  N dy 14112   2614127       750     15000         0    136312     75000   7330627     80.57     87.49
2960.33/742.26	c  N dy 14222   2634588       750     15000         0     85957     75000   2252528     80.58     84.92
2985.07/748.47	c  N dy 14325   2654604       750     15000         0    105905     75000   4215799     80.58     88.48
3015.79/756.14	c  N dy 14434   2674731       750     15000         0    125965     75000   6202240     80.58     85.14
3048.51/764.35	c  N dy 14538   2694858       750     15000         0     74267     75000   1002474     80.58     86.46
3066.47/768.89	c  S st 14645   2711537       750     15000         0     90896     75000   2667063     80.59   no data
3067.65/769.11	c  S st 14645   2712045       750     15000         0     91404     75000   2713858     80.59   no data
3067.65/769.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3067.65/769.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
3067.65/769.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3067.65/769.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3067.65/769.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3067.65/769.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3067.65/769.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3068.05/769.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3068.05/769.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3133.89/785.70	c lits-rem:       459  cl-subs:      156  v-elim:      0  v-fix:    0  time: 16.40 s
3133.89/785.70	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
3133.89/785.74	c vivif2 --  cl tried    91248 cl shrink        0 lits rem          0 time: 0.04
3135.09/786.02	c asymm  cl-useful: 0/4940/15000 lits-rem:0 time: 0.28
3135.09/786.02	c calculated reachability. Time: 0.00
3135.09/786.02	c  N dy 14645   2712045       750     15000         0     91248     75000   2685208     80.59   no data
3161.03/792.58	c  N dy 14760   2732080       750     15000         0    111203     75000   4658074     80.60     85.29
3192.55/800.41	c  N dy 14868   2752085       750     15000         0    131135     75000   6639369     80.60     85.19
3223.28/808.19	c  N dy 14971   2772214       750     15000         0     78453     75000   1330473     80.60     85.16
3246.44/813.91	c  N dy 15091   2792216       750     15000         0     98401     75000   3317980     80.61     84.88
3273.95/820.88	c  N dy 15198   2812288       750     15000         0    118413     75000   5314918     80.61     85.35
3307.07/829.14	c  N dy 15302   2832515       750     15000         0    138571     75000   7318592     80.62     85.95
3335.39/836.25	c  N dy 15416   2852829       750     15000         0     85055     75000   1896114     80.62     85.66
3359.73/842.33	c  N dy 15531   2873198       750     15000         0    105351     75000   3910873     80.63     85.30
3389.26/849.72	c  N dy 15637   2893397       750     15000         0    125476     75000   5909127     80.63     86.02
3425.18/858.76	c  N dy 15748   2913691       750     15000         0    145716     75000   7933793     80.63     86.19
3450.71/865.12	c  N dy 15845   2933721       750     15000         0     90917     75000   2393561     80.63     86.36
3477.05/871.74	c  N dy 15966   2953764       750     15000         0    110895     75000   4386071     80.64     86.34
3509.37/879.84	c  N dy 16081   2974104       750     15000         0    131149     75000   6405083     80.65     87.01
3546.47/889.12	c  N dy 16199   2994312       750     15000         0    151274     75000   8403939     80.65     85.55
3568.82/894.77	c  N dy 16311   3014425       750     15000         0     95579     75000   2758251     80.66     85.43
3595.95/901.56	c  N dy 16418   3034615       750     15000         0    115699     75000   4775167     80.66     85.12
3628.29/909.69	c  N dy 16535   3054629       750     15000         0    135662     75000   6765446     80.67     86.72
3665.37/918.93	c  N dy 16649   3075116       750     15000         0     79332     75000   1060534     80.67     85.79
3688.11/924.67	c  N dy 16754   3095567       750     15000         0     99699     75000   3080662     80.67     86.24
3716.06/931.66	c  N dy 16858   3115625       750     15000         0    119691     75000   5076940     80.68     85.56
3749.16/939.94	c  N dy 16956   3135773       750     15000         0    139777     75000   7062026     80.68     86.13
3786.29/949.26	c  N dy 17071   3155880       750     15000         0     82106     75000   1245893     80.68     88.19
3812.20/955.72	c  N dy 17181   3175985       750     15000         0    102131     75000   3244703     80.69     85.09
3843.35/963.54	c  N dy 17282   3196007       750     15000         0    122077     75000   5206409     80.69     86.58
3873.26/971.08	c  S st 17379   3212046       750     15000         0    138072     75000   6800728     80.69   no data
3874.84/971.46	c  S st 17379   3212558       750     15000         0    138584     75000   6848473     80.69   no data
3874.84/971.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3875.24/971.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.09
3875.24/971.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3875.24/971.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3875.24/971.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3875.24/971.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3875.24/971.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3875.64/971.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
3876.44/971.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4092.32/1025.93	c lits-rem:       875  cl-subs:      484  v-elim:      0  v-fix:    0  time: 54.08 s
4092.32/1025.93	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
4092.72/1026.02	c vivif2 --  cl tried   138100 cl shrink        0 lits rem          0 time: 0.09
4094.30/1026.48	c asymm  cl-useful: 0/6042/15000 lits-rem:0 time: 0.46
4094.30/1026.48	c calculated reachability. Time: 0.00
4094.30/1026.48	c  N dy 17379   3212558       750     15000         0    138100     75000   6762153     80.69   no data
4132.62/1036.01	c  N dy 17489   3232667       750     15000         0     79414     75000    884744     80.69     85.02
4155.40/1041.76	c  N dy 17603   3252713       750     15000         0     99387     75000   2876912     80.70     85.64
4184.09/1048.91	c  N dy 17726   3272812       750     15000         0    119417     75000   4870818     80.71     85.97
4217.60/1057.34	c  N dy 17845   3292891       750     15000         0    139412     75000   6867577     80.71     96.16
4257.49/1067.34	c  N dy 17959   3313343       750     15000         0     80082     75000    863416     80.72     86.19
4280.64/1073.19	c  N dy 18067   3333554       750     15000         0    100221     75000   2854984     80.72     84.97
4310.97/1080.70	c  N dy 18194   3353779       750     15000         0    120375     75000   4865003     80.73     85.19
4345.28/1089.35	c  N dy 18301   3373834       750     15000         0    140350     75000   6843934     80.73     86.00
4386.38/1099.63	c  N dy 18408   3393877       750     15000         0    160321     75000   8831672     80.73     85.44
4413.52/1106.49	c  N dy 18535   3413956       750     15000         0     99617     75000   2730591     80.74     85.03
4441.84/1113.53	c  N dy 18643   3434146       750     15000         0    119725     75000   4748331     80.74     85.79
4475.38/1121.94	c  N dy 18760   3454246       750     15000         0    139755     75000   6740238     80.75     86.37
4514.89/1131.85	c  N dy 18874   3474433       750     15000         0    159867     75000   8748857     80.75     86.43
4542.40/1138.73	c  N dy 18988   3494520       750     15000         0     98181     75000   2486929     80.76     86.09
4570.33/1145.71	c  N dy 19100   3514615       750     15000         0    118204     75000   4486872     80.77     85.22
4603.44/1154.07	c  N dy 19205   3534712       750     15000         0    138240     75000   6486660     80.77     85.60
4642.59/1163.82	c  N dy 19325   3554721       750     15000         0    158187     75000   8478705     80.78    100.97
4672.89/1171.46	c  N dy 19437   3574791       750     15000         0     95479     75000   2124732     80.78     85.06
4699.64/1178.14	c  N dy 19536   3594859       750     15000         0    115485     75000   4126197     80.78     85.42
4732.71/1186.41	c  N dy 19657   3615027       750     15000         0    135587     75000   6134013     80.79     85.68
4769.45/1195.69	c  N dy 19759   3635031       750     15000         0    155529     75000   8127684     80.79     86.66

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366173-1305397971/watcher-3366173-1305397971 -o /tmp/evaluation-result-3366173-1305397971/solver-3366173-1305397971 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366173-1305397971.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.76 2.97 3.19 4/315 17461
/proc/meminfo: memFree=15699272/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 407 0 0 0 0 0 0 0 18 0 4 0 730027787 52396032 347 33554432000 4194304 4580107 140737171355104 18446744073709551615 47246138832818 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17459/statm: 12792 347 299 95 0 7774 0
[pid=17459/tid=17462] ppid=17457 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 730027787 52396032 347 33554432000 4194304 4580107 140737171355104 18446744073709551615 47246138832818 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 730027787 52396032 347 33554432000 4194304 4580107 140737171355104 18446744073709551615 231895546865 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 730027787 52396032 347 33554432000 4194304 4580107 140737171355104 18446744073709551615 231895546865 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0785741 s]
/proc/loadavg: 2.76 2.97 3.19 4/315 17461
/proc/meminfo: memFree=15699272/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=208132 CPUtime=0.2 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 960 0 0 0 20 0 0 0 20 0 4 0 730027787 213127168 881 33554432000 4194304 4580107 140737171355104 18446744073709551615 4353656 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17459/statm: 52033 883 336 95 0 47015 0
[pid=17459/tid=17462] ppid=17457 vsize=208132 CPUtime=0.06 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 174 0 0 0 6 0 0 0 20 0 4 0 730027787 213127168 883 33554432000 4194304 4580107 140737171355104 18446744073709551615 231895149272 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=208132 CPUtime=0.04 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 21 0 0 0 4 0 0 0 21 0 4 0 730027787 213127168 884 33554432000 4194304 4580107 140737171355104 18446744073709551615 231895490363 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=208132 CPUtime=0.05 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 178 0 0 0 5 0 0 0 21 0 4 0 730027787 213127168 885 33554432000 4194304 4580107 140737171355104 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 208132

[startup+0.10057 s]
/proc/loadavg: 2.76 2.97 3.19 4/315 17461
/proc/meminfo: memFree=15699272/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=209020 CPUtime=0.26 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 1848 0 0 0 26 0 0 0 20 0 4 0 730027787 214036480 1769 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17459/statm: 52255 1769 357 95 0 47237 0
[pid=17459/tid=17462] ppid=17457 vsize=209020 CPUtime=0.08 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 449 0 0 0 8 0 0 0 20 0 4 0 730027787 214036480 1769 33554432000 4194304 4580107 140737171355104 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=209020 CPUtime=0.04 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 30 0 0 0 4 0 0 0 21 0 4 0 730027787 214036480 1769 33554432000 4194304 4580107 140737171355104 18446744073709551615 231895490363 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=209020 CPUtime=0.07 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 494 0 0 0 7 0 0 0 21 0 4 0 730027787 214036480 1769 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 209020

[startup+0.300537 s]
/proc/loadavg: 2.76 2.97 3.19 4/315 17461
/proc/meminfo: memFree=15699272/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=283924 CPUtime=0.91 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 5876 0 0 0 91 0 0 0 20 0 4 0 730027787 290738176 5182 33554432000 4194304 4580107 140737171355104 18446744073709551615 4324226 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 70981 5182 377 95 0 65963 0
[pid=17459/tid=17462] ppid=17457 vsize=283924 CPUtime=0.28 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 1678 0 0 0 28 0 0 0 18 0 4 0 730027787 290738176 5182 33554432000 4194304 4580107 140737171355104 18446744073709551615 4317207 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=283924 CPUtime=0.19 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 1495 0 0 0 19 0 0 0 18 0 4 0 730027787 290738176 5182 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=283924 CPUtime=0.27 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 924 0 0 0 27 0 0 0 21 0 4 0 730027787 290738176 5182 33554432000 4194304 4580107 140737171355104 18446744073709551615 4322547 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 283924

[startup+0.700461 s]
/proc/loadavg: 2.76 2.97 3.19 4/315 17461
/proc/meminfo: memFree=15699272/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=289572 CPUtime=2.52 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 9754 0 0 0 250 2 0 0 20 0 4 0 730027787 296521728 6477 33554432000 4194304 4580107 140737171355104 18446744073709551615 4320840 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 72393 6477 378 95 0 67375 0
[pid=17459/tid=17462] ppid=17457 vsize=289572 CPUtime=0.68 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 2616 0 0 0 68 0 0 0 18 0 4 0 730027787 296521728 6477 33554432000 4194304 4580107 140737171355104 18446744073709551615 4326761 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=289572 CPUtime=0.59 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 2488 0 0 0 59 0 0 0 18 0 4 0 730027787 296521728 6477 33554432000 4194304 4580107 140737171355104 18446744073709551615 4322530 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=289572 CPUtime=0.67 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 1907 0 0 0 67 0 0 0 22 0 4 0 730027787 296521728 6477 33554432000 4194304 4580107 140737171355104 18446744073709551615 4322594 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 289572

[startup+1.50031 s]
/proc/loadavg: 3.18 3.05 3.21 10/323 17469
/proc/meminfo: memFree=15640928/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=303280 CPUtime=5.7 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 16587 0 0 0 567 3 0 0 22 0 4 0 730027787 310558720 8410 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 75820 8410 378 95 0 70802 0
[pid=17459/tid=17462] ppid=17457 vsize=303280 CPUtime=1.46 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 4402 0 0 0 146 0 0 0 19 0 4 0 730027787 310558720 8410 33554432000 4194304 4580107 140737171355104 18446744073709551615 4486016 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=303280 CPUtime=1.38 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 3962 0 0 0 138 0 0 0 19 0 4 0 730027787 310558720 8410 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=303280 CPUtime=1.47 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 3986 0 0 0 147 0 0 0 25 0 4 0 730027787 310558720 8410 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 303280

[startup+3.10101 s]
/proc/loadavg: 3.18 3.05 3.21 10/323 17469
/proc/meminfo: memFree=15624936/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=285020 CPUtime=12.1 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 33774 0 0 0 1204 6 0 0 25 0 4 0 730027787 291860480 13650 33554432000 4194304 4580107 140737171355104 18446744073709551615 4417015 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 71255 13650 380 95 0 66237 0
[pid=17459/tid=17462] ppid=17457 vsize=285020 CPUtime=3.05 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 7813 0 0 0 304 1 0 0 24 0 4 0 730027787 291860480 13650 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=285020 CPUtime=2.98 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 7142 0 0 0 298 0 0 0 24 0 4 0 730027787 291860480 13651 33554432000 4194304 4580107 140737171355104 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=285020 CPUtime=3.07 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 7190 0 0 0 306 1 0 0 25 0 4 0 730027787 291860480 13651 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 285020

[startup+6.30041 s]
/proc/loadavg: 3.18 3.05 3.21 10/323 17469
/proc/meminfo: memFree=15491644/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=357156 CPUtime=24.86 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 56042 0 0 0 2476 10 0 0 25 0 4 0 730027787 365727744 31161 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 89289 31161 380 95 0 84271 0
[pid=17459/tid=17462] ppid=17457 vsize=357156 CPUtime=6.22 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 13088 0 0 0 620 2 0 0 25 0 4 0 730027787 365727744 31161 33554432000 4194304 4580107 140737171355104 18446744073709551615 4238398 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=357156 CPUtime=6.18 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 14178 0 0 0 617 1 0 0 25 0 4 0 730027787 365727744 31161 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=357156 CPUtime=6.27 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 13020 0 0 0 625 2 0 0 25 0 4 0 730027787 365727744 31161 33554432000 4194304 4580107 140737171355104 18446744073709551615 4296088 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 357156

[startup+12.7002 s]
/proc/loadavg: 3.92 3.22 3.26 10/323 17469
/proc/meminfo: memFree=15360412/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=378192 CPUtime=50.4 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 81806 0 0 0 5024 16 0 0 25 0 4 0 730027787 387268608 50068 33554432000 4194304 4580107 140737171355104 18446744073709551615 4416700 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 94548 50068 380 95 0 89530 0
[pid=17459/tid=17462] ppid=17457 vsize=378192 CPUtime=12.55 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 22082 0 0 0 1251 4 0 0 25 0 4 0 730027787 387268608 50068 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=378192 CPUtime=12.58 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 18815 0 0 0 1256 2 0 0 25 0 4 0 730027787 387268608 50068 33554432000 4194304 4580107 140737171355104 18446744073709551615 4416709 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=378192 CPUtime=12.66 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 19353 0 0 0 1263 3 0 0 25 0 4 0 730027787 387268608 50068 33554432000 4194304 4580107 140737171355104 18446744073709551615 4451903 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 378192

[startup+25.5008 s]
/proc/loadavg: 4.55 3.37 3.31 10/323 17470
/proc/meminfo: memFree=15247204/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=507828 CPUtime=101.46 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 110722 0 0 0 10123 23 0 0 25 0 4 0 730027787 520015872 68647 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 126957 68647 380 95 0 121939 0
[pid=17459/tid=17462] ppid=17457 vsize=507828 CPUtime=25.23 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 29946 0 0 0 2516 7 0 0 25 0 4 0 730027787 520015872 68647 33554432000 4194304 4580107 140737171355104 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=507828 CPUtime=25.38 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 29445 0 0 0 2534 4 0 0 25 0 4 0 730027787 520015872 68647 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=507828 CPUtime=25.47 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 24396 0 0 0 2542 5 0 0 25 0 4 0 730027787 520015872 68647 33554432000 4194304 4580107 140737171355104 18446744073709551615 4322582 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 507828

[startup+51.101 s]
/proc/loadavg: 5.72 3.74 3.44 10/323 17470
/proc/meminfo: memFree=15117216/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=617112 CPUtime=203.61 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 147864 0 0 0 20330 31 0 0 25 0 4 0 730027787 631922688 83697 33554432000 4194304 4580107 140737171355104 18446744073709551615 4318430 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 154278 83697 380 95 0 149260 0
[pid=17459/tid=17462] ppid=17457 vsize=617112 CPUtime=50.58 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 45282 0 0 0 5047 11 0 0 25 0 4 0 730027787 631922688 83697 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=617112 CPUtime=50.98 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 41682 0 0 0 5091 7 0 0 25 0 4 0 730027787 631922688 83697 33554432000 4194304 4580107 140737171355104 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=617112 CPUtime=51.07 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 32124 0 0 0 5101 6 0 0 25 0 4 0 730027787 631922688 83697 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.61
Current children cumulated vsize (KiB) 617112

[startup+102.312 s]
/proc/loadavg: 7.18 4.49 3.71 10/323 17472
/proc/meminfo: memFree=15092508/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=611476 CPUtime=407.94 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 234725 0 0 0 40733 61 0 0 25 0 4 0 730027787 626151424 79265 33554432000 4194304 4580107 140737171355104 18446744073709551615 4416018 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 152869 79265 380 95 0 147851 0
[pid=17459/tid=17462] ppid=17457 vsize=611476 CPUtime=101.27 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 78104 0 0 0 10104 23 0 0 25 0 4 0 730027787 626151424 79265 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=611476 CPUtime=102.19 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 53353 0 0 0 10208 11 0 0 25 0 4 0 730027787 626151424 79265 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=611476 CPUtime=102.28 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 55619 0 0 0 10214 14 0 0 25 0 4 0 730027787 626151424 79265 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.94
Current children cumulated vsize (KiB) 611476

[startup+162.301 s]

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

[pid=17459] ppid=17457 vsize=933804 CPUtime=2801.12 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 1029582 0 0 0 279746 366 0 0 25 0 4 0 730027787 956215296 155101 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 233451 155101 380 95 0 228433 0
[pid=17459/tid=17462] ppid=17457 vsize=933804 CPUtime=694.6 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 320691 0 0 0 69349 111 0 0 25 0 4 0 730027787 956215296 155101 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=933804 CPUtime=702.19 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 240000 0 0 0 70137 82 0 0 25 0 4 0 730027787 956215296 155101 33554432000 4194304 4580107 140737171355104 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=933804 CPUtime=702.13 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 261266 0 0 0 70120 93 0 0 25 0 4 0 730027787 956215296 155101 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2801.12
Current children cumulated vsize (KiB) 933804

[startup+762.312 s]
/proc/loadavg: 8.17 7.75 5.96 10/323 17492
/proc/meminfo: memFree=14542560/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=1002620 CPUtime=3040.56 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 1088763 0 0 0 303667 389 0 0 25 0 4 0 730027787 1026682880 169574 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 250655 169574 380 95 0 245637 0
[pid=17459/tid=17462] ppid=17457 vsize=1002620 CPUtime=754.01 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 336913 0 0 0 75284 117 0 0 25 0 4 0 730027787 1026682880 169574 33554432000 4194304 4580107 140737171355104 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=1002620 CPUtime=762.2 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 255728 0 0 0 76131 89 0 0 25 0 4 0 730027787 1026682880 169574 33554432000 4194304 4580107 140737171355104 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=1002620 CPUtime=762.15 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 272711 0 0 0 76118 97 0 0 25 0 4 0 730027787 1026682880 169574 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3040.56
Current children cumulated vsize (KiB) 1002620

[startup+822.3 s]
/proc/loadavg: 8.14 7.83 6.09 10/323 17494
/proc/meminfo: memFree=14511036/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=1022884 CPUtime=3279.93 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 1146336 0 0 0 327577 416 0 0 25 0 4 0 730027787 1047433216 171119 33554432000 4194304 4580107 140737171355104 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 255721 171119 380 95 0 250703 0
[pid=17459/tid=17462] ppid=17457 vsize=1022884 CPUtime=813.4 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 355738 0 0 0 81215 125 0 0 25 0 4 0 730027787 1047433216 171119 33554432000 4194304 4580107 140737171355104 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=1022884 CPUtime=822.19 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 269711 0 0 0 82126 93 0 0 25 0 4 0 730027787 1047433216 171119 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=1022884 CPUtime=822.14 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 284844 0 0 0 82109 105 0 0 25 0 4 0 730027787 1047433216 171119 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3279.93
Current children cumulated vsize (KiB) 1022884

[startup+882.301 s]
/proc/loadavg: 8.05 7.85 6.21 10/323 17496
/proc/meminfo: memFree=14365684/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=1024588 CPUtime=3519.34 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 1194772 0 0 0 351496 438 0 0 25 0 4 0 730027787 1049178112 175359 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 256147 175359 380 95 0 251129 0
[pid=17459/tid=17462] ppid=17457 vsize=1024588 CPUtime=872.81 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 374131 0 0 0 87148 133 0 0 25 0 4 0 730027787 1049178112 175359 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=1024588 CPUtime=882.19 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 276402 0 0 0 88123 96 0 0 25 0 4 0 730027787 1049178112 175359 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=1024588 CPUtime=882.14 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 296423 0 0 0 88103 111 0 0 25 0 4 0 730027787 1049178112 175360 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3519.34
Current children cumulated vsize (KiB) 1024588

[startup+942.301 s]
/proc/loadavg: 8.06 7.89 6.32 10/323 17497
/proc/meminfo: memFree=14360312/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=1057560 CPUtime=3758.74 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 1263341 0 0 0 375406 468 0 0 25 0 4 0 730027787 1082941440 182755 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 264390 182755 380 95 0 259372 0
[pid=17459/tid=17462] ppid=17457 vsize=1057560 CPUtime=932.2 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 392453 0 0 0 93079 141 0 0 25 0 4 0 730027787 1082941440 182755 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=1057560 CPUtime=942.19 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 291594 0 0 0 94115 104 0 0 25 0 4 0 730027787 1082941440 182755 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=1057560 CPUtime=942.14 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 319938 0 0 0 94095 119 0 0 25 0 4 0 730027787 1082941440 182755 33554432000 4194304 4580107 140737171355104 18446744073709551615 4451678 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3758.74
Current children cumulated vsize (KiB) 1057560

[startup+1002.3 s]
/proc/loadavg: 8.08 7.92 6.43 10/323 17499
/proc/meminfo: memFree=14174660/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=1296808 CPUtime=3998.14 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 1319816 0 0 0 399327 487 0 0 25 0 4 0 730027787 1327931392 222509 33554432000 4194304 4580107 140737171355104 18446744073709551615 4416657 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 324202 222509 380 95 0 319184 0
[pid=17459/tid=17462] ppid=17457 vsize=1296808 CPUtime=991.6 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 416138 0 0 0 99015 145 0 0 25 0 4 0 730027787 1327931392 222509 33554432000 4194304 4580107 140737171355104 18446744073709551615 4416463 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=1296808 CPUtime=1002.2 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 308645 0 0 0 100105 115 0 0 25 0 4 0 730027787 1327931392 222509 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=1296808 CPUtime=1002.15 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 319938 0 0 0 100096 119 0 0 25 0 4 0 730027787 1327931392 222509 33554432000 4194304 4580107 140737171355104 18446744073709551615 4416683 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3998.14
Current children cumulated vsize (KiB) 1296808

[startup+1062.3 s]
/proc/loadavg: 8.06 7.95 6.53 10/323 17500
/proc/meminfo: memFree=14227572/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=1243656 CPUtime=4237.55 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 1371601 0 0 0 423244 511 0 0 25 0 4 0 730027787 1273503744 214743 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 310914 214743 380 95 0 305896 0
[pid=17459/tid=17462] ppid=17457 vsize=1243656 CPUtime=1051 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 428752 0 0 0 104951 149 0 0 25 0 4 0 730027787 1273503744 214743 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=1243656 CPUtime=1062.2 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 326526 0 0 0 106095 125 0 0 25 0 4 0 730027787 1273503744 214743 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=1243656 CPUtime=1062.14 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 330867 0 0 0 106090 124 0 0 25 0 4 0 730027787 1273503744 214743 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4237.55
Current children cumulated vsize (KiB) 1243656

[startup+1122.3 s]
/proc/loadavg: 8.14 7.99 6.63 10/323 17502
/proc/meminfo: memFree=14124996/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=1365556 CPUtime=4476.95 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 1427787 0 0 0 447159 536 0 0 25 0 4 0 730027787 1398329344 230974 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 341389 230974 380 95 0 336371 0
[pid=17459/tid=17462] ppid=17457 vsize=1365556 CPUtime=1110.4 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 444401 0 0 0 110882 158 0 0 25 0 4 0 730027787 1398329344 230974 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=1365556 CPUtime=1122.2 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 339138 0 0 0 112093 127 0 0 25 0 4 0 730027787 1398329344 230974 33554432000 4194304 4580107 140737171355104 18446744073709551615 4416317 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=1365556 CPUtime=1122.14 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 341317 0 0 0 112084 130 0 0 25 0 4 0 730027787 1398329344 230974 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4476.95
Current children cumulated vsize (KiB) 1365556

[startup+1182.3 s]
/proc/loadavg: 8.12 8.00 6.72 10/323 17504
/proc/meminfo: memFree=14074988/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=1312188 CPUtime=4716.36 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 1485684 0 0 0 471069 567 0 0 25 0 4 0 730027787 1343680512 218502 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 328047 218502 380 95 0 323029 0
[pid=17459/tid=17462] ppid=17457 vsize=1312188 CPUtime=1169.8 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 462105 0 0 0 116812 168 0 0 25 0 4 0 730027787 1343680512 218502 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=1312188 CPUtime=1182.19 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 351546 0 0 0 118087 132 0 0 25 0 4 0 730027787 1343680512 218502 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=1312188 CPUtime=1182.15 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 351583 0 0 0 118079 136 0 0 25 0 4 0 730027787 1343680512 218502 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4716.36
Current children cumulated vsize (KiB) 1312188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.16 8.02 6.75 6/319 17505
/proc/meminfo: memFree=14808720/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=1312364 CPUtime=4800.2 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 1508721 0 0 0 479445 575 0 0 25 0 4 0 730027787 1343860736 222083 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 328091 222083 380 95 0 323073 0
[pid=17459/tid=17462] ppid=17457 vsize=1312364 CPUtime=1190.6 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 468718 0 0 0 118888 172 0 0 25 0 4 0 730027787 1343860736 222087 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=1312364 CPUtime=1203.22 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 357400 0 0 0 120187 135 0 0 25 0 4 0 730027787 1343860736 222087 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=1312364 CPUtime=1203.17 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 356343 0 0 0 120180 137 0 0 25 0 4 0 730027787 1343860736 222087 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 1312364

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

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

[startup+1203.3 s]
/proc/loadavg: 8.16 8.02 6.75 6/319 17505
/proc/meminfo: memFree=14808720/32950928 swapFree=67085488/67111528
[pid=17459] ppid=17457 vsize=1312364 CPUtime=4800.2 cores=1,3,5,7
/proc/17459/stat : 17459 (strangenight2-m) R 17457 17459 17424 0 -1 4202496 1508721 0 0 0 479445 575 0 0 25 0 4 0 730027787 1343860736 222083 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17459/statm: 328091 222083 380 95 0 323073 0
[pid=17459/tid=17462] ppid=17457 vsize=1312364 CPUtime=1190.6 cores=1,3,5,7
/proc/17459/task/17462/stat : 17462 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 468718 0 0 0 118888 172 0 0 25 0 4 0 730027787 1343860736 222087 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17459/tid=17463] ppid=17457 vsize=1312364 CPUtime=1203.22 cores=1,3,5,7
/proc/17459/task/17463/stat : 17463 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 357400 0 0 0 120187 135 0 0 25 0 4 0 730027787 1343860736 222087 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17459/tid=17464] ppid=17457 vsize=1312364 CPUtime=1203.17 cores=1,3,5,7
/proc/17459/task/17464/stat : 17464 (strangenight2-m) R 17457 17459 17424 0 -1 4202560 356343 0 0 0 120180 137 0 0 25 0 4 0 730027787 1343860736 222087 33554432000 4194304 4580107 140737171355104 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 1312364

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.37
CPU time (s): 4800.29
CPU user time (s): 4794.49
CPU system time (s): 5.79812
CPU usage (%): 398.904
Max. virtual memory (cumulated for all children) (KiB): 1381756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.5
system time used= 5.79812
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1508730
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= 662
involuntary context switches= 26349

runsolver used 3.10453 second user time and 8.97763 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-14 20:32:51
IDJOB=3366173
IDBENCH=82582
IDSOLVER=1844
FILE ID=node114/3366173-1305397971
RUNJOBID= node114-1305397971-17443
PBS_JOBID= 13324473
Free space on /tmp= 72980 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v750-c15000-S440979335-036-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366173-1305397971/watcher-3366173-1305397971 -o /tmp/evaluation-result-3366173-1305397971/solver-3366173-1305397971 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366173-1305397971.cnf

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

MD5SUM BENCH= a9820c4b7c4cca37033a1ea45b264344
RANDOM SEED=633259190

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15699716 kB
Buffers:        270812 kB
Cached:        6216532 kB
SwapCached:         96 kB
Active:       11881360 kB
Inactive:      4958580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15699716 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           11820 kB
Writeback:           0 kB
AnonPages:    10352828 kB
Mapped:          26276 kB
Slab:           307708 kB
PageTables:      37232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52431768 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= 72976 MiB
End job on node114 at 2011-05-14 20:52:56