Trace number 3366249

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.18 1203.66

General information on the benchmark

Namerandom/large/
unif-k5-r20-v750-c15000-S656533785-100-UNKNOWN.cnf
MD5SUMa641c3217b64031795fbe4f20a9b14fb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.85541
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366249-1305399760.cnf'
0.00/0.01	c -- header says num vars:            750
0.00/0.01	c -- header says num clauses:       15000
0.21/0.09	c -- clauses added:            0 learnts,        15000 normals,            0 xors
0.21/0.09	c -- vars added        750
0.21/0.09	c Parsing time:  0.01 s
0.21/0.09	c  N st     0         0       750     15000         0         0     75000         0   no data   no data
0.21/0.09	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.07
0.21/0.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.36/0.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.36/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.36/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.36/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
0.36/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.56/0.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1.56/0.41	c Finding binary XORs  T:     0.00 s  found:       0
1.56/0.41	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.56/0.41	c calculated reachability. Time: 0.00
1.56/0.41	c Calc default polars -  time:   0.00 s pos:     319 undec:      29 neg:     402
1.56/0.41	c =========================================================================================
1.56/0.41	c types(t): F = full restart, N = normal restart
1.56/0.41	c types(t): S = simplification begin/end, E = solution found
1.56/0.41	c restart types(rt): st = static, dy = dynamic
1.56/0.41	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.56/0.41	c  B st     0         0       750     15000         0         0     75000         0   no data   no data
1.56/0.41	c  N dy    18      4047       750     15000         0      4019     75000    401808     79.27     86.04
2.76/0.76	c  N dy    41      8685       750     15000         0      6164     75000    474122     78.54     82.68
3.56/0.95	c  N dy    68     12814       750     15000         0      6046     75000    336808     78.79     83.48
4.40/1.16	c  N dy    89     17096       750     15000         0     10319     75000    755050     78.82     83.58
5.55/1.44	c  N dy   112     21169       750     15000         0      8773     75000    490492     78.89     99.35
6.75/1.70	c  F st   129     25000       750     15000         0     12586     75000    857725     78.67     72.34
6.75/1.72	c  N st   130     25250       750     15000         0     12836     75000    882447     78.67   no data
7.95/2.07	c  N dy   135     30000       750     15000         0     10780     75000    598543     78.67   no data
7.95/2.07	c  S st   135     30000       750     15000         0     10780     75000    598543     78.67   no data
8.36/2.11	c  S st   135     30506       750     15000         0     11285     75000    642923     78.67   no data
8.36/2.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.36/2.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
8.36/2.13	c blocked clauses removed:        0 vars:      0 tried:         750 T: 0.00 s
8.36/2.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.36/2.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.36/2.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
8.36/2.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.36/2.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
8.36/2.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.93/2.51	c lits-rem:       393  cl-subs:       64  v-elim:      0  v-fix:    0  time:  0.35 s
10.33/2.61	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.10
10.33/2.61	c calculated reachability. Time: 0.00
10.33/2.61	c  N dy   135     30506       750     15000         0     11221     75000    631193     78.67   no data
11.53/2.92	c  N dy   156     34510       750     15000         0     15219     75000   1014079     78.67     82.85
12.75/3.22	c  N dy   181     38664       750     15000         0     11483     75000    558130     78.76     84.70
13.92/3.57	c  N dy   201     43039       750     15000         0     15841     75000    979539     78.61     85.17
15.12/3.82	c  S st   219     45760       750     15000         0      9626     75000    286828     78.68     75.09
15.12/3.86	c  S st   219     46264       750     15000         0     10129     75000    329287     78.68   no data
15.12/3.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.12/3.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
15.12/3.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.12/3.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.12/3.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.12/3.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
15.12/3.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.12/3.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
15.12/3.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.52/3.97	c lits-rem:        11  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.08 s
15.52/3.97	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
15.52/3.97	c vivif2 --  cl tried    10126 cl shrink        0 lits rem          0 time: 0.00
15.92/4.07	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.10
15.92/4.07	c calculated reachability. Time: 0.00
15.92/4.07	c  N dy   219     46264       750     15000         0     10126     75000    328740     78.68   no data
17.14/4.40	c  N dy   244     50327       750     15000         0     14176     75000    719875     78.79     83.14
18.71/4.77	c  N dy   271     54428       750     15000         0     18262     75000   1122472     78.95     83.32
20.31/5.13	c  N dy   296     58596       750     15000         0     12466     75000    479729     79.05     84.06
21.52/5.47	c  N dy   320     62788       750     15000         0     16647     75000    889338     79.12     85.27
23.10/5.85	c  N dy   344     66924       750     15000         0     20765     75000   1293073     79.24     83.83
23.90/6.07	c  S st   357     69396       750     15000         0     12279     75000    363984     79.21   no data
24.30/6.12	c  S st   357     69903       750     15000         0     12786     75000    409864     79.21   no data
24.30/6.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.30/6.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
24.30/6.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.30/6.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.30/6.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.30/6.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
24.30/6.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.30/6.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
24.30/6.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.70/6.29	c lits-rem:        12  cl-subs:       11  v-elim:      0  v-fix:    0  time:  0.13 s
24.70/6.29	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
24.70/6.29	c vivif2 --  cl tried    12775 cl shrink        0 lits rem          0 time: 0.00
25.50/6.41	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.12
25.50/6.41	c calculated reachability. Time: 0.00
25.50/6.41	c  N dy   357     69903       750     15000         0     12775     75000    407899     79.21   no data
27.08/6.83	c  N dy   383     74709       750     15000         0     17560     75000    877564     79.25     83.60
29.09/7.31	c  N dy   410     79705       750     15000         0     22534     75000   1361660     79.33     83.95
30.72/7.77	c  N dy   441     84790       750     15000         0     15658     75000    609862     79.34     89.00
31.87/8.01	c  F st   457     87500       750     15000         0     18362     75000    874219     79.32   no data
33.07/8.32	c  N st   462     90799       750     15000         0     21643     75000   1204767     79.32   no data
35.46/8.91	c  N dy   486     96811       750     15000         0     14687     75000    427209     79.40     85.08
37.46/9.48	c  N dy   517    103244       750     15000         0     21095     75000   1055338     79.37     84.90
38.26/9.64	c  S st   528    104854       750     15000         0     22701     75000   1211752     79.39     76.46
38.66/9.70	c  S st   528    105360       750     15000         0     23206     75000   1255192     79.39   no data
38.66/9.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
38.66/9.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
38.66/9.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38.66/9.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38.66/9.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.66/9.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
38.66/9.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
38.66/9.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
38.66/9.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.43/12.01	c lits-rem:       275  cl-subs:       46  v-elim:      0  v-fix:    0  time:  2.23 s
47.43/12.01	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
47.84/12.02	c vivif2 --  cl tried    23160 cl shrink        0 lits rem          0 time: 0.01
48.62/12.20	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.18
48.62/12.21	c calculated reachability. Time: 0.00
48.62/12.21	c  N dy   528    105360       750     15000         0     23160     75000   1246654     79.39   no data
51.42/12.93	c  N dy   567    112167       750     15000         0     15985     75000    464423     79.40     84.00
54.20/13.67	c  N dy   609    119428       750     15000         0     23218     75000   1174269     79.48     84.60
57.80/14.53	c  N dy   653    127101       750     15000         0     15921     75000    371378     79.56     85.86
61.01/15.34	c  N dy   701    135215       750     15000         0     24013     75000   1172566     79.66     84.04
64.98/16.40	c  N dy   754    143893       750     15000         0     16711     75000    359227     79.74     84.14
68.97/17.36	c  N dy   807    153461       750     15000         0     26241     75000   1288949     79.75     83.96
71.35/17.91	c  S st   830    158040       750     15000         0     30801     75000   1739726     79.77     73.46
71.75/18.00	c  S st   830    158546       750     15000         0     31307     75000   1784290     79.77   no data
71.75/18.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.75/18.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
71.75/18.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
71.75/18.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
71.75/18.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.75/18.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
71.75/18.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
71.75/18.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
72.15/18.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.28/23.41	c lits-rem:       382  cl-subs:      129  v-elim:      0  v-fix:    0  time:  5.31 s
93.28/23.41	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
93.28/23.43	c vivif2 --  cl tried    31178 cl shrink        0 lits rem          0 time: 0.02
94.09/23.68	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.24
94.09/23.68	c calculated reachability. Time: 0.00
94.09/23.68	c  N dy   830    158546       750     15000         0     31178     75000   1761217     79.77   no data
98.47/24.73	c  N dy   888    168810       750     15000         0     24480     75000   1041647     79.84     85.21
103.66/26.03	c  N dy   945    179662       750     15000         0     35291     75000   2101944     79.85     84.20
108.85/27.37	c  N dy  1007    191549       750     15000         0     29203     75000   1402835     79.84     84.43
115.22/28.91	c  N dy  1075    204124       750     15000         0     22791     75000    698578     79.87     84.58
121.21/30.50	c  N dy  1154    217215       750     15000         0     35840     75000   1978078     79.95     91.16
127.98/32.16	c  N dy  1214    231279       750     15000         0     29928     75000   1298788     79.85     85.42
131.62/33.02	c  S st  1254    237820       750     15000         0     36440     75000   1930990     79.86   no data
131.96/33.12	c  S st  1254    238324       750     15000         0     36944     75000   1975185     79.86   no data
131.96/33.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
131.96/33.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
131.96/33.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
131.96/33.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
131.96/33.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
131.96/33.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
131.96/33.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
131.96/33.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
132.36/33.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
159.89/40.20	c lits-rem:       381  cl-subs:      115  v-elim:      0  v-fix:    0  time:  6.97 s
160.29/40.20	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
160.29/40.22	c vivif2 --  cl tried    36829 cl shrink        0 lits rem          0 time: 0.02
161.49/40.52	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.29
161.49/40.52	c calculated reachability. Time: 0.00
161.49/40.52	c  N dy  1254    238324       750     15000         0     36829     75000   1954670     79.86   no data
168.66/42.37	c  N dy  1340    253714       750     15000         0     31239     75000   1344196     79.91     84.97
177.44/44.50	c  N dy  1428    270027       750     15000         0     25583     75000    696889     79.92     84.14
186.21/46.74	c  N dy  1520    287482       750     15000         0     42994     75000   2398188     79.92     84.39
195.39/49.08	c  F st  1623    306250       750     15000         0     38765     75000   1897177     79.93     81.02
195.39/49.09	c  N st  1623    306250       750     15000         0     38765     75000   1897177     79.93     81.02
205.78/51.69	c  N dy  1712    326086       750     15000         0     34599     75000   1407502     79.96     84.36
217.33/54.55	c  N dy  1815    346185       750     15000         0     29720     75000    832446     79.94     84.58
223.33/56.07	c  S st  1877    357487       750     15000         0     40978     75000   1936836     79.96     72.54
223.75/56.18	c  S st  1877    357992       750     15000         0     41483     75000   1980371     79.96   no data
223.75/56.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
224.10/56.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
224.10/56.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
224.10/56.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
224.10/56.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
224.10/56.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
224.10/56.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
224.10/56.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
224.10/56.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
257.61/64.66	c lits-rem:       346  cl-subs:      121  v-elim:      0  v-fix:    0  time:  8.38 s
257.61/64.66	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
257.61/64.69	c vivif2 --  cl tried    41362 cl shrink        0 lits rem          0 time: 0.02
259.19/65.05	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.37
259.19/65.06	c calculated reachability. Time: 0.00
259.19/65.06	c  N dy  1877    357992       750     15000         0     41362     75000   1958174     79.96   no data
271.16/68.09	c  N dy  1992    378035       750     15000         0     35443     75000   1315283     79.99     84.32
283.92/71.26	c  N dy  2100    398075       750     15000         0     28508     75000    530227     79.97     85.28
295.49/74.13	c  N dy  2215    418105       750     15000         0     48464     75000   2494023     80.00     89.01
307.45/77.15	c  N dy  2311    438394       750     15000         0     40781     75000   1654398     79.99     84.23
320.61/80.45	c  N dy  2414    458564       750     15000         0     31974     75000    692022     79.99     84.96
332.59/83.40	c  N dy  2508    478689       750     15000         0     52012     75000   2655170     79.96     84.57
344.94/86.56	c  N dy  2613    498958       750     15000         0     42335     75000   1625680     79.96     84.55
358.90/90.08	c  N dy  2719    519058       750     15000         0     31469     75000    464146     79.95     85.11
369.27/92.68	c  S st  2821    536989       750     15000         0     49340     75000   2226191     79.98   no data
370.07/92.80	c  S st  2821    537493       750     15000         0     49844     75000   2270375     79.98   no data
370.07/92.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
370.07/92.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
370.07/92.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
370.07/92.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
370.07/92.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
370.07/92.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
370.07/92.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
370.07/92.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
370.47/92.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
417.92/104.86	c lits-rem:       421  cl-subs:      138  v-elim:      0  v-fix:    0  time: 11.94 s
417.92/104.86	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
417.92/104.89	c vivif2 --  cl tried    49706 cl shrink        0 lits rem          0 time: 0.03
419.52/105.25	c asymm  cl-useful: 0/13347/15000 lits-rem:0 time: 0.35
419.52/105.25	c calculated reachability. Time: 0.00
419.52/105.25	c  N dy  2821    537493       750     15000         0     49706     75000   2245152     79.98   no data
433.91/108.83	c  N dy  2939    557676       750     15000         0     37934     75000   1008146     80.01     84.41
447.83/112.39	c  N dy  3042    577979       750     15000         0     58166     75000   2989580     80.00     84.61
462.59/116.09	c  N dy  3150    598046       750     15000         0     45259     75000   1640707     80.02     94.08
479.34/120.20	c  N dy  3260    618545       750     15000         0     65693     75000   3654435     80.03     84.93
492.50/123.58	c  N dy  3371    638625       750     15000         0     51834     75000   2198047     80.04     86.20
508.91/127.66	c  N dy  3478    658637       750     15000         0     36896     75000    637219     80.05     84.83
522.06/130.97	c  N dy  3574    678870       750     15000         0     57063     75000   2625039     80.04     85.26
537.58/134.83	c  N dy  3672    698886       750     15000         0     41135     75000    966276     80.04     84.29
551.53/138.39	c  N dy  3777    719191       750     15000         0     61367     75000   2959355     80.05     84.84
568.28/142.51	c  N dy  3898    740237       750     15000         0     45476     75000   1314331     80.06     84.48
583.07/146.28	c  N dy  4010    760333       750     15000         0     65508     75000   3289885     80.08     84.66
599.00/150.26	c  N dy  4117    780939       750     15000         0     48160     75000   1480205     80.08     85.12
614.94/154.25	c  N dy  4232    801419       750     15000         0     68577     75000   3491913     80.09     85.49
619.32/155.36	c  S st  4259    806239       750     15000         0     73382     75000   3961677     80.09   no data
620.12/155.54	c  S st  4259    806743       750     15000         0     73886     75000   4006183     80.09   no data
620.12/155.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
620.12/155.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
620.12/155.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
620.12/155.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
620.12/155.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
620.12/155.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
620.12/155.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
620.52/155.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
620.92/155.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
715.84/179.52	c lits-rem:       655  cl-subs:      247  v-elim:      0  v-fix:    0  time: 23.77 s
715.84/179.52	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
715.84/179.57	c vivif2 --  cl tried    73639 cl shrink        0 lits rem          0 time: 0.05
716.24/179.65	c asymm  cl-useful: 0/1653/15000 lits-rem:0 time: 0.08
716.24/179.65	c calculated reachability. Time: 0.00
716.24/179.65	c  N dy  4259    806743       750     15000         0     73639     75000   3960912     80.09   no data
731.00/183.32	c  N dy  4365    826765       750     15000         0     54716     75000   2040900     80.11    101.44
748.15/187.63	c  N dy  4483    846790       750     15000         0     74674     75000   4024450     80.14     85.23
763.35/191.49	c  N dy  4589    866832       750     15000         0     54771     75000   1951753     80.15     84.69
780.47/195.79	c  N dy  4701    886984       750     15000         0     74850     75000   3931082     80.15     84.48
796.80/199.80	c  N dy  4813    907072       750     15000         0     54008     75000   1793157     80.17     85.15
813.54/204.02	c  N dy  4909    927395       750     15000         0     74277     75000   3777362     80.16     84.42
830.29/208.21	c  N dy  5009    947541       750     15000         0     52497     75000   1543528     80.14     84.90
847.04/212.45	c  N dy  5126    967569       750     15000         0     72466     75000   3516341     80.17     84.65
865.39/217.06	c  N dy  5251    987670       750     15000         0     49646     75000   1175305     80.19     85.41
881.37/221.02	c  N dy  5352   1007940       750     15000         0     69844     75000   3167232     80.19     84.89
901.69/226.10	c  N dy  5472   1028251       750     15000         0     46225     75000    751049     80.21     85.83
916.89/229.98	c  N dy  5600   1048431       750     15000         0     66343     75000   2741449     80.24     85.51
936.78/234.98	c  N dy  5704   1068516       750     15000         0     86335     75000   4719520     80.25     86.60
941.17/236.01	c  F st  5724   1071876       750     15000         0     89678     75000   5046465     80.25     72.98
953.94/239.25	c  N dy  5794   1088572       750     15000         0     61462     75000   2203876     80.26     84.53
974.67/244.43	c  N dy  5908   1108798       750     15000         0     81613     75000   4184403     80.26     85.64
994.61/249.43	c  N dy  6026   1128826       750     15000         0     55761     75000   1506970     80.28     84.52
1012.98/254.06	c  N dy  6131   1148891       750     15000         0     75755     75000   3478161     80.27     84.93
1034.49/259.45	c  N dy  6239   1168994       750     15000         0     48959     75000    747700     80.28     84.95
1050.44/263.42	c  N dy  6334   1189017       750     15000         0     68923     75000   2715897     80.28     84.98
1070.77/268.59	c  N dy  6440   1209100       750     15000         0     88954     75000   4685034     80.28     84.78
1072.38/268.90	c  S st  6446   1210116       750     15000         0     89970     75000   4785449     80.28   no data
1073.18/269.13	c  S st  6446   1210622       750     15000         0     90476     75000   4830287     80.28   no data
1073.18/269.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1073.18/269.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1073.57/269.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1073.57/269.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1073.57/269.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1073.57/269.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1073.57/269.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1073.57/269.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1073.97/269.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1207.17/302.70	c lits-rem:      1095  cl-subs:      328  v-elim:      0  v-fix:    0  time: 33.32 s
1207.17/302.70	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1207.17/302.77	c vivif2 --  cl tried    90148 cl shrink        0 lits rem          0 time: 0.06
1208.77/303.19	c asymm  cl-useful: 0/8520/15000 lits-rem:0 time: 0.42
1208.77/303.19	c calculated reachability. Time: 0.00
1208.77/303.19	c  N dy  6446   1210622       750     15000         0     90148     75000   4771096     80.28   no data
1226.72/307.64	c  N dy  6557   1230662       750     15000         0     62266     75000   1963433     80.29     84.92
1245.48/312.37	c  N dy  6666   1250669       750     15000         0     82209     75000   3926817     80.30     84.54
1267.00/317.76	c  N dy  6778   1270787       750     15000         0     53425     75000   1004515     80.30     84.91
1284.15/322.05	c  N dy  6888   1291072       750     15000         0     73635     75000   3005560     80.31     84.66
1305.68/327.44	c  N dy  6994   1311092       750     15000         0     93595     75000   4980257     80.32     85.58
1324.04/332.01	c  N dy  7091   1331143       750     15000         0     63753     75000   1940160     80.31     84.59
1343.57/336.92	c  N dy  7203   1351194       750     15000         0     83731     75000   3903339     80.32     84.85
1367.50/342.93	c  N dy  7331   1371228       750     15000         0     52854     75000    779316     80.33     84.68
1384.25/347.11	c  N dy  7436   1391472       750     15000         0     73025     75000   2779899     80.34     86.83
1406.58/352.73	c  N dy  7564   1411722       750     15000         0     93197     75000   4784228     80.36     85.07
1427.31/357.95	c  N dy  7674   1431841       750     15000         0     61431     75000   1536601     80.37     86.92
1446.06/362.67	c  N dy  7787   1451946       750     15000         0     81460     75000   3513605     80.37     86.00
1469.99/368.68	c  N dy  7897   1472028       750     15000         0    101464     75000   5491347     80.38     85.41
1489.14/373.44	c  N dy  8019   1492346       750     15000         0     68902     75000   2188281     80.39     86.81
1510.67/378.89	c  N dy  8129   1512377       750     15000         0     88858     75000   4166929     80.40     90.32
1536.18/385.21	c  N dy  8238   1532423       750     15000         0     55032     75000    716889     80.40     86.30
1552.98/389.44	c  N dy  8318   1552502       750     15000         0     75044     75000   2695008     80.38     84.76
1575.27/395.04	c  N dy  8421   1572653       750     15000         0     95133     75000   4667272     80.38     85.04
1599.60/401.12	c  N dy  8540   1592819       750     15000         0     60416     75000   1166753     80.40     84.92
1617.55/405.63	c  N dy  8635   1612891       750     15000         0     80428     75000   3146843     80.39     85.01
1642.28/411.80	c  N dy  8744   1633763       750     15000         0    101214     75000   5197589     80.39     84.81
1664.62/417.41	c  N dy  8858   1653835       750     15000         0     65418     75000   1564827     80.40     84.86
1684.18/422.37	c  N dy  8960   1673920       750     15000         0     85432     75000   3542107     80.40     84.71
1708.47/428.46	c  N dy  9063   1693927       750     15000         0    105369     75000   5506221     80.40     84.65
1727.62/433.25	c  S st  9163   1710622       750     15000         0     65196     75000   1454797     80.41   no data
1728.04/433.41	c  S st  9163   1711125       750     15000         0     65699     75000   1501585     80.41   no data
1728.46/433.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1728.46/433.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
1728.46/433.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1728.46/433.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1728.46/433.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1728.46/433.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1728.46/433.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1728.46/433.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1728.81/433.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1750.39/438.95	c lits-rem:       242  cl-subs:       67  v-elim:      0  v-fix:    0  time:  5.43 s
1750.39/438.95	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1750.39/438.97	c vivif2 --  cl tried    65632 cl shrink        0 lits rem          0 time: 0.02
1751.55/439.24	c asymm  cl-useful: 0/6480/15000 lits-rem:0 time: 0.26
1751.55/439.24	c calculated reachability. Time: 0.00
1751.55/439.24	c  N dy  9163   1711125       750     15000         0     65632     75000   1489313     80.41   no data
1773.08/444.64	c  N dy  9289   1731134       750     15000         0     85561     75000   3470081     80.44     98.10
1798.65/451.06	c  N dy  9385   1751184       750     15000         0    105543     75000   5440757     80.43     86.14
1823.74/457.38	c  N dy  9495   1771214       750     15000         0     67697     75000   1615375     80.44     92.77
1844.08/462.44	c  N dy  9600   1791309       750     15000         0     87706     75000   3606235     80.45     84.84
1869.59/468.84	c  N dy  9706   1811348       750     15000         0    107674     75000   5569482     80.46     85.14
1893.12/474.78	c  N dy  9826   1831376       750     15000         0     68849     75000   1635895     80.47     85.69
1913.86/479.92	c  N dy  9934   1851467       750     15000         0     88878     75000   3612507     80.46     90.08
1939.39/486.38	c  N dy 10043   1871563       750     15000         0    108891     75000   5593524     80.47     88.25
1963.32/492.38	c  N dy 10148   1891770       750     15000         0     69249     75000   1575791     80.47     84.81
1984.06/497.54	c  N dy 10265   1911887       750     15000         0     89290     75000   3556173     80.48     85.47
2010.38/504.13	c  N dy 10392   1931950       750     15000         0    109277     75000   5544175     80.49     84.90
2035.13/510.37	c  N dy 10505   1952045       750     15000         0     68528     75000   1419349     80.49     85.26
2055.45/515.43	c  N dy 10608   1972154       750     15000         0     88569     75000   3405923     80.49     84.78
2081.76/522.07	c  N dy 10723   1993010       750     15000         0    109364     75000   5475961     80.50     85.42
2108.09/528.69	c  N dy 10831   2013023       750     15000         0     67523     75000   1243365     80.51     85.57
2128.43/533.78	c  N dy 10958   2033030       750     15000         0     87461     75000   3223514     80.52     84.89
2154.00/540.13	c  N dy 11067   2053213       750     15000         0    107572     75000   5218553     80.53     85.29
2182.68/547.38	c  N dy 11168   2073249       750     15000         0     64763     75000    872679     80.53     84.78
2203.81/552.61	c  N dy 11289   2093359       750     15000         0     84805     75000   2864416     80.54     85.43
2228.59/558.83	c  N dy 11406   2113437       750     15000         0    104809     75000   4860752     80.56     84.88
2258.45/566.36	c  N dy 11519   2133481       750     15000         0    124766     75000   6848918     80.56     85.36
2279.99/571.79	c  N dy 11643   2153648       750     15000         0     81090     75000   2411207     80.57     84.92
2304.31/577.89	c  N dy 11748   2174018       750     15000         0    101398     75000   4411225     80.57     85.19
2333.44/585.13	c  N dy 11854   2194239       750     15000         0    121561     75000   6415953     80.57     84.92
2354.56/590.42	c  S st 11938   2211126       750     15000         0     73620     75000   1566419     80.57     70.94
2354.97/590.60	c  S st 11938   2211626       750     15000         0     74119     75000   1613177     80.57   no data
2354.97/590.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2355.39/590.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2355.39/590.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2355.39/590.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2355.39/590.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2355.39/590.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
2355.39/590.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2355.39/590.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2355.80/590.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2374.90/595.53	c lits-rem:       203  cl-subs:       73  v-elim:      0  v-fix:    0  time:  4.80 s
2374.90/595.53	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
2374.90/595.55	c vivif2 --  cl tried    74046 cl shrink        0 lits rem          0 time: 0.02
2376.50/595.93	c asymm  cl-useful: 0/9928/15000 lits-rem:0 time: 0.38
2376.50/595.93	c calculated reachability. Time: 0.00
2376.50/595.93	c  N dy 11938   2211626       750     15000         0     74046     75000   1599871     80.57   no data
2398.83/601.55	c  N dy 12057   2231719       750     15000         0     94049     75000   3591596     80.58     88.12
2425.15/608.16	c  N dy 12161   2251725       750     15000         0    113990     75000   5559034     80.58     96.49
2455.85/615.82	c  N dy 12276   2271809       750     15000         0     68229     75000    948177     80.59     86.45
2476.19/620.96	c  N dy 12397   2291815       750     15000         0     88175     75000   2934359     80.60     85.36
2501.31/627.27	c  N dy 12495   2311999       750     15000         0    108292     75000   4915167     80.60     86.03
2532.43/635.05	c  N dy 12624   2332207       750     15000         0    128430     75000   6924735     80.61     84.96
2556.36/641.00	c  N dy 12732   2352253       750     15000         0     81641     75000   2188025     80.61     87.54
2581.48/647.36	c  N dy 12846   2372582       750     15000         0    101896     75000   4205778     80.62     85.32
2611.79/654.90	c  N dy 12971   2392672       750     15000         0    121912     75000   6197735     80.64     85.50
2640.52/662.18	c  N dy 13077   2412756       750     15000         0     74161     75000   1362362     80.64     85.71
2663.23/667.87	c  N dy 13198   2432775       750     15000         0     94105     75000   3351388     80.65     85.00
2689.55/674.48	c  N dy 13306   2452784       750     15000         0    114048     75000   5326784     80.65     86.58
2721.86/682.59	c  N dy 13408   2473012       750     15000         0    134217     75000   7314687     80.65     85.32
2745.00/688.33	c  N dy 13525   2493019       750     15000         0     85386     75000   2392745     80.66     87.03
2769.72/694.58	c  N dy 13638   2513447       750     15000         0    105722     75000   4403925     80.66     85.58
2799.62/702.06	c  N dy 13752   2533478       750     15000         0    125696     75000   6388710     80.67     85.15
2830.33/709.70	c  N dy 13877   2553656       750     15000         0     76064     75000   1358021     80.68     85.22
2852.26/715.29	c  N dy 13995   2573751       750     15000         0     96100     75000   3342292     80.68     85.23
2879.79/722.16	c  N dy 14105   2593752       750     15000         0    116034     75000   5317629     80.68     85.58
2912.51/730.39	c  N dy 14213   2613773       750     15000         0    135996     75000   7304605     80.69     90.06
2938.42/736.86	c  N dy 14313   2633800       750     15000         0     85189     75000   2178774     80.69     86.11
2963.94/743.22	c  N dy 14423   2654249       750     15000         0    105559     75000   4213339     80.70     88.24
2995.05/751.06	c  N dy 14547   2674959       750     15000         0    126196     75000   6266181     80.71     85.17
3030.55/759.99	c  N dy 14655   2696901       750     15000         0     76309     75000   1209978     80.71     85.11
3046.49/763.99	c  S st 14741   2711627       750     15000         0     90992     75000   2676244     80.71     82.63
3047.69/764.22	c  S st 14741   2712131       750     15000         0     91496     75000   2720156     80.71   no data
3047.69/764.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3047.69/764.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
3047.69/764.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3047.69/764.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3047.69/764.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3047.69/764.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3047.69/764.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3048.09/764.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3048.09/764.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3105.54/778.76	c lits-rem:       300  cl-subs:      177  v-elim:      0  v-fix:    0  time: 14.36 s
3105.54/778.76	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
3105.54/778.80	c vivif2 --  cl tried    91319 cl shrink        0 lits rem          0 time: 0.04
3106.72/779.08	c asymm  cl-useful: 0/5072/15000 lits-rem:0 time: 0.28
3106.72/779.09	c calculated reachability. Time: 0.00
3106.72/779.09	c  N dy 14741   2712131       750     15000         0     91319     75000   2689410     80.71   no data
3133.84/785.80	c  N dy 14844   2732862       750     15000         0    111959     75000   4735084     80.71     85.78
3166.14/793.94	c  N dy 14959   2753575       750     15000         0    132584     75000   6768558     80.71     85.96
3197.24/801.77	c  N dy 15079   2773609       750     15000         0     79815     75000   1466331     80.72     85.46
3221.17/807.71	c  N dy 15202   2793735       750     15000         0     99870     75000   3448762     80.73     85.77
3249.89/814.94	c  N dy 15306   2814275       750     15000         0    120329     75000   5483974     80.73     85.39
3284.19/823.56	c  N dy 15437   2834306       750     15000         0    140304     75000   7469765     80.74     85.97
3311.72/830.44	c  N dy 15551   2854515       750     15000         0     86696     75000   2054724     80.75     85.50
3336.83/836.76	c  N dy 15677   2874563       750     15000         0    106678     75000   4047621     80.75     87.07
3368.34/844.68	c  N dy 15795   2894854       750     15000         0    126896     75000   6062321     80.76     88.61
3404.63/853.73	c  N dy 15900   2914991       750     15000         0    146969     75000   8049199     80.77     86.30
3428.55/859.79	c  N dy 16011   2935035       750     15000         0     92199     75000   2507012     80.77     88.69
3454.88/866.38	c  N dy 16122   2955090       750     15000         0    112188     75000   4485028     80.77     85.48
3487.21/874.42	c  N dy 16242   2975142       750     15000         0    132168     75000   6489497     80.78     88.34
3523.07/883.45	c  N dy 16346   2995263       750     15000         0     76493     75000    862884     80.78     85.12
3545.01/888.99	c  N dy 16458   3015345       750     15000         0     96508     75000   2858308     80.79     85.58
3572.93/895.98	c  N dy 16564   3035711       750     15000         0    116798     75000   4867567     80.79     86.24
3606.08/904.23	c  N dy 16676   3055766       750     15000         0    136796     75000   6855923     80.79     85.51
3640.75/912.93	c  N dy 16777   3075851       750     15000         0     80077     75000   1136644     80.79     85.22
3663.86/918.70	c  N dy 16888   3096117       750     15000         0    100277     75000   3160158     80.80     85.08
3692.17/925.82	c  N dy 17006   3116424       750     15000         0    120530     75000   5188500     80.80     85.89
3725.27/934.11	c  N dy 17109   3136532       750     15000         0    140567     75000   7183754     80.80     85.87
3759.19/942.70	c  N dy 17206   3156539       750     15000         0     82763     75000   1303192     80.80     86.46
3784.30/948.97	c  N dy 17320   3176675       750     15000         0    102837     75000   3298653     80.80     85.85
3815.01/956.63	c  N dy 17424   3196816       750     15000         0    122895     75000   5289392     80.81     85.67
3842.55/963.59	c  S st 17502   3212132       750     15000         0    138145     75000   6799688     80.80     78.17
3844.12/963.96	c  S st 17502   3212634       750     15000         0    138647     75000   6840384     80.80   no data
3844.12/963.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3844.52/964.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
3844.52/964.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3844.52/964.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3844.52/964.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3844.52/964.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3844.52/964.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3844.92/964.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
3845.72/964.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4059.89/1018.05	c lits-rem:       893  cl-subs:      533  v-elim:      0  v-fix:    0  time: 53.69 s
4059.89/1018.06	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
4060.28/1018.15	c vivif2 --  cl tried   138114 cl shrink        0 lits rem          0 time: 0.09
4061.90/1018.61	c asymm  cl-useful: 0/6141/15000 lits-rem:0 time: 0.46
4062.32/1018.61	c calculated reachability. Time: 0.00
4062.32/1018.61	c  N dy 17502   3212634       750     15000         0    138114     75000   6745985     80.80   no data
4100.97/1028.34	c  N dy 17631   3232840       750     15000         0     79514     75000    895686     80.82     85.81
4123.75/1034.07	c  N dy 17744   3253045       750     15000         0     99658     75000   2898774     80.82     86.37
4152.02/1041.16	c  N dy 17858   3273101       750     15000         0    119638     75000   4885837     80.83     85.61
4185.52/1049.59	c  N dy 17979   3293187       750     15000         0    139664     75000   6889201     80.83     85.39
4224.64/1059.33	c  N dy 18086   3313284       750     15000         0     79966     75000    849375     80.83     85.40
4248.92/1065.40	c  N dy 18201   3333588       750     15000         0    100197     75000   2871807     80.84     85.62
4277.28/1072.57	c  N dy 18292   3353622       750     15000         0    120175     75000   4843287     80.83     85.11
4312.73/1081.49	c  N dy 18398   3373769       750     15000         0    140265     75000   6834989     80.83     86.51
4355.42/1092.14	c  N dy 18517   3393930       750     15000         0    160366     75000   8838219     80.84     85.23
4381.74/1098.70	c  N dy 18632   3414748       750     15000         0    100362     75000   2774443     80.84     85.16
4410.04/1105.87	c  N dy 18746   3434941       750     15000         0    120492     75000   4787462     80.84     85.10
4444.34/1114.44	c  N dy 18857   3454959       750     15000         0    140434     75000   6760153     80.85     85.92
4483.48/1124.22	c  N dy 18966   3474969       750     15000         0    160383     75000   8746347     80.85     88.35
4509.79/1130.82	c  N dy 19066   3495059       750     15000         0     98686     75000   2523036     80.85     86.48
4537.26/1137.75	c  N dy 19169   3515166       750     15000         0    118734     75000   4521011     80.85     85.59
4569.97/1145.92	c  N dy 19273   3535247       750     15000         0    138747     75000   6504527     80.85     85.48
4608.65/1155.69	c  N dy 19383   3555345       750     15000         0    158763     75000   8498915     80.85     85.97
4638.55/1163.13	c  N dy 19495   3575361       750     15000         0     95985     75000   2173105     80.85     85.12
4665.27/1169.85	c  N dy 19597   3595578       750     15000         0    116139     75000   4181531     80.85     87.43
4697.59/1177.97	c  N dy 19718   3615629       750     15000         0    136122     75000   6173430     80.86     87.28
4735.47/1187.47	c  N dy 19821   3635859       750     15000         0    156267     75000   8180060     80.86     85.51
4769.76/1196.05	c  N dy 19934   3656088       750     15000         0     92723     75000   1760296     80.86     85.62
4796.08/1202.65	c  N dy 20042   3676245       750     15000         0    112818     75000   3756324     80.86     85.37

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

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

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


[startup+0 s]
/proc/loadavg: 8.09 8.11 7.70 2/350 17119
/proc/meminfo: memFree=24263492/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 632391472 52396032 347 33554432000 4194304 4580107 140734926965376 18446744073709551615 47802052057010 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 12792 347 299 95 0 7774 0
[pid=17119/tid=17120] ppid=17117 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 632391472 52396032 347 33554432000 4194304 4580107 140734926965376 18446744073709551615 47802052057010 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 632391472 52396032 347 33554432000 4194304 4580107 140734926965376 18446744073709551615 47802052057000 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 632391472 52396032 347 33554432000 4194304 4580107 140734926965376 18446744073709551615 228095507441 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0627959 s]
/proc/loadavg: 8.09 8.11 7.70 2/350 17119
/proc/meminfo: memFree=24263492/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=282980 CPUtime=0.21 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 2396 0 0 0 21 0 0 0 18 0 4 0 632391472 289771520 2309 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 70745 2309 357 95 0 65727 0
[pid=17119/tid=17120] ppid=17117 vsize=282980 CPUtime=0.05 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 480 0 0 0 5 0 0 0 18 0 4 0 632391472 289771520 2309 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=282980 CPUtime=0.05 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 475 0 0 0 5 0 0 0 18 0 4 0 632391472 289771520 2309 33554432000 4194304 4580107 140734926965376 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=282980 CPUtime=0.04 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 558 0 0 0 4 0 0 0 25 0 4 0 632391472 289771520 2309 33554432000 4194304 4580107 140734926965376 18446744073709551615 4301867 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 282980

[startup+0.100789 s]
/proc/loadavg: 8.09 8.11 7.70 2/350 17119
/proc/meminfo: memFree=24263492/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=286160 CPUtime=0.36 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) D 17117 17119 16886 0 -1 4202496 3892 0 0 0 36 0 0 0 18 0 4 0 632391472 293027840 3805 33554432000 4194304 4580107 140734926965376 18446744073709551615 228095112225 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 71540 3818 363 95 0 66522 0
[pid=17119/tid=17120] ppid=17117 vsize=286160 CPUtime=0.09 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 897 0 0 0 9 0 0 0 18 0 4 0 632391472 293027840 3822 33554432000 4194304 4580107 140734926965376 18446744073709551615 228095494327 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=286160 CPUtime=0.09 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 940 0 0 0 9 0 0 0 18 0 4 0 632391472 293027840 3825 33554432000 4194304 4580107 140734926965376 18446744073709551615 228095494327 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=286160 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 639 0 0 0 8 0 0 0 25 0 4 0 632391472 293027840 3834 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 286160

[startup+0.300753 s]
/proc/loadavg: 8.09 8.11 7.70 2/350 17119
/proc/meminfo: memFree=24263492/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=286984 CPUtime=1.17 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 6767 0 0 0 116 1 0 0 18 0 4 0 632391472 293871616 5887 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 71746 5887 377 95 0 66728 0
[pid=17119/tid=17120] ppid=17117 vsize=286984 CPUtime=0.29 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 1773 0 0 0 29 0 0 0 18 0 4 0 632391472 293871616 5887 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=286984 CPUtime=0.29 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 1786 0 0 0 29 0 0 0 18 0 4 0 632391472 293871616 5887 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=286984 CPUtime=0.28 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 1043 0 0 0 28 0 0 0 25 0 4 0 632391472 293871616 5887 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 286984

[startup+0.70068 s]
/proc/loadavg: 8.09 8.11 7.70 2/350 17119
/proc/meminfo: memFree=24263492/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=292144 CPUtime=2.76 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 10479 0 0 0 275 1 0 0 18 0 4 0 632391472 299155456 7047 33554432000 4194304 4580107 140734926965376 18446744073709551615 4489474 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 73036 7047 378 95 0 68018 0
[pid=17119/tid=17120] ppid=17117 vsize=292144 CPUtime=0.68 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 2696 0 0 0 68 0 0 0 18 0 4 0 632391472 299155456 7047 33554432000 4194304 4580107 140734926965376 18446744073709551615 4321069 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=292144 CPUtime=0.69 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 2732 0 0 0 69 0 0 0 18 0 4 0 632391472 299155456 7047 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=292144 CPUtime=0.68 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 1992 0 0 0 68 0 0 0 25 0 4 0 632391472 299155456 7047 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 292144

[startup+1.50053 s]
/proc/loadavg: 8.09 8.11 7.70 11/362 17131
/proc/meminfo: memFree=24106784/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=296000 CPUtime=5.94 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 18487 0 0 0 592 2 0 0 20 0 4 0 632391472 303104000 6963 33554432000 4194304 4580107 140734926965376 18446744073709551615 4316580 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 74000 6964 378 95 0 68982 0
[pid=17119/tid=17120] ppid=17117 vsize=296000 CPUtime=1.48 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 4747 0 0 0 148 0 0 0 19 0 4 0 632391472 303104000 6964 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=296000 CPUtime=1.48 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 4818 0 0 0 148 0 0 0 20 0 4 0 632391472 303104000 6964 33554432000 4194304 4580107 140734926965376 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=296000 CPUtime=1.46 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 4040 0 0 0 146 0 0 0 25 0 4 0 632391472 303104000 6964 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 296000

[startup+3.10024 s]
/proc/loadavg: 8.08 8.11 7.70 9/362 17131
/proc/meminfo: memFree=24083100/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=287864 CPUtime=12.33 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 36302 0 0 0 1227 6 0 0 25 0 4 0 632391472 294772736 14954 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 71966 14954 380 95 0 66948 0
[pid=17119/tid=17120] ppid=17117 vsize=287864 CPUtime=3.09 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 10630 0 0 0 307 2 0 0 25 0 4 0 632391472 294772736 14954 33554432000 4194304 4580107 140734926965376 18446744073709551615 4451692 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=287864 CPUtime=3.08 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 8085 0 0 0 307 1 0 0 25 0 4 0 632391472 294772736 14955 33554432000 4194304 4580107 140734926965376 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=287864 CPUtime=3.04 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 7257 0 0 0 304 0 0 0 25 0 4 0 632391472 294772736 14955 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 287864

[startup+6.30065 s]
/proc/loadavg: 8.08 8.11 7.70 9/362 17131
/proc/meminfo: memFree=23969772/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=298248 CPUtime=25.1 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 60061 0 0 0 2500 10 0 0 25 0 4 0 632391472 305405952 36327 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294482 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 74562 36327 380 95 0 69544 0
[pid=17119/tid=17120] ppid=17117 vsize=298248 CPUtime=6.28 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 18543 0 0 0 625 3 0 0 25 0 4 0 632391472 305405952 36327 33554432000 4194304 4580107 140734926965376 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=298248 CPUtime=6.28 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 15382 0 0 0 626 2 0 0 25 0 4 0 632391472 305405952 36328 33554432000 4194304 4580107 140734926965376 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=298248 CPUtime=6.21 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 13370 0 0 0 620 1 0 0 25 0 4 0 632391472 305405952 36328 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 298248

[startup+12.7005 s]
/proc/loadavg: 8.08 8.11 7.70 9/362 17131
/proc/meminfo: memFree=23899456/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=309636 CPUtime=50.62 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 81969 0 0 0 5048 14 0 0 25 0 4 0 632391472 317067264 51381 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294430 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 77409 51382 380 95 0 72391 0
[pid=17119/tid=17120] ppid=17117 vsize=309636 CPUtime=12.68 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 21698 0 0 0 1265 3 0 0 25 0 4 0 632391472 317067264 51382 33554432000 4194304 4580107 140734926965376 18446744073709551615 4320840 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=309636 CPUtime=12.68 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 21651 0 0 0 1265 3 0 0 25 0 4 0 632391472 317067264 51382 33554432000 4194304 4580107 140734926965376 18446744073709551615 4416310 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=309636 CPUtime=12.53 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 21541 0 0 0 1250 3 0 0 25 0 4 0 632391472 317067264 51382 33554432000 4194304 4580107 140734926965376 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 309636

[startup+25.5011 s]
/proc/loadavg: 8.21 8.13 7.71 9/362 17132
/proc/meminfo: memFree=23577424/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=460696 CPUtime=101.66 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 111310 0 0 0 10144 22 0 0 25 0 4 0 632391472 471752704 65374 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 115174 65374 380 95 0 110156 0
[pid=17119/tid=17120] ppid=17117 vsize=460696 CPUtime=25.47 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 29798 0 0 0 2542 5 0 0 25 0 4 0 632391472 471752704 65375 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=460696 CPUtime=25.49 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 32420 0 0 0 2542 7 0 0 25 0 4 0 632391472 471752704 65375 33554432000 4194304 4580107 140734926965376 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=460696 CPUtime=25.18 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 26533 0 0 0 2514 4 0 0 25 0 4 0 632391472 471752704 65375 33554432000 4194304 4580107 140734926965376 18446744073709551615 4296539 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 460696

[startup+51.1004 s]
/proc/loadavg: 8.14 8.12 7.72 9/362 17132
/proc/meminfo: memFree=23411336/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=521076 CPUtime=203.77 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 159095 0 0 0 20342 35 0 0 25 0 4 0 632391472 533581824 73324 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 130269 73324 380 95 0 125251 0
[pid=17119/tid=17120] ppid=17117 vsize=521076 CPUtime=51.07 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 47433 0 0 0 5096 11 0 0 25 0 4 0 632391472 533581824 73324 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=521076 CPUtime=51.08 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 43907 0 0 0 5099 9 0 0 25 0 4 0 632391472 533581824 73324 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=521076 CPUtime=50.49 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 41005 0 0 0 5041 8 0 0 25 0 4 0 632391472 533581824 73324 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 521076

[startup+102.314 s]
/proc/loadavg: 8.12 8.11 7.74 9/362 17134
/proc/meminfo: memFree=23277268/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=447448 CPUtime=408.01 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 251521 0 0 0 40740 61 0 0 25 0 4 0 632391472 458186752 75432 33554432000 4194304 4580107 140734926965376 18446744073709551615 4416036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 111862 75432 380 95 0 106844 0
[pid=17119/tid=17120] ppid=17117 vsize=447448 CPUtime=102.28 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 78234 0 0 0 10208 20 0 0 25 0 4 0 632391472 458186752 75432 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=447448 CPUtime=102.3 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 65323 0 0 0 10215 15 0 0 25 0 4 0 632391472 458186752 75432 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294701 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=447448 CPUtime=101.1 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 71853 0 0 0 10094 16 0 0 25 0 4 0 632391472 458186752 75432 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.01
Current children cumulated vsize (KiB) 447448

[startup+162.301 s]

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

[pid=17119] ppid=17117 vsize=883324 CPUtime=2561.57 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 1004025 0 0 0 255841 316 0 0 25 0 4 0 632391472 904523776 160400 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 220831 160400 392 95 0 215813 0
[pid=17119/tid=17120] ppid=17117 vsize=883324 CPUtime=642.19 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 300540 0 0 0 64122 97 0 0 25 0 4 0 632391472 904523776 160402 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=883324 CPUtime=642.31 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 282778 0 0 0 64150 81 0 0 25 0 4 0 632391472 904523776 160402 33554432000 4194304 4580107 140734926965376 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=883324 CPUtime=634.79 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 268262 0 0 0 63399 80 0 0 25 0 4 0 632391472 904523776 160403 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2561.57
Current children cumulated vsize (KiB) 883324

[startup+702.301 s]
/proc/loadavg: 8.06 8.10 7.90 9/362 17150
/proc/meminfo: memFree=22307868/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=859432 CPUtime=2800.82 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 1067526 0 0 0 279738 344 0 0 25 0 4 0 632391472 880058368 148384 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 214858 148384 392 95 0 209840 0
[pid=17119/tid=17120] ppid=17117 vsize=859432 CPUtime=702.15 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 322037 0 0 0 70109 106 0 0 25 0 4 0 632391472 880058368 148384 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=859432 CPUtime=702.3 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 293812 0 0 0 70144 86 0 0 25 0 4 0 632391472 880058368 148384 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=859432 CPUtime=694.07 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 286399 0 0 0 69320 87 0 0 25 0 4 0 632391472 880058368 148384 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2800.82
Current children cumulated vsize (KiB) 859432

[startup+762.314 s]
/proc/loadavg: 8.11 8.11 7.91 9/362 17151
/proc/meminfo: memFree=22301268/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=1018488 CPUtime=3040.16 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 1136057 0 0 0 303644 372 0 0 25 0 4 0 632391472 1042931712 166984 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294510 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 254622 166984 386 95 0 249604 0
[pid=17119/tid=17120] ppid=17117 vsize=1018488 CPUtime=762.16 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 337611 0 0 0 76104 112 0 0 25 0 4 0 632391472 1042931712 166984 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=1018488 CPUtime=762.31 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 311855 0 0 0 76137 94 0 0 25 0 4 0 632391472 1042931712 166984 33554432000 4194304 4580107 140734926965376 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=1018488 CPUtime=753.38 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 303463 0 0 0 75245 93 0 0 25 0 4 0 632391472 1042931712 166984 33554432000 4194304 4580107 140734926965376 18446744073709551615 4417027 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.16
Current children cumulated vsize (KiB) 1018488

[startup+822.301 s]
/proc/loadavg: 8.19 8.12 7.93 9/362 17153
/proc/meminfo: memFree=22282516/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=900708 CPUtime=3279.4 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 1197932 0 0 0 327543 397 0 0 25 0 4 0 632391472 922324992 163423 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 225177 163423 386 95 0 220159 0
[pid=17119/tid=17120] ppid=17117 vsize=900708 CPUtime=822.14 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 357783 0 0 0 82095 119 0 0 25 0 4 0 632391472 922324992 163423 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=900708 CPUtime=822.3 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 327423 0 0 0 82128 102 0 0 25 0 4 0 632391472 922324992 163423 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=900708 CPUtime=812.68 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 320283 0 0 0 81168 100 0 0 25 0 4 0 632391472 922324992 163423 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.4
Current children cumulated vsize (KiB) 900708

[startup+882.301 s]
/proc/loadavg: 8.11 8.11 7.93 9/362 17154
/proc/meminfo: memFree=22381076/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=956276 CPUtime=3518.68 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 1254492 0 0 0 351448 420 0 0 25 0 4 0 632391472 979226624 164941 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 239069 164941 386 95 0 234051 0
[pid=17119/tid=17120] ppid=17117 vsize=956276 CPUtime=882.12 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 376576 0 0 0 88085 127 0 0 25 0 4 0 632391472 979226624 164941 33554432000 4194304 4580107 140734926965376 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=956276 CPUtime=882.3 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 335057 0 0 0 88125 105 0 0 25 0 4 0 632391472 979226624 164941 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=956276 CPUtime=871.97 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 338763 0 0 0 87090 107 0 0 25 0 4 0 632391472 979226624 164941 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3518.68
Current children cumulated vsize (KiB) 956276

[startup+942.3 s]
/proc/loadavg: 8.16 8.12 7.94 9/362 17156
/proc/meminfo: memFree=22248868/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=1009804 CPUtime=3757.98 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 1342662 0 0 0 375350 448 0 0 25 0 4 0 632391472 1034039296 179790 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 252451 179790 385 95 0 247433 0
[pid=17119/tid=17120] ppid=17117 vsize=1009804 CPUtime=942.11 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 415325 0 0 0 94076 135 0 0 25 0 4 0 632391472 1034039296 179790 33554432000 4194304 4580107 140734926965376 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=1009804 CPUtime=942.3 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 351553 0 0 0 94119 111 0 0 25 0 4 0 632391472 1034039296 179790 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294598 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=1009804 CPUtime=931.26 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 356984 0 0 0 93012 114 0 0 25 0 4 0 632391472 1034039296 179790 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3757.98
Current children cumulated vsize (KiB) 1009804

[startup+1002.3 s]
/proc/loadavg: 8.11 8.11 7.95 9/362 17158
/proc/meminfo: memFree=22105004/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=1241624 CPUtime=3997.27 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 1390544 0 0 0 399266 461 0 0 25 0 4 0 632391472 1271422976 218717 33554432000 4194304 4580107 140734926965376 18446744073709551615 4416737 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 310406 218717 385 95 0 305388 0
[pid=17119/tid=17120] ppid=17117 vsize=1241624 CPUtime=1002.11 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 415325 0 0 0 100076 135 0 0 25 0 4 0 632391472 1271422976 218717 33554432000 4194304 4580107 140734926965376 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=1241624 CPUtime=1002.3 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 367283 0 0 0 100112 118 0 0 25 0 4 0 632391472 1271422976 218717 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=1241624 CPUtime=990.56 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 376192 0 0 0 98938 118 0 0 25 0 4 0 632391472 1271422976 218717 33554432000 4194304 4580107 140734926965376 18446744073709551615 4416292 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3997.27
Current children cumulated vsize (KiB) 1241624

[startup+1062.3 s]
/proc/loadavg: 8.14 8.12 7.96 9/362 17159
/proc/meminfo: memFree=21981852/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=1268312 CPUtime=4236.56 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 1452598 0 0 0 423174 482 0 0 25 0 4 0 632391472 1298751488 218020 33554432000 4194304 4580107 140734926965376 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 317078 218020 394 95 0 312060 0
[pid=17119/tid=17120] ppid=17117 vsize=1268312 CPUtime=1062.1 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 429850 0 0 0 106068 142 0 0 25 0 4 0 632391472 1298751488 218020 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=1268312 CPUtime=1062.3 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 391683 0 0 0 106105 125 0 0 25 0 4 0 632391472 1298751488 218020 33554432000 4194304 4580107 140734926965376 18446744073709551615 4451668 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=1268312 CPUtime=1049.87 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 385893 0 0 0 104866 121 0 0 25 0 4 0 632391472 1298751488 218020 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4236.56
Current children cumulated vsize (KiB) 1268312

[startup+1122.3 s]
/proc/loadavg: 8.08 8.11 7.96 9/362 17161
/proc/meminfo: memFree=21998576/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=1269236 CPUtime=4475.84 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 1502961 0 0 0 447080 504 0 0 25 0 4 0 632391472 1299697664 221467 33554432000 4194304 4580107 140734926965376 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 317309 221467 394 95 0 312291 0
[pid=17119/tid=17120] ppid=17117 vsize=1269236 CPUtime=1122.09 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 446919 0 0 0 112059 150 0 0 25 0 4 0 632391472 1299697664 221467 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=1269236 CPUtime=1122.3 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 391683 0 0 0 112105 125 0 0 25 0 4 0 632391472 1299697664 221467 33554432000 4194304 4580107 140734926965376 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=1269236 CPUtime=1109.16 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 403350 0 0 0 110788 128 0 0 25 0 4 0 632391472 1299697664 221467 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4475.84
Current children cumulated vsize (KiB) 1269236

[startup+1182.3 s]
/proc/loadavg: 8.09 8.10 7.97 9/362 17162
/proc/meminfo: memFree=21964572/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=1312912 CPUtime=4715.13 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 1571315 0 0 0 470984 529 0 0 25 0 4 0 632391472 1344421888 225488 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 328228 225488 394 95 0 323210 0
[pid=17119/tid=17120] ppid=17117 vsize=1312912 CPUtime=1182.08 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 462860 0 0 0 118052 156 0 0 25 0 4 0 632391472 1344421888 225488 33554432000 4194304 4580107 140734926965376 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=1312912 CPUtime=1182.3 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 408769 0 0 0 118099 131 0 0 25 0 4 0 632391472 1344421888 225488 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=1312912 CPUtime=1168.45 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 420951 0 0 0 116711 134 0 0 25 0 4 0 632391472 1344421888 225488 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4715.13
Current children cumulated vsize (KiB) 1312912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.06 8.09 7.97 9/362 17163
/proc/meminfo: memFree=22032888/32951124 swapFree=65980216/67111528
[pid=17119] ppid=17117 vsize=1202216 CPUtime=4800.08 cores=0,2,4,6
/proc/17119/stat : 17119 (strangenight2-m) R 17117 17119 16886 0 -1 4202496 1594613 0 0 0 479472 536 0 0 25 0 4 0 632391472 1231069184 213560 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17119/statm: 300554 213560 394 95 0 295536 0
[pid=17119/tid=17120] ppid=17117 vsize=1202216 CPUtime=1203.39 cores=0,2,4,6
/proc/17119/task/17120/stat : 17120 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 469963 0 0 0 120181 158 0 0 25 0 4 0 632391472 1231069184 213566 33554432000 4194304 4580107 140734926965376 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17119/tid=17121] ppid=17117 vsize=1202216 CPUtime=1203.62 cores=0,2,4,6
/proc/17119/task/17121/stat : 17121 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 412469 0 0 0 120229 133 0 0 25 0 4 0 632391472 1231069184 213566 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17119/tid=17122] ppid=17117 vsize=1202216 CPUtime=1189.5 cores=0,2,4,6
/proc/17119/task/17122/stat : 17122 (strangenight2-m) R 17117 17119 16886 0 -1 4202560 426883 0 0 0 118814 136 0 0 25 0 4 0 632391472 1231069184 213566 33554432000 4194304 4580107 140734926965376 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 1202216

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.66
CPU time (s): 4800.18
CPU user time (s): 4794.77
CPU system time (s): 5.40818
CPU usage (%): 398.797
Max. virtual memory (cumulated for all children) (KiB): 1338672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.77
system time used= 5.40818
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1594622
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= 1227
involuntary context switches= 36127

runsolver used 4.21036 second user time and 9.92549 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-14 21:02:40
IDJOB=3366249
IDBENCH=82658
IDSOLVER=1844
FILE ID=node142/3366249-1305399760
RUNJOBID= node142-1305397348-16904
PBS_JOBID= 13324456
Free space on /tmp= 73440 MiB

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

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

MD5SUM BENCH= a641c3217b64031795fbe4f20a9b14fb
RANDOM SEED=317682662

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24263772 kB
Buffers:        312436 kB
Cached:        3831164 kB
SwapCached:      11520 kB
Active:        6031596 kB
Inactive:      2324284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24263772 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:           13600 kB
Writeback:           8 kB
AnonPages:     4208424 kB
Mapped:          19980 kB
Slab:           233988 kB
PageTables:      31420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77016128 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= 73432 MiB
End job on node142 at 2011-05-14 21:22:46