Trace number 3366193

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.28 1203.68

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S936047914-093-UNKNOWN.cnf
MD5SUMc578ae902020675717dd7f7fb0a11360
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.33034
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
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 525000
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-3366193-1305398438.cnf'
0.00/0.01	c -- header says num vars:           1250
0.00/0.01	c -- header says num clauses:       25000
0.00/0.03	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.00/0.03	c -- vars added       1250
0.00/0.03	c Parsing time:  0.01 s
0.00/0.03	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data
0.00/0.16	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.12
0.00/0.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
0.62/0.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.62/0.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.62/0.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.62/0.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
0.62/0.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.70/0.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1.70/0.60	c Finding binary XORs  T:     0.00 s  found:       0
1.70/0.60	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.70/0.60	c calculated reachability. Time: 0.00
1.70/0.60	c Calc default polars -  time:   0.00 s pos:     627 undec:      48 neg:     575
1.70/0.60	c =========================================================================================
1.70/0.60	c types(t): F = full restart, N = normal restart
1.70/0.60	c types(t): S = simplification begin/end, E = solution found
1.70/0.60	c restart types(rt): st = static, dy = dynamic
1.70/0.60	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.70/0.60	c  B st     0         0      1250     25000         0         0    125000         0   no data   no data
1.70/0.60	c  N dy    20      4084      1250     25000         0      4079    125000    566747    109.54    116.28
1.70/0.94	c  N dy    43      8185      1250     25000         0      5682    125000    578065    108.05    114.05
4.82/1.22	c  N dy    67     12427      1250     25000         0      5675    125000    391809    108.24    115.56
5.95/1.58	c  N dy    91     16475      1250     25000         0      9722    125000    944018    108.59    116.27
7.58/1.96	c  N dy   118     20642      1250     25000         0      8269    125000    582718    108.72    115.04
9.14/2.33	c  N dy   140     24644      1250     25000         0     12267    125000   1122310    108.46    117.61
9.14/2.36	c  F st   142     25000      1250     25000         0     12623    125000   1165938    108.31   no data
11.13/2.83	c  N dy   148     30000      1250     25000         0     10805    125000    814783    108.31   no data
11.13/2.83	c  S st   148     30000      1250     25000         0     10805    125000    814783    108.31   no data
11.13/2.89	c  S st   148     30503      1250     25000         0     11308    125000    876923    108.31   no data
11.13/2.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.53/2.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.53/2.91	c blocked clauses removed:        0 vars:      0 tried:        1250 T: 0.00 s
11.53/2.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.53/2.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.53/2.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
11.53/2.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.53/2.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.53/2.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.11/3.39	c lits-rem:       141  cl-subs:       36  v-elim:      0  v-fix:    0  time:  0.43 s
13.92/3.55	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.16
13.92/3.55	c calculated reachability. Time: 0.00
13.92/3.55	c  N dy   148     30503      1250     25000         0     11272    125000    865990    108.31   no data
15.92/4.00	c  N dy   177     34781      1250     25000         0     15544    125000   1448839    108.64    115.33
17.51/4.41	c  N dy   200     38935      1250     25000         0     11799    125000    780831    108.68    115.78
19.10/4.86	c  N dy   230     42956      1250     25000         0     15819    125000   1333616    108.97    123.18
20.30/5.18	c  S st   246     45754      1250     25000         0      9668    125000    359400    108.99     94.11
20.74/5.24	c  S st   246     46258      1250     25000         0     10171    125000    418158    108.99   no data
20.74/5.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.74/5.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.74/5.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.74/5.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.74/5.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.74/5.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
20.74/5.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.74/5.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.74/5.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.15/5.39	c lits-rem:         8  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.10 s
21.15/5.39	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
21.15/5.39	c vivif2 --  cl tried    10170 cl shrink        0 lits rem          0 time: 0.01
21.89/5.55	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.16
21.89/5.56	c calculated reachability. Time: 0.00
21.89/5.56	c  N dy   246     46258      1250     25000         0     10170    125000    417843    108.99   no data
23.49/5.99	c  N dy   272     50398      1250     25000         0     14309    125000    983049    109.10    115.26
25.54/6.44	c  N dy   294     54414      1250     25000         0     18323    125000   1528494    109.13    118.21
27.48/6.91	c  N dy   320     58778      1250     25000         0     12711    125000    648055    109.27    116.95
29.08/7.35	c  N dy   345     62898      1250     25000         0     16828    125000   1206369    109.33    116.17
31.07/7.84	c  N dy   375     67015      1250     25000         0     20945    125000   1777028    109.55    117.52
32.27/8.13	c  S st   391     69387      1250     25000         0     12332    125000    465036    109.54   no data
32.27/8.19	c  S st   391     69891      1250     25000         0     12836    125000    525072    109.54   no data
32.66/8.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.66/8.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
32.66/8.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.66/8.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.66/8.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.66/8.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
32.66/8.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.66/8.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.66/8.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.47/8.45	c lits-rem:        35  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
33.47/8.46	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
33.47/8.46	c vivif2 --  cl tried    12836 cl shrink        0 lits rem          0 time: 0.01
34.31/8.64	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.18
34.31/8.64	c calculated reachability. Time: 0.00
34.31/8.64	c  N dy   391     69891      1250     25000         0     12836    125000    525037    109.54   no data
36.25/9.13	c  N dy   419     74358      1250     25000         0     17301    125000   1135739    109.52    115.44
38.28/9.69	c  N dy   444     79107      1250     25000         0     22045    125000   1788999    109.58    139.64
41.04/10.30	c  N dy   479     84274      1250     25000         0     15224    125000    729968    109.65    115.69
42.25/10.66	c  F st   498     87501      1250     25000         0     18450    125000   1164763    109.60   no data
43.83/11.04	c  N st   503     90798      1250     25000         0     21737    125000   1644033    109.60   no data
46.63/11.80	c  N dy   533     96924      1250     25000         0     14868    125000    555740    109.70    115.66
49.82/12.52	c  N dy   572    103244      1250     25000         0     21182    125000   1423771    109.82    117.84
50.62/12.71	c  S st   584    104837      1250     25000         0     22774    125000   1639406    109.84   no data
51.02/12.80	c  S st   584    105341      1250     25000         0     23278    125000   1702545    109.84   no data
51.02/12.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.02/12.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
51.02/12.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.02/12.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.02/12.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.02/12.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
51.02/12.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
51.02/12.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
51.02/12.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
65.01/16.33	c lits-rem:       128  cl-subs:       22  v-elim:      0  v-fix:    0  time:  3.42 s
65.01/16.34	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
65.01/16.36	c vivif2 --  cl tried    23256 cl shrink        0 lits rem          0 time: 0.02
66.16/16.64	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.28
66.16/16.64	c calculated reachability. Time: 0.00
66.16/16.64	c  N dy   584    105341      1250     25000         0     23256    125000   1695935    109.84   no data
69.75/17.57	c  N dy   626    112380      1250     25000         0     16309    125000    632753    109.94    115.95
73.38/18.44	c  N dy   666    119640      1250     25000         0     23560    125000   1610599    109.84    130.87
77.33/19.47	c  N dy   714    127326      1250     25000         0     16254    125000    490822    109.96    116.31
81.73/20.56	c  N dy   768    135734      1250     25000         0     24660    125000   1640973    110.03    116.08
86.54/21.79	c  N dy   822    144450      1250     25000         0     17380    125000    513205    110.14    116.18
91.33/22.97	c  N dy   874    153671      1250     25000         0     26595    125000   1775569    110.13    116.33
93.67/23.58	c  S st   896    158011      1250     25000         0     30933    125000   2357602    110.07     84.76
94.08/23.68	c  S st   896    158515      1250     25000         0     31437    125000   2417008    110.07   no data
94.08/23.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
94.48/23.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
94.48/23.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
94.48/23.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.48/23.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.48/23.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
94.48/23.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
94.48/23.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
94.88/23.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
127.17/31.95	c lits-rem:       191  cl-subs:       22  v-elim:      0  v-fix:    0  time:  8.13 s
127.17/31.95	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
127.17/31.98	c vivif2 --  cl tried    31415 cl shrink        0 lits rem          0 time: 0.03
128.78/32.31	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.33
128.78/32.31	c calculated reachability. Time: 0.00
128.78/32.31	c  N dy   896    158515      1250     25000         0     31415    125000   2411090    110.07   no data
134.36/33.73	c  N dy   963    168824      1250     25000         0     24732    125000   1404805    110.24    116.65
140.74/35.36	c  N dy  1033    179665      1250     25000         0     35564    125000   2879660    110.22    117.22
146.72/36.88	c  N dy  1101    191275      1250     25000         0     29176    125000   1885357    110.24    118.85
154.30/38.72	c  N dy  1181    203656      1250     25000         0     22562    125000    847521    110.32    118.81
161.87/40.63	c  N dy  1256    216966      1250     25000         0     35856    125000   2670160    110.31    117.00
169.89/42.62	c  N dy  1350    230956      1250     25000         0     29858    125000   1720841    110.49    117.13
173.85/43.65	c  S st  1389    237773      1250     25000         0     36668    125000   2648039    110.49    111.15
174.27/43.77	c  S st  1389    238275      1250     25000         0     37170    125000   2704775    110.49   no data
174.27/43.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
174.27/43.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
174.27/43.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
174.27/43.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
174.27/43.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
174.27/43.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
174.27/43.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
174.69/43.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
175.03/43.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
220.91/55.47	c lits-rem:       239  cl-subs:       35  v-elim:      0  v-fix:    0  time: 11.56 s
220.91/55.48	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
221.31/55.51	c vivif2 --  cl tried    37135 cl shrink        0 lits rem          0 time: 0.03
222.54/55.85	c asymm  cl-useful: 0/22959/25000 lits-rem:0 time: 0.34
222.54/55.85	c calculated reachability. Time: 0.00
222.54/55.85	c  N dy  1389    238275      1250     25000         0     37135    125000   2693944    110.49   no data
231.30/58.06	c  N dy  1478    253788      1250     25000         0     31651    125000   1829490    110.49    116.92
240.84/60.49	c  N dy  1561    270149      1250     25000         0     26018    125000    924688    110.35    117.31
251.61/63.10	c  N dy  1661    287493      1250     25000         0     43347    125000   3290739    110.29    118.35
262.43/65.84	c  N dy  1767    305919      1250     25000         0     38778    125000   2554559    110.32    116.16
262.43/65.89	c  F st  1770    306250      1250     25000         0     39109    125000   2598544    110.32   no data
274.34/68.81	c  N dy  1857    325505      1250     25000         0     34364    125000   1818039    110.33    117.44
287.50/72.12	c  N dy  1967    345797      1250     25000         0     29660    125000   1040553    110.30    117.05
294.28/73.89	c  S st  2035    357413      1250     25000         0     41260    125000   2635114    110.33    102.97
295.08/74.00	c  S st  2035    357914      1250     25000         0     41761    125000   2697216    110.33   no data
295.08/74.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
295.08/74.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
295.08/74.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
295.08/74.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
295.08/74.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
295.08/74.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
295.08/74.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
295.08/74.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
295.48/74.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
344.94/86.55	c lits-rem:       219  cl-subs:       36  v-elim:      0  v-fix:    0  time: 12.39 s
344.94/86.55	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
344.94/86.58	c vivif2 --  cl tried    41725 cl shrink        0 lits rem          0 time: 0.03
345.36/86.62	c asymm  cl-useful: 0/2041/25000 lits-rem:0 time: 0.04
345.36/86.62	c calculated reachability. Time: 0.00
345.36/86.62	c  N dy  2035    357914      1250     25000         0     41725    125000   2686400    110.33   no data
358.53/90.00	c  N dy  2147    378045      1250     25000         0     35869    125000   1769668    110.32    117.50
373.26/93.65	c  N dy  2274    398191      1250     25000         0     29031    125000    701916    110.32    117.61
386.81/97.05	c  N dy  2391    418576      1250     25000         0     49398    125000   3490790    110.33    116.42
400.37/100.43	c  N dy  2506    438820      1250     25000         0     41648    125000   2306461    110.32    116.25
414.74/104.05	c  N dy  2620    459026      1250     25000         0     32859    125000    967621    110.33    118.12
428.30/107.47	c  N dy  2735    479125      1250     25000         0     52940    125000   3746011    110.36    118.36
442.65/111.06	c  N dy  2862    499520      1250     25000         0     43347    125000   2290950    110.40    116.84
458.60/115.00	c  N dy  2982    519597      1250     25000         0     32430    125000    654492    110.40    117.37
469.77/117.87	c  S st  3088    536872      1250     25000         0     49695    125000   3035394    110.43    111.30
470.57/118.01	c  S st  3088    537379      1250     25000         0     50202    125000   3091954    110.43   no data
470.57/118.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
470.57/118.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
470.57/118.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
470.57/118.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
470.57/118.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
470.57/118.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
470.57/118.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
470.57/118.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
470.97/118.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
518.02/129.98	c lits-rem:       356  cl-subs:       24  v-elim:      0  v-fix:    0  time: 11.80 s
518.02/129.98	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
518.42/130.02	c vivif2 --  cl tried    50178 cl shrink        0 lits rem          0 time: 0.04
520.03/130.45	c asymm  cl-useful: 0/19354/25000 lits-rem:0 time: 0.43
520.03/130.45	c calculated reachability. Time: 0.00
520.03/130.45	c  N dy  3088    537379      1250     25000         0     50178    125000   3084283    110.43   no data
535.98/134.44	c  N dy  3205    557487      1250     25000         0     38295    125000   1329963    110.45    116.35
552.73/138.63	c  N dy  3326    577817      1250     25000         0     58606    125000   4143822    110.49    116.73
568.68/142.68	c  N dy  3446    597883      1250     25000         0     45678    125000   2218404    110.51    117.38
585.83/146.97	c  N dy  3555    618060      1250     25000         0     65833    125000   4985980    110.51    117.86
600.99/150.77	c  N dy  3672    638556      1250     25000         0     52344    125000   3017695    110.52    117.04
618.54/155.18	c  N dy  3789    658769      1250     25000         0     37567    125000    851932    110.51    118.08
633.69/158.90	c  N dy  3893    678982      1250     25000         0     57760    125000   3619523    110.48    116.51
650.44/163.13	c  N dy  4019    699241      1250     25000         0     42034    125000   1334869    110.51    117.44
666.04/167.06	c  N dy  4142    719449      1250     25000         0     62228    125000   4137275    110.57    117.38
682.75/171.20	c  N dy  4251    739457      1250     25000         0     45256    125000   1626740    110.56    116.58
698.70/175.28	c  N dy  4365    759548      1250     25000         0     65331    125000   4397874    110.57    121.18
715.85/179.51	c  N dy  4475    779891      1250     25000         0     47686    125000   1836959    110.58    116.71
732.19/183.67	c  N dy  4584    799973      1250     25000         0     67749    125000   4611261    110.57    116.73
738.17/185.16	c  S st  4616    806069      1250     25000         0     73835    125000   5446651    110.56   no data
738.98/185.35	c  S st  4616    806571      1250     25000         0     74337    125000   5505668    110.56   no data
738.98/185.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
739.38/185.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
739.38/185.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
739.38/185.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
739.38/185.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
739.38/185.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
739.38/185.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
739.38/185.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
740.21/185.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
856.63/214.86	c lits-rem:       498  cl-subs:       98  v-elim:      0  v-fix:    0  time: 29.20 s
856.63/214.86	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
857.03/214.93	c vivif2 --  cl tried    74239 cl shrink        0 lits rem          0 time: 0.07
857.83/215.12	c asymm  cl-useful: 0/5646/25000 lits-rem:0 time: 0.19
857.83/215.12	c calculated reachability. Time: 0.00
857.83/215.12	c  N dy  4616    806571      1250     25000         0     74239    125000   5477389    110.56   no data
873.37/219.06	c  N dy  4728    826580      1250     25000         0     55263    125000   2755838    110.56    116.46
892.12/223.72	c  N dy  4850    846581      1250     25000         0     75253    125000   5499529    110.57    116.63
908.47/227.83	c  N dy  4972    866688      1250     25000         0     55367    125000   2636529    110.57    119.50
926.82/232.47	c  N dy  5086    886977      1250     25000         0     75637    125000   5424434    110.58    119.78
944.37/236.80	c  N dy  5219    907110      1250     25000         0     54793    125000   2452665    110.64    117.16
962.71/241.44	c  N dy  5335    927489      1250     25000         0     75148    125000   5265034    110.64    117.46
980.67/245.90	c  N dy  5457    947607      1250     25000         0     53288    125000   2100152    110.64    116.99
998.61/250.47	c  N dy  5578    967650      1250     25000         0     73303    125000   4852392    110.64    116.91
1017.74/255.24	c  N dy  5699    987710      1250     25000         0     50390    125000   1570976    110.66    116.67
1035.28/259.65	c  N dy  5827   1007945      1250     25000         0     70611    125000   4372511    110.68    118.22
1055.63/264.79	c  N dy  5941   1028010      1250     25000         0     46700    125000    937925    110.68    117.30
1073.62/269.27	c  N dy  6068   1048109      1250     25000         0     66781    125000   3723728    110.71    117.75
1097.11/275.10	c  N dy  6184   1068309      1250     25000         0     86958    125000   6511696    110.71    116.57
1101.09/276.19	c  F st  6201   1071875      1250     25000         0     45566    125000    646853    110.71    117.45
1115.06/279.66	c  N dy  6274   1088328      1250     25000         0     62006    125000   2938997    110.72    116.61
1136.61/285.09	c  N dy  6383   1108332      1250     25000         0     81989    125000   5678233    110.71    118.84
1156.55/290.06	c  N dy  6493   1128353      1250     25000         0     56040    125000   1955251    110.70    116.83
1175.69/294.86	c  N dy  6609   1148705      1250     25000         0     76378    125000   4775451    110.71    117.04
1198.43/300.52	c  N dy  6726   1168758      1250     25000         0     49454    125000    914302    110.71    118.54
1215.57/304.81	c  N dy  6817   1188862      1250     25000         0     69539    125000   3677456    110.67    116.68
1237.11/310.28	c  N dy  6932   1208880      1250     25000         0     89537    125000   6429181    110.68    116.81
1238.71/310.60	c  S st  6941   1209857      1250     25000         0     90513    125000   6564290    110.68   no data
1239.52/310.83	c  S st  6941   1210360      1250     25000         0     91016    125000   6627108    110.68   no data
1239.52/310.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1239.92/310.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.07
1239.92/310.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1239.92/310.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1239.92/310.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1239.92/310.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1239.92/310.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1239.92/310.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1240.75/311.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1397.85/350.51	c lits-rem:       646  cl-subs:       76  v-elim:      0  v-fix:    0  time: 39.32 s
1397.85/350.51	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1397.85/350.59	c vivif2 --  cl tried    90940 cl shrink        0 lits rem          0 time: 0.08
1399.84/351.03	c asymm  cl-useful: 0/13208/25000 lits-rem:0 time: 0.44
1399.84/351.03	c calculated reachability. Time: 0.00
1399.84/351.03	c  N dy  6941   1210360      1250     25000         0     90940    125000   6605090    110.68   no data
1418.59/355.71	c  N dy  7069   1230376      1250     25000         0     62985    125000   2664355    110.70    117.49
1438.52/360.77	c  N dy  7189   1250477      1250     25000         0     83071    125000   5432698    110.70    116.55
1461.26/366.46	c  N dy  7310   1270969      1250     25000         0     54587    125000   1361394    110.72    117.07
1480.01/371.13	c  N dy  7438   1291331      1250     25000         0     74931    125000   4177238    110.73    117.21
1503.15/376.93	c  N dy  7562   1311395      1250     25000         0     94978    125000   6944994    110.75    130.08
1522.29/381.72	c  N dy  7670   1331503      1250     25000         0     65110    125000   2693995    110.75    117.38
1542.63/386.90	c  N dy  7780   1351868      1250     25000         0     85466    125000   5495917    110.75    117.14
1566.16/392.72	c  N dy  7896   1371937      1250     25000         0     54552    125000   1108282    110.74    116.64
1584.50/397.34	c  N dy  8020   1392048      1250     25000         0     74645    125000   3872401    110.75    117.84
1607.24/403.01	c  N dy  8140   1412116      1250     25000         0     94696    125000   6667550    110.77    120.09
1628.38/408.31	c  N dy  8260   1432516      1250     25000         0     63118    125000   2171618    110.79    117.80
1648.36/413.40	c  N dy  8374   1452755      1250     25000         0     83331    125000   4960112    110.79    116.83
1673.45/419.65	c  N dy  8495   1472760      1250     25000         0    103315    125000   7722884    110.79    119.11
1693.79/424.73	c  N dy  8611   1492788      1250     25000         0     70377    125000   3025333    110.80    123.07
1715.71/430.25	c  N dy  8727   1512878      1250     25000         0     90449    125000   5803904    110.80    123.66
1741.23/436.63	c  N dy  8841   1532886      1250     25000         0     56491    125000    989229    110.80    117.25
1759.58/441.27	c  N dy  8964   1552889      1250     25000         0     76479    125000   3748953    110.81    117.38
1782.31/447.00	c  N dy  9075   1572910      1250     25000         0     96485    125000   6514915    110.80    118.23
1806.27/452.95	c  N dy  9194   1592944      1250     25000         0     61545    125000   1562913    110.83    117.19
1826.58/458.08	c  N dy  9317   1613017      1250     25000         0     81603    125000   4344828    110.84    126.22
1852.11/464.42	c  N dy  9444   1633190      1250     25000         0    101756    125000   7146151    110.86    120.97
1875.25/470.23	c  N dy  9569   1653295      1250     25000         0     65899    125000   2024705    110.87    118.55
1895.98/475.49	c  N dy  9696   1673417      1250     25000         0     86004    125000   4815850    110.88    117.48
1923.50/482.30	c  N dy  9826   1693466      1250     25000         0    106028    125000   7592856    110.90    117.07
1944.63/487.63	c  S st  9937   1710360      1250     25000         0     65954    125000   1922484    110.92     95.61
1945.43/487.81	c  S st  9937   1710864      1250     25000         0     66458    125000   1983085    110.92   no data
1945.43/487.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1945.43/487.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1945.43/487.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1945.43/487.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1945.43/487.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1945.43/487.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1945.43/487.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1945.83/487.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1945.83/487.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1982.17/497.09	c lits-rem:       166  cl-subs:       23  v-elim:      0  v-fix:    0  time:  9.12 s
1982.52/497.10	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1982.52/497.12	c vivif2 --  cl tried    66435 cl shrink        0 lits rem          0 time: 0.03
1983.71/497.49	c asymm  cl-useful: 0/11792/25000 lits-rem:0 time: 0.37
1984.11/497.50	c calculated reachability. Time: 0.00
1984.11/497.50	c  N dy  9937   1710864      1250     25000         0     66435    125000   1975991    110.92   no data
2006.85/503.22	c  N dy 10058   1730926      1250     25000         0     86481    125000   4745584    110.93    117.10
2032.38/509.63	c  N dy 10172   1751072      1250     25000         0    106605    125000   7511085    110.93    121.38
2055.91/515.60	c  N dy 10292   1771314      1250     25000         0     68887    125000   2162868    110.94    119.59
2077.84/521.07	c  N dy 10420   1791349      1250     25000         0     88903    125000   4946325    110.96    117.23
2104.59/527.71	c  N dy 10535   1811526      1250     25000         0    109060    125000   7755924    110.97    118.18
2128.08/533.66	c  N dy 10662   1831574      1250     25000         0     70140    125000   2226467    110.98    116.92
2150.02/539.15	c  N dy 10783   1851621      1250     25000         0     90169    125000   4990452    110.99    117.36
2175.95/545.64	c  N dy 10903   1871751      1250     25000         0    110281    125000   7777831    111.00    119.92
2200.28/551.70	c  N dy 11033   1891815      1250     25000         0     70382    125000   2136438    111.01    117.83
2221.42/557.07	c  N dy 11146   1911893      1250     25000         0     90443    125000   4912443    111.01    116.98
2248.14/563.77	c  N dy 11271   1932038      1250     25000         0    110571    125000   7689486    111.02    120.20
2272.86/569.96	c  N dy 11384   1952250      1250     25000         0     69820    125000   1907665    111.01    118.51
2294.79/575.48	c  N dy 11511   1972441      1250     25000         0     89996    125000   4703899    111.02    117.30
2320.71/581.92	c  N dy 11618   1992594      1250     25000         0    110128    125000   7479505    111.01    117.68
2347.04/588.57	c  N dy 11737   2012792      1250     25000         0     68360    125000   1598214    111.02    117.37
2369.37/594.10	c  N dy 11859   2033149      1250     25000         0     88698    125000   4413415    111.03    117.54
2396.50/600.96	c  N dy 11984   2053200      1250     25000         0    108733    125000   7203588    111.04    124.85
2426.00/608.34	c  N dy 12111   2073262      1250     25000         0     65845    125000   1107726    111.05    117.39
2446.35/613.47	c  N dy 12216   2093279      1250     25000         0     85853    125000   3885137    111.04    117.42
2471.87/619.81	c  N dy 12334   2113540      1250     25000         0    106090    125000   6692655    111.05    117.41
2501.78/627.33	c  N dy 12453   2133575      1250     25000         0    126110    125000   9450527    111.05    117.99
2523.31/632.72	c  N dy 12570   2153597      1250     25000         0     82171    125000   3243336    111.06    132.93
2547.68/638.82	c  N dy 12688   2173630      1250     25000         0    102184    125000   5996665    111.06    117.32
2576.37/646.09	c  N dy 12812   2193725      1250     25000         0    122265    125000   8787325    111.08    118.08
2598.30/651.52	c  S st 12918   2210864      1250     25000         0     74435    125000   2039375    111.08    110.71
2599.10/651.71	c  S st 12918   2211368      1250     25000         0     74939    125000   2104336    111.08   no data
2599.10/651.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2599.10/651.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2599.10/651.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2599.10/651.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2599.10/651.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2599.10/651.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
2599.10/651.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2599.50/651.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2599.50/651.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2629.80/659.47	c lits-rem:       100  cl-subs:       21  v-elim:      0  v-fix:    0  time:  7.59 s
2629.80/659.47	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
2630.20/659.50	c vivif2 --  cl tried    74918 cl shrink        0 lits rem          0 time: 0.03
2631.79/659.90	c asymm  cl-useful: 0/15004/25000 lits-rem:0 time: 0.40
2631.79/659.90	c calculated reachability. Time: 0.00
2631.79/659.90	c  N dy 12918   2211368      1250     25000         0     74918    125000   2098261    111.08   no data
2653.72/665.48	c  N dy 13033   2231407      1250     25000         0     94943    125000   4884508    111.09    119.73
2680.45/672.16	c  N dy 13147   2251503      1250     25000         0    115024    125000   7658568    111.09    120.03
2709.58/679.50	c  N dy 13260   2271546      1250     25000         0     69111    125000   1166765    111.09    117.20
2731.11/684.80	c  N dy 13375   2291687      1250     25000         0     89232    125000   3951946    111.10    119.53
2756.63/691.20	c  N dy 13488   2311806      1250     25000         0    109337    125000   6714725    111.09    119.26
2788.14/699.15	c  N dy 13611   2332152      1250     25000         0    129667    125000   9539828    111.10    119.06
2814.06/705.61	c  N dy 13733   2352212      1250     25000         0     82750    125000   2936175    111.11    117.19
2839.58/712.02	c  N dy 13852   2372389      1250     25000         0    102910    125000   5753226    111.11    119.84
2868.69/719.35	c  N dy 13965   2392393      1250     25000         0    122889    125000   8512538    111.11    117.71
2897.42/726.54	c  N dy 14078   2412498      1250     25000         0     75048    125000   1725817    111.11    118.81
2920.15/732.29	c  N dy 14199   2432513      1250     25000         0     95040    125000   4495930    111.12    117.37
2947.66/739.13	c  N dy 14326   2452514      1250     25000         0    115026    125000   7285260    111.14    117.50
2979.57/747.16	c  N dy 14452   2472621      1250     25000         0    135114    125000  10078416    111.14    117.90
3003.51/753.10	c  N dy 14576   2493164      1250     25000         0     86711    125000   3234681    111.15    118.25
3028.63/759.45	c  N dy 14700   2513396      1250     25000         0    106928    125000   6048855    111.16    117.65
3059.34/767.14	c  N dy 14826   2533595      1250     25000         0    127115    125000   8864942    111.16    118.10
3088.05/774.38	c  N dy 14943   2553610      1250     25000         0     77161    125000   1766646    111.17    119.07
3111.59/780.21	c  N dy 15076   2573657      1250     25000         0     97188    125000   4573968    111.19    128.53
3141.50/787.71	c  N dy 15198   2593740      1250     25000         0    117259    125000   7347995    111.19    119.65
3174.60/796.02	c  N dy 15314   2613745      1250     25000         0    137236    125000  10128407    111.20    119.48
3199.72/802.33	c  N dy 15436   2633761      1250     25000         0     86297    125000   2921841    111.21    122.95
3225.25/808.76	c  N dy 15566   2653773      1250     25000         0    106299    125000   5714989    111.22    117.14
3255.96/816.49	c  N dy 15701   2673847      1250     25000         0    126350    125000   8506868    111.24    120.30
3290.25/825.06	c  N dy 15814   2693925      1250     25000         0     74475    125000   1159523    111.24    125.65
3309.80/829.90	c  S st 15926   2711369      1250     25000         0     91901    125000   3581568    111.25   no data
3310.60/830.13	c  S st 15926   2711869      1250     25000         0     92401    125000   3642015    111.25   no data
3310.60/830.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3310.60/830.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.07
3311.03/830.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3311.03/830.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3311.03/830.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3311.03/830.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
3311.03/830.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3311.03/830.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3311.44/830.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3368.47/844.63	c lits-rem:       221  cl-subs:       39  v-elim:      0  v-fix:    0  time: 14.27 s
3368.47/844.64	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
3368.47/844.69	c vivif2 --  cl tried    92362 cl shrink        0 lits rem          0 time: 0.05
3370.01/845.08	c asymm  cl-useful: 0/9996/25000 lits-rem:0 time: 0.39
3370.01/845.08	c calculated reachability. Time: 0.00
3370.01/845.08	c  N dy 15926   2711869      1250     25000         0     92362    125000   3630565    111.25   no data
3396.73/851.71	c  N dy 16037   2732022      1250     25000         0    112498    125000   6421232    111.25    120.79
3427.84/859.53	c  N dy 16160   2752063      1250     25000         0    132514    125000   9183646    111.25    118.18
3458.55/867.25	c  N dy 16286   2772131      1250     25000         0     79636    125000   1734741    111.26    118.99
3482.11/873.11	c  N dy 16401   2792235      1250     25000         0     99719    125000   4490990    111.25    117.43
3510.38/880.24	c  N dy 16532   2812289      1250     25000         0    119752    125000   7297369    111.27    117.60
3542.70/888.34	c  N dy 16639   2832623      1250     25000         0    140074    125000  10129374    111.26    117.74
3570.25/895.21	c  N dy 16766   2852654      1250     25000         0     86153    125000   2512649    111.28    118.66
3595.34/901.54	c  N dy 16893   2872684      1250     25000         0    106162    125000   5283572    111.28    120.80
3626.05/909.20	c  N dy 17016   2892789      1250     25000         0    126253    125000   8062164    111.29    118.36
3663.13/918.53	c  N dy 17135   2912945      1250     25000         0    146395    125000  10858200    111.29    117.85
3688.70/924.98	c  N dy 17257   2933008      1250     25000         0     91503    125000   3115343    111.29    125.57
3715.77/931.72	c  N dy 17380   2953076      1250     25000         0    111552    125000   5894080    111.29    118.89
3747.28/939.64	c  N dy 17505   2973096      1250     25000         0    131554    125000   8707981    111.31    119.14
3782.78/948.56	c  N dy 17627   2993116      1250     25000         0    151555    125000  11501572    111.32    117.67
3805.91/954.31	c  N dy 17741   3013217      1250     25000         0     95695    125000   3574881    111.32    123.64
3833.06/961.13	c  N dy 17861   3033243      1250     25000         0    115711    125000   6366507    111.33    118.05
3865.72/969.32	c  N dy 17979   3054050      1250     25000         0    136488    125000   9272870    111.33    117.93
3900.41/978.04	c  N dy 18102   3074207      1250     25000         0     79705    125000   1219122    111.34    117.93
3923.95/983.98	c  N dy 18228   3094257      1250     25000         0     99735    125000   3995561    111.35    117.35
3951.92/990.95	c  N dy 18341   3114383      1250     25000         0    119846    125000   6777578    111.34    121.99
3984.57/999.10	c  N dy 18457   3134558      1250     25000         0    140005    125000   9556393    111.34    118.73
4020.47/1008.18	c  N dy 18581   3154728      1250     25000         0     82229    125000   1440107    111.35    117.80
4046.78/1014.73	c  N dy 18706   3174812      1250     25000         0    102299    125000   4239610    111.36    119.19
4077.88/1022.55	c  N dy 18829   3194877      1250     25000         0    122354    125000   7027415    111.36    117.35
4108.60/1030.25	c  S st 18937   3211869      1250     25000         0    139329    125000   9388221    111.37    113.12
4110.18/1030.63	c  S st 18937   3212371      1250     25000         0    139831    125000   9445249    111.37   no data
4110.18/1030.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4110.58/1030.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
4110.58/1030.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4110.58/1030.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4110.58/1030.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4110.58/1030.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
4110.58/1030.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4110.98/1030.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
4112.18/1031.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4393.36/1101.68	c lits-rem:       683  cl-subs:      106  v-elim:      0  v-fix:    0  time: 70.47 s
4393.36/1101.68	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
4394.16/1101.80	c vivif2 --  cl tried   139725 cl shrink        0 lits rem          0 time: 0.12
4395.75/1102.28	c asymm  cl-useful: 0/9488/25000 lits-rem:0 time: 0.48
4395.75/1102.28	c calculated reachability. Time: 0.00
4395.75/1102.28	c  N dy 18937   3212371      1250     25000         0    139725    125000   9413829    111.37   no data
4432.44/1111.43	c  N dy 19059   3232514      1250     25000         0     80912    125000   1137230    111.37    118.11
4456.41/1117.42	c  N dy 19185   3252701      1250     25000         0    101081    125000   3959134    111.38    120.15
4484.69/1124.56	c  N dy 19308   3272742      1250     25000         0    121101    125000   6766430    111.39    117.61
4518.59/1133.03	c  N dy 19428   3293308      1250     25000         0    141647    125000   9633230    111.39    118.58
4556.91/1142.63	c  N dy 19553   3313559      1250     25000         0     81959    125000   1139378    111.40    117.49
4582.80/1149.20	c  N dy 19673   3333969      1250     25000         0    102348    125000   3980780    111.41    118.58
4614.34/1157.02	c  N dy 19803   3354114      1250     25000         0    122472    125000   6788045    111.42    117.35
4650.19/1166.07	c  N dy 19926   3374170      1250     25000         0    142512    125000   9577108    111.43    118.90
4691.68/1176.44	c  N dy 20043   3394221      1250     25000         0     81615    125000    960624    111.43    120.55
4716.80/1182.76	c  N dy 20172   3414574      1250     25000         0    101955    125000   3812338    111.45    117.35
4746.30/1190.11	c  N dy 20298   3434613      1250     25000         0    121984    125000   6614031    111.45    118.63
4779.81/1198.57	c  N dy 20421   3454649      1250     25000         0    141999    125000   9422053    111.46    118.93

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

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

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


[startup+0 s]
/proc/loadavg: 7.56 7.99 7.94 5/360 18267
/proc/meminfo: memFree=18689732/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=51168 CPUtime=0.01 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 412 0 0 0 1 0 0 0 25 0 4 0 632259659 52396032 352 33554432000 4194304 4580107 140733401929952 18446744073709551615 47535071147545 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18267/statm: 12792 352 302 95 0 7774 0
[pid=18267/tid=18268] ppid=18265 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 632259659 52396032 352 33554432000 4194304 4580107 140733401929952 18446744073709551615 47535071147958 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 632259659 52396032 352 33554432000 4194304 4580107 140733401929952 18446744073709551615 47535071147536 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 632259659 52396032 352 33554432000 4194304 4580107 140733401929952 18446744073709551615 47535071147549 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.145751 s]
/proc/loadavg: 7.56 7.99 7.94 5/360 18267
/proc/meminfo: memFree=18689732/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=285876 CPUtime=0.62 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 4311 0 0 0 60 2 0 0 18 0 4 0 632259659 292737024 4227 33554432000 4194304 4580107 140733401929952 18446744073709551615 233510340791 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18267/statm: 71469 4321 363 95 0 66451 0
[pid=18267/tid=18268] ppid=18265 vsize=285876 CPUtime=0.14 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) D 18265 18267 18129 0 -1 4202560 916 0 0 0 14 0 0 0 18 0 4 0 632259659 292737024 4429 33554432000 4194304 4580107 140733401929952 18446744073709551615 233510340791 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=286068 CPUtime=0.15 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) D 18265 18267 18129 0 -1 4202560 1120 0 0 0 15 0 0 0 18 0 4 0 632259659 292933632 4449 33554432000 4194304 4580107 140733401929952 18446744073709551615 233509994704 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=286068 CPUtime=0.15 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 1025 0 0 0 15 0 0 0 18 0 4 0 632259659 292933632 4590 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 285876

[startup+0.438268 s]
/proc/loadavg: 7.56 7.99 7.94 5/360 18267
/proc/meminfo: memFree=18689732/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=297708 CPUtime=1.7 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 10490 0 0 0 167 3 0 0 18 0 4 0 632259659 304852992 8621 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18267/statm: 74427 8213 376 95 0 69409 0
[pid=18267/tid=18268] ppid=18265 vsize=310896 CPUtime=0.58 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) D 18265 18267 18129 0 -1 4202560 3046 0 0 0 58 0 0 0 18 0 4 0 632259659 318357504 9287 33554432000 4194304 4580107 140733401929952 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=310896 CPUtime=0.58 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) D 18265 18267 18129 0 -1 4202560 3414 0 0 0 58 0 0 0 18 0 4 0 632259659 318357504 9287 33554432000 4194304 4580107 140733401929952 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=310896 CPUtime=0.58 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) D 18265 18267 18129 0 -1 4202560 2145 0 0 0 58 0 0 0 18 0 4 0 632259659 318357504 8779 33554432000 4194304 4580107 140733401929952 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 297708

[startup+1.10573 s]
/proc/loadavg: 7.56 7.99 7.94 5/360 18267
/proc/meminfo: memFree=18689732/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=304864 CPUtime=4.37 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 16900 0 0 0 432 5 0 0 19 0 4 0 632259659 312180736 9818 33554432000 4194304 4580107 140733401929952 18446744073709551615 4331504 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18267/statm: 76216 9791 377 95 0 71198 0
[pid=18267/tid=18268] ppid=18265 vsize=295012 CPUtime=1.08 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) D 18265 18267 18129 0 -1 4202560 4157 0 0 0 107 1 0 0 19 0 4 0 632259659 302092288 9651 33554432000 4194304 4580107 140733401929952 18446744073709551615 233510340698 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=295668 CPUtime=1.1 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 4709 0 0 0 109 1 0 0 19 0 4 0 632259659 302764032 8265 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=295668 CPUtime=1.1 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 3410 0 0 0 109 1 0 0 19 0 4 0 632259659 302764032 8265 33554432000 4194304 4580107 140733401929952 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 304864

[startup+1.21858 s]
/proc/loadavg: 7.56 7.99 7.94 5/360 18267
/proc/meminfo: memFree=18689732/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=295668 CPUtime=4.82 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 18494 0 0 0 477 5 0 0 19 0 4 0 632259659 302764032 8930 33554432000 4194304 4580107 140733401929952 18446744073709551615 4306008 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18267/statm: 73917 8931 377 95 0 68899 0
[pid=18267/tid=18268] ppid=18265 vsize=295668 CPUtime=1.19 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 4763 0 0 0 118 1 0 0 19 0 4 0 632259659 302764032 8931 33554432000 4194304 4580107 140733401929952 18446744073709551615 4317012 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=295668 CPUtime=1.2 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 4878 0 0 0 119 1 0 0 19 0 4 0 632259659 302764032 8931 33554432000 4194304 4580107 140733401929952 18446744073709551615 4316405 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=295668 CPUtime=1.2 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 3571 0 0 0 119 1 0 0 19 0 4 0 632259659 302764032 8931 33554432000 4194304 4580107 140733401929952 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 295668

[startup+1.50054 s]
/proc/loadavg: 7.56 7.99 7.94 5/360 18267
/proc/meminfo: memFree=18689732/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=295668 CPUtime=5.95 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 20290 0 0 0 590 5 0 0 19 0 4 0 632259659 302764032 10726 33554432000 4194304 4580107 140733401929952 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18267/statm: 73917 10727 377 95 0 68899 0
[pid=18267/tid=18268] ppid=18265 vsize=295668 CPUtime=1.47 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 5215 0 0 0 146 1 0 0 19 0 4 0 632259659 302764032 10727 33554432000 4194304 4580107 140733401929952 18446744073709551615 4316555 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=295668 CPUtime=1.48 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 5340 0 0 0 147 1 0 0 19 0 4 0 632259659 302764032 10727 33554432000 4194304 4580107 140733401929952 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=295668 CPUtime=1.48 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 4008 0 0 0 147 1 0 0 20 0 4 0 632259659 302764032 10727 33554432000 4194304 4580107 140733401929952 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 295668

[startup+3.11325 s]
/proc/loadavg: 7.56 7.99 7.94 9/364 18271
/proc/meminfo: memFree=18584700/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=297464 CPUtime=12.37 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 37904 0 0 0 1228 9 0 0 24 0 4 0 632259659 304603136 16828 33554432000 4194304 4580107 140733401929952 18446744073709551615 4416727 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18267/statm: 74366 16828 379 95 0 69348 0
[pid=18267/tid=18268] ppid=18265 vsize=297464 CPUtime=3.06 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 8511 0 0 0 304 2 0 0 24 0 4 0 632259659 304603136 16828 33554432000 4194304 4580107 140733401929952 18446744073709551615 4292896 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=297464 CPUtime=3.08 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 8682 0 0 0 307 1 0 0 24 0 4 0 632259659 304603136 16828 33554432000 4194304 4580107 140733401929952 18446744073709551615 4324083 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=297464 CPUtime=3.1 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 7359 0 0 0 308 2 0 0 25 0 4 0 632259659 304603136 16829 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 297464

[startup+6.30068 s]
/proc/loadavg: 7.67 8.01 7.94 9/364 18271
/proc/meminfo: memFree=18430788/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=298748 CPUtime=25.12 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 68153 0 0 0 2497 15 0 0 25 0 4 0 632259659 305917952 34030 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18267/statm: 74687 34030 379 95 0 69669 0
[pid=18267/tid=18268] ppid=18265 vsize=298748 CPUtime=6.23 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 15760 0 0 0 620 3 0 0 25 0 4 0 632259659 305917952 34035 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=298748 CPUtime=6.28 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 18332 0 0 0 624 4 0 0 25 0 4 0 632259659 305917952 34035 33554432000 4194304 4580107 140733401929952 18446744073709551615 4417015 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=298748 CPUtime=6.3 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 16199 0 0 0 627 3 0 0 25 0 4 0 632259659 305917952 34035 33554432000 4194304 4580107 140733401929952 18446744073709551615 4416041 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 298748

[startup+12.7005 s]
/proc/loadavg: 7.70 8.01 7.94 9/364 18271
/proc/meminfo: memFree=18365416/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=289592 CPUtime=50.62 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 105123 0 0 0 5039 23 0 0 25 0 4 0 632259659 296542208 42525 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18267/statm: 72398 42525 379 95 0 67380 0
[pid=18267/tid=18268] ppid=18265 vsize=289592 CPUtime=12.55 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 25573 0 0 0 1251 4 0 0 25 0 4 0 632259659 296542208 42526 33554432000 4194304 4580107 140733401929952 18446744073709551615 4322504 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=289592 CPUtime=12.67 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 26376 0 0 0 1261 6 0 0 25 0 4 0 632259659 296542208 42526 33554432000 4194304 4580107 140733401929952 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=289592 CPUtime=12.69 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 25353 0 0 0 1264 5 0 0 25 0 4 0 632259659 296542208 42526 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 289592

[startup+25.5012 s]
/proc/loadavg: 7.76 8.00 7.94 9/364 18272
/proc/meminfo: memFree=18219176/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=433436 CPUtime=101.65 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 161270 0 0 0 10130 35 0 0 25 0 4 0 632259659 443838464 66183 33554432000 4194304 4580107 140733401929952 18446744073709551615 4416310 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18267/statm: 108359 66183 379 95 0 103341 0
[pid=18267/tid=18268] ppid=18265 vsize=433436 CPUtime=25.2 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 36685 0 0 0 2513 7 0 0 25 0 4 0 632259659 443838464 66183 33554432000 4194304 4580107 140733401929952 18446744073709551615 4416997 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=433436 CPUtime=25.47 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 40970 0 0 0 2538 9 0 0 25 0 4 0 632259659 443838464 66183 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=433436 CPUtime=25.48 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 38692 0 0 0 2540 8 0 0 25 0 4 0 632259659 443838464 66183 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 433436

[startup+51.1007 s]
/proc/loadavg: 7.84 8.00 7.94 9/364 18272
/proc/meminfo: memFree=18118428/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=656392 CPUtime=203.76 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 250683 0 0 0 20318 58 0 0 25 0 4 0 632259659 672145408 86588 33554432000 4194304 4580107 140733401929952 18446744073709551615 4416709 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18267/statm: 164098 86588 379 95 0 159080 0
[pid=18267/tid=18268] ppid=18265 vsize=656392 CPUtime=50.51 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 64353 0 0 0 5036 15 0 0 25 0 4 0 632259659 672145408 86589 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=656392 CPUtime=51.07 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 59954 0 0 0 5093 14 0 0 25 0 4 0 632259659 672145408 86589 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=656392 CPUtime=51.08 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 64582 0 0 0 5094 14 0 0 25 0 4 0 632259659 672145408 86589 33554432000 4194304 4580107 140733401929952 18446744073709551615 4489196 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 656392

[startup+102.3 s]
/proc/loadavg: 8.01 8.03 7.95 9/364 18274
/proc/meminfo: memFree=17928572/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=629760 CPUtime=407.95 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 400456 0 0 0 40698 97 0 0 25 0 4 0 632259659 644874240 98614 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18267/statm: 157440 98614 383 95 0 152422 0
[pid=18267/tid=18268] ppid=18265 vsize=629760 CPUtime=101.12 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 104017 0 0 0 10086 26 0 0 25 0 4 0 632259659 644874240 98614 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=629760 CPUtime=102.27 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 90580 0 0 0 10206 21 0 0 25 0 4 0 632259659 644874240 98614 33554432000 4194304 4580107 140733401929952 18446744073709551615 4320876 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=629760 CPUtime=102.27 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 111021 0 0 0 10200 27 0 0 25 0 4 0 632259659 644874240 98615 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.95
Current children cumulated vsize (KiB) 629760

[startup+162.301 s]

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

[pid=18267] ppid=18265 vsize=1045248 CPUtime=2800.9 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 1576625 0 0 0 279629 461 0 0 25 0 4 0 632259659 1070333952 200417 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18267/statm: 261312 200417 379 95 0 256294 0
[pid=18267/tid=18268] ppid=18265 vsize=1045248 CPUtime=700.08 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 411542 0 0 0 69889 119 0 0 25 0 4 0 632259659 1070333952 200417 33554432000 4194304 4580107 140733401929952 18446744073709551615 4324252 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=1045248 CPUtime=702.26 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 405251 0 0 0 70114 112 0 0 25 0 4 0 632259659 1070333952 200417 33554432000 4194304 4580107 140733401929952 18446744073709551615 4451903 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=1045248 CPUtime=696.32 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 386724 0 0 0 69516 116 0 0 25 0 4 0 632259659 1070333952 200417 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2800.9
Current children cumulated vsize (KiB) 1045248

[startup+762.3 s]
/proc/loadavg: 8.08 8.09 8.01 9/364 18291
/proc/meminfo: memFree=17144504/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=1127064 CPUtime=3040.19 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 1663593 0 0 0 303527 492 0 0 25 0 4 0 632259659 1154113536 203752 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294345 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18267/statm: 281766 203752 379 95 0 276748 0
[pid=18267/tid=18268] ppid=18265 vsize=1127064 CPUtime=760.06 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 438336 0 0 0 75879 127 0 0 25 0 4 0 632259659 1154113536 203752 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=1127064 CPUtime=762.26 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 418738 0 0 0 76110 116 0 0 25 0 4 0 632259659 1154113536 203752 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=1127064 CPUtime=755.61 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 411110 0 0 0 75437 124 0 0 25 0 4 0 632259659 1154113536 203752 33554432000 4194304 4580107 140733401929952 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.19
Current children cumulated vsize (KiB) 1127064

[startup+822.301 s]
/proc/loadavg: 8.11 8.10 8.02 9/364 18293
/proc/meminfo: memFree=17177964/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=1129672 CPUtime=3279.49 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 1743711 0 0 0 327425 524 0 0 25 0 4 0 632259659 1156784128 204882 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18267/statm: 282418 204882 379 95 0 277400 0
[pid=18267/tid=18268] ppid=18265 vsize=1129672 CPUtime=820.06 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 456273 0 0 0 81872 134 0 0 25 0 4 0 632259659 1156784128 204882 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=1129672 CPUtime=822.26 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 442967 0 0 0 82099 127 0 0 25 0 4 0 632259659 1156784128 204882 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=1129672 CPUtime=814.92 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 430371 0 0 0 81361 131 0 0 25 0 4 0 632259659 1156784128 204882 33554432000 4194304 4580107 140733401929952 18446744073709551615 4417015 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.49
Current children cumulated vsize (KiB) 1129672

[startup+882.301 s]
/proc/loadavg: 8.08 8.09 8.02 9/364 18295
/proc/meminfo: memFree=17051072/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=1145944 CPUtime=3518.76 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 1826775 0 0 0 351323 553 0 0 25 0 4 0 632259659 1173446656 217778 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18267/statm: 286486 217778 379 95 0 281468 0
[pid=18267/tid=18268] ppid=18265 vsize=1145944 CPUtime=880.03 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 481513 0 0 0 87861 142 0 0 25 0 4 0 632259659 1173446656 217778 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=1145944 CPUtime=882.27 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 465512 0 0 0 88092 135 0 0 25 0 4 0 632259659 1173446656 217778 33554432000 4194304 4580107 140733401929952 18446744073709551615 4306299 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=1145944 CPUtime=874.21 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 444747 0 0 0 87285 136 0 0 25 0 4 0 632259659 1173446656 217779 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3518.76
Current children cumulated vsize (KiB) 1145944

[startup+942.301 s]
/proc/loadavg: 8.06 8.09 8.02 9/364 18296
/proc/meminfo: memFree=17045972/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=1077024 CPUtime=3758.05 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 1909455 0 0 0 375223 582 0 0 25 0 4 0 632259659 1102872576 214563 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294455 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18267/statm: 269256 214563 379 95 0 264238 0
[pid=18267/tid=18268] ppid=18265 vsize=1077024 CPUtime=940.03 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 507614 0 0 0 93852 151 0 0 19 0 4 0 632259659 1102872576 214563 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=1077024 CPUtime=942.26 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 478211 0 0 0 94088 138 0 0 25 0 4 0 632259659 1102872576 214563 33554432000 4194304 4580107 140733401929952 18446744073709551615 4319785 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=1077024 CPUtime=933.52 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 463732 0 0 0 93208 144 0 0 19 0 4 0 632259659 1102872576 214563 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3758.05
Current children cumulated vsize (KiB) 1077024

[startup+1002.3 s]
/proc/loadavg: 8.13 8.10 8.02 9/364 18298
/proc/meminfo: memFree=16824120/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=1239124 CPUtime=3997.34 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 2029208 0 0 0 399116 618 0 0 25 0 4 0 632259659 1268862976 253572 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18267/statm: 309781 253572 379 95 0 304763 0
[pid=18267/tid=18268] ppid=18265 vsize=1239124 CPUtime=1000.02 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 561863 0 0 0 99838 164 0 0 25 0 4 0 632259659 1268862976 253572 33554432000 4194304 4580107 140733401929952 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=1239124 CPUtime=1002.27 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 500013 0 0 0 100082 145 0 0 25 0 4 0 632259659 1268862976 253572 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=1239124 CPUtime=992.82 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 486061 0 0 0 99130 152 0 0 25 0 4 0 632259659 1268862976 253572 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3997.34
Current children cumulated vsize (KiB) 1239124

[startup+1062.3 s]
/proc/loadavg: 8.23 8.12 8.03 9/364 18299
/proc/meminfo: memFree=16692032/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=1480324 CPUtime=4236.64 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 2098240 0 0 0 423021 643 0 0 25 0 4 0 632259659 1515851776 286255 33554432000 4194304 4580107 140733401929952 18446744073709551615 4451883 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18267/statm: 370081 286255 380 95 0 365063 0
[pid=18267/tid=18268] ppid=18265 vsize=1480324 CPUtime=1060.01 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 561863 0 0 0 105837 164 0 0 25 0 4 0 632259659 1515851776 286257 33554432000 4194304 4580107 140733401929952 18446744073709551615 4416709 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=1480324 CPUtime=1062.28 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 521867 0 0 0 106070 158 0 0 25 0 4 0 632259659 1515851776 286257 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=1480324 CPUtime=1052.12 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 511051 0 0 0 105054 158 0 0 25 0 4 0 632259659 1515851776 286257 33554432000 4194304 4580107 140733401929952 18446744073709551615 4451559 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4236.64
Current children cumulated vsize (KiB) 1480324

[startup+1122.3 s]
/proc/loadavg: 8.18 8.13 8.04 9/364 18301
/proc/meminfo: memFree=16725992/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=1510328 CPUtime=4475.91 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 2162012 0 0 0 446922 669 0 0 25 0 4 0 632259659 1546575872 279355 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18267/statm: 377582 279355 380 95 0 372564 0
[pid=18267/tid=18268] ppid=18265 vsize=1510328 CPUtime=1119.98 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 581412 0 0 0 111827 171 0 0 25 0 4 0 632259659 1546575872 279355 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=1510328 CPUtime=1122.26 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 545433 0 0 0 112058 168 0 0 25 0 4 0 632259659 1546575872 279355 33554432000 4194304 4580107 140733401929952 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=1510328 CPUtime=1111.43 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 522924 0 0 0 110980 163 0 0 25 0 4 0 632259659 1546575872 279355 33554432000 4194304 4580107 140733401929952 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4475.91
Current children cumulated vsize (KiB) 1510328

[startup+1182.31 s]
/proc/loadavg: 8.25 8.15 8.05 9/364 18303
/proc/meminfo: memFree=16599240/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=1469092 CPUtime=4715.24 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 2245370 0 0 0 470824 700 0 0 25 0 4 0 632259659 1504350208 293925 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18267/statm: 367273 293925 386 95 0 362255 0
[pid=18267/tid=18268] ppid=18265 vsize=1469092 CPUtime=1179.99 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 600422 0 0 0 117820 179 0 0 25 0 4 0 632259659 1504350208 293925 33554432000 4194304 4580107 140733401929952 18446744073709551615 4301544 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=1469092 CPUtime=1182.27 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 563805 0 0 0 118055 172 0 0 25 0 4 0 632259659 1504350208 293925 33554432000 4194304 4580107 140733401929952 18446744073709551615 4415915 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=1469092 CPUtime=1170.73 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 545960 0 0 0 116902 171 0 0 25 0 4 0 632259659 1504350208 293925 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4715.24
Current children cumulated vsize (KiB) 1469092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 7.92 8.09 8.03 5/359 18304
/proc/meminfo: memFree=17484384/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=1527112 CPUtime=4800.17 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 2269274 0 0 0 479307 710 0 0 25 0 4 0 632259659 1563762688 304140 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18267/statm: 381778 304140 386 95 0 376760 0
[pid=18267/tid=18268] ppid=18265 vsize=1527112 CPUtime=1201.28 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 607873 0 0 0 119946 182 0 0 25 0 4 0 632259659 1563762688 304143 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=1527112 CPUtime=1203.58 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 564622 0 0 0 120185 173 0 0 25 0 4 0 632259659 1563762688 304143 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=1527112 CPUtime=1191.78 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 554321 0 0 0 119003 175 0 0 25 0 4 0 632259659 1563762688 304143 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 1527112

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

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

[startup+1203.6 s]
/proc/loadavg: 7.92 8.09 8.03 5/359 18304
/proc/meminfo: memFree=17484384/32951124 swapFree=67111348/67111528
[pid=18267] ppid=18265 vsize=1527112 CPUtime=4800.17 cores=0,2,4,6
/proc/18267/stat : 18267 (strangenight2-m) R 18265 18267 18129 0 -1 4202496 2269274 0 0 0 479307 710 0 0 25 0 4 0 632259659 1563762688 304140 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18267/statm: 381778 304140 386 95 0 376760 0
[pid=18267/tid=18268] ppid=18265 vsize=1527112 CPUtime=1201.28 cores=0,2,4,6
/proc/18267/task/18268/stat : 18268 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 607873 0 0 0 119946 182 0 0 25 0 4 0 632259659 1563762688 304143 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18267/tid=18269] ppid=18265 vsize=1527112 CPUtime=1203.58 cores=0,2,4,6
/proc/18267/task/18269/stat : 18269 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 564622 0 0 0 120185 173 0 0 25 0 4 0 632259659 1563762688 304143 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18267/tid=18270] ppid=18265 vsize=1527112 CPUtime=1191.78 cores=0,2,4,6
/proc/18267/task/18270/stat : 18270 (strangenight2-m) R 18265 18267 18129 0 -1 4202560 554321 0 0 0 119003 175 0 0 25 0 4 0 632259659 1563762688 304143 33554432000 4194304 4580107 140733401929952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 1527112

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.68
CPU time (s): 4800.28
CPU user time (s): 4793.11
CPU system time (s): 7.16991
CPU usage (%): 398.799
Max. virtual memory (cumulated for all children) (KiB): 1527112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.11
system time used= 7.16991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2269284
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= 4384
involuntary context switches= 23638

runsolver used 4.05338 second user time and 9.8365 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-14 20:40:38
IDJOB=3366193
IDBENCH=82602
IDSOLVER=1844
FILE ID=node145/3366193-1305398438
RUNJOBID= node145-1305397232-18147
PBS_JOBID= 13324453
Free space on /tmp= 73652 MiB

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

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

MD5SUM BENCH= c578ae902020675717dd7f7fb0a11360
RANDOM SEED=1945397086

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18689888 kB
Buffers:        293584 kB
Cached:        8122580 kB
SwapCached:          0 kB
Active:        7285516 kB
Inactive:      6621860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18689888 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           12852 kB
Writeback:           0 kB
AnonPages:     5490796 kB
Mapped:          27652 kB
Slab:           255376 kB
PageTables:      33908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79427532 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= 73656 MiB
End job on node145 at 2011-05-14 21:00:44