Trace number 3366958

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1820c171155gyes3.cnf
MD5SUMcd19d9eb9be97e183fa1a1d47d679d01
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 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366958-1305392066.cnf'
0.00/0.01	c -- header says num vars:           1820
0.00/0.01	c -- header says num clauses:      171155
0.00/0.05	c -- clauses added:            0 learnts,       171155 normals,            0 xors
0.00/0.05	c -- vars added       1820
0.00/0.05	c Parsing time:  0.03 s
0.00/0.05	c  N st     0         0      1820        65    171090         0    344000         0   no data   no data
0.00/0.05	c asymm  cl-useful: 0/65/65 lits-rem:0 time: 0.00
0.14/0.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
0.14/0.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.14/0.11	c bin-w-bin subsume rem         6833 bins  time:  0.02 s
0.14/0.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
0.14/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1820 time:  0.01 s
0.14/0.13	c Removed useless bin:       0  fixed:     0  props:   0.83M  time:  0.01 s
0.14/0.20	c lits-rem:       588  cl-subs:        0  v-elim:     65  v-fix:    0  time:  0.05 s
0.14/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.14/0.20	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.14/0.20	c calculated reachability. Time: 0.00
0.14/0.20	c Calc default polars -  time:   0.00 s pos:       0 undec:      65 neg:    1755
0.14/0.20	c =========================================================================================
0.14/0.20	c types(t): F = full restart, N = normal restart
0.14/0.20	c types(t): S = simplification begin/end, E = solution found
0.14/0.20	c restart types(rt): st = static, dy = dynamic
0.14/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.14/0.20	c  B st     0         0      1755      8524    153978         0    549134         0   no data   no data
0.14/0.72	c  N dy    13      4075      1755      8524    153978      4042    549134    187506     10.93     11.81
4.02/1.03	c  N dy    40      8233      1755      8524    153980      5691    549134    222669     11.39     12.15
4.42/1.13	c  N dy    60     12247      1755      8524    153980      5457    549133    156912     11.36     12.11
5.63/1.43	c  N dy    76     16500      1755      8524    153980      9691    549133    353299     11.35     11.99
6.36/1.69	c  N dy   102     20616      1755      8524    153981      8194    549133    230096     11.46     12.10
7.95/2.03	c  N dy   119     24695      1755      8524    153981     12225    549133    426844     11.47     12.18
7.95/2.06	c  F st   122     25000      1755      8524    153981     12529    549133    442966     11.48   no data
9.54/2.48	c  N dy   128     30000      1755      8524    153981     10727    549133    322996     11.48   no data
9.54/2.48	c  S st   128     30000      1755      8524    153981     10727    549133    322996     11.48   no data
9.95/2.52	c  S st   128     30502      1755      8524    153981     11228    549133    347329     11.48   no data
9.95/2.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.75/2.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      9 BRemL:      0 BRemN:      0 P: 12.0M T:  0.22
10.75/2.76	c blocked clauses removed:        0 vars:      0 tried:        1755 T: 0.00 s
10.75/2.78	c bin-w-bin subsume rem            0 bins  time:  0.02 s
15.94/4.04	c subs with bin:        0  lits-rem:     67126  v-fix:    0  time:  1.23 s
15.94/4.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
15.94/4.07	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
15.94/4.08	c lits-rem:       259  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
21.10/5.34	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  1.23 s
21.90/5.51	c lits-rem:       374  cl-subs:     2119  v-elim:      0  v-fix:    0  time:  0.16 s
22.30/5.69	c asymm  cl-useful: 0/2055/8524 lits-rem:0 time: 0.18
22.30/5.69	c calculated reachability. Time: 0.00
22.30/5.69	c  N dy   128     30502      1755      8524    153990      9109    481748    307289     11.48   no data
23.90/6.02	c  N dy   159     34545      1755      8524    153995     13129    481748    557133     11.70     14.32
25.48/6.41	c  N dy   195     38947      1755      8524    153995      9665    481748    271265     11.94     12.80
26.69/6.74	c  N dy   231     42962      1755      8524    153996     13658    481748    521993     12.22     12.97
27.49/6.99	c  S st   241     45753      1755      8524    153996     16420    481748    674256     12.21      9.75
27.89/7.03	c  S st   241     46256      1755      8524    153996     16923    481748    707404     12.21   no data
27.89/7.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.69/7.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.3M T:  0.21
28.69/7.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.69/7.27	c bin-w-bin subsume rem            0 bins  time:  0.02 s
31.87/8.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.74 s
31.87/8.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
31.87/8.06	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
31.87/8.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
37.05/9.38	c subs with bin:        0  lits-rem:         5  v-fix:    0  time:  1.28 s
38.64/9.78	c lits-rem:       150  cl-subs:      405  v-elim:      0  v-fix:    0  time:  0.37 s
38.64/9.79	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
39.05/9.81	c vivif2 --  cl tried    16518 cl shrink        5 lits rem          5 time: 0.02
39.45/10.00	c asymm  cl-useful: 0/1998/8524 lits-rem:0 time: 0.18
39.84/10.00	c calculated reachability. Time: 0.00
39.84/10.00	c  N dy   241     46256      1755      8524    153996     16518    481748    693342     12.21   no data
41.04/10.36	c  N dy   265     50299      1755      8524    153996     11641    481748    321256     12.31     14.00
42.69/10.72	c  N dy   291     54383      1755      8524    153996     15691    481748    578951     12.46     13.30
43.83/11.08	c  N dy   313     58523      1755      8524    153996     19801    481748    810300     12.53     13.22
45.43/11.44	c  N dy   337     62603      1755      8524    153996     13953    481748    427498     12.58     13.26
47.07/11.82	c  N dy   357     66659      1755      8524    153996     17973    481748    666650     12.60     20.84
47.81/12.08	c  S st   367     69384      1755      8524    153996     20673    481748    818679     12.59     12.50
48.20/12.12	c  S st   367     69885      1755      8524    153996     21173    481748    851423     12.59   no data
48.20/12.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.00/12.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.1M T:  0.22
49.00/12.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.00/12.37	c bin-w-bin subsume rem            0 bins  time:  0.02 s
52.18/13.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
52.18/13.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
52.18/13.16	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
52.18/13.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
57.77/14.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
59.79/15.04	c lits-rem:       242  cl-subs:      386  v-elim:      0  v-fix:    0  time:  0.50 s
59.79/15.05	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
59.79/15.08	c vivif2 --  cl tried    20787 cl shrink        0 lits rem          0 time: 0.03
60.56/15.27	c asymm  cl-useful: 0/1796/8524 lits-rem:0 time: 0.19
60.56/15.27	c calculated reachability. Time: 0.00
60.56/15.27	c  N dy   367     69885      1755      8524    153996     20787    481748    837831     12.59   no data
62.15/15.69	c  N dy   388     74502      1755      8524    153996     14458    481748    406043     12.58     13.40
64.17/16.13	c  N dy   412     79421      1755      8524    153996     19338    481748    690588     12.61     13.29
66.14/16.61	c  N dy   448     84545      1755      8524    153996     12538    481748    238332     12.70     13.83
66.94/16.86	c  F st   463     87500      1755      8524    153996     15478    481748    433554     12.70   no data
68.14/17.17	c  N st   468     90795      1755      8524    153996     18735    481748    612914     12.70   no data
70.53/17.74	c  N dy   492     96624      1755      8524    153996     24464    481748    928127     12.76     18.72
72.94/18.34	c  N dy   522    103123      1755      8524    153996     18044    481748    528022     12.78     13.45
73.71/18.51	c  S st   529    104827      1755      8524    153996     19726    481748    611796     12.78     12.44
73.71/18.56	c  S st   529    105328      1755      8524    153996     20226    481748    644814     12.78   no data
73.71/18.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
74.51/18.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.5M T:  0.22
74.51/18.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
74.91/18.80	c bin-w-bin subsume rem            0 bins  time:  0.02 s
77.75/19.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
77.75/19.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
77.75/19.59	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
78.09/19.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
83.28/20.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
84.49/21.24	c lits-rem:       160  cl-subs:      368  v-elim:      0  v-fix:    0  time:  0.28 s
84.49/21.25	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
84.49/21.27	c vivif2 --  cl tried    19858 cl shrink        0 lits rem          0 time: 0.02
85.28/21.46	c asymm  cl-useful: 0/1905/8524 lits-rem:0 time: 0.19
85.28/21.47	c calculated reachability. Time: 0.00
85.28/21.47	c  N dy   529    105328      1755      8524    153996     19858    481748    634688     12.78   no data
88.46/22.21	c  N dy   569    113009      1755      8524    153996     27469    481748   1083471     12.82     13.51
91.25/22.94	c  N dy   615    120670      1755      8524    153996     21200    481748    681803     12.90     13.69
94.05/23.70	c  N dy   648    128431      1755      8524    153996     28898    481748   1151710     12.91     13.89
97.63/24.56	c  N dy   663    137179      1755      8524    153996     22689    481748    640638     12.85     13.56
100.82/25.39	c  N dy   692    145952      1755      8524    153996     31371    481748   1126668     12.83     13.73
104.40/26.26	c  N dy   739    155336      1755      8524    153996     24825    481748    766482     12.86     14.90
105.60/26.53	c  S st   762    157993      1755      8524    153996     27461    481748    926951     12.91     13.27
105.60/26.57	c  S st   762    158496      1755      8524    153996     27964    481748    961309     12.91   no data
105.60/26.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
106.81/26.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.2M T:  0.25
106.81/26.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
106.81/26.85	c bin-w-bin subsume rem            0 bins  time:  0.02 s
109.99/27.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
109.99/27.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
109.99/27.64	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
109.99/27.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
115.18/28.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.29 s
117.96/29.68	c lits-rem:       222  cl-subs:      377  v-elim:      0  v-fix:    0  time:  0.67 s
117.96/29.69	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
118.36/29.72	c vivif2 --  cl tried    27587 cl shrink        0 lits rem          0 time: 0.04
118.76/29.80	c asymm  cl-useful: 0/705/8524 lits-rem:0 time: 0.07
118.76/29.80	c calculated reachability. Time: 0.00
118.76/29.80	c  N dy   762    158496      1755      8524    153996     27587    481748    947699     12.91   no data
122.75/30.82	c  N dy   814    168687      1755      8524    153996     20848    481748    476839     12.92     14.11
126.73/31.86	c  N dy   871    179544      1755      8524    153996     31623    481748   1103727     12.97     13.69
131.12/32.98	c  N dy   915    191059      1755      8524    153996     25191    481748    701301     12.98     13.68
136.31/34.22	c  N dy   974    203312      1755      8524    153996     37301    481748   1376944     13.00     13.69
141.48/35.51	c  N dy  1042    216422      1755      8524    153996     31485    481748    993129     13.03     13.76
146.68/36.90	c  N dy  1097    230252      1755      8524    153996     25368    481748    591293     13.02     16.96
149.86/37.62	c  S st  1122    237746      1755      8524    153996     32784    481748    987468     13.02     12.33
149.86/37.67	c  S st  1122    238246      1755      8524    153996     33284    481748   1021135     13.02   no data
149.86/37.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
151.06/37.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.5M T:  0.24
151.06/37.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
151.06/37.94	c bin-w-bin subsume rem            0 bins  time:  0.02 s
154.25/38.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
154.25/38.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
154.25/38.73	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
154.25/38.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
159.43/40.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
162.62/40.81	c lits-rem:       295  cl-subs:      638  v-elim:      0  v-fix:    0  time:  0.71 s
162.62/40.81	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
162.62/40.85	c vivif2 --  cl tried    32646 cl shrink        0 lits rem          0 time: 0.04
163.41/41.05	c asymm  cl-useful: 0/1730/8524 lits-rem:0 time: 0.19
163.41/41.05	c calculated reachability. Time: 0.00
163.41/41.05	c  N dy  1122    238246      1755      8524    153996     32646    481748   1003540     13.02   no data
169.42/42.60	c  N dy  1182    253466      1755      8524    153996     26923    481748    641159     13.02     13.81
176.97/44.46	c  N dy  1243    271105      1755      8524    153996     22633    481748    362391     13.00     13.70
184.14/46.21	c  N dy  1331    288425      1755      8524    153996     39797    481748   1332288     13.04     13.91
191.76/48.11	c  F st  1391    306250      1755      8524    153996     34627    481748    957022     13.03   no data
192.11/48.20	c  N st  1393    306876      1755      8524    153996     35246    481748    992916     13.03   no data
199.69/50.17	c  N dy  1436    326486      1755      8524    153996     30887    481748    693074     13.00     13.69
208.06/52.28	c  N dy  1517    346525      1755      8524    153996     25969    481748    415020     12.99     13.77
212.44/53.37	c  S st  1560    357370      1755      8524    153996     36717    481748   1020719     12.99   no data
212.84/53.43	c  S st  1560    357875      1755      8524    153996     37220    481748   1051326     12.99   no data
212.84/53.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
213.69/53.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.4M T:  0.24
214.03/53.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
214.03/53.71	c bin-w-bin subsume rem            0 bins  time:  0.02 s
216.84/54.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
216.84/54.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
216.84/54.49	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
217.24/54.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
222.46/55.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.29 s
225.59/56.65	c lits-rem:       327  cl-subs:      608  v-elim:      0  v-fix:    0  time:  0.79 s
225.59/56.65	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
225.99/56.70	c vivif2 --  cl tried    36612 cl shrink        0 lits rem          0 time: 0.04
226.41/56.91	c asymm  cl-useful: 0/1835/8524 lits-rem:0 time: 0.20
226.84/56.91	c calculated reachability. Time: 0.00
226.84/56.91	c  N dy  1560    357875      1755      8524    153996     36612    481748   1033293     12.99   no data
235.19/59.09	c  N dy  1626    378293      1755      8524    153996     31067    481748    627610     12.98     13.76
243.53/61.11	c  N dy  1686    398675      1755      8524    153996     51257    481748   1717344     12.96     13.66
251.51/63.17	c  N dy  1792    418713      1755      8524    153996     44356    481748   1306476     12.98     13.68
260.28/65.37	c  N dy  1858    438898      1755      8524    153996     36614    481748    844204     12.97     13.70
269.45/67.61	c  N dy  1927    458986      1755      8524    153996     56457    481748   1860208     12.96     13.80
277.81/69.74	c  N dy  2027    479078      1755      8524    153996     47666    481748   1380085     12.98     18.82
286.99/72.09	c  N dy  2074    500038      1755      8524    153996     38650    481748    832955     12.95     13.69
296.16/74.39	c  N dy  2156    521324      1755      8524    153996     59699    481748   1939756     12.95     13.73
302.93/76.03	c  S st  2240    536812      1755      8524    153996     44414    481748   1137713     12.97   no data
302.93/76.08	c  S st  2240    537313      1755      8524    153996     44914    481748   1165274     12.97   no data
302.93/76.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
304.13/76.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.5M T:  0.25
304.13/76.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
304.13/76.36	c bin-w-bin subsume rem            0 bins  time:  0.02 s
307.31/77.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
307.31/77.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
307.31/77.15	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
307.31/77.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
312.90/78.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.29 s
316.48/79.45	c lits-rem:       313  cl-subs:      641  v-elim:      0  v-fix:    0  time:  0.93 s
316.48/79.46	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
316.88/79.51	c vivif2 --  cl tried    44273 cl shrink        0 lits rem          0 time: 0.05
317.68/79.71	c asymm  cl-useful: 0/1363/8524 lits-rem:0 time: 0.20
317.68/79.72	c calculated reachability. Time: 0.00
317.68/79.72	c  N dy  2240    537313      1755      8524    153996     44273    481748   1148107     12.97   no data
327.27/82.20	c  N dy  2331    559619      1755      8524    153996     34693    481748    577955     12.98     13.73
336.47/84.44	c  N dy  2397    580788      1755      8524    153996     55568    481748   1623070     12.97     13.75
345.57/86.72	c  N dy  2481    600881      1755      8524    153996     42819    481748    932095     12.97     15.86
354.35/88.94	c  N dy  2561    621157      1755      8524    153996     62857    481748   1977897     12.97     13.67
363.12/91.14	c  N dy  2623    641446      1755      8524    153996     49318    481748   1215361     12.96     13.64
372.69/93.52	c  N dy  2699    661463      1755      8524    153996     69125    481748   2232451     12.96     13.65
381.06/95.66	c  N dy  2768    681492      1755      8524    153996     54301    481748   1460674     12.95     13.68
390.63/98.06	c  N dy  2843    701957      1755      8524    153996     38957    481748    632216     12.95     13.64
399.40/100.29	c  N dy  2936    722285      1755      8524    153996     59034    481748   1643456     12.95     13.68
409.36/102.72	c  N dy  3009    743052      1755      8524    153996     43020    481748    801582     12.95     13.67
418.13/104.94	c  N dy  3075    763109      1755      8524    153996     62853    481748   1796519     12.94     13.69
429.29/107.73	c  N dy  3159    786631      1755      8524    153996     48550    481748   1055050     12.94     13.62
437.65/109.89	c  S st  3249    805970      1755      8524    153996     67700    481748   2097887     12.95     12.60
438.05/109.95	c  S st  3249    806471      1755      8524    153996     68200    481748   2129396     12.95   no data
438.05/109.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
439.26/110.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.5M T:  0.30
439.26/110.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
439.26/110.28	c bin-w-bin subsume rem            0 bins  time:  0.02 s
442.45/111.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
442.45/111.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
442.45/111.07	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
442.45/111.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
448.43/112.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.42 s
462.39/116.07	c lits-rem:       661  cl-subs:     1275  v-elim:      0  v-fix:    0  time:  3.43 s
462.39/116.08	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
462.79/116.17	c vivif2 --  cl tried    66925 cl shrink        0 lits rem          0 time: 0.09
463.97/116.41	c asymm  cl-useful: 0/1172/8524 lits-rem:0 time: 0.22
463.97/116.41	c calculated reachability. Time: 0.00
463.97/116.41	c  N dy  3249    806471      1755      8524    153996     66925    481748   2093551     12.95   no data
473.54/118.80	c  N dy  3319    826870      1755      8524    153996     48532    481748   1013933     12.94     13.67
482.71/121.11	c  N dy  3401    846989      1755      8524    153996     68401    481748   2031401     12.94     13.65
492.28/123.53	c  N dy  3475    867062      1755      8524    153996     48680    481748    945890     12.94     13.82
501.46/125.85	c  N dy  3565    887105      1755      8524    153996     68523    481748   2002971     12.94     13.63
511.44/128.36	c  N dy  3639    907176      1755      8524    153996     47836    481748    905373     12.94     20.26
520.98/130.74	c  N dy  3721    927368      1755      8524    153996     67805    481748   1901857     12.94     13.63
532.15/133.53	c  N dy  3801    949949      1755      8524    153996     48591    481748    898363     12.94     13.81
541.32/135.84	c  N dy  3875    970028      1755      8524    153996     68453    481748   1892935     12.93     13.65
551.34/138.37	c  N dy  3934    990148      1755      8524    153996     45846    481748    718217     12.93     13.71
560.85/140.79	c  N dy  4008   1011040      1755      8524    153996     66496    481748   1754861     12.92     13.62
572.02/143.59	c  N dy  4106   1032770      1755      8524    153996     44469    481748    607273     12.93     13.68
581.20/145.83	c  N dy  4187   1052862      1755      8524    153996     64331    481748   1616158     12.93     14.03
590.80/148.27	c  F st  4253   1071876      1755      8524    153996     83116    481748   2572722     12.93   no data
591.54/148.45	c  N st  4256   1073066      1755      8524    153996     84294    481748   2628666     12.93   no data
601.52/150.92	c  N dy  4328   1093137      1755      8524    153996     59660    481748   1343582     12.93     15.28
612.29/153.62	c  N dy  4397   1113714      1755      8524    153996     79954    481748   2333042     12.92     13.63
622.63/156.27	c  N dy  4487   1134368      1755      8524    153996     54919    481748   1069069     12.93     13.63
632.61/158.79	c  N dy  4535   1154471      1755      8524    153996     74757    481748   1982747     12.92     13.61
643.42/161.48	c  N dy  4614   1175144      1755      8524    153996     48739    481748    728829     12.91     13.62
652.54/163.78	c  N dy  4690   1195186      1755      8524    153996     68522    481748   1704596     12.91     14.43
660.11/165.60	c  S st  4745   1209707      1755      8524    153996     82811    481748   2392186     12.91   no data
660.11/165.66	c  S st  4745   1210208      1755      8524    153996     83312    481748   2422562     12.91   no data
660.11/165.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
661.30/165.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.5M T:  0.31
661.70/166.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
661.70/166.02	c bin-w-bin subsume rem            0 bins  time:  0.01 s
664.51/166.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
664.51/166.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
664.51/166.79	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
664.92/166.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
670.87/168.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.47 s
686.84/172.35	c lits-rem:       688  cl-subs:     2264  v-elim:      0  v-fix:    0  time:  3.90 s
686.84/172.36	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.01
687.27/172.48	c vivif2 --  cl tried    81048 cl shrink        0 lits rem          0 time: 0.12
688.41/172.76	c asymm  cl-useful: 0/1126/8524 lits-rem:0 time: 0.28
688.41/172.77	c calculated reachability. Time: 0.00
688.41/172.77	c  N dy  4745   1210208      1755      8524    153996     81048    481748   2372043     12.91   no data
698.79/175.38	c  N dy  4820   1230484      1755      8524    153996     53737    481748    945330     12.91     13.70
708.36/177.75	c  N dy  4897   1250659      1755      8524    153996     73655    481748   1924224     12.91     13.71
718.71/180.33	c  N dy  4966   1270754      1755      8524    153996     93494    481748   2878890     12.91     15.68
728.28/182.79	c  N dy  5041   1291117      1755      8524    153996     65210    481748   1456565     12.91     13.61
738.26/185.26	c  N dy  5123   1311387      1755      8524    153996     85219    481748   2456771     12.91     13.59
748.67/187.88	c  N dy  5191   1331983      1755      8524    153996     56219    481748    954915     12.90     13.59
758.18/190.27	c  N dy  5282   1352347      1755      8524    153996     76361    481748   1954924     12.91     13.70
768.55/192.82	c  N dy  5358   1372358      1755      8524    153996     96115    481748   2930619     12.91     14.47
778.93/195.51	c  N dy  5430   1394128      1755      8524    153996     67200    481748   1446174     12.90     13.61
788.87/197.99	c  N dy  5502   1414178      1755      8524    153996     87019    481748   2380159     12.90     13.71
799.65/200.66	c  N dy  5577   1434216      1755      8524    153996     55472    481748    844777     12.90     14.04
809.22/203.02	c  N dy  5657   1454609      1755      8524    153996     75612    481748   1812769     12.90     13.73
819.58/205.64	c  N dy  5739   1474828      1755      8524    153996     95587    481748   2749556     12.90     13.59
829.95/208.26	c  N dy  5829   1494993      1755      8524    153996     63168    481748   1186604     12.90     13.59
839.92/210.78	c  N dy  5892   1515070      1755      8524    153996     82961    481748   2105033     12.90     17.84
850.68/213.43	c  N dy  5951   1535135      1755      8524    153996    102783    481748   3062112     12.89     13.58
860.24/215.87	c  N dy  6033   1555309      1755      8524    153996     69367    481748   1435188     12.89     13.62
870.62/218.42	c  N dy  6123   1576064      1755      8524    153996     89825    481748   2372996     12.89     13.69
882.17/221.31	c  N dy  6213   1596088      1755      8524    153996     55291    481748    726493     12.89     14.25
891.34/223.61	c  N dy  6287   1616361      1755      8524    153996     75323    481748   1654462     12.89     13.70
901.32/226.15	c  N dy  6356   1636803      1755      8524    153996     95478    481748   2580713     12.89     13.83
912.48/228.91	c  N dy  6443   1657360      1755      8524    153996     60475    481748    909584     12.89     13.66
921.64/231.24	c  N dy  6532   1677550      1755      8524    153996     80453    481748   1874632     12.89     13.65
932.01/233.80	c  N dy  6610   1697737      1755      8524    153996    100429    481748   2846504     12.89     13.58
938.79/235.55	c  S st  6653   1710208      1755      8524    153996     56441    481748    702500     12.89   no data
939.19/235.60	c  S st  6653   1710710      1755      8524    153996     56942    481748    734002     12.89   no data
939.19/235.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
939.99/235.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.8M T:  0.24
939.99/235.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
939.99/235.87	c bin-w-bin subsume rem            0 bins  time:  0.01 s
943.17/236.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
943.17/236.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
943.17/236.66	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
943.17/236.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
947.55/237.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.06 s
948.35/237.90	c lits-rem:        23  cl-subs:       28  v-elim:      0  v-fix:    0  time:  0.12 s
948.35/237.91	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
948.35/237.95	c vivif2 --  cl tried    56914 cl shrink        0 lits rem          0 time: 0.04
949.15/238.13	c asymm  cl-useful: 0/1298/8524 lits-rem:0 time: 0.18
949.15/238.14	c calculated reachability. Time: 0.00
949.15/238.14	c  N dy  6653   1710710      1755      8524    153996     56914    481748    733378     12.89   no data
957.92/240.37	c  N dy  6722   1730726      1755      8524    153996     76691    481748   1655780     12.89     13.63
968.67/243.03	c  N dy  6814   1750753      1755      8524    153996     96462    481748   2573878     12.89     16.20
980.66/246.06	c  N dy  6890   1772118      1755      8524    153996     60265    481748    851092     12.89     13.63
989.85/248.36	c  N dy  6983   1792583      1755      8524    153996     80522    481748   1855331     12.89     13.64
1000.17/250.91	c  N dy  7049   1812749      1755      8524    153996    100473    481748   2792226     12.89     13.61
1011.36/253.73	c  N dy  7111   1832775      1755      8524    153996     61933    481748    887337     12.88     13.57
1020.56/256.06	c  N dy  7185   1852875      1755      8524    153996     81811    481748   1852744     12.88     13.67
1030.87/258.60	c  N dy  7258   1873096      1755      8524    153996    101779    481748   2800745     12.88     13.67
1042.49/261.53	c  N dy  7339   1893109      1755      8524    153996     62256    481748    868985     12.88     13.58
1051.60/263.86	c  N dy  7422   1913193      1755      8524    153996     82123    481748   1814274     12.88     13.63
1062.38/266.53	c  N dy  7476   1933227      1755      8524    153996    101833    481748   2677695     12.88     13.89
1073.92/269.44	c  N dy  7557   1953293      1755      8524    153996     61414    481748    784783     12.88     13.56
1083.10/271.73	c  N dy  7652   1973374      1755      8524    153996     81270    481748   1735616     12.88     14.26
1093.07/274.25	c  N dy  7718   1993423      1755      8524    153996    101095    481748   2685679     12.88     13.57
1104.62/277.17	c  N dy  7796   2013995      1755      8524    153996    121371    481748   3610892     12.88     13.56
1114.20/279.59	c  N dy  7861   2034096      1755      8524    153996     79953    481748   1607374     12.87     21.45
1124.57/282.11	c  N dy  7925   2054107      1755      8524    153996     99687    481748   2474807     12.87     14.45
1134.91/284.79	c  N dy  8007   2074182      1755      8524    153996    119516    481748   3446602     12.87     14.26
1145.28/287.33	c  N dy  8092   2094237      1755      8524    153996     77165    481748   1481864     12.87     17.16
1155.65/289.92	c  N dy  8151   2114490      1755      8524    153996     97162    481748   2419364     12.86     13.60
1166.41/292.62	c  N dy  8235   2135138      1755      8524    153996    117560    481748   3379488     12.86     13.56
1177.58/295.41	c  N dy  8296   2155516      1755      8524    153996     74423    481748   1240813     12.86     13.63
1187.53/297.91	c  N dy  8370   2175571      1755      8524    153996     94222    481748   2159303     12.86     16.15
1197.90/300.58	c  N dy  8448   2195656      1755      8524    153996    114058    481748   3078114     12.86     15.47
1207.08/302.82	c  S st  8520   2210712      1755      8524    153996     64770    481748    801904     12.86     12.75
1207.08/302.87	c  S st  8520   2211215      1755      8524    153996     65273    481748    830698     12.86   no data
1207.08/302.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1208.28/303.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.0M T:  0.25
1208.28/303.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1208.28/303.15	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1211.46/303.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
1211.46/303.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
1211.46/303.95	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
1211.46/303.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1216.25/305.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.10 s
1216.65/305.24	c lits-rem:        29  cl-subs:       56  v-elim:      0  v-fix:    0  time:  0.13 s
1216.65/305.24	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
1216.65/305.29	c vivif2 --  cl tried    65217 cl shrink        0 lits rem          0 time: 0.05
1217.89/305.51	c asymm  cl-useful: 0/1458/8524 lits-rem:0 time: 0.20
1217.89/305.52	c calculated reachability. Time: 0.00
1217.89/305.52	c  N dy  8520   2211215      1755      8524    153996     65217    481748    829686     12.86   no data
1227.80/308.06	c  N dy  8596   2232145      1755      8524    153996     85879    481748   1765337     12.86     13.54
1238.58/310.73	c  N dy  8679   2252553      1755      8524    153996    106057    481748   2686606     12.86     13.61
1249.73/313.51	c  N dy  8754   2272761      1755      8524    153996    126075    481748   3641952     12.86     13.58
1260.50/316.20	c  N dy  8856   2293162      1755      8524    153996     81034    481748   1534673     12.86     13.55
1270.52/318.77	c  N dy  8921   2313201      1755      8524    153996    100784    481748   2410480     12.86     16.04
1281.22/321.43	c  N dy  8989   2333345      1755      8524    153996    120661    481748   3351508     12.86     13.57
1292.44/324.29	c  N dy  9053   2353375      1755      8524    153996     74307    481748   1175797     12.86     15.15
1302.74/326.86	c  N dy  9116   2373778      1755      8524    153996     94445    481748   2081963     12.85     14.01
1313.52/329.57	c  N dy  9194   2393794      1755      8524    153996    114162    481748   2963433     12.85     13.57
1324.67/332.36	c  N dy  9279   2413892      1755      8524    153996    133988    481748   3927355     12.86     15.36
1335.04/334.90	c  N dy  9372   2433979      1755      8524    153996     86688    481748   1724070     12.86     13.69
1345.39/337.57	c  N dy  9435   2454291      1755      8524    153996    106748    481748   2665635     12.86     13.54
1356.57/340.30	c  N dy  9508   2474573      1755      8524    153996    126733    481748   3590220     12.85     13.56
1367.32/343.05	c  N dy  9596   2494655      1755      8524    153996     78462    481748   1298461     12.86     13.62
1377.69/345.69	c  N dy  9677   2515661      1755      8524    153996     99174    481748   2267647     12.86     13.58
1388.48/348.40	c  N dy  9764   2535756      1755      8524    153996    119006    481748   3199162     12.86     15.90
1400.42/351.37	c  N dy  9823   2556078      1755      8524    153996     69980    481748    865342     12.86     13.54
1409.99/353.72	c  N dy  9894   2576153      1755      8524    153996     89787    481748   1788805     12.86     14.80
1420.75/356.42	c  N dy  9980   2596165      1755      8524    153996    109533    481748   2680664     12.86     13.72
1433.10/359.55	c  N dy 10060   2616612      1755      8524    153996    129710    481748   3592624     12.86     13.61
1445.08/362.52	c  N dy 10158   2637428      1755      8524    153996     80205    481748   1288299     12.86     13.55
1455.43/365.10	c  N dy 10226   2657455      1755      8524    153996     99988    481748   2183117     12.86     13.61
1466.20/367.85	c  N dy 10326   2677649      1755      8524    153996    119904    481748   3113665     12.86     13.61
1478.55/370.95	c  N dy 10391   2699174      1755      8524    153996    141163    481748   4090309     12.85     13.55
1484.95/372.53	c  S st 10424   2711215      1755      8524    153996     81939    481748   1319892     12.85     13.09
1484.95/372.59	c  S st 10424   2711715      1755      8524    153996     82439    481748   1348776     12.85   no data
1484.95/372.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1486.12/372.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.9M T:  0.28
1486.12/372.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1486.52/372.90	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1489.33/373.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
1489.33/373.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
1489.33/373.69	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
1489.76/373.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1494.89/375.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
1497.29/375.65	c lits-rem:       192  cl-subs:     1357  v-elim:      0  v-fix:    0  time:  0.58 s
1497.29/375.66	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
1497.69/375.74	c vivif2 --  cl tried    81082 cl shrink        0 lits rem          0 time: 0.08
1498.54/375.96	c asymm  cl-useful: 0/1360/8524 lits-rem:0 time: 0.21
1498.54/375.97	c calculated reachability. Time: 0.00
1498.54/375.97	c  N dy 10424   2711715      1755      8524    153996     81082    481748   1320502     12.85   no data
1509.24/378.61	c  N dy 10510   2732105      1755      8524    153996    101211    481748   2229183     12.85     13.56
1520.03/381.37	c  N dy 10591   2752165      1755      8524    153996    121007    481748   3139417     12.85     14.02
1531.57/384.26	c  N dy 10671   2772286      1755      8524    153996    140857    481748   4049332     12.85     13.54
1542.73/387.07	c  N dy 10736   2793161      1755      8524    153996     89458    481748   1639804     12.85     13.56
1553.90/389.80	c  N dy 10784   2813370      1755      8524    153996    109338    481748   2470173     12.85     13.58
1564.66/392.52	c  N dy 10850   2833436      1755      8524    153996    129125    481748   3377179     12.84     13.63
1576.62/395.58	c  N dy 10950   2853598      1755      8524    153996     76069    481748   1005816     12.85     13.75
1586.57/398.07	c  N dy 11019   2873603      1755      8524    153996     95768    481748   1892711     12.84     15.29
1597.35/400.75	c  N dy 11103   2894498      1755      8524    153996    116399    481748   2857982     12.84     13.56
1608.91/403.65	c  N dy 11193   2914523      1755      8524    153996    136120    481748   3731458     12.85     13.59
1620.89/406.61	c  N dy 11294   2934558      1755      8524    153996     81933    481748   1262697     12.85     13.57
1630.83/409.17	c  N dy 11352   2954564      1755      8524    153996    101647    481748   2120017     12.85     15.44
1642.00/411.90	c  N dy 11413   2974644      1755      8524    153996    121454    481748   3019291     12.84     13.52
1653.55/414.80	c  N dy 11475   2994730      1755      8524    153996    141278    481748   3922949     12.84     13.64
1665.16/417.77	c  N dy 11533   3014756      1755      8524    153996     86074    481748   1411776     12.84     16.36
1675.07/420.29	c  N dy 11592   3034832      1755      8524    153996    105883    481748   2306851     12.84     13.68
1686.24/423.06	c  N dy 11674   3054978      1755      8524    153996    125754    481748   3212784     12.84     13.52
1698.20/426.07	c  N dy 11749   3075096      1755      8524    153996    145576    481748   4111315     12.84     13.52
1709.35/428.87	c  N dy 11828   3095097      1755      8524    153996     89330    481748   1498203     12.84     13.52
1720.53/431.68	c  N dy 11905   3115274      1755      8524    153996    109240    481748   2378077     12.84     13.66
1732.48/434.60	c  N dy 11978   3135393      1755      8524    153996    129083    481748   3298222     12.84     13.58
1744.44/437.68	c  N dy 12071   3155629      1755      8524    153996    149079    481748   4252579     12.84     13.58
1755.61/440.41	c  N dy 12127   3175700      1755      8524    153996     91931    481748   1573778     12.84     13.52
1766.36/443.10	c  N dy 12206   3195761      1755      8524    153996    111734    481748   2450860     12.84     16.45
1774.79/445.29	c  S st 12282   3211715      1755      8524    153996    127516    481748   3208940     12.84     13.27
1775.13/445.35	c  S st 12282   3212218      1755      8524    153996    128017    481748   3237730     12.84   no data
1775.13/445.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1776.73/445.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.0M T:  0.35
1776.73/445.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1776.73/445.74	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1779.92/446.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
1779.92/446.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
1779.92/446.53	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
1779.92/446.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1786.30/448.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.47 s
1797.86/451.03	c lits-rem:       618  cl-subs:     3831  v-elim:      0  v-fix:    0  time:  2.82 s
1797.86/451.03	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
1798.66/451.20	c vivif2 --  cl tried   124186 cl shrink        0 lits rem          0 time: 0.17
1799.45/451.46	c asymm  cl-useful: 0/1098/8524 lits-rem:0 time: 0.26
1799.45/451.47	c calculated reachability. Time: 0.00
1799.45/451.47	c  N dy 12282   3212218      1755      8524    153996    124186    481748   3155191     12.84   no data
1811.41/454.44	c  N dy 12359   3232284      1755      8524    153996    143995    481748   4075840     12.84     15.54
1823.76/457.53	c  N dy 12421   3252366      1755      8524    153996     85819    481748   1256829     12.84     14.15
1834.14/460.13	c  N dy 12488   3272459      1755      8524    153996    105714    481748   2189959     12.83     13.52
1844.95/462.87	c  N dy 12555   3292501      1755      8524    153996    125491    481748   3122298     12.83     13.58
1856.46/465.78	c  N dy 12653   3312599      1755      8524    153996    145342    481748   4061621     12.84     13.61
1869.21/468.90	c  N dy 12714   3333160      1755      8524    153996     86684    481748   1309448     12.83     13.71
1879.60/471.56	c  N dy 12803   3353797      1755      8524    153996    107022    481748   2237810     12.83     13.94
1891.14/474.40	c  N dy 12890   3373844      1755      8524    153996    126798    481748   3121449     12.83     14.60
1902.69/477.35	c  N dy 12970   3394278      1755      8524    153996    147003    481748   4046731     12.84     13.80
1915.45/480.53	c  N dy 13052   3414372      1755      8524    153996     86892    481748   1252424     12.84     13.54
1925.82/483.15	c  N dy 13140   3434540      1755      8524    153996    106768    481748   2138071     12.84     13.52
1936.61/485.88	c  N dy 13216   3454587      1755      8524    153996    126560    481748   3034325     12.84     14.16
1948.55/488.81	c  N dy 13300   3474631      1755      8524    153996    146314    481748   3933142     12.84     13.59
1960.90/491.99	c  N dy 13370   3495219      1755      8524    153996     85721    481748   1172784     12.84     13.52
1972.46/494.87	c  N dy 13459   3517854      1755      8524    153996    108025    481748   2160488     12.84     13.63
1983.62/497.69	c  N dy 13542   3538126      1755      8524    153996    128029    481748   3079672     12.84     13.55
1995.58/500.66	c  N dy 13613   3558608      1755      8524    153996    148222    481748   3986612     12.84     13.78
2008.33/503.86	c  N dy 13692   3578927      1755      8524    153996     86373    481748   1146456     12.84     13.52
2018.71/506.40	c  N dy 13781   3599117      1755      8524    153996    106286    481748   2045407     12.84     13.58
2029.86/509.23	c  N dy 13856   3619593      1755      8524    153996    126531    481748   2988308     12.84     13.57
2042.61/512.43	c  N dy 13943   3639749      1755      8524    153996    146431    481748   3893304     12.84     13.53
2056.56/515.95	c  N dy 14039   3659869      1755      8524    153996     83426    481748    992513     12.84     13.60
2066.53/518.41	c  N dy 14122   3679938      1755      8524    153996    103226    481748   1890777     12.84     13.55
2076.92/521.07	c  N dy 14194   3699979      1755      8524    153996    123042    481748   2791661     12.84     14.04
2084.08/522.80	c  S st 14237   3712218      1755      8524    153996    135137    481748   3318737     12.84     11.38
2084.08/522.87	c  S st 14237   3712722      1755      8524    153996    135640    481748   3345648     12.84   no data
2084.08/522.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2085.69/523.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.7M T:  0.37
2085.69/523.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2085.69/523.29	c bin-w-bin subsume rem            0 bins  time:  0.02 s
2088.86/524.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
2088.86/524.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
2088.86/524.06	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
2089.26/524.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2095.24/525.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.37 s
2106.40/528.45	c lits-rem:       573  cl-subs:     3491  v-elim:      0  v-fix:    0  time:  2.81 s
2106.40/528.45	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
2107.21/528.63	c vivif2 --  cl tried   132149 cl shrink        0 lits rem          0 time: 0.18
2108.40/528.91	c asymm  cl-useful: 0/1074/8524 lits-rem:0 time: 0.26
2108.40/528.92	c calculated reachability. Time: 0.00
2108.40/528.92	c  N dy 14237   3712722      1755      8524    153996    132149    481748   3271199     12.84   no data
2120.36/531.94	c  N dy 14300   3732754      1755      8524    153996    151894    481748   4138745     12.84     13.68
2132.72/535.06	c  F st 14357   3751563      1755      8524    153996     86549    481748   1092268     12.83     10.99
2133.93/535.33	c  N st 14361   3753593      1755      8524    153996     88555    481748   1184249     12.83   no data
2144.67/538.00	c  N dy 14422   3773618      1755      8524    153996    108332    481748   2098333     12.83     13.53
2155.45/540.76	c  N dy 14515   3793661      1755      8524    153996    128143    481748   3017443     12.83     13.59
2167.80/543.82	c  N dy 14579   3814191      1755      8524    153996    148405    481748   3906141     12.83     13.52
2180.16/546.98	c  N dy 14655   3834510      1755      8524    153996    168430    481748   4807580     12.83     13.51
2191.71/549.88	c  N dy 14731   3855739      1755      8524    153996    104512    481748   1865824     12.83     13.52
2203.28/552.73	c  N dy 14805   3875975      1755      8524    153996    124451    481748   2754234     12.83     13.62
2214.82/555.64	c  N dy 14887   3896791      1755      8524    153996    145018    481748   3733715     12.83     13.51
2226.78/558.66	c  N dy 14971   3917056      1755      8524    153996    165024    481748   4668764     12.83     13.55
2239.60/561.84	c  N dy 15048   3937159      1755      8524    153996     98992    481748   1582559     12.83     13.56
2250.71/564.60	c  N dy 15104   3957217      1755      8524    153996    118828    481748   2448963     12.83     13.53
2262.27/567.55	c  N dy 15167   3977470      1755      8524    153996    138828    481748   3334278     12.83     13.52
2275.02/570.76	c  N dy 15254   3997828      1755      8524    153996    158929    481748   4245343     12.83     13.73
2288.18/574.07	c  N dy 15331   4017943      1755      8524    153996     91891    481748   1226919     12.83     13.53
2298.95/576.70	c  N dy 15430   4038146      1755      8524    153996    111869    481748   2130703     12.83     13.55
2310.51/579.64	c  N dy 15514   4058272      1755      8524    153996    131742    481748   3011094     12.83     13.59
2322.92/582.72	c  N dy 15620   4078392      1755      8524    153996    151588    481748   3919097     12.83     13.55
2335.64/585.95	c  N dy 15688   4098519      1755      8524    153996    171388    481748   4774182     12.83     13.55
2347.59/588.98	c  N dy 15770   4118559      1755      8524    153996    103351    481748   1722878     12.83     13.51
2359.15/591.82	c  N dy 15859   4138599      1755      8524    153996    123103    481748   2588386     12.83     16.09
2371.89/595.03	c  N dy 15946   4158719      1755      8524    153996    142966    481748   3470202     12.83     13.54
2384.30/598.13	c  N dy 16035   4178842      1755      8524    153996    162836    481748   4406846     12.83     13.64
2397.46/601.44	c  N dy 16109   4199048      1755      8524    153996     93936    481748   1242823     12.83     13.54
2404.19/603.12	c  S st 16169   4212722      1755      8524    153996    107421    481748   1869299     12.83     11.23
2404.19/603.19	c  S st 16169   4213222      1755      8524    153996    107921    481748   1898654     12.83   no data
2404.59/603.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2405.80/603.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.3M T:  0.32
2405.80/603.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2405.80/603.56	c bin-w-bin subsume rem            0 bins  time:  0.02 s
2408.97/604.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
2408.97/604.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
2408.97/604.34	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
2408.97/604.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2414.57/605.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
2418.95/606.86	c lits-rem:       209  cl-subs:     1387  v-elim:      0  v-fix:    0  time:  1.09 s
2418.95/606.87	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
2419.38/606.98	c vivif2 --  cl tried   106534 cl shrink        0 lits rem          0 time: 0.11
2420.52/607.21	c asymm  cl-useful: 0/1208/8524 lits-rem:0 time: 0.23
2420.52/607.21	c calculated reachability. Time: 0.00
2420.52/607.21	c  N dy 16169   4213222      1755      8524    153996    106534    481748   1868807     12.83   no data
2430.89/609.87	c  N dy 16256   4233227      1755      8524    153996    126323    481748   2791988     12.84     13.53
2443.25/612.92	c  N dy 16328   4253389      1755      8524    153996    146237    481748   3703202     12.84     13.56
2456.00/616.13	c  N dy 16408   4273825      1755      8524    153996    166411    481748   4626644     12.84     13.60
2470.36/619.73	c  N dy 16501   4294037      1755      8524    153996     96541    481748   1338230     12.84     13.54
2480.78/622.37	c  N dy 16574   4314152      1755      8524    153996    116404    481748   2238292     12.83     13.52
2491.89/625.16	c  N dy 16653   4334269      1755      8524    153996    136292    481748   3154098     12.83     13.61
2504.24/628.20	c  N dy 16730   4354278      1755      8524    153996    156017    481748   4040076     12.83     13.52
2516.60/631.34	c  N dy 16808   4374350      1755      8524    153996    175795    481748   4946110     12.83     13.70
2528.59/634.31	c  N dy 16890   4394396      1755      8524    153996    104796    481748   1671421     12.83     13.52
2539.33/637.04	c  N dy 16980   4414472      1755      8524    153996    124631    481748   2553723     12.83     13.82
2551.28/640.00	c  N dy 17044   4434564      1755      8524    153996    144423    481748   3419106     12.83     13.79
2563.25/643.09	c  N dy 17138   4454639      1755      8524    153996    164193    481748   4302961     12.83     13.53
2577.58/646.60	c  N dy 17215   4474847      1755      8524    153996     92379    481748   1090403     12.83     13.60
2587.95/649.22	c  N dy 17295   4494881      1755      8524    153996    112157    481748   1971210     12.83     13.88
2599.17/652.08	c  N dy 17382   4515136      1755      8524    153996    132160    481748   2893045     12.84     13.57
2611.89/655.28	c  N dy 17463   4535444      1755      8524    153996    152171    481748   3748096     12.84     14.17
2625.48/658.66	c  N dy 17538   4557450      1755      8524    153996    173853    481748   4741553     12.83     13.51
2638.21/661.82	c  N dy 17614   4577507      1755      8524    153996    100930    481748   1447980     12.83     14.54
2648.55/664.43	c  N dy 17705   4597528      1755      8524    153996    120745    481748   2381299     12.83     15.02
2660.14/667.40	c  N dy 17791   4617614      1755      8524    153996    140568    481748   3281748     12.83     15.49
2673.72/670.76	c  N dy 17852   4638180      1755      8524    153996    160850    481748   4191458     12.83     13.59
2687.21/674.16	c  N dy 17964   4658638      1755      8524    153996    181065    481748   5114213     12.84     13.55
2700.37/677.46	c  N dy 18042   4678815      1755      8524    153996    107182    481748   1662482     12.84     13.53
2711.54/680.28	c  N dy 18115   4699184      1755      8524    153996    127271    481748   2554001     12.83     13.55
2719.91/682.34	c  S st 18183   4713222      1755      8524    153996    141112    481748   3177764     12.84     11.01
2720.31/682.41	c  S st 18183   4713725      1755      8524    153996    141615    481748   3206631     12.84   no data
2720.31/682.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2721.95/682.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.9M T:  0.37
2721.95/682.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2721.95/682.83	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2724.70/683.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
2725.10/683.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
2725.10/683.61	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
2725.10/683.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2731.47/685.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.45 s
2741.43/687.71	c lits-rem:       662  cl-subs:     4002  v-elim:      0  v-fix:    0  time:  2.46 s
2741.43/687.72	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
2742.23/687.90	c vivif2 --  cl tried   137613 cl shrink        0 lits rem          0 time: 0.18
2743.03/688.14	c asymm  cl-useful: 0/1056/8524 lits-rem:0 time: 0.24
2743.03/688.15	c calculated reachability. Time: 0.00
2743.03/688.15	c  N dy 18183   4713725      1755      8524    153996    137613    481748   3120953     12.84   no data
2755.38/691.26	c  N dy 18271   4733726      1755      8524    153996    157346    481748   3998015     12.84     14.61
2769.34/694.73	c  N dy 18345   4754030      1755      8524    153996    177331    481748   4847898     12.84     13.70
2782.10/697.96	c  N dy 18433   4774205      1755      8524    153996    102587    481748   1462976     12.84     13.53
2793.25/700.77	c  N dy 18520   4794352      1755      8524    153996    122494    481748   2368205     12.84     13.86
2805.26/703.75	c  N dy 18597   4814603      1755      8524    153996    142477    481748   3229463     12.84     13.61
2817.18/706.70	c  N dy 18680   4834718      1755      8524    153996    162369    481748   4125541     12.84     13.60
2830.73/710.15	c  N dy 18746   4855456      1755      8524    153996    182861    481748   5042923     12.84     13.53
2843.49/713.38	c  N dy 18823   4875737      1755      8524    153996    107138    481748   1597660     12.84     13.62
2855.05/716.23	c  N dy 18897   4896874      1755      8524    153996    128045    481748   2552174     12.84     13.53
2867.00/719.24	c  N dy 18976   4917389      1755      8524    153996    148282    481748   3468385     12.84     13.54
2879.81/722.46	c  N dy 19068   4937669      1755      8524    153996    168298    481748   4347204     12.84     13.55
2893.31/725.80	c  N dy 19152   4957739      1755      8524    153996    188101    481748   5238929     12.84     13.59
2905.70/728.94	c  N dy 19242   4978206      1755      8524    153996    111538    481748   1784829     12.84     13.52
2916.83/731.76	c  N dy 19315   4998229      1755      8524    153996    131312    481748   2675752     12.84     13.54
2928.39/734.66	c  N dy 19403   5018233      1755      8524    153996    151103    481748   3594974     12.84     14.32
2941.55/737.90	c  N dy 19504   5038304      1755      8524    153996    170884    481748   4485041     12.84     13.58
2954.37/741.14	c  N dy 19560   5058345      1755      8524    153996    190630    481748   5356293     12.84     13.90
2966.27/744.15	c  N dy 19622   5078517      1755      8524    153996    112792    481748   1796444     12.84     13.65
2977.84/747.03	c  N dy 19702   5098820      1755      8524    153996    132823    481748   2686602     12.84     13.59
2990.59/750.28	c  N dy 19749   5119322      1755      8524    153996    153010    481748   3545555     12.84     13.53
3003.75/753.55	c  N dy 19824   5139440      1755      8524    153996    172825    481748   4410228     12.84     13.55
3017.31/756.93	c  N dy 19921   5159533      1755      8524    153996    192663    481748   5307606     12.84     16.63
3029.66/760.08	c  N dy 20002   5179983      1755      8524    153996    114215    481748   1834105     12.84     13.61
3041.65/763.08	c  N dy 20070   5199993      1755      8524    153996    133920    481748   2701174     12.84     14.04
3050.42/765.21	c  S st 20123   5213726      1755      8524    153996    147467    481748   3303458     12.83   no data
3050.42/765.28	c  S st 20123   5214228      1755      8524    153996    147968    481748   3330411     12.83   no data
3050.42/765.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3051.99/765.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.3M T:  0.38
3051.99/765.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3052.39/765.70	c bin-w-bin subsume rem            0 bins  time:  0.02 s
3055.23/766.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
3055.23/766.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
3055.23/766.50	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
3055.57/766.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3061.56/768.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.37 s
3071.53/770.50	c lits-rem:       501  cl-subs:     3453  v-elim:      0  v-fix:    0  time:  2.45 s
3071.53/770.50	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
3071.94/770.69	c vivif2 --  cl tried   144515 cl shrink        0 lits rem          0 time: 0.18
3073.12/770.95	c asymm  cl-useful: 0/1012/8524 lits-rem:0 time: 0.25
3073.12/770.96	c calculated reachability. Time: 0.00
3073.12/770.96	c  N dy 20123   5214228      1755      8524    153996    144515    481748   3257989     12.83   no data
3085.94/774.17	c  N dy 20206   5235076      1755      8524    153996    165091    481748   4184753     12.84     13.53
3099.08/777.42	c  N dy 20291   5255145      1755      8524    153996    184917    481748   5097350     12.84     14.37
3112.98/780.92	c  N dy 20350   5275319      1755      8524    153996    105193    481748   1375224     12.83     13.67
3123.76/783.65	c  N dy 20417   5295833      1755      8524    153996    125446    481748   2286477     12.83     13.51
3134.92/786.49	c  N dy 20511   5315836      1755      8524    153996    145206    481748   3198611     12.83     13.53
3147.33/789.58	c  N dy 20605   5335869      1755      8524    153996    164970    481748   4108589     12.84     14.52
3160.49/792.85	c  N dy 20690   5356097      1755      8524    153996    184968    481748   5025057     12.84     13.55
3174.37/796.35	c  N dy 20771   5376226      1755      8524    153996    104177    481748   1309705     12.84     13.54
3185.15/799.05	c  N dy 20866   5396715      1755      8524    153996    124411    481748   2253903     12.84     13.55
3197.50/802.11	c  N dy 20946   5417710      1755      8524    153996    145108    481748   3162771     12.84     13.61
3210.27/805.36	c  N dy 21020   5438538      1755      8524    153996    165629    481748   4050362     12.84     13.56
3223.82/808.79	c  N dy 21098   5458628      1755      8524    153996    185428    481748   4933198     12.84     13.59
3239.00/812.56	c  N dy 21161   5478685      1755      8524    153996    103593    481748   1258880     12.83     13.92
3249.34/815.18	c  N dy 21222   5498686      1755      8524    153996    123293    481748   2115512     12.83     13.52
3261.36/818.17	c  N dy 21293   5518730      1755      8524    153996    143017    481748   2960018     12.83     13.55
3273.27/821.18	c  N dy 21365   5538839      1755      8524    153996    162838    481748   3865071     12.83     13.53
3287.24/824.67	c  N dy 21445   5559361      1755      8524    153996    183078    481748   4759223     12.83     13.59
3301.56/828.24	c  N dy 21536   5579369      1755      8524    153996    202848    481748   5635881     12.83     13.63
3313.55/831.24	c  N dy 21616   5599634      1755      8524    153996    120272    481748   1977351     12.83     13.55
3325.48/834.28	c  N dy 21683   5619718      1755      8524    153996    140039    481748   2827519     12.83     13.55
3337.85/837.36	c  N dy 21762   5639818      1755      8524    153996    159895    481748   3738130     12.83     13.53
3351.80/840.83	c  N dy 21831   5660378      1755      8524    153996    180158    481748   4611008     12.83     13.55
3365.76/844.35	c  N dy 21919   5680468      1755      8524    153996    199996    481748   5490085     12.83     13.54
3378.51/847.59	c  N dy 21999   5700871      1755      8524    153996    116556    481748   1770067     12.83     13.57
3386.48/849.51	c  S st 22058   5714228      1755      8524    153996    129734    481748   2341695     12.83     10.26
3386.48/849.58	c  S st 22058   5714730      1755      8524    153996    130236    481748   2367301     12.83   no data
3386.48/849.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3388.10/849.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.4M T:  0.36
3388.10/849.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3388.10/849.99	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3391.28/850.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
3391.28/850.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
3391.28/850.77	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
3391.68/850.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3397.64/852.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
3404.43/854.02	c lits-rem:       268  cl-subs:     1690  v-elim:      0  v-fix:    0  time:  1.70 s
3404.43/854.02	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
3404.83/854.16	c vivif2 --  cl tried   128546 cl shrink        0 lits rem          0 time: 0.14
3405.65/854.41	c asymm  cl-useful: 0/1136/8524 lits-rem:0 time: 0.23
3406.08/854.42	c calculated reachability. Time: 0.00
3406.08/854.42	c  N dy 22058   5714730      1755      8524    153996    128546    481748   2331785     12.83   no data
3418.80/857.64	c  N dy 22142   5735915      1755      8524    153996    149447    481748   3253047     12.83     13.54
3431.14/860.74	c  N dy 22221   5756000      1755      8524    153996    169246    481748   4161855     12.83     13.54
3445.55/864.33	c  N dy 22312   5777315      1755      8524    153996    190307    481748   5121213     12.83     13.54
3460.64/868.19	c  N dy 22388   5797404      1755      8524    153996    105580    481748   1258498     12.83     13.51
3471.85/870.97	c  N dy 22485   5817412      1755      8524    153996    125332    481748   2144548     12.83     13.56
3484.16/874.05	c  N dy 22582   5837899      1755      8524    153996    145590    481748   3035154     12.83     13.52
3497.32/877.31	c  N dy 22680   5857902      1755      8524    153996    165333    481748   3912173     12.83     13.60
3510.07/880.57	c  N dy 22763   5878091      1755      8524    153996    185245    481748   4788922     12.83     13.64
3524.05/884.06	c  N dy 22854   5898375      1755      8524    153996    205233    481748   5684084     12.83     13.67
3537.63/887.49	c  N dy 22937   5918625      1755      8524    153996    119585    481748   1814505     12.84     13.66
3548.74/890.25	c  N dy 23013   5938644      1755      8524    153996    139345    481748   2719793     12.84     14.03
3560.70/893.25	c  N dy 23088   5958726      1755      8524    153996    159107    481748   3609193     12.83     14.75
3573.46/896.47	c  N dy 23184   5979389      1755      8524    153996    179508    481748   4527896     12.84     13.53
3587.42/899.96	c  N dy 23287   6000072      1755      8524    153996    199990    481748   5463013     12.84     13.59
3601.78/903.58	c  N dy 23338   6020482      1755      8524    153996    113537    481748   1511706     12.83     13.53
3613.33/906.42	c  N dy 23421   6040535      1755      8524    153996    133333    481748   2385546     12.83     13.54
3624.92/909.35	c  N dy 23491   6060562      1755      8524    153996    153094    481748   3242655     12.83     13.85
3637.27/912.49	c  N dy 23567   6080564      1755      8524    153996    172811    481748   4131003     12.83     13.53
3650.42/915.79	c  N dy 23656   6100620      1755      8524    153996    192621    481748   5040420     12.83     13.65
3665.96/919.68	c  N dy 23714   6120967      1755      8524    153996    212675    481748   5884213     12.83     13.56
3679.92/923.14	c  N dy 23772   6141304      1755      8524    153996    125135    481748   1966630     12.83     13.51
3691.48/926.04	c  N dy 23851   6161365      1755      8524    153996    144974    481748   2854936     12.83     13.59
3703.86/929.13	c  N dy 23924   6181455      1755      8524    153996    164807    481748   3760369     12.83     15.06
3717.02/932.41	c  N dy 24003   6202051      1755      8524    153996    185126    481748   4632747     12.83     13.56
3725.79/934.67	c  S st 24056   6214731      1755      8524    153996    197629    481748   5174937     12.83   no data
3726.22/934.75	c  S st 24056   6215232      1755      8524    153996    198128    481748   5202247     12.83   no data
3726.22/934.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3728.16/935.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.9M T:  0.45
3728.16/935.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3728.16/935.24	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3731.35/936.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
3731.35/936.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
3731.35/936.04	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
3731.35/936.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3738.13/937.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.46 s
3757.26/942.58	c lits-rem:       724  cl-subs:     7420  v-elim:      0  v-fix:    0  time:  4.77 s
3757.26/942.59	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
3758.46/942.87	c vivif2 --  cl tried   190708 cl shrink        0 lits rem          0 time: 0.28
3759.66/943.13	c asymm  cl-useful: 0/998/8524 lits-rem:0 time: 0.27
3759.66/943.15	c calculated reachability. Time: 0.00
3759.66/943.15	c  N dy 24056   6215232      1755      8524    153996    190708    481748   5050757     12.83   no data
3775.21/947.01	c  N dy 24152   6235281      1755      8524    153996    210478    481748   5953155     12.83     18.82
3788.36/950.37	c  N dy 24253   6255336      1755      8524    153996    121825    481748   1831123     12.83     14.11
3800.35/953.36	c  N dy 24339   6275371      1755      8524    153996    141605    481748   2687148     12.83     13.59
3813.09/956.59	c  N dy 24404   6295533      1755      8524    153996    161424    481748   3538339     12.83     13.51
3826.67/959.92	c  N dy 24485   6315613      1755      8524    153996    181242    481748   4411750     12.83     13.54
3841.00/963.56	c  N dy 24570   6335948      1755      8524    153996    201306    481748   5291023     12.83     13.51
3856.55/967.44	c  N dy 24656   6356483      1755      8524    153996    112085    481748   1370509     12.83     13.53
3867.71/970.22	c  N dy 24718   6376534      1755      8524    153996    131881    481748   2238184     12.83     13.53
3880.47/973.46	c  N dy 24792   6397168      1755      8524    153996    152185    481748   3088347     12.83     13.61
3893.62/976.70	c  N dy 24858   6417381      1755      8524    153996    172048    481748   3940337     12.83     13.53
3907.18/980.19	c  N dy 24938   6438448      1755      8524    153996    192819    481748   4866546     12.83     13.59
3921.53/983.78	c  N dy 25001   6458872      1755      8524    153996    212982    481748   5765999     12.83     13.52
3935.50/987.21	c  N dy 25083   6479321      1755      8524    153996    122754    481748   1806152     12.83     13.60
3947.86/990.30	c  N dy 25155   6500486      1755      8524    153996    143628    481748   2724458     12.83     13.53
3960.61/993.50	c  N dy 25228   6521392      1755      8524    153996    164222    481748   3630887     12.83     13.51
3973.77/996.83	c  N dy 25306   6541479      1755      8524    153996    184030    481748   4495520     12.83     13.52
3987.72/1000.36	c  N dy 25375   6561571      1755      8524    153996    203837    481748   5339504     12.83     13.75
4003.27/1004.27	c  N dy 25433   6581603      1755      8524    153996    112167    481748   1320975     12.83     13.54
4014.04/1006.98	c  N dy 25512   6601636      1755      8524    153996    131949    481748   2215663     12.83     13.55
4026.79/1010.16	c  N dy 25581   6621658      1755      8524    153996    151726    481748   3043659     12.83     13.80
4039.95/1013.41	c  N dy 25652   6641680      1755      8524    153996    171464    481748   3869313     12.83     16.87
4053.51/1016.89	c  N dy 25739   6662630      1755      8524    153996    192110    481748   4778938     12.83     13.53
4067.88/1020.43	c  N dy 25812   6682932      1755      8524    153996    212113    481748   5644526     12.83     13.63
4082.61/1024.18	c  N dy 25918   6703596      1755      8524    153996    120108    481748   1627813     12.83     13.52
4089.40/1025.86	c  S st 25968   6715233      1755      8524    153996    131586    481748   2129336     12.83   no data
4089.81/1025.94	c  S st 25968   6715733      1755      8524    153996    132085    481748   2153493     12.83   no data
4089.81/1025.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4091.38/1026.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.1M T:  0.35
4091.38/1026.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4091.38/1026.33	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4094.19/1027.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
4094.19/1027.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
4094.63/1027.12	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
4094.63/1027.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4100.15/1028.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.28 s
4104.14/1029.57	c lits-rem:       154  cl-subs:     1370  v-elim:      0  v-fix:    0  time:  1.03 s
4104.14/1029.57	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
4104.94/1029.71	c vivif2 --  cl tried   130715 cl shrink        0 lits rem          0 time: 0.13
4105.74/1029.94	c asymm  cl-useful: 0/1119/8524 lits-rem:0 time: 0.23
4105.74/1029.95	c calculated reachability. Time: 0.00
4105.74/1029.95	c  N dy 25968   6715733      1755      8524    153996    130715    481748   2126325     12.83   no data
4117.70/1032.94	c  N dy 26056   6736252      1755      8524    153996    150974    481748   3037490     12.83     13.52
4130.45/1036.11	c  N dy 26128   6756371      1755      8524    153996    170832    481748   3899747     12.83     13.51
4144.01/1039.54	c  N dy 26206   6777081      1755      8524    153996    191287    481748   4824508     12.83     13.63
4159.17/1043.30	c  N dy 26287   6797150      1755      8524    153996    211105    481748   5710589     12.83     14.74
4175.51/1047.44	c  N dy 26365   6817314      1755      8524    153996    117571    481748   1487939     12.83     13.62
4187.06/1050.38	c  N dy 26424   6837540      1755      8524    153996    137443    481748   2311089     12.83     13.57
4200.22/1053.62	c  N dy 26503   6858465      1755      8524    153996    158119    481748   3194109     12.82     13.53
4213.38/1056.98	c  N dy 26558   6878496      1755      8524    153996    177852    481748   4039284     12.82     15.82
4227.34/1060.45	c  N dy 26639   6898505      1755      8524    153996    197597    481748   4882665     12.82     14.16
4241.69/1064.05	c  N dy 26737   6918648      1755      8524    153996    217447    481748   5777011     12.82     13.56
4256.90/1067.84	c  N dy 26830   6939363      1755      8524    153996    123472    481748   1702371     12.82     13.60
4268.41/1070.71	c  N dy 26919   6959547      1755      8524    153996    143387    481748   2597157     12.82     13.57
4280.37/1073.77	c  N dy 26994   6979567      1755      8524    153996    163109    481748   3468758     12.82     13.61
4293.53/1077.03	c  N dy 27072   6999635      1755      8524    153996    182926    481748   4347175     12.82     13.52
4308.28/1080.79	c  N dy 27163   7021370      1755      8524    153996    204342    481748   5299395     12.82     13.50
4323.43/1084.55	c  N dy 27228   7042223      1755      8524    153996    224892    481748   6175868     12.82     13.54
4337.38/1088.08	c  N dy 27306   7062434      1755      8524    153996    129436    481748   1932331     12.82     13.56
4349.00/1090.98	c  N dy 27379   7082501      1755      8524    153996    149264    481748   2832504     12.82     13.64
4361.31/1094.05	c  N dy 27462   7102566      1755      8524    153996    169064    481748   3720668     12.82     15.94
4375.32/1097.56	c  N dy 27538   7122663      1755      8524    153996    188911    481748   4588459     12.82     13.51
4390.42/1101.39	c  N dy 27620   7142754      1755      8524    153996    208738    481748   5473858     12.82     13.51
4406.02/1105.22	c  N dy 27688   7162874      1755      8524    153996    228551    481748   6323692     12.82     14.20
4419.92/1108.74	c  N dy 27763   7182942      1755      8524    153996    131923    481748   1979176     12.82     18.16
4431.91/1111.75	c  N dy 27835   7203227      1755      8524    153996    151894    481748   2869285     12.82     13.66
4439.86/1113.75	c  S st 27885   7215737      1755      8524    153996    164229    481748   3431090     12.82     12.98
4440.26/1113.82	c  S st 27885   7216238      1755      8524    153996    164729    481748   3458098     12.82   no data
4440.26/1113.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4441.85/1114.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.6M T:  0.40
4441.85/1114.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4441.85/1114.27	c bin-w-bin subsume rem            0 bins  time:  0.02 s
4445.06/1115.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
4445.06/1115.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1755 time:  0.01 s
4445.06/1115.07	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
4445.06/1115.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4451.42/1116.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.39 s
4461.39/1119.11	c lits-rem:       346  cl-subs:     4645  v-elim:      0  v-fix:    0  time:  2.46 s
4461.39/1119.12	c vivif2 --  cl tried     8524 cl shrink        0 lits rem          0 time: 0.00
4462.19/1119.31	c vivif2 --  cl tried   160084 cl shrink        0 lits rem          0 time: 0.19
4463.03/1119.58	c asymm  cl-useful: 0/1023/8524 lits-rem:0 time: 0.25
4463.03/1119.59	c calculated reachability. Time: 0.00
4463.03/1119.59	c  N dy 27885   7216238      1755      8524    153996    160084    481748   3365903     12.82   no data
4476.53/1122.98	c  N dy 27964   7237276      1755      8524    153996    180797    481748   4271430     12.82     13.54
4490.89/1126.50	c  N dy 28046   7257324      1755      8524    153996    200584    481748   5135644     12.82     15.04
4506.46/1130.43	c  N dy 28147   7278410      1755      8524    153996    221364    481748   6059443     12.82     13.51
4521.99/1134.33	c  N dy 28224   7298492      1755      8524    153996    123853    481748   1629103     12.82     13.50
4536.34/1137.99	c  N dy 28295   7319700      1755      8524    153996    144784    481748   2521565     12.82     13.57
4549.10/1141.18	c  N dy 28378   7339867      1755      8524    153996    164718    481748   3438834     12.82     13.62
4562.25/1144.42	c  N dy 28479   7359945      1755      8524    153996    184576    481748   4344337     12.82     13.50
4576.22/1147.98	c  N dy 28583   7380094      1755      8524    153996    204468    481748   5244017     12.82     13.55
4590.96/1151.65	c  N dy 28660   7400188      1755      8524    153996    224249    481748   6120105     12.82     17.01
4605.71/1155.38	c  N dy 28756   7420244      1755      8524    153996    125685    481748   1688926     12.82     14.89
4618.08/1158.49	c  N dy 28828   7440632      1755      8524    153996    145742    481748   2556689     12.82     13.53
4630.83/1161.62	c  N dy 28908   7460817      1755      8524    153996    165610    481748   3444203     12.82     13.66
4643.99/1164.98	c  N dy 28988   7480943      1755      8524    153996    185462    481748   4296848     12.82     13.72
4659.15/1168.72	c  N dy 29099   7501529      1755      8524    153996    205745    481748   5206682     12.82     13.51
4673.55/1172.35	c  N dy 29181   7521772      1755      8524    153996    225719    481748   6103967     12.82     13.54
4688.65/1176.13	c  N dy 29250   7542176      1755      8524    153996    126578    481748   1692618     12.82     13.65
4700.21/1179.03	c  N dy 29308   7562405      1755      8524    153996    146489    481748   2566838     12.82     13.65
4712.59/1182.14	c  N dy 29389   7582551      1755      8524    153996    166398    481748   3455792     12.82     13.52
4726.52/1185.60	c  N dy 29459   7602656      1755      8524    153996    186216    481748   4278418     12.82     13.59
4740.88/1189.23	c  N dy 29533   7623790      1755      8524    153996    207022    481748   5194166     12.82     13.61
4756.45/1193.20	c  N dy 29626   7643849      1755      8524    153996    226756    481748   6055660     12.82     13.50
4772.38/1197.14	c  N dy 29708   7663978      1755      8524    153996    126353    481748   1655120     12.82     13.50
4785.14/1200.39	c  N dy 29783   7685634      1755      8524    153996    147680    481748   2572596     12.82     13.57
4797.49/1203.45	c  N dy 29874   7706062      1755      8524    153996    167848    481748   3493939     12.82     13.54

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

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

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


[startup+0 s]
/proc/loadavg: 7.79 8.04 7.86 5/416 7188
/proc/meminfo: memFree=21005944/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 409 0 0 0 0 0 0 0 25 0 4 0 729437364 52396032 349 33554432000 4194304 4580107 140733716648144 18446744073709551615 47077911541682 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7188/statm: 12792 349 299 95 0 7774 0
[pid=7188/tid=7189] ppid=7186 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 729437364 52396032 353 33554432000 4194304 4580107 140733716648144 18446744073709551615 215983639638 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=51168 CPUtime=0.01 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 4 0 0 0 1 0 0 0 25 0 4 0 729437364 52396032 353 33554432000 4194304 4580107 140733716648144 18446744073709551615 215988592571 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=51168 CPUtime=0.01 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 4 0 729437364 52396032 353 33554432000 4194304 4580107 140733716648144 18446744073709551615 47077911541682 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0441121 s]
/proc/loadavg: 7.79 8.04 7.86 5/416 7188
/proc/meminfo: memFree=21005944/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=286388 CPUtime=0.14 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) D 7186 7188 6790 0 -1 4202496 5742 0 0 0 13 1 0 0 18 0 4 0 729437364 293261312 5648 33554432000 4194304 4580107 140733716648144 18446744073709551615 215988253729 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 71596 5848 348 95 0 66578 0
[pid=7188/tid=7189] ppid=7186 vsize=286376 CPUtime=0.02 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 1395 0 0 0 2 0 0 0 18 0 4 0 729437364 293249024 5934 33554432000 4194304 4580107 140733716648144 18446744073709551615 4292903 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=286376 CPUtime=0.04 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 1512 0 0 0 4 0 0 0 25 0 4 0 729437364 293249024 6247 33554432000 4194304 4580107 140733716648144 18446744073709551615 4234818 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=286376 CPUtime=0.04 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 1439 0 0 0 4 0 0 0 25 0 4 0 729437364 293249024 6489 33554432000 4194304 4580107 140733716648144 18446744073709551615 4291444 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 286388

[startup+0.171016 s]
/proc/loadavg: 7.79 8.04 7.86 5/416 7188
/proc/meminfo: memFree=21005944/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=286920 CPUtime=0.66 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) D 7186 7188 6790 0 -1 4202496 11453 0 0 0 63 3 0 0 18 0 4 0 729437364 293806080 11359 33554432000 4194304 4580107 140733716648144 18446744073709551615 215988635831 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 71730 11523 373 95 0 66712 0
[pid=7188/tid=7189] ppid=7186 vsize=287112 CPUtime=0.15 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) D 7186 7188 6790 0 -1 4202560 3259 0 0 0 14 1 0 0 18 0 4 0 729437364 294002688 11582 33554432000 4194304 4580107 140733716648144 18446744073709551615 215988289744 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=298924 CPUtime=0.52 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 4100 0 0 0 51 1 0 0 18 0 4 0 729437364 306098176 14003 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=294480 CPUtime=0.9 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 3503 0 0 0 90 0 0 0 25 0 4 0 729437364 301547520 14724 33554432000 4194304 4580107 140733716648144 18446744073709551615 4322582 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 286920

[startup+1.01637 s]
/proc/loadavg: 7.79 8.04 7.86 5/416 7188
/proc/meminfo: memFree=21005944/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=294996 CPUtime=4.02 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 19813 0 0 0 397 5 0 0 19 0 4 0 729437364 302075904 14347 33554432000 4194304 4580107 140733716648144 18446744073709551615 4320876 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 73749 14347 377 95 0 68731 0
[pid=7188/tid=7189] ppid=7186 vsize=294996 CPUtime=0.99 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 5307 0 0 0 97 2 0 0 19 0 4 0 729437364 302075904 14347 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=294996 CPUtime=1 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 5205 0 0 0 99 1 0 0 18 0 4 0 729437364 302075904 14347 33554432000 4194304 4580107 140733716648144 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=294996 CPUtime=1 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 3640 0 0 0 100 0 0 0 25 0 4 0 729437364 302075904 14347 33554432000 4194304 4580107 140733716648144 18446744073709551615 4293241 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 294996

[startup+1.11636 s]
/proc/loadavg: 7.79 8.04 7.86 5/416 7188
/proc/meminfo: memFree=21005944/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=294996 CPUtime=4.42 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 20155 0 0 0 437 5 0 0 19 0 4 0 729437364 302075904 14689 33554432000 4194304 4580107 140733716648144 18446744073709551615 4293280 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 73749 14689 377 95 0 68731 0
[pid=7188/tid=7189] ppid=7186 vsize=294996 CPUtime=1.09 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 5384 0 0 0 107 2 0 0 19 0 4 0 729437364 302075904 14689 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=294996 CPUtime=1.1 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 5277 0 0 0 109 1 0 0 19 0 4 0 729437364 302075904 14689 33554432000 4194304 4580107 140733716648144 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=294996 CPUtime=1.1 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 3756 0 0 0 110 0 0 0 25 0 4 0 729437364 302075904 14689 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 294996

[startup+1.5047 s]
/proc/loadavg: 7.79 8.04 7.86 5/416 7188
/proc/meminfo: memFree=21005944/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=315496 CPUtime=5.98 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 22577 0 0 0 592 6 0 0 20 0 4 0 729437364 323067904 15593 33554432000 4194304 4580107 140733716648144 18446744073709551615 215988635831 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 78874 15593 377 95 0 73856 0
[pid=7188/tid=7189] ppid=7186 vsize=315496 CPUtime=1.48 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) D 7186 7188 6790 0 -1 4202560 6094 0 0 0 146 2 0 0 19 0 4 0 729437364 323067904 15593 33554432000 4194304 4580107 140733716648144 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=315496 CPUtime=1.48 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) D 7186 7188 6790 0 -1 4202560 5784 0 0 0 147 1 0 0 20 0 4 0 729437364 323067904 15593 33554432000 4194304 4580107 140733716648144 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=315496 CPUtime=1.49 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 4516 0 0 0 148 1 0 0 25 0 4 0 729437364 323067904 15593 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 315496

[startup+3.10101 s]
/proc/loadavg: 7.79 8.04 7.86 9/420 7192
/proc/meminfo: memFree=20924192/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=314532 CPUtime=12.33 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 30407 0 0 0 1226 7 0 0 25 0 4 0 729437364 322080768 17915 33554432000 4194304 4580107 140733716648144 18446744073709551615 4413346 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 78633 17915 379 95 0 73615 0
[pid=7188/tid=7189] ppid=7186 vsize=314532 CPUtime=3.07 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 7976 0 0 0 305 2 0 0 24 0 4 0 729437364 322080768 17915 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=314532 CPUtime=3.08 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 7869 0 0 0 307 1 0 0 25 0 4 0 729437364 322080768 17916 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=314532 CPUtime=3.09 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 6905 0 0 0 308 1 0 0 25 0 4 0 729437364 322080768 17916 33554432000 4194304 4580107 140733716648144 18446744073709551615 4324379 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 314532

[startup+6.31545 s]
/proc/loadavg: 7.80 8.04 7.86 9/420 7192
/proc/meminfo: memFree=20900132/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=324472 CPUtime=25.14 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 41578 0 0 0 2505 9 0 0 25 0 4 0 729437364 332259328 26186 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 81118 26186 379 95 0 76100 0
[pid=7188/tid=7189] ppid=7186 vsize=324472 CPUtime=6.29 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 9930 0 0 0 626 3 0 0 25 0 4 0 729437364 332259328 26186 33554432000 4194304 4580107 140733716648144 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=324472 CPUtime=6.29 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 10903 0 0 0 627 2 0 0 25 0 4 0 729437364 332259328 26186 33554432000 4194304 4580107 140733716648144 18446744073709551615 4412649 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=324472 CPUtime=6.3 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 9961 0 0 0 629 1 0 0 25 0 4 0 729437364 332259328 26186 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 324472

[startup+12.7003 s]
/proc/loadavg: 7.82 8.04 7.86 9/420 7192
/proc/meminfo: memFree=20894076/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=344676 CPUtime=50.59 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 63473 0 0 0 5046 13 0 0 25 0 4 0 729437364 352948224 34329 33554432000 4194304 4580107 140733716648144 18446744073709551615 4413206 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 86169 34329 379 95 0 81151 0
[pid=7188/tid=7189] ppid=7186 vsize=344676 CPUtime=12.67 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 15764 0 0 0 1263 4 0 0 25 0 4 0 729437364 352948224 34329 33554432000 4194304 4580107 140733716648144 18446744073709551615 4318491 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=344676 CPUtime=12.67 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 17394 0 0 0 1264 3 0 0 25 0 4 0 729437364 352948224 34329 33554432000 4194304 4580107 140733716648144 18446744073709551615 4413356 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=344676 CPUtime=12.68 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 14244 0 0 0 1266 2 0 0 25 0 4 0 729437364 352948224 34329 33554432000 4194304 4580107 140733716648144 18446744073709551615 4413087 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 344676

[startup+25.5011 s]
/proc/loadavg: 7.93 8.05 7.86 9/420 7193
/proc/meminfo: memFree=20846708/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=361932 CPUtime=101.62 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 98798 0 0 0 10141 21 0 0 25 0 4 0 729437364 370618368 44045 33554432000 4194304 4580107 140733716648144 18446744073709551615 4293241 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 90483 44045 379 95 0 85465 0
[pid=7188/tid=7189] ppid=7186 vsize=361932 CPUtime=25.47 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 22814 0 0 0 2541 6 0 0 25 0 4 0 729437364 370618368 44045 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=361932 CPUtime=25.47 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 26739 0 0 0 2542 5 0 0 25 0 4 0 729437364 370618368 44045 33554432000 4194304 4580107 140733716648144 18446744073709551615 4413346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=361932 CPUtime=25.49 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 28041 0 0 0 2544 5 0 0 25 0 4 0 729437364 370618368 44045 33554432000 4194304 4580107 140733716648144 18446744073709551615 4320876 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 361932

[startup+51.1006 s]
/proc/loadavg: 8.08 8.08 7.88 9/420 7193
/proc/meminfo: memFree=20819688/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=364744 CPUtime=203.68 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 156259 0 0 0 20332 36 0 0 25 0 4 0 729437364 373497856 51799 33554432000 4194304 4580107 140733716648144 18446744073709551615 4322556 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 91186 51799 379 95 0 86168 0
[pid=7188/tid=7189] ppid=7186 vsize=364744 CPUtime=51.07 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 36280 0 0 0 5098 9 0 0 25 0 4 0 729437364 373497856 51799 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=364744 CPUtime=51.06 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 41454 0 0 0 5097 9 0 0 25 0 4 0 729437364 373497856 51799 33554432000 4194304 4580107 140733716648144 18446744073709551615 4413635 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=364744 CPUtime=51.09 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 45628 0 0 0 5099 10 0 0 25 0 4 0 729437364 373497856 51799 33554432000 4194304 4580107 140733716648144 18446744073709551615 4322409 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.68
Current children cumulated vsize (KiB) 364744

[startup+102.301 s]
/proc/loadavg: 8.17 8.10 7.89 9/420 7195
/proc/meminfo: memFree=20738548/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=520976 CPUtime=407.76 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 262583 0 0 0 40716 60 0 0 25 0 4 0 729437364 533479424 68836 33554432000 4194304 4580107 140733716648144 18446744073709551615 4293292 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 130244 68836 379 95 0 125226 0
[pid=7188/tid=7189] ppid=7186 vsize=520976 CPUtime=102.28 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 58038 0 0 0 10214 14 0 0 25 0 4 0 729437364 533479424 68836 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=520976 CPUtime=102.25 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 68054 0 0 0 10209 16 0 0 25 0 4 0 729437364 533479424 68836 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=520976 CPUtime=102.29 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 80970 0 0 0 10212 17 0 0 25 0 4 0 729437364 533479424 68836 33554432000 4194304 4580107 140733716648144 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.76
Current children cumulated vsize (KiB) 520976

[startup+162.301 s]

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

[pid=7188] ppid=7186 vsize=847024 CPUtime=2799.64 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 1223601 0 0 0 279652 312 0 0 25 0 4 0 729437364 867352576 140909 33554432000 4194304 4580107 140733716648144 18446744073709551615 4324126 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 211756 140909 379 95 0 206738 0
[pid=7188/tid=7189] ppid=7186 vsize=847024 CPUtime=702.28 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 320597 0 0 0 70143 85 0 0 25 0 4 0 729437364 867352576 140909 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=847024 CPUtime=702.12 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 327442 0 0 0 70133 79 0 0 25 0 4 0 729437364 867352576 140909 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=847024 CPUtime=702.29 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 316613 0 0 0 70145 84 0 0 25 0 4 0 729437364 867352576 140909 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2799.64
Current children cumulated vsize (KiB) 847024

[startup+762.301 s]
/proc/loadavg: 6.37 7.68 7.84 5/411 7239
/proc/meminfo: memFree=20796276/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=896276 CPUtime=3038.83 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 1309289 0 0 0 303547 336 0 0 25 0 4 0 729437364 917786624 151078 33554432000 4194304 4580107 140733716648144 18446744073709551615 4318446 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 224069 151078 382 95 0 219051 0
[pid=7188/tid=7189] ppid=7186 vsize=896276 CPUtime=762.27 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 345459 0 0 0 76136 91 0 0 25 0 4 0 729437364 917786624 151078 33554432000 4194304 4580107 140733716648144 18446744073709551615 4321041 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=896276 CPUtime=762.1 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 351486 0 0 0 76125 85 0 0 25 0 4 0 729437364 917786624 151078 33554432000 4194304 4580107 140733716648144 18446744073709551615 4322629 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=896276 CPUtime=762.29 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 329787 0 0 0 76140 89 0 0 25 0 4 0 729437364 917786624 151078 33554432000 4194304 4580107 140733716648144 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3038.83
Current children cumulated vsize (KiB) 896276

[startup+822.301 s]
/proc/loadavg: 4.87 7.01 7.60 5/411 7241
/proc/meminfo: memFree=20794224/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=995952 CPUtime=3278.04 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 1388961 0 0 0 327446 358 0 0 25 0 4 0 729437364 1019854848 152457 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 248988 152457 382 95 0 243970 0
[pid=7188/tid=7189] ppid=7186 vsize=995952 CPUtime=822.28 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 368867 0 0 0 82132 96 0 0 25 0 4 0 729437364 1019854848 152457 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=995952 CPUtime=822.08 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 373149 0 0 0 82117 91 0 0 25 0 4 0 729437364 1019854848 152457 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=995952 CPUtime=822.29 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 342894 0 0 0 82136 93 0 0 25 0 4 0 729437364 1019854848 152457 33554432000 4194304 4580107 140733716648144 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3278.04
Current children cumulated vsize (KiB) 995952

[startup+882.3 s]
/proc/loadavg: 4.32 6.46 7.37 5/411 7242
/proc/meminfo: memFree=20811296/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=917940 CPUtime=3517.25 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 1472460 0 0 0 351343 382 0 0 25 0 4 0 729437364 939970560 147628 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 229485 147628 382 95 0 224467 0
[pid=7188/tid=7189] ppid=7186 vsize=917940 CPUtime=882.27 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 392720 0 0 0 88125 102 0 0 25 0 4 0 729437364 939970560 147628 33554432000 4194304 4580107 140733716648144 18446744073709551615 4293295 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=917940 CPUtime=882.08 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 395808 0 0 0 88111 97 0 0 25 0 4 0 729437364 939970560 147628 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=917940 CPUtime=882.29 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 359078 0 0 0 88130 99 0 0 25 0 4 0 729437364 939970560 147628 33554432000 4194304 4580107 140733716648144 18446744073709551615 4293979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3517.25
Current children cumulated vsize (KiB) 917940

[startup+942.301 s]
/proc/loadavg: 4.11 6.01 7.16 5/411 7244
/proc/meminfo: memFree=20677708/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=1156504 CPUtime=3756.49 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 1569184 0 0 0 375242 407 0 0 25 0 4 0 729437364 1184260096 180429 33554432000 4194304 4580107 140733716648144 18446744073709551615 4416737 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 289126 180429 382 95 0 284108 0
[pid=7188/tid=7189] ppid=7186 vsize=1156504 CPUtime=942.29 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 420593 0 0 0 94120 109 0 0 25 0 4 0 729437364 1184260096 180435 33554432000 4194304 4580107 140733716648144 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=1156504 CPUtime=942.09 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 417992 0 0 0 94105 104 0 0 25 0 4 0 729437364 1184260096 180435 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=1156504 CPUtime=942.31 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 376622 0 0 0 94127 104 0 0 25 0 4 0 729437364 1184260096 180435 33554432000 4194304 4580107 140733716648144 18446744073709551615 4412649 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3756.49
Current children cumulated vsize (KiB) 1156504

[startup+1002.3 s]
/proc/loadavg: 4.09 5.66 6.96 5/411 7246
/proc/meminfo: memFree=20681508/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=1088092 CPUtime=3995.7 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 1658884 0 0 0 399139 431 0 0 25 0 4 0 729437364 1114206208 180157 33554432000 4194304 4580107 140733716648144 18446744073709551615 4318494 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 272023 180157 382 95 0 267005 0
[pid=7188/tid=7189] ppid=7186 vsize=1088092 CPUtime=1002.27 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 445298 0 0 0 100112 115 0 0 20 0 4 0 729437364 1114206208 180157 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=1088092 CPUtime=1002.08 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 439453 0 0 0 100098 110 0 0 25 0 4 0 729437364 1114206208 180157 33554432000 4194304 4580107 140733716648144 18446744073709551615 4296111 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=1088092 CPUtime=1002.29 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 398377 0 0 0 100119 110 0 0 25 0 4 0 729437364 1114206208 180157 33554432000 4194304 4580107 140733716648144 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3995.7
Current children cumulated vsize (KiB) 1088092

[startup+1062.32 s]
/proc/loadavg: 4.08 5.37 6.78 5/411 7247
/proc/meminfo: memFree=20680236/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=1037516 CPUtime=4234.97 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 1737556 0 0 0 423042 455 0 0 25 0 4 0 729437364 1062416384 179883 33554432000 4194304 4580107 140733716648144 18446744073709551615 4316555 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 259379 179883 382 95 0 254361 0
[pid=7188/tid=7189] ppid=7186 vsize=1037516 CPUtime=1062.29 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 464889 0 0 0 106106 123 0 0 25 0 4 0 729437364 1062416384 179883 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=1037516 CPUtime=1062.09 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 461921 0 0 0 106093 116 0 0 25 0 4 0 729437364 1062416384 179883 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=1037516 CPUtime=1062.3 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 414875 0 0 0 106115 115 0 0 25 0 4 0 729437364 1062416384 179883 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4234.97
Current children cumulated vsize (KiB) 1037516

[startup+1122.3 s]
/proc/loadavg: 4.07 5.13 6.61 5/411 7249
/proc/meminfo: memFree=20706368/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=1039636 CPUtime=4474.14 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 1818544 0 0 0 446934 480 0 0 25 0 4 0 729437364 1064587264 173750 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 259909 173750 382 95 0 254891 0
[pid=7188/tid=7189] ppid=7186 vsize=1039636 CPUtime=1122.27 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 487082 0 0 0 112097 130 0 0 25 0 4 0 729437364 1064587264 173750 33554432000 4194304 4580107 140733716648144 18446744073709551615 4322895 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=1039636 CPUtime=1122.07 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 484204 0 0 0 112084 123 0 0 25 0 4 0 729437364 1064587264 173750 33554432000 4194304 4580107 140733716648144 18446744073709551615 4316605 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=1039636 CPUtime=1122.29 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 429717 0 0 0 112109 120 0 0 25 0 4 0 729437364 1064587264 173750 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4474.14
Current children cumulated vsize (KiB) 1039636

[startup+1182.3 s]
/proc/loadavg: 4.07 4.94 6.45 5/411 7250
/proc/meminfo: memFree=20688104/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=1043852 CPUtime=4713.36 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 1895873 0 0 0 470833 503 0 0 25 0 4 0 729437364 1068904448 177902 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 260963 177902 382 95 0 255945 0
[pid=7188/tid=7189] ppid=7186 vsize=1043852 CPUtime=1182.28 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 509186 0 0 0 118091 137 0 0 25 0 4 0 729437364 1068904448 177902 33554432000 4194304 4580107 140733716648144 18446744073709551615 4322544 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=1043852 CPUtime=1182.08 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 505757 0 0 0 118079 129 0 0 25 0 4 0 729437364 1068904448 177902 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=1043852 CPUtime=1182.3 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 441374 0 0 0 118106 124 0 0 25 0 4 0 729437364 1068904448 177902 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4713.36
Current children cumulated vsize (KiB) 1043852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.1 s]
/proc/loadavg: 4.11 4.88 6.39 6/411 7251
/proc/meminfo: memFree=20653988/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=1131248 CPUtime=4800.35 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 1924175 0 0 0 479524 511 0 0 25 0 4 0 729437364 1158397952 186212 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 282812 186212 382 95 0 277794 0
[pid=7188/tid=7189] ppid=7186 vsize=1131248 CPUtime=1204.11 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 514518 0 0 0 120272 139 0 0 25 0 4 0 729437364 1158397952 186215 33554432000 4194304 4580107 140733716648144 18446744073709551615 4304887 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=1131248 CPUtime=1203.91 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 513602 0 0 0 120259 132 0 0 25 0 4 0 729437364 1158397952 186215 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=1131248 CPUtime=1204.13 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 448778 0 0 0 120287 126 0 0 25 0 4 0 729437364 1158397952 186215 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1131248

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

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

[startup+1204.1 s]
/proc/loadavg: 4.11 4.88 6.39 6/411 7251
/proc/meminfo: memFree=20653988/32950940 swapFree=67111356/67111528
[pid=7188] ppid=7186 vsize=1131248 CPUtime=4800.35 cores=0,2,4,6
/proc/7188/stat : 7188 (strangenight2-m) R 7186 7188 6790 0 -1 4202496 1924175 0 0 0 479524 511 0 0 25 0 4 0 729437364 1158397952 186212 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7188/statm: 282812 186212 382 95 0 277794 0
[pid=7188/tid=7189] ppid=7186 vsize=1131248 CPUtime=1204.11 cores=0,2,4,6
/proc/7188/task/7189/stat : 7189 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 514518 0 0 0 120272 139 0 0 25 0 4 0 729437364 1158397952 186215 33554432000 4194304 4580107 140733716648144 18446744073709551615 4304887 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7188/tid=7190] ppid=7186 vsize=1131248 CPUtime=1203.91 cores=0,2,4,6
/proc/7188/task/7190/stat : 7190 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 513602 0 0 0 120259 132 0 0 25 0 4 0 729437364 1158397952 186215 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7188/tid=7191] ppid=7186 vsize=1131248 CPUtime=1204.13 cores=0,2,4,6
/proc/7188/task/7191/stat : 7191 (strangenight2-m) R 7186 7188 6790 0 -1 4202560 448778 0 0 0 120287 126 0 0 25 0 4 0 729437364 1158397952 186215 33554432000 4194304 4580107 140733716648144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1131248

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.17
CPU time (s): 4800.45
CPU user time (s): 4795.29
CPU system time (s): 5.15422
CPU usage (%): 398.651
Max. virtual memory (cumulated for all children) (KiB): 1198192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.29
system time used= 5.15422
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1924182
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= 3007
involuntary context switches= 22190

runsolver used 4.88926 second user time and 11.0773 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-14 18:54:26
IDJOB=3366958
IDBENCH=71409
IDSOLVER=1844
FILE ID=node117/3366958-1305392066
RUNJOBID= node117-1305389052-6808
PBS_JOBID= 13324438
Free space on /tmp= 73408 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1820c171155gyes3.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366958-1305392066/watcher-3366958-1305392066 -o /tmp/evaluation-result-3366958-1305392066/solver-3366958-1305392066 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366958-1305392066.cnf

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

MD5SUM BENCH= cd19d9eb9be97e183fa1a1d47d679d01
RANDOM SEED=297755633

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      21006364 kB
Buffers:        292580 kB
Cached:        3030296 kB
SwapCached:          0 kB
Active:        9759772 kB
Inactive:      1830152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      21006364 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            7812 kB
Writeback:           0 kB
AnonPages:     8267124 kB
Mapped:          32504 kB
Slab:           243488 kB
PageTables:      45208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100895732 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= 73408 MiB
End job on node117 at 2011-05-14 19:14:32