Trace number 3366961

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.33 1203.16

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes1.cnf
MD5SUM836d368f7cf78173b8e7f8b131296e2f
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3366961-1305391491.cnf'
0.00/0.01	c -- header says num vars:           2400
0.00/0.01	c -- header says num clauses:      266431
0.00/0.07	c -- clauses added:            0 learnts,       266431 normals,            0 xors
0.00/0.07	c -- vars added       2400
0.00/0.07	c Parsing time:  0.04 s
0.00/0.18	c  N st     0         0      2400        75    266356         0    535112         0   no data   no data
0.00/0.18	c asymm  cl-useful: 0/75/75 lits-rem:0 time: 0.00
0.00/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
0.00/0.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.18	c bin-w-bin subsume rem         7850 bins  time:  0.03 s
0.00/0.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
0.67/0.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2400 time:  0.02 s
0.67/0.23	c Removed useless bin:       0  fixed:     0  props:   1.30M  time:  0.02 s
0.99/0.31	c lits-rem:       406  cl-subs:        0  v-elim:     75  v-fix:    0  time:  0.07 s
0.99/0.31	c Finding binary XORs  T:     0.01 s  found:       0
0.99/0.31	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.99/0.31	c calculated reachability. Time: 0.00
0.99/0.40	c Calc default polars -  time:   0.00 s pos:       0 undec:      75 neg:    2325
0.99/0.40	c =========================================================================================
0.99/0.40	c types(t): F = full restart, N = normal restart
0.99/0.40	c types(t): S = simplification begin/end, E = solution found
0.99/0.40	c restart types(rt): st = static, dy = dynamic
0.99/0.40	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.99/0.40	c  B st     0         0      2325     11880    244301         0    873726         0   no data   no data
3.83/1.02	c  N dy    15      4084      2325     11880    244301      4070    873725    233093     12.68     13.42
3.83/1.02	c  N dy    42      8151      2325     11880    244301      5625    873724    266057     13.17     15.18
5.54/1.42	c  N dy    61     12310      2325     11880    244301      5532    873722    183585     13.18     13.94
6.78/1.73	c  N dy    76     16313      2325     11880    244301      9503    873722    420286     13.15     13.88
8.34/2.11	c  N dy    91     20426      2325     11880    244301      8011    873722    259161     13.12     13.90
9.93/2.53	c  N dy   107     24960      2325     11880    244301     12522    873722    533363     13.03     13.87
9.93/2.53	c  F st   108     25001      2325     11880    244301     12563    873722    536429     13.03   no data
11.92/3.04	c  N dy   114     30000      2325     11880    244301     10743    873722    363257     13.03   no data
11.92/3.04	c  S st   114     30000      2325     11880    244301     10743    873722    363257     13.03   no data
11.92/3.09	c  S st   114     30501      2325     11880    244301     11241    873722    393038     13.03   no data
11.92/3.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.52/3.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.5M T:  0.37
13.52/3.47	c blocked clauses removed:        0 vars:      0 tried:        2325 T: 0.00 s
13.92/3.50	c bin-w-bin subsume rem            0 bins  time:  0.03 s
25.09/6.32	c subs with bin:        0  lits-rem:    101207  v-fix:    0  time:  2.82 s
25.09/6.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
25.09/6.36	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
25.09/6.39	c lits-rem:       947  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
30.28/7.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.26 s
31.08/7.85	c lits-rem:       276  cl-subs:     2249  v-elim:      0  v-fix:    0  time:  0.18 s
31.88/8.04	c asymm  cl-useful: 0/1736/11880 lits-rem:0 time: 0.19
31.88/8.05	c calculated reachability. Time: 0.00
31.88/8.05	c  N dy   114     30501      2325     11880    244301      8992    771568    342645     13.03   no data
33.47/8.48	c  N dy   148     34908      2325     11880    244301     13382    771568    687130     13.40     14.13
35.47/8.92	c  N dy   188     38930      2325     11880    244301      9529    771568    324131     14.02     16.52
37.08/9.34	c  N dy   221     42989      2325     11880    244301     13562    771568    633965     14.36     16.03
38.25/9.64	c  S st   241     45753      2325     11880    244301     16309    771568    849572     14.48   no data
38.65/9.70	c  S st   241     46256      2325     11880    244301     16812    771568    889563     14.48   no data
38.65/9.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
39.85/10.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.6M T:  0.35
39.85/10.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.85/10.09	c bin-w-bin subsume rem            0 bins  time:  0.03 s
47.03/11.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.77 s
47.03/11.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
47.43/11.91	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
47.43/11.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
52.62/13.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
54.64/13.75	c lits-rem:        98  cl-subs:      167  v-elim:      0  v-fix:    0  time:  0.48 s
54.64/13.76	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
54.64/13.79	c vivif2 --  cl tried    16645 cl shrink        0 lits rem          0 time: 0.03
55.41/13.98	c asymm  cl-useful: 0/1860/11880 lits-rem:0 time: 0.19
55.41/13.99	c calculated reachability. Time: 0.00
55.41/13.99	c  N dy   241     46256      2325     11880    244301     16645    771568    879639     14.48   no data
57.41/14.42	c  N dy   269     50340      2325     11880    244301     11816    771568    430848     14.75     19.19
59.03/14.89	c  N dy   286     55095      2325     11880    244301     16536    771568    785422     14.80     15.70
62.60/15.79	c  N dy   306     63251      2325     11880    244301     14701    771568    572962     14.71     15.60
64.59/16.22	c  N dy   336     67389      2325     11880    244301     18819    771568    900124     14.81     15.64
65.38/16.44	c  S st   345     69384      2325     11880    244301     20796    771568   1067279     14.82   no data
65.78/16.50	c  S st   345     69889      2325     11880    244301     21301    771568   1106792     14.82   no data
65.78/16.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
66.98/16.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.4M T:  0.35
66.98/16.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
66.98/16.89	c bin-w-bin subsume rem            0 bins  time:  0.03 s
74.16/18.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.78 s
74.56/18.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
74.56/18.72	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
74.56/18.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
80.15/20.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.35 s
82.95/20.85	c lits-rem:       154  cl-subs:      381  v-elim:      0  v-fix:    0  time:  0.72 s
82.95/20.86	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
83.35/20.90	c vivif2 --  cl tried    20920 cl shrink        0 lits rem          0 time: 0.04
84.15/21.10	c asymm  cl-useful: 0/1272/11880 lits-rem:0 time: 0.20
84.15/21.11	c calculated reachability. Time: 0.00
84.15/21.11	c  N dy   345     69889      2325     11880    244301     20920    771568   1089867     14.82   no data
85.77/21.59	c  N dy   365     74351      2325     11880    244301     14440    771568    488632     14.84     15.94
87.73/22.09	c  N dy   393     79146      2325     11880    244301     19196    771568    841914     14.91     15.73
90.16/22.64	c  N dy   422     84198      2325     11880    244301     12312    771568    261543     14.96     15.86
91.32/22.97	c  F st   440     87500      2325     11880    244301     15578    771568    506274     14.99     14.53
92.92/23.35	c  N st   445     90797      2325     11880    244301     18857    771568    763938     14.99   no data
95.30/23.98	c  N dy   464     96719      2325     11880    244301     24731    771568   1230969     15.00     15.87
98.11/24.66	c  N dy   508    103028      2325     11880    244301     18117    771568    647597     15.14     16.19
98.95/24.84	c  S st   521    104834      2325     11880    244301     19912    771568    790923     15.16   no data
99.30/24.90	c  S st   521    105339      2325     11880    244301     20417    771568    834994     15.16   no data
99.30/24.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
100.50/25.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.8M T:  0.35
100.50/25.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
100.50/25.29	c bin-w-bin subsume rem            0 bins  time:  0.03 s
107.72/27.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.78 s
107.72/27.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
108.07/27.11	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
108.07/27.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
113.26/28.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
114.86/28.89	c lits-rem:       115  cl-subs:      132  v-elim:      0  v-fix:    0  time:  0.43 s
115.26/28.90	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
115.26/28.93	c vivif2 --  cl tried    20285 cl shrink        0 lits rem          0 time: 0.03
116.08/29.13	c asymm  cl-useful: 0/1817/11880 lits-rem:0 time: 0.20
116.08/29.14	c calculated reachability. Time: 0.00
116.08/29.14	c  N dy   521    105339      2325     11880    244301     20285    771568    826494     15.16   no data
119.65/30.03	c  N dy   549    113167      2325     11880    244301     14146    771568    280245     15.18     16.35
122.44/30.78	c  N dy   574    120399      2325     11880    244301     21320    771568    803509     15.18     19.27
126.03/31.69	c  N dy   628    128355      2325     11880    244301     29237    771568   1449695     15.31     16.18
129.66/32.58	c  N dy   662    136566      2325     11880    244301     22517    771568    844778     15.33     20.10
133.64/33.55	c  N dy   690    145386      2325     11880    244301     31259    771568   1496324     15.31     16.17
138.02/34.65	c  N dy   706    155440      2325     11880    244301     25291    771568    914050     15.23     16.18
139.20/34.93	c  S st   713    158010      2325     11880    244301     27836    771568   1090964     15.22   no data
139.20/34.99	c  S st   713    158511      2325     11880    244301     28337    771568   1131004     15.22   no data
139.60/35.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
140.80/35.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.4M T:  0.39
140.80/35.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
141.20/35.42	c bin-w-bin subsume rem            0 bins  time:  0.03 s
148.38/37.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.78 s
148.38/37.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
148.38/37.24	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
148.38/37.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
153.96/38.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
156.75/39.36	c lits-rem:       206  cl-subs:      794  v-elim:      0  v-fix:    0  time:  0.73 s
156.75/39.37	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
157.15/39.41	c vivif2 --  cl tried    27543 cl shrink        0 lits rem          0 time: 0.05
157.95/39.61	c asymm  cl-useful: 0/1314/11880 lits-rem:0 time: 0.20
157.95/39.62	c calculated reachability. Time: 0.00
157.95/39.62	c  N dy   713    158511      2325     11880    244301     27543    771568   1107192     15.22   no data
162.34/40.79	c  N dy   772    168963      2325     11880    244301     21076    771568    613196     15.27     16.22
167.54/42.02	c  N dy   817    179945      2325     11880    244301     31980    771568   1425909     15.30     16.13
172.72/43.40	c  N dy   865    191759      2325     11880    244301     25859    771568    923211     15.33     16.22
179.10/44.92	c  N dy   936    204210      2325     11880    244301     19368    771568    372755     15.40     16.31
185.48/46.57	c  N dy   969    218732      2325     11880    244301     33717    771568   1337628     15.35     16.20
192.27/48.20	c  N dy  1018    232706      2325     11880    244301     27767    771568    869377     15.33     16.25
194.27/48.77	c  S st  1046    237766      2325     11880    244301     32786    771568   1241823     15.35     14.14
194.67/48.83	c  S st  1046    238269      2325     11880    244301     33287    771568   1277569     15.35   no data
194.67/48.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
196.25/49.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.0M T:  0.39
196.25/49.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
196.25/49.26	c bin-w-bin subsume rem            0 bins  time:  0.03 s
203.44/51.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.77 s
203.44/51.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
203.44/51.08	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
203.44/51.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
209.01/52.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.34 s
213.05/53.43	c lits-rem:       215  cl-subs:      459  v-elim:      0  v-fix:    0  time:  0.94 s
213.05/53.43	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
213.05/53.49	c vivif2 --  cl tried    32828 cl shrink        0 lits rem          0 time: 0.05
213.81/53.70	c asymm  cl-useful: 0/1492/11880 lits-rem:0 time: 0.21
214.21/53.70	c calculated reachability. Time: 0.00
214.21/53.70	c  N dy  1046    238269      2325     11880    244301     32828    771568   1260381     15.35   no data
221.42/55.52	c  N dy  1116    253562      2325     11880    244301     27168    771568    808849     15.38     18.40
228.97/57.44	c  N dy  1192    270172      2325     11880    244301     43654    771568   2047655     15.40     16.24
236.95/59.50	c  N dy  1244    288371      2325     11880    244301     39851    771568   1600404     15.35     16.20
245.32/61.57	c  F st  1295    306250      2325     11880    244301     34806    771568   1238333     15.31     13.67
245.72/61.67	c  N st  1297    306877      2325     11880    244301     35432    771568   1286663     15.31   no data
255.30/64.02	c  N dy  1360    326712      2325     11880    244301     31302    771568    943537     15.31     16.25
265.30/66.54	c  N dy  1449    346967      2325     11880    244301     26578    771568    507196     15.34     16.25
270.11/67.72	c  S st  1499    357403      2325     11880    244301     36947    771568   1288289     15.36     14.06
270.11/67.78	c  S st  1499    357903      2325     11880    244301     37447    771568   1325626     15.36   no data
270.11/67.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
271.66/68.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.6M T:  0.38
271.66/68.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
272.06/68.20	c bin-w-bin subsume rem            0 bins  time:  0.03 s
278.89/69.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.77 s
278.89/69.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
279.24/70.01	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
279.24/70.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
284.43/71.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
288.82/72.48	c lits-rem:       193  cl-subs:      378  v-elim:      0  v-fix:    0  time:  1.09 s
288.82/72.49	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
289.22/72.54	c vivif2 --  cl tried    37069 cl shrink        0 lits rem          0 time: 0.06
290.02/72.76	c asymm  cl-useful: 0/1565/11880 lits-rem:0 time: 0.21
290.02/72.76	c calculated reachability. Time: 0.00
290.02/72.76	c  N dy  1499    357903      2325     11880    244301     37069    771568   1311392     15.36   no data
299.59/75.16	c  N dy  1570    377906      2325     11880    244301     31106    771568    782125     15.37     19.97
309.19/77.51	c  N dy  1667    397913      2325     11880    244301     50979    771568   2235027     15.40     16.22
318.38/79.87	c  N dy  1735    417921      2325     11880    244301     44013    771568   1624608     15.39     16.25
328.32/82.30	c  N dy  1812    438175      2325     11880    244301     36301    771568   1076040     15.39     16.25
338.29/84.86	c  N dy  1907    458238      2325     11880    244301     56205    771568   2492880     15.43     16.41
347.87/87.28	c  N dy  1997    478422      2325     11880    244301     47473    771568   1794145     15.44     16.26
357.88/89.79	c  N dy  2081    498501      2325     11880    244301     37628    771568   1051058     15.44     16.31
367.81/92.25	c  N dy  2178    518506      2325     11880    244301     57482    771568   2492248     15.46     21.06
376.99/94.51	c  S st  2266    536856      2325     11880    244301     44978    771568   1527939     15.47   no data
376.99/94.58	c  S st  2266    537357      2325     11880    244301     45478    771568   1566767     15.47   no data
376.99/94.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
378.58/94.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.6M T:  0.40
378.58/94.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
378.98/95.02	c bin-w-bin subsume rem            0 bins  time:  0.03 s
385.77/96.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.77 s
386.17/96.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
386.17/96.84	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
386.17/96.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
391.75/98.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
398.13/99.81	c lits-rem:       272  cl-subs:      356  v-elim:      0  v-fix:    0  time:  1.57 s
398.13/99.82	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
398.13/99.89	c vivif2 --  cl tried    45122 cl shrink        0 lits rem          0 time: 0.07
398.93/100.03	c asymm  cl-useful: 0/749/11880 lits-rem:0 time: 0.14
398.93/100.04	c calculated reachability. Time: 0.00
398.93/100.04	c  N dy  2266    537357      2325     11880    244301     45122    771568   1549280     15.47   no data
408.91/102.55	c  N dy  2321    557397      2325     11880    244301     33231    771568    613684     15.45     17.75
418.49/104.94	c  N dy  2417    577422      2325     11880    244301     53109    771568   2069286     15.47     16.60
428.46/107.47	c  N dy  2491    597516      2325     11880    244301     40310    771568   1057370     15.47     17.74
440.03/110.37	c  N dy  2560    619996      2325     11880    244301     62581    771568   2529692     15.46     16.43
451.99/113.38	c  N dy  2628    643658      2325     11880    244301     52269    771568   1774195     15.44     16.27
463.22/116.12	c  N dy  2695    664043      2325     11880    244301     37795    771568    768217     15.43     16.51
473.14/118.60	c  N dy  2772    684172      2325     11880    244301     57759    771568   2120961     15.44     16.32
483.52/121.27	c  N dy  2853    704240      2325     11880    244301     41979    771568   1023331     15.43     16.39
493.52/123.73	c  N dy  2928    724384      2325     11880    244301     61987    771568   2430668     15.43     16.34
503.47/126.29	c  N dy  3020    744397      2325     11880    244301     45145    771568   1176188     15.43     16.27
513.85/128.85	c  N dy  3099    765041      2325     11880    244301     65617    771568   2578625     15.43     16.29
524.66/131.51	c  N dy  3160    785065      2325     11880    244301     47773    771568   1254159     15.43     16.29
534.59/134.08	c  N dy  3221    805345      2325     11880    244301     67867    771568   2548459     15.42     16.24
534.99/134.17	c  S st  3225    806036      2325     11880    244301     68558    771568   2588831     15.42     15.32
535.39/134.24	c  S st  3225    806538      2325     11880    244301     69059    771568   2627100     15.42   no data
535.39/134.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
537.41/134.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.6M T:  0.46
537.41/134.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
537.41/134.75	c bin-w-bin subsume rem            0 bins  time:  0.03 s
544.57/136.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.78 s
544.57/136.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
544.57/136.57	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
544.57/136.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
550.57/138.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.36 s
568.54/142.55	c lits-rem:       530  cl-subs:     1321  v-elim:      0  v-fix:    0  time:  4.50 s
568.54/142.56	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
568.90/142.68	c vivif2 --  cl tried    67738 cl shrink        0 lits rem          0 time: 0.12
570.10/142.90	c asymm  cl-useful: 0/1105/11880 lits-rem:0 time: 0.22
570.10/142.91	c calculated reachability. Time: 0.00
570.10/142.91	c  N dy  3225    806538      2325     11880    244301     67738    771568   2584560     15.42   no data
580.47/145.50	c  N dy  3302    826612      2325     11880    244301     48972    771568   1317627     15.43     17.95
590.49/148.03	c  N dy  3382    846891      2325     11880    244301     69086    771568   2670229     15.43     16.32
600.82/150.65	c  N dy  3467    867201      2325     11880    244301     49559    771568   1257756     15.44     16.27
611.20/153.27	c  N dy  3539    887696      2325     11880    244301     69872    771568   2577245     15.44     16.34
621.97/155.91	c  N dy  3593    908356      2325     11880    244301     49683    771568   1227570     15.43     16.33
632.34/158.56	c  N dy  3647    929746      2325     11880    244301     70867    771568   2585229     15.42     16.24
642.74/161.12	c  N dy  3719    949801      2325     11880    244301     49142    771568   1128041     15.42     18.76
652.69/163.66	c  N dy  3793    969873      2325     11880    244301     69044    771568   2449607     15.42     16.23
666.65/167.19	c  N dy  3868    995277      2325     11880    244301     51575    771568   1181779     15.40     16.75
677.03/169.79	c  N dy  3939   1015650      2325     11880    244301     71761    771568   2513435     15.40     16.26
688.59/172.67	c  N dy  3995   1036239      2325     11880    244301     48560    771568    957448     15.39     16.41
698.58/175.13	c  N dy  4064   1056501      2325     11880    244301     68638    771568   2280216     15.39     16.29
706.55/177.16	c  F st  4129   1071875      2325     11880    244301     83867    771568   3290139     15.40     14.69
709.35/177.87	c  N dy  4135   1077069      2325     11880    244301     89025    771568   3634349     15.40   no data
719.73/180.40	c  N dy  4223   1097168      2325     11880    244301     64387    771568   2019596     15.40     16.22
730.94/183.26	c  N dy  4276   1117230      2325     11880    244301     84251    771568   3239008     15.39     16.34
741.28/185.83	c  N dy  4327   1137465      2325     11880    244301     58727    771568   1528548     15.38     16.20
751.24/188.33	c  N dy  4395   1157520      2325     11880    244301     78619    771568   2826306     15.38     17.53
764.41/191.61	c  N dy  4406   1177946      2325     11880    244301     52182    771568   1025291     15.33     16.18
775.18/194.33	c  N dy  4488   1199304      2325     11880    244301     73308    771568   2406399     15.33     16.19
781.17/195.80	c  S st  4529   1209810      2325     11880    244301     83722    771568   3101400     15.33     13.30
781.17/195.87	c  S st  4529   1210311      2325     11880    244301     84221    771568   3137065     15.33   no data
781.17/195.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
783.19/196.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.9M T:  0.48
783.19/196.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
783.19/196.40	c bin-w-bin subsume rem            0 bins  time:  0.03 s
790.34/198.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.78 s
790.75/198.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
790.75/198.22	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
790.75/198.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
796.77/199.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.36 s
810.30/203.12	c lits-rem:       588  cl-subs:     1743  v-elim:      0  v-fix:    0  time:  3.40 s
810.30/203.12	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
810.70/203.28	c vivif2 --  cl tried    82478 cl shrink        0 lits rem          0 time: 0.15
811.89/203.51	c asymm  cl-useful: 0/1059/11880 lits-rem:0 time: 0.23
811.89/203.52	c calculated reachability. Time: 0.00
811.89/203.52	c  N dy  4529   1210311      2325     11880    244301     82478    771568   3085773     15.33   no data
822.69/206.24	c  N dy  4586   1230387      2325     11880    244301     54844    771568   1149667     15.32     16.20
833.03/208.82	c  N dy  4638   1250428      2325     11880    244301     74704    771568   2427927     15.31     16.14
844.21/211.65	c  N dy  4713   1270886      2325     11880    244301     94990    771568   3798026     15.31     16.20
854.59/214.24	c  N dy  4775   1291323      2325     11880    244301     66680    771568   1926436     15.31     16.28
865.76/217.04	c  N dy  4830   1312298      2325     11880    244301     87464    771568   3281900     15.30     16.11
876.52/219.74	c  N dy  4916   1332309      2325     11880    244301     57811    771568   1265470     15.30     18.82
887.30/222.48	c  N dy  4969   1352369      2325     11880    244301     77624    771568   2504176     15.30     17.48
898.47/225.27	c  N dy  5041   1372473      2325     11880    244301     97534    771568   3811494     15.30     16.30
908.84/227.88	c  N dy  5118   1392639      2325     11880    244301     66983    771568   1793828     15.30     16.27
919.66/230.53	c  N dy  5190   1412706      2325     11880    244301     86892    771568   3061182     15.30     17.50
931.59/233.55	c  N dy  5271   1433045      2325     11880    244301     55565    771568   1021713     15.30     16.25
941.60/236.03	c  N dy  5328   1453125      2325     11880    244301     75473    771568   2312584     15.30     18.81
952.73/238.88	c  N dy  5399   1473360      2325     11880    244301     95531    771568   3630431     15.29     16.19
964.30/241.70	c  N dy  5493   1493417      2325     11880    244301     62908    771568   1488671     15.30     16.15
974.68/244.36	c  N dy  5577   1513515      2325     11880    244301     82848    771568   2793279     15.30     17.55
986.65/247.30	c  N dy  5660   1533661      2325     11880    244301    102809    771568   4094594     15.30     16.11
997.02/249.97	c  N dy  5726   1553751      2325     11880    244301     69184    771568   1780616     15.30     16.19
1007.79/252.69	c  N dy  5785   1574321      2325     11880    244301     89592    771568   3135272     15.30     16.14
1019.77/255.69	c  N dy  5873   1594452      2325     11880    244301     55039    771568    823327     15.30     16.42
1030.13/258.27	c  N dy  5975   1614616      2325     11880    244301     75056    771568   2132631     15.31     16.12
1041.71/261.15	c  N dy  6044   1634754      2325     11880    244301     95031    771568   3390335     15.30     16.21
1053.68/264.16	c  N dy  6102   1654851      2325     11880    244301     59357    771568   1051086     15.30     24.40
1064.49/266.87	c  N dy  6191   1674894      2325     11880    244301     79180    771568   2311992     15.30     16.26
1076.43/269.84	c  N dy  6244   1695277      2325     11880    244301     99293    771568   3532759     15.29     16.15
1085.61/272.14	c  S st  6292   1710311      2325     11880    244301     57766    771568    896010     15.29     13.10
1085.61/272.20	c  S st  6292   1710812      2325     11880    244301     58266    771568    932930     15.29   no data
1086.02/272.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1087.59/272.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.2M T:  0.41
1087.59/272.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1087.59/272.65	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1094.80/274.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.77 s
1094.80/274.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1094.80/274.47	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
1094.80/274.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1099.96/275.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.20 s
1100.76/275.94	c lits-rem:        41  cl-subs:       56  v-elim:      0  v-fix:    0  time:  0.22 s
1100.76/275.95	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
1101.16/276.01	c vivif2 --  cl tried    58210 cl shrink        0 lits rem          0 time: 0.06
1101.96/276.22	c asymm  cl-useful: 0/1266/11880 lits-rem:0 time: 0.21
1101.96/276.23	c calculated reachability. Time: 0.00
1101.96/276.23	c  N dy  6292   1710812      2325     11880    244301     58210    771568    930725     15.29   no data
1112.77/278.98	c  N dy  6366   1731252      2325     11880    244301     78467    771568   2233707     15.30     16.15
1126.30/282.36	c  N dy  6423   1753685      2325     11880    244301    100637    771568   3521504     15.29     16.18
1138.27/285.30	c  N dy  6490   1773926      2325     11880    244301     63284    771568   1229763     15.28     16.13
1149.04/288.07	c  N dy  6575   1794065      2325     11880    244301     83250    771568   2487624     15.29     16.26
1161.41/291.14	c  N dy  6650   1814120      2325     11880    244301    103082    771568   3697647     15.29     16.48
1174.57/294.45	c  N dy  6727   1836326      2325     11880    244301     66605    771568   1349013     15.28     16.22
1185.35/297.11	c  N dy  6812   1856448      2325     11880    244301     86547    771568   2611390     15.29     16.27
1196.92/300.00	c  N dy  6868   1876550      2325     11880    244301    106403    771568   3836294     15.28     16.15
1208.50/303.00	c  N dy  6944   1897081      2325     11880    244301     67359    771568   1368708     15.28     16.12
1219.67/305.77	c  N dy  7034   1918313      2325     11880    244301     88416    771568   2739465     15.28     16.27
1231.63/308.76	c  N dy  7109   1938847      2325     11880    244301    108784    771568   4037799     15.28     16.14
1243.21/311.67	c  N dy  7179   1958882      2325     11880    244301     68222    771568   1397230     15.28     16.28
1255.17/314.65	c  N dy  7257   1981031      2325     11880    244301     90170    771568   2794994     15.28     16.44
1266.74/317.53	c  N dy  7343   2001171      2325     11880    244301    110135    771568   4143329     15.28     16.20
1279.13/320.68	c  N dy  7421   2022095      2325     11880    244301     69429    771568   1367132     15.29     16.23
1289.48/323.28	c  N dy  7470   2042097      2325     11880    244301     89204    771568   2616898     15.29     16.38
1302.25/326.40	c  N dy  7532   2063106      2325     11880    244301    109971    771568   3895212     15.28     16.37
1316.62/330.09	c  N dy  7601   2086752      2325     11880    244301     70954    771568   1343646     15.28     16.24
1328.99/333.13	c  N dy  7678   2107974      2325     11880    244301     91990    771568   2634102     15.28     16.31
1342.15/336.44	c  N dy  7740   2129831      2325     11880    244301    113590    771568   3963491     15.27     16.16
1354.92/339.61	c  N dy  7807   2150904      2325     11880    244301     71145    771568   1406033     15.27     16.22
1365.69/342.37	c  N dy  7889   2171347      2325     11880    244301     91351    771568   2666230     15.27     16.16
1378.06/345.42	c  N dy  7961   2192637      2325     11880    244301    112449    771568   4038145     15.27     16.17
1389.63/348.39	c  S st  8029   2210812      2325     11880    244301     66129    771568   1050287     15.27     12.31
1390.03/348.46	c  S st  8029   2211318      2325     11880    244301     66635    771568   1083905     15.27   no data
1390.03/348.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1391.63/348.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.7M T:  0.41
1391.63/348.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1392.03/348.91	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1398.81/350.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.78 s
1399.21/350.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1399.21/350.74	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
1399.21/350.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1404.00/351.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.20 s
1405.20/352.25	c lits-rem:        30  cl-subs:      123  v-elim:      0  v-fix:    0  time:  0.25 s
1405.20/352.26	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
1405.60/352.33	c vivif2 --  cl tried    66512 cl shrink        0 lits rem          0 time: 0.07
1406.41/352.55	c asymm  cl-useful: 0/1196/11880 lits-rem:0 time: 0.22
1406.41/352.56	c calculated reachability. Time: 0.00
1406.41/352.56	c  N dy  8029   2211318      2325     11880    244301     66512    771568   1080357     15.27   no data
1417.56/355.35	c  N dy  8105   2231394      2325     11880    244301     86415    771568   2345585     15.27     18.48
1429.94/358.46	c  N dy  8154   2252436      2325     11880    244301    107230    771568   3615501     15.26     16.13
1443.10/361.71	c  N dy  8233   2272985      2325     11880    244301    127594    771568   4957677     15.26     16.35
1454.70/364.62	c  N dy  8309   2293263      2325     11880    244301     82318    771568   2030394     15.26     16.13
1466.65/367.63	c  N dy  8390   2314263      2325     11880    244301    103115    771568   3367533     15.27     16.11
1480.61/371.12	c  N dy  8479   2337084      2325     11880    244301    125724    771568   4848693     15.27     16.08
1494.19/374.58	c  N dy  8548   2360293      2325     11880    244301     82382    771568   1918245     15.26     16.10
1505.74/377.42	c  N dy  8618   2380389      2325     11880    244301    102303    771568   3202373     15.26     16.16
1517.71/380.46	c  N dy  8695   2400470      2325     11880    244301    122176    771568   4482501     15.26     16.12
1531.68/383.90	c  N dy  8770   2423580      2325     11880    244301     77700    771568   1603713     15.26     16.17
1543.25/386.82	c  N dy  8827   2444437      2325     11880    244301     98304    771568   2889648     15.26     16.09
1555.22/389.82	c  N dy  8905   2464461      2325     11880    244301    118179    771568   4135648     15.26     16.95
1567.98/393.07	c  N dy  8972   2484498      2325     11880    244301     69690    771568   1074960     15.26     16.40
1578.75/395.74	c  N dy  9031   2504565      2325     11880    244301     89568    771568   2312975     15.26     16.45
1590.34/398.68	c  N dy  9115   2524781      2325     11880    244301    109623    771568   3580393     15.26     16.11
1602.70/401.78	c  N dy  9199   2544796      2325     11880    244301    129456    771568   4829522     15.26     18.11
1614.67/404.77	c  N dy  9282   2564985      2325     11880    244301     80106    771568   1676207     15.26     16.12
1626.64/407.79	c  N dy  9317   2585896      2325     11880    244301    100754    771568   2929387     15.25     16.10
1639.03/410.87	c  N dy  9390   2605981      2325     11880    244301    120598    771568   4134774     15.25     19.65
1651.78/414.05	c  N dy  9481   2626107      2325     11880    244301    140568    771568   5437057     15.26     16.11
1663.35/416.92	c  N dy  9557   2646323      2325     11880    244301     90273    771568   2260839     15.26     16.13
1675.31/419.93	c  N dy  9614   2666605      2325     11880    244301    110346    771568   3501161     15.25     16.37
1688.08/423.13	c  N dy  9675   2687223      2325     11880    244301    130744    771568   4741518     15.25     16.07
1701.25/426.47	c  N dy  9730   2707256      2325     11880    244301     79287    771568   1514812     15.25     18.20
1703.65/427.06	c  S st  9747   2711319      2325     11880    244301     83319    771568   1757520     15.25   no data
1704.05/427.12	c  S st  9747   2711821      2325     11880    244301     83820    771568   1794460     15.25   no data
1704.05/427.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1706.04/427.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.2M T:  0.48
1706.04/427.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1706.04/427.64	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1713.22/429.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.79 s
1713.22/429.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1713.22/429.47	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
1713.22/429.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1718.81/430.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.27 s
1722.42/431.75	c lits-rem:       139  cl-subs:      571  v-elim:      0  v-fix:    0  time:  0.92 s
1722.42/431.76	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
1722.84/431.86	c vivif2 --  cl tried    83249 cl shrink        0 lits rem          0 time: 0.10
1723.59/432.09	c asymm  cl-useful: 0/1093/11880 lits-rem:0 time: 0.23
1723.99/432.10	c calculated reachability. Time: 0.00
1723.99/432.10	c  N dy  9747   2711821      2325     11880    244301     83249    771568   1776434     15.25   no data
1735.17/434.99	c  N dy  9818   2731856      2325     11880    244301    103101    771568   3022465     15.24     16.20
1747.93/438.17	c  N dy  9896   2752510      2325     11880    244301    123588    771568   4346937     15.24     16.07
1761.10/441.44	c  N dy  9978   2772571      2325     11880    244301    143461    771568   5638262     15.25     16.34
1773.07/444.42	c  N dy 10047   2792608      2325     11880    244301     90998    771568   2200982     15.24     18.02
1784.64/447.30	c  N dy 10150   2812670      2325     11880    244301    110893    771568   3530714     15.25     16.06
1797.45/450.52	c  N dy 10234   2833074      2325     11880    244301    131111    771568   4849099     15.25     16.08
1810.97/453.90	c  N dy 10332   2853271      2325     11880    244301     77823    771568   1379395     15.25     16.09
1824.54/457.31	c  N dy 10383   2876396      2325     11880    244301    100659    771568   2689851     15.24     16.20
1836.54/460.33	c  N dy 10450   2896432      2325     11880    244301    120509    771568   3955266     15.24     16.20
1850.47/463.87	c  N dy 10526   2917318      2325     11880    244301    141198    771568   5208443     15.24     16.09
1862.86/467.00	c  N dy 10622   2937410      2325     11880    244301     86837    771568   1903654     15.25     16.14
1874.41/469.89	c  N dy 10709   2957493      2325     11880    244301    106740    771568   3188364     15.25     16.12
1887.18/473.04	c  N dy 10774   2977567      2325     11880    244301    126619    771568   4419505     15.25     16.06
1900.35/476.37	c  N dy 10840   2997638      2325     11880    244301    146492    771568   5662106     15.25     16.10
1913.52/479.69	c  N dy 10919   3019538      2325     11880    244301     92936    771568   2210280     15.25     16.13
1925.88/482.73	c  N dy 10980   3040077      2325     11880    244301    113287    771568   3497413     15.24     16.09
1939.44/486.17	c  N dy 11054   3060135      2325     11880    244301    133120    771568   4686367     15.24     17.18
1953.01/489.57	c  N dy 11129   3080488      2325     11880    244301     76999    771568   1152192     15.24     16.10
1964.97/492.58	c  N dy 11192   3100819      2325     11880    244301     97104    771568   2390090     15.24     16.05
1976.98/495.60	c  N dy 11261   3121032      2325     11880    244301    117133    771568   3624932     15.24     16.26
1989.72/498.75	c  N dy 11345   3141229      2325     11880    244301    137158    771568   4914580     15.24     16.16
2003.72/502.24	c  N dy 11425   3161539      2325     11880    244301     80032    771568   1311709     15.24     16.20
2014.86/505.05	c  N dy 11482   3181663      2325     11880    244301     99941    771568   2548646     15.24     16.06
2026.82/508.09	c  N dy 11558   3201859      2325     11880    244301    119971    771568   3834359     15.24     16.04
2033.22/509.67	c  S st 11597   3211822      2325     11880    244301    129833    771568   4452720     15.24     13.77
2033.62/509.74	c  S st 11597   3212323      2325     11880    244301    130334    771568   4492559     15.24   no data
2033.62/509.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2036.01/510.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.3M T:  0.54
2036.01/510.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2036.01/510.34	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2043.22/512.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.78 s
2043.22/512.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
2043.22/512.16	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
2043.58/512.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2050.37/513.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.57 s
2069.14/518.65	c lits-rem:       526  cl-subs:     2358  v-elim:      0  v-fix:    0  time:  4.71 s
2069.14/518.66	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
2069.91/518.89	c vivif2 --  cl tried   127976 cl shrink        0 lits rem          0 time: 0.23
2071.12/519.15	c asymm  cl-useful: 0/1361/11880 lits-rem:0 time: 0.26
2071.12/519.16	c calculated reachability. Time: 0.00
2071.12/519.16	c  N dy 11597   3212323      2325     11880    244301    127976    771568   4417567     15.24   no data
2084.29/522.44	c  N dy 11688   3232328      2325     11880    244301    147804    771568   5726496     15.24     17.92
2097.06/525.67	c  N dy 11745   3252389      2325     11880    244301     89442    771568   1807440     15.24     19.41
2108.65/528.56	c  N dy 11830   3272488      2325     11880    244301    109350    771568   3075151     15.24     16.05
2121.81/531.84	c  N dy 11910   3292538      2325     11880    244301    129220    771568   4335596     15.24     16.26
2136.15/535.44	c  N dy 11982   3314421      2325     11880    244301    150901    771568   5739599     15.24     16.12
2148.93/538.63	c  N dy 12055   3334806      2325     11880    244301     91864    771568   1968828     15.24     16.07
2160.50/541.58	c  N dy 12129   3354893      2325     11880    244301    111738    771568   3211409     15.24     16.08
2173.66/544.85	c  N dy 12212   3375871      2325     11880    244301    132531    771568   4519107     15.24     16.12
2187.65/548.32	c  N dy 12291   3396766      2325     11880    244301    153223    771568   5828254     15.24     16.12
2200.82/551.64	c  N dy 12370   3417040      2325     11880    244301     93090    771568   1944606     15.24     16.18
2212.77/554.60	c  N dy 12454   3437087      2325     11880    244301    112983    771568   3236804     15.24     17.11
2225.53/557.80	c  N dy 12548   3457336      2325     11880    244301    133084    771568   4523637     15.24     16.20
2238.70/561.13	c  N dy 12626   3477352      2325     11880    244301    152905    771568   5779338     15.24     16.07
2251.87/564.47	c  N dy 12693   3497693      2325     11880    244301     91767    771568   1868165     15.24     16.09
2264.63/567.61	c  N dy 12755   3519079      2325     11880    244301    112931    771568   3188927     15.24     16.37
2277.00/570.75	c  N dy 12822   3539240      2325     11880    244301    132879    771568   4417829     15.24     16.06
2290.17/574.09	c  N dy 12909   3559269      2325     11880    244301    152742    771568   5702730     15.24     17.02
2304.53/577.66	c  N dy 12999   3579875      2325     11880    244301     90930    771568   1752517     15.24     16.05
2316.50/580.64	c  N dy 13087   3600598      2325     11880    244301    111450    771568   3063520     15.25     16.05
2330.07/584.01	c  N dy 13164   3621008      2325     11880    244301    131662    771568   4332400     15.25     16.09
2345.24/587.89	c  N dy 13235   3642099      2325     11880    244301    152535    771568   5606226     15.25     16.12
2359.59/591.48	c  N dy 13315   3662172      2325     11880    244301     89220    771568   1612833     15.25     16.10
2371.57/594.40	c  N dy 13387   3682400      2325     11880    244301    109260    771568   2852831     15.25     16.17
2383.54/597.49	c  N dy 13471   3702405      2325     11880    244301    129117    771568   4108882     15.25     16.23
2390.32/599.16	c  S st 13512   3712324      2325     11880    244301    138952    771568   4722643     15.25   no data
2390.72/599.24	c  S st 13512   3712826      2325     11880    244301    139452    771568   4759111     15.25   no data
2390.72/599.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2393.11/599.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 24.5M T:  0.60
2393.11/599.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2393.11/599.89	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2400.29/601.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.78 s
2400.69/601.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
2400.69/601.72	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
2400.69/601.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2406.68/603.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
2424.24/607.66	c lits-rem:       475  cl-subs:     1835  v-elim:      0  v-fix:    0  time:  4.43 s
2424.24/607.67	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
2425.43/607.93	c vivif2 --  cl tried   137617 cl shrink        0 lits rem          0 time: 0.26
2426.63/608.21	c asymm  cl-useful: 0/984/11880 lits-rem:0 time: 0.29
2426.63/608.22	c calculated reachability. Time: 0.00
2426.63/608.22	c  N dy 13512   3712826      2325     11880    244301    137617    771568   4695038     15.25   no data
2440.59/611.73	c  N dy 13588   3733303      2325     11880    244301    157907    771568   5923899     15.25     16.17
2452.96/614.86	c  F st 13656   3751565      2325     11880    244301     91772    771568   1700147     15.25     13.80
2454.56/615.22	c  N st 13660   3753598      2325     11880    244301     93772    771568   1824318     15.25   no data
2466.52/618.20	c  N dy 13732   3773795      2325     11880    244301    113743    771568   3074771     15.25     16.10
2479.69/621.57	c  N dy 13812   3793934      2325     11880    244301    133703    771568   4309491     15.25     16.07
2494.88/625.32	c  N dy 13881   3814384      2325     11880    244301    153911    771568   5501906     15.25     16.22
2509.21/628.97	c  N dy 13971   3834670      2325     11880    244301     88859    771568   1474069     15.25     16.11
2520.79/631.84	c  N dy 14030   3854699      2325     11880    244301    108692    771568   2688586     15.25     16.08
2533.56/635.08	c  N dy 14112   3874955      2325     11880    244301    128736    771568   3923555     15.25     16.13
2546.73/638.33	c  N dy 14188   3894983      2325     11880    244301    148572    771568   5138108     15.25     16.14
2560.71/641.88	c  N dy 14255   3915046      2325     11880    244301    168414    771568   6355449     15.25     16.29
2574.65/645.33	c  N dy 14308   3936511      2325     11880    244301    103485    771568   2256508     15.24     16.25
2587.82/648.60	c  N dy 14377   3957523      2325     11880    244301    124243    771568   3493439     15.24     16.09
2600.98/651.99	c  N dy 14443   3977756      2325     11880    244301    144257    771568   4657520     15.24     16.06
2614.15/655.20	c  N dy 14499   3997853      2325     11880    244301    164138    771568   5912630     15.24     18.21
2628.51/658.82	c  N dy 14559   4018279      2325     11880    244301     97300    771568   1857147     15.24     16.05
2640.12/661.78	c  N dy 14620   4038439      2325     11880    244301    117260    771568   3047780     15.24     16.34
2653.29/665.05	c  N dy 14706   4058780      2325     11880    244301    137402    771568   4268875     15.24     16.05
2666.46/668.36	c  N dy 14770   4079098      2325     11880    244301    157503    771568   5550122     15.24     16.07
2680.78/671.92	c  N dy 14813   4099195      2325     11880    244301     89333    771568   1352852     15.23     17.12
2692.39/674.89	c  N dy 14896   4119983      2325     11880    244301    109908    771568   2563822     15.23     16.08
2705.13/678.02	c  N dy 14942   4140075      2325     11880    244301    129756    771568   3707720     15.23     23.70
2717.49/681.14	c  N dy 14998   4160191      2325     11880    244301    149638    771568   4868256     15.23     16.10
2731.47/684.62	c  N dy 15077   4180539      2325     11880    244301    169793    771568   6120571     15.23     16.18
2745.05/688.02	c  N dy 15136   4201828      2325     11880    244301    101851    771568   2056984     15.23     16.08
2751.41/689.64	c  S st 15181   4212826      2325     11880    244301    112735    771568   2727172     15.23     14.05
2751.81/689.72	c  S st 15181   4213326      2325     11880    244301    113234    771568   2762515     15.23   no data
2751.81/689.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2753.83/690.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.5M T:  0.50
2753.83/690.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2753.83/690.27	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2760.98/692.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.78 s
2760.98/692.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
2761.38/692.10	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
2761.38/692.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2767.00/693.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
2775.77/695.75	c lits-rem:       205  cl-subs:     1331  v-elim:      0  v-fix:    0  time:  2.20 s
2775.77/695.76	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
2776.54/695.91	c vivif2 --  cl tried   111903 cl shrink        0 lits rem          0 time: 0.15
2777.34/696.15	c asymm  cl-useful: 0/1011/11880 lits-rem:0 time: 0.24
2777.34/696.16	c calculated reachability. Time: 0.00
2777.34/696.16	c  N dy 15181   4213326      2325     11880    244301    111903    771568   2724413     15.23   no data
2789.35/699.19	c  N dy 15267   4233359      2325     11880    244301    131768    771568   3991458     15.23     19.67
2802.88/702.57	c  N dy 15342   4253739      2325     11880    244301    151929    771568   5196351     15.23     16.12
2816.44/705.99	c  N dy 15435   4273895      2325     11880    244301    171912    771568   6465759     15.23     16.05
2829.60/709.29	c  N dy 15483   4293936      2325     11880    244301    101645    771568   1988359     15.23     16.05
2842.02/712.36	c  N dy 15577   4314312      2325     11880    244301    121801    771568   3235880     15.23     16.07
2855.19/715.65	c  N dy 15660   4334354      2325     11880    244301    141641    771568   4438172     15.23     16.22
2869.12/719.19	c  N dy 15737   4354801      2325     11880    244301    161861    771568   5685519     15.23     16.05
2885.08/723.16	c  N dy 15826   4375531      2325     11880    244301     91348    771568   1328475     15.23     16.07
2896.64/726.04	c  N dy 15904   4395633      2325     11880    244301    111279    771568   2547953     15.23     16.04
2909.41/729.22	c  N dy 15949   4416741      2325     11880    244301    132140    771568   3724887     15.23     16.08
2921.37/732.27	c  N dy 16019   4436766      2325     11880    244301    151950    771568   4961782     15.23     16.07
2936.14/735.94	c  N dy 16111   4457034      2325     11880    244301    172001    771568   6176352     15.23     16.04
2950.11/739.45	c  N dy 16198   4477089      2325     11880    244301     99829    771568   1786445     15.23     16.13
2962.07/742.41	c  N dy 16263   4497340      2325     11880    244301    119865    771568   2980426     15.23     16.10
2976.85/746.11	c  N dy 16339   4520826      2325     11880    244301    143062    771568   4341209     15.23     16.11
2990.00/749.48	c  N dy 16412   4541111      2325     11880    244301    163142    771568   5510354     15.23     16.11
3003.58/752.84	c  N dy 16501   4561212      2325     11880    244301    183090    771568   6771795     15.23     16.35
3015.95/755.96	c  N dy 16572   4581225      2325     11880    244301    109886    771568   2324535     15.23     16.10
3027.91/758.91	c  N dy 16657   4601492      2325     11880    244301    129985    771568   3589286     15.23     16.30
3040.68/762.14	c  N dy 16757   4621726      2325     11880    244301    150042    771568   4819261     15.23     16.06
3053.44/765.36	c  N dy 16832   4641912      2325     11880    244301    170040    771568   6064710     15.23     16.09
3070.25/769.57	c  N dy 16909   4661998      2325     11880    244301     95815    771568   1449635     15.23     16.45
3081.78/772.44	c  N dy 16971   4682254      2325     11880    244301    115841    771568   2622615     15.23     16.05
3094.14/775.55	c  N dy 17057   4703221      2325     11880    244301    136615    771568   3937545     15.23     16.17
3100.55/777.13	c  S st 17090   4713326      2325     11880    244301    146605    771568   4519833     15.23   no data
3100.96/777.21	c  S st 17090   4713827      2325     11880    244301    147106    771568   4555410     15.23   no data
3100.96/777.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3102.92/777.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.9M T:  0.56
3102.92/777.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3103.32/777.82	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3110.51/779.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.78 s
3110.51/779.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
3110.51/779.64	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
3110.51/779.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3116.89/781.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.39 s
3132.45/785.12	c lits-rem:       398  cl-subs:     2475  v-elim:      0  v-fix:    0  time:  3.89 s
3132.45/785.13	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
3133.25/785.38	c vivif2 --  cl tried   144631 cl shrink        0 lits rem          0 time: 0.25
3134.45/785.66	c asymm  cl-useful: 0/1201/11880 lits-rem:0 time: 0.28
3134.45/785.67	c calculated reachability. Time: 0.00
3134.45/785.67	c  N dy 17090   4713827      2325     11880    244301    144631    771568   4483205     15.23   no data
3150.00/789.55	c  N dy 17166   4736028      2325     11880    244301    166590    771568   5811804     15.23     16.04
3164.77/793.23	c  N dy 17228   4756498      2325     11880    244301    186838    771568   6973346     15.23     16.17
3177.14/796.39	c  N dy 17302   4776624      2325     11880    244301    111719    771568   2328148     15.23     16.05
3190.30/799.60	c  N dy 17379   4796748      2325     11880    244301    131672    771568   3494722     15.23     16.22
3202.67/802.79	c  N dy 17446   4817208      2325     11880    244301    151910    771568   4664121     15.22     16.03
3216.24/806.14	c  N dy 17504   4837231      2325     11880    244301    171734    771568   5831074     15.22     16.83
3229.81/809.59	c  N dy 17558   4857594      2325     11880    244301    191880    771568   7044071     15.22     16.15
3242.17/812.60	c  N dy 17650   4877751      2325     11880    244301    115847    771568   2569152     15.22     16.08
3254.17/815.63	c  N dy 17736   4898154      2325     11880    244301    136069    771568   3823221     15.22     16.04
3266.92/818.86	c  N dy 17823   4918171      2325     11880    244301    155898    771568   5022872     15.22     16.09
3280.09/822.17	c  N dy 17901   4938235      2325     11880    244301    175793    771568   6252551     15.22     16.06
3295.24/825.94	c  N dy 17989   4958887      2325     11880    244301     99204    771568   1500982     15.22     16.04
3306.42/828.74	c  N dy 18060   4978984      2325     11880    244301    119120    771568   2740680     15.22     16.09
3318.78/831.84	c  N dy 18139   4999232      2325     11880    244301    139133    771568   3951409     15.22     16.04
3331.54/835.01	c  N dy 18224   5019277      2325     11880    244301    158961    771568   5150009     15.22     17.10
3345.52/838.51	c  N dy 18280   5039625      2325     11880    244301    179096    771568   6337220     15.22     16.09
3359.50/842.05	c  N dy 18354   5060019      2325     11880    244301    101279    771568   1591000     15.22     16.03
3371.05/844.99	c  N dy 18414   5080749      2325     11880    244301    121765    771568   2796388     15.22     16.08
3382.61/847.86	c  N dy 18482   5101040      2325     11880    244301    141858    771568   3993615     15.22     16.06
3395.78/851.10	c  N dy 18559   5121378      2325     11880    244301    162005    771568   5172765     15.22     16.03
3408.95/854.45	c  N dy 18650   5141519      2325     11880    244301    181918    771568   6400128     15.22     16.11
3424.11/858.25	c  N dy 18719   5161543      2325     11880    244301    102763    771568   1629868     15.22     16.76
3437.28/861.53	c  N dy 18793   5182963      2325     11880    244301    123925    771568   2827260     15.22     16.07
3448.85/864.49	c  N dy 18846   5203004      2325     11880    244301    143733    771568   3988510     15.22     16.12
3455.64/866.17	c  S st 18885   5213828      2325     11880    244301    154421    771568   4617539     15.22     13.66
3456.05/866.25	c  S st 18885   5214329      2325     11880    244301    154920    771568   4651394     15.22   no data
3456.05/866.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3458.43/866.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.7M T:  0.56
3458.43/866.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3458.43/866.87	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3465.61/868.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.78 s
3465.61/868.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
3466.01/868.70	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
3466.01/868.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3471.99/870.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.36 s
3487.55/874.18	c lits-rem:       413  cl-subs:     3232  v-elim:      0  v-fix:    0  time:  3.93 s
3487.55/874.19	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
3488.75/874.45	c vivif2 --  cl tried   151688 cl shrink        0 lits rem          0 time: 0.26
3489.95/874.72	c asymm  cl-useful: 0/1175/11880 lits-rem:0 time: 0.27
3489.95/874.74	c calculated reachability. Time: 0.00
3489.95/874.74	c  N dy 18885   5214329      2325     11880    244301    151688    771568   4562544     15.22   no data
3503.52/878.13	c  N dy 18943   5234444      2325     11880    244301    171564    771568   5667898     15.22     16.20
3518.68/881.95	c  N dy 19017   5255236      2325     11880    244301    192140    771568   6920278     15.21     16.04
3532.24/885.39	c  N dy 19087   5275283      2325     11880    244301    112059    771568   2110289     15.21     16.30
3544.25/888.37	c  N dy 19161   5295321      2325     11880    244301    131930    771568   3312209     15.22     16.03
3557.01/891.58	c  N dy 19244   5316112      2325     11880    244301    152508    771568   4532462     15.22     16.17
3570.17/894.83	c  N dy 19319   5336354      2325     11880    244301    172546    771568   5711618     15.21     16.06
3585.31/898.68	c  N dy 19378   5357491      2325     11880    244301    193409    771568   6861778     15.21     16.06
3598.87/902.06	c  N dy 19470   5377563      2325     11880    244301    112406    771568   2131034     15.21     16.04
3610.44/904.92	c  N dy 19548   5397571      2325     11880    244301    132220    771568   3317010     15.22     16.14
3622.41/907.99	c  N dy 19631   5417647      2325     11880    244301    152131    771568   4579218     15.22     18.75
3636.42/911.44	c  N dy 19689   5437669      2325     11880    244301    171885    771568   5689273     15.21     16.08
3650.34/914.99	c  N dy 19756   5457743      2325     11880    244301    191764    771568   6852197     15.21     16.10
3664.71/918.50	c  N dy 19819   5477919      2325     11880    244301    109780    771568   1899525     15.21     16.19
3675.93/921.36	c  N dy 19872   5497953      2325     11880    244301    129615    771568   3040758     15.21     16.05
3688.67/924.57	c  N dy 19939   5518789      2325     11880    244301    150199    771568   4228511     15.21     16.08
3701.42/927.79	c  N dy 19999   5538855      2325     11880    244301    170038    771568   5378099     15.21     16.02
3715.00/931.12	c  N dy 20065   5559031      2325     11880    244301    190044    771568   6586810     15.21     16.05
3729.34/934.79	c  N dy 20142   5579042      2325     11880    244301    106935    771568   1676912     15.21     16.05
3741.34/937.75	c  N dy 20209   5599258      2325     11880    244301    126932    771568   2836441     15.21     16.04
3753.69/940.82	c  N dy 20281   5619312      2325     11880    244301    146758    771568   3989490     15.21     16.03
3766.85/944.19	c  N dy 20341   5639957      2325     11880    244301    167182    771568   5208644     15.20     16.03
3780.42/947.55	c  N dy 20414   5660123      2325     11880    244301    187167    771568   6391201     15.20     16.03
3795.58/951.39	c  N dy 20492   5680511      2325     11880    244301    207336    771568   7543486     15.20     16.03
3808.35/954.55	c  N dy 20565   5700547      2325     11880    244301    123261    771568   2574008     15.20     16.33
3816.73/956.62	c  S st 20617   5714329      2325     11880    244301    136888    771568   3352703     15.20     14.93
3816.73/956.70	c  S st 20617   5714832      2325     11880    244301    137391    771568   3389200     15.20   no data
3817.12/956.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3819.12/957.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.0M T:  0.51
3819.12/957.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3819.12/957.26	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3826.31/959.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.78 s
3826.31/959.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
3826.31/959.08	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
3826.70/959.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3832.69/960.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
3841.07/962.70	c lits-rem:       206  cl-subs:     1473  v-elim:      0  v-fix:    0  time:  2.03 s
3841.07/962.71	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
3841.87/962.91	c vivif2 --  cl tried   135918 cl shrink        0 lits rem          0 time: 0.20
3842.70/963.15	c asymm  cl-useful: 0/1419/11880 lits-rem:0 time: 0.25
3842.70/963.17	c calculated reachability. Time: 0.00
3842.70/963.17	c  N dy 20617   5714832      2325     11880    244301    135918    771568   3345884     15.20   no data
3855.86/966.45	c  N dy 20694   5734913      2325     11880    244301    155807    771568   4519243     15.20     16.01
3870.19/970.03	c  N dy 20756   5755737      2325     11880    244301    176390    771568   5713806     15.20     16.25
3884.94/973.72	c  N dy 20810   5776968      2325     11880    244301    197361    771568   6952759     15.20     16.04
3900.09/977.55	c  N dy 20873   5797076      2325     11880    244301    112381    771568   1886351     15.20     16.14
3912.07/980.60	c  N dy 20931   5817225      2325     11880    244301    132318    771568   3055646     15.20     16.06
3926.42/984.15	c  N dy 20999   5838494      2325     11880    244301    153305    771568   4227488     15.20     16.00
3940.79/987.72	c  N dy 21059   5858518      2325     11880    244301    173005    771568   5295811     15.20     16.05
3954.36/991.19	c  N dy 21122   5878701      2325     11880    244301    192959    771568   6427503     15.20     16.05
3969.55/994.94	c  N dy 21184   5898995      2325     11880    244301    107303    771568   1562382     15.20     16.03
3981.10/997.86	c  N dy 21241   5919374      2325     11880    244301    127474    771568   2709980     15.20     16.00
3993.86/1001.05	c  N dy 21312   5939989      2325     11880    244301    147857    771568   3884711     15.19     16.00
4006.63/1004.20	c  N dy 21384   5960175      2325     11880    244301    167857    771568   5145115     15.19     16.22
4019.79/1007.54	c  N dy 21437   5980224      2325     11880    244301    187699    771568   6252523     15.19     21.80
4034.16/1011.19	c  N dy 21498   6000533      2325     11880    244301    207768    771568   7377531     15.19     16.15
4047.73/1014.56	c  N dy 21569   6020768      2325     11880    244301    120973    771568   2270316     15.19     16.00
4059.29/1017.48	c  N dy 21637   6041055      2325     11880    244301    141048    771568   3421896     15.19     16.25
4072.06/1020.67	c  N dy 21712   6061242      2325     11880    244301    161022    771568   4593375     15.19     16.08
4085.62/1024.05	c  N dy 21771   6081776      2325     11880    244301    181286    771568   5723629     15.19     16.03
4099.60/1027.55	c  N dy 21836   6102829      2325     11880    244301    202135    771568   6952017     15.19     16.05
4113.95/1031.20	c  N dy 21924   6122841      2325     11880    244301    114158    771568   1878347     15.19     15.99
4125.53/1034.07	c  N dy 21995   6143104      2325     11880    244301    134224    771568   3063499     15.19     16.13
4138.30/1037.20	c  N dy 22050   6163902      2325     11880    244301    154785    771568   4289862     15.19     16.07
4151.47/1040.57	c  N dy 22117   6184014      2325     11880    244301    174651    771568   5419682     15.19     16.06
4165.43/1044.04	c  N dy 22183   6204089      2325     11880    244301    194525    771568   6571129     15.18     17.31
4173.00/1045.95	c  S st 22223   6214832      2325     11880    244301    205155    771568   7200492     15.18   no data
4173.41/1046.04	c  S st 22223   6215334      2325     11880    244301    205655    771568   7237323     15.18   no data
4173.41/1046.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4176.24/1046.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.1M T:  0.64
4176.24/1046.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4176.24/1046.75	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4183.39/1048.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.78 s
4183.39/1048.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
4183.39/1048.57	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
4183.79/1048.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4190.97/1050.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.53 s
4219.72/1057.66	c lits-rem:       650  cl-subs:     4965  v-elim:      0  v-fix:    0  time:  7.24 s
4219.72/1057.66	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
4221.29/1058.06	c vivif2 --  cl tried   200690 cl shrink        0 lits rem          0 time: 0.39
4222.48/1058.34	c asymm  cl-useful: 0/950/11880 lits-rem:0 time: 0.28
4222.48/1058.35	c calculated reachability. Time: 0.00
4222.48/1058.35	c  N dy 22223   6215334      2325     11880    244301    200690    771568   7095379     15.18   no data
4238.84/1062.41	c  N dy 22299   6236735      2325     11880    244301    113080    771568   1750210     15.18     16.07
4250.02/1065.30	c  N dy 22382   6256879      2325     11880    244301    133047    771568   2954123     15.18     16.06
4262.38/1068.33	c  N dy 22455   6276884      2325     11880    244301    152843    771568   4102112     15.18     16.04
4276.36/1071.88	c  N dy 22510   6297652      2325     11880    244301    173335    771568   5228724     15.18     16.00
4291.11/1075.58	c  N dy 22579   6318547      2325     11880    244301    193997    771568   6462155     15.18     16.13
4305.88/1079.23	c  N dy 22656   6338593      2325     11880    244301    213844    771568   7615897     15.18     16.00
4319.44/1082.65	c  N dy 22732   6358612      2325     11880    244301    123886    771568   2324380     15.18     16.07
4331.42/1085.62	c  N dy 22794   6378669      2325     11880    244301    143761    771568   3451366     15.18     16.11
4344.18/1088.83	c  N dy 22872   6398885      2325     11880    244301    163785    771568   4588963     15.18     16.12
4358.15/1092.31	c  N dy 22940   6419430      2325     11880    244301    184127    771568   5745481     15.18     16.00
4371.71/1095.77	c  N dy 23001   6439435      2325     11880    244301    203905    771568   6898751     15.18     16.08
4387.66/1099.70	c  N dy 23069   6460426      2325     11880    244301    113827    771568   1690731     15.18     16.01
4399.24/1102.61	c  N dy 23141   6480655      2325     11880    244301    133855    771568   2855275     15.18     16.10
4411.61/1105.73	c  N dy 23215   6501074      2325     11880    244301    153991    771568   3991799     15.18     16.00
4425.58/1109.23	c  N dy 23275   6521120      2325     11880    244301    173771    771568   5043700     15.18     15.98
4438.74/1112.58	c  N dy 23353   6541125      2325     11880    244301    193589    771568   6231936     15.18     15.98
4453.50/1116.22	c  N dy 23423   6562371      2325     11880    244301    214647    771568   7484127     15.18     16.06
4468.67/1120.04	c  N dy 23486   6583754      2325     11880    244301    124044    771568   2231814     15.18     16.14
4481.04/1123.10	c  N dy 23561   6603811      2325     11880    244301    143878    771568   3348585     15.18     16.04
4493.40/1126.29	c  N dy 23623   6623869      2325     11880    244301    163750    771568   4470723     15.17     16.02
4506.97/1129.60	c  N dy 23707   6643964      2325     11880    244301    183659    771568   5628426     15.17     16.69
4521.73/1133.39	c  N dy 23795   6665075      2325     11880    244301    204544    771568   6830874     15.18     15.99
4538.49/1137.50	c  N dy 23886   6685633      2325     11880    244301    224895    771568   7999382     15.18     15.99
4551.65/1140.88	c  N dy 23965   6706821      2325     11880    244301    133055    771568   2748034     15.18     16.32
4557.25/1142.21	c  S st 24000   6715335      2325     11880    244301    141492    771568   3221774     15.18   no data
4557.25/1142.28	c  S st 24000   6715836      2325     11880    244301    141992    771568   3256477     15.18   no data
4557.25/1142.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4559.63/1142.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.9M T:  0.51
4559.63/1142.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4559.63/1142.84	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4566.86/1144.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.78 s
4566.86/1144.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
4566.86/1144.66	c Removed useless bin:       0  fixed:     0  props:   1.23M  time:  0.02 s
4567.21/1144.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4572.80/1146.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.37 s
4580.02/1147.97	c lits-rem:       236  cl-subs:     1181  v-elim:      0  v-fix:    0  time:  1.78 s
4580.02/1147.98	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.01
4580.77/1148.18	c vivif2 --  cl tried   140811 cl shrink        0 lits rem          0 time: 0.20
4581.98/1148.44	c asymm  cl-useful: 0/1081/11880 lits-rem:0 time: 0.26
4581.98/1148.45	c calculated reachability. Time: 0.00
4581.98/1148.45	c  N dy 24000   6715836      2325     11880    244301    140811    771568   3221521     15.18   no data
4594.74/1151.60	c  N dy 24080   6736329      2325     11880    244301    161127    771568   4421828     15.18     16.06
4608.71/1155.18	c  N dy 24161   6756384      2325     11880    244301    181025    771568   5607718     15.18     16.00
4623.08/1158.78	c  N dy 24212   6776442      2325     11880    244301    200815    771568   6670823     15.17     16.07
4637.42/1162.35	c  N dy 24289   6796517      2325     11880    244301    220696    771568   7858034     15.17     15.98
4651.00/1165.73	c  N dy 24356   6816527      2325     11880    244301    126667    771568   2310784     15.17     18.04
4664.56/1169.12	c  N dy 24421   6836692      2325     11880    244301    146614    771568   3400882     15.17     16.01
4677.73/1172.43	c  N dy 24476   6856964      2325     11880    244301    166628    771568   4527362     15.17     16.00
4691.70/1175.90	c  N dy 24538   6877557      2325     11880    244301    186992    771568   5677859     15.17     16.03
4706.07/1179.50	c  N dy 24616   6897579      2325     11880    244301    206759    771568   6811306     15.17     28.40
4720.82/1183.27	c  N dy 24669   6917787      2325     11880    244301    226714    771568   7902701     15.17     15.98
4733.64/1186.43	c  N dy 24730   6937963      2325     11880    244301    131948    771568   2573575     15.17     15.99
4745.97/1189.55	c  N dy 24804   6958058      2325     11880    244301    151829    771568   3722389     15.17     15.98
4758.73/1192.71	c  N dy 24888   6978134      2325     11880    244301    171750    771568   4943387     15.17     18.22
4771.90/1196.07	c  N dy 24955   6998593      2325     11880    244301    192022    771568   6099583     15.17     16.14
4785.89/1199.54	c  N dy 25033   7018645      2325     11880    244301    211896    771568   7290245     15.17     16.15

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

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

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


[startup+0 s]
/proc/loadavg: 8.06 8.10 7.81 6/319 6858
/proc/meminfo: memFree=23785332/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 383340351 52396032 347 33554432000 4194304 4580107 140734286302592 18446744073709551615 47408988587954 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 12792 347 299 95 0 7774 0
[pid=6858/tid=6859] ppid=6856 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 383340351 52396032 347 33554432000 4194304 4580107 140734286302592 18446744073709551615 268660718577 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 383340351 52396032 347 33554432000 4194304 4580107 140734286302592 18446744073709551615 47408988587952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 383340351 52396032 347 33554432000 4194304 4580107 140734286302592 18446744073709551615 47408988587948 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.180344 s]
/proc/loadavg: 8.06 8.10 7.81 6/319 6858
/proc/meminfo: memFree=23785332/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=293156 CPUtime=0.67 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 10979 0 0 0 61 6 0 0 18 0 4 0 383340351 300191744 10760 33554432000 4194304 4580107 140734286302592 18446744073709551615 268660705463 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 73421 10992 369 95 0 68403 0
[pid=6858/tid=6859] ppid=6856 vsize=293816 CPUtime=0.15 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) D 6856 6858 6565 0 -1 4202560 2830 0 0 0 14 1 0 0 18 0 4 0 383340351 300867584 11133 33554432000 4194304 4580107 140734286302592 18446744073709551615 268660327960 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=293948 CPUtime=0.16 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 3015 0 0 0 15 1 0 0 18 0 4 0 383340351 301002752 11190 33554432000 4194304 4580107 140734286302592 18446744073709551615 268660705463 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=294080 CPUtime=0.17 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 2345 0 0 0 16 1 0 0 18 0 4 0 383340351 301137920 11303 33554432000 4194304 4580107 140734286302592 18446744073709551615 268660320984 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 293156

[startup+0.255655 s]
/proc/loadavg: 8.06 8.10 7.81 6/319 6858
/proc/meminfo: memFree=23785332/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=298176 CPUtime=0.99 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 16491 0 0 0 92 7 0 0 18 0 4 0 383340351 305332224 15554 33554432000 4194304 4580107 140734286302592 18446744073709551615 268660323361 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 74658 15944 373 95 0 69640 0
[pid=6858/tid=6859] ppid=6856 vsize=299088 CPUtime=0.23 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) S 6856 6858 6565 0 -1 4202560 4921 0 0 0 22 1 0 0 18 0 4 0 383340351 306266112 16037 33554432000 4194304 4580107 140734286302592 18446744073709551615 268660767214 0 0 4096 2 18446604464940785920 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=299692 CPUtime=0.24 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 4822 0 0 0 23 1 0 0 18 0 4 0 383340351 306884608 16433 33554432000 4194304 4580107 140734286302592 18446744073709551615 268660767263 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=299824 CPUtime=0.25 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 2555 0 0 0 24 1 0 0 18 0 4 0 383340351 307019776 16533 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 298176

[startup+0.325701 s]
/proc/loadavg: 8.06 8.10 7.81 6/319 6858
/proc/meminfo: memFree=23785332/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=302356 CPUtime=1.3 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 19991 0 0 0 123 7 0 0 18 0 4 0 383340351 309612544 18766 33554432000 4194304 4580107 140734286302592 18446744073709551615 4305960 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 77811 19008 377 95 0 72793 0
[pid=6858/tid=6859] ppid=6856 vsize=311244 CPUtime=0.4 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) D 6856 6858 6565 0 -1 4202560 6057 0 0 0 38 2 0 0 18 0 4 0 383340351 318713856 19008 33554432000 4194304 4580107 140734286302592 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=311244 CPUtime=0.4 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 5660 0 0 0 39 1 0 0 18 0 4 0 383340351 318713856 18726 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=311244 CPUtime=0.41 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 3070 0 0 0 40 1 0 0 18 0 4 0 383340351 318713856 18726 33554432000 4194304 4580107 140734286302592 18446744073709551615 268660705415 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 302356

[startup+0.970344 s]
/proc/loadavg: 8.06 8.10 7.81 6/319 6858
/proc/meminfo: memFree=23785332/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=310864 CPUtime=3.83 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 25215 0 0 0 374 9 0 0 18 0 4 0 383340351 318324736 20108 33554432000 4194304 4580107 140734286302592 18446744073709551615 4296107 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 77716 20108 377 95 0 72698 0
[pid=6858/tid=6859] ppid=6856 vsize=310864 CPUtime=0.94 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 7097 0 0 0 92 2 0 0 19 0 4 0 383340351 318324736 20108 33554432000 4194304 4580107 140734286302592 18446744073709551615 4319944 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=310864 CPUtime=0.95 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 6689 0 0 0 93 2 0 0 19 0 4 0 383340351 318324736 20108 33554432000 4194304 4580107 140734286302592 18446744073709551615 4293261 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=310864 CPUtime=0.95 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 4422 0 0 0 94 1 0 0 18 0 4 0 383340351 318324736 20108 33554432000 4194304 4580107 140734286302592 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 310864

[startup+1.50025 s]
/proc/loadavg: 8.06 8.10 7.81 6/319 6858
/proc/meminfo: memFree=23785332/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=302620 CPUtime=5.94 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 29210 0 0 0 584 10 0 0 19 0 4 0 383340351 309882880 20489 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 75655 20489 377 95 0 70637 0
[pid=6858/tid=6859] ppid=6856 vsize=302620 CPUtime=1.47 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 8092 0 0 0 145 2 0 0 20 0 4 0 383340351 309882880 20490 33554432000 4194304 4580107 140734286302592 18446744073709551615 4293204 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=302620 CPUtime=1.48 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 7675 0 0 0 146 2 0 0 19 0 4 0 383340351 309882880 20490 33554432000 4194304 4580107 140734286302592 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=302620 CPUtime=1.48 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 5462 0 0 0 147 1 0 0 19 0 4 0 383340351 309882880 20490 33554432000 4194304 4580107 140734286302592 18446744073709551615 4295731 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 302620

[startup+3.10097 s]
/proc/loadavg: 8.14 8.12 7.82 9/323 6862
/proc/meminfo: memFree=23688928/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=303288 CPUtime=12.32 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 38709 0 0 0 1220 12 0 0 24 0 4 0 383340351 310566912 24016 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 75822 24016 379 95 0 70804 0
[pid=6858/tid=6859] ppid=6856 vsize=303288 CPUtime=3.05 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 10306 0 0 0 302 3 0 0 25 0 4 0 383340351 310566912 24016 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=303288 CPUtime=3.08 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 9955 0 0 0 305 3 0 0 24 0 4 0 383340351 310566912 24016 33554432000 4194304 4580107 140734286302592 18446744073709551615 4293266 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=303288 CPUtime=3.08 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 8184 0 0 0 306 2 0 0 24 0 4 0 383340351 310566912 24016 33554432000 4194304 4580107 140734286302592 18446744073709551615 4296104 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 303288

[startup+6.30041 s]
/proc/loadavg: 8.12 8.12 7.82 9/323 6862
/proc/meminfo: memFree=23643916/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=304568 CPUtime=25.09 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 46866 0 0 0 2495 14 0 0 25 0 4 0 383340351 311877632 28195 33554432000 4194304 4580107 140734286302592 18446744073709551615 4413328 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 76142 28195 379 95 0 71124 0
[pid=6858/tid=6859] ppid=6856 vsize=304568 CPUtime=6.21 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 11592 0 0 0 618 3 0 0 25 0 4 0 383340351 311877632 28195 33554432000 4194304 4580107 140734286302592 18446744073709551615 4413617 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=304568 CPUtime=6.28 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 11634 0 0 0 625 3 0 0 25 0 4 0 383340351 311877632 28195 33554432000 4194304 4580107 140734286302592 18446744073709551615 4413635 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=304568 CPUtime=6.28 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 13181 0 0 0 625 3 0 0 25 0 4 0 383340351 311877632 28195 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 304568

[startup+12.7123 s]
/proc/loadavg: 8.11 8.11 7.82 9/323 6862
/proc/meminfo: memFree=23607084/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=300744 CPUtime=50.66 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 69554 0 0 0 5048 18 0 0 25 0 4 0 383340351 307961856 37903 33554432000 4194304 4580107 140734286302592 18446744073709551615 4413635 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 75186 37903 379 95 0 70168 0
[pid=6858/tid=6859] ppid=6856 vsize=300744 CPUtime=12.56 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 16845 0 0 0 1252 4 0 0 25 0 4 0 383340351 307961856 37903 33554432000 4194304 4580107 140734286302592 18446744073709551615 4412902 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=300744 CPUtime=12.69 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 18230 0 0 0 1265 4 0 0 25 0 4 0 383340351 307961856 37903 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=300744 CPUtime=12.69 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 19957 0 0 0 1265 4 0 0 25 0 4 0 383340351 307961856 37903 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 300744

[startup+25.5011 s]
/proc/loadavg: 8.18 8.13 7.82 9/323 6863
/proc/meminfo: memFree=23524892/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=393752 CPUtime=101.7 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 101421 0 0 0 10145 25 0 0 25 0 4 0 383340351 403202048 59310 33554432000 4194304 4580107 140734286302592 18446744073709551615 4413346 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 98438 59310 379 95 0 93420 0
[pid=6858/tid=6859] ppid=6856 vsize=393752 CPUtime=25.22 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 24351 0 0 0 2516 6 0 0 25 0 4 0 383340351 403202048 59310 33554432000 4194304 4580107 140734286302592 18446744073709551615 4413640 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=393752 CPUtime=25.48 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 24478 0 0 0 2543 5 0 0 25 0 4 0 383340351 403202048 59310 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=393752 CPUtime=25.48 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 31143 0 0 0 2542 6 0 0 25 0 4 0 383340351 403202048 59310 33554432000 4194304 4580107 140734286302592 18446744073709551615 4296079 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 393752

[startup+51.1006 s]
/proc/loadavg: 8.11 8.11 7.83 9/323 6864
/proc/meminfo: memFree=23457676/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=404580 CPUtime=203.86 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 156075 0 0 0 20349 37 0 0 25 0 4 0 383340351 414289920 71423 33554432000 4194304 4580107 140734286302592 18446744073709551615 4401345 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 101145 71423 379 95 0 96127 0
[pid=6858/tid=6859] ppid=6856 vsize=404580 CPUtime=50.58 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 35676 0 0 0 5049 9 0 0 25 0 4 0 383340351 414289920 71429 33554432000 4194304 4580107 140734286302592 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=404580 CPUtime=51.09 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 41535 0 0 0 5100 9 0 0 25 0 4 0 383340351 414289920 71429 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=404580 CPUtime=51.09 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 49138 0 0 0 5099 10 0 0 25 0 4 0 383340351 414289920 71429 33554432000 4194304 4580107 140734286302592 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 404580

[startup+102.301 s]
/proc/loadavg: 8.09 8.11 7.84 9/323 6865
/proc/meminfo: memFree=23413876/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=499388 CPUtime=408.11 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 273207 0 0 0 40746 65 0 0 25 0 4 0 383340351 511373312 83928 33554432000 4194304 4580107 140734286302592 18446744073709551615 4489474 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 124847 83928 379 95 0 119829 0
[pid=6858/tid=6859] ppid=6856 vsize=499388 CPUtime=101.26 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 61790 0 0 0 10111 15 0 0 25 0 4 0 383340351 511373312 83929 33554432000 4194304 4580107 140734286302592 18446744073709551615 4322544 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=499388 CPUtime=102.28 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 73175 0 0 0 10211 17 0 0 25 0 4 0 383340351 511373312 83929 33554432000 4194304 4580107 140734286302592 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=499388 CPUtime=102.28 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 79827 0 0 0 10210 18 0 0 25 0 4 0 383340351 511373312 83929 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.11
Current children cumulated vsize (KiB) 499388

[startup+162.312 s]

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

[pid=6858] ppid=6856 vsize=1109668 CPUtime=2802.11 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 1368682 0 0 0 279846 365 0 0 25 0 4 0 383340351 1136300032 179979 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 277417 179979 379 95 0 272399 0
[pid=6858/tid=6859] ppid=6856 vsize=1109668 CPUtime=695.27 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 305403 0 0 0 69445 82 0 0 25 0 4 0 383340351 1136300032 179984 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=1109668 CPUtime=702.29 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 349476 0 0 0 70136 93 0 0 25 0 4 0 383340351 1136300032 179984 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=1109668 CPUtime=702.27 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 411692 0 0 0 70118 109 0 0 25 0 4 0 383340351 1136300032 179984 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.11
Current children cumulated vsize (KiB) 1109668

[startup+762.301 s]
/proc/loadavg: 8.19 8.15 7.97 9/323 6885
/proc/meminfo: memFree=22869524/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=1025068 CPUtime=3041.48 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 1470683 0 0 0 303753 395 0 0 25 0 4 0 383340351 1049669632 175323 33554432000 4194304 4580107 140734286302592 18446744073709551615 4293308 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 256267 175323 379 95 0 251249 0
[pid=6858/tid=6859] ppid=6856 vsize=1025068 CPUtime=754.66 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 331359 0 0 0 75376 90 0 0 25 0 4 0 383340351 1049669632 175323 33554432000 4194304 4580107 140734286302592 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=1025068 CPUtime=762.28 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 369431 0 0 0 76129 99 0 0 25 0 4 0 383340351 1049669632 175323 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=1025068 CPUtime=762.26 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 441793 0 0 0 76109 117 0 0 25 0 4 0 383340351 1049669632 175323 33554432000 4194304 4580107 140734286302592 18446744073709551615 4413328 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3041.48
Current children cumulated vsize (KiB) 1025068

[startup+822.312 s]
/proc/loadavg: 8.18 8.15 7.98 9/323 6887
/proc/meminfo: memFree=22740896/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=1151228 CPUtime=3280.92 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 1567028 0 0 0 327669 423 0 0 25 0 4 0 383340351 1178857472 199279 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 287807 199279 379 95 0 282789 0
[pid=6858/tid=6859] ppid=6856 vsize=1151228 CPUtime=814.07 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 351589 0 0 0 81311 96 0 0 25 0 4 0 383340351 1178857472 199279 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=1151228 CPUtime=822.29 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 395966 0 0 0 82123 106 0 0 25 0 4 0 383340351 1178857472 199280 33554432000 4194304 4580107 140734286302592 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=1151228 CPUtime=822.28 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 469054 0 0 0 82103 125 0 0 25 0 4 0 383340351 1178857472 199280 33554432000 4194304 4580107 140734286302592 18446744073709551615 4321207 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3280.92
Current children cumulated vsize (KiB) 1151228

[startup+882.301 s]
/proc/loadavg: 8.06 8.12 7.98 9/323 6889
/proc/meminfo: memFree=22732536/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=1084564 CPUtime=3520.28 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 1664476 0 0 0 351577 451 0 0 25 0 4 0 383340351 1110593536 198763 33554432000 4194304 4580107 140734286302592 18446744073709551615 4318494 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 271141 198763 379 95 0 266123 0
[pid=6858/tid=6859] ppid=6856 vsize=1084564 CPUtime=873.46 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 376804 0 0 0 87243 103 0 0 25 0 4 0 383340351 1110593536 198763 33554432000 4194304 4580107 140734286302592 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=1084564 CPUtime=882.28 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 425771 0 0 0 88113 115 0 0 25 0 4 0 383340351 1110593536 198763 33554432000 4194304 4580107 140734286302592 18446744073709551615 4413093 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=1084564 CPUtime=882.26 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 489315 0 0 0 88095 131 0 0 25 0 4 0 383340351 1110593536 198763 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3520.28
Current children cumulated vsize (KiB) 1084564

[startup+942.301 s]
/proc/loadavg: 8.17 8.14 8.00 9/323 6890
/proc/meminfo: memFree=22736224/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=975404 CPUtime=3759.67 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 1773212 0 0 0 375482 485 0 0 25 0 4 0 383340351 998813696 191364 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 243851 191364 379 95 0 238833 0
[pid=6858/tid=6859] ppid=6856 vsize=975404 CPUtime=932.85 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 406223 0 0 0 93175 110 0 0 25 0 4 0 383340351 998813696 191364 33554432000 4194304 4580107 140734286302592 18446744073709551615 4316702 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=975404 CPUtime=942.28 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 452502 0 0 0 94106 122 0 0 25 0 4 0 383340351 998813696 191364 33554432000 4194304 4580107 140734286302592 18446744073709551615 4320971 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=975404 CPUtime=942.26 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 515764 0 0 0 94086 140 0 0 25 0 4 0 383340351 998813696 191364 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3759.67
Current children cumulated vsize (KiB) 975404

[startup+1002.3 s]
/proc/loadavg: 8.06 8.11 8.00 9/323 6901
/proc/meminfo: memFree=22654064/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=1188744 CPUtime=3999.04 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 1873953 0 0 0 399386 518 0 0 25 0 4 0 383340351 1217273856 201853 33554432000 4194304 4580107 140734286302592 18446744073709551615 4321020 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 297186 201853 379 95 0 292168 0
[pid=6858/tid=6859] ppid=6856 vsize=1188744 CPUtime=992.26 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 428879 0 0 0 99109 117 0 0 25 0 4 0 383340351 1217273856 201853 33554432000 4194304 4580107 140734286302592 18446744073709551615 4320936 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=1188744 CPUtime=1002.26 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 482023 0 0 0 100096 130 0 0 25 0 4 0 383340351 1217273856 201853 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=1188744 CPUtime=1002.26 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 539366 0 0 0 100077 149 0 0 25 0 4 0 383340351 1217273856 201853 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3999.04
Current children cumulated vsize (KiB) 1188744

[startup+1062.3 s]
/proc/loadavg: 5.80 7.49 7.79 5/314 6920
/proc/meminfo: memFree=23252720/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=1065376 CPUtime=4238.44 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 1975190 0 0 0 423296 548 0 0 25 0 4 0 383340351 1090945024 217295 33554432000 4194304 4580107 140734286302592 18446744073709551615 4293308 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 266344 217295 379 95 0 261326 0
[pid=6858/tid=6859] ppid=6856 vsize=1065376 CPUtime=1051.66 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 450177 0 0 0 105041 125 0 0 25 0 4 0 383340351 1090945024 217295 33554432000 4194304 4580107 140734286302592 18446744073709551615 4413647 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=1065376 CPUtime=1062.27 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 507032 0 0 0 106090 137 0 0 25 0 4 0 383340351 1090945024 217295 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=1065376 CPUtime=1062.26 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 563254 0 0 0 106069 157 0 0 25 0 4 0 383340351 1090945024 217295 33554432000 4194304 4580107 140734286302592 18446744073709551615 4305303 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4238.44
Current children cumulated vsize (KiB) 1065376

[startup+1122.3 s]
/proc/loadavg: 4.70 6.86 7.56 5/314 6922
/proc/meminfo: memFree=23250708/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=1085728 CPUtime=4477.84 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 2063887 0 0 0 447207 577 0 0 25 0 4 0 383340351 1111785472 218137 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 271432 218137 379 95 0 266414 0
[pid=6858/tid=6859] ppid=6856 vsize=1085728 CPUtime=1111.07 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 467453 0 0 0 110975 132 0 0 25 0 4 0 383340351 1111785472 218137 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=1085728 CPUtime=1122.26 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 529178 0 0 0 112082 144 0 0 25 0 4 0 383340351 1111785472 218137 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=1085728 CPUtime=1122.26 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 592863 0 0 0 112059 167 0 0 25 0 4 0 383340351 1111785472 218137 33554432000 4194304 4580107 140734286302592 18446744073709551615 4318389 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4477.84
Current children cumulated vsize (KiB) 1085728

[startup+1182.3 s]
/proc/loadavg: 4.29 6.35 7.34 5/314 6924
/proc/meminfo: memFree=23204172/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=1255172 CPUtime=4717.23 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 2144542 0 0 0 471116 607 0 0 25 0 4 0 383340351 1285296128 229916 33554432000 4194304 4580107 140734286302592 18446744073709551615 4293241 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 313793 229916 379 95 0 308775 0
[pid=6858/tid=6859] ppid=6856 vsize=1255172 CPUtime=1170.46 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 478745 0 0 0 116910 136 0 0 25 0 4 0 383340351 1285296128 229916 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=1255172 CPUtime=1182.26 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 553830 0 0 0 118075 151 0 0 25 0 4 0 383340351 1285296128 229916 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=1255172 CPUtime=1182.25 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 615903 0 0 0 118050 175 0 0 25 0 4 0 383340351 1285296128 229917 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4717.23
Current children cumulated vsize (KiB) 1255172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 4.28 6.22 7.27 5/314 6924
/proc/meminfo: memFree=23210976/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=1237772 CPUtime=4800.25 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 2174236 0 0 0 479410 615 0 0 25 0 4 0 383340351 1267478528 227539 33554432000 4194304 4580107 140734286302592 18446744073709551615 4317521 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 309443 227539 379 95 0 304425 0
[pid=6858/tid=6859] ppid=6856 vsize=1237772 CPUtime=1191.05 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 487964 0 0 0 118967 138 0 0 25 0 4 0 383340351 1267478528 227543 33554432000 4194304 4580107 140734286302592 18446744073709551615 4320987 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=1237772 CPUtime=1203.08 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 559493 0 0 0 120155 153 0 0 25 0 4 0 383340351 1267478528 227543 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=1237772 CPUtime=1203.07 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 625758 0 0 0 120128 179 0 0 25 0 4 0 383340351 1267478528 227543 33554432000 4194304 4580107 140734286302592 18446744073709551615 4293225 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 1237772

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

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

[startup+1203.1 s]
/proc/loadavg: 4.28 6.22 7.27 5/314 6924
/proc/meminfo: memFree=23210976/32951124 swapFree=46575252/67111528
[pid=6858] ppid=6856 vsize=1237772 CPUtime=4800.25 cores=1,3,5,7
/proc/6858/stat : 6858 (strangenight2-m) R 6856 6858 6565 0 -1 4202496 2174236 0 0 0 479410 615 0 0 25 0 4 0 383340351 1267478528 227539 33554432000 4194304 4580107 140734286302592 18446744073709551615 4317521 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6858/statm: 309443 227539 379 95 0 304425 0
[pid=6858/tid=6859] ppid=6856 vsize=1237772 CPUtime=1191.05 cores=1,3,5,7
/proc/6858/task/6859/stat : 6859 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 487964 0 0 0 118967 138 0 0 25 0 4 0 383340351 1267478528 227543 33554432000 4194304 4580107 140734286302592 18446744073709551615 4320987 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6858/tid=6860] ppid=6856 vsize=1237772 CPUtime=1203.08 cores=1,3,5,7
/proc/6858/task/6860/stat : 6860 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 559493 0 0 0 120155 153 0 0 25 0 4 0 383340351 1267478528 227543 33554432000 4194304 4580107 140734286302592 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6858/tid=6861] ppid=6856 vsize=1237772 CPUtime=1203.07 cores=1,3,5,7
/proc/6858/task/6861/stat : 6861 (strangenight2-m) R 6856 6858 6565 0 -1 4202560 625758 0 0 0 120128 179 0 0 25 0 4 0 383340351 1267478528 227543 33554432000 4194304 4580107 140734286302592 18446744073709551615 4293225 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 1237772

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.16
CPU time (s): 4800.33
CPU user time (s): 4794.14
CPU system time (s): 6.19206
CPU usage (%): 398.977
Max. virtual memory (cumulated for all children) (KiB): 1351292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.14
system time used= 6.19206
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2174245
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= 9950
involuntary context switches= 20540

runsolver used 3.2925 second user time and 8.78566 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-14 18:44:51
IDJOB=3366961
IDBENCH=71385
IDSOLVER=1844
FILE ID=node107/3366961-1305391491
RUNJOBID= node107-1305388911-6584
PBS_JOBID= 13324428
Free space on /tmp= 73424 MiB

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

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

MD5SUM BENCH= 836d368f7cf78173b8e7f8b131296e2f
RANDOM SEED=732531703

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23785612 kB
Buffers:        300768 kB
Cached:        3957880 kB
SwapCached:      10016 kB
Active:        6400412 kB
Inactive:      2472680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23785612 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:            8948 kB
Writeback:           0 kB
AnonPages:     4611572 kB
Mapped:          19616 kB
Slab:           159248 kB
PageTables:      69592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65356972 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= 73428 MiB
End job on node107 at 2011-05-14 19:04:56