Trace number 3173812

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.5 1201.88

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S1264065752-051-UNKNOWN.cnf
MD5SUMfafa522767a4e86ea9e03f34c2fb7311
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark279.102
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
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 540000
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-3173812-1304031313.cnf'
0.00/0.00	c -- header says num vars:           2000
0.00/0.00	c -- header says num clauses:       40000
0.00/0.03	c -- clauses added:            0 learnts,        40000 normals,            0 xors
0.00/0.03	c -- vars added       2000
0.00/0.03	c Parsing time:  0.02 s
0.00/0.03	c  N st     0         0      2000     40000         0         0    200000         0   no data   no data
0.78/0.28	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.23
0.78/0.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
0.78/0.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.78/0.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.78/0.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.78/0.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
0.78/0.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.78/0.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
0.78/0.37	c Finding binary XORs  T:     0.00 s  found:       0
0.78/0.37	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.78/0.37	c calculated reachability. Time: 0.00
0.78/1.10	c Calc default polars -  time:   0.00 s pos:     975 undec:      82 neg:     943
0.78/1.10	c =========================================================================================
0.78/1.10	c types(t): F = full restart, N = normal restart
0.78/1.10	c types(t): S = simplification begin/end, E = solution found
0.78/1.10	c restart types(rt): st = static, dy = dynamic
0.78/1.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.78/1.10	c  B st     0         0      2000     40000         0         0    200000         0   no data   no data
0.78/1.10	c  N dy    21      4013      2000     40000         0      4013    200000    749691    139.83    148.34
5.56/1.40	c  N dy    50      8253      2000     40000         0      4924    200000    524666    144.42    153.92
6.76/1.79	c  N dy    73     12324      2000     40000         0      8994    200000   1269650    144.20    155.50
9.16/2.30	c  N dy    98     16341      2000     40000         0      7516    200000    670341    144.35    152.40
11.16/2.80	c  N dy   124     20369      2000     40000         0     11544    200000   1411705    144.82    161.23
13.15/3.35	c  N dy   149     24553      2000     40000         0      8646    200000    613324    144.84    154.39
13.54/3.41	c  F st   153     25003      2000     40000         0      9095    200000    694636    144.69    112.98
15.95/4.08	c  N dy   159     30001      2000     40000         0     14083    200000   1774851    144.69   no data
15.95/4.08	c  S st   159     30001      2000     40000         0     14083    200000   1774851    144.69   no data
16.36/4.17	c  S st   159     30502      2000     40000         0     14584    200000   1862541    144.69   no data
16.36/4.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16.36/4.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
16.76/4.21	c blocked clauses removed:        0 vars:      0 tried:        2000 T: 0.00 s
16.76/4.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.76/4.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.76/4.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
16.76/4.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.76/4.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
17.14/4.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.33/6.20	c lits-rem:       164  cl-subs:       18  v-elim:      0  v-fix:    0  time:  1.86 s
25.92/6.50	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.31
25.92/6.50	c calculated reachability. Time: 0.00
25.92/6.50	c  N dy   159     30502      2000     40000         0     14566    200000   1854886    144.69   no data
28.32/7.10	c  N dy   184     34548      2000     40000         0     10242    200000    688602    144.71    152.34
30.31/7.66	c  N dy   210     38555      2000     40000         0     14249    200000   1422397    144.84    154.08
32.72/8.25	c  N dy   228     42770      2000     40000         0     18462    200000   2177585    144.15    152.24
34.33/8.68	c  S st   250     45753      2000     40000         0     11924    200000    791473    144.45    144.03
34.71/8.77	c  S st   250     46253      2000     40000         0     12424    200000    869585    144.45   no data
34.71/8.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.71/8.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
35.10/8.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.10/8.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.10/8.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.10/8.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
35.10/8.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
35.10/8.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
35.10/8.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.71/9.21	c lits-rem:        15  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.36 s
36.71/9.22	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
36.71/9.23	c vivif2 --  cl tried    12419 cl shrink        0 lits rem          0 time: 0.01
37.91/9.51	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.28
37.91/9.51	c calculated reachability. Time: 0.00
37.91/9.51	c  N dy   250     46253      2000     40000         0     12419    200000    867862    144.45   no data
39.90/10.09	c  N dy   278     50353      2000     40000         0     16518    200000   1627956    144.84    154.69
42.72/10.70	c  N dy   306     54494      2000     40000         0     20657    200000   2392718    145.09    154.07
44.69/11.27	c  N dy   331     58582      2000     40000         0     14155    200000    997978    144.87    152.97
47.11/11.89	c  N dy   357     62723      2000     40000         0     18296    200000   1748814    144.78    154.23
49.88/12.54	c  N dy   383     66732      2000     40000         0     22304    200000   2484992    144.81    157.74
51.50/12.94	c  S st   399     69380      2000     40000         0     13326    200000    658973    144.68    120.75
51.90/13.03	c  S st   399     69887      2000     40000         0     13833    200000    729259    144.68   no data
51.90/13.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.90/13.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
51.90/13.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.90/13.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.90/13.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.90/13.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
51.90/13.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
51.90/13.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
52.28/13.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.09/13.35	c lits-rem:         6  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.25 s
53.09/13.36	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
53.09/13.37	c vivif2 --  cl tried    13830 cl shrink        0 lits rem          0 time: 0.01
54.29/13.66	c asymm  cl-useful: 0/40000/40000 lits-rem:0 time: 0.29
54.29/13.66	c calculated reachability. Time: 0.00
54.29/13.66	c  N dy   399     69887      2000     40000         0     13830    200000    728602    144.68   no data
57.08/14.39	c  N dy   434     74473      2000     40000         0     18415    200000   1575732    144.84    152.82
60.30/15.18	c  N dy   464     79253      2000     40000         0     23192    200000   2437575    144.84    152.50
63.47/15.99	c  N dy   499     84352      2000     40000         0     15644    200000    899412    144.98    156.82
65.46/16.48	c  F st   519     87500      2000     40000         0     18792    200000   1486932    145.07    130.71
67.46/16.99	c  N st   524     90797      2000     40000         0     22083    200000   2146570    145.07   no data
71.46/17.98	c  N dy   553     96666      2000     40000         0     14300    200000    491726    145.08    162.79
75.45/18.92	c  N dy   596    102907      2000     40000         0     20540    200000   1640986    145.15    154.49
76.66/19.23	c  S st   611    104831      2000     40000         0     22463    200000   1993212    145.19   no data
77.05/19.33	c  S st   611    105336      2000     40000         0     22968    200000   2072019    145.19   no data
77.05/19.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
77.05/19.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
77.05/19.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.05/19.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.05/19.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.05/19.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
77.05/19.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
77.45/19.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
77.45/19.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.22/23.12	c lits-rem:        98  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.64 s
92.22/23.13	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
92.22/23.15	c vivif2 --  cl tried    22965 cl shrink        0 lits rem          0 time: 0.03
93.42/23.49	c asymm  cl-useful: 0/35848/40000 lits-rem:0 time: 0.34
93.42/23.50	c calculated reachability. Time: 0.00
93.42/23.50	c  N dy   611    105336      2000     40000         0     22965    200000   2070768    145.19   no data
98.22/24.63	c  N dy   651    112088      2000     40000         0     15063    200000    448230    145.20    155.49
102.22/25.69	c  N dy   691    119292      2000     40000         0     22265    200000   1756198    145.09    156.68
107.41/26.98	c  N dy   738    127043      2000     40000         0     30011    200000   3195534    145.26    154.65
113.01/28.35	c  N dy   787    135258      2000     40000         0     22563    200000   1632556    145.23    160.05
119.00/29.80	c  N dy   838    143969      2000     40000         0     31272    200000   3238845    145.26    155.30
124.59/31.29	c  N dy   891    153234      2000     40000         0     23878    200000   1704791    145.20    153.21
128.18/32.12	c  S st   925    158004      2000     40000         0     28646    200000   2591855    145.26   no data
128.58/32.24	c  S st   925    158508      2000     40000         0     29150    200000   2673270    145.26   no data
128.58/32.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
128.58/32.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
128.58/32.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
128.58/32.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
128.58/32.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
128.58/32.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
128.58/32.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
128.98/32.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
129.38/32.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
157.36/39.40	c lits-rem:       140  cl-subs:        3  v-elim:      0  v-fix:    0  time:  6.98 s
157.36/39.41	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
157.36/39.44	c vivif2 --  cl tried    29147 cl shrink        0 lits rem          0 time: 0.03
157.36/39.49	c asymm  cl-useful: 0/4152/40000 lits-rem:0 time: 0.05
157.36/39.49	c calculated reachability. Time: 0.00
157.36/39.49	c  N dy   925    158508      2000     40000         0     29147    200000   2672282    145.26   no data
164.53/41.25	c  N dy   985    168728      2000     40000         0     21705    200000   1135567    145.17    155.08
172.12/43.10	c  N dy  1054    179573      2000     40000         0     32548    200000   3126995    145.17    155.51
180.10/45.19	c  N dy  1128    191543      2000     40000         0     25852    200000   1713389    145.15    154.88
189.29/47.40	c  N dy  1200    203845      2000     40000         0     38152    200000   3972683    145.16    153.01
197.68/49.56	c  N dy  1277    216922      2000     40000         0     31567    200000   2565466    145.06    165.54
208.47/52.24	c  N dy  1367    230765      2000     40000         0     24746    200000   1190396    145.18    154.33
213.26/53.46	c  S st  1413    237762      2000     40000         0     31741    200000   2476311    145.21    143.71
213.66/53.59	c  S st  1413    238265      2000     40000         0     32244    200000   2554805    145.21   no data
213.66/53.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
214.08/53.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
214.08/53.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
214.08/53.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
214.08/53.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
214.08/53.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
214.08/53.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
214.08/53.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
214.48/53.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
243.22/60.96	c lits-rem:        92  cl-subs:        7  v-elim:      0  v-fix:    0  time:  7.20 s
243.22/60.96	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
243.62/61.00	c vivif2 --  cl tried    32237 cl shrink        0 lits rem          0 time: 0.03
245.24/61.41	c asymm  cl-useful: 0/31591/40000 lits-rem:0 time: 0.41
245.24/61.41	c calculated reachability. Time: 0.00
245.24/61.41	c  N dy  1413    238265      2000     40000         0     32237    200000   2552334    145.21   no data
257.20/64.49	c  N dy  1506    253613      2000     40000         0     25921    200000   1203853    145.22    154.50
269.58/67.56	c  N dy  1610    269902      2000     40000         0     42208    200000   4179316    145.19    153.30
282.76/70.82	c  N dy  1726    287247      2000     40000         0     36883    200000   3048533    145.25    153.19
297.57/74.53	c  F st  1841    306250      2000     40000         0     32227    200000   2008237    145.18    148.75
297.57/74.54	c  N st  1841    306250      2000     40000         0     32227    200000   2008237    145.18    148.75
313.12/78.46	c  N dy  1940    325911      2000     40000         0     27216    200000    915276    145.25    164.12
328.32/82.22	c  N dy  2052    346095      2000     40000         0     47395    200000   4574020    145.12    152.82
336.69/84.36	c  S st  2115    357398      2000     40000         0     33036    200000   1811498    145.03    148.01
337.10/84.48	c  S st  2115    357903      2000     40000         0     33541    200000   1884727    145.03   no data
337.10/84.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
337.50/84.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
337.50/84.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
337.50/84.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
337.50/84.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
337.50/84.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
337.50/84.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
337.50/84.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
337.89/84.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
351.87/88.12	c lits-rem:        75  cl-subs:        7  v-elim:      0  v-fix:    0  time:  3.50 s
351.87/88.12	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
351.87/88.15	c vivif2 --  cl tried    33534 cl shrink        0 lits rem          0 time: 0.02
352.27/88.26	c asymm  cl-useful: 0/8409/40000 lits-rem:0 time: 0.11
352.27/88.26	c calculated reachability. Time: 0.00
352.27/88.26	c  N dy  2115    357903      2000     40000         0     33534    200000   1881594    145.03   no data
369.45/92.53	c  N dy  2243    377939      2000     40000         0     26904    200000    505293    145.14    152.87
385.02/96.43	c  N dy  2373    398072      2000     40000         0     47031    200000   4191000    145.16    153.52
402.60/100.82	c  N dy  2501    418166      2000     40000         0     39460    200000   2649217    145.21    155.02
420.17/105.22	c  N dy  2623    438307      2000     40000         0     30938    200000    887522    145.20    153.93
436.55/109.32	c  N dy  2736    458488      2000     40000         0     51113    200000   4544620    145.08    153.75
453.33/113.57	c  N dy  2860    478523      2000     40000         0     41482    200000   2658586    145.15    154.87
471.31/118.04	c  N dy  2975    498604      2000     40000         0     30906    200000    537595    145.10    154.15
486.91/121.98	c  N dy  3095    518682      2000     40000         0     50977    200000   4229489    145.13    157.44
503.26/126.03	c  S st  3211    536855      2000     40000         0     37484    200000   1559578    145.16   no data
503.66/126.18	c  S st  3211    537359      2000     40000         0     37988    200000   1642787    145.16   no data
503.66/126.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
504.08/126.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
504.08/126.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
504.08/126.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
504.08/126.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
504.08/126.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
504.08/126.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
504.08/126.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
504.48/126.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
517.26/129.60	c lits-rem:        63  cl-subs:        2  v-elim:      0  v-fix:    0  time:  3.29 s
517.66/129.60	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
517.66/129.63	c vivif2 --  cl tried    37986 cl shrink        0 lits rem          0 time: 0.02
518.84/129.99	c asymm  cl-useful: 0/29738/40000 lits-rem:0 time: 0.36
518.84/129.99	c calculated reachability. Time: 0.00
518.84/129.99	c  N dy  3211    537359      2000     40000         0     37986    200000   1641725    145.16   no data
536.81/134.40	c  N dy  3333    557596      2000     40000         0     58220    200000   5349630    145.15    153.07
553.59/138.68	c  N dy  3455    577655      2000     40000         0     45618    200000   2874809    145.20    172.47
573.16/143.53	c  N dy  3583    598234      2000     40000         0     66194    200000   6642950    145.18    153.29
589.93/147.73	c  N dy  3716    618250      2000     40000         0     52555    200000   3980616    145.19    163.16
609.11/152.60	c  N dy  3840    638551      2000     40000         0     38193    200000   1177379    145.20    165.90
626.68/156.93	c  N dy  3972    658558      2000     40000         0     58195    200000   4849858    145.23    175.41
645.45/161.66	c  N dy  4103    678579      2000     40000         0     42548    200000   1798673    145.26    153.22
663.83/166.22	c  N dy  4223    698728      2000     40000         0     62692    200000   5485756    145.25    153.22
682.61/170.96	c  N dy  4338    718776      2000     40000         0     46080    200000   2257245    145.21    153.51
701.79/175.77	c  N dy  4474    738843      2000     40000         0     66142    200000   5979910    145.26    153.39
720.94/180.52	c  N dy  4597    758868      2000     40000         0     48499    200000   2563160    145.30    172.05
740.11/185.34	c  N dy  4716    778908      2000     40000         0     68534    200000   6217114    145.28    152.95
759.68/190.26	c  N dy  4836    798975      2000     40000         0     49938    200000   2625154    145.30    170.02
766.48/191.91	c  S st  4884    806038      2000     40000         0     57000    200000   3925466    145.31   no data
766.87/192.08	c  S st  4884    806541      2000     40000         0     57503    200000   4005274    145.31   no data
766.87/192.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
767.27/192.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
767.27/192.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
767.27/192.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
767.27/192.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
767.27/192.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
767.27/192.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
767.69/192.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
768.09/192.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
824.82/206.56	c lits-rem:       166  cl-subs:        9  v-elim:      0  v-fix:    0  time: 14.22 s
824.82/206.57	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
825.22/206.62	c vivif2 --  cl tried    57494 cl shrink        0 lits rem          0 time: 0.05
825.99/206.82	c asymm  cl-useful: 0/10262/40000 lits-rem:0 time: 0.20
825.99/206.82	c calculated reachability. Time: 0.00
825.99/206.82	c  N dy  4884    806541      2000     40000         0     57494    200000   4000875    145.31   no data
847.18/212.14	c  N dy  5005    826656      2000     40000         0     77606    200000   7679302    145.31    153.48
865.54/216.73	c  N dy  5138    846742      2000     40000         0     58030    200000   3950977    145.32    153.20
886.73/222.03	c  N dy  5264    866792      2000     40000         0     78074    200000   7673994    145.37    155.29
905.08/226.60	c  N dy  5389    886878      2000     40000         0     57502    200000   3668657    145.38    157.52
925.86/231.88	c  N dy  5511    906935      2000     40000         0     77555    200000   7345416    145.38    156.92
945.43/236.75	c  N dy  5637    927048      2000     40000         0     56012    200000   3210157    145.39    156.22
966.19/241.97	c  N dy  5764    947210      2000     40000         0     76171    200000   6920317    145.39    153.67
986.57/247.06	c  N dy  5884    967728      2000     40000         0     54031    200000   2668279    145.38    154.13
1006.94/252.18	c  N dy  6008    987752      2000     40000         0     74047    200000   6364224    145.40    153.13
1028.91/257.63	c  N dy  6135   1007801      2000     40000         0     50435    200000   1814954    145.39    153.34
1048.47/262.51	c  N dy  6255   1027918      2000     40000         0     70548    200000   5509716    145.39    153.76
1072.04/268.44	c  N dy  6394   1047978      2000     40000         0     45950    200000    825373    145.48    157.53
1090.41/273.04	c  N dy  6518   1068035      2000     40000         0     66005    200000   4510277    145.47    160.33
1094.41/274.08	c  F st  6547   1071876      2000     40000         0     69845    200000   5236443    145.49   no data
1112.78/278.61	c  N dy  6621   1088103      2000     40000         0     86060    200000   8300854    145.48    153.25
1132.78/283.65	c  N dy  6739   1108144      2000     40000         0     60441    200000   3342121    145.47    154.09
1154.34/289.04	c  N dy  6858   1128162      2000     40000         0     80452    200000   7019547    145.47    157.24
1177.49/294.80	c  N dy  7000   1148225      2000     40000         0     53857    200000   1927329    145.53    154.13
1197.87/299.93	c  N dy  7123   1168249      2000     40000         0     73878    200000   5624276    145.54    156.50
1223.43/306.39	c  N dy  7248   1188512      2000     40000         0     94137    200000   9369835    145.57    161.68
1244.20/311.54	c  N dy  7379   1208821      2000     40000         0     66791    200000   4131377    145.57    159.88
1245.39/311.82	c  S st  7387   1209811      2000     40000         0     67781    200000   4316761    145.58    134.53
1246.20/312.01	c  S st  7387   1210314      2000     40000         0     68284    200000   4397411    145.58   no data
1246.20/312.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1246.20/312.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1246.20/312.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1246.20/312.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1246.20/312.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1246.20/312.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1246.20/312.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1246.62/312.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1247.02/312.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1315.30/329.34	c lits-rem:       156  cl-subs:        5  v-elim:      0  v-fix:    0  time: 17.05 s
1315.30/329.35	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
1315.70/329.41	c vivif2 --  cl tried    68279 cl shrink        0 lits rem          0 time: 0.06
1317.32/329.87	c asymm  cl-useful: 0/22044/40000 lits-rem:0 time: 0.47
1317.32/329.88	c calculated reachability. Time: 0.00
1317.32/329.88	c  N dy  7387   1210314      2000     40000         0     68279    200000   4394896    145.58   no data
1342.87/336.24	c  N dy  7504   1230569      2000     40000         0     88527    200000   8122089    145.58    154.54
1366.82/342.21	c  N dy  7634   1250747      2000     40000         0     60042    200000   2728571    145.59    156.14
1390.39/348.11	c  N dy  7755   1270810      2000     40000         0     80101    200000   6388700    145.57    154.09
1417.54/354.97	c  N dy  7881   1290993      2000     40000         0     50622    200000    808053    145.57    156.23
1437.91/360.09	c  N dy  8013   1311076      2000     40000         0     70700    200000   4507562    145.58    157.11
1462.30/366.14	c  N dy  8141   1331120      2000     40000         0     90741    200000   8210503    145.59    153.90
1486.25/372.17	c  N dy  8281   1351305      2000     40000         0     60265    200000   2421416    145.62    158.78
1507.82/377.60	c  N dy  8409   1371390      2000     40000         0     80348    200000   6148048    145.64    157.59
1533.38/383.95	c  N dy  8529   1391401      2000     40000         0    100354    200000   9837686    145.64    154.14
1553.75/389.09	c  N dy  8636   1411403      2000     40000         0     68694    200000   3720287    145.59    156.62
1577.31/394.95	c  N dy  8764   1431497      2000     40000         0     88782    200000   7425769    145.60    161.15
1603.67/401.50	c  N dy  8895   1451750      2000     40000         0     56376    200000   1342493    145.63    153.81
1624.04/406.66	c  N dy  9024   1471850      2000     40000         0     76473    200000   5059867    145.65    155.15
1648.41/412.72	c  N dy  9133   1491965      2000     40000         0     96581    200000   8773830    145.65    155.85
1672.37/418.78	c  N dy  9263   1511998      2000     40000         0     62963    200000   2378256    145.65    153.60
1694.75/424.31	c  N dy  9390   1532010      2000     40000         0     82971    200000   6101498    145.69    154.75
1720.70/430.82	c  N dy  9525   1552049      2000     40000         0    103009    200000   9814042    145.72    154.07
1743.86/436.62	c  N dy  9655   1572134      2000     40000         0     68429    200000   3263251    145.75    154.84
1767.04/442.48	c  N dy  9784   1592240      2000     40000         0     88527    200000   6976805    145.77    156.08
1794.60/449.31	c  N dy  9914   1612332      2000     40000         0    108615    200000  10701546    145.79    154.20
1816.57/454.88	c  N dy 10047   1632415      2000     40000         0     73042    200000   3912737    145.81    155.30
1841.33/461.07	c  N dy 10176   1652883      2000     40000         0     93507    200000   7715495    145.83    156.39
1869.68/468.14	c  N dy 10299   1672958      2000     40000         0     56924    200000    742042    145.83    155.51
1891.26/473.52	c  N dy 10421   1692965      2000     40000         0     76925    200000   4412075    145.83    154.01
1914.44/479.36	c  S st 10536   1710315      2000     40000         0     94270    200000   7611934    145.84   no data
1915.62/479.64	c  S st 10536   1710817      2000     40000         0     94772    200000   7693847    145.84   no data
1915.62/479.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1916.02/479.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.09
1916.02/479.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1916.02/479.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1916.02/479.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1916.02/479.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
1916.02/479.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1916.41/479.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
1917.62/480.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2083.39/521.61	c lits-rem:       403  cl-subs:       21  v-elim:      0  v-fix:    0  time: 41.47 s
2083.39/521.61	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2083.79/521.71	c vivif2 --  cl tried    94751 cl shrink        0 lits rem          0 time: 0.10
2085.81/522.22	c asymm  cl-useful: 0/15649/40000 lits-rem:0 time: 0.51
2085.81/522.23	c calculated reachability. Time: 0.00
2085.81/522.23	c  N dy 10536   1710817      2000     40000         0     94751    200000   7684789    145.84   no data
2116.57/529.96	c  N dy 10661   1730819      2000     40000         0    114750    200000  11416024    145.86    154.63
2141.72/536.22	c  N dy 10793   1750922      2000     40000         0     77193    200000   4352733    145.89    155.08
2169.69/543.24	c  N dy 10927   1770935      2000     40000         0     97203    200000   8101540    145.93    154.67
2200.45/550.98	c  N dy 11056   1791142      2000     40000         0     58763    200000    730608    145.95    158.88
2222.02/556.37	c  N dy 11170   1811286      2000     40000         0     78906    200000   4434222    145.94    153.96
2247.58/562.75	c  N dy 11291   1831399      2000     40000         0     99013    200000   8129079    145.93    153.82
2277.52/570.29	c  N dy 11432   1851409      2000     40000         0    119018    200000  11853974    145.96    160.40
2299.89/575.89	c  N dy 11572   1871676      2000     40000         0     79624    200000   4446716    145.98    156.05
2325.06/582.19	c  N dy 11699   1891690      2000     40000         0     99635    200000   8136087    145.98    154.17
2354.23/589.48	c  N dy 11814   1911713      2000     40000         0    119652    200000  11826918    145.99    155.06
2376.99/595.11	c  N dy 11946   1931800      2000     40000         0     79083    200000   4154753    146.01    158.10
2402.17/601.46	c  N dy 12076   1951803      2000     40000         0     99081    200000   7860419    146.02    159.80
2431.70/608.81	c  N dy 12201   1971863      2000     40000         0    119134    200000  11564879    146.02    154.79
2455.66/614.81	c  N dy 12325   1991871      2000     40000         0     77483    200000   3653322    146.02    153.76
2480.84/621.14	c  N dy 12445   2012337      2000     40000         0     97942    200000   7488182    146.04    154.88
2509.19/628.25	c  N dy 12554   2032382      2000     40000         0    117980    200000  11208323    146.04    154.95
2534.37/634.55	c  N dy 12681   2052397      2000     40000         0     75341    200000   3098411    146.05    158.64
2559.12/640.72	c  N dy 12805   2072401      2000     40000         0     95334    200000   6808810    146.05    153.80
2588.27/648.01	c  N dy 12936   2092563      2000     40000         0    115492    200000  10549268    146.07    156.32
2615.84/654.94	c  N dy 13067   2112669      2000     40000         0     71952    200000   2287332    146.10    155.16
2639.82/660.91	c  N dy 13203   2132717      2000     40000         0     91999    200000   6022496    146.12    181.29
2668.16/668.03	c  N dy 13342   2152763      2000     40000         0    112037    200000   9741232    146.14    171.23
2698.10/675.58	c  N dy 13463   2172899      2000     40000         0     67518    200000   1289584    146.15    156.89
2720.89/681.23	c  N dy 13584   2192999      2000     40000         0     87617    200000   5000331    146.15    154.91
2744.87/687.28	c  S st 13697   2210817      2000     40000         0    105430    200000   8299590    146.16   no data
2746.04/687.58	c  S st 13697   2211321      2000     40000         0    105934    200000   8382490    146.16   no data
2746.44/687.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2746.44/687.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.09
2746.84/687.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2746.84/687.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2746.84/687.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2746.84/687.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
2746.84/687.70	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2747.24/687.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
2748.05/688.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2932.19/734.13	c lits-rem:       366  cl-subs:       17  v-elim:      0  v-fix:    0  time: 46.04 s
2932.19/734.13	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
2932.59/734.24	c vivif2 --  cl tried   105917 cl shrink        0 lits rem          0 time: 0.11
2932.99/734.32	c asymm  cl-useful: 0/2307/40000 lits-rem:0 time: 0.09
2932.99/734.33	c calculated reachability. Time: 0.00
2932.99/734.33	c  N dy 13697   2211321      2000     40000         0    105917    200000   8374680    146.16   no data
2966.95/742.84	c  N dy 13817   2231625      2000     40000         0    126220    200000  12124868    146.16    159.47
2994.51/749.74	c  N dy 13940   2251662      2000     40000         0     80595    200000   3504111    146.16    153.94
3022.47/756.70	c  N dy 14063   2271705      2000     40000         0    100630    200000   7225456    146.16    158.90
3054.43/764.78	c  N dy 14190   2291798      2000     40000         0    120719    200000  10946188    146.17    158.50
3084.38/772.25	c  N dy 14318   2311995      2000     40000         0     74258    200000   2192873    146.19    154.47
3109.15/778.45	c  N dy 14449   2331998      2000     40000         0     94256    200000   5897091    146.21    155.03
3138.31/785.74	c  N dy 14580   2352104      2000     40000         0    114362    200000   9615595    146.21    157.70
3171.08/793.95	c  N dy 14716   2372143      2000     40000         0    134395    200000  13367291    146.24    159.43
3195.03/799.95	c  N dy 14847   2392181      2000     40000         0     86776    200000   4341764    146.25    160.24
3221.39/806.59	c  N dy 14972   2412222      2000     40000         0    106812    200000   8063216    146.26    154.29
3253.35/814.51	c  N dy 15098   2432871      2000     40000         0    127455    200000  11896398    146.26    155.03
3281.70/821.63	c  N dy 15224   2452973      2000     40000         0     78901    200000   2679431    146.26    154.12
3306.87/827.95	c  N dy 15349   2473312      2000     40000         0     99236    200000   6446337    146.26    154.49
3336.02/835.28	c  N dy 15477   2493323      2000     40000         0    119242    200000  10149423    146.27    162.67
3369.97/843.71	c  N dy 15610   2513331      2000     40000         0    139244    200000  13865195    146.29    157.38
3393.54/849.67	c  N dy 15740   2533443      2000     40000         0     89703    200000   4541210    146.30    154.01
3420.71/856.48	c  N dy 15867   2553510      2000     40000         0    109764    200000   8286788    146.32    157.47
3452.28/864.38	c  N dy 15992   2573728      2000     40000         0    129976    200000  12018320    146.32    154.23
3481.82/871.77	c  N dy 16111   2593955      2000     40000         0     79550    200000   2481400    146.32    155.53
3506.98/878.01	c  N dy 16239   2614014      2000     40000         0     99606    200000   6206819    146.33    154.40
3536.54/885.47	c  N dy 16376   2634179      2000     40000         0    119766    200000   9934488    146.34    154.99
3570.91/894.05	c  N dy 16507   2654311      2000     40000         0    139893    200000  13655230    146.35    156.22
3596.45/900.47	c  N dy 16630   2674350      2000     40000         0     88280    200000   3903947    146.36    154.07
3623.21/907.17	c  N dy 16754   2694438      2000     40000         0    108364    200000   7607213    146.36    154.62
3649.17/913.62	c  S st 16860   2711321      2000     40000         0    125239    200000  10737524    146.37    150.60
3650.39/913.93	c  S st 16860   2711823      2000     40000         0    125741    200000  10820493    146.37   no data
3650.39/913.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3650.77/914.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.10
3650.77/914.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3650.77/914.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3650.77/914.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3650.77/914.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
3650.77/914.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3651.57/914.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
3652.77/914.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3852.89/964.65	c lits-rem:       283  cl-subs:       32  v-elim:      0  v-fix:    0  time: 50.10 s
3852.89/964.65	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
3853.29/964.79	c vivif2 --  cl tried   125709 cl shrink        0 lits rem          0 time: 0.14
3855.70/965.33	c asymm  cl-useful: 0/14856/40000 lits-rem:0 time: 0.54
3855.70/965.34	c calculated reachability. Time: 0.00
3855.70/965.34	c  N dy 16860   2711823      2000     40000         0    125709    200000  10808391    146.37   no data
3892.44/974.53	c  N dy 16984   2731887      2000     40000         0     73120    200000    913590    146.37    158.76
3919.20/981.24	c  N dy 17115   2751991      2000     40000         0     93219    200000   4640723    146.38    155.09
3949.96/988.90	c  N dy 17237   2772003      2000     40000         0    113225    200000   8339991    146.38    154.49
3985.51/997.82	c  N dy 17365   2792312      2000     40000         0    133526    200000  12123990    146.39    155.38
4019.87/1006.45	c  N dy 17478   2812403      2000     40000         0     79969    200000   2010484    146.39    157.31
4047.43/1013.34	c  N dy 17596   2832538      2000     40000         0    100102    200000   5736593    146.39    160.79
4080.19/1021.51	c  N dy 17725   2852552      2000     40000         0    120105    200000   9457192    146.39    177.26
4116.93/1030.73	c  N dy 17855   2872650      2000     40000         0    140197    200000  13227629    146.41    156.12
4146.91/1038.29	c  N dy 17977   2892776      2000     40000         0     85676    200000   2881349    146.40    159.32
4174.45/1045.14	c  N dy 18112   2912845      2000     40000         0    105742    200000   6615036    146.41    154.39
4206.01/1053.04	c  N dy 18241   2932921      2000     40000         0    125814    200000  10355461    146.42    156.84
4241.55/1061.97	c  N dy 18367   2953405      2000     40000         0    146292    200000  14127522    146.42    154.67
4269.94/1069.01	c  N dy 18504   2973455      2000     40000         0     90684    200000   3691697    146.45    155.08
4297.48/1075.95	c  N dy 18640   2993533      2000     40000         0    110757    200000   7425390    146.46    155.94
4329.43/1083.97	c  N dy 18767   3013632      2000     40000         0    130853    200000  11149471    146.47    155.32
4365.39/1092.96	c  N dy 18894   3033710      2000     40000         0    150928    200000  14882732    146.47    178.41
4391.74/1099.56	c  N dy 19030   3053775      2000     40000         0     94338    200000   4178465    146.50    157.18
4419.70/1106.51	c  N dy 19153   3073834      2000     40000         0    114392    200000   7923022    146.51    159.76
4451.66/1114.54	c  N dy 19275   3093863      2000     40000         0    134419    200000  11640962    146.51    154.77
4488.01/1123.60	c  N dy 19398   3113867      2000     40000         0    154416    200000  15327430    146.52    154.39
4513.17/1129.94	c  N dy 19515   3133966      2000     40000         0     96856    200000   4418457    146.51    155.64
4541.95/1137.17	c  N dy 19640   3154075      2000     40000         0    116959    200000   8133825    146.51    154.41
4575.89/1145.60	c  N dy 19768   3174346      2000     40000         0    137225    200000  11927877    146.52    154.71
4614.23/1155.27	c  N dy 19907   3194623      2000     40000         0     78857    200000    912779    146.54    158.32
4635.40/1160.57	c  S st 20019   3211824      2000     40000         0     96052    200000   4119490    146.54   no data
4636.60/1160.81	c  S st 20019   3212326      2000     40000         0     96554    200000   4197507    146.54   no data
4636.60/1160.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4637.00/1160.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
4637.00/1160.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4637.00/1160.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4637.00/1160.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4637.00/1160.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2000 time:  0.00 s
4637.00/1160.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4637.00/1160.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4637.79/1161.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4695.73/1175.66	c lits-rem:        92  cl-subs:       15  v-elim:      0  v-fix:    0  time: 14.54 s
4695.73/1175.66	c vivif2 --  cl tried    40000 cl shrink        0 lits rem          0 time: 0.00
4696.14/1175.71	c vivif2 --  cl tried    96539 cl shrink        0 lits rem          0 time: 0.05
4697.71/1176.17	c asymm  cl-useful: 0/15878/40000 lits-rem:0 time: 0.45
4697.71/1176.17	c calculated reachability. Time: 0.00
4697.71/1176.17	c  N dy 20019   3212326      2000     40000         0     96539    200000   4191061    146.54   no data
4726.49/1183.37	c  N dy 20149   3232383      2000     40000         0    116589    200000   7963702    146.56    157.54
4762.06/1192.25	c  N dy 20273   3252592      2000     40000         0    136795    200000  11749100    146.58    158.28

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-3173812-1304031313/watcher-3173812-1304031313 -o /tmp/evaluation-result-3173812-1304031313/solver-3173812-1304031313 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173812-1304031313.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: 8.15 8.09 7.58 5/180 25718
/proc/meminfo: memFree=12633492/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 408 0 0 0 0 0 0 0 22 0 4 0 593361978 52441088 348 33554432000 4194304 4627427 140735827595552 18446744073709551615 47333132683186 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 12803 348 299 106 0 7774 0
[pid=25718/tid=25719] ppid=25716 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 593361978 52441088 348 33554432000 4194304 4627427 140735827595552 18446744073709551615 47333132683180 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 593361978 52441088 348 33554432000 4194304 4627427 140735827595552 18446744073709551615 47333132683186 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 593361978 52441088 348 33554432000 4194304 4627427 140735827595552 18446744073709551615 251367603185 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.10059 s]
/proc/loadavg: 8.15 8.09 7.58 5/180 25718
/proc/meminfo: memFree=12633492/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=285836 CPUtime=0.37 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 5278 0 0 0 36 1 0 0 18 0 4 0 593361978 292696064 5201 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 71459 5201 363 106 0 66430 0
[pid=25718/tid=25719] ppid=25716 vsize=285836 CPUtime=0.09 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 1136 0 0 0 9 0 0 0 18 0 4 0 593361978 292696064 5201 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=285836 CPUtime=0.09 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 1178 0 0 0 9 0 0 0 18 0 4 0 593361978 292696064 5201 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=285836 CPUtime=0.08 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 1342 0 0 0 8 0 0 0 25 0 4 0 593361978 292696064 5201 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 285836

[startup+0.200571 s]
/proc/loadavg: 8.15 8.09 7.58 5/180 25718
/proc/meminfo: memFree=12633492/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=286312 CPUtime=0.78 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 5709 0 0 0 76 2 0 0 18 0 4 0 593361978 293183488 5632 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 71578 5632 363 106 0 66549 0
[pid=25718/tid=25719] ppid=25716 vsize=286312 CPUtime=0.19 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 1206 0 0 0 19 0 0 0 18 0 4 0 593361978 293183488 5632 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=286312 CPUtime=0.19 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 1251 0 0 0 19 0 0 0 18 0 4 0 593361978 293183488 5632 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=286312 CPUtime=0.18 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 1559 0 0 0 18 0 0 0 25 0 4 0 593361978 293183488 5632 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 286312

[startup+0.300841 s]
/proc/loadavg: 8.15 8.09 7.58 5/180 25718
/proc/meminfo: memFree=12633492/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=314600 CPUtime=4.57 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) D 25716 25718 25390 0 -1 4202496 20597 0 0 0 451 6 0 0 19 0 4 0 593361978 322150400 12066 33554432000 4194304 4627427 140735827595552 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 76538 12042 385 106 0 71509 0
[pid=25718/tid=25719] ppid=25716 vsize=306152 CPUtime=1.14 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 5337 0 0 0 112 2 0 0 19 0 4 0 593361978 313499648 12042 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=306152 CPUtime=1.14 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 5559 0 0 0 113 1 0 0 19 0 4 0 593361978 313499648 12042 33554432000 4194304 4627427 140735827595552 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=306152 CPUtime=1.14 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 3783 0 0 0 113 1 0 0 19 0 4 0 593361978 313499648 12043 33554432000 4194304 4627427 140735827595552 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 314600

[startup+1.25638 s]
/proc/loadavg: 8.15 8.09 7.58 5/180 25718
/proc/meminfo: memFree=12633492/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=306152 CPUtime=4.98 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 21280 0 0 0 492 6 0 0 19 0 4 0 593361978 313499648 12703 33554432000 4194304 4627427 140735827595552 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 76538 12703 385 106 0 71509 0
[pid=25718/tid=25719] ppid=25716 vsize=306152 CPUtime=1.24 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 5510 0 0 0 122 2 0 0 19 0 4 0 593361978 313499648 12703 33554432000 4194304 4627427 140735827595552 18446744073709551615 4332696 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=306152 CPUtime=1.24 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 5721 0 0 0 123 1 0 0 19 0 4 0 593361978 313499648 12703 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=306152 CPUtime=1.24 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 3945 0 0 0 123 1 0 0 19 0 4 0 593361978 313499648 12703 33554432000 4194304 4627427 140735827595552 18446744073709551615 4333248 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 306152

[startup+1.50033 s]
/proc/loadavg: 8.15 8.09 7.58 5/180 25718
/proc/meminfo: memFree=12633492/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=306152 CPUtime=5.96 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 22843 0 0 0 589 7 0 0 19 0 4 0 593361978 313499648 14266 33554432000 4194304 4627427 140735827595552 18446744073709551615 4321491 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 76538 14266 385 106 0 71509 0
[pid=25718/tid=25719] ppid=25716 vsize=306152 CPUtime=1.48 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 5897 0 0 0 146 2 0 0 19 0 4 0 593361978 313499648 14266 33554432000 4194304 4627427 140735827595552 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=306152 CPUtime=1.48 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 6122 0 0 0 147 1 0 0 19 0 4 0 593361978 313499648 14267 33554432000 4194304 4627427 140735827595552 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=306152 CPUtime=1.49 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 4332 0 0 0 148 1 0 0 19 0 4 0 593361978 313499648 14267 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 306152

[startup+3.10704 s]
/proc/loadavg: 8.14 8.09 7.58 9/184 25722
/proc/meminfo: memFree=12543816/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=308176 CPUtime=12.37 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 35827 0 0 0 1228 9 0 0 23 0 4 0 593361978 315572224 17186 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 77044 17187 385 106 0 72015 0
[pid=25718/tid=25719] ppid=25716 vsize=308176 CPUtime=3.08 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 8962 0 0 0 306 2 0 0 23 0 4 0 593361978 315572224 17187 33554432000 4194304 4627427 140735827595552 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=308176 CPUtime=3.09 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 9239 0 0 0 307 2 0 0 23 0 4 0 593361978 315572224 17187 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=308176 CPUtime=3.08 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 8012 0 0 0 306 2 0 0 23 0 4 0 593361978 315572224 17187 33554432000 4194304 4627427 140735827595552 18446744073709551615 4329707 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 308176

[startup+6.30045 s]
/proc/loadavg: 8.14 8.09 7.58 9/184 25722
/proc/meminfo: memFree=12470188/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=319616 CPUtime=25.14 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 72174 0 0 0 2497 17 0 0 25 0 4 0 593361978 327286784 33788 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 79904 33788 389 106 0 74875 0
[pid=25718/tid=25719] ppid=25716 vsize=319616 CPUtime=6.28 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 19262 0 0 0 624 4 0 0 25 0 4 0 593361978 327286784 33788 33554432000 4194304 4627427 140735827595552 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=319616 CPUtime=6.29 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 17723 0 0 0 625 4 0 0 25 0 4 0 593361978 327286784 33788 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=319616 CPUtime=6.26 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 13727 0 0 0 623 3 0 0 25 0 4 0 593361978 327286784 33788 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 319616

[startup+12.7003 s]
/proc/loadavg: 8.12 8.09 7.58 9/184 25722
/proc/meminfo: memFree=12371540/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=477288 CPUtime=50.68 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 116438 0 0 0 5041 27 0 0 25 0 4 0 593361978 488742912 60245 33554432000 4194304 4627427 140735827595552 18446744073709551615 4338466 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 119322 60245 389 106 0 114293 0
[pid=25718/tid=25719] ppid=25716 vsize=477288 CPUtime=12.68 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 32659 0 0 0 1261 7 0 0 25 0 4 0 593361978 488742912 60245 33554432000 4194304 4627427 140735827595552 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=477288 CPUtime=12.68 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 24986 0 0 0 1263 5 0 0 25 0 4 0 593361978 488742912 60245 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=477288 CPUtime=12.62 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 27472 0 0 0 1256 6 0 0 25 0 4 0 593361978 488742912 60245 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 477288

[startup+25.5009 s]
/proc/loadavg: 8.10 8.08 7.59 9/184 25723
/proc/meminfo: memFree=12269988/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=544192 CPUtime=101.82 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 179522 0 0 0 10139 43 0 0 25 0 4 0 593361978 557252608 87423 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 136048 87424 389 106 0 131019 0
[pid=25718/tid=25719] ppid=25716 vsize=544192 CPUtime=25.48 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 40158 0 0 0 2540 8 0 0 25 0 4 0 593361978 557252608 87424 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=544192 CPUtime=25.48 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 45048 0 0 0 2538 10 0 0 25 0 4 0 593361978 557252608 87424 33554432000 4194304 4627427 140735827595552 18446744073709551615 4333350 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=544192 CPUtime=25.34 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 46105 0 0 0 2524 10 0 0 25 0 4 0 593361978 557252608 87424 33554432000 4194304 4627427 140735827595552 18446744073709551615 4428403 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 544192

[startup+51.1002 s]
/proc/loadavg: 8.14 8.09 7.61 9/184 25724
/proc/meminfo: memFree=12190112/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=650108 CPUtime=204.08 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 274594 0 0 0 20343 65 0 0 25 0 4 0 593361978 665710592 107198 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 162527 107198 389 106 0 157498 0
[pid=25718/tid=25719] ppid=25716 vsize=650108 CPUtime=51.08 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 64205 0 0 0 5094 14 0 0 25 0 4 0 593361978 665710592 107198 33554432000 4194304 4627427 140735827595552 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=650108 CPUtime=51.08 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 65465 0 0 0 5093 15 0 0 25 0 4 0 593361978 665710592 107198 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=650108 CPUtime=50.81 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 75353 0 0 0 5064 17 0 0 25 0 4 0 593361978 665710592 107198 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 650108

[startup+102.301 s]
/proc/loadavg: 8.14 8.09 7.63 9/184 25725
/proc/meminfo: memFree=12042876/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=803104 CPUtime=408.59 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 432637 0 0 0 40747 112 0 0 25 0 4 0 593361978 822378496 128273 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 200776 128273 389 106 0 195747 0
[pid=25718/tid=25719] ppid=25716 vsize=803104 CPUtime=102.28 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 100763 0 0 0 10204 24 0 0 25 0 4 0 593361978 822378496 128273 33554432000 4194304 4627427 140735827595552 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=803104 CPUtime=102.28 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 102744 0 0 0 10202 26 0 0 25 0 4 0 593361978 822378496 128273 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=803104 CPUtime=101.73 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 119003 0 0 0 10142 31 0 0 25 0 4 0 593361978 822378496 128273 33554432000 4194304 4627427 140735827595552 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 803104

[startup+162.301 s]

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

[pid=25718] ppid=25716 vsize=1304320 CPUtime=2805.16 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 1949127 0 0 0 279939 577 0 0 25 0 4 0 593361978 1335623680 257224 33554432000 4194304 4627427 140735827595552 18446744073709551615 4468060 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 326080 257224 389 106 0 321051 0
[pid=25718/tid=25719] ppid=25716 vsize=1304320 CPUtime=702.25 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 458327 0 0 0 70090 135 0 0 25 0 4 0 593361978 1335623680 257224 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=1304320 CPUtime=699.64 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 499235 0 0 0 69816 148 0 0 25 0 4 0 593361978 1335623680 257224 33554432000 4194304 4627427 140735827595552 18446744073709551615 4330971 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=1304320 CPUtime=701 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 517235 0 0 0 69946 154 0 0 25 0 4 0 593361978 1335623680 257224 33554432000 4194304 4627427 140735827595552 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.16
Current children cumulated vsize (KiB) 1304320

[startup+762.301 s]
/proc/loadavg: 8.06 8.06 7.83 9/184 25751
/proc/meminfo: memFree=11205624/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=1346984 CPUtime=3044.84 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 2027805 0 0 0 303870 614 0 0 25 0 4 0 593361978 1379311616 270487 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 336746 270487 389 106 0 331717 0
[pid=25718/tid=25719] ppid=25716 vsize=1346984 CPUtime=762.24 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 480361 0 0 0 76082 142 0 0 25 0 4 0 593361978 1379311616 270487 33554432000 4194304 4627427 140735827595552 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=1346984 CPUtime=759.31 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 530235 0 0 0 75768 163 0 0 25 0 4 0 593361978 1379311616 270487 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=1346984 CPUtime=761 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 528387 0 0 0 75941 159 0 0 25 0 4 0 593361978 1379311616 270487 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3044.84
Current children cumulated vsize (KiB) 1346984

[startup+822.301 s]
/proc/loadavg: 8.02 8.05 7.84 9/184 25753
/proc/meminfo: memFree=11207928/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=1320724 CPUtime=3284.51 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 2145605 0 0 0 327794 657 0 0 25 0 4 0 593361978 1352421376 272975 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 330181 272975 389 106 0 325152 0
[pid=25718/tid=25719] ppid=25716 vsize=1320724 CPUtime=822.24 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 500306 0 0 0 82075 149 0 0 25 0 4 0 593361978 1352421376 272975 33554432000 4194304 4627427 140735827595552 18446744073709551615 4299575 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=1320724 CPUtime=818.98 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 563173 0 0 0 81724 174 0 0 25 0 4 0 593361978 1352421376 272975 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=1320724 CPUtime=821 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 558233 0 0 0 81929 171 0 0 25 0 4 0 593361978 1352421376 272975 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.51
Current children cumulated vsize (KiB) 1320724

[startup+882.301 s]
/proc/loadavg: 8.01 8.04 7.84 9/184 25755
/proc/meminfo: memFree=11148964/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=1417892 CPUtime=3524.16 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 2273968 0 0 0 351720 696 0 0 25 0 4 0 593361978 1451921408 283211 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 354473 283211 389 106 0 349444 0
[pid=25718/tid=25719] ppid=25716 vsize=1417892 CPUtime=882.24 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 530150 0 0 0 88065 159 0 0 25 0 4 0 593361978 1451921408 283211 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=1417892 CPUtime=878.65 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 595679 0 0 0 87681 184 0 0 25 0 4 0 593361978 1451921408 283211 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=1417892 CPUtime=880.99 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 589938 0 0 0 87918 181 0 0 25 0 4 0 593361978 1451921408 283211 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.16
Current children cumulated vsize (KiB) 1417892

[startup+942.301 s]
/proc/loadavg: 8.11 8.06 7.86 9/184 25756
/proc/meminfo: memFree=10614464/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=1731300 CPUtime=3763.82 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 2414172 0 0 0 375646 736 0 0 25 0 4 0 593361978 1772851200 361061 33554432000 4194304 4627427 140735827595552 18446744073709551615 4468060 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 432825 361061 389 106 0 427796 0
[pid=25718/tid=25719] ppid=25716 vsize=1731300 CPUtime=942.24 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 556732 0 0 0 94051 173 0 0 25 0 4 0 593361978 1772851200 361061 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=1731300 CPUtime=938.6 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 651922 0 0 0 93666 194 0 0 25 0 4 0 593361978 1772851200 361061 33554432000 4194304 4627427 140735827595552 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=1731300 CPUtime=940.7 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 620767 0 0 0 93881 189 0 0 25 0 4 0 593361978 1772851200 361061 33554432000 4194304 4627427 140735827595552 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.82
Current children cumulated vsize (KiB) 1731300

[startup+1002.3 s]
/proc/loadavg: 8.12 8.06 7.87 9/184 25758
/proc/meminfo: memFree=10584400/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=1828096 CPUtime=4003.49 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 2469589 0 0 0 399585 764 0 0 25 0 4 0 593361978 1871970304 362596 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309304 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 457024 362596 389 106 0 451995 0
[pid=25718/tid=25719] ppid=25716 vsize=1828096 CPUtime=1002.24 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 579233 0 0 0 100041 183 0 0 25 0 4 0 593361978 1871970304 362596 33554432000 4194304 4627427 140735827595552 18446744073709551615 4468063 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=1828096 CPUtime=998.61 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 657709 0 0 0 99663 198 0 0 25 0 4 0 593361978 1871970304 362596 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=1828096 CPUtime=1000.37 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 629997 0 0 0 99844 193 0 0 25 0 4 0 593361978 1871970304 362596 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.49
Current children cumulated vsize (KiB) 1828096

[startup+1062.3 s]
/proc/loadavg: 8.18 8.08 7.89 9/184 25759
/proc/meminfo: memFree=10583616/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=1909928 CPUtime=4243.18 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 2559845 0 0 0 423516 802 0 0 25 0 4 0 593361978 1955766272 359955 33554432000 4194304 4627427 140735827595552 18446744073709551615 4310097 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 477482 359955 389 106 0 472453 0
[pid=25718/tid=25719] ppid=25716 vsize=1909928 CPUtime=1062.25 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 585083 0 0 0 106040 185 0 0 25 0 4 0 593361978 1955766272 359955 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=1909928 CPUtime=1058.6 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 684606 0 0 0 105651 209 0 0 25 0 4 0 593361978 1955766272 359955 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=1909928 CPUtime=1060.05 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 656741 0 0 0 105800 205 0 0 25 0 4 0 593361978 1955766272 359955 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.18
Current children cumulated vsize (KiB) 1909928

[startup+1122.3 s]
/proc/loadavg: 8.21 8.10 7.91 9/184 25761
/proc/meminfo: memFree=10610352/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=1786720 CPUtime=4482.81 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 2675851 0 0 0 447442 839 0 0 25 0 4 0 593361978 1829601280 361505 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 446680 361505 389 106 0 441651 0
[pid=25718/tid=25719] ppid=25716 vsize=1786720 CPUtime=1122.24 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 613889 0 0 0 112029 195 0 0 25 0 4 0 593361978 1829601280 361505 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=1786720 CPUtime=1118.59 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 712095 0 0 0 111642 217 0 0 25 0 4 0 593361978 1829601280 361505 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=1786720 CPUtime=1119.72 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 684507 0 0 0 111756 216 0 0 25 0 4 0 593361978 1829601280 361505 33554432000 4194304 4627427 140735827595552 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.81
Current children cumulated vsize (KiB) 1786720

[startup+1182.31 s]
/proc/loadavg: 6.77 7.77 7.81 5/175 25781
/proc/meminfo: memFree=11495532/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=1818188 CPUtime=4722.5 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 2787300 0 0 0 471372 878 0 0 25 0 4 0 593361978 1861824512 357696 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 454547 357696 389 106 0 449518 0
[pid=25718/tid=25719] ppid=25716 vsize=1818188 CPUtime=1182.24 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 645160 0 0 0 118019 205 0 0 25 0 4 0 593361978 1861824512 357696 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=1818188 CPUtime=1178.59 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 737221 0 0 0 117632 227 0 0 25 0 4 0 593361978 1861824512 357696 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=1818188 CPUtime=1179.4 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 714902 0 0 0 117715 225 0 0 25 0 4 0 593361978 1861824512 357696 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.5
Current children cumulated vsize (KiB) 1818188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 6.15 7.58 7.75 5/175 25781
/proc/meminfo: memFree=11456076/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=1833440 CPUtime=4800.41 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 2809666 0 0 0 479151 890 0 0 25 0 4 0 593361978 1877442560 367318 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 458360 367318 389 106 0 453331 0
[pid=25718/tid=25719] ppid=25716 vsize=1833440 CPUtime=1201.74 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 653090 0 0 0 119964 210 0 0 25 0 4 0 593361978 1877442560 367318 33554432000 4194304 4627427 140735827595552 18446744073709551615 4330256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=1833440 CPUtime=1198.1 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 743000 0 0 0 119580 230 0 0 25 0 4 0 593361978 1877442560 367318 33554432000 4194304 4627427 140735827595552 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=1833440 CPUtime=1198.8 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 715602 0 0 0 119655 225 0 0 25 0 4 0 593361978 1877442560 367318 33554432000 4194304 4627427 140735827595552 18446744073709551615 4428380 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 1833440

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

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

[startup+1201.8 s]
/proc/loadavg: 6.15 7.58 7.75 5/175 25781
/proc/meminfo: memFree=11456076/32950928 swapFree=67111528/67111528
[pid=25718] ppid=25716 vsize=1833440 CPUtime=4800.41 cores=1,3,5,7
/proc/25718/stat : 25718 (strangenight2-m) R 25716 25718 25390 0 -1 4202496 2809666 0 0 0 479151 890 0 0 25 0 4 0 593361978 1877442560 367318 33554432000 4194304 4627427 140735827595552 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25718/statm: 458360 367318 389 106 0 453331 0
[pid=25718/tid=25719] ppid=25716 vsize=1833440 CPUtime=1201.74 cores=1,3,5,7
/proc/25718/task/25719/stat : 25719 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 653090 0 0 0 119964 210 0 0 25 0 4 0 593361978 1877442560 367318 33554432000 4194304 4627427 140735827595552 18446744073709551615 4330256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25718/tid=25720] ppid=25716 vsize=1833440 CPUtime=1198.1 cores=1,3,5,7
/proc/25718/task/25720/stat : 25720 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 743000 0 0 0 119580 230 0 0 25 0 4 0 593361978 1877442560 367318 33554432000 4194304 4627427 140735827595552 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25718/tid=25721] ppid=25716 vsize=1833440 CPUtime=1198.8 cores=1,3,5,7
/proc/25718/task/25721/stat : 25721 (strangenight2-m) R 25716 25718 25390 0 -1 4202560 715602 0 0 0 119655 225 0 0 25 0 4 0 593361978 1877442560 367318 33554432000 4194304 4627427 140735827595552 18446744073709551615 4428380 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 1833440

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.88
CPU time (s): 4800.5
CPU user time (s): 4791.53
CPU system time (s): 8.96564
CPU usage (%): 399.417
Max. virtual memory (cumulated for all children) (KiB): 1924688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.53
system time used= 8.96564
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2809671
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= 3153
involuntary context switches= 31165

runsolver used 1.85272 second user time and 4.70528 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 00:55:13
IDJOB=3173812
IDBENCH=82630
IDSOLVER=1586
FILE ID=node113/3173812-1304031313
RUNJOBID= node113-1304028687-25409
PBS_JOBID= 13170339
Free space on /tmp= 71160 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S1264065752-051-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173812-1304031313/watcher-3173812-1304031313 -o /tmp/evaluation-result-3173812-1304031313/solver-3173812-1304031313 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173812-1304031313.cnf

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

MD5SUM BENCH= fafa522767a4e86ea9e03f34c2fb7311
RANDOM SEED=1593747427

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12633772 kB
Buffers:       1872108 kB
Cached:       17495016 kB
SwapCached:          0 kB
Active:       11088852 kB
Inactive:      8630516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12633772 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8588 kB
Writeback:           0 kB
AnonPages:      351868 kB
Mapped:          15496 kB
Slab:           533524 kB
PageTables:       5368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   583220 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= 71160 MiB
End job on node113 at 2011-04-29 01:15:17