Trace number 3369355

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-1-mt (fixed)? (TO) 4800.35 1203.57

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1820c171155g5.cnf
MD5SUM70a781814cd432fb0f934a7edd92ccff
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

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 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369355-1305392145.cnf'
0.00/0.01	c -- header says num vars:           1820
0.00/0.01	c -- header says num clauses:      171155
0.12/0.04	c -- clauses added:            0 learnts,       171155 normals,            0 xors
0.12/0.04	c -- vars added       1820
0.12/0.04	c Parsing time:  0.12 s
0.12/0.04	c  N st     0         0      1820        65    171090         0    344000         0   no data   no data  --
0.12/0.04	c asymm  cl-useful: 0/65/65 lits-rem:0 time: 0.00
0.36/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.11
0.36/0.11	c bin-w-bin subsume rem            0 bins  time:  0.08 s
0.36/0.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
0.36/0.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1820 time:  0.08 s
0.36/0.16	c Removed useless bin:       0  fixed:     0  props:   0.86M  time:  0.06 s
0.76/0.20	c lits-rem:       114  cl-subs:        0  v-elim:     65  v-fix:    0  time:  0.21 s
0.76/0.20	c Finding binary XORs  T:     0.02 s  found:       0
0.76/0.21	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.76/0.21	c calculated reachability. Time: 0.00
0.76/0.22	c Calc default polars -  time:   0.01 s pos:       0 undec:      65 neg:    1755
0.76/0.22	c =========================================================================================
0.76/0.22	c types(t): F = full restart, N = normal restart
0.76/0.22	c types(t): S = simplification begin/end, E = solution found
0.76/0.22	c restart types(rt): st = static, dy = dynamic
0.76/0.22	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.76/0.22	c  B st     0         0      1755      8897    160438         0    573492         0   no data   no data  --
1.57/0.49	c  N dy    13      4059      1755      8897    160438      4041    573492    211267     13.01     13.72  --
2.76/0.77	c  N dy    28      8177      1755      8897    160438      5646    573491    248927     12.93     13.64  --
4.00/1.08	c  N dy    52     12294      1755      8897    160438      5515    573491    198273     13.12     14.01  --
5.15/1.36	c  N dy    74     16419      1755      8897    160438      9609    573488    418878     13.28     13.99  --
6.35/1.67	c  N dy    95     20450      1755      8897    160438      8013    573488    275561     13.33     14.52  --
7.95/2.01	c  F st   113     25001      1755      8897    160438     12511    573488    498963     13.30     13.56  --
7.95/2.04	c  N st   113     25001      1755      8897    160438     12511    573488    498963     13.30     13.56  --
9.54/2.46	c  N dy   119     30001      1755      8897    160438     10693    573487    355654     13.30   no data  --
9.54/2.46	c  S st   119     30001      1755      8897    160438     10693    573487    355654     13.30   no data  --
9.54/2.50	c  S st   119     30504      1755      8897    160438     11195    573487    383567     13.30   no data  --
9.94/2.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
9.94/2.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.75/2.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.0M T:  0.95
10.75/2.79	c bin-w-bin subsume rem            0 bins  time:  0.09 s
15.93/4.03	c subs with bin:        0  lits-rem:     13222  v-fix:    0  time:  4.94 s
15.93/4.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.06 s
15.93/4.06	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
23.90/6.07	c lits-rem:      1100  cl-subs:     1612  v-elim:      0  v-fix:    0  time:  8.01 s
24.70/6.27	c asymm  cl-useful: 2487/2562/8897 lits-rem:14594 time: 0.78
24.70/6.27	c calculated reachability. Time: 0.00
24.70/6.27	c  N dy   119     30504      1755      8897    160438      9583    537539    346818     13.30   no data  --
25.94/6.58	c  N dy   144     34601      1755      8897    160438     13660    537539    614978     13.59     18.60  --
27.49/6.93	c  N dy   163     38685      1755      8897    160438      9890    537539    312896     13.71     14.58  --
28.69/7.26	c  N dy   190     42769      1755      8897    160438     13956    537539    596352     13.88     14.65  --
29.89/7.50	c  S st   210     45757      1755      8897    160438     16920    537539    800382     14.01     12.04  --
29.89/7.55	c  S st   210     46257      1755      8897    160438     17420    537539    832019     14.01   no data  --
29.89/7.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
29.89/7.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.73/7.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.9M T:  0.96
31.09/7.86	c bin-w-bin subsume rem            0 bins  time:  0.09 s
36.27/9.17	c subs with bin:        0  lits-rem:      3037  v-fix:    0  time:  5.23 s
36.27/9.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.06 s
36.67/9.20	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
40.26/10.14	c lits-rem:       361  cl-subs:      476  v-elim:      0  v-fix:    0  time:  3.75 s
40.26/10.15	c vivif2 --  cl tried     8897 cl shrink     2993 lits rem      14833 time: 0.04
40.26/10.18	c vivif2 --  cl tried    16944 cl shrink        0 lits rem          0 time: 0.10
41.06/10.37	c asymm  cl-useful: 0/2055/8897 lits-rem:0 time: 0.76
41.06/10.37	c calculated reachability. Time: 0.00
41.06/10.37	c  N dy   210     46257      1755      8897    160438     16944    518201    816968     14.01   no data  --
42.66/10.71	c  N dy   230     50348      1755      8897    160438     12127    518201    437121     14.05     14.86  --
44.25/11.19	c  N dy   251     55846      1755      8897    160438     17543    518201    771638     14.08     14.86  --
45.84/11.56	c  N dy   276     60178      1755      8897    160438     11962    518201    359011     14.17     15.28  --
47.45/11.90	c  N dy   295     64367      1755      8897    160438     16119    518201    636634     14.21     15.02  --
48.63/12.26	c  N dy   322     68520      1755      8897    160438     20216    518201    911518     14.30     16.77  --
49.03/12.34	c  S st   328     69389      1755      8897    160438     21082    518201    974880     14.31   no data  --
49.03/12.38	c  S st   328     69891      1755      8897    160438     21583    518201   1009556     14.31   no data  --
49.03/12.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
49.03/12.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.23/12.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.2M T:  0.99
50.23/12.69	c bin-w-bin subsume rem            0 bins  time:  0.09 s
55.82/14.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.37 s
55.82/14.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.06 s
55.82/14.07	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
60.61/15.24	c lits-rem:       273  cl-subs:      323  v-elim:      0  v-fix:    0  time:  4.67 s
60.61/15.25	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
60.61/15.28	c vivif2 --  cl tried    21260 cl shrink        0 lits rem          0 time: 0.13
61.44/15.47	c asymm  cl-useful: 0/1703/8897 lits-rem:0 time: 0.74
61.44/15.47	c calculated reachability. Time: 0.00
61.44/15.47	c  N dy   328     69891      1755      8897    160438     21260    518200    997454     14.31   no data  --
62.99/15.84	c  N dy   352     74350      1755      8897    160438     14796    518200    493562     14.36     15.28  --
64.59/16.28	c  N dy   371     79388      1755      8897    160438     19795    518200    842446     14.37     15.24  --
66.59/16.75	c  N dy   390     84458      1755      8897    160438     12930    518200    320373     14.35     15.17  --
67.79/17.00	c  F st   407     87500      1755      8897    160438     15949    518200    527814     14.39     13.49  --
68.98/17.30	c  N st   412     90800      1755      8897    160438     19203    518200    723665     14.39   no data  --
70.98/17.86	c  N dy   428     96971      1755      8897    160438     25325    518200   1162869     14.39     15.25  --
73.37/18.43	c  N dy   463    103400      1755      8897    160438     18825    518200    676719     14.49     15.43  --
73.77/18.56	c  S st   475    104838      1755      8897    160438     20258    518200    773152     14.53   no data  --
73.77/18.61	c  S st   475    105341      1755      8897    160438     20760    518200    807844     14.53   no data  --
74.21/18.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
74.21/18.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
74.96/18.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.1M T:  1.03
75.36/18.92	c bin-w-bin subsume rem            0 bins  time:  0.09 s
80.55/20.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.10 s
80.55/20.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.06 s
80.55/20.23	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
84.94/21.37	c lits-rem:       292  cl-subs:      128  v-elim:      0  v-fix:    0  time:  4.52 s
84.94/21.37	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
85.34/21.40	c vivif2 --  cl tried    20632 cl shrink        0 lits rem          0 time: 0.11
85.74/21.59	c asymm  cl-useful: 0/1950/8897 lits-rem:0 time: 0.75
85.74/21.59	c calculated reachability. Time: 0.01
85.74/21.59	c  N dy   475    105341      1755      8897    160438     20632    518198    801617     14.53   no data  --
88.52/22.29	c  N dy   499    113031      1755      8897    160438     14375    518198    318406     14.50     15.31  --
91.33/22.92	c  N dy   529    120461      1755      8897    160438     21740    518198    793481     14.54     15.37  --
94.11/23.61	c  N dy   562    128158      1755      8897    160438     29384    518198   1297084     14.59     15.47  --
96.90/24.34	c  N dy   594    136425      1755      8897    160438     22722    518198    798220     14.61     15.43  --
100.10/25.16	c  N dy   619    145344      1755      8897    160438     31552    518198   1332327     14.59     15.52  --
103.69/26.00	c  N dy   672    154875      1755      8897    160438     25121    518198    909200     14.63     15.42  --
104.49/26.30	c  S st   679    158011      1755      8897    160438     28230    518198   1113065     14.61   no data  --
104.92/26.34	c  S st   679    158515      1755      8897    160438     28733    518198   1145536     14.61   no data  --
104.92/26.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
104.92/26.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
106.07/26.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.8M T:  1.14
106.48/26.70	c bin-w-bin subsume rem            0 bins  time:  0.09 s
111.66/28.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.26 s
111.66/28.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.06 s
111.66/28.05	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
117.26/29.45	c lits-rem:       226  cl-subs:      431  v-elim:      0  v-fix:    0  time:  5.60 s
117.26/29.46	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
117.66/29.50	c vivif2 --  cl tried    28302 cl shrink        0 lits rem          0 time: 0.16
117.66/29.56	c asymm  cl-useful: 0/562/8897 lits-rem:0 time: 0.23
117.66/29.56	c calculated reachability. Time: 0.00
117.66/29.56	c  N dy   679    158515      1755      8897    160438     28302    518198   1131300     14.61   no data  --
121.65/30.52	c  N dy   711    169066      1755      8897    160438     21912    518198    651235     14.62     15.42  --
125.63/31.58	c  N dy   750    180155      1755      8897    160438     32892    518198   1352637     14.61     15.41  --
130.02/32.68	c  N dy   785    191770      1755      8897    160438     26544    518198    914371     14.58     15.42  --
134.81/33.88	c  N dy   834    204152      1755      8897    160438     19984    518198    431566     14.59     15.41  --
140.03/35.11	c  N dy   876    217699      1755      8897    160438     33411    518198   1266054     14.58     15.36  --
145.17/36.47	c  N dy   943    231688      1755      8897    160438     27458    518198    856009     14.60     16.18  --
147.57/37.04	c  S st   966    237773      1755      8897    160438     33464    518198   1215994     14.61     13.50  --
147.57/37.09	c  S st   966    238278      1755      8897    160438     33968    518198   1249088     14.61   no data  --
147.57/37.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
147.57/37.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
148.81/37.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.0M T:  1.06
149.21/37.43	c bin-w-bin subsume rem            0 bins  time:  0.09 s
154.34/38.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.40 s
154.74/38.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.06 s
154.74/38.81	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
159.94/40.19	c lits-rem:       238  cl-subs:      563  v-elim:      0  v-fix:    0  time:  5.48 s
159.94/40.19	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
160.34/40.24	c vivif2 --  cl tried    33405 cl shrink        0 lits rem          0 time: 0.19
161.13/40.43	c asymm  cl-useful: 0/1991/8897 lits-rem:0 time: 0.78
161.13/40.44	c calculated reachability. Time: 0.00
161.13/40.44	c  N dy   966    238278      1755      8897    160438     33405    518198   1231808     14.61   no data  --
167.11/41.98	c  N dy  1018    254484      1755      8897    160438     28632    518198    827131     14.60     15.43  --
173.89/43.65	c  N dy  1078    271637      1755      8897    160438     23849    518198    517683     14.60     15.46  --
180.27/45.28	c  N dy  1136    289154      1755      8897    160438     41148    518198   1575871     14.60     15.55  --
187.06/46.90	c  F st  1207    306250      1755      8897    160438     35315    518198   1168301     14.61   no data  --
187.87/47.11	c  N st  1211    308286      1755      8897    160438     37328    518198   1292225     14.61   no data  --
195.43/49.04	c  N dy  1271    328015      1755      8897    160438     33105    518198   1028858     14.61     16.35  --
203.81/51.15	c  N dy  1359    348977      1755      8897    160438     29143    518198    693568     14.62     15.44  --
207.00/51.94	c  S st  1390    357418      1755      8897    160438     37508    518198   1214666     14.62     12.22  --
207.00/51.99	c  S st  1390    357924      1755      8897    160438     38013    518198   1246803     14.62   no data  --
207.00/51.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
207.00/51.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
208.20/52.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.0M T:  1.12
208.60/52.34	c bin-w-bin subsume rem            0 bins  time:  0.09 s
213.79/53.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.31 s
213.79/53.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.06 s
214.19/53.70	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
219.41/55.08	c lits-rem:       248  cl-subs:      450  v-elim:      0  v-fix:    0  time:  5.48 s
219.41/55.09	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
219.76/55.14	c vivif2 --  cl tried    37563 cl shrink        0 lits rem          0 time: 0.19
220.56/55.33	c asymm  cl-useful: 0/1424/8897 lits-rem:0 time: 0.77
220.56/55.34	c calculated reachability. Time: 0.00
220.56/55.34	c  N dy  1390    357924      1755      8897    160438     37563    518198   1232746     14.62   no data  --
228.19/57.27	c  N dy  1475    377950      1755      8897    160438     31655    518198    792517     14.63     18.52  --
236.13/59.27	c  N dy  1548    398251      1755      8897    160438     51712    518198   2012703     14.64     15.47  --
244.10/61.28	c  N dy  1623    418377      1755      8897    160438     44910    518198   1560024     14.65     15.49  --
252.88/63.42	c  N dy  1682    439467      1755      8897    160438     38050    518198   1096260     14.63     15.43  --
261.26/65.52	c  N dy  1756    459718      1755      8897    160438     29405    518198    541398     14.63     15.58  --
268.83/67.46	c  N dy  1818    479767      1755      8897    160438     49195    518198   1738233     14.62     15.62  --
277.20/69.54	c  N dy  1897    500064      1755      8897    160438     39643    518198   1079330     14.62     15.49  --
285.58/71.62	c  N dy  1979    520119      1755      8897    160438     59460    518198   2258365     14.63     20.79  --
292.37/73.30	c  S st  2036    536886      1755      8897    160438     45351    518198   1337147     14.63     13.82  --
292.37/73.35	c  S st  2036    537388      1755      8897    160438     45852    518198   1369937     14.63   no data  --
292.37/73.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
292.37/73.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
293.61/73.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.8M T:  1.09
293.61/73.70	c bin-w-bin subsume rem            0 bins  time:  0.09 s
299.14/75.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.42 s
299.14/75.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.07 s
299.14/75.09	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
304.34/76.33	c lits-rem:       228  cl-subs:      885  v-elim:      0  v-fix:    0  time:  4.94 s
304.34/76.34	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
304.34/76.39	c vivif2 --  cl tried    44967 cl shrink        0 lits rem          0 time: 0.22
305.13/76.59	c asymm  cl-useful: 0/1405/8897 lits-rem:0 time: 0.79
305.53/76.60	c calculated reachability. Time: 0.00
305.53/76.60	c  N dy  2036    537388      1755      8897    160438     44967    518198   1346366     14.63   no data  --
314.71/78.93	c  N dy  2121    560001      1755      8897    160438     35690    518198    725520     14.63     15.48  --
323.09/81.05	c  N dy  2220    580781      1755      8897    160438     56251    518198   1935610     14.65     15.50  --
331.46/83.13	c  N dy  2289    600878      1755      8897    160438     43534    518198   1186348     14.65     15.49  --
340.24/85.32	c  N dy  2352    621739      1755      8897    160438     64164    518198   2377703     14.64     15.48  --
348.22/87.39	c  N dy  2449    641856      1755      8897    160438     50456    518198   1532635     14.65     15.49  --
356.99/89.58	c  N dy  2540    662108      1755      8897    160438     35883    518198    634353     14.66     15.45  --
364.96/91.51	c  N dy  2614    682113      1755      8897    160438     55659    518198   1794407     14.66     15.47  --
373.74/93.73	c  N dy  2666    702523      1755      8897    160438     40219    518198    822607     14.65     15.53  --
383.72/96.26	c  N dy  2755    726313      1755      8897    160438     63749    518198   2186052     14.65     15.45  --
392.89/98.56	c  N dy  2779    746331      1755      8897    160438     46873    518198   1081773     14.62     15.44  --
401.28/100.62	c  N dy  2857    766359      1755      8897    160438     66666    518198   2227960     14.63     15.45  --
409.24/102.69	c  N dy  2938    786523      1755      8897    160438     49074    518198   1265728     14.63     15.58  --
417.62/104.79	c  S st  2999    806084      1755      8897    160438     68461    518198   2397772     14.63     13.52  --
418.02/104.84	c  S st  2999    806585      1755      8897    160438     68961    518198   2427603     14.63   no data  --
418.02/104.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
418.02/104.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
419.22/105.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.2M T:  1.26
419.62/105.28	c bin-w-bin subsume rem            0 bins  time:  0.09 s
425.65/106.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.70 s
425.65/106.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.07 s
425.65/106.74	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
435.97/109.31	c lits-rem:       115  cl-subs:     1240  v-elim:      0  v-fix:    0  time: 10.24 s
435.97/109.32	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
436.37/109.42	c vivif2 --  cl tried    67721 cl shrink        0 lits rem          0 time: 0.40
437.18/109.62	c asymm  cl-useful: 0/1314/8897 lits-rem:0 time: 0.82
437.18/109.63	c calculated reachability. Time: 0.01
437.18/109.63	c  N dy  2999    806585      1755      8897    160438     67721    518198   2391101     14.63   no data  --
445.55/111.71	c  N dy  3061    826871      1755      8897    160438     49211    518198   1234701     14.62     15.39  --
453.93/113.88	c  N dy  3125    846968      1755      8897    160438     69073    518198   2321163     14.61     15.51  --
463.10/116.10	c  N dy  3216    867059      1755      8897    160438     49366    518198   1208745     14.62     25.44  --
471.47/118.28	c  N dy  3282    887333      1755      8897    160438     69392    518198   2320181     14.62     15.50  --
480.65/120.60	c  N dy  3335    908105      1755      8897    160438     49441    518198   1148394     14.61     15.45  --
489.43/122.71	c  N dy  3433    928395      1755      8897    160438     69512    518198   2331895     14.62     15.52  --
498.21/124.98	c  N dy  3505    948477      1755      8897    160438     47837    518198   1024438     14.62     15.64  --
506.99/127.10	c  N dy  3582    968854      1755      8897    160438     68015    518198   2202972     14.62     15.46  --
516.16/129.45	c  N dy  3648    988867      1755      8897    160438     45277    518198    841110     14.62     15.41  --
524.53/131.50	c  N dy  3715   1008869      1755      8897    160438     65043    518198   1948654     14.62     15.86  --
533.31/133.79	c  N dy  3780   1029224      1755      8897    160438     85158    518198   3082530     14.61     15.43  --
542.48/136.01	c  N dy  3847   1049557      1755      8897    160438     61747    518198   1725882     14.61     15.42  --
551.27/138.25	c  N dy  3899   1069824      1755      8897    160438     81769    518198   2878857     14.60     15.49  --
552.07/138.50	c  F st  3907   1071877      1755      8897    160438     83797    518198   2999103     14.60     13.92  --
560.44/140.58	c  N dy  3969   1089980      1755      8897    160438     57217    518198   1421711     14.60     15.46  --
569.61/142.84	c  N dy  4060   1110333      1755      8897    160438     77356    518198   2567147     14.60     15.45  --
579.23/145.24	c  N dy  4118   1130404      1755      8897    160438     51686    518198   1051449     14.59     15.38  --
589.16/147.72	c  N dy  4187   1153203      1755      8897    160438     74168    518198   2249213     14.59     15.36  --
598.73/150.14	c  N dy  4287   1173276      1755      8897    160438     47610    518198    799311     14.60     16.36  --
607.10/152.26	c  N dy  4345   1193297      1755      8897    160438     67369    518198   1869798     14.59     15.85  --
614.68/154.18	c  S st  4388   1209877      1755      8897    160438     83711    518198   2733852     14.59   no data  --
615.08/154.23	c  S st  4388   1210382      1755      8897    160438     84214    518198   2765960     14.59   no data  --
615.08/154.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
615.08/154.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
616.28/154.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.6M T:  1.35
617.09/154.70	c bin-w-bin subsume rem            0 bins  time:  0.09 s
622.71/156.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.64 s
622.71/156.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.06 s
622.71/156.15	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
635.87/159.49	c lits-rem:       197  cl-subs:     2501  v-elim:      0  v-fix:    0  time: 13.28 s
635.87/159.49	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
636.62/159.61	c vivif2 --  cl tried    81713 cl shrink        0 lits rem          0 time: 0.48
637.42/159.82	c asymm  cl-useful: 0/1300/8897 lits-rem:0 time: 0.85
637.42/159.83	c calculated reachability. Time: 0.00
637.42/159.83	c  N dy  4388   1210382      1755      8897    160438     81713    518198   2702857     14.59   no data  --
646.59/162.11	c  N dy  4459   1230468      1755      8897    160438     54163    518198   1125235     14.59     15.39  --
655.37/164.38	c  N dy  4530   1251197      1755      8897    160438     74634    518198   2274984     14.58     15.36  --
664.95/166.79	c  N dy  4578   1271316      1755      8897    160438     94503    518198   3367316     14.58     15.39  --
674.13/169.01	c  N dy  4605   1291441      1755      8897    160438     65947    518198   1722158     14.56     15.42  --
682.90/171.23	c  N dy  4677   1311514      1755      8897    160438     85776    518198   2835156     14.56     21.93  --
692.48/173.65	c  N dy  4735   1331705      1755      8897    160438     56336    518198   1143953     14.56     15.60  --
701.25/175.84	c  N dy  4783   1351991      1755      8897    160438     76362    518198   2233562     14.55     15.33  --
712.02/178.50	c  N dy  4850   1374321      1755      8897    160438     98422    518198   3471733     14.55     15.52  --
720.80/180.79	c  N dy  4938   1395043      1755      8897    160438     68583    518198   1847400     14.55     15.34  --
729.98/183.03	c  N dy  4984   1415065      1755      8897    160438     88405    518198   2939068     14.54     15.53  --
739.95/185.56	c  N dy  5039   1436013      1755      8897    160438     57732    518198   1161320     14.54     15.33  --
748.72/187.77	c  N dy  5130   1456253      1755      8897    160438     77739    518198   2289961     14.54     15.35  --
758.30/190.20	c  N dy  5205   1476321      1755      8897    160438     97580    518198   3392627     14.54     15.42  --
768.26/192.63	c  N dy  5253   1496576      1755      8897    160438     65168    518198   1514701     14.54     15.31  --
777.44/194.94	c  N dy  5340   1516666      1755      8897    160438     85035    518198   2641089     14.54     16.19  --
787.42/197.42	c  N dy  5418   1536926      1755      8897    160438    105008    518198   3766259     14.54     15.42  --
796.99/199.84	c  N dy  5462   1557012      1755      8897    160438     71478    518198   1786391     14.53     15.47  --
807.00/202.40	c  N dy  5526   1578047      1755      8897    160438     92283    518198   2941245     14.53     15.48  --
818.12/205.13	c  N dy  5601   1598258      1755      8897    160438     57923    518198   1061602     14.53     15.32  --
827.71/207.56	c  N dy  5695   1618484      1755      8897    160438     77951    518198   2201223     14.53     15.37  --
838.11/210.16	c  N dy  5735   1638519      1755      8897    160438     97690    518198   3233085     14.52     15.34  --
848.45/212.74	c  N dy  5838   1658584      1755      8897    160438     62215    518198   1258904     14.53     22.74  --
857.62/215.01	c  N dy  5910   1679145      1755      8897    160438     82550    518198   2393467     14.53     15.33  --
867.60/217.59	c  N dy  5979   1700528      1755      8897    160438    103707    518198   3540749     14.53     15.33  --
873.22/218.94	c  S st  6022   1710385      1755      8897    160438     57112    518198    929729     14.53     13.00  --
873.22/218.99	c  S st  6022   1710890      1755      8897    160438     57616    518198    961513     14.53   no data  --
873.57/219.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
873.57/219.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
874.37/219.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.1M T:  1.07
874.77/219.33	c bin-w-bin subsume rem            0 bins  time:  0.09 s
879.16/220.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.35 s
879.16/220.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.06 s
879.16/220.45	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
882.00/221.13	c lits-rem:        53  cl-subs:      132  v-elim:      0  v-fix:    0  time:  2.73 s
882.00/221.14	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
882.00/221.19	c vivif2 --  cl tried    57484 cl shrink        0 lits rem          0 time: 0.19
882.75/221.39	c asymm  cl-useful: 0/1403/8897 lits-rem:0 time: 0.80
882.75/221.39	c calculated reachability. Time: 0.00
882.75/221.39	c  N dy  6022   1710890      1755      8897    160438     57484    518198    958869     14.53   no data  --
891.93/223.61	c  N dy  6101   1731384      1755      8897    160438     77751    518198   2066644     14.53     15.30  --
901.51/226.01	c  N dy  6175   1751475      1755      8897    160438     97593    518198   3153966     14.53     15.31  --
912.32/228.72	c  N dy  6247   1772513      1755      8897    160438     61049    518198   1103284     14.53     15.33  --
920.65/230.89	c  N dy  6333   1792678      1755      8897    160438     81002    518198   2192475     14.53     15.46  --
930.27/233.28	c  N dy  6391   1813364      1755      8897    160438    101447    518198   3286584     14.53     15.33  --
940.60/235.85	c  N dy  6444   1833862      1755      8897    160438     63369    518198   1148514     14.52     15.39  --
949.37/238.00	c  N dy  6541   1853917      1755      8897    160438     83182    518198   2233477     14.53     16.30  --
958.95/240.45	c  N dy  6597   1874165      1755      8897    160438    103160    518198   3255878     14.53     15.39  --
970.51/243.31	c  N dy  6651   1896456      1755      8897    160438     65903    518198   1261447     14.52     15.42  --
980.49/245.89	c  N dy  6726   1918892      1755      8897    160438     88073    518198   2439898     14.52     15.37  --
990.46/248.36	c  N dy  6787   1939870      1755      8897    160438    108767    518198   3588961     14.52     15.41  --
1000.07/250.77	c  N dy  6861   1959938      1755      8897    160438     68364    518198   1368374     14.52     15.30  --
1009.25/253.03	c  N dy  6923   1980928      1755      8897    160438     89023    518198   2435017     14.51     15.44  --
1018.38/255.38	c  N dy  6989   2001852      1755      8897    160438    109730    518198   3557692     14.51     15.30  --
1028.36/257.86	c  N dy  7076   2022420      1755      8897    160438     68835    518198   1369828     14.51     15.45  --
1037.53/260.10	c  N dy  7139   2042623      1755      8897    160438     88822    518198   2432900     14.51     15.33  --
1047.12/262.56	c  N dy  7194   2062792      1755      8897    160438    108733    518198   3491844     14.50     15.30  --
1058.27/265.36	c  N dy  7266   2084144      1755      8897    160438     67582    518198   1233746     14.50     15.27  --
1068.25/267.85	c  N dy  7318   2105033      1755      8897    160438     88176    518198   2254823     14.50     15.27  --
1078.62/270.41	c  N dy  7406   2125644      1755      8897    160438    108537    518198   3339663     14.50     15.27  --
1089.79/273.22	c  N dy  7468   2145925      1755      8897    160438     65357    518198   1079884     14.50     15.28  --
1098.96/275.50	c  N dy  7539   2166130      1755      8897    160438     85326    518198   2157804     14.50     15.32  --
1108.94/278.06	c  N dy  7605   2186386      1755      8897    160438    105362    518198   3213570     14.50     15.28  --
1119.31/280.64	c  N dy  7650   2206757      1755      8897    160438    125463    518198   4295302     14.49     15.26  --
1121.71/281.28	c  S st  7670   2210892      1755      8897    160438     65341    518198   1044935     14.49     13.69  --
1122.10/281.33	c  S st  7670   2211393      1755      8897    160438     65839    518198   1076682     14.49   no data  --
1122.10/281.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1122.10/281.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1122.94/281.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.9M T:  1.06
1123.34/281.67	c bin-w-bin subsume rem            0 bins  time:  0.09 s
1127.73/282.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.48 s
1128.08/282.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.06 s
1128.08/282.83	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
1131.28/283.63	c lits-rem:        59  cl-subs:       75  v-elim:      0  v-fix:    0  time:  3.22 s
1131.28/283.64	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
1131.28/283.69	c vivif2 --  cl tried    65764 cl shrink        0 lits rem          0 time: 0.22
1132.11/283.89	c asymm  cl-useful: 0/1491/8897 lits-rem:0 time: 0.79
1132.47/283.90	c calculated reachability. Time: 0.00
1132.47/283.90	c  N dy  7670   2211393      1755      8897    160438     65764    518198   1074496     14.49   no data  --
1141.64/286.20	c  N dy  7711   2231898      1755      8897    160438     85941    518198   2097814     14.49     15.38  --
1151.22/288.61	c  N dy  7780   2252600      1755      8897    160438    106355    518198   3159596     14.48     15.31  --
1160.80/291.08	c  N dy  7855   2272664      1755      8897    160438    126192    518198   4226222     14.48     17.23  --
1169.98/293.39	c  N dy  7922   2292834      1755      8897    160438     80972    518198   1837415     14.48     15.29  --
1180.38/295.93	c  N dy  8006   2313584      1755      8897    160438    101481    518198   2889365     14.48     15.26  --
1190.31/298.47	c  N dy  8072   2333673      1755      8897    160438    121296    518198   3918294     14.48     19.57  --
1200.69/301.07	c  N dy  8145   2353779      1755      8897    160438     75017    518198   1463833     14.48     15.33  --
1210.27/303.46	c  N dy  8213   2374031      1755      8897    160438     94998    518198   2510037     14.48     15.30  --
1220.23/305.92	c  N dy  8291   2394066      1755      8897    160438    114786    518198   3551163     14.48     15.43  --
1231.01/308.68	c  N dy  8365   2414126      1755      8897    160438     67450    518198   1034835     14.48     15.73  --
1240.18/310.93	c  N dy  8426   2434304      1755      8897    160438     87412    518198   2098950     14.48     15.24  --
1249.76/313.35	c  N dy  8507   2454568      1755      8897    160438    107403    518198   3140178     14.48     15.25  --
1260.10/315.95	c  N dy  8564   2474829      1755      8897    160438    127406    518198   4164110     14.48     15.30  --
1270.48/318.51	c  N dy  8627   2495621      1755      8897    160438     79781    518198   1629637     14.47     15.24  --
1279.66/320.80	c  N dy  8714   2515722      1755      8897    160438     99660    518198   2690595     14.47     15.24  --
1290.07/323.48	c  N dy  8782   2535978      1755      8897    160438    119613    518198   3708486     14.47     15.30  --
1301.59/326.34	c  N dy  8845   2556010      1755      8897    160438     70277    518198   1103554     14.47     15.24  --
1310.77/328.63	c  N dy  8907   2576048      1755      8897    160438     90066    518198   2154460     14.47     15.24  --
1320.38/331.04	c  N dy  8958   2596304      1755      8897    160438    110016    518198   3169695     14.47     15.25  --
1330.31/333.52	c  N dy  9003   2616563      1755      8897    160438    129997    518198   4250123     14.46     15.54  --
1340.28/336.06	c  N dy  9066   2636898      1755      8897    160438     80021    518198   1592529     14.46     15.39  --
1349.86/338.44	c  N dy  9122   2657172      1755      8897    160438    100034    518198   2643389     14.46     15.24  --
1360.27/341.09	c  N dy  9184   2677784      1755      8897    160438    120337    518198   3666185     14.46     15.22  --
1371.41/343.89	c  N dy  9259   2697934      1755      8897    160438    140214    518198   4677376     14.46     15.27  --
1377.82/345.46	c  S st  9308   2711394      1755      8897    160438     82496    518198   1680322     14.46     13.96  --
1378.17/345.51	c  S st  9308   2711895      1755      8897    160438     82997    518198   1711494     14.46   no data  --
1378.17/345.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1378.17/345.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1379.37/345.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.9M T:  1.24
1379.77/345.92	c bin-w-bin subsume rem            0 bins  time:  0.09 s
1384.97/347.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.26 s
1384.97/347.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.06 s
1384.97/347.27	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
1390.59/348.68	c lits-rem:       121  cl-subs:      525  v-elim:      0  v-fix:    0  time:  5.63 s
1390.59/348.69	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
1390.99/348.77	c vivif2 --  cl tried    82472 cl shrink        0 lits rem          0 time: 0.34
1391.74/348.99	c asymm  cl-useful: 0/1378/8897 lits-rem:0 time: 0.85
1391.74/348.99	c calculated reachability. Time: 0.00
1391.74/348.99	c  N dy  9308   2711895      1755      8897    160438     82472    518198   1698085     14.46   no data  --
1401.32/351.33	c  N dy  9370   2731993      1755      8897    160438    102302    518198   2708330     14.45     15.32  --
1411.30/353.83	c  N dy  9426   2752727      1755      8897    160438    122754    518198   3763819     14.45     15.30  --
1422.05/356.58	c  N dy  9492   2774118      1755      8897    160438    143869    518198   4896277     14.45     15.47  --
1432.03/359.03	c  N dy  9573   2795032      1755      8897    160438     92437    518198   2153164     14.45     15.57  --
1441.60/361.44	c  N dy  9653   2815095      1755      8897    160438    112257    518198   3186377     14.45     15.75  --
1452.02/364.07	c  N dy  9699   2835624      1755      8897    160438    132527    518198   4195410     14.45     15.27  --
1462.74/366.79	c  N dy  9775   2855824      1755      8897    160438     79430    518198   1445203     14.45     15.22  --
1472.32/369.14	c  N dy  9854   2876112      1755      8897    160438     99462    518198   2454010     14.45     15.21  --
1482.30/371.67	c  N dy  9913   2896534      1755      8897    160438    119638    518198   3516883     14.44     15.35  --
1492.66/374.24	c  N dy  9964   2916774      1755      8897    160438    139585    518198   4545157     14.44     15.27  --
1503.44/376.91	c  N dy 10022   2937327      1755      8897    160438     85870    518198   1727469     14.44     15.21  --
1513.01/379.33	c  N dy 10078   2957373      1755      8897    160438    105580    518198   2702166     14.44     18.05  --
1523.38/381.94	c  N dy 10151   2977898      1755      8897    160438    125847    518198   3787299     14.44     15.30  --
1534.95/384.80	c  N dy 10224   2998756      1755      8897    160438    146394    518198   4840031     14.44     15.22  --
1545.32/387.44	c  N dy 10293   3019659      1755      8897    160438     92111    518198   2050287     14.43     15.25  --
1555.30/389.94	c  N dy 10352   3039803      1755      8897    160438    111987    518198   3078071     14.43     15.22  --
1566.52/392.72	c  N dy 10419   3060347      1755      8897    160438    132273    518198   4140592     14.43     15.20  --
1578.84/395.80	c  N dy 10491   3080985      1755      8897    160438     76642    518198   1172235     14.43     15.23  --
1588.04/398.13	c  N dy 10561   3101199      1755      8897    160438     96613    518198   2187623     14.43     15.25  --
1597.22/400.48	c  N dy 10620   3121238      1755      8897    160438    116395    518198   3212773     14.43     15.36  --
1607.55/403.03	c  N dy 10693   3141361      1755      8897    160438    136294    518198   4263858     14.43     15.34  --
1619.52/406.04	c  N dy 10744   3161463      1755      8897    160438     79108    518198   1267812     14.43     15.30  --
1629.49/408.51	c  N dy 10816   3181827      1755      8897    160438     99249    518198   2336433     14.43     15.50  --
1640.27/411.28	c  N dy 10870   3201838      1755      8897    160438    119000    518198   3342299     14.42     15.52  --
1646.64/412.80	c  S st 10904   3211895      1755      8897    160438    128921    518198   3839647     14.42     14.35  --
1646.64/412.88	c  S st 10904   3212395      1755      8897    160438    129420    518198   3868382     14.42   no data  --
1646.64/412.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
1646.64/412.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1648.65/413.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.6M T:  1.92
1649.49/413.55	c bin-w-bin subsume rem            0 bins  time:  0.09 s
1655.42/415.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.81 s
1655.42/415.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.06 s
1655.42/415.04	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
1677.36/420.55	c lits-rem:       101  cl-subs:     2722  v-elim:      0  v-fix:    0  time: 21.94 s
1677.36/420.55	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
1678.16/420.73	c vivif2 --  cl tried   126698 cl shrink        0 lits rem          0 time: 0.71
1678.96/420.96	c asymm  cl-useful: 0/1581/8897 lits-rem:0 time: 0.90
1678.96/420.97	c calculated reachability. Time: 0.00
1678.96/420.97	c  N dy 10904   3212395      1755      8897    160438    126698    518198   3802568     14.42   no data  --
1690.53/423.86	c  N dy 10964   3235684      1755      8897    160438    149690    518198   4991072     14.42     15.20  --
1701.71/426.60	c  N dy 11033   3256890      1755      8897    160438     92592    518198   1885495     14.42     15.20  --
1711.32/429.09	c  N dy 11096   3277048      1755      8897    160438    112498    518198   2916886     14.42     15.18  --
1722.04/431.74	c  N dy 11180   3297892      1755      8897    160438    133095    518198   4003268     14.42     15.23  --
1732.42/434.34	c  N dy 11246   3317917      1755      8897    160438    152879    518198   5054445     14.42     15.22  --
1742.78/436.96	c  N dy 11333   3338092      1755      8897    160438     93844    518198   1945848     14.42     15.20  --
1752.36/439.37	c  N dy 11386   3358208      1755      8897    160438    113655    518198   2947539     14.42     15.21  --
1762.34/441.85	c  N dy 11446   3378216      1755      8897    160438    133361    518198   3994595     14.42     15.18  --
1773.50/444.65	c  N dy 11523   3398309      1755      8897    160438    153210    518198   5004744     14.42     16.42  --
1784.27/447.33	c  N dy 11590   3418657      1755      8897    160438     93341    518198   1881923     14.41     15.19  --
1793.85/449.75	c  N dy 11655   3438670      1755      8897    160438    113084    518198   2901144     14.41     15.25  --
1804.61/452.42	c  N dy 11708   3459253      1755      8897    160438    133417    518198   3928503     14.41     15.25  --
1815.39/455.15	c  N dy 11761   3479507      1755      8897    160438    153423    518198   4956821     14.41     15.28  --
1827.76/458.22	c  N dy 11826   3500611      1755      8897    160438     93361    518198   1827913     14.41     15.18  --
1838.16/460.88	c  N dy 11899   3520756      1755      8897    160438    113254    518198   2840955     14.41     15.26  --
1848.50/463.49	c  N dy 11992   3540936      1755      8897    160438    133160    518198   3887585     14.41     15.26  --
1859.67/466.20	c  N dy 12057   3561195      1755      8897    160438    153147    518198   4921973     14.41     15.25  --
1870.43/468.97	c  N dy 12131   3581281      1755      8897    160438     91039    518198   1675881     14.41     15.83  --
1880.01/471.35	c  N dy 12203   3601308      1755      8897    160438    110820    518198   2720024     14.41     16.50  --
1890.82/474.04	c  N dy 12267   3622104      1755      8897    160438    131329    518198   3735686     14.40     15.17  --
1901.55/476.72	c  N dy 12327   3642353      1755      8897    160438    151259    518198   4766364     14.40     15.17  --
1913.16/479.64	c  N dy 12411   3662409      1755      8897    160438     88199    518198   1511855     14.40     15.68  --
1923.08/482.14	c  N dy 12459   3682523      1755      8897    160438    108011    518198   2456453     14.40     15.20  --
1935.10/485.17	c  N dy 12526   3703540      1755      8897    160438    128680    518198   3499363     14.40     15.24  --
1940.24/486.43	c  S st 12559   3712397      1755      8897    160438    137416    518198   3956916     14.40   no data  --
1940.64/486.50	c  S st 12559   3712899      1755      8897    160438    137917    518198   3986302     14.40   no data  --
1940.64/486.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
1940.64/486.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1942.24/486.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.7M T:  1.90
1943.03/487.16	c bin-w-bin subsume rem            0 bins  time:  0.09 s
1949.41/488.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  6.19 s
1949.41/488.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.06 s
1949.41/488.75	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
1981.91/496.91	c lits-rem:       464  cl-subs:     3748  v-elim:      0  v-fix:    0  time: 32.32 s
1981.91/496.92	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
1982.30/497.11	c vivif2 --  cl tried   134169 cl shrink        0 lits rem          0 time: 0.74
1983.47/497.36	c asymm  cl-useful: 0/1403/8897 lits-rem:0 time: 0.98
1983.47/497.36	c calculated reachability. Time: 0.00
1983.47/497.36	c  N dy 12559   3712899      1755      8897    160438    134169    518198   3902696     14.40   no data  --
1994.51/500.19	c  N dy 12616   3733483      1755      8897    160438    154455    518198   4893890     14.40     15.20  --
2004.80/502.78	c  F st 12678   3751564      1755      8897    160438     88503    518198   1471276     14.40   no data  --
2005.95/503.04	c  N st 12682   3753596      1755      8897    160438     90509    518198   1575194     14.40   no data  --
2015.44/505.44	c  N dy 12727   3774274      1755      8897    160438    110812    518198   2635698     14.39     15.24  --
2026.26/508.20	c  N dy 12786   3794938      1755      8897    160438    131215    518198   3639406     14.39     15.16  --
2037.78/511.06	c  N dy 12855   3815693      1755      8897    160438    151659    518198   4688448     14.39     15.18  --
2049.35/513.93	c  N dy 12916   3835836      1755      8897    160438     86775    518198   1362331     14.39     15.16  --
2058.52/516.29	c  N dy 12985   3855904      1755      8897    160438    106586    518198   2406081     14.39     15.47  --
2068.90/518.81	c  N dy 13045   3876064      1755      8897    160438    126460    518198   3394890     14.39     15.19  --
2079.31/521.47	c  N dy 13113   3896162      1755      8897    160438    146317    518198   4426986     14.39     16.51  --
2090.44/524.27	c  N dy 13176   3916177      1755      8897    160438    166030    518198   5418977     14.39     15.16  --
2101.60/527.06	c  N dy 13247   3936915      1755      8897    160438    100725    518198   2039456     14.39     15.22  --
2111.59/529.50	c  N dy 13296   3957249      1755      8897    160438    120809    518198   3054694     14.39     15.15  --
2121.15/531.98	c  N dy 13358   3977294      1755      8897    160438    140613    518198   4116250     14.38     15.83  --
2132.32/534.77	c  N dy 13416   3997296      1755      8897    160438    160304    518198   5093148     14.38     15.15  --
2144.30/537.74	c  N dy 13458   4018158      1755      8897    160438     94031    518198   1649067     14.38     15.22  --
2153.91/540.14	c  N dy 13514   4038224      1755      8897    160438    113834    518198   2629272     14.38     17.25  --
2164.23/542.79	c  N dy 13558   4059510      1755      8897    160438    134811    518198   3664295     14.38     15.23  --
2175.45/545.58	c  N dy 13621   4079799      1755      8897    160438    154793    518198   4636723     14.38     15.25  --
2187.37/548.52	c  N dy 13673   4099914      1755      8897    160438    174639    518198   5633889     14.37     15.15  --
2197.78/551.18	c  N dy 13728   4120013      1755      8897    160438    106700    518198   2261824     14.37     15.54  --
2208.11/553.79	c  N dy 13797   4140818      1755      8897    160438    127188    518198   3313754     14.37     15.13  --
2218.89/556.49	c  N dy 13878   4160895      1755      8897    160438    147029    518198   4342103     14.37     16.21  --
2230.85/559.45	c  N dy 13936   4181373      1755      8897    160438    167218    518198   5357563     14.37     15.18  --
2242.81/562.41	c  N dy 14020   4201438      1755      8897    160438     98272    518198   1788261     14.37     15.15  --
2248.41/563.80	c  S st 14069   4212899      1755      8897    160438    109592    518198   2380278     14.37     12.69  --
2248.41/563.86	c  S st 14069   4213401      1755      8897    160438    110092    518198   2408570     14.37   no data  --
2248.41/563.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
2248.41/563.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2250.04/564.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.1M T:  1.44
2250.44/564.35	c bin-w-bin subsume rem            0 bins  time:  0.09 s
2255.98/565.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.62 s
2255.98/565.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.07 s
2255.98/565.79	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
2267.60/568.70	c lits-rem:       140  cl-subs:      881  v-elim:      0  v-fix:    0  time: 11.56 s
2267.60/568.70	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
2268.35/568.82	c vivif2 --  cl tried   109211 cl shrink        0 lits rem          0 time: 0.49
2269.15/569.04	c asymm  cl-useful: 0/1289/8897 lits-rem:0 time: 0.88
2269.15/569.05	c calculated reachability. Time: 0.00
2269.15/569.05	c  N dy 14069   4213401      1755      8897    160438    109211    518198   2385024     14.37   no data  --
2279.52/571.66	c  N dy 14119   4234389      1755      8897    160438    129888    518198   3387387     14.37     15.19  --
2290.68/574.46	c  N dy 14202   4254991      1755      8897    160438    150198    518198   4414765     14.37     15.15  --
2301.86/577.29	c  N dy 14304   4275116      1755      8897    160438    170078    518198   5472433     14.37     15.16  --
2313.82/580.25	c  N dy 14388   4295995      1755      8897    160438    100933    518198   1887476     14.37     15.17  --
2324.20/582.90	c  N dy 14439   4316139      1755      8897    160438    120765    518198   2795081     14.37     15.15  --
2334.96/585.53	c  N dy 14505   4336762      1755      8897    160438    141157    518198   3847848     14.37     15.24  --
2346.14/588.32	c  N dy 14553   4356873      1755      8897    160438    160954    518198   4838757     14.37     15.14  --
2359.74/591.73	c  N dy 14624   4377887      1755      8897    160438     90977    518198   1352141     14.37     15.41  --
2368.91/594.07	c  N dy 14678   4397910      1755      8897    160438    110696    518198   2353748     14.37     15.19  --
2379.64/596.70	c  N dy 14754   4417925      1755      8897    160438    130429    518198   3358207     14.37     15.14  --
2390.46/599.45	c  N dy 14825   4438337      1755      8897    160438    150571    518198   4385858     14.37     15.23  --
2402.38/602.47	c  N dy 14904   4459092      1755      8897    160438    171059    518198   5407973     14.37     15.47  --
2414.35/605.49	c  N dy 14960   4479306      1755      8897    160438     99259    518198   1724718     14.36     15.28  --
2424.32/607.91	c  N dy 15049   4499329      1755      8897    160438    119007    518198   2742928     14.36     15.18  --
2435.09/610.67	c  N dy 15124   4519457      1755      8897    160438    138861    518198   3704602     14.36     15.20  --
2446.66/613.59	c  N dy 15184   4540681      1755      8897    160438    159782    518198   4726951     14.36     15.12  --
2458.62/616.50	c  N dy 15248   4560702      1755      8897    160438    179530    518198   5718173     14.36     15.13  --
2469.44/619.30	c  N dy 15319   4581834      1755      8897    160438    107675    518198   2135382     14.36     15.14  --
2479.77/621.83	c  N dy 15380   4601923      1755      8897    160438    127494    518198   3114728     14.36     17.42  --
2491.38/624.73	c  N dy 15460   4623071      1755      8897    160438    148366    518198   4152682     14.36     15.23  --
2502.50/627.53	c  N dy 15523   4643080      1755      8897    160438    168144    518198   5149427     14.36     16.95  --
2514.87/630.66	c  N dy 15578   4663296      1755      8897    160438     94370    518198   1415251     14.36     15.17  --
2524.85/633.18	c  N dy 15648   4683987      1755      8897    160438    114816    518198   2467291     14.36     15.14  --
2538.80/636.64	c  N dy 15713   4707518      1755      8897    160438    138008    518198   3595315     14.36     15.12  --
2542.00/637.46	c  S st 15740   4713401      1755      8897    160438    143829    518198   3913725     14.36   no data  --
2542.40/637.53	c  S st 15740   4713903      1755      8897    160438    144329    518198   3941325     14.36   no data  --
2542.40/637.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
2542.40/637.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2544.03/637.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.7M T:  1.67
2544.78/638.13	c bin-w-bin subsume rem            0 bins  time:  0.09 s
2550.77/639.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.91 s
2550.77/639.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.06 s
2550.77/639.64	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
2573.12/645.24	c lits-rem:        62  cl-subs:     3221  v-elim:      0  v-fix:    0  time: 22.30 s
2573.12/645.25	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
2573.92/645.45	c vivif2 --  cl tried   141108 cl shrink        0 lits rem          0 time: 0.82
2575.15/645.74	c asymm  cl-useful: 0/1498/8897 lits-rem:0 time: 1.11
2575.15/645.74	c calculated reachability. Time: 0.01
2575.15/645.75	c  N dy 15740   4713903      1755      8897    160438    141108    518198   3867120     14.36   no data  --
2587.48/648.87	c  N dy 15802   4735338      1755      8897    160438    162253    518198   4929203     14.36     15.15  --
2599.04/651.74	c  N dy 15854   4755434      1755      8897    160438    182060    518198   5916198     14.35     15.75  --
2610.60/654.66	c  N dy 15912   4775697      1755      8897    160438    107355    518198   2002280     14.35     15.13  --
2622.18/657.52	c  N dy 15986   4797782      1755      8897    160438    129116    518198   3073663     14.35     15.14  --
2634.55/660.61	c  N dy 16064   4819494      1755      8897    160438    150528    518198   4140071     14.35     15.14  --
2646.11/663.54	c  N dy 16134   4839531      1755      8897    160438    170263    518198   5097036     14.35     15.65  --
2658.52/666.62	c  N dy 16228   4859546      1755      8897    160438    190047    518198   6124222     14.35     16.36  --
2669.25/669.34	c  N dy 16287   4880170      1755      8897    160438    114712    518198   2377207     14.35     15.17  --
2679.23/671.89	c  N dy 16376   4900512      1755      8897    160438    134820    518198   3390823     14.35     15.24  --
2690.39/674.63	c  N dy 16455   4920666      1755      8897    160438    154745    518198   4404810     14.35     15.18  --
2702.00/677.58	c  N dy 16511   4941753      1755      8897    160438    175508    518198   5448997     14.35     15.14  --
2714.73/680.79	c  N dy 16585   4961826      1755      8897    160438     98621    518198   1522405     14.35     19.29  --
2725.10/683.37	c  N dy 16678   4982214      1755      8897    160438    118740    518198   2518295     14.35     15.13  --
2735.87/686.05	c  N dy 16750   5002297      1755      8897    160438    138556    518198   3516489     14.36     15.60  --
2747.44/688.91	c  N dy 16824   5023105      1755      8897    160438    159085    518198   4561640     14.35     15.13  --
2758.61/691.81	c  N dy 16895   5043154      1755      8897    160438    178840    518198   5566380     14.35     15.11  --
2771.78/695.07	c  N dy 16990   5063233      1755      8897    160438    100994    518198   1610059     14.36     15.15  --
2781.74/697.55	c  N dy 17053   5083476      1755      8897    160438    120960    518198   2617802     14.36     15.15  --
2792.52/700.20	c  N dy 17098   5103492      1755      8897    160438    140662    518198   3569349     14.35     16.41  --
2804.48/703.22	c  N dy 17178   5124341      1755      8897    160438    161268    518198   4610066     14.35     15.23  --
2816.49/706.22	c  N dy 17236   5144526      1755      8897    160438    181189    518198   5604275     14.35     15.13  --
2829.66/709.55	c  N dy 17299   5165119      1755      8897    160438    102826    518198   1657635     14.35     15.15  --
2839.59/712.07	c  N dy 17377   5185423      1755      8897    160438    122865    518198   2705445     14.35     15.14  --
2851.20/714.94	c  N dy 17441   5205702      1755      8897    160438    142902    518198   3680439     14.35     15.13  --
2855.99/716.17	c  S st 17474   5213904      1755      8897    160438    151003    518198   4082459     14.35     12.42  --
2856.34/716.24	c  S st 17474   5214404      1755      8897    160438    151500    518198   4113028     14.35   no data  --
2856.34/716.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
2856.34/716.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2858.34/716.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.1M T:  1.87
2859.13/716.90	c bin-w-bin subsume rem            0 bins  time:  0.09 s
2864.76/718.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.90 s
2864.76/718.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.06 s
2865.11/718.41	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
2893.44/725.50	c lits-rem:       170  cl-subs:     3067  v-elim:      0  v-fix:    0  time: 28.21 s
2893.44/725.50	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
2894.24/725.75	c vivif2 --  cl tried   148433 cl shrink        0 lits rem          0 time: 0.98
2895.47/726.04	c asymm  cl-useful: 0/1621/8897 lits-rem:0 time: 1.13
2895.47/726.05	c calculated reachability. Time: 0.01
2895.47/726.05	c  N dy 17474   5214404      1755      8897    160438    148433    518198   4041340     14.35   no data  --
2907.40/729.03	c  N dy 17541   5234843      1755      8897    160438    168600    518198   5064212     14.35     15.26  --
2921.40/732.54	c  N dy 17644   5255410      1755      8897    160438    188895    518198   6119147     14.35     15.14  --
2935.32/736.06	c  N dy 17699   5275814      1755      8897    160438    109359    518198   1911327     14.35     15.17  --
2947.30/739.01	c  N dy 17767   5296573      1755      8897    160438    129871    518198   2937393     14.35     15.16  --
2960.06/742.24	c  N dy 17828   5316644      1755      8897    160438    149666    518198   3880306     14.35     17.39  --
2973.22/745.53	c  N dy 17880   5337107      1755      8897    160438    169893    518198   4899667     14.35     15.13  --
2986.39/748.87	c  N dy 17933   5357543      1755      8897    160438    190025    518198   5898999     14.35     15.27  --
3000.39/752.33	c  N dy 18000   5377981      1755      8897    160438    109576    518198   1947140     14.34     15.87  --
3011.12/755.07	c  N dy 18065   5398100      1755      8897    160438    129431    518198   2949667     14.34     15.13  --
3022.33/757.87	c  N dy 18135   5418205      1755      8897    160438    149245    518198   3958963     14.34     15.10  --
3035.05/761.03	c  N dy 18208   5438385      1755      8897    160438    169157    518198   4932091     14.34     15.11  --
3047.82/764.22	c  N dy 18269   5458511      1755      8897    160438    189041    518198   5958932     14.34     15.25  --
3062.22/767.86	c  N dy 18341   5480180      1755      8897    160438    108788    518198   1844971     14.34     15.12  --
3072.55/770.46	c  N dy 18420   5500292      1755      8897    160438    128616    518198   2808025     14.34     15.10  --
3083.32/773.20	c  N dy 18484   5520388      1755      8897    160438    148374    518198   3781969     14.34     15.17  --
3095.29/776.12	c  N dy 18580   5540660      1755      8897    160438    168408    518198   4802912     14.34     15.10  --
3106.45/778.96	c  N dy 18652   5560784      1755      8897    160438    188311    518198   5858621     14.34     15.12  --
3120.02/782.36	c  N dy 18743   5581825      1755      8897    160438    106465    518198   1701316     14.35     15.11  --
3129.99/784.87	c  N dy 18801   5601867      1755      8897    160438    126210    518198   2676588     14.34     15.11  --
3142.36/787.95	c  N dy 18869   5625066      1755      8897    160438    149072    518198   3814032     14.34     15.13  --
3153.53/790.72	c  N dy 18931   5645126      1755      8897    160438    168846    518198   4814547     14.34     18.80  --
3165.10/793.69	c  N dy 19008   5665489      1755      8897    160438    188961    518198   5840754     14.34     15.11  --
3178.66/797.00	c  N dy 19075   5685521      1755      8897    160438    105114    518198   1597664     14.34     15.26  --
3189.47/799.71	c  N dy 19137   5706021      1755      8897    160438    125328    518198   2572189     14.34     15.15  --
3194.21/800.91	c  S st 19170   5714404      1755      8897    160438    133616    518198   2981197     14.34     12.84  --
3194.21/800.97	c  S st 19170   5714909      1755      8897    160438    134120    518198   3011184     14.34   no data  --
3194.21/800.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3194.21/800.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3195.80/801.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.8M T:  1.52
3196.20/801.49	c bin-w-bin subsume rem            0 bins  time:  0.09 s
3201.80/802.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.42 s
3201.80/802.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.06 s
3201.80/802.89	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
3217.75/806.83	c lits-rem:       106  cl-subs:     1809  v-elim:      0  v-fix:    0  time: 15.70 s
3217.75/806.83	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
3218.15/806.99	c vivif2 --  cl tried   132311 cl shrink        0 lits rem          0 time: 0.62
3219.35/807.22	c asymm  cl-useful: 0/1220/8897 lits-rem:0 time: 0.92
3219.35/807.23	c calculated reachability. Time: 0.00
3219.35/807.23	c  N dy 19170   5714909      1755      8897    160438    132311    518198   2968701     14.34   no data  --
3229.71/809.82	c  N dy 19242   5735209      1755      8897    160438    152317    518198   3977857     14.34     15.15  --
3240.89/812.68	c  N dy 19320   5755239      1755      8897    160438    172026    518198   4966867     14.34     15.16  --
3252.86/815.63	c  N dy 19406   5775659      1755      8897    160438    192195    518198   6006933     14.34     15.23  --
3266.42/819.09	c  N dy 19485   5796349      1755      8897    160438    108062    518198   1702898     14.34     15.13  --
3276.83/821.68	c  N dy 19546   5816413      1755      8897    160438    127820    518198   2653534     14.34     15.10  --
3287.95/824.49	c  N dy 19628   5836475      1755      8897    160438    147610    518198   3670674     14.34     15.12  --
3301.12/827.70	c  N dy 19711   5856482      1755      8897    160438    167305    518198   4653638     14.35     20.52  --
3313.09/830.73	c  N dy 19801   5876732      1755      8897    160438    187332    518198   5662781     14.35     15.12  --
3325.85/833.92	c  N dy 19884   5897313      1755      8897    160438    207632    518198   6713091     14.35     15.29  --
3337.83/836.95	c  N dy 19956   5917404      1755      8897    160438    121971    518198   2388507     14.35     15.17  --
3350.59/840.11	c  N dy 20051   5939219      1755      8897    160438    143530    518198   3500238     14.35     15.11  --
3361.76/842.92	c  N dy 20119   5959220      1755      8897    160438    163252    518198   4501883     14.35     15.38  --
3373.36/845.89	c  N dy 20195   5979440      1755      8897    160438    183223    518198   5506571     14.35     15.12  --
3385.70/848.99	c  N dy 20243   5999536      1755      8897    160438    203044    518198   6500816     14.34     16.22  --
3398.46/852.11	c  N dy 20316   6019794      1755      8897    160438    116476    518198   2069650     14.34     15.20  --
3408.48/854.69	c  N dy 20379   6039820      1755      8897    160438    136246    518198   3078239     14.34     15.18  --
3419.19/857.39	c  N dy 20462   6059899      1755      8897    160438    156064    518198   4093658     14.34     15.18  --
3431.57/860.40	c  N dy 20542   6080762      1755      8897    160438    176671    518198   5133643     14.35     15.23  --
3443.97/863.53	c  N dy 20618   6101151      1755      8897    160438    196774    518198   6114172     14.35     15.14  --
3458.29/867.12	c  N dy 20692   6121159      1755      8897    160438    108961    518198   1635110     14.35     16.22  --
3467.86/869.60	c  N dy 20757   6141446      1755      8897    160438    128955    518198   2622532     14.34     15.12  --
3479.43/872.49	c  N dy 20837   6163006      1755      8897    160438    150239    518198   3684811     14.34     15.23  --
3491.41/875.44	c  N dy 20912   6183404      1755      8897    160438    170336    518198   4653891     14.34     15.11  --
3503.38/878.43	c  N dy 20990   6203416      1755      8897    160438    190046    518198   5629864     14.35     16.28  --
3510.95/880.38	c  S st 21021   6214913      1755      8897    160438    201367    518198   6171954     14.34   no data  --
3511.35/880.46	c  S st 21021   6215416      1755      8897    160438    201870    518198   6201658     14.34   no data  --
3511.35/880.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
3511.35/880.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3513.78/881.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.8M T:  2.28
3514.93/881.31	c bin-w-bin subsume rem            0 bins  time:  0.09 s
3521.33/882.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  6.66 s
3521.73/883.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.07 s
3521.73/883.02	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
3667.77/919.65	c lits-rem:       451  cl-subs:     5784  v-elim:      0  v-fix:    0  time: 145.40 s
3667.77/919.66	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
3669.32/920.02	c vivif2 --  cl tried   196086 cl shrink        0 lits rem          0 time: 1.44
3670.92/920.40	c asymm  cl-useful: 0/1233/8897 lits-rem:0 time: 1.55
3670.92/920.42	c calculated reachability. Time: 0.01
3670.92/920.42	c  N dy 21021   6215416      1755      8897    160438    196086    518198   6072874     14.34   no data  --
3685.32/924.05	c  N dy 21097   6235450      1755      8897    160438    215880    518198   7061667     14.34     15.11  --
3698.83/927.44	c  N dy 21146   6255518      1755      8897    160438    127173    518198   2486287     14.34     15.15  --
3710.81/930.49	c  N dy 21208   6275702      1755      8897    160438    147029    518198   3474476     14.34     15.18  --
3723.98/933.80	c  N dy 21292   6295815      1755      8897    160438    166911    518198   4499815     14.34     15.12  --
3737.57/937.20	c  N dy 21365   6315939      1755      8897    160438    186771    518198   5513662     14.34     15.10  --
3752.29/940.80	c  N dy 21426   6335975      1755      8897    160438    206541    518198   6500698     14.34     15.38  --
3767.06/944.54	c  N dy 21485   6356129      1755      8897    160438    116941    518198   1965042     14.34     15.10  --
3779.42/947.64	c  N dy 21542   6376404      1755      8897    160438    136880    518198   2932860     14.34     15.14  --
3791.78/950.79	c  N dy 21615   6396432      1755      8897    160438    156637    518198   3929315     14.34     15.30  --
3804.95/954.03	c  N dy 21686   6416822      1755      8897    160438    176746    518198   4906126     14.34     15.10  --
3818.51/957.45	c  N dy 21769   6436825      1755      8897    160438    196512    518198   5903813     14.34     15.17  --
3832.08/960.85	c  N dy 21842   6457443      1755      8897    160438    216824    518198   6884632     14.34     15.17  --
3844.04/963.82	c  N dy 21929   6477896      1755      8897    160438    126558    518198   2422641     14.34     15.26  --
3854.82/966.56	c  N dy 21996   6498225      1755      8897    160438    146613    518198   3382880     14.34     15.10  --
3866.38/969.49	c  N dy 22037   6518567      1755      8897    160438    166597    518198   4297656     14.34     15.15  --
3878.74/972.57	c  N dy 22127   6538942      1755      8897    160438    186695    518198   5301011     14.34     15.13  --
3891.91/975.80	c  N dy 22206   6559002      1755      8897    160438    206466    518198   6272044     14.34     15.32  --
3905.47/979.23	c  N dy 22286   6579785      1755      8897    160438    115585    518198   1835337     14.34     15.10  --
3917.04/982.19	c  N dy 22347   6601418      1755      8897    160438    136927    518198   2838657     14.34     15.13  --
3928.62/985.01	c  N dy 22393   6621494      1755      8897    160438    156661    518198   3782607     14.34     16.45  --
3940.18/987.91	c  N dy 22466   6641508      1755      8897    160438    176428    518198   4777886     14.34     16.15  --
3952.16/990.97	c  N dy 22519   6662602      1755      8897    160438    197217    518198   5806135     14.34     15.22  --
3964.92/994.13	c  N dy 22595   6683094      1755      8897    160438    217440    518198   6825048     14.34     15.18  --
3977.69/997.35	c  N dy 22620   6703281      1755      8897    160438    124877    518198   2233430     14.33     15.15  --
3984.06/998.96	c  S st 22651   6715416      1755      8897    160438    136838    518198   2820520     14.33   no data  --
3984.46/999.03	c  S st 22651   6715923      1755      8897    160438    137345    518198   2852394     14.33   no data  --
3984.46/999.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
3984.46/999.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3986.05/999.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.8M T:  1.71
3986.86/999.61	c bin-w-bin subsume rem            0 bins  time:  0.09 s
3992.48/1001.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.78 s
3992.48/1001.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.07 s
3992.48/1001.09	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s
4006.79/1004.60	c lits-rem:       143  cl-subs:     2443  v-elim:      0  v-fix:    0  time: 14.00 s
4006.79/1004.61	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
4007.19/1004.76	c vivif2 --  cl tried   134902 cl shrink        0 lits rem          0 time: 0.60
4008.00/1004.99	c asymm  cl-useful: 0/1187/8897 lits-rem:0 time: 0.92
4008.40/1005.00	c calculated reachability. Time: 0.01
4008.40/1005.00	c  N dy 22651   6715923      1755      8897    160438    134902    518198   2798502     14.33   no data  --
4018.41/1007.53	c  N dy 22733   6735953      1755      8897    160438    154705    518198   3840668     14.33     17.27  --
4029.94/1010.46	c  N dy 22810   6756157      1755      8897    160438    174624    518198   4796011     14.33     15.09  --
4041.90/1013.45	c  N dy 22895   6776175      1755      8897    160438    194385    518198   5807145     14.33     15.73  --
4054.66/1016.66	c  N dy 22966   6796458      1755      8897    160438    214374    518198   6793540     14.33     15.11  --
4068.23/1020.01	c  N dy 23035   6816659      1755      8897    160438    120926    518198   2030550     14.33     15.12  --
4079.01/1022.79	c  N dy 23114   6836746      1755      8897    160438    140711    518198   2981649     14.33     15.48  --
4090.17/1025.59	c  N dy 23193   6856835      1755      8897    160438    160570    518198   3989002     14.33     15.12  --
4102.93/1028.72	c  N dy 23262   6876934      1755      8897    160438    180429    518198   5009605     14.33     15.15  --
4116.10/1032.08	c  N dy 23324   6897263      1755      8897    160438    200484    518198   6055509     14.33     15.21  --
4130.46/1035.69	c  N dy 23393   6917341      1755      8897    160438    220315    518198   7050821     14.33     15.09  --
4146.06/1039.51	c  N dy 23445   6938084      1755      8897    160438    126367    518198   2256001     14.33     15.17  --
4157.99/1042.58	c  N dy 23508   6958105      1755      8897    160438    146113    518198   3255895     14.33     15.10  --
4170.75/1045.74	c  N dy 23583   6978262      1755      8897    160438    165986    518198   4233104     14.33     15.14  --
4184.32/1049.14	c  N dy 23643   6998295      1755      8897    160438    185745    518198   5171548     14.33     15.09  --
4198.72/1052.76	c  N dy 23709   7018550      1755      8897    160438    205756    518198   6153368     14.33     15.14  --
4214.24/1056.61	c  N dy 23784   7039477      1755      8897    160438    226416    518198   7157686     14.33     15.18  --
4229.44/1060.48	c  N dy 23856   7062706      1755      8897    160438    133880    518198   2605434     14.33     15.13  --
4241.76/1063.50	c  N dy 23917   7083150      1755      8897    160438    153994    518198   3578483     14.33     15.13  --
4253.73/1066.55	c  N dy 23991   7103179      1755      8897    160438    173754    518198   4574461     14.33     16.07  --
4266.49/1069.77	c  N dy 24056   7123226      1755      8897    160438    193505    518198   5540498     14.33     15.62  --
4281.69/1073.57	c  N dy 24113   7144806      1755      8897    160438    214733    518198   6559817     14.32     15.25  --
4296.40/1077.20	c  N dy 24187   7164893      1755      8897    160438    118203    518198   1781199     14.32     15.13  --
4306.38/1079.78	c  N dy 24278   7184908      1755      8897    160438    137977    518198   2779727     14.33     15.12  --
4317.54/1082.56	c  N dy 24354   7204993      1755      8897    160438    157816    518198   3778262     14.33     17.10  --
4323.94/1084.16	c  S st 24409   7215924      1755      8897    160438    168611    518198   4336255     14.33     12.80  --
4324.34/1084.23	c  S st 24409   7216427      1755      8897    160438    169114    518198   4366273     14.33   no data  --
4324.34/1084.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
4324.34/1084.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4326.32/1084.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.4M T:  1.83
4326.72/1084.88	c bin-w-bin subsume rem            0 bins  time:  0.09 s
4333.11/1086.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  6.24 s
4333.11/1086.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.06 s
4333.11/1086.48	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.07 s
4367.81/1095.17	c lits-rem:       176  cl-subs:     2514  v-elim:      0  v-fix:    0  time: 34.62 s
4367.81/1095.18	c vivif2 --  cl tried     8897 cl shrink        0 lits rem          0 time: 0.02
4369.01/1095.40	c vivif2 --  cl tried   166600 cl shrink        0 lits rem          0 time: 0.87
4369.84/1095.64	c asymm  cl-useful: 0/1114/8897 lits-rem:0 time: 0.96
4369.84/1095.65	c calculated reachability. Time: 0.00
4369.84/1095.65	c  N dy 24409   7216427      1755      8897    160438    166600    518198   4303529     14.33   no data  --
4381.38/1098.59	c  N dy 24482   7237145      1755      8897    160438    187054    518198   5302162     14.33     15.12  --
4393.75/1101.62	c  N dy 24554   7257244      1755      8897    160438    206912    518198   6301115     14.33     15.14  --
4406.91/1104.94	c  N dy 24594   7277322      1755      8897    160438    226668    518198   7245935     14.33     15.21  --
4420.07/1108.23	c  N dy 24657   7297396      1755      8897    160438    129099    518198   2260619     14.32     15.09  --
4430.89/1110.95	c  N dy 24732   7317447      1755      8897    160438    148838    518198   3224419     14.32     15.83  --
4442.81/1113.91	c  N dy 24805   7338559      1755      8897    160438    169655    518198   4273093     14.32     15.12  --
4454.38/1116.83	c  N dy 24875   7358577      1755      8897    160438    189377    518198   5258809     14.32     15.33  --
4467.14/1120.04	c  N dy 24957   7378611      1755      8897    160438    209160    518198   6232123     14.33     16.75  --
4480.70/1123.40	c  N dy 25027   7398677      1755      8897    160438    228966    518198   7218552     14.33     15.51  --
4493.87/1126.72	c  N dy 25085   7418698      1755      8897    160438    130338    518198   2308436     14.32     19.50  --
4506.23/1129.85	c  N dy 25147   7439060      1755      8897    160438    150416    518198   3240179     14.32     15.21  --
4518.21/1132.87	c  N dy 25198   7459179      1755      8897    160438    170237    518198   4203760     14.32     15.14  --
4531.80/1136.30	c  N dy 25260   7479351      1755      8897    160438    190146    518198   5156428     14.32     15.08  --
4546.12/1139.86	c  N dy 25331   7499383      1755      8897    160438    209957    518198   6147179     14.32     15.09  --
4561.29/1143.63	c  N dy 25395   7519485      1755      8897    160438    229732    518198   7090032     14.32     15.31  --
4576.84/1147.57	c  N dy 25449   7542113      1755      8897    160438    132746    518198   2401661     14.32     15.08  --
4589.25/1150.64	c  N dy 25523   7563471      1755      8897    160438    153825    518198   3434207     14.32     15.09  --
4602.77/1154.04	c  N dy 25611   7584876      1755      8897    160438    174943    518198   4513023     14.32     15.15  --
4616.33/1157.43	c  N dy 25663   7605008      1755      8897    160438    194767    518198   5438697     14.32     15.08  --
4629.89/1160.88	c  N dy 25724   7625081      1755      8897    160438    214552    518198   6416933     14.32     16.29  --
4645.06/1164.67	c  N dy 25788   7645541      1755      8897    160438    234721    518198   7392421     14.32     15.14  --
4659.81/1168.31	c  N dy 25853   7665631      1755      8897    160438    134240    518198   2412185     14.32     18.71  --
4671.79/1171.40	c  N dy 25923   7686583      1755      8897    160438    154918    518198   3446104     14.32     15.10  --
4684.55/1174.50	c  N dy 25987   7706813      1755      8897    160438    174803    518198   4440800     14.32     15.30  --
4690.18/1175.98	c  S st 26011   7716430      1755      8897    160438    184310    518198   4928610     14.32     13.10  --
4690.53/1176.06	c  S st 26011   7716930      1755      8897    160438    184810    518198   4959572     14.32   no data  --
4690.53/1176.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
4690.53/1176.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4692.92/1176.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.2M T:  2.21
4693.73/1176.84	c bin-w-bin subsume rem            0 bins  time:  0.09 s
4699.70/1178.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.88 s
4699.70/1178.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.07 s
4699.70/1178.35	c Removed useless bin:       0  fixed:     0  props:   0.81M  time:  0.06 s

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-3369355-1305392145/watcher-3369355-1305392145 -o /tmp/evaluation-result-3369355-1305392145/solver-3369355-1305392145 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369355-1305392145.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: 8.09 8.06 7.86 6/339 30331
/proc/meminfo: memFree=16944000/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=51236 CPUtime=0.02 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 416 0 0 0 2 0 0 0 25 0 4 0 650815470 52465664 357 33554432000 4194304 4650419 140734601188016 18446744073709551615 47575290639897 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 12809 357 306 112 0 7774 0
[pid=30331/tid=30332] ppid=30329 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 650815471 52465664 357 33554432000 4194304 4650419 140734601188016 18446744073709551615 47575290640300 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 650815471 52465664 357 33554432000 4194304 4650419 140734601188016 18446744073709551615 47575290639897 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 650815471 52465664 357 33554432000 4194304 4650419 140734601188016 18446744073709551615 47575290639895 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.039489 s]
/proc/loadavg: 8.09 8.06 7.86 6/339 30331
/proc/meminfo: memFree=16944000/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=285692 CPUtime=0.12 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 5019 0 0 0 11 1 0 0 18 0 4 0 650815470 292548608 4931 33554432000 4194304 4650419 140734601188016 18446744073709551615 4545942 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 71423 4932 343 112 0 66388 0
[pid=30331/tid=30332] ppid=30329 vsize=285692 CPUtime=0.02 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 1182 0 0 0 2 0 0 0 25 0 4 0 650815471 292548608 4932 33554432000 4194304 4650419 140734601188016 18446744073709551615 4545933 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=285692 CPUtime=0.03 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 1156 0 0 0 3 0 0 0 18 0 4 0 650815471 292548608 4936 33554432000 4194304 4650419 140734601188016 18446744073709551615 270612807435 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=285692 CPUtime=0.02 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 1133 0 0 0 2 0 0 0 18 0 4 0 650815471 292548608 4940 33554432000 4194304 4650419 140734601188016 18446744073709551615 4545871 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 285692

[startup+0.100479 s]
/proc/loadavg: 8.09 8.06 7.86 6/339 30331
/proc/meminfo: memFree=16944000/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=288088 CPUtime=0.36 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 7316 0 0 0 35 1 0 0 18 0 4 0 650815470 295002112 7219 33554432000 4194304 4650419 140734601188016 18446744073709551615 4436457 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 72022 7219 381 112 0 66987 0
[pid=30331/tid=30332] ppid=30329 vsize=288088 CPUtime=0.08 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 1791 0 0 0 8 0 0 0 25 0 4 0 650815471 295002112 7220 33554432000 4194304 4650419 140734601188016 18446744073709551615 4436053 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=288088 CPUtime=0.09 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 1778 0 0 0 9 0 0 0 18 0 4 0 650815471 295002112 7220 33554432000 4194304 4650419 140734601188016 18446744073709551615 4435916 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=288088 CPUtime=0.08 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 1545 0 0 0 8 0 0 0 18 0 4 0 650815471 295002112 7220 33554432000 4194304 4650419 140734601188016 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 288088

[startup+0.300445 s]
/proc/loadavg: 8.09 8.06 7.86 6/339 30331
/proc/meminfo: memFree=16944000/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=294408 CPUtime=1.16 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 13647 0 0 0 114 2 0 0 18 0 4 0 650815470 301473792 13416 33554432000 4194304 4650419 140734601188016 18446744073709551615 4520322 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 73602 13416 390 112 0 68567 0
[pid=30331/tid=30332] ppid=30329 vsize=294408 CPUtime=0.28 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 3713 0 0 0 28 0 0 0 25 0 4 0 650815471 301473792 13416 33554432000 4194304 4650419 140734601188016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=294408 CPUtime=0.28 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 3763 0 0 0 28 0 0 0 18 0 4 0 650815471 301473792 13416 33554432000 4194304 4650419 140734601188016 18446744073709551615 4366657 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=294408 CPUtime=0.28 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 2000 0 0 0 28 0 0 0 18 0 4 0 650815471 301473792 13416 33554432000 4194304 4650419 140734601188016 18446744073709551615 4366174 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 294408

[startup+0.700374 s]
/proc/loadavg: 8.09 8.06 7.86 6/339 30331
/proc/meminfo: memFree=16944000/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=301200 CPUtime=2.76 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 17032 0 0 0 273 3 0 0 18 0 4 0 650815470 308428800 14526 33554432000 4194304 4650419 140734601188016 18446744073709551615 4363693 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 75300 14527 392 112 0 70265 0
[pid=30331/tid=30332] ppid=30329 vsize=301200 CPUtime=0.68 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 4555 0 0 0 68 0 0 0 25 0 4 0 650815471 308428800 14527 33554432000 4194304 4650419 140734601188016 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=301200 CPUtime=0.68 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 4656 0 0 0 68 0 0 0 18 0 4 0 650815471 308428800 14527 33554432000 4194304 4650419 140734601188016 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=301200 CPUtime=0.68 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 2778 0 0 0 68 0 0 0 18 0 4 0 650815471 308428800 14527 33554432000 4194304 4650419 140734601188016 18446744073709551615 4336753 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 301200

[startup+1.50023 s]
/proc/loadavg: 8.09 8.06 7.86 9/343 30335
/proc/meminfo: memFree=16898460/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=293464 CPUtime=5.95 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 22958 0 0 0 591 4 0 0 20 0 4 0 650815470 300507136 15231 33554432000 4194304 4650419 140734601188016 18446744073709551615 4363335 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 73366 15231 392 112 0 68331 0
[pid=30331/tid=30332] ppid=30329 vsize=293464 CPUtime=1.46 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 5671 0 0 0 146 0 0 0 25 0 4 0 650815471 300507136 15232 33554432000 4194304 4650419 140734601188016 18446744073709551615 4315122 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=293464 CPUtime=1.49 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 6247 0 0 0 148 1 0 0 19 0 4 0 650815471 300507136 15232 33554432000 4194304 4650419 140734601188016 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=293464 CPUtime=1.49 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 4358 0 0 0 148 1 0 0 20 0 4 0 650815471 300507136 15232 33554432000 4194304 4650419 140734601188016 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 293464

[startup+3.10095 s]
/proc/loadavg: 8.09 8.06 7.86 9/343 30335
/proc/meminfo: memFree=16884420/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=295164 CPUtime=12.35 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 34745 0 0 0 1229 6 0 0 25 0 4 0 650815470 302247936 21654 33554432000 4194304 4650419 140734601188016 18446744073709551615 4436362 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 73791 21654 394 112 0 68756 0
[pid=30331/tid=30332] ppid=30329 vsize=295164 CPUtime=3.05 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 8357 0 0 0 305 0 0 0 25 0 4 0 650815471 302247936 21654 33554432000 4194304 4650419 140734601188016 18446744073709551615 4370730 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=295164 CPUtime=3.08 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 8569 0 0 0 307 1 0 0 25 0 4 0 650815471 302247936 21654 33554432000 4194304 4650419 140734601188016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=295164 CPUtime=3.08 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 7300 0 0 0 307 1 0 0 25 0 4 0 650815471 302247936 21654 33554432000 4194304 4650419 140734601188016 18446744073709551615 4333978 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 295164

[startup+6.30039 s]
/proc/loadavg: 8.08 8.06 7.86 9/343 30336
/proc/meminfo: memFree=16846000/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=303596 CPUtime=25.1 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 46481 0 0 0 2503 7 0 0 25 0 4 0 650815470 310882304 31804 33554432000 4194304 4650419 140734601188016 18446744073709551615 4365330 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 75899 31804 394 112 0 70864 0
[pid=30331/tid=30332] ppid=30329 vsize=303596 CPUtime=6.22 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 10651 0 0 0 621 1 0 0 25 0 4 0 650815471 310882304 31804 33554432000 4194304 4650419 140734601188016 18446744073709551615 4331876 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=303596 CPUtime=6.28 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 13059 0 0 0 626 2 0 0 25 0 4 0 650815471 310882304 31804 33554432000 4194304 4650419 140734601188016 18446744073709551615 4439153 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=303596 CPUtime=6.28 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 11829 0 0 0 627 1 0 0 25 0 4 0 650815471 310882304 31804 33554432000 4194304 4650419 140734601188016 18446744073709551615 4439619 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 303596

[startup+12.7003 s]
/proc/loadavg: 8.08 8.06 7.86 9/343 30336
/proc/meminfo: memFree=16783028/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=294656 CPUtime=50.63 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 70285 0 0 0 5051 12 0 0 25 0 4 0 650815470 301727744 44733 33554432000 4194304 4650419 140734601188016 18446744073709551615 4436163 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 73664 44733 394 112 0 68629 0
[pid=30331/tid=30332] ppid=30329 vsize=294656 CPUtime=12.54 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 17886 0 0 0 1252 2 0 0 25 0 4 0 650815471 301727744 44733 33554432000 4194304 4650419 140734601188016 18446744073709551615 4332006 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=294656 CPUtime=12.68 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 17367 0 0 0 1265 3 0 0 25 0 4 0 650815471 301727744 44733 33554432000 4194304 4650419 140734601188016 18446744073709551615 4436434 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=294656 CPUtime=12.68 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 16999 0 0 0 1266 2 0 0 25 0 4 0 650815471 301727744 44733 33554432000 4194304 4650419 140734601188016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 294656

[startup+25.501 s]
/proc/loadavg: 8.06 8.05 7.86 9/343 30336
/proc/meminfo: memFree=16688420/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=483800 CPUtime=101.69 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 104476 0 0 0 10149 20 0 0 25 0 4 0 650815470 495411200 59999 33554432000 4194304 4650419 140734601188016 18446744073709551615 4310544 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 120950 59999 394 112 0 115915 0
[pid=30331/tid=30332] ppid=30329 vsize=483800 CPUtime=25.2 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 24798 0 0 0 2516 4 0 0 25 0 4 0 650815471 495411200 59999 33554432000 4194304 4650419 140734601188016 18446744073709551615 4366857 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=483800 CPUtime=25.48 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 29189 0 0 0 2542 6 0 0 25 0 4 0 650815471 495411200 59999 33554432000 4194304 4650419 140734601188016 18446744073709551615 4432730 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=483800 CPUtime=25.48 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 25503 0 0 0 2544 4 0 0 25 0 4 0 650815471 495411200 59999 33554432000 4194304 4650419 140734601188016 18446744073709551615 4366523 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 483800

[startup+51.1005 s]
/proc/loadavg: 8.16 8.08 7.88 9/343 30337
/proc/meminfo: memFree=16643100/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=572816 CPUtime=203.81 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 153429 0 0 0 20351 30 0 0 25 0 4 0 650815470 586563584 74560 33554432000 4194304 4650419 140734601188016 18446744073709551615 4331981 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 143204 74560 394 112 0 138169 0
[pid=30331/tid=30332] ppid=30329 vsize=572816 CPUtime=50.52 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 28777 0 0 0 5048 4 0 0 25 0 4 0 650815471 586563584 74560 33554432000 4194304 4650419 140734601188016 18446744073709551615 4439641 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=572816 CPUtime=51.09 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 45827 0 0 0 5098 11 0 0 25 0 4 0 650815471 586563584 74560 33554432000 4194304 4650419 140734601188016 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=572816 CPUtime=51.09 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 39993 0 0 0 5102 7 0 0 25 0 4 0 650815471 586563584 74560 33554432000 4194304 4650419 140734601188016 18446744073709551615 4363768 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 572816

[startup+102.312 s]
/proc/loadavg: 8.20 8.10 7.89 9/343 30338
/proc/meminfo: memFree=16552416/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=601736 CPUtime=408.09 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 262995 0 0 0 40753 56 0 0 25 0 4 0 650815470 616177664 88983 33554432000 4194304 4650419 140734601188016 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 150434 88983 394 112 0 145399 0
[pid=30331/tid=30332] ppid=30329 vsize=601736 CPUtime=101.17 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 35001 0 0 0 10112 5 0 0 25 0 4 0 650815471 616177664 88984 33554432000 4194304 4650419 140734601188016 18446744073709551615 4303817 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=601736 CPUtime=102.3 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 86246 0 0 0 10211 19 0 0 25 0 4 0 650815471 616177664 88984 33554432000 4194304 4650419 140734601188016 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=601736 CPUtime=102.29 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 77486 0 0 0 10213 16 0 0 25 0 4 0 650815471 616177664 88984 33554432000 4194304 4650419 140734601188016 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.09
Current children cumulated vsize (KiB) 601736

[startup+162.301 s]

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

[pid=30331] ppid=30329 vsize=1166568 CPUtime=2800.89 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 1352254 0 0 0 279742 347 0 0 25 0 4 0 650815470 1194565632 194943 33554432000 4194304 4650419 140734601188016 18446744073709551615 4328256 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 291642 194943 394 112 0 286607 0
[pid=30331/tid=30332] ppid=30329 vsize=1166568 CPUtime=694.61 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 162124 0 0 0 69420 41 0 0 25 0 4 0 650815471 1194565632 194943 33554432000 4194304 4650419 140734601188016 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=1166568 CPUtime=701.71 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 489925 0 0 0 70045 126 0 0 25 0 4 0 650815471 1194565632 194943 33554432000 4194304 4650419 140734601188016 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=1166568 CPUtime=702.28 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 378029 0 0 0 70132 96 0 0 25 0 4 0 650815471 1194565632 194943 33554432000 4194304 4650419 140734601188016 18446744073709551615 4510881 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2800.89
Current children cumulated vsize (KiB) 1166568

[startup+762.313 s]
/proc/loadavg: 4.06 5.78 7.02 5/334 30386
/proc/meminfo: memFree=16783708/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=1232184 CPUtime=3040.28 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 1735630 0 0 0 303602 426 0 0 25 0 4 0 650815470 1261756416 209372 33554432000 4194304 4650419 140734601188016 18446744073709551615 4303973 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 308046 209388 394 112 0 303011 0
[pid=30331/tid=30332] ppid=30329 vsize=1232184 CPUtime=753.95 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 169638 0 0 0 75351 44 0 0 25 0 4 0 650815471 1261756416 209396 33554432000 4194304 4650419 140734601188016 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=1232184 CPUtime=761.72 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 825806 0 0 0 75993 179 0 0 25 0 4 0 650815471 1261756416 209402 33554432000 4194304 4650419 140734601188016 18446744073709551615 4441467 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=1232184 CPUtime=762.28 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 395594 0 0 0 76121 107 0 0 25 0 4 0 650815471 1261756416 209409 33554432000 4194304 4650419 140734601188016 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3040.28
Current children cumulated vsize (KiB) 1232184

[startup+822.301 s]
/proc/loadavg: 4.02 5.45 6.83 5/334 30387
/proc/meminfo: memFree=16795704/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=1166972 CPUtime=3279.58 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 1936217 0 0 0 327488 470 0 0 25 0 4 0 650815470 1194979328 206786 33554432000 4194304 4650419 140734601188016 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 291743 206786 394 112 0 286708 0
[pid=30331/tid=30332] ppid=30329 vsize=1166972 CPUtime=813.3 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 179529 0 0 0 81281 49 0 0 25 0 4 0 650815471 1194979328 206786 33554432000 4194304 4650419 140734601188016 18446744073709551615 4439344 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=1166972 CPUtime=821.71 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 976912 0 0 0 81964 207 0 0 25 0 4 0 650815471 1194979328 206786 33554432000 4194304 4650419 140734601188016 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=1166972 CPUtime=822.28 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 414605 0 0 0 82116 112 0 0 25 0 4 0 650815471 1194979328 206786 33554432000 4194304 4650419 140734601188016 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3279.58
Current children cumulated vsize (KiB) 1166972

[startup+882.301 s]
/proc/loadavg: 4.07 5.20 6.65 5/334 30389
/proc/meminfo: memFree=16715332/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=1298372 CPUtime=3518.93 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 2036481 0 0 0 351390 503 0 0 25 0 4 0 650815470 1329532928 226812 33554432000 4194304 4650419 140734601188016 18446744073709551615 4436168 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 324593 226812 394 112 0 319558 0
[pid=30331/tid=30332] ppid=30329 vsize=1298372 CPUtime=872.63 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 190781 0 0 0 87209 54 0 0 25 0 4 0 650815471 1329532928 226812 33554432000 4194304 4650419 140734601188016 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=1298372 CPUtime=881.71 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 1012004 0 0 0 87953 218 0 0 25 0 4 0 650815471 1329532928 226812 33554432000 4194304 4650419 140734601188016 18446744073709551615 4364796 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=1298372 CPUtime=882.27 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 443163 0 0 0 88108 119 0 0 25 0 4 0 650815471 1329532928 226812 33554432000 4194304 4650419 140734601188016 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3518.93
Current children cumulated vsize (KiB) 1298372

[startup+942.301 s]
/proc/loadavg: 4.08 5.00 6.49 5/334 30391
/proc/meminfo: memFree=16677376/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=1298452 CPUtime=3758.27 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 2579988 0 0 0 375223 604 0 0 25 0 4 0 650815470 1329614848 236188 33554432000 4194304 4650419 140734601188016 18446744073709551615 4363386 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 324613 236188 394 112 0 319578 0
[pid=30331/tid=30332] ppid=30329 vsize=1298452 CPUtime=931.99 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 195751 0 0 0 93141 58 0 0 25 0 4 0 650815471 1329614848 236188 33554432000 4194304 4650419 140734601188016 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=1298452 CPUtime=941.71 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 1155025 0 0 0 93925 246 0 0 25 0 4 0 650815471 1329614848 236188 33554432000 4194304 4650419 140734601188016 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=1298452 CPUtime=942.28 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 830029 0 0 0 94044 184 0 0 25 0 4 0 650815471 1329614848 236188 33554432000 4194304 4650419 140734601188016 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3758.27
Current children cumulated vsize (KiB) 1298452

[startup+1002.3 s]
/proc/loadavg: 4.08 4.83 6.34 5/334 30392
/proc/meminfo: memFree=16645476/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=1317396 CPUtime=3997.62 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 2931693 0 0 0 399088 674 0 0 25 0 4 0 650815470 1349013504 244589 33554432000 4194304 4650419 140734601188016 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 329349 244589 394 112 0 324314 0
[pid=30331/tid=30332] ppid=30329 vsize=1317396 CPUtime=991.33 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 207919 0 0 0 99071 62 0 0 25 0 4 0 650815471 1349013504 244589 33554432000 4194304 4650419 140734601188016 18446744073709551615 4328947 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=1317396 CPUtime=1001.72 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 1451820 0 0 0 99875 297 0 0 25 0 4 0 650815471 1349013504 244589 33554432000 4194304 4650419 140734601188016 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=1317396 CPUtime=1002.27 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 853187 0 0 0 100035 192 0 0 25 0 4 0 650815471 1349013504 244589 33554432000 4194304 4650419 140734601188016 18446744073709551615 4370480 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3997.62
Current children cumulated vsize (KiB) 1317396

[startup+1062.3 s]
/proc/loadavg: 4.08 4.69 6.19 5/334 30394
/proc/meminfo: memFree=16626732/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=1317888 CPUtime=4236.97 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 3157316 0 0 0 422976 721 0 0 25 0 4 0 650815470 1349517312 249184 33554432000 4194304 4650419 140734601188016 18446744073709551615 4363762 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 329472 249184 394 112 0 324437 0
[pid=30331/tid=30332] ppid=30329 vsize=1317888 CPUtime=1050.68 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 216967 0 0 0 105002 66 0 0 25 0 4 0 650815471 1349517312 249184 33554432000 4194304 4650419 140734601188016 18446744073709551615 4328424 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=1317888 CPUtime=1061.71 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 1625682 0 0 0 105848 323 0 0 25 0 4 0 650815471 1349517312 249184 33554432000 4194304 4650419 140734601188016 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=1317888 CPUtime=1062.27 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 873992 0 0 0 106027 200 0 0 25 0 4 0 650815471 1349517312 249184 33554432000 4194304 4650419 140734601188016 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4236.97
Current children cumulated vsize (KiB) 1317888

[startup+1122.3 s]
/proc/loadavg: 4.03 4.56 6.05 5/334 30395
/proc/meminfo: memFree=16639108/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=1383836 CPUtime=4476.32 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 3599033 0 0 0 446833 799 0 0 25 0 4 0 650815470 1417048064 246298 33554432000 4194304 4650419 140734601188016 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 345959 246298 394 112 0 340924 0
[pid=30331/tid=30332] ppid=30329 vsize=1383836 CPUtime=1110.02 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 228238 0 0 0 110931 71 0 0 25 0 4 0 650815471 1417048064 246298 33554432000 4194304 4650419 140734601188016 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=1383836 CPUtime=1121.72 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 2011660 0 0 0 111789 383 0 0 25 0 4 0 650815471 1417048064 246298 33554432000 4194304 4650419 140734601188016 18446744073709551615 4326420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=1383836 CPUtime=1122.28 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 893925 0 0 0 112021 207 0 0 25 0 4 0 650815471 1417048064 246298 33554432000 4194304 4650419 140734601188016 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4476.32
Current children cumulated vsize (KiB) 1383836

[startup+1182.3 s]
/proc/loadavg: 4.01 4.45 5.92 5/334 30397
/proc/meminfo: memFree=16609568/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=1375748 CPUtime=4715.67 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 3788395 0 0 0 470718 849 0 0 25 0 4 0 650815470 1408765952 253032 33554432000 4194304 4650419 140734601188016 18446744073709551615 4439120 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 343937 253032 394 112 0 338902 0
[pid=30331/tid=30332] ppid=30329 vsize=1375748 CPUtime=1169.37 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 239283 0 0 0 116860 77 0 0 25 0 4 0 650815471 1408765952 253032 33554432000 4194304 4650419 140734601188016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=1375748 CPUtime=1181.71 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 2147492 0 0 0 117765 406 0 0 25 0 4 0 650815471 1408765952 253032 33554432000 4194304 4650419 140734601188016 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=1375748 CPUtime=1182.28 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 916923 0 0 0 118009 219 0 0 25 0 4 0 650815471 1408765952 253032 33554432000 4194304 4650419 140734601188016 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4715.67
Current children cumulated vsize (KiB) 1375748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 4.00 4.42 5.87 5/334 30398
/proc/meminfo: memFree=16610684/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=1375748 CPUtime=4800.26 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 4506438 0 0 0 479058 968 0 0 25 0 4 0 650815470 1408765952 252562 33554432000 4194304 4650419 140734601188016 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 343937 252562 394 112 0 338902 0
[pid=30331/tid=30332] ppid=30329 vsize=1375748 CPUtime=1190.33 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 242854 0 0 0 118953 80 0 0 25 0 4 0 650815471 1408765952 252562 33554432000 4194304 4650419 140734601188016 18446744073709551615 4331981 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=1375748 CPUtime=1202.92 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 2593987 0 0 0 119814 478 0 0 25 0 4 0 650815471 1408765952 252562 33554432000 4194304 4650419 140734601188016 18446744073709551615 4533766 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=1375748 CPUtime=1203.49 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 916923 0 0 0 120130 219 0 0 25 0 4 0 650815471 1408765952 252562 33554432000 4194304 4650419 140734601188016 18446744073709551615 4476812 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1375748

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

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

[startup+1203.5 s]
/proc/loadavg: 4.00 4.42 5.87 5/334 30398
/proc/meminfo: memFree=16610684/32951124 swapFree=67056804/67111528
[pid=30331] ppid=30329 vsize=1375748 CPUtime=4800.26 cores=1,3,5,7
/proc/30331/stat : 30331 (strangenight1-m) R 30329 30331 29888 0 -1 4202496 4506438 0 0 0 479058 968 0 0 25 0 4 0 650815470 1408765952 252562 33554432000 4194304 4650419 140734601188016 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30331/statm: 343937 252562 394 112 0 338902 0
[pid=30331/tid=30332] ppid=30329 vsize=1375748 CPUtime=1190.33 cores=1,3,5,7
/proc/30331/task/30332/stat : 30332 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 242854 0 0 0 118953 80 0 0 25 0 4 0 650815471 1408765952 252562 33554432000 4194304 4650419 140734601188016 18446744073709551615 4331981 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30331/tid=30333] ppid=30329 vsize=1375748 CPUtime=1202.92 cores=1,3,5,7
/proc/30331/task/30333/stat : 30333 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 2593987 0 0 0 119814 478 0 0 25 0 4 0 650815471 1408765952 252562 33554432000 4194304 4650419 140734601188016 18446744073709551615 4533766 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=30331/tid=30334] ppid=30329 vsize=1375748 CPUtime=1203.49 cores=1,3,5,7
/proc/30331/task/30334/stat : 30334 (strangenight1-m) R 30329 30331 29888 0 -1 4202560 916923 0 0 0 120130 219 0 0 25 0 4 0 650815471 1408765952 252562 33554432000 4194304 4650419 140734601188016 18446744073709551615 4476812 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1375748

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.57
CPU time (s): 4800.35
CPU user time (s): 4790.61
CPU system time (s): 9.73252
CPU usage (%): 398.844
Max. virtual memory (cumulated for all children) (KiB): 1514992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4790.61
system time used= 9.73252
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4506438
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= 2133
involuntary context switches= 32441

runsolver used 3.58645 second user time and 9.58554 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-14 18:55:45
IDJOB=3369355
IDBENCH=71443
IDSOLVER=1846
FILE ID=node108/3369355-1305392145
RUNJOBID= node108-1305388855-29907
PBS_JOBID= 13324423
Free space on /tmp= 73544 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v1820c171155g5.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369355-1305392145/watcher-3369355-1305392145 -o /tmp/evaluation-result-3369355-1305392145/solver-3369355-1305392145 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369355-1305392145.cnf

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

MD5SUM BENCH= 70a781814cd432fb0f934a7edd92ccff
RANDOM SEED=1366691444

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16944280 kB
Buffers:        301676 kB
Cached:        4615952 kB
SwapCached:       8700 kB
Active:       11726800 kB
Inactive:      3966984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16944280 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:            8168 kB
Writeback:           0 kB
AnonPages:    10772984 kB
Mapped:          27376 kB
Slab:           209172 kB
PageTables:      39188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53227148 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= 73548 MiB
End job on node108 at 2011-05-14 19:15:51