Trace number 3174234

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.38 1201.73

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1831136826-075.UNKNOWN.cnf
MD5SUM1e7a565e93334fc4a75fcaa13a0d446a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark363.699
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55340

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-3174234-1304115578.cnf'
0.00/0.00	c -- header says num vars:             60
0.00/0.00	c -- header says num clauses:        5340
0.00/0.00	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.00	c -- vars added         60
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
0.41/0.12	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.11
0.41/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.41/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.41/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.41/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.41/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.41/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.41/0.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.41/0.13	c Finding binary XORs  T:     0.00 s  found:       0
0.41/0.14	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.41/0.14	c calculated reachability. Time: 0.00
0.41/0.14	c Calc default polars -  time:   0.00 s pos:      32 undec:       0 neg:      28
0.41/0.14	c =========================================================================================
0.41/0.14	c types(t): F = full restart, N = normal restart
0.41/0.14	c types(t): S = simplification begin/end, E = solution found
0.41/0.14	c restart types(rt): st = static, dy = dynamic
0.41/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.41/0.14	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
0.78/0.29	c  N dy     8      5835        60      5340         0      2956     37380     57230     17.81     18.81
1.58/0.46	c  N dy    25     10597        60      5340         0      7193     37380    147203     18.04     19.05
2.38/0.66	c  N dy    38     15808        60      5340         0      8043     37380    156761     18.03     19.02
3.18/0.85	c  N dy    59     19896        60      5340         0      6726     37380    121269     18.20     19.84
3.98/1.02	c  N dy    75     23924        60      5340         0     10282     37380    196835     18.22     19.88
3.98/1.08	c  F st    82     25001        60      5340         0     11247     37380    217397     18.25     16.94
4.79/1.23	c  N st    87     28296        60      5340         0      8129     37380    143152     18.25   no data
5.17/1.30	c  S st    88     30000        60      5340         0      9647     37380    175606     18.25   no data
5.17/1.33	c  S st    88     30501        60      5340         0     10102     37380    185688     18.25   no data
5.17/1.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.17/1.34	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.17/1.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.17/1.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.17/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.98/1.54	c lits-rem:       116  cl-subs:      945  v-elim:      0  v-fix:    0  time:  0.19 s
6.77/1.76	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.23
6.77/1.76	c calculated reachability. Time: 0.00
6.77/1.76	c  N dy    88     30501        60      5340         0      9157     37380    164659     18.25   no data
7.97/2.08	c  N dy   108     36476        60      5340         0      7473     37380    117566     18.30     19.34
8.78/2.27	c  N dy   120     40480        60      5340         0     11014     37380    193431     18.33     19.35
9.97/2.55	c  N dy   124     45754        60      5340         0     15713     37380    291662     18.20     18.55
9.97/2.55	c  S st   124     45754        60      5340         0     15713     37380    291662     18.20     18.55
10.37/2.60	c  S st   124     46257        60      5340         0      8225     37380    125440     18.20   no data
10.37/2.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.37/2.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.37/2.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.37/2.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.37/2.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.37/2.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
10.37/2.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.37/2.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.37/2.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.37/2.64	c lits-rem:         6  cl-subs:       50  v-elim:      0  v-fix:    0  time:  0.03 s
10.37/2.64	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.37/2.65	c vivif2 --  cl tried     8175 cl shrink        0 lits rem          0 time: 0.00
11.17/2.86	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.21
11.17/2.86	c calculated reachability. Time: 0.00
11.17/2.86	c  N dy   124     46257        60      5340         0      8175     37380    124208     18.20   no data
12.36/3.11	c  N dy   137     51329        60      5340         0     12699     37380    220693     18.21     19.18
13.18/3.38	c  N dy   156     55633        60      5340         0     16574     37380    304058     18.26     19.27
14.36/3.67	c  N dy   182     60574        60      5340         0     12091     37380    198484     18.34     19.32
16.36/4.14	c  N dy   194     68444        60      5340         0     19118     37380    348209     18.28     19.40
16.76/4.22	c  S st   196     69387        60      5340         0     10164     37380    146842     18.28     17.63
16.76/4.25	c  S st   196     69890        60      5340         0     10636     37380    157320     18.28   no data
16.76/4.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.76/4.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.76/4.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.76/4.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.76/4.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.76/4.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
16.76/4.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.76/4.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.76/4.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.17/4.32	c lits-rem:         7  cl-subs:      151  v-elim:      0  v-fix:    0  time:  0.06 s
17.17/4.32	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.17/4.32	c vivif2 --  cl tried    10485 cl shrink        0 lits rem          0 time: 0.00
17.98/4.58	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.25
17.98/4.58	c calculated reachability. Time: 0.00
17.98/4.58	c  N dy   196     69890        60      5340         0     10485     37380    153953     18.28   no data
21.97/5.59	c  F st   198     87502        60      5340         0     15377     37380    245708     17.92     17.82
21.97/5.59	c  N st   198     87502        60      5340         0     15377     37380    245708     17.92     17.82
23.55/5.96	c  N dy   207     93317        60      5340         0     20569     37380    357313     17.93     18.88
25.54/6.42	c  N dy   233     99334        60      5340         0     14395     37380    219208     17.97     20.68
27.14/6.82	c  S st   270    104835        60      5340         0     19320     37380    326024     18.05     18.59
27.14/6.87	c  S st   270    105339        60      5340         0     19783     37380    336124     18.05   no data
27.14/6.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.14/6.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
27.14/6.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.14/6.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.14/6.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.14/6.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.14/6.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.14/6.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.14/6.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.14/7.31	c lits-rem:       170  cl-subs:     1802  v-elim:      0  v-fix:    0  time:  0.41 s
29.14/7.31	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.14/7.31	c vivif2 --  cl tried    17981 cl shrink        0 lits rem          0 time: 0.00
30.34/7.66	c asymm  cl-useful: 0/4674/5340 lits-rem:0 time: 0.35
30.34/7.66	c calculated reachability. Time: 0.00
30.34/7.66	c  N dy   270    105339        60      5340         0     17981     37380    295255     18.05   no data
33.53/8.40	c  N dy   302    114823        60      5340         0     14065     37380    200185     18.04     19.07
36.32/9.16	c  N dy   335    125519        60      5340         0     23578     37380    403154     18.06     19.02
39.13/9.84	c  N dy   389    133544        60      5340         0     17427     37380    264916     18.14     19.26
41.53/10.45	c  N dy   392    142223        60      5340         0     25023     37380    419560     18.03     19.07
44.72/11.30	c  N dy   464    151361        60      5340         0     18986     37380    287471     18.12     19.85
47.12/11.80	c  S st   476    158008        60      5340         0     24873     37380    410509     18.10     14.77
47.12/11.86	c  S st   476    158511        60      5340         0     25331     37380    420789     18.10   no data
47.12/11.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.12/11.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.12/11.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.12/11.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.12/11.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.12/11.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.12/11.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.12/11.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.12/11.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.32/12.61	c lits-rem:       268  cl-subs:     2652  v-elim:      0  v-fix:    0  time:  0.72 s
50.32/12.61	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
50.32/12.62	c vivif2 --  cl tried    22679 cl shrink        0 lits rem          0 time: 0.00
50.32/12.68	c asymm  cl-useful: 0/666/5340 lits-rem:0 time: 0.07
50.32/12.69	c calculated reachability. Time: 0.00
50.32/12.69	c  N dy   476    158511        60      5340         0     22679     37380    364554     18.10   no data
53.50/13.50	c  N dy   481    169047        60      5340         0     17063     37380    234755     18.02     18.97
59.49/14.91	c  N dy   499    186587        60      5340         0     16679     37380    217830     17.88     18.98
63.50/15.96	c  N dy   553    199162        60      5340         0     27871     37380    455977     17.91     18.85
68.29/17.15	c  N dy   580    211960        60      5340         0     22395     37380    327171     17.86     20.89
73.48/18.48	c  N dy   626    225579        60      5340         0     34477     37380    583292     17.88     18.83
78.67/19.76	c  S st   708    237766        60      5340         0     27696     37380    436381     17.95   no data
79.08/19.83	c  S st   708    238271        60      5340         0     28163     37380    446828     17.95   no data
79.08/19.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
79.08/19.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
79.08/19.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
79.08/19.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.08/19.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.08/19.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
79.08/19.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
79.08/19.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
79.08/19.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.87/20.59	c lits-rem:       252  cl-subs:     2132  v-elim:      0  v-fix:    0  time:  0.73 s
81.87/20.59	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
82.27/20.60	c vivif2 --  cl tried    26031 cl shrink        0 lits rem          0 time: 0.00
83.49/20.95	c asymm  cl-useful: 0/3526/5340 lits-rem:0 time: 0.36
83.49/20.96	c calculated reachability. Time: 0.00
83.49/20.96	c  N dy   708    238271        60      5340         0     26031     37380    398962     17.95   no data
90.66/22.74	c  N dy   778    254577        60      5340         0     21992     37380    296659     17.97     18.95
97.84/24.53	c  N dy   831    272305        60      5340         0     37643     37380    625747     17.97     19.01
105.86/26.55	c  N dy   837    294566        60      5340         0     37723     37380    604450     17.85     18.89
111.02/27.86	c  F st   920    306250        60      5340         0     27890     37380    407631     17.90   no data
114.24/28.61	c  N dy   931    313366        60      5340         0     34189     37380    542374     17.90     20.06
124.61/31.25	c  N dy  1057    335657        60      5340         0     32820     37380    502792     17.95     18.96
135.40/33.94	c  N dy  1131    357406        60      5340         0     29861     37380    424122     17.96     17.17
135.40/33.94	c  S st  1131    357406        60      5340         0     29861     37380    424122     17.96     17.17
135.80/34.02	c  S st  1131    357913        60      5340         0     30327     37380    434415     17.96   no data
135.80/34.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
135.80/34.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
135.80/34.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
135.80/34.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
135.80/34.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
135.80/34.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
135.80/34.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
135.80/34.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
135.80/34.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.58/34.75	c lits-rem:       186  cl-subs:     2192  v-elim:      0  v-fix:    0  time:  0.70 s
138.58/34.75	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
138.58/34.75	c vivif2 --  cl tried    28135 cl shrink        0 lits rem          0 time: 0.00
139.39/34.98	c asymm  cl-useful: 0/1814/5340 lits-rem:0 time: 0.22
139.39/34.98	c calculated reachability. Time: 0.00
139.39/34.98	c  N dy  1131    357913        60      5340         0     28135     37380    390066     17.96   no data
152.57/38.29	c  N dy  1257    383565        60      5340         0     27990     37380    377369     18.01     19.14
163.35/40.95	c  N dy  1327    403619        60      5340         0     45741     37380    755936     18.02     19.73
174.94/43.85	c  N dy  1432    423645        60      5340         0     39682     37380    617688     18.05     20.33
186.12/46.60	c  N dy  1508    444448        60      5340         0     33348     37380    466270     18.06     19.02
196.92/49.37	c  N dy  1544    465505        60      5340         0     26211     37380    305698     18.03     19.13
210.50/52.79	c  N dy  1646    492849        60      5340         0     50449     37380    818758     18.04     19.06
220.88/55.34	c  N dy  1700    513522        60      5340         0     42121     37380    629941     18.02     19.06
232.88/58.33	c  N dy  1750    534224        60      5340         0     33002     37380    427544     18.01     19.01
234.05/58.69	c  S st  1767    536871        60      5340         0     35361     37380    479121     18.01   no data
234.46/58.78	c  S st  1767    537375        60      5340         0     35821     37380    489274     18.01   no data
234.46/58.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
234.46/58.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
234.46/58.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
234.46/58.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
234.46/58.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
234.46/58.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
234.46/58.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
234.86/58.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
234.86/58.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.45/59.71	c lits-rem:       271  cl-subs:     2262  v-elim:      0  v-fix:    0  time:  0.90 s
238.45/59.71	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
238.45/59.72	c vivif2 --  cl tried    33559 cl shrink        0 lits rem          0 time: 0.00
240.06/60.12	c asymm  cl-useful: 0/2976/5340 lits-rem:0 time: 0.40
240.06/60.12	c calculated reachability. Time: 0.00
240.06/60.12	c  N dy  1767    537375        60      5340         0     33559     37380    442886     18.01   no data
252.43/63.26	c  N dy  1860    558084        60      5340         0     51936     37380    836380     18.03     19.05
264.42/66.23	c  N dy  1951    578087        60      5340         0     41495     37380    603278     18.05     19.26
278.40/69.71	c  N dy  2019    598184        60      5340         0     30079     37380    348076     18.05     19.39
292.39/73.27	c  N dy  2121    623150        60      5340         0     52167     37380    816880     18.06     19.10
306.77/76.89	c  N dy  2202    644920        60      5340         0     41301     37380    571196     18.06     19.07
323.54/81.04	c  N dy  2330    667260        60      5340         0     61083     37380    998415     18.09     19.15
334.35/83.74	c  N dy  2360    688079        60      5340         0     48543     37380    715828     18.06     19.09
347.53/87.01	c  N dy  2373    708149        60      5340         0     34412     37380    407480     18.01     19.04
360.31/90.25	c  N dy  2478    728157        60      5340         0     52153     37380    787659     18.03     19.39
407.03/101.95	c  N dy  2527    806062        60      5340         0     54139     37380    782245     17.85     15.24
407.03/101.95	c  S st  2527    806062        60      5340         0     54139     37380    782245     17.85     15.24
407.83/102.11	c  S st  2527    806567        60      5340         0     54596     37380    792381     17.85   no data
407.83/102.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
407.83/102.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
407.83/102.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
407.83/102.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
407.83/102.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
407.83/102.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
407.83/102.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
407.83/102.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
407.83/102.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
425.40/106.55	c lits-rem:       850  cl-subs:     7629  v-elim:      0  v-fix:    0  time:  4.38 s
425.40/106.55	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
425.40/106.56	c vivif2 --  cl tried    46967 cl shrink        0 lits rem          0 time: 0.01
426.22/106.80	c asymm  cl-useful: 0/980/5340 lits-rem:0 time: 0.24
426.22/106.80	c calculated reachability. Time: 0.00
426.22/106.80	c  N dy  2527    806567        60      5340         0     46967     37380    659667     17.85   no data
442.58/110.83	c  N dy  2603    826846        60      5340         0     64907     37380   1036975     17.85     18.86
456.56/114.36	c  N dy  2706    846905        60      5340         0     48912     37380    693664     17.87     20.38
472.94/118.47	c  N dy  2774    866994        60      5340         0     66625     37380   1064843     17.87     20.34
492.13/123.30	c  N dy  2903    893943        60      5340         0     55474     37380    817997     17.88     18.95
513.29/128.55	c  N dy  3054    913998        60      5340         0     37176     37380    418246     17.91     19.19
528.06/132.20	c  N dy  3206    934000        60      5340         0     54971     37380    804970     17.94     18.96
548.44/137.39	c  N dy  3343    954227        60      5340         0     72889     37380   1193505     17.97     18.92
566.02/141.75	c  N dy  3478    977379        60      5340         0     56327     37380    821321     17.99     18.95
585.18/146.55	c  N dy  3579    997419        60      5340         0     74146     37380   1204762     18.00     20.25
601.16/150.57	c  N dy  3707   1017449        60      5340         0     53850     37380    756263     18.02     19.39
617.54/154.65	c  N dy  3769   1037717        60      5340         0     71715     37380   1127596     18.01     19.04
633.14/158.51	c  N dy  3831   1057762        60      5340         0     50486     37380    672473     18.01     19.02
643.11/161.03	c  F st  3857   1071875        60      5340         0     62833     37380    929431     18.00     17.03
648.30/162.37	c  N dy  3867   1078506        60      5340         0     68696     37380   1055575     18.00     19.11
668.29/167.36	c  N dy  3996   1098515        60      5340         0     46631     37380    582201     18.02     20.04
684.65/171.49	c  N dy  4104   1118783        60      5340         0     64557     37380    965501     18.04     19.01
707.02/177.10	c  N dy  4200   1138861        60      5340         0     41681     37380    462883     18.05     21.27
722.60/180.95	c  N dy  4318   1159253        60      5340         0     59774     37380    854370     18.06     19.02
744.97/186.52	c  N dy  4443   1179344        60      5340         0     77536     37380   1239227     18.08     19.36
766.95/192.01	c  N dy  4566   1199394        60      5340         0     53664     37380    713840     18.10     19.08
776.92/194.51	c  S st  4622   1209851        60      5340         0     63036     37380    915764     18.10     17.56
777.32/194.70	c  S st  4622   1210355        60      5340         0     63493     37380    925864     18.10   no data
777.32/194.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
777.74/194.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
777.74/194.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
777.74/194.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
777.74/194.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
777.74/194.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
777.74/194.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
777.74/194.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
777.74/194.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
795.73/199.21	c lits-rem:       611  cl-subs:     5262  v-elim:      0  v-fix:    0  time:  4.44 s
795.73/199.21	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
795.73/199.22	c vivif2 --  cl tried    58231 cl shrink        0 lits rem          0 time: 0.01
796.90/199.59	c asymm  cl-useful: 0/794/5340 lits-rem:0 time: 0.37
796.90/199.59	c calculated reachability. Time: 0.00
796.90/199.59	c  N dy  4622   1210355        60      5340         0     58231     37380    810177     18.10   no data
825.26/206.66	c  N dy  4739   1233066        60      5340         0     78376     37380   1243824     18.11     19.13
846.44/211.93	c  N dy  4805   1258085        60      5340         0     58069     37380    791277     18.11     19.09
867.21/217.10	c  N dy  4917   1278556        60      5340         0     76174     37380   1181672     18.12     19.10
890.38/222.94	c  N dy  5063   1299594        60      5340         0     51681     37380    651513     18.14     19.15
914.74/229.08	c  N dy  5118   1332473        60      5340         0     80455     37380   1247324     18.11     19.09
938.71/235.07	c  N dy  5250   1352514        60      5340         0     54169     37380    694100     18.13     19.70
960.68/240.57	c  N dy  5328   1374340        60      5340         0     73406     37380   1103359     18.13     19.09
987.44/247.28	c  N dy  5425   1394695        60      5340         0     46393     37380    515271     18.14     19.14
1003.82/251.30	c  N dy  5471   1416489        60      5340         0     65563     37380    921345     18.13     19.33
1024.59/256.58	c  N dy  5565   1436521        60      5340         0     83266     37380   1298249     18.13     19.99
1046.56/262.02	c  N dy  5633   1456574        60      5340         0     55121     37380    688251     18.14     20.26
1066.14/266.99	c  N dy  5669   1480591        60      5340         0     76189     37380   1128997     18.12     19.09
1094.90/274.13	c  N dy  5791   1500645        60      5340         0     47248     37380    513595     18.14     19.95
1110.88/278.11	c  N dy  5875   1520679        60      5340         0     64894     37380    891653     18.14     20.96
1134.45/284.00	c  N dy  5922   1546728        60      5340         0     87717     37380   1370190     18.13     19.26
1156.82/289.70	c  N dy  6040   1566820        60      5340         0     58025     37380    736966     18.14     20.00
1177.61/294.89	c  N dy  6138   1587442        60      5340         0     76274     37380   1131881     18.15     19.12
1204.75/301.63	c  N dy  6239   1607504        60      5340         0     94062     37380   1516183     18.16     20.85
1224.73/306.68	c  N dy  6327   1627571        60      5340         0     63261     37380    840248     18.17     19.97
1247.49/312.37	c  N dy  6390   1651527        60      5340         0     84328     37380   1283644     18.16     19.13
1275.06/319.29	c  N dy  6486   1671556        60      5340         0     52570     37380    597613     18.17     19.20
1293.04/323.77	c  N dy  6553   1692789        60      5340         0     71343     37380    999990     18.17     19.16
1317.40/329.82	c  S st  6667   1710356        60      5340         0     86911     37380   1340351     18.18   no data
1318.62/330.14	c  S st  6667   1710860        60      5340         0     87359     37380   1350518     18.18   no data
1318.62/330.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1318.62/330.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1318.62/330.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1318.62/330.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1318.62/330.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1318.62/330.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1318.62/330.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1319.00/330.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1319.00/330.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1389.70/347.91	c lits-rem:      1170  cl-subs:     9879  v-elim:      0  v-fix:    0  time: 17.65 s
1389.70/347.91	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1389.70/347.93	c vivif2 --  cl tried    77480 cl shrink        0 lits rem          0 time: 0.02
1391.30/348.31	c asymm  cl-useful: 0/590/5340 lits-rem:0 time: 0.38
1391.30/348.32	c calculated reachability. Time: 0.00
1391.30/348.32	c  N dy  6667   1710860        60      5340         0     77480     37380   1138659     18.18   no data
1432.87/358.79	c  N dy  6736   1744977        60      5340         0     57671     37380    688574     18.16     19.13
1451.62/363.49	c  N dy  6740   1769530        60      5340         0     79138     37380   1130708     18.14     19.22
1473.20/368.85	c  N dy  6754   1790721        60      5340         0     97674     37380   1513724     18.13     19.13
1493.57/373.99	c  N dy  6827   1810780        60      5340         0     64675     37380    838028     18.13     19.15
1518.33/380.14	c  N dy  6936   1834140        60      5340         0     85258     37380   1281811     18.13     19.14
1555.09/389.40	c  N dy  6995   1865210        60      5340         0     60786     37380    731892     18.12     19.13
1590.24/398.12	c  N dy  7067   1901839        60      5340         0     92933     37380   1406777     18.10     19.19
1619.39/405.43	c  N dy  7192   1922132        60      5340         0     58227     37380    679597     18.11     19.10
1639.77/410.57	c  N dy  7308   1942185        60      5340         0     75988     37380   1065216     18.12     19.21
1672.53/418.78	c  N dy  7412   1968672        60      5340         0     99251     37380   1562263     18.12     19.15
1696.89/424.85	c  N dy  7476   1988682        60      5340         0     63160     37380    770805     18.12     19.99
1718.48/430.22	c  N dy  7581   2008710        60      5340         0     80860     37380   1152769     18.13     19.59
1746.43/437.22	c  N dy  7691   2028711        60      5340         0     98548     37380   1537599     18.14     21.40
1775.99/444.64	c  N dy  7752   2052681        60      5340         0     64863     37380    789540     18.13     19.12
1797.18/449.95	c  N dy  7841   2072756        60      5340         0     82587     37380   1172033     18.14     20.52
1827.12/457.42	c  N dy  7989   2093209        60      5340         0    100724     37380   1570074     18.15     19.12
1855.08/464.46	c  N dy  8093   2113294        60      5340         0     62936     37380    750223     18.16     19.55
1883.85/471.60	c  N dy  8155   2144440        60      5340         0     90156     37380   1318951     18.14     19.21
1918.60/480.34	c  N dy  8223   2169902        60      5340         0    112574     37380   1794991     18.14     19.21
1940.17/485.74	c  N dy  8328   2190223        60      5340         0     74167     37380    983438     18.15     19.11
1965.73/492.11	c  N dy  8429   2210241        60      5340         0     91899     37380   1367385     18.15     19.89
1966.13/492.30	c  S st  8430   2210860        60      5340         0     92456     37380   1379315     18.15     18.64
1967.33/492.58	c  S st  8430   2211362        60      5340         0     92908     37380   1389557     18.15   no data
1967.33/492.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1967.73/492.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1967.73/492.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1967.73/492.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1967.73/492.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1967.73/492.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1967.73/492.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1967.73/492.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1967.73/492.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2014.06/504.29	c lits-rem:       952  cl-subs:     9616  v-elim:      0  v-fix:    0  time: 11.60 s
2014.06/504.29	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2014.47/504.31	c vivif2 --  cl tried    83292 cl shrink        0 lits rem          0 time: 0.02
2016.07/504.74	c asymm  cl-useful: 0/739/5340 lits-rem:0 time: 0.42
2016.07/504.74	c calculated reachability. Time: 0.00
2016.07/504.74	c  N dy  8430   2211362        60      5340         0     83292     37380   1183835     18.15   no data
2061.22/516.03	c  N dy  8573   2233919        60      5340         0    103330     37380   1621669     18.16     19.23
2093.56/524.19	c  N dy  8625   2253972        60      5340         0     64167     37380    758344     18.16     19.77
2116.33/529.88	c  N dy  8742   2274055        60      5340         0     81915     37380   1143945     18.17     19.22
2146.28/537.39	c  N dy  8854   2295116        60      5340         0    100577     37380   1548272     18.18     19.23
2178.64/545.45	c  N dy  8924   2315391        60      5340         0     60458     37380    667109     18.18     19.14
2203.01/551.53	c  N dy  8992   2339619        60      5340         0     81753     37380   1118882     18.18     19.22
2226.58/557.44	c  N dy  9034   2359623        60      5340         0     99299     37380   1487156     18.17     20.16
2263.73/566.74	c  N dy  9101   2384180        60      5340         0     61974     37380    686776     18.17     19.39
2284.50/571.93	c  N dy  9193   2404248        60      5340         0     79699     37380   1066529     18.17     20.22
2353.61/589.23	c  N dy  9284   2468877        60      5340         0     76377     37380    969017     18.13     19.11
2379.17/595.62	c  N dy  9372   2488901        60      5340         0     94010     37380   1348264     18.13     20.10
2411.93/603.88	c  N dy  9508   2508951        60      5340         0    111758     37380   1737156     18.14     19.79
2443.10/611.70	c  N dy  9618   2529000        60      5340         0     68932     37380    824251     18.15     20.05
2467.85/617.87	c  N dy  9720   2549060        60      5340         0     86640     37380   1204771     18.15     20.00
2499.41/625.79	c  N dy  9822   2570912        60      5340         0    105805     37380   1617750     18.16     19.18
2555.74/639.88	c  N dy  9884   2619827        60      5340         0     86983     37380   1176816     18.14     19.32
2583.71/646.87	c  N dy  9973   2639856        60      5340         0    104566     37380   1549145     18.14     19.33
2619.65/655.80	c  N dy 10073   2659957        60      5340         0    122296     37380   1932450     18.14     20.84
2648.02/662.90	c  N dy 10193   2682172        60      5340         0     79603     37380   1038376     18.15     19.12
2675.17/669.71	c  N dy 10290   2702805        60      5340         0     97730     37380   1428223     18.15     19.15
2686.37/672.58	c  S st 10318   2711362        60      5340         0    105259     37380   1590763     18.15     17.30
2687.97/672.91	c  S st 10318   2711866        60      5340         0    105709     37380   1600725     18.15   no data
2687.97/672.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2687.97/672.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
2687.97/672.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2687.97/672.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2687.97/672.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2687.97/672.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2687.97/672.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2687.97/672.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2688.37/673.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2735.89/684.95	c lits-rem:       957  cl-subs:    11345  v-elim:      0  v-fix:    0  time: 11.92 s
2735.89/684.95	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2735.89/684.97	c vivif2 --  cl tried    94364 cl shrink        0 lits rem          0 time: 0.02
2737.51/685.32	c asymm  cl-useful: 0/546/5340 lits-rem:0 time: 0.35
2737.51/685.32	c calculated reachability. Time: 0.00
2737.51/685.32	c  N dy 10318   2711866        60      5340         0     94364     37380   1359929     18.15   no data
2779.83/695.98	c  N dy 10460   2731949        60      5340         0    112097     37380   1747755     18.16     20.57
2834.96/709.71	c  N dy 10587   2755844        60      5340         0     70528     37380    833835     18.17     19.17
2866.92/717.73	c  N dy 10705   2779392        60      5340         0     91307     37380   1282998     18.17     19.17
2898.88/725.74	c  N dy 10823   2799546        60      5340         0    109119     37380   1669336     18.18     19.19
2937.22/735.32	c  N dy 10942   2819841        60      5340         0    127097     37380   2064849     18.19     19.30
2962.79/741.79	c  N dy 11060   2839894        60      5340         0     80825     37380   1044319     18.19     20.48
2989.15/748.34	c  N dy 11138   2859979        60      5340         0     98462     37380   1422900     18.19     19.25
3022.31/756.65	c  N dy 11209   2880989        60      5340         0    116945     37380   1819816     18.19     19.19
3052.67/764.26	c  N dy 11251   2901007        60      5340         0     69453     37380    778540     18.19     19.28
3076.64/770.24	c  N dy 11367   2921069        60      5340         0     87117     37380   1163865     18.19     19.85
3106.61/777.74	c  N dy 11472   2941382        60      5340         0    105020     37380   1554971     18.20     19.20
3146.56/787.76	c  N dy 11565   2964722        60      5340         0    125475     37380   1994656     18.20     19.27
3178.50/795.77	c  N dy 11695   2984772        60      5340         0     77321     37380    949789     18.21     20.67
3204.86/802.38	c  N dy 11793   3004796        60      5340         0     94890     37380   1329467     18.21     19.24
3237.22/810.49	c  N dy 11881   3024839        60      5340         0    112490     37380   1708811     18.21     19.63
3273.99/819.63	c  N dy 11972   3045143        60      5340         0    130397     37380   2095958     18.22     19.30
3302.33/826.72	c  N dy 12048   3065993        60      5340         0     81909     37380   1033679     18.22     19.34
3328.30/833.24	c  N dy 12122   3086133        60      5340         0     99610     37380   1411371     18.22     19.26
3363.85/842.19	c  N dy 12197   3111693        60      5340         0    121929     37380   1880198     18.21     19.23
3404.59/852.34	c  N dy 12323   3131932        60      5340         0     72111     37380    810270     18.22     19.19
3428.16/858.24	c  N dy 12399   3152740        60      5340         0     90339     37380   1199085     18.22     19.24
3458.15/865.79	c  N dy 12477   3172824        60      5340         0    108041     37380   1578345     18.22     19.23
3502.49/876.84	c  N dy 12557   3198850        60      5340         0    130832     37380   2060357     18.22     19.18
3526.03/882.70	c  S st 12632   3211867        60      5340         0     73813     37380    842679     18.22   no data
3526.83/882.92	c  S st 12632   3212371        60      5340         0     74262     37380    852752     18.22   no data
3526.83/882.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3526.83/882.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3526.83/882.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3526.83/882.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3526.83/882.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3526.83/882.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3526.83/882.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3526.83/882.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3527.23/883.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3533.25/884.51	c lits-rem:       107  cl-subs:     1369  v-elim:      0  v-fix:    0  time:  1.51 s
3533.25/884.51	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3533.25/884.52	c vivif2 --  cl tried    72893 cl shrink        0 lits rem          0 time: 0.01
3534.42/884.82	c asymm  cl-useful: 0/691/5340 lits-rem:0 time: 0.30
3534.42/884.83	c calculated reachability. Time: 0.00
3534.42/884.83	c  N dy 12632   3212371        60      5340         0     72893     37380    821627     18.22   no data
3558.39/890.86	c  N dy 12714   3232439        60      5340         0     90501     37380   1201813     18.22     19.55
3591.14/899.00	c  N dy 12830   3253258        60      5340         0    108855     37380   1601473     18.23     19.29
3626.30/907.89	c  N dy 12884   3274308        60      5340         0    127324     37380   1995063     18.23     19.21
3662.65/916.96	c  N dy 12944   3294943        60      5340         0     76063     37380    874982     18.22     19.32
3687.42/923.15	c  N dy 13014   3315590        60      5340         0     94200     37380   1263795     18.22     19.31
3727.76/933.21	c  N dy 13118   3338347        60      5340         0    114224     37380   1697131     18.23     19.25
3774.10/944.84	c  N dy 13228   3362437        60      5340         0    135367     37380   2155016     18.23     19.22
3808.45/953.49	c  N dy 13319   3386651        60      5340         0     86405     37380   1090356     18.23     19.24
3836.43/960.44	c  N dy 13377   3407365        60      5340         0    104548     37380   1478180     18.23     19.22
3881.55/971.75	c  N dy 13502   3432089        60      5340         0    126389     37380   1951420     18.23     19.35
3927.49/983.21	c  N dy 13624   3452130        60      5340         0     72866     37380    789718     18.24     20.42
3954.26/989.95	c  N dy 13717   3474051        60      5340         0     92186     37380   1207590     18.24     19.27
3986.61/998.07	c  N dy 13820   3494101        60      5340         0    109898     37380   1593872     18.25     20.45
4022.16/1006.95	c  N dy 13850   3518229        60      5340         0    130825     37380   2025515     18.24     19.38
4058.92/1016.19	c  N dy 13902   3539497        60      5340         0     77482     37380    879855     18.24     19.21
4092.87/1024.63	c  N dy 14012   3565312        60      5340         0    100252     37380   1367665     18.24     19.31
4132.01/1034.40	c  N dy 14076   3590860        60      5340         0    122560     37380   1837606     18.24     19.25
4169.98/1043.93	c  N dy 14142   3611321        60      5340         0    140523     37380   2219493     18.23     19.22
4203.52/1052.39	c  N dy 14241   3631407        60      5340         0     85346     37380   1039443     18.24     19.23
4231.09/1059.30	c  N dy 14324   3651408        60      5340         0    102922     37380   1418766     18.24     19.69
4264.63/1067.67	c  N dy 14390   3671876        60      5340         0    120927     37380   1804542     18.24     19.46
4307.78/1078.42	c  N dy 14426   3696424        60      5340         0    142282     37380   2255483     18.23     19.20
4334.94/1085.20	c  S st 14465   3712373        60      5340         0     82473     37380    963462     18.23   no data
4335.74/1085.43	c  S st 14465   3712875        60      5340         0     82913     37380    973469     18.23   no data
4335.74/1085.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4335.74/1085.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4335.74/1085.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4335.74/1085.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4335.74/1085.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4335.74/1085.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4335.74/1085.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4335.74/1085.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4336.15/1085.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4345.75/1087.99	c lits-rem:       254  cl-subs:     2984  v-elim:      0  v-fix:    0  time:  2.47 s
4345.75/1087.99	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4346.15/1088.00	c vivif2 --  cl tried    79929 cl shrink        0 lits rem          0 time: 0.01
4347.33/1088.33	c asymm  cl-useful: 0/592/5340 lits-rem:0 time: 0.33
4347.33/1088.33	c calculated reachability. Time: 0.00
4347.33/1088.33	c  N dy 14465   3712875        60      5340         0     79929     37380    914811     18.23   no data
4379.69/1096.45	c  N dy 14605   3734748        60      5340         0     99194     37380   1337402     18.24     19.21
4406.86/1103.29	c  F st 14680   3751562        60      5340         0    113952     37380   1657199     18.24   no data
4412.84/1104.73	c  N st 14685   3754858        60      5340         0    116834     37380   1720962     18.24   no data
4446.81/1113.23	c  N dy 14728   3775328        60      5340         0    134831     37380   2104960     18.24     19.26
4493.13/1124.83	c  N dy 14805   3795425        60      5340         0     78059     37380    867412     18.24     19.92
4519.49/1131.44	c  N dy 14845   3819488        60      5340         0     99082     37380   1313439     18.24     19.22
4559.05/1141.30	c  N dy 14940   3843476        60      5340         0    120264     37380   1768210     18.24     19.25
4601.38/1152.00	c  N dy 15055   3863575        60      5340         0    137915     37380   2150310     18.24     20.60
4644.55/1162.73	c  N dy 15153   3883656        60      5340         0     80156     37380    903866     18.24     21.48
4679.29/1171.43	c  N dy 15245   3908529        60      5340         0    101923     37380   1367891     18.24     19.26
4718.03/1181.15	c  N dy 15372   3929890        60      5340         0    120773     37380   1781419     18.25     19.27
4759.57/1191.51	c  N dy 15447   3950070        60      5340         0    138415     37380   2159074     18.25     19.22

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-3174234-1304115578/watcher-3174234-1304115578 -o /tmp/evaluation-result-3174234-1304115578/solver-3174234-1304115578 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174234-1304115578.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: 2.21 4.12 5.73 5/180 20253
/proc/meminfo: memFree=30617888/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=273408 CPUtime=0 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 729 0 0 0 0 0 0 0 25 0 4 0 523157607 279969792 656 33554432000 4194304 4627427 140734560544096 18446744073709551615 4507218 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 68352 656 338 106 0 63323 0
[pid=20253/tid=20254] ppid=20251 vsize=273408 CPUtime=0 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 80 0 0 0 0 0 0 0 25 0 4 0 523157607 279969792 663 33554432000 4194304 4627427 140734560544096 18446744073709551615 4507248 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=273408 CPUtime=0 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 62 0 0 0 0 0 0 0 25 0 4 0 523157607 279969792 665 33554432000 4194304 4627427 140734560544096 18446744073709551615 248089803246 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=273544 CPUtime=0 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 100 0 0 0 0 0 0 0 25 0 4 0 523157607 280109056 679 33554432000 4194304 4627427 140734560544096 18446744073709551615 4360952 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.10685 s]
/proc/loadavg: 2.21 4.12 5.73 5/180 20253
/proc/meminfo: memFree=30617888/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=281996 CPUtime=0.41 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 1323 0 0 0 41 0 0 0 25 0 4 0 523157607 288763904 1250 33554432000 4194304 4627427 140734560544096 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 70499 1250 364 106 0 65470 0
[pid=20253/tid=20254] ppid=20251 vsize=281996 CPUtime=0.1 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 189 0 0 0 10 0 0 0 25 0 4 0 523157607 288763904 1250 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=281996 CPUtime=0.09 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 198 0 0 0 9 0 0 0 25 0 4 0 523157607 288763904 1250 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=281996 CPUtime=0.1 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 325 0 0 0 10 0 0 0 25 0 4 0 523157607 288763904 1250 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 281996

[startup+0.200837 s]
/proc/loadavg: 2.21 4.12 5.73 5/180 20253
/proc/meminfo: memFree=30617888/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=282620 CPUtime=0.78 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 2818 0 0 0 78 0 0 0 25 0 4 0 523157607 289402880 2370 33554432000 4194304 4627427 140734560544096 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 70655 2370 384 106 0 65626 0
[pid=20253/tid=20254] ppid=20251 vsize=282620 CPUtime=0.19 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 647 0 0 0 19 0 0 0 25 0 4 0 523157607 289402880 2370 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=282620 CPUtime=0.19 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 604 0 0 0 19 0 0 0 25 0 4 0 523157607 289402880 2370 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=282620 CPUtime=0.19 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 524 0 0 0 19 0 0 0 25 0 4 0 523157607 289402880 2370 33554432000 4194304 4627427 140734560544096 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 282620

[startup+0.300817 s]
/proc/loadavg: 2.21 4.12 5.73 5/180 20253
/proc/meminfo: memFree=30617888/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=284204 CPUtime=1.18 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 3497 0 0 0 118 0 0 0 25 0 4 0 523157607 291024896 2570 33554432000 4194304 4627427 140734560544096 18446744073709551615 4334711 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 71051 2571 384 106 0 66022 0
[pid=20253/tid=20254] ppid=20251 vsize=284204 CPUtime=0.29 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 848 0 0 0 29 0 0 0 25 0 4 0 523157607 291024896 2571 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=284204 CPUtime=0.29 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 799 0 0 0 29 0 0 0 25 0 4 0 523157607 291024896 2571 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=284204 CPUtime=0.29 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 620 0 0 0 29 0 0 0 25 0 4 0 523157607 291024896 2571 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284204

[startup+0.700748 s]
/proc/loadavg: 2.21 4.12 5.73 5/180 20253
/proc/meminfo: memFree=30617888/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=285228 CPUtime=2.78 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 5427 0 0 0 278 0 0 0 25 0 4 0 523157607 292073472 3322 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309250 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 71307 3322 384 106 0 66278 0
[pid=20253/tid=20254] ppid=20251 vsize=285228 CPUtime=0.69 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 1316 0 0 0 69 0 0 0 25 0 4 0 523157607 292073472 3322 33554432000 4194304 4627427 140734560544096 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=285228 CPUtime=0.69 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 1241 0 0 0 69 0 0 0 25 0 4 0 523157607 292073472 3322 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309598 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=285228 CPUtime=0.69 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 1183 0 0 0 69 0 0 0 25 0 4 0 523157607 292073472 3322 33554432000 4194304 4627427 140734560544096 18446744073709551615 4326352 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 285228

[startup+1.50061 s]
/proc/loadavg: 2.21 4.12 5.73 9/184 20257
/proc/meminfo: memFree=30588592/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=286300 CPUtime=5.98 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 9763 0 0 0 597 1 0 0 25 0 4 0 523157607 293171200 5190 33554432000 4194304 4627427 140734560544096 18446744073709551615 4427856 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 71575 5190 388 106 0 66546 0
[pid=20253/tid=20254] ppid=20251 vsize=286300 CPUtime=1.49 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 2112 0 0 0 149 0 0 0 25 0 4 0 523157607 293171200 5190 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=286300 CPUtime=1.48 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 2024 0 0 0 148 0 0 0 25 0 4 0 523157607 293171200 5190 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=286300 CPUtime=1.49 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 1992 0 0 0 149 0 0 0 25 0 4 0 523157607 293171200 5190 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 286300

[startup+3.10033 s]
/proc/loadavg: 2.21 4.12 5.73 9/184 20258
/proc/meminfo: memFree=30563792/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=294560 CPUtime=12.36 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 17583 0 0 0 1234 2 0 0 25 0 4 0 523157607 301629440 9473 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309075 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 73640 9473 388 106 0 68611 0
[pid=20253/tid=20254] ppid=20251 vsize=294560 CPUtime=3.09 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 4202 0 0 0 309 0 0 0 25 0 4 0 523157607 301629440 9473 33554432000 4194304 4627427 140734560544096 18446744073709551615 4322179 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=294560 CPUtime=3.07 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 4550 0 0 0 307 0 0 0 25 0 4 0 523157607 301629440 9473 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=294560 CPUtime=3.08 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 4363 0 0 0 308 0 0 0 25 0 4 0 523157607 301629440 9473 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 294560

[startup+6.30076 s]
/proc/loadavg: 2.68 4.19 5.74 9/184 20258
/proc/meminfo: memFree=30535768/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=295300 CPUtime=25.14 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 26356 0 0 0 2511 3 0 0 25 0 4 0 523157607 302387200 11985 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 73825 11985 388 106 0 68796 0
[pid=20253/tid=20254] ppid=20251 vsize=295300 CPUtime=6.28 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 6692 0 0 0 628 0 0 0 25 0 4 0 523157607 302387200 11985 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=295300 CPUtime=6.25 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 6767 0 0 0 625 0 0 0 25 0 4 0 523157607 302387200 11985 33554432000 4194304 4627427 140734560544096 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=295300 CPUtime=6.29 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 6311 0 0 0 628 1 0 0 25 0 4 0 523157607 302387200 11985 33554432000 4194304 4627427 140734560544096 18446744073709551615 4332756 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 295300

[startup+12.7006 s]
/proc/loadavg: 3.10 4.25 5.75 9/184 20258
/proc/meminfo: memFree=30488328/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=301436 CPUtime=50.72 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 40710 0 0 0 5066 6 0 0 25 0 4 0 523157607 308670464 15671 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 75359 15671 388 106 0 70330 0
[pid=20253/tid=20254] ppid=20251 vsize=301436 CPUtime=12.69 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 10017 0 0 0 1268 1 0 0 25 0 4 0 523157607 308670464 15671 33554432000 4194304 4627427 140734560544096 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=301436 CPUtime=12.62 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 9712 0 0 0 1261 1 0 0 25 0 4 0 523157607 308670464 15671 33554432000 4194304 4627427 140734560544096 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=301436 CPUtime=12.69 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 10102 0 0 0 1268 1 0 0 25 0 4 0 523157607 308670464 15671 33554432000 4194304 4627427 140734560544096 18446744073709551615 4310136 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 301436

[startup+25.5004 s]
/proc/loadavg: 4.19 4.43 5.79 9/184 20258
/proc/meminfo: memFree=30453780/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=303612 CPUtime=101.83 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 61565 0 0 0 10173 10 0 0 25 0 4 0 523157607 310898688 19111 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 75903 19111 388 106 0 70874 0
[pid=20253/tid=20254] ppid=20251 vsize=303612 CPUtime=25.43 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 15667 0 0 0 2541 2 0 0 25 0 4 0 523157607 310898688 19111 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=303612 CPUtime=25.4 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 14864 0 0 0 2538 2 0 0 25 0 4 0 523157607 310898688 19111 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=303612 CPUtime=25.49 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 14850 0 0 0 2546 3 0 0 25 0 4 0 523157607 310898688 19111 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 303612

[startup+51.1009 s]
/proc/loadavg: 5.49 4.72 5.84 9/184 20259
/proc/meminfo: memFree=30404980/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=294892 CPUtime=204.1 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 91285 0 0 0 20390 20 0 0 25 0 4 0 523157607 301969408 23198 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 73723 23198 388 106 0 68694 0
[pid=20253/tid=20254] ppid=20251 vsize=294892 CPUtime=50.89 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 23423 0 0 0 5085 4 0 0 25 0 4 0 523157607 301969408 23198 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=294892 CPUtime=51.01 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 22281 0 0 0 5096 5 0 0 25 0 4 0 523157607 301969408 23198 33554432000 4194304 4627427 140734560544096 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=294892 CPUtime=51.08 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 21727 0 0 0 5103 5 0 0 25 0 4 0 523157607 301969408 23198 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 294892

[startup+102.301 s]
/proc/loadavg: 6.91 5.22 5.95 9/184 20260
/proc/meminfo: memFree=30344532/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=318580 CPUtime=408.64 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 141062 0 0 0 40828 36 0 0 25 0 4 0 523157607 326225920 30071 33554432000 4194304 4627427 140734560544096 18446744073709551615 4420268 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 79645 30071 388 106 0 74616 0
[pid=20253/tid=20254] ppid=20251 vsize=318580 CPUtime=101.82 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 35068 0 0 0 10175 7 0 0 25 0 4 0 523157607 326225920 30071 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=318580 CPUtime=102.21 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 32445 0 0 0 10212 9 0 0 25 0 4 0 523157607 326225920 30071 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=318580 CPUtime=102.29 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 34705 0 0 0 10220 9 0 0 25 0 4 0 523157607 326225920 30071 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 318580

[startup+162.3 s]

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

[pid=20253] ppid=20251 vsize=436984 CPUtime=2565.72 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 415536 0 0 0 256420 152 0 0 25 0 4 0 523157607 447471616 67396 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 109246 67396 388 106 0 104217 0
[pid=20253/tid=20254] ppid=20251 vsize=436984 CPUtime=638.89 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 104433 0 0 0 63856 33 0 0 25 0 4 0 523157607 447471616 67396 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=436984 CPUtime=642.21 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 103034 0 0 0 64182 39 0 0 25 0 4 0 523157607 447471616 67396 33554432000 4194304 4627427 140734560544096 18446744073709551615 4324264 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=436984 CPUtime=642.29 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 98765 0 0 0 64191 38 0 0 25 0 4 0 523157607 447471616 67396 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2565.72
Current children cumulated vsize (KiB) 436984

[startup+702.301 s]
/proc/loadavg: 8.08 7.69 6.95 9/184 20276
/proc/meminfo: memFree=30026476/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=437248 CPUtime=2805.4 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 428907 0 0 0 280379 161 0 0 25 0 4 0 523157607 447741952 70458 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 109312 70458 388 106 0 104283 0
[pid=20253/tid=20254] ppid=20251 vsize=437248 CPUtime=698.55 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 107206 0 0 0 69821 34 0 0 25 0 4 0 523157607 447741952 70458 33554432000 4194304 4627427 140734560544096 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=437248 CPUtime=702.22 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 105654 0 0 0 70181 41 0 0 25 0 4 0 523157607 447741952 70458 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=437248 CPUtime=702.29 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 101351 0 0 0 70189 40 0 0 25 0 4 0 523157607 447741952 70458 33554432000 4194304 4627427 140734560544096 18446744073709551615 4420258 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.4
Current children cumulated vsize (KiB) 437248

[startup+762.3 s]
/proc/loadavg: 8.13 7.77 7.02 9/184 20278
/proc/meminfo: memFree=30022568/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=509364 CPUtime=3045.1 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 445734 0 0 0 304339 171 0 0 25 0 4 0 523157607 521588736 72820 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 127341 72823 388 106 0 122312 0
[pid=20253/tid=20254] ppid=20251 vsize=509364 CPUtime=758.24 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 109984 0 0 0 75788 36 0 0 25 0 4 0 523157607 521588736 72844 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=509364 CPUtime=762.23 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 110935 0 0 0 76179 44 0 0 25 0 4 0 523157607 521588736 72849 33554432000 4194304 4627427 140734560544096 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=509364 CPUtime=762.29 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 104957 0 0 0 76187 42 0 0 25 0 4 0 523157607 521588736 72853 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.1
Current children cumulated vsize (KiB) 509364

[startup+822.301 s]
/proc/loadavg: 8.08 7.83 7.09 9/184 20279
/proc/meminfo: memFree=30025376/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=419200 CPUtime=3284.75 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 460949 0 0 0 328296 179 0 0 25 0 4 0 523157607 429260800 65125 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 104800 65125 388 106 0 99771 0
[pid=20253/tid=20254] ppid=20251 vsize=419200 CPUtime=817.9 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 112564 0 0 0 81753 37 0 0 25 0 4 0 523157607 429260800 65125 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=419200 CPUtime=822.22 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 116215 0 0 0 82176 46 0 0 25 0 4 0 523157607 429260800 65125 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=419200 CPUtime=822.3 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 108665 0 0 0 82185 45 0 0 25 0 4 0 523157607 429260800 65125 33554432000 4194304 4627427 140734560544096 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.75
Current children cumulated vsize (KiB) 419200

[startup+882.307 s]
/proc/loadavg: 8.14 7.88 7.15 9/184 20281
/proc/meminfo: memFree=29996944/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=510512 CPUtime=3524.46 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 480890 0 0 0 352257 189 0 0 25 0 4 0 523157607 522764288 74371 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 127628 74371 388 106 0 122599 0
[pid=20253/tid=20254] ppid=20251 vsize=510512 CPUtime=877.58 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 117857 0 0 0 87719 39 0 0 25 0 4 0 523157607 522764288 74371 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=510512 CPUtime=882.23 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 121433 0 0 0 88173 50 0 0 25 0 4 0 523157607 522764288 74371 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=510512 CPUtime=882.3 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 112574 0 0 0 88184 46 0 0 25 0 4 0 523157607 522764288 74371 33554432000 4194304 4627427 140734560544096 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.46
Current children cumulated vsize (KiB) 510512

[startup+942.3 s]
/proc/loadavg: 8.12 7.92 7.21 9/184 20283
/proc/meminfo: memFree=29979908/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=497700 CPUtime=3764.11 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 490293 0 0 0 376215 196 0 0 25 0 4 0 523157607 509644800 75593 33554432000 4194304 4627427 140734560544096 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 124425 75593 388 106 0 119396 0
[pid=20253/tid=20254] ppid=20251 vsize=497700 CPUtime=937.25 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 121201 0 0 0 93683 42 0 0 25 0 4 0 523157607 509644800 75593 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=497700 CPUtime=942.22 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 121663 0 0 0 94172 50 0 0 25 0 4 0 523157607 509644800 75593 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=497700 CPUtime=942.29 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 113861 0 0 0 94182 47 0 0 25 0 4 0 523157607 509644800 75593 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.11
Current children cumulated vsize (KiB) 497700

[startup+1002.3 s]
/proc/loadavg: 8.11 7.95 7.26 9/184 20284
/proc/meminfo: memFree=29947364/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=536916 CPUtime=4003.78 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 504118 0 0 0 400176 202 0 0 25 0 4 0 523157607 549801984 81248 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 134229 81248 388 106 0 129200 0
[pid=20253/tid=20254] ppid=20251 vsize=536916 CPUtime=996.92 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 125156 0 0 0 99649 43 0 0 25 0 4 0 523157607 549801984 81248 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=536916 CPUtime=1002.22 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 123430 0 0 0 100172 50 0 0 25 0 4 0 523157607 549801984 81248 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=536916 CPUtime=1002.29 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 116806 0 0 0 100180 49 0 0 25 0 4 0 523157607 549801984 81248 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.78
Current children cumulated vsize (KiB) 536916

[startup+1062.3 s]
/proc/loadavg: 8.10 7.97 7.31 9/184 20286
/proc/meminfo: memFree=29946456/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=513368 CPUtime=4243.46 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 515509 0 0 0 424137 209 0 0 25 0 4 0 523157607 525688832 78857 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 128342 78857 388 106 0 123313 0
[pid=20253/tid=20254] ppid=20251 vsize=513368 CPUtime=1056.6 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 129108 0 0 0 105614 46 0 0 25 0 4 0 523157607 525688832 78857 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=513368 CPUtime=1062.22 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 125203 0 0 0 106171 51 0 0 25 0 4 0 523157607 525688832 78857 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=513368 CPUtime=1062.3 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 117175 0 0 0 106180 50 0 0 25 0 4 0 523157607 525688832 78857 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.46
Current children cumulated vsize (KiB) 513368

[startup+1122.3 s]
/proc/loadavg: 8.04 7.97 7.35 9/184 20287
/proc/meminfo: memFree=29948520/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=513880 CPUtime=4483.14 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 530839 0 0 0 448098 216 0 0 25 0 4 0 523157607 526213120 76883 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 128470 76883 388 106 0 123441 0
[pid=20253/tid=20254] ppid=20251 vsize=513880 CPUtime=1116.27 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 130967 0 0 0 111581 46 0 0 25 0 4 0 523157607 526213120 76883 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=513880 CPUtime=1122.23 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 129942 0 0 0 112169 54 0 0 25 0 4 0 523157607 526213120 76883 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=513880 CPUtime=1122.3 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 122086 0 0 0 112178 52 0 0 25 0 4 0 523157607 526213120 76883 33554432000 4194304 4627427 140734560544096 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.14
Current children cumulated vsize (KiB) 513880

[startup+1182.3 s]
/proc/loadavg: 8.01 7.97 7.38 9/184 20289
/proc/meminfo: memFree=29938808/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=487544 CPUtime=4722.83 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 544798 0 0 0 472059 224 0 0 25 0 4 0 523157607 499245056 76279 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 121886 76279 388 106 0 116857 0
[pid=20253/tid=20254] ppid=20251 vsize=487544 CPUtime=1175.95 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 134834 0 0 0 117547 48 0 0 25 0 4 0 523157607 499245056 76279 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=487544 CPUtime=1182.23 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 131047 0 0 0 118169 54 0 0 25 0 4 0 523157607 499245056 76279 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=487544 CPUtime=1182.29 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 125978 0 0 0 118175 54 0 0 25 0 4 0 523157607 499245056 76279 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.83
Current children cumulated vsize (KiB) 487544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.01 7.97 7.40 5/176 20306
/proc/meminfo: memFree=30323360/32950928 swapFree=67111428/67111528
[pid=20253] ppid=20251 vsize=527520 CPUtime=4800.34 cores=1,3,5,7
/proc/20253/stat : 20253 (strangenight2-m) R 20251 20253 20152 0 -1 4202496 550809 0 0 0 479808 226 0 0 25 0 4 0 523157607 540180480 79425 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20253/statm: 131880 79425 388 106 0 126851 0
[pid=20253/tid=20254] ppid=20251 vsize=527520 CPUtime=1195.24 cores=1,3,5,7
/proc/20253/task/20254/stat : 20254 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 136801 0 0 0 119475 49 0 0 25 0 4 0 523157607 540180480 79425 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20253/tid=20255] ppid=20251 vsize=527520 CPUtime=1201.63 cores=1,3,5,7
/proc/20253/task/20255/stat : 20255 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 132423 0 0 0 120108 55 0 0 25 0 4 0 523157607 540180480 79425 33554432000 4194304 4627427 140734560544096 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20253/tid=20256] ppid=20251 vsize=527520 CPUtime=1201.7 cores=1,3,5,7
/proc/20253/task/20256/stat : 20256 (strangenight2-m) R 20251 20253 20152 0 -1 4202560 127929 0 0 0 120115 55 0 0 25 0 4 0 523157607 540180480 79425 33554432000 4194304 4627427 140734560544096 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 527520

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.38
CPU user time (s): 4798.1
CPU system time (s): 2.28065
CPU usage (%): 399.457
Max. virtual memory (cumulated for all children) (KiB): 537040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.1
system time used= 2.28065
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 550811
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= 388
involuntary context switches= 32536

runsolver used 1.87971 second user time and 4.70228 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-30 00:19:38
IDJOB=3174234
IDBENCH=83052
IDSOLVER=1586
FILE ID=node123/3174234-1304115578
RUNJOBID= node123-1304115576-20171
PBS_JOBID= 13170709
Free space on /tmp= 72812 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1831136826-075.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174234-1304115578/watcher-3174234-1304115578 -o /tmp/evaluation-result-3174234-1304115578/solver-3174234-1304115578 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174234-1304115578.cnf

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

MD5SUM BENCH= 1e7a565e93334fc4a75fcaa13a0d446a
RANDOM SEED=1091802960

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.15
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.838
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.838
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.838
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.838
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.80
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.838
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.74
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.838
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:     32950928 kB
MemFree:      30618176 kB
Buffers:        579008 kB
Cached:        1304400 kB
SwapCached:        100 kB
Active:         162676 kB
Inactive:      1807024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30618176 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:           11232 kB
Writeback:           0 kB
AnonPages:       85744 kB
Mapped:          15468 kB
Slab:           299208 kB
PageTables:       4544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   294632 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= 72808 MiB
End job on node123 at 2011-04-30 00:39:42