Trace number 3366650

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.4 1203.64

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S2039249975-038.SATISFIABLE.cnf
MD5SUM64cfbb29f16ce069bd41061252da74bd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.33334
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366650-1305410861.cnf'
0.00/0.00	c -- header says num vars:             90
0.00/0.00	c -- header says num clauses:        8010
0.00/0.01	c -- clauses added:            0 learnts,         8010 normals,            0 xors
0.00/0.01	c -- vars added         90
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        90      8010         0         0     56070         0   no data   no data
3.58/0.90	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.19
3.58/0.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.58/0.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.58/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.58/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.58/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
3.58/0.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.58/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3.58/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.58/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.58/0.90	c calculated reachability. Time: 0.00
3.58/0.90	c Calc default polars -  time:   0.00 s pos:      38 undec:       4 neg:      48
3.58/0.90	c =========================================================================================
3.58/0.90	c types(t): F = full restart, N = normal restart
3.58/0.90	c types(t): S = simplification begin/end, E = solution found
3.58/0.90	c restart types(rt): st = static, dy = dynamic
3.58/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.58/0.90	c  B st     0         0        90      8010         0         0     56070         0   no data   no data
3.58/0.90	c  N dy    10      4157        90      8010         0      3812     56070    115067     26.61     28.06
3.58/0.90	c  N dy    15     12439        90      8010         0      5238     56070    127211     25.35     26.87
3.58/0.90	c  N dy    26     16473        90      8010         0      8956     56070    236427     25.34     26.73
3.97/1.10	c  N dy    41     20628        90      8010         0      7636     56070    181753     25.50     27.09
5.16/1.30	c  F st    58     25000        90      8010         0     11696     56070    303682     25.64     25.63
5.16/1.30	c  N st    58     25000        90      8010         0     11696     56070    303682     25.64     25.63
5.96/1.54	c  N dy    64     30000        90      8010         0     10035     56070    237107     25.64   no data
5.96/1.54	c  S st    64     30000        90      8010         0     10035     56070    237107     25.64   no data
5.96/1.58	c  S st    64     30506        90      8010         0     10520     56070    251704     25.64   no data
5.96/1.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.96/1.58	c blocked clauses removed:        0 vars:      0 tried:          90 T: 0.00 s
5.96/1.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
5.96/1.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.96/1.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.96/1.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.16/1.80	c lits-rem:       106  cl-subs:      749  v-elim:      0  v-fix:    0  time:  0.21 s
8.36/2.10	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.30
8.36/2.10	c calculated reachability. Time: 0.00
8.36/2.10	c  N dy    64     30506        90      8010         0      9771     56070    226559     25.64   no data
9.55/2.40	c  N dy    73     35737        90      8010         0     14601     56070    369661     25.61     27.03
10.34/2.61	c  N dy    82     39804        90      8010         0     11052     56070    247702     25.58     27.23
11.55/2.96	c  N dy    86     45759        90      8010         0      8302     56070    148689     25.46     25.30
11.55/2.96	c  S st    86     45759        90      8010         0      8302     56070    148689     25.46     25.30
11.55/2.99	c  S st    86     46264        90      8010         0      8780     56070    163087     25.46   no data
11.55/3.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.94/3.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.94/3.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.94/3.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.94/3.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.94/3.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
11.94/3.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.94/3.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.94/3.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.94/3.05	c lits-rem:         4  cl-subs:       41  v-elim:      0  v-fix:    0  time:  0.04 s
11.94/3.05	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
11.94/3.05	c vivif2 --  cl tried     8739 cl shrink        0 lits rem          0 time: 0.00
13.16/3.34	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.29
13.16/3.34	c calculated reachability. Time: 0.00
13.16/3.34	c  N dy    86     46264        90      8010         0      8739     56070    161512     25.46   no data
13.93/3.58	c  N dy   109     50697        90      8010         0     12859     56070    283595     25.55     26.92
15.14/3.87	c  N dy   124     55444        90      8010         0     17265     56070    414878     25.56     26.98
16.34/4.14	c  N dy   130     60088        90      8010         0     12305     56070    247187     25.51     26.92
17.13/4.38	c  N dy   147     64162        90      8010         0     16079     56070    360225     25.56     27.22
18.72/4.71	c  N dy   170     68424        90      8010         0     20038     56070    478366     25.63     27.03
18.72/4.79	c  S st   172     69397        90      8010         0     10751     56070    186446     25.63   no data
19.12/4.83	c  S st   172     69898        90      8010         0     11225     56070    200545     25.63   no data
19.12/4.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.12/4.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
19.12/4.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.12/4.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.12/4.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.12/4.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
19.12/4.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.12/4.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
19.12/4.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.52/4.91	c lits-rem:         7  cl-subs:      131  v-elim:      0  v-fix:    0  time:  0.06 s
19.52/4.91	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
19.52/4.91	c vivif2 --  cl tried    11094 cl shrink        0 lits rem          0 time: 0.00
20.72/5.24	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.33
20.72/5.24	c calculated reachability. Time: 0.00
20.72/5.24	c  N dy   172     69898        90      8010         0     11094     56070    196123     25.63   no data
25.11/6.36	c  N dy   180     86618        90      8010         0     15397     56070    305051     25.23     26.59
25.50/6.42	c  F st   186     87500        90      8010         0     16216     56070    329641     25.24     25.40
26.75/6.80	c  N dy   192     92695        90      8010         0     21062     56070    476048     25.24   no data
28.69/7.28	c  N dy   199     99426        90      8010         0     15263     56070    285664     25.18     26.55
30.30/7.68	c  S st   223    104849        90      8010         0     20315     56070    435692     25.23     24.97
30.72/7.73	c  S st   223    105356        90      8010         0     20794     56070    449780     25.23   no data
30.72/7.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.72/7.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
30.72/7.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.72/7.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.72/7.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.72/7.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
30.72/7.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.72/7.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
30.72/7.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.68/8.27	c lits-rem:       172  cl-subs:     1445  v-elim:      0  v-fix:    0  time:  0.51 s
32.68/8.27	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
32.68/8.27	c vivif2 --  cl tried    19349 cl shrink        0 lits rem          0 time: 0.00
34.28/8.68	c asymm  cl-useful: 0/6319/8010 lits-rem:0 time: 0.41
34.28/8.68	c calculated reachability. Time: 0.00
34.28/8.68	c  N dy   223    105356        90      8010         0     19349     56070    403937     25.23   no data
37.06/9.36	c  N dy   242    113050        90      8010         0     13539     56070    216769     25.24     26.65
41.45/10.45	c  N dy   283    126913        90      8010         0     26355     56070    590230     25.21     26.55
45.05/11.30	c  N dy   311    138029        90      8010         0     22781     56070    471449     25.17     26.58
47.84/12.08	c  N dy   339    146894        90      8010         0     16231     56070    262574     25.18     26.52
51.44/12.90	c  N dy   352    158034        90      8010         0     26455     56070    560417     25.10     23.35
51.44/12.90	c  S st   352    158034        90      8010         0     26455     56070    560417     25.10     23.35
51.44/12.97	c  S st   352    158535        90      8010         0     26927     56070    574447     25.10   no data
51.44/12.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.44/12.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
51.44/12.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.44/12.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.44/12.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.44/12.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
51.44/12.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.44/12.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.84/13.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.22/14.14	c lits-rem:       325  cl-subs:     2321  v-elim:      0  v-fix:    0  time:  1.13 s
56.22/14.14	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
56.22/14.15	c vivif2 --  cl tried    24606 cl shrink        0 lits rem          0 time: 0.01
56.62/14.30	c asymm  cl-useful: 0/1691/8010 lits-rem:0 time: 0.14
56.62/14.30	c calculated reachability. Time: 0.00
56.62/14.30	c  N dy   352    158535        90      8010         0     24606     56070    504846     25.10   no data
60.21/15.18	c  N dy   370    169146        90      8010         0     18777     56070    320101     25.06     26.65
66.99/16.85	c  N dy   412    188392        90      8010         0     20014     56070    341043     25.04     26.46
71.77/18.08	c  N dy   478    200453        90      8010         0     31249     56070    673277     25.10     26.45
77.36/19.40	c  N dy   549    213319        90      8010         0     25616     56070    483398     25.16     26.62
84.13/21.17	c  N dy   622    227809        90      8010         0     20543     56070    317311     25.24     26.75
88.17/22.13	c  S st   672    237802        90      8010         0     29848     56070    592161     25.26   no data
88.52/22.21	c  S st   672    238303        90      8010         0     30329     56070    606674     25.26   no data
88.52/22.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
88.52/22.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
88.52/22.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
88.52/22.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.52/22.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.52/22.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
88.52/22.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
88.52/22.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
88.52/22.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.56/23.22	c lits-rem:       274  cl-subs:     1908  v-elim:      0  v-fix:    0  time:  0.97 s
92.56/23.22	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
92.56/23.22	c vivif2 --  cl tried    28421 cl shrink        0 lits rem          0 time: 0.01
93.31/23.43	c asymm  cl-useful: 0/2530/8010 lits-rem:0 time: 0.20
93.31/23.43	c calculated reachability. Time: 0.00
93.31/23.43	c  N dy   672    238303        90      8010         0     28421     56070    544787     25.26   no data
99.29/24.95	c  N dy   700    253714        90      8010         0     23268     56070    380652     25.21     26.74
106.47/26.75	c  N dy   766    270004        90      8010         0     38407     56070    826955     25.24     26.73
113.66/28.56	c  N dy   830    287340        90      8010         0     34100     56070    682471     25.28     26.68
121.23/30.49	c  F st   845    306251        90      8010         0     30116     56070    538970     25.22     24.04
121.23/30.49	c  N st   845    306251        90      8010         0     30116     56070    538970     25.22     24.04
131.63/33.05	c  N dy   930    327886        90      8010         0     28014     56070    464426     25.26     26.59
141.17/35.48	c  N dy   974    348085        90      8010         0     23569     56070    316082     25.24     26.66
144.78/36.36	c  S st   995    357454        90      8010         0     32274     56070    570978     25.23     26.14
145.21/36.45	c  S st   995    357957        90      8010         0     32744     56070    584907     25.23   no data
145.21/36.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
145.21/36.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
145.21/36.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
145.21/36.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
145.21/36.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.21/36.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
145.21/36.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
145.21/36.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
145.21/36.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
148.75/37.41	c lits-rem:       197  cl-subs:     1839  v-elim:      0  v-fix:    0  time:  0.92 s
148.75/37.41	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
149.17/37.41	c vivif2 --  cl tried    30905 cl shrink        0 lits rem          0 time: 0.01
149.94/37.62	c asymm  cl-useful: 0/2108/8010 lits-rem:0 time: 0.21
149.94/37.62	c calculated reachability. Time: 0.00
149.94/37.62	c  N dy   995    357957        90      8010         0     30905     56070    528619     25.23   no data
159.52/40.03	c  N dy  1030    378023        90      8010         0     25447     56070    354974     25.20     28.02
177.86/44.66	c  N dy  1085    415175        90      8010         0     34827     56070    614311     25.13     26.49
189.83/47.60	c  N dy  1139    435183        90      8010         0     27510     56070    382212     25.13     26.66
199.00/49.96	c  N dy  1190    455338        90      8010         0     46171     56070    934097     25.13     26.46
210.60/52.83	c  N dy  1280    476235        90      8010         0     38701     56070    694626     25.16     26.60
228.92/57.48	c  N dy  1311    511630        90      8010         0     43532     56070    810277     25.09     26.66
244.48/61.35	c  N dy  1409    536936        90      8010         0     38247     56070    629803     25.10     22.74
244.48/61.35	c  S st  1409    536936        90      8010         0     38247     56070    629803     25.10     22.74
244.88/61.46	c  S st  1409    537442        90      8010         0     38727     56070    644383     25.10   no data
244.88/61.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
244.88/61.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
244.88/61.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
244.88/61.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
244.88/61.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.88/61.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
244.88/61.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
244.88/61.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
245.28/61.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
251.26/63.02	c lits-rem:       310  cl-subs:     2580  v-elim:      0  v-fix:    0  time:  1.52 s
251.26/63.02	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
251.26/63.03	c vivif2 --  cl tried    36147 cl shrink        0 lits rem          0 time: 0.01
252.06/63.27	c asymm  cl-useful: 0/1765/8010 lits-rem:0 time: 0.24
252.06/63.27	c calculated reachability. Time: 0.00
252.06/63.27	c  N dy  1409    537442        90      8010         0     36147     56070    571849     25.10   no data
264.82/66.47	c  N dy  1450    559754        90      8010         0     56720     56070   1170822     25.08     26.55
275.99/69.30	c  N dy  1532    579779        90      8010         0     45847     56070    850482     25.10     26.68
289.58/72.64	c  N dy  1596    601163        90      8010         0     35185     56070    514316     25.10     26.63
301.52/75.69	c  N dy  1686    621253        90      8010         0     53859     56070   1067603     25.12     26.46
321.05/80.59	c  N dy  1746    654354        90      8010         0     52965     56070   1009699     25.09     26.69
335.81/84.20	c  N dy  1853    674410        90      8010         0     39247     56070    600123     25.12     26.47
396.44/99.49	c  N dy  1905    773037        90      8010         0     61998     56070   1207683     24.87     26.51
410.00/102.86	c  N dy  1980    793453        90      8010         0     46171     56070    757208     24.88     26.39
418.38/104.99	c  S st  2016    806163        90      8010         0     57924     56070   1101873     24.88     23.21
419.18/105.14	c  S st  2016    806665        90      8010         0     58395     56070   1115828     24.88   no data
419.18/105.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
419.18/105.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
419.18/105.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
419.18/105.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
419.18/105.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
419.18/105.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
419.18/105.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
419.18/105.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
419.58/105.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
436.73/109.51	c lits-rem:       615  cl-subs:     4415  v-elim:      0  v-fix:    0  time:  4.30 s
436.73/109.51	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
436.73/109.53	c vivif2 --  cl tried    53980 cl shrink        0 lits rem          0 time: 0.02
437.92/109.81	c asymm  cl-useful: 0/1198/8010 lits-rem:0 time: 0.28
437.92/109.81	c calculated reachability. Time: 0.00
437.92/109.81	c  N dy  2016    806665        90      8010         0     53980     56070    982871     24.88   no data
456.30/114.41	c  N dy  2151    826717        90      8010         0     36901     56070    464820     24.92     27.66
469.04/117.61	c  N dy  2259    846758        90      8010         0     55534     56070   1017840     24.94     26.74
488.98/122.62	c  N dy  2384    866839        90      8010         0     37279     56070    451993     24.98     27.17
503.34/126.20	c  N dy  2490    888661        90      8010         0     57523     56070   1054413     25.00     26.38
522.52/131.03	c  N dy  2554    911314        90      8010         0     40510     56070    526421     25.00     26.33
535.68/134.32	c  N dy  2627    931335        90      8010         0     58938     56070   1066708     25.00     29.71
554.38/139.03	c  N dy  2721    951338        90      8010         0     77465     56070   1616251     25.02     27.35
569.14/142.78	c  N dy  2798    974127        90      8010         0     59732     56070   1075596     25.03     26.79
587.91/147.50	c  N dy  2872    994683        90      8010         0     78703     56070   1635272     25.04     26.54
601.84/150.98	c  N dy  2946   1015261        90      8010         0     58027     56070   1004139     25.04     26.36
620.59/155.67	c  N dy  3040   1035594        90      8010         0     76795     56070   1557335     25.05     26.43
636.94/159.75	c  N dy  3117   1057004        90      8010         0     55960     56070    926527     25.05     26.44
650.50/163.18	c  F st  3215   1071877        90      8010         0     69757     56070   1338131     25.07   no data
654.88/164.27	c  N dy  3221   1077076        90      8010         0     74595     56070   1486932     25.07   no data
673.63/168.97	c  N dy  3237   1103163        90      8010         0     56964     56070    921284     25.04     26.37
693.20/173.81	c  N dy  3373   1123205        90      8010         0     75637     56070   1480720     25.07     26.58
709.12/177.87	c  N dy  3424   1143289        90      8010         0     51694     56070    764459     25.07     26.80
725.47/181.94	c  N dy  3509   1163378        90      8010         0     70317     56070   1314444     25.07     26.40
749.82/188.07	c  N dy  3602   1185294        90      8010         0     47067     56070    608334     25.09     26.50
769.35/192.97	c  N dy  3671   1206121        90      8010         0     66334     56070   1177020     25.09     26.49
773.74/194.07	c  S st  3678   1209997        90      8010         0     69953     56070   1283239     25.09     23.08
774.94/194.33	c  S st  3678   1210499        90      8010         0     70427     56070   1297449     25.09   no data
774.94/194.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
774.94/194.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
774.94/194.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
774.94/194.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
774.94/194.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
774.94/194.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
774.94/194.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
775.33/194.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
775.33/194.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
818.80/205.30	c lits-rem:       819  cl-subs:     4984  v-elim:      0  v-fix:    0  time: 10.86 s
818.80/205.30	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
818.80/205.32	c vivif2 --  cl tried    65443 cl shrink        0 lits rem          0 time: 0.02
820.00/205.71	c asymm  cl-useful: 0/1362/8010 lits-rem:0 time: 0.39
820.43/205.71	c calculated reachability. Time: 0.00
820.43/205.71	c  N dy  3678   1210499        90      8010         0     65443     56070   1141737     25.09   no data
847.18/212.48	c  N dy  3797   1231790        90      8010         0     85223     56070   1731640     25.11     26.54
864.71/216.86	c  N dy  3893   1251870        90      8010         0     59517     56070    959326     25.12     26.46
881.42/221.06	c  N dy  3918   1273087        90      8010         0     78959     56070   1526599     25.10     26.56
903.36/226.51	c  N dy  4000   1296354        90      8010         0     55292     56070    814973     25.11     26.62
926.49/232.37	c  N dy  4107   1323571        90      8010         0     80506     56070   1561323     25.11     26.53
952.46/238.85	c  N dy  4217   1343604        90      8010         0     52907     56070    729693     25.12     27.86
973.16/244.03	c  N dy  4318   1363691        90      8010         0     71549     56070   1286209     25.14     28.79
994.29/249.37	c  N dy  4390   1383786        90      8010         0     90089     56070   1831939     25.14     28.57
1012.24/253.83	c  N dy  4459   1403804        90      8010         0     61437     56070    955724     25.14     26.57
1033.37/259.17	c  N dy  4563   1424675        90      8010         0     80781     56070   1530368     25.16     26.63
1057.32/265.11	c  N dy  4652   1445660        90      8010         0     52078     56070    662961     25.17     26.57
1073.65/269.22	c  N dy  4670   1468996        90      8010         0     73474     56070   1280560     25.14     26.59
1095.20/274.66	c  N dy  4757   1489032        90      8010         0     92034     56070   1833525     25.15     27.29
1115.93/279.81	c  N dy  4849   1509211        90      8010         0     61808     56070    933673     25.16     26.50
1142.66/286.57	c  N dy  4927   1538584        90      8010         0     88983     56070   1731583     25.16     26.58
1164.59/292.04	c  N dy  5002   1558814        90      8010         0     57774     56070    792675     25.16     26.54
1186.93/297.62	c  N dy  5072   1584338        90      8010         0     81232     56070   1480955     25.16     26.59
1213.65/304.38	c  N dy  5167   1605166        90      8010         0    100410     56070   2049228     25.17     26.50
1233.24/309.28	c  N dy  5270   1626668        90      8010         0     69493     56070   1124020     25.18     26.52
1257.51/315.32	c  N dy  5366   1648623        90      8010         0     89870     56070   1731793     25.19     26.71
1282.24/321.56	c  N dy  5480   1668663        90      8010         0     56678     56070    726406     25.20     26.65
1306.18/327.56	c  N dy  5538   1696148        90      8010         0     81912     56070   1465861     25.20     26.58
1324.52/332.19	c  S st  5597   1710500        90      8010         0     95176     56070   1857679     25.20     25.19
1326.11/332.53	c  S st  5597   1711003        90      8010         0     95647     56070   1871997     25.20   no data
1326.11/332.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1326.51/332.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1326.51/332.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1326.51/332.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1326.51/332.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1326.51/332.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1326.51/332.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1326.51/332.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1326.51/332.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1409.85/353.53	c lits-rem:      1242  cl-subs:     8698  v-elim:      0  v-fix:    0  time: 20.84 s
1409.85/353.53	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
1409.85/353.56	c vivif2 --  cl tried    86949 cl shrink        0 lits rem          0 time: 0.02
1411.45/353.98	c asymm  cl-useful: 0/905/8010 lits-rem:0 time: 0.43
1411.45/353.99	c calculated reachability. Time: 0.00
1411.45/353.99	c  N dy  5597   1711003        90      8010         0     86949     56070   1606218     25.20   no data
1435.38/359.98	c  N dy  5634   1731011        90      8010         0     53057     56070    607065     25.19     27.38
1450.94/363.89	c  N dy  5659   1752822        90      8010         0     73134     56070   1196242     25.18     26.63
1475.27/369.97	c  N dy  5770   1772860        90      8010         0     91731     56070   1751176     25.19     27.44
1500.42/376.30	c  N dy  5824   1793878        90      8010         0     57795     56070    723209     25.19     26.94
1521.14/381.41	c  N dy  5904   1813970        90      8010         0     76421     56070   1276219     25.20     27.69
1550.66/388.87	c  N dy  5986   1833991        90      8010         0     94964     56070   1826030     25.20     26.63
1579.81/396.11	c  N dy  6070   1855003        90      8010         0     59961     56070    767318     25.21     26.55
1598.10/400.73	c  N dy  6147   1875085        90      8010         0     78564     56070   1317233     25.21     26.54
1621.25/406.50	c  N dy  6197   1897361        90      8010         0     99045     56070   1921940     25.21     26.72
1647.16/413.03	c  N dy  6296   1917949        90      8010         0     62689     56070    833543     25.22     26.55
1665.12/417.59	c  N dy  6358   1938023        90      8010         0     81259     56070   1384781     25.22     27.41
1691.44/424.12	c  N dy  6434   1958976        90      8010         0    100662     56070   1960095     25.22     26.57
1721.35/431.66	c  N dy  6478   1988593        90      8010         0     71479     56070   1064440     25.21     26.57
1751.25/439.10	c  N dy  6561   2016464        90      8010         0     97155     56070   1826871     25.21     26.56
1779.17/446.15	c  N dy  6627   2036540        90      8010         0     58519     56070    670214     25.21     27.26
1798.32/451.00	c  N dy  6704   2057332        90      8010         0     77701     56070   1234586     25.22     26.61
1824.65/457.51	c  N dy  6789   2078868        90      8010         0     97608     56070   1825821     25.22     26.58
1859.35/466.24	c  N dy  6890   2101737        90      8010         0     60628     56070    713053     25.23     26.68
1880.09/471.45	c  N dy  6992   2122673        90      8010         0     80007     56070   1288460     25.24     26.84
1903.62/477.37	c  N dy  7052   2142850        90      8010         0     98637     56070   1839319     25.24     26.69
1933.92/484.90	c  N dy  7138   2162858        90      8010         0    117125     56070   2389967     25.25     27.64
1955.46/490.38	c  N dy  7254   2182877        90      8010         0     76537     56070   1172455     25.26     26.62
1982.58/497.13	c  N dy  7384   2203848        90      8010         0     95981     56070   1757494     25.27     26.67
1992.55/499.60	c  S st  7411   2211003        90      8010         0    102617     56070   1954991     25.27     24.70
1993.75/499.90	c  S st  7411   2211506        90      8010         0    103090     56070   1969053     25.27   no data
1993.75/499.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1993.75/499.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1993.75/499.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1993.75/499.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1993.75/499.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1993.75/499.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1993.75/499.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1993.75/499.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1994.15/500.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2069.92/519.05	c lits-rem:      1044  cl-subs:     7115  v-elim:      0  v-fix:    0  time: 19.01 s
2069.92/519.06	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
2069.92/519.08	c vivif2 --  cl tried    95975 cl shrink        0 lits rem          0 time: 0.03
2071.91/519.55	c asymm  cl-useful: 0/771/8010 lits-rem:0 time: 0.46
2071.91/519.55	c calculated reachability. Time: 0.00
2071.91/519.55	c  N dy  7411   2211506        90      8010         0     95975     56070   1734709     25.27   no data
2106.61/528.27	c  N dy  7490   2231820        90      8010         0    114768     56070   2289976     25.28     26.71
2129.73/534.01	c  N dy  7550   2251919        90      8010         0     73498     56070   1059347     25.28     26.77
2153.27/539.92	c  N dy  7624   2273166        90      8010         0     93087     56070   1641084     25.28     26.63
2179.59/546.53	c  N dy  7683   2293262        90      8010         0    111641     56070   2191420     25.28     26.63
2207.16/553.43	c  N dy  7755   2313352        90      8010         0     69348     56070    917757     25.28     29.10
2235.04/560.41	c  N dy  7836   2339529        90      8010         0     93466     56070   1624311     25.28     26.90
2266.95/568.44	c  N dy  7970   2359598        90      8010         0    112084     56070   2185969     25.29     26.75
2296.04/575.73	c  N dy  8055   2381092        90      8010         0     70083     56070    920044     25.29     26.85
2322.37/582.30	c  N dy  8151   2404109        90      8010         0     91361     56070   1553500     25.30     26.70
2345.91/588.20	c  N dy  8178   2424524        90      8010         0    110147     56070   2107199     25.29     26.65
2381.40/597.14	c  N dy  8322   2444584        90      8010         0     65934     56070    780696     25.31     28.47
2406.53/603.40	c  N dy  8420   2468131        90      8010         0     87718     56070   1428126     25.31     26.81
2436.84/611.09	c  N dy  8504   2491224        90      8010         0    109073     56070   2064264     25.31     26.69
2473.53/620.20	c  N dy  8606   2511230        90      8010         0     63790     56070    695874     25.32     26.66
2492.66/625.05	c  N dy  8649   2533381        90      8010         0     84170     56070   1294514     25.32     26.80
2520.60/632.09	c  N dy  8735   2555597        90      8010         0    104747     56070   1908823     25.32     26.69
2554.90/640.61	c  N dy  8800   2578632        90      8010         0    125949     56070   2539131     25.32     26.67
2578.42/646.52	c  N dy  8873   2598701        90      8010         0     79846     56070   1154574     25.33     27.20
2602.35/652.51	c  N dy  8941   2618762        90      8010         0     98431     56070   1707828     25.33     28.47
2645.45/663.31	c  N dy  8980   2649461        90      8010         0    126621     56070   2534203     25.32     26.78
2680.54/672.16	c  N dy  9083   2678747        90      8010         0     88119     56070   1379772     25.32     26.98
2716.06/681.08	c  N dy  9112   2709478        90      8010         0    116076     56070   2194058     25.31     26.69
2719.61/681.92	c  S st  9119   2711506        90      8010         0    117960     56070   2249783     25.31     24.95
2720.80/682.25	c  S st  9119   2712010        90      8010         0    118436     56070   2264399     25.31   no data
2720.80/682.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2721.20/682.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2721.20/682.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2721.20/682.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2721.20/682.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2721.20/682.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
2721.20/682.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2721.20/682.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2721.59/682.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2819.71/707.09	c lits-rem:      1497  cl-subs:    11284  v-elim:      0  v-fix:    0  time: 24.68 s
2819.71/707.09	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
2820.11/707.12	c vivif2 --  cl tried   107152 cl shrink        0 lits rem          0 time: 0.03
2822.10/707.61	c asymm  cl-useful: 0/667/8010 lits-rem:0 time: 0.49
2822.10/707.62	c calculated reachability. Time: 0.00
2822.10/707.62	c  N dy  9119   2712010        90      8010         0    107152     56070   1929459     25.31   no data
2864.37/718.29	c  N dy  9226   2732040        90      8010         0    125719     56070   2485908     25.32     28.58
2893.89/725.66	c  N dy  9291   2752063        90      8010         0     78358     56070   1083723     25.32     27.52
2919.80/732.13	c  N dy  9403   2772206        90      8010         0     96949     56070   1640964     25.33     26.67
2949.72/739.69	c  N dy  9475   2792332        90      8010         0    115517     56070   2193157     25.33     26.72
2984.02/748.22	c  N dy  9541   2812353        90      8010         0    134015     56070   2743790     25.33     28.02
3005.61/753.65	c  N dy  9567   2834864        90      8010         0     87557     56070   1326199     25.32     26.71
3033.47/760.64	c  N dy  9613   2858932        90      8010         0    109670     56070   1974474     25.31     26.65
3070.57/769.92	c  N dy  9731   2879177        90      8010         0    128467     56070   2539313     25.32     26.77
3114.04/780.84	c  N dy  9784   2917186        90      8010         0     95390     56070   1535211     25.31     26.69
3140.77/787.60	c  N dy  9856   2937259        90      8010         0    113926     56070   2088997     25.31     27.87
3175.87/796.33	c  N dy  9918   2957286        90      8010         0    132354     56070   2631495     25.31     26.65
3203.02/803.12	c  N dy  9982   2977636        90      8010         0     82109     56070   1133510     25.31     26.80
3231.29/810.26	c  N dy 10122   2997640        90      8010         0    100629     56070   1693963     25.32     26.89
3277.95/821.93	c  N dy 10225   3027228        90      8010         0    127982     56070   2505724     25.32     26.71
3315.45/831.33	c  N dy 10293   3054373        90      8010         0     82859     56070   1133074     25.32     26.69
3342.18/838.07	c  N dy 10376   3075494        90      8010         0    102357     56070   1711958     25.33     26.80
3372.49/845.67	c  N dy 10441   3095998        90      8010         0    121291     56070   2274390     25.33     26.71
3409.57/854.95	c  N dy 10523   3116000        90      8010         0    139833     56070   2826047     25.33     27.97
3439.93/862.59	c  N dy 10569   3139460        90      8010         0     90301     56070   1332988     25.32     26.71
3478.99/872.33	c  N dy 10648   3162027        90      8010         0    111104     56070   1951503     25.33     26.73
3532.81/885.80	c  N dy 10684   3198291        90      8010         0     72548     56070    798742     25.31     26.77
3547.16/889.42	c  S st 10741   3212012        90      8010         0     85230     56070   1178020     25.32   no data
3547.96/889.66	c  S st 10741   3212514        90      8010         0     85710     56070   1192609     25.32   no data
3547.96/889.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3548.36/889.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3548.36/889.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3548.36/889.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3548.36/889.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3548.36/889.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
3548.36/889.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3548.36/889.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3548.36/889.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3561.92/893.15	c lits-rem:       347  cl-subs:     2514  v-elim:      0  v-fix:    0  time:  3.39 s
3561.92/893.15	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
3561.92/893.17	c vivif2 --  cl tried    83196 cl shrink        0 lits rem          0 time: 0.02
3563.51/893.51	c asymm  cl-useful: 0/873/8010 lits-rem:0 time: 0.34
3563.51/893.52	c calculated reachability. Time: 0.00
3563.51/893.52	c  N dy 10741   3212514        90      8010         0     83196     56070   1112645     25.32   no data
3590.63/900.35	c  N dy 10813   3234082        90      8010         0    103146     56070   1702701     25.32     26.83
3624.53/908.88	c  N dy 10893   3254810        90      8010         0    122248     56070   2267618     25.32     26.71
3663.67/918.69	c  N dy 10964   3276996        90      8010         0    142761     56070   2875971     25.32     26.86
3695.13/926.56	c  N dy 11014   3300598        90      8010         0     91744     56070   1347432     25.31     26.81
3729.47/935.18	c  N dy 11114   3323200        90      8010         0    112664     56070   1974975     25.32     26.88
3790.47/950.50	c  N dy 11249   3359405        90      8010         0    146045     56070   2966865     25.32     26.74
3816.79/957.01	c  N dy 11336   3379819        90      8010         0     91119     56070   1314354     25.32     26.70
3846.70/964.55	c  N dy 11460   3399897        90      8010         0    109727     56070   1873456     25.33     28.73
3881.39/973.23	c  N dy 11567   3419979        90      8010         0    128258     56070   2430939     25.34     26.70
3920.48/983.06	c  N dy 11648   3440055        90      8010         0    146783     56070   2983140     25.34     26.74
3947.59/989.85	c  N dy 11733   3460129        90      8010         0     90527     56070   1279806     25.34     27.60
3974.74/996.61	c  N dy 11781   3482017        90      8010         0    110646     56070   1875972     25.34     26.74
4008.62/1005.19	c  N dy 11863   3503945        90      8010         0    130792     56070   2479886     25.34     26.71
4052.09/1016.01	c  N dy 11960   3524548        90      8010         0    149810     56070   3049134     25.35     26.74
4084.83/1024.27	c  N dy 12082   3549042        90      8010         0     96868     56070   1450784     25.35     26.87
4113.51/1031.49	c  N dy 12137   3569542        90      8010         0    115703     56070   2006844     25.35     26.70
4155.37/1041.95	c  N dy 12255   3591174        90      8010         0    135717     56070   2606463     25.36     26.95
4191.28/1050.99	c  N dy 12312   3611369        90      8010         0     77829     56070    866683     25.36     26.89
4223.58/1059.00	c  N dy 12364   3640014        90      8010         0    104119     56070   1640470     25.35     27.01
4255.10/1066.98	c  N dy 12458   3660130        90      8010         0    122771     56070   2196158     25.36     26.73
4295.41/1077.04	c  N dy 12565   3680208        90      8010         0    141321     56070   2753777     25.36     27.85
4332.46/1086.30	c  N dy 12595   3700470        90      8010         0     82512     56070    990168     25.36     26.70
4347.22/1090.06	c  S st 12618   3712516        90      8010         0     93598     56070   1319037     25.36     24.57
4348.41/1090.36	c  S st 12618   3713019        90      8010         0     94080     56070   1333689     25.36   no data
4348.41/1090.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4348.81/1090.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
4348.81/1090.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4348.81/1090.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4348.81/1090.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4348.81/1090.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
4348.81/1090.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4348.81/1090.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4348.81/1090.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4374.73/1096.91	c lits-rem:       380  cl-subs:     3178  v-elim:      0  v-fix:    0  time:  6.41 s
4374.73/1096.91	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
4374.73/1096.93	c vivif2 --  cl tried    90902 cl shrink        0 lits rem          0 time: 0.02
4376.33/1097.36	c asymm  cl-useful: 0/775/8010 lits-rem:0 time: 0.43
4376.33/1097.36	c calculated reachability. Time: 0.00
4376.33/1097.36	c  N dy 12618   3713019        90      8010         0     90902     56070   1235161     25.36   no data
4403.45/1104.15	c  N dy 12668   3733859        90      8010         0    110138     56070   1806561     25.36     26.74
4437.35/1112.67	c  F st 12750   3751563        90      8010         0    126523     56070   2297342     25.36   no data
4443.73/1114.22	c  N st 12755   3754862        90      8010         0    129548     56070   2388599     25.36   no data
4481.22/1123.68	c  N dy 12828   3774895        90      8010         0    148036     56070   2943302     25.36     27.09
4515.92/1132.39	c  N dy 12924   3795046        90      8010         0     88412     56070   1152715     25.37     26.72
4543.83/1139.38	c  N dy 12981   3815049        90      8010         0    106858     56070   1701783     25.37     27.97
4584.54/1149.59	c  N dy 13104   3835363        90      8010         0    125665     56070   2268154     25.38     26.90
4622.00/1158.91	c  N dy 13175   3855462        90      8010         0    144257     56070   2825756     25.38     26.83
4660.70/1168.64	c  N dy 13238   3875551        90      8010         0     83424     56070    978718     25.38     26.91
4687.43/1175.31	c  N dy 13328   3895559        90      8010         0    101967     56070   1534410     25.38     28.36
4747.30/1190.40	c  N dy 13428   3935172        90      8010         0    138427     56070   2610662     25.38     26.80
4790.35/1201.19	c  N dy 13518   3955233        90      8010         0    157022     56070   3169295     25.38     26.78

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-3366650-1305410861/watcher-3366650-1305410861 -o /tmp/evaluation-result-3366650-1305410861/solver-3366650-1305410861 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366650-1305410861.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.84 8.06 8.05 5/358 18201
/proc/meminfo: memFree=24148136/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=207824 CPUtime=0 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 770 0 0 0 0 0 0 0 25 0 4 0 633501604 212811776 694 33554432000 4194304 4580107 140737285299184 18446744073709551615 4354920 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 51956 695 336 95 0 46938 0
[pid=18201/tid=18202] ppid=18199 vsize=216148 CPUtime=0 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 92 0 0 0 0 0 0 0 25 0 4 0 633501604 221335552 1183 33554432000 4194304 4580107 140737285299184 18446744073709551615 228095556078 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=216148 CPUtime=0 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 240 0 0 0 0 0 0 0 25 0 4 0 633501604 221335552 1183 33554432000 4194304 4580107 140737285299184 18446744073709551615 4293962 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=216148 CPUtime=0 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 270 0 0 0 0 0 0 0 25 0 4 0 633501604 221335552 1183 33554432000 4194304 4580107 140737285299184 18446744073709551615 228095556127 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.113197 s]
/proc/loadavg: 7.84 8.06 8.05 5/358 18201
/proc/meminfo: memFree=24148136/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=216276 CPUtime=0.42 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 1620 0 0 0 42 0 0 0 18 0 4 0 633501604 221466624 1544 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294460 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 54069 1544 358 95 0 49051 0
[pid=18201/tid=18202] ppid=18199 vsize=216276 CPUtime=0.1 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 245 0 0 0 10 0 0 0 25 0 4 0 633501604 221466624 1544 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=216276 CPUtime=0.1 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 264 0 0 0 10 0 0 0 25 0 4 0 633501604 221466624 1544 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=216276 CPUtime=0.1 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 439 0 0 0 10 0 0 0 18 0 4 0 633501604 221466624 1544 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 216276

[startup+0.201184 s]
/proc/loadavg: 7.84 8.06 8.05 5/358 18201
/proc/meminfo: memFree=24148136/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=219168 CPUtime=0.77 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 3053 0 0 0 77 0 0 0 18 0 4 0 633501604 224428032 2750 33554432000 4194304 4580107 140737285299184 18446744073709551615 4451200 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 54792 2750 369 95 0 49774 0
[pid=18201/tid=18202] ppid=18199 vsize=219168 CPUtime=0.18 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 246 0 0 0 18 0 0 0 25 0 4 0 633501604 224428032 2750 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=219168 CPUtime=0.19 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 860 0 0 0 19 0 0 0 25 0 4 0 633501604 224428032 2750 33554432000 4194304 4580107 140737285299184 18446744073709551615 4451663 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=219168 CPUtime=0.19 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 695 0 0 0 19 0 0 0 18 0 4 0 633501604 224428032 2750 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 219168

[startup+0.301167 s]
/proc/loadavg: 7.84 8.06 8.05 5/358 18201
/proc/meminfo: memFree=24148136/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=219168 CPUtime=1.17 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 3907 0 0 0 117 0 0 0 18 0 4 0 633501604 224428032 3332 33554432000 4194304 4580107 140737285299184 18446744073709551615 4325626 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 54792 3332 376 95 0 49774 0
[pid=18201/tid=18202] ppid=18199 vsize=219168 CPUtime=0.28 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 869 0 0 0 28 0 0 0 25 0 4 0 633501604 224428032 3332 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=219168 CPUtime=0.29 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 942 0 0 0 29 0 0 0 25 0 4 0 633501604 224428032 3332 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=219168 CPUtime=0.29 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 773 0 0 0 29 0 0 0 18 0 4 0 633501604 224428032 3332 33554432000 4194304 4580107 140737285299184 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 219168

[startup+0.701092 s]
/proc/loadavg: 7.84 8.06 8.05 5/358 18201
/proc/meminfo: memFree=24148136/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=221904 CPUtime=2.77 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 6443 0 0 0 277 0 0 0 18 0 4 0 633501604 227229696 3906 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 55476 3906 376 95 0 50458 0
[pid=18201/tid=18202] ppid=18199 vsize=221904 CPUtime=0.68 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 1566 0 0 0 68 0 0 0 25 0 4 0 633501604 227229696 3906 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=221904 CPUtime=0.69 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 1636 0 0 0 69 0 0 0 25 0 4 0 633501604 227229696 3906 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=221904 CPUtime=0.69 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 1260 0 0 0 69 0 0 0 18 0 4 0 633501604 227229696 3906 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 221904

[startup+1.50094 s]
/proc/loadavg: 7.84 8.06 8.05 10/362 18205
/proc/meminfo: memFree=24129908/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=222688 CPUtime=5.96 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 10531 0 0 0 594 2 0 0 20 0 4 0 633501604 228032512 4709 33554432000 4194304 4580107 140737285299184 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 55672 4709 377 95 0 50654 0
[pid=18201/tid=18202] ppid=18199 vsize=222688 CPUtime=1.47 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 2582 0 0 0 147 0 0 0 25 0 4 0 633501604 228032512 4709 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=222688 CPUtime=1.49 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 2698 0 0 0 149 0 0 0 25 0 4 0 633501604 228032512 4709 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=222688 CPUtime=1.48 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 2263 0 0 0 148 0 0 0 20 0 4 0 633501604 228032512 4709 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 222688

[startup+3.10065 s]
/proc/loadavg: 7.84 8.06 8.05 9/362 18205
/proc/meminfo: memFree=24119120/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=229872 CPUtime=12.34 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 21656 0 0 0 1230 4 0 0 25 0 4 0 633501604 235388928 11605 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 57468 11605 378 95 0 52450 0
[pid=18201/tid=18202] ppid=18199 vsize=229872 CPUtime=3.05 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 4858 0 0 0 305 0 0 0 25 0 4 0 633501604 235388928 11605 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=229872 CPUtime=3.08 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 5795 0 0 0 308 0 0 0 25 0 4 0 633501604 235388928 11605 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=229872 CPUtime=3.09 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 5466 0 0 0 308 1 0 0 25 0 4 0 633501604 235388928 11605 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294551 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 229872

[startup+6.30106 s]
/proc/loadavg: 7.86 8.06 8.05 9/362 18205
/proc/meminfo: memFree=24088296/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=221256 CPUtime=25.11 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 31909 0 0 0 2505 6 0 0 25 0 4 0 633501604 226566144 14144 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 55314 14144 378 95 0 50296 0
[pid=18201/tid=18202] ppid=18199 vsize=221256 CPUtime=6.22 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 8380 0 0 0 621 1 0 0 25 0 4 0 633501604 226566144 14144 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=221256 CPUtime=6.29 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 8199 0 0 0 628 1 0 0 25 0 4 0 633501604 226566144 14144 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=221256 CPUtime=6.28 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 7677 0 0 0 627 1 0 0 25 0 4 0 633501604 226566144 14144 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 221256

[startup+12.7009 s]
/proc/loadavg: 7.87 8.06 8.05 9/362 18205
/proc/meminfo: memFree=24069984/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=237576 CPUtime=50.64 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 50864 0 0 0 5053 11 0 0 25 0 4 0 633501604 243277824 19504 33554432000 4194304 4580107 140737285299184 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 59394 19504 378 95 0 54376 0
[pid=18201/tid=18202] ppid=18199 vsize=237576 CPUtime=12.55 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 12844 0 0 0 1253 2 0 0 25 0 4 0 633501604 243277824 19504 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=237576 CPUtime=12.69 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 12943 0 0 0 1267 2 0 0 25 0 4 0 633501604 243277824 19504 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=237576 CPUtime=12.68 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 12753 0 0 0 1265 3 0 0 25 0 4 0 633501604 243277824 19504 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 237576

[startup+25.5005 s]
/proc/loadavg: 7.97 8.07 8.06 9/362 18206
/proc/meminfo: memFree=24033284/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=268024 CPUtime=101.68 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 76060 0 0 0 10153 15 0 0 25 0 4 0 633501604 274456576 27673 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 67006 27673 378 95 0 61988 0
[pid=18201/tid=18202] ppid=18199 vsize=268024 CPUtime=25.2 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 19935 0 0 0 2517 3 0 0 25 0 4 0 633501604 274456576 27673 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=268024 CPUtime=25.49 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 19758 0 0 0 2545 4 0 0 25 0 4 0 633501604 274456576 27673 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=268024 CPUtime=25.48 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 17743 0 0 0 2544 4 0 0 25 0 4 0 633501604 274456576 27673 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 268024

[startup+51.1008 s]
/proc/loadavg: 8.04 8.08 8.06 9/362 18206
/proc/meminfo: memFree=23986372/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=312512 CPUtime=203.8 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 113334 0 0 0 20355 25 0 0 25 0 4 0 633501604 320012288 34413 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 78128 34413 378 95 0 73110 0
[pid=18201/tid=18202] ppid=18199 vsize=312512 CPUtime=50.51 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 30144 0 0 0 5046 5 0 0 25 0 4 0 633501604 320012288 34413 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=312512 CPUtime=51.08 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 29792 0 0 0 5103 5 0 0 25 0 4 0 633501604 320012288 34413 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=312512 CPUtime=51.08 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 27811 0 0 0 5102 6 0 0 25 0 4 0 633501604 320012288 34413 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 312512

[startup+102.301 s]
/proc/loadavg: 8.13 8.10 8.06 9/362 18208
/proc/meminfo: memFree=23962788/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=335072 CPUtime=408.03 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 161545 0 0 0 40763 40 0 0 25 0 4 0 633501604 343113728 38025 33554432000 4194304 4580107 140737285299184 18446744073709551615 4293216 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 83768 38025 378 95 0 78750 0
[pid=18201/tid=18202] ppid=18199 vsize=335072 CPUtime=101.14 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 42199 0 0 0 10105 9 0 0 25 0 4 0 633501604 343113728 38029 33554432000 4194304 4580107 140737285299184 18446744073709551615 4320813 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=335072 CPUtime=102.28 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 43731 0 0 0 10219 9 0 0 25 0 4 0 633501604 343113728 38029 33554432000 4194304 4580107 140737285299184 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=335072 CPUtime=102.3 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 39436 0 0 0 10220 10 0 0 25 0 4 0 633501604 343113728 38029 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.03
Current children cumulated vsize (KiB) 335072

[startup+162.301 s]

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

[pid=18201] ppid=18199 vsize=527652 CPUtime=2800.97 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 518919 0 0 0 279904 193 0 0 25 0 4 0 633501604 540315648 82919 33554432000 4194304 4580107 140737285299184 18446744073709551615 4415992 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 131913 82919 385 95 0 126895 0
[pid=18201/tid=18202] ppid=18199 vsize=527652 CPUtime=694.15 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 127874 0 0 0 69370 45 0 0 25 0 4 0 633501604 540315648 82919 33554432000 4194304 4580107 140737285299184 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=527652 CPUtime=702.18 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 143494 0 0 0 70163 55 0 0 25 0 4 0 633501604 540315648 82919 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=527652 CPUtime=702.3 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 127944 0 0 0 70184 46 0 0 25 0 4 0 633501604 540315648 82919 33554432000 4194304 4580107 140737285299184 18446744073709551615 4406408 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2800.97
Current children cumulated vsize (KiB) 527652

[startup+762.3 s]
/proc/loadavg: 8.15 8.12 8.09 9/362 18225
/proc/meminfo: memFree=23551884/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=554132 CPUtime=3040.28 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 542339 0 0 0 303823 205 0 0 25 0 4 0 633501604 567431168 89492 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 138533 89492 385 95 0 133515 0
[pid=18201/tid=18202] ppid=18199 vsize=554132 CPUtime=753.46 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 134446 0 0 0 75298 48 0 0 25 0 4 0 633501604 567431168 89494 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=554132 CPUtime=762.17 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 148920 0 0 0 76159 58 0 0 25 0 4 0 633501604 567431168 89494 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=554132 CPUtime=762.31 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 132863 0 0 0 76182 49 0 0 25 0 4 0 633501604 567431168 89494 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3040.28
Current children cumulated vsize (KiB) 554132

[startup+822.3 s]
/proc/loadavg: 8.05 8.10 8.09 9/362 18227
/proc/meminfo: memFree=23545292/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=489000 CPUtime=3279.55 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 566136 0 0 0 327739 216 0 0 25 0 4 0 633501604 500736000 90405 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 122250 90405 385 95 0 117232 0
[pid=18201/tid=18202] ppid=18199 vsize=489000 CPUtime=812.76 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 139133 0 0 0 81225 51 0 0 25 0 4 0 633501604 500736000 90405 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=489000 CPUtime=822.16 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 157274 0 0 0 82153 63 0 0 25 0 4 0 633501604 500736000 90405 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=489000 CPUtime=822.3 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 139981 0 0 0 82178 52 0 0 25 0 4 0 633501604 500736000 90405 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3279.55
Current children cumulated vsize (KiB) 489000

[startup+882.313 s]
/proc/loadavg: 8.09 8.10 8.08 9/362 18228
/proc/meminfo: memFree=23515000/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=489116 CPUtime=3518.89 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 581769 0 0 0 351665 224 0 0 25 0 4 0 633501604 500854784 92453 33554432000 4194304 4580107 140737285299184 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 122279 92453 385 95 0 117261 0
[pid=18201/tid=18202] ppid=18199 vsize=489116 CPUtime=872.06 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 139620 0 0 0 87155 51 0 0 25 0 4 0 633501604 500854784 92453 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=489116 CPUtime=882.17 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 164264 0 0 0 88150 67 0 0 25 0 4 0 633501604 500854784 92453 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=489116 CPUtime=882.31 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 144597 0 0 0 88177 54 0 0 25 0 4 0 633501604 500854784 92453 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3518.89
Current children cumulated vsize (KiB) 489116

[startup+942.301 s]
/proc/loadavg: 8.03 8.08 8.08 9/362 18230
/proc/meminfo: memFree=23509896/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=515892 CPUtime=3758.14 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 600440 0 0 0 375580 234 0 0 25 0 4 0 633501604 528273408 95904 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 128973 95904 385 95 0 123955 0
[pid=18201/tid=18202] ppid=18199 vsize=515892 CPUtime=931.36 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 145926 0 0 0 93082 54 0 0 25 0 4 0 633501604 528273408 95904 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=515892 CPUtime=942.14 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 170900 0 0 0 94143 71 0 0 25 0 4 0 633501604 528273408 95904 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=515892 CPUtime=942.3 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 146620 0 0 0 94175 55 0 0 25 0 4 0 633501604 528273408 95904 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3758.14
Current children cumulated vsize (KiB) 515892

[startup+1002.3 s]
/proc/loadavg: 8.12 8.09 8.08 9/362 18232
/proc/meminfo: memFree=23501080/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=516068 CPUtime=3997.45 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 616839 0 0 0 399500 245 0 0 25 0 4 0 633501604 528453632 97246 33554432000 4194304 4580107 140737285299184 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 129017 97246 385 95 0 123999 0
[pid=18201/tid=18202] ppid=18199 vsize=516068 CPUtime=990.67 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 150524 0 0 0 99010 57 0 0 25 0 4 0 633501604 528453632 97246 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=516068 CPUtime=1002.13 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 177887 0 0 0 100139 74 0 0 25 0 4 0 633501604 528453632 97246 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=516068 CPUtime=1002.3 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 148467 0 0 0 100173 57 0 0 25 0 4 0 633501604 528453632 97246 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3997.45
Current children cumulated vsize (KiB) 516068

[startup+1062.3 s]
/proc/loadavg: 8.25 8.12 8.09 10/363 18236
/proc/meminfo: memFree=23432080/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=584400 CPUtime=4236.74 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 634917 0 0 0 423421 253 0 0 25 0 4 0 633501604 598425600 99835 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294513 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 146100 99835 385 95 0 141082 0
[pid=18201/tid=18202] ppid=18199 vsize=584400 CPUtime=1049.97 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 154349 0 0 0 104938 59 0 0 25 0 4 0 633501604 598425600 99835 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=584400 CPUtime=1062.12 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 184862 0 0 0 106135 77 0 0 25 0 4 0 633501604 598425600 99835 33554432000 4194304 4580107 140737285299184 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=584400 CPUtime=1062.3 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 148878 0 0 0 106173 57 0 0 25 0 4 0 633501604 598425600 99835 33554432000 4194304 4580107 140737285299184 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4236.74
Current children cumulated vsize (KiB) 584400

[startup+1122.3 s]
/proc/loadavg: 8.20 8.14 8.10 9/362 18238
/proc/meminfo: memFree=23433492/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=530324 CPUtime=4476.03 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 650708 0 0 0 447338 265 0 0 25 0 4 0 633501604 543051776 100457 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 132581 100457 385 95 0 127563 0
[pid=18201/tid=18202] ppid=18199 vsize=530324 CPUtime=1109.27 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 159670 0 0 0 110864 63 0 0 25 0 4 0 633501604 543051776 100457 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=530324 CPUtime=1122.11 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 190171 0 0 0 112130 81 0 0 25 0 4 0 633501604 543051776 100457 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=530324 CPUtime=1122.31 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 149125 0 0 0 112173 58 0 0 25 0 4 0 633501604 543051776 100457 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4476.03
Current children cumulated vsize (KiB) 530324

[startup+1182.3 s]
/proc/loadavg: 6.59 7.76 7.97 5/353 18257
/proc/meminfo: memFree=23846408/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=544408 CPUtime=4715.35 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 670629 0 0 0 471262 273 0 0 25 0 4 0 633501604 557473792 103158 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 136102 103158 385 95 0 131084 0
[pid=18201/tid=18202] ppid=18199 vsize=544408 CPUtime=1168.59 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 162171 0 0 0 116795 64 0 0 25 0 4 0 633501604 557473792 103158 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=544408 CPUtime=1182.09 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 198857 0 0 0 118125 84 0 0 25 0 4 0 633501604 557473792 103158 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=544408 CPUtime=1182.31 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 154754 0 0 0 118171 60 0 0 25 0 4 0 633501604 557473792 103158 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4715.35
Current children cumulated vsize (KiB) 544408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 5.78 7.47 7.87 5/353 18258
/proc/meminfo: memFree=23818368/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=613196 CPUtime=4800.33 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 677738 0 0 0 479756 277 0 0 25 0 4 0 633501604 627912704 109971 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 153299 109971 385 95 0 148281 0
[pid=18201/tid=18202] ppid=18199 vsize=613196 CPUtime=1189.65 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 164541 0 0 0 118900 65 0 0 25 0 4 0 633501604 627912704 109972 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=613196 CPUtime=1203.41 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 200371 0 0 0 120256 85 0 0 25 0 4 0 633501604 627912704 109972 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=613196 CPUtime=1203.62 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 156614 0 0 0 120301 61 0 0 25 0 4 0 633501604 627912704 109972 33554432000 4194304 4580107 140737285299184 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 613196

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

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

[startup+1203.6 s]
/proc/loadavg: 5.78 7.47 7.87 5/353 18258
/proc/meminfo: memFree=23818368/32951124 swapFree=65980216/67111528
[pid=18201] ppid=18199 vsize=613196 CPUtime=4800.33 cores=1,3,5,7
/proc/18201/stat : 18201 (strangenight2-m) R 18199 18201 17667 0 -1 4202496 677738 0 0 0 479756 277 0 0 25 0 4 0 633501604 627912704 109971 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18201/statm: 153299 109971 385 95 0 148281 0
[pid=18201/tid=18202] ppid=18199 vsize=613196 CPUtime=1189.65 cores=1,3,5,7
/proc/18201/task/18202/stat : 18202 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 164541 0 0 0 118900 65 0 0 25 0 4 0 633501604 627912704 109972 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18201/tid=18203] ppid=18199 vsize=613196 CPUtime=1203.41 cores=1,3,5,7
/proc/18201/task/18203/stat : 18203 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 200371 0 0 0 120256 85 0 0 25 0 4 0 633501604 627912704 109972 33554432000 4194304 4580107 140737285299184 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18201/tid=18204] ppid=18199 vsize=613196 CPUtime=1203.62 cores=1,3,5,7
/proc/18201/task/18204/stat : 18204 (strangenight2-m) R 18199 18201 17667 0 -1 4202560 156614 0 0 0 120301 61 0 0 25 0 4 0 633501604 627912704 109972 33554432000 4194304 4580107 140737285299184 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 613196

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.64
CPU time (s): 4800.4
CPU user time (s): 4797.61
CPU system time (s): 2.79557
CPU usage (%): 398.824
Max. virtual memory (cumulated for all children) (KiB): 640316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.61
system time used= 2.79557
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 677740
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= 265
involuntary context switches= 32107

runsolver used 3.9564 second user time and 10.0465 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-15 00:07:41
IDJOB=3366650
IDBENCH=83059
IDSOLVER=1844
FILE ID=node142/3366650-1305410861
RUNJOBID= node142-1305409539-18013
PBS_JOBID= 13324504
Free space on /tmp= 73440 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S2039249975-038.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366650-1305410861/watcher-3366650-1305410861 -o /tmp/evaluation-result-3366650-1305410861/solver-3366650-1305410861 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366650-1305410861.cnf

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

MD5SUM BENCH= 64cfbb29f16ce069bd41061252da74bd
RANDOM SEED=1570652031

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24148416 kB
Buffers:        316808 kB
Cached:        3836136 kB
SwapCached:      11520 kB
Active:        6151320 kB
Inactive:      2320800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24148416 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            6928 kB
Writeback:           0 kB
AnonPages:     4316424 kB
Mapped:          20700 kB
Slab:           234028 kB
PageTables:      32220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77221012 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= 73440 MiB
End job on node142 at 2011-05-15 00:27:47