Trace number 3367330

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.04 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v2500-c10500-S1300417189-038-UNKNOWN.cnf
MD5SUM0ed8ade65938c7fcf06ab054c90e3de3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.200968
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.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367330-1305380720.cnf'
0.00/0.01	c -- header says num vars:           2500
0.00/0.01	c -- header says num clauses:       10500
0.00/0.01	c -- clauses added:            0 learnts,        10500 normals,            0 xors
0.00/0.01	c -- vars added       2500
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0      2500     10500         0         0     31500         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/10500/10500 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2500 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:     54  v-fix:    0  time:  0.01 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.03	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.03	c calculated reachability. Time: 0.00
0.00/0.03	c Calc default polars -  time:   0.00 s pos:    1140 undec:     276 neg:    1084
0.00/0.03	c =========================================================================================
0.00/0.03	c types(t): F = full restart, N = normal restart
0.00/0.03	c types(t): S = simplification begin/end, E = solution found
0.00/0.03	c restart types(rt): st = static, dy = dynamic
0.00/0.03	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.03	c  B st     0         0      2446     10438         0         0     31648         0   no data   no data
0.29/0.30	c  N dy    18      4382      2446     10438         0      4380     31648    307529     45.01     47.39
0.49/0.57	c  N dy    41      8418      2446     10438         0      5915     31648    305310     45.05     47.44
0.79/0.85	c  N dy    60     12487      2446     10438         0      5737     31648    199082     44.75     47.47
1.10/1.14	c  N dy    83     16524      2446     10438         0      9772     31648    474676     44.68     54.07
1.39/1.45	c  N dy   107     20634      2446     10438         0      8255     31648    287798     44.81     47.25
1.69/1.76	c  N dy   130     24648      2446     10438         0     12268     31648    558731     44.64     47.08
1.69/1.78	c  F st   134     25000      2446     10438         0     12620     31648    583163     44.69   no data
2.10/2.19	c  N dy   140     30001      2446     10438         0     10814     31648    411705     44.69   no data
2.10/2.19	c  S st   140     30001      2446     10438         0     10814     31648    411705     44.69   no data
2.20/2.23	c  S st   140     30507      2446     10438         0     11320     31648    439319     44.69   no data
2.20/2.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.20/2.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
2.20/2.24	c blocked clauses removed:       61 vars:     10 tried:        2446 T: 0.00 s
2.20/2.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.20/2.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.20/2.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2436 time:  0.00 s
2.20/2.24	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2.20/2.25	c lits-rem:         0  cl-subs:        0  v-elim:      3  v-fix:    0  time:  0.01 s
2.20/2.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.29/2.32	c lits-rem:        10  cl-subs:        8  v-elim:      0  v-fix:    0  time:  0.06 s
2.29/2.34	c asymm  cl-useful: 0/10374/10374 lits-rem:0 time: 0.01
2.29/2.34	c calculated reachability. Time: 0.00
2.29/2.34	c  N dy   140     30507      2433     10374         0     11256     31473    433369     44.69   no data
2.59/2.67	c  N dy   162     34603      2433     10374         0     15351     31473    709900     44.70     58.92
2.89/2.99	c  N dy   189     38636      2433     10374         0     11505     31473    370695     44.80     47.22
3.30/3.33	c  N dy   214     42732      2433     10374         0     15599     31473    654544     44.82     47.31
3.59/3.60	c  S st   231     45761      2433     10374         0      9695     31473    181297     44.78   no data
3.59/3.63	c  S st   231     46264      2433     10374         0     10198     31473    211307     44.78   no data
3.59/3.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.59/3.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.59/3.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.59/3.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.59/3.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.59/3.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
3.59/3.64	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3.59/3.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.59/3.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.59/3.67	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.01 s
3.59/3.67	c vivif2 --  cl tried    10374 cl shrink        0 lits rem          0 time: 0.00
3.59/3.68	c vivif2 --  cl tried    10197 cl shrink        0 lits rem          0 time: 0.00
3.59/3.69	c asymm  cl-useful: 0/10374/10374 lits-rem:0 time: 0.01
3.59/3.69	c calculated reachability. Time: 0.00
3.59/3.69	c  N dy   231     46264      2433     10374         0     10197     31473    211170     44.78   no data
3.99/4.01	c  N dy   260     50273      2433     10374         0     14206     31473    486363     44.93     51.50
4.29/4.36	c  N dy   284     54323      2433     10374         0     18256     31473    761356     44.97     47.67
4.69/4.71	c  N dy   315     58372      2433     10374         0     12338     31473    300956     45.16     49.14
4.99/5.05	c  N dy   339     62377      2433     10374         0     16342     31473    572098     45.15     54.45
5.39/5.43	c  N dy   366     66440      2433     10374         0     20405     31473    854332     45.20     48.25
5.70/5.70	c  S st   382     69397      2433     10374         0     12378     31473    239985     45.21   no data
5.70/5.74	c  S st   382     69898      2433     10374         0     12879     31473    267933     45.21   no data
5.70/5.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.70/5.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
5.70/5.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.70/5.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.70/5.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.70/5.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
5.70/5.75	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
5.70/5.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
5.70/5.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.70/5.79	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
5.70/5.79	c vivif2 --  cl tried    10374 cl shrink        0 lits rem          0 time: 0.00
5.80/5.80	c vivif2 --  cl tried    12879 cl shrink        0 lits rem          0 time: 0.00
5.80/5.81	c asymm  cl-useful: 0/10374/10374 lits-rem:0 time: 0.01
5.80/5.81	c calculated reachability. Time: 0.00
5.80/5.81	c  N dy   382     69898      2433     10374         0     12879     31473    267932     45.21   no data
6.20/6.20	c  N dy   408     74443      2433     10374         0     17420     31473    580610     45.26     47.69
6.61/6.65	c  N dy   430     79257      2433     10374         0     22233     31473    908016     45.22     49.37
7.09/7.11	c  N dy   457     84321      2433     10374         0     15307     31473    373160     45.18     47.67
7.39/7.40	c  F st   478     87500      2433     10374         0     18486     31473    588219     45.18   no data
7.70/7.72	c  N st   483     90795      2433     10374         0     21781     31473    836181     45.18   no data
8.29/8.30	c  N dy   507     96639      2433     10374         0     14633     31473    269955     45.18     47.84
8.80/8.88	c  N dy   546    102948      2433     10374         0     20942     31473    703842     45.19     48.55
8.99/9.07	c  S st   556    104847      2433     10374         0     22839     31473    831941     45.16   no data
9.09/9.12	c  S st   556    105347      2433     10374         0     23339     31473    860724     45.16   no data
9.09/9.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.09/9.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.09/9.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.09/9.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.09/9.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.09/9.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
9.09/9.14	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
9.09/9.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.09/9.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.39/9.43	c lits-rem:        39  cl-subs:        8  v-elim:      0  v-fix:    0  time:  0.25 s
9.39/9.43	c vivif2 --  cl tried    10374 cl shrink        0 lits rem          0 time: 0.00
9.39/9.44	c vivif2 --  cl tried    23331 cl shrink        0 lits rem          0 time: 0.01
9.39/9.47	c asymm  cl-useful: 0/10374/10374 lits-rem:0 time: 0.02
9.39/9.47	c calculated reachability. Time: 0.00
9.39/9.47	c  N dy   556    105347      2433     10374         0     23331     31473    859914     45.16   no data
10.09/10.16	c  N dy   591    112167      2433     10374         0     16158     31473    311072     45.16     48.98
10.79/10.85	c  N dy   632    119407      2433     10374         0     23395     31473    812447     45.19     56.96
11.59/11.67	c  N dy   661    127251      2433     10374         0     16246     31473    254798     45.04     47.65
12.39/12.46	c  N dy   719    135520      2433     10374         0     24513     31473    827157     45.16     47.68
13.39/13.42	c  N dy   773    144301      2433     10374         0     17289     31473    259603     45.17     47.60
14.30/14.33	c  N dy   833    153528      2433     10374         0     26512     31473    890825     45.23     49.97
14.79/14.84	c  S st   867    158020      2433     10374         0     31004     31473   1201865     45.26   no data
14.89/14.91	c  S st   867    158528      2433     10374         0     31512     31473   1232206     45.26   no data
14.89/14.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.89/14.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
14.89/14.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.89/14.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.89/14.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.89/14.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
14.89/14.93	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
14.89/14.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
14.89/14.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.49/15.59	c lits-rem:        35  cl-subs:       16  v-elim:      0  v-fix:    0  time:  0.60 s
15.49/15.59	c vivif2 --  cl tried    10374 cl shrink        0 lits rem          0 time: 0.00
15.59/15.61	c vivif2 --  cl tried    31496 cl shrink        0 lits rem          0 time: 0.01
15.59/15.63	c asymm  cl-useful: 0/10374/10374 lits-rem:0 time: 0.02
15.59/15.63	c calculated reachability. Time: 0.00
15.59/15.63	c  N dy   867    158528      2433     10374         0     31496     31473   1230572     45.26   no data
16.59/16.69	c  N dy   921    168656      2433     10374         0     24621     31473    706093     45.22     48.32
17.89/17.95	c  N dy   966    179695      2433     10374         0     35660     31473   1467596     45.12     47.66
19.09/19.13	c  N dy  1036    191199      2433     10374         0     29161     31473    949158     45.18     47.81
20.49/20.54	c  N dy  1116    203430      2433     10374         0     22397     31473    424268     45.29     48.17
22.00/22.01	c  N dy  1200    216574      2433     10374         0     35536     31473   1326828     45.34     49.49
23.49/23.56	c  N dy  1289    230431      2433     10374         0     29392     31473    840875     45.37     47.99
24.39/24.46	c  S st  1329    237792      2433     10374         0     36751     31473   1354136     45.39   no data
24.49/24.53	c  S st  1329    238298      2433     10374         0     37257     31473   1380750     45.39   no data
24.49/24.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.49/24.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
24.49/24.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.49/24.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.49/24.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.49/24.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
24.49/24.55	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
24.49/24.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
24.59/24.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.39/25.42	c lits-rem:        53  cl-subs:       19  v-elim:      0  v-fix:    0  time:  0.80 s
25.39/25.42	c vivif2 --  cl tried    10374 cl shrink        0 lits rem          0 time: 0.00
25.39/25.44	c vivif2 --  cl tried    37238 cl shrink        0 lits rem          0 time: 0.02
25.39/25.47	c asymm  cl-useful: 0/10374/10374 lits-rem:0 time: 0.03
25.39/25.47	c calculated reachability. Time: 0.00
25.39/25.47	c  N dy  1329    238298      2433     10374         0     37238     31473   1378593     45.39   no data
27.19/27.25	c  N dy  1424    253599      2433     10374         0     31539     31473    935901     45.43     48.12
29.29/29.32	c  N dy  1521    270034      2433     10374         0     25975     31473    486170     45.47     48.77
31.39/31.44	c  N dy  1627    287353      2433     10374         0     43284     31473   1681828     45.52     48.00
33.59/33.65	c  N dy  1746    305750      2433     10374         0     38690     31473   1295323     45.58     48.93
33.69/33.71	c  F st  1750    306250      2433     10374         0     39190     31473   1329110     45.58   no data
36.09/36.13	c  N dy  1836    325492      2433     10374         0     34433     31473    944660     45.60     48.39
38.79/38.81	c  N dy  1946    345926      2433     10374         0     29873     31473    565418     45.60     48.02
40.19/40.23	c  S st  2002    357447      2433     10374         0     41391     31473   1382304     45.58     42.58
40.29/40.31	c  S st  2002    357953      2433     10374         0     41897     31473   1412077     45.58   no data
40.29/40.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.29/40.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
40.29/40.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
40.29/40.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.29/40.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.29/40.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
40.29/40.34	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
40.29/40.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
40.39/40.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.19/41.29	c lits-rem:        44  cl-subs:       18  v-elim:      0  v-fix:    0  time:  0.89 s
41.19/41.29	c vivif2 --  cl tried    10374 cl shrink        0 lits rem          0 time: 0.00
41.29/41.31	c vivif2 --  cl tried    41879 cl shrink        0 lits rem          0 time: 0.02
41.29/41.34	c asymm  cl-useful: 0/10374/10374 lits-rem:0 time: 0.03
41.29/41.34	c calculated reachability. Time: 0.00
41.29/41.34	c  N dy  2002    357953      2433     10374         0     41879     31473   1409853     45.58   no data
44.00/44.04	c  N dy  2130    378008      2433     10374         0     35944     31473    925634     45.62     48.66
46.89/46.98	c  N dy  2253    398463      2433     10374         0     29395     31473    399168     45.63     48.80
49.59/49.61	c  N dy  2359    418502      2433     10374         0     49429     31473   1802684     45.64     50.08
52.29/52.32	c  N dy  2481    438557      2433     10374         0     41481     31473   1177055     45.66     50.06
55.29/55.36	c  N dy  2600    458594      2433     10374         0     32519     31473    493823     45.70     48.15
58.59/58.69	c  N dy  2723    478650      2433     10374         0     52567     31473   1893780     45.73     50.65
61.99/62.01	c  N dy  2836    498842      2433     10374         0     42763     31473   1146611     45.75     48.22
65.49/65.58	c  N dy  2960    519019      2433     10374         0     31946     31473    331789     45.78     48.62
68.09/68.19	c  S st  3063    536929      2433     10374         0     49849     31473   1584236     45.80   no data
68.20/68.29	c  S st  3063    537431      2433     10374         0     50351     31473   1613024     45.80   no data
68.20/68.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
68.28/68.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
68.28/68.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
68.28/68.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
68.28/68.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.28/68.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
68.28/68.32	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
68.28/68.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
68.28/68.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.59/69.67	c lits-rem:        81  cl-subs:       19  v-elim:      0  v-fix:    0  time:  1.28 s
69.59/69.67	c vivif2 --  cl tried    10374 cl shrink        0 lits rem          0 time: 0.00
69.59/69.69	c vivif2 --  cl tried    50332 cl shrink        0 lits rem          0 time: 0.02
69.69/69.73	c asymm  cl-useful: 0/10374/10374 lits-rem:0 time: 0.04
69.69/69.73	c calculated reachability. Time: 0.00
69.69/69.73	c  N dy  3063    537431      2433     10374         0     50332     31473   1610395     45.80   no data
72.79/72.89	c  N dy  3185    557440      2433     10374         0     38342     31473    707689     45.83     59.62
75.90/75.93	c  N dy  3303    577701      2433     10374         0     58592     31473   2119101     45.85     50.98
78.89/78.93	c  N dy  3410    597736      2433     10374         0     45636     31473   1166247     45.86     57.29
82.19/82.28	c  N dy  3528    617891      2433     10374         0     65788     31473   2567354     45.89     48.48
85.09/85.17	c  N dy  3639    637980      2433     10374         0     51881     31473   1508477     45.88     57.80
88.59/88.66	c  N dy  3753    658009      2433     10374         0     36916     31473    414794     45.88     48.45
91.49/91.59	c  N dy  3874    678105      2433     10374         0     57008     31473   1811898     45.90     48.37
95.09/95.10	c  N dy  3982    698256      2433     10374         0     41164     31473    657908     45.91     48.54
98.09/98.19	c  N dy  4101    718380      2433     10374         0     61282     31473   2074200     45.93     49.03
101.59/101.67	c  N dy  4229    738423      2433     10374         0     44327     31473    811948     45.95     52.06
104.89/104.94	c  N dy  4343    758718      2433     10374         0     64619     31473   2224257     45.96     48.67
108.29/108.33	c  N dy  4444    778821      2433     10374         0     46732     31473    909393     45.96     48.94
111.59/111.63	c  N dy  4545    798912      2433     10374         0     66821     31473   2308965     45.95     48.54
112.99/113.08	c  S st  4584    806148      2433     10374         0     74057     31473   2822520     45.96     45.75
113.09/113.21	c  S st  4584    806648      2433     10374         0     74557     31473   2850065     45.96   no data
113.19/113.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
113.19/113.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
113.19/113.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
113.19/113.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
113.19/113.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
113.19/113.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
113.19/113.25	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
113.19/113.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
113.30/113.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
117.70/117.76	c lits-rem:       155  cl-subs:       25  v-elim:      0  v-fix:    0  time:  4.38 s
117.70/117.76	c vivif2 --  cl tried    10374 cl shrink        0 lits rem          0 time: 0.00
117.79/117.80	c vivif2 --  cl tried    74532 cl shrink        0 lits rem          0 time: 0.04
117.79/117.86	c asymm  cl-useful: 0/10374/10374 lits-rem:0 time: 0.06
117.79/117.86	c calculated reachability. Time: 0.00
117.79/117.86	c  N dy  4584    806648      2433     10374         0     74532     31473   2846677     45.96   no data
121.01/121.09	c  N dy  4717    826658      2433     10374         0     55543     31473   1476261     45.99     48.61
124.79/124.83	c  N dy  4837    846678      2433     10374         0     75558     31473   2872685     46.00     48.46
127.99/128.09	c  N dy  4940    866746      2433     10374         0     55628     31473   1401573     46.00     48.43
131.78/131.84	c  N dy  5062    886811      2433     10374         0     75688     31473   2811761     46.01     51.66
135.19/135.22	c  N dy  5167    906874      2433     10374         0     54758     31473   1283500     45.99     48.53
139.09/139.10	c  N dy  5301    927395      2433     10374         0     75275     31473   2726424     46.02     48.95
142.69/142.75	c  N dy  5422    947420      2433     10374         0     53305     31473   1129470     46.03     49.68
146.38/146.41	c  N dy  5546    967495      2433     10374         0     73375     31473   2530161     46.05     48.55
150.19/150.25	c  N dy  5663    987532      2433     10374         0     50414     31473    852738     46.05     48.74
153.69/153.79	c  N dy  5781   1007960      2433     10374         0     70836     31473   2281601     46.07     48.86
157.98/158.06	c  N dy  5896   1028150      2433     10374         0     47033     31473    556288     46.08     49.37
161.29/161.35	c  N dy  6011   1048172      2433     10374         0     67049     31473   1961091     46.09     52.80
165.59/165.66	c  N dy  6123   1068222      2433     10374         0     87097     31473   3367044     46.10     62.28
166.49/166.54	c  F st  6145   1071876      2433     10374         0     45761     31473    398673     46.10   no data
168.99/169.09	c  N dy  6211   1088291      2433     10374         0     62169     31473   1576745     46.12     57.75
173.19/173.20	c  N dy  6326   1108536      2433     10374         0     82407     31473   3009465     46.13     50.36
176.99/177.09	c  N dy  6447   1128605      2433     10374         0     56486     31473   1092537     46.14     50.43
180.89/180.90	c  N dy  6567   1148826      2433     10374         0     76698     31473   2503564     46.15     48.74
185.48/185.51	c  N dy  6685   1168878      2433     10374         0     49755     31473    547070     46.17     48.78
189.69/189.75	c  N dy  6794   1189874      2433     10374         0     70744     31473   2006902     46.16     49.04
195.59/195.69	c  N dy  6910   1209973      2433     10374         0     90831     31473   3427752     46.17     39.95
195.59/195.69	c  S st  6910   1209973      2433     10374         0     90831     31473   3427752     46.17     39.95
195.89/195.92	c  S st  6910   1210476      2433     10374         0     91334     31473   3456471     46.17   no data
195.89/195.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
195.89/195.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.06
195.89/195.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
195.89/195.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
195.89/195.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
195.89/195.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
195.89/195.99	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
195.99/196.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
196.09/196.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
200.20/200.23	c lits-rem:       209  cl-subs:       31  v-elim:      0  v-fix:    0  time:  4.07 s
200.20/200.23	c vivif2 --  cl tried    10374 cl shrink        0 lits rem          0 time: 0.00
200.20/200.28	c vivif2 --  cl tried    91303 cl shrink        0 lits rem          0 time: 0.05
200.29/200.37	c asymm  cl-useful: 0/10374/10374 lits-rem:0 time: 0.09
200.29/200.38	c calculated reachability. Time: 0.00
200.29/200.38	c  N dy  6910   1210476      2433     10374         0     91303     31473   3452753     46.17   no data
204.38/204.47	c  N dy  7034   1230599      2433     10374         0     63436     31473   1443947     46.19     48.72
208.89/209.00	c  N dy  7163   1250838      2433     10374         0     83668     31473   2871810     46.20     49.40
213.40/213.45	c  N dy  7282   1270859      2433     10374         0     54704     31473    765495     46.21     49.13
216.99/217.05	c  N dy  7401   1290898      2433     10374         0     74735     31473   2179881     46.23     58.24
221.78/221.80	c  N dy  7518   1311198      2433     10374         0     95031     31473   3608971     46.24     48.77
225.58/225.68	c  N dy  7647   1331328      2433     10374         0     65172     31473   1442226     46.25     49.52
229.79/229.82	c  N dy  7768   1351457      2433     10374         0     85293     31473   2860102     46.27     49.28
234.49/234.56	c  N dy  7876   1371631      2433     10374         0     54477     31473    634769     46.27     48.84
238.09/238.18	c  N dy  7993   1391659      2433     10374         0     74500     31473   2057448     46.29     59.49
242.79/242.84	c  N dy  8116   1411753      2433     10374         0     94593     31473   3477893     46.30     48.82
247.09/247.16	c  N dy  8233   1431821      2433     10374         0     62668     31473   1135400     46.30     49.20
251.19/251.24	c  N dy  8360   1451910      2433     10374         0     82749     31473   2545624     46.31     49.89
256.19/256.30	c  N dy  8476   1471979      2433     10374         0    102813     31473   3963870     46.31     50.44
260.09/260.11	c  N dy  8589   1492086      2433     10374         0     69926     31473   1595620     46.32     48.98
264.29/264.38	c  N dy  8691   1512243      2433     10374         0     90076     31473   3003381     46.31     49.31
269.59/269.64	c  N dy  8812   1532281      2433     10374         0     56126     31473    552485     46.33     48.88
273.39/273.41	c  N dy  8940   1552568      2433     10374         0     76411     31473   1997243     46.34     48.91
278.20/278.28	c  N dy  9063   1573400      2433     10374         0     97237     31473   3465165     46.35     49.65
283.09/283.15	c  N dy  9169   1593412      2433     10374         0     62257     31473    914867     46.35     50.26
287.19/287.24	c  N dy  9298   1613460      2433     10374         0     82297     31473   2339281     46.37     49.23
292.49/292.52	c  N dy  9434   1634386      2433     10374         0    103217     31473   3822373     46.39     48.89
297.00/297.09	c  N dy  9551   1654546      2433     10374         0     67387     31473   1223406     46.39     49.26
301.29/301.33	c  N dy  9672   1674703      2433     10374         0     87537     31473   2649399     46.40     49.17
306.59/306.69	c  N dy  9795   1694745      2433     10374         0    107572     31473   4060194     46.41     49.80
310.29/310.34	c  S st  9899   1710477      2433     10374         0     66314     31473   1082246     46.43     48.09
310.39/310.45	c  S st  9899   1710982      2433     10374         0     66819     31473   1112647     46.43   no data
310.39/310.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
310.39/310.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
310.39/310.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
310.39/310.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
310.39/310.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
310.39/310.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
310.39/310.48	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
310.49/310.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
310.49/310.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
311.09/311.18	c lits-rem:        11  cl-subs:        6  v-elim:      0  v-fix:    0  time:  0.65 s
311.09/311.18	c vivif2 --  cl tried    10374 cl shrink        0 lits rem          0 time: 0.00
311.09/311.20	c vivif2 --  cl tried    66813 cl shrink        0 lits rem          0 time: 0.01
311.19/311.25	c asymm  cl-useful: 0/10374/10374 lits-rem:0 time: 0.05
311.19/311.25	c calculated reachability. Time: 0.00
311.19/311.25	c  N dy  9899   1710982      2433     10374         0     66813     31473   1111983     46.43   no data
315.39/315.43	c  N dy 10016   1731004      2433     10374         0     86830     31473   2513140     46.43     49.18
320.69/320.77	c  N dy 10132   1751097      2433     10374         0    106917     31473   3922189     46.44     49.03
325.49/325.56	c  N dy 10241   1771132      2433     10374         0     68967     31473   1185994     46.43     49.02
329.69/329.71	c  N dy 10352   1791159      2433     10374         0     88991     31473   2612129     46.43     49.90
334.99/335.08	c  N dy 10465   1811238      2433     10374         0    109065     31473   4033301     46.43     50.13
339.79/339.89	c  N dy 10578   1831450      2433     10374         0     70291     31473   1228058     46.44     49.44
344.68/344.78	c  N dy 10709   1851624      2433     10374         0     90459     31473   2655167     46.46     49.09
351.69/351.71	c  N dy 10805   1871992      2433     10374         0    110819     31473   4093871     46.45     48.91
357.89/357.97	c  N dy 10925   1892043      2433     10374         0     70885     31473   1203930     46.46     48.97
362.89/362.92	c  N dy 11059   1912107      2433     10374         0     90945     31473   2631662     46.47     53.35
368.69/368.75	c  N dy 11184   1932221      2433     10374         0    111051     31473   4056328     46.49     50.19
373.90/373.97	c  N dy 11314   1952356      2433     10374         0     70190     31473   1090059     46.50     49.52
378.19/378.25	c  N dy 11419   1972716      2433     10374         0     90547     31473   2518848     46.49     49.86
383.69/383.79	c  N dy 11547   1992726      2433     10374         0    110555     31473   3940541     46.50     50.02
389.40/389.44	c  N dy 11672   2012879      2433     10374         0     68715     31473    923609     46.51     49.33
393.59/393.64	c  N dy 11789   2032987      2433     10374         0     88815     31473   2332898     46.52     49.83
398.99/399.01	c  N dy 11907   2053453      2433     10374         0    109272     31473   3774120     46.52     49.79
404.99/405.06	c  N dy 12041   2073506      2433     10374         0     66340     31473    695240     46.54     49.86
409.29/409.31	c  N dy 12159   2093878      2433     10374         0     86710     31473   2127919     46.54     49.04
414.38/414.49	c  N dy 12274   2113958      2433     10374         0    106782     31473   3543321     46.55     49.26
420.69/420.79	c  N dy 12396   2134054      2433     10374         0    126873     31473   4967378     46.55     49.01
424.89/424.94	c  N dy 12514   2154108      2433     10374         0     82943     31473   1803474     46.56     54.04
429.88/429.99	c  N dy 12633   2174168      2433     10374         0    102998     31473   3222116     46.57     49.04
436.09/436.15	c  N dy 12757   2194389      2433     10374         0    123215     31473   4651830     46.58     49.07
440.39/440.44	c  S st 12863   2210982      2433     10374         0     74820     31473   1168783     46.58   no data
440.49/440.57	c  S st 12863   2211488      2433     10374         0     75326     31473   1198154     46.58   no data
440.49/440.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
440.59/440.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
440.59/440.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
440.59/440.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
440.59/440.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
440.59/440.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
440.59/440.61	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
440.59/440.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
440.59/440.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
441.29/441.31	c lits-rem:         9  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.64 s
441.29/441.31	c vivif2 --  cl tried    10374 cl shrink        0 lits rem          0 time: 0.00
441.29/441.33	c vivif2 --  cl tried    75322 cl shrink        0 lits rem          0 time: 0.02
441.29/441.39	c asymm  cl-useful: 0/10374/10374 lits-rem:0 time: 0.06
441.29/441.39	c calculated reachability. Time: 0.00
441.29/441.39	c  N dy 12863   2211488      2433     10374         0     75322     31473   1197605     46.58   no data
445.99/446.07	c  N dy 12991   2231709      2433     10374         0     95538     31473   2642998     46.60     49.46
451.69/451.73	c  N dy 13095   2251786      2433     10374         0    115607     31473   4059660     46.59     49.60
457.89/457.90	c  N dy 13211   2271788      2433     10374         0     69624     31473    726324     46.60     49.79
462.08/462.11	c  N dy 13324   2291864      2433     10374         0     89694     31473   2150651     46.60     49.91
467.39/467.42	c  N dy 13437   2311987      2433     10374         0    109808     31473   3565718     46.61     49.25
473.89/473.97	c  N dy 13564   2332031      2433     10374         0    129846     31473   4998965     46.62     51.80
478.58/478.61	c  N dy 13681   2352074      2433     10374         0     82905     31473   1602268     46.62     49.54
483.58/483.65	c  N dy 13798   2372571      2433     10374         0    103391     31473   3057942     46.63     49.23
490.09/490.16	c  N dy 13916   2394197      2433     10374         0    125013     31473   4590070     46.63     49.43
495.98/496.02	c  N dy 14048   2414284      2433     10374         0     77112     31473   1132485     46.64     49.18
500.59/500.69	c  N dy 14172   2434366      2433     10374         0     97189     31473   2552374     46.65     49.86
506.28/506.34	c  N dy 14284   2454604      2433     10374         0    117417     31473   3974785     46.65     49.73
513.39/513.42	c  N dy 14418   2474756      2433     10374         0    137555     31473   5401125     46.66     49.78
517.88/517.96	c  N dy 14558   2494909      2433     10374         0     88728     31473   1902922     46.68     49.20
524.19/524.28	c  N dy 14658   2515100      2433     10374         0    108914     31473   3330988     46.67     50.35
533.09/533.16	c  N dy 14791   2535160      2433     10374         0    128968     31473   4756709     46.69     52.50
540.39/540.45	c  N dy 14913   2555188      2433     10374         0     79010     31473   1136952     46.69     50.72
545.79/545.86	c  N dy 15041   2575693      2433     10374         0     99507     31473   2583170     46.70     49.91
552.09/552.15	c  N dy 15162   2595836      2433     10374         0    119642     31473   4019866     46.70     50.80
558.89/558.98	c  N dy 15268   2615903      2433     10374         0    139701     31473   5454339     46.70     52.32
563.58/563.62	c  N dy 15381   2636010      2433     10374         0     88831     31473   1771149     46.71     49.39
568.79/568.88	c  N dy 15490   2656017      2433     10374         0    108834     31473   3190035     46.71     50.09
575.30/575.35	c  N dy 15618   2676033      2433     10374         0    128847     31473   4603868     46.72     50.53
581.99/582.06	c  N dy 15749   2696069      2433     10374         0     76896     31473    861191     46.73     50.48
585.49/585.51	c  S st 15851   2711488      2433     10374         0     92314     31473   1952868     46.74   no data
585.59/585.67	c  S st 15851   2711993      2433     10374         0     92819     31473   1982663     46.74   no data
585.59/585.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
585.69/585.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
585.69/585.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
585.69/585.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
585.69/585.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
585.69/585.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
585.69/585.72	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
585.69/585.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
585.79/585.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
587.49/587.51	c lits-rem:        26  cl-subs:       20  v-elim:      0  v-fix:    0  time:  1.70 s
587.49/587.51	c vivif2 --  cl tried    10374 cl shrink        0 lits rem          0 time: 0.00
587.49/587.54	c vivif2 --  cl tried    92799 cl shrink        0 lits rem          0 time: 0.03
587.59/587.62	c asymm  cl-useful: 0/10374/10374 lits-rem:0 time: 0.08
587.59/587.62	c calculated reachability. Time: 0.00
587.59/587.62	c  N dy 15851   2711993      2433     10374         0     92799     31473   1979926     46.74   no data
592.99/593.06	c  N dy 15978   2732074      2433     10374         0    112875     31473   3406803     46.74     49.70
599.69/599.78	c  N dy 16097   2752269      2433     10374         0    133061     31473   4851656     46.75     49.74
606.19/606.22	c  N dy 16233   2772289      2433     10374         0     80100     31473   1028769     46.76     49.36
610.99/611.02	c  N dy 16362   2792330      2433     10374         0    100132     31473   2444750     46.77     49.28
616.89/616.92	c  N dy 16481   2812379      2433     10374         0    120174     31473   3872963     46.77     54.08
623.99/624.08	c  N dy 16604   2832445      2433     10374         0    140232     31473   5294869     46.78     50.02
629.79/629.84	c  N dy 16740   2852761      2433     10374         0     86563     31473   1423539     46.79     50.29
635.00/635.00	c  N dy 16865   2872820      2433     10374         0    106617     31473   2857059     46.80     49.72
641.19/641.25	c  N dy 16995   2892948      2433     10374         0    126741     31473   4286340     46.81     50.02
648.69/648.71	c  N dy 17129   2913016      2433     10374         0    146807     31473   5725128     46.82     50.76
653.49/653.53	c  N dy 17235   2933123      2433     10374         0     91928     31473   1729655     46.81     50.31
658.79/658.90	c  N dy 17367   2953319      2433     10374         0    112120     31473   3163948     46.83     50.06
665.29/665.38	c  N dy 17483   2973672      2433     10374         0    132465     31473   4613971     46.83     50.12
673.20/673.27	c  N dy 17606   2994311      2433     10374         0     77119     31473    616984     46.84     49.31
677.80/677.87	c  N dy 17730   3014358      2433     10374         0     97163     31473   2048011     46.84     53.82
683.39/683.45	c  N dy 17842   3034370      2433     10374         0    117165     31473   3476274     46.85     49.49
690.29/690.36	c  N dy 17976   3054458      2433     10374         0    137250     31473   4909761     46.86     49.36
697.69/697.74	c  N dy 18093   3074535      2433     10374         0     80339     31473    777527     46.86     50.48
702.40/702.48	c  N dy 18196   3094757      2433     10374         0    100557     31473   2224341     46.86     50.24
708.19/708.24	c  N dy 18320   3114845      2433     10374         0    120634     31473   3651236     46.87     60.68
716.39/716.40	c  N dy 18450   3134872      2433     10374         0    140660     31473   5067962     46.88     50.33
724.20/724.23	c  N dy 18560   3154929      2433     10374         0     82737     31473    894061     46.88     49.44
729.20/729.22	c  N dy 18671   3175506      2433     10374         0    103312     31473   2358376     46.88     49.43
735.19/735.20	c  N dy 18787   3195521      2433     10374         0    123318     31473   3781744     46.89     49.58
741.10/741.10	c  S st 18888   3211994      2433     10374         0    139789     31473   4947244     46.89     49.71
741.30/741.35	c  S st 18888   3212496      2433     10374         0    140291     31473   4975207     46.89   no data
741.30/741.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
741.41/741.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
741.41/741.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
741.41/741.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
741.41/741.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
741.41/741.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
741.41/741.44	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
741.50/741.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
741.60/741.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
747.09/747.16	c lits-rem:       164  cl-subs:       55  v-elim:      0  v-fix:    0  time:  5.49 s
747.09/747.16	c vivif2 --  cl tried    10374 cl shrink        0 lits rem          0 time: 0.00
747.19/747.23	c vivif2 --  cl tried   140236 cl shrink        0 lits rem          0 time: 0.07
747.29/747.36	c asymm  cl-useful: 0/10374/10374 lits-rem:0 time: 0.14
747.29/747.37	c calculated reachability. Time: 0.00
747.29/747.37	c  N dy 18888   3212496      2433     10374         0    140236     31473   4968098     46.89   no data
754.99/755.03	c  N dy 19014   3232528      2433     10374         0     81281     31473    721648     46.90     50.76
759.59/759.68	c  N dy 19105   3252529      2433     10374         0    101280     31473   2148485     46.89     50.53
765.70/765.77	c  N dy 19237   3272750      2433     10374         0    121489     31473   3607104     46.90     49.47
772.90/772.96	c  N dy 19373   3292949      2433     10374         0    141683     31473   5068799     46.92     49.59
780.79/780.85	c  N dy 19494   3312999      2433     10374         0     81753     31473    689397     46.92     51.61
785.69/785.74	c  N dy 19622   3333161      2433     10374         0    101911     31473   2132855     46.93     51.34
791.50/791.59	c  N dy 19736   3353211      2433     10374         0    121957     31473   3552899     46.93     50.09
798.89/798.94	c  N dy 19853   3373412      2433     10374         0    142153     31473   4999783     46.94     50.48
807.09/807.11	c  N dy 19963   3393507      2433     10374         0     81271     31473    593272     46.94     49.99
811.70/811.77	c  N dy 20073   3413656      2433     10374         0    101412     31473   2013703     46.94     50.02
817.69/817.71	c  N dy 20199   3433735      2433     10374         0    121486     31473   3449669     46.95     50.31
824.80/824.84	c  N dy 20330   3453747      2433     10374         0    141492     31473   4876645     46.95     49.54
832.99/833.06	c  N dy 20448   3473764      2433     10374         0    161503     31473   6309377     46.96     49.61
838.21/838.25	c  N dy 20568   3493826      2433     10374         0     99581     31473   1842645     46.96     52.24
843.89/843.90	c  N dy 20680   3513866      2433     10374         0    119618     31473   3276425     46.97     49.73
850.80/850.83	c  N dy 20801   3533881      2433     10374         0    139631     31473   4702264     46.97     50.52
859.00/859.01	c  N dy 20917   3554095      2433     10374         0    159841     31473   6141479     46.97     50.23
864.80/864.82	c  N dy 21021   3574198      2433     10374         0     96957     31473   1570535     46.97     50.51
870.39/870.48	c  N dy 21148   3594411      2433     10374         0    117160     31473   3030321     46.98     50.12
877.30/877.32	c  N dy 21271   3614475      2433     10374         0    137216     31473   4461579     46.99     51.02
885.30/885.33	c  N dy 21377   3634547      2433     10374         0    157281     31473   5866342     46.99     49.76
892.11/892.17	c  N dy 21490   3654605      2433     10374         0     93359     31473   1257632     46.99     49.66
897.50/897.51	c  N dy 21588   3674902      2433     10374         0    113651     31473   2717507     46.99     49.57
905.10/905.18	c  N dy 21702   3695138      2433     10374         0    133881     31473   4152847     46.99     49.98
912.60/912.69	c  S st 21814   3712497      2433     10374         0    151237     31473   5389426     46.99   no data
912.90/912.98	c  S st 21814   3713003      2433     10374         0    151743     31473   5419451     46.99   no data
912.90/912.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
913.01/913.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
913.01/913.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
913.01/913.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
913.01/913.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
913.01/913.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
913.01/913.08	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
913.10/913.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
913.30/913.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
919.20/919.28	c lits-rem:       121  cl-subs:       53  v-elim:      0  v-fix:    0  time:  5.97 s
919.20/919.28	c vivif2 --  cl tried    10374 cl shrink        0 lits rem          0 time: 0.00
919.30/919.35	c vivif2 --  cl tried   151690 cl shrink        0 lits rem          0 time: 0.07
919.50/919.51	c asymm  cl-useful: 0/10374/10374 lits-rem:0 time: 0.15
919.50/919.51	c calculated reachability. Time: 0.00
919.50/919.51	c  N dy 21814   3713003      2433     10374         0    151690     31473   5412949     46.99   no data
927.90/927.95	c  N dy 21928   3733015      2433     10374         0     86725     31473    721001     47.00     49.83
932.50/932.59	c  F st 22034   3751563      2433     10374         0    105264     31473   2038463     47.00   no data
933.10/933.12	c  N st 22038   3753595      2433     10374         0    107293     31473   2196611     47.00   no data
939.20/939.27	c  N dy 22141   3773884      2433     10374         0    127570     31473   3668967     47.00     49.55
946.60/946.69	c  N dy 22267   3793988      2433     10374         0    147670     31473   5107964     47.01     50.82
955.09/955.13	c  N dy 22370   3814031      2433     10374         0    167704     31473   6522431     47.01     55.48
961.10/961.13	c  N dy 22495   3834333      2433     10374         0    102025     31473   1738517     47.02     50.44
967.09/967.11	c  N dy 22626   3854423      2433     10374         0    122109     31473   3162629     47.02     49.96
974.00/974.09	c  N dy 22743   3874494      2433     10374         0    142175     31473   4601738     47.03     61.97
982.31/982.39	c  N dy 22866   3894551      2433     10374         0    162222     31473   6038280     47.03     57.64
989.80/989.82	c  N dy 22986   3914614      2433     10374         0     95309     31473   1201391     47.03     49.87
995.19/995.27	c  N dy 23089   3934633      2433     10374         0    115317     31473   2622682     47.03     54.44
1002.00/1002.10	c  N dy 23216   3954894      2433     10374         0    135569     31473   4054150     47.04     49.70
1009.90/1009.93	c  N dy 23336   3975017      2433     10374         0    155684     31473   5491474     47.04     49.71
1019.00/1019.04	c  N dy 23463   3995119      2433     10374         0    175775     31473   6915963     47.05     49.56
1024.20/1024.26	c  N dy 23591   4015187      2433     10374         0    107872     31473   2024142     47.05     49.74
1030.40/1030.40	c  N dy 23702   4035413      2433     10374         0    128095     31473   3474476     47.06     49.58
1037.80/1037.81	c  N dy 23827   4055505      2433     10374         0    148182     31473   4918466     47.06     49.99
1046.50/1046.57	c  N dy 23953   4075734      2433     10374         0    168409     31473   6353738     47.07     49.83
1053.70/1053.77	c  N dy 24084   4095796      2433     10374         0     99492     31473   1369993     47.07     49.62
1059.40/1059.48	c  N dy 24198   4115886      2433     10374         0    119577     31473   2814606     47.08     55.94
1066.40/1066.46	c  N dy 24326   4135933      2433     10374         0    139619     31473   4247762     47.08     50.91
1074.40/1074.45	c  N dy 24447   4156042      2433     10374         0    159722     31473   5679017     47.09     49.88
1083.70/1083.76	c  N dy 24576   4176135      2433     10374         0    179808     31473   7112583     47.09     49.61
1089.01/1089.09	c  N dy 24705   4196308      2433     10374         0    110003     31473   2065976     47.10     49.91
1094.20/1094.29	c  S st 24806   4213003      2433     10374         0    126690     31473   3257524     47.10     49.07
1094.51/1094.52	c  S st 24806   4213507      2433     10374         0    127194     31473   3291900     47.10   no data
1094.51/1094.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1094.51/1094.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
1094.51/1094.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1094.51/1094.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1094.51/1094.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1094.51/1094.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
1094.60/1094.60	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1094.60/1094.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1094.70/1094.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1097.50/1097.55	c lits-rem:       122  cl-subs:       29  v-elim:      0  v-fix:    0  time:  2.81 s
1097.50/1097.55	c vivif2 --  cl tried    10374 cl shrink        0 lits rem          0 time: 0.00
1097.60/1097.60	c vivif2 --  cl tried   127165 cl shrink        0 lits rem          0 time: 0.05
1097.70/1097.72	c asymm  cl-useful: 0/10374/10374 lits-rem:0 time: 0.12
1097.70/1097.72	c calculated reachability. Time: 0.00
1097.70/1097.72	c  N dy 24806   4213507      2433     10374         0    127165     31473   3288273     47.10   no data
1105.52/1105.55	c  N dy 24931   4233619      2433     10374         0    147274     31473   4719948     47.11     49.90
1116.80/1116.85	c  N dy 25064   4253759      2433     10374         0    167410     31473   6145046     47.12     49.86
1127.80/1127.84	c  N dy 25180   4273771      2433     10374         0     96442     31473   1031707     47.12     51.49
1134.51/1134.54	c  N dy 25291   4293818      2433     10374         0    116483     31473   2450543     47.12     50.80
1140.40/1140.42	c  N dy 25410   4313850      2433     10374         0    136510     31473   3883247     47.12     49.76
1147.20/1147.28	c  N dy 25532   4333912      2433     10374         0    156569     31473   5319184     47.13     55.88
1155.21/1155.21	c  N dy 25642   4354065      2433     10374         0    176716     31473   6775840     47.13     49.92
1161.20/1161.28	c  N dy 25760   4374081      2433     10374         0    104754     31473   1543364     47.13     50.05
1166.60/1166.64	c  N dy 25882   4394392      2433     10374         0    125057     31473   2998989     47.14     51.12
1172.71/1172.78	c  N dy 25987   4414441      2433     10374         0    145101     31473   4449369     47.14     49.67
1179.81/1179.88	c  N dy 26080   4434506      2433     10374         0    165159     31473   5899638     47.13     50.51
1188.50/1188.54	c  N dy 26209   4454606      2433     10374         0    185256     31473   7338073     47.14     59.63
1193.41/1193.42	c  N dy 26324   4474727      2433     10374         0    112402     31473   2029887     47.14     50.87
1198.91/1198.99	c  N dy 26436   4494784      2433     10374         0    132447     31473   3457941     47.14     49.91
1205.70/1205.77	c  N dy 26561   4515022      2433     10374         0    152677     31473   4902297     47.15     49.68
1213.61/1213.67	c  N dy 26688   4535142      2433     10374         0    172788     31473   6345956     47.15     49.72
1221.41/1221.41	c  N dy 26813   4555235      2433     10374         0     98908     31473   1006713     47.16     49.82
1226.31/1226.39	c  N dy 26939   4575271      2433     10374         0    118935     31473   2450660     47.16     49.83
1232.30/1232.30	c  N dy 27064   4595369      2433     10374         0    139026     31473   3896512     47.16     50.95
1239.30/1239.38	c  N dy 27186   4615613      2433     10374         0    159265     31473   5344385     47.17     49.96
1247.51/1247.55	c  N dy 27311   4635803      2433     10374         0    179450     31473   6792519     47.17     49.79
1254.50/1254.50	c  N dy 27425   4655997      2433     10374         0    104667     31473   1346519     47.17     49.84
1259.71/1259.71	c  N dy 27545   4676020      2433     10374         0    124682     31473   2771604     47.18     51.66
1265.71/1265.76	c  N dy 27651   4696037      2433     10374         0    144690     31473   4199045     47.18     51.10
1272.00/1272.05	c  S st 27753   4713507      2433     10374         0    162157     31473   5445721     47.18   no data
1272.30/1272.32	c  S st 27753   4714018      2433     10374         0    162668     31473   5477756     47.18   no data
1272.30/1272.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1272.40/1272.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
1272.40/1272.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1272.40/1272.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1272.40/1272.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1272.40/1272.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2433 time:  0.00 s
1272.40/1272.41	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1272.40/1272.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1272.60/1272.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1278.11/1278.12	c lits-rem:       165  cl-subs:       56  v-elim:      0  v-fix:    0  time:  5.48 s
1278.11/1278.12	c vivif2 --  cl tried    10374 cl shrink        0 lits rem          0 time: 0.00
1278.11/1278.19	c vivif2 --  cl tried   162612 cl shrink        0 lits rem          0 time: 0.07
1278.31/1278.33	c asymm  cl-useful: 0/10374/10374 lits-rem:0 time: 0.14
1278.31/1278.34	c calculated reachability. Time: 0.00
1278.31/1278.34	c  N dy 27753   4714018      2433     10374         0    162612     31473   5470700     47.18   no data
1286.70/1286.75	c  N dy 27885   4734110      2433     10374         0    182697     31473   6898887     47.19     49.83
1293.51/1293.58	c  N dy 28017   4754234      2433     10374         0    106847     31473   1450315     47.19     50.79
1298.81/1298.83	c  N dy 28134   4774287      2433     10374         0    126896     31473   2877392     47.19     49.74

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-3367330-1305380720/watcher-3367330-1305380720 -o /tmp/evaluation-result-3367330-1305380720/solver-3367330-1305380720 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367330-1305380720.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: 4.05 4.00 3.24 4/307 531
/proc/meminfo: memFree=13073268/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=21400 CPUtime=0 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 423 0 0 0 0 0 0 0 25 0 1 0 105681442 21913600 363 33554432000 4194304 4580011 140733243364640 18446744073709551615 218880564992 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 5350 374 307 95 0 332 0

[startup+0.065872 s]
/proc/loadavg: 4.05 4.00 3.24 4/307 531
/proc/meminfo: memFree=13073268/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=32664 CPUtime=0.06 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 1475 0 0 0 6 0 0 0 25 0 1 0 105681442 33447936 1268 33554432000 4194304 4580011 140733243364640 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 8166 1268 364 95 0 3148 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 32664

[startup+0.100865 s]
/proc/loadavg: 4.05 4.00 3.24 4/307 531
/proc/meminfo: memFree=13073268/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=32664 CPUtime=0.09 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 1518 0 0 0 9 0 0 0 25 0 1 0 105681442 33447936 1311 33554432000 4194304 4580011 140733243364640 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 8166 1311 364 95 0 3148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32664

[startup+0.30083 s]
/proc/loadavg: 4.05 4.00 3.24 4/307 531
/proc/meminfo: memFree=13073268/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=32664 CPUtime=0.29 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 1744 0 0 0 29 0 0 0 25 0 1 0 105681442 33447936 1537 33554432000 4194304 4580011 140733243364640 18446744073709551615 4318400 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 8166 1537 364 95 0 3148 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32664

[startup+0.700755 s]
/proc/loadavg: 4.05 4.00 3.24 4/307 531
/proc/meminfo: memFree=13073268/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=33508 CPUtime=0.69 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 2346 0 0 0 69 0 0 0 25 0 1 0 105681442 34312192 1720 33554432000 4194304 4580011 140733243364640 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 8377 1720 364 95 0 3359 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33508

[startup+1.50061 s]
/proc/loadavg: 4.05 4.00 3.24 6/308 532
/proc/meminfo: memFree=13034448/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=34080 CPUtime=1.49 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 3566 0 0 0 149 0 0 0 25 0 1 0 105681442 34897920 1720 33554432000 4194304 4580011 140733243364640 18446744073709551615 4293051 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 8520 1720 364 95 0 3502 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34080

[startup+3.10033 s]
/proc/loadavg: 4.05 4.00 3.24 6/308 532
/proc/meminfo: memFree=12998488/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=44352 CPUtime=3.09 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 7810 0 0 0 308 1 0 0 25 0 1 0 105681442 45416448 4393 33554432000 4194304 4580011 140733243364640 18446744073709551615 4293947 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 11088 4393 367 95 0 6070 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44352

[startup+6.30076 s]
/proc/loadavg: 4.04 4.00 3.24 6/308 533
/proc/meminfo: memFree=12906644/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=46504 CPUtime=6.3 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 11474 0 0 0 628 2 0 0 25 0 1 0 105681442 47620096 5109 33554432000 4194304 4580011 140733243364640 18446744073709551615 4316540 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 11626 5109 367 95 0 6608 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 46504

[startup+12.7006 s]
/proc/loadavg: 4.04 4.00 3.24 6/308 533
/proc/meminfo: memFree=12867096/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=58256 CPUtime=12.69 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 19713 0 0 0 1266 3 0 0 25 0 1 0 105681442 59654144 8267 33554432000 4194304 4580011 140733243364640 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 14564 8267 367 95 0 9546 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58256

[startup+25.5003 s]
/proc/loadavg: 4.03 4.00 3.26 6/308 533
/proc/meminfo: memFree=12845628/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=76856 CPUtime=25.49 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 32765 0 0 0 2544 5 0 0 25 0 1 0 105681442 78700544 13221 33554432000 4194304 4580011 140733243364640 18446744073709551615 4325625 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 19214 13221 367 95 0 14196 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76856

[startup+51.1008 s]
/proc/loadavg: 4.10 4.02 3.28 6/308 534
/proc/meminfo: memFree=12830036/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=82336 CPUtime=51.09 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 50329 0 0 0 5101 8 0 0 25 0 1 0 105681442 84312064 13588 33554432000 4194304 4580011 140733243364640 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 20584 13588 367 95 0 15566 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82336

[startup+102.312 s]
/proc/loadavg: 4.04 4.01 3.32 6/308 535
/proc/meminfo: memFree=12473228/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=89632 CPUtime=102.3 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 77949 0 0 0 10215 15 0 0 25 0 1 0 105681442 91783168 15736 33554432000 4194304 4580011 140733243364640 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 22408 15736 367 95 0 17390 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 89632

[startup+162.301 s]
/proc/loadavg: 4.14 4.04 3.37 6/308 537
/proc/meminfo: memFree=12415276/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=110388 CPUtime=162.29 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 108520 0 0 0 16207 22 0 0 25 0 1 0 105681442 113037312 21929 33554432000 4194304 4580011 140733243364640 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 27597 21929 367 95 0 22579 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 110388

[startup+222.301 s]
/proc/loadavg: 4.05 4.03 3.40 6/308 538
/proc/meminfo: memFree=12260288/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=172976 CPUtime=222.29 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 134239 0 0 0 22200 29 0 0 25 0 1 0 105681442 177127424 27752 33554432000 4194304 4580011 140733243364640 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 43244 27752 367 95 0 38226 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 172976

[startup+282.3 s]
/proc/loadavg: 4.02 4.02 3.44 6/308 540
/proc/meminfo: memFree=11984520/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=129584 CPUtime=282.29 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 157585 0 0 0 28193 36 0 0 25 0 1 0 105681442 132694016 24518 33554432000 4194304 4580011 140733243364640 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 32396 24518 367 95 0 27378 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 129584

[startup+342.301 s]
/proc/loadavg: 4.00 4.02 3.47 6/308 542
/proc/meminfo: memFree=11964676/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=129752 CPUtime=342.29 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 178452 0 0 0 34187 42 0 0 25 0 1 0 105681442 132866048 26041 33554432000 4194304 4580011 140733243364640 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 32438 26041 367 95 0 27420 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 129752

[startup+402.301 s]
/proc/loadavg: 4.00 4.01 3.50 6/308 543
/proc/meminfo: memFree=11894388/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=175776 CPUtime=402.28 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 196383 0 0 0 40181 47 0 0 25 0 1 0 105681442 179994624 28593 33554432000 4194304 4580011 140733243364640 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 43944 28593 367 95 0 38926 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 175776

[startup+462.3 s]
/proc/loadavg: 4.10 4.03 3.54 6/308 545
/proc/meminfo: memFree=11685812/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=130044 CPUtime=462.28 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 215675 0 0 0 46176 52 0 0 25 0 1 0 105681442 133165056 26256 33554432000 4194304 4580011 140733243364640 18446744073709551615 4294413 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 32511 26256 367 95 0 27493 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 130044

[startup+522.301 s]
/proc/loadavg: 3.75 3.96 3.54 4/302 563
/proc/meminfo: memFree=15256176/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=177272 CPUtime=522.29 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 233532 0 0 0 52172 57 0 0 25 0 1 0 105681442 181526528 27017 33554432000 4194304 4580011 140733243364640 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 44318 27017 367 95 0 39300 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 177272

[startup+582.301 s]
/proc/loadavg: 3.27 3.78 3.51 4/302 565
/proc/meminfo: memFree=15290508/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=130308 CPUtime=582.29 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 249378 0 0 0 58167 62 0 0 25 0 1 0 105681442 133435392 24989 33554432000 4194304 4580011 140733243364640 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 32577 24989 367 95 0 27559 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 130308

[startup+642.301 s]
/proc/loadavg: 3.18 3.66 3.48 4/302 567
/proc/meminfo: memFree=15265672/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=180056 CPUtime=642.29 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 265794 0 0 0 64162 67 0 0 25 0 1 0 105681442 184377344 29063 33554432000 4194304 4580011 140733243364640 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 45014 29063 367 95 0 39996 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 180056

[startup+702.301 s]
/proc/loadavg: 3.07 3.54 3.45 4/302 568
/proc/meminfo: memFree=15255592/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=132212 CPUtime=702.3 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 282593 0 0 0 70157 73 0 0 25 0 1 0 105681442 135385088 26699 33554432000 4194304 4580011 140733243364640 18446744073709551615 4295691 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 33053 26699 367 95 0 28035 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 132212

[startup+762.311 s]
/proc/loadavg: 3.08 3.46 3.43 4/302 570
/proc/meminfo: memFree=15222828/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=214204 CPUtime=762.3 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 304103 0 0 0 76153 77 0 0 25 0 1 0 105681442 219344896 35066 33554432000 4194304 4580011 140733243364640 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 53551 35066 367 95 0 48533 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 214204

[startup+822.301 s]
/proc/loadavg: 3.03 3.38 3.40 4/302 571
/proc/meminfo: memFree=15218952/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=214684 CPUtime=822.3 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 319234 0 0 0 82147 83 0 0 25 0 1 0 105681442 219836416 36651 33554432000 4194304 4580011 140733243364640 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 53671 36651 367 95 0 48653 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 214684

[startup+882.301 s]
/proc/loadavg: 3.01 3.31 3.37 4/302 573
/proc/meminfo: memFree=15197588/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=215132 CPUtime=882.3 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 334076 0 0 0 88142 88 0 0 25 0 1 0 105681442 220295168 37645 33554432000 4194304 4580011 140733243364640 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 53783 37645 367 95 0 48765 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 215132

[startup+942.3 s]
/proc/loadavg: 3.00 3.25 3.35 4/302 584
/proc/meminfo: memFree=15195184/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=234700 CPUtime=942.3 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 351429 0 0 0 94136 94 0 0 25 0 1 0 105681442 240332800 40858 33554432000 4194304 4580011 140733243364640 18446744073709551615 4293119 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 58675 40858 367 95 0 53657 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 234700

[startup+1002.3 s]
/proc/loadavg: 3.07 3.22 3.33 4/302 585
/proc/meminfo: memFree=15169016/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=235120 CPUtime=1002.3 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 365753 0 0 0 100132 98 0 0 25 0 1 0 105681442 240762880 40670 33554432000 4194304 4580011 140733243364640 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 58780 40670 367 95 0 53762 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 235120

[startup+1062.3 s]
/proc/loadavg: 3.02 3.18 3.30 4/302 587
/proc/meminfo: memFree=15178156/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=235540 CPUtime=1062.3 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 379892 0 0 0 106128 102 0 0 25 0 1 0 105681442 241192960 39997 33554432000 4194304 4580011 140733243364640 18446744073709551615 4293906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 58885 39997 367 95 0 53867 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 235540

[startup+1122.3 s]
/proc/loadavg: 2.44 2.99 3.23 3/296 618
/proc/meminfo: memFree=15663856/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=235768 CPUtime=1122.3 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 391024 0 0 0 112124 106 0 0 25 0 1 0 105681442 241426432 43584 33554432000 4194304 4580011 140733243364640 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 58942 43584 367 95 0 53924 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 235768

[startup+1182.3 s]
/proc/loadavg: 1.63 2.67 3.10 2/290 638
/proc/meminfo: memFree=15841616/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=236220 CPUtime=1182.31 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 405871 0 0 0 118122 109 0 0 25 0 1 0 105681442 241889280 43096 33554432000 4194304 4580011 140733243364640 18446744073709551615 4293102 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 59055 43096 367 95 0 54037 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 236220

[startup+1242.3 s]
/proc/loadavg: 1.23 2.36 2.97 2/290 640
/proc/meminfo: memFree=15842832/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=236652 CPUtime=1242.3 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 421124 0 0 0 124118 112 0 0 25 0 1 0 105681442 242331648 42654 33554432000 4194304 4580011 140733243364640 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 59163 42654 367 95 0 54145 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 236652



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.08 2.11 2.84 2/290 641
/proc/meminfo: memFree=15842664/32950928 swapFree=67111364/67111528
[pid=531] ppid=529 vsize=248048 CPUtime=1300.01 cores=4,6
/proc/531/stat : 531 (strangenight2-s) R 529 531 32685 0 -1 4202496 437029 0 0 0 129885 116 0 0 25 0 1 0 105681442 254001152 42554 33554432000 4194304 4580011 140733243364640 18446744073709551615 4294549 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/531/statm: 62012 42554 367 95 0 56994 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 248048

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1298.86
CPU system time (s): 1.17482
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 248048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.86
system time used= 1.17482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 437032
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= 12
involuntary context switches= 1007

runsolver used 3.9584 second user time and 8.35373 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-14 15:45:20
IDJOB=3367330
IDBENCH=82539
IDSOLVER=1845
FILE ID=node112/3367330-1305380720
RUNJOBID= node112-1305379155-32704
PBS_JOBID= 13324390
Free space on /tmp= 73372 MiB

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

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

MD5SUM BENCH= 0ed8ade65938c7fcf06ab054c90e3de3
RANDOM SEED=1464442811

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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	: 5180.45
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.847
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.76
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.847
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.847
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.61
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.847
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.83
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.847
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.74
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.847
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:     32950928 kB
MemFree:      13073424 kB
Buffers:        274880 kB
Cached:        2863976 kB
SwapCached:          0 kB
Active:       17959628 kB
Inactive:      1667544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13073424 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          131880 kB
Writeback:           0 kB
AnonPages:    16487980 kB
Mapped:          22360 kB
Slab:           135896 kB
PageTables:      49572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 38477000 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= 73560 MiB
End job on node112 at 2011-05-14 16:07:02