Trace number 3366212

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.31 1202.85

General information on the benchmark

Namerandom/large/
unif-k5-r20-v750-c15000-S888530894-020-UNKNOWN.cnf
MD5SUMdc51a6e5c13ccda52fa46d0bd711de5f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.70513
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-3366212-1305398941.cnf'
0.00/0.01	c -- header says num vars:            750
0.00/0.01	c -- header says num clauses:       15000
0.00/0.02	c -- clauses added:            0 learnts,        15000 normals,            0 xors
0.00/0.02	c -- vars added        750
0.00/0.02	c Parsing time:  0.00 s
0.31/0.08	c  N st     0         0       750     15000         0         0     75000         0   no data   no data
0.31/0.09	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.07
0.31/0.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.31/0.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.31/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.31/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.31/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
0.31/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.31/0.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.31/0.91	c Finding binary XORs  T:     0.00 s  found:       0
0.31/0.91	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.31/0.91	c calculated reachability. Time: 0.00
0.31/0.91	c Calc default polars -  time:   0.00 s pos:     355 undec:      25 neg:     370
0.31/0.91	c =========================================================================================
0.31/0.91	c types(t): F = full restart, N = normal restart
0.31/0.91	c types(t): S = simplification begin/end, E = solution found
0.31/0.91	c restart types(rt): st = static, dy = dynamic
0.31/0.91	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.31/0.91	c  B st     0         0       750     15000         0         0     75000         0   no data   no data
0.31/0.91	c Decided on static restart strategy
0.31/0.91	c  N st     8      4919       750     15000         0      4875     75000    512491   no data   no data
0.31/0.91	c  N st    10     11302       750     15000         0      4532     75000    290327   no data   no data
5.54/1.40	c  N st    11     17047       750     15000         0     10230     75000    920260   no data   no data
7.94/2.07	c  F st    12     25000       750     15000         0     12540     75000   1137784   no data   no data
7.94/2.08	c  N st    12     25000       750     15000         0     12540     75000   1137784   no data   no data
9.53/2.44	c  N dy    18     30001       750     15000         0     10746     75000    886549   no data   no data
9.53/2.44	c  S st    18     30001       750     15000         0     10746     75000    886549   no data   no data
9.53/2.49	c  S st    18     30503       750     15000         0     11248     75000    930890   no data   no data
9.53/2.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.93/2.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.93/2.50	c blocked clauses removed:        0 vars:      0 tried:         750 T: 0.00 s
9.93/2.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.93/2.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.93/2.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
9.93/2.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.93/2.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.93/2.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.53/3.42	c lits-rem:        77  cl-subs:      133  v-elim:      0  v-fix:    0  time:  0.87 s
13.93/3.53	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.12
13.93/3.53	c calculated reachability. Time: 0.00
13.93/3.53	c  N dy    18     30503       750     15000         0     11115     75000    906106   no data   no data
15.12/3.87	c  N dy    39     34673       750     15000         0     15272     75000   1313270     79.84     84.16
16.35/4.18	c  N dy    62     38796       750     15000         0     11517     75000    657538     79.27     83.83
17.91/4.54	c  N dy    83     43083       750     15000         0     15785     75000   1072334     79.25     84.21
18.71/4.78	c  S st   101     45755       750     15000         0      9542     75000    343466     79.81   no data
19.11/4.83	c  S st   101     46257       750     15000         0     10044     75000    385543     79.81   no data
19.11/4.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.11/4.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
19.11/4.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.11/4.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.11/4.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.11/4.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
19.11/4.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.11/4.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
19.11/4.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.51/4.97	c lits-rem:        10  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.11 s
19.51/4.97	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
19.51/4.97	c vivif2 --  cl tried    10039 cl shrink        0 lits rem          0 time: 0.00
19.91/5.07	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.10
19.91/5.08	c calculated reachability. Time: 0.00
19.91/5.08	c  N dy   101     46257       750     15000         0     10039     75000    384570     79.81   no data
21.50/5.41	c  N dy   129     50546       750     15000         0     14314     75000    803098     80.06     84.63
22.71/5.79	c  N dy   149     54818       750     15000         0     18576     75000   1217508     79.88     84.14
24.30/6.15	c  N dy   170     59020       750     15000         0     12819     75000    559348     79.91     86.23
25.90/6.50	c  N dy   190     63146       750     15000         0     16929     75000    963647     79.84     84.74
27.09/6.88	c  N dy   209     67179       750     15000         0     20953     75000   1357585     79.73     87.70
27.89/7.08	c  S st   223     69387       750     15000         0     12199     75000    400537     79.77   no data
28.29/7.13	c  S st   223     69892       750     15000         0     12703     75000    442424     79.77   no data
28.29/7.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.29/7.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.29/7.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.29/7.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.29/7.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.29/7.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
28.29/7.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.29/7.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.29/7.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.10/7.34	c lits-rem:       100  cl-subs:        8  v-elim:      0  v-fix:    0  time:  0.18 s
29.10/7.34	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
29.10/7.35	c vivif2 --  cl tried    12695 cl shrink        0 lits rem          0 time: 0.01
29.52/7.46	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.11
29.52/7.46	c calculated reachability. Time: 0.00
29.52/7.46	c  N dy   223     69892       750     15000         0     12695     75000    440861     79.77   no data
31.08/7.84	c  N dy   249     74448       750     15000         0     17238     75000    884158     79.87     84.25
33.08/8.31	c  N dy   280     79272       750     15000         0     22050     75000   1364231     80.07     85.03
34.67/8.77	c  N dy   306     84383       750     15000         0     15187     75000    601409     80.09     94.96
35.87/9.04	c  F st   324     87500       750     15000         0     18284     75000    902666     80.12     76.14
37.07/9.35	c  N st   329     90801       750     15000         0     21559     75000   1253816     80.12   no data
39.46/9.94	c  N dy   353     96905       750     15000         0     14698     75000    454819     80.15     85.96
41.86/10.52	c  N dy   379    103111       750     15000         0     20890     75000   1068177     80.10     85.14
42.27/10.70	c  S st   388    104838       750     15000         0     22609     75000   1232545     80.04   no data
42.69/10.77	c  S st   388    105338       750     15000         0     23108     75000   1278842     80.04   no data
42.69/10.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.69/10.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
42.69/10.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.69/10.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.69/10.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.69/10.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
42.69/10.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.05/10.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
43.05/10.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.83/13.03	c lits-rem:       171  cl-subs:       91  v-elim:      0  v-fix:    0  time:  2.18 s
51.83/13.03	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
51.83/13.04	c vivif2 --  cl tried    23017 cl shrink        0 lits rem          0 time: 0.02
52.63/13.25	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.21
52.63/13.26	c calculated reachability. Time: 0.00
52.63/13.26	c  N dy   388    105338       750     15000         0     23017     75000   1262754     80.04   no data
55.45/13.97	c  N dy   421    112074       750     15000         0     15779     75000    474369     79.96     86.85
58.22/14.69	c  N dy   450    119441       750     15000         0     23123     75000   1185116     79.79     84.43
61.81/15.58	c  N dy   494    127117       750     15000         0     15829     75000    386441     79.90     85.65
65.40/16.40	c  N dy   542    135287       750     15000         0     23979     75000   1182518     79.90     85.34
69.39/17.42	c  N dy   582    143974       750     15000         0     16697     75000    380077     79.83     86.81
73.00/18.33	c  N dy   631    153241       750     15000         0     25932     75000   1295898     79.87     85.16
74.98/18.87	c  S st   659    158008       750     15000         0     30682     75000   1761371     79.88     78.00
75.38/18.96	c  S st   659    158510       750     15000         0     31184     75000   1807786     79.88   no data
75.38/18.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.38/18.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
75.38/18.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.38/18.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.38/18.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.38/18.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
75.38/18.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.78/19.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
75.78/19.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
98.93/24.81	c lits-rem:       316  cl-subs:      105  v-elim:      0  v-fix:    0  time:  5.75 s
98.93/24.81	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
98.93/24.83	c vivif2 --  cl tried    31079 cl shrink        0 lits rem          0 time: 0.02
99.75/25.07	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.24
99.75/25.07	c calculated reachability. Time: 0.00
99.75/25.07	c  N dy   659    158510       750     15000         0     31079     75000   1788813     79.88   no data
104.14/26.19	c  N dy   708    168699       750     15000         0     24283     75000   1033610     79.83     85.23
109.70/27.54	c  N dy   762    179477       750     15000         0     35024     75000   2076189     79.78     84.58
114.49/28.79	c  N dy   827    191049       750     15000         0     28616     75000   1359556     79.78     84.35
120.88/30.30	c  N dy   888    203292       750     15000         0     21883     75000    614322     79.77     85.28
126.86/31.81	c  N dy   956    216304       750     15000         0     34853     75000   1881486     79.75     93.59
133.25/33.46	c  N dy  1028    230189       750     15000         0     28763     75000   1194928     79.76     85.18
137.23/34.44	c  S st  1074    237765       750     15000         0     36309     75000   1934435     79.78   no data
137.63/34.54	c  S st  1074    238268       750     15000         0     36811     75000   1979417     79.78   no data
137.63/34.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
137.63/34.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
137.63/34.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
137.63/34.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.63/34.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.63/34.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
137.63/34.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
137.63/34.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
138.03/34.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
173.56/43.60	c lits-rem:       344  cl-subs:      107  v-elim:      0  v-fix:    0  time:  8.95 s
173.56/43.60	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
173.97/43.63	c vivif2 --  cl tried    36704 cl shrink        0 lits rem          0 time: 0.02
175.14/43.91	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.28
175.14/43.91	c calculated reachability. Time: 0.00
175.14/43.91	c  N dy  1074    238268       750     15000         0     36704     75000   1959923     79.78   no data
182.34/45.77	c  N dy  1156    253734       750     15000         0     31191     75000   1354073     79.78     85.14
191.11/47.94	c  N dy  1248    270284       750     15000         0     25765     75000    718895     79.83     84.34
199.89/50.20	c  N dy  1330    287618       750     15000         0     43052     75000   2412383     79.76     85.62
209.50/52.54	c  N dy  1438    306017       750     15000         0     38459     75000   1871037     79.78     84.46
209.50/52.58	c  F st  1441    306252       750     15000         0     38692     75000   1895765     79.79   no data
219.85/55.18	c  N dy  1525    325582       750     15000         0     34028     75000   1360940     79.82     84.12
231.45/58.03	c  N dy  1622    345803       750     15000         0     29271     75000    802759     79.76     84.97
237.41/59.59	c  S st  1689    357404       750     15000         0     40840     75000   1936332     79.77   no data
237.81/59.69	c  S st  1689    357905       750     15000         0     41341     75000   1978295     79.77   no data
238.21/59.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
238.21/59.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
238.21/59.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
238.21/59.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
238.21/59.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.21/59.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
238.21/59.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
238.21/59.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
238.61/59.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
274.12/68.72	c lits-rem:       392  cl-subs:      118  v-elim:      0  v-fix:    0  time:  8.93 s
274.12/68.73	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
274.12/68.75	c vivif2 --  cl tried    41223 cl shrink        0 lits rem          0 time: 0.03
275.35/69.09	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.34
275.35/69.09	c calculated reachability. Time: 0.00
275.35/69.09	c  N dy  1689    357905       750     15000         0     41223     75000   1957653     79.77   no data
287.30/72.10	c  N dy  1804    378024       750     15000         0     35355     75000   1296398     79.79     84.15
300.46/75.31	c  N dy  1907    398065       750     15000         0     28417     75000    531873     79.79     86.03
312.04/78.21	c  N dy  2008    418076       750     15000         0     48360     75000   2480401     79.77     84.79
324.01/81.24	c  N dy  2119    438124       750     15000         0     40435     75000   1616415     79.78     84.11
337.18/84.54	c  N dy  2221    458157       750     15000         0     31496     75000    654426     79.77     84.89
349.16/87.56	c  N dy  2315    478582       750     15000         0     51861     75000   2657428     79.73     84.31
361.93/90.76	c  N dy  2420    499073       750     15000         0     42373     75000   1628545     79.72     84.65
376.33/94.35	c  N dy  2526    519167       750     15000         0     31505     75000    474019     79.73     85.21
386.66/96.93	c  S st  2624    536857       750     15000         0     49135     75000   2204817     79.74     79.26
387.06/97.05	c  S st  2624    537363       750     15000         0     49641     75000   2248814     79.74   no data
387.06/97.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
387.06/97.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
387.06/97.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
387.06/97.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
387.06/97.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
387.06/97.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
387.06/97.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
387.46/97.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
387.46/97.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
442.54/110.90	c lits-rem:       548  cl-subs:      146  v-elim:      0  v-fix:    0  time: 13.73 s
442.54/110.90	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
442.54/110.94	c vivif2 --  cl tried    49495 cl shrink        0 lits rem          0 time: 0.03
444.14/111.30	c asymm  cl-useful: 0/13462/15000 lits-rem:0 time: 0.37
444.14/111.31	c calculated reachability. Time: 0.00
444.14/111.31	c  N dy  2624    537363       750     15000         0     49495     75000   2222185     79.74   no data
459.33/115.18	c  N dy  2720    557535       750     15000         0     37705     75000    995577     79.68     84.46
473.67/118.79	c  N dy  2827    577572       750     15000         0     57666     75000   2962452     79.69     83.93
488.04/122.33	c  N dy  2941    597622       750     15000         0     44764     75000   1604422     79.73     84.13
503.64/126.23	c  N dy  3051    617886       750     15000         0     64974     75000   3593698     79.74     84.07
516.81/129.57	c  N dy  3157    637952       750     15000         0     51090     75000   2134484     79.76     85.05
533.14/133.64	c  N dy  3268    657984       750     15000         0     36163     75000    571545     79.78     93.16
546.31/136.93	c  N dy  3389    678054       750     15000         0     56174     75000   2556656     79.83     87.61
562.67/141.04	c  N dy  3502    698628       750     15000         0     40778     75000    934921     79.85     84.19
577.04/144.65	c  N dy  3629    719206       750     15000         0     61299     75000   2953093     79.88     85.35
593.00/148.64	c  N dy  3743    739266       750     15000         0     44411     75000   1202144     79.91     84.67
608.17/152.43	c  N dy  3864    759512       750     15000         0     64602     75000   3197596     79.94     84.55
623.73/156.31	c  N dy  3971    779537       750     15000         0     46694     75000   1338326     79.95     84.43
639.72/160.38	c  N dy  4067    801200       750     15000         0     68285     75000   3462966     79.93     84.58
644.48/161.52	c  S st  4096    806045       750     15000         0     73113     75000   3945544     79.94     80.40
645.28/161.71	c  S st  4096    806546       750     15000         0     73613     75000   3987324     79.94   no data
645.28/161.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
645.28/161.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
645.28/161.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
645.28/161.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
645.28/161.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
645.28/161.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
645.28/161.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
645.68/161.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
646.07/161.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
739.86/185.40	c lits-rem:       657  cl-subs:      285  v-elim:      0  v-fix:    0  time: 23.47 s
739.86/185.40	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
739.86/185.45	c vivif2 --  cl tried    73328 cl shrink        0 lits rem          0 time: 0.05
740.28/185.52	c asymm  cl-useful: 0/1538/15000 lits-rem:0 time: 0.07
740.28/185.53	c calculated reachability. Time: 0.00
740.28/185.53	c  N dy  4096    806546       750     15000         0     73328     75000   3936455     79.94   no data
755.02/189.26	c  N dy  4203    826619       750     15000         0     54443     75000   2000235     79.94     86.87
772.59/193.67	c  N dy  4336    846694       750     15000         0     74439     75000   3986473     79.99     85.48
788.16/197.50	c  N dy  4454    866777       750     15000         0     54591     75000   1941042     80.01     87.92
805.31/201.88	c  N dy  4571    886852       750     15000         0     74595     75000   3913314     80.04     84.96
821.28/205.84	c  N dy  4680    906868       750     15000         0     53690     75000   1762174     80.05     85.58
838.43/210.16	c  N dy  4795    927013       750     15000         0     73771     75000   3740906     80.05     84.43
855.59/214.47	c  N dy  4906    947154       750     15000         0     51989     75000   1496721     80.05     84.35
871.98/218.59	c  N dy  5014    967185       750     15000         0     71950     75000   3463868     80.07     84.72
890.72/223.22	c  N dy  5116    987259       750     15000         0     49106     75000   1117940     80.06     84.55
906.28/227.19	c  N dy  5224   1007321       750     15000         0     69100     75000   3085395     80.06     84.97
926.63/232.28	c  N dy  5333   1027407       750     15000         0     45262     75000    659775     80.08     90.06
943.00/236.39	c  N dy  5445   1047581       750     15000         0     65369     75000   2650319     80.09     84.43
964.58/241.73	c  N dy  5544   1067806       750     15000         0     85525     75000   4623944     80.07     84.61
969.73/243.05	c  F st  5571   1071875       750     15000         0     89574     75000   5025010     80.08   no data
982.50/246.25	c  N dy  5636   1088150       750     15000         0     60927     75000   2148480     80.08     85.78
1002.86/251.35	c  N dy  5748   1108368       750     15000         0     81085     75000   4135562     80.09     84.56
1021.65/256.04	c  N dy  5846   1128447       750     15000         0     55252     75000   1462675     80.09     85.84
1039.21/260.46	c  N dy  5943   1148472       750     15000         0     75216     75000   3425190     80.08     84.42
1061.16/265.93	c  N dy  6053   1168495       750     15000         0     48336     75000    686719     80.10     84.78
1077.09/269.95	c  N dy  6160   1188538       750     15000         0     68317     75000   2658177     80.10     84.35
1097.05/274.95	c  N dy  6260   1208555       750     15000         0     88248     75000   4620509     80.10     84.65
1098.65/275.31	c  S st  6266   1209819       750     15000         0     89508     75000   4745930     80.11     77.45
1099.45/275.54	c  S st  6266   1210322       750     15000         0     90011     75000   4790958     80.11   no data
1099.45/275.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1099.85/275.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1099.85/275.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1099.85/275.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1099.85/275.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1099.85/275.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1099.85/275.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1099.85/275.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1100.26/275.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1234.34/309.39	c lits-rem:       855  cl-subs:      329  v-elim:      0  v-fix:    0  time: 33.60 s
1234.34/309.40	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1234.74/309.45	c vivif2 --  cl tried    89682 cl shrink        0 lits rem          0 time: 0.06
1236.35/309.88	c asymm  cl-useful: 0/8774/15000 lits-rem:0 time: 0.42
1236.35/309.88	c calculated reachability. Time: 0.00
1236.35/309.88	c  N dy  6266   1210322       750     15000         0     89682     75000   4731815     80.11   no data
1254.33/314.36	c  N dy  6381   1230388       750     15000         0     61847     75000   1930406     80.11     85.24
1273.85/319.23	c  N dy  6508   1250485       750     15000         0     81884     75000   3905773     80.13     86.26
1295.80/324.73	c  N dy  6616   1271062       750     15000         0     53562     75000   1024592     80.14     85.94
1312.56/328.93	c  N dy  6735   1291131       750     15000         0     73572     75000   3008206     80.16     89.51
1334.91/334.50	c  N dy  6854   1311337       750     15000         0     93716     75000   4989567     80.17     85.94
1353.27/339.17	c  N dy  6973   1331375       750     15000         0     63869     75000   1947043     80.19     84.67
1373.61/344.20	c  N dy  7082   1351995       750     15000         0     84414     75000   3960781     80.19     86.05
1397.16/350.11	c  N dy  7204   1372111       750     15000         0     53619     75000    850606     80.20     86.80
1414.33/354.41	c  N dy  7318   1392281       750     15000         0     73722     75000   2841414     80.21     85.15
1436.28/359.97	c  N dy  7442   1412291       750     15000         0     93650     75000   4822307     80.24     85.27
1456.63/365.03	c  N dy  7540   1432489       750     15000         0     61962     75000   1584171     80.22     84.67
1475.79/369.82	c  N dy  7650   1452613       750     15000         0     82023     75000   3566590     80.23     84.59
1499.76/375.89	c  N dy  7753   1472713       750     15000         0    102047     75000   5537793     80.22     84.50
1519.29/380.74	c  N dy  7857   1492806       750     15000         0     69243     75000   2220541     80.23     85.73
1540.44/386.04	c  N dy  7968   1512919       750     15000         0     89296     75000   4201843     80.23     84.91
1565.61/392.37	c  N dy  8077   1532928       750     15000         0     55412     75000    763532     80.25     85.80
1583.58/396.82	c  N dy  8201   1552948       750     15000         0     75373     75000   2751661     80.27     85.28
1605.52/402.34	c  N dy  8305   1572994       750     15000         0     95342     75000   4718836     80.27     85.55
1630.64/408.62	c  N dy  8429   1593271       750     15000         0     60747     75000   1190589     80.28     84.53
1649.42/413.33	c  N dy  8549   1613332       750     15000         0     80740     75000   3185723     80.30     86.11
1673.74/419.48	c  N dy  8668   1633826       750     15000         0    101160     75000   5208564     80.31     85.58
1696.49/425.12	c  N dy  8767   1653895       750     15000         0     65350     75000   1558157     80.31     87.25
1716.03/430.04	c  N dy  8876   1673944       750     15000         0     85344     75000   3537112     80.31     84.88
1741.21/436.37	c  N dy  8993   1694010       750     15000         0    105358     75000   5505111     80.32     85.17
1759.93/441.09	c  S st  9085   1710323       750     15000         0     64795     75000   1395243     80.32   no data
1760.73/441.25	c  S st  9085   1710831       750     15000         0     65303     75000   1439344     80.32   no data
1760.73/441.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1761.13/441.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
1761.13/441.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1761.13/441.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1761.13/441.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1761.13/441.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1761.13/441.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1761.13/441.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1761.13/441.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1781.48/446.44	c lits-rem:       211  cl-subs:       65  v-elim:      0  v-fix:    0  time:  5.08 s
1781.48/446.44	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1781.48/446.46	c vivif2 --  cl tried    65238 cl shrink        0 lits rem          0 time: 0.02
1782.68/446.72	c asymm  cl-useful: 0/6226/15000 lits-rem:0 time: 0.25
1782.68/446.72	c calculated reachability. Time: 0.00
1782.68/446.72	c  N dy  9085   1710831       750     15000         0     65238     75000   1427681     80.32   no data
1803.84/452.08	c  N dy  9184   1731366       750     15000         0     85712     75000   3458159     80.32     84.77
1832.98/459.30	c  N dy  9289   1753717       750     15000         0    107981     75000   5676456     80.31     85.73
1856.11/465.12	c  N dy  9392   1773719       750     15000         0     70099     75000   1847526     80.31     88.28
1876.87/470.38	c  N dy  9503   1793914       750     15000         0     90213     75000   3835754     80.32     84.78
1902.41/476.75	c  N dy  9591   1813922       750     15000         0    110154     75000   5802132     80.31     85.10
1924.76/482.34	c  N dy  9692   1834116       750     15000         0     71477     75000   1902056     80.32     85.41
1946.31/487.79	c  N dy  9814   1854268       750     15000         0     91551     75000   3899252     80.34     86.01
1973.06/494.49	c  N dy  9934   1874330       750     15000         0    111562     75000   5877689     80.35     85.27
1995.82/500.14	c  N dy 10048   1894376       750     15000         0     71740     75000   1827061     80.36     96.27
2017.35/505.52	c  N dy 10163   1914780       750     15000         0     92070     75000   3851237     80.37     84.99
2045.68/512.63	c  N dy 10284   1935920       750     15000         0    113145     75000   5938689     80.38     84.92
2068.83/518.43	c  N dy 10395   1956067       750     15000         0     72449     75000   1819629     80.39     85.65
2090.39/523.86	c  N dy 10514   1976258       750     15000         0     92579     75000   3812140     80.39     86.67
2117.52/530.66	c  N dy 10641   1996268       750     15000         0    112506     75000   5798907     80.41     84.84
2142.66/536.93	c  N dy 10747   2016403       750     15000         0     70781     75000   1557165     80.42     85.77
2164.22/542.33	c  N dy 10866   2036506       750     15000         0     90810     75000   3541359     80.43     85.42
2190.96/549.04	c  N dy 10970   2056971       750     15000         0    111219     75000   5551553     80.43     86.47
2219.30/556.17	c  N dy 11088   2077071       750     15000         0     68460     75000   1231045     80.44     84.82
2239.65/561.28	c  N dy 11197   2097165       750     15000         0     88495     75000   3225596     80.44     85.11
2265.98/567.84	c  N dy 11316   2117204       750     15000         0    108464     75000   5221948     80.46     85.29
2296.72/575.54	c  N dy 11435   2137271       750     15000         0     64691     75000    775570     80.47     87.01
2315.88/580.38	c  N dy 11546   2157335       750     15000         0     84683     75000   2752524     80.47     86.20
2340.22/586.42	c  N dy 11651   2177343       750     15000         0    104619     75000   4741367     80.48     96.39
2370.15/593.99	c  N dy 11769   2197530       750     15000         0    124744     75000   6742217     80.49     84.73
2385.72/597.82	c  S st 11823   2210832       750     15000         0     73209     75000   1524092     80.47     77.93
2386.12/597.99	c  S st 11823   2211334       750     15000         0     73711     75000   1570138     80.47   no data
2386.12/598.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2386.54/598.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2386.54/598.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2386.54/598.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2386.54/598.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2386.54/598.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
2386.54/598.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2386.54/598.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2386.95/598.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2404.10/602.48	c lits-rem:       139  cl-subs:       68  v-elim:      0  v-fix:    0  time:  4.36 s
2404.10/602.48	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
2404.10/602.50	c vivif2 --  cl tried    73643 cl shrink        0 lits rem          0 time: 0.02
2405.67/602.88	c asymm  cl-useful: 0/10094/15000 lits-rem:0 time: 0.38
2405.67/602.88	c calculated reachability. Time: 0.00
2405.67/602.88	c  N dy 11823   2211334       750     15000         0     73643     75000   1558020     80.47   no data
2427.22/608.29	c  N dy 11929   2231443       750     15000         0     93682     75000   3542952     80.48     85.69
2453.96/614.97	c  N dy 12031   2251448       750     15000         0    113625     75000   5515802     80.48     85.35
2485.08/622.72	c  N dy 12142   2271818       750     15000         0     68133     75000    938773     80.48     85.11
2505.06/627.72	c  N dy 12247   2291835       750     15000         0     88084     75000   2916939     80.48     84.81
2530.19/634.10	c  N dy 12347   2311959       750     15000         0    108130     75000   4898940     80.48     85.63
2560.92/641.78	c  N dy 12455   2332071       750     15000         0    128183     75000   6897588     80.49     86.09
2584.86/647.70	c  N dy 12566   2352176       750     15000         0     81449     75000   2157414     80.49     85.40
2610.83/654.26	c  N dy 12668   2373504       750     15000         0    102694     75000   4272431     80.49     84.87
2640.73/661.78	c  N dy 12768   2393564       750     15000         0    122673     75000   6248628     80.49     98.36
2669.46/668.94	c  N dy 12872   2413796       750     15000         0     75062     75000   1441956     80.50     85.37
2691.81/674.57	c  N dy 12996   2433912       750     15000         0     95120     75000   3436632     80.51     85.35
2719.75/681.52	c  N dy 13093   2455130       750     15000         0    116260     75000   5529914     80.51     85.30
2752.87/689.86	c  N dy 13205   2475300       750     15000         0    136360     75000   7527225     80.51     84.95
2774.42/695.20	c  N dy 13319   2495341       750     15000         0     87573     75000   2596028     80.52     86.10
2799.61/701.58	c  N dy 13433   2515440       750     15000         0    107604     75000   4581460     80.53     85.34
2830.33/709.24	c  N dy 13549   2535543       750     15000         0    127658     75000   6582430     80.54     85.37
2859.04/716.40	c  N dy 13659   2555592       750     15000         0     77883     75000   1534710     80.54     85.96
2880.97/721.98	c  N dy 13771   2575627       750     15000         0     97838     75000   3522963     80.54     85.25
2908.11/728.70	c  N dy 13871   2595670       750     15000         0    117817     75000   5506368     80.54     85.58
2942.43/737.30	c  N dy 13989   2615675       750     15000         0    137750     75000   7494800     80.55     91.54
2967.17/743.52	c  N dy 14093   2636188       750     15000         0     87437     75000   2397954     80.55     85.27
2993.91/750.20	c  N dy 14214   2656233       750     15000         0    107408     75000   4402443     80.56     86.14
3025.44/758.10	c  N dy 14333   2676381       750     15000         0    127476     75000   6407289     80.57     85.56
3058.19/766.31	c  N dy 14449   2696524       750     15000         0     75809     75000   1152603     80.58     86.00
3074.13/770.38	c  S st 14541   2711336       750     15000         0     90575     75000   2622416     80.58   no data
3075.32/770.61	c  S st 14541   2711841       750     15000         0     91079     75000   2667644     80.58   no data
3075.32/770.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3075.32/770.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
3075.32/770.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3075.32/770.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3075.32/770.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3075.32/770.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3075.32/770.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3075.74/770.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3075.74/770.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3142.01/787.36	c lits-rem:       329  cl-subs:      122  v-elim:      0  v-fix:    0  time: 16.57 s
3142.01/787.36	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
3142.01/787.40	c vivif2 --  cl tried    90957 cl shrink        0 lits rem          0 time: 0.04
3143.17/787.67	c asymm  cl-useful: 0/4906/15000 lits-rem:0 time: 0.28
3143.17/787.67	c calculated reachability. Time: 0.00
3143.17/787.67	c  N dy 14541   2711841       750     15000         0     90957     75000   2645493     80.58   no data
3168.72/794.07	c  N dy 14642   2731901       750     15000         0    110946     75000   4639276     80.58     92.15
3202.24/802.40	c  N dy 14755   2753418       750     15000         0    132387     75000   6773583     80.59     86.69
3233.37/810.21	c  N dy 14876   2773631       750     15000         0     79789     75000   1465344     80.60     85.03
3256.51/816.05	c  N dy 14988   2793732       750     15000         0     99817     75000   3466439     80.61     85.31
3285.25/823.24	c  N dy 15098   2814011       750     15000         0    120032     75000   5469705     80.61     85.66
3318.77/831.63	c  N dy 15206   2834248       750     15000         0    140200     75000   7480588     80.62     85.19
3345.51/838.39	c  N dy 15312   2854345       750     15000         0     86481     75000   2038710     80.62     87.85
3370.29/844.59	c  N dy 15419   2874570       750     15000         0    106645     75000   4037320     80.62     85.88
3401.02/852.21	c  N dy 15546   2894575       750     15000         0    126572     75000   6027006     80.63     85.83
3438.50/861.64	c  N dy 15652   2914867       750     15000         0    146787     75000   8029100     80.63     85.66
3462.84/867.71	c  N dy 15763   2934942       750     15000         0     92048     75000   2505984     80.64     87.99
3489.19/874.37	c  N dy 15871   2955020       750     15000         0    112059     75000   4492057     80.64     85.16
3520.32/882.16	c  N dy 15976   2975027       750     15000         0    131989     75000   6483464     80.65     84.91
3557.84/891.55	c  N dy 16094   2995191       750     15000         0     76348     75000    849218     80.65     85.09
3580.60/897.22	c  N dy 16216   3015418       750     15000         0     96493     75000   2854577     80.66     85.78
3608.51/904.20	c  N dy 16343   3035421       750     15000         0    116439     75000   4851412     80.67     84.94
3642.06/912.62	c  N dy 16469   3055487       750     15000         0    136445     75000   6842116     80.68     85.49
3677.95/921.60	c  N dy 16570   3076768       750     15000         0     80923     75000   1213335     80.68     85.63
3701.10/927.48	c  N dy 16696   3096769       750     15000         0    100859     75000   3206468     80.69     85.43
3729.44/934.52	c  N dy 16789   3116775       750     15000         0    120796     75000   5175969     80.69     90.80
3762.57/942.88	c  N dy 16897   3136838       750     15000         0    140794     75000   7151035     80.69     86.45
3799.29/952.09	c  N dy 17011   3156988       750     15000         0     83140     75000   1340384     80.69     85.44
3826.02/958.73	c  N dy 17130   3177027       750     15000         0    103098     75000   3323570     80.70     86.69
3858.34/966.87	c  N dy 17246   3197170       750     15000         0    123177     75000   5319991     80.70     85.19
3885.48/973.63	c  S st 17323   3211842       750     15000         0    137791     75000   6775970     80.71     78.66
3887.09/974.03	c  S st 17323   3212350       750     15000         0    138299     75000   6822587     80.71   no data
3887.09/974.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3887.49/974.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
3887.49/974.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3887.49/974.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3887.49/974.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3887.49/974.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3887.49/974.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3887.90/974.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
3888.67/974.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4110.58/1030.03	c lits-rem:       959  cl-subs:      423  v-elim:      0  v-fix:    0  time: 55.59 s
4110.58/1030.03	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
4110.98/1030.11	c vivif2 --  cl tried   137876 cl shrink        0 lits rem          0 time: 0.09
4112.57/1030.57	c asymm  cl-useful: 0/6075/15000 lits-rem:0 time: 0.45
4112.57/1030.57	c calculated reachability. Time: 0.00
4112.57/1030.57	c  N dy 17323   3212350       750     15000         0    137876     75000   6745680     80.71   no data
4151.30/1040.24	c  N dy 17446   3232544       750     15000         0     79266     75000    870858     80.71     85.04
4174.43/1046.02	c  N dy 17564   3252573       750     15000         0     99234     75000   2861834     80.72     86.25
4202.77/1053.16	c  N dy 17684   3272599       750     15000         0    119199     75000   4838769     80.73     87.11
4234.72/1061.19	c  N dy 17780   3292644       750     15000         0    139158     75000   6823458     80.72     85.51
4273.41/1070.81	c  N dy 17879   3312649       750     15000         0    159089     75000   8804497     80.72     85.50
4297.75/1076.98	c  N dy 18002   3332683       750     15000         0     99317     75000   2785724     80.73     90.54
4327.68/1084.48	c  N dy 18112   3352728       750     15000         0    119296     75000   4778459     80.74     85.20
4363.20/1093.36	c  N dy 18230   3372773       750     15000         0    139274     75000   6775130     80.75     85.33
4405.93/1104.01	c  N dy 18351   3392872       750     15000         0    159300     75000   8755585     80.75     85.41
4431.05/1110.39	c  N dy 18441   3413695       750     15000         0     99361     75000   2698449     80.75     85.20
4460.18/1117.63	c  N dy 18562   3433953       750     15000         0    119556     75000   4709140     80.76     85.97
4493.73/1126.03	c  N dy 18673   3453991       750     15000         0    139538     75000   6700233     80.76     85.24
4532.82/1135.90	c  N dy 18793   3474009       750     15000         0    159501     75000   8695116     80.77     85.20
4560.35/1142.73	c  N dy 18902   3494223       750     15000         0     97918     75000   2462792     80.77     86.32
4587.90/1149.60	c  N dy 19003   3514530       750     15000         0    118160     75000   4476801     80.77     86.14
4620.62/1157.82	c  N dy 19113   3534534       750     15000         0    138098     75000   6466338     80.78     89.64
4658.54/1167.36	c  N dy 19227   3554551       750     15000         0    158043     75000   8447620     80.78     85.14
4688.86/1174.90	c  N dy 19333   3574620       750     15000         0     95316     75000   2109148     80.78     85.91
4716.01/1181.75	c  N dy 19446   3594838       750     15000         0    115444     75000   4114845     80.79     85.06
4747.53/1189.70	c  N dy 19547   3614932       750     15000         0    135462     75000   6111796     80.78     88.39
4785.85/1199.28	c  N dy 19667   3635027       750     15000         0    155476     75000   8114202     80.79     86.19

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

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

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


[startup+0 s]
/proc/loadavg: 7.41 7.84 6.67 3/276 18432
/proc/meminfo: memFree=25101124/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 632309437 52396032 347 33554432000 4194304 4580107 140735897099136 18446744073709551615 254261672945 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 12792 347 299 95 0 7774 0
[pid=18432/tid=18433] ppid=18430 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 632309438 52396032 351 33554432000 4194304 4580107 140735897099136 18446744073709551615 46961248515613 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 632309438 52396032 351 33554432000 4194304 4580107 140735897099136 18446744073709551615 46961248516018 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 632309438 52396032 351 33554432000 4194304 4580107 140735897099136 18446744073709551615 46961248515609 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.089051 s]
/proc/loadavg: 7.41 7.84 6.67 3/276 18432
/proc/meminfo: memFree=25101124/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=283080 CPUtime=0.31 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 2547 0 0 0 30 1 0 0 18 0 4 0 632309437 289873920 2463 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294574 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 70770 2463 358 95 0 65752 0
[pid=18432/tid=18433] ppid=18430 vsize=283080 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 528 0 0 0 7 0 0 0 18 0 4 0 632309438 289873920 2463 33554432000 4194304 4580107 140735897099136 18446744073709551615 254261277729 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=283080 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 496 0 0 0 7 0 0 0 18 0 4 0 632309438 289873920 2463 33554432000 4194304 4580107 140735897099136 18446744073709551615 254261659831 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=283080 CPUtime=0.07 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 641 0 0 0 7 0 0 0 18 0 4 0 632309438 289873920 2463 33554432000 4194304 4580107 140735897099136 18446744073709551615 4324382 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 283080

[startup+0.109565 s]
/proc/loadavg: 7.41 7.84 6.67 3/276 18432
/proc/meminfo: memFree=25101124/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=307012 CPUtime=1.53 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 7987 0 0 0 151 2 0 0 18 0 4 0 632309437 314380288 6479 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294513 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 73413 6360 378 95 0 68395 0
[pid=18432/tid=18433] ppid=18430 vsize=293652 CPUtime=0.89 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 3404 0 0 0 89 0 0 0 19 0 4 0 632309438 300699648 6360 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=293652 CPUtime=0.89 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 3294 0 0 0 89 0 0 0 19 0 4 0 632309438 300699648 6361 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=293652 CPUtime=0.89 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 2681 0 0 0 89 0 0 0 19 0 4 0 632309438 300699648 6361 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 307012

[startup+1.00635 s]
/proc/loadavg: 7.41 7.84 6.67 3/276 18432
/proc/meminfo: memFree=25101124/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=293652 CPUtime=3.97 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 13810 0 0 0 393 4 0 0 19 0 4 0 632309437 300699648 6884 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 73413 6885 378 95 0 68395 0
[pid=18432/tid=18433] ppid=18430 vsize=293652 CPUtime=0.98 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 3541 0 0 0 98 0 0 0 19 0 4 0 632309438 300699648 6885 33554432000 4194304 4580107 140735897099136 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=293652 CPUtime=0.98 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 3431 0 0 0 98 0 0 0 19 0 4 0 632309438 300699648 6885 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=293652 CPUtime=0.99 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 2798 0 0 0 98 1 0 0 19 0 4 0 632309438 300699648 6885 33554432000 4194304 4580107 140735897099136 18446744073709551615 4324336 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 293652

[startup+1.10033 s]
/proc/loadavg: 7.41 7.84 6.67 3/276 18432
/proc/meminfo: memFree=25101124/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=293652 CPUtime=4.35 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 14327 0 0 0 431 4 0 0 19 0 4 0 632309437 300699648 7401 33554432000 4194304 4580107 140735897099136 18446744073709551615 4292938 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 73413 7402 378 95 0 68395 0
[pid=18432/tid=18433] ppid=18430 vsize=293652 CPUtime=1.08 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 3681 0 0 0 108 0 0 0 19 0 4 0 632309438 300699648 7402 33554432000 4194304 4580107 140735897099136 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=293652 CPUtime=1.07 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 3569 0 0 0 107 0 0 0 19 0 4 0 632309438 300699648 7402 33554432000 4194304 4580107 140735897099136 18446744073709551615 4324096 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=293652 CPUtime=1.08 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 2907 0 0 0 107 1 0 0 19 0 4 0 632309438 300699648 7402 33554432000 4194304 4580107 140735897099136 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 293652

[startup+1.50026 s]
/proc/loadavg: 7.41 7.84 6.67 3/276 18432
/proc/meminfo: memFree=25101124/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=294976 CPUtime=5.95 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 18260 0 0 0 590 5 0 0 19 0 4 0 632309437 302055424 7041 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 73744 7041 378 95 0 68726 0
[pid=18432/tid=18433] ppid=18430 vsize=294976 CPUtime=1.48 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 4612 0 0 0 148 0 0 0 20 0 4 0 632309438 302055424 7041 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=294976 CPUtime=1.48 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 4504 0 0 0 147 1 0 0 20 0 4 0 632309438 302055424 7041 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=294976 CPUtime=1.48 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 3920 0 0 0 147 1 0 0 20 0 4 0 632309438 302055424 7041 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 294976

[startup+3.10097 s]
/proc/loadavg: 7.41 7.84 6.67 9/286 18446
/proc/meminfo: memFree=24860472/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=285992 CPUtime=12.32 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 34521 0 0 0 1225 7 0 0 25 0 4 0 632309437 292855808 16753 33554432000 4194304 4580107 140735897099136 18446744073709551615 4416310 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 71498 16753 380 95 0 66480 0
[pid=18432/tid=18433] ppid=18430 vsize=285992 CPUtime=3.08 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 8114 0 0 0 307 1 0 0 25 0 4 0 632309438 292855808 16753 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=285992 CPUtime=3.06 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 7333 0 0 0 305 1 0 0 25 0 4 0 632309438 292855808 16753 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=285992 CPUtime=3.08 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 7186 0 0 0 307 1 0 0 18 0 4 0 632309438 292855808 16753 33554432000 4194304 4580107 140735897099136 18446744073709551615 4316629 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 285992

[startup+6.31041 s]
/proc/loadavg: 7.53 7.86 6.69 9/286 18446
/proc/meminfo: memFree=24751904/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=307540 CPUtime=25.13 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 57655 0 0 0 2503 10 0 0 25 0 4 0 632309437 314920960 34979 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 76885 34979 380 95 0 71867 0
[pid=18432/tid=18433] ppid=18430 vsize=307540 CPUtime=6.29 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 15922 0 0 0 627 2 0 0 25 0 4 0 632309438 314920960 34979 33554432000 4194304 4580107 140735897099136 18446744073709551615 4416124 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=307540 CPUtime=6.23 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 12640 0 0 0 622 1 0 0 25 0 4 0 632309438 314920960 34979 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=307540 CPUtime=6.29 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 14171 0 0 0 627 2 0 0 25 0 4 0 632309438 314920960 34979 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 307540

[startup+12.7003 s]
/proc/loadavg: 7.57 7.86 6.69 9/286 18446
/proc/meminfo: memFree=24730272/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=448928 CPUtime=50.63 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 83060 0 0 0 5047 16 0 0 25 0 4 0 632309437 459702272 52841 33554432000 4194304 4580107 140735897099136 18446744073709551615 4416310 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 112232 52841 380 95 0 107214 0
[pid=18432/tid=18433] ppid=18430 vsize=448928 CPUtime=12.68 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 21097 0 0 0 1263 5 0 0 25 0 4 0 632309438 459702272 52841 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=448928 CPUtime=12.57 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 16113 0 0 0 1255 2 0 0 25 0 4 0 632309438 459702272 52841 33554432000 4194304 4580107 140735897099136 18446744073709551615 4416046 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=448928 CPUtime=12.68 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 25438 0 0 0 1264 4 0 0 25 0 4 0 632309438 459702272 52841 33554432000 4194304 4580107 140735897099136 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 448928

[startup+25.501 s]
/proc/loadavg: 7.75 7.89 6.72 9/286 18446
/proc/meminfo: memFree=24446060/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=394632 CPUtime=101.72 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 118559 0 0 0 10147 25 0 0 25 0 4 0 632309437 404103168 65663 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 98658 65663 383 95 0 93640 0
[pid=18432/tid=18433] ppid=18430 vsize=394632 CPUtime=25.47 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 27377 0 0 0 2541 6 0 0 25 0 4 0 632309438 404103168 65663 33554432000 4194304 4580107 140735897099136 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=394632 CPUtime=25.26 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 27692 0 0 0 2521 5 0 0 25 0 4 0 632309438 404103168 65663 33554432000 4194304 4580107 140735897099136 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=394632 CPUtime=25.48 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 32389 0 0 0 2542 6 0 0 25 0 4 0 632309438 404103168 65663 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 394632

[startup+51.1005 s]
/proc/loadavg: 7.83 7.89 6.75 9/286 18447
/proc/meminfo: memFree=24243180/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=490084 CPUtime=203.89 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 173815 0 0 0 20350 39 0 0 25 0 4 0 632309437 501846016 80601 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 122521 80601 383 95 0 117503 0
[pid=18432/tid=18433] ppid=18430 vsize=490084 CPUtime=51.07 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 44984 0 0 0 5096 11 0 0 25 0 4 0 632309438 501846016 80601 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=490084 CPUtime=50.63 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 36072 0 0 0 5056 7 0 0 25 0 4 0 632309438 501846016 80601 33554432000 4194304 4580107 140735897099136 18446744073709551615 4320729 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=490084 CPUtime=51.07 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 48748 0 0 0 5098 9 0 0 25 0 4 0 632309438 501846016 80601 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.89
Current children cumulated vsize (KiB) 490084

[startup+102.3 s]
/proc/loadavg: 8.09 7.95 6.83 9/286 18448
/proc/meminfo: memFree=24006548/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=494500 CPUtime=408.22 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 260490 0 0 0 40757 65 0 0 25 0 4 0 632309437 506368000 83481 33554432000 4194304 4580107 140735897099136 18446744073709551615 4416732 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 123625 83481 383 95 0 118607 0
[pid=18432/tid=18433] ppid=18430 vsize=494500 CPUtime=102.27 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 75996 0 0 0 10207 20 0 0 25 0 4 0 632309438 506368000 83481 33554432000 4194304 4580107 140735897099136 18446744073709551615 4321874 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=494500 CPUtime=101.35 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 42603 0 0 0 10126 9 0 0 25 0 4 0 632309438 506368000 83481 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=494500 CPUtime=102.28 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 81926 0 0 0 10209 19 0 0 25 0 4 0 632309438 506368000 83481 33554432000 4194304 4580107 140735897099136 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.22
Current children cumulated vsize (KiB) 494500

[startup+162.301 s]

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

[pid=18432] ppid=18430 vsize=929572 CPUtime=2563.3 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 1029514 0 0 0 255999 331 0 0 25 0 4 0 632309437 951881728 152031 33554432000 4194304 4580107 140735897099136 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 232393 152031 380 95 0 227375 0
[pid=18432/tid=18433] ppid=18430 vsize=929572 CPUtime=642.06 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 291909 0 0 0 64113 93 0 0 25 0 4 0 632309438 951881728 152031 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=929572 CPUtime=636.63 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 209008 0 0 0 63594 69 0 0 25 0 4 0 632309438 951881728 152031 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=929572 CPUtime=642.28 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 285012 0 0 0 64141 87 0 0 25 0 4 0 632309438 951881728 152031 33554432000 4194304 4580107 140735897099136 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2563.3
Current children cumulated vsize (KiB) 929572

[startup+702.3 s]
/proc/loadavg: 8.17 8.12 7.43 9/286 18464
/proc/meminfo: memFree=23276808/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=975276 CPUtime=2802.76 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 1095727 0 0 0 279918 358 0 0 25 0 4 0 632309437 998682624 149482 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 243819 149482 380 95 0 238801 0
[pid=18432/tid=18433] ppid=18430 vsize=975276 CPUtime=701.52 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 312848 0 0 0 70050 102 0 0 25 0 4 0 632309438 998682624 149482 33554432000 4194304 4580107 140735897099136 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=975276 CPUtime=696.63 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 219645 0 0 0 69590 73 0 0 25 0 4 0 632309438 998682624 149482 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=975276 CPUtime=702.28 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 301505 0 0 0 70133 95 0 0 25 0 4 0 632309438 998682624 149482 33554432000 4194304 4580107 140735897099136 18446744073709551615 4318555 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2802.76
Current children cumulated vsize (KiB) 975276

[startup+762.301 s]
/proc/loadavg: 8.15 8.12 7.47 9/286 18475
/proc/meminfo: memFree=23019596/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=1016404 CPUtime=3042.2 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 1160879 0 0 0 303836 384 0 0 25 0 4 0 632309437 1040797696 169902 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 254101 169902 380 95 0 249083 0
[pid=18432/tid=18433] ppid=18430 vsize=1016404 CPUtime=760.97 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 328500 0 0 0 75990 107 0 0 25 0 4 0 632309438 1040797696 169902 33554432000 4194304 4580107 140735897099136 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=1016404 CPUtime=756.63 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 238510 0 0 0 75582 81 0 0 25 0 4 0 632309438 1040797696 169902 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=1016404 CPUtime=762.28 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 316396 0 0 0 76128 100 0 0 25 0 4 0 632309438 1040797696 169902 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3042.2
Current children cumulated vsize (KiB) 1016404

[startup+822.301 s]
/proc/loadavg: 8.10 8.11 7.51 9/286 18476
/proc/meminfo: memFree=23116180/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=1020924 CPUtime=3281.67 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 1230439 0 0 0 327758 409 0 0 25 0 4 0 632309437 1045426176 164063 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 255231 164063 380 95 0 250213 0
[pid=18432/tid=18433] ppid=18430 vsize=1020924 CPUtime=820.43 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 347140 0 0 0 81929 114 0 0 25 0 4 0 632309438 1045426176 164063 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=1020924 CPUtime=816.63 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 259346 0 0 0 81575 88 0 0 25 0 4 0 632309438 1045426176 164063 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=1020924 CPUtime=822.28 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 331787 0 0 0 82123 105 0 0 25 0 4 0 632309438 1045426176 164063 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3281.67
Current children cumulated vsize (KiB) 1020924

[startup+882.3 s]
/proc/loadavg: 8.08 8.10 7.54 9/286 18478
/proc/meminfo: memFree=23005432/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=1001648 CPUtime=3521.11 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 1290350 0 0 0 351676 435 0 0 25 0 4 0 632309437 1025687552 166417 33554432000 4194304 4580107 140735897099136 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 250412 166417 380 95 0 245394 0
[pid=18432/tid=18433] ppid=18430 vsize=1001648 CPUtime=879.88 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 365580 0 0 0 87865 123 0 0 25 0 4 0 632309438 1025687552 166417 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=1001648 CPUtime=876.63 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 267270 0 0 0 87572 91 0 0 25 0 4 0 632309438 1025687552 166417 33554432000 4194304 4580107 140735897099136 18446744073709551615 4318418 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=1001648 CPUtime=882.28 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 350175 0 0 0 88114 114 0 0 25 0 4 0 632309438 1025687552 166417 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3521.11
Current children cumulated vsize (KiB) 1001648

[startup+942.301 s]
/proc/loadavg: 8.14 8.11 7.58 9/286 18480
/proc/meminfo: memFree=23006520/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=1027492 CPUtime=3760.59 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 1356069 0 0 0 375596 463 0 0 25 0 4 0 632309437 1052151808 171227 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 256873 171228 380 95 0 251855 0
[pid=18432/tid=18433] ppid=18430 vsize=1027492 CPUtime=939.34 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 383925 0 0 0 93802 132 0 0 25 0 4 0 632309438 1052151808 171231 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=1027492 CPUtime=936.64 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 285090 0 0 0 93565 99 0 0 25 0 4 0 632309438 1052151808 171231 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=1027492 CPUtime=942.29 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 364921 0 0 0 94110 119 0 0 25 0 4 0 632309438 1052151808 171231 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3760.59
Current children cumulated vsize (KiB) 1027492

[startup+1002.3 s]
/proc/loadavg: 8.15 8.12 7.61 9/286 18481
/proc/meminfo: memFree=22789872/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=1240888 CPUtime=4000.02 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 1419345 0 0 0 399519 483 0 0 25 0 4 0 632309437 1270669312 217770 33554432000 4194304 4580107 140735897099136 18446744073709551615 4416727 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 310222 217770 380 95 0 305204 0
[pid=18432/tid=18433] ppid=18430 vsize=1240888 CPUtime=998.8 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 407599 0 0 0 99743 137 0 0 25 0 4 0 632309438 1270669312 217770 33554432000 4194304 4580107 140735897099136 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=1240888 CPUtime=996.63 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 295223 0 0 0 99555 108 0 0 25 0 4 0 632309438 1270669312 217770 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=1240888 CPUtime=1002.28 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 379858 0 0 0 100107 121 0 0 25 0 4 0 632309438 1270669312 217770 33554432000 4194304 4580107 140735897099136 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4000.02
Current children cumulated vsize (KiB) 1240888

[startup+1062.31 s]
/proc/loadavg: 8.14 8.12 7.64 9/286 18483
/proc/meminfo: memFree=22874804/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=1174248 CPUtime=4239.52 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 1474806 0 0 0 423446 506 0 0 25 0 4 0 632309437 1202429952 203643 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294704 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 293562 203643 380 95 0 288544 0
[pid=18432/tid=18433] ppid=18430 vsize=1174248 CPUtime=1058.25 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 420344 0 0 0 105683 142 0 0 25 0 4 0 632309438 1202429952 203643 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=1174248 CPUtime=1056.64 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 313141 0 0 0 105548 116 0 0 25 0 4 0 632309438 1202429952 203643 33554432000 4194304 4580107 140735897099136 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=1174248 CPUtime=1062.3 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 395262 0 0 0 106102 128 0 0 25 0 4 0 632309438 1202429952 203643 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4239.52
Current children cumulated vsize (KiB) 1174248

[startup+1122.3 s]
/proc/loadavg: 8.08 8.11 7.67 9/286 18484
/proc/meminfo: memFree=22729940/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=1208352 CPUtime=4478.94 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 1534455 0 0 0 447363 531 0 0 25 0 4 0 632309437 1237352448 216534 33554432000 4194304 4580107 140735897099136 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 302088 216534 380 95 0 297070 0
[pid=18432/tid=18433] ppid=18430 vsize=1208352 CPUtime=1117.7 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 435860 0 0 0 111622 148 0 0 25 0 4 0 632309438 1237352448 216534 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=1208352 CPUtime=1116.63 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 322911 0 0 0 111545 118 0 0 25 0 4 0 632309438 1237352448 216534 33554432000 4194304 4580107 140735897099136 18446744073709551615 4416472 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=1208352 CPUtime=1122.28 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 412137 0 0 0 112092 136 0 0 25 0 4 0 632309438 1237352448 216534 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4478.94
Current children cumulated vsize (KiB) 1208352

[startup+1182.3 s]
/proc/loadavg: 8.19 8.13 7.70 9/286 18486
/proc/meminfo: memFree=22737492/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=1219800 CPUtime=4718.39 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 1597699 0 0 0 471284 555 0 0 25 0 4 0 632309437 1249075200 216538 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 304950 216538 380 95 0 299932 0
[pid=18432/tid=18433] ppid=18430 vsize=1219800 CPUtime=1177.15 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 453530 0 0 0 117560 155 0 0 25 0 4 0 632309438 1249075200 216538 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=1219800 CPUtime=1176.62 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 335270 0 0 0 117541 121 0 0 25 0 4 0 632309438 1249075200 216538 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=1219800 CPUtime=1182.29 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 427899 0 0 0 118086 143 0 0 25 0 4 0 632309438 1249075200 216538 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4718.39
Current children cumulated vsize (KiB) 1219800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.21 8.14 7.71 9/286 18487
/proc/meminfo: memFree=22677844/32951124 swapFree=67057896/67111528
[pid=18432] ppid=18430 vsize=1275908 CPUtime=4800.23 cores=1,3,5,7
/proc/18432/stat : 18432 (strangenight2-m) R 18430 18432 18306 0 -1 4202496 1620804 0 0 0 479459 564 0 0 25 0 4 0 632309437 1306529792 220279 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18432/statm: 318977 220279 380 95 0 313959 0
[pid=18432/tid=18433] ppid=18430 vsize=1275908 CPUtime=1197.47 cores=1,3,5,7
/proc/18432/task/18433/stat : 18433 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 459881 0 0 0 119590 157 0 0 25 0 4 0 632309438 1306529792 220281 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18432/tid=18434] ppid=18430 vsize=1275908 CPUtime=1197.13 cores=1,3,5,7
/proc/18432/task/18434/stat : 18434 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 340661 0 0 0 119590 123 0 0 25 0 4 0 632309438 1306529792 220281 33554432000 4194304 4580107 140735897099136 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18432/tid=18435] ppid=18430 vsize=1275908 CPUtime=1202.8 cores=1,3,5,7
/proc/18432/task/18435/stat : 18435 (strangenight2-m) R 18430 18432 18306 0 -1 4202560 434697 0 0 0 120135 145 0 0 25 0 4 0 632309438 1306529792 220281 33554432000 4194304 4580107 140735897099136 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 1275908

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): 1202.85
CPU time (s): 4800.31
CPU user time (s): 4794.63
CPU system time (s): 5.68413
CPU usage (%): 399.077
Max. virtual memory (cumulated for all children) (KiB): 1289616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.63
system time used= 5.68413
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1620811
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= 1372
involuntary context switches= 32598

runsolver used 3.14952 second user time and 7.80281 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-14 20:49:01
IDJOB=3366212
IDBENCH=82621
IDSOLVER=1844
FILE ID=node140/3366212-1305398941
RUNJOBID= node140-1305397736-18325
PBS_JOBID= 13324465
Free space on /tmp= 73488 MiB

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

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

MD5SUM BENCH= dc51a6e5c13ccda52fa46d0bd711de5f
RANDOM SEED=1275113828

node140.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25102016 kB
Buffers:        295408 kB
Cached:        3713824 kB
SwapCached:       8056 kB
Active:        4864252 kB
Inactive:      2675284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25102016 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:            5872 kB
Writeback:           4 kB
AnonPages:     3527796 kB
Mapped:          22404 kB
Slab:           224444 kB
PageTables:      21680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45566420 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= 73472 MiB
End job on node140 at 2011-05-14 21:09:06