Trace number 3173795

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.31 1201.96

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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173795-1304031222.cnf'
0.00/0.00	c -- header says num vars:           1500
0.00/0.00	c -- header says num clauses:       30000
0.37/0.18	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.37/0.18	c -- vars added       1500
0.37/0.18	c Parsing time:  0.01 s
0.37/0.18	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data
0.37/0.18	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.15
0.37/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.37/0.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.37/0.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.37/0.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.37/0.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.37/0.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.97/1.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3.97/1.00	c Finding binary XORs  T:     0.00 s  found:       0
3.97/1.00	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
3.97/1.00	c calculated reachability. Time: 0.00
3.97/1.00	c Calc default polars -  time:   0.00 s pos:     694 undec:      73 neg:     733
3.97/1.00	c =========================================================================================
3.97/1.00	c types(t): F = full restart, N = normal restart
3.97/1.00	c types(t): S = simplification begin/end, E = solution found
3.97/1.00	c restart types(rt): st = static, dy = dynamic
3.97/1.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.97/1.00	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data
3.97/1.00	c  N dy    17      4143      1500     30000         0      4140    150000    676469    125.84    133.18
3.97/1.00	c  N dy    42      8233      1500     30000         0      5729    150000    658088    124.61    140.01
5.16/1.37	c  N dy    63     12343      1500     30000         0      5593    150000    415791    123.32    133.62
6.76/1.77	c  N dy    87     16391      1500     30000         0      9639    150000   1035812    123.36    132.85
8.36/2.19	c  N dy   112     20455      1500     30000         0      8077    150000    619434    123.48    138.47
10.38/2.62	c  N dy   138     24516      1500     30000         0     12135    150000   1246841    123.62    130.51
10.38/2.67	c  F st   142     25001      1500     30000         0     12620    150000   1319612    123.62   no data
12.75/3.23	c  N dy   148     30001      1500     30000         0     10797    150000    982166    123.62   no data
12.75/3.23	c  S st   148     30001      1500     30000         0     10797    150000    982166    123.62   no data
12.75/3.29	c  S st   148     30503      1500     30000         0     11299    150000   1050266    123.62   no data
13.15/3.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.15/3.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
13.15/3.32	c blocked clauses removed:        0 vars:      0 tried:        1500 T: 0.00 s
13.15/3.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.15/3.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.15/3.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
13.15/3.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
13.15/3.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
13.15/3.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.87	c lits-rem:       289  cl-subs:       22  v-elim:      0  v-fix:    0  time:  0.48 s
15.94/4.05	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.18
15.94/4.05	c calculated reachability. Time: 0.00
15.94/4.05	c  N dy   148     30503      1500     30000         0     11277    150000   1041902    123.62   no data
17.94/4.51	c  N dy   171     34604      1500     30000         0     15376    150000   1679064    123.78    163.67
19.53/4.97	c  N dy   195     38728      1500     30000         0     11605    150000    851059    123.78    130.46
21.54/5.48	c  N dy   219     42769      1500     30000         0     15644    150000   1473839    123.76    130.56
23.15/5.85	c  S st   238     45756      1500     30000         0      9687    150000    401502    123.70    123.78
23.56/5.92	c  S st   238     46257      1500     30000         0     10188    150000    467934    123.70   no data
23.56/5.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.56/5.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
23.56/5.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.56/5.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.56/5.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.56/5.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
23.56/5.94	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
23.56/5.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
23.56/5.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.33/6.11	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
24.33/6.11	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
24.33/6.12	c vivif2 --  cl tried    10188 cl shrink        0 lits rem          0 time: 0.01
25.13/6.31	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.19
25.13/6.31	c calculated reachability. Time: 0.00
25.13/6.31	c  N dy   238     46257      1500     30000         0     10188    150000    467933    123.70   no data
26.73/6.79	c  N dy   264     50349      1500     30000         0     14280    150000   1094263    123.57    138.85
29.12/7.32	c  N dy   285     54650      1500     30000         0     18579    150000   1759524    123.37    132.90
30.73/7.79	c  N dy   307     58673      1500     30000         0     12628    150000    695273    123.08    133.47
32.72/8.28	c  N dy   336     62748      1500     30000         0     16700    150000   1328181    123.20    134.72
35.11/8.84	c  N dy   362     66862      1500     30000         0     20814    150000   1958137    123.15    130.61
36.33/9.19	c  S st   376     69385      1500     30000         0     12356    150000    510559    123.07   no data
36.73/9.26	c  S st   376     69886      1500     30000         0     12857    150000    569471    123.07   no data
36.73/9.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.73/9.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
36.73/9.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.73/9.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.73/9.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.73/9.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
36.73/9.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.73/9.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
37.11/9.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.91/9.51	c lits-rem:        24  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.19 s
37.91/9.51	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
37.91/9.52	c vivif2 --  cl tried    12856 cl shrink        0 lits rem          0 time: 0.01
38.70/9.72	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.21
38.70/9.73	c calculated reachability. Time: 0.00
38.70/9.73	c  N dy   376     69886      1500     30000         0     12856    150000    569102    123.07   no data
40.72/10.27	c  N dy   403     74399      1500     30000         0     17369    150000   1259145    123.00    130.59
43.50/10.91	c  N dy   432     79315      1500     30000         0     22281    150000   2037732    123.21    132.66
45.90/11.56	c  N dy   465     84395      1500     30000         0     15365    150000    827543    123.24    129.77
47.49/11.94	c  F st   484     87500      1500     30000         0     18469    150000   1299916    123.22    116.68
49.10/12.37	c  N st   489     90803      1500     30000         0     21768    150000   1850734    123.22   no data
52.29/13.18	c  N dy   511     96888      1500     30000         0     14863    150000    600620    123.09    131.76
55.48/13.94	c  N dy   546    103196      1500     30000         0     21169    150000   1561039    122.99    130.89
56.28/14.16	c  S st   558    104829      1500     30000         0     22801    150000   1814422    123.03   no data
56.68/14.25	c  S st   558    105333      1500     30000         0     23305    150000   1882562    123.03   no data
56.68/14.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.68/14.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
56.68/14.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.68/14.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.68/14.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.68/14.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
56.68/14.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
57.08/14.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
57.08/14.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.48/17.99	c lits-rem:       110  cl-subs:       11  v-elim:      0  v-fix:    0  time:  3.61 s
71.48/18.00	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
71.88/18.02	c vivif2 --  cl tried    23294 cl shrink        0 lits rem          0 time: 0.02
73.05/18.33	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.32
73.05/18.33	c calculated reachability. Time: 0.00
73.05/18.33	c  N dy   558    105333      1500     30000         0     23294    150000   1879213    123.03   no data
77.06/19.32	c  N dy   604    112098      1500     30000         0     16066    150000    654570    123.12    131.83
80.67/20.28	c  N dy   641    119382      1500     30000         0     23343    150000   1756183    122.96    130.17
85.45/21.44	c  N dy   687    127009      1500     30000         0     15975    150000    489165    123.04    141.52
89.83/22.56	c  N dy   733    135223      1500     30000         0     24183    150000   1749200    122.99    135.85
95.02/23.88	c  N dy   781    143927      1500     30000         0     16892    150000    483666    123.06    147.83
100.22/25.15	c  N dy   840    153263      1500     30000         0     26224    150000   1934710    123.18    129.92
103.02/25.86	c  S st   867    157999      1500     30000         0     30960    150000   2650805    123.07   no data
103.42/25.97	c  S st   867    158503      1500     30000         0     31464    150000   2721217    123.07   no data
103.42/25.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
103.82/26.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
103.82/26.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
103.82/26.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.82/26.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.82/26.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
103.82/26.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
103.82/26.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
104.22/26.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.37/35.43	c lits-rem:       227  cl-subs:       16  v-elim:      0  v-fix:    0  time:  9.29 s
141.37/35.44	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
141.37/35.47	c vivif2 --  cl tried    31448 cl shrink        0 lits rem          0 time: 0.03
142.96/35.83	c asymm  cl-useful: 0/27656/30000 lits-rem:0 time: 0.36
142.96/35.83	c calculated reachability. Time: 0.00
142.96/35.83	c  N dy   867    158503      1500     30000         0     31448    150000   2715211    123.07   no data
148.96/37.35	c  N dy   921    168651      1500     30000         0     24596    150000   1502233    122.97    129.73
155.74/39.05	c  N dy   979    179614      1500     30000         0     35554    150000   3151749    122.82    129.31
162.53/40.73	c  N dy  1049    191314      1500     30000         0     29257    150000   2110329    122.90    129.78
170.12/42.68	c  N dy  1126    203533      1500     30000         0     22477    150000    903978    122.88    132.58
178.11/44.68	c  N dy  1208    216556      1500     30000         0     35496    150000   2890762    122.89    129.60
186.89/46.83	c  N dy  1288    230551      1500     30000         0     29480    150000   1841364    122.92    130.25
191.69/48.02	c  S st  1336    237755      1500     30000         0     36680    150000   2953653    122.98    119.76
192.09/48.14	c  S st  1336    238258      1500     30000         0     37183    150000   3022226    122.98   no data
192.09/48.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
192.09/48.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
192.09/48.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
192.09/48.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
192.09/48.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
192.09/48.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
192.09/48.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
192.49/48.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
192.89/48.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
229.66/57.52	c lits-rem:       267  cl-subs:       17  v-elim:      0  v-fix:    0  time:  9.20 s
229.66/57.52	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
229.66/57.56	c vivif2 --  cl tried    37166 cl shrink        0 lits rem          0 time: 0.04
229.66/57.60	c asymm  cl-useful: 0/2344/30000 lits-rem:0 time: 0.04
230.06/57.60	c calculated reachability. Time: 0.00
230.06/57.60	c  N dy  1336    238258      1500     30000         0     37166    150000   3015795    122.98   no data
239.23/59.94	c  N dy  1424    253588      1500     30000         0     31508    150000   2012794    123.02    132.94
250.02/62.63	c  N dy  1526    269970      1500     30000         0     25899    150000    993202    123.09    129.62
261.20/65.44	c  N dy  1636    287247      1500     30000         0     43166    150000   3651769    123.15    131.79
272.79/68.38	c  N dy  1744    305630      1500     30000         0     38554    150000   2797694    123.14    146.34
273.19/68.49	c  F st  1748    306252      1500     30000         0     39176    150000   2893477    123.14   no data
285.57/71.59	c  N dy  1833    325399      1500     30000         0     34319    150000   1996608    123.13    130.30
299.96/75.12	c  N dy  1964    345466      1500     30000         0     29389    150000   1102591    123.20    131.40
307.54/77.08	c  S st  2042    357390      1500     30000         0     41307    150000   2954760    123.26    123.39
308.34/77.21	c  S st  2042    357896      1500     30000         0     41813    150000   3025143    123.26   no data
308.34/77.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
308.34/77.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
308.34/77.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
308.34/77.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
308.34/77.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
308.34/77.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
308.34/77.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
308.34/77.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
308.75/77.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
347.48/87.10	c lits-rem:       298  cl-subs:       11  v-elim:      0  v-fix:    0  time:  9.71 s
347.88/87.10	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
347.88/87.14	c vivif2 --  cl tried    41802 cl shrink        0 lits rem          0 time: 0.04
349.48/87.55	c asymm  cl-useful: 0/24107/30000 lits-rem:0 time: 0.41
349.48/87.55	c calculated reachability. Time: 0.00
349.48/87.55	c  N dy  2042    357896      1500     30000         0     41802    150000   3021463    123.26   no data
364.26/91.26	c  N dy  2161    377905      1500     30000         0     35808    150000   1941728    123.25    133.45
379.84/95.12	c  N dy  2289    398016      1500     30000         0     28927    150000    731759    123.28    132.20
394.21/98.72	c  N dy  2415    418084      1500     30000         0     48982    150000   3842127    123.34    130.58
408.60/102.38	c  N dy  2541    438374      1500     30000         0     41277    150000   2500356    123.35    130.77
424.17/106.25	c  N dy  2669    458442      1500     30000         0     32353    150000    980077    123.42    130.31
438.56/109.85	c  N dy  2791    478467      1500     30000         0     52370    150000   4079261    123.44    129.98
453.75/113.62	c  N dy  2907    498807      1500     30000         0     42718    150000   2447431    123.44    131.28
470.11/117.77	c  N dy  3040    518827      1500     30000         0     31737    150000    580801    123.51    130.88
482.89/120.94	c  S st  3147    536844      1500     30000         0     49741    150000   3363247    123.51    115.15
483.29/121.09	c  S st  3147    537345      1500     30000         0     50242    150000   3430476    123.51   no data
483.69/121.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
483.69/121.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
483.69/121.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
483.69/121.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
483.69/121.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
483.69/121.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
483.69/121.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
483.69/121.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
484.09/121.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
532.03/133.24	c lits-rem:       284  cl-subs:       25  v-elim:      0  v-fix:    0  time: 11.94 s
532.03/133.24	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
532.03/133.28	c vivif2 --  cl tried    50217 cl shrink        0 lits rem          0 time: 0.04
532.43/133.40	c asymm  cl-useful: 0/5893/30000 lits-rem:0 time: 0.12
532.84/133.40	c calculated reachability. Time: 0.00
532.84/133.40	c  N dy  3147    537345      1500     30000         0     50217    150000   3422207    123.51   no data
550.00/137.75	c  N dy  3264    557377      1500     30000         0     38256    150000   1430016    123.49    131.57
566.78/141.99	c  N dy  3394    577598      1500     30000         0     58456    150000   4551089    123.53    130.61
584.35/146.36	c  N dy  3512    597639      1500     30000         0     45509    150000   2441775    123.58    163.84
602.73/150.96	c  N dy  3627    617946      1500     30000         0     65803    150000   5574458    123.55    132.45
618.31/154.86	c  N dy  3742    638057      1500     30000         0     51918    150000   3258565    123.55    131.33
637.08/159.53	c  N dy  3874    658064      1500     30000         0     36936    150000    806509    123.59    145.39
652.66/163.47	c  N dy  3990    678088      1500     30000         0     56948    150000   3898407    123.59    145.66
671.03/168.04	c  N dy  4113    698172      1500     30000         0     41050    150000   1293454    123.62    131.19
687.41/172.19	c  N dy  4248    718359      1500     30000         0     61232    150000   4435548    123.65    133.54
705.38/176.64	c  N dy  4369    738373      1500     30000         0     44256    150000   1644934    123.67    137.42
722.19/180.86	c  N dy  4498    758468      1500     30000         0     64334    150000   4781871    123.73    131.59
739.76/185.27	c  N dy  4609    778519      1500     30000         0     46398    150000   1823425    123.70    135.71
756.93/189.57	c  N dy  4725    798549      1500     30000         0     66416    150000   4913640    123.68    133.44
764.51/191.49	c  S st  4773    806019      1500     30000         0     73881    150000   6078614    123.70   no data
765.30/191.67	c  S st  4773    806520      1500     30000         0     74382    150000   6141558    123.70   no data
765.30/191.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
765.72/191.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
765.72/191.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
765.72/191.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
765.72/191.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
765.72/191.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
765.72/191.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
766.12/191.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
766.89/192.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
896.33/224.45	c lits-rem:       561  cl-subs:       27  v-elim:      0  v-fix:    0  time: 32.41 s
896.33/224.45	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
896.73/224.53	c vivif2 --  cl tried    74355 cl shrink        0 lits rem          0 time: 0.08
898.32/224.96	c asymm  cl-useful: 0/17119/30000 lits-rem:0 time: 0.43
898.32/224.96	c calculated reachability. Time: 0.00
898.32/224.96	c  N dy  4773    806520      1500     30000         0     74355    150000   6132038    123.70   no data
915.11/229.16	c  N dy  4899    826591      1500     30000         0     55436    150000   3080238    123.72    131.17
934.67/234.00	c  N dy  5022    846826      1500     30000         0     75662    150000   6198507    123.73    131.83
951.84/238.30	c  N dy  5150    866831      1500     30000         0     55674    150000   2985139    123.77    148.58
971.02/243.13	c  N dy  5269    886929      1500     30000         0     75769    150000   6093697    123.76    131.94
988.59/247.58	c  N dy  5398    906964      1500     30000         0     54813    150000   2693136    123.78    132.04
1008.16/252.40	c  N dy  5530    927008      1500     30000         0     74849    150000   5824423    123.83    131.78
1026.94/257.11	c  N dy  5654    947284      1500     30000         0     53146    150000   2278141    123.83    130.86
1045.32/261.79	c  N dy  5779    967294      1500     30000         0     73147    150000   5383516    123.85    145.91
1065.29/266.78	c  N dy  5908    987361      1500     30000         0     50218    150000   1678334    123.86    130.77
1084.86/271.65	c  N dy  6032   1007376      1500     30000         0     70218    150000   4773249    123.86    132.56
1108.85/277.64	c  N dy  6164   1027445      1500     30000         0     46302    150000    924752    123.88    131.02
1127.60/282.37	c  N dy  6283   1047507      1500     30000         0     66353    150000   4048756    123.90    136.05
1151.57/288.36	c  N dy  6411   1067562      1500     30000         0     86396    150000   7142597    123.90    132.35
1157.56/289.80	c  F st  6436   1071876      1500     30000         0     45727    150000    690081    123.90   no data
1171.14/293.22	c  N dy  6507   1087721      1500     30000         0     61557    150000   3253773    123.90    130.44
1192.33/298.54	c  N dy  6636   1107883      1500     30000         0     81712    150000   6399394    123.92    131.69
1213.09/303.70	c  N dy  6751   1127934      1500     30000         0     55777    150000   2106039    123.94    130.72
1233.06/308.71	c  N dy  6879   1148004      1500     30000         0     75833    150000   5223954    123.95    131.72
1256.22/314.52	c  N dy  7001   1168054      1500     30000         0     48899    150000    886757    123.95    132.16
1274.20/319.09	c  N dy  7119   1188324      1500     30000         0     69157    150000   4018070    123.95    131.54
1296.17/324.54	c  N dy  7234   1208325      1500     30000         0     89146    150000   7097120    123.93    131.43
1297.79/324.96	c  S st  7242   1209780      1500     30000         0     90598    150000   7315990    123.93   no data
1298.56/325.19	c  S st  7242   1210280      1500     30000         0     91098    150000   7383745    123.93   no data
1298.96/325.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1298.96/325.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1298.96/325.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1298.96/325.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1298.96/325.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1298.96/325.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1298.96/325.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1299.36/325.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
1300.56/325.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1480.31/370.63	c lits-rem:       564  cl-subs:       44  v-elim:      0  v-fix:    0  time: 45.03 s
1480.31/370.64	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
1480.71/370.73	c vivif2 --  cl tried    91054 cl shrink        0 lits rem          0 time: 0.09
1482.33/371.19	c asymm  cl-useful: 0/12881/30000 lits-rem:0 time: 0.46
1482.33/371.19	c calculated reachability. Time: 0.00
1482.33/371.19	c  N dy  7242   1210280      1500     30000         0     91054    150000   7367877    123.93   no data
1501.89/376.01	c  N dy  7361   1230363      1500     30000         0     63160    150000   2960113    123.93    132.32
1522.66/381.20	c  N dy  7476   1250493      1500     30000         0     83283    150000   6060955    123.92    130.64
1544.62/386.77	c  N dy  7593   1270566      1500     30000         0     54368    150000   1454786    123.93    130.85
1563.80/391.50	c  N dy  7709   1290623      1500     30000         0     74423    150000   4547972    123.91    130.73
1586.57/397.29	c  N dy  7830   1310675      1500     30000         0     94465    150000   7667729    123.93    132.94
1606.94/402.38	c  N dy  7950   1330755      1500     30000         0     64562    150000   2886223    123.95    131.10
1628.50/407.70	c  N dy  8069   1350900      1500     30000         0     84691    150000   6029431    123.96    132.89
1652.07/413.69	c  N dy  8184   1371032      1500     30000         0     53837    150000   1064373    123.96    134.58
1671.27/418.40	c  N dy  8312   1391144      1500     30000         0     73936    150000   4171188    123.97    131.84
1694.42/424.25	c  N dy  8424   1411302      1500     30000         0     94090    150000   7290421    123.96    130.55
1716.39/429.78	c  N dy  8551   1431404      1500     30000         0     62209    150000   2210088    123.96    130.92
1736.78/434.85	c  N dy  8668   1451532      1500     30000         0     82334    150000   5326585    123.96    130.87
1763.54/441.53	c  N dy  8793   1471583      1500     30000         0    102375    150000   8478046    123.99    131.16
1784.29/446.71	c  N dy  8917   1491643      1500     30000         0     69449    150000   3225663    124.01    134.24
1806.66/452.35	c  N dy  9040   1511684      1500     30000         0     89480    150000   6372071    124.03    130.65
1833.03/458.93	c  N dy  9169   1531901      1500     30000         0     55708    150000    921477    124.05    137.08
1852.60/463.85	c  N dy  9287   1551911      1500     30000         0     75709    150000   4016771    124.05    138.80
1875.77/469.68	c  N dy  9397   1571961      1500     30000         0     95748    150000   7103052    124.04    134.81
1900.93/475.99	c  N dy  9522   1592078      1500     30000         0     60882    150000   1596543    124.04    130.82
1921.31/481.03	c  N dy  9637   1612207      1500     30000         0     80998    150000   4728229    124.05    131.16
1946.46/487.32	c  N dy  9778   1632321      1500     30000         0    101102    150000   7889459    124.08    131.18
1970.43/493.38	c  N dy  9914   1652432      1500     30000         0     65230    150000   2120540    124.11    134.06
1993.21/499.00	c  N dy 10038   1672528      1500     30000         0     85319    150000   5259818    124.13    132.41
2020.77/505.95	c  N dy 10152   1692571      1500     30000         0    105349    150000   8364881    124.12    130.99
2043.54/511.67	c  S st 10260   1710281      1500     30000         0     66082    150000   2067730    124.12    124.12
2044.35/511.87	c  S st 10260   1710786      1500     30000         0     66587    150000   2138036    124.12   no data
2044.35/511.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2044.75/511.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
2044.75/511.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2044.75/511.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2044.75/511.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2044.75/511.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2044.75/511.94	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2044.75/511.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2045.13/512.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2081.48/521.12	c lits-rem:       168  cl-subs:       16  v-elim:      0  v-fix:    0  time:  9.07 s
2081.48/521.12	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2081.48/521.15	c vivif2 --  cl tried    66571 cl shrink        0 lits rem          0 time: 0.03
2083.48/521.61	c asymm  cl-useful: 0/18457/30000 lits-rem:0 time: 0.46
2083.48/521.61	c calculated reachability. Time: 0.00
2083.48/521.61	c  N dy 10260   1710786      1500     30000         0     66571    150000   2132198    124.12   no data
2105.86/527.26	c  N dy 10382   1730907      1500     30000         0     86686    150000   5263108    124.13    131.32
2132.64/533.95	c  N dy 10507   1751019      1500     30000         0    106790    150000   8369144    124.13    131.69
2156.97/540.02	c  N dy 10629   1771083      1500     30000         0     68866    150000   2366801    124.15    130.82
2178.95/545.59	c  N dy 10745   1791213      1500     30000         0     88989    150000   5500852    124.15    132.19
2205.71/552.29	c  N dy 10862   1811297      1500     30000         0    109059    150000   8616876    124.15    130.90
2229.68/558.22	c  N dy 10969   1831325      1500     30000         0     70105    150000   2423909    124.15    131.75
2251.64/563.72	c  N dy 11088   1851406      1500     30000         0     90177    150000   5547601    124.15    130.92
2278.01/570.34	c  N dy 11210   1871501      1500     30000         0    110259    150000   8693350    124.17    130.99
2302.38/576.47	c  N dy 11326   1891627      1500     30000         0     70412    150000   2321982    124.17    131.34
2324.75/582.06	c  N dy 11446   1911740      1500     30000         0     90509    150000   5435674    124.17    130.98
2351.92/588.83	c  N dy 11560   1932342      1500     30000         0    111091    150000   8630404    124.16    131.20
2377.07/595.15	c  N dy 11685   1952485      1500     30000         0     70257    150000   2150416    124.18    132.00
2399.04/600.65	c  N dy 11799   1972674      1500     30000         0     90430    150000   5296509    124.18    134.17
2425.39/607.28	c  N dy 11920   1992716      1500     30000         0    110457    150000   8426754    124.18    139.92
2452.01/613.92	c  N dy 12040   2012768      1500     30000         0     68546    150000   1727951    124.18    131.60
2474.53/619.69	c  N dy 12164   2032796      1500     30000         0     88564    150000   4867494    124.20    147.62
2501.39/626.46	c  N dy 12281   2052831      1500     30000         0    108591    150000   7983045    124.20    132.84
2530.95/633.88	c  N dy 12400   2072894      1500     30000         0     65679    150000   1149330    124.21    132.59
2552.92/639.34	c  N dy 12512   2092951      1500     30000         0     85721    150000   4250876    124.20    134.76
2578.88/645.80	c  N dy 12626   2113040      1500     30000         0    105796    150000   7351293    124.19    131.52
2608.43/653.21	c  N dy 12739   2133094      1500     30000         0    125842    150000  10450896    124.19    131.19
2630.81/658.82	c  N dy 12861   2153388      1500     30000         0     82165    150000   3550608    124.18    131.26
2655.57/665.03	c  N dy 12980   2173506      1500     30000         0    102273    150000   6667612    124.18    130.74
2684.34/672.26	c  N dy 13098   2193682      1500     30000         0    122441    150000   9805147    124.18    133.88
2705.90/677.69	c  S st 13197   2210790      1500     30000         0     74574    150000   2235102    124.19   no data
2706.70/677.89	c  S st 13197   2211294      1500     30000         0     75078    150000   2304449    124.19   no data
2706.70/677.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2707.12/677.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2707.12/677.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2707.12/677.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2707.12/677.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2707.12/677.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2707.12/677.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2707.12/678.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2707.52/678.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2742.27/686.75	c lits-rem:       112  cl-subs:        7  v-elim:      0  v-fix:    0  time:  8.68 s
2742.27/686.75	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2742.27/686.78	c vivif2 --  cl tried    75071 cl shrink        0 lits rem          0 time: 0.03
2743.85/687.11	c asymm  cl-useful: 0/11543/30000 lits-rem:0 time: 0.33
2743.85/687.11	c calculated reachability. Time: 0.00
2743.85/687.11	c  N dy 13197   2211294      1500     30000         0     75071    150000   2302063    124.19   no data
2766.62/692.87	c  N dy 13312   2231395      1500     30000         0     95165    150000   5409553    124.18    132.47
2794.58/699.82	c  N dy 13439   2251424      1500     30000         0    115177    150000   8532245    124.19    131.33
2824.54/707.35	c  N dy 13569   2271459      1500     30000         0     69234    150000   1257807    124.21    130.87
2845.70/712.67	c  N dy 13679   2291494      1500     30000         0     89256    150000   4360360    124.20    133.89
2872.08/719.23	c  N dy 13807   2311591      1500     30000         0    109345    150000   7514857    124.22    131.40
2904.03/727.25	c  N dy 13930   2331627      1500     30000         0    129370    150000  10654914    124.24    137.55
2930.40/733.88	c  N dy 14055   2351671      1500     30000         0     82437    150000   3180041    124.25    131.70
2956.36/740.35	c  N dy 14183   2371761      1500     30000         0    102519    150000   6321911    124.27    135.62
2986.32/747.88	c  N dy 14309   2392088      1500     30000         0    122838    150000   9502885    124.28    132.51
3015.87/755.27	c  N dy 14432   2412142      1500     30000         0     74915    150000   1858147    124.29    159.19
3039.44/761.19	c  N dy 14558   2432188      1500     30000         0     94947    150000   4983028    124.30    132.15
3066.60/767.96	c  N dy 14672   2452346      1500     30000         0    115093    150000   8080909    124.29    131.81
3098.17/775.82	c  N dy 14790   2472368      1500     30000         0    135103    150000  11219890    124.30    130.94
3122.13/781.80	c  N dy 14915   2492608      1500     30000         0     86372    150000   3479402    124.30    133.02
3147.69/788.28	c  N dy 15041   2512631      1500     30000         0    106387    150000   6617003    124.31    131.26
3177.67/795.77	c  N dy 15164   2532692      1500     30000         0    126440    150000   9741302    124.32    131.76
3207.21/803.18	c  N dy 15285   2552780      1500     30000         0     76555    150000   1804094    124.32    132.62
3231.17/809.13	c  N dy 15414   2572828      1500     30000         0     96597    150000   4923518    124.33    135.27
3261.16/816.67	c  N dy 15541   2592855      1500     30000         0    116613    150000   8067636    124.34    131.84
3295.90/825.34	c  N dy 15661   2612889      1500     30000         0    136639    150000  11191536    124.35    139.05
3322.67/832.04	c  N dy 15783   2632896      1500     30000         0     85669    150000   3072008    124.35    133.58
3348.63/838.55	c  N dy 15903   2652968      1500     30000         0    105734    150000   6189698    124.35    131.63
3378.17/845.97	c  N dy 16014   2673095      1500     30000         0    125848    150000   9323987    124.35    132.94
3410.93/854.15	c  N dy 16132   2693149      1500     30000         0     73923    150000   1113508    124.36    137.29
3431.30/859.27	c  S st 16241   2711295      1500     30000         0     92062    150000   3949795    124.36   no data
3432.11/859.50	c  S st 16241   2711798      1500     30000         0     92565    150000   4024446    124.36   no data
3432.52/859.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3432.52/859.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
3432.52/859.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3432.52/859.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3432.52/859.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3432.52/859.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3432.52/859.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3432.89/859.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3433.29/859.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3495.61/875.31	c lits-rem:       206  cl-subs:       25  v-elim:      0  v-fix:    0  time: 15.54 s
3495.61/875.31	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
3495.61/875.36	c vivif2 --  cl tried    92540 cl shrink        0 lits rem          0 time: 0.05
3497.22/875.79	c asymm  cl-useful: 0/14948/30000 lits-rem:0 time: 0.43
3497.62/875.80	c calculated reachability. Time: 0.00
3497.62/875.80	c  N dy 16241   2711798      1500     30000         0     92540    150000   4015909    124.36   no data
3524.80/882.61	c  N dy 16363   2732129      1500     30000         0    112857    150000   7186493    124.36    131.48
3555.93/890.44	c  N dy 16485   2752323      1500     30000         0    133036    150000  10353471    124.37    130.92
3586.31/898.09	c  N dy 16604   2772402      1500     30000         0     80150    150000   1923249    124.37    131.31
3610.25/904.04	c  N dy 16717   2792479      1500     30000         0    100212    150000   5034907    124.37    132.12
3639.42/911.32	c  N dy 16843   2813023      1500     30000         0    120746    150000   8237365    124.37    135.36
3672.57/919.69	c  N dy 16963   2833231      1500     30000         0    140937    150000  11377225    124.37    131.46
3700.55/926.64	c  N dy 17091   2853473      1500     30000         0     87206    150000   2884409    124.38    131.22
3726.10/933.04	c  N dy 17213   2873485      1500     30000         0    107209    150000   6015146    124.39    136.89
3756.05/940.55	c  N dy 17332   2893545      1500     30000         0    127259    150000   9136090    124.39    131.62
3793.20/949.82	c  N dy 17445   2913766      1500     30000         0    147469    150000  12295130    124.39    133.88
3819.56/956.40	c  N dy 17572   2933793      1500     30000         0     92531    150000   3580049    124.41    138.68
3847.12/963.30	c  N dy 17702   2953832      1500     30000         0    112559    150000   6720403    124.42    132.73
3879.09/971.37	c  N dy 17821   2973905      1500     30000         0    132625    150000   9859197    124.42    134.34
3915.44/980.41	c  N dy 17940   2993922      1500     30000         0     76671    150000    948073    124.42    130.99
3939.00/986.32	c  N dy 18071   3014130      1500     30000         0     96868    150000   4100210    124.43    131.44
3966.97/993.31	c  N dy 18194   3034324      1500     30000         0    117052    150000   7228045    124.43    131.23
3998.93/1001.35	c  N dy 18313   3054385      1500     30000         0    137101    150000  10356469    124.43    131.33
4033.67/1010.01	c  N dy 18437   3074480      1500     30000         0     80231    150000   1364384    124.44    131.38
4057.63/1016.09	c  N dy 18561   3094651      1500     30000         0    100390    150000   4508905    124.44    132.81
4085.99/1023.16	c  N dy 18685   3114716      1500     30000         0    120448    150000   7648155    124.45    132.64
4120.74/1031.86	c  N dy 18813   3135177      1500     30000         0    140901    150000  10831445    124.46    131.31
4161.08/1041.90	c  N dy 18947   3155267      1500     30000         0     83015    150000   1643793    124.47    132.13
4190.24/1049.22	c  N dy 19067   3175772      1500     30000         0    103504    150000   4843490    124.48    132.55
4223.79/1057.68	c  N dy 19186   3195813      1500     30000         0    123529    150000   7977052    124.49    136.15
4255.36/1065.55	c  S st 19295   3211800      1500     30000         0    139508    150000  10479607    124.50   no data
4256.96/1065.95	c  S st 19295   3212302      1500     30000         0    140010    150000  10554686    124.50   no data
4256.96/1065.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4257.76/1066.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.12
4257.76/1066.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4257.76/1066.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4257.76/1066.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4257.76/1066.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
4257.76/1066.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4258.17/1066.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
4259.75/1066.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4476.66/1120.97	c lits-rem:       447  cl-subs:       85  v-elim:      0  v-fix:    0  time: 54.36 s
4476.66/1120.97	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
4477.46/1121.11	c vivif2 --  cl tried   139925 cl shrink        0 lits rem          0 time: 0.13
4479.46/1121.61	c asymm  cl-useful: 0/9432/30000 lits-rem:0 time: 0.50
4479.46/1121.61	c calculated reachability. Time: 0.00
4479.46/1121.61	c  N dy 19295   3212302      1500     30000         0    139925    150000  10524795    124.50   no data
4515.01/1130.56	c  N dy 19403   3232338      1500     30000         0     80994    150000   1187162    124.49    131.29
4539.40/1136.67	c  N dy 19526   3252481      1500     30000         0    101130    150000   4305821    124.49    134.91
4568.53/1143.94	c  N dy 19650   3272584      1500     30000         0    121222    150000   7454885    124.49    133.73
4600.91/1152.03	c  N dy 19757   3292776      1500     30000         0    141404    150000  10575651    124.48    132.55
4638.03/1161.32	c  N dy 19885   3312930      1500     30000         0     81590    150000   1137170    124.49    131.42
4662.42/1167.49	c  N dy 20008   3332944      1500     30000         0    101596    150000   4255306    124.49    131.79
4691.96/1174.88	c  N dy 20134   3353143      1500     30000         0    121780    150000   7435900    124.50    131.27
4726.71/1183.52	c  N dy 20250   3373211      1500     30000         0    141832    150000  10579678    124.50    134.25
4768.65/1194.01	c  N dy 20381   3393283      1500     30000         0    161895    150000  13737254    124.51    132.39
4795.01/1200.64	c  N dy 20487   3413407      1500     30000         0    101058    150000   4023626    124.50    132.30

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.93 8.11 7.52 5/180 11979
/proc/meminfo: memFree=30284792/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 408 0 0 0 0 0 0 0 22 0 4 0 514722587 52441088 347 33554432000 4194304 4627427 140736521758480 18446744073709551615 47994714286002 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 12803 347 299 106 0 7774 0
[pid=11979/tid=11980] ppid=11977 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 514722587 52441088 347 33554432000 4194304 4627427 140736521758480 18446744073709551615 47994714286000 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 514722587 52441088 347 33554432000 4194304 4627427 140736521758480 18446744073709551615 253640915953 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 514722587 52441088 347 33554432000 4194304 4627427 140736521758480 18446744073709551615 253652657206 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0639589 s]
/proc/loadavg: 7.93 8.11 7.52 5/180 11979
/proc/meminfo: memFree=30284792/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=285396 CPUtime=0.23 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 4058 0 0 0 23 0 0 0 18 0 4 0 514722587 292245504 3974 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 71349 3974 363 106 0 66320 0
[pid=11979/tid=11980] ppid=11977 vsize=285396 CPUtime=0.05 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 877 0 0 0 5 0 0 0 18 0 4 0 514722587 292245504 3974 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=285396 CPUtime=0.05 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 891 0 0 0 5 0 0 0 25 0 4 0 514722587 292245504 3974 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=285396 CPUtime=0.05 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 975 0 0 0 5 0 0 0 18 0 4 0 514722587 292245504 3974 33554432000 4194304 4627427 140736521758480 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 285396

[startup+0.100951 s]
/proc/loadavg: 7.93 8.11 7.52 5/180 11979
/proc/meminfo: memFree=30284792/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=285528 CPUtime=0.37 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 4242 0 0 0 37 0 0 0 18 0 4 0 514722587 292380672 4158 33554432000 4194304 4627427 140736521758480 18446744073709551615 253640902839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 71382 4160 363 106 0 66353 0
[pid=11979/tid=11980] ppid=11977 vsize=285528 CPUtime=0.09 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 908 0 0 0 9 0 0 0 18 0 4 0 514722587 292380672 4160 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=285528 CPUtime=0.09 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 921 0 0 0 9 0 0 0 25 0 4 0 514722587 292380672 4160 33554432000 4194304 4627427 140736521758480 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=285528 CPUtime=0.09 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 1068 0 0 0 9 0 0 0 18 0 4 0 514722587 292380672 4160 33554432000 4194304 4627427 140736521758480 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 285528

[startup+0.690131 s]
/proc/loadavg: 7.93 8.11 7.52 5/180 11979
/proc/meminfo: memFree=30284792/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=305132 CPUtime=2.72 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 14112 0 0 0 270 2 0 0 18 0 4 0 514722587 312455168 11191 33554432000 4194304 4627427 140736521758480 18446744073709551615 253640902791 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 76283 10679 385 106 0 71254 0
[pid=11979/tid=11980] ppid=11977 vsize=305132 CPUtime=0.68 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 3542 0 0 0 67 1 0 0 18 0 4 0 514722587 312455168 10679 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=296928 CPUtime=0.67 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 3503 0 0 0 67 0 0 0 18 0 4 0 514722587 304054272 10527 33554432000 4194304 4627427 140736521758480 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=296928 CPUtime=0.68 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 2664 0 0 0 68 0 0 0 18 0 4 0 514722587 304054272 10527 33554432000 4194304 4627427 140736521758480 18446744073709551615 4327897 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 305132

[startup+0.700847 s]
/proc/loadavg: 7.93 8.11 7.52 5/180 11979
/proc/meminfo: memFree=30284792/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=308652 CPUtime=2.77 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 14967 0 0 0 274 3 0 0 18 0 4 0 514722587 316059648 10262 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 77163 10262 385 106 0 72134 0
[pid=11979/tid=11980] ppid=11977 vsize=308652 CPUtime=0.69 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 3953 0 0 0 68 1 0 0 18 0 4 0 514722587 316059648 10262 33554432000 4194304 4627427 140736521758480 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=308652 CPUtime=0.68 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 3913 0 0 0 68 0 0 0 18 0 4 0 514722587 316059648 10262 33554432000 4194304 4627427 140736521758480 18446744073709551615 4310360 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=308652 CPUtime=0.69 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 2681 0 0 0 69 0 0 0 18 0 4 0 514722587 316059648 10262 33554432000 4194304 4627427 140736521758480 18446744073709551615 4321552 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 308652

[startup+1.5067 s]
/proc/loadavg: 7.93 8.11 7.52 9/184 11983
/proc/meminfo: memFree=30230452/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=301552 CPUtime=5.99 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 22177 0 0 0 595 4 0 0 19 0 4 0 514722587 308789248 11116 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309119 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 75388 11116 385 106 0 70359 0
[pid=11979/tid=11980] ppid=11977 vsize=301552 CPUtime=1.49 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 5750 0 0 0 148 1 0 0 19 0 4 0 514722587 308789248 11116 33554432000 4194304 4627427 140736521758480 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=301552 CPUtime=1.49 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 5686 0 0 0 148 1 0 0 19 0 4 0 514722587 308789248 11116 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=301552 CPUtime=1.49 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 4535 0 0 0 149 0 0 0 20 0 4 0 514722587 308789248 11116 33554432000 4194304 4627427 140736521758480 18446744073709551615 4333154 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 301552

[startup+3.10041 s]
/proc/loadavg: 7.93 8.11 7.52 9/184 11983
/proc/meminfo: memFree=30183316/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=303136 CPUtime=12.34 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 36369 0 0 0 1228 6 0 0 24 0 4 0 514722587 310411264 12283 33554432000 4194304 4627427 140736521758480 18446744073709551615 4333237 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 75784 12284 386 106 0 70755 0
[pid=11979/tid=11980] ppid=11977 vsize=303136 CPUtime=3.09 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 9274 0 0 0 307 2 0 0 23 0 4 0 514722587 310411264 12285 33554432000 4194304 4627427 140736521758480 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=303136 CPUtime=3.07 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 9251 0 0 0 306 1 0 0 24 0 4 0 514722587 310411264 12285 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=303136 CPUtime=3.08 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 8089 0 0 0 307 1 0 0 25 0 4 0 514722587 310411264 12285 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 303136

[startup+6.30083 s]
/proc/loadavg: 7.93 8.10 7.52 9/184 11983
/proc/meminfo: memFree=30017636/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=338896 CPUtime=25.13 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 76415 0 0 0 2499 14 0 0 25 0 4 0 514722587 347029504 37221 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 84724 37221 389 106 0 79695 0
[pid=11979/tid=11980] ppid=11977 vsize=338896 CPUtime=6.28 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 16930 0 0 0 624 4 0 0 25 0 4 0 514722587 347029504 37221 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=338896 CPUtime=6.25 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 20565 0 0 0 622 3 0 0 25 0 4 0 514722587 347029504 37221 33554432000 4194304 4627427 140736521758480 18446744073709551615 4428116 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=338896 CPUtime=6.28 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 19382 0 0 0 625 3 0 0 25 0 4 0 514722587 347029504 37221 33554432000 4194304 4627427 140736521758480 18446744073709551615 4428403 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 338896

[startup+12.7007 s]
/proc/loadavg: 8.02 8.12 7.53 9/184 11983
/proc/meminfo: memFree=29867996/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=349596 CPUtime=50.69 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 111184 0 0 0 5048 21 0 0 25 0 4 0 514722587 357986304 52903 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 87399 52903 389 106 0 82370 0
[pid=11979/tid=11980] ppid=11977 vsize=349596 CPUtime=12.68 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 28808 0 0 0 1262 6 0 0 25 0 4 0 514722587 357986304 52903 33554432000 4194304 4627427 140736521758480 18446744073709551615 4427841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=349596 CPUtime=12.62 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 25174 0 0 0 1258 4 0 0 25 0 4 0 514722587 357986304 52903 33554432000 4194304 4627427 140736521758480 18446744073709551615 4310565 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=349596 CPUtime=12.69 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 27817 0 0 0 1264 5 0 0 25 0 4 0 514722587 357986304 52903 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 349596

[startup+25.5003 s]
/proc/loadavg: 8.09 8.13 7.54 9/184 11984
/proc/meminfo: memFree=29726616/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=447460 CPUtime=101.82 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 162616 0 0 0 10150 32 0 0 25 0 4 0 514722587 458199040 76960 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 111865 76960 389 106 0 106836 0
[pid=11979/tid=11980] ppid=11977 vsize=447460 CPUtime=25.47 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 40749 0 0 0 2538 9 0 0 25 0 4 0 514722587 458199040 76960 33554432000 4194304 4627427 140736521758480 18446744073709551615 4428093 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=447460 CPUtime=25.35 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 31437 0 0 0 2530 5 0 0 25 0 4 0 514722587 458199040 76960 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=447460 CPUtime=25.48 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 43078 0 0 0 2540 8 0 0 25 0 4 0 514722587 458199040 76960 33554432000 4194304 4627427 140736521758480 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 447460

[startup+51.1007 s]
/proc/loadavg: 8.05 8.12 7.55 9/184 11984
/proc/meminfo: memFree=29510920/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=537340 CPUtime=204.07 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 240912 0 0 0 20355 52 0 0 25 0 4 0 514722587 550236160 86675 33554432000 4194304 4627427 140736521758480 18446744073709551615 4427394 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 134335 86675 389 106 0 129306 0
[pid=11979/tid=11980] ppid=11977 vsize=537340 CPUtime=51.07 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 58899 0 0 0 5093 14 0 0 25 0 4 0 514722587 550236160 86675 33554432000 4194304 4627427 140736521758480 18446744073709551615 4332200 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=537340 CPUtime=50.81 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 39762 0 0 0 5074 7 0 0 25 0 4 0 514722587 550236160 86675 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=537340 CPUtime=51.07 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 73496 0 0 0 5091 16 0 0 25 0 4 0 514722587 550236160 86675 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 537340

[startup+102.3 s]
/proc/loadavg: 8.06 8.11 7.57 9/184 11986
/proc/meminfo: memFree=29305908/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=587876 CPUtime=408.6 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 383449 0 0 0 40773 87 0 0 25 0 4 0 514722587 601985024 104701 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 146969 104701 389 106 0 141940 0
[pid=11979/tid=11980] ppid=11977 vsize=587876 CPUtime=102.27 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 99787 0 0 0 10203 24 0 0 25 0 4 0 514722587 601985024 104701 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=587876 CPUtime=101.73 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 62889 0 0 0 10159 14 0 0 25 0 4 0 514722587 601985024 104701 33554432000 4194304 4627427 140736521758480 18446744073709551615 4330982 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=587876 CPUtime=102.28 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 121309 0 0 0 10202 26 0 0 25 0 4 0 514722587 601985024 104701 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 587876

[startup+162.3 s]

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

[pid=11979] ppid=11977 vsize=1246584 CPUtime=2804.57 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 1623800 0 0 0 279982 475 0 0 25 0 4 0 514722587 1276502016 231760 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 311646 231760 392 106 0 306617 0
[pid=11979/tid=11980] ppid=11977 vsize=1246584 CPUtime=702.24 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 436493 0 0 0 70096 128 0 0 25 0 4 0 514722587 1276502016 231760 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=1246584 CPUtime=697.93 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 344396 0 0 0 69689 104 0 0 25 0 4 0 514722587 1276502016 231760 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=1246584 CPUtime=702.1 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 453006 0 0 0 70081 129 0 0 25 0 4 0 514722587 1276502016 231760 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2804.57
Current children cumulated vsize (KiB) 1246584

[startup+762.301 s]
/proc/loadavg: 8.11 8.11 7.83 9/184 12015
/proc/meminfo: memFree=28115728/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=1192768 CPUtime=3044.24 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 1715162 0 0 0 303913 511 0 0 25 0 4 0 514722587 1221394432 229169 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 298192 229169 392 106 0 293163 0
[pid=11979/tid=11980] ppid=11977 vsize=1192768 CPUtime=762.24 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 465798 0 0 0 76084 140 0 0 25 0 4 0 514722587 1221394432 229169 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=1192768 CPUtime=757.62 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 351852 0 0 0 75655 107 0 0 25 0 4 0 514722587 1221394432 229169 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=1192768 CPUtime=762.1 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 483291 0 0 0 76068 142 0 0 20 0 4 0 514722587 1221394432 229170 33554432000 4194304 4627427 140736521758480 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.24
Current children cumulated vsize (KiB) 1192768

[startup+822.3 s]
/proc/loadavg: 8.04 8.09 7.83 9/184 12017
/proc/meminfo: memFree=28086212/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=1261316 CPUtime=3283.9 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 1820294 0 0 0 327844 546 0 0 25 0 4 0 514722587 1291587584 234836 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 315329 234836 392 106 0 310300 0
[pid=11979/tid=11980] ppid=11977 vsize=1261316 CPUtime=822.24 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 495258 0 0 0 82077 147 0 0 25 0 4 0 514722587 1291587584 234836 33554432000 4194304 4627427 140736521758480 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=1261316 CPUtime=817.29 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 372915 0 0 0 81614 115 0 0 25 0 4 0 514722587 1291587584 234836 33554432000 4194304 4627427 140736521758480 18446744073709551615 4332320 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=1261316 CPUtime=822.09 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 512262 0 0 0 82057 152 0 0 25 0 4 0 514722587 1291587584 234836 33554432000 4194304 4627427 140736521758480 18446744073709551615 4468063 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3283.9
Current children cumulated vsize (KiB) 1261316

[startup+882.3 s]
/proc/loadavg: 8.07 8.09 7.84 9/184 12019
/proc/meminfo: memFree=28090444/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=1319224 CPUtime=3523.57 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 1895083 0 0 0 351782 575 0 0 25 0 4 0 514722587 1350885376 239945 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 329806 239945 392 106 0 324777 0
[pid=11979/tid=11980] ppid=11977 vsize=1319224 CPUtime=882.23 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 513435 0 0 0 88068 155 0 0 25 0 4 0 514722587 1350885376 239945 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=1319224 CPUtime=876.96 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 393027 0 0 0 87573 123 0 0 25 0 4 0 514722587 1350885376 239945 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=1319224 CPUtime=882.1 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 530220 0 0 0 88052 158 0 0 25 0 4 0 514722587 1350885376 239945 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3523.57
Current children cumulated vsize (KiB) 1319224

[startup+942.3 s]
/proc/loadavg: 8.07 8.08 7.86 9/184 12020
/proc/meminfo: memFree=28034804/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=1264380 CPUtime=3763.24 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 1997058 0 0 0 375712 612 0 0 25 0 4 0 514722587 1294725120 235733 33554432000 4194304 4627427 140736521758480 18446744073709551615 4310136 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 316095 235733 392 106 0 311066 0
[pid=11979/tid=11980] ppid=11977 vsize=1264380 CPUtime=942.24 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 542647 0 0 0 94057 167 0 0 18 0 4 0 514722587 1294725120 235733 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=1264380 CPUtime=936.63 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 413180 0 0 0 93534 129 0 0 25 0 4 0 514722587 1294725120 235733 33554432000 4194304 4627427 140736521758480 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=1264380 CPUtime=942.1 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 558098 0 0 0 94042 168 0 0 25 0 4 0 514722587 1294725120 235733 33554432000 4194304 4627427 140736521758480 18446744073709551615 4321463 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.24
Current children cumulated vsize (KiB) 1264380

[startup+1002.3 s]
/proc/loadavg: 8.07 8.08 7.87 9/184 12022
/proc/meminfo: memFree=28096460/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=1266488 CPUtime=4002.91 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 2083912 0 0 0 399645 646 0 0 25 0 4 0 514722587 1296883712 236535 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 316622 236535 392 106 0 311593 0
[pid=11979/tid=11980] ppid=11977 vsize=1266488 CPUtime=1002.24 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 570013 0 0 0 100046 178 0 0 25 0 4 0 514722587 1296883712 236535 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=1266488 CPUtime=996.3 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 421831 0 0 0 99499 131 0 0 25 0 4 0 514722587 1296883712 236535 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=1266488 CPUtime=1002.1 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 585300 0 0 0 100030 180 0 0 25 0 4 0 514722587 1296883712 236535 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4002.91
Current children cumulated vsize (KiB) 1266488

[startup+1062.3 s]
/proc/loadavg: 8.11 8.09 7.88 9/184 12023
/proc/meminfo: memFree=27743476/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=1603380 CPUtime=4242.58 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 2214061 0 0 0 423570 688 0 0 25 0 4 0 514722587 1641861120 310202 33554432000 4194304 4627427 140736521758480 18446744073709551615 4321582 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 400845 310202 392 106 0 395816 0
[pid=11979/tid=11980] ppid=11977 vsize=1603380 CPUtime=1062.23 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 618335 0 0 0 106035 188 0 0 25 0 4 0 514722587 1641861120 310202 33554432000 4194304 4627427 140736521758480 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=1603380 CPUtime=1055.97 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 440293 0 0 0 105456 141 0 0 25 0 4 0 514722587 1641861120 310202 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=1603380 CPUtime=1062.09 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 622928 0 0 0 106022 187 0 0 25 0 4 0 514722587 1641861120 310202 33554432000 4194304 4627427 140736521758480 18446744073709551615 4467838 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4242.58
Current children cumulated vsize (KiB) 1603380

[startup+1122.3 s]
/proc/loadavg: 8.20 8.12 7.91 9/184 12025
/proc/meminfo: memFree=27788728/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=1519612 CPUtime=4482.27 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 2268742 0 0 0 447515 712 0 0 25 0 4 0 514722587 1556082688 300287 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 379903 300287 389 106 0 374874 0
[pid=11979/tid=11980] ppid=11977 vsize=1519612 CPUtime=1122.23 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 624518 0 0 0 112032 191 0 0 25 0 4 0 514722587 1556082688 300287 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=1519612 CPUtime=1115.65 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 464348 0 0 0 111410 155 0 0 25 0 4 0 514722587 1556082688 300287 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=1519612 CPUtime=1122.1 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 633365 0 0 0 112018 192 0 0 25 0 4 0 514722587 1556082688 300287 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.27
Current children cumulated vsize (KiB) 1519612

[startup+1182.3 s]
/proc/loadavg: 8.14 8.12 7.92 9/184 12027
/proc/meminfo: memFree=27742120/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=1640308 CPUtime=4721.91 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 2386959 0 0 0 471444 747 0 0 25 0 4 0 514722587 1679675392 320622 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 410077 320622 389 106 0 405048 0
[pid=11979/tid=11980] ppid=11977 vsize=1640308 CPUtime=1182.22 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 651099 0 0 0 118022 200 0 0 25 0 4 0 514722587 1679675392 320622 33554432000 4194304 4627427 140736521758480 18446744073709551615 4332992 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=1640308 CPUtime=1175.32 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 502093 0 0 0 117367 165 0 0 25 0 4 0 514722587 1679675392 320623 33554432000 4194304 4627427 140736521758480 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=1640308 CPUtime=1182.09 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 660120 0 0 0 118009 200 0 0 25 0 4 0 514722587 1679675392 320623 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4721.91
Current children cumulated vsize (KiB) 1640308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 7.22 7.92 7.85 5/175 12045
/proc/meminfo: memFree=29190400/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=1640636 CPUtime=4800.23 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 2409421 0 0 0 479264 759 0 0 25 0 4 0 514722587 1680011264 328956 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 410159 328956 389 106 0 405130 0
[pid=11979/tid=11980] ppid=11977 vsize=1640636 CPUtime=1201.83 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 658395 0 0 0 119978 205 0 0 25 0 4 0 514722587 1680011264 328958 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=1640636 CPUtime=1194.82 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 502093 0 0 0 119317 165 0 0 25 0 4 0 514722587 1680011264 328958 33554432000 4194304 4627427 140736521758480 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=1640636 CPUtime=1201.7 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 666565 0 0 0 119966 204 0 0 25 0 4 0 514722587 1680011264 328958 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 1640636

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

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

[startup+1201.9 s]
/proc/loadavg: 7.22 7.92 7.85 5/175 12045
/proc/meminfo: memFree=29190400/32951124 swapFree=67111364/67111528
[pid=11979] ppid=11977 vsize=1640636 CPUtime=4800.23 cores=1,3,5,7
/proc/11979/stat : 11979 (strangenight2-m) R 11977 11979 11656 0 -1 4202496 2409421 0 0 0 479264 759 0 0 25 0 4 0 514722587 1680011264 328956 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11979/statm: 410159 328956 389 106 0 405130 0
[pid=11979/tid=11980] ppid=11977 vsize=1640636 CPUtime=1201.83 cores=1,3,5,7
/proc/11979/task/11980/stat : 11980 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 658395 0 0 0 119978 205 0 0 25 0 4 0 514722587 1680011264 328958 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11979/tid=11981] ppid=11977 vsize=1640636 CPUtime=1194.82 cores=1,3,5,7
/proc/11979/task/11981/stat : 11981 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 502093 0 0 0 119317 165 0 0 25 0 4 0 514722587 1680011264 328958 33554432000 4194304 4627427 140736521758480 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11979/tid=11982] ppid=11977 vsize=1640636 CPUtime=1201.7 cores=1,3,5,7
/proc/11979/task/11982/stat : 11982 (strangenight2-m) R 11977 11979 11656 0 -1 4202560 666565 0 0 0 119966 204 0 0 25 0 4 0 514722587 1680011264 328958 33554432000 4194304 4627427 140736521758480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 1640636

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.96
CPU time (s): 4800.31
CPU user time (s): 4792.66
CPU system time (s): 7.64884
CPU usage (%): 399.372
Max. virtual memory (cumulated for all children) (KiB): 1670140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.66
system time used= 7.64884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2409427
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= 2326
involuntary context switches= 33976

runsolver used 1.83272 second user time and 4.74928 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 00:53:42
IDJOB=3173795
IDBENCH=82613
IDSOLVER=1586
FILE ID=node106/3173795-1304031222
RUNJOBID= node106-1304028687-11675
PBS_JOBID= 13170346
Free space on /tmp= 72152 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
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-3173795-1304031222/watcher-3173795-1304031222 -o /tmp/evaluation-result-3173795-1304031222/solver-3173795-1304031222 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173795-1304031222.cnf

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

MD5SUM BENCH= 1b4a544dd042630233219a622c9437c7
RANDOM SEED=787925089

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30285072 kB
Buffers:        208840 kB
Cached:        1965104 kB
SwapCached:         88 kB
Active:         908496 kB
Inactive:      1548616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30285072 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           15528 kB
Writeback:           0 kB
AnonPages:      282540 kB
Mapped:          15488 kB
Slab:           144416 kB
PageTables:       4860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   550804 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= 72152 MiB
End job on node106 at 2011-04-29 01:13:46