Trace number 3421593

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) 40000.6 5006.01

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-15-29-sat.cnf
MD5SUM89115b5a973735d51018fb3202154f32
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.022995
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of clauses3270
Sum of the clauses size12615
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23045
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5225

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 8 threads
0.13/0.03	c This is CryptoMiniSat 3.0.0
0.13/0.03	c WARNING: for repeatability, setting FPU to use double precision
0.13/0.03	c Reading file 'HOME/instance-3421593-1306678705.cnf'
0.13/0.03	c -- header says num vars:            435
0.13/0.03	c -- header says num clauses:        3270
0.13/0.03	c -- clauses added:            0 learnts,         3270 normals,            0 xors
0.13/0.03	c -- vars added        435
0.13/0.03	c Parsing time:  0.00 s
0.13/0.03	c  N st     0         0       435       225      3045         0     12615         0   no data   no data
0.13/0.03	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.00
0.13/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.13/0.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.13/0.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.13/0.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.13/0.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
0.13/0.05	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
0.13/0.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.13/0.05	c Finding binary XORs  T:     0.00 s  found:       0
0.13/0.05	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.13/0.05	c calculated reachability. Time: 0.00
0.13/0.05	c Calc default polars -  time:   0.00 s pos:       0 undec:       0 neg:     435
0.13/0.05	c =========================================================================================
0.13/0.05	c types(t): F = full restart, N = normal restart
0.13/0.05	c types(t): S = simplification begin/end, E = solution found
0.13/0.05	c restart types(rt): st = static, dy = dynamic
0.13/0.05	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.13/0.05	c  B st     0         0       435       225      3045         0     12615         0   no data   no data
0.68/0.17	c Decided on static restart strategy
1.54/0.28	c  N st     8      4915       435       225      3045      4706     12615    659883   no data   no data
5.47/0.76	c  N st    10     11299       435       225      3045      4368     12615    563570   no data   no data
7.90/1.09	c  N st    11     17042       435       225      3045      9833     12615   1376372   no data   no data
14.25/1.85	c  F st    12     25001       435       225      3045     12076     12615   1759085   no data   no data
14.25/1.85	c  N st    12     25001       435       225      3045     12076     12615   1759085   no data   no data
18.24/2.30	c Decided on static restart strategy
18.24/2.30	c  N st    18     30001       435       225      3045     10369     12615   1389883   no data   no data
18.24/2.30	c  S st    18     30001       435       225      3045     10369     12615   1389883   no data   no data
18.24/2.34	c  S st    18     30504       435       225      3045     10866     12615   1451051   no data   no data
18.24/2.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.24/2.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.01
18.24/2.36	c blocked clauses removed:        0 vars:      0 tried:         435 T: 0.00 s
18.24/2.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.24/2.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.24/2.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
18.24/2.36	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
18.24/2.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.42/3.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.37 s
65.38/8.27	c lits-rem:       277  cl-subs:      174  v-elim:      0  v-fix:    0  time:  4.49 s
65.38/8.30	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.02
66.18/8.30	c calculated reachability. Time: 0.00
66.18/8.30	c  N st    18     30504       435       225      3045     10692     12615   1423273   no data   no data
70.97/8.90	c  N st    20     37615       435       225      3045      9918     12615   1235927   no data   no data
77.36/9.76	c  N st    21     44018       435       225      3045     15984     12615   2584147   no data   no data
79.76/10.02	c  S st    22     45758       435       225      3045      9112     12615   1058117   no data   no data
79.76/10.06	c  S st    22     46262       435       225      3045      9612     12615   1121634   no data   no data
79.76/10.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
79.76/10.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.01
79.76/10.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
79.76/10.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.76/10.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.76/10.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
79.76/10.08	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
79.76/10.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
91.76/11.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.47 s
102.94/12.95	c lits-rem:        74  cl-subs:       48  v-elim:      0  v-fix:    0  time:  1.37 s
102.94/12.95	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
102.94/12.96	c vivif2 --  cl tried     9564 cl shrink        0 lits rem          0 time: 0.01
102.94/12.98	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.02
102.94/12.98	c calculated reachability. Time: 0.00
102.94/12.98	c  N st    22     46262       435       225      3045      9564     12615   1114197   no data   no data
114.19/14.35	c  N st    23     60659       435       225      3045     13580     12615   1773403   no data   no data
122.15/15.34	c  N st    24     69394       435       225      3045     11556     12615   1279556   no data   no data
122.15/15.34	c  S st    24     69394       435       225      3045     11556     12615   1279556   no data   no data
122.15/15.38	c  S st    24     69898       435       225      3045     12057     12615   1339790   no data   no data
122.15/15.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
122.15/15.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.01
122.15/15.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
122.15/15.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
122.15/15.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
122.15/15.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
122.15/15.40	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
122.98/15.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
134.90/16.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.46 s
150.88/18.98	c lits-rem:       172  cl-subs:      112  v-elim:      0  v-fix:    0  time:  2.07 s
150.88/18.98	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
150.88/19.00	c vivif2 --  cl tried    11945 cl shrink        0 lits rem          0 time: 0.02
151.68/19.02	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.02
151.68/19.02	c calculated reachability. Time: 0.00
151.68/19.02	c  N st    24     69898       435       225      3045     11945     12615   1325369   no data   no data
165.27/20.78	c  F st    25     87503       435       225      3045     17352     12615   2320747   no data   no data
165.27/20.78	c  N st    25     87503       435       225      3045     17352     12615   2320747   no data   no data
169.26/21.28	c Decided on static restart strategy
172.46/21.63	c  N st    32     95543       435       225      3045     12446     12615   1254856   no data   no data
179.66/22.54	c  N st    34    104847       435       225      3045     21399     12615   2647194   no data   no data
179.66/22.54	c  S st    34    104847       435       225      3045     21399     12615   2647194   no data   no data
180.45/22.60	c  S st    34    105349       435       225      3045     21897     12615   2712627   no data   no data
180.45/22.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
180.45/22.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.03
180.45/22.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
180.45/22.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
180.45/22.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.45/22.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
180.45/22.64	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
180.45/22.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
194.03/24.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.59 s
285.93/35.80	c lits-rem:       741  cl-subs:      364  v-elim:      0  v-fix:    0  time: 11.49 s
285.93/35.80	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
285.93/35.83	c vivif2 --  cl tried    21533 cl shrink        0 lits rem          0 time: 0.03
285.93/35.88	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.05
285.93/35.88	c calculated reachability. Time: 0.00
285.93/35.88	c  N st    34    105349       435       225      3045     21533     12615   2652546   no data   no data
292.32/36.69	c  N st    35    114947       435       225      3045     17404     12615   2134430   no data   no data
305.91/38.33	c  N st    36    129345       435       225      3045     16860     12615   1815982   no data   no data
327.48/41.03	c  N st    37    150940       435       225      3045     22260     12615   2777260   no data   no data
337.08/42.23	c  S st    38    158026       435       225      3045     29103     12615   3905395   no data   no data
337.88/42.34	c  S st    38    158532       435       225      3045     29606     12615   3967130   no data   no data
337.88/42.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
338.67/42.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.0M T:  0.07
338.67/42.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
338.67/42.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
338.67/42.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
338.67/42.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
338.67/42.42	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
338.67/42.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
353.05/44.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.72 s
518.55/64.91	c lits-rem:      1393  cl-subs:      470  v-elim:      0  v-fix:    0  time: 20.64 s
518.55/64.91	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
518.55/64.96	c vivif2 --  cl tried    29136 cl shrink        0 lits rem          0 time: 0.05
519.27/65.03	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.07
519.27/65.03	c calculated reachability. Time: 0.00
519.27/65.03	c  N st    38    158532       435       225      3045     29136     12615   3874497   no data   no data
573.62/71.85	c  N st    39    207122       435       225      3045     23849     12615   2756807   no data   no data
613.58/76.80	c  N st    40    237800       435       225      3045     34169     12615   4532682   no data   no data
613.58/76.80	c  S st    40    237800       435       225      3045     34169     12615   4532682   no data   no data
613.58/76.90	c  S st    40    238303       435       225      3045     34667     12615   4597436   no data   no data
614.41/76.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
614.41/76.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.3M T:  0.06
614.41/76.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
614.41/76.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
614.41/76.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
614.41/76.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
614.41/76.97	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
614.41/76.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
628.77/78.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.67 s
794.18/99.47	c lits-rem:      1117  cl-subs:      473  v-elim:      0  v-fix:    0  time: 20.69 s
794.18/99.47	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
794.98/99.52	c vivif2 --  cl tried    34194 cl shrink        0 lits rem          0 time: 0.05
795.78/99.63	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.11
795.78/99.64	c calculated reachability. Time: 0.00
795.78/99.64	c  N st    40    238303       435       225      3045     34194     12615   4508669   no data   no data
885.27/110.82	c  F st    41    306250       435       225      3045     35743     12615   4932294   no data   no data
885.27/110.82	c  N st    41    306250       435       225      3045     35743     12615   4932294   no data   no data
897.25/112.34	c Decided on static restart strategy
944.40/118.26	c  N st    51    334555       435       225      3045     39926     12615   5624288   no data   no data
985.95/123.43	c  N st    53    357455       435       225      3045     37852     12615   4777394   no data   no data
985.95/123.43	c  S st    53    357455       435       225      3045     37852     12615   4777394   no data   no data
986.75/123.58	c  S st    53    357959       435       225      3045     38353     12615   4841938   no data   no data
987.55/123.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
988.35/123.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.8M T:  0.10
988.35/123.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
988.35/123.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
988.35/123.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
988.35/123.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
988.35/123.70	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
988.35/123.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1005.93/125.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.05 s
1275.24/159.61	c lits-rem:      1356  cl-subs:      972  v-elim:      0  v-fix:    0  time: 33.71 s
1275.24/159.61	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
1275.24/159.67	c vivif2 --  cl tried    37381 cl shrink        0 lits rem          0 time: 0.06
1276.84/159.85	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.17
1276.84/159.85	c calculated reachability. Time: 0.00
1276.84/159.85	c  N st    53    357959       435       225      3045     37381     12615   4667291   no data   no data
1316.81/164.83	c  N st    54    390352       435       225      3045     43659     12615   5718746   no data   no data
1405.54/175.98	c  N st    55    438940       435       225      3045     37220     12615   4747285   no data   no data
1520.65/190.38	c  N st    56    511828       435       225      3045     50767     12615   7028976   no data   no data
1559.73/195.20	c  N st    57    536940       435       225      3045     45150     12615   5606110   no data   no data
1559.73/195.20	c  S st    57    536940       435       225      3045     45150     12615   5606110   no data   no data
1560.53/195.38	c  S st    57    537441       435       225      3045     45648     12615   5663407   no data   no data
1560.53/195.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1562.13/195.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.5M T:  0.12
1562.13/195.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1562.13/195.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1562.13/195.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1562.13/195.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
1562.13/195.52	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1562.13/195.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1578.91/197.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.92 s
1829.84/229.08	c lits-rem:      1529  cl-subs:      727  v-elim:      0  v-fix:    0  time: 31.46 s
1829.84/229.08	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
1830.64/229.16	c vivif2 --  cl tried    44921 cl shrink        0 lits rem          0 time: 0.07
1832.24/229.34	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.18
1832.24/229.34	c calculated reachability. Time: 0.00
1832.24/229.34	c  N st    57    537441       435       225      3045     44921     12615   5530633   no data   no data
2114.34/264.64	c  N st    58    701425       435       225      3045     39011     12615   3991455   no data   no data
2354.05/294.70	c  N st    59    806162       435       225      3045     66982     12615   9410392   no data   no data
2354.05/294.70	c  S st    59    806162       435       225      3045     66982     12615   9410392   no data   no data
2357.24/295.01	c  S st    59    806664       435       225      3045     67476     12615   9471343   no data   no data
2357.24/295.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2358.84/295.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.6M T:  0.23
2358.84/295.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2358.84/295.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2358.84/295.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2358.84/295.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
2358.84/295.28	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2359.64/295.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2379.62/297.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.22 s
2947.77/368.93	c lits-rem:      2807  cl-subs:     1367  v-elim:      0  v-fix:    0  time: 71.08 s
2947.77/368.93	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
2948.57/369.04	c vivif2 --  cl tried    66109 cl shrink        0 lits rem          0 time: 0.12
2950.97/369.32	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.28
2950.97/369.33	c calculated reachability. Time: 0.00
2950.97/369.33	c  N st    59    806664       435       225      3045     66109     12615   9215268   no data   no data
3573.49/447.26	c  F st    60   1071875       435       225      3045     82712     12615  11704465   no data   no data
3573.49/447.26	c  N st    60   1071875       435       225      3045     82712     12615  11704465   no data   no data
3619.05/452.94	c  N dy    84   1092124       435       225      3045     59299     12615   6266844     34.63     36.57
3683.04/460.93	c  N dy   121   1113084       435       225      3045     79906     12615   9499635     33.85     35.64
3730.92/466.98	c  N dy   153   1133195       435       225      3045     55021     12615   5360958     33.59     35.40
3793.25/474.74	c  N dy   169   1153947       435       225      3045     75341     12615   8430984     32.96     34.92
3865.97/483.88	c  N dy   212   1174202       435       225      3045     49385     12615   4382839     32.87     34.63
3923.51/491.05	c  N dy   284   1195843       435       225      3045     70635     12615   7335149     32.98     34.91
3974.65/497.48	c  S st   313   1209996       435       225      3045     84545     12615   9439098     32.91     32.92
3977.05/497.74	c  S st   313   1210499       435       225      3045     85047     12615   9500286     32.91   no data
3977.05/497.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3978.65/497.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.7M T:  0.19
3978.65/497.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3978.65/497.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3978.65/497.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3978.65/497.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
3978.65/497.96	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3979.45/498.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3996.24/500.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.85 s
4743.42/593.62	c lits-rem:       351  cl-subs:      651  v-elim:      0  v-fix:    0  time: 93.51 s
4743.42/593.62	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
4744.22/593.75	c vivif2 --  cl tried    84396 cl shrink        0 lits rem          0 time: 0.13
4746.69/594.02	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.27
4746.69/594.02	c calculated reachability. Time: 0.00
4746.69/594.02	c  N dy   313   1210499       435       225      3045     84396     12615   9403545     32.91   no data
4788.96/599.38	c  N dy   356   1231800       435       225      3045     58285     12615   5490821     32.77     34.50
4833.74/604.98	c  N dy   416   1251931       435       225      3045     78128     12615   8437783     32.81     34.57
4909.62/614.42	c  N dy   486   1275323       435       225      3045     53039     12615   4404058     32.87     34.65
4961.57/620.94	c  N dy   558   1295428       435       225      3045     72863     12615   7177443     32.95     34.70
5055.06/632.69	c  N dy   640   1316103       435       225      3045     93275     12615   9902180     33.05     34.80
5111.01/639.68	c  N dy   702   1337272       435       225      3045     64932     12615   5715181     33.09     34.85
5217.29/652.93	c  N dy   764   1366797       435       225      3045     94062     12615   9818400     32.99     34.77
5273.27/659.91	c  N dy   804   1386958       435       225      3045     63668     12615   5590530     32.95     34.72
5336.37/667.81	c  N dy   862   1407254       435       225      3045     83718     12615   8364106     32.99     34.77
5433.86/680.10	c  N dy   951   1427533       435       225      3045     52465     12615   3642066     33.08     34.93
5498.59/688.16	c  N dy  1001   1448559       435       225      3045     73238     12615   6449465     33.09     34.83
5573.70/697.58	c  N dy  1045   1471252       435       225      3045     95643     12615   9572702     33.08     34.89
5627.24/704.28	c  N dy  1069   1491308       435       225      3045     63104     12615   4965231     33.02     34.78
5679.98/710.83	c  N dy  1093   1511338       435       225      3045     82831     12615   7760989     32.97     34.80
5763.89/721.33	c  N dy  1171   1531375       435       225      3045    102626     12615  10353022     33.03     37.01
5814.23/727.67	c  N dy  1187   1552209       435       225      3045     69823     12615   5862909     32.97     34.75
5882.15/736.11	c  N dy  1217   1573012       435       225      3045     90326     12615   8728026     32.93     34.67
5974.06/747.65	c  N dy  1289   1595205       435       225      3045     57997     12615   4199903     32.97     34.85
6032.38/754.90	c  N dy  1333   1615558       435       225      3045     78074     12615   6914969     32.96     34.70
6121.89/766.19	c  N dy  1395   1635868       435       225      3045     98150     12615   9537690     32.98     34.77
6222.61/778.75	c  N dy  1449   1659540       435       225      3045     66246     12615   5330694     32.96     34.74
6272.12/784.94	c  N dy  1462   1681045       435       225      3045     87379     12615   8484583     32.88     34.69
6377.60/798.14	c  N dy  1529   1703439       435       225      3045    109487     12615  11323628     32.89     34.65
6407.20/801.91	c  S st  1559   1710500       435       225      3045     60286     12615   4129511     32.91     33.11
6408.76/802.07	c  S st  1559   1711002       435       225      3045     60787     12615   4193068     32.91   no data
6408.76/802.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
6410.35/802.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.3M T:  0.12
6410.35/802.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6410.35/802.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6410.35/802.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6410.35/802.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
6410.35/802.22	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
6410.35/802.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
6426.35/804.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.82 s
6550.20/819.77	c lits-rem:        50  cl-subs:      152  v-elim:      0  v-fix:    0  time: 15.57 s
6550.20/819.77	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
6551.00/819.83	c vivif2 --  cl tried    60635 cl shrink        0 lits rem          0 time: 0.06
6552.60/820.03	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.20
6552.60/820.04	c calculated reachability. Time: 0.00
6552.60/820.04	c  N dy  1559   1711002       435       225      3045     60635     12615   4181075     32.91   no data
6593.35/825.14	c  N dy  1669   1731048       435       225      3045     80357     12615   6798813     32.97     36.07
6659.69/833.44	c  N dy  1719   1751923       435       225      3045    100933     12615   9789157     32.97     34.85
6722.81/841.32	c  N dy  1743   1774121       435       225      3045     65621     12615   4892136     32.93     34.72
6774.75/847.80	c  N dy  1802   1796071       435       225      3045     87254     12615   7976438     32.95     34.73
6840.27/856.02	c  N dy  1859   1816081       435       225      3045    106983     12615  10829101     32.96     40.39
6914.61/865.34	c  N dy  1922   1839017       435       225      3045     71486     12615   5511893     32.98     34.75
6966.55/871.89	c  N dy  1973   1859040       435       225      3045     91190     12615   8331905     32.99     38.23
7033.66/880.27	c  N dy  2037   1879049       435       225      3045    110780     12615  11071480     33.00     39.75
7080.82/886.13	c  N dy  2060   1899749       435       225      3045     71967     12615   5501785     32.96     34.74
7125.57/891.73	c  N dy  2106   1920085       435       225      3045     91956     12615   8384841     32.96     34.72
7211.08/902.48	c  N dy  2181   1942099       435       225      3045    113663     12615  11451864     32.98     34.78
7273.42/910.25	c  N dy  2260   1962195       435       225      3045     73482     12615   5489341     33.00     38.36
7338.14/918.36	c  N dy  2327   1982259       435       225      3045     93298     12615   8253050     33.01     35.86
7426.87/929.41	c  N dy  2393   2002690       435       225      3045    113453     12615  10988087     33.02     34.82
7478.79/935.95	c  N dy  2442   2024860       435       225      3045     74143     12615   5486349     33.01     34.76
7535.52/943.02	c  N dy  2491   2044983       435       225      3045     93971     12615   8214238     32.99     34.83
7628.22/954.60	c  N dy  2572   2066314       435       225      3045    115051     12615  11032221     33.02     34.79
7709.72/964.80	c  N dy  2635   2088073       435       225      3045     74467     12615   5498077     33.02     34.80
7766.44/971.95	c  N dy  2677   2108132       435       225      3045     94265     12615   8259584     33.02     39.56
7871.12/985.07	c  N dy  2700   2128150       435       225      3045    114044     12615  11096446     33.00     40.03
7963.07/996.54	c  N dy  2751   2149368       435       225      3045     71866     12615   5151193     33.00     34.77
8032.55/1005.22	c  N dy  2809   2171936       435       225      3045     94135     12615   8201580     32.99     34.77
8152.42/1020.23	c  N dy  2892   2199358       435       225      3045    121186     12615  11993161     32.99     34.74
8196.36/1025.75	c  S st  2932   2211005       435       225      3045     68565     12615   4581287     33.00     34.25
8197.97/1025.96	c  S st  2932   2211509       435       225      3045     69067     12615   4646278     33.00   no data
8197.97/1025.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
8199.57/1026.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.9M T:  0.13
8199.57/1026.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8199.57/1026.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8199.57/1026.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8199.57/1026.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
8199.57/1026.12	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
8199.57/1026.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
8215.55/1028.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.84 s
8372.17/1047.72	c lits-rem:        36  cl-subs:      113  v-elim:      0  v-fix:    0  time: 19.60 s
8372.17/1047.72	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
8372.17/1047.78	c vivif2 --  cl tried    68954 cl shrink        0 lits rem          0 time: 0.06
8373.77/1047.97	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.19
8373.77/1047.98	c calculated reachability. Time: 0.00
8373.77/1047.98	c  N dy  2932   2211509       435       225      3045     68954     12615   4637951     33.00   no data
8413.72/1052.97	c  N dy  2988   2232522       435       225      3045     89628     12615   7683005     33.00     34.74
8487.24/1062.12	c  N dy  3071   2252576       435       225      3045    109402     12615  10303191     33.02     41.23
8615.10/1078.19	c  N dy  3139   2278269       435       225      3045     69598     12615   4728661     33.03     34.86
8689.42/1087.44	c  N dy  3187   2306335       435       225      3045     97247     12615   8700258     33.01     34.75
8802.89/1101.65	c  N dy  3254   2330889       435       225      3045    121353     12615  11979759     33.01     34.76
8893.99/1113.01	c  N dy  3290   2351180       435       225      3045     75292     12615   5487101     33.00     34.76
8958.70/1121.12	c  N dy  3318   2372830       435       225      3045     96571     12615   8505907     32.99     34.81
9034.63/1130.62	c  N dy  3344   2392843       435       225      3045    116250     12615  11412307     32.95     38.24
9148.10/1144.84	c  N dy  3413   2416932       435       225      3045     73112     12615   5048658     32.95     34.70
9199.25/1151.23	c  N dy  3479   2437002       435       225      3045     92860     12615   7652244     32.96     37.21
9288.74/1162.49	c  N dy  3572   2457721       435       225      3045    113294     12615  10300117     32.98     34.77
9424.60/1179.43	c  N dy  3584   2479785       435       225      3045    135013     12615  13522663     32.95     34.74
9474.97/1185.74	c  N dy  3629   2499935       435       225      3045     86947     12615   6674677     32.95     34.70
9534.87/1193.25	c  N dy  3686   2519997       435       225      3045    106623     12615   9278746     32.95     34.88
9632.35/1205.50	c  N dy  3731   2540381       435       225      3045    126722     12615  11965038     32.95     34.69
9712.29/1215.44	c  N dy  3794   2560445       435       225      3045     77634     12615   5191461     32.95     39.95
9776.18/1223.43	c  N dy  3888   2580705       435       225      3045     97570     12615   7658787     32.97     34.78
9863.28/1234.39	c  N dy  3936   2600734       435       225      3045    117308     12615  10262255     32.97     38.14
9965.56/1247.18	c  N dy  3978   2620799       435       225      3045    137046     12615  12857879     32.97     34.72
10043.08/1256.84	c  N dy  4044   2640881       435       225      3045     86913     12615   6398620     32.98     36.51
10184.52/1274.52	c  N dy  4105   2677399       435       225      3045    122830     12615  11432252     32.95     34.85
10305.20/1289.62	c  N dy  4145   2699700       435       225      3045     73934     12615   4658378     32.94     35.03
10343.56/1294.43	c  S st  4210   2711511       435       225      3045     85613     12615   6105008     32.95     32.70
10346.03/1294.72	c  S st  4210   2712013       435       225      3045     86112     12615   6168184     32.95   no data
10346.03/1294.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
10347.55/1294.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.1M T:  0.20
10347.55/1294.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10347.55/1294.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10347.55/1294.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10347.55/1294.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
10347.55/1294.95	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
10348.35/1295.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
10365.94/1297.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.03 s
10649.62/1332.75	c lits-rem:        68  cl-subs:      157  v-elim:      0  v-fix:    0  time: 35.55 s
10649.62/1332.75	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
10650.42/1332.83	c vivif2 --  cl tried    85955 cl shrink        0 lits rem          0 time: 0.08
10652.02/1333.09	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.26
10652.02/1333.09	c calculated reachability. Time: 0.00
10652.02/1333.09	c  N dy  4210   2712013       435       225      3045     85955     12615   6152507     32.95   no data
10715.23/1340.99	c  N dy  4278   2732070       435       225      3045    105740     12615   8926651     32.97     35.04
10855.88/1358.55	c  N dy  4353   2759030       435       225      3045    132298     12615  12714022     32.97     34.76
10953.28/1370.74	c  N dy  4442   2779123       435       225      3045     80137     12615   5286841     32.98     34.72
11022.05/1379.35	c  N dy  4477   2799323       435       225      3045    100059     12615   8428362     32.97     34.81
11114.72/1390.94	c  N dy  4564   2820331       435       225      3045    120761     12615  11348538     32.98     34.76
11243.37/1407.06	c  N dy  4622   2840390       435       225      3045    140530     12615  14067287     32.99     34.80
11325.68/1417.39	c  N dy  4721   2861489       435       225      3045     88432     12615   6325997     33.01     34.75
11424.77/1429.75	c  N dy  4787   2882013       435       225      3045    108693     12615   9151440     33.02     34.77
11539.04/1444.03	c  N dy  4854   2902026       435       225      3045    128397     12615  11921418     33.03     36.28
11681.32/1461.90	c  N dy  4919   2923055       435       225      3045     75203     12615   4473654     33.03     34.85
11738.02/1468.95	c  N dy  4966   2945819       435       225      3045     97619     12615   7732161     33.03     34.86
11938.59/1494.02	c  N dy  5030   2988036       435       225      3045    139154     12615  13654340     32.99     34.75
12032.92/1505.89	c  N dy  5062   3009128       435       225      3045     85110     12615   5843870     32.98     34.76
12109.61/1515.49	c  N dy  5133   3029763       435       225      3045    105487     12615   8593888     32.99     35.05
12208.72/1527.81	c  N dy  5168   3051213       435       225      3045    126510     12615  11660889     32.97     34.71
12306.96/1540.12	c  N dy  5208   3071667       435       225      3045    146683     12615  14420734     32.97     34.71
12382.08/1549.54	c  N dy  5265   3091802       435       225      3045     90670     12615   6366338     32.98     34.80
12470.77/1560.68	c  N dy  5292   3114149       435       225      3045    112701     12615   9512030     32.97     34.80
12589.83/1575.54	c  N dy  5329   3134905       435       225      3045    133167     12615  12431825     32.97     34.95
12717.69/1591.57	c  N dy  5364   3155406       435       225      3045    153399     12615  15349124     32.96     34.76
12787.21/1600.24	c  N dy  5441   3176603       435       225      3045     97440     12615   7159529     32.97     34.80
12891.90/1613.36	c  N dy  5490   3196755       435       225      3045    117268     12615   9841884     32.97     34.85
13002.17/1627.13	c  S st  5558   3212015       435       225      3045    132358     12615  11812963     32.98     34.34
13005.37/1627.59	c  S st  5558   3212520       435       225      3045    132861     12615  11879189     32.98   no data
13006.18/1627.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
13008.62/1627.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.9M T:  0.34
13008.62/1627.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13008.62/1627.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13008.62/1627.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13008.62/1627.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
13008.62/1627.97	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
13009.44/1628.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
13030.14/1630.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.19 s
13764.56/1722.57	c lits-rem:       102  cl-subs:      522  v-elim:      0  v-fix:    0  time: 91.97 s
13764.56/1722.57	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
13766.11/1722.73	c vivif2 --  cl tried   132339 cl shrink        0 lits rem          0 time: 0.16
13769.30/1723.15	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.42
13769.30/1723.15	c calculated reachability. Time: 0.00
13769.30/1723.15	c  N dy  5558   3212520       435       225      3045    132339     12615  11811122     32.98   no data
13856.42/1734.09	c  N dy  5626   3243393       435       225      3045     84853     12615   5566960     32.97     35.01
13897.25/1739.15	c  N dy  5661   3263514       435       225      3045    104611     12615   8438308     32.96     34.74
13963.50/1747.47	c  N dy  5724   3283524       435       225      3045    124355     12615  11087463     32.97     39.21
14056.19/1759.02	c  N dy  5776   3305290       435       225      3045    145790     12615  14189467     32.97     34.71
14132.09/1768.53	c  N dy  5848   3325905       435       225      3045     87224     12615   5696313     32.97     34.81
14195.25/1776.46	c  N dy  5945   3348168       435       225      3045    109156     12615   8662330     32.99     34.73
14280.71/1787.16	c  N dy  6016   3368248       435       225      3045    128967     12615  11400453     33.00     37.41
14402.97/1802.47	c  N dy  6023   3397630       435       225      3045    157856     12615  15947496     32.97     34.82
14475.69/1811.50	c  N dy  6069   3427964       435       225      3045    108014     12615   8714148     32.95     34.69
14541.21/1819.72	c  N dy  6140   3447971       435       225      3045    127750     12615  11436082     32.96     35.17
14649.09/1833.20	c  N dy  6220   3470345       435       225      3045    149814     12615  14483606     32.96     35.04
14734.60/1843.92	c  N dy  6306   3490607       435       225      3045     88937     12615   5659600     32.97     34.72
14788.94/1850.70	c  N dy  6370   3510899       435       225      3045    108938     12615   8395339     32.98     34.77
14873.64/1861.37	c  N dy  6435   3530924       435       225      3045    128687     12615  11067395     32.98     34.75
14995.98/1876.61	c  N dy  6498   3551801       435       225      3045    149272     12615  13841420     32.99     34.74
15102.97/1890.00	c  N dy  6555   3572004       435       225      3045     87428     12615   5456456     32.99     34.82
15155.71/1896.60	c  N dy  6594   3592311       435       225      3045    107412     12615   8372537     32.99     34.73
15250.05/1908.46	c  N dy  6669   3612452       435       225      3045    127309     12615  11046939     33.00     34.87
15369.07/1923.32	c  N dy  6743   3632782       435       225      3045    147325     12615  13931763     33.01     34.75
15488.94/1938.39	c  N dy  6816   3652811       435       225      3045     84284     12615   4935823     33.01     34.75
15542.47/1945.02	c  N dy  6882   3672931       435       225      3045    104117     12615   7608182     33.02     34.87
15619.22/1954.61	c  N dy  6933   3694757       435       225      3045    125665     12615  10522593     33.02     34.81
15707.13/1965.63	c  S st  6979   3712520       435       225      3045    143183     12615  12882969     33.01     31.06
15710.28/1966.06	c  S st  6979   3713022       435       225      3045    143681     12615  12948450     33.01   no data
15711.08/1966.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
15713.49/1966.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.8M T:  0.32
15713.49/1966.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15713.49/1966.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15713.49/1966.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15713.49/1966.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
15713.49/1966.43	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
15714.29/1966.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
15732.66/1968.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.97 s
16468.61/2060.90	c lits-rem:       162  cl-subs:      550  v-elim:      0  v-fix:    0  time: 92.06 s
16468.61/2060.90	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
16469.41/2061.08	c vivif2 --  cl tried   143131 cl shrink        0 lits rem          0 time: 0.17
16473.40/2061.52	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.44
16473.40/2061.52	c calculated reachability. Time: 0.00
16473.40/2061.52	c  N dy  6979   3713022       435       225      3045    143131     12615  12872143     33.01   no data
16544.53/2070.45	c  N dy  7038   3733207       435       225      3045    163035     12615  15756977     33.02     34.85
16599.67/2077.32	c  F st  7101   3751562       435       225      3045     97330     12615   6727309     33.02   no data
16605.25/2078.06	c  N st  7105   3753593       435       225      3045     99339     12615   7020318     33.02   no data
16681.98/2087.63	c  N dy  7158   3777763       435       225      3045    123184     12615  10414822     33.02     34.77
16778.68/2099.72	c  N dy  7236   3799057       435       225      3045    144130     12615  13288090     33.03     34.84
16908.92/2116.00	c  N dy  7281   3820289       435       225      3045    165097     12615  16309571     33.03     34.77
16965.66/2123.12	c  N dy  7325   3840347       435       225      3045    100089     12615   7007128     33.03     34.81
17028.79/2131.05	c  N dy  7361   3862315       435       225      3045    121698     12615  10149285     33.02     34.77
17122.32/2142.75	c  N dy  7422   3884638       435       225      3045    143760     12615  13291773     33.02     34.91
17263.80/2160.47	c  N dy  7491   3907790       435       225      3045    166589     12615  16543256     33.02     34.90
17331.66/2168.93	c  N dy  7522   3928059       435       225      3045    100752     12615   7011140     33.02     34.89
17417.96/2179.78	c  N dy  7598   3949434       435       225      3045    121869     12615   9926319     33.02     34.79
17533.03/2194.17	c  N dy  7646   3969461       435       225      3045    141613     12615  12742084     33.02     44.43
17687.26/2213.49	c  N dy  7679   3994948       435       225      3045    166524     12615  16303688     33.02     34.80
17785.54/2225.70	c  N dy  7710   4015190       435       225      3045     99759     12615   6926571     33.01     34.75
17858.27/2234.85	c  N dy  7737   4035319       435       225      3045    119599     12615   9757416     33.01     34.75
17960.55/2247.66	c  N dy  7787   4055786       435       225      3045    139725     12615  12509875     33.00     34.83
18053.26/2259.27	c  N dy  7815   4077986       435       225      3045    161634     12615  15742287     33.00     34.79
18147.55/2271.08	c  N dy  7841   4098444       435       225      3045     94148     12615   5933897     32.99     34.84
18220.28/2280.17	c  N dy  7865   4120927       435       225      3045    116310     12615   9214279     32.98     34.74
18331.36/2294.05	c  N dy  7919   4147500       435       225      3045    142530     12615  13014960     32.98     34.75
18464.01/2310.62	c  N dy  7969   4169034       435       225      3045    163794     12615  15991914     32.98     34.72
18584.67/2325.76	c  N dy  8023   4189863       435       225      3045     95671     12615   6076897     32.98     34.83
18660.63/2335.27	c  N dy  8103   4209899       435       225      3045    115466     12615   8713586     32.99     37.23
18673.38/2336.82	c  S st  8107   4213022       435       225      3045    118562     12615   9140526     32.99     29.62
18676.58/2337.22	c  S st  8107   4213527       435       225      3045    119066     12615   9205317     32.99   no data
18676.58/2337.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
18679.04/2337.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.2M T:  0.28
18679.04/2337.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18679.04/2337.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18679.04/2337.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18679.04/2337.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
18679.04/2337.54	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
18679.76/2337.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
18696.63/2339.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.94 s
19237.56/2407.43	c lits-rem:       121  cl-subs:      235  v-elim:      0  v-fix:    0  time: 67.65 s
19237.56/2407.43	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
19238.36/2407.55	c vivif2 --  cl tried   118831 cl shrink        0 lits rem          0 time: 0.13
19241.61/2407.91	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.36
19241.61/2407.91	c calculated reachability. Time: 0.00
19241.61/2407.91	c  N dy  8107   4213527       435       225      3045    118831     12615   9173655     32.99   no data
19311.12/2416.66	c  N dy  8161   4234962       435       225      3045    139901     12615  12229956     32.99     34.73
19401.38/2427.99	c  N dy  8217   4255258       435       225      3045    159857     12615  15143457     32.99     34.76
19528.45/2443.80	c  N dy  8256   4276019       435       225      3045     90644     12615   5294103     32.99     34.84
19578.77/2450.18	c  N dy  8262   4296193       435       225      3045    110514     12615   8727842     32.97     34.76
19641.12/2457.96	c  N dy  8313   4316679       435       225      3045    130587     12615  11492080     32.97     34.71
19764.98/2473.43	c  N dy  8352   4342618       435       225      3045    156151     12615  15584408     32.96     34.79
19899.23/2490.28	c  N dy  8391   4363223       435       225      3045    176479     12615  18504177     32.95     34.95
19982.34/2500.60	c  N dy  8462   4383775       435       225      3045    106121     12615   7403101     32.96     34.78
20068.65/2511.47	c  N dy  8534   4408965       435       225      3045    130945     12615  11068302     32.96     34.70
20187.73/2526.35	c  N dy  8598   4429309       435       225      3045    151016     12615  13988794     32.96     34.75
20369.11/2549.08	c  N dy  8637   4452979       435       225      3045    174338     12615  17378216     32.96     34.75
20484.14/2563.50	c  N dy  8653   4473918       435       225      3045    103264     12615   7240788     32.94     34.69
20581.63/2575.66	c  N dy  8686   4498794       435       225      3045    127776     12615  10995063     32.93     34.75
20668.73/2586.51	c  N dy  8721   4519038       435       225      3045    147708     12615  14032352     32.93     34.74
20822.17/2605.78	c  N dy  8782   4542025       435       225      3045    170385     12615  17253739     32.93     34.80
20969.21/2624.14	c  N dy  8836   4562166       435       225      3045     97624     12615   6124103     32.93     34.77
21053.11/2634.61	c  N dy  8855   4582617       435       225      3045    117801     12615   9131635     32.93     34.92
21172.18/2649.58	c  N dy  8893   4609993       435       225      3045    144786     12615  13108494     32.92     34.81
21302.44/2665.84	c  N dy  8906   4630297       435       225      3045    164757     12615  16155917     32.91     34.65
21508.64/2691.64	c  N dy  8963   4652966       435       225      3045    187128     12615  19303235     32.91     34.71
21590.11/2701.86	c  N dy  9043   4673536       435       225      3045    113764     12615   8190846     32.91     34.69
21721.95/2718.37	c  N dy  9106   4693623       435       225      3045    133573     12615  10946706     32.92     36.10
21890.42/2739.44	c  S st  9181   4713527       435       225      3045    153236     12615  13552659     32.92     32.00
21895.25/2740.04	c  S st  9181   4714031       435       225      3045    153737     12615  13618899     32.92   no data
21895.25/2740.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
21898.39/2740.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.5M T:  0.40
21898.39/2740.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21898.39/2740.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21898.39/2740.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21898.39/2740.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
21898.39/2740.49	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
21899.18/2740.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
21919.83/2743.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.13 s
22692.09/2839.84	c lits-rem:       177  cl-subs:      562  v-elim:      0  v-fix:    0  time: 96.73 s
22692.09/2839.84	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
22693.68/2840.01	c vivif2 --  cl tried   153175 cl shrink        0 lits rem          0 time: 0.17
22696.87/2840.46	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.45
22696.87/2840.46	c calculated reachability. Time: 0.00
22696.87/2840.46	c  N dy  9181   4714031       435       225      3045    153175     12615  13543506     32.92   no data
22756.04/2847.82	c  N dy  9203   4735018       435       225      3045    173813     12615  16692523     32.92     34.66
22827.92/2856.83	c  N dy  9258   4755112       435       225      3045     99021     12615   6198434     32.92     34.68
22873.47/2862.50	c  N dy  9283   4775425       435       225      3045    119029     12615   9189939     32.91     34.65
22954.20/2872.62	c  N dy  9355   4797941       435       225      3045    141259     12615  12435681     32.92     34.68
23050.89/2884.74	c  N dy  9375   4818421       435       225      3045    161410     12615  15503679     32.91     34.68
23187.59/2901.85	c  N dy  9400   4839897       435       225      3045    182548     12615  18760128     32.90     34.65
23265.05/2911.51	c  N dy  9438   4863727       435       225      3045    110440     12615   7847746     32.90     34.71
23487.20/2939.36	c  N dy  9489   4918404       435       225      3045    164198     12615  16361813     32.86     34.65
23606.28/2954.27	c  N dy  9563   4938446       435       225      3045    183964     12615  19170360     32.87     34.62
23725.34/2969.11	c  N dy  9613   4967354       435       225      3045    115918     12615   8678360     32.86     34.65
23806.85/2979.38	c  N dy  9652   4991537       435       225      3045    139717     12615  12086541     32.86     34.71
23908.41/2992.09	c  N dy  9741   5011576       435       225      3045    159443     12615  14768527     32.87     34.82
24046.60/3009.37	c  N dy  9820   5031818       435       225      3045    179418     12615  17513615     32.87     34.67
24255.97/3035.54	c  N dy  9854   5077112       435       225      3045    126377     12615  10427262     32.84     34.61
24336.69/3045.60	c  N dy  9919   5097211       435       225      3045    146196     12615  13241763     32.85     39.91
24449.37/3059.74	c  N dy  9963   5117663       435       225      3045    166322     12615  16104706     32.85     34.68
24588.41/3077.12	c  N dy 10036   5137707       435       225      3045    186054     12615  18783689     32.85     34.60
24720.26/3093.65	c  N dy 10097   5157771       435       225      3045    107470     12615   7283782     32.85     37.96
24801.78/3103.84	c  N dy 10181   5177982       435       225      3045    127362     12615  10059224     32.86     34.68
24952.83/3122.77	c  N dy 10231   5207637       435       225      3045    156494     12615  14301526     32.85     34.63
24996.78/3128.25	c  S st 10233   5214032       435       225      3045    162803     12615  15282902     32.85     29.61
25001.56/3128.85	c  S st 10233   5214536       435       225      3045    163304     12615  15346193     32.85   no data
25002.36/3128.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
25005.56/3129.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.4M T:  0.47
25005.56/3129.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25005.56/3129.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25005.56/3129.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25005.56/3129.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
25005.56/3129.37	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
25006.40/3129.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
25028.74/3132.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.28 s
25999.72/3253.73	c lits-rem:       155  cl-subs:      757  v-elim:      0  v-fix:    0  time: 121.49 s
25999.72/3253.73	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
26001.27/3253.93	c vivif2 --  cl tried   162547 cl shrink        0 lits rem          0 time: 0.20
26005.27/3254.40	c asymm  cl-useful: 0/214/225 lits-rem:0 time: 0.46
26005.27/3254.40	c calculated reachability. Time: 0.00
26005.27/3254.40	c  N dy 10233   5214536       435       225      3045    162547     12615  15244293     32.85   no data
26098.78/3266.15	c  N dy 10266   5240634       435       225      3045    188247     12615  19400485     32.84     34.63
26168.29/3274.90	c  N dy 10331   5261160       435       225      3045    109021     12615   7609462     32.84     34.63
26228.29/3282.31	c  N dy 10414   5281257       435       225      3045    128792     12615  10424658     32.85     39.72
26309.75/3292.52	c  N dy 10471   5301381       435       225      3045    148622     12615  13320263     32.85     34.59
26407.23/3304.70	c  N dy 10506   5322094       435       225      3045    169027     12615  16413779     32.85     34.58
26558.28/3323.61	c  N dy 10559   5344614       435       225      3045    191246     12615  19651980     32.85     34.61
26661.36/3336.51	c  N dy 10627   5368192       435       225      3045    114055     12615   8159167     32.85     34.61
26730.89/3345.22	c  N dy 10678   5388629       435       225      3045    134209     12615  11162951     32.85     34.59
26826.85/3357.21	c  N dy 10727   5411928       435       225      3045    157157     12615  14620835     32.85     34.61
26948.25/3372.42	c  N dy 10780   5433977       435       225      3045    178893     12615  17822163     32.85     34.61
27089.74/3390.18	c  N dy 10823   5454876       435       225      3045    199504     12615  20798919     32.85     34.69
27155.23/3398.31	c  N dy 10875   5474976       435       225      3045    117836     12615   8580087     32.85     35.88
27241.54/3409.14	c  N dy 10961   5496964       435       225      3045    139511     12615  11556478     32.86     34.66
27468.56/3437.52	c  N dy 11015   5539064       435       225      3045    180988     12615  17999486     32.85     34.62
27574.04/3450.79	c  N dy 11027   5559767       435       225      3045    201371     12615  21137208     32.84     34.84
27680.24/3464.00	c  N dy 11099   5586438       435       225      3045    125234     12615   9690517     32.85     34.66
27797.69/3478.80	c  N dy 11156   5611869       435       225      3045    150272     12615  13236786     32.84     34.59
28031.83/3508.00	c  N dy 11205   5647074       435       225      3045    184795     12615  18402736     32.83     34.59
28230.81/3532.96	c  N dy 11247   5667772       435       225      3045    205231     12615  21335132     32.83     34.57
28313.09/3543.20	c  N dy 11295   5689077       435       225      3045    122815     12615   9143249     32.83     34.59
28422.59/3556.91	c  N dy 11353   5710279       435       225      3045    143761     12615  12121422     32.83     34.72
28452.19/3560.61	c  S st 11367   5714536       435       225      3045    147965     12615  12684432     32.83     33.25
28456.94/3561.24	c  S st 11367   5715040       435       225      3045    148463     12615  12749505     32.83   no data
28456.94/3561.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
28460.14/3561.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.8M T:  0.39
28460.14/3561.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28460.14/3561.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28460.14/3561.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28460.14/3561.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
28460.14/3561.68	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
28460.98/3561.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
28481.71/3564.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.19 s
29120.26/3644.30	c lits-rem:       196  cl-subs:      478  v-elim:      0  v-fix:    0  time: 79.97 s
29120.26/3644.30	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
29121.81/3644.47	c vivif2 --  cl tried   147985 cl shrink        0 lits rem          0 time: 0.17
29125.81/3644.96	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.49
29125.81/3644.97	c calculated reachability. Time: 0.00
29125.81/3644.97	c  N dy 11367   5715040       435       225      3045    147985     12615  12680888     32.83   no data
29199.36/3654.20	c  N dy 11426   5737837       435       225      3045    170407     12615  16044226     32.83     34.57
29288.07/3665.24	c  N dy 11484   5760185       435       225      3045    192449     12615  19302699     32.83     34.56
29387.88/3677.71	c  N dy 11516   5784025       435       225      3045    111521     12615   7412680     32.83     34.67
29446.30/3685.06	c  N dy 11589   5804161       435       225      3045    131374     12615  10261413     32.83     34.76
29558.91/3699.20	c  N dy 11636   5832855       435       225      3045    159706     12615  14670014     32.83     34.56
29675.57/3713.75	c  N dy 11703   5853633       435       225      3045    180185     12615  17585671     32.83     34.65
29807.41/3730.26	c  N dy 11751   5878019       435       225      3045    204235     12615  21217590     32.83     34.60
29911.34/3743.23	c  N dy 11809   5905745       435       225      3045    126069     12615   9363724     32.82     34.57
29987.20/3752.74	c  N dy 11871   5925879       435       225      3045    145867     12615  12240737     32.82     34.58
30078.35/3764.17	c  N dy 11928   5945903       435       225      3045    165602     12615  15106445     32.82     37.19
30182.99/3777.28	c  N dy 11968   5967715       435       225      3045    187144     12615  18312621     32.82     34.61
30336.43/3796.46	c  N dy 12050   5988640       435       225      3045    207779     12615  21199629     32.82     34.57
30421.17/3807.02	c  N dy 12113   6008731       435       225      3045    121121     12615   8447825     32.83     34.60
30484.27/3814.99	c  N dy 12177   6028828       435       225      3045    140955     12615  11247262     32.83     36.45
30572.97/3826.00	c  N dy 12227   6053795       435       225      3045    165478     12615  14798300     32.83     34.60
30712.09/3843.49	c  N dy 12285   6075638       435       225      3045    186997     12615  17891568     32.83     34.63
30870.32/3863.26	c  N dy 12357   6095795       435       225      3045    206888     12615  20719654     32.83     34.57
30974.98/3876.33	c  N dy 12429   6116472       435       225      3045    119833     12615   8048032     32.84     34.59
31048.46/3885.56	c  N dy 12509   6136512       435       225      3045    139598     12615  10804736     32.84     39.87
31142.83/3897.38	c  N dy 12547   6156595       435       225      3045    159357     12615  13662251     32.84     34.58
31285.80/3915.28	c  N dy 12597   6177026       435       225      3045    179529     12615  16637306     32.84     34.57
31452.02/3936.06	c  N dy 12664   6197045       435       225      3045    199309     12615  19357304     32.84     35.10
31638.23/3959.35	c  S st 12718   6215041       435       225      3045    108594     12615   6363216     32.84   no data
31641.43/3959.74	c  S st 12718   6215544       435       225      3045    109094     12615   6429573     32.84   no data
31641.43/3959.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
31643.90/3960.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.0M T:  0.26
31643.90/3960.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31643.90/3960.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31643.90/3960.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31643.90/3960.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
31643.90/3960.03	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
31644.62/3960.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
31662.20/3962.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.09 s
31813.23/3981.23	c lits-rem:        23  cl-subs:       19  v-elim:      0  v-fix:    0  time: 18.87 s
31813.23/3981.23	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
31814.03/3981.32	c vivif2 --  cl tried   109075 cl shrink        0 lits rem          0 time: 0.09
31816.43/3981.69	c asymm  cl-useful: 0/225/225 lits-rem:0 time: 0.36
31816.43/3981.69	c calculated reachability. Time: 0.00
31816.43/3981.69	c  N dy 12718   6215544       435       225      3045    109075     12615   6428408     32.84   no data
31926.69/3995.40	c  N dy 12775   6246590       435       225      3045    139643     12615  11281999     32.83     34.62
32009.00/4005.71	c  N dy 12799   6266883       435       225      3045    159606     12615  14464351     32.83     34.70
32124.86/4020.21	c  N dy 12846   6286886       435       225      3045    179314     12615  17311495     32.83     34.56
32295.08/4041.53	c  N dy 12935   6306916       435       225      3045    199054     12615  20067000     32.83     34.89
32494.89/4066.55	c  N dy 12986   6327860       435       225      3045    110309     12615   6481941     32.83     34.57
32649.92/4085.90	c  N dy 13037   6366965       435       225      3045    148795     12615  12495876     32.82     34.62
32781.77/4102.47	c  N dy 13045   6394150       435       225      3045    175569     12615  16584212     32.81     34.55
33013.52/4131.50	c  N dy 13115   6423890       435       225      3045    204899     12615  20923683     32.81     34.63
33200.52/4154.83	c  N dy 13147   6445890       435       225      3045    116247     12615   7268661     32.80     34.54
33282.02/4165.00	c  N dy 13234   6466897       435       225      3045    136955     12615  10222888     32.81     34.57
33437.13/4184.44	c  N dy 13296   6496867       435       225      3045    166488     12615  14517851     32.80     34.59
33564.92/4200.45	c  N dy 13352   6516967       435       225      3045    186345     12615  17377621     32.80     35.75
33697.58/4217.07	c  N dy 13397   6537167       435       225      3045    206246     12615  20277975     32.80     34.63
33859.80/4237.30	c  N dy 13456   6557204       435       225      3045    114640     12615   6836095     32.80     38.42
33929.39/4246.05	c  N dy 13495   6578283       435       225      3045    135442     12615   9876519     32.80     34.57
34016.46/4256.92	c  N dy 13554   6598383       435       225      3045    155169     12615  12622577     32.80     36.89
34131.58/4271.38	c  N dy 13605   6618584       435       225      3045    175141     12615  15474729     32.80     34.58
34261.77/4287.67	c  N dy 13647   6638633       435       225      3045    194896     12615  18360046     32.80     36.37
34431.95/4308.95	c  N dy 13698   6659730       435       225      3045    215648     12615  21187810     32.80     34.74
34539.05/4322.35	c  N dy 13738   6679777       435       225      3045    123098     12615   7982197     32.80     38.37
34605.42/4330.64	c  N dy 13789   6699853       435       225      3045    142854     12615  10985784     32.80     35.10
34677.30/4339.60	c  S st 13842   6715545       435       225      3045    158329     12615  13152214     32.80     28.93
34681.30/4340.15	c  S st 13842   6716048       435       225      3045    158829     12615  13217370     32.80   no data
34681.30/4340.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
34684.53/4340.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.9M T:  0.38
34684.53/4340.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34684.53/4340.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34684.53/4340.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34684.53/4340.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
34684.53/4340.58	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
34685.36/4340.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
34704.47/4343.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.05 s
35317.43/4419.80	c lits-rem:       209  cl-subs:      531  v-elim:      0  v-fix:    0  time: 76.74 s
35317.43/4419.80	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
35318.99/4419.96	c vivif2 --  cl tried   158298 cl shrink        0 lits rem          0 time: 0.17
35322.99/4420.45	c asymm  cl-useful: 0/217/225 lits-rem:0 time: 0.49
35322.99/4420.46	c calculated reachability. Time: 0.00
35322.99/4420.46	c  N dy 13842   6716048       435       225      3045    158298     12615  13136091     32.80   no data
35390.10/4428.86	c  N dy 13905   6736723       435       225      3045    178636     12615  16025094     32.80     34.54
35477.21/4439.78	c  N dy 13967   6756756       435       225      3045    198351     12615  18924569     32.81     34.56
35590.76/4453.92	c  N dy 14031   6779972       435       225      3045    221156     12615  22139571     32.81     34.70
35660.24/4462.66	c  N dy 14090   6800904       435       225      3045    128514     12615   8796035     32.81     34.54
35724.93/4470.79	c  N dy 14174   6821236       435       225      3045    148572     12615  11642446     32.81     34.59
35808.05/4481.15	c  N dy 14247   6841274       435       225      3045    168337     12615  14471835     32.81     34.57
35933.59/4496.81	c  N dy 14300   6862735       435       225      3045    189512     12615  17466014     32.81     34.61
36060.57/4512.75	c  N dy 14335   6883411       435       225      3045    209904     12615  20444756     32.81     34.60
36237.18/4534.89	c  N dy 14403   6903495       435       225      3045    115404     12615   6652127     32.82     35.03
36290.71/4541.50	c  N dy 14411   6923572       435       225      3045    135151     12615   9953923     32.81     36.76
36366.62/4551.09	c  N dy 14436   6944229       435       225      3045    155475     12615  13080214     32.81     34.64
36478.57/4565.01	c  N dy 14505   6964254       435       225      3045    175246     12615  15870113     32.81     40.35
36587.17/4578.69	c  N dy 14548   6986486       435       225      3045    197129     12615  19051411     32.81     34.89
36712.64/4594.31	c  N dy 14587   7007515       435       225      3045    217865     12615  22202070     32.81     34.54
36844.49/4610.82	c  N dy 14670   7027730       435       225      3045    122529     12615   7529119     32.81     34.57
36922.00/4620.54	c  N dy 14716   7055214       435       225      3045    149586     12615  11488245     32.81     34.63
37009.10/4631.44	c  N dy 14763   7076458       435       225      3045    170497     12615  14594577     32.81     34.66
37125.78/4646.08	c  N dy 14827   7096624       435       225      3045    190408     12615  17347231     32.81     34.70
37285.60/4666.03	c  N dy 14919   7118167       435       225      3045    211632     12615  20316830     32.81     34.56
37505.36/4693.59	c  N dy 14971   7152465       435       225      3045    129081     12615   8438917     32.81     34.72
37563.67/4700.89	c  N dy 15012   7175594       435       225      3045    151829     12615  11772080     32.80     34.58
37694.73/4717.23	c  N dy 15055   7206780       435       225      3045    182523     12615  16637581     32.79     34.76
37740.29/4722.94	c  S st 15057   7216049       435       225      3045    191637     12615  18137675     32.79     29.86
37745.88/4723.66	c  S st 15057   7216554       435       225      3045    192139     12615  18204535     32.79   no data
37746.68/4723.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
37749.88/4724.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.5M T:  0.46
37749.88/4724.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37749.88/4724.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37749.88/4724.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37749.88/4724.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    435 time:  0.00 s
37749.88/4724.17	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
37750.68/4724.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
37771.46/4726.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.02 s
38997.29/4880.20	c lits-rem:       339  cl-subs:     1221  v-elim:      0  v-fix:    0  time: 153.39 s
38997.29/4880.20	c vivif2 --  cl tried      225 cl shrink        0 lits rem          0 time: 0.00
38998.89/4880.43	c vivif2 --  cl tried   190918 cl shrink        0 lits rem          0 time: 0.23
39002.88/4880.95	c asymm  cl-useful: 0/177/225 lits-rem:0 time: 0.52
39002.88/4880.96	c calculated reachability. Time: 0.00
39002.88/4880.96	c  N dy 15057   7216554       435       225      3045    190918     12615  18066033     32.79   no data
39133.95/4897.30	c  N dy 15107   7245765       435       225      3045    219667     12615  22530880     32.79     34.54
39300.24/4918.16	c  N dy 15155   7287945       435       225      3045    144005     12615  11015683     32.78     34.64
39394.48/4929.90	c  N dy 15207   7308022       435       225      3045    163807     12615  13888186     32.78     34.51
39535.93/4947.62	c  N dy 15294   7328458       435       225      3045    183946     12615  16911718     32.78     34.51
39683.75/4966.12	c  N dy 15353   7348467       435       225      3045    203684     12615  19808475     32.78     34.51
39887.53/4991.65	c  N dy 15410   7369911       435       225      3045    224832     12615  22950040     32.78     34.83

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-3421593-1306678705/watcher-3421593-1306678705 -o /tmp/evaluation-result-3421593-1306678705/solver-3421593-1306678705 -C 40000 -W 5100 -M 31000 ./strangenight2-mt --threads=8 HOME/instance-3421593-1306678705.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.43 7.92 7.96 1/266 10342
/proc/meminfo: memFree=28602844/32951124 swapFree=55664332/67111528
[pid=10342] ppid=10340 vsize=92144 CPUtime=0 cores=0-7
/proc/10342/stat : 10342 (strangenight2-m) R 10340 10342 10248 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 8 0 779471287 94355456 352 33554432000 4194304 4580107 140736770718896 18446744073709551615 47781916911538 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/10342/statm: 23036 352 299 95 0 18018 0
[pid=10342/tid=10343] ppid=10340 vsize=92144 CPUtime=0 cores=0-7
/proc/10342/task/10343/stat : 10343 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 779471288 94355456 352 33554432000 4194304 4580107 140736770718896 18446744073709551615 47781916911532 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10342/tid=10344] ppid=10340 vsize=92144 CPUtime=0 cores=0-7
/proc/10342/task/10344/stat : 10344 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 779471288 94355456 352 33554432000 4194304 4580107 140736770718896 18446744073709551615 47781916911538 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10342/tid=10345] ppid=10340 vsize=92144 CPUtime=0 cores=0-7
/proc/10342/task/10345/stat : 10345 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 779471288 94355456 352 33554432000 4194304 4580107 140736770718896 18446744073709551615 47781916911542 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10342/tid=10346] ppid=10340 vsize=92144 CPUtime=0 cores=0-7
/proc/10342/task/10346/stat : 10346 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 779471288 94355456 352 33554432000 4194304 4580107 140736770718896 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10342/tid=10347] ppid=10340 vsize=92144 CPUtime=0 cores=0-7
/proc/10342/task/10347/stat : 10347 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 779471288 94355456 352 33554432000 4194304 4580107 140736770718896 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10342/tid=10348] ppid=10340 vsize=92144 CPUtime=0 cores=0-7
/proc/10342/task/10348/stat : 10348 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 779471288 94355456 352 33554432000 4194304 4580107 140736770718896 18446744073709551615 47781916911538 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10342/tid=10349] ppid=10340 vsize=92144 CPUtime=0 cores=0-7
/proc/10342/task/10349/stat : 10349 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 779471288 94355456 352 33554432000 4194304 4580107 140736770718896 18446744073709551615 47781916911538 0 0 4096 2 0 0 0 -1 6 0 0 0

[startup+0.028418 s]
/proc/loadavg: 7.43 7.92 7.96 1/266 10342
/proc/meminfo: memFree=28602844/32951124 swapFree=55664332/67111528
[pid=10342] ppid=10340 vsize=92144 CPUtime=0.13 cores=0-7
/proc/10342/stat : 10342 (strangenight2-m) R 10340 10342 10248 0 -1 4202496 420 0 0 0 13 0 0 0 25 0 8 0 779471287 94355456 360 33554432000 4194304 4580107 140736770718896 18446744073709551615 47781916911129 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10342/statm: 23036 360 302 95 0 18018 0
[pid=10342/tid=10343] ppid=10340 vsize=92144 CPUtime=0.02 cores=0-7
/proc/10342/task/10343/stat : 10343 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 4 0 0 0 2 0 0 0 25 0 8 0 779471288 94355456 360 33554432000 4194304 4580107 140736770718896 18446744073709551615 47781916911120 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10342/tid=10344] ppid=10340 vsize=92144 CPUtime=0.02 cores=0-7
/proc/10342/task/10344/stat : 10344 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 8 0 779471288 94355456 360 33554432000 4194304 4580107 140736770718896 18446744073709551615 47781916911129 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10342/tid=10345] ppid=10340 vsize=92144 CPUtime=0.02 cores=0-7
/proc/10342/task/10345/stat : 10345 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1 0 0 0 2 0 0 0 25 0 8 0 779471288 94355456 360 33554432000 4194304 4580107 140736770718896 18446744073709551615 47781916911129 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10342/tid=10346] ppid=10340 vsize=92144 CPUtime=0.01 cores=0-7
/proc/10342/task/10346/stat : 10346 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 8 0 779471288 94355456 360 33554432000 4194304 4580107 140736770718896 18446744073709551615 47781916911129 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10342/tid=10347] ppid=10340 vsize=92144 CPUtime=0.01 cores=0-7
/proc/10342/task/10347/stat : 10347 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 8 0 779471288 94355456 360 33554432000 4194304 4580107 140736770718896 18446744073709551615 47781916911123 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10342/tid=10348] ppid=10340 vsize=92144 CPUtime=0 cores=0-7
/proc/10342/task/10348/stat : 10348 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 779471288 94355456 360 33554432000 4194304 4580107 140736770718896 18446744073709551615 47781916911538 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10342/tid=10349] ppid=10340 vsize=92144 CPUtime=0.01 cores=0-7
/proc/10342/task/10349/stat : 10349 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 8 0 779471288 94355456 360 33554432000 4194304 4580107 140736770718896 18446744073709551615 47781916911129 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 92144

[startup+0.101244 s]
/proc/loadavg: 7.43 7.92 7.96 1/266 10342
/proc/meminfo: memFree=28602844/32951124 swapFree=55664332/67111528
[pid=10342] ppid=10340 vsize=552748 CPUtime=0.68 cores=0-7
/proc/10342/stat : 10342 (strangenight2-m) R 10340 10342 10248 0 -1 4202496 3832 0 0 0 67 1 0 0 18 0 8 0 779471287 566013952 3737 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10342/statm: 138187 3737 376 95 0 133169 0
[pid=10342/tid=10343] ppid=10340 vsize=552748 CPUtime=0.09 cores=0-7
/proc/10342/task/10343/stat : 10343 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 419 0 0 0 9 0 0 0 18 0 8 0 779471288 566013952 3737 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10342/tid=10344] ppid=10340 vsize=552748 CPUtime=0.09 cores=0-7
/proc/10342/task/10344/stat : 10344 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 421 0 0 0 9 0 0 0 18 0 8 0 779471288 566013952 3738 33554432000 4194304 4580107 140736770718896 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10342/tid=10345] ppid=10340 vsize=552748 CPUtime=0.08 cores=0-7
/proc/10342/task/10345/stat : 10345 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 387 0 0 0 8 0 0 0 18 0 8 0 779471288 566013952 3739 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10342/tid=10346] ppid=10340 vsize=552748 CPUtime=0.08 cores=0-7
/proc/10342/task/10346/stat : 10346 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 476 0 0 0 8 0 0 0 18 0 8 0 779471288 566013952 3739 33554432000 4194304 4580107 140736770718896 18446744073709551615 4321030 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10342/tid=10347] ppid=10340 vsize=552748 CPUtime=0.07 cores=0-7
/proc/10342/task/10347/stat : 10347 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 419 0 0 0 7 0 0 0 18 0 8 0 779471288 566013952 3739 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10342/tid=10348] ppid=10340 vsize=552748 CPUtime=0.06 cores=0-7
/proc/10342/task/10348/stat : 10348 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 418 0 0 0 6 0 0 0 18 0 8 0 779471288 566013952 3740 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10342/tid=10349] ppid=10340 vsize=552748 CPUtime=0.08 cores=0-7
/proc/10342/task/10349/stat : 10349 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 452 0 0 0 8 0 0 0 18 0 8 0 779471288 566013952 3741 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 552748

[startup+0.300339 s]
/proc/loadavg: 7.43 7.92 7.96 1/266 10342
/proc/meminfo: memFree=28602844/32951124 swapFree=55664332/67111528
[pid=10342] ppid=10340 vsize=560524 CPUtime=2.27 cores=0-7
/proc/10342/stat : 10342 (strangenight2-m) R 10340 10342 10248 0 -1 4202496 10423 0 0 0 224 3 0 0 18 0 8 0 779471287 573976576 6250 33554432000 4194304 4580107 140736770718896 18446744073709551615 4324117 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10342/statm: 140131 6250 377 95 0 135113 0
[pid=10342/tid=10343] ppid=10340 vsize=560524 CPUtime=0.29 cores=0-7
/proc/10342/task/10343/stat : 10343 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 946 0 0 0 29 0 0 0 18 0 8 0 779471288 573976576 6250 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10342/tid=10344] ppid=10340 vsize=560524 CPUtime=0.28 cores=0-7
/proc/10342/task/10344/stat : 10344 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1281 0 0 0 28 0 0 0 18 0 8 0 779471288 573976576 6250 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10342/tid=10345] ppid=10340 vsize=560524 CPUtime=0.28 cores=0-7
/proc/10342/task/10345/stat : 10345 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1227 0 0 0 28 0 0 0 18 0 8 0 779471288 573976576 6250 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10342/tid=10346] ppid=10340 vsize=560524 CPUtime=0.27 cores=0-7
/proc/10342/task/10346/stat : 10346 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1450 0 0 0 27 0 0 0 18 0 8 0 779471288 573976576 6251 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10342/tid=10347] ppid=10340 vsize=560524 CPUtime=0.27 cores=0-7
/proc/10342/task/10347/stat : 10347 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1327 0 0 0 27 0 0 0 18 0 8 0 779471288 573976576 6253 33554432000 4194304 4580107 140736770718896 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10342/tid=10348] ppid=10340 vsize=560524 CPUtime=0.26 cores=0-7
/proc/10342/task/10348/stat : 10348 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1012 0 0 0 26 0 0 0 18 0 8 0 779471288 573976576 6253 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10342/tid=10349] ppid=10340 vsize=560524 CPUtime=0.28 cores=0-7
/proc/10342/task/10349/stat : 10349 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1502 0 0 0 28 0 0 0 18 0 8 0 779471288 573976576 6253 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 560524

[startup+0.701267 s]
/proc/loadavg: 7.43 7.92 7.96 1/266 10342
/proc/meminfo: memFree=28602844/32951124 swapFree=55664332/67111528
[pid=10342] ppid=10340 vsize=566328 CPUtime=5.47 cores=0-7
/proc/10342/stat : 10342 (strangenight2-m) R 10340 10342 10248 0 -1 4202496 20521 0 0 0 542 5 0 0 18 0 8 0 779471287 579919872 11425 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10342/statm: 141582 11427 377 95 0 136564 0
[pid=10342/tid=10343] ppid=10340 vsize=566328 CPUtime=0.69 cores=0-7
/proc/10342/task/10343/stat : 10343 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2235 0 0 0 69 0 0 0 18 0 8 0 779471288 579919872 11427 33554432000 4194304 4580107 140736770718896 18446744073709551615 4322591 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10342/tid=10344] ppid=10340 vsize=566328 CPUtime=0.68 cores=0-7
/proc/10342/task/10344/stat : 10344 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2117 0 0 0 68 0 0 0 18 0 8 0 779471288 579919872 11427 33554432000 4194304 4580107 140736770718896 18446744073709551615 4324346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10342/tid=10345] ppid=10340 vsize=566328 CPUtime=0.68 cores=0-7
/proc/10342/task/10345/stat : 10345 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2117 0 0 0 68 0 0 0 18 0 8 0 779471288 579919872 11427 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10342/tid=10346] ppid=10340 vsize=566328 CPUtime=0.67 cores=0-7
/proc/10342/task/10346/stat : 10346 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2936 0 0 0 67 0 0 0 18 0 8 0 779471288 579919872 11427 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10342/tid=10347] ppid=10340 vsize=566328 CPUtime=0.66 cores=0-7
/proc/10342/task/10347/stat : 10347 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2940 0 0 0 66 0 0 0 18 0 8 0 779471288 579919872 11427 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10342/tid=10348] ppid=10340 vsize=566328 CPUtime=0.66 cores=0-7
/proc/10342/task/10348/stat : 10348 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2179 0 0 0 66 0 0 0 18 0 8 0 779471288 579919872 11427 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10342/tid=10349] ppid=10340 vsize=566328 CPUtime=0.68 cores=0-7
/proc/10342/task/10349/stat : 10349 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 3201 0 0 0 68 0 0 0 18 0 8 0 779471288 579919872 11427 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 566328

[startup+1.50112 s]
/proc/loadavg: 7.43 7.92 7.96 9/274 10350
/proc/meminfo: memFree=28555908/32951124 swapFree=55664332/67111528
[pid=10342] ppid=10340 vsize=575576 CPUtime=11.84 cores=0-7
/proc/10342/stat : 10342 (strangenight2-m) R 10340 10342 10248 0 -1 4202496 41151 0 0 0 1175 9 0 0 20 0 8 0 779471287 589389824 13970 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10342/statm: 143894 13970 378 95 0 138876 0
[pid=10342/tid=10343] ppid=10340 vsize=575576 CPUtime=1.48 cores=0-7
/proc/10342/task/10343/stat : 10343 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 5099 0 0 0 148 0 0 0 20 0 8 0 779471288 589389824 13970 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10342/tid=10344] ppid=10340 vsize=575576 CPUtime=1.48 cores=0-7
/proc/10342/task/10344/stat : 10344 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 4788 0 0 0 148 0 0 0 20 0 8 0 779471288 589389824 13970 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10342/tid=10345] ppid=10340 vsize=575576 CPUtime=1.48 cores=0-7
/proc/10342/task/10345/stat : 10345 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 4746 0 0 0 147 1 0 0 20 0 8 0 779471288 589389824 13972 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10342/tid=10346] ppid=10340 vsize=575576 CPUtime=1.47 cores=0-7
/proc/10342/task/10346/stat : 10346 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 4948 0 0 0 146 1 0 0 20 0 8 0 779471288 589389824 13972 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10342/tid=10347] ppid=10340 vsize=575576 CPUtime=1.45 cores=0-7
/proc/10342/task/10347/stat : 10347 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 5343 0 0 0 144 1 0 0 20 0 8 0 779471288 589389824 13973 33554432000 4194304 4580107 140736770718896 18446744073709551615 4316692 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10342/tid=10348] ppid=10340 vsize=575576 CPUtime=1.46 cores=0-7
/proc/10342/task/10348/stat : 10348 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 4005 0 0 0 145 1 0 0 20 0 8 0 779471288 589389824 13975 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10342/tid=10349] ppid=10340 vsize=575576 CPUtime=1.47 cores=0-7
/proc/10342/task/10349/stat : 10349 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 6416 0 0 0 146 1 0 0 20 0 8 0 779471288 589389824 13975 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.84
Current children cumulated vsize (KiB) 575576

[startup+3.10083 s]
/proc/loadavg: 7.43 7.92 7.96 9/274 10350
/proc/meminfo: memFree=28538620/32951124 swapFree=55664332/67111528
[pid=10342] ppid=10340 vsize=574664 CPUtime=24.63 cores=0-7
/proc/10342/stat : 10342 (strangenight2-m) R 10340 10342 10248 0 -1 4202496 82086 0 0 0 2448 15 0 0 25 0 8 0 779471287 588455936 27995 33554432000 4194304 4580107 140736770718896 18446744073709551615 4413328 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10342/statm: 143666 27999 379 95 0 138648 0
[pid=10342/tid=10343] ppid=10340 vsize=574664 CPUtime=3.08 cores=0-7
/proc/10342/task/10343/stat : 10343 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 9155 0 0 0 307 1 0 0 25 0 8 0 779471288 588455936 27999 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10342/tid=10344] ppid=10340 vsize=574664 CPUtime=3.08 cores=0-7
/proc/10342/task/10344/stat : 10344 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 9133 0 0 0 307 1 0 0 25 0 8 0 779471288 588455936 28000 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10342/tid=10345] ppid=10340 vsize=574664 CPUtime=3.07 cores=0-7
/proc/10342/task/10345/stat : 10345 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 9298 0 0 0 306 1 0 0 25 0 8 0 779471288 588455936 28000 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10342/tid=10346] ppid=10340 vsize=574664 CPUtime=3.06 cores=0-7
/proc/10342/task/10346/stat : 10346 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 9308 0 0 0 305 1 0 0 25 0 8 0 779471288 588455936 28000 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10342/tid=10347] ppid=10340 vsize=574664 CPUtime=3.05 cores=0-7
/proc/10342/task/10347/stat : 10347 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 9524 0 0 0 303 2 0 0 25 0 8 0 779471288 588455936 28000 33554432000 4194304 4580107 140736770718896 18446744073709551615 4320689 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10342/tid=10348] ppid=10340 vsize=574664 CPUtime=3.06 cores=0-7
/proc/10342/task/10348/stat : 10348 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 8380 0 0 0 305 1 0 0 25 0 8 0 779471288 588455936 28000 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10342/tid=10349] ppid=10340 vsize=574664 CPUtime=3.07 cores=0-7
/proc/10342/task/10349/stat : 10349 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 11657 0 0 0 306 1 0 0 25 0 8 0 779471288 588455936 28000 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 574664

[startup+6.30125 s]
/proc/loadavg: 7.48 7.92 7.96 9/274 10350
/proc/meminfo: memFree=28345180/32951124 swapFree=55664332/67111528
[pid=10342] ppid=10340 vsize=682212 CPUtime=50.2 cores=0-7
/proc/10342/stat : 10342 (strangenight2-m) R 10340 10342 10248 0 -1 4202496 139551 0 0 0 4994 26 0 0 25 0 8 0 779471287 698585088 73672 33554432000 4194304 4580107 140736770718896 18446744073709551615 4416737 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10342/statm: 170553 73672 379 95 0 165535 0
[pid=10342/tid=10343] ppid=10340 vsize=682212 CPUtime=6.28 cores=0-7
/proc/10342/task/10343/stat : 10343 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 14894 0 0 0 626 2 0 0 25 0 8 0 779471288 698585088 73673 33554432000 4194304 4580107 140736770718896 18446744073709551615 4416997 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10342/tid=10344] ppid=10340 vsize=682212 CPUtime=6.28 cores=0-7
/proc/10342/task/10344/stat : 10344 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 18832 0 0 0 626 2 0 0 25 0 8 0 779471288 698585088 73673 33554432000 4194304 4580107 140736770718896 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10342/tid=10345] ppid=10340 vsize=682212 CPUtime=6.28 cores=0-7
/proc/10342/task/10345/stat : 10345 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 18574 0 0 0 624 4 0 0 25 0 8 0 779471288 698585088 73673 33554432000 4194304 4580107 140736770718896 18446744073709551615 4451678 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10342/tid=10346] ppid=10340 vsize=682212 CPUtime=6.27 cores=0-7
/proc/10342/task/10346/stat : 10346 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 17227 0 0 0 624 3 0 0 25 0 8 0 779471288 698585088 73673 33554432000 4194304 4580107 140736770718896 18446744073709551615 4413640 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10342/tid=10347] ppid=10340 vsize=682212 CPUtime=6.22 cores=0-7
/proc/10342/task/10347/stat : 10347 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 15934 0 0 0 619 3 0 0 25 0 8 0 779471288 698585088 73673 33554432000 4194304 4580107 140736770718896 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10342/tid=10348] ppid=10340 vsize=682212 CPUtime=6.25 cores=0-7
/proc/10342/task/10348/stat : 10348 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 15580 0 0 0 622 3 0 0 25 0 8 0 779471288 698585088 73673 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10342/tid=10349] ppid=10340 vsize=682212 CPUtime=6.27 cores=0-7
/proc/10342/task/10349/stat : 10349 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 22699 0 0 0 624 3 0 0 25 0 8 0 779471288 698585088 73673 33554432000 4194304 4580107 140736770718896 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 6 0 0 0

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

/proc/10342/task/10349/stat : 10349 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2022995 0 0 0 463797 623 0 0 25 0 8 0 779471288 8099086336 1485425 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37256
Current children cumulated vsize (KiB) 7909264

[startup+4722.31 s]
/proc/loadavg: 8.13 8.07 8.01 9/274 10488
/proc/meminfo: memFree=22599852/32951124 swapFree=55664332/67111528
[pid=10342] ppid=10340 vsize=8144276 CPUtime=37735.6 cores=0-7
/proc/10342/stat : 10342 (strangenight2-m) R 10340 10342 10248 0 -1 4202496 12977215 0 0 0 3769021 4535 0 0 25 0 8 0 779471287 8339738624 1498802 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10342/statm: 2036069 1498802 379 95 0 2031051 0
[pid=10342/tid=10343] ppid=10340 vsize=8144276 CPUtime=4721.85 cores=0-7
/proc/10342/task/10343/stat : 10343 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1518336 0 0 0 471713 472 0 0 25 0 8 0 779471288 8339738624 1498803 33554432000 4194304 4580107 140736770718896 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10342/tid=10344] ppid=10340 vsize=8144276 CPUtime=4722.03 cores=0-7
/proc/10342/task/10344/stat : 10344 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1900427 0 0 0 471575 628 0 0 25 0 8 0 779471288 8339738624 1498803 33554432000 4194304 4580107 140736770718896 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10342/tid=10345] ppid=10340 vsize=8144276 CPUtime=4721.13 cores=0-7
/proc/10342/task/10345/stat : 10345 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1234263 0 0 0 471664 449 0 0 25 0 8 0 779471288 8339738624 1498803 33554432000 4194304 4580107 140736770718896 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10342/tid=10346] ppid=10340 vsize=8144276 CPUtime=4719.2 cores=0-7
/proc/10342/task/10346/stat : 10346 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1340651 0 0 0 471409 511 0 0 25 0 8 0 779471288 8339738624 1498803 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10342/tid=10347] ppid=10340 vsize=8144276 CPUtime=4708.89 cores=0-7
/proc/10342/task/10347/stat : 10347 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2181737 0 0 0 470166 723 0 0 25 0 8 0 779471288 8339738624 1498803 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10342/tid=10348] ppid=10340 vsize=8144276 CPUtime=4716.55 cores=0-7
/proc/10342/task/10348/stat : 10348 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1334131 0 0 0 471120 535 0 0 25 0 8 0 779471288 8339738624 1498803 33554432000 4194304 4580107 140736770718896 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10342/tid=10349] ppid=10340 vsize=8144276 CPUtime=4703.69 cores=0-7
/proc/10342/task/10349/stat : 10349 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2057388 0 0 0 469734 635 0 0 25 0 8 0 779471288 8339738624 1498803 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37735.6
Current children cumulated vsize (KiB) 8144276

[startup+4782.3 s]
/proc/loadavg: 8.09 8.07 8.00 9/274 10490
/proc/meminfo: memFree=22569928/32951124 swapFree=55664332/67111528
[pid=10342] ppid=10340 vsize=8057028 CPUtime=38215 cores=0-7
/proc/10342/stat : 10342 (strangenight2-m) R 10340 10342 10248 0 -1 4202496 13128842 0 0 0 3816898 4598 0 0 25 0 8 0 779471287 8250396672 1507087 33554432000 4194304 4580107 140736770718896 18446744073709551615 4406365 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10342/statm: 2014257 1507087 379 95 0 2009239 0
[pid=10342/tid=10343] ppid=10340 vsize=8057028 CPUtime=4781.84 cores=0-7
/proc/10342/task/10343/stat : 10343 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1536176 0 0 0 477705 479 0 0 25 0 8 0 779471288 8250396672 1507087 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10342/tid=10344] ppid=10340 vsize=8057028 CPUtime=4782.02 cores=0-7
/proc/10342/task/10344/stat : 10344 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1929584 0 0 0 477564 638 0 0 25 0 8 0 779471288 8250396672 1507087 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10342/tid=10345] ppid=10340 vsize=8057028 CPUtime=4781.12 cores=0-7
/proc/10342/task/10345/stat : 10345 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1234263 0 0 0 477663 449 0 0 25 0 8 0 779471288 8250396672 1507087 33554432000 4194304 4580107 140736770718896 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10342/tid=10346] ppid=10340 vsize=8057028 CPUtime=4779.18 cores=0-7
/proc/10342/task/10346/stat : 10346 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1355330 0 0 0 477400 518 0 0 25 0 8 0 779471288 8250396672 1507087 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10342/tid=10347] ppid=10340 vsize=8057028 CPUtime=4768.88 cores=0-7
/proc/10342/task/10347/stat : 10347 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2216202 0 0 0 476152 736 0 0 25 0 8 0 779471288 8250396672 1507087 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10342/tid=10348] ppid=10340 vsize=8057028 CPUtime=4776.54 cores=0-7
/proc/10342/task/10348/stat : 10348 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1334131 0 0 0 477119 535 0 0 25 0 8 0 779471288 8250396672 1507087 33554432000 4194304 4580107 140736770718896 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10342/tid=10349] ppid=10340 vsize=8057028 CPUtime=4763.17 cores=0-7
/proc/10342/task/10349/stat : 10349 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2093064 0 0 0 475659 658 0 0 25 0 8 0 779471288 8250396672 1507087 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38215
Current children cumulated vsize (KiB) 8057028

[startup+4842.3 s]
/proc/loadavg: 8.09 8.08 8.01 9/274 10491
/proc/meminfo: memFree=22293248/32951124 swapFree=55664332/67111528
[pid=10342] ppid=10340 vsize=8483736 CPUtime=38694.4 cores=0-7
/proc/10342/stat : 10342 (strangenight2-m) R 10340 10342 10248 0 -1 4202496 13229907 0 0 0 3864799 4644 0 0 25 0 8 0 779471287 8687345664 1575214 33554432000 4194304 4580107 140736770718896 18446744073709551615 4416046 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10342/statm: 2120934 1575214 379 95 0 2115916 0
[pid=10342/tid=10343] ppid=10340 vsize=8483736 CPUtime=4841.83 cores=0-7
/proc/10342/task/10343/stat : 10343 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1544405 0 0 0 483699 484 0 0 25 0 8 0 779471288 8687345664 1575214 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10342/tid=10344] ppid=10340 vsize=8483736 CPUtime=4842.02 cores=0-7
/proc/10342/task/10344/stat : 10344 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1943791 0 0 0 483556 646 0 0 25 0 8 0 779471288 8687345664 1575214 33554432000 4194304 4580107 140736770718896 18446744073709551615 4305164 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10342/tid=10345] ppid=10340 vsize=8483736 CPUtime=4841.11 cores=0-7
/proc/10342/task/10345/stat : 10345 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1237849 0 0 0 483660 451 0 0 25 0 8 0 779471288 8687345664 1575214 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10342/tid=10346] ppid=10340 vsize=8483736 CPUtime=4839.18 cores=0-7
/proc/10342/task/10346/stat : 10346 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1367178 0 0 0 483392 526 0 0 25 0 8 0 779471288 8687345664 1575214 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10342/tid=10347] ppid=10340 vsize=8483736 CPUtime=4828.88 cores=0-7
/proc/10342/task/10347/stat : 10347 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2251393 0 0 0 482147 741 0 0 25 0 8 0 779471288 8687345664 1575214 33554432000 4194304 4580107 140736770718896 18446744073709551615 4451678 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10342/tid=10348] ppid=10340 vsize=8483736 CPUtime=4836.54 cores=0-7
/proc/10342/task/10348/stat : 10348 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1334131 0 0 0 483119 535 0 0 25 0 8 0 779471288 8687345664 1575214 33554432000 4194304 4580107 140736770718896 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10342/tid=10349] ppid=10340 vsize=8483736 CPUtime=4822.64 cores=0-7
/proc/10342/task/10349/stat : 10349 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2121068 0 0 0 481588 676 0 0 25 0 8 0 779471288 8687345664 1575214 33554432000 4194304 4580107 140736770718896 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38694.4
Current children cumulated vsize (KiB) 8483736

[startup+4902.3 s]
/proc/loadavg: 8.03 8.06 8.00 9/274 10493
/proc/meminfo: memFree=22346416/32951124 swapFree=55664332/67111528
[pid=10342] ppid=10340 vsize=8489768 CPUtime=39173.9 cores=0-7
/proc/10342/stat : 10342 (strangenight2-m) R 10340 10342 10248 0 -1 4202496 13318882 0 0 0 3912705 4686 0 0 25 0 8 0 779471287 8693522432 1562460 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10342/statm: 2122442 1562460 379 95 0 2117424 0
[pid=10342/tid=10343] ppid=10340 vsize=8489768 CPUtime=4901.83 cores=0-7
/proc/10342/task/10343/stat : 10343 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1561160 0 0 0 489692 491 0 0 25 0 8 0 779471288 8693522432 1562460 33554432000 4194304 4580107 140736770718896 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10342/tid=10344] ppid=10340 vsize=8489768 CPUtime=4902.02 cores=0-7
/proc/10342/task/10344/stat : 10344 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1973364 0 0 0 489541 661 0 0 25 0 8 0 779471288 8693522432 1562460 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10342/tid=10345] ppid=10340 vsize=8489768 CPUtime=4901.1 cores=0-7
/proc/10342/task/10345/stat : 10345 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1257161 0 0 0 489650 460 0 0 25 0 8 0 779471288 8693522432 1562460 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10342/tid=10346] ppid=10340 vsize=8489768 CPUtime=4899.17 cores=0-7
/proc/10342/task/10346/stat : 10346 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1384991 0 0 0 489383 534 0 0 25 0 8 0 779471288 8693522432 1562460 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10342/tid=10347] ppid=10340 vsize=8489768 CPUtime=4888.88 cores=0-7
/proc/10342/task/10347/stat : 10347 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2251393 0 0 0 488147 741 0 0 25 0 8 0 779471288 8693522432 1562460 33554432000 4194304 4580107 140736770718896 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10342/tid=10348] ppid=10340 vsize=8489768 CPUtime=4896.55 cores=0-7
/proc/10342/task/10348/stat : 10348 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1334131 0 0 0 489120 535 0 0 25 0 8 0 779471288 8693522432 1562460 33554432000 4194304 4580107 140736770718896 18446744073709551615 4416997 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10342/tid=10349] ppid=10340 vsize=8489768 CPUtime=4882.15 cores=0-7
/proc/10342/task/10349/stat : 10349 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2121068 0 0 0 487539 676 0 0 25 0 8 0 779471288 8693522432 1562460 33554432000 4194304 4580107 140736770718896 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39173.9
Current children cumulated vsize (KiB) 8489768

[startup+4962.3 s]
/proc/loadavg: 8.08 8.06 8.00 9/274 10495
/proc/meminfo: memFree=22363744/32951124 swapFree=55664332/67111528
[pid=10342] ppid=10340 vsize=8493480 CPUtime=39653.4 cores=0-7
/proc/10342/stat : 10342 (strangenight2-m) R 10340 10342 10248 0 -1 4202496 13393138 0 0 0 3960608 4732 0 0 25 0 8 0 779471287 8697323520 1557776 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10342/statm: 2123370 1557776 379 95 0 2118352 0
[pid=10342/tid=10343] ppid=10340 vsize=8493480 CPUtime=4961.84 cores=0-7
/proc/10342/task/10343/stat : 10343 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1561160 0 0 0 495693 491 0 0 25 0 8 0 779471288 8697323520 1557776 33554432000 4194304 4580107 140736770718896 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10342/tid=10344] ppid=10340 vsize=8493480 CPUtime=4962.02 cores=0-7
/proc/10342/task/10344/stat : 10344 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2001080 0 0 0 495526 676 0 0 25 0 8 0 779471288 8697323520 1557776 33554432000 4194304 4580107 140736770718896 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10342/tid=10345] ppid=10340 vsize=8493480 CPUtime=4961.1 cores=0-7
/proc/10342/task/10345/stat : 10345 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1264344 0 0 0 495644 466 0 0 25 0 8 0 779471288 8697323520 1557776 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10342/tid=10346] ppid=10340 vsize=8493480 CPUtime=4959.17 cores=0-7
/proc/10342/task/10346/stat : 10346 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1392695 0 0 0 495376 541 0 0 25 0 8 0 779471288 8697323520 1557776 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10342/tid=10347] ppid=10340 vsize=8493480 CPUtime=4948.88 cores=0-7
/proc/10342/task/10347/stat : 10347 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2251393 0 0 0 494147 741 0 0 25 0 8 0 779471288 8697323520 1557776 33554432000 4194304 4580107 140736770718896 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10342/tid=10348] ppid=10340 vsize=8493480 CPUtime=4956.55 cores=0-7
/proc/10342/task/10348/stat : 10348 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1345197 0 0 0 495115 540 0 0 25 0 8 0 779471288 8697323520 1557776 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10342/tid=10349] ppid=10340 vsize=8493480 CPUtime=4941.63 cores=0-7
/proc/10342/task/10349/stat : 10349 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2121068 0 0 0 493487 676 0 0 25 0 8 0 779471288 8697323520 1557776 33554432000 4194304 4580107 140736770718896 18446744073709551615 4406395 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39653.4
Current children cumulated vsize (KiB) 8493480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5005.7 s]
/proc/loadavg: 8.12 8.07 8.01 9/274 10496
/proc/meminfo: memFree=22246656/32951124 swapFree=55664332/67111528
[pid=10342] ppid=10340 vsize=8650120 CPUtime=40000.2 cores=0-7
/proc/10342/stat : 10342 (strangenight2-m) R 10340 10342 10248 0 -1 4202496 13469225 0 0 0 3995263 4762 0 0 25 0 8 0 779471287 8857722880 1586741 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10342/statm: 2162530 1586741 379 95 0 2157512 0
[pid=10342/tid=10343] ppid=10340 vsize=8650120 CPUtime=5005.25 cores=0-7
/proc/10342/task/10343/stat : 10343 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1561160 0 0 0 500034 491 0 0 25 0 8 0 779471288 8857722880 1586743 33554432000 4194304 4580107 140736770718896 18446744073709551615 4416709 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10342/tid=10344] ppid=10340 vsize=8650120 CPUtime=5005.43 cores=0-7
/proc/10342/task/10344/stat : 10344 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2035454 0 0 0 499859 684 0 0 25 0 8 0 779471288 8857722880 1586743 33554432000 4194304 4580107 140736770718896 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10342/tid=10345] ppid=10340 vsize=8650120 CPUtime=5004.5 cores=0-7
/proc/10342/task/10345/stat : 10345 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1279272 0 0 0 499978 472 0 0 25 0 8 0 779471288 8857722880 1586743 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10342/tid=10346] ppid=10340 vsize=8650120 CPUtime=5002.59 cores=0-7
/proc/10342/task/10346/stat : 10346 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1406462 0 0 0 499712 547 0 0 25 0 8 0 779471288 8857722880 1586744 33554432000 4194304 4580107 140736770718896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10342/tid=10347] ppid=10340 vsize=8650120 CPUtime=4992.3 cores=0-7
/proc/10342/task/10347/stat : 10347 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2251393 0 0 0 498489 741 0 0 25 0 8 0 779471288 8857722880 1586744 33554432000 4194304 4580107 140736770718896 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10342/tid=10348] ppid=10340 vsize=8650120 CPUtime=4999.96 cores=0-7
/proc/10342/task/10348/stat : 10348 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 1353130 0 0 0 499450 546 0 0 25 0 8 0 779471288 8857722880 1586744 33554432000 4194304 4580107 140736770718896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10342/tid=10349] ppid=10340 vsize=8650120 CPUtime=4984.65 cores=0-7
/proc/10342/task/10349/stat : 10349 (strangenight2-m) R 10340 10342 10248 0 -1 4202560 2121068 0 0 0 497789 676 0 0 25 0 8 0 779471288 8857722880 1586744 33554432000 4194304 4580107 140736770718896 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 8650120

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

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

[startup+5005.82 s]
/proc/loadavg: 8.12 8.07 8.01 9/274 10496
/proc/meminfo: memFree=22246656/32951124 swapFree=55664332/67111528
[pid=10342] ppid=10340 vsize=0 CPUtime=40000.4 cores=0-7
/proc/10342/stat : 10342 (strangenight2-m) Z 10340 10342 10248 0 -1 4203548 13469232 0 0 0 3995270 4772 0 0 25 0 2 0 779471287 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10342/statm: 0 0 0 0 0 0 0
[pid=10342/tid=10349] ppid=10340 vsize=0 CPUtime=4984.75 cores=0-7
/proc/10342/task/10349/stat : 10349 (strangenight2-m) R 10340 10342 10248 0 -1 4203588 2121068 0 0 0 497789 686 0 0 25 0 2 0 779471288 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 0

[startup+5006 s]
/proc/loadavg: 8.12 8.07 8.01 1/268 10497
/proc/meminfo: memFree=28603308/32951124 swapFree=55664332/67111528
[pid=10342] ppid=10340 vsize=0 CPUtime=40000.6 cores=0-7
/proc/10342/stat : 10342 (strangenight2-m) Z 10340 10342 10248 0 -1 4203548 13469232 0 0 0 3995270 4790 0 0 25 0 1 0 779471287 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10342/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5006.01
CPU time (s): 40000.6
CPU user time (s): 39952.7
CPU system time (s): 47.9087
CPU usage (%): 799.052
Max. virtual memory (cumulated for all children) (KiB): 8650120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39952.7
system time used= 47.9087
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13469232
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= 6906
involuntary context switches= 174352

runsolver used 11.4353 second user time and 31.1363 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-29 16:18:25
IDJOB=3421593
IDBENCH=83238
IDSOLVER=1878
FILE ID=node109/3421593-1306678705
RUNJOBID= node109-1306678705-10262
PBS_JOBID= 13471811
Free space on /tmp= 73208 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-15-29-sat.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421593-1306678705/watcher-3421593-1306678705 -o /tmp/evaluation-result-3421593-1306678705/solver-3421593-1306678705 -C 40000 -W 5100 -M 31000  ./strangenight2-mt --threads=8 HOME/instance-3421593-1306678705.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 89115b5a973735d51018fb3202154f32
RANDOM SEED=1481713576

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28603000 kB
Buffers:        226156 kB
Cached:        2183216 kB
SwapCached:      10136 kB
Active:         752040 kB
Inactive:      3383532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28603000 kB
SwapTotal:    67111528 kB
SwapFree:     55664332 kB
Dirty:            5676 kB
Writeback:           0 kB
AnonPages:     1722388 kB
Mapped:          15940 kB
Slab:           108892 kB
PageTables:      36816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 30863876 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= 73200 MiB
End job on node109 at 2011-05-29 17:41:53