Trace number 3367365

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-Night2-st (fixed)? (TO) 1300.02 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v2500-c10500-S882087907-088-UNKNOWN.cnf
MD5SUM3cf1ca6aaef3b8ffa068d087f2b6934e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.16467
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of clauses10500
Sum of the clauses size31500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 310500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3367365-1305381853.cnf'
0.00/0.00	c -- header says num vars:           2500
0.00/0.00	c -- header says num clauses:       10500
0.00/0.05	c -- clauses added:            0 learnts,        10500 normals,            0 xors
0.00/0.05	c -- vars added       2500
0.00/0.05	c Parsing time:  0.00 s
0.00/0.05	c  N st     0         0      2500     10500         0         0     31500         0   no data   no data
0.00/0.05	c asymm  cl-useful: 0/10500/10500 lits-rem:0 time: 0.01
0.00/0.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2500 time:  0.00 s
0.00/0.05	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
0.00/0.05	c lits-rem:         0  cl-subs:        0  v-elim:     58  v-fix:    0  time:  0.01 s
0.00/0.05	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.05	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.05	c calculated reachability. Time: 0.00
0.00/0.05	c Calc default polars -  time:   0.00 s pos:    1131 undec:     268 neg:    1101
0.00/0.05	c =========================================================================================
0.00/0.05	c types(t): F = full restart, N = normal restart
0.00/0.05	c types(t): S = simplification begin/end, E = solution found
0.00/0.05	c restart types(rt): st = static, dy = dynamic
0.00/0.05	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.05	c  B st     0         0      2442     10434         0         0     31666         0   no data   no data
0.18/0.29	c  N dy    19      4060      2442     10434         0      4060     31666    296872     47.34     49.90
0.48/0.56	c  N dy    40      8109      2442     10434         0      5610     31666    291566     46.72     49.32
0.78/0.86	c  N dy    59     12430      2442     10434         0      5683     31666    197775     45.91     48.45
1.09/1.16	c  N dy    81     16569      2442     10434         0      9821     31666    486938     46.05     48.80
1.38/1.46	c  N dy   106     20646      2442     10434         0      8272     31666    291288     46.06     48.50
1.68/1.79	c  N dy   130     24866      2442     10434         0     12491     31666    578282     46.10     48.58
1.78/1.80	c  F st   132     25000      2442     10434         0     12624     31666    587408     46.09   no data
2.08/2.20	c  N dy   138     30001      2442     10434         0     10815     31666    415616     46.09   no data
2.08/2.20	c  S st   138     30001      2442     10434         0     10815     31666    415616     46.09   no data
2.19/2.24	c  S st   138     30509      2442     10434         0     11323     31666    443329     46.09   no data
2.19/2.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.19/2.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
2.19/2.25	c blocked clauses removed:       46 vars:      7 tried:        2442 T: 0.00 s
2.19/2.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.19/2.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.19/2.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2435 time:  0.00 s
2.19/2.25	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2.19/2.26	c lits-rem:         0  cl-subs:        0  v-elim:      2  v-fix:    0  time:  0.01 s
2.19/2.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.29/2.33	c lits-rem:       141  cl-subs:       11  v-elim:      0  v-fix:    0  time:  0.06 s
2.29/2.35	c asymm  cl-useful: 0/10386/10386 lits-rem:0 time: 0.01
2.29/2.35	c calculated reachability. Time: 0.00
2.29/2.35	c  N dy   138     30509      2433     10386         0     11195     31538    432108     46.09   no data
2.57/2.68	c  N dy   157     34593      2433     10386         0     15279     31538    709535     45.91     48.77
2.98/3.00	c  N dy   176     38655      2433     10386         0     11496     31538    384061     45.93     48.44
3.29/3.34	c  N dy   199     42733      2433     10386         0     15573     31538    664966     45.90     48.40
3.58/3.60	c  S st   212     45763      2433     10386         0      9682     31538    183631     45.79     42.49
3.58/3.63	c  S st   212     46266      2433     10386         0     10185     31538    211691     45.79   no data
3.58/3.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.58/3.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.58/3.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.58/3.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.58/3.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.58/3.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
3.58/3.64	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3.58/3.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.58/3.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.58/3.67	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.58/3.67	c vivif2 --  cl tried    10386 cl shrink        0 lits rem          0 time: 0.00
3.58/3.68	c vivif2 --  cl tried    10185 cl shrink        0 lits rem          0 time: 0.00
3.58/3.69	c asymm  cl-useful: 0/10386/10386 lits-rem:0 time: 0.01
3.58/3.69	c calculated reachability. Time: 0.00
3.58/3.69	c  N dy   212     46266      2433     10386         0     10185     31538    211690     45.79   no data
3.98/4.04	c  N dy   230     50601      2433     10386         0     14519     31538    509980     45.57     48.42
4.28/4.39	c  N dy   254     54616      2433     10386         0     18533     31538    782942     45.53     48.38
4.68/4.75	c  N dy   278     58722      2433     10386         0     12678     31538    324720     45.59     48.16
5.08/5.10	c  N dy   297     62859      2433     10386         0     16814     31538    606548     45.50     48.17
5.38/5.49	c  N dy   320     67133      2433     10386         0     21084     31538    904467     45.52     48.08
5.68/5.70	c  S st   335     69399      2433     10386         0     12372     31538    237418     45.55   no data
5.68/5.74	c  S st   335     69902      2433     10386         0     12875     31538    265446     45.55   no data
5.68/5.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.68/5.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
5.68/5.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.68/5.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.68/5.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.68/5.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
5.68/5.75	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
5.68/5.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
5.68/5.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.68/5.79	c lits-rem:        14  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.02 s
5.68/5.79	c vivif2 --  cl tried    10386 cl shrink        0 lits rem          0 time: 0.00
5.68/5.79	c vivif2 --  cl tried    12873 cl shrink        0 lits rem          0 time: 0.00
5.77/5.81	c asymm  cl-useful: 0/10386/10386 lits-rem:0 time: 0.01
5.77/5.81	c calculated reachability. Time: 0.00
5.77/5.81	c  N dy   335     69902      2433     10386         0     12873     31538    265265     45.55   no data
6.18/6.23	c  N dy   362     74834      2433     10386         0     17803     31538    614514     45.58     49.79
6.59/6.70	c  N dy   394     79679      2433     10386         0     22647     31538    949339     45.62     51.69
7.08/7.16	c  N dy   423     84854      2433     10386         0     15832     31538    419558     45.66     50.16
7.38/7.41	c  F st   440     87501      2433     10386         0     18478     31538    607516     45.68     42.16
7.69/7.74	c  N st   445     90797      2433     10386         0     21769     31538    855145     45.68   no data
8.28/8.39	c  N dy   475     96936      2433     10386         0     14917     31538    285566     45.73     48.17
8.89/8.96	c  N dy   508    103224      2433     10386         0     21203     31538    729001     45.71     49.19
9.07/9.12	c  S st   519    104854      2433     10386         0     22833     31538    842220     45.74   no data
9.07/9.18	c  S st   519    105355      2433     10386         0     23334     31538    871716     45.74   no data
9.07/9.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.07/9.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.07/9.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.07/9.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.07/9.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.07/9.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
9.07/9.20	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
9.17/9.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.17/9.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.48/9.50	c lits-rem:        37  cl-subs:        7  v-elim:      0  v-fix:    0  time:  0.26 s
9.48/9.50	c vivif2 --  cl tried    10386 cl shrink        0 lits rem          0 time: 0.00
9.48/9.52	c vivif2 --  cl tried    23327 cl shrink        0 lits rem          0 time: 0.01
9.48/9.54	c asymm  cl-useful: 0/10386/10386 lits-rem:0 time: 0.02
9.48/9.54	c calculated reachability. Time: 0.00
9.48/9.54	c  N dy   519    105355      2433     10386         0     23327     31538    870911     45.74   no data
10.18/10.22	c  N dy   552    112117      2433     10386         0     16094     31538    300757     45.71     48.64
10.88/10.90	c  N dy   596    119333      2433     10386         0     23306     31538    797170     45.76     48.19
11.68/11.73	c  N dy   643    127000      2433     10386         0     15979     31538    235036     45.79     50.53
12.48/12.52	c  N dy   691    135180      2433     10386         0     24155     31538    801625     45.81     48.23
13.38/13.49	c  N dy   743    143883      2433     10386         0     16864     31538    231698     45.84     48.40
14.29/14.39	c  N dy   800    153084      2433     10386         0     26064     31538    876669     45.88     48.32
14.88/14.95	c  S st   827    158033      2433     10386         0     31011     31538   1218341     45.86     39.50
14.98/15.02	c  S st   827    158536      2433     10386         0     31514     31538   1247520     45.86   no data
14.98/15.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.98/15.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
14.98/15.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.98/15.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.98/15.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.98/15.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
14.98/15.04	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
14.98/15.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
15.07/15.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.67/15.71	c lits-rem:        68  cl-subs:       13  v-elim:      0  v-fix:    0  time:  0.61 s
15.67/15.71	c vivif2 --  cl tried    10386 cl shrink        0 lits rem          0 time: 0.00
15.67/15.73	c vivif2 --  cl tried    31501 cl shrink        0 lits rem          0 time: 0.01
15.67/15.76	c asymm  cl-useful: 0/10386/10386 lits-rem:0 time: 0.02
15.67/15.76	c calculated reachability. Time: 0.00
15.67/15.76	c  N dy   827    158536      2433     10386         0     31501     31538   1245661     45.86   no data
16.78/16.83	c  N dy   887    168796      2433     10386         0     24762     31538    709202     45.85     48.73
17.98/18.08	c  N dy   945    179699      2433     10386         0     35659     31538   1468830     45.84     48.60
19.18/19.28	c  N dy  1013    191240      2433     10386         0     29207     31538    965118     45.86     48.30
20.67/20.70	c  N dy  1078    203460      2433     10386         0     22433     31538    428197     45.86     48.52
22.09/22.18	c  N dy  1162    216522      2433     10386         0     35494     31538   1338965     45.91     48.56
23.67/23.77	c  N dy  1244    230407      2433     10386         0     29372     31538    850970     45.95     51.97
24.57/24.64	c  S st  1277    237805      2433     10386         0     36769     31538   1373459     45.93     39.41
24.67/24.72	c  S st  1277    238309      2433     10386         0     37273     31538   1403503     45.93   no data
24.67/24.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.67/24.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
24.67/24.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.67/24.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.67/24.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.67/24.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
24.67/24.74	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
24.67/24.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
24.77/24.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.57/25.62	c lits-rem:        85  cl-subs:       14  v-elim:      0  v-fix:    0  time:  0.81 s
25.57/25.62	c vivif2 --  cl tried    10386 cl shrink        0 lits rem          0 time: 0.00
25.57/25.64	c vivif2 --  cl tried    37259 cl shrink        0 lits rem          0 time: 0.02
25.57/25.67	c asymm  cl-useful: 0/10386/10386 lits-rem:0 time: 0.03
25.57/25.67	c calculated reachability. Time: 0.00
25.57/25.67	c  N dy  1277    238309      2433     10386         0     37259     31538   1401815     45.93   no data
27.38/27.47	c  N dy  1372    253643      2433     10386         0     31595     31538    949781     45.96     48.45
29.48/29.51	c  N dy  1465    269955      2433     10386         0     25905     31538    482618     45.98     49.51
31.67/31.79	c  N dy  1556    287379      2433     10386         0     43325     31538   1698436     45.95     48.44
33.97/34.01	c  N dy  1664    305780      2433     10386         0     38730     31538   1326791     45.97     48.53
33.97/34.08	c  F st  1667    306251      2433     10386         0     39201     31538   1357453     45.97   no data
36.47/36.50	c  N dy  1767    325296      2433     10386         0     34244     31538    945918     46.04     48.62
39.07/39.17	c  N dy  1889    345306      2433     10386         0     29260     31538    526003     46.06     48.61
40.56/40.66	c  S st  1952    357464      2433     10386         0     41413     31538   1363025     46.04   no data
40.68/40.74	c  S st  1952    357966      2433     10386         0     41915     31538   1395227     46.04   no data
40.68/40.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.68/40.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
40.68/40.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
40.68/40.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.68/40.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.68/40.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
40.68/40.76	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
40.68/40.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
40.78/40.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.57/41.68	c lits-rem:       113  cl-subs:       18  v-elim:      0  v-fix:    0  time:  0.85 s
41.57/41.68	c vivif2 --  cl tried    10386 cl shrink        0 lits rem          0 time: 0.00
41.57/41.70	c vivif2 --  cl tried    41897 cl shrink        0 lits rem          0 time: 0.02
41.67/41.73	c asymm  cl-useful: 0/10386/10386 lits-rem:0 time: 0.03
41.67/41.73	c calculated reachability. Time: 0.00
41.67/41.73	c  N dy  1952    357966      2433     10386         0     41897     31538   1392996     46.04   no data
44.37/44.42	c  N dy  2078    378009      2433     10386         0     35941     31538    932968     46.08     54.72
47.28/47.36	c  N dy  2202    398091      2433     10386         0     29029     31538    380994     46.13     48.82
50.07/50.19	c  N dy  2326    418431      2433     10386         0     49361     31538   1809959     46.18     49.01
52.88/52.92	c  N dy  2439    438475      2433     10386         0     41404     31538   1184799     46.19     49.62
55.87/55.94	c  N dy  2560    458567      2433     10386         0     32497     31538    492435     46.21     49.20
58.67/58.73	c  N dy  2682    478653      2433     10386         0     52578     31538   1908870     46.24     49.12
61.58/61.70	c  N dy  2804    499590      2433     10386         0     43524     31538   1214318     46.25     49.66
64.88/64.92	c  N dy  2925    519598      2433     10386         0     32535     31538    370112     46.28     48.88
67.27/67.30	c  S st  3041    536952      2433     10386         0     49882     31538   1594602     46.33     46.04
67.27/67.40	c  S st  3041    537456      2433     10386         0     50386     31538   1623849     46.33   no data
67.37/67.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
67.37/67.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
67.37/67.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
67.37/67.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
67.37/67.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.37/67.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
67.37/67.42	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
67.37/67.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
67.37/67.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.77/68.84	c lits-rem:        87  cl-subs:       18  v-elim:      0  v-fix:    0  time:  1.34 s
68.77/68.84	c vivif2 --  cl tried    10386 cl shrink        0 lits rem          0 time: 0.00
68.77/68.86	c vivif2 --  cl tried    50368 cl shrink        0 lits rem          0 time: 0.02
68.87/68.90	c asymm  cl-useful: 0/10386/10386 lits-rem:0 time: 0.04
68.87/68.90	c calculated reachability. Time: 0.00
68.87/68.90	c  N dy  3041    537456      2433     10386         0     50368     31538   1621708     46.33   no data
71.97/72.01	c  N dy  3149    557536      2433     10386         0     38452     31538    723138     46.34     51.14
75.17/75.20	c  N dy  3266    577621      2433     10386         0     58531     31538   2131385     46.35     49.74
78.19/78.29	c  N dy  3371    597657      2433     10386         0     45568     31538   1160177     46.35     49.06
81.57/81.63	c  N dy  3473    617757      2433     10386         0     65662     31538   2571506     46.34     48.88
84.47/84.56	c  N dy  3590    637815      2433     10386         0     51724     31538   1531505     46.36     48.90
88.08/88.17	c  N dy  3718    657886      2433     10386         0     36802     31538    417531     46.39     56.70
91.07/91.14	c  N dy  3845    677963      2433     10386         0     56875     31538   1821922     46.42     54.42
94.58/94.69	c  N dy  3968    698254      2433     10386         0     41167     31538    654202     46.43     49.09
97.77/97.80	c  N dy  4082    718347      2433     10386         0     61249     31538   2058110     46.43     50.12
101.37/101.40	c  N dy  4201    739234      2433     10386         0     45140     31538    871437     46.44     49.11
104.67/104.72	c  N dy  4319    759290      2433     10386         0     65191     31538   2288701     46.45     49.16
108.17/108.23	c  N dy  4449    779333      2433     10386         0     47239     31538    955131     46.47     49.07
111.57/111.67	c  N dy  4581    799475      2433     10386         0     67378     31538   2393351     46.51     52.71
113.07/113.11	c  S st  4621    806184      2433     10386         0     74084     31538   2870954     46.52     46.11
113.17/113.26	c  S st  4621    806688      2433     10386         0     74588     31538   2899235     46.52   no data
113.17/113.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
113.17/113.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
113.17/113.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
113.17/113.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
113.17/113.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
113.17/113.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
113.17/113.31	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
113.28/113.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
113.38/113.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
118.17/118.20	c lits-rem:       143  cl-subs:       33  v-elim:      0  v-fix:    0  time:  4.77 s
118.17/118.20	c vivif2 --  cl tried    10386 cl shrink        0 lits rem          0 time: 0.00
118.17/118.24	c vivif2 --  cl tried    74555 cl shrink        0 lits rem          0 time: 0.04
118.27/118.31	c asymm  cl-useful: 0/10386/10386 lits-rem:0 time: 0.07
118.27/118.31	c calculated reachability. Time: 0.00
118.27/118.31	c  N dy  4621    806688      2433     10386         0     74555     31538   2894723     46.52   no data
121.47/121.55	c  N dy  4745    826782      2433     10386         0     55660     31538   1508991     46.55     52.13
125.27/125.32	c  N dy  4857    846909      2433     10386         0     75785     31538   2938105     46.56     49.56
128.57/128.67	c  N dy  4984    867134      2433     10386         0     56012     31538   1442593     46.58     49.29
132.46/132.54	c  N dy  5101    887221      2433     10386         0     76092     31538   2868565     46.59     49.67
135.87/135.95	c  N dy  5201    907277      2433     10386         0     55150     31538   1331149     46.58     52.77
139.78/139.85	c  N dy  5311    927804      2433     10386         0     75670     31538   2794456     46.59     49.15
143.37/143.49	c  N dy  5432    947891      2433     10386         0     53764     31538   1161797     46.60     49.74
147.17/147.20	c  N dy  5546    967985      2433     10386         0     73853     31538   2586227     46.61     53.55
150.97/151.09	c  N dy  5657    988100      2433     10386         0     50988     31538    903632     46.61     49.09
154.57/154.68	c  N dy  5783   1008195      2433     10386         0     71074     31538   2344693     46.64     50.36
158.87/158.99	c  N dy  5899   1028335      2433     10386         0     47218     31538    566669     46.65     50.14
162.37/162.47	c  N dy  6023   1048760      2433     10386         0     67639     31538   2025267     46.67     49.68
166.87/166.90	c  N dy  6141   1069020      2433     10386         0     87890     31538   3453668     46.68     49.20
167.47/167.57	c  F st  6162   1071875      2433     10386         0     45758     31538    399456     46.68   no data
170.17/170.28	c  N dy  6238   1089033      2433     10386         0     62912     31538   1636817     46.69     49.82
174.57/174.66	c  N dy  6358   1109042      2433     10386         0     82914     31538   3054817     46.70     51.49
178.57/178.66	c  N dy  6486   1129075      2433     10386         0     56955     31538   1122181     46.72     49.98
182.47/182.51	c  N dy  6602   1149339      2433     10386         0     77211     31538   2572728     46.73     50.00
187.08/187.15	c  N dy  6719   1169715      2433     10386         0     50597     31538    612378     46.74     50.37
190.57/190.64	c  N dy  6835   1189718      2433     10386         0     70593     31538   2022866     46.76     49.51
195.07/195.14	c  N dy  6952   1209874      2433     10386         0     90745     31538   3452030     46.76     50.10
195.07/195.18	c  S st  6954   1210036      2433     10386         0     90907     31538   3462674     46.76   no data
195.27/195.34	c  S st  6954   1210539      2433     10386         0     91410     31538   3492019     46.76   no data
195.27/195.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
195.27/195.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
195.27/195.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
195.27/195.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
195.27/195.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
195.37/195.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
195.37/195.40	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
195.37/195.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
195.47/195.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
199.19/199.22	c lits-rem:       159  cl-subs:       35  v-elim:      0  v-fix:    0  time:  3.67 s
199.19/199.22	c vivif2 --  cl tried    10386 cl shrink        0 lits rem          0 time: 0.00
199.19/199.26	c vivif2 --  cl tried    91375 cl shrink        0 lits rem          0 time: 0.05
199.28/199.35	c asymm  cl-useful: 0/10386/10386 lits-rem:0 time: 0.08
199.28/199.35	c calculated reachability. Time: 0.00
199.28/199.35	c  N dy  6954   1210539      2433     10386         0     91375     31538   3487763     46.76   no data
203.07/203.11	c  N dy  7068   1230583      2433     10386         0     63426     31538   1457211     46.77     49.38
207.17/207.22	c  N dy  7175   1250675      2433     10386         0     83508     31538   2882814     46.77     53.00
211.77/211.86	c  N dy  7299   1270779      2433     10386         0     54620     31538    776791     46.79     49.30
215.48/215.54	c  N dy  7412   1290906      2433     10386         0     74735     31538   2205175     46.79     49.98
220.27/220.33	c  N dy  7540   1310983      2433     10386         0     94803     31538   3629042     46.80     51.53
224.07/224.18	c  N dy  7643   1331366      2433     10386         0     65198     31538   1467670     46.80     49.57
228.27/228.37	c  N dy  7754   1351379      2433     10386         0     85207     31538   2894739     46.81     50.19
233.19/233.30	c  N dy  7874   1371456      2433     10386         0     54296     31538    614507     46.82     61.01
236.97/237.05	c  N dy  7995   1391926      2433     10386         0     74760     31538   2082894     46.82     50.21
241.67/241.76	c  N dy  8110   1412007      2433     10386         0     94833     31538   3512637     46.83     49.80
246.07/246.13	c  N dy  8216   1432037      2433     10386         0     62875     31538   1157745     46.83     50.09
250.17/250.24	c  N dy  8343   1452042      2433     10386         0     82877     31538   2571380     46.84     50.07
255.38/255.42	c  N dy  8468   1472157      2433     10386         0    102986     31538   4001721     46.85     49.47
259.27/259.38	c  N dy  8591   1492363      2433     10386         0     70204     31538   1629086     46.86     49.63
263.77/263.83	c  N dy  8719   1512430      2433     10386         0     90262     31538   3038803     46.87     49.37
269.08/269.11	c  N dy  8841   1532552      2433     10386         0     56395     31538    576234     46.89     50.05
272.88/272.95	c  N dy  8966   1552666      2433     10386         0     76501     31538   2002774     46.90     49.72
277.68/277.77	c  N dy  9087   1572768      2433     10386         0     96596     31538   3443974     46.91     49.79
282.68/282.71	c  N dy  9193   1592802      2433     10386         0     61644     31538    877218     46.91     49.88
286.67/286.74	c  N dy  9310   1612879      2433     10386         0     81715     31538   2297147     46.91     50.57
291.77/291.81	c  N dy  9422   1632927      2433     10386         0    101756     31538   3712599     46.92     49.47
296.57/296.61	c  N dy  9546   1653009      2433     10386         0     65847     31538   1117990     46.93     50.37
300.78/300.81	c  N dy  9661   1673099      2433     10386         0     85934     31538   2555604     46.94     49.82
306.07/306.12	c  N dy  9782   1693124      2433     10386         0    105951     31538   3979629     46.94     49.45
310.19/310.29	c  S st  9895   1710540      2433     10386         0     66377     31538   1095747     46.95     40.70
310.38/310.40	c  S st  9895   1711044      2433     10386         0     66881     31538   1127204     46.95   no data
310.38/310.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
310.38/310.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
310.38/310.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
310.38/310.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
310.38/310.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
310.38/310.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
310.38/310.44	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
310.38/310.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
310.38/310.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
311.18/311.22	c lits-rem:        41  cl-subs:        8  v-elim:      0  v-fix:    0  time:  0.72 s
311.18/311.22	c vivif2 --  cl tried    10386 cl shrink        0 lits rem          0 time: 0.00
311.18/311.23	c vivif2 --  cl tried    66873 cl shrink        0 lits rem          0 time: 0.01
311.18/311.29	c asymm  cl-useful: 0/10386/10386 lits-rem:0 time: 0.05
311.18/311.29	c calculated reachability. Time: 0.00
311.18/311.29	c  N dy  9895   1711044      2433     10386         0     66873     31538   1126054     46.95   no data
315.47/315.57	c  N dy 10019   1731060      2433     10386         0     86888     31538   2554345     46.96     51.27
321.07/321.12	c  N dy 10149   1751234      2433     10386         0    107056     31538   3981671     46.97     50.14
325.87/325.94	c  N dy 10261   1771265      2433     10386         0     69098     31538   1217266     46.98     49.46
330.17/330.29	c  N dy 10369   1791422      2433     10386         0     89249     31538   2634879     46.97     49.52
335.77/335.83	c  N dy 10490   1811524      2433     10386         0    109348     31538   4063743     46.98     50.41
340.67/340.75	c  N dy 10618   1831753      2433     10386         0     70581     31538   1254494     46.99     50.47
345.07/345.15	c  N dy 10731   1851849      2433     10386         0     90675     31538   2679165     46.99     54.00
350.58/350.63	c  N dy 10843   1871862      2433     10386         0    110683     31538   4101954     46.99     49.69
355.67/355.71	c  N dy 10969   1891888      2433     10386         0     70715     31538   1198496     47.01     50.08
360.08/360.16	c  N dy 11075   1912121      2433     10386         0     90945     31538   2654176     47.01     50.39
365.67/365.75	c  N dy 11201   1932280      2433     10386         0    111099     31538   4089275     47.02     50.29
370.97/371.04	c  N dy 11310   1952525      2433     10386         0     70358     31538   1122119     47.02     49.84
375.48/375.53	c  N dy 11422   1972706      2433     10386         0     90534     31538   2569664     47.02     49.71
381.08/381.16	c  N dy 11547   1992916      2433     10386         0    110739     31538   3990485     47.03     50.41
386.77/386.81	c  N dy 11674   2012969      2433     10386         0     68803     31538    934249     47.04     50.39
391.07/391.17	c  N dy 11794   2032997      2433     10386         0     88826     31538   2363950     47.05     51.24
396.47/396.56	c  N dy 11913   2053064      2433     10386         0    108884     31538   3786819     47.05     49.94
402.59/402.71	c  N dy 12034   2073109      2433     10386         0     65953     31538    664392     47.06     51.99
406.99/407.04	c  N dy 12159   2093117      2433     10386         0     85957     31538   2090855     47.07     50.05
412.18/412.21	c  N dy 12264   2113169      2433     10386         0    106005     31538   3517696     47.07     50.79
418.47/418.59	c  N dy 12386   2133305      2433     10386         0    126136     31538   4953789     47.08     50.51
422.78/422.87	c  N dy 12497   2153310      2433     10386         0     82138     31538   1749850     47.09     51.57
427.89/427.93	c  N dy 12617   2173345      2433     10386         0    102167     31538   3192102     47.10     49.70
433.98/434.06	c  N dy 12727   2193372      2433     10386         0    122187     31538   4621921     47.10     50.61
438.58/438.68	c  S st 12827   2211044      2433     10386         0     74873     31538   1177597     47.10     39.37
438.78/438.80	c  S st 12827   2211546      2433     10386         0     75375     31538   1208128     47.10   no data
438.78/438.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
438.78/438.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
438.78/438.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
438.78/438.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
438.78/438.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
438.78/438.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
438.78/438.84	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
438.78/438.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
438.78/438.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
439.48/439.53	c lits-rem:        38  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.62 s
439.48/439.53	c vivif2 --  cl tried    10386 cl shrink        0 lits rem          0 time: 0.00
439.48/439.55	c vivif2 --  cl tried    75371 cl shrink        0 lits rem          0 time: 0.02
439.58/439.61	c asymm  cl-useful: 0/10386/10386 lits-rem:0 time: 0.06
439.58/439.61	c calculated reachability. Time: 0.00
439.58/439.61	c  N dy 12827   2211546      2433     10386         0     75371     31538   1207604     47.10   no data
444.17/444.21	c  N dy 12952   2231585      2433     10386         0     95402     31538   2643224     47.11     49.89
449.99/450.03	c  N dy 13073   2251911      2433     10386         0    115720     31538   4110430     47.12     50.11
456.27/456.31	c  N dy 13190   2271999      2433     10386         0     69823     31538    748440     47.13     55.99
460.48/460.58	c  N dy 13303   2292104      2433     10386         0     89920     31538   2167775     47.13     51.23
465.98/466.02	c  N dy 13424   2312160      2433     10386         0    109965     31538   3601553     47.13     54.87
472.88/472.90	c  N dy 13555   2332682      2433     10386         0    130483     31538   5067928     47.14     49.86
477.68/477.72	c  N dy 13691   2352778      2433     10386         0     83594     31538   1667303     47.16     67.26
482.77/482.89	c  N dy 13808   2373196      2433     10386         0    104005     31538   3130859     47.16     50.33
489.08/489.13	c  N dy 13919   2393334      2433     10386         0    124132     31538   4557132     47.16     49.89
494.99/495.08	c  N dy 14034   2413342      2433     10386         0     76160     31538   1075203     47.17     51.13
499.68/499.70	c  N dy 14147   2433376      2433     10386         0     96190     31538   2518062     47.17     65.61
505.38/505.41	c  N dy 14273   2453461      2433     10386         0    116267     31538   3951275     47.18     51.15
512.27/512.31	c  N dy 14377   2473503      2433     10386         0    136303     31538   5380480     47.18     51.26
516.88/516.93	c  N dy 14513   2493568      2433     10386         0     87387     31538   1815573     47.19     50.12
522.18/522.28	c  N dy 14634   2513849      2433     10386         0    107665     31538   3267794     47.19     50.30
528.68/528.72	c  N dy 14755   2533924      2433     10386         0    127737     31538   4712003     47.20     49.99
534.77/534.82	c  N dy 14870   2553953      2433     10386         0     77780     31538   1058051     47.20     58.44
539.58/539.62	c  N dy 14996   2574080      2433     10386         0     97906     31538   2508348     47.21     50.07
545.47/545.51	c  N dy 15109   2594146      2433     10386         0    117962     31538   3927414     47.21     50.01
552.38/552.40	c  N dy 15200   2614374      2433     10386         0    138183     31538   5371284     47.20     50.62
557.38/557.43	c  N dy 15341   2634409      2433     10386         0     87232     31538   1666114     47.22     49.94
562.58/562.66	c  N dy 15462   2654443      2433     10386         0    107262     31538   3093195     47.22     50.01
568.88/568.92	c  N dy 15576   2674727      2433     10386         0    127542     31538   4546633     47.22     49.89
575.78/575.84	c  N dy 15701   2694796      2433     10386         0     75624     31538    773904     47.23     50.57
579.58/579.62	c  S st 15809   2711546      2433     10386         0     92367     31538   1962094     47.24     40.94
579.69/579.79	c  S st 15809   2712051      2433     10386         0     92872     31538   1993130     47.24   no data
579.69/579.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
579.79/579.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
579.79/579.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
579.79/579.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
579.79/579.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
579.79/579.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
579.79/579.85	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
579.79/579.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
579.88/579.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
581.58/581.67	c lits-rem:        59  cl-subs:       13  v-elim:      0  v-fix:    0  time:  1.73 s
581.58/581.67	c vivif2 --  cl tried    10386 cl shrink        0 lits rem          0 time: 0.00
581.68/581.70	c vivif2 --  cl tried    92859 cl shrink        0 lits rem          0 time: 0.03
581.68/581.78	c asymm  cl-useful: 0/10386/10386 lits-rem:0 time: 0.08
581.68/581.79	c calculated reachability. Time: 0.00
581.68/581.79	c  N dy 15809   2712051      2433     10386         0     92859     31538   1991646     47.24   no data
587.39/587.48	c  N dy 15933   2732248      2433     10386         0    113051     31538   3443286     47.24     50.02
594.28/594.31	c  N dy 16069   2752263      2433     10386         0    133058     31538   4879779     47.25     53.07
600.78/600.88	c  N dy 16193   2772459      2433     10386         0     80276     31538   1035302     47.26     50.10
605.68/605.71	c  N dy 16309   2792461      2433     10386         0    100271     31538   2465374     47.26     50.05
611.78/611.84	c  N dy 16443   2812475      2433     10386         0    120281     31538   3906773     47.27     50.83
618.78/618.87	c  N dy 16555   2832678      2433     10386         0    140473     31538   5349303     47.27     51.52
624.48/624.55	c  N dy 16664   2852760      2433     10386         0     86571     31538   1443971     47.27     55.79
629.78/629.83	c  N dy 16784   2872937      2433     10386         0    106741     31538   2897845     47.28     50.08
636.28/636.31	c  N dy 16892   2893613      2433     10386         0    127408     31538   4395973     47.28     50.24
643.88/643.95	c  N dy 17011   2913727      2433     10386         0    147513     31538   5845124     47.28     50.12
648.99/649.02	c  N dy 17124   2934223      2433     10386         0     93025     31538   1822496     47.28     50.23
654.59/654.65	c  N dy 17253   2954309      2433     10386         0    113107     31538   3257292     47.29     50.12
661.38/661.46	c  N dy 17370   2974427      2433     10386         0    133219     31538   4700404     47.29     50.26
668.98/669.06	c  N dy 17487   2994517      2433     10386         0     77331     31538    634767     47.29     50.08
673.69/673.73	c  N dy 17610   3014623      2433     10386         0     97434     31538   2076223     47.30     49.86
679.48/679.51	c  N dy 17728   3034624      2433     10386         0    117431     31538   3504864     47.30     49.98
686.39/686.48	c  N dy 17845   3054700      2433     10386         0    137499     31538   4919996     47.30     65.37
693.78/693.86	c  N dy 17963   3074803      2433     10386         0     80614     31538    806912     47.31     50.05
698.68/698.70	c  N dy 18081   3094835      2433     10386         0    100640     31538   2256007     47.31     52.02
704.78/704.81	c  N dy 18205   3115015      2433     10386         0    120812     31538   3697104     47.32     50.06
711.88/711.96	c  N dy 18315   3135095      2433     10386         0    140887     31538   5133373     47.32     60.81
719.19/719.22	c  N dy 18434   3155264      2433     10386         0     83074     31538    914780     47.33     49.91
724.08/724.16	c  N dy 18559   3175330      2433     10386         0    103133     31538   2341356     47.33     50.20
730.19/730.21	c  N dy 18680   3195340      2433     10386         0    123134     31538   3776419     47.34     50.06
736.18/736.23	c  S st 18782   3212053      2433     10386         0    139841     31538   4977746     47.34   no data
736.38/736.48	c  S st 18782   3212557      2433     10386         0    140345     31538   5007654     47.34   no data
736.38/736.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
736.48/736.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
736.48/736.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
736.48/736.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
736.48/736.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
736.48/736.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
736.48/736.57	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
736.58/736.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
736.79/736.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
742.50/742.52	c lits-rem:       140  cl-subs:       69  v-elim:      0  v-fix:    0  time:  5.72 s
742.50/742.52	c vivif2 --  cl tried    10386 cl shrink        0 lits rem          0 time: 0.00
742.50/742.58	c vivif2 --  cl tried   140276 cl shrink        0 lits rem          0 time: 0.06
742.69/742.72	c asymm  cl-useful: 0/10386/10386 lits-rem:0 time: 0.14
742.69/742.73	c calculated reachability. Time: 0.00
742.69/742.73	c  N dy 18782   3212557      2433     10386         0    140276     31538   4999182     47.34   no data
750.58/750.68	c  N dy 18909   3232855      2433     10386         0     81591     31538    741542     47.35     49.85
755.58/755.60	c  N dy 19028   3253258      2433     10386         0    101987     31538   2206984     47.35     49.96
761.48/761.51	c  N dy 19130   3273291      2433     10386         0    122012     31538   3658056     47.35     50.73
768.58/768.68	c  N dy 19237   3293368      2433     10386         0    142085     31538   5092724     47.35     49.91
776.70/776.74	c  N dy 19369   3313470      2433     10386         0     82201     31538    724905     47.36     51.08
781.58/781.69	c  N dy 19490   3333618      2433     10386         0    102339     31538   2179306     47.37     49.93
787.60/787.70	c  N dy 19610   3353718      2433     10386         0    122427     31538   3625237     47.37     50.58
795.19/795.28	c  N dy 19713   3373793      2433     10386         0    142495     31538   5067791     47.37     50.52
803.69/803.72	c  N dy 19826   3393845      2433     10386         0     81574     31538    615565     47.37     50.87
808.50/808.54	c  N dy 19958   3413849      2433     10386         0    101575     31538   2064010     47.38     50.66
814.39/814.40	c  N dy 20068   3434017      2433     10386         0    121741     31538   3506466     47.39     50.57
821.58/821.68	c  N dy 20192   3454204      2433     10386         0    141920     31538   4960221     47.39     50.35
830.08/830.11	c  N dy 20308   3474293      2433     10386         0    162005     31538   6391167     47.39     56.12
835.39/835.44	c  N dy 20419   3494510      2433     10386         0    100245     31538   1891486     47.40     49.96
841.28/841.32	c  N dy 20553   3514553      2433     10386         0    120280     31538   3338697     47.41     55.12
848.49/848.50	c  N dy 20696   3534734      2433     10386         0    140453     31538   4806047     47.42     50.64
856.79/856.83	c  N dy 20816   3554862      2433     10386         0    160575     31538   6248578     47.42     50.27
862.78/862.81	c  N dy 20930   3574888      2433     10386         0     97620     31538   1649591     47.43     50.23
868.48/868.56	c  N dy 21062   3594938      2433     10386         0    117665     31538   3090532     47.43     50.73
875.39/875.45	c  N dy 21189   3614954      2433     10386         0    137675     31538   4525120     47.44     50.98
883.69/883.74	c  N dy 21317   3635290      2433     10386         0    158001     31538   5983957     47.44     50.65
890.79/890.84	c  N dy 21440   3655587      2433     10386         0     94321     31538   1333255     47.45     50.20
896.18/896.28	c  N dy 21552   3675617      2433     10386         0    114343     31538   2763373     47.45     50.64
903.10/903.17	c  N dy 21683   3696001      2433     10386         0    134721     31538   4222927     47.46     50.27
909.39/909.46	c  S st 21772   3712558      2433     10386         0    151274     31538   5404496     47.46     42.55
909.70/909.73	c  S st 21772   3713062      2433     10386         0    151778     31538   5434165     47.46   no data
909.70/909.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
909.80/909.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
909.80/909.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
909.80/909.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
909.80/909.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
909.80/909.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
909.80/909.83	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
909.80/909.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
909.99/910.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
916.09/916.18	c lits-rem:       214  cl-subs:       42  v-elim:      0  v-fix:    0  time:  6.12 s
916.09/916.18	c vivif2 --  cl tried    10386 cl shrink        0 lits rem          0 time: 0.00
916.19/916.26	c vivif2 --  cl tried   151736 cl shrink        0 lits rem          0 time: 0.07
916.40/916.42	c asymm  cl-useful: 0/10386/10386 lits-rem:0 time: 0.16
916.40/916.42	c calculated reachability. Time: 0.00
916.40/916.42	c  N dy 21772   3713062      2433     10386         0    151736     31538   5429180     47.46   no data
924.98/925.02	c  N dy 21892   3733139      2433     10386         0     86836     31538    728803     47.46     50.08
929.50/929.60	c  F st 21993   3751563      2433     10386         0    105256     31538   2051112     47.46   no data
930.08/930.14	c  N st 21997   3753596      2433     10386         0    107288     31538   2203745     47.46   no data
936.19/936.26	c  N dy 22093   3773705      2433     10386         0    127392     31538   3658907     47.46     50.41
943.69/943.78	c  N dy 22217   3793727      2433     10386         0    147409     31538   5100713     47.47     50.33
952.60/952.64	c  N dy 22338   3813828      2433     10386         0    167502     31538   6553468     47.48     50.02
958.69/958.71	c  N dy 22464   3834004      2433     10386         0    101695     31538   1722591     47.48     50.16
964.59/964.64	c  N dy 22592   3854038      2433     10386         0    121719     31538   3162083     47.49     57.08
971.89/971.93	c  N dy 22723   3874099      2433     10386         0    141775     31538   4600625     47.50     50.46
980.28/980.35	c  N dy 22844   3894122      2433     10386         0    161793     31538   6034405     47.50     55.31
987.80/987.84	c  N dy 22962   3914179      2433     10386         0     94870     31538   1178772     47.51     50.51
993.19/993.30	c  N dy 23083   3934251      2433     10386         0    114933     31538   2625227     47.51     50.06
1000.00/1000.02	c  N dy 23200   3954287      2433     10386         0    134960     31538   4077414     47.52     50.05
1008.28/1008.30	c  N dy 23311   3974327      2433     10386         0    154996     31538   5513972     47.52     50.15
1017.69/1017.74	c  N dy 23441   3994476      2433     10386         0    175142     31538   6970667     47.52     50.71
1023.18/1023.21	c  N dy 23564   4014592      2433     10386         0    107287     31538   2012416     47.53     51.21
1029.38/1029.44	c  N dy 23692   4034679      2433     10386         0    127370     31538   3457813     47.53     51.03
1036.69/1036.72	c  N dy 23801   4054764      2433     10386         0    147449     31538   4905027     47.53     55.55
1045.19/1045.20	c  N dy 23907   4074813      2433     10386         0    167496     31538   6369727     47.54     50.14
1052.59/1052.70	c  N dy 24024   4094841      2433     10386         0     98540     31538   1307396     47.54     50.25
1058.39/1058.45	c  N dy 24153   4114864      2433     10386         0    118560     31538   2758528     47.54     51.79
1065.28/1065.33	c  N dy 24277   4134897      2433     10386         0    138589     31538   4206295     47.55     52.49
1073.49/1073.51	c  N dy 24403   4154931      2433     10386         0    158615     31538   5657527     47.56     50.44
1082.89/1082.99	c  N dy 24529   4175263      2433     10386         0    178937     31538   7110546     47.56     50.37
1088.59/1088.60	c  N dy 24659   4195332      2433     10386         0    109024     31538   1991124     47.56     50.79
1094.09/1094.15	c  S st 24769   4213062      2433     10386         0    126749     31538   3275930     47.57   no data
1094.29/1094.37	c  S st 24769   4213563      2433     10386         0    127250     31538   3305903     47.57   no data
1094.29/1094.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1094.39/1094.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
1094.39/1094.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1094.39/1094.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1094.39/1094.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1094.39/1094.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
1094.39/1094.45	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1094.39/1094.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1094.50/1094.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1097.39/1097.40	c lits-rem:        84  cl-subs:       23  v-elim:      0  v-fix:    0  time:  2.81 s
1097.39/1097.40	c vivif2 --  cl tried    10386 cl shrink        0 lits rem          0 time: 0.00
1097.39/1097.45	c vivif2 --  cl tried   127227 cl shrink        0 lits rem          0 time: 0.05
1097.49/1097.57	c asymm  cl-useful: 0/10386/10386 lits-rem:0 time: 0.12
1097.49/1097.58	c calculated reachability. Time: 0.00
1097.49/1097.58	c  N dy 24769   4213563      2433     10386         0    127227     31538   3302628     47.57   no data
1104.89/1104.91	c  N dy 24881   4233632      2433     10386         0    147292     31538   4746837     47.57     54.84
1113.20/1113.29	c  N dy 24987   4253727      2433     10386         0    167383     31538   6190310     47.57     50.16
1121.49/1121.57	c  N dy 25105   4273734      2433     10386         0     96411     31538   1029377     47.57     51.55
1127.09/1127.14	c  N dy 25224   4293754      2433     10386         0    116430     31538   2479276     47.58     50.31
1133.78/1133.87	c  N dy 25352   4313799      2433     10386         0    136469     31538   3925891     47.58     57.18
1141.80/1141.89	c  N dy 25462   4334531      2433     10386         0    157196     31538   5409972     47.58     51.23
1151.09/1151.15	c  N dy 25587   4354580      2433     10386         0    177238     31538   6852735     47.59     50.93
1158.09/1158.16	c  N dy 25707   4374898      2433     10386         0    105570     31538   1612442     47.59     50.12
1164.19/1164.20	c  N dy 25837   4394905      2433     10386         0    125575     31538   3056836     47.59     50.47
1171.51/1171.56	c  N dy 25962   4415066      2433     10386         0    145728     31538   4510897     47.60     50.59
1180.09/1180.18	c  N dy 26097   4435119      2433     10386         0    165777     31538   5961836     47.60     56.48
1190.09/1190.13	c  N dy 26218   4455167      2433     10386         0    185817     31538   7404320     47.61     50.22
1195.59/1195.71	c  N dy 26332   4475417      2433     10386         0    113085     31538   2097680     47.61     50.36
1202.19/1202.20	c  N dy 26450   4495592      2433     10386         0    133255     31538   3559725     47.61     51.36
1210.00/1210.05	c  N dy 26585   4515618      2433     10386         0    153277     31538   5000664     47.62     53.30
1219.09/1219.18	c  N dy 26717   4535673      2433     10386         0    173322     31538   6443347     47.62     50.89
1228.09/1228.15	c  N dy 26845   4555895      2433     10386         0     99572     31538   1060383     47.63     51.01
1234.39/1234.46	c  N dy 26967   4575993      2433     10386         0    119665     31538   2510712     47.64     51.15
1242.29/1242.31	c  N dy 27098   4596650      2433     10386         0    140316     31538   3995890     47.64     50.17
1250.70/1250.72	c  N dy 27233   4616817      2433     10386         0    160478     31538   5447574     47.65     50.49
1260.19/1260.24	c  N dy 27357   4636860      2433     10386         0    180512     31538   6900782     47.65     51.08
1267.99/1268.03	c  N dy 27482   4656967      2433     10386         0    105638     31538   1432178     47.66     51.77
1274.09/1274.17	c  N dy 27601   4677187      2433     10386         0    125851     31538   2875997     47.66     50.32
1281.51/1281.59	c  N dy 27714   4697300      2433     10386         0    145961     31538   4314021     47.66     50.25
1288.39/1288.45	c  S st 27819   4713563      2433     10386         0    162220     31538   5475234     47.66   no data
1288.69/1288.76	c  S st 27819   4714067      2433     10386         0    162724     31538   5503570     47.66   no data
1288.69/1288.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1288.79/1288.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.09
1288.79/1288.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1288.79/1288.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1288.79/1288.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1288.79/1288.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
1288.79/1288.86	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1288.89/1288.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1289.09/1289.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1294.99/1295.07	c lits-rem:       135  cl-subs:       58  v-elim:      0  v-fix:    0  time:  5.97 s
1294.99/1295.07	c vivif2 --  cl tried    10386 cl shrink        0 lits rem          0 time: 0.00
1295.09/1295.14	c vivif2 --  cl tried   162666 cl shrink        0 lits rem          0 time: 0.07
1295.29/1295.31	c asymm  cl-useful: 0/10386/10386 lits-rem:0 time: 0.17
1295.29/1295.32	c calculated reachability. Time: 0.00
1295.29/1295.32	c  N dy 27819   4714067      2433     10386         0    162666     31538   5496478     47.66   no data

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-3367365-1305381853/watcher-3367365-1305381853 -o /tmp/evaluation-result-3367365-1305381853/solver-3367365-1305381853 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367365-1305381853.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.93 2.81 3.12 9/365 26072
/proc/meminfo: memFree=24086312/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=30500 CPUtime=0 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 743 0 0 0 0 0 0 0 23 0 1 0 649785740 31232000 650 33554432000 4194304 4580011 140736502013712 18446744073709551615 4510913 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/26072/statm: 7625 650 323 95 0 2607 0

[startup+0.159369 s]
/proc/loadavg: 1.93 2.81 3.12 9/365 26072
/proc/meminfo: memFree=24086312/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=32600 CPUtime=0.14 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 1644 0 0 0 14 0 0 0 24 0 1 0 649785740 33382400 1391 33554432000 4194304 4580011 140736502013712 18446744073709551615 4321175 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 8150 1391 364 95 0 3132 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 32600

[startup+0.200354 s]
/proc/loadavg: 1.93 2.81 3.12 9/365 26072
/proc/meminfo: memFree=24086312/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=32600 CPUtime=0.18 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 1688 0 0 0 18 0 0 0 24 0 1 0 649785740 33382400 1435 33554432000 4194304 4580011 140736502013712 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 8150 1435 364 95 0 3132 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 32600

[startup+0.300347 s]
/proc/loadavg: 1.93 2.81 3.12 9/365 26072
/proc/meminfo: memFree=24086312/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=32600 CPUtime=0.28 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 1798 0 0 0 28 0 0 0 24 0 1 0 649785740 33382400 1545 33554432000 4194304 4580011 140736502013712 18446744073709551615 4293925 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 8150 1545 364 95 0 3132 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 32600

[startup+0.700262 s]
/proc/loadavg: 1.93 2.81 3.12 9/365 26072
/proc/meminfo: memFree=24086312/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=33416 CPUtime=0.68 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 2399 0 0 0 68 0 0 0 25 0 1 0 649785740 34217984 1716 33554432000 4194304 4580011 140736502013712 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 8354 1716 364 95 0 3336 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 33416

[startup+1.50113 s]
/proc/loadavg: 1.93 2.81 3.12 7/371 26081
/proc/meminfo: memFree=24006780/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=34156 CPUtime=1.48 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 3624 0 0 0 148 0 0 0 25 0 1 0 649785740 34975744 1710 33554432000 4194304 4580011 140736502013712 18446744073709551615 4296069 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 8539 1710 364 95 0 3521 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 34156

[startup+3.10082 s]
/proc/loadavg: 1.93 2.81 3.12 7/371 26081
/proc/meminfo: memFree=23988780/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=44028 CPUtime=3.08 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 7833 0 0 0 307 1 0 0 25 0 1 0 649785740 45084672 4329 33554432000 4194304 4580011 140736502013712 18446744073709551615 4321686 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 11007 4329 367 95 0 5989 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44028

[startup+6.30026 s]
/proc/loadavg: 2.09 2.83 3.12 7/371 26081
/proc/meminfo: memFree=23968988/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=46556 CPUtime=6.28 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 11583 0 0 0 626 2 0 0 25 0 1 0 649785740 47673344 5116 33554432000 4194304 4580011 140736502013712 18446744073709551615 4324347 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 11639 5116 367 95 0 6621 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 46556

[startup+12.7011 s]
/proc/loadavg: 2.25 2.84 3.12 7/371 26081
/proc/meminfo: memFree=23885564/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=58820 CPUtime=12.68 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 19954 0 0 0 1265 3 0 0 25 0 1 0 649785740 60231680 8355 33554432000 4194304 4580011 140736502013712 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 14705 8355 367 95 0 9687 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 58820

[startup+25.5008 s]
/proc/loadavg: 2.63 2.90 3.14 7/371 26081
/proc/meminfo: memFree=23749232/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=77816 CPUtime=25.47 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 33203 0 0 0 2543 4 0 0 25 0 1 0 649785740 79683584 13452 33554432000 4194304 4580011 140736502013712 18446744073709551615 4416367 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 19454 13452 367 95 0 14436 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 77816

[startup+51.1011 s]
/proc/loadavg: 3.27 3.03 3.18 7/371 26082
/proc/meminfo: memFree=23568724/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=83092 CPUtime=51.07 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 50152 0 0 0 5099 8 0 0 25 0 1 0 649785740 85086208 15501 33554432000 4194304 4580011 140736502013712 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 20773 15501 367 95 0 15755 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 83092

[startup+102.301 s]
/proc/loadavg: 3.81 3.21 3.23 7/371 26083
/proc/meminfo: memFree=23496032/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=88972 CPUtime=102.29 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 78686 0 0 0 10214 15 0 0 25 0 1 0 649785740 91107328 15895 33554432000 4194304 4580011 140736502013712 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 22243 15895 367 95 0 17225 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 88972

[startup+162.301 s]
/proc/loadavg: 3.93 3.35 3.27 7/371 26085
/proc/meminfo: memFree=23424328/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=110992 CPUtime=162.27 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 109210 0 0 0 16206 21 0 0 25 0 1 0 649785740 113655808 21744 33554432000 4194304 4580011 140736502013712 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 27748 21744 367 95 0 22730 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 110992

[startup+222.314 s]
/proc/loadavg: 3.97 3.47 3.31 7/371 26087
/proc/meminfo: memFree=23365888/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=128540 CPUtime=222.28 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 136330 0 0 0 22202 26 0 0 25 0 1 0 649785740 131624960 24539 33554432000 4194304 4580011 140736502013712 18446744073709551615 4294404 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 32135 24539 367 95 0 27117 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 128540

[startup+282.301 s]
/proc/loadavg: 3.99 3.56 3.36 7/371 26088
/proc/meminfo: memFree=23311024/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=128768 CPUtime=282.27 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 158915 0 0 0 28195 32 0 0 25 0 1 0 649785740 131858432 24603 33554432000 4194304 4580011 140736502013712 18446744073709551615 4293099 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 32192 24603 367 95 0 27174 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 128768

[startup+342.301 s]
/proc/loadavg: 3.99 3.64 3.39 7/371 26090
/proc/meminfo: memFree=23292528/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=129128 CPUtime=342.27 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 179607 0 0 0 34190 37 0 0 25 0 1 0 649785740 132227072 25835 33554432000 4194304 4580011 140736502013712 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 32282 25835 367 95 0 27264 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 129128

[startup+402.3 s]
/proc/loadavg: 3.99 3.70 3.43 8/371 26091
/proc/meminfo: memFree=23279468/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=129296 CPUtime=402.28 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 199151 0 0 0 40186 42 0 0 25 0 1 0 649785740 132399104 24557 33554432000 4194304 4580011 140736502013712 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 32324 24557 367 95 0 27306 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 129296

[startup+462.3 s]
/proc/loadavg: 3.99 3.75 3.46 7/371 26093
/proc/meminfo: memFree=23308436/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=176004 CPUtime=462.28 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 217825 0 0 0 46180 48 0 0 25 0 1 0 649785740 180228096 26738 33554432000 4194304 4580011 140736502013712 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 44001 26738 367 95 0 38983 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 176004

[startup+522.3 s]
/proc/loadavg: 4.04 3.81 3.50 7/371 26095
/proc/meminfo: memFree=23293888/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=176664 CPUtime=522.28 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 235689 0 0 0 52175 53 0 0 25 0 1 0 649785740 180903936 27379 33554432000 4194304 4580011 140736502013712 18446744073709551615 4320664 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 44166 27379 367 95 0 39148 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 176664

[startup+582.301 s]
/proc/loadavg: 4.05 3.86 3.53 7/371 26096
/proc/meminfo: memFree=23248476/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=131436 CPUtime=582.28 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 252797 0 0 0 58171 57 0 0 25 0 1 0 649785740 134590464 26507 33554432000 4194304 4580011 140736502013712 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 32859 26507 367 95 0 27841 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 131436

[startup+642.301 s]
/proc/loadavg: 4.12 3.92 3.57 7/371 26098
/proc/meminfo: memFree=23256488/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=179516 CPUtime=642.28 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 268684 0 0 0 64166 62 0 0 25 0 1 0 649785740 183824384 29993 33554432000 4194304 4580011 140736502013712 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 44879 29993 367 95 0 39861 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 179516

[startup+702.301 s]
/proc/loadavg: 4.11 3.96 3.61 8/371 26099
/proc/meminfo: memFree=23215524/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=180176 CPUtime=702.28 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 285496 0 0 0 70162 66 0 0 25 0 1 0 649785740 184500224 27551 33554432000 4194304 4580011 140736502013712 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 45044 27551 367 95 0 40026 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 180176

[startup+762.301 s]
/proc/loadavg: 4.04 3.97 3.63 7/371 26101
/proc/meminfo: memFree=23152636/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=212976 CPUtime=762.3 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 306986 0 0 0 76160 70 0 0 25 0 1 0 649785740 218087424 35787 33554432000 4194304 4580011 140736502013712 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 53244 35787 367 95 0 48226 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 212976

[startup+822.301 s]
/proc/loadavg: 4.01 3.97 3.65 9/371 26103
/proc/meminfo: memFree=23092076/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=213436 CPUtime=822.28 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 321853 0 0 0 82155 73 0 0 25 0 1 0 649785740 218558464 37052 33554432000 4194304 4580011 140736502013712 18446744073709551615 4294557 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 53359 37052 367 95 0 48341 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 213436

[startup+882.314 s]
/proc/loadavg: 4.00 3.97 3.67 7/371 26104
/proc/meminfo: memFree=23088948/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=213900 CPUtime=882.3 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 336492 0 0 0 88153 77 0 0 25 0 1 0 649785740 219033600 37741 33554432000 4194304 4580011 140736502013712 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 53475 37741 367 95 0 48457 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 213900

[startup+942.301 s]
/proc/loadavg: 4.00 3.97 3.68 7/371 26106
/proc/meminfo: memFree=23101916/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=233656 CPUtime=942.29 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 354187 0 0 0 94149 80 0 0 25 0 1 0 649785740 239263744 41198 33554432000 4194304 4580011 140736502013712 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 58414 41198 367 95 0 53396 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 233656

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.70 7/371 26107
/proc/meminfo: memFree=23049424/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=234084 CPUtime=1002.29 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 368465 0 0 0 100145 84 0 0 25 0 1 0 649785740 239702016 40880 33554432000 4194304 4580011 140736502013712 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 58521 40880 367 95 0 53503 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 234084

[startup+1062.3 s]
/proc/loadavg: 4.06 3.99 3.72 7/371 26109
/proc/meminfo: memFree=23086228/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=234524 CPUtime=1062.29 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 382523 0 0 0 106142 87 0 0 25 0 1 0 649785740 240152576 39964 33554432000 4194304 4580011 140736502013712 18446744073709551615 4294436 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 58631 39964 367 95 0 53613 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 234524

[startup+1122.3 s]
/proc/loadavg: 4.07 4.00 3.74 7/371 26111
/proc/meminfo: memFree=23072916/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=184628 CPUtime=1122.29 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 395767 0 0 0 112138 91 0 0 25 0 1 0 649785740 189059072 37935 33554432000 4194304 4580011 140736502013712 18446744073709551615 4295695 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 46157 37935 367 95 0 41139 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 184628

[startup+1182.3 s]
/proc/loadavg: 4.12 4.03 3.77 8/371 26112
/proc/meminfo: memFree=22971328/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=235848 CPUtime=1182.29 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 408693 0 0 0 118135 94 0 0 25 0 1 0 649785740 241508352 43096 33554432000 4194304 4580011 140736502013712 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 58962 43096 367 95 0 53944 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 235848

[startup+1242.3 s]
/proc/loadavg: 4.04 4.02 3.78 8/371 26114
/proc/meminfo: memFree=22804500/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=236300 CPUtime=1242.29 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 422131 0 0 0 124130 99 0 0 25 0 1 0 649785740 241971200 40752 33554432000 4194304 4580011 140736502013712 18446744073709551615 4321302 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 59075 40752 367 95 0 54057 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 236300



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.79 7/371 26115
/proc/meminfo: memFree=22854544/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=245856 CPUtime=1300 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 434702 0 0 0 129898 102 0 0 25 0 1 0 649785740 251756544 45295 33554432000 4194304 4580011 140736502013712 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 61464 45295 367 95 0 56446 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 245856

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

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

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.79 7/371 26115
/proc/meminfo: memFree=22854544/32951124 swapFree=56449224/67111528
[pid=26072] ppid=26070 vsize=245856 CPUtime=1300 cores=4,6
/proc/26072/stat : 26072 (strangenight2-s) R 26070 26072 25628 0 -1 4202496 434702 0 0 0 129898 102 0 0 25 0 1 0 649785740 251756544 45295 33554432000 4194304 4580011 140736502013712 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26072/statm: 61464 45295 367 95 0 56446 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 245856

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.02
CPU user time (s): 1298.98
CPU system time (s): 1.03684
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 248688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.98
system time used= 1.03684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 434702
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= 6
involuntary context switches= 1786

runsolver used 4.71428 second user time and 10.6274 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-14 16:04:13
IDJOB=3367365
IDBENCH=82574
IDSOLVER=1845
FILE ID=node106/3367365-1305381853
RUNJOBID= node106-1305381853-26039
PBS_JOBID= 13324396
Free space on /tmp= 73348 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v2500-c10500-S882087907-088-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367365-1305381853/watcher-3367365-1305381853 -o /tmp/evaluation-result-3367365-1305381853/solver-3367365-1305381853 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367365-1305381853.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 3cf1ca6aaef3b8ffa068d087f2b6934e
RANDOM SEED=936405604

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24088080 kB
Buffers:        253144 kB
Cached:        5621340 kB
SwapCached:      27544 kB
Active:         705080 kB
Inactive:      7932300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24088080 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:           21268 kB
Writeback:           0 kB
AnonPages:     2743248 kB
Mapped:           9900 kB
Slab:           112828 kB
PageTables:      48840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75035276 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= 73336 MiB
End job on node106 at 2011-05-14 16:25:56