Trace number 3366204

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)? (TO) 4800.3 1202.87

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S303265982-092-UNKNOWN.cnf
MD5SUM1b4a544dd042630233219a622c9437c7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark96.8423
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366204-1305398558.cnf'
0.00/0.01	c -- header says num vars:           1500
0.00/0.01	c -- header says num clauses:       30000
0.06/0.03	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.06/0.03	c -- vars added       1500
0.06/0.03	c Parsing time:  0.01 s
0.06/0.03	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data
0.06/0.20	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.16
0.06/0.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.06/0.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.06/0.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.06/0.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.06/0.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.06/0.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.06/0.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
0.06/0.70	c Finding binary XORs  T:     0.00 s  found:       0
0.06/0.70	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.06/0.70	c calculated reachability. Time: 0.00
0.06/0.70	c Calc default polars -  time:   0.00 s pos:     694 undec:      73 neg:     733
0.06/0.70	c =========================================================================================
0.06/0.70	c types(t): F = full restart, N = normal restart
0.06/0.70	c types(t): S = simplification begin/end, E = solution found
0.06/0.70	c restart types(rt): st = static, dy = dynamic
0.06/0.70	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.06/0.70	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data
0.06/0.70	c  N dy    17      4143      1500     30000         0      4140    150000    676469    125.84    133.18
3.82/1.05	c  N dy    42      8233      1500     30000         0      5729    150000    658088    124.61    140.01
5.42/1.39	c  N dy    63     12343      1500     30000         0      5593    150000    415791    123.32    133.62
6.79/1.79	c  N dy    87     16391      1500     30000         0      9639    150000   1035812    123.36    132.85
8.76/2.22	c  N dy   112     20455      1500     30000         0      8077    150000    619434    123.48    138.47
10.36/2.64	c  N dy   138     24516      1500     30000         0     12135    150000   1246841    123.62    130.51
10.36/2.70	c  F st   142     25001      1500     30000         0     12620    150000   1319612    123.62   no data
12.75/3.26	c  N dy   148     30001      1500     30000         0     10797    150000    982166    123.62   no data
12.75/3.26	c  S st   148     30001      1500     30000         0     10797    150000    982166    123.62   no data
13.15/3.33	c  S st   148     30503      1500     30000         0     11299    150000   1050266    123.62   no data
13.15/3.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.15/3.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
13.15/3.35	c blocked clauses removed:        0 vars:      0 tried:        1500 T: 0.00 s
13.15/3.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.15/3.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.15/3.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
13.15/3.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
13.15/3.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.54/3.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.91	c lits-rem:       289  cl-subs:       22  v-elim:      0  v-fix:    0  time:  0.50 s
16.34/4.10	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.19
16.34/4.10	c calculated reachability. Time: 0.00
16.34/4.10	c  N dy   148     30503      1500     30000         0     11277    150000   1041902    123.62   no data
17.94/4.56	c  N dy   171     34604      1500     30000         0     15376    150000   1679064    123.78    163.67
19.96/5.03	c  N dy   195     38728      1500     30000         0     11605    150000    851059    123.78    130.46
21.92/5.52	c  N dy   219     42769      1500     30000         0     15644    150000   1473839    123.76    130.56
23.53/5.90	c  S st   238     45756      1500     30000         0      9687    150000    401502    123.70    123.78
23.53/5.97	c  S st   238     46257      1500     30000         0     10188    150000    467934    123.70   no data
23.53/5.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.53/5.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
23.92/6.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.92/6.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.92/6.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.92/6.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
23.92/6.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
23.92/6.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
23.92/6.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.34/6.15	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
24.34/6.15	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
24.34/6.16	c vivif2 --  cl tried    10188 cl shrink        0 lits rem          0 time: 0.01
25.11/6.35	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.19
25.11/6.36	c calculated reachability. Time: 0.00
25.11/6.36	c  N dy   238     46257      1500     30000         0     10188    150000    467933    123.70   no data
27.11/6.83	c  N dy   264     50349      1500     30000         0     14280    150000   1094263    123.57    138.85
29.14/7.37	c  N dy   285     54650      1500     30000         0     18579    150000   1759524    123.37    132.90
31.10/7.84	c  N dy   307     58673      1500     30000         0     12628    150000    695273    123.08    133.47
33.12/8.33	c  N dy   336     62748      1500     30000         0     16700    150000   1328181    123.20    134.72
35.09/8.89	c  N dy   362     66862      1500     30000         0     20814    150000   1958137    123.15    130.61
36.69/9.24	c  S st   376     69385      1500     30000         0     12356    150000    510559    123.07   no data
37.09/9.31	c  S st   376     69886      1500     30000         0     12857    150000    569471    123.07   no data
37.09/9.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.09/9.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
37.09/9.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.09/9.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.09/9.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.09/9.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
37.09/9.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
37.09/9.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
37.09/9.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.92/9.56	c lits-rem:        24  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.19 s
37.92/9.56	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
37.92/9.57	c vivif2 --  cl tried    12856 cl shrink        0 lits rem          0 time: 0.01
38.68/9.78	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.21
38.68/9.78	c calculated reachability. Time: 0.00
38.68/9.78	c  N dy   376     69886      1500     30000         0     12856    150000    569102    123.07   no data
41.08/10.33	c  N dy   403     74399      1500     30000         0     17369    150000   1259145    123.00    130.59
43.47/10.98	c  N dy   432     79315      1500     30000         0     22281    150000   2037732    123.21    132.66
46.29/11.64	c  N dy   465     84395      1500     30000         0     15365    150000    827543    123.24    129.77
47.85/12.02	c  F st   484     87500      1500     30000         0     18469    150000   1299916    123.22    116.68
49.46/12.45	c  N st   489     90803      1500     30000         0     21768    150000   1850734    123.22   no data
52.65/13.25	c  N dy   511     96888      1500     30000         0     14863    150000    600620    123.09    131.76
55.84/14.01	c  N dy   546    103196      1500     30000         0     21169    150000   1561039    122.99    130.89
56.64/14.23	c  S st   558    104829      1500     30000         0     22801    150000   1814422    123.03   no data
57.04/14.32	c  S st   558    105333      1500     30000         0     23305    150000   1882562    123.03   no data
57.04/14.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.04/14.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
57.04/14.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
57.04/14.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.04/14.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.04/14.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
57.04/14.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
57.04/14.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
57.44/14.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.22/18.11	c lits-rem:       110  cl-subs:       11  v-elim:      0  v-fix:    0  time:  3.67 s
72.22/18.12	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
72.22/18.14	c vivif2 --  cl tried    23294 cl shrink        0 lits rem          0 time: 0.02
73.40/18.47	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.34
73.40/18.48	c calculated reachability. Time: 0.00
73.40/18.48	c  N dy   558    105333      1500     30000         0     23294    150000   1879213    123.03   no data
77.43/19.46	c  N dy   604    112098      1500     30000         0     16066    150000    654570    123.12    131.83
81.40/20.43	c  N dy   641    119382      1500     30000         0     23343    150000   1756183    122.96    130.17
86.21/21.64	c  N dy   687    127009      1500     30000         0     15975    150000    489165    123.04    141.52
90.60/22.75	c  N dy   733    135223      1500     30000         0     24183    150000   1749200    122.99    135.85
95.74/24.07	c  N dy   781    143927      1500     30000         0     16892    150000    483666    123.06    147.83
100.94/25.37	c  N dy   840    153263      1500     30000         0     26224    150000   1934710    123.18    129.92
103.77/26.08	c  S st   867    157999      1500     30000         0     30960    150000   2650805    123.07   no data
104.13/26.19	c  S st   867    158503      1500     30000         0     31464    150000   2721217    123.07   no data
104.53/26.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
104.53/26.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
104.53/26.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
104.53/26.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.53/26.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.53/26.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
104.53/26.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
104.53/26.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
104.93/26.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.45/35.70	c lits-rem:       227  cl-subs:       16  v-elim:      0  v-fix:    0  time:  9.35 s
142.45/35.71	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
142.45/35.74	c vivif2 --  cl tried    31448 cl shrink        0 lits rem          0 time: 0.03
144.04/36.15	c asymm  cl-useful: 0/27656/30000 lits-rem:0 time: 0.41
144.04/36.15	c calculated reachability. Time: 0.00
144.04/36.15	c  N dy   867    158503      1500     30000         0     31448    150000   2715211    123.07   no data
150.02/37.68	c  N dy   921    168651      1500     30000         0     24596    150000   1502233    122.97    129.73
156.81/39.39	c  N dy   979    179614      1500     30000         0     35554    150000   3151749    122.82    129.31
163.60/41.09	c  N dy  1049    191314      1500     30000         0     29257    150000   2110329    122.90    129.78
171.58/43.07	c  N dy  1126    203533      1500     30000         0     22477    150000    903978    122.88    132.58
179.56/45.09	c  N dy  1208    216556      1500     30000         0     35496    150000   2890762    122.89    129.60
188.34/47.28	c  N dy  1288    230551      1500     30000         0     29480    150000   1841364    122.92    130.25
193.53/48.50	c  S st  1336    237755      1500     30000         0     36680    150000   2953653    122.98    119.76
193.92/48.62	c  S st  1336    238258      1500     30000         0     37183    150000   3022226    122.98   no data
193.92/48.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
193.92/48.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
193.92/48.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
193.92/48.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
193.92/48.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
193.92/48.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
193.92/48.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
194.32/48.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
194.32/48.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
231.44/58.01	c lits-rem:       267  cl-subs:       17  v-elim:      0  v-fix:    0  time:  9.22 s
231.44/58.01	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
231.44/58.05	c vivif2 --  cl tried    37166 cl shrink        0 lits rem          0 time: 0.04
231.44/58.09	c asymm  cl-useful: 0/2344/30000 lits-rem:0 time: 0.04
231.44/58.09	c calculated reachability. Time: 0.00
231.44/58.09	c  N dy  1336    238258      1500     30000         0     37166    150000   3015795    122.98   no data
241.01/60.44	c  N dy  1424    253588      1500     30000         0     31508    150000   2012794    123.02    132.94
251.80/63.14	c  N dy  1526    269970      1500     30000         0     25899    150000    993202    123.09    129.62
262.97/65.99	c  N dy  1636    287247      1500     30000         0     43166    150000   3651769    123.15    131.79
274.97/68.98	c  N dy  1744    305630      1500     30000         0     38554    150000   2797694    123.14    146.34
275.33/69.08	c  F st  1748    306252      1500     30000         0     39176    150000   2893477    123.14   no data
288.14/72.21	c  N dy  1833    325399      1500     30000         0     34319    150000   1996608    123.13    130.30
302.07/75.76	c  N dy  1964    345466      1500     30000         0     29389    150000   1102591    123.20    131.40
310.10/77.73	c  S st  2042    357390      1500     30000         0     41307    150000   2954760    123.26    123.39
310.46/77.86	c  S st  2042    357896      1500     30000         0     41813    150000   3025143    123.26   no data
310.46/77.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
310.86/77.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
310.86/77.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
310.86/77.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
310.86/77.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
310.86/77.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
310.86/77.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
310.86/77.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
311.26/78.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
349.97/87.73	c lits-rem:       298  cl-subs:       11  v-elim:      0  v-fix:    0  time:  9.70 s
349.97/87.74	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
349.97/87.77	c vivif2 --  cl tried    41802 cl shrink        0 lits rem          0 time: 0.04
351.56/88.19	c asymm  cl-useful: 0/24107/30000 lits-rem:0 time: 0.42
351.96/88.20	c calculated reachability. Time: 0.00
351.96/88.20	c  N dy  2042    357896      1500     30000         0     41802    150000   3021463    123.26   no data
366.33/91.87	c  N dy  2161    377905      1500     30000         0     35808    150000   1941728    123.25    133.45
381.90/95.75	c  N dy  2289    398016      1500     30000         0     28927    150000    731759    123.28    132.20
396.26/99.33	c  N dy  2415    418084      1500     30000         0     48982    150000   3842127    123.34    130.58
411.07/103.02	c  N dy  2541    438374      1500     30000         0     41277    150000   2500356    123.35    130.77
426.60/106.94	c  N dy  2669    458442      1500     30000         0     32353    150000    980077    123.42    130.31
440.97/110.58	c  N dy  2791    478467      1500     30000         0     52370    150000   4079261    123.44    129.98
456.12/114.34	c  N dy  2907    498807      1500     30000         0     42718    150000   2447431    123.44    131.28
472.89/118.52	c  N dy  3040    518827      1500     30000         0     31737    150000    580801    123.51    130.88
485.70/121.71	c  S st  3147    536844      1500     30000         0     49741    150000   3363247    123.51    115.15
486.06/121.86	c  S st  3147    537345      1500     30000         0     50242    150000   3430476    123.51   no data
486.06/121.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
486.46/121.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
486.46/121.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
486.46/121.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
486.46/121.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
486.46/121.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
486.46/121.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
486.46/121.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
486.86/122.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
535.14/134.15	c lits-rem:       284  cl-subs:       25  v-elim:      0  v-fix:    0  time: 12.09 s
535.14/134.15	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
535.54/134.20	c vivif2 --  cl tried    50217 cl shrink        0 lits rem          0 time: 0.04
535.94/134.32	c asymm  cl-useful: 0/5893/30000 lits-rem:0 time: 0.12
535.94/134.32	c calculated reachability. Time: 0.00
535.94/134.32	c  N dy  3147    537345      1500     30000         0     50217    150000   3422207    123.51   no data
552.71/138.56	c  N dy  3264    557377      1500     30000         0     38256    150000   1430016    123.49    131.57
570.67/143.04	c  N dy  3394    577598      1500     30000         0     58456    150000   4551089    123.53    130.61
588.22/147.45	c  N dy  3512    597639      1500     30000         0     45509    150000   2441775    123.58    163.84
606.58/152.04	c  N dy  3627    617946      1500     30000         0     65803    150000   5574458    123.55    132.45
622.14/155.99	c  N dy  3742    638057      1500     30000         0     51918    150000   3258565    123.55    131.33
641.30/160.70	c  N dy  3874    658064      1500     30000         0     36936    150000    806509    123.59    145.39
656.91/164.63	c  N dy  3990    678088      1500     30000         0     56948    150000   3898407    123.59    145.66
674.83/169.13	c  N dy  4113    698172      1500     30000         0     41050    150000   1293454    123.62    131.19
691.61/173.32	c  N dy  4248    718359      1500     30000         0     61232    150000   4435548    123.65    133.54
709.17/177.76	c  N dy  4369    738373      1500     30000         0     44256    150000   1644934    123.67    137.42
726.32/182.04	c  N dy  4498    758468      1500     30000         0     64334    150000   4781871    123.73    131.59
743.87/186.49	c  N dy  4609    778519      1500     30000         0     46398    150000   1823425    123.70    135.71
761.43/190.87	c  N dy  4725    798549      1500     30000         0     66416    150000   4913640    123.68    133.44
769.41/192.82	c  S st  4773    806019      1500     30000         0     73881    150000   6078614    123.70   no data
770.21/193.01	c  S st  4773    806520      1500     30000         0     74382    150000   6141558    123.70   no data
770.21/193.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
770.21/193.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
770.21/193.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
770.21/193.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
770.21/193.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
770.21/193.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
770.21/193.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
770.63/193.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
771.41/193.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
900.71/225.75	c lits-rem:       561  cl-subs:       27  v-elim:      0  v-fix:    0  time: 32.41 s
900.71/225.76	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
901.11/225.83	c vivif2 --  cl tried    74355 cl shrink        0 lits rem          0 time: 0.07
902.74/226.27	c asymm  cl-useful: 0/17119/30000 lits-rem:0 time: 0.43
902.74/226.27	c calculated reachability. Time: 0.00
902.74/226.27	c  N dy  4773    806520      1500     30000         0     74355    150000   6132038    123.70   no data
919.47/230.50	c  N dy  4899    826591      1500     30000         0     55436    150000   3080238    123.72    131.17
939.42/235.42	c  N dy  5022    846826      1500     30000         0     75662    150000   6198507    123.73    131.83
956.58/239.74	c  N dy  5150    866831      1500     30000         0     55674    150000   2985139    123.77    148.58
976.14/244.61	c  N dy  5269    886929      1500     30000         0     75769    150000   6093697    123.76    131.94
993.70/249.09	c  N dy  5398    906964      1500     30000         0     54813    150000   2693136    123.78    132.04
1013.25/253.93	c  N dy  5530    927008      1500     30000         0     74849    150000   5824423    123.83    131.78
1032.01/258.67	c  N dy  5654    947284      1500     30000         0     53146    150000   2278141    123.83    130.86
1050.77/263.37	c  N dy  5779    967294      1500     30000         0     73147    150000   5383516    123.85    145.91
1070.71/268.39	c  N dy  5908    987361      1500     30000         0     50218    150000   1678334    123.86    130.77
1089.07/272.95	c  N dy  6032   1007376      1500     30000         0     70218    150000   4773249    123.86    132.56
1113.05/278.93	c  N dy  6164   1027445      1500     30000         0     46302    150000    924752    123.88    131.02
1132.17/283.71	c  N dy  6283   1047507      1500     30000         0     66353    150000   4048756    123.90    136.05
1156.13/289.79	c  N dy  6411   1067562      1500     30000         0     86396    150000   7142597    123.90    132.35
1162.10/291.20	c  F st  6436   1071876      1500     30000         0     45727    150000    690081    123.90   no data
1176.48/294.86	c  N dy  6507   1087721      1500     30000         0     61557    150000   3253773    123.90    130.44
1198.43/300.32	c  N dy  6636   1107883      1500     30000         0     81712    150000   6399394    123.92    131.69
1219.18/305.54	c  N dy  6751   1127934      1500     30000         0     55777    150000   2106039    123.94    130.72
1239.13/310.57	c  N dy  6879   1148004      1500     30000         0     75833    150000   5223954    123.95    131.72
1262.72/316.43	c  N dy  7001   1168054      1500     30000         0     48899    150000    886757    123.95    132.16
1281.03/321.03	c  N dy  7119   1188324      1500     30000         0     69157    150000   4018070    123.95    131.54
1303.38/326.66	c  N dy  7234   1208325      1500     30000         0     89146    150000   7097120    123.93    131.43
1304.98/327.09	c  S st  7242   1209780      1500     30000         0     90598    150000   7315990    123.93   no data
1306.21/327.32	c  S st  7242   1210280      1500     30000         0     91098    150000   7383745    123.93   no data
1306.21/327.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1306.61/327.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1306.61/327.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1306.61/327.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1306.61/327.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1306.61/327.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1306.61/327.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1306.61/327.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1307.77/327.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1486.61/372.51	c lits-rem:       564  cl-subs:       44  v-elim:      0  v-fix:    0  time: 44.80 s
1486.61/372.51	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
1486.97/372.60	c vivif2 --  cl tried    91054 cl shrink        0 lits rem          0 time: 0.09
1488.56/373.06	c asymm  cl-useful: 0/12881/30000 lits-rem:0 time: 0.47
1488.56/373.07	c calculated reachability. Time: 0.00
1488.56/373.07	c  N dy  7242   1210280      1500     30000         0     91054    150000   7367877    123.93   no data
1507.72/377.88	c  N dy  7361   1230363      1500     30000         0     63160    150000   2960113    123.93    132.32
1528.48/383.06	c  N dy  7476   1250493      1500     30000         0     83283    150000   6060955    123.92    130.64
1550.83/388.66	c  N dy  7593   1270566      1500     30000         0     54368    150000   1454786    123.93    130.85
1570.01/393.45	c  N dy  7709   1290623      1500     30000         0     74423    150000   4547972    123.91    130.73
1593.52/399.32	c  N dy  7830   1310675      1500     30000         0     94465    150000   7667729    123.93    132.94
1613.91/404.42	c  N dy  7950   1330755      1500     30000         0     64562    150000   2886223    123.95    131.10
1635.03/409.75	c  N dy  8069   1350900      1500     30000         0     84691    150000   6029431    123.96    132.89
1658.97/415.75	c  N dy  8184   1371032      1500     30000         0     53837    150000   1064373    123.96    134.58
1677.73/420.48	c  N dy  8312   1391144      1500     30000         0     73936    150000   4171188    123.97    131.84
1701.30/426.34	c  N dy  8424   1411302      1500     30000         0     94090    150000   7290421    123.96    130.55
1723.25/431.90	c  N dy  8551   1431404      1500     30000         0     62209    150000   2210088    123.96    130.92
1744.78/437.27	c  N dy  8668   1451532      1500     30000         0     82334    150000   5326585    123.96    130.87
1771.11/443.89	c  N dy  8793   1471583      1500     30000         0    102375    150000   8478046    123.99    131.16
1791.87/449.09	c  N dy  8917   1491643      1500     30000         0     69449    150000   3225663    124.01    134.24
1814.61/454.72	c  N dy  9040   1511684      1500     30000         0     89480    150000   6372071    124.03    130.65
1840.56/461.23	c  N dy  9169   1531901      1500     30000         0     55708    150000    921477    124.05    137.08
1859.75/466.02	c  N dy  9287   1551911      1500     30000         0     75709    150000   4016771    124.05    138.80
1882.86/471.84	c  N dy  9397   1571961      1500     30000         0     95748    150000   7103052    124.04    134.81
1908.40/478.25	c  N dy  9522   1592078      1500     30000         0     60882    150000   1596543    124.04    130.82
1929.16/483.41	c  N dy  9637   1612207      1500     30000         0     80998    150000   4728229    124.05    131.16
1954.70/489.80	c  N dy  9778   1632321      1500     30000         0    101102    150000   7889459    124.08    131.18
1979.44/496.10	c  N dy  9914   1652432      1500     30000         0     65230    150000   2120540    124.11    134.06
2002.99/501.95	c  N dy 10038   1672528      1500     30000         0     85319    150000   5259818    124.13    132.41
2030.96/508.92	c  N dy 10152   1692571      1500     30000         0    105349    150000   8364881    124.12    130.99
2053.67/514.67	c  S st 10260   1710281      1500     30000         0     66082    150000   2067730    124.12    124.12
2054.47/514.86	c  S st 10260   1710786      1500     30000         0     66587    150000   2138036    124.12   no data
2054.47/514.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2054.87/514.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
2054.87/514.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2054.87/514.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2054.87/514.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2054.87/514.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2054.87/514.94	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2054.87/514.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2055.27/515.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2091.19/524.04	c lits-rem:       168  cl-subs:       16  v-elim:      0  v-fix:    0  time:  9.01 s
2091.19/524.05	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2091.19/524.08	c vivif2 --  cl tried    66571 cl shrink        0 lits rem          0 time: 0.03
2092.78/524.49	c asymm  cl-useful: 0/18457/30000 lits-rem:0 time: 0.41
2092.78/524.49	c calculated reachability. Time: 0.00
2092.78/524.49	c  N dy 10260   1710786      1500     30000         0     66571    150000   2132198    124.12   no data
2115.13/530.06	c  N dy 10382   1730907      1500     30000         0     86686    150000   5263108    124.13    131.32
2142.28/536.82	c  N dy 10507   1751019      1500     30000         0    106790    150000   8369144    124.13    131.69
2166.64/542.95	c  N dy 10629   1771083      1500     30000         0     68866    150000   2366801    124.15    130.82
2189.01/548.57	c  N dy 10745   1791213      1500     30000         0     88989    150000   5500852    124.15    132.19
2216.51/555.40	c  N dy 10862   1811297      1500     30000         0    109059    150000   8616876    124.15    130.90
2240.05/561.31	c  N dy 10969   1831325      1500     30000         0     70105    150000   2423909    124.15    131.75
2261.60/566.78	c  N dy 11088   1851406      1500     30000         0     90177    150000   5547601    124.15    130.92
2288.34/573.42	c  N dy 11210   1871501      1500     30000         0    110259    150000   8693350    124.17    130.99
2313.09/579.60	c  N dy 11326   1891627      1500     30000         0     70412    150000   2321982    124.17    131.34
2335.03/585.18	c  N dy 11446   1911740      1500     30000         0     90509    150000   5435674    124.17    130.98
2362.17/591.93	c  N dy 11560   1932342      1500     30000         0    111091    150000   8630404    124.16    131.20
2387.71/598.31	c  N dy 11685   1952485      1500     30000         0     70257    150000   2150416    124.18    132.00
2409.66/603.82	c  N dy 11799   1972674      1500     30000         0     90430    150000   5296509    124.18    134.17
2436.00/610.45	c  N dy 11920   1992716      1500     30000         0    110457    150000   8426754    124.18    139.92
2464.34/617.54	c  N dy 12040   2012768      1500     30000         0     68546    150000   1727951    124.18    131.60
2486.68/623.19	c  N dy 12164   2032796      1500     30000         0     88564    150000   4867494    124.20    147.62
2513.86/629.97	c  N dy 12281   2052831      1500     30000         0    108591    150000   7983045    124.20    132.84
2543.37/637.36	c  N dy 12400   2072894      1500     30000         0     65679    150000   1149330    124.21    132.59
2564.52/642.65	c  N dy 12512   2092951      1500     30000         0     85721    150000   4250876    124.20    134.76
2590.04/649.03	c  N dy 12626   2113040      1500     30000         0    105796    150000   7351293    124.19    131.52
2620.78/656.70	c  N dy 12739   2133094      1500     30000         0    125842    150000  10450896    124.19    131.19
2643.53/662.43	c  N dy 12861   2153388      1500     30000         0     82165    150000   3550608    124.18    131.26
2668.26/668.69	c  N dy 12980   2173506      1500     30000         0    102273    150000   6667612    124.18    130.74
2697.83/676.04	c  N dy 13098   2193682      1500     30000         0    122441    150000   9805147    124.18    133.88
2719.78/681.51	c  S st 13197   2210790      1500     30000         0     74574    150000   2235102    124.19   no data
2720.54/681.71	c  S st 13197   2211294      1500     30000         0     75078    150000   2304449    124.19   no data
2720.54/681.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2720.54/681.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2720.54/681.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2720.54/681.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2720.54/681.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2720.54/681.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2720.54/681.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2720.94/681.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2720.94/681.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2755.30/690.50	c lits-rem:       112  cl-subs:        7  v-elim:      0  v-fix:    0  time:  8.61 s
2755.66/690.50	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2755.66/690.53	c vivif2 --  cl tried    75071 cl shrink        0 lits rem          0 time: 0.03
2756.87/690.86	c asymm  cl-useful: 0/11543/30000 lits-rem:0 time: 0.33
2756.87/690.86	c calculated reachability. Time: 0.00
2756.87/690.86	c  N dy 13197   2211294      1500     30000         0     75071    150000   2302063    124.19   no data
2780.02/696.69	c  N dy 13312   2231395      1500     30000         0     95165    150000   5409553    124.18    132.47
2808.34/703.71	c  N dy 13439   2251424      1500     30000         0    115177    150000   8532245    124.19    131.33
2838.30/711.29	c  N dy 13569   2271459      1500     30000         0     69234    150000   1257807    124.21    130.87
2859.83/716.67	c  N dy 13679   2291494      1500     30000         0     89256    150000   4360360    124.20    133.89
2888.16/723.71	c  N dy 13807   2311591      1500     30000         0    109345    150000   7514857    124.22    131.40
2921.30/732.07	c  N dy 13930   2331627      1500     30000         0    129370    150000  10654914    124.24    137.55
2946.44/738.36	c  N dy 14055   2351671      1500     30000         0     82437    150000   3180041    124.25    131.70
2971.97/744.76	c  N dy 14183   2371761      1500     30000         0    102519    150000   6321911    124.27    135.62
3002.31/752.36	c  N dy 14309   2392088      1500     30000         0    122838    150000   9502885    124.28    132.51
3031.87/759.75	c  N dy 14432   2412142      1500     30000         0     74915    150000   1858147    124.29    159.19
3055.39/765.65	c  N dy 14558   2432188      1500     30000         0     94947    150000   4983028    124.30    132.15
3082.93/772.51	c  N dy 14672   2452346      1500     30000         0    115093    150000   8080909    124.29    131.81
3114.45/780.43	c  N dy 14790   2472368      1500     30000         0    135103    150000  11219890    124.30    130.94
3138.39/786.46	c  N dy 14915   2492608      1500     30000         0     86372    150000   3479402    124.30    133.02
3164.73/793.01	c  N dy 15041   2512631      1500     30000         0    106387    150000   6617003    124.31    131.26
3194.66/800.52	c  N dy 15164   2532692      1500     30000         0    126440    150000   9741302    124.32    131.76
3225.79/808.36	c  N dy 15285   2552780      1500     30000         0     76555    150000   1804094    124.32    132.62
3251.37/814.78	c  N dy 15414   2572828      1500     30000         0     96597    150000   4923518    124.33    135.27
3280.07/821.97	c  N dy 15541   2592855      1500     30000         0    116613    150000   8067636    124.34    131.84
3313.19/830.24	c  N dy 15661   2612889      1500     30000         0    136639    150000  11191536    124.35    139.05
3339.18/836.77	c  N dy 15783   2632896      1500     30000         0     85669    150000   3072008    124.35    133.58
3366.68/843.61	c  N dy 15903   2652968      1500     30000         0    105734    150000   6189698    124.35    131.63
3396.25/851.08	c  N dy 16014   2673095      1500     30000         0    125848    150000   9323987    124.35    132.94
3429.74/859.44	c  N dy 16132   2693149      1500     30000         0     73923    150000   1113508    124.36    137.29
3450.49/864.61	c  S st 16241   2711295      1500     30000         0     92062    150000   3949795    124.36   no data
3451.29/864.84	c  S st 16241   2711798      1500     30000         0     92565    150000   4024446    124.36   no data
3451.29/864.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3451.69/864.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
3451.69/864.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3451.69/864.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3451.69/864.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3451.69/864.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3451.69/864.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3451.69/864.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3452.09/865.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3514.78/880.78	c lits-rem:       206  cl-subs:       25  v-elim:      0  v-fix:    0  time: 15.68 s
3514.78/880.78	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
3515.14/880.83	c vivif2 --  cl tried    92540 cl shrink        0 lits rem          0 time: 0.05
3516.73/881.27	c asymm  cl-useful: 0/14948/30000 lits-rem:0 time: 0.43
3516.73/881.27	c calculated reachability. Time: 0.00
3516.73/881.27	c  N dy 16241   2711798      1500     30000         0     92540    150000   4015909    124.36   no data
3544.27/888.14	c  N dy 16363   2732129      1500     30000         0    112857    150000   7186493    124.36    131.48
3575.82/896.10	c  N dy 16485   2752323      1500     30000         0    133036    150000  10353471    124.37    130.92
3606.96/903.82	c  N dy 16604   2772402      1500     30000         0     80150    150000   1923249    124.37    131.31
3630.87/909.80	c  N dy 16717   2792479      1500     30000         0    100212    150000   5034907    124.37    132.12
3659.64/917.06	c  N dy 16843   2813023      1500     30000         0    120746    150000   8237365    124.37    135.36
3693.13/925.49	c  N dy 16963   2833231      1500     30000         0    140937    150000  11377225    124.37    131.46
3721.10/932.49	c  N dy 17091   2853473      1500     30000         0     87206    150000   2884409    124.38    131.22
3747.80/939.18	c  N dy 17213   2873485      1500     30000         0    107209    150000   6015146    124.39    136.89
3780.53/947.36	c  N dy 17332   2893545      1500     30000         0    127259    150000   9136090    124.39    131.62
3816.44/956.32	c  N dy 17445   2913766      1500     30000         0    147469    150000  12295130    124.39    133.88
3841.99/962.72	c  N dy 17572   2933793      1500     30000         0     92531    150000   3580049    124.41    138.68
3869.53/969.65	c  N dy 17702   2953832      1500     30000         0    112559    150000   6720403    124.42    132.73
3901.45/977.64	c  N dy 17821   2973905      1500     30000         0    132625    150000   9859197    124.42    134.34
3937.37/986.67	c  N dy 17940   2993922      1500     30000         0     76671    150000    948073    124.42    130.99
3961.32/992.67	c  N dy 18071   3014130      1500     30000         0     96868    150000   4100210    124.43    131.44
3989.24/999.69	c  N dy 18194   3034324      1500     30000         0    117052    150000   7228045    124.43    131.23
4021.57/1007.79	c  N dy 18313   3054385      1500     30000         0    137101    150000  10356469    124.43    131.33
4056.70/1016.57	c  N dy 18437   3074480      1500     30000         0     80231    150000   1364384    124.44    131.38
4081.43/1022.71	c  N dy 18561   3094651      1500     30000         0    100390    150000   4508905    124.44    132.81
4111.40/1030.27	c  N dy 18685   3114716      1500     30000         0    120448    150000   7648155    124.45    132.64
4148.88/1039.68	c  N dy 18813   3135177      1500     30000         0    140901    150000  10831445    124.46    131.31
4186.79/1049.19	c  N dy 18947   3155267      1500     30000         0     83015    150000   1643793    124.47    132.13
4214.73/1056.10	c  N dy 19067   3175772      1500     30000         0    103504    150000   4843490    124.48    132.55
4248.25/1064.59	c  N dy 19186   3195813      1500     30000         0    123529    150000   7977052    124.49    136.15
4280.59/1072.60	c  S st 19295   3211800      1500     30000         0    139508    150000  10479607    124.50   no data
4282.19/1073.01	c  S st 19295   3212302      1500     30000         0    140010    150000  10554686    124.50   no data
4282.19/1073.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4282.61/1073.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.12
4282.61/1073.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4282.61/1073.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4282.61/1073.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4282.61/1073.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
4282.61/1073.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4283.01/1073.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
4284.58/1073.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4501.27/1127.97	c lits-rem:       447  cl-subs:       85  v-elim:      0  v-fix:    0  time: 54.32 s
4501.27/1127.97	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
4501.67/1128.10	c vivif2 --  cl tried   139925 cl shrink        0 lits rem          0 time: 0.13
4504.06/1128.60	c asymm  cl-useful: 0/9432/30000 lits-rem:0 time: 0.50
4504.06/1128.61	c calculated reachability. Time: 0.00
4504.06/1128.61	c  N dy 19295   3212302      1500     30000         0    139925    150000  10524795    124.50   no data
4539.58/1137.59	c  N dy 19403   3232338      1500     30000         0     80994    150000   1187162    124.49    131.29
4563.96/1143.68	c  N dy 19526   3252481      1500     30000         0    101130    150000   4305821    124.49    134.91
4593.05/1150.96	c  N dy 19650   3272584      1500     30000         0    121222    150000   7454885    124.49    133.73
4625.41/1159.07	c  N dy 19757   3292776      1500     30000         0    141404    150000  10575651    124.48    132.55
4662.90/1168.42	c  N dy 19885   3312930      1500     30000         0     81590    150000   1137170    124.49    131.42
4687.23/1174.59	c  N dy 20008   3332944      1500     30000         0    101596    150000   4255306    124.49    131.79
4719.17/1182.58	c  N dy 20134   3353143      1500     30000         0    121780    150000   7435900    124.50    131.27
4755.49/1191.66	c  N dy 20250   3373211      1500     30000         0    141832    150000  10579678    124.50    134.25
4797.79/1202.25	c  N dy 20381   3393283      1500     30000         0    161895    150000  13737254    124.51    132.39

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366204-1305398558/watcher-3366204-1305398558 -o /tmp/evaluation-result-3366204-1305398558/solver-3366204-1305398558 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366204-1305398558.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: 6.92 7.84 7.80 5/294 27225
/proc/meminfo: memFree=24410780/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 408 0 0 0 1 0 0 0 23 0 4 0 632271693 52396032 348 33554432000 4194304 4580107 140733458591536 18446744073709551615 47260563171244 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 12792 348 299 95 0 7774 0
[pid=27225/tid=27226] ppid=27223 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 632271694 52396032 348 33554432000 4194304 4580107 140733458591536 18446744073709551615 47260563171250 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 632271694 52396032 348 33554432000 4194304 4580107 140733458591536 18446744073709551615 47260563171250 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 632271694 52396032 348 33554432000 4194304 4580107 140733458591536 18446744073709551615 220816292849 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0246951 s]
/proc/loadavg: 6.92 7.84 7.80 5/294 27225
/proc/meminfo: memFree=24410780/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=284044 CPUtime=0.06 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 2996 0 0 0 6 0 0 0 18 0 4 0 632271693 290861056 2898 33554432000 4194304 4580107 140733458591536 18446744073709551615 4510869 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 71047 3092 337 95 0 66029 0
[pid=27225/tid=27226] ppid=27223 vsize=284188 CPUtime=0.02 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 777 0 0 0 2 0 0 0 18 0 4 0 632271694 291008512 3202 33554432000 4194304 4580107 140733458591536 18446744073709551615 220816341535 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=284352 CPUtime=0.01 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) D 27223 27225 27184 0 -1 4202560 735 0 0 0 1 0 0 0 18 0 4 0 632271694 291176448 3247 33554432000 4194304 4580107 140733458591536 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=284592 CPUtime=0.01 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) S 27223 27225 27184 0 -1 4202560 704 0 0 0 1 0 0 0 18 0 4 0 632271694 291422208 3340 33554432000 4194304 4580107 140733458591536 18446744073709551615 220816341486 0 0 4096 2 18446604463305186048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 284044

[startup+0.200913 s]
/proc/loadavg: 6.92 7.84 7.80 5/294 27225
/proc/meminfo: memFree=24410780/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=290176 CPUtime=0.79 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) D 27223 27225 27184 0 -1 4202496 6672 0 0 0 77 2 0 0 18 0 4 0 632271693 297140224 6573 33554432000 4194304 4580107 140733458591536 18446744073709551615 220815897633 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 77439 9848 377 95 0 72421 0
[pid=27225/tid=27226] ppid=27223 vsize=309756 CPUtime=0.7 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) D 27223 27225 27184 0 -1 4202560 4007 0 0 0 70 0 0 0 18 0 4 0 632271694 317190144 9848 33554432000 4194304 4580107 140733458591536 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=309756 CPUtime=0.7 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 4010 0 0 0 69 1 0 0 18 0 4 0 632271694 317190144 9336 33554432000 4194304 4580107 140733458591536 18446744073709551615 220816279687 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=309756 CPUtime=0.69 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) D 27223 27225 27184 0 -1 4202560 2497 0 0 0 69 0 0 0 18 0 4 0 632271694 317190144 9336 33554432000 4194304 4580107 140733458591536 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 290176

[startup+0.963346 s]
/proc/loadavg: 6.92 7.84 7.80 5/294 27225
/proc/meminfo: memFree=24410780/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=301388 CPUtime=3.82 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 16721 0 0 0 379 3 0 0 18 0 4 0 632271693 308621312 10831 33554432000 4194304 4580107 140733458591536 18446744073709551615 4316796 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 75347 10831 377 95 0 70329 0
[pid=27225/tid=27226] ppid=27223 vsize=301388 CPUtime=0.95 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 4449 0 0 0 95 0 0 0 18 0 4 0 632271694 308621312 10831 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=301388 CPUtime=0.95 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 4432 0 0 0 94 1 0 0 19 0 4 0 632271694 308621312 10831 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=301388 CPUtime=0.94 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 2902 0 0 0 94 0 0 0 19 0 4 0 632271694 308621312 10831 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 301388

[startup+1.06333 s]
/proc/loadavg: 6.92 7.84 7.80 5/294 27225
/proc/meminfo: memFree=24410780/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=301388 CPUtime=4.21 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 17381 0 0 0 418 3 0 0 19 0 4 0 632271693 308621312 11491 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 75347 11491 377 95 0 70329 0
[pid=27225/tid=27226] ppid=27223 vsize=301388 CPUtime=1.05 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 4620 0 0 0 105 0 0 0 18 0 4 0 632271694 308621312 11491 33554432000 4194304 4580107 140733458591536 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=301388 CPUtime=1.05 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 4593 0 0 0 104 1 0 0 19 0 4 0 632271694 308621312 11491 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=301388 CPUtime=1.04 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 3053 0 0 0 104 0 0 0 19 0 4 0 632271694 308621312 11491 33554432000 4194304 4580107 140733458591536 18446744073709551615 4319953 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 301388

[startup+1.50025 s]
/proc/loadavg: 6.92 7.84 7.80 5/294 27225
/proc/meminfo: memFree=24410780/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=302468 CPUtime=5.96 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 22136 0 0 0 592 4 0 0 19 0 4 0 632271693 309727232 10958 33554432000 4194304 4580107 140733458591536 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 75617 10958 377 95 0 70599 0
[pid=27225/tid=27226] ppid=27223 vsize=302468 CPUtime=1.48 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 5807 0 0 0 148 0 0 0 19 0 4 0 632271694 309727232 10958 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=302468 CPUtime=1.49 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 5798 0 0 0 148 1 0 0 19 0 4 0 632271694 309727232 10958 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=302468 CPUtime=1.47 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 4229 0 0 0 147 0 0 0 20 0 4 0 632271694 309727232 10958 33554432000 4194304 4580107 140733458591536 18446744073709551615 4322504 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) 302468

[startup+3.10095 s]
/proc/loadavg: 7.01 7.85 7.81 9/298 27229
/proc/meminfo: memFree=24327068/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=304012 CPUtime=12.35 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 36376 0 0 0 1228 7 0 0 24 0 4 0 632271693 311308288 12078 33554432000 4194304 4580107 140733458591536 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 76003 12078 378 95 0 70985 0
[pid=27225/tid=27226] ppid=27223 vsize=304012 CPUtime=3.09 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 9441 0 0 0 308 1 0 0 23 0 4 0 632271694 311308288 12078 33554432000 4194304 4580107 140733458591536 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=304012 CPUtime=3.08 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 9422 0 0 0 307 1 0 0 25 0 4 0 632271694 311308288 12078 33554432000 4194304 4580107 140733458591536 18446744073709551615 4319767 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=304012 CPUtime=3.05 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 7748 0 0 0 304 1 0 0 25 0 4 0 632271694 311308288 12078 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 304012

[startup+6.30036 s]
/proc/loadavg: 7.01 7.85 7.81 9/298 27229
/proc/meminfo: memFree=24132288/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=329176 CPUtime=25.11 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 76553 0 0 0 2497 14 0 0 25 0 4 0 632271693 337076224 37269 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 82294 37269 379 95 0 77276 0
[pid=27225/tid=27226] ppid=27223 vsize=329176 CPUtime=6.29 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 17107 0 0 0 626 3 0 0 25 0 4 0 632271694 337076224 37269 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=329176 CPUtime=6.28 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 20740 0 0 0 625 3 0 0 25 0 4 0 632271694 337076224 37269 33554432000 4194304 4580107 140733458591536 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=329176 CPUtime=6.22 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 19221 0 0 0 619 3 0 0 25 0 4 0 632271694 337076224 37269 33554432000 4194304 4580107 140733458591536 18446744073709551615 4416320 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 329176

[startup+12.7012 s]
/proc/loadavg: 7.16 7.85 7.81 9/298 27230
/proc/meminfo: memFree=24018980/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=343420 CPUtime=50.68 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 112313 0 0 0 5046 22 0 0 25 0 4 0 632271693 351662080 51740 33554432000 4194304 4580107 140733458591536 18446744073709551615 4301867 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 85855 51740 379 95 0 80837 0
[pid=27225/tid=27226] ppid=27223 vsize=343420 CPUtime=12.7 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 28885 0 0 0 1265 5 0 0 25 0 4 0 632271694 351662080 51747 33554432000 4194304 4580107 140733458591536 18446744073709551615 4416453 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=343420 CPUtime=12.7 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 26929 0 0 0 1265 5 0 0 25 0 4 0 632271694 351662080 51748 33554432000 4194304 4580107 140733458591536 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=343420 CPUtime=12.57 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 27300 0 0 0 1252 5 0 0 25 0 4 0 632271694 351662080 51748 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294688 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) 343420

[startup+25.5008 s]
/proc/loadavg: 7.29 7.85 7.81 9/298 27230
/proc/meminfo: memFree=23828972/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=434480 CPUtime=101.74 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 156568 0 0 0 10142 32 0 0 25 0 4 0 632271693 444907520 74412 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 108620 74412 379 95 0 103602 0
[pid=27225/tid=27226] ppid=27223 vsize=434480 CPUtime=25.49 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 38305 0 0 0 2541 8 0 0 25 0 4 0 632271694 444907520 74412 33554432000 4194304 4580107 140733458591536 18446744073709551615 4416046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=434480 CPUtime=25.48 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 39271 0 0 0 2541 7 0 0 25 0 4 0 632271694 444907520 74412 33554432000 4194304 4580107 140733458591536 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=434480 CPUtime=25.25 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 42016 0 0 0 2517 8 0 0 25 0 4 0 632271694 444907520 74412 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 434480

[startup+51.1011 s]
/proc/loadavg: 7.53 7.86 7.81 9/298 27231
/proc/meminfo: memFree=23714352/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=625056 CPUtime=203.91 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 246962 0 0 0 20337 54 0 0 25 0 4 0 632271693 640057344 88949 33554432000 4194304 4580107 140733458591536 18446744073709551615 4416036 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 156264 88949 379 95 0 151246 0
[pid=27225/tid=27226] ppid=27223 vsize=625056 CPUtime=51.09 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 66977 0 0 0 5093 16 0 0 25 0 4 0 632271694 640057344 88949 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=625056 CPUtime=51.08 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 57140 0 0 0 5097 11 0 0 25 0 4 0 632271694 640057344 88949 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294807 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=625056 CPUtime=50.62 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 71333 0 0 0 5047 15 0 0 25 0 4 0 632271694 640057344 88949 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 625056

[startup+102.301 s]
/proc/loadavg: 7.85 7.90 7.83 9/298 27232
/proc/meminfo: memFree=23590820/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=654644 CPUtime=408.24 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 395026 0 0 0 40733 91 0 0 25 0 4 0 632271693 670355456 106147 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 163661 106147 379 95 0 158643 0
[pid=27225/tid=27226] ppid=27223 vsize=654644 CPUtime=102.29 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 115354 0 0 0 10200 29 0 0 25 0 4 0 632271694 670355456 106147 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=654644 CPUtime=102.28 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 91492 0 0 0 10210 18 0 0 25 0 4 0 632271694 670355456 106147 33554432000 4194304 4580107 140733458591536 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=654644 CPUtime=101.35 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 106276 0 0 0 10110 25 0 0 25 0 4 0 632271694 670355456 106147 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.24
Current children cumulated vsize (KiB) 654644

[startup+162.301 s]

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

[pid=27225] ppid=27223 vsize=1203492 CPUtime=2802.76 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 1630955 0 0 0 279795 481 0 0 25 0 4 0 632271693 1232375808 224113 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 300873 224114 382 95 0 295855 0
[pid=27225/tid=27226] ppid=27223 vsize=1203492 CPUtime=702.28 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 449921 0 0 0 70090 138 0 0 25 0 4 0 632271694 1232375808 224114 33554432000 4194304 4580107 140733458591536 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=1203492 CPUtime=702.27 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 401775 0 0 0 70114 113 0 0 25 0 4 0 632271694 1232375808 224114 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=1203492 CPUtime=695.9 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 418799 0 0 0 69465 125 0 0 25 0 4 0 632271694 1232375808 224114 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2802.76
Current children cumulated vsize (KiB) 1203492

[startup+762.301 s]
/proc/loadavg: 8.07 8.03 7.92 9/298 27250
/proc/meminfo: memFree=22594116/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=1301888 CPUtime=3042.22 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 1723998 0 0 0 303709 513 0 0 25 0 4 0 632271693 1333133312 233826 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 325472 233826 382 95 0 320454 0
[pid=27225/tid=27226] ppid=27223 vsize=1301888 CPUtime=762.29 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 478880 0 0 0 76080 149 0 0 25 0 4 0 632271694 1333133312 233826 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=1301888 CPUtime=762.28 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 412912 0 0 0 76111 117 0 0 25 0 4 0 632271694 1333133312 233826 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=1301888 CPUtime=755.35 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 444623 0 0 0 75401 134 0 0 25 0 4 0 632271694 1333133312 233826 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3042.22
Current children cumulated vsize (KiB) 1301888

[startup+822.301 s]
/proc/loadavg: 8.02 8.02 7.92 9/298 27251
/proc/meminfo: memFree=22490556/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=1211672 CPUtime=3281.69 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 1828911 0 0 0 327618 551 0 0 25 0 4 0 632271693 1240752128 235256 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 302918 235256 379 95 0 297900 0
[pid=27225/tid=27226] ppid=27223 vsize=1211672 CPUtime=822.3 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 506331 0 0 0 82072 158 0 0 25 0 4 0 632271694 1240752128 235258 33554432000 4194304 4580107 140733458591536 18446744073709551615 4415940 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=1211672 CPUtime=822.29 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 436579 0 0 0 82104 125 0 0 25 0 4 0 632271694 1240752128 235258 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=1211672 CPUtime=814.81 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 472648 0 0 0 81334 147 0 0 25 0 4 0 632271694 1240752128 235258 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3281.69
Current children cumulated vsize (KiB) 1211672

[startup+882.301 s]
/proc/loadavg: 8.01 8.02 7.92 9/298 27253
/proc/meminfo: memFree=22590720/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=1086280 CPUtime=3521.12 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 1909221 0 0 0 351527 585 0 0 25 0 4 0 632271693 1112350720 220589 33554432000 4194304 4580107 140733458591536 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 271570 220589 379 95 0 266552 0
[pid=27225/tid=27226] ppid=27223 vsize=1086280 CPUtime=882.29 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 528003 0 0 0 88062 167 0 0 25 0 4 0 632271694 1112350720 220589 33554432000 4194304 4580107 140733458591536 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=1086280 CPUtime=882.27 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 461422 0 0 0 88092 135 0 0 25 0 4 0 632271694 1112350720 220589 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=1086280 CPUtime=874.26 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 488697 0 0 0 87273 153 0 0 25 0 4 0 632271694 1112350720 220589 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3521.12
Current children cumulated vsize (KiB) 1086280

[startup+942.311 s]
/proc/loadavg: 8.04 8.03 7.93 9/298 27254
/proc/meminfo: memFree=22548408/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=1230460 CPUtime=3760.61 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 2008066 0 0 0 375440 621 0 0 25 0 4 0 632271693 1259991040 229733 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 307615 229733 379 95 0 302597 0
[pid=27225/tid=27226] ppid=27223 vsize=1230460 CPUtime=942.3 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 556306 0 0 0 94052 178 0 0 25 0 4 0 632271694 1259991040 229733 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=1230460 CPUtime=942.29 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 483684 0 0 0 94085 144 0 0 25 0 4 0 632271694 1259991040 229733 33554432000 4194304 4580107 140733458591536 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=1230460 CPUtime=933.72 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 512225 0 0 0 93210 162 0 0 25 0 4 0 632271694 1259991040 229733 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294719 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3760.61
Current children cumulated vsize (KiB) 1230460

[startup+1002.3 s]
/proc/loadavg: 8.06 8.03 7.93 9/298 27256
/proc/meminfo: memFree=22534352/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=1218832 CPUtime=4000.02 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 2100224 0 0 0 399348 654 0 0 25 0 4 0 632271693 1248083968 228611 33554432000 4194304 4580107 140733458591536 18446744073709551615 4301958 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 304708 228612 379 95 0 299690 0
[pid=27225/tid=27226] ppid=27223 vsize=1218832 CPUtime=1002.28 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 583656 0 0 0 100038 190 0 0 25 0 4 0 632271694 1248083968 228612 33554432000 4194304 4580107 140733458591536 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=1218832 CPUtime=1002.28 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 493988 0 0 0 100080 148 0 0 25 0 4 0 632271694 1248083968 228612 33554432000 4194304 4580107 140733458591536 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=1218832 CPUtime=993.17 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 539395 0 0 0 99147 170 0 0 25 0 4 0 632271694 1248083968 228612 33554432000 4194304 4580107 140733458591536 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4000.02
Current children cumulated vsize (KiB) 1218832

[startup+1062.3 s]
/proc/loadavg: 8.05 8.04 7.94 9/298 27258
/proc/meminfo: memFree=21946324/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=1549232 CPUtime=4239.47 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 2242903 0 0 0 423250 697 0 0 25 0 4 0 632271693 1586413568 307508 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 387308 307508 379 95 0 382290 0
[pid=27225/tid=27226] ppid=27223 vsize=1549232 CPUtime=1062.29 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 628910 0 0 0 106030 199 0 0 25 0 4 0 632271694 1586413568 307508 33554432000 4194304 4580107 140733458591536 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=1549232 CPUtime=1062.28 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 520091 0 0 0 106069 159 0 0 25 0 4 0 632271694 1586413568 307508 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=1549232 CPUtime=1052.62 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 584826 0 0 0 105080 182 0 0 25 0 4 0 632271694 1586413568 307508 33554432000 4194304 4580107 140733458591536 18446744073709551615 4451678 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4239.47
Current children cumulated vsize (KiB) 1549232

[startup+1122.3 s]
/proc/loadavg: 8.02 8.03 7.94 9/298 27268
/proc/meminfo: memFree=21851936/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=1632448 CPUtime=4478.92 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 2293657 0 0 0 447170 722 0 0 25 0 4 0 632271693 1671626752 319869 33554432000 4194304 4580107 140733458591536 18446744073709551615 4416292 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 408112 319869 379 95 0 403094 0
[pid=27225/tid=27226] ppid=27223 vsize=1632448 CPUtime=1122.28 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 637810 0 0 0 112025 203 0 0 25 0 4 0 632271694 1671626752 319869 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=1632448 CPUtime=1122.25 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 544060 0 0 0 112051 174 0 0 25 0 4 0 632271694 1671626752 319869 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=1632448 CPUtime=1112.08 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 584826 0 0 0 111026 182 0 0 25 0 4 0 632271694 1671626752 319869 33554432000 4194304 4580107 140733458591536 18446744073709551615 4416292 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4478.92
Current children cumulated vsize (KiB) 1632448

[startup+1182.3 s]
/proc/loadavg: 8.00 8.02 7.94 9/298 27270
/proc/meminfo: memFree=21758640/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=1700636 CPUtime=4718.37 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 2403565 0 0 0 471077 760 0 0 25 0 4 0 632271693 1741451264 331464 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 425159 331464 379 95 0 420141 0
[pid=27225/tid=27226] ppid=27223 vsize=1700636 CPUtime=1182.28 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 664328 0 0 0 118014 214 0 0 25 0 4 0 632271694 1741451264 331464 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=1700636 CPUtime=1182.26 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 577286 0 0 0 118043 183 0 0 25 0 4 0 632271694 1741451264 331464 33554432000 4194304 4580107 140733458591536 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=1700636 CPUtime=1171.53 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 610570 0 0 0 116962 191 0 0 25 0 4 0 632271694 1741451264 331464 33554432000 4194304 4580107 140733458591536 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4718.37
Current children cumulated vsize (KiB) 1700636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.00 8.02 7.94 9/298 27270
/proc/meminfo: memFree=21821752/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=1642728 CPUtime=4800.2 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 2426866 0 0 0 479249 771 0 0 25 0 4 0 632271693 1682153472 326571 33554432000 4194304 4580107 140733458591536 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 410682 326571 379 95 0 405664 0
[pid=27225/tid=27226] ppid=27223 vsize=1642728 CPUtime=1202.8 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 671064 0 0 0 120062 218 0 0 25 0 4 0 632271694 1682153472 326572 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=1642728 CPUtime=1202.77 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 577286 0 0 0 120094 183 0 0 25 0 4 0 632271694 1682153472 326572 33554432000 4194304 4580107 140733458591536 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=1642728 CPUtime=1191.85 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 619152 0 0 0 118990 195 0 0 25 0 4 0 632271694 1682153472 326572 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 1642728

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

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

[startup+1202.8 s]
/proc/loadavg: 8.00 8.02 7.94 9/298 27270
/proc/meminfo: memFree=21821752/32951124 swapFree=63485424/67111528
[pid=27225] ppid=27223 vsize=1642728 CPUtime=4800.2 cores=1,3,5,7
/proc/27225/stat : 27225 (strangenight2-m) R 27223 27225 27184 0 -1 4202496 2426866 0 0 0 479249 771 0 0 25 0 4 0 632271693 1682153472 326571 33554432000 4194304 4580107 140733458591536 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27225/statm: 410682 326571 379 95 0 405664 0
[pid=27225/tid=27226] ppid=27223 vsize=1642728 CPUtime=1202.8 cores=1,3,5,7
/proc/27225/task/27226/stat : 27226 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 671064 0 0 0 120062 218 0 0 25 0 4 0 632271694 1682153472 326572 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27225/tid=27227] ppid=27223 vsize=1642728 CPUtime=1202.77 cores=1,3,5,7
/proc/27225/task/27227/stat : 27227 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 577286 0 0 0 120094 183 0 0 25 0 4 0 632271694 1682153472 326572 33554432000 4194304 4580107 140733458591536 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27225/tid=27228] ppid=27223 vsize=1642728 CPUtime=1191.85 cores=1,3,5,7
/proc/27225/task/27228/stat : 27228 (strangenight2-m) R 27223 27225 27184 0 -1 4202560 619152 0 0 0 118990 195 0 0 25 0 4 0 632271694 1682153472 326572 33554432000 4194304 4580107 140733458591536 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 1642728

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.87
CPU time (s): 4800.3
CPU user time (s): 4792.53
CPU system time (s): 7.77282
CPU usage (%): 399.07
Max. virtual memory (cumulated for all children) (KiB): 1700948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.53
system time used= 7.77282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2426870
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= 3684
involuntary context switches= 19711

runsolver used 2.91656 second user time and 8.05377 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-14 20:42:38
IDJOB=3366204
IDBENCH=82613
IDSOLVER=1844
FILE ID=node147/3366204-1305398558
RUNJOBID= node147-1305398558-27203
PBS_JOBID= 13324491
Free space on /tmp= 73100 MiB

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

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

MD5SUM BENCH= 1b4a544dd042630233219a622c9437c7
RANDOM SEED=1441999485

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24411060 kB
Buffers:        286124 kB
Cached:        4975656 kB
SwapCached:      13132 kB
Active:        1644896 kB
Inactive:      6660784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24411060 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           12764 kB
Writeback:           8 kB
AnonPages:     3039388 kB
Mapped:          14776 kB
Slab:           140988 kB
PageTables:      28772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 44916456 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= 73096 MiB
End job on node147 at 2011-05-14 21:02:43