Trace number 3366643

Some explanations

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

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

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

Solver answer on this benchmark

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

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.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366643-1305410852.cnf'
0.00/0.01	c -- header says num vars:             60
0.00/0.01	c -- header says num clauses:        5340
0.00/0.01	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.01	c -- vars added         60
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
0.00/0.13	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.11
0.00/0.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.50/0.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.50/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.50/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.50/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.50/0.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.03/1.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
4.03/1.01	c Finding binary XORs  T:     0.00 s  found:       0
4.03/1.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
4.03/1.01	c calculated reachability. Time: 0.00
4.03/1.01	c Calc default polars -  time:   0.00 s pos:      32 undec:       0 neg:      28
4.03/1.01	c =========================================================================================
4.03/1.01	c types(t): F = full restart, N = normal restart
4.03/1.01	c types(t): S = simplification begin/end, E = solution found
4.03/1.01	c restart types(rt): st = static, dy = dynamic
4.03/1.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
4.03/1.01	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
4.03/1.01	c  N dy     8      5835        60      5340         0      2956     37380     57230     17.81     18.81
4.03/1.01	c  N dy    25     10597        60      5340         0      7193     37380    147203     18.04     19.05
4.03/1.01	c  N dy    38     15808        60      5340         0      8043     37380    156761     18.03     19.02
4.03/1.01	c  N dy    59     19896        60      5340         0      6726     37380    121269     18.20     19.84
4.37/1.11	c  N dy    75     23924        60      5340         0     10282     37380    196835     18.22     19.88
4.37/1.11	c  F st    82     25001        60      5340         0     11247     37380    217397     18.25     16.94
5.17/1.31	c  N st    87     28296        60      5340         0      8129     37380    143152     18.25   no data
5.57/1.41	c  S st    88     30000        60      5340         0      9647     37380    175606     18.25   no data
5.57/1.41	c  S st    88     30501        60      5340         0     10102     37380    185688     18.25   no data
5.57/1.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.57/1.41	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.57/1.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.57/1.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.57/1.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.57/1.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.36/1.61	c lits-rem:       116  cl-subs:      945  v-elim:      0  v-fix:    0  time:  0.19 s
6.77/1.78	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.23
6.77/1.78	c calculated reachability. Time: 0.00
6.77/1.78	c  N dy    88     30501        60      5340         0      9157     37380    164659     18.25   no data
8.36/2.11	c  N dy   108     36476        60      5340         0      7473     37380    117566     18.30     19.34
9.15/2.30	c  N dy   120     40480        60      5340         0     11014     37380    193431     18.33     19.35
9.95/2.59	c  N dy   124     45754        60      5340         0     15713     37380    291662     18.20     18.55
9.95/2.59	c  S st   124     45754        60      5340         0     15713     37380    291662     18.20     18.55
10.35/2.64	c  S st   124     46257        60      5340         0      8225     37380    125440     18.20   no data
10.35/2.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.35/2.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.35/2.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.35/2.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.35/2.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.35/2.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
10.35/2.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.35/2.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.35/2.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.35/2.68	c lits-rem:         6  cl-subs:       50  v-elim:      0  v-fix:    0  time:  0.03 s
10.35/2.68	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.35/2.68	c vivif2 --  cl tried     8175 cl shrink        0 lits rem          0 time: 0.00
11.55/2.90	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
11.55/2.90	c calculated reachability. Time: 0.00
11.55/2.90	c  N dy   124     46257        60      5340         0      8175     37380    124208     18.20   no data
12.38/3.17	c  N dy   137     51329        60      5340         0     12699     37380    220693     18.21     19.18
13.54/3.44	c  N dy   156     55633        60      5340         0     16574     37380    304058     18.26     19.27
14.74/3.73	c  N dy   182     60574        60      5340         0     12091     37380    198484     18.34     19.32
16.78/4.22	c  N dy   194     68444        60      5340         0     19118     37380    348209     18.28     19.40
16.78/4.29	c  S st   196     69387        60      5340         0     10164     37380    146842     18.28     17.63
17.12/4.33	c  S st   196     69890        60      5340         0     10636     37380    157320     18.28   no data
17.12/4.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.12/4.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.12/4.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.12/4.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.12/4.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.12/4.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
17.12/4.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.12/4.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.12/4.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.52/4.40	c lits-rem:         7  cl-subs:      151  v-elim:      0  v-fix:    0  time:  0.06 s
17.52/4.40	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.52/4.40	c vivif2 --  cl tried    10485 cl shrink        0 lits rem          0 time: 0.00
18.33/4.66	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.26
18.33/4.66	c calculated reachability. Time: 0.00
18.33/4.66	c  N dy   196     69890        60      5340         0     10485     37380    153953     18.28   no data
22.31/5.68	c  F st   198     87502        60      5340         0     15377     37380    245708     17.92     17.82
22.31/5.68	c  N st   198     87502        60      5340         0     15377     37380    245708     17.92     17.82
23.91/6.06	c  N dy   207     93317        60      5340         0     20569     37380    357313     17.93     18.88
25.90/6.53	c  N dy   233     99334        60      5340         0     14395     37380    219208     17.97     20.68
27.50/6.94	c  S st   270    104835        60      5340         0     19320     37380    326024     18.05     18.59
27.50/6.99	c  S st   270    105339        60      5340         0     19783     37380    336124     18.05   no data
27.50/6.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.90/7.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.90/7.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.90/7.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.90/7.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.90/7.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.90/7.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.90/7.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.90/7.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.53/7.44	c lits-rem:       170  cl-subs:     1802  v-elim:      0  v-fix:    0  time:  0.41 s
29.53/7.44	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.53/7.44	c vivif2 --  cl tried    17981 cl shrink        0 lits rem          0 time: 0.00
30.69/7.79	c asymm  cl-useful: 0/4674/5340 lits-rem:0 time: 0.35
30.69/7.79	c calculated reachability. Time: 0.00
30.69/7.79	c  N dy   270    105339        60      5340         0     17981     37380    295255     18.05   no data
33.92/8.56	c  N dy   302    114823        60      5340         0     14065     37380    200185     18.04     19.07
37.08/9.33	c  N dy   335    125519        60      5340         0     23578     37380    403154     18.06     19.02
39.86/10.02	c  N dy   389    133544        60      5340         0     17427     37380    264916     18.14     19.26
42.27/10.64	c  N dy   392    142223        60      5340         0     25023     37380    419560     18.03     19.07
45.46/11.49	c  N dy   464    151361        60      5340         0     18986     37380    287471     18.12     19.85
47.84/12.02	c  S st   476    158008        60      5340         0     24873     37380    410509     18.10     14.77
47.84/12.08	c  S st   476    158511        60      5340         0     25331     37380    420789     18.10   no data
47.84/12.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.84/12.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.84/12.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.84/12.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.84/12.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.84/12.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.84/12.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.84/12.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
48.24/12.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.04/12.83	c lits-rem:       268  cl-subs:     2652  v-elim:      0  v-fix:    0  time:  0.72 s
51.04/12.83	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
51.04/12.83	c vivif2 --  cl tried    22679 cl shrink        0 lits rem          0 time: 0.00
51.47/12.91	c asymm  cl-useful: 0/666/5340 lits-rem:0 time: 0.07
51.47/12.91	c calculated reachability. Time: 0.00
51.47/12.91	c  N dy   476    158511        60      5340         0     22679     37380    364554     18.10   no data
54.63/13.73	c  N dy   481    169047        60      5340         0     17063     37380    234755     18.02     18.97
60.25/15.18	c  N dy   499    186587        60      5340         0     16679     37380    217830     17.88     18.98
64.64/16.27	c  N dy   553    199162        60      5340         0     27871     37380    455977     17.91     18.85
69.43/17.45	c  N dy   580    211960        60      5340         0     22395     37380    327171     17.86     20.89
74.96/18.83	c  N dy   626    225579        60      5340         0     34477     37380    583292     17.88     18.83
80.15/20.10	c  S st   708    237766        60      5340         0     27696     37380    436381     17.95   no data
80.15/20.17	c  S st   708    238271        60      5340         0     28163     37380    446828     17.95   no data
80.15/20.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.15/20.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
80.15/20.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
80.15/20.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.15/20.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.15/20.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
80.15/20.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
80.15/20.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
80.55/20.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.35/20.95	c lits-rem:       252  cl-subs:     2132  v-elim:      0  v-fix:    0  time:  0.73 s
83.35/20.95	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
83.35/20.95	c vivif2 --  cl tried    26031 cl shrink        0 lits rem          0 time: 0.00
84.95/21.32	c asymm  cl-useful: 0/3526/5340 lits-rem:0 time: 0.37
84.95/21.32	c calculated reachability. Time: 0.00
84.95/21.32	c  N dy   708    238271        60      5340         0     26031     37380    398962     17.95   no data
92.12/23.13	c  N dy   778    254577        60      5340         0     21992     37380    296659     17.97     18.95
99.31/24.97	c  N dy   831    272305        60      5340         0     37643     37380    625747     17.97     19.01
107.68/27.03	c  N dy   837    294566        60      5340         0     37723     37380    604450     17.85     18.89
112.90/28.38	c  F st   920    306250        60      5340         0     27890     37380    407631     17.90   no data
116.06/29.14	c  N dy   931    313366        60      5340         0     34189     37380    542374     17.90     20.06
126.82/31.84	c  N dy  1057    335657        60      5340         0     32820     37380    502792     17.95     18.96
137.59/34.57	c  N dy  1131    357406        60      5340         0     29861     37380    424122     17.96     17.17
137.59/34.57	c  S st  1131    357406        60      5340         0     29861     37380    424122     17.96     17.17
137.99/34.65	c  S st  1131    357913        60      5340         0     30327     37380    434415     17.96   no data
137.99/34.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
137.99/34.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
137.99/34.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
137.99/34.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.99/34.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.99/34.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
137.99/34.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
137.99/34.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
137.99/34.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.78/35.39	c lits-rem:       186  cl-subs:     2192  v-elim:      0  v-fix:    0  time:  0.70 s
140.78/35.39	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
140.78/35.39	c vivif2 --  cl tried    28135 cl shrink        0 lits rem          0 time: 0.00
141.98/35.62	c asymm  cl-useful: 0/1814/5340 lits-rem:0 time: 0.23
141.98/35.62	c calculated reachability. Time: 0.00
141.98/35.62	c  N dy  1131    357913        60      5340         0     28135     37380    390066     17.96   no data
155.55/39.00	c  N dy  1257    383565        60      5340         0     27990     37380    377369     18.01     19.14
167.11/41.90	c  N dy  1327    403619        60      5340         0     45741     37380    755936     18.02     19.73
177.88/44.66	c  N dy  1432    423645        60      5340         0     39682     37380    617688     18.05     20.33
189.05/47.45	c  N dy  1508    444448        60      5340         0     33348     37380    466270     18.06     19.02
200.22/50.26	c  N dy  1544    465505        60      5340         0     26211     37380    305698     18.03     19.13
214.22/53.78	c  N dy  1646    492849        60      5340         0     50449     37380    818758     18.04     19.06
224.55/56.38	c  N dy  1700    513522        60      5340         0     42121     37380    629941     18.02     19.06
236.91/59.42	c  N dy  1750    534224        60      5340         0     33002     37380    427544     18.01     19.01
238.11/59.77	c  S st  1767    536871        60      5340         0     35361     37380    479121     18.01   no data
238.51/59.87	c  S st  1767    537375        60      5340         0     35821     37380    489274     18.01   no data
238.51/59.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
238.51/59.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
238.51/59.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
238.51/59.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
238.51/59.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.51/59.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
238.51/59.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
238.51/59.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
238.91/59.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.51/60.84	c lits-rem:       271  cl-subs:     2262  v-elim:      0  v-fix:    0  time:  0.92 s
242.51/60.84	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
242.51/60.84	c vivif2 --  cl tried    33559 cl shrink        0 lits rem          0 time: 0.01
244.10/61.25	c asymm  cl-useful: 0/2976/5340 lits-rem:0 time: 0.41
244.10/61.25	c calculated reachability. Time: 0.00
244.10/61.25	c  N dy  1767    537375        60      5340         0     33559     37380    442886     18.01   no data
256.87/64.47	c  N dy  1860    558084        60      5340         0     51936     37380    836380     18.03     19.05
268.83/67.48	c  N dy  1951    578087        60      5340         0     41495     37380    603278     18.05     19.26
283.19/71.00	c  N dy  2019    598184        60      5340         0     30079     37380    348076     18.05     19.39
297.59/74.67	c  N dy  2121    623150        60      5340         0     52167     37380    816880     18.06     19.10
312.30/78.33	c  N dy  2202    644920        60      5340         0     41301     37380    571196     18.06     19.07
329.06/82.58	c  N dy  2330    667260        60      5340         0     61083     37380    998415     18.09     19.15
340.23/85.32	c  N dy  2360    688079        60      5340         0     48543     37380    715828     18.06     19.09
353.80/88.73	c  N dy  2373    708149        60      5340         0     34412     37380    407480     18.01     19.04
367.39/92.16	c  N dy  2478    728157        60      5340         0     52153     37380    787659     18.03     19.39
414.03/103.89	c  N dy  2527    806062        60      5340         0     54139     37380    782245     17.85     15.24
414.03/103.89	c  S st  2527    806062        60      5340         0     54139     37380    782245     17.85     15.24
414.83/104.04	c  S st  2527    806567        60      5340         0     54596     37380    792381     17.85   no data
414.83/104.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
414.83/104.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
414.83/104.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
414.83/104.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
414.83/104.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
414.83/104.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
414.83/104.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
414.83/104.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
415.23/104.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
432.78/108.54	c lits-rem:       850  cl-subs:     7629  v-elim:      0  v-fix:    0  time:  4.39 s
432.78/108.54	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
432.78/108.55	c vivif2 --  cl tried    46967 cl shrink        0 lits rem          0 time: 0.01
433.97/108.81	c asymm  cl-useful: 0/980/5340 lits-rem:0 time: 0.25
433.97/108.81	c calculated reachability. Time: 0.00
433.97/108.81	c  N dy  2527    806567        60      5340         0     46967     37380    659667     17.85   no data
450.33/112.92	c  N dy  2603    826846        60      5340         0     64907     37380   1036975     17.85     18.86
464.69/116.52	c  N dy  2706    846905        60      5340         0     48912     37380    693664     17.87     20.38
481.48/120.76	c  N dy  2774    866994        60      5340         0     66625     37380   1064843     17.87     20.34
500.98/125.64	c  N dy  2903    893943        60      5340         0     55474     37380    817997     17.88     18.95
522.52/131.01	c  N dy  3054    913998        60      5340         0     37176     37380    418246     17.91     19.19
537.29/134.71	c  N dy  3206    934000        60      5340         0     54971     37380    804970     17.94     18.96
558.43/140.01	c  N dy  3343    954227        60      5340         0     72889     37380   1193505     17.97     18.92
575.97/144.42	c  N dy  3478    977379        60      5340         0     56327     37380    821321     17.99     18.95
595.57/149.34	c  N dy  3579    997419        60      5340         0     74146     37380   1204762     18.00     20.25
611.89/153.42	c  N dy  3707   1017449        60      5340         0     53850     37380    756263     18.02     19.39
628.24/157.59	c  N dy  3769   1037717        60      5340         0     71715     37380   1127596     18.01     19.04
644.24/161.51	c  N dy  3831   1057762        60      5340         0     50486     37380    672473     18.01     19.02
654.16/164.08	c  F st  3857   1071875        60      5340         0     62833     37380    929431     18.00     17.03
659.74/165.49	c  N dy  3867   1078506        60      5340         0     68696     37380   1055575     18.00     19.11
680.09/170.53	c  N dy  3996   1098515        60      5340         0     46631     37380    582201     18.02     20.04
697.23/174.80	c  N dy  4104   1118783        60      5340         0     64557     37380    965501     18.04     19.01
719.58/180.47	c  N dy  4200   1138861        60      5340         0     41681     37380    462883     18.05     21.27
735.54/184.43	c  N dy  4318   1159253        60      5340         0     59774     37380    854370     18.06     19.02
759.47/190.47	c  N dy  4443   1179344        60      5340         0     77536     37380   1239227     18.08     19.36
781.01/195.89	c  N dy  4566   1199394        60      5340         0     53664     37380    713840     18.10     19.08
791.39/198.47	c  S st  4622   1209851        60      5340         0     63036     37380    915764     18.10     17.56
792.59/198.70	c  S st  4622   1210355        60      5340         0     63493     37380    925864     18.10   no data
792.59/198.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
792.59/198.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
792.59/198.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
792.59/198.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
792.59/198.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
792.59/198.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
792.59/198.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
792.59/198.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
792.59/198.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
816.92/204.83	c lits-rem:       611  cl-subs:     5262  v-elim:      0  v-fix:    0  time:  5.97 s
816.92/204.83	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
816.92/204.84	c vivif2 --  cl tried    58231 cl shrink        0 lits rem          0 time: 0.01
818.52/205.21	c asymm  cl-useful: 0/794/5340 lits-rem:0 time: 0.37
818.52/205.21	c calculated reachability. Time: 0.00
818.52/205.21	c  N dy  4622   1210355        60      5340         0     58231     37380    810177     18.10   no data
844.44/211.71	c  N dy  4739   1233066        60      5340         0     78376     37380   1243824     18.11     19.13
864.78/216.89	c  N dy  4805   1258085        60      5340         0     58069     37380    791277     18.11     19.09
886.31/222.24	c  N dy  4917   1278556        60      5340         0     76174     37380   1181672     18.12     19.10
909.86/228.10	c  N dy  5063   1299594        60      5340         0     51681     37380    651513     18.14     19.15
935.78/234.66	c  N dy  5118   1332473        60      5340         0     80455     37380   1247324     18.11     19.09
962.11/241.23	c  N dy  5250   1352514        60      5340         0     54169     37380    694100     18.13     19.70
983.26/246.54	c  N dy  5328   1374340        60      5340         0     73406     37380   1103359     18.13     19.09
1008.78/252.95	c  N dy  5425   1394695        60      5340         0     46393     37380    515271     18.14     19.14
1024.73/256.98	c  N dy  5471   1416489        60      5340         0     65563     37380    921345     18.13     19.33
1047.08/262.50	c  N dy  5565   1436521        60      5340         0     83266     37380   1298249     18.13     19.99
1068.62/267.96	c  N dy  5633   1456574        60      5340         0     55121     37380    688251     18.14     20.26
1089.36/273.12	c  N dy  5669   1480591        60      5340         0     76189     37380   1128997     18.12     19.09
1118.13/280.34	c  N dy  5791   1500645        60      5340         0     47248     37380    513595     18.14     19.95
1134.04/284.37	c  N dy  5875   1520679        60      5340         0     64894     37380    891653     18.14     20.96
1158.37/290.43	c  N dy  5922   1546728        60      5340         0     87717     37380   1370190     18.13     19.26
1181.51/296.24	c  N dy  6040   1566820        60      5340         0     58025     37380    736966     18.14     20.00
1202.64/301.54	c  N dy  6138   1587442        60      5340         0     76274     37380   1131881     18.15     19.12
1230.17/308.44	c  N dy  6239   1607504        60      5340         0     94062     37380   1516183     18.16     20.85
1250.51/313.56	c  N dy  6327   1627571        60      5340         0     63261     37380    840248     18.17     19.97
1273.65/319.39	c  N dy  6390   1651527        60      5340         0     84328     37380   1283644     18.16     19.13
1301.58/326.36	c  N dy  6486   1671556        60      5340         0     52570     37380    597613     18.17     19.20
1321.12/331.22	c  N dy  6553   1692789        60      5340         0     71343     37380    999990     18.17     19.16
1348.25/338.01	c  S st  6667   1710356        60      5340         0     86911     37380   1340351     18.18   no data
1349.85/338.40	c  S st  6667   1710860        60      5340         0     87359     37380   1350518     18.18   no data
1349.85/338.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1349.85/338.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.06
1349.85/338.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1349.85/338.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1349.85/338.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1349.85/338.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1349.85/338.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1349.85/338.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1350.28/338.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1425.62/357.46	c lits-rem:      1170  cl-subs:     9879  v-elim:      0  v-fix:    0  time: 18.69 s
1425.62/357.46	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1425.62/357.48	c vivif2 --  cl tried    77480 cl shrink        0 lits rem          0 time: 0.02
1427.22/357.81	c asymm  cl-useful: 0/590/5340 lits-rem:0 time: 0.34
1427.22/357.82	c calculated reachability. Time: 0.00
1427.22/357.82	c  N dy  6667   1710860        60      5340         0     77480     37380   1138659     18.18   no data
1465.12/367.37	c  N dy  6736   1744977        60      5340         0     57671     37380    688574     18.16     19.13
1484.27/372.15	c  N dy  6740   1769530        60      5340         0     79138     37380   1130708     18.14     19.22
1506.61/377.75	c  N dy  6754   1790721        60      5340         0     97674     37380   1513724     18.13     19.13
1526.95/382.88	c  N dy  6827   1810780        60      5340         0     64675     37380    838028     18.13     19.15
1555.27/389.93	c  N dy  6936   1834140        60      5340         0     85258     37380   1281811     18.13     19.14
1589.97/398.69	c  N dy  6995   1865210        60      5340         0     60786     37380    731892     18.12     19.13
1625.48/407.54	c  N dy  7067   1901839        60      5340         0     92933     37380   1406777     18.10     19.19
1655.00/414.98	c  N dy  7192   1922132        60      5340         0     58227     37380    679597     18.11     19.10
1676.13/420.24	c  N dy  7308   1942185        60      5340         0     75988     37380   1065216     18.12     19.21
1709.65/428.64	c  N dy  7412   1968672        60      5340         0     99251     37380   1562263     18.12     19.15
1733.97/434.77	c  N dy  7476   1988682        60      5340         0     63160     37380    770805     18.12     19.99
1755.92/440.26	c  N dy  7581   2008710        60      5340         0     80860     37380   1152769     18.13     19.59
1784.24/447.38	c  N dy  7691   2028711        60      5340         0     98548     37380   1537599     18.14     21.40
1814.16/454.87	c  N dy  7752   2052681        60      5340         0     64863     37380    789540     18.13     19.12
1836.10/460.36	c  N dy  7841   2072756        60      5340         0     82587     37380   1172033     18.14     20.52
1866.42/467.92	c  N dy  7989   2093209        60      5340         0    100724     37380   1570074     18.15     19.12
1894.78/475.07	c  N dy  8093   2113294        60      5340         0     62936     37380    750223     18.16     19.55
1923.86/482.31	c  N dy  8155   2144440        60      5340         0     90156     37380   1318951     18.14     19.21
1959.36/491.28	c  N dy  8223   2169902        60      5340         0    112574     37380   1794991     18.14     19.21
1981.30/496.78	c  N dy  8328   2190223        60      5340         0     74167     37380    983438     18.15     19.11
2007.23/503.23	c  N dy  8429   2210241        60      5340         0     91899     37380   1367385     18.15     19.89
2008.03/503.42	c  S st  8430   2210860        60      5340         0     92456     37380   1379315     18.15     18.64
2009.22/503.72	c  S st  8430   2211362        60      5340         0     92908     37380   1389557     18.15   no data
2009.22/503.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2009.22/503.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
2009.22/503.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2009.22/503.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2009.22/503.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2009.22/503.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2009.22/503.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2009.22/503.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2009.62/503.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2096.21/525.59	c lits-rem:       952  cl-subs:     9616  v-elim:      0  v-fix:    0  time: 21.52 s
2096.21/525.59	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2096.61/525.61	c vivif2 --  cl tried    83292 cl shrink        0 lits rem          0 time: 0.02
2098.16/526.08	c asymm  cl-useful: 0/739/5340 lits-rem:0 time: 0.47
2098.16/526.09	c calculated reachability. Time: 0.00
2098.16/526.09	c  N dy  8430   2211362        60      5340         0     83292     37380   1183835     18.15   no data
2137.26/535.89	c  N dy  8573   2233919        60      5340         0    103330     37380   1621669     18.16     19.23
2164.38/542.62	c  N dy  8625   2253972        60      5340         0     64167     37380    758344     18.16     19.77
2187.12/548.31	c  N dy  8742   2274055        60      5340         0     81915     37380   1143945     18.17     19.22
2218.24/556.19	c  N dy  8854   2295116        60      5340         0    100577     37380   1548272     18.18     19.23
2250.95/564.39	c  N dy  8924   2315391        60      5340         0     60458     37380    667109     18.18     19.14
2274.88/570.36	c  N dy  8992   2339619        60      5340         0     81753     37380   1118882     18.18     19.22
2299.60/576.53	c  N dy  9034   2359623        60      5340         0     99299     37380   1487156     18.17     20.16
2337.54/586.01	c  N dy  9101   2384180        60      5340         0     61974     37380    686776     18.17     19.39
2358.26/591.21	c  N dy  9193   2404248        60      5340         0     79699     37380   1066529     18.17     20.22
2428.46/608.89	c  N dy  9284   2468877        60      5340         0     76377     37380    969017     18.13     19.11
2454.39/615.39	c  N dy  9372   2488901        60      5340         0     94010     37380   1348264     18.13     20.10
2489.08/624.01	c  N dy  9508   2508951        60      5340         0    111758     37380   1737156     18.14     19.79
2520.61/631.93	c  N dy  9618   2529000        60      5340         0     68932     37380    824251     18.15     20.05
2544.94/638.07	c  N dy  9720   2549060        60      5340         0     86640     37380   1204771     18.15     20.00
2577.25/646.19	c  N dy  9822   2570912        60      5340         0    105805     37380   1617750     18.16     19.18
2634.69/660.50	c  N dy  9884   2619827        60      5340         0     86983     37380   1176816     18.14     19.32
2662.65/667.53	c  N dy  9973   2639856        60      5340         0    104566     37380   1549145     18.14     19.33
2700.10/676.90	c  N dy 10073   2659957        60      5340         0    122296     37380   1932450     18.14     20.84
2728.48/684.07	c  N dy 10193   2682172        60      5340         0     79603     37380   1038376     18.15     19.12
2755.95/690.99	c  N dy 10290   2702805        60      5340         0     97730     37380   1428223     18.15     19.15
2769.92/694.43	c  S st 10318   2711362        60      5340         0    105259     37380   1590763     18.15     17.30
2771.52/694.85	c  S st 10318   2711866        60      5340         0    105709     37380   1600725     18.15   no data
2771.52/694.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2771.95/694.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.07
2771.95/694.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2771.95/694.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2771.95/694.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2771.95/694.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2771.95/694.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2771.95/694.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2772.35/695.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2864.09/718.02	c lits-rem:       957  cl-subs:    11345  v-elim:      0  v-fix:    0  time: 22.76 s
2864.09/718.02	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2864.09/718.05	c vivif2 --  cl tried    94364 cl shrink        0 lits rem          0 time: 0.02
2865.64/718.48	c asymm  cl-useful: 0/546/5340 lits-rem:0 time: 0.43
2865.64/718.48	c calculated reachability. Time: 0.00
2865.64/718.48	c  N dy 10318   2711866        60      5340         0     94364     37380   1359929     18.15   no data
2907.97/729.02	c  N dy 10460   2731949        60      5340         0    112097     37380   1747755     18.16     20.57
2947.47/739.00	c  N dy 10587   2755844        60      5340         0     70528     37380    833835     18.17     19.17
2976.95/746.37	c  N dy 10705   2779392        60      5340         0     91307     37380   1282998     18.17     19.17
3009.28/754.47	c  N dy 10823   2799546        60      5340         0    109119     37380   1669336     18.18     19.19
3048.38/764.27	c  N dy 10942   2819841        60      5340         0    127097     37380   2064849     18.19     19.30
3074.71/770.86	c  N dy 11060   2839894        60      5340         0     80825     37380   1044319     18.19     20.48
3101.44/777.52	c  N dy 11138   2859979        60      5340         0     98462     37380   1422900     18.19     19.25
3135.31/786.04	c  N dy 11209   2880989        60      5340         0    116945     37380   1819816     18.19     19.19
3166.02/793.76	c  N dy 11251   2901007        60      5340         0     69453     37380    778540     18.19     19.28
3190.75/799.90	c  N dy 11367   2921069        60      5340         0     87117     37380   1163865     18.19     19.85
3220.66/807.46	c  N dy 11472   2941382        60      5340         0    105020     37380   1554971     18.20     19.20
3261.36/817.66	c  N dy 11565   2964722        60      5340         0    125475     37380   1994656     18.20     19.27
3294.10/825.87	c  N dy 11695   2984772        60      5340         0     77321     37380    949789     18.21     20.67
3321.18/832.66	c  N dy 11793   3004796        60      5340         0     94890     37380   1329467     18.21     19.24
3354.30/840.94	c  N dy 11881   3024839        60      5340         0    112490     37380   1708811     18.21     19.63
3391.39/850.26	c  N dy 11972   3045143        60      5340         0    130397     37380   2095958     18.22     19.30
3420.12/857.42	c  N dy 12048   3065993        60      5340         0     81909     37380   1033679     18.22     19.34
3446.05/863.93	c  N dy 12122   3086133        60      5340         0     99610     37380   1411371     18.22     19.26
3482.78/873.17	c  N dy 12197   3111693        60      5340         0    121929     37380   1880198     18.21     19.23
3524.23/883.52	c  N dy 12323   3131932        60      5340         0     72111     37380    810270     18.22     19.19
3548.60/889.62	c  N dy 12399   3152740        60      5340         0     90339     37380   1199085     18.22     19.24
3578.89/897.21	c  N dy 12477   3172824        60      5340         0    108041     37380   1578345     18.22     19.23
3623.96/908.55	c  N dy 12557   3198850        60      5340         0    130832     37380   2060357     18.22     19.18
3648.30/914.64	c  S st 12632   3211867        60      5340         0     73813     37380    842679     18.22   no data
3649.10/914.86	c  S st 12632   3212371        60      5340         0     74262     37380    852752     18.22   no data
3649.10/914.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3649.53/914.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3649.53/914.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3649.53/914.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3649.53/914.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3649.53/914.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3649.53/914.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3649.53/914.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3649.53/914.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3655.87/916.52	c lits-rem:       107  cl-subs:     1369  v-elim:      0  v-fix:    0  time:  1.56 s
3655.87/916.52	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3655.87/916.53	c vivif2 --  cl tried    72893 cl shrink        0 lits rem          0 time: 0.01
3657.07/916.84	c asymm  cl-useful: 0/691/5340 lits-rem:0 time: 0.30
3657.07/916.84	c calculated reachability. Time: 0.00
3657.07/916.84	c  N dy 12632   3212371        60      5340         0     72893     37380    821627     18.22   no data
3682.19/923.11	c  N dy 12714   3232439        60      5340         0     90501     37380   1201813     18.22     19.55
3716.49/931.77	c  N dy 12830   3253258        60      5340         0    108855     37380   1601473     18.23     19.29
3754.40/941.24	c  N dy 12884   3274308        60      5340         0    127324     37380   1995063     18.23     19.21
3791.89/950.67	c  N dy 12944   3294943        60      5340         0     76063     37380    874982     18.22     19.32
3817.42/957.03	c  N dy 13014   3315590        60      5340         0     94200     37380   1263795     18.22     19.31
3854.92/966.48	c  N dy 13118   3338347        60      5340         0    114224     37380   1697131     18.23     19.25
3900.78/977.91	c  N dy 13228   3362437        60      5340         0    135367     37380   2155016     18.23     19.22
3935.89/986.71	c  N dy 13319   3386651        60      5340         0     86405     37380   1090356     18.23     19.24
3964.22/993.80	c  N dy 13377   3407365        60      5340         0    104548     37380   1478180     18.23     19.22
4010.49/1005.42	c  N dy 13502   3432089        60      5340         0    126389     37380   1951420     18.23     19.35
4056.77/1017.01	c  N dy 13624   3452130        60      5340         0     72866     37380    789718     18.24     20.42
4083.92/1023.89	c  N dy 13717   3474051        60      5340         0     92186     37380   1207590     18.24     19.27
4116.59/1032.06	c  N dy 13820   3494101        60      5340         0    109898     37380   1593872     18.25     20.45
4152.90/1041.17	c  N dy 13850   3518229        60      5340         0    130825     37380   2025515     18.24     19.38
4190.39/1050.54	c  N dy 13902   3539497        60      5340         0     77482     37380    879855     18.24     19.21
4225.09/1059.21	c  N dy 14012   3565312        60      5340         0    100252     37380   1367665     18.24     19.31
4264.57/1069.12	c  N dy 14076   3590860        60      5340         0    122560     37380   1837606     18.24     19.25
4303.72/1078.97	c  N dy 14142   3611321        60      5340         0    140523     37380   2219493     18.23     19.22
4337.58/1087.49	c  N dy 14241   3631407        60      5340         0     85346     37380   1039443     18.24     19.23
4365.90/1094.52	c  N dy 14324   3651408        60      5340         0    102922     37380   1418766     18.24     19.69
4399.85/1103.02	c  N dy 14390   3671876        60      5340         0    120927     37380   1804542     18.24     19.46
4443.73/1114.08	c  N dy 14426   3696424        60      5340         0    142282     37380   2255483     18.23     19.20
4471.61/1121.03	c  S st 14465   3712373        60      5340         0     82473     37380    963462     18.23   no data
4472.41/1121.25	c  S st 14465   3712875        60      5340         0     82913     37380    973469     18.23   no data
4472.41/1121.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4472.41/1121.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4472.81/1121.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4472.81/1121.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4472.81/1121.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4472.81/1121.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4472.81/1121.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4472.81/1121.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4472.81/1121.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4482.78/1123.84	c lits-rem:       254  cl-subs:     2984  v-elim:      0  v-fix:    0  time:  2.47 s
4482.78/1123.84	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4482.78/1123.85	c vivif2 --  cl tried    79929 cl shrink        0 lits rem          0 time: 0.01
4483.97/1124.19	c asymm  cl-useful: 0/592/5340 lits-rem:0 time: 0.32
4483.97/1124.19	c calculated reachability. Time: 0.00
4483.97/1124.19	c  N dy 14465   3712875        60      5340         0     79929     37380    914811     18.23   no data
4519.08/1132.94	c  N dy 14605   3734748        60      5340         0     99194     37380   1337402     18.24     19.21
4547.81/1140.20	c  F st 14680   3751562        60      5340         0    113952     37380   1657199     18.24   no data
4554.58/1141.83	c  N st 14685   3754858        60      5340         0    116834     37380   1720962     18.24   no data
4589.29/1150.53	c  N dy 14728   3775328        60      5340         0    134831     37380   2104960     18.24     19.26
4633.16/1161.58	c  N dy 14805   3795425        60      5340         0     78059     37380    867412     18.24     19.92
4659.89/1168.24	c  N dy 14845   3819488        60      5340         0     99082     37380   1313439     18.24     19.22
4702.18/1178.80	c  N dy 14940   3843476        60      5340         0    120264     37380   1768210     18.24     19.25
4745.67/1189.70	c  N dy 15055   3863575        60      5340         0    137915     37380   2150310     18.24     20.60
4787.94/1200.33	c  N dy 15153   3883656        60      5340         0     80156     37380    903866     18.24     21.48

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 4 cores: 0,2,4,6

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: 0.00 0.00 0.05 7/339 32100
/proc/meminfo: memFree=17839572/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=51168 CPUtime=0.02 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 412 0 0 0 2 0 0 0 24 0 4 0 652686193 52396032 353 33554432000 4194304 4580107 140733330957440 18446744073709551615 47390102402988 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32100/statm: 12792 353 302 95 0 7774 0
[pid=32100/tid=32101] ppid=32098 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652686194 52396032 353 33554432000 4194304 4580107 140733330957440 18446744073709551615 47390102402579 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652686194 52396032 353 33554432000 4194304 4580107 140733330957440 18446744073709551615 47390102402579 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 652686194 52396032 353 33554432000 4194304 4580107 140733330957440 18446744073709551615 47390102402585 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.133258 s]
/proc/loadavg: 0.00 0.00 0.05 7/339 32100
/proc/meminfo: memFree=17839572/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=217348 CPUtime=0.5 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) D 32098 32100 32059 0 -1 4202496 1577 0 0 0 50 0 0 0 18 0 4 0 652686193 222564352 1500 33554432000 4194304 4580107 140733330957440 18446744073709551615 270612771873 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 54337 1564 363 95 0 49319 0
[pid=32100/tid=32101] ppid=32098 vsize=217480 CPUtime=0.12 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 424 0 0 0 12 0 0 0 18 0 4 0 652686194 222699520 1594 33554432000 4194304 4580107 140733330957440 18446744073709551615 270612771525 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=217480 CPUtime=0.12 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 236 0 0 0 12 0 0 0 18 0 4 0 652686194 222699520 1627 33554432000 4194304 4580107 140733330957440 18446744073709551615 270613153975 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=217612 CPUtime=0.12 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 371 0 0 0 12 0 0 0 18 0 4 0 652686194 222834688 1688 33554432000 4194304 4580107 140733330957440 18446744073709551615 4319937 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 217348

[startup+1.01562 s]
/proc/loadavg: 0.00 0.00 0.05 7/339 32100
/proc/meminfo: memFree=17839572/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=221572 CPUtime=4.03 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 6729 0 0 0 402 1 0 0 19 0 4 0 652686193 226889728 3475 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 55393 3475 377 95 0 50375 0
[pid=32100/tid=32101] ppid=32098 vsize=221572 CPUtime=1 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 1594 0 0 0 100 0 0 0 19 0 4 0 652686194 226889728 3475 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=221572 CPUtime=1 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 1624 0 0 0 100 0 0 0 18 0 4 0 652686194 226889728 3475 33554432000 4194304 4580107 140733330957440 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=221572 CPUtime=1 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 1540 0 0 0 100 0 0 0 19 0 4 0 652686194 226889728 3476 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 221572

[startup+1.1006 s]
/proc/loadavg: 0.00 0.00 0.05 7/339 32100
/proc/meminfo: memFree=17839572/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=221708 CPUtime=4.37 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 6924 0 0 0 436 1 0 0 19 0 4 0 652686193 227028992 3670 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 55427 3670 377 95 0 50409 0
[pid=32100/tid=32101] ppid=32098 vsize=221708 CPUtime=1.08 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 1632 0 0 0 108 0 0 0 19 0 4 0 652686194 227028992 3670 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=221708 CPUtime=1.09 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 1683 0 0 0 109 0 0 0 19 0 4 0 652686194 227028992 3670 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=221708 CPUtime=1.09 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 1588 0 0 0 109 0 0 0 19 0 4 0 652686194 227028992 3671 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 221708

[startup+1.20058 s]
/proc/loadavg: 0.00 0.00 0.05 7/339 32100
/proc/meminfo: memFree=17839572/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=222136 CPUtime=4.77 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 7674 0 0 0 476 1 0 0 19 0 4 0 652686193 227467264 3459 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 55534 3459 377 95 0 50516 0
[pid=32100/tid=32101] ppid=32098 vsize=222136 CPUtime=1.18 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 1858 0 0 0 118 0 0 0 19 0 4 0 652686194 227467264 3459 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=222136 CPUtime=1.19 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 1940 0 0 0 119 0 0 0 19 0 4 0 652686194 227467264 3459 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=222136 CPUtime=1.19 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 1637 0 0 0 119 0 0 0 19 0 4 0 652686194 227467264 3459 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 222136

[startup+1.50053 s]
/proc/loadavg: 0.00 0.00 0.05 7/339 32100
/proc/meminfo: memFree=17839572/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=222200 CPUtime=5.96 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 9672 0 0 0 595 1 0 0 19 0 4 0 652686193 227532800 5102 33554432000 4194304 4580107 140733330957440 18446744073709551615 4416469 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 55550 5102 378 95 0 50532 0
[pid=32100/tid=32101] ppid=32098 vsize=222200 CPUtime=1.48 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 2056 0 0 0 148 0 0 0 20 0 4 0 652686194 227532800 5102 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=222200 CPUtime=1.49 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 2100 0 0 0 149 0 0 0 19 0 4 0 652686194 227532800 5102 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=222200 CPUtime=1.49 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 1993 0 0 0 149 0 0 0 20 0 4 0 652686194 227532800 5103 33554432000 4194304 4580107 140733330957440 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 222200

[startup+3.11224 s]
/proc/loadavg: 0.64 0.13 0.09 10/343 32104
/proc/meminfo: memFree=17762772/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=226628 CPUtime=12.38 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 17014 0 0 0 1236 2 0 0 25 0 4 0 652686193 232067072 9372 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294513 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 56657 9372 378 95 0 51639 0
[pid=32100/tid=32101] ppid=32098 vsize=226628 CPUtime=3.09 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 4163 0 0 0 309 0 0 0 25 0 4 0 652686194 232067072 9372 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=226628 CPUtime=3.1 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 4354 0 0 0 310 0 0 0 24 0 4 0 652686194 232067072 9372 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=226628 CPUtime=3.1 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 4262 0 0 0 310 0 0 0 25 0 4 0 652686194 232067072 9372 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 226628

[startup+6.30068 s]
/proc/loadavg: 0.64 0.13 0.09 9/343 32104
/proc/meminfo: memFree=17736768/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=236616 CPUtime=25.15 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 25248 0 0 0 2510 5 0 0 25 0 4 0 652686193 242294784 12350 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 59154 12350 378 95 0 54136 0
[pid=32100/tid=32101] ppid=32098 vsize=236616 CPUtime=6.29 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 6410 0 0 0 628 1 0 0 25 0 4 0 652686194 242294784 12350 33554432000 4194304 4580107 140733330957440 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=236616 CPUtime=6.29 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 6694 0 0 0 629 0 0 0 25 0 4 0 652686194 242294784 12350 33554432000 4194304 4580107 140733330957440 18446744073709551615 4416997 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=236616 CPUtime=6.3 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 6174 0 0 0 629 1 0 0 25 0 4 0 652686194 242294784 12350 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 236616

[startup+12.7005 s]
/proc/loadavg: 1.23 0.26 0.13 9/343 32105
/proc/meminfo: memFree=17696032/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=243136 CPUtime=50.64 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 39110 0 0 0 5057 7 0 0 25 0 4 0 652686193 248971264 15812 33554432000 4194304 4580107 140733330957440 18446744073709551615 4416477 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 60784 15812 378 95 0 55766 0
[pid=32100/tid=32101] ppid=32098 vsize=243136 CPUtime=12.68 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 9274 0 0 0 1266 2 0 0 25 0 4 0 652686194 248971264 15812 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=243136 CPUtime=12.69 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 9375 0 0 0 1268 1 0 0 25 0 4 0 652686194 248971264 15812 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=243136 CPUtime=12.69 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 10125 0 0 0 1267 2 0 0 25 0 4 0 652686194 248971264 15812 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 243136

[startup+25.5003 s]
/proc/loadavg: 2.81 0.66 0.27 9/343 32105
/proc/meminfo: memFree=17674408/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=242524 CPUtime=101.7 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 59236 0 0 0 10157 13 0 0 25 0 4 0 652686193 248344576 17851 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 60631 17851 378 95 0 55613 0
[pid=32100/tid=32101] ppid=32098 vsize=242524 CPUtime=25.48 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 14629 0 0 0 2545 3 0 0 25 0 4 0 652686194 248344576 17851 33554432000 4194304 4580107 140733330957440 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=242524 CPUtime=25.48 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 14731 0 0 0 2546 2 0 0 25 0 4 0 652686194 248344576 17851 33554432000 4194304 4580107 140733330957440 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=242524 CPUtime=25.48 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 14994 0 0 0 2545 3 0 0 25 0 4 0 652686194 248344576 17851 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 242524

[startup+51.1008 s]
/proc/loadavg: 4.58 1.25 0.47 9/343 32106
/proc/meminfo: memFree=17634496/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=244796 CPUtime=203.81 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 90119 0 0 0 20359 22 0 0 25 0 4 0 652686193 250671104 26205 33554432000 4194304 4580107 140733330957440 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 61199 26205 378 95 0 56181 0
[pid=32100/tid=32101] ppid=32098 vsize=244796 CPUtime=51.07 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 23250 0 0 0 5102 5 0 0 25 0 4 0 652686194 250671104 26205 33554432000 4194304 4580107 140733330957440 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=244796 CPUtime=51.08 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 22784 0 0 0 5103 5 0 0 25 0 4 0 652686194 250671104 26205 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=244796 CPUtime=51.09 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 21563 0 0 0 5104 5 0 0 25 0 4 0 652686194 250671104 26205 33554432000 4194304 4580107 140733330957440 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 244796

[startup+102.301 s]
/proc/loadavg: 6.68 2.40 0.91 9/343 32107
/proc/meminfo: memFree=17577192/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=263732 CPUtime=408.04 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 133289 0 0 0 40770 34 0 0 25 0 4 0 652686193 270061568 28048 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294445 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 65933 28048 378 95 0 60915 0
[pid=32100/tid=32101] ppid=32098 vsize=263732 CPUtime=102.26 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 32354 0 0 0 10219 7 0 0 25 0 4 0 652686194 270061568 28048 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=263732 CPUtime=102.28 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 33823 0 0 0 10219 9 0 0 25 0 4 0 652686194 270061568 28048 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=263732 CPUtime=102.29 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 32809 0 0 0 10220 9 0 0 25 0 4 0 652686194 270061568 28048 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.04
Current children cumulated vsize (KiB) 263732

[startup+162.301 s]

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

[pid=32100] ppid=32098 vsize=414804 CPUtime=2801.44 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 419506 0 0 0 280001 143 0 0 25 0 4 0 652686193 424759296 66213 33554432000 4194304 4580107 140733330957440 18446744073709551615 4406408 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 103701 66213 380 95 0 98683 0
[pid=32100/tid=32101] ppid=32098 vsize=414804 CPUtime=702.17 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 99802 0 0 0 70187 30 0 0 25 0 4 0 652686194 424759296 66213 33554432000 4194304 4580107 140733330957440 18446744073709551615 4406340 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=414804 CPUtime=702.28 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 107752 0 0 0 70189 39 0 0 25 0 4 0 652686194 424759296 66213 33554432000 4194304 4580107 140733330957440 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=414804 CPUtime=702.3 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 104892 0 0 0 70192 38 0 0 25 0 4 0 652686194 424759296 66213 33554432000 4194304 4580107 140733330957440 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2801.44
Current children cumulated vsize (KiB) 414804

[startup+762.301 s]
/proc/loadavg: 8.11 7.49 4.56 9/343 32125
/proc/meminfo: memFree=17224908/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=402456 CPUtime=3040.76 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 435119 0 0 0 303927 149 0 0 25 0 4 0 652686193 412114944 73466 33554432000 4194304 4580107 140733330957440 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 100614 73466 380 95 0 95596 0
[pid=32100/tid=32101] ppid=32098 vsize=402456 CPUtime=762.16 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 103010 0 0 0 76184 32 0 0 25 0 4 0 652686194 412114944 73466 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=402456 CPUtime=762.29 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 112832 0 0 0 76188 41 0 0 25 0 4 0 652686194 412114944 73466 33554432000 4194304 4580107 140733330957440 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=402456 CPUtime=762.31 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 109096 0 0 0 76191 40 0 0 25 0 4 0 652686194 412114944 73466 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3040.76
Current children cumulated vsize (KiB) 402456

[startup+822.3 s]
/proc/loadavg: 8.13 7.60 4.76 9/343 32126
/proc/meminfo: memFree=17212188/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=471372 CPUtime=3280.1 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 450211 0 0 0 327854 156 0 0 25 0 4 0 652686193 482684928 70588 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 117843 70588 380 95 0 112825 0
[pid=32100/tid=32101] ppid=32098 vsize=471372 CPUtime=822.15 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 107121 0 0 0 82181 34 0 0 25 0 4 0 652686194 482684928 70588 33554432000 4194304 4580107 140733330957440 18446744073709551615 4489273 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=471372 CPUtime=822.29 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 118289 0 0 0 82185 44 0 0 25 0 4 0 652686194 482684928 70588 33554432000 4194304 4580107 140733330957440 18446744073709551615 4321096 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=471372 CPUtime=822.31 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 111878 0 0 0 82190 41 0 0 25 0 4 0 652686194 482684928 70588 33554432000 4194304 4580107 140733330957440 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3280.1
Current children cumulated vsize (KiB) 471372

[startup+882.301 s]
/proc/loadavg: 8.12 7.70 4.99 9/343 32128
/proc/meminfo: memFree=17180608/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=379416 CPUtime=3519.44 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 468001 0 0 0 351779 165 0 0 25 0 4 0 652686193 388521984 67979 33554432000 4194304 4580107 140733330957440 18446744073709551615 270613136490 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 94854 67979 380 95 0 89836 0
[pid=32100/tid=32101] ppid=32098 vsize=379416 CPUtime=882.15 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 110852 0 0 0 88179 36 0 0 25 0 4 0 652686194 388521984 67979 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=379416 CPUtime=882.29 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 123826 0 0 0 88182 47 0 0 25 0 4 0 652686194 388521984 67979 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=379416 CPUtime=882.31 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 116715 0 0 0 88188 43 0 0 25 0 4 0 652686194 388521984 67979 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3519.44
Current children cumulated vsize (KiB) 379416

[startup+942.301 s]
/proc/loadavg: 8.09 7.77 5.16 9/343 32129
/proc/meminfo: memFree=17136052/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=459016 CPUtime=3758.79 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 485697 0 0 0 375707 172 0 0 25 0 4 0 652686193 470032384 75931 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 114754 75931 380 95 0 109736 0
[pid=32100/tid=32101] ppid=32098 vsize=459016 CPUtime=942.13 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 114929 0 0 0 94176 37 0 0 25 0 4 0 652686194 470032384 75931 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=459016 CPUtime=942.29 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 129508 0 0 0 94180 49 0 0 25 0 4 0 652686194 470032384 75931 33554432000 4194304 4580107 140733330957440 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=459016 CPUtime=942.31 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 122131 0 0 0 94186 45 0 0 25 0 4 0 652686194 470032384 75931 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3758.79
Current children cumulated vsize (KiB) 459016

[startup+1002.3 s]
/proc/loadavg: 8.07 7.82 5.36 9/343 32131
/proc/meminfo: memFree=17136476/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=419672 CPUtime=3998.12 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 500319 0 0 0 399633 179 0 0 25 0 4 0 652686193 429744128 79823 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 104918 79823 380 95 0 99900 0
[pid=32100/tid=32101] ppid=32098 vsize=419672 CPUtime=1002.12 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 119066 0 0 0 100174 38 0 0 25 0 4 0 652686194 429744128 79823 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=419672 CPUtime=1002.29 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 132284 0 0 0 100179 50 0 0 25 0 4 0 652686194 429744128 79823 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=419672 CPUtime=1002.32 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 124685 0 0 0 100185 47 0 0 25 0 4 0 652686194 429744128 79823 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3998.12
Current children cumulated vsize (KiB) 419672

[startup+1062.3 s]
/proc/loadavg: 8.06 7.87 5.53 9/343 32133
/proc/meminfo: memFree=17096868/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=407068 CPUtime=4237.5 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 513205 0 0 0 423565 185 0 0 25 0 4 0 652686193 416837632 76247 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 101767 76247 380 95 0 96749 0
[pid=32100/tid=32101] ppid=32098 vsize=407068 CPUtime=1062.12 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 121252 0 0 0 106173 39 0 0 25 0 4 0 652686194 416837632 76247 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=407068 CPUtime=1062.3 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 134796 0 0 0 106179 51 0 0 25 0 4 0 652686194 416837632 76247 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=407068 CPUtime=1062.32 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 129585 0 0 0 106183 49 0 0 25 0 4 0 652686194 416837632 76247 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4237.5
Current children cumulated vsize (KiB) 407068

[startup+1122.3 s]
/proc/loadavg: 8.10 7.91 5.68 9/343 32134
/proc/meminfo: memFree=17105220/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=394096 CPUtime=4476.8 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 528637 0 0 0 447489 191 0 0 25 0 4 0 652686193 403554304 74679 33554432000 4194304 4580107 140733330957440 18446744073709551615 4406340 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 98524 74679 380 95 0 93506 0
[pid=32100/tid=32101] ppid=32098 vsize=394096 CPUtime=1122.1 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 126131 0 0 0 112169 41 0 0 25 0 4 0 652686194 403554304 74679 33554432000 4194304 4580107 140733330957440 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=394096 CPUtime=1122.29 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 138420 0 0 0 112177 52 0 0 25 0 4 0 652686194 403554304 74679 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=394096 CPUtime=1122.31 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 133704 0 0 0 112180 51 0 0 25 0 4 0 652686194 403554304 74679 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4476.8
Current children cumulated vsize (KiB) 394096

[startup+1182.31 s]
/proc/loadavg: 8.18 7.97 5.85 9/343 32136
/proc/meminfo: memFree=17073664/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=407548 CPUtime=4716.18 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 540109 0 0 0 471422 196 0 0 25 0 4 0 652686193 417329152 77223 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 101887 77223 378 95 0 96869 0
[pid=32100/tid=32101] ppid=32098 vsize=407548 CPUtime=1182.1 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 127960 0 0 0 118168 42 0 0 25 0 4 0 652686194 417329152 77223 33554432000 4194304 4580107 140733330957440 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=407548 CPUtime=1182.31 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 140362 0 0 0 118178 53 0 0 25 0 4 0 652686194 417329152 77223 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=407548 CPUtime=1182.33 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 138909 0 0 0 118179 54 0 0 25 0 4 0 652686194 417329152 77223 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4716.18
Current children cumulated vsize (KiB) 407548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 8.20 7.99 5.90 5/338 32137
/proc/meminfo: memFree=17534468/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=407612 CPUtime=4800.33 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 543791 0 0 0 479835 198 0 0 25 0 4 0 652686193 417394688 78032 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 101903 78032 378 95 0 96885 0
[pid=32100/tid=32101] ppid=32098 vsize=407612 CPUtime=1203.2 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 127960 0 0 0 120278 42 0 0 25 0 4 0 652686194 417394688 78032 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=407612 CPUtime=1203.4 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 141225 0 0 0 120287 53 0 0 25 0 4 0 652686194 417394688 78032 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=407612 CPUtime=1203.42 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 139785 0 0 0 120288 54 0 0 25 0 4 0 652686194 417394688 78032 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 407612

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

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

[startup+1203.4 s]
/proc/loadavg: 8.20 7.99 5.90 5/338 32137
/proc/meminfo: memFree=17534468/32951124 swapFree=67056804/67111528
[pid=32100] ppid=32098 vsize=407612 CPUtime=4800.33 cores=0,2,4,6
/proc/32100/stat : 32100 (strangenight2-m) R 32098 32100 32059 0 -1 4202496 543791 0 0 0 479835 198 0 0 25 0 4 0 652686193 417394688 78032 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32100/statm: 101903 78032 378 95 0 96885 0
[pid=32100/tid=32101] ppid=32098 vsize=407612 CPUtime=1203.2 cores=0,2,4,6
/proc/32100/task/32101/stat : 32101 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 127960 0 0 0 120278 42 0 0 25 0 4 0 652686194 417394688 78032 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32100/tid=32102] ppid=32098 vsize=407612 CPUtime=1203.4 cores=0,2,4,6
/proc/32100/task/32102/stat : 32102 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 141225 0 0 0 120287 53 0 0 25 0 4 0 652686194 417394688 78032 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32100/tid=32103] ppid=32098 vsize=407612 CPUtime=1203.42 cores=0,2,4,6
/proc/32100/task/32103/stat : 32103 (strangenight2-m) R 32098 32100 32059 0 -1 4202560 139785 0 0 0 120288 54 0 0 25 0 4 0 652686194 417394688 78032 33554432000 4194304 4580107 140733330957440 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 407612

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.43
CPU time (s): 4800.38
CPU user time (s): 4798.38
CPU system time (s): 2.00369
CPU usage (%): 398.89
Max. virtual memory (cumulated for all children) (KiB): 484068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.38
system time used= 2.0037
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 543791
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= 741
involuntary context switches= 20665

runsolver used 3.70544 second user time and 9.46656 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 00:07:33
IDJOB=3366643
IDBENCH=83052
IDSOLVER=1844
FILE ID=node108/3366643-1305410852
RUNJOBID= node108-1305410851-32077
PBS_JOBID= 13324535
Free space on /tmp= 73552 MiB

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

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

MD5SUM BENCH= 1e7a565e93334fc4a75fcaa13a0d446a
RANDOM SEED=1566319223

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17839868 kB
Buffers:        279360 kB
Cached:        4406548 kB
SwapCached:       8700 kB
Active:       11045360 kB
Inactive:      3753960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17839868 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:           11312 kB
Writeback:           0 kB
AnonPages:    10109992 kB
Mapped:          27076 kB
Slab:           207716 kB
PageTables:      38540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52345348 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= 73544 MiB
End job on node108 at 2011-05-15 00:27:38