Trace number 3366447

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1254315629-032.SATISFIABLE.cnf
MD5SUM94650efc57391750519ef04c571bda58
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.76173
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366447-1305404372.cnf'
0.00/0.01	c -- header says num vars:             80
0.00/0.01	c -- header says num clauses:        7120
0.37/0.17	c -- clauses added:            0 learnts,         7120 normals,            0 xors
0.37/0.17	c -- vars added         80
0.37/0.17	c Parsing time:  0.00 s
0.37/0.17	c  N st     0         0        80      7120         0         0     49840         0   no data   no data
0.37/0.17	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.16
0.37/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.37/0.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.37/0.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.37/0.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.37/0.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
0.37/0.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/1.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3.57/1.00	c Finding binary XORs  T:     0.00 s  found:       0
3.57/1.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.57/1.00	c calculated reachability. Time: 0.00
3.57/1.00	c Calc default polars -  time:   0.00 s pos:      39 undec:       4 neg:      37
3.57/1.00	c =========================================================================================
3.57/1.00	c types(t): F = full restart, N = normal restart
3.57/1.00	c types(t): S = simplification begin/end, E = solution found
3.57/1.00	c restart types(rt): st = static, dy = dynamic
3.57/1.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/1.00	c  B st     0         0        80      7120         0         0     49840         0   no data   no data
3.57/1.00	c  N dy     7      5927        80      7120         0      3128     49840     74749     23.26     24.54
3.57/1.00	c  N dy    11     12200        80      7120         0      4948     49840    110076     21.85     23.02
3.57/1.00	c  N dy    48     17439        80      7120         0      9741     49840    240092     22.58     23.87
4.75/1.20	c  N dy    74     24328        80      7120         0     10930     49840    258728     22.79     24.00
4.75/1.24	c  F st    79     25000        80      7120         0     11541     49840    275169     22.83   no data
5.55/1.48	c  N dy    85     30000        80      7120         0      9887     49840    217047     22.83   no data
5.55/1.48	c  S st    85     30000        80      7120         0      9887     49840    217047     22.83   no data
5.96/1.52	c  S st    85     30501        80      7120         0     10352     49840    229895     22.83   no data
5.96/1.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.96/1.52	c blocked clauses removed:        0 vars:      0 tried:          80 T: 0.00 s
5.96/1.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
5.96/1.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.96/1.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.96/1.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.75/1.73	c lits-rem:       111  cl-subs:      779  v-elim:      0  v-fix:    0  time:  0.19 s
7.95/2.00	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.28
7.95/2.00	c calculated reachability. Time: 0.00
7.95/2.00	c  N dy    85     30501        80      7120         0      9573     49840    206740     22.83   no data
8.79/2.26	c  N dy    96     35198        80      7120         0     13865     49840    321883     22.85     24.06
9.94/2.54	c  N dy   114     40328        80      7120         0     11387     49840    241099     22.96     24.19
10.74/2.79	c  N dy   135     44369        80      7120         0     15130     49840    343308     23.08     24.65
11.14/2.88	c  S st   144     45751        80      7120         0     16390     49840    377100     23.11     21.96
11.54/2.93	c  S st   144     46256        80      7120         0      8662     49840    153239     23.11   no data
11.54/2.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.54/2.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.54/2.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.54/2.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.54/2.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.54/2.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
11.54/2.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.54/2.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.54/2.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.54/2.98	c lits-rem:         5  cl-subs:       53  v-elim:      0  v-fix:    0  time:  0.03 s
11.54/2.98	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
11.54/2.98	c vivif2 --  cl tried     8609 cl shrink        0 lits rem          0 time: 0.00
12.75/3.24	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.26
12.75/3.24	c calculated reachability. Time: 0.00
12.75/3.24	c  N dy   144     46256        80      7120         0      8609     49840    151518     23.11   no data
16.33/4.13	c  N dy   153     62049        80      7120         0     13773     49840    271473     22.66     23.85
18.32/4.62	c  N dy   166     69385        80      7120         0     10494     49840    173468     22.59     18.90
18.32/4.62	c  S st   166     69385        80      7120         0     10494     49840    173468     22.59     18.90
18.32/4.66	c  S st   166     69888        80      7120         0     10966     49840    186692     22.59   no data
18.32/4.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.32/4.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
18.32/4.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.32/4.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.32/4.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.32/4.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
18.32/4.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.32/4.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
18.32/4.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.71/4.74	c lits-rem:        15  cl-subs:      162  v-elim:      0  v-fix:    0  time:  0.06 s
18.71/4.74	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
18.71/4.74	c vivif2 --  cl tried    10804 cl shrink        0 lits rem          0 time: 0.00
19.91/5.05	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.31
19.91/5.05	c calculated reachability. Time: 0.00
19.91/5.05	c  N dy   166     69888        80      7120         0     10804     49840    182374     22.59   no data
21.11/5.34	c  N dy   185     74688        80      7120         0     15221     49840    300892     22.64     23.84
22.30/5.68	c  N dy   210     79472        80      7120         0     19629     49840    419128     22.68     24.26
23.90/6.08	c  N dy   242     84900        80      7120         0     13690     49840    245046     22.75     23.95
24.70/6.24	c  F st   249     87501        80      7120         0     16080     49840    308388     22.74   no data
25.50/6.45	c  N st   254     90798        80      7120         0     19113     49840    391369     22.74   no data
27.49/6.94	c  N dy   276     96678        80      7120         0     12575     49840    199787     22.79     25.77
29.49/7.44	c  N dy   306    104207        80      7120         0     19491     49840    385451     22.81     24.03
29.49/7.49	c  S st   311    104834        80      7120         0     20067     49840    401115     22.82   no data
29.89/7.54	c  S st   311    105339        80      7120         0     20536     49840    413568     22.82   no data
29.89/7.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.89/7.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
29.89/7.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.89/7.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.89/7.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.89/7.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
29.89/7.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.89/7.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
29.89/7.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.88/8.03	c lits-rem:       190  cl-subs:     1509  v-elim:      0  v-fix:    0  time:  0.47 s
31.88/8.04	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
31.88/8.04	c vivif2 --  cl tried    19027 cl shrink        0 lits rem          0 time: 0.00
33.48/8.43	c asymm  cl-useful: 0/5724/7120 lits-rem:0 time: 0.39
33.48/8.43	c calculated reachability. Time: 0.00
33.48/8.43	c  N dy   311    105339        80      7120         0     19027     49840    370424     22.82   no data
37.06/9.32	c  N dy   329    116970        80      7120         0     16852     49840    298221     22.76     24.15
39.50/9.98	c  N dy   362    125084        80      7120         0     24294     49840    498604     22.82     24.04
42.25/10.67	c  N dy   394    133259        80      7120         0     18126     49840    318059     22.85     24.08
45.44/11.43	c  N dy   412    143131        80      7120         0     27160     49840    560321     22.83     24.06
48.62/12.21	c  N dy   460    152466        80      7120         0     21094     49840    383411     22.88     24.09
50.22/12.69	c  S st   472    158008        80      7120         0     26144     49840    517020     22.87     22.56
50.62/12.76	c  S st   472    158514        80      7120         0     26613     49840    529963     22.87   no data
50.62/12.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.62/12.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
50.62/12.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.62/12.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.62/12.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.62/12.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
50.62/12.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.62/12.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
50.62/12.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.21/13.67	c lits-rem:       224  cl-subs:     2306  v-elim:      0  v-fix:    0  time:  0.88 s
54.21/13.67	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
54.21/13.68	c vivif2 --  cl tried    24307 cl shrink        0 lits rem          0 time: 0.00
55.01/13.80	c asymm  cl-useful: 0/1396/7120 lits-rem:0 time: 0.12
55.01/13.80	c calculated reachability. Time: 0.00
55.01/13.80	c  N dy   472    158514        80      7120         0     24307     49840    465589     22.87   no data
58.20/14.67	c  N dy   488    168687        80      7120         0     18110     49840    284932     22.82     24.12
62.19/15.62	c  N dy   541    179523        80      7120         0     28073     49840    554090     22.87     25.00
66.57/16.72	c  N dy   577    191041        80      7120         0     22147     49840    377046     22.89     25.67
72.15/18.10	c  N dy   602    205955        80      7120         0     18431     49840    266307     22.87     24.12
77.34/19.50	c  N dy   648    220700        80      7120         0     32000     49840    629506     22.88     24.10
83.72/21.05	c  N dy   650    237772        80      7120         0     29196     49840    530922     22.76     18.72
83.72/21.05	c  S st   650    237772        80      7120         0     29196     49840    530922     22.76     18.72
84.12/21.12	c  S st   650    238274        80      7120         0     29662     49840    543814     22.76   no data
84.12/21.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
84.12/21.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
84.12/21.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
84.12/21.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.12/21.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.12/21.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
84.12/21.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
84.12/21.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
84.12/21.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.30/22.46	c lits-rem:       425  cl-subs:     2754  v-elim:      0  v-fix:    0  time:  1.30 s
89.30/22.46	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
89.30/22.46	c vivif2 --  cl tried    26908 cl shrink        0 lits rem          0 time: 0.00
90.10/22.65	c asymm  cl-useful: 0/2482/7120 lits-rem:0 time: 0.19
90.10/22.66	c calculated reachability. Time: 0.00
90.10/22.66	c  N dy   650    238274        80      7120         0     26908     49840    474463     22.76   no data
98.48/24.72	c  N dy   673    260542        80      7120         0     28111     49840    491711     22.65     23.85
106.45/26.75	c  N dy   768    277609        80      7120         0     23774     49840    363474     22.72     23.93
114.43/28.78	c  N dy   840    295559        80      7120         0     40188     49840    803558     22.75     24.13
118.82/29.86	c  F st   864    306250        80      7120         0     28932     49840    480748     22.71     25.50
122.42/30.80	c  N dy   887    314800        80      7120         0     36761     49840    691291     22.72     23.95
132.37/33.22	c  N dy   982    335002        80      7120         0     33409     49840    593179     22.76     24.08
141.95/35.63	c  N dy  1028    355036        80      7120         0     28822     49840    451422     22.75     25.21
142.75/35.90	c  S st  1042    357411        80      7120         0     31022     49840    510754     22.75     21.29
143.15/35.98	c  S st  1042    357914        80      7120         0     31489     49840    523363     22.75   no data
143.15/35.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
143.15/35.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
143.15/35.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
143.15/35.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
143.15/35.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.15/35.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
143.15/35.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
143.55/36.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
143.55/36.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.34/36.78	c lits-rem:       272  cl-subs:     1631  v-elim:      0  v-fix:    0  time:  0.77 s
146.34/36.78	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
146.34/36.78	c vivif2 --  cl tried    29858 cl shrink        0 lits rem          0 time: 0.01
147.14/36.99	c asymm  cl-useful: 0/1912/7120 lits-rem:0 time: 0.20
147.14/36.99	c calculated reachability. Time: 0.00
147.14/36.99	c  N dy  1042    357914        80      7120         0     29858     49840    477397     22.75   no data
158.30/39.71	c  N dy  1124    377949        80      7120         0     24479     49840    318851     22.78     25.50
167.87/42.13	c  N dy  1179    398394        80      7120         0     43261     49840    821599     22.79     24.07
182.23/45.75	c  N dy  1258    423298        80      7120         0     41267     49840    746348     22.79     24.00
194.19/48.71	c  N dy  1302    447862        80      7120         0     37995     49840    644526     22.76     24.02
205.36/51.53	c  N dy  1350    468275        80      7120         0     30220     49840    427077     22.76     24.04
216.13/54.24	c  N dy  1439    488358        80      7120         0     48617     49840    922229     22.79     24.92
226.90/56.96	c  N dy  1499    508484        80      7120         0     39632     49840    665631     22.80     24.04
240.46/60.39	c  N dy  1596    529149        80      7120         0     30195     49840    394279     22.82     24.05
244.45/61.34	c  S st  1635    536871        80      7120         0     37316     49840    587415     22.84     23.48
244.85/61.44	c  S st  1635    537377        80      7120         0     37789     49840    600635     22.84   no data
244.85/61.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
244.85/61.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
244.85/61.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
244.85/61.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
244.85/61.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.85/61.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
244.85/61.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
244.85/61.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
244.85/61.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
249.24/62.57	c lits-rem:       194  cl-subs:     1711  v-elim:      0  v-fix:    0  time:  1.09 s
249.24/62.57	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
249.24/62.58	c vivif2 --  cl tried    36078 cl shrink        0 lits rem          0 time: 0.01
250.42/62.81	c asymm  cl-useful: 0/1573/7120 lits-rem:0 time: 0.23
250.42/62.81	c calculated reachability. Time: 0.00
250.42/62.81	c  N dy  1635    537377        80      7120         0     36078     49840    551419     22.84   no data
267.19/67.01	c  N dy  1672    568684        80      7120         0     35448     49840    514603     22.79     24.00
278.75/69.99	c  N dy  1757    589167        80      7120         0     54282     49840   1021498     22.81     24.04
294.69/73.94	c  N dy  1836    616181        80      7120         0     48758     49840    852744     22.80     24.12
313.84/78.72	c  N dy  1843    654559        80      7120         0     52608     49840    932910     22.69     23.89
327.01/82.09	c  N dy  1931    674667        80      7120         0     39101     49840    571795     22.71     23.91
343.35/86.13	c  N dy  2062    697727        80      7120         0     60235     49840   1143780     22.74     23.94
359.75/90.22	c  N dy  2132    723555        80      7120         0     50848     49840    862914     22.73     23.98
376.06/94.37	c  N dy  2211    743625        80      7120         0     35418     49840    439873     22.74     24.99
387.62/97.22	c  N dy  2256    763633        80      7120         0     53711     49840    926985     22.73     24.01
402.39/100.96	c  N dy  2296    783657        80      7120         0     37282     49840    474111     22.72     23.96
416.79/104.55	c  N dy  2374    805529        80      7120         0     57235     49840   1008025     22.73     24.08
417.14/104.68	c  S st  2380    806066        80      7120         0     57724     49840   1021594     22.73   no data
417.94/104.84	c  S st  2380    806575        80      7120         0     58201     49840   1034449     22.73   no data
417.94/104.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
417.94/104.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
417.94/104.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
417.94/104.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
417.94/104.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
417.94/104.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
417.94/104.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
417.94/104.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
418.34/104.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
435.08/109.12	c lits-rem:       524  cl-subs:     4774  v-elim:      0  v-fix:    0  time:  4.21 s
435.08/109.12	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
435.08/109.13	c vivif2 --  cl tried    53427 cl shrink        0 lits rem          0 time: 0.01
436.28/109.43	c asymm  cl-useful: 0/1109/7120 lits-rem:0 time: 0.29
436.28/109.43	c calculated reachability. Time: 0.00
436.28/109.43	c  N dy  2380    806575        80      7120         0     53427     49840    901807     22.73   no data
454.63/114.09	c  N dy  2507    826734        80      7120         0     36476     49840    439351     22.76     24.02
467.79/117.33	c  N dy  2616    846757        80      7120         0     54831     49840    937201     22.79     24.91
489.73/122.88	c  N dy  2715    872092        80      7120         0     41511     49840    554607     22.80     24.00
505.68/126.83	c  N dy  2839    893377        80      7120         0     61113     49840   1086997     22.82     24.03
522.08/130.96	c  N dy  2900    913421        80      7120         0     41911     49840    550721     22.82     25.19
537.18/134.76	c  N dy  3019    933515        80      7120         0     60359     49840   1050324     22.84     24.05
558.72/140.12	c  N dy  3049    964846        80      7120         0     50468     49840    758165     22.80     24.23
577.06/144.75	c  N dy  3136    987113        80      7120         0     70862     49840   1305570     22.81     24.07
594.21/149.07	c  N dy  3249   1007189        80      7120         0     49964     49840    737310     22.84     25.41
610.56/153.19	c  N dy  3349   1027257        80      7120         0     68393     49840   1237339     22.85     25.37
630.52/158.14	c  N dy  3468   1047294        80      7120         0     46449     49840    624278     22.87     24.62
646.46/162.11	c  F st  3481   1071875        80      7120         0     68662     49840   1200437     22.83     22.96
646.46/162.11	c  N st  3481   1071875        80      7120         0     68662     49840   1200437     22.83     22.96
664.41/166.61	c  N dy  3537   1093178        80      7120         0     47015     49840    623458     22.83     24.10
678.37/170.17	c  N dy  3574   1115145        80      7120         0     67031     49840   1151933     22.81     24.06
709.08/177.80	c  N dy  3626   1154636        80      7120         0     60951     49840    958541     22.76     24.11
730.22/183.14	c  N dy  3755   1174651        80      7120         0     79298     49840   1459577     22.79     25.14
749.77/188.08	c  N dy  3849   1197621        80      7120         0     57405     49840    869622     22.80     24.15
762.53/191.29	c  S st  3906   1209865        80      7120         0     68635     49840   1172648     22.80   no data
763.72/191.53	c  S st  3906   1210368        80      7120         0     69106     49840   1185741     22.80   no data
763.72/191.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
763.72/191.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
763.72/191.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
763.72/191.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
763.72/191.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
763.72/191.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
763.72/191.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
764.11/191.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
764.11/191.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
807.24/202.48	c lits-rem:       842  cl-subs:     5278  v-elim:      0  v-fix:    0  time: 10.85 s
807.24/202.48	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
807.58/202.50	c vivif2 --  cl tried    63828 cl shrink        0 lits rem          0 time: 0.01
809.18/202.90	c asymm  cl-useful: 0/1210/7120 lits-rem:0 time: 0.40
809.18/202.90	c calculated reachability. Time: 0.00
809.18/202.90	c  N dy  3906   1210368        80      7120         0     63828     49840   1038856     22.80   no data
829.16/207.92	c  N dy  3931   1230386        80      7120         0     82036     49840   1521501     22.79     24.22
848.66/212.84	c  N dy  4051   1251873        80      7120         0     58157     49840    882612     22.81     24.06
868.21/217.77	c  N dy  4162   1271907        80      7120         0     76528     49840   1381410     22.82     25.31
891.33/223.54	c  N dy  4263   1293752        80      7120         0     51754     49840    683407     22.83     24.08
906.89/227.47	c  N dy  4290   1316281        80      7120         0     72308     49840   1231407     22.82     24.05
933.21/234.09	c  N dy  4421   1336292        80      7120         0     90678     49840   1732961     22.84     25.52
954.75/239.44	c  N dy  4523   1356863        80      7120         0     63976     49840   1003631     22.85     24.15
975.48/244.66	c  N dy  4580   1376921        80      7120         0     82363     49840   1499197     22.85     25.47
1006.19/252.39	c  N dy  4671   1411587        80      7120         0     67353     49840   1069272     22.84     24.08
1026.58/257.45	c  N dy  4701   1434128        80      7120         0     87902     49840   1617318     22.82     24.06
1047.28/262.69	c  N dy  4817   1454188        80      7120         0     58782     49840    834925     22.84     24.12
1066.81/267.57	c  N dy  4844   1477278        80      7120         0     79668     49840   1382290     22.82     24.03
1091.15/273.63	c  N dy  4913   1497329        80      7120         0     49634     49840    571014     22.83     25.94
1108.70/278.06	c  N dy  5013   1519016        80      7120         0     69463     49840   1109147     22.84     24.32
1132.62/284.00	c  N dy  5111   1540664        80      7120         0     89242     49840   1646377     22.85     24.10
1154.55/289.59	c  N dy  5200   1560667        80      7120         0     58235     49840    784918     22.86     25.91
1173.70/294.38	c  N dy  5279   1580747        80      7120         0     76665     49840   1283277     22.87     25.75
1198.42/300.55	c  N dy  5371   1600787        80      7120         0     95026     49840   1780982     22.87     25.81
1218.77/305.68	c  N dy  5444   1622294        80      7120         0     64370     49840    932530     22.88     24.11
1239.11/310.71	c  N dy  5533   1642411        80      7120         0     82852     49840   1432916     22.88     24.13
1266.63/317.65	c  N dy  5613   1663881        80      7120         0    102454     49840   1957945     22.89     24.24
1284.18/322.05	c  N dy  5712   1683888        80      7120         0     69498     49840   1055856     22.89     24.12
1309.31/328.39	c  N dy  5771   1710369        80      7120         0     93607     49840   1700470     22.88     20.47
1309.31/328.39	c  S st  5771   1710369        80      7120         0     93607     49840   1700470     22.88     20.47
1310.50/328.68	c  S st  5771   1710872        80      7120         0     94077     49840   1713574     22.88   no data
1310.50/328.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1310.90/328.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1310.90/328.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1310.90/328.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1310.90/328.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1310.90/328.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1310.90/328.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1310.90/328.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1310.90/328.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1362.75/341.79	c lits-rem:       952  cl-subs:     8770  v-elim:      0  v-fix:    0  time: 12.99 s
1362.75/341.79	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
1363.15/341.81	c vivif2 --  cl tried    85307 cl shrink        0 lits rem          0 time: 0.02
1364.38/342.15	c asymm  cl-useful: 0/831/7120 lits-rem:0 time: 0.34
1364.38/342.15	c calculated reachability. Time: 0.00
1364.38/342.15	c  N dy  5771   1710872        80      7120         0     85307     49840   1473323     22.88   no data
1393.85/349.52	c  N dy  5871   1731664        80      7120         0     52598     49840    588766     22.89     24.31
1410.20/353.60	c  N dy  5948   1751734        80      7120         0     70827     49840   1081881     22.90     24.12
1429.76/358.53	c  N dy  5985   1772224        80      7120         0     89528     49840   1583390     22.89     24.10
1456.08/365.18	c  N dy  6088   1792269        80      7120         0     55140     49840    642012     22.90     26.70
1474.06/369.69	c  N dy  6178   1812324        80      7120         0     73533     49840   1141263     22.91     26.10
1504.77/377.32	c  N dy  6327   1834350        80      7120         0     93715     49840   1694305     22.93     24.27
1534.64/384.88	c  N dy  6407   1854391        80      7120         0     58152     49840    707166     22.93     24.23
1556.18/390.26	c  N dy  6440   1879997        80      7120         0     81360     49840   1321440     22.92     24.16
1582.09/396.72	c  N dy  6519   1900448        80      7120         0    100017     49840   1827078     22.93     24.14
1606.01/402.77	c  N dy  6593   1920521        80      7120         0     63655     49840    836235     22.93     25.47
1625.96/407.79	c  N dy  6637   1942707        80      7120         0     83870     49840   1377932     22.92     24.30
1666.66/417.96	c  N dy  6709   1980221        80      7120         0     62435     49840    782674     22.90     24.11
1684.98/422.53	c  N dy  6756   2000320        80      7120         0     80746     49840   1273763     22.90     24.18
1708.92/428.54	c  N dy  6818   2020793        80      7120         0     99491     49840   1779126     22.90     24.17
1738.42/435.98	c  N dy  6909   2042248        80      7120         0     62552     49840    773593     22.91     24.18
1761.57/441.70	c  N dy  7022   2063630        80      7120         0     82093     49840   1303340     22.91     24.30
1787.49/448.28	c  N dy  7091   2084857        80      7120         0    101514     49840   1824078     22.91     24.19
1816.25/455.49	c  N dy  7168   2105430        80      7120         0     62751     49840    764160     22.92     24.45
1835.74/460.36	c  N dy  7236   2126145        80      7120         0     81635     49840   1272062     22.92     24.35
1863.27/467.23	c  N dy  7341   2146390        80      7120         0    100140     49840   1775338     22.93     24.14
1894.78/475.13	c  N dy  7415   2167136        80      7120         0     60639     49840    693197     22.93     24.16
1915.52/480.32	c  N dy  7514   2187701        80      7120         0     79392     49840   1203357     22.94     24.19
1936.25/485.57	c  N dy  7541   2207799        80      7120         0     97653     49840   1682735     22.92     24.25
1941.44/486.81	c  S st  7559   2210874        80      7120         0    100478     49840   1760300     22.92   no data
1942.23/487.09	c  S st  7559   2211380        80      7120         0    100956     49840   1773628     22.92   no data
1942.23/487.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1942.63/487.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1942.63/487.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1942.63/487.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1942.63/487.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1942.63/487.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1942.63/487.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1942.63/487.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1943.04/487.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1994.47/500.15	c lits-rem:      1240  cl-subs:     9049  v-elim:      0  v-fix:    0  time: 12.93 s
1994.47/500.15	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
1994.47/500.17	c vivif2 --  cl tried    91907 cl shrink        0 lits rem          0 time: 0.02
1996.11/500.53	c asymm  cl-useful: 0/723/7120 lits-rem:0 time: 0.35
1996.11/500.53	c calculated reachability. Time: 0.00
1996.11/500.53	c  N dy  7559   2211380        80      7120         0     91907     49840   1529419     22.92   no data
2025.18/507.88	c  N dy  7672   2231405        80      7120         0    110243     49840   2030538     22.94     24.15
2050.71/514.26	c  N dy  7743   2252929        80      7120         0     70949     49840    963171     22.94     24.31
2080.62/521.77	c  N dy  7781   2284663        80      7120         0     99570     49840   1717271     22.92     24.21
2113.73/530.05	c  N dy  7892   2305526        80      7120         0    118696     49840   2238907     22.93     24.19
2136.07/535.64	c  N dy  7996   2325571        80      7120         0     77063     49840   1116631     22.93     26.40
2160.78/541.87	c  N dy  8091   2345590        80      7120         0     95376     49840   1616150     22.94     25.14
2188.71/548.83	c  N dy  8155   2365618        80      7120         0    113620     49840   2108964     22.94     27.33
2218.22/556.29	c  N dy  8283   2385904        80      7120         0     71232     49840    940786     22.95     24.29
2240.55/561.82	c  N dy  8360   2405950        80      7120         0     89567     49840   1432630     22.95     24.32
2266.87/568.47	c  N dy  8406   2426885        80      7120         0    108580     49840   1938315     22.95     24.18
2300.78/576.99	c  N dy  8516   2446913        80      7120         0     64933     49840    750659     22.95     25.13
2317.92/581.21	c  N dy  8544   2466979        80      7120         0     83249     49840   1241637     22.95     25.51
2343.04/587.53	c  N dy  8623   2487353        80      7120         0    101837     49840   1742091     22.95     24.18
2374.95/595.57	c  N dy  8716   2507451        80      7120         0    120203     49840   2239188     22.95     24.41
2402.08/602.37	c  N dy  8826   2528286        80      7120         0     76304     49840   1043879     22.96     24.17
2428.00/608.85	c  N dy  8875   2553195        80      7120         0     98978     49840   1651785     22.96     24.30
2460.71/617.02	c  N dy  9005   2573260        80      7120         0    117387     49840   2157714     22.97     24.21
2490.22/624.43	c  N dy  9080   2593449        80      7120         0     71872     49840    905336     22.97     24.50
2513.79/630.37	c  N dy  9162   2613907        80      7120         0     90545     49840   1410605     22.97     24.20
2537.68/636.35	c  N dy  9194   2633986        80      7120         0    108878     49840   1903025     22.97     25.62
2571.58/644.87	c  N dy  9280   2654893        80      7120         0    127986     49840   2419095     22.97     24.22
2598.70/651.68	c  N dy  9376   2674948        80      7120         0     81452     49840   1151600     22.98     24.95
2630.20/659.51	c  N dy  9459   2700309        80      7120         0    104530     49840   1771520     22.98     24.27
2644.97/663.21	c  S st  9479   2711382        80      7120         0    114573     49840   2033460     22.97   no data
2646.15/663.55	c  S st  9479   2711886        80      7120         0    115040     49840   2046460     22.97   no data
2646.15/663.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2646.55/663.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2646.55/663.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2646.55/663.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2646.55/663.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2646.55/663.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
2646.55/663.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2646.55/663.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2646.95/663.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2713.95/680.57	c lits-rem:      1071  cl-subs:    10971  v-elim:      0  v-fix:    0  time: 16.87 s
2713.95/680.57	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2714.35/680.60	c vivif2 --  cl tried   104069 cl shrink        0 lits rem          0 time: 0.02
2715.59/680.97	c asymm  cl-useful: 0/623/7120 lits-rem:0 time: 0.37
2715.59/680.98	c calculated reachability. Time: 0.00
2715.59/680.98	c  N dy  9479   2711886        80      7120         0    104069     49840   1749075     22.97   no data
2749.85/689.56	c  N dy  9548   2733501        80      7120         0    123804     49840   2281102     22.97     24.25
2787.34/698.95	c  N dy  9615   2764284        80      7120         0     86522     49840   1262476     22.96     24.33
2814.46/705.76	c  N dy  9690   2784799        80      7120         0    105334     49840   1772743     22.97     24.34
2849.95/714.64	c  N dy  9803   2805566        80      7120         0    124400     49840   2293078     22.97     24.23
2880.26/722.21	c  N dy  9897   2825609        80      7120         0     76373     49840    986793     22.98     24.95
2902.59/727.82	c  N dy  9956   2845616        80      7120         0     94598     49840   1478158     22.98     24.19
2935.69/736.12	c  N dy 10025   2868672        80      7120         0    115568     49840   2046076     22.98     24.19
2967.61/744.19	c  N dy 10099   2888712        80      7120         0    133925     49840   2546286     22.98     25.97
2990.74/749.96	c  N dy 10174   2908905        80      7120         0     84925     49840   1198911     22.98     24.34
3015.86/756.28	c  N dy 10223   2930551        80      7120         0    104639     49840   1729668     22.98     24.24
3050.56/764.90	c  N dy 10325   2950582        80      7120         0    122982     49840   2231838     22.99     24.24
3087.66/774.25	c  N dy 10412   2973278        80      7120         0     75290     49840    919538     22.99     24.22
3111.18/780.12	c  N dy 10502   2993505        80      7120         0     93787     49840   1422606     22.99     24.35
3140.71/787.60	c  N dy 10580   3014030        80      7120         0    112469     49840   1930682     23.00     24.43
3176.58/796.52	c  N dy 10671   3034088        80      7120         0    130785     49840   2428798     23.00     24.34
3206.95/804.13	c  N dy 10758   3054178        80      7120         0     79803     49840   1033614     23.00     25.58
3235.22/811.27	c  N dy 10835   3077783        80      7120         0    101349     49840   1612459     23.00     24.25
3266.34/819.05	c  N dy 10906   3097811        80      7120         0    119582     49840   2106642     23.01     26.16
3302.63/828.12	c  N dy 10973   3117814        80      7120         0    137827     49840   2600444     23.01     24.30
3326.55/834.19	c  N dy 11032   3137898        80      7120         0     85800     49840   1171786     23.00     24.32
3357.26/841.88	c  N dy 11131   3157954        80      7120         0    104153     49840   1673793     23.01     24.26
3404.37/853.64	c  N dy 11245   3179790        80      7120         0    124097     49840   2217085     23.02     24.25
3459.76/867.51	c  N dy 11370   3199802        80      7120         0     71241     49840    766985     23.02     24.25
3474.56/871.24	c  S st 11425   3211887        80      7120         0     82307     49840   1067113     23.02   no data
3475.31/871.46	c  S st 11425   3212388        80      7120         0     82772     49840   1080166     23.02   no data
3475.31/871.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3475.71/871.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3475.71/871.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3475.71/871.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3475.71/871.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3475.71/871.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
3475.71/871.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3475.71/871.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3475.71/871.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3486.48/874.27	c lits-rem:       264  cl-subs:     2261  v-elim:      0  v-fix:    0  time:  2.72 s
3486.48/874.27	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
3486.48/874.29	c vivif2 --  cl tried    80511 cl shrink        0 lits rem          0 time: 0.01
3488.07/874.63	c asymm  cl-useful: 0/770/7120 lits-rem:0 time: 0.34
3488.07/874.63	c calculated reachability. Time: 0.00
3488.07/874.63	c  N dy 11425   3212388        80      7120         0     80511     49840   1016852     23.02   no data
3515.18/881.43	c  N dy 11530   3232611        80      7120         0     99000     49840   1520947     23.03     24.25
3543.91/888.68	c  N dy 11599   3252670        80      7120         0    117300     49840   2020287     23.03     24.77
3596.56/901.81	c  N dy 11667   3283977        80      7120         0     73779     49840    821270     23.03     24.36
3641.60/913.17	c  N dy 11750   3323508        80      7120         0    109606     49840   1769879     23.02     24.49
3681.48/923.15	c  N dy 11857   3343511        80      7120         0    127938     49840   2271502     23.02     26.51
3723.76/933.80	c  N dy 11962   3363513        80      7120         0     73327     49840    795300     23.03     25.64
3746.11/939.40	c  N dy 12020   3383652        80      7120         0     91653     49840   1287143     23.02     24.34
3776.01/946.82	c  N dy 12081   3406691        80      7120         0    112620     49840   1852823     23.02     24.26
3811.10/955.64	c  N dy 12147   3426748        80      7120         0    130940     49840   2348351     23.03     25.25
3854.98/966.62	c  N dy 12249   3447021        80      7120         0     75685     49840    843123     23.03     24.34
3879.30/972.73	c  N dy 12347   3467071        80      7120         0     94019     49840   1345425     23.04     24.29
3911.21/980.76	c  N dy 12460   3487402        80      7120         0    112657     49840   1855901     23.04     24.48
3950.30/990.52	c  N dy 12585   3507447        80      7120         0    131069     49840   2361440     23.05     24.32
3991.78/1000.92	c  N dy 12675   3527546        80      7120         0    149456     49840   2863505     23.05     24.36
4017.29/1007.35	c  N dy 12748   3547754        80      7120         0     92902     49840   1291268     23.06     24.35
4045.21/1014.32	c  N dy 12815   3567764        80      7120         0    111154     49840   1785117     23.05     24.32
4081.50/1023.42	c  N dy 12838   3593850        80      7120         0    134708     49840   2411021     23.05     24.28
4124.98/1034.35	c  N dy 12946   3613916        80      7120         0     77448     49840    860588     23.05     25.34
4152.10/1041.11	c  N dy 13048   3635303        80      7120         0     96973     49840   1391044     23.06     24.34
4183.21/1048.95	c  N dy 13139   3655541        80      7120         0    115480     49840   1897217     23.06     24.40
4220.69/1058.33	c  N dy 13211   3676736        80      7120         0    134841     49840   2421240     23.06     24.36
4268.95/1070.45	c  N dy 13307   3696754        80      7120         0    153201     49840   2923054     23.07     26.32
4289.30/1075.58	c  S st 13325   3712388        80      7120         0     90690     49840   1198231     23.06     22.77
4290.54/1075.88	c  S st 13325   3712892        80      7120         0     91158     49840   1211333     23.06   no data
4290.54/1075.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4290.88/1075.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
4290.88/1075.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4290.88/1075.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4290.88/1075.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4290.88/1075.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
4290.88/1075.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4290.88/1075.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4291.28/1076.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4310.03/1080.79	c lits-rem:       410  cl-subs:     3557  v-elim:      0  v-fix:    0  time:  4.79 s
4310.03/1080.79	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
4310.43/1080.80	c vivif2 --  cl tried    87601 cl shrink        0 lits rem          0 time: 0.02
4311.63/1081.15	c asymm  cl-useful: 0/719/7120 lits-rem:0 time: 0.35
4311.63/1081.15	c calculated reachability. Time: 0.00
4311.63/1081.15	c  N dy 13325   3712892        80      7120         0     87601     49840   1117187     23.06   no data
4342.34/1088.87	c  N dy 13447   3732918        80      7120         0    106055     49840   1624612     23.07     24.33
4375.43/1097.15	c  F st 13489   3751562        80      7120         0    122928     49840   2075310     23.07   no data
4379.83/1098.27	c  N st 13493   3753595        80      7120         0    124788     49840   2127894     23.07   no data
4437.25/1112.65	c  N dy 13521   3787299        80      7120         0     77956     49840    844332     23.06     24.36
4481.52/1123.73	c  N dy 13633   3823615        80      7120         0    111074     49840   1740512     23.06     24.57
4517.82/1132.86	c  N dy 13737   3843664        80      7120         0    129425     49840   2243502     23.06     25.35
4558.48/1143.08	c  N dy 13806   3864174        80      7120         0    148071     49840   2746591     23.06     24.31
4597.18/1152.80	c  N dy 13903   3884484        80      7120         0     88302     49840   1110837     23.07     24.28
4635.87/1162.46	c  N dy 13962   3914641        80      7120         0    115647     49840   1843852     23.06     24.28
4676.59/1172.66	c  N dy 14075   3936219        80      7120         0    135381     49840   2384145     23.07     24.36
4718.02/1183.06	c  N dy 14164   3956284        80      7120         0    153746     49840   2886657     23.07     25.33
4750.32/1191.11	c  N dy 14262   3976314        80      7120         0     92757     49840   1215046     23.07     26.84

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.40 7.96 8.04 6/366 668
/proc/meminfo: memFree=25734280/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 407 0 0 0 0 0 0 0 23 0 4 0 632852769 52396032 347 33554432000 4194304 4580107 140736729580064 18446744073709551615 264726461425 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 12792 347 299 95 0 7774 0
[pid=668/tid=669] ppid=666 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 632852769 52396032 347 33554432000 4194304 4580107 140736729580064 18446744073709551615 47431256446898 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 632852769 52396032 347 33554432000 4194304 4580107 140736729580064 18446744073709551615 47431256446888 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 632852769 52396032 347 33554432000 4194304 4580107 140736729580064 18446744073709551615 264726461425 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0206349 s]
/proc/loadavg: 7.40 7.96 8.04 6/366 668
/proc/meminfo: memFree=25734280/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=281944 CPUtime=0.05 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 1332 0 0 0 5 0 0 0 18 0 4 0 632852769 288710656 1239 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 70486 1239 357 95 0 65468 0
[pid=668/tid=669] ppid=666 vsize=281944 CPUtime=0.01 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 237 0 0 0 1 0 0 0 18 0 4 0 632852769 288710656 1239 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=281944 CPUtime=0.01 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 242 0 0 0 1 0 0 0 18 0 4 0 632852769 288710656 1240 33554432000 4194304 4580107 140736729580064 18446744073709551615 264726066209 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=281944 CPUtime=0 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 241 0 0 0 0 0 0 0 25 0 4 0 632852769 288710656 1240 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 281944

[startup+0.100613 s]
/proc/loadavg: 7.40 7.96 8.04 6/366 668
/proc/meminfo: memFree=25734280/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=282104 CPUtime=0.37 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 1527 0 0 0 37 0 0 0 18 0 4 0 632852769 288874496 1434 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 70526 1434 358 95 0 65508 0
[pid=668/tid=669] ppid=666 vsize=282104 CPUtime=0.09 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 254 0 0 0 9 0 0 0 18 0 4 0 632852769 288874496 1434 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=282104 CPUtime=0.09 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 258 0 0 0 9 0 0 0 18 0 4 0 632852769 288874496 1434 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=282104 CPUtime=0.08 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 385 0 0 0 8 0 0 0 25 0 4 0 632852769 288874496 1434 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282104

[startup+0.300578 s]
/proc/loadavg: 7.40 7.96 8.04 6/366 668
/proc/meminfo: memFree=25734280/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=282856 CPUtime=1.16 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 3757 0 0 0 116 0 0 0 18 0 4 0 632852769 289644544 3112 33554432000 4194304 4580107 140736729580064 18446744073709551615 4296092 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 70714 3113 376 95 0 65696 0
[pid=668/tid=669] ppid=666 vsize=282856 CPUtime=0.29 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 872 0 0 0 29 0 0 0 18 0 4 0 632852769 289644544 3113 33554432000 4194304 4580107 140736729580064 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=282856 CPUtime=0.29 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 884 0 0 0 29 0 0 0 18 0 4 0 632852769 289644544 3113 33554432000 4194304 4580107 140736729580064 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=282856 CPUtime=0.28 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 741 0 0 0 28 0 0 0 25 0 4 0 632852769 289644544 3113 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 282856

[startup+0.700503 s]
/proc/loadavg: 7.40 7.96 8.04 6/366 668
/proc/meminfo: memFree=25734280/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=285808 CPUtime=2.77 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 6143 0 0 0 276 1 0 0 18 0 4 0 632852769 292667392 3728 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 71452 3728 376 95 0 66434 0
[pid=668/tid=669] ppid=666 vsize=285808 CPUtime=0.69 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 1493 0 0 0 69 0 0 0 18 0 4 0 632852769 292667392 3728 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=285808 CPUtime=0.69 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 1507 0 0 0 69 0 0 0 18 0 4 0 632852769 292667392 3728 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=285808 CPUtime=0.68 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 1281 0 0 0 68 0 0 0 25 0 4 0 632852769 292667392 3728 33554432000 4194304 4580107 140736729580064 18446744073709551615 4295404 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) 285808

[startup+1.50035 s]
/proc/loadavg: 7.53 7.98 8.04 10/371 673
/proc/meminfo: memFree=25708936/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=286952 CPUtime=5.96 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 9973 0 0 0 594 2 0 0 20 0 4 0 632852769 293838848 4556 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 71738 4556 377 95 0 66720 0
[pid=668/tid=669] ppid=666 vsize=286952 CPUtime=1.49 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 2478 0 0 0 149 0 0 0 19 0 4 0 632852769 293838848 4556 33554432000 4194304 4580107 140736729580064 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=286952 CPUtime=1.48 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 2463 0 0 0 148 0 0 0 19 0 4 0 632852769 293838848 4556 33554432000 4194304 4580107 140736729580064 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=286952 CPUtime=1.46 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 2206 0 0 0 146 0 0 0 25 0 4 0 632852769 293838848 4556 33554432000 4194304 4580107 140736729580064 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286952

[startup+3.10105 s]
/proc/loadavg: 7.53 7.98 8.04 9/371 673
/proc/meminfo: memFree=25682080/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=296628 CPUtime=12.34 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 20167 0 0 0 1231 3 0 0 25 0 4 0 632852769 303747072 11132 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294570 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 74157 11132 378 95 0 69139 0
[pid=668/tid=669] ppid=666 vsize=296628 CPUtime=3.08 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 4637 0 0 0 308 0 0 0 24 0 4 0 632852769 303747072 11132 33554432000 4194304 4580107 140736729580064 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=296628 CPUtime=3.09 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 5154 0 0 0 308 1 0 0 24 0 4 0 632852769 303747072 11132 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=296628 CPUtime=3.06 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 5236 0 0 0 305 1 0 0 25 0 4 0 632852769 303747072 11132 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 296628

[startup+6.30045 s]
/proc/loadavg: 7.57 7.98 8.04 9/371 673
/proc/meminfo: memFree=25626776/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=287992 CPUtime=25.1 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 30019 0 0 0 2506 4 0 0 25 0 4 0 632852769 294903808 13294 33554432000 4194304 4580107 140736729580064 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 71998 13294 378 95 0 66980 0
[pid=668/tid=669] ppid=666 vsize=287992 CPUtime=6.28 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 7731 0 0 0 628 0 0 0 25 0 4 0 632852769 294903808 13294 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=287992 CPUtime=6.29 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 7441 0 0 0 628 1 0 0 25 0 4 0 632852769 294903808 13294 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=287992 CPUtime=6.21 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 7610 0 0 0 620 1 0 0 25 0 4 0 632852769 294903808 13295 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 287992

[startup+12.7002 s]
/proc/loadavg: 7.60 7.98 8.04 9/371 673
/proc/meminfo: memFree=25566792/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=314628 CPUtime=50.62 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 46600 0 0 0 5055 7 0 0 25 0 4 0 632852769 322179072 20733 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 78657 20733 378 95 0 73639 0
[pid=668/tid=669] ppid=666 vsize=314628 CPUtime=12.68 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 11850 0 0 0 1267 1 0 0 25 0 4 0 632852769 322179072 20733 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=314628 CPUtime=12.69 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 11498 0 0 0 1267 2 0 0 25 0 4 0 632852769 322179072 20733 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=314628 CPUtime=12.53 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 12064 0 0 0 1252 1 0 0 25 0 4 0 632852769 322179072 20733 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 314628

[startup+25.5008 s]
/proc/loadavg: 7.66 7.98 8.04 9/371 673
/proc/meminfo: memFree=25507016/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=305876 CPUtime=101.67 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 71637 0 0 0 10154 13 0 0 25 0 4 0 632852769 313217024 24163 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 76469 24163 378 95 0 71451 0
[pid=668/tid=669] ppid=666 vsize=305876 CPUtime=25.48 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 18468 0 0 0 2546 2 0 0 25 0 4 0 632852769 313217024 24163 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294487 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=305876 CPUtime=25.48 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 18098 0 0 0 2545 3 0 0 25 0 4 0 632852769 313217024 24163 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=305876 CPUtime=25.18 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 17564 0 0 0 2516 2 0 0 25 0 4 0 632852769 313217024 24163 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 305876

[startup+51.101 s]
/proc/loadavg: 7.79 7.98 8.04 9/371 674
/proc/meminfo: memFree=25472804/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=307032 CPUtime=203.76 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 107456 0 0 0 20354 22 0 0 25 0 4 0 632852769 314400768 29262 33554432000 4194304 4580107 140736729580064 18446744073709551615 4339860 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 76758 29262 384 95 0 71740 0
[pid=668/tid=669] ppid=666 vsize=307032 CPUtime=51.08 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 27828 0 0 0 5104 4 0 0 25 0 4 0 632852769 314400768 29262 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=307032 CPUtime=51.08 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 27456 0 0 0 5102 6 0 0 25 0 4 0 632852769 314400768 29262 33554432000 4194304 4580107 140736729580064 18446744073709551615 4304874 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=307032 CPUtime=50.48 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 25809 0 0 0 5044 4 0 0 25 0 4 0 632852769 314400768 29262 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 307032

[startup+102.314 s]
/proc/loadavg: 8.03 8.01 8.04 9/371 675
/proc/meminfo: memFree=25396880/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=323792 CPUtime=408.01 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 160749 0 0 0 40759 42 0 0 25 0 4 0 632852769 331563008 32572 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 80948 32572 378 95 0 75930 0
[pid=668/tid=669] ppid=666 vsize=323792 CPUtime=102.3 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 39053 0 0 0 10220 10 0 0 25 0 4 0 632852769 331563008 32572 33554432000 4194304 4580107 140736729580064 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=323792 CPUtime=102.3 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 41150 0 0 0 10218 12 0 0 25 0 4 0 632852769 331563008 32572 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=323792 CPUtime=101.08 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 41200 0 0 0 10099 9 0 0 25 0 4 0 632852769 331563008 32572 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.01
Current children cumulated vsize (KiB) 323792

[startup+162.301 s]

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

[pid=668] ppid=666 vsize=468684 CPUtime=2561.62 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 468672 0 0 0 255996 166 0 0 25 0 4 0 632852769 479932416 68848 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 117171 68848 378 95 0 112153 0
[pid=668/tid=669] ppid=666 vsize=468684 CPUtime=642.28 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 121582 0 0 0 64183 45 0 0 25 0 4 0 632852769 479932416 68850 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=468684 CPUtime=642.32 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 128851 0 0 0 64184 48 0 0 25 0 4 0 632852769 479932416 68850 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=468684 CPUtime=634.69 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 95430 0 0 0 63441 28 0 0 25 0 4 0 632852769 479932416 68850 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2561.62
Current children cumulated vsize (KiB) 468684

[startup+702.301 s]
/proc/loadavg: 8.14 8.14 8.09 9/371 694
/proc/meminfo: memFree=25076144/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=481796 CPUtime=2800.89 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 492868 0 0 0 279910 179 0 0 25 0 4 0 632852769 493359104 70697 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 120449 70697 378 95 0 115431 0
[pid=668/tid=669] ppid=666 vsize=481796 CPUtime=702.26 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 128221 0 0 0 70179 47 0 0 25 0 4 0 632852769 493359104 70697 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=481796 CPUtime=702.31 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 135192 0 0 0 70179 52 0 0 25 0 4 0 632852769 493359104 70697 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=481796 CPUtime=693.97 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 101122 0 0 0 69365 32 0 0 25 0 4 0 632852769 493359104 70697 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.89
Current children cumulated vsize (KiB) 481796

[startup+762.314 s]
/proc/loadavg: 8.13 8.13 8.09 9/371 696
/proc/meminfo: memFree=25063584/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=482148 CPUtime=3040.24 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 518755 0 0 0 303833 191 0 0 25 0 4 0 632852769 493719552 71816 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 120537 71816 378 95 0 115519 0
[pid=668/tid=669] ppid=666 vsize=482148 CPUtime=762.28 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 134762 0 0 0 76178 50 0 0 25 0 4 0 632852769 493719552 71816 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=482148 CPUtime=762.33 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 141480 0 0 0 76179 54 0 0 25 0 4 0 632852769 493719552 71816 33554432000 4194304 4580107 140736729580064 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=482148 CPUtime=753.28 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 107419 0 0 0 75292 36 0 0 25 0 4 0 632852769 493719552 71816 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.24
Current children cumulated vsize (KiB) 482148

[startup+822.3 s]
/proc/loadavg: 8.18 8.13 8.09 9/371 698
/proc/meminfo: memFree=25057444/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=484476 CPUtime=3279.49 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 543209 0 0 0 327746 203 0 0 25 0 4 0 632852769 496103424 71565 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 121119 71565 378 95 0 116101 0
[pid=668/tid=669] ppid=666 vsize=484476 CPUtime=822.27 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 142217 0 0 0 82173 54 0 0 25 0 4 0 632852769 496103424 71565 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=484476 CPUtime=822.32 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 148198 0 0 0 82175 57 0 0 25 0 4 0 632852769 496103424 71565 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=484476 CPUtime=812.56 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 113896 0 0 0 81216 40 0 0 25 0 4 0 632852769 496103424 71565 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.49
Current children cumulated vsize (KiB) 484476

[startup+882.301 s]
/proc/loadavg: 8.19 8.14 8.10 9/371 699
/proc/meminfo: memFree=24983240/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=496012 CPUtime=3518.77 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 569442 0 0 0 351663 214 0 0 25 0 4 0 632852769 507916288 77973 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 124003 77973 378 95 0 118985 0
[pid=668/tid=669] ppid=666 vsize=496012 CPUtime=882.27 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 150790 0 0 0 88171 56 0 0 25 0 4 0 632852769 507916288 77973 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=496012 CPUtime=882.32 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 154283 0 0 0 88171 61 0 0 25 0 4 0 632852769 507916288 77973 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=496012 CPUtime=871.85 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 119906 0 0 0 87142 43 0 0 25 0 4 0 632852769 507916288 77973 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.77
Current children cumulated vsize (KiB) 496012

[startup+942.301 s]
/proc/loadavg: 8.18 8.14 8.10 9/371 701
/proc/meminfo: memFree=24949968/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=562640 CPUtime=3758.06 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 593056 0 0 0 375580 226 0 0 25 0 4 0 632852769 576143360 78212 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 140660 78212 378 95 0 135642 0
[pid=668/tid=669] ppid=666 vsize=562640 CPUtime=942.27 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 156968 0 0 0 94167 60 0 0 25 0 4 0 632852769 576143360 78212 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=562640 CPUtime=942.32 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 159408 0 0 0 94170 62 0 0 25 0 4 0 632852769 576143360 78212 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=562640 CPUtime=931.12 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 125851 0 0 0 93066 46 0 0 25 0 4 0 632852769 576143360 78212 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.06
Current children cumulated vsize (KiB) 562640

[startup+1002.3 s]
/proc/loadavg: 8.22 8.16 8.10 9/371 702
/proc/meminfo: memFree=24956268/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=509996 CPUtime=3997.35 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 616550 0 0 0 399497 238 0 0 25 0 4 0 632852769 522235904 78083 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 127499 78083 378 95 0 122481 0
[pid=668/tid=669] ppid=666 vsize=509996 CPUtime=1002.27 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 162076 0 0 0 100164 63 0 0 25 0 4 0 632852769 522235904 78083 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=509996 CPUtime=1002.33 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 165725 0 0 0 100168 65 0 0 25 0 4 0 632852769 522235904 78083 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=509996 CPUtime=990.41 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 131793 0 0 0 98992 49 0 0 25 0 4 0 632852769 522235904 78083 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.35
Current children cumulated vsize (KiB) 509996

[startup+1062.3 s]
/proc/loadavg: 8.13 8.14 8.09 9/371 704
/proc/meminfo: memFree=24919276/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=510336 CPUtime=4236.65 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 639107 0 0 0 423416 249 0 0 25 0 4 0 632852769 522584064 80225 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 127584 80225 378 95 0 122566 0
[pid=668/tid=669] ppid=666 vsize=510336 CPUtime=1062.26 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 168247 0 0 0 106160 66 0 0 25 0 4 0 632852769 522584064 80225 33554432000 4194304 4580107 140736729580064 18446744073709551615 4507853 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=510336 CPUtime=1062.33 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 171939 0 0 0 106165 68 0 0 25 0 4 0 632852769 522584064 80225 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=510336 CPUtime=1049.71 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 136618 0 0 0 104920 51 0 0 25 0 4 0 632852769 522584064 80225 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.65
Current children cumulated vsize (KiB) 510336

[startup+1122.3 s]
/proc/loadavg: 8.10 8.13 8.09 9/371 706
/proc/meminfo: memFree=24886496/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=572660 CPUtime=4475.94 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 661150 0 0 0 447335 259 0 0 25 0 4 0 632852769 586403840 83621 33554432000 4194304 4580107 140736729580064 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 143165 83621 378 95 0 138147 0
[pid=668/tid=669] ppid=666 vsize=572660 CPUtime=1122.26 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 173982 0 0 0 112158 68 0 0 25 0 4 0 632852769 586403840 83621 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=572660 CPUtime=1122.33 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 176642 0 0 0 112163 70 0 0 25 0 4 0 632852769 586403840 83621 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294479 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=572660 CPUtime=1108.99 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 142083 0 0 0 110845 54 0 0 25 0 4 0 632852769 586403840 83621 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4475.94
Current children cumulated vsize (KiB) 572660

[startup+1182.3 s]
/proc/loadavg: 8.03 8.10 8.08 9/371 707
/proc/meminfo: memFree=24892528/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=584540 CPUtime=4715.22 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 685195 0 0 0 471252 270 0 0 25 0 4 0 632852769 598568960 82213 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294418 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 146135 82213 378 95 0 141117 0
[pid=668/tid=669] ppid=666 vsize=584540 CPUtime=1182.26 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 179936 0 0 0 118154 72 0 0 25 0 4 0 632852769 598568960 82213 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=584540 CPUtime=1182.32 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 183405 0 0 0 118160 72 0 0 25 0 4 0 632852769 598568960 82213 33554432000 4194304 4580107 140736729580064 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=584540 CPUtime=1168.27 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 148184 0 0 0 116771 56 0 0 25 0 4 0 632852769 598568960 82213 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.22
Current children cumulated vsize (KiB) 584540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.10 8.11 8.09 9/371 708
/proc/meminfo: memFree=24884080/32951124 swapFree=63083164/67111528
[pid=668] ppid=666 vsize=519132 CPUtime=4800.18 cores=1,3,5,7
/proc/668/stat : 668 (strangenight2-m) R 666 668 32471 0 -1 4202496 692836 0 0 0 479744 274 0 0 25 0 4 0 632852769 531591168 82300 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/668/statm: 129783 82300 378 95 0 124765 0
[pid=668/tid=669] ppid=666 vsize=519132 CPUtime=1203.59 cores=1,3,5,7
/proc/668/task/669/stat : 669 (strangenight2-m) R 666 668 32471 0 -1 4202560 181362 0 0 0 120286 73 0 0 25 0 4 0 632852769 531591168 82302 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=668/tid=670] ppid=666 vsize=519132 CPUtime=1203.64 cores=1,3,5,7
/proc/668/task/670/stat : 670 (strangenight2-m) R 666 668 32471 0 -1 4202560 184717 0 0 0 120291 73 0 0 25 0 4 0 632852769 531591168 82302 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=668/tid=671] ppid=666 vsize=519132 CPUtime=1189.32 cores=1,3,5,7
/proc/668/task/671/stat : 671 (strangenight2-m) R 666 668 32471 0 -1 4202560 150365 0 0 0 118874 58 0 0 25 0 4 0 632852769 531591168 82302 33554432000 4194304 4580107 140736729580064 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 519132

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.64
CPU time (s): 4800.26
CPU user time (s): 4797.5
CPU system time (s): 2.76258
CPU usage (%): 398.813
Max. virtual memory (cumulated for all children) (KiB): 693352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.5
system time used= 2.76258
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 692839
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= 1168
involuntary context switches= 18505

runsolver used 3.88141 second user time and 10.4644 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-14 22:19:32
IDJOB=3366447
IDBENCH=82856
IDSOLVER=1844
FILE ID=node141/3366447-1305404372
RUNJOBID= node141-1305404371-647
PBS_JOBID= 13324452
Free space on /tmp= 73296 MiB

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

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

MD5SUM BENCH= 94650efc57391750519ef04c571bda58
RANDOM SEED=1990748992

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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:      25734808 kB
Buffers:        226640 kB
Cached:        4779624 kB
SwapCached:      15708 kB
Active:        1980068 kB
Inactive:      4997068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25734808 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:           11152 kB
Writeback:           0 kB
AnonPages:     1961880 kB
Mapped:          12912 kB
Slab:           136216 kB
PageTables:      37980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86296872 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= 73288 MiB
End job on node141 at 2011-05-14 22:39:37