Trace number 3173826

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.27 1201.77

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S1180959030-088-UNKNOWN.cnf
MD5SUM4c3def64b0c0da01406b551924b4a52d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark532.031
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
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 530000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173826-1304031416.cnf'
0.00/0.00	c -- header says num vars:           1500
0.00/0.00	c -- header says num clauses:       30000
0.00/0.02	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.00/0.02	c -- vars added       1500
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data
0.00/0.19	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.15
0.00/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.06/0.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.06/0.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.06/0.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.06/0.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.06/0.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.06/0.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
0.06/0.49	c Finding binary XORs  T:     0.00 s  found:       0
0.06/0.49	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.06/0.49	c calculated reachability. Time: 0.00
0.06/0.49	c Calc default polars -  time:   0.00 s pos:     694 undec:      56 neg:     750
0.06/0.49	c =========================================================================================
0.06/0.49	c types(t): F = full restart, N = normal restart
0.06/0.49	c types(t): S = simplification begin/end, E = solution found
0.06/0.49	c restart types(rt): st = static, dy = dynamic
0.06/0.49	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.06/0.49	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data
2.76/0.70	c  N dy    17      4294      1500     30000         0      4288    150000    676744    122.70    133.65
2.76/1.06	c  N dy    46      8415      1500     30000         0      5907    150000    691518    125.52    132.25
5.55/1.41	c  N dy    70     12510      1500     30000         0      5756    150000    445599    124.69    133.33
7.16/1.80	c  N dy    89     16522      1500     30000         0      9764    150000   1059821    123.88    132.41
8.75/2.21	c  N dy   109     20632      1500     30000         0      8256    150000    642684    123.63    131.09
10.35/2.65	c  N dy   127     24857      1500     30000         0     12480    150000   1280279    122.93    130.21
10.35/2.67	c  F st   129     25000      1500     30000         0     12622    150000   1303603    123.00   no data
12.75/3.22	c  N dy   135     30001      1500     30000         0     10799    150000    932449    123.00   no data
12.75/3.22	c  S st   135     30001      1500     30000         0     10799    150000    932449    123.00   no data
12.75/3.28	c  S st   135     30506      1500     30000         0     11304    150000    993826    123.00   no data
12.75/3.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.15/3.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
13.15/3.31	c blocked clauses removed:        0 vars:      0 tried:        1500 T: 0.00 s
13.15/3.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.15/3.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.15/3.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
13.15/3.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
13.15/3.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.15/3.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.84	c lits-rem:       300  cl-subs:       62  v-elim:      0  v-fix:    0  time:  0.46 s
15.94/4.02	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.18
15.94/4.02	c calculated reachability. Time: 0.00
15.94/4.02	c  N dy   135     30506      1500     30000         0     11242    150000    971046    123.00   no data
17.94/4.50	c  N dy   158     34605      1500     30000         0     15339    150000   1597465    122.88    130.18
19.54/4.96	c  N dy   183     38633      1500     30000         0     11467    150000    820526    123.09    130.34
21.53/5.45	c  N dy   202     42729      1500     30000         0     15558    150000   1442496    122.88    178.50
23.13/5.84	c  S st   218     45759      1500     30000         0      9643    150000    384409    122.71   no data
23.53/5.90	c  S st   218     46265      1500     30000         0     10149    150000    450612    122.71   no data
23.53/5.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.53/5.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
23.53/5.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.53/5.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.53/5.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.53/5.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
23.53/5.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
23.53/5.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
23.53/5.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.93/6.07	c lits-rem:        11  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
23.93/6.07	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
23.93/6.08	c vivif2 --  cl tried    10149 cl shrink        0 lits rem          0 time: 0.01
24.73/6.27	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.19
24.73/6.27	c calculated reachability. Time: 0.00
24.73/6.27	c  N dy   218     46265      1500     30000         0     10149    150000    450601    122.71   no data
26.72/6.75	c  N dy   247     50341      1500     30000         0     14223    150000   1081368    122.91    129.75
28.72/7.27	c  N dy   275     54428      1500     30000         0     18309    150000   1707315    122.92    130.98
30.72/7.77	c  N dy   295     58444      1500     30000         0     12355    150000    653485    122.82    130.42
32.71/8.24	c  N dy   320     62506      1500     30000         0     16417    150000   1284657    122.97    130.12
34.70/8.79	c  N dy   348     66652      1500     30000         0     20561    150000   1924864    123.09    129.96
36.31/9.17	c  S st   364     69397      1500     30000         0     12322    150000    503023    123.09   no data
36.71/9.24	c  S st   364     69900      1500     30000         0     12825    150000    570883    123.09   no data
36.71/9.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.71/9.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
36.71/9.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.71/9.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.71/9.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.71/9.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
36.71/9.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.71/9.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
36.71/9.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.50/9.49	c lits-rem:         4  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.20 s
37.90/9.50	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
37.90/9.50	c vivif2 --  cl tried    12823 cl shrink        0 lits rem          0 time: 0.01
38.72/9.72	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.21
38.72/9.72	c calculated reachability. Time: 0.00
38.72/9.72	c  N dy   364     69900      1500     30000         0     12823    150000    570313    123.09   no data
40.70/10.28	c  N dy   391     74516      1500     30000         0     17436    150000   1283280    123.18    131.95
43.50/10.92	c  N dy   417     79445      1500     30000         0     22365    150000   2029078    123.04    130.31
46.30/11.62	c  N dy   445     84975      1500     30000         0     15904    150000    901501    122.98    129.93
47.52/11.94	c  F st   461     87500      1500     30000         0     18428    150000   1284113    122.93    100.82
49.09/12.38	c  N st   466     90797      1500     30000         0     21723    150000   1838930    122.93   no data
52.29/13.18	c  N dy   492     96613      1500     30000         0     14544    150000    546990    122.86    131.10
55.48/13.93	c  N dy   530    102854      1500     30000         0     20781    150000   1531988    123.04    132.36
56.68/14.20	c  S st   544    104852      1500     30000         0     22777    150000   1837362    123.03   no data
57.07/14.30	c  S st   544    105352      1500     30000         0     23277    150000   1909108    123.03   no data
57.07/14.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.07/14.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
57.07/14.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
57.07/14.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.07/14.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.07/14.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
57.07/14.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
57.07/14.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
57.47/14.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.06/18.38	c lits-rem:       224  cl-subs:        7  v-elim:      0  v-fix:    0  time:  3.92 s
73.06/18.38	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
73.47/18.41	c vivif2 --  cl tried    23270 cl shrink        0 lits rem          0 time: 0.02
74.65/18.74	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.33
74.65/18.74	c calculated reachability. Time: 0.00
74.65/18.74	c  N dy   544    105352      1500     30000         0     23270    150000   1907021    123.03   no data
78.64/19.74	c  N dy   589    112082      1500     30000         0     16005    150000    637006    123.14    132.19
82.26/20.70	c  N dy   631    119287      1500     30000         0     23208    150000   1737459    123.10    132.01
87.43/21.97	c  N dy   680    127268      1500     30000         0     16193    150000    511530    123.19    130.70
92.23/23.10	c  N dy   730    135426      1500     30000         0     24341    150000   1762807    123.22    130.60
97.42/24.48	c  N dy   782    144271      1500     30000         0     17194    150000    523965    123.22    135.46
102.61/25.76	c  N dy   838    153546      1500     30000         0     26465    150000   1947551    123.16    131.18
105.41/26.46	c  S st   866    158029      1500     30000         0     30946    150000   2637391    123.16   no data
105.81/26.58	c  S st   866    158533      1500     30000         0     31450    150000   2703462    123.16   no data
105.81/26.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
106.21/26.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
106.21/26.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
106.21/26.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
106.21/26.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.21/26.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
106.21/26.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
106.21/26.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
106.61/26.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.35/35.97	c lits-rem:       206  cl-subs:       19  v-elim:      0  v-fix:    0  time:  9.17 s
143.35/35.97	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
143.77/36.01	c vivif2 --  cl tried    31431 cl shrink        0 lits rem          0 time: 0.03
145.35/36.40	c asymm  cl-useful: 0/27665/30000 lits-rem:0 time: 0.39
145.35/36.40	c calculated reachability. Time: 0.00
145.35/36.40	c  N dy   866    158533      1500     30000         0     31431    150000   2696597    123.16   no data
151.74/38.01	c  N dy   933    169238      1500     30000         0     25132    150000   1594165    123.19    133.16
158.53/39.79	c  N dy  1001    180193      1500     30000         0     18098    150000    372146    123.18    131.29
165.33/41.44	c  N dy  1064    191729      1500     30000         0     29631    150000   2162131    123.18    131.04
173.32/43.45	c  N dy  1134    204050      1500     30000         0     22951    150000    968505    123.20    130.44
181.30/45.45	c  N dy  1198    217159      1500     30000         0     36054    150000   2982883    123.07    131.59
189.69/47.52	c  N dy  1273    231109      1500     30000         0     30008    150000   1902952    123.02    129.58
193.69/48.57	c  S st  1311    237799      1500     30000         0     36697    150000   2932328    122.98   no data
194.09/48.68	c  S st  1311    238301      1500     30000         0     37199    150000   2993615    122.98   no data
194.09/48.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
194.49/48.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
194.49/48.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
194.49/48.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
194.49/48.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
194.49/48.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
194.49/48.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
194.49/48.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
194.88/48.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
230.03/57.60	c lits-rem:       214  cl-subs:       17  v-elim:      0  v-fix:    0  time:  8.70 s
230.03/57.61	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
230.03/57.64	c vivif2 --  cl tried    37182 cl shrink        0 lits rem          0 time: 0.04
230.03/57.68	c asymm  cl-useful: 0/2335/30000 lits-rem:0 time: 0.04
230.03/57.68	c calculated reachability. Time: 0.00
230.03/57.68	c  N dy  1311    238301      1500     30000         0     37182    150000   2988351    122.98   no data
239.62/60.03	c  N dy  1397    253688      1500     30000         0     31573    150000   2019002    122.97    130.07
250.40/62.72	c  N dy  1494    269944      1500     30000         0     25833    150000    995371    123.03    165.03
261.59/65.55	c  N dy  1600    287339      1500     30000         0     43219    150000   3694083    123.12    133.04
273.17/68.49	c  N dy  1700    305701      1500     30000         0     38578    150000   2806911    123.04    129.79
273.57/68.59	c  F st  1705    306251      1500     30000         0     39128    150000   2890330    123.04   no data
286.35/71.74	c  N dy  1792    325222      1500     30000         0     34100    150000   1961044    122.98    130.92
300.73/75.31	c  N dy  1906    345334      1500     30000         0     29214    150000   1057152    122.98    133.01
308.72/77.33	c  S st  1983    357451      1500     30000         0     41324    150000   2923475    122.99   no data
309.12/77.46	c  S st  1983    357953      1500     30000         0     41826    150000   2991417    122.99   no data
309.12/77.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
309.52/77.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
309.52/77.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
309.52/77.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
309.52/77.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
309.52/77.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
309.52/77.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
309.52/77.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
309.92/77.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
348.27/87.23	c lits-rem:       209  cl-subs:       12  v-elim:      0  v-fix:    0  time:  9.54 s
348.27/87.24	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
348.27/87.27	c vivif2 --  cl tried    41814 cl shrink        0 lits rem          0 time: 0.04
349.87/87.66	c asymm  cl-useful: 0/24001/30000 lits-rem:0 time: 0.39
349.87/87.67	c calculated reachability. Time: 0.00
349.87/87.67	c  N dy  1983    357953      1500     30000         0     41814    150000   2987469    122.99   no data
364.64/91.36	c  N dy  2115    378004      1500     30000         0     35869    150000   1964253    123.16    130.34
379.82/95.19	c  N dy  2237    398096      1500     30000         0     28968    150000    736935    123.19    131.52
393.81/98.68	c  N dy  2366    418214      1500     30000         0     49078    150000   3844115    123.22    130.42
408.58/102.33	c  N dy  2490    438327      1500     30000         0     41189    150000   2496923    123.25    131.83
423.77/106.19	c  N dy  2607    458349      1500     30000         0     32219    150000    943644    123.20    131.01
438.56/109.85	c  N dy  2733    478393      1500     30000         0     52255    150000   4032379    123.23    132.66
453.32/113.58	c  N dy  2849    498410      1500     30000         0     42278    150000   2343101    123.25    130.02
470.49/117.82	c  N dy  2982    518435      1500     30000         0     31298    150000    514087    123.35    129.88
483.67/121.13	c  S st  3097    536929      1500     30000         0     49783    150000   3387147    123.39   no data
484.07/121.27	c  S st  3097    537433      1500     30000         0     50287    150000   3453090    123.39   no data
484.07/121.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
484.47/121.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
484.47/121.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
484.47/121.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
484.47/121.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
484.47/121.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
484.47/121.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
484.47/121.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
484.87/121.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
535.60/134.14	c lits-rem:       256  cl-subs:       20  v-elim:      0  v-fix:    0  time: 12.59 s
535.60/134.14	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
535.60/134.18	c vivif2 --  cl tried    50267 cl shrink        0 lits rem          0 time: 0.04
536.40/134.31	c asymm  cl-useful: 0/5999/30000 lits-rem:0 time: 0.13
536.40/134.31	c calculated reachability. Time: 0.00
536.40/134.31	c  N dy  3097    537433      1500     30000         0     50267    150000   3445620    123.39   no data
553.58/138.61	c  N dy  3202    557527      1500     30000         0     38372    150000   1463217    123.32    130.58
571.55/143.19	c  N dy  3330    578180      1500     30000         0     59012    150000   4661505    123.35    130.01
589.13/147.56	c  N dy  3458    598283      1500     30000         0     46123    150000   2514669    123.39    131.98
607.50/152.16	c  N dy  3591    618332      1500     30000         0     66162    150000   5620132    123.43    143.21
623.87/156.25	c  N dy  3712    638751      1500     30000         0     52585    150000   3369995    123.45    132.59
642.65/160.94	c  N dy  3832    658807      1500     30000         0     37647    150000    913519    123.47    179.33
658.63/164.90	c  N dy  3957    678809      1500     30000         0     57639    150000   4025202    123.50    131.63
676.61/169.42	c  N dy  4079    698964      1500     30000         0     41807    150000   1400493    123.52    132.07
693.01/173.55	c  N dy  4196    719160      1500     30000         0     61992    150000   4515901    123.52    131.73
710.58/178.00	c  N dy  4314    739191      1500     30000         0     45034    150000   1753667    123.53    135.16
727.74/182.25	c  N dy  4430    759291      1500     30000         0     65126    150000   4860721    123.54    131.72
745.73/186.77	c  N dy  4547    779336      1500     30000         0     47181    150000   1956983    123.56    131.35
764.08/191.31	c  N dy  4669    799439      1500     30000         0     67271    150000   5049866    123.57    130.17
771.28/193.17	c  S st  4708    806150      1500     30000         0     73980    150000   6076960    123.56    139.02
772.09/193.38	c  S st  4708    806652      1500     30000         0     74482    150000   6149009    123.56   no data
772.09/193.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
772.50/193.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
772.50/193.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
772.50/193.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
772.50/193.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
772.50/193.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
772.50/193.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
772.87/193.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
773.67/193.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
903.50/226.27	c lits-rem:       531  cl-subs:       45  v-elim:      0  v-fix:    0  time: 32.34 s
903.50/226.27	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
903.92/226.35	c vivif2 --  cl tried    74437 cl shrink        0 lits rem          0 time: 0.07
905.49/226.78	c asymm  cl-useful: 0/17140/30000 lits-rem:0 time: 0.43
905.49/226.79	c calculated reachability. Time: 0.00
905.49/226.79	c  N dy  4708    806652      1500     30000         0     74437    150000   6133536    123.56   no data
922.68/231.04	c  N dy  4826    826683      1500     30000         0     55478    150000   3072818    123.56    130.42
942.24/235.92	c  N dy  4955    846724      1500     30000         0     75508    150000   6178793    123.58    153.48
959.42/240.25	c  N dy  5076    866734      1500     30000         0     55524    150000   2939287    123.61    130.90
979.39/245.20	c  N dy  5197    887113      1500     30000         0     75894    150000   6105337    123.64    131.06
996.95/249.65	c  N dy  5317    907142      1500     30000         0     54945    150000   2704468    123.63    131.03
1016.12/254.49	c  N dy  5435    927317      1500     30000         0     75107    150000   5821878    123.63    131.39
1035.30/259.23	c  N dy  5562    947537      1500     30000         0     53334    150000   2312646    123.64    130.36
1054.07/263.97	c  N dy  5680    967628      1500     30000         0     73421    150000   5423337    123.65    132.13
1074.45/269.07	c  N dy  5810    987716      1500     30000         0     50514    150000   1724142    123.70    134.11
1094.42/274.06	c  N dy  5931   1007752      1500     30000         0     70537    150000   4844517    123.72    132.71
1118.38/280.00	c  N dy  6058   1027762      1500     30000         0     46561    150000    970828    123.76    135.79
1137.55/284.83	c  N dy  6176   1047763      1500     30000         0     66553    150000   4059768    123.76    131.49
1161.53/290.88	c  N dy  6300   1067792      1500     30000         0     86575    150000   7177277    123.78    133.34
1166.72/292.16	c  F st  6321   1071876      1500     30000         0     45677    150000    685205    123.78    115.78
1180.30/295.53	c  N dy  6396   1087851      1500     30000         0     61638    150000   3211688    123.79    142.78
1201.47/300.85	c  N dy  6513   1107973      1500     30000         0     81752    150000   6323649    123.78    131.53
1222.24/306.05	c  N dy  6633   1128053      1500     30000         0     55847    150000   2113817    123.80    153.51
1242.63/311.11	c  N dy  6758   1148145      1500     30000         0     75931    150000   5231441    123.82    135.94
1265.77/317.00	c  N dy  6871   1168229      1500     30000         0     49027    150000    919524    123.83    143.09
1284.15/321.51	c  N dy  6975   1188305      1500     30000         0     69092    150000   4011536    123.79    130.86
1306.12/327.07	c  N dy  7093   1208381      1500     30000         0     89160    150000   7139139    123.82    130.85
1308.14/327.57	c  S st  7104   1209979      1500     30000         0     90758    150000   7391818    123.82   no data
1309.32/327.80	c  S st  7104   1210481      1500     30000         0     91260    150000   7456348    123.82   no data
1309.32/327.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1309.32/327.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1309.32/327.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1309.32/327.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1309.32/327.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1309.32/327.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1309.32/327.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1309.72/327.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
1310.92/328.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1493.47/373.99	c lits-rem:       626  cl-subs:       48  v-elim:      0  v-fix:    0  time: 45.52 s
1493.47/373.99	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
1493.86/374.08	c vivif2 --  cl tried    91212 cl shrink        0 lits rem          0 time: 0.09
1495.86/374.54	c asymm  cl-useful: 0/12860/30000 lits-rem:0 time: 0.46
1495.86/374.54	c calculated reachability. Time: 0.00
1495.86/374.54	c  N dy  7104   1210481      1500     30000         0     91212    150000   7439857    123.82   no data
1515.43/379.44	c  N dy  7223   1230607      1500     30000         0     63348    150000   3005331    123.83    130.98
1536.62/384.76	c  N dy  7353   1250806      1500     30000         0     83534    150000   6146721    123.85    130.92
1558.99/390.36	c  N dy  7467   1270999      1500     30000         0     54741    150000   1498567    123.85    131.30
1578.14/395.11	c  N dy  7581   1291119      1500     30000         0     74845    150000   4592562    123.83    132.28
1601.31/400.92	c  N dy  7690   1311173      1500     30000         0     94889    150000   7671484    123.81    131.11
1621.68/406.05	c  N dy  7821   1331240      1500     30000         0     64971    150000   2945063    123.84    131.47
1643.65/411.56	c  N dy  7949   1351678      1500     30000         0     85402    150000   6146745    123.87    130.78
1668.02/417.67	c  N dy  8072   1371794      1500     30000         0     54535    150000   1177627    123.88    130.48
1687.18/422.46	c  N dy  8194   1391867      1500     30000         0     74595    150000   4301704    123.89    133.26
1710.35/428.27	c  N dy  8312   1411948      1500     30000         0     94669    150000   7399553    123.89    131.26
1733.52/434.03	c  N dy  8431   1432020      1500     30000         0     62764    150000   2313995    123.88    131.51
1755.09/439.43	c  N dy  8535   1452270      1500     30000         0     83007    150000   5434326    123.86    130.84
1781.05/445.94	c  N dy  8652   1472413      1500     30000         0    103141    150000   8576280    123.88    130.81
1801.82/451.12	c  N dy  8781   1492541      1500     30000         0     70278    150000   3322492    123.88    130.64
1824.20/456.74	c  N dy  8901   1512598      1500     30000         0     90324    150000   6413049    123.88    132.81
1850.15/463.21	c  N dy  9011   1532600      1500     30000         0     56347    150000   1022541    123.87    130.95
1869.73/468.14	c  N dy  9128   1552759      1500     30000         0     76499    150000   4149760    123.88    132.91
1894.09/474.26	c  N dy  9249   1572875      1500     30000         0     96608    150000   7278511    123.88    130.64
1918.88/480.42	c  N dy  9370   1592944      1500     30000         0     61685    150000   1698990    123.89    163.92
1938.83/485.48	c  N dy  9480   1612978      1500     30000         0     81707    150000   4771892    123.88    131.88
1965.20/492.06	c  N dy  9598   1633111      1500     30000         0    101833    150000   7864827    123.86    130.98
1991.16/498.59	c  N dy  9724   1653231      1500     30000         0     65979    150000   2234013    123.87    130.60
2014.73/504.42	c  N dy  9842   1673271      1500     30000         0     86008    150000   5324626    123.87    132.29
2043.09/511.54	c  N dy  9971   1693331      1500     30000         0    106052    150000   8435379    123.88    132.57
2064.28/516.82	c  S st 10071   1710481      1500     30000         0     66232    150000   2120226    123.87   no data
2064.66/516.99	c  S st 10071   1710985      1500     30000         0     66736    150000   2186974    123.87   no data
2065.06/517.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2065.06/517.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2065.06/517.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2065.06/517.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2065.06/517.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2065.06/517.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2065.06/517.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2065.46/517.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2065.46/517.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2100.62/525.91	c lits-rem:        82  cl-subs:       13  v-elim:      0  v-fix:    0  time:  8.69 s
2100.62/525.91	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2100.62/525.94	c vivif2 --  cl tried    66723 cl shrink        0 lits rem          0 time: 0.03
2102.22/526.36	c asymm  cl-useful: 0/18367/30000 lits-rem:0 time: 0.42
2102.22/526.36	c calculated reachability. Time: 0.00
2102.22/526.36	c  N dy 10071   1710985      1500     30000         0     66723    150000   2182617    123.87   no data
2124.59/531.91	c  N dy 10188   1731058      1500     30000         0     86784    150000   5315794    123.88    153.19
2151.77/538.75	c  N dy 10320   1751460      1500     30000         0    107176    150000   8478125    123.89    130.52
2176.11/544.87	c  N dy 10444   1771588      1500     30000         0     69325    150000   2453255    123.91    131.62
2198.88/550.56	c  N dy 10572   1791719      1500     30000         0     89439    150000   5582732    123.93    131.83
2225.64/557.28	c  N dy 10708   1811841      1500     30000         0    109555    150000   8707933    123.94    130.54
2249.21/563.12	c  N dy 10823   1831894      1500     30000         0     70635    150000   2502184    123.95    131.01
2271.18/568.66	c  N dy 10938   1851991      1500     30000         0     90724    150000   5630279    123.95    131.77
2297.54/575.26	c  N dy 11055   1872114      1500     30000         0    110835    150000   8746506    123.95    131.70
2322.31/581.42	c  N dy 11186   1892207      1500     30000         0     70946    150000   2410726    123.97    133.13
2344.68/587.01	c  N dy 11310   1912307      1500     30000         0     91037    150000   5547542    123.98    130.81
2370.64/593.56	c  N dy 11416   1932322      1500     30000         0    111042    150000   8635749    123.97    133.53
2396.60/600.02	c  N dy 11542   1952391      1500     30000         0     70124    150000   2131601    123.99    133.06
2418.57/605.59	c  N dy 11663   1972436      1500     30000         0     90160    150000   5239459    123.99    131.76
2447.33/612.73	c  N dy 11783   1992621      1500     30000         0    110329    150000   8392822    124.00    132.11
2474.90/619.65	c  N dy 11907   2012770      1500     30000         0     68505    150000   1734425    124.02    130.59
2498.07/625.47	c  N dy 12042   2033201      1500     30000         0     88924    150000   4931344    124.04    130.70
2524.42/632.01	c  N dy 12160   2053216      1500     30000         0    108925    150000   8047816    124.05    132.50
2553.58/639.34	c  N dy 12277   2073317      1500     30000         0     66049    150000   1204627    124.05    131.75
2575.15/644.75	c  N dy 12400   2093324      1500     30000         0     86045    150000   4310177    124.06    143.20
2601.12/651.20	c  N dy 12530   2113397      1500     30000         0    106099    150000   7448604    124.08    135.19
2631.10/658.73	c  N dy 12654   2133514      1500     30000         0    126205    150000  10583432    124.09    134.46
2653.44/664.39	c  N dy 12782   2153645      1500     30000         0     82367    150000   3609118    124.11    133.34
2678.21/670.54	c  N dy 12902   2173674      1500     30000         0    102382    150000   6729516    124.12    142.97
2707.37/677.82	c  N dy 13015   2193702      1500     30000         0    122404    150000   9855048    124.12    132.78
2729.34/683.38	c  S st 13117   2210986      1500     30000         0     74713    150000   2237141    124.12    106.94
2730.14/683.58	c  S st 13117   2211491      1500     30000         0     75218    150000   2308352    124.12   no data
2730.14/683.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2730.54/683.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2730.54/683.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2730.54/683.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2730.54/683.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2730.54/683.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2730.54/683.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2730.54/683.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2730.94/683.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2764.88/692.24	c lits-rem:       171  cl-subs:       16  v-elim:      0  v-fix:    0  time:  8.43 s
2764.88/692.24	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2764.88/692.27	c vivif2 --  cl tried    75202 cl shrink        0 lits rem          0 time: 0.03
2766.49/692.60	c asymm  cl-useful: 0/11633/30000 lits-rem:0 time: 0.33
2766.49/692.61	c calculated reachability. Time: 0.00
2766.49/692.61	c  N dy 13117   2211491      1500     30000         0     75202    150000   2302890    124.12   no data
2790.05/698.53	c  N dy 13247   2231572      1500     30000         0     95278    150000   5447978    124.13    155.19
2817.22/705.36	c  N dy 13358   2251657      1500     30000         0    115355    150000   8540772    124.13    130.97
2848.77/713.26	c  N dy 13481   2271678      1500     30000         0     69391    150000   1280378    124.14    131.66
2872.76/719.23	c  N dy 13609   2291769      1500     30000         0     89468    150000   4419226    124.15    132.72
2900.70/726.22	c  N dy 13722   2311832      1500     30000         0    109515    150000   7530128    124.15    144.89
2932.25/734.14	c  N dy 13837   2332216      1500     30000         0    129891    150000  10693183    124.14    132.38
2957.02/740.30	c  N dy 13970   2352264      1500     30000         0     82964    150000   3258780    124.16    131.61
2982.61/746.79	c  N dy 14100   2372296      1500     30000         0    102981    150000   6372880    124.17    130.79
3012.15/754.14	c  N dy 14222   2392322      1500     30000         0    122994    150000   9485142    124.17    132.15
3040.90/761.35	c  N dy 14342   2412325      1500     30000         0     75028    150000   1872853    124.18    132.62
3064.47/767.23	c  N dy 14461   2432668      1500     30000         0     95364    150000   5043316    124.19    131.40
3092.45/774.23	c  N dy 14583   2452827      1500     30000         0    115516    150000   8172011    124.19    130.91
3124.39/782.24	c  N dy 14703   2472837      1500     30000         0    135520    150000  11296070    124.20    147.25
3147.96/788.10	c  N dy 14825   2492941      1500     30000         0     86652    150000   3557166    124.22    133.32
3173.12/794.49	c  N dy 14947   2513013      1500     30000         0    106718    150000   6702610    124.23    157.38
3205.08/802.44	c  N dy 15061   2533102      1500     30000         0    126801    150000   9840614    124.23    152.20
3237.05/810.48	c  N dy 15179   2553173      1500     30000         0     76887    150000   1852672    124.24    140.63
3261.40/816.52	c  N dy 15305   2573249      1500     30000         0     96944    150000   4997916    124.25    158.95
3290.96/823.93	c  N dy 15422   2593294      1500     30000         0    116980    150000   8131552    124.26    133.48
3324.52/832.35	c  N dy 15539   2613572      1500     30000         0    137248    150000  11295630    124.26    130.98
3350.08/838.74	c  N dy 15644   2633675      1500     30000         0     86377    150000   3157106    124.25    134.56
3375.64/845.17	c  N dy 15765   2653709      1500     30000         0    106408    150000   6283864    124.25    143.68
3406.00/852.75	c  N dy 15878   2674105      1500     30000         0    126792    150000   9434396    124.25    134.88
3438.36/860.90	c  N dy 15997   2694186      1500     30000         0     74894    150000   1248886    124.24    134.02
3457.93/865.77	c  S st 16098   2711491      1500     30000         0     92189    150000   3923719    124.24   no data
3459.13/866.00	c  S st 16098   2711995      1500     30000         0     92693    150000   3991358    124.24   no data
3459.13/866.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3459.13/866.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
3459.13/866.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3459.13/866.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3459.13/866.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3459.13/866.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3459.13/866.09	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3459.52/866.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3459.92/866.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3521.44/881.61	c lits-rem:       159  cl-subs:       22  v-elim:      0  v-fix:    0  time: 15.25 s
3521.44/881.61	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
3521.44/881.67	c vivif2 --  cl tried    92671 cl shrink        0 lits rem          0 time: 0.05
3523.44/882.11	c asymm  cl-useful: 0/14858/30000 lits-rem:0 time: 0.44
3523.44/882.11	c calculated reachability. Time: 0.00
3523.44/882.11	c  N dy 16098   2711995      1500     30000         0     92671    150000   3984094    124.24   no data
3550.20/888.84	c  N dy 16215   2732028      1500     30000         0    112691    150000   7091491    124.24    131.87
3581.76/896.75	c  N dy 16334   2752161      1500     30000         0    132804    150000  10211062    124.24    131.86
3612.51/904.47	c  N dy 16455   2772320      1500     30000         0     79999    150000   1896661    124.24    132.51
3637.30/910.61	c  N dy 16587   2792337      1500     30000         0    100009    150000   5045501    124.25    149.72
3665.64/917.79	c  N dy 16709   2812361      1500     30000         0    120027    150000   8166141    124.26    150.63
3699.59/926.24	c  N dy 16831   2832390      1500     30000         0    140048    150000  11288051    124.26    151.99
3730.36/934.00	c  N dy 16958   2852729      1500     30000         0     86419    150000   2764872    124.27    131.78
3757.52/940.76	c  N dy 17087   2872821      1500     30000         0    106500    150000   5911299    124.28    136.07
3788.67/948.51	c  N dy 17215   2892875      1500     30000         0    126537    150000   9026876    124.29    131.69
3824.24/957.40	c  N dy 17337   2912984      1500     30000         0    146635    150000  12139201    124.29    132.23
3849.80/963.89	c  N dy 17462   2933216      1500     30000         0     91893    150000   3470253    124.30    135.55
3876.17/970.46	c  N dy 17584   2953248      1500     30000         0    111913    150000   6591604    124.30    131.73
3908.53/978.50	c  N dy 17718   2973393      1500     30000         0    132047    150000   9742491    124.31    131.47
3944.91/987.63	c  N dy 17839   2993921      1500     30000         0     76602    150000    932056    124.31    131.68
3968.05/993.45	c  N dy 17955   3014008      1500     30000         0     96679    150000   4042477    124.31    131.25
3996.02/1000.45	c  N dy 18063   3034084      1500     30000         0    116742    150000   7131525    124.30    131.53
4027.99/1008.44	c  N dy 18172   3054129      1500     30000         0    136781    150000  10242876    124.30    132.41
4062.73/1017.11	c  N dy 18285   3074191      1500     30000         0     79872    150000   1295221    124.30    131.16
4087.90/1023.49	c  N dy 18400   3094236      1500     30000         0     99909    150000   4421499    124.30    133.19
4119.86/1031.49	c  N dy 18520   3114284      1500     30000         0    119941    150000   7551107    124.31    133.90
4158.20/1041.04	c  N dy 18643   3134401      1500     30000         0    140047    150000  10670808    124.32    131.90
4198.56/1051.17	c  N dy 18765   3154483      1500     30000         0     82160    150000   1515433    124.32    133.10
4227.71/1058.42	c  N dy 18885   3174600      1500     30000         0    102266    150000   4625500    124.32    131.76
4262.86/1067.26	c  N dy 19014   3194703      1500     30000         0    122357    150000   7785226    124.33    131.14
4294.03/1075.04	c  S st 19126   3211996      1500     30000         0    139638    150000  10494033    124.34   no data
4295.63/1075.40	c  S st 19126   3212501      1500     30000         0    140143    150000  10556652    124.34   no data
4295.63/1075.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4296.04/1075.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.11
4296.04/1075.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4296.04/1075.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4296.04/1075.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4296.04/1075.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
4296.04/1075.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4296.44/1075.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
4298.01/1076.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4511.76/1129.56	c lits-rem:       414  cl-subs:       72  v-elim:      0  v-fix:    0  time: 53.26 s
4511.76/1129.56	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
4512.14/1129.69	c vivif2 --  cl tried   140071 cl shrink        0 lits rem          0 time: 0.13
4514.14/1130.19	c asymm  cl-useful: 0/9411/30000 lits-rem:0 time: 0.50
4514.14/1130.19	c calculated reachability. Time: 0.00
4514.14/1130.19	c  N dy 19126   3212501      1500     30000         0    140071    150000  10531606    124.34   no data
4550.91/1139.33	c  N dy 19255   3232505      1500     30000         0     81115    150000   1203533    124.36    131.52
4575.26/1145.44	c  N dy 19374   3252737      1500     30000         0    101338    150000   4368145    124.36    132.19
4604.42/1152.76	c  N dy 19498   3272828      1500     30000         0    121422    150000   7499263    124.37    132.78
4638.39/1161.21	c  N dy 19618   3293123      1500     30000         0    141703    150000  10647853    124.37    132.67
4677.93/1171.16	c  N dy 19742   3313198      1500     30000         0     81811    150000   1171343    124.37    132.36
4704.71/1177.81	c  N dy 19866   3333254      1500     30000         0    101855    150000   4307791    124.38    147.23
4736.25/1185.74	c  N dy 19988   3353274      1500     30000         0    121858    150000   7423293    124.38    149.84
4773.80/1195.14	c  N dy 20117   3373604      1500     30000         0    142182    150000  10593826    124.38    134.81

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.80 8.00 7.58 6/180 17090
/proc/meminfo: memFree=18157616/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 514739572 52441088 347 33554432000 4194304 4627427 140733519267248 18446744073709551615 46945794770866 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17090/statm: 12803 347 299 106 0 7774 0
[pid=17090/tid=17091] ppid=17088 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514739572 52441088 347 33554432000 4194304 4627427 140733519267248 18446744073709551615 46945794770866 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514739572 52441088 347 33554432000 4194304 4627427 140733519267248 18446744073709551615 228134511670 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514739572 52441088 347 33554432000 4194304 4627427 140733519267248 18446744073709551615 228122770417 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.020857 s]
/proc/loadavg: 7.80 8.00 7.58 6/180 17090
/proc/meminfo: memFree=18157616/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=285056 CPUtime=0.06 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 3653 0 0 0 6 0 0 0 18 0 4 0 514739572 291897344 3568 33554432000 4194304 4627427 140733519267248 18446744073709551615 4360037 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17090/statm: 71288 3673 363 106 0 66259 0
[pid=17090/tid=17091] ppid=17088 vsize=287144 CPUtime=0.18 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 1377 0 0 0 18 0 0 0 18 0 4 0 514739572 294035456 4988 33554432000 4194304 4627427 140733519267248 18446744073709551615 228122757303 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=287144 CPUtime=0.18 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 1068 0 0 0 18 0 0 0 18 0 4 0 514739572 294035456 5128 33554432000 4194304 4627427 140733519267248 18446744073709551615 228122757303 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=287240 CPUtime=0.17 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 1243 0 0 0 17 0 0 0 18 0 4 0 514739572 294133760 5162 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 285056

[startup+0.495122 s]
/proc/loadavg: 7.80 8.00 7.58 6/180 17090
/proc/meminfo: memFree=18157616/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=321660 CPUtime=2.76 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 14484 0 0 0 273 3 0 0 18 0 4 0 514739572 329379840 11213 33554432000 4194304 4627427 140733519267248 18446744073709551615 228122757255 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17090/statm: 80415 11213 385 106 0 75386 0
[pid=17090/tid=17091] ppid=17088 vsize=321660 CPUtime=0.68 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) D 17088 17090 16792 0 -1 4202560 3737 0 0 0 68 0 0 0 18 0 4 0 514739572 329379840 11213 33554432000 4194304 4627427 140733519267248 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=321660 CPUtime=0.68 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) D 17088 17090 16792 0 -1 4202560 3736 0 0 0 68 0 0 0 18 0 4 0 514739572 329379840 11213 33554432000 4194304 4627427 140733519267248 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=321660 CPUtime=0.68 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 2627 0 0 0 68 0 0 0 18 0 4 0 514739572 329379840 10701 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 321660

[startup+1.11077 s]
/proc/loadavg: 7.80 8.00 7.58 6/180 17090
/proc/meminfo: memFree=18157616/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=297408 CPUtime=4.39 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 18265 0 0 0 435 4 0 0 19 0 4 0 514739572 304545792 10945 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17090/statm: 74352 10945 385 106 0 69323 0
[pid=17090/tid=17091] ppid=17088 vsize=297408 CPUtime=1.09 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 4729 0 0 0 109 0 0 0 19 0 4 0 514739572 304545792 10945 33554432000 4194304 4627427 140733519267248 18446744073709551615 4330932 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=297408 CPUtime=1.09 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 4637 0 0 0 108 1 0 0 19 0 4 0 514739572 304545792 10945 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=297408 CPUtime=1.09 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 3826 0 0 0 108 1 0 0 19 0 4 0 514739572 304545792 10945 33554432000 4194304 4627427 140733519267248 18446744073709551615 4332689 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 297408

[startup+1.21075 s]
/proc/loadavg: 7.80 8.00 7.58 6/180 17090
/proc/meminfo: memFree=18157616/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=297408 CPUtime=4.79 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 18914 0 0 0 475 4 0 0 19 0 4 0 514739572 304545792 11594 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17090/statm: 74352 11594 385 106 0 69323 0
[pid=17090/tid=17091] ppid=17088 vsize=297408 CPUtime=1.19 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 4895 0 0 0 119 0 0 0 19 0 4 0 514739572 304545792 11594 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=297408 CPUtime=1.19 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 4791 0 0 0 118 1 0 0 19 0 4 0 514739572 304545792 11594 33554432000 4194304 4627427 140733519267248 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=297408 CPUtime=1.19 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 3987 0 0 0 118 1 0 0 19 0 4 0 514739572 304545792 11594 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 297408

[startup+1.5007 s]
/proc/loadavg: 7.80 8.00 7.58 6/180 17090
/proc/meminfo: memFree=18157616/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=298264 CPUtime=5.95 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 22267 0 0 0 590 5 0 0 19 0 4 0 514739572 305422336 10979 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17090/statm: 74566 10979 385 106 0 69537 0
[pid=17090/tid=17091] ppid=17088 vsize=298264 CPUtime=1.49 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 5866 0 0 0 148 1 0 0 19 0 4 0 514739572 305422336 10979 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=298264 CPUtime=1.48 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 5752 0 0 0 147 1 0 0 19 0 4 0 514739572 305422336 10979 33554432000 4194304 4627427 140733519267248 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=298264 CPUtime=1.48 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 4440 0 0 0 147 1 0 0 19 0 4 0 514739572 305422336 10979 33554432000 4194304 4627427 140733519267248 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 298264

[startup+3.10641 s]
/proc/loadavg: 7.80 8.00 7.58 9/184 17094
/proc/meminfo: memFree=18157448/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=299684 CPUtime=12.37 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 36535 0 0 0 1228 9 0 0 24 0 4 0 514739572 306876416 12240 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17090/statm: 74921 12240 386 106 0 69892 0
[pid=17090/tid=17091] ppid=17088 vsize=299684 CPUtime=3.07 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 9441 0 0 0 306 1 0 0 24 0 4 0 514739572 306876416 12240 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=299684 CPUtime=3.08 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 9335 0 0 0 307 1 0 0 24 0 4 0 514739572 306876416 12240 33554432000 4194304 4627427 140733519267248 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=299684 CPUtime=3.08 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 7995 0 0 0 306 2 0 0 25 0 4 0 514739572 306876416 12240 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 299684

[startup+6.30083 s]
/proc/loadavg: 7.81 8.00 7.59 9/184 17094
/proc/meminfo: memFree=18033920/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=328176 CPUtime=25.15 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 75437 0 0 0 2499 16 0 0 25 0 4 0 514739572 336052224 36670 33554432000 4194304 4627427 140733519267248 18446744073709551615 4332703 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17090/statm: 82044 36670 389 106 0 77015 0
[pid=17090/tid=17091] ppid=17088 vsize=328176 CPUtime=6.27 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 17039 0 0 0 624 3 0 0 25 0 4 0 514739572 336052224 36670 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=328176 CPUtime=6.29 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 20491 0 0 0 625 4 0 0 25 0 4 0 514739572 336052224 36670 33554432000 4194304 4627427 140733519267248 18446744073709551615 4428408 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=328176 CPUtime=6.29 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 18657 0 0 0 625 4 0 0 25 0 4 0 514739572 336052224 36670 33554432000 4194304 4627427 140733519267248 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 328176

[startup+12.7007 s]
/proc/loadavg: 7.83 8.00 7.59 9/184 17094
/proc/meminfo: memFree=17979260/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=328992 CPUtime=50.69 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 113258 0 0 0 5046 23 0 0 25 0 4 0 514739572 336887808 48298 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17090/statm: 82248 48298 389 106 0 77219 0
[pid=17090/tid=17091] ppid=17088 vsize=328992 CPUtime=12.67 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 28741 0 0 0 1262 5 0 0 25 0 4 0 514739572 336887808 48298 33554432000 4194304 4627427 140733519267248 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=328992 CPUtime=12.68 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 28621 0 0 0 1262 6 0 0 25 0 4 0 514739572 336887808 48298 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=328992 CPUtime=12.68 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 26758 0 0 0 1263 5 0 0 25 0 4 0 514739572 336887808 48298 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 328992

[startup+25.5004 s]
/proc/loadavg: 7.87 8.00 7.59 9/184 17094
/proc/meminfo: memFree=17897416/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=476960 CPUtime=101.81 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 175788 0 0 0 10144 37 0 0 25 0 4 0 514739572 488407040 69688 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17090/statm: 119240 69688 389 106 0 114211 0
[pid=17090/tid=17091] ppid=17088 vsize=476960 CPUtime=25.46 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 43401 0 0 0 2538 8 0 0 25 0 4 0 514739572 488407040 69688 33554432000 4194304 4627427 140733519267248 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=476960 CPUtime=25.48 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 44032 0 0 0 2539 9 0 0 25 0 4 0 514739572 488407040 69688 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=476960 CPUtime=25.48 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 41606 0 0 0 2540 8 0 0 25 0 4 0 514739572 488407040 69688 33554432000 4194304 4627427 140733519267248 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 476960

[startup+51.1007 s]
/proc/loadavg: 7.97 8.02 7.61 9/184 17095
/proc/meminfo: memFree=17798684/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=624048 CPUtime=204.07 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 277737 0 0 0 20345 62 0 0 25 0 4 0 514739572 639025152 90139 33554432000 4194304 4627427 140733519267248 18446744073709551615 4428111 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17090/statm: 156012 90139 391 106 0 150983 0
[pid=17090/tid=17091] ppid=17088 vsize=624048 CPUtime=51.06 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 72151 0 0 0 5091 15 0 0 25 0 4 0 514739572 639025152 90139 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=624048 CPUtime=51.08 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 65592 0 0 0 5094 14 0 0 25 0 4 0 514739572 639025152 90140 33554432000 4194304 4627427 140733519267248 18446744073709551615 4506933 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=624048 CPUtime=51.09 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 71812 0 0 0 5091 18 0 0 25 0 4 0 514739572 639025152 90140 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 624048

[startup+102.3 s]
/proc/loadavg: 8.05 8.03 7.63 9/184 17096
/proc/meminfo: memFree=17749816/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=650600 CPUtime=408.58 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 442864 0 0 0 40755 103 0 0 25 0 4 0 514739572 666214400 101209 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17090/statm: 162650 101209 389 106 0 157621 0
[pid=17090/tid=17091] ppid=17088 vsize=650600 CPUtime=102.25 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 120683 0 0 0 10198 27 0 0 25 0 4 0 514739572 666214400 101209 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=650600 CPUtime=102.27 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 101640 0 0 0 10206 21 0 0 25 0 4 0 514739572 666214400 101209 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=650600 CPUtime=102.28 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 119456 0 0 0 10197 31 0 0 25 0 4 0 514739572 666214400 101209 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 650600

[startup+162.301 s]

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

[pid=17090] ppid=17088 vsize=1085056 CPUtime=2565.57 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 1596635 0 0 0 256089 468 0 0 25 0 4 0 514739572 1111097344 209052 33554432000 4194304 4627427 140733519267248 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17090/statm: 271264 209052 389 106 0 266235 0
[pid=17090/tid=17091] ppid=17088 vsize=1085056 CPUtime=642.23 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 437523 0 0 0 64095 128 0 0 25 0 4 0 514739572 1111097344 209052 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=1085056 CPUtime=642.25 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 409808 0 0 0 64113 112 0 0 25 0 4 0 514739572 1111097344 209052 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=1085056 CPUtime=642.28 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 378680 0 0 0 64114 114 0 0 25 0 4 0 514739572 1111097344 209052 33554432000 4194304 4627427 140733519267248 18446744073709551615 4427688 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2565.57
Current children cumulated vsize (KiB) 1085056

[startup+702.301 s]
/proc/loadavg: 8.07 8.12 7.85 9/184 17124
/proc/meminfo: memFree=16911080/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=1303264 CPUtime=2805.24 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 1711858 0 0 0 280019 505 0 0 25 0 4 0 514739572 1334542336 234019 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17090/statm: 325816 234019 389 106 0 320787 0
[pid=17090/tid=17091] ppid=17088 vsize=1303264 CPUtime=702.22 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 468289 0 0 0 70084 138 0 0 25 0 4 0 514739572 1334542336 234019 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=1303264 CPUtime=702.25 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 438253 0 0 0 70102 123 0 0 25 0 4 0 514739572 1334542336 234019 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=1303264 CPUtime=702.27 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 407967 0 0 0 70106 121 0 0 25 0 4 0 514739572 1334542336 234019 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.24
Current children cumulated vsize (KiB) 1303264

[startup+762.301 s]
/proc/loadavg: 8.21 8.14 7.88 9/184 17126
/proc/meminfo: memFree=16956068/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=1204160 CPUtime=3044.9 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 1809822 0 0 0 303950 540 0 0 25 0 4 0 514739572 1233059840 219485 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309085 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17090/statm: 301040 219485 389 106 0 296011 0
[pid=17090/tid=17091] ppid=17088 vsize=1204160 CPUtime=762.21 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 498233 0 0 0 76072 149 0 0 25 0 4 0 514739572 1233059840 219485 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=1204160 CPUtime=762.25 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 449283 0 0 0 76099 126 0 0 25 0 4 0 514739572 1233059840 219485 33554432000 4194304 4627427 140733519267248 18446744073709551615 4321835 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=1204160 CPUtime=762.28 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 438098 0 0 0 76095 133 0 0 25 0 4 0 514739572 1233059840 219485 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3044.9
Current children cumulated vsize (KiB) 1204160

[startup+822.3 s]
/proc/loadavg: 8.22 8.14 7.89 9/184 17127
/proc/meminfo: memFree=16849540/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=1307628 CPUtime=3284.57 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 1915146 0 0 0 327879 578 0 0 25 0 4 0 514739572 1339011072 245870 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17090/statm: 326907 245870 389 106 0 321878 0
[pid=17090/tid=17091] ppid=17088 vsize=1307628 CPUtime=822.21 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 521746 0 0 0 82064 157 0 0 25 0 4 0 514739572 1339011072 245870 33554432000 4194304 4627427 140733519267248 18446744073709551615 4427693 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=1307628 CPUtime=822.25 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 478490 0 0 0 82088 137 0 0 25 0 4 0 514739572 1339011072 245870 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=1307628 CPUtime=822.28 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 464863 0 0 0 82085 143 0 0 25 0 4 0 514739572 1339011072 245870 33554432000 4194304 4627427 140733519267248 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.57
Current children cumulated vsize (KiB) 1307628

[startup+882.3 s]
/proc/loadavg: 8.21 8.15 7.91 9/184 17129
/proc/meminfo: memFree=16727148/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=1309492 CPUtime=3524.24 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 2002736 0 0 0 351810 614 0 0 25 0 4 0 514739572 1340919808 244766 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17090/statm: 327373 244766 389 106 0 322344 0
[pid=17090/tid=17091] ppid=17088 vsize=1309492 CPUtime=882.21 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 547543 0 0 0 88052 169 0 0 25 0 4 0 514739572 1340919808 244766 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=1309492 CPUtime=882.25 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 502980 0 0 0 88080 145 0 0 25 0 4 0 514739572 1340919808 244766 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=1309492 CPUtime=882.28 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 484215 0 0 0 88078 150 0 0 25 0 4 0 514739572 1340919808 244766 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.24
Current children cumulated vsize (KiB) 1309492

[startup+942.301 s]
/proc/loadavg: 7.87 8.08 7.90 5/176 17149
/proc/meminfo: memFree=17711356/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=1246168 CPUtime=3763.92 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 2103233 0 0 0 375743 649 0 0 25 0 4 0 514739572 1276076032 240811 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17090/statm: 311542 240811 389 106 0 306513 0
[pid=17090/tid=17091] ppid=17088 vsize=1246168 CPUtime=942.21 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 575280 0 0 0 94042 179 0 0 25 0 4 0 514739572 1276076032 240811 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=1246168 CPUtime=942.25 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 524102 0 0 0 94072 153 0 0 25 0 4 0 514739572 1276076032 240811 33554432000 4194304 4627427 140733519267248 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=1246168 CPUtime=942.27 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 511394 0 0 0 94069 158 0 0 25 0 4 0 514739572 1276076032 240811 33554432000 4194304 4627427 140733519267248 18446744073709551615 4324120 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.92
Current children cumulated vsize (KiB) 1246168

[startup+1002.3 s]
/proc/loadavg: 5.47 7.35 7.66 5/175 17150
/proc/meminfo: memFree=17687016/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=1321692 CPUtime=4003.61 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 2205634 0 0 0 399676 685 0 0 25 0 4 0 514739572 1353412608 247434 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17090/statm: 330423 247434 389 106 0 325394 0
[pid=17090/tid=17091] ppid=17088 vsize=1321692 CPUtime=1002.2 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 602879 0 0 0 100031 189 0 0 25 0 4 0 514739572 1353412608 247434 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=1321692 CPUtime=1002.25 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 542406 0 0 0 100067 158 0 0 25 0 4 0 514739572 1353412608 247434 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=1321692 CPUtime=1002.27 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 540391 0 0 0 100058 169 0 0 25 0 4 0 514739572 1353412608 247434 33554432000 4194304 4627427 140733519267248 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.61
Current children cumulated vsize (KiB) 1321692

[startup+1062.3 s]
/proc/loadavg: 4.54 6.74 7.43 5/175 17152
/proc/meminfo: memFree=17402184/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=1559108 CPUtime=4243.31 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 2325782 0 0 0 423604 727 0 0 25 0 4 0 514739572 1596526592 317585 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17090/statm: 389777 317585 389 106 0 384748 0
[pid=17090/tid=17091] ppid=17088 vsize=1559108 CPUtime=1062.21 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 643662 0 0 0 106024 197 0 0 25 0 4 0 514739572 1596526592 317585 33554432000 4194304 4627427 140733519267248 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=1559108 CPUtime=1062.25 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 567954 0 0 0 106052 173 0 0 25 0 4 0 514739572 1596526592 317585 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=1559108 CPUtime=1062.28 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 572715 0 0 0 106051 177 0 0 25 0 4 0 514739572 1596526592 317585 33554432000 4194304 4627427 140733519267248 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.31
Current children cumulated vsize (KiB) 1559108

[startup+1122.3 s]
/proc/loadavg: 4.20 6.24 7.21 5/175 17153
/proc/meminfo: memFree=17389764/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=1575948 CPUtime=4482.98 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 2395553 0 0 0 447540 758 0 0 25 0 4 0 514739572 1613770752 321416 33554432000 4194304 4627427 140733519267248 18446744073709551615 4427411 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17090/statm: 393987 321416 389 106 0 388958 0
[pid=17090/tid=17091] ppid=17088 vsize=1575948 CPUtime=1122.2 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 656484 0 0 0 112018 202 0 0 25 0 4 0 514739572 1613770752 321416 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=1575948 CPUtime=1122.25 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 593396 0 0 0 112036 189 0 0 25 0 4 0 514739572 1613770752 321416 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=1575948 CPUtime=1122.28 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 585707 0 0 0 112046 182 0 0 25 0 4 0 514739572 1613770752 321416 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.98
Current children cumulated vsize (KiB) 1575948

[startup+1182.31 s]
/proc/loadavg: 4.07 5.83 7.00 5/175 17155
/proc/meminfo: memFree=17352420/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=1629592 CPUtime=4722.69 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 2499305 0 0 0 471469 800 0 0 25 0 4 0 514739572 1668702208 330265 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17090/statm: 407398 330265 389 106 0 402369 0
[pid=17090/tid=17091] ppid=17088 vsize=1629592 CPUtime=1182.2 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 683051 0 0 0 118008 212 0 0 25 0 4 0 514739572 1668702208 330265 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=1629592 CPUtime=1182.26 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 620872 0 0 0 118028 198 0 0 25 0 4 0 514739572 1668702208 330265 33554432000 4194304 4627427 140733519267248 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=1629592 CPUtime=1182.28 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 612152 0 0 0 118034 194 0 0 25 0 4 0 514739572 1668702208 330265 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.69
Current children cumulated vsize (KiB) 1629592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 4.05 5.71 6.94 5/175 17156
/proc/meminfo: memFree=17375608/32951124 swapFree=67111528/67111528
[pid=17090] ppid=17088 vsize=1571348 CPUtime=4800.19 cores=1,3,5,7
/proc/17090/stat : 17090 (strangenight2-m) R 17088 17090 16792 0 -1 4202496 2522177 0 0 0 479206 813 0 0 25 0 4 0 514739572 1609060352 324347 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17090/statm: 392837 324347 389 106 0 387808 0
[pid=17090/tid=17091] ppid=17088 vsize=1571348 CPUtime=1201.6 cores=1,3,5,7
/proc/17090/task/17091/stat : 17091 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 691456 0 0 0 119943 217 0 0 25 0 4 0 514739572 1609060352 324347 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17090/tid=17092] ppid=17088 vsize=1571348 CPUtime=1201.66 cores=1,3,5,7
/proc/17090/task/17092/stat : 17092 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 620872 0 0 0 119968 198 0 0 25 0 4 0 514739572 1609060352 324347 33554432000 4194304 4627427 140733519267248 18446744073709551615 4428116 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17090/tid=17093] ppid=17088 vsize=1571348 CPUtime=1201.67 cores=1,3,5,7
/proc/17090/task/17093/stat : 17093 (strangenight2-m) R 17088 17090 16792 0 -1 4202560 620166 0 0 0 119969 198 0 0 25 0 4 0 514739572 1609060352 324347 33554432000 4194304 4627427 140733519267248 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1571348

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.27
CPU user time (s): 4792.08
CPU system time (s): 8.18975
CPU usage (%): 399.434
Max. virtual memory (cumulated for all children) (KiB): 1644280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.08
system time used= 8.18975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2522181
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= 3426
involuntary context switches= 31891

runsolver used 1.86871 second user time and 4.6153 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-29 00:56:56
IDJOB=3173826
IDBENCH=82644
IDSOLVER=1586
FILE ID=node138/3173826-1304031416
RUNJOBID= node138-1304028687-16812
PBS_JOBID= 13170314
Free space on /tmp= 71808 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S1180959030-088-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173826-1304031416/watcher-3173826-1304031416 -o /tmp/evaluation-result-3173826-1304031416/solver-3173826-1304031416 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173826-1304031416.cnf

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

MD5SUM BENCH= 4c3def64b0c0da01406b551924b4a52d
RANDOM SEED=1593747427

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18158392 kB
Buffers:       2040304 kB
Cached:       11613088 kB
SwapCached:          0 kB
Active:        3769168 kB
Inactive:     10458268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18158392 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6228 kB
Writeback:           0 kB
AnonPages:      573864 kB
Mapped:          15508 kB
Slab:           500264 kB
PageTables:       5816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   879760 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= 71808 MiB
End job on node138 at 2011-04-29 01:17:00