Trace number 3174115

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.37 1201.73

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S675112162-053.SATISFIABLE.cnf
MD5SUMb7db695fcb9141eaff8463a25c8e621f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.032994
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
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 54450

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-3174115-1304096185.cnf'
0.00/0.00	c -- header says num vars:             50
0.00/0.00	c -- header says num clauses:        4450
0.00/0.01	c -- clauses added:            0 learnts,         4450 normals,            0 xors
0.00/0.01	c -- vars added         50
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        50      4450         0         0     31150         0   no data   no data
3.17/0.80	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.09
3.17/0.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.17/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
3.17/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:      26 undec:       0 neg:      24
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0        50      4450         0         0     31150         0   no data   no data
3.17/0.80	c  N dy     7      4026        50      4450         0      3489     31150     64516     15.50     16.43
3.17/0.80	c  N dy    16      8916        50      4450         0      5543     31150     95444     15.06     15.96
3.17/0.80	c  N dy    27     12950        50      4450         0      5361     31150     88033     15.09     16.89
3.17/0.80	c  N dy    36     17585        50      4450         0      9363     31150    159802     14.97     15.83
3.57/0.90	c  N dy    66     21670        50      4450         0      8065     31150    132941     15.29     17.44
3.57/1.00	c  F st    79     25000        50      4450         0     10981     31150    186263     15.35     14.87
3.99/1.10	c  N st    82     26190        50      4450         0      6101     31150     90275     15.35   no data
5.17/1.30	c  S st    85     30000        50      4450         0      9399     31150    149556     15.35   no data
5.17/1.30	c  S st    85     30505        50      4450         0      9854     31150    158342     15.35   no data
5.17/1.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.17/1.30	c blocked clauses removed:        0 vars:      0 tried:          50 T: 0.00 s
5.17/1.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
5.17/1.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.17/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.46	c lits-rem:       165  cl-subs:     1607  v-elim:      0  v-fix:    0  time:  0.21 s
6.37/1.65	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.19
6.37/1.65	c calculated reachability. Time: 0.00
6.37/1.65	c  N dy    85     30505        50      4450         0      8247     31150    131943     15.35   no data
7.17/1.87	c  N dy   102     34908        50      4450         0     12109     31150    202943     15.43     16.27
8.78/2.21	c  N dy   125     41586        50      4450         0     11124     31150    174133     15.39     16.22
9.57/2.44	c  N dy   138     45757        50      4450         0     14737     31150    239036     15.35     12.40
9.57/2.44	c  S st   138     45757        50      4450         0     14737     31150    239036     15.35     12.40
9.57/2.49	c  S st   138     46260        50      4450         0     15174     31150    247414     15.35   no data
9.57/2.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.57/2.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.57/2.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.57/2.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.57/2.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.57/2.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
9.57/2.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.97/2.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.97/2.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.17/2.86	c lits-rem:       196  cl-subs:     2489  v-elim:      0  v-fix:    0  time:  0.36 s
11.17/2.86	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
11.17/2.86	c vivif2 --  cl tried    12685 cl shrink        0 lits rem          0 time: 0.00
12.37/3.13	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.27
12.37/3.13	c calculated reachability. Time: 0.00
12.37/3.13	c  N dy   138     46260        50      4450         0     12685     31150    204965     15.35   no data
14.76/3.79	c  N dy   155     58714        50      4450         0     15797     31150    246623     15.14     16.05
15.96/4.04	c  N dy   174     62846        50      4450         0     10900     31150    155742     15.17     15.98
17.17/4.32	c  N dy   211     67460        50      4450         0     14925     31150    230907     15.28     16.12
17.57/4.46	c  S st   231     69391        50      4450         0     16608     31150    262505     15.33   no data
17.95/4.51	c  S st   231     69895        50      4450         0     17062     31150    271330     15.33   no data
17.95/4.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.95/4.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
17.95/4.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.95/4.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.95/4.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.95/4.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
17.95/4.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.95/4.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.95/4.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.56/4.91	c lits-rem:       227  cl-subs:     2278  v-elim:      0  v-fix:    0  time:  0.39 s
19.56/4.91	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
19.56/4.91	c vivif2 --  cl tried    14784 cl shrink        0 lits rem          0 time: 0.00
20.76/5.22	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.31
20.76/5.22	c calculated reachability. Time: 0.00
20.76/5.22	c  N dy   231     69895        50      4450         0     14784     31150    230066     15.33   no data
22.35/5.60	c  N dy   264     74855        50      4450         0      9760     31150    128683     15.41     16.29
23.95/6.03	c  N dy   277     82870        50      4450         0     16662     31150    249363     15.32     16.18
25.55/6.41	c  F st   307     87501        50      4450         0     10422     31150    135540     15.37   no data
25.55/6.47	c  N st   310     88689        50      4450         0     11452     31150    154687     15.37   no data
26.74/6.79	c  N dy   322     94424        50      4450         0     16373     31150    243973     15.39     16.93
29.54/7.40	c  N dy   347    102780        50      4450         0     12408     31150    162896     15.38     16.21
29.94/7.54	c  S st   364    104842        50      4450         0     14207     31150    196902     15.41   no data
29.94/7.58	c  S st   364    105345        50      4450         0     14663     31150    205624     15.41   no data
29.94/7.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.94/7.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
29.94/7.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.94/7.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.94/7.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.94/7.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
29.94/7.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.94/7.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
29.94/7.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.75/7.77	c lits-rem:       121  cl-subs:     1022  v-elim:      0  v-fix:    0  time:  0.18 s
30.75/7.77	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
30.75/7.77	c vivif2 --  cl tried    13641 cl shrink        0 lits rem          0 time: 0.00
31.94/8.06	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.29
31.94/8.06	c calculated reachability. Time: 0.00
31.94/8.06	c  N dy   364    105345        50      4450         0     13641     31150    187859     15.41   no data
33.94/8.54	c  N dy   386    112190        50      4450         0     19579     31150    294774     15.40     16.29
36.33/9.16	c  N dy   420    119528        50      4450         0     13910     31150    182634     15.42     16.33
41.52/10.45	c  N dy   459    137387        50      4450         0     16271     31150    213667     15.31     16.14
44.32/11.18	c  N dy   511    146214        50      4450         0     23979     31150    355919     15.36     16.33
48.34/12.16	c  N dy   550    158019        50      4450         0     20350     31150    283201     15.36     14.41
48.34/12.16	c  S st   550    158019        50      4450         0     20350     31150    283201     15.36     14.41
48.71/12.22	c  S st   550    158521        50      4450         0     20793     31150    291543     15.36   no data
48.71/12.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.71/12.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
48.71/12.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.71/12.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.71/12.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.71/12.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
48.71/12.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.71/12.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
48.71/12.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.71/12.72	c lits-rem:       208  cl-subs:     2521  v-elim:      0  v-fix:    0  time:  0.48 s
50.71/12.72	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
50.71/12.72	c vivif2 --  cl tried    18272 cl shrink        0 lits rem          0 time: 0.00
51.91/13.06	c asymm  cl-useful: 0/4260/4450 lits-rem:0 time: 0.34
51.91/13.06	c calculated reachability. Time: 0.00
51.91/13.06	c  N dy   550    158521        50      4450         0     18272     31150    250519     15.36   no data
55.50/13.90	c  N dy   591    168738        50      4450         0     27075     31150    410705     15.37     17.62
61.52/15.45	c  N dy   653    187487        50      4450         0     28811     31150    433234     15.37     16.33
65.91/16.53	c  N dy   701    199779        50      4450         0     23997     31150    339198     15.38     16.31
71.88/18.08	c  N dy   774    215467        50      4450         0     21191     31150    278799     15.40     16.29
78.28/19.61	c  N dy   860    229467        50      4450         0     33348     31150    504799     15.46     16.31
81.47/20.44	c  S st   917    237781        50      4450         0     23304     31150    312890     15.49     15.35
81.87/20.50	c  S st   917    238285        50      4450         0     23757     31150    321572     15.49   no data
81.87/20.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.87/20.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
81.87/20.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.87/20.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.87/20.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.87/20.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
81.87/20.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.87/20.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
81.87/20.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.49/20.94	c lits-rem:       172  cl-subs:     1799  v-elim:      0  v-fix:    0  time:  0.42 s
83.49/20.94	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
83.49/20.95	c vivif2 --  cl tried    21958 cl shrink        0 lits rem          0 time: 0.00
84.66/21.29	c asymm  cl-useful: 0/3665/4450 lits-rem:0 time: 0.34
84.66/21.29	c calculated reachability. Time: 0.00
84.66/21.29	c  N dy   917    238285        50      4450         0     21958     31150    288662     15.49   no data
93.05/23.37	c  N dy   986    260577        50      4450         0     23082     31150    296790     15.45     16.31
104.24/26.11	c  N dy  1081    286397        50      4450         0     26461     31150    346786     15.44     16.28
112.22/28.12	c  N dy  1133    304707        50      4450         0     22451     31150    273379     15.43     18.39
112.62/28.27	c  F st  1143    306250        50      4450         0     23802     31150    298635     15.44     16.73
124.21/31.12	c  N dy  1232    330586        50      4450         0     24017     31150    289589     15.42     16.25
134.20/33.60	c  N dy  1340    351213        50      4450         0     41854     31150    616827     15.44     16.39
136.99/34.33	c  S st  1366    357427        50      4450         0     25649     31150    318835     15.44   no data
137.39/34.40	c  S st  1366    357930        50      4450         0     26104     31150    327630     15.44   no data
137.39/34.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
137.39/34.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
137.39/34.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
137.39/34.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.39/34.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.39/34.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
137.39/34.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
137.39/34.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
137.39/34.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.99/34.86	c lits-rem:       130  cl-subs:     1617  v-elim:      0  v-fix:    0  time:  0.43 s
138.99/34.86	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
138.99/34.86	c vivif2 --  cl tried    24487 cl shrink        0 lits rem          0 time: 0.00
139.39/34.96	c asymm  cl-useful: 0/785/4450 lits-rem:0 time: 0.09
139.39/34.96	c calculated reachability. Time: 0.00
139.39/34.96	c  N dy  1366    357930        50      4450         0     24487     31150    300259     15.44   no data
149.40/37.45	c  N dy  1471    378498        50      4450         0     42299     31150    629680     15.48     16.34
159.76/40.07	c  N dy  1521    401975        50      4450         0     40007     31150    565249     15.44     16.25
172.54/43.22	c  N dy  1657    421994        50      4450         0     34193     31150    464759     15.49     16.71
183.74/46.02	c  N dy  1712    443303        50      4450         0     28347     31150    343241     15.47     16.35
194.12/48.61	c  N dy  1781    463828        50      4450         0     45973     31150    662462     15.47     16.31
206.11/51.66	c  N dy  1870    486074        50      4450         0     40209     31150    551096     15.47     16.30
218.88/54.85	c  N dy  1997    506093        50      4450         0     31742     31150    394109     15.51     16.46
232.48/58.25	c  N dy  2107    528065        50      4450         0     50782     31150    746661     15.54     16.42
238.05/59.62	c  S st  2150    536896        50      4450         0     31563     31150    378794     15.54     16.03
238.45/59.71	c  S st  2150    537399        50      4450         0     32010     31150    387420     15.54   no data
238.45/59.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
238.45/59.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
238.45/59.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
238.45/59.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
238.45/59.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.45/59.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
238.45/59.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
238.45/59.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
238.45/59.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.85/60.30	c lits-rem:       184  cl-subs:     1738  v-elim:      0  v-fix:    0  time:  0.57 s
240.85/60.30	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
240.85/60.31	c vivif2 --  cl tried    30272 cl shrink        0 lits rem          0 time: 0.01
242.04/60.68	c asymm  cl-useful: 0/2871/4450 lits-rem:0 time: 0.37
242.04/60.68	c calculated reachability. Time: 0.00
242.04/60.68	c  N dy  2150    537399        50      4450         0     30272     31150    358013     15.54   no data
252.83/63.36	c  N dy  2234    557437        50      4450         0     47418     31150    670153     15.54     16.78
265.21/66.41	c  N dy  2342    577621        50      4450         0     37493     31150    487178     15.56     16.43
278.00/69.61	c  N dy  2391    598892        50      4450         0     55747     31150    814612     15.54     16.36
289.19/72.43	c  N dy  2461    619066        50      4450         0     44754     31150    608551     15.54     16.38
302.37/75.74	c  N dy  2489    639082        50      4450         0     32631     31150    380594     15.51     17.29
313.15/78.45	c  N dy  2526    659120        50      4450         0     49828     31150    687570     15.49     16.51
326.73/81.80	c  N dy  2579    679303        50      4450         0     37095     31150    453905     15.48     16.38
341.12/85.40	c  N dy  2704    699473        50      4450         0     54533     31150    780284     15.51     16.42
356.70/89.38	c  N dy  2740    723233        50      4450         0     43878     31150    560327     15.48     16.42
373.87/93.68	c  N dy  2844    743625        50      4450         0     61428     31150    885128     15.50     16.33
387.05/96.93	c  N dy  2890    764858        50      4450         0     47882     31150    632949     15.48     16.34
406.63/101.81	c  N dy  3015    786761        50      4450         0     34127     31150    379545     15.50     16.34
419.01/104.98	c  S st  3129    806098        50      4450         0     50824     31150    689606     15.52     13.89
419.81/105.13	c  S st  3129    806601        50      4450         0     51263     31150    697951     15.52   no data
419.81/105.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
419.81/105.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
419.81/105.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
419.81/105.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
419.81/105.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
419.81/105.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
419.81/105.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
419.81/105.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
419.81/105.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
430.61/107.89	c lits-rem:       554  cl-subs:     5596  v-elim:      0  v-fix:    0  time:  2.71 s
430.61/107.89	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
430.99/107.90	c vivif2 --  cl tried    45667 cl shrink        0 lits rem          0 time: 0.01
431.79/108.12	c asymm  cl-useful: 0/873/4450 lits-rem:0 time: 0.22
431.79/108.13	c calculated reachability. Time: 0.00
431.79/108.13	c  N dy  3129    806601        50      4450         0     45667     31150    597975     15.52   no data
446.98/111.96	c  N dy  3198    827195        50      4450         0     63352     31150    919116     15.51     16.38
461.75/115.60	c  N dy  3288    847284        50      4450         0     47456     31150    618915     15.52     16.38
483.72/121.17	c  N dy  3387    874582        50      4450         0     36638     31150    408639     15.52     16.57
500.10/125.22	c  N dy  3493    897698        50      4450         0     56552     31150    775982     15.53     16.43
515.68/129.18	c  N dy  3524    918142        50      4450         0     38941     31150    442417     15.52     16.34
530.06/132.75	c  N dy  3623    939868        50      4450         0     57606     31150    783872     15.52     16.49
548.85/137.49	c  N dy  3714    960047        50      4450         0     38952     31150    438463     15.53     16.35
564.81/141.46	c  N dy  3805    982611        50      4450         0     58335     31150    795515     15.53     16.38
585.58/146.61	c  N dy  3855   1007557        50      4450         0     42742     31150    492184     15.51     16.52
601.17/150.56	c  N dy  3948   1029045        50      4450         0     61119     31150    827849     15.52     16.37
617.94/154.75	c  N dy  3980   1049096        50      4450         0     40597     31150    451931     15.49     17.74
632.74/158.47	c  N dy  4086   1069099        50      4450         0     57793     31150    769472     15.50     16.71
635.52/159.12	c  F st  4103   1071876        50      4450         0     60203     31150    814397     15.50   no data
651.49/163.18	c  N dy  4151   1089136        50      4450         0     74955     31150   1083700     15.50     16.75
670.67/167.97	c  N dy  4229   1115066        50      4450         0     58593     31150    769291     15.49     16.35
691.44/173.16	c  N dy  4356   1135096        50      4450         0     75873     31150   1093782     15.51     17.02
711.84/178.22	c  N dy  4484   1159076        50      4450         0     56996     31150    741420     15.52     16.47
730.99/183.07	c  N dy  4588   1179119        50      4450         0     74145     31150   1057933     15.53     17.10
750.17/187.83	c  N dy  4665   1199713        50      4450         0     51428     31150    623631     15.53     16.54
759.36/190.15	c  S st  4735   1209901        50      4450         0     60254     31150    790877     15.54   no data
760.18/190.35	c  S st  4735   1210404        50      4450         0     60699     31150    799534     15.54   no data
760.18/190.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
760.18/190.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
760.18/190.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
760.18/190.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
760.18/190.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
760.18/190.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
760.18/190.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
760.55/190.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
760.55/190.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
780.13/195.37	c lits-rem:       530  cl-subs:     6935  v-elim:      0  v-fix:    0  time:  4.95 s
780.13/195.37	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
780.13/195.38	c vivif2 --  cl tried    53764 cl shrink        0 lits rem          0 time: 0.01
781.74/195.73	c asymm  cl-useful: 0/706/4450 lits-rem:0 time: 0.34
781.74/195.73	c calculated reachability. Time: 0.00
781.74/195.73	c  N dy  4735   1210404        50      4450         0     53764     31150    681030     15.54   no data
803.30/201.11	c  N dy  4778   1230418        50      4450         0     70737     31150    981578     15.52     17.58
826.46/206.93	c  N dy  4892   1250455        50      4450         0     47375     31150    557193     15.53     17.63
853.63/213.79	c  N dy  5018   1282802        50      4450         0     75100     31150   1058416     15.52     16.41
875.60/219.24	c  N dy  5146   1304635        50      4450         0     52125     31150    634473     15.54     16.48
895.17/224.14	c  N dy  5278   1324889        50      4450         0     69619     31150    963550     15.55     16.41
919.53/230.22	c  N dy  5369   1344912        50      4450         0     43938     31150    474013     15.56     18.17
939.51/235.27	c  N dy  5473   1369183        50      4450         0     64868     31150    862342     15.56     16.57
967.47/242.26	c  N dy  5603   1389268        50      4450         0     82168     31150   1186715     15.58     17.56
984.65/246.57	c  N dy  5639   1409281        50      4450         0     55389     31150    668748     15.56     17.56
1008.61/252.59	c  N dy  5752   1433674        50      4450         0     76285     31150   1054762     15.57     16.56
1032.98/258.67	c  N dy  5855   1453754        50      4450         0     48961     31150    550323     15.57     16.99
1052.15/263.43	c  N dy  5988   1473848        50      4450         0     66307     31150    875762     15.59     17.23
1076.92/269.69	c  N dy  6111   1494657        50      4450         0     84179     31150   1211421     15.60     16.45
1099.29/275.26	c  N dy  6218   1514867        50      4450         0     56052     31150    675484     15.61     16.48
1125.24/281.72	c  N dy  6284   1541759        50      4450         0     79059     31150   1092191     15.60     16.66
1151.23/288.29	c  N dy  6388   1561773        50      4450         0     49929     31150    557445     15.61     17.20
1180.37/295.52	c  N dy  6524   1594310        50      4450         0     77656     31150   1053167     15.60     16.44
1209.53/302.81	c  N dy  6619   1615502        50      4450         0     48744     31150    525037     15.61     16.44
1227.51/307.37	c  N dy  6745   1635565        50      4450         0     65965     31150    846802     15.61     16.47
1251.48/313.38	c  N dy  6845   1655604        50      4450         0     83172     31150   1167268     15.62     17.50
1283.05/321.23	c  N dy  6982   1680750        50      4450         0     56779     31150    668158     15.63     16.50
1304.62/326.65	c  N dy  7026   1706443        50      4450         0     78585     31150   1054818     15.62     16.47
1309.79/327.96	c  S st  7050   1710404        50      4450         0     82015     31150   1118852     15.62     15.02
1310.99/328.21	c  S st  7050   1710908        50      4450         0     82466     31150   1127859     15.62   no data
1310.99/328.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1310.99/328.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1310.99/328.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1310.99/328.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1310.99/328.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1310.99/328.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1310.99/328.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1310.99/328.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1311.39/328.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1361.33/340.88	c lits-rem:      1002  cl-subs:    13136  v-elim:      0  v-fix:    0  time: 12.57 s
1361.33/340.88	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
1361.33/340.90	c vivif2 --  cl tried    69330 cl shrink        0 lits rem          0 time: 0.02
1363.32/341.36	c asymm  cl-useful: 0/728/4450 lits-rem:0 time: 0.46
1363.32/341.36	c calculated reachability. Time: 0.00
1363.32/341.36	c  N dy  7050   1710908        50      4450         0     69330     31150    907849     15.62   no data
1398.47/350.17	c  N dy  7170   1731063        50      4450         0     86639     31150   1230949     15.63     16.49
1425.24/356.85	c  N dy  7243   1751728        50      4450         0     56502     31150    657790     15.63     16.52
1450.40/363.19	c  N dy  7348   1777368        50      4450         0     78389     31150   1054780     15.62     16.52
1476.40/369.68	c  N dy  7420   1797373        50      4450         0     95448     31150   1359109     15.62     17.56
1495.14/374.36	c  N dy  7454   1817427        50      4450         0     63335     31150    762679     15.60     17.81
1518.72/380.26	c  N dy  7592   1837443        50      4450         0     80504     31150   1083724     15.61     17.40
1564.28/391.66	c  N dy  7701   1874885        50      4450         0     62231     31150    736209     15.61     16.54
1587.03/397.37	c  N dy  7817   1894959        50      4450         0     79508     31150   1059439     15.61     16.77
1614.58/404.22	c  N dy  7927   1915227        50      4450         0     96828     31150   1379726     15.62     16.45
1639.35/410.48	c  N dy  8053   1935552        50      4450         0     63092     31150    760425     15.63     16.47
1661.32/415.94	c  N dy  8145   1955580        50      4450         0     80249     31150   1077922     15.63     16.55
1685.69/422.05	c  N dy  8190   1975679        50      4450         0     97254     31150   1379401     15.62     16.68
1713.27/428.97	c  N dy  8338   1995713        50      4450         0     62361     31150    743552     15.63     16.70
1734.82/434.34	c  N dy  8431   2015777        50      4450         0     79514     31150   1061134     15.64     16.83
1759.98/440.61	c  N dy  8481   2035782        50      4450         0     96496     31150   1364805     15.63     16.97
1787.97/447.67	c  N dy  8611   2055848        50      4450         0     60798     31150    705901     15.64     17.99
1809.94/453.11	c  N dy  8673   2078328        50      4450         0     79887     31150   1050611     15.63     16.50
1840.29/460.73	c  N dy  8779   2100689        50      4450         0     99053     31150   1408200     15.64     16.48
1871.46/468.51	c  N dy  8925   2121583        50      4450         0     63179     31150    741465     15.65     16.51
1893.83/474.12	c  N dy  8986   2143704        50      4450         0     82011     31150   1084495     15.65     16.48
1921.77/481.12	c  N dy  9062   2163735        50      4450         0     99207     31150   1402279     15.65     17.28
1948.13/487.78	c  N dy  9111   2184531        50      4450         0     62205     31150    711384     15.64     16.48
1971.71/493.64	c  N dy  9195   2206143        50      4450         0     80629     31150   1049589     15.64     16.50
1978.89/495.48	c  S st  9242   2210910        50      4450         0     84773     31150   1129703     15.65   no data
1980.09/495.73	c  S st  9242   2211410        50      4450         0     85205     31150   1138269     15.65   no data
1980.09/495.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1980.09/495.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1980.09/495.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1980.09/495.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1980.09/495.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1980.09/495.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1980.09/495.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1980.49/495.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1980.49/495.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2011.65/503.64	c lits-rem:       767  cl-subs:    10450  v-elim:      0  v-fix:    0  time:  7.82 s
2011.65/503.64	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2011.65/503.66	c vivif2 --  cl tried    74755 cl shrink        0 lits rem          0 time: 0.01
2012.85/503.97	c asymm  cl-useful: 0/577/4450 lits-rem:0 time: 0.31
2012.85/503.97	c calculated reachability. Time: 0.00
2012.85/503.97	c  N dy  9242   2211410        50      4450         0     74755     31150    956460     15.65   no data
2043.23/511.52	c  N dy  9270   2237152        50      4450         0     96557     31150   1342473     15.63     16.60
2086.77/522.46	c  N dy  9357   2259146        50      4450         0     60606     31150    675642     15.63     16.47
2112.32/528.80	c  N dy  9488   2279197        50      4450         0     77973     31150   1003938     15.64     16.67
2140.28/535.86	c  N dy  9529   2302372        50      4450         0     97618     31150   1351544     15.63     16.61
2172.63/543.94	c  N dy  9571   2326056        50      4450         0     61821     31150    688477     15.63     16.47
2194.61/549.43	c  N dy  9665   2346078        50      4450         0     78891     31150   1005127     15.63     17.69
2225.37/557.14	c  N dy  9669   2375221        50      4450         0    103422     31150   1421925     15.60     16.43
2259.32/565.65	c  N dy  9812   2395226        50      4450         0     63756     31150    725152     15.61     16.56
2288.09/572.82	c  N dy  9892   2421744        50      4450         0     86311     31150   1131469     15.61     16.71
2326.03/582.36	c  N dy 10020   2445852        50      4450         0    106884     31150   1515081     15.61     16.44
2366.37/592.41	c  N dy 10145   2475523        50      4450         0     74323     31150    899918     15.61     16.58
2395.13/599.64	c  N dy 10267   2496584        50      4450         0     92340     31150   1237960     15.62     16.53
2430.29/608.46	c  N dy 10416   2516586        50      4450         0    109480     31150   1562713     15.63     17.30
2460.27/615.94	c  N dy 10504   2536619        50      4450         0     67694     31150    775162     15.63     18.47
2485.82/622.34	c  N dy 10627   2556703        50      4450         0     84922     31150   1098919     15.63     19.01
2514.98/629.65	c  N dy 10680   2577328        50      4450         0    102485     31150   1418415     15.63     16.48
2554.13/639.46	c  N dy 10763   2599680        50      4450         0     61824     31150    662741     15.63     16.54
2574.92/644.60	c  N dy 10832   2619716        50      4450         0     78875     31150    974409     15.63     17.92
2605.68/652.34	c  N dy 10948   2640472        50      4450         0     96604     31150   1305631     15.63     16.46
2638.81/660.66	c  N dy 11031   2660475        50      4450         0    113783     31150   1625727     15.64     17.78
2670.37/668.56	c  N dy 11131   2680890        50      4450         0     70538     31150    816010     15.64     16.49
2701.52/676.37	c  N dy 11275   2704252        50      4450         0     90539     31150   1192158     15.65     16.51
2711.91/678.93	c  S st 11301   2711410        50      4450         0     96650     31150   1305871     15.65     14.18
2713.11/679.25	c  S st 11301   2711913        50      4450         0     97084     31150   1314450     15.65   no data
2713.11/679.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2713.51/679.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2713.51/679.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2713.51/679.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2713.51/679.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2713.51/679.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
2713.51/679.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2713.51/679.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2713.51/679.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2756.25/690.00	c lits-rem:       911  cl-subs:    11798  v-elim:      0  v-fix:    0  time: 10.63 s
2756.25/690.00	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2756.25/690.02	c vivif2 --  cl tried    85286 cl shrink        0 lits rem          0 time: 0.02
2757.45/690.35	c asymm  cl-useful: 0/498/4450 lits-rem:0 time: 0.33
2757.45/690.35	c calculated reachability. Time: 0.00
2757.45/690.35	c  N dy 11301   2711913        50      4450         0     85286     31150   1106563     15.65   no data
2789.01/698.28	c  N dy 11413   2731987        50      4450         0    102425     31150   1427059     15.65     17.51
2837.74/710.44	c  N dy 11520   2753099        50      4450         0    120462     31150   1764790     15.66     16.50
2869.32/718.38	c  N dy 11610   2773165        50      4450         0     77072     31150    939438     15.66     16.57
2900.86/726.25	c  N dy 11742   2793267        50      4450         0     94289     31150   1263988     15.67     16.56
2929.22/733.39	c  N dy 11770   2814902        50      4450         0    112656     31150   1589529     15.66     16.49
2967.97/743.00	c  N dy 11916   2834945        50      4450         0     67878     31150    759272     15.67     17.95
2998.73/750.70	c  N dy 11958   2863378        50      4450         0     91911     31150   1184803     15.66     16.53
3036.29/760.17	c  N dy 12097   2885046        50      4450         0    110469     31150   1533073     15.66     16.52
3077.42/770.44	c  N dy 12196   2908883        50      4450         0     67884     31150    748963     15.66     16.49
3103.79/777.00	c  N dy 12265   2933897        50      4450         0     89135     31150   1131078     15.66     16.63
3140.54/786.24	c  N dy 12361   2956717        50      4450         0    108537     31150   1489385     15.66     16.57
3190.47/798.73	c  N dy 12484   2983491        50      4450         0     67642     31150    736086     15.66     16.50
3214.83/804.81	c  N dy 12597   3003522        50      4450         0     84698     31150   1052878     15.66     17.46
3247.22/812.99	c  N dy 12736   3023540        50      4450         0    101780     31150   1374939     15.67     17.25
3282.37/821.72	c  N dy 12829   3043634        50      4450         0    118817     31150   1688917     15.67     17.81
3317.90/830.64	c  N dy 12903   3063978        50      4450         0     71460     31150    800099     15.67     16.55
3343.07/836.90	c  N dy 12998   3084020        50      4450         0     88505     31150   1110915     15.67     16.50
3389.40/848.52	c  N dy 13017   3120562        50      4450         0    119270     31150   1644447     15.65     16.50
3422.58/856.80	c  N dy 13037   3140744        50      4450         0     70987     31150    778820     15.64     16.49
3448.13/863.23	c  N dy 13137   3160839        50      4450         0     88087     31150   1095288     15.65     16.91
3480.10/871.29	c  N dy 13230   3181666        50      4450         0    105793     31150   1423762     15.65     16.54
3521.63/881.66	c  N dy 13383   3201745        50      4450         0    122978     31150   1752122     15.66     18.16
3540.81/886.49	c  S st 13409   3211915        50      4450         0    131634     31150   1910662     15.66     14.96
3542.80/886.91	c  S st 13409   3212418        50      4450         0    132079     31150   1919356     15.66   no data
3542.80/886.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3542.80/886.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
3542.80/886.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3542.80/886.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3542.80/886.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3542.80/886.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
3542.80/886.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3543.20/887.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3543.20/887.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3642.69/911.92	c lits-rem:      1320  cl-subs:    22338  v-elim:      0  v-fix:    0  time: 24.84 s
3642.69/911.92	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
3642.69/911.94	c vivif2 --  cl tried   109741 cl shrink        0 lits rem          0 time: 0.02
3644.26/912.31	c asymm  cl-useful: 0/376/4450 lits-rem:0 time: 0.37
3644.26/912.32	c calculated reachability. Time: 0.00
3644.26/912.32	c  N dy 13409   3212418        50      4450         0    109741     31150   1529618     15.66   no data
3680.62/921.43	c  N dy 13467   3233290        50      4450         0    127445     31150   1847154     15.65     16.61
3706.98/928.01	c  N dy 13521   3254061        50      4450         0     80578     31150    965685     15.65     16.50
3745.73/937.77	c  N dy 13604   3282179        50      4450         0    104433     31150   1394469     15.65     16.54
3782.90/947.03	c  N dy 13676   3302300        50      4450         0    121520     31150   1709143     15.65     16.51
3839.21/961.12	c  N dy 13689   3345656        50      4450         0     91508     31150   1098349     15.62     16.64
3873.95/969.80	c  N dy 13776   3366305        50      4450         0    109052     31150   1420142     15.62     16.49
3912.71/979.56	c  N dy 13878   3386873        50      4450         0    126586     31150   1745812     15.62     16.45
3951.05/989.19	c  N dy 13999   3406918        50      4450         0     76353     31150    867803     15.63     17.04
3977.82/995.87	c  N dy 14094   3426965        50      4450         0     93457     31150   1185890     15.63     17.73
4014.57/1005.04	c  N dy 14260   3447012        50      4450         0    110616     31150   1514549     15.64     16.80
4056.11/1015.45	c  N dy 14384   3467980        50      4450         0    128440     31150   1850068     15.64     16.53
4098.06/1025.95	c  N dy 14525   3489478        50      4450         0     78199     31150    895091     15.65     16.50
4132.41/1034.58	c  N dy 14646   3513900        50      4450         0     98987     31150   1280681     15.65     16.54
4167.96/1043.46	c  N dy 14745   3533913        50      4450         0    116069     31150   1598577     15.65     18.21
4205.12/1052.78	c  N dy 14829   3553966        50      4450         0    133118     31150   1911624     15.65     17.64
4241.86/1061.95	c  N dy 14951   3574035        50      4450         0     80554     31150    931602     15.66     17.61
4275.04/1070.20	c  N dy 15019   3598663        50      4450         0    101560     31150   1317438     15.66     16.50
4312.56/1079.68	c  N dy 15142   3618700        50      4450         0    118651     31150   1638065     15.66     17.27
4360.10/1091.51	c  N dy 15245   3640209        50      4450         0    137074     31150   1979956     15.66     16.53
4392.86/1099.73	c  N dy 15333   3660281        50      4450         0     83440     31150    969843     15.66     17.52
4460.76/1116.74	c  N dy 15376   3712418        50      4450         0    127249     31150   1738628     15.64     13.12
4460.76/1116.74	c  S st 15376   3712418        50      4450         0    127249     31150   1738628     15.64     13.12
4462.36/1117.16	c  S st 15376   3712923        50      4450         0    127690     31150   1747227     15.64   no data
4462.36/1117.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4462.76/1117.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
4462.76/1117.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4462.76/1117.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4462.76/1117.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4462.76/1117.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4462.76/1117.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4462.76/1117.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4463.16/1117.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4564.23/1142.62	c lits-rem:      1297  cl-subs:    24056  v-elim:      0  v-fix:    0  time: 25.31 s
4564.23/1142.62	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
4564.23/1142.64	c vivif2 --  cl tried   103634 cl shrink        0 lits rem          0 time: 0.02
4565.83/1143.00	c asymm  cl-useful: 0/400/4450 lits-rem:0 time: 0.36
4565.83/1143.00	c calculated reachability. Time: 0.00
4565.83/1143.00	c  N dy 15376   3712923        50      4450         0    103634     31150   1360027     15.64   no data
4605.77/1153.00	c  N dy 15502   3732966        50      4450         0    120811     31150   1683954     15.65     17.96
4648.12/1163.60	c  F st 15597   3751562        50      4450         0    136677     31150   1978647     15.65     14.66
4652.51/1164.79	c  N st 15601   3753593        50      4450         0    138405     31150   2011439     15.65   no data
4685.27/1172.91	c  N dy 15666   3778391        50      4450         0     89979     31150   1092793     15.65     16.52
4720.02/1181.63	c  N dy 15808   3798481        50      4450         0    107157     31150   1419786     15.65     17.74
4763.96/1192.64	c  N dy 15810   3826316        50      4450         0    130473     31150   1814225     15.64     16.53

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 6.81 7.81 7.89 7/180 9206
/proc/meminfo: memFree=29737400/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 408 0 0 0 0 0 0 0 23 0 4 0 502033840 52441088 347 33554432000 4194304 4627427 140735225370688 18446744073709551615 47487974746034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 12803 347 299 106 0 7774 0
[pid=9206/tid=9207] ppid=9204 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 502033841 52441088 347 33554432000 4194304 4627427 140735225370688 18446744073709551615 47487974746028 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 502033841 52441088 347 33554432000 4194304 4627427 140735225370688 18446744073709551615 47487974746034 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 502033841 52441088 347 33554432000 4194304 4627427 140735225370688 18446744073709551615 254261672945 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0126571 s]
/proc/loadavg: 6.81 7.81 7.89 7/180 9206
/proc/meminfo: memFree=29737400/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=281744 CPUtime=0.03 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 1043 0 0 0 3 0 0 0 18 0 4 0 502033840 288505856 964 33554432000 4194304 4627427 140735225370688 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 70436 964 362 106 0 65407 0
[pid=9206/tid=9207] ppid=9204 vsize=281744 CPUtime=0 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 164 0 0 0 0 0 0 0 18 0 4 0 502033841 288505856 964 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=281744 CPUtime=0 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 141 0 0 0 0 0 0 0 18 0 4 0 502033841 288505856 964 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=281744 CPUtime=0 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 161 0 0 0 0 0 0 0 25 0 4 0 502033841 288505856 965 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 281744

[startup+0.100641 s]
/proc/loadavg: 6.81 7.81 7.89 7/180 9206
/proc/meminfo: memFree=29737400/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=281876 CPUtime=0.38 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 1216 0 0 0 38 0 0 0 18 0 4 0 502033840 288641024 1137 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 70469 1137 364 106 0 65440 0
[pid=9206/tid=9207] ppid=9204 vsize=281876 CPUtime=0.09 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 180 0 0 0 9 0 0 0 18 0 4 0 502033841 288641024 1138 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=281876 CPUtime=0.09 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 148 0 0 0 9 0 0 0 18 0 4 0 502033841 288641024 1138 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=281876 CPUtime=0.09 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 295 0 0 0 9 0 0 0 25 0 4 0 502033841 288641024 1138 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 281876

[startup+0.300606 s]
/proc/loadavg: 6.81 7.81 7.89 7/180 9206
/proc/meminfo: memFree=29737400/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=284696 CPUtime=1.18 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 3159 0 0 0 118 0 0 0 18 0 4 0 502033840 291528704 2446 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 71174 2446 384 106 0 66145 0
[pid=9206/tid=9207] ppid=9204 vsize=284696 CPUtime=0.29 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 730 0 0 0 29 0 0 0 18 0 4 0 502033841 291528704 2446 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=284696 CPUtime=0.29 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 693 0 0 0 29 0 0 0 18 0 4 0 502033841 291528704 2446 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=284696 CPUtime=0.29 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 577 0 0 0 29 0 0 0 25 0 4 0 502033841 291528704 2446 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284696

[startup+0.700537 s]
/proc/loadavg: 6.81 7.81 7.89 7/180 9206
/proc/meminfo: memFree=29737400/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=285956 CPUtime=2.77 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 4992 0 0 0 277 0 0 0 18 0 4 0 502033840 292818944 3033 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 71489 3033 384 106 0 66460 0
[pid=9206/tid=9207] ppid=9204 vsize=285956 CPUtime=0.69 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 1130 0 0 0 69 0 0 0 18 0 4 0 502033841 292818944 3033 33554432000 4194304 4627427 140735225370688 18446744073709551615 4333258 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=285956 CPUtime=0.69 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 1116 0 0 0 69 0 0 0 18 0 4 0 502033841 292818944 3033 33554432000 4194304 4627427 140735225370688 18446744073709551615 4324280 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=285956 CPUtime=0.69 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 1088 0 0 0 69 0 0 0 25 0 4 0 502033841 292818944 3033 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285956

[startup+1.5004 s]
/proc/loadavg: 7.06 7.85 7.90 10/184 9210
/proc/meminfo: memFree=29717656/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=287096 CPUtime=5.97 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 8815 0 0 0 596 1 0 0 20 0 4 0 502033840 293986304 4628 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 71774 4628 388 106 0 66745 0
[pid=9206/tid=9207] ppid=9204 vsize=287096 CPUtime=1.49 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 1838 0 0 0 149 0 0 0 20 0 4 0 502033841 293986304 4628 33554432000 4194304 4627427 140735225370688 18446744073709551615 4324192 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=287096 CPUtime=1.49 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 1990 0 0 0 149 0 0 0 19 0 4 0 502033841 293986304 4628 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=287096 CPUtime=1.48 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 1788 0 0 0 148 0 0 0 25 0 4 0 502033841 293986304 4628 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 287096

[startup+3.10111 s]
/proc/loadavg: 7.06 7.85 7.90 9/184 9210
/proc/meminfo: memFree=29685052/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=282540 CPUtime=12.37 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 15839 0 0 0 1235 2 0 0 25 0 4 0 502033840 289320960 9004 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 70635 9004 388 106 0 65606 0
[pid=9206/tid=9207] ppid=9204 vsize=282540 CPUtime=3.09 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 3713 0 0 0 309 0 0 0 25 0 4 0 502033841 289320960 9004 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=282540 CPUtime=3.08 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 3874 0 0 0 308 0 0 0 25 0 4 0 502033841 289320960 9004 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309103 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=282540 CPUtime=3.07 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 4009 0 0 0 307 0 0 0 25 0 4 0 502033841 289320960 9004 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 282540

[startup+6.30054 s]
/proc/loadavg: 7.14 7.85 7.90 9/184 9210
/proc/meminfo: memFree=29657288/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=295984 CPUtime=25.15 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 22973 0 0 0 2512 3 0 0 25 0 4 0 502033840 303087616 12045 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 73996 12045 388 106 0 68967 0
[pid=9206/tid=9207] ppid=9204 vsize=295984 CPUtime=6.29 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 5654 0 0 0 629 0 0 0 25 0 4 0 502033841 303087616 12045 33554432000 4194304 4627427 140735225370688 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=295984 CPUtime=6.29 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 5893 0 0 0 628 1 0 0 25 0 4 0 502033841 303087616 12045 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=295984 CPUtime=6.25 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 5728 0 0 0 625 0 0 0 25 0 4 0 502033841 303087616 12045 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 295984

[startup+12.7004 s]
/proc/loadavg: 7.21 7.85 7.90 10/184 9210
/proc/meminfo: memFree=29622852/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=299452 CPUtime=50.71 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 34673 0 0 0 5066 5 0 0 25 0 4 0 502033840 306638848 14266 33554432000 4194304 4627427 140735225370688 18446744073709551615 4427152 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 74863 14266 388 106 0 69834 0
[pid=9206/tid=9207] ppid=9204 vsize=299452 CPUtime=12.69 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 8447 0 0 0 1269 0 0 0 25 0 4 0 502033841 306638848 14266 33554432000 4194304 4627427 140735225370688 18446744073709551615 254261281711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=299452 CPUtime=12.69 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 8607 0 0 0 1267 2 0 0 25 0 4 0 502033841 306638848 14266 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=299452 CPUtime=12.62 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 9119 0 0 0 1261 1 0 0 25 0 4 0 502033841 306638848 14266 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 299452

[startup+25.5011 s]
/proc/loadavg: 7.40 7.87 7.90 9/184 9210
/proc/meminfo: memFree=29590488/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=306712 CPUtime=101.84 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 52071 0 0 0 10175 9 0 0 25 0 4 0 502033840 314073088 16695 33554432000 4194304 4627427 140735225370688 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 76678 16695 388 106 0 71649 0
[pid=9206/tid=9207] ppid=9204 vsize=306712 CPUtime=25.48 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 13694 0 0 0 2547 1 0 0 25 0 4 0 502033841 314073088 16695 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=306712 CPUtime=25.48 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 12889 0 0 0 2546 2 0 0 25 0 4 0 502033841 314073088 16695 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=306712 CPUtime=25.35 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 12867 0 0 0 2533 2 0 0 25 0 4 0 502033841 314073088 16695 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 306712

[startup+51.1006 s]
/proc/loadavg: 7.69 7.90 7.91 10/184 9211
/proc/meminfo: memFree=29558672/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=320032 CPUtime=204.1 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 78623 0 0 0 20394 16 0 0 25 0 4 0 502033840 327712768 20618 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309293 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 80008 20618 388 106 0 74979 0
[pid=9206/tid=9207] ppid=9204 vsize=320032 CPUtime=51.09 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 19652 0 0 0 5106 3 0 0 25 0 4 0 502033841 327712768 20618 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=320032 CPUtime=51.09 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 20118 0 0 0 5104 5 0 0 25 0 4 0 502033841 327712768 20618 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=320032 CPUtime=50.81 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 19525 0 0 0 5078 3 0 0 25 0 4 0 502033841 327712768 20618 33554432000 4194304 4627427 140735225370688 18446744073709551615 4324114 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 320032

[startup+102.306 s]
/proc/loadavg: 7.92 7.93 7.91 9/184 9212
/proc/meminfo: memFree=29525144/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=316636 CPUtime=408.64 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 117091 0 0 0 40836 28 0 0 25 0 4 0 502033840 324235264 24065 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309160 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 79159 24065 388 106 0 74130 0
[pid=9206/tid=9207] ppid=9204 vsize=316636 CPUtime=102.29 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 26217 0 0 0 10224 5 0 0 25 0 4 0 502033841 324235264 24065 33554432000 4194304 4627427 140735225370688 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=316636 CPUtime=102.29 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 30276 0 0 0 10221 8 0 0 25 0 4 0 502033841 324235264 24065 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=316636 CPUtime=101.74 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 30735 0 0 0 10167 7 0 0 25 0 4 0 502033841 324235264 24065 33554432000 4194304 4627427 140735225370688 18446744073709551615 4324120 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 316636

[startup+162.301 s]

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

[pid=9206] ppid=9204 vsize=492060 CPUtime=2805.39 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 375501 0 0 0 280404 135 0 0 25 0 4 0 502033840 503869440 65630 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 123015 65630 388 106 0 117986 0
[pid=9206/tid=9207] ppid=9204 vsize=492060 CPUtime=702.3 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 79793 0 0 0 70204 26 0 0 25 0 4 0 502033841 503869440 65630 33554432000 4194304 4627427 140735225370688 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=492060 CPUtime=702.28 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 98248 0 0 0 70192 36 0 0 25 0 4 0 502033841 503869440 65630 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=492060 CPUtime=698.47 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 98752 0 0 0 69812 35 0 0 25 0 4 0 502033841 503869440 65630 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.39
Current children cumulated vsize (KiB) 492060

[startup+762.307 s]
/proc/loadavg: 8.00 8.03 7.98 10/184 9239
/proc/meminfo: memFree=29219192/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=493668 CPUtime=3045.08 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 386150 0 0 0 304367 141 0 0 25 0 4 0 502033840 505516032 62426 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 123417 62426 388 106 0 118388 0
[pid=9206/tid=9207] ppid=9204 vsize=493668 CPUtime=762.31 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 80584 0 0 0 76204 27 0 0 25 0 4 0 502033841 505516032 62426 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=493668 CPUtime=762.3 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 102786 0 0 0 76191 39 0 0 25 0 4 0 502033841 505516032 62426 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=493668 CPUtime=758.16 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 99555 0 0 0 75780 36 0 0 25 0 4 0 502033841 505516032 62426 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.08
Current children cumulated vsize (KiB) 493668

[startup+822.3 s]
/proc/loadavg: 8.06 8.04 7.99 10/184 9240
/proc/meminfo: memFree=29181088/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=498252 CPUtime=3284.74 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 401117 0 0 0 328324 150 0 0 25 0 4 0 502033840 510210048 68206 33554432000 4194304 4627427 140735225370688 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 124563 68206 388 106 0 119534 0
[pid=9206/tid=9207] ppid=9204 vsize=498252 CPUtime=822.3 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 81642 0 0 0 82203 27 0 0 25 0 4 0 502033841 510210048 68206 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=498252 CPUtime=822.29 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 107648 0 0 0 82187 42 0 0 25 0 4 0 502033841 510210048 68206 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=498252 CPUtime=817.83 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 103936 0 0 0 81745 38 0 0 25 0 4 0 502033841 510210048 68206 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 498252

[startup+882.301 s]
/proc/loadavg: 8.13 8.06 8.00 9/184 9242
/proc/meminfo: memFree=29171380/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=420248 CPUtime=3524.43 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 414527 0 0 0 352286 157 0 0 25 0 4 0 502033840 430333952 64317 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 105062 64317 388 106 0 100033 0
[pid=9206/tid=9207] ppid=9204 vsize=420248 CPUtime=882.3 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 82760 0 0 0 88202 28 0 0 25 0 4 0 502033841 430333952 64317 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=420248 CPUtime=882.29 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 110573 0 0 0 88186 43 0 0 25 0 4 0 502033841 430333952 64317 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=420248 CPUtime=877.5 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 108595 0 0 0 87710 40 0 0 25 0 4 0 502033841 430333952 64317 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.43
Current children cumulated vsize (KiB) 420248

[startup+942.301 s]
/proc/loadavg: 8.15 8.08 8.01 10/184 9244
/proc/meminfo: memFree=29176312/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=408468 CPUtime=3764.1 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 432517 0 0 0 376246 164 0 0 25 0 4 0 502033840 418271232 60639 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 102117 60639 388 106 0 97088 0
[pid=9206/tid=9207] ppid=9204 vsize=408468 CPUtime=942.3 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 84980 0 0 0 94201 29 0 0 25 0 4 0 502033841 418271232 60639 33554432000 4194304 4627427 140735225370688 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=408468 CPUtime=942.3 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 114512 0 0 0 94184 46 0 0 25 0 4 0 502033841 418271232 60639 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=408468 CPUtime=937.17 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 112855 0 0 0 93675 42 0 0 25 0 4 0 502033841 418271232 60639 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 408468

[startup+1002.3 s]
/proc/loadavg: 8.10 8.08 8.01 10/184 9245
/proc/meminfo: memFree=29157172/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=474984 CPUtime=4003.78 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 448580 0 0 0 400206 172 0 0 25 0 4 0 502033840 486383616 66615 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 118746 66615 388 106 0 113717 0
[pid=9206/tid=9207] ppid=9204 vsize=474984 CPUtime=1002.31 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 89617 0 0 0 100200 31 0 0 25 0 4 0 502033841 486383616 66615 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=474984 CPUtime=1002.3 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 118701 0 0 0 100182 48 0 0 25 0 4 0 502033841 486383616 66615 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=474984 CPUtime=996.84 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 117326 0 0 0 99639 45 0 0 25 0 4 0 502033841 486383616 66615 33554432000 4194304 4627427 140735225370688 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.78
Current children cumulated vsize (KiB) 474984

[startup+1062.3 s]
/proc/loadavg: 8.08 8.08 8.01 10/184 9247
/proc/meminfo: memFree=29143236/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=437032 CPUtime=4243.46 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 463843 0 0 0 424166 180 0 0 25 0 4 0 502033840 447520768 67384 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309206 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 109258 67384 388 106 0 104229 0
[pid=9206/tid=9207] ppid=9204 vsize=437032 CPUtime=1062.31 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 92092 0 0 0 106199 32 0 0 25 0 4 0 502033841 447520768 67384 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=437032 CPUtime=1062.29 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 123954 0 0 0 106179 50 0 0 25 0 4 0 502033841 447520768 67384 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=437032 CPUtime=1056.53 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 121232 0 0 0 105605 48 0 0 25 0 4 0 502033841 447520768 67384 33554432000 4194304 4627427 140735225370688 18446744073709551615 4324328 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.46
Current children cumulated vsize (KiB) 437032

[startup+1122.3 s]
/proc/loadavg: 8.12 8.09 8.01 9/184 9248
/proc/meminfo: memFree=29137376/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=437460 CPUtime=4483.13 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 478285 0 0 0 448128 185 0 0 25 0 4 0 502033840 447959040 66961 33554432000 4194304 4627427 140735225370688 18446744073709551615 4420243 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 109365 66961 388 106 0 104336 0
[pid=9206/tid=9207] ppid=9204 vsize=437460 CPUtime=1122.31 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 93934 0 0 0 112198 33 0 0 25 0 4 0 502033841 447959040 66961 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=437460 CPUtime=1122.29 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 128435 0 0 0 112177 52 0 0 25 0 4 0 502033841 447959040 66961 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=437460 CPUtime=1116.2 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 125809 0 0 0 111570 50 0 0 25 0 4 0 502033841 447959040 66961 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 437460

[startup+1182.3 s]
/proc/loadavg: 8.12 8.10 8.02 9/184 9250
/proc/meminfo: memFree=29129904/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=477252 CPUtime=4722.82 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 489816 0 0 0 472090 192 0 0 25 0 4 0 502033840 488706048 67912 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 119313 67912 388 106 0 114284 0
[pid=9206/tid=9207] ppid=9204 vsize=477252 CPUtime=1182.31 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 97266 0 0 0 118196 35 0 0 25 0 4 0 502033841 488706048 67912 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=477252 CPUtime=1182.3 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 131756 0 0 0 118175 55 0 0 25 0 4 0 502033841 488706048 67912 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309186 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=477252 CPUtime=1175.87 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 129928 0 0 0 117536 51 0 0 25 0 4 0 502033841 488706048 67912 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.82
Current children cumulated vsize (KiB) 477252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.17 8.11 8.02 5/180 9252
/proc/meminfo: memFree=29458036/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=478060 CPUtime=4800.33 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 492259 0 0 0 479839 194 0 0 25 0 4 0 502033840 489533440 70355 33554432000 4194304 4627427 140735225370688 18446744073709551615 4324328 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 119515 70355 388 106 0 114486 0
[pid=9206/tid=9207] ppid=9204 vsize=478060 CPUtime=1201.72 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 98121 0 0 0 120136 36 0 0 25 0 4 0 502033841 489533440 70355 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=478060 CPUtime=1201.7 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 132465 0 0 0 120115 55 0 0 25 0 4 0 502033841 489533440 70355 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=478060 CPUtime=1195.17 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 130807 0 0 0 119465 52 0 0 25 0 4 0 502033841 489533440 70355 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 478060

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

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

[startup+1201.7 s]
/proc/loadavg: 8.17 8.11 8.02 5/180 9252
/proc/meminfo: memFree=29458036/32951124 swapFree=67111348/67111528
[pid=9206] ppid=9204 vsize=478060 CPUtime=4800.33 cores=1,3,5,7
/proc/9206/stat : 9206 (strangenight2-m) R 9204 9206 9165 0 -1 4202496 492259 0 0 0 479839 194 0 0 25 0 4 0 502033840 489533440 70355 33554432000 4194304 4627427 140735225370688 18446744073709551615 4324328 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9206/statm: 119515 70355 388 106 0 114486 0
[pid=9206/tid=9207] ppid=9204 vsize=478060 CPUtime=1201.72 cores=1,3,5,7
/proc/9206/task/9207/stat : 9207 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 98121 0 0 0 120136 36 0 0 25 0 4 0 502033841 489533440 70355 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9206/tid=9208] ppid=9204 vsize=478060 CPUtime=1201.7 cores=1,3,5,7
/proc/9206/task/9208/stat : 9208 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 132465 0 0 0 120115 55 0 0 25 0 4 0 502033841 489533440 70355 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9206/tid=9209] ppid=9204 vsize=478060 CPUtime=1195.17 cores=1,3,5,7
/proc/9206/task/9209/stat : 9209 (strangenight2-m) R 9204 9206 9165 0 -1 4202560 130807 0 0 0 119465 52 0 0 25 0 4 0 502033841 489533440 70355 33554432000 4194304 4627427 140735225370688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 478060

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.37
CPU user time (s): 4798.42
CPU system time (s): 1.9547
CPU usage (%): 399.456
Max. virtual memory (cumulated for all children) (KiB): 498516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.42
system time used= 1.9547
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 492259
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= 154
involuntary context switches= 28031

runsolver used 1.88171 second user time and 4.69829 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 18:56:25
IDJOB=3174115
IDBENCH=82933
IDSOLVER=1586
FILE ID=node140/3174115-1304096185
RUNJOBID= node140-1304096185-9184
PBS_JOBID= 13170605
Free space on /tmp= 72660 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S675112162-053.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174115-1304096185/watcher-3174115-1304096185 -o /tmp/evaluation-result-3174115-1304096185/solver-3174115-1304096185 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174115-1304096185.cnf

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

MD5SUM BENCH= b7db695fcb9141eaff8463a25c8e621f
RANDOM SEED=1316003957

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:      29738052 kB
Buffers:       1001960 kB
Cached:        1653596 kB
SwapCached:        180 kB
Active:         275572 kB
Inactive:      2445808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29738052 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           11460 kB
Writeback:          24 kB
AnonPages:       65184 kB
Mapped:          15036 kB
Slab:           426676 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   269944 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= 72656 MiB
End job on node140 at 2011-04-29 19:16:29