Trace number 3257538

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st? (TO) 1300.04 1300.01

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_3vars_7gates.cnf
MD5SUMcc925e6de728ca79f6f89379842f14b0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables574
Number of clauses118394
Sum of the clauses size692282
Maximum clause length24
Minimum clause length1
Number of clauses of size 1160
Number of clauses of size 21597
Number of clauses of size 30
Number of clauses of size 41923
Number of clauses of size 57170
Number of clauses of size over 5107544

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3257538-1303469873.cnf'
0.00/0.00	c -- header says num vars:            574
0.00/0.00	c -- header says num clauses:      118394
0.03/0.04	c -- clauses added:            0 learnts,       118394 normals,            0 xors
0.03/0.04	c -- vars added        574
0.03/0.04	c Parsing time:  0.04 s
0.03/0.04	c  N st     0         0       574    116637      1597         0    692122         0   no data   no data  --
0.19/0.24	c asymm  cl-useful: 469/11962/60637 lits-rem:469 time: 0.06
0.19/0.25	c Flit:    16 Blit:     15 bXBeca:    0 bXProp:   17 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
0.19/0.28	c Replacing       17 vars Replaced     6672 lits Time:     0.01 s 
0.19/0.29	c bin-w-bin subsume rem          313 bins  time:  0.00 s
0.28/0.38	c subs with bin:    16868  lits-rem:         0  v-fix:    0  time:  0.09 s
0.28/0.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    366 time:  0.00 s
0.28/0.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.38/0.46	c lits-rem:        36  cl-subs:      546  v-elim:     50  v-fix:    0  time:  0.08 s
0.38/0.46	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.48	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.38/0.48	c calculated reachability. Time: 0.00
0.38/0.48	c Calc default polars -  time:   0.00 s pos:      76 undec:     332 neg:     166
0.38/0.48	c =========================================================================================
0.38/0.48	c types(t): F = full restart, N = normal restart
0.38/0.48	c types(t): S = simplification begin/end, E = solution found
0.38/0.48	c restart types(rt): st = static, dy = dynamic
0.38/0.48	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.48	c  B st     0         0       316     25587       776         0    149405         0   no data   no data  --
0.49/0.57	c  N dy    16      4159       311     25587       790      3989    149381     59836      6.79      7.23  --
0.59/0.69	c  N dy    44      8193       310     25586       622      7872    148988    117199      7.64      9.28  --
0.79/0.83	c  N dy    71     12335       310     25586       625     11873    148969    179042      7.75      8.16  --
1.00/1.00	c  N dy   102     16386       310     25586       625     15813    148938    247358      8.07      8.62  --
1.10/1.12	c Finding binary XORs  T:     0.00 s  found:       0
1.19/1.25	c  N dy   123     20941       310     25586       592     10578    148843    104261      8.07      8.57  --
1.39/1.42	c  F st   148     25003       310     25586       594     14451    148797    165901      8.20      8.46  --
1.39/1.43	c  N st   148     25003       310     25586       594     14451    148797    165901      8.20      8.46  --
1.59/1.65	c  N dy   154     30000       310     25586       594     19247    148778    252391      8.20   no data  --
1.59/1.65	c  S st   154     30000       310     25586       594     19247    148778    252391      8.20   no data  --
1.59/1.68	c  S st   154     30504       310     25586       597     19737    148770    258297      8.20   no data  --
1.59/1.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.59/1.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.59/1.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:     26 BRemL:      5 BRemN:      0 P:  0.7M T:  0.01
1.69/1.70	c Replacing        1 vars Replaced      797 lits Time:     0.00 s 
1.69/1.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.69/1.74	c subs with bin:      145  lits-rem:      6169  v-fix:    0  time:  0.03 s
1.69/1.74	c Subs w/ non-existent bins:      0 l-rem:     14 v-fix:     0 done:    308 time:  0.00 s
1.69/1.74	c Removed useless bin:      23  fixed:     0  props:   0.00M  time:  0.00 s
3.49/3.55	c lits-rem:     12325  cl-subs:     2145  v-elim:      0  v-fix:    0  time:  1.80 s
3.69/3.71	c asymm  cl-useful: 22/13149/25111 lits-rem:22 time: 0.16
3.69/3.71	c calculated reachability. Time: 0.00
3.69/3.71	c  N dy   154     30504       308     25111       575     17889    135460    231809      8.20   no data  --
3.79/3.87	c Finding binary XORs  T:     0.00 s  found:       0
3.89/3.96	c  N dy   164     34765       307     24626       566     21997    133091    304903      8.08      8.51  --
4.19/4.24	c  N dy   186     39051       306     24626       577     26120    133087    376545      8.08      8.65  --
4.49/4.54	c  N dy   206     43070       306     24626       577     15126    133085    138764      8.11      8.64  --
4.69/4.70	c  S st   226     45756       306     24626       577     17711    133081    186095      8.21      7.99  --
4.69/4.74	c  S st   226     46259       306     24626       577     18205    133080    192709      8.21   no data  --
4.69/4.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.69/4.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.69/4.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      4 BRemL:      0 BRemN:      8 P:  0.7M T:  0.01
4.69/4.76	c bin-w-bin subsume rem            5 bins  time:  0.00 s
4.69/4.77	c subs with bin:        0  lits-rem:         3  v-fix:    0  time:  0.01 s
4.69/4.77	c Subs w/ non-existent bins:      0 l-rem:      9 v-fix:     0 done:    306 time:  0.00 s
4.69/4.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.19/6.28	c lits-rem:      3131  cl-subs:      621  v-elim:      0  v-fix:    0  time:  1.51 s
6.19/6.28	c vivif2 --  cl tried    24485 cl shrink        0 lits rem          0 time: 0.00
6.19/6.28	c vivif2 --  cl tried    17410 cl shrink       82 lits rem        257 time: 0.00
6.49/6.53	c asymm  cl-useful: 196/16186/24485 lits-rem:200 time: 0.25
6.49/6.53	c calculated reachability. Time: 0.00
6.49/6.53	c  N dy   226     46259       306     24485       516     17410    131681    182615      8.21   no data  --
6.69/6.77	c  N dy   254     50283       306     24485       517     21283    131677    247782      8.30     10.94  --
6.99/7.05	c  N dy   287     54339       306     24485       517     25232    131677    319432      8.41      8.91  --
7.29/7.30	c Finding binary XORs  T:     0.00 s  found:       0
7.29/7.35	c  N dy   320     58358       306     24485       517     29132    131677    388800      8.54      9.18  --
7.59/7.67	c  N dy   353     62520       306     24485       517     33196    131676    465871      8.64      9.29  --
7.99/8.01	c  N dy   385     66533       306     24485       517     19150    131676    169129      8.73     13.75  --
8.19/8.21	c  S st   394     69391       306     24485       517     21927    131675    218435      8.70      7.90  --
8.19/8.25	c  S st   394     69893       306     24485       517     22417    131674    225149      8.70   no data  --
8.19/8.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.19/8.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.19/8.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      1 BRemN:      0 P:  0.8M T:  0.01
8.19/8.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.19/8.28	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.01 s
8.19/8.28	c Subs w/ non-existent bins:      0 l-rem:    121 v-fix:     0 done:    306 time:  0.00 s
8.19/8.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.69/9.74	c lits-rem:      3105  cl-subs:      718  v-elim:      0  v-fix:    0  time:  1.46 s
9.69/9.75	c vivif2 --  cl tried    24291 cl shrink      123 lits rem        123 time: 0.00
9.69/9.75	c vivif2 --  cl tried    21893 cl shrink       88 lits rem        283 time: 0.00
9.79/9.89	c asymm  cl-useful: 90/8105/24291 lits-rem:156 time: 0.14
9.79/9.90	c calculated reachability. Time: 0.00
9.79/9.90	c  N dy   394     69893       306     24267       542     21893    130213    216580      8.70   no data  --
9.99/10.05	c Finding binary XORs  T:     0.00 s  found:       0
10.19/10.23	c  N dy   432     74414       306     24267       542     26331    130212    298504      8.82      9.32  --
10.49/10.60	c  N dy   469     79170       306     24267       542     30969    130211    386621      8.90     12.27  --
10.99/11.03	c  N dy   494     84253       306     24267       542     35866    130211    476648      8.92      9.65  --
11.19/11.28	c  F st   504     87500       306     24267       542     38974    130211    531126      8.91      7.40  --
11.49/11.57	c  N st   509     90806       306     24267       542     22046    130210    199643      8.91   no data  --
12.00/12.00	c  N dy   543     96653       306     24267       542     27714    130210    314049      9.02     11.99  --
12.49/12.53	c  N dy   578    102893       306     24267       542     33727    130210    424379      9.06      9.57  --
12.69/12.71	c  S st   595    104841       306     24267       542     35626    130209    460719      9.10      7.18  --
12.69/12.77	c  S st   595    105345       306     24267       542     36121    130208    467748      9.10   no data  --
12.69/12.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.69/12.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.69/12.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      5 BRemL:      0 BRemN:      0 P:  1.0M T:  0.01
12.79/12.80	c bin-w-bin subsume rem           20 bins  time:  0.00 s
12.79/12.82	c subs with bin:      115  lits-rem:        41  v-fix:    0  time:  0.02 s
12.79/12.82	c Subs w/ non-existent bins:      0 l-rem:    204 v-fix:     0 done:    306 time:  0.00 s
12.79/12.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.30/15.32	c lits-rem:      5957  cl-subs:     1146  v-elim:      0  v-fix:    0  time:  2.49 s
15.30/15.32	c vivif2 --  cl tried    24150 cl shrink        0 lits rem          0 time: 0.00
15.30/15.33	c vivif2 --  cl tried    34977 cl shrink      160 lits rem        354 time: 0.01
15.40/15.47	c asymm  cl-useful: 25/4121/24150 lits-rem:31 time: 0.13
15.40/15.47	c calculated reachability. Time: 0.00
15.40/15.47	c  N dy   595    105345       306     24150       527     34977    129592    444782      9.10   no data  --
16.09/16.14	c  N dy   638    112109       306     24150       527     41472    129590    564898      9.14      9.74  --
16.79/16.88	c  N dy   678    121072       306     24150       528     28454    129589    283042      9.13      9.67  --
16.79/16.88	c Finding binary XORs  T:     0.00 s  found:       0
17.50/17.59	c  N dy   734    128876       306     24150       528     35994    129589    421616      9.20      9.79  --
18.39/18.47	c  N dy   796    137368       306     24150       529     44179    129587    577879      9.27      9.82  --
19.29/19.31	c  N dy   870    146137       306     24150       529     29760    129587    295654      9.38      9.90  --
20.09/20.15	c  N dy   896    155535       306     24150       529     38751    129585    461032      9.34     10.64  --
20.39/20.40	c  S st   917    158020       306     24150       529     41160    129585    505283      9.36   no data  --
20.39/20.46	c  S st   917    158526       306     24150       529     41657    129584    512568      9.36   no data  --
20.39/20.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.39/20.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.39/20.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      6 BRemN:      0 P:  1.0M T:  0.02
20.49/20.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.49/20.52	c subs with bin:        9  lits-rem:        27  v-fix:    0  time:  0.02 s
20.49/20.52	c Subs w/ non-existent bins:      0 l-rem:    281 v-fix:     0 done:    306 time:  0.00 s
20.49/20.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.10/23.18	c lits-rem:      6017  cl-subs:     1878  v-elim:      0  v-fix:    0  time:  2.66 s
23.10/23.18	c vivif2 --  cl tried    24122 cl shrink        0 lits rem          0 time: 0.00
23.10/23.19	c vivif2 --  cl tried    39798 cl shrink      234 lits rem        610 time: 0.01
23.29/23.33	c asymm  cl-useful: 40/5925/24122 lits-rem:43 time: 0.14
23.29/23.33	c calculated reachability. Time: 0.00
23.29/23.33	c  N dy   917    158526       306     24122       523     39798    129413    480104      9.36   no data  --
24.29/24.37	c  N dy   981    168672       306     24122       523     25700    129413    213607      9.39     11.40  --
25.20/25.28	c  N dy  1033    179450       306     24122       523     36122    129411    411933      9.39      9.95  --
26.49/26.54	c  N dy  1110    190966       306     24122       523     47213    129408    615497      9.45     11.71  --
27.69/27.74	c  N dy  1132    203237       306     24122       524     34140    129408    372450      9.36     10.73  --
29.19/29.27	c  N dy  1228    216293       306     24122       524     46843    129408    624850      9.41     12.16  --
30.69/30.72	c  N dy  1317    230113       306     24122       525     34097    129408    343753      9.47     10.86  --
31.49/31.53	c  S st  1379    237790       306     24122       525     41486    129408    482735      9.51   no data  --
31.49/31.59	c  S st  1379    238297       306     24122       525     41978    129405    490725      9.51   no data  --
31.49/31.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.49/31.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.59/31.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
31.59/31.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.59/31.64	c subs with bin:        5  lits-rem:         0  v-fix:    0  time:  0.02 s
31.59/31.64	c Subs w/ non-existent bins:      0 l-rem:    271 v-fix:     0 done:    306 time:  0.00 s
31.59/31.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
34.00/34.06	c lits-rem:      6361  cl-subs:     1416  v-elim:      0  v-fix:    0  time:  2.42 s
34.00/34.06	c vivif2 --  cl tried    24077 cl shrink        0 lits rem          0 time: 0.00
34.00/34.07	c vivif2 --  cl tried    40602 cl shrink      246 lits rem        729 time: 0.01
34.19/34.23	c asymm  cl-useful: 31/4566/24077 lits-rem:31 time: 0.16
34.19/34.23	c calculated reachability. Time: 0.00
34.19/34.23	c  N dy  1379    238297       306     24077       525     40602    129167    464252      9.51   no data  --
36.09/36.10	c  N dy  1449    253976       306     24077       525     28678    129166    226806      9.51     10.07  --
37.69/37.73	c  N dy  1568    270268       306     24077       526     44432    129166    518492      9.58     10.18  --
39.59/39.68	c  N dy  1654    287600       306     24077       526     33187    129160    304940      9.58     10.61  --
41.69/41.71	c  F st  1752    306251       306     24077       526     51091    129159    643336      9.60      7.67  --
41.69/41.72	c  N st  1752    306251       306     24077       526     51091    129159    643336      9.60      7.67  --
43.89/43.90	c  N dy  1844    325886       306     24077       526     41100    129156    435283      9.62     13.79  --
45.40/45.49	c Finding binary XORs  T:     0.00 s  found:       0
46.69/46.78	c  N dy  1973    349007       306     24077       527     33343    129155    258537      9.65     10.18  --
47.59/47.63	c  S st  2026    357445       306     24077       527     41492    129154    408274      9.66   no data  --
47.69/47.70	c  S st  2026    357949       306     24077       527     41990    129153    415330      9.66   no data  --
47.69/47.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.69/47.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.69/47.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      4 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
47.69/47.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.69/47.74	c subs with bin:       13  lits-rem:         9  v-fix:    0  time:  0.01 s
47.69/47.75	c Subs w/ non-existent bins:      0 l-rem:    162 v-fix:     0 done:    306 time:  0.00 s
47.69/47.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.70/49.73	c lits-rem:      6150  cl-subs:     2619  v-elim:      0  v-fix:    0  time:  1.99 s
49.70/49.74	c vivif2 --  cl tried    23986 cl shrink        0 lits rem          0 time: 0.00
49.70/49.74	c vivif2 --  cl tried    39449 cl shrink      149 lits rem        453 time: 0.01
49.80/49.86	c asymm  cl-useful: 98/3334/23986 lits-rem:98 time: 0.12
49.80/49.87	c calculated reachability. Time: 0.00
49.80/49.87	c  N dy  2026    357949       306     23986       531     39449    128485    381007      9.66   no data  --
52.40/52.45	c  N dy  2136    378357       306     23986       532     59098    128485    753177      9.68     10.27  --
52.40/52.45	c Finding binary XORs  T:     0.00 s  found:       0
54.70/54.70	c  N dy  2262    398362       306     23986       532     47700    128479    532382      9.72     10.94  --
57.30/57.33	c  N dy  2377    418420       306     23986       532     35256    128476    293448      9.75     11.75  --
59.59/59.66	c  N dy  2482    438506       306     23986       532     54448    128473    637440      9.76     10.41  --
62.29/62.38	c  N dy  2570    459162       306     23986       532     41590    128473    391495      9.76     10.28  --
64.80/64.88	c  N dy  2695    479236       306     23986       532     60994    128470    760620      9.79     10.89  --
67.49/67.51	c  N dy  2780    499518       306     23986       532     46852    128469    485843      9.78     10.40  --
70.69/70.76	c  N dy  2875    523165       306     23986       532     34990    128464    251871      9.77     10.66  --
72.19/72.24	c  S st  2956    536923       306     23986       533     48083    128464    478765      9.77   no data  --
72.29/72.31	c  S st  2956    537429       306     23986       533     48581    128464    488076      9.77   no data  --
72.29/72.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
72.29/72.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
72.29/72.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.02
72.29/72.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
72.29/72.39	c subs with bin:      563  lits-rem:         7  v-fix:    0  time:  0.04 s
72.29/72.39	c Subs w/ non-existent bins:      0 l-rem:    218 v-fix:     0 done:    306 time:  0.00 s
72.29/72.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
74.80/74.81	c lits-rem:      6284  cl-subs:     2049  v-elim:      0  v-fix:    0  time:  2.42 s
74.80/74.82	c vivif2 --  cl tried    23840 cl shrink        0 lits rem          0 time: 0.00
74.80/74.83	c vivif2 --  cl tried    46115 cl shrink      344 lits rem        765 time: 0.01
74.89/74.97	c asymm  cl-useful: 138/2448/23840 lits-rem:141 time: 0.14
74.89/74.97	c calculated reachability. Time: 0.00
74.89/74.97	c  N dy  2956    537429       306     23839       535     46115    127500    452450      9.77   no data  --
77.69/77.74	c  N dy  3091    557431       306     23839       536     65414    127498    815747      9.81     10.39  --
80.30/80.38	c  N dy  3207    579162       306     23839       536     50838    127498    542156      9.81     10.34  --
83.19/83.20	c  N dy  3334    599235       306     23839       536     70133    127498    905492      9.84     10.41  --
84.19/84.25	c Finding binary XORs  T:     0.00 s  found:       1
85.89/85.91	c  N dy  3453    619801       306     23839       537     53373    127498    587828      9.86     10.46  --
89.09/89.15	c  N dy  3601    639818       306     23839       537     72715    127497    963634      9.90     12.45  --
91.69/91.76	c  N dy  3688    659948       306     23839       537     54431    127496    570002      9.89     10.43  --
94.79/94.80	c  N dy  3825    679951       306     23839       537     73670    127495    938604      9.92     13.42  --
97.39/97.43	c  N dy  3924    700015       306     23839       538     54465    127495    567063      9.93     11.72  --
100.30/100.34	c  N dy  4036    720061       306     23839       538     73787    127495    935391      9.94     10.62  --
103.20/103.28	c  N dy  4141    740133       306     23839       538     53765    127494    545166      9.95     10.55  --
106.10/106.17	c  N dy  4249    760139       306     23839       538     73017    127494    912015      9.95     12.23  --
109.09/109.19	c  N dy  4383    780393       306     23839       538     52031    127494    500448      9.98     10.52  --
112.10/112.14	c  N dy  4476    800571       306     23839       538     71286    127494    853196      9.98     10.53  --
113.09/113.14	c  S st  4508    806144       306     23839       538     76534    127494    945848      9.98      8.62  --
113.20/113.23	c  S st  4508    806649       306     23839       538     77034    127494    954603      9.98   no data  --
113.20/113.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
113.20/113.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
113.20/113.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.03
113.20/113.28	c Replacing        1 vars Replaced     1631 lits Time:     0.01 s 
113.30/113.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
113.30/113.36	c subs with bin:      116  lits-rem:        52  v-fix:    0  time:  0.04 s
113.30/113.37	c Subs w/ non-existent bins:      0 l-rem:    598 v-fix:     0 done:    305 time:  0.01 s
113.30/113.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
116.89/116.91	c lits-rem:      1783  cl-subs:     5246  v-elim:      0  v-fix:    0  time:  3.55 s
116.89/116.92	c vivif2 --  cl tried    23624 cl shrink        0 lits rem          0 time: 0.00
116.89/116.94	c vivif2 --  cl tried    71876 cl shrink      545 lits rem       1028 time: 0.02
117.09/117.11	c asymm  cl-useful: 59/1566/23624 lits-rem:59 time: 0.17
117.09/117.11	c calculated reachability. Time: 0.00
117.09/117.11	c  N dy  4508    806649       305     23624       536     71876    126550    886699      9.98   no data  --
120.60/120.63	c  N dy  4601    829616       305     23624       537     52630    126550    497986      9.97     10.50  --
123.50/123.58	c  N dy  4709    849686       305     23624       537     71861    126550    853052      9.99     13.74  --
126.79/126.87	c  N dy  4824    869804       305     23624       537     49038    126550    424422     10.00     10.58  --
129.89/129.92	c  N dy  4931    890109       305     23624       537     68323    126550    762798     10.00     10.66  --
133.60/133.64	c  N dy  5048    910147       305     23624       537     44574    126550    335283     10.02     10.77  --
136.40/136.41	c  N dy  5148    930499       305     23624       537     63923    126550    690790     10.02     10.74  --
139.39/139.46	c  N dy  5236    950556       305     23624       537     83142    126550   1049606     10.03     10.73  --
142.49/142.58	c  N dy  5368    970608       305     23624       537     58519    126550    581359     10.04     12.96  --
147.99/148.00	c  N dy  5462   1002101       305     23624       537     88478    126550   1114404     10.02     10.71  --
151.00/151.03	c  N dy  5579   1022190       305     23624       537     63006    126550    664777     10.03     13.05  --
154.39/154.49	c  N dy  5678   1042410       305     23624       537     82349    126550   1021684     10.03     10.58  --
157.89/157.91	c  N dy  5756   1062708       305     23624       537     55653    126550    495182     10.03     10.57  --
158.99/159.06	c  F st  5774   1071875       305     23624       537     64488    126550    677293     10.02      8.68  --
160.60/160.67	c  N dy  5804   1082785       305     23624       538     74766    126550    859657     10.02     16.59  --
164.39/164.40	c  N dy  5900   1102880       305     23624       538     47235    126550    341580     10.03     11.25  --
167.20/167.27	c  N dy  5988   1122952       305     23624       538     66374    126550    678511     10.02     10.69  --
170.80/170.82	c  N dy  6068   1143040       305     23624       538     85334    126550   1016320     10.02     15.41  --
172.29/172.34	c Finding binary XORs  T:     0.00 s  found:       0
174.60/174.66	c  N dy  6126   1164179       305     23624       541     57660    126549    512713     10.00     10.53  --
178.20/178.21	c  N dy  6189   1184577       305     23624       544     77073    126549    851764      9.99     10.52  --
179.30/179.35	c Finding binary XORs  T:     0.00 s  found:       0
181.59/181.68	c Finding binary XORs  T:     0.00 s  found:       1
182.29/182.37	c  N dy  6235   1204742       303     23517       483     75964    126013    878770      9.97     10.56  --
183.09/183.10	c  S st  6262   1209973       303     23517       483     46472    126013    380600      9.97      8.59  --
183.09/183.17	c  S st  6262   1210476       303     23517       483     46968    126013    389345      9.97   no data  --
183.09/183.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
183.09/183.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
183.09/183.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      1 BRemN:      1 P:  1.2M T:  0.02
183.09/183.19	c Replacing        1 vars Replaced      240 lits Time:     0.00 s 
183.19/183.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
183.19/183.23	c subs with bin:      355  lits-rem:      2148  v-fix:    0  time:  0.02 s
183.19/183.23	c Subs w/ non-existent bins:      0 l-rem:     38 v-fix:     0 done:    302 time:  0.00 s
183.19/183.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
184.99/185.02	c lits-rem:      5015  cl-subs:     1828  v-elim:      0  v-fix:    0  time:  1.79 s
184.99/185.02	c vivif2 --  cl tried    23051 cl shrink        0 lits rem          0 time: 0.00
184.99/185.03	c vivif2 --  cl tried    45239 cl shrink       64 lits rem        132 time: 0.01
185.09/185.10	c asymm  cl-useful: 19/1091/23051 lits-rem:23 time: 0.07
185.09/185.10	c calculated reachability. Time: 0.00
185.09/185.10	c  N dy  6262   1210476       302     23049       481     45239    123250    366765      9.97   no data  --
187.89/187.99	c  N dy  6346   1230478       302     23049       481     64297    123250    688022      9.97     13.08  --
192.19/192.20	c  N dy  6436   1253987       302     23049       481     86922    123249   1126783      9.96     10.56  --
195.49/195.56	c  N dy  6538   1274026       302     23049       481     59794    123249    591964      9.96     10.50  --
198.90/198.90	c  N dy  6643   1294429       302     23049       481     79357    123249    957270      9.97     10.50  --
202.80/202.86	c  N dy  6754   1314441       302     23049       481     49290    123249    370880      9.98     11.55  --
205.90/205.92	c  N dy  6852   1334504       302     23049       481     68411    123249    706869      9.98     10.57  --
209.50/209.53	c  N dy  6968   1354552       302     23049       481     87662    123249   1064709      9.99     10.55  --
213.49/213.52	c  N dy  7076   1374585       302     23049       481     55991    123249    471440      9.99     12.48  --
216.70/216.71	c  N dy  7182   1394669       302     23049       481     75170    123249    820835     10.00     13.65  --
220.89/220.90	c  N dy  7285   1418284       302     23049       481     97522    123249   1206353     10.00     10.55  --
224.40/224.43	c  N dy  7345   1438357       302     23049       482     64741    123249    622624      9.99     10.60  --
228.09/228.14	c  N dy  7478   1458584       302     23049       482     84150    123249    982080     10.00     10.60  --
232.59/232.61	c  N dy  7584   1481619       302     23049       482    105959    123247   1354037     10.00     10.62  --
235.99/236.04	c  N dy  7686   1501632       302     23049       482     71864    123247    737735     10.01     10.55  --
239.89/239.93	c  N dy  7795   1521711       302     23049       482     90918    123247   1074594     10.01     11.68  --
244.20/244.29	c  N dy  7885   1542851       302     23049       482     56771    123247    440278     10.01     10.55  --
247.69/247.72	c  N dy  7996   1563470       302     23049       482     76397    123247    790461     10.02     10.62  --
251.59/251.68	c  N dy  8112   1585068       302     23049       482     97140    123247   1179381     10.03     10.57  --
256.09/256.18	c  N dy  8218   1605082       302     23049       482     61052    123247    515260     10.03     11.56  --
259.60/259.66	c  N dy  8323   1625155       302     23049       482     80269    123247    868143     10.04     13.33  --
264.20/264.25	c  N dy  8411   1646426       302     23049       482    100661    123247   1262171     10.04     10.57  --
268.50/268.57	c  N dy  8510   1666501       302     23049       482     63359    123247    539338     10.04     13.32  --
272.10/272.16	c  N dy  8612   1687022       302     23049       482     82998    123247    899739     10.04     10.66  --
276.30/276.35	c  N dy  8721   1707054       302     23049       482    102116    123247   1252027     10.05     12.63  --
277.10/277.11	c  S st  8739   1710476       302     23049       482    105391    123247   1313207     10.05     10.41  --
277.20/277.26	c  S st  8739   1710978       302     23049       482    105885    123247   1322139     10.05   no data  --
277.20/277.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
277.20/277.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
277.30/277.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.05
277.30/277.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
277.40/277.42	c subs with bin:       87  lits-rem:        32  v-fix:    0  time:  0.06 s
277.40/277.42	c Subs w/ non-existent bins:      0 l-rem:    611 v-fix:     0 done:     98 time:  0.01 s
277.40/277.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
284.40/284.40	c lits-rem:      3027  cl-subs:     7920  v-elim:      0  v-fix:    0  time:  6.98 s
284.40/284.41	c vivif2 --  cl tried    22938 cl shrink        0 lits rem          0 time: 0.00
284.40/284.44	c vivif2 --  cl tried    97989 cl shrink     1284 lits rem       2897 time: 0.04
284.60/284.62	c asymm  cl-useful: 6/1083/22938 lits-rem:11 time: 0.18
284.60/284.62	c calculated reachability. Time: 0.00
284.60/284.62	c  N dy  8739   1710978       302     22938       482     97989    122585   1213690     10.05   no data  --
290.59/290.62	c  N dy  8831   1738300       302     22938       482     67022    122585    614381     10.04     10.58  --
294.59/294.66	c  N dy  8948   1758553       302     22938       482     86445    122585    975603     10.04     10.68  --
299.11/299.11	c  N dy  9040   1778839       302     22938       482    105870    122585   1347561     10.04     10.67  --
303.70/303.74	c  N dy  9157   1799018       302     22938       482     66947    122585    590494     10.05     10.64  --
307.30/307.36	c  N dy  9257   1819057       302     22938       482     86061    122585    931965     10.05     12.94  --
311.30/311.32	c Finding binary XORs  T:     0.00 s  found:       0
311.70/311.75	c  N dy  9366   1839143       302     22938       484    105217    122585   1276159     10.06     12.24  --
316.40/316.44	c  N dy  9475   1859384       302     22938       484     65260    122585    544046     10.06     10.60  --
320.11/320.16	c  N dy  9598   1879394       302     22938       484     84472    122585    899725     10.07     12.63  --
324.51/324.53	c  N dy  9662   1900484       302     22938       486    104596    122585   1268597     10.06     10.99  --
329.80/329.80	c  N dy  9771   1921127       302     22938       486     64023    122585    509740     10.07     10.95  --
333.79/333.81	c  N dy  9843   1942577       302     22938       487     84366    122585    855973     10.06     10.70  --
335.40/335.44	c Finding binary XORs  T:     0.00 s  found:       0
338.39/338.40	c  N dy  9942   1963877       301     22769       470     93988    121844   1091939     10.06     10.61  --
343.10/343.17	c  N dy 10039   1984345       301     22769       470     57814    121844    448133     10.06     10.61  --
346.70/346.78	c  N dy 10158   2005826       301     22769       470     78271    121843    815182     10.06     10.60  --
350.70/350.71	c  N dy 10257   2026202       301     22769       470     97902    121843   1191152     10.07     10.64  --
355.60/355.64	c  N dy 10387   2046288       301     22769       470    117115    121843   1558463     10.08     13.81  --
359.60/359.65	c  N dy 10524   2067365       301     22769       470     77990    121843    806643     10.09     10.71  --
363.60/363.60	c  N dy 10615   2087714       301     22769       471     97358    121843   1146451     10.08     10.64  --
368.60/368.61	c  N dy 10727   2108604       301     22769       471    117234    121843   1514429     10.09     11.05  --
372.59/372.61	c  N dy 10829   2128642       301     22769       471     74779    121843    719146     10.09     11.37  --
376.70/376.77	c  N dy 10931   2148713       301     22769       472     93841    121843   1059209     10.09     11.24  --
381.61/381.62	c  N dy 11070   2168870       301     22769       472    113200    121843   1432013     10.11     10.70  --
386.60/386.60	c  N dy 11201   2188927       301     22769       473     69097    121843    599286     10.11     15.23  --
390.70/390.70	c  N dy 11345   2208954       301     22769       473     88235    121843    954206     10.12     12.20  --
391.10/391.16	c  S st 11363   2210978       301     22769       473     90179    121843    989496     10.12   no data  --
391.20/391.28	c  S st 11363   2211480       301     22769       473     90672    121843    997172     10.12   no data  --
391.20/391.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
391.20/391.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
391.30/391.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.04
391.30/391.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
391.40/391.41	c subs with bin:      291  lits-rem:       149  v-fix:    0  time:  0.05 s
391.40/391.42	c Subs w/ non-existent bins:      0 l-rem:    529 v-fix:     0 done:    295 time:  0.01 s
391.40/391.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
395.40/395.42	c lits-rem:      2554  cl-subs:     3722  v-elim:      0  v-fix:    0  time:  4.01 s
395.40/395.43	c vivif2 --  cl tried    22766 cl shrink        0 lits rem          0 time: 0.00
395.40/395.45	c vivif2 --  cl tried    86662 cl shrink      430 lits rem       1003 time: 0.02
395.60/395.64	c asymm  cl-useful: 5/1461/22766 lits-rem:9 time: 0.18
395.60/395.64	c calculated reachability. Time: 0.00
395.60/395.64	c  N dy 11363   2211480       301     22766       473     86662    121813    942279     10.12   no data  --
400.20/400.21	c  N dy 11472   2232030       301     22766       473    106341    121813   1312240     10.13     10.84  --
405.30/405.39	c  N dy 11600   2252121       301     22766       474    125430    121813   1652449     10.14     11.00  --
411.50/411.54	c  N dy 11716   2282004       301     22766       476     88878    121813    880967     10.13     10.73  --
411.50/411.54	c Finding binary XORs  T:     0.00 s  found:       0
415.81/415.81	c  N dy 11827   2302068       301     22766       476    107837    121813   1222006     10.14     12.43  --
421.00/421.09	c  N dy 11959   2322162       301     22766       476    127087    121813   1586243     10.15     10.70  --
426.00/426.03	c  N dy 12056   2342720       301     22766       476     81168    121813    770102     10.15     10.79  --
430.70/430.78	c  N dy 12156   2362850       301     22766       476    100291    121813   1116113     10.15     10.82  --
435.90/435.94	c  N dy 12273   2382930       301     22766       476    119398    121813   1463883     10.16     10.80  --
441.00/441.04	c  N dy 12359   2403003       301     22766       476     72036    121813    603634     10.16     11.54  --
445.10/445.19	c  N dy 12486   2423110       301     22766       476     91125    121813    948037     10.16     10.70  --
450.40/450.46	c  N dy 12615   2446211       301     22766       476    112847    121813   1317961     10.17     10.77  --
455.90/455.97	c  N dy 12726   2466270       301     22766       476    131916    121813   1677805     10.18     10.79  --
460.30/460.32	c  N dy 12848   2486291       301     22766       477     83805    121813    805897     10.18     12.46  --
464.50/464.58	c  N dy 12960   2506381       301     22766       477    102921    121813   1153456     10.18     12.64  --
470.50/470.51	c  N dy 13095   2531081       301     22766       477    126384    121813   1601784     10.19     10.74  --
475.70/475.70	c  N dy 13217   2551248       301     22766       477     77273    121813    681766     10.19     10.86  --
480.00/480.04	c  N dy 13322   2571647       301     22766       477     96715    121813   1030983     10.20     10.87  --
484.80/484.85	c  N dy 13416   2591720       301     22766       478    115688    121813   1364885     10.20     10.81  --
490.20/490.24	c  N dy 13527   2611805       301     22766       478    134852    121813   1722361     10.20     10.85  --
494.90/494.90	c  N dy 13662   2631925       301     22766       478     84713    121813    823851     10.21     10.76  --
499.40/499.48	c  N dy 13789   2652000       301     22766       478    103883    121813   1178915     10.22     11.42  --
504.00/504.05	c  N dy 13885   2672065       301     22766       478    122743    121813   1516610     10.22     12.63  --
509.80/509.88	c  N dy 13985   2692256       301     22766       478     71531    121813    549752     10.22     10.81  --
513.71/513.78	c  S st 14100   2711481       301     22766       478     89920    121813    899196     10.22   no data  --
513.90/513.91	c  S st 14100   2711983       301     22766       478     90421    121813    907621     10.22   no data  --
513.90/513.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
513.90/513.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
513.90/513.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.04
513.90/513.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
514.00/514.04	c subs with bin:      456  lits-rem:        68  v-fix:    0  time:  0.05 s
514.00/514.04	c Subs w/ non-existent bins:      0 l-rem:    351 v-fix:     0 done:    301 time:  0.00 s
514.00/514.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
518.20/518.20	c lits-rem:      5186  cl-subs:     3478  v-elim:      0  v-fix:    0  time:  4.15 s
518.20/518.20	c vivif2 --  cl tried    22749 cl shrink        0 lits rem          0 time: 0.00
518.20/518.22	c vivif2 --  cl tried    86504 cl shrink      401 lits rem        943 time: 0.02
518.30/518.37	c asymm  cl-useful: 59/1749/22749 lits-rem:59 time: 0.15
518.30/518.38	c calculated reachability. Time: 0.00
518.30/518.38	c  N dy 14100   2711983       301     22749       479     86504    121575    855273     10.22   no data  --
523.30/523.35	c  N dy 14200   2734573       301     22749       480    107813    121575   1216511     10.22     10.82  --
529.00/529.05	c  N dy 14332   2754791       301     22749       480    127041    121575   1565851     10.23     10.77  --
531.21/531.27	c Finding binary XORs  T:     0.00 s  found:       0
535.30/535.32	c  N dy 14441   2774872       301     22749       481     74932    121575    602202     10.23     12.16  --
539.50/539.59	c  N dy 14544   2794974       301     22749       481     94025    121575    948974     10.24     11.04  --
544.20/544.23	c  N dy 14629   2815034       301     22749       481    113070    121575   1296869     10.24     12.05  --
549.61/549.62	c  N dy 14737   2835126       301     22749       481    132096    121575   1634545     10.24     12.42  --
555.30/555.33	c  N dy 14864   2855205       301     22749       481     79101    121575    671450     10.25     10.92  --
559.70/559.74	c  N dy 14983   2875267       301     22749       481     98173    121575   1023937     10.25     11.71  --
564.80/564.89	c  N dy 15116   2895315       301     22749       482    117354    121575   1386178     10.26     11.99  --
570.70/570.72	c  N dy 15256   2915376       301     22749       482    136564    121575   1751527     10.27     11.55  --
576.50/576.50	c  N dy 15410   2936289       301     22749       482     83212    121575    734287     10.28     10.84  --
580.90/580.98	c  N dy 15541   2956332       301     22749       482    102408    121575   1083270     10.28     12.45  --
586.10/586.14	c  N dy 15657   2976345       301     22749       482    121458    121575   1431140     10.29     12.00  --
592.30/592.35	c  N dy 15795   2996384       301     22749       482    140657    121575   1790341     10.29     14.20  --
597.91/597.98	c  N dy 15954   3016425       301     22749       482     85501    121575    774525     10.30     11.26  --
602.61/602.64	c  N dy 16049   3036494       301     22749       482    104708    121575   1127237     10.30     12.04  --
607.61/607.63	c  N dy 16172   3056829       301     22749       482    123961    121575   1473303     10.31     10.96  --
613.50/613.59	c  N dy 16314   3076851       301     22749       482    143286    121575   1855481     10.32     12.55  --
618.91/618.98	c  N dy 16432   3096885       301     22749       482     86973    121575    782636     10.32     11.45  --
623.51/623.53	c  N dy 16538   3116969       301     22749       482    106037    121575   1132242     10.32     12.53  --
629.00/629.02	c  N dy 16662   3137025       301     22749       482    125146    121575   1489786     10.33     10.88  --
635.71/635.76	c  N dy 16792   3157066       301     22749       482    144265    121575   1835941     10.33     11.61  --
642.01/642.04	c  N dy 16897   3177122       301     22749       482     86861    121575    753593     10.34     12.67  --
648.70/648.71	c  N dy 17005   3202352       301     22749       483    110418    121575   1143981     10.34     10.93  --
651.40/651.49	c  S st 17053   3211985       301     22749       484    119544    121575   1304177     10.34      8.80  --
651.60/651.69	c  S st 17053   3212488       301     22749       484    120044    121575   1313683     10.34   no data  --
651.70/651.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
651.70/651.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
651.70/651.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      5 BRemL:      0 BRemN:      0 P:  2.3M T:  0.07
651.80/651.81	c bin-w-bin subsume rem            1 bins  time:  0.00 s
652.60/652.60	c subs with bin:     4131  lits-rem:       264  v-fix:    0  time:  0.79 s
652.60/652.61	c Subs w/ non-existent bins:      3 l-rem:    496 v-fix:     0 done:    148 time:  0.01 s
652.60/652.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
662.00/662.04	c lits-rem:      6226  cl-subs:     8667  v-elim:      0  v-fix:    0  time:  9.43 s
662.00/662.04	c vivif2 --  cl tried    22664 cl shrink        0 lits rem          0 time: 0.00
662.00/662.08	c vivif2 --  cl tried   107328 cl shrink      860 lits rem       1727 time: 0.04
662.21/662.29	c asymm  cl-useful: 3/1629/22664 lits-rem:3 time: 0.21
662.21/662.30	c calculated reachability. Time: 0.00
662.21/662.30	c  N dy 17053   3212488       301     22664       488    107328    121180   1152614     10.34   no data  --
662.21/662.30	c Finding binary XORs  T:     0.00 s  found:       0
668.91/668.94	c  N dy 17176   3232579       301     22664       488    126414    121180   1499679     10.34     12.63  --
675.80/675.82	c  N dy 17306   3252615       301     22664       488    145370    121180   1854198     10.35     13.53  --
682.21/682.22	c  N dy 17384   3275840       301     22664       488     90702    121180    811497     10.35     10.91  --
687.80/687.81	c  N dy 17478   3295926       301     22664       488    109765    121180   1161736     10.35     10.90  --
692.91/692.98	c  N dy 17585   3315969       301     22664       488    128708    121180   1500599     10.35     11.88  --
699.10/699.11	c  N dy 17727   3335990       301     22664       488    147802    121180   1854748     10.36     12.11  --
704.91/704.95	c  N dy 17855   3356049       301     22664       488     89314    121180    807661     10.36     13.62  --
710.10/710.19	c  N dy 17915   3377008       301     22664       488    108810    121180   1120766     10.36     10.94  --
715.71/715.77	c  N dy 18004   3398788       301     22664       489    129256    121180   1468541     10.36     11.01  --
722.11/722.13	c  N dy 18093   3418868       301     22664       489    148309    121180   1819895     10.36     13.77  --
728.00/728.00	c  N dy 18215   3439200       301     22664       489     89246    121180    780274     10.36     10.92  --
732.90/732.91	c  N dy 18333   3459324       301     22664       489    108449    121180   1146508     10.37     10.99  --
738.40/738.45	c  N dy 18449   3479331       301     22664       489    127475    121180   1488567     10.37     11.70  --
744.50/744.52	c  N dy 18537   3499471       301     22664       491    146334    121180   1815098     10.37     10.96  --
750.71/750.70	c  N dy 18631   3519512       301     22664       491     86041    121180    727343     10.37     11.03  --
755.41/755.42	c  N dy 18714   3539549       301     22664       491    104862    121180   1043714     10.37     11.99  --
760.91/760.96	c  N dy 18798   3560404       301     22664       491    124502    121180   1381559     10.37     11.01  --
767.01/767.09	c  N dy 18880   3580423       301     22664       491    143368    121180   1702389     10.37     10.95  --
774.61/774.66	c Finding binary XORs  T:     0.00 s  found:       0
774.61/774.68	c  N dy 18982   3602038       300     22033       470     78649    117819    600522     10.37     11.00  --
779.10/779.15	c  N dy 19091   3622126       300     22033       470     97736    117819    956686     10.37     14.67  --
784.41/784.46	c  N dy 19207   3642984       300     22033       470    117578    117819   1321383     10.38     11.19  --
790.71/790.73	c  N dy 19379   3663073       300     22033       470    136802    117819   1697400     10.39     11.71  --
798.01/798.09	c  N dy 19507   3684174       300     22033       470    156948    117819   2078740     10.39     10.97  --
803.70/803.75	c  N dy 19567   3704930       300     22033       470     97287    117819    895081     10.39     11.01  --
806.00/806.09	c  S st 19615   3712488       300     22033       470    104463    117819   1024833     10.39      9.89  --
806.21/806.24	c  S st 19615   3712994       300     22033       470    104966    117819   1033749     10.39   no data  --
806.21/806.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
806.21/806.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
806.31/806.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.06
806.31/806.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
806.40/806.41	c subs with bin:      348  lits-rem:       120  v-fix:    0  time:  0.06 s
806.40/806.42	c Subs w/ non-existent bins:      0 l-rem:    387 v-fix:     0 done:    300 time:  0.01 s
806.40/806.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
812.00/812.01	c lits-rem:      1798  cl-subs:     5703  v-elim:      0  v-fix:    0  time:  5.59 s
812.00/812.01	c vivif2 --  cl tried    22031 cl shrink        0 lits rem          0 time: 0.00
812.00/812.04	c vivif2 --  cl tried    98917 cl shrink      273 lits rem        627 time: 0.03
812.20/812.25	c asymm  cl-useful: 9/1060/22031 lits-rem:9 time: 0.21
812.20/812.26	c calculated reachability. Time: 0.00
812.20/812.26	c  N dy 19615   3712994       300     22031       470     98917    117801    957322     10.39   no data  --
817.91/817.95	c  N dy 19725   3732996       300     22031       470    117999    117801   1321306     10.39     14.10  --
824.41/824.41	c  F st 19841   3751562       300     22031       470    135678    117801   1650077     10.40   no data  --
825.02/825.06	c  N st 19845   3753595       300     22031       470    137629    117801   1689042     10.40   no data  --
832.61/832.60	c  N dy 19943   3773646       300     22031       470    156602    117801   2035815     10.40     12.26  --
838.90/838.98	c  N dy 20039   3793753       300     22031       470     94511    117801    861539     10.40     11.06  --
844.61/844.67	c  N dy 20156   3813789       300     22031       470    113616    117801   1210566     10.41     12.75  --
851.51/851.55	c  N dy 20269   3833838       300     22031       470    132750    117801   1582744     10.41     12.13  --
858.71/858.77	c  N dy 20390   3853883       300     22031       470    151729    117801   1924840     10.41     12.62  --
866.72/866.78	c  N dy 20544   3873917       300     22031       470     87936    117801    727731     10.42     12.06  --
872.01/872.06	c  N dy 20636   3893992       300     22031       470    106832    117801   1057930     10.42     11.00  --
878.31/878.33	c  N dy 20745   3914099       300     22031       470    125853    117801   1397456     10.42     11.01  --
884.51/884.53	c  N dy 20844   3934597       300     22031       470    145204    117801   1741043     10.42     11.01  --
892.31/892.30	c  N dy 20951   3958202       300     22031       471    167329    117801   2109342     10.43     11.13  --
897.51/897.58	c  N dy 21067   3978297       300     22031       471    102669    117801    999135     10.43     11.01  --
903.31/903.30	c  N dy 21169   3998425       300     22031       471    121687    117801   1334888     10.43     11.31  --
909.62/909.63	c  N dy 21311   4018478       300     22031       471    140852    117801   1704959     10.44     12.32  --
916.61/916.69	c  N dy 21409   4039528       300     22031       471    160739    117801   2064355     10.44     10.99  --
923.22/923.28	c  N dy 21511   4059589       300     22031       471     94592    117801    831440     10.44     10.99  --
929.11/929.14	c  N dy 21636   4080558       300     22031       471    114564    117801   1206560     10.44     11.00  --
935.21/935.22	c  N dy 21761   4100625       300     22031       471    133749    117801   1575479     10.45     11.37  --
941.91/941.98	c  N dy 21849   4120673       300     22031       471    152650    117801   1909497     10.45     11.62  --
948.31/948.33	c  N dy 21913   4140720       300     22031       472    171336    117801   2220928     10.44     11.84  --
954.21/954.22	c  N dy 21992   4161880       300     22031       472    105120    117801    975331     10.44     11.10  --
960.01/960.03	c  N dy 22079   4183207       300     22031       473    125118    117801   1328890     10.44     11.05  --
966.31/966.33	c  N dy 22192   4203225       300     22031       473    144135    117801   1669300     10.44     11.00  --
969.31/969.30	c  S st 22214   4212995       300     22031       473    153300    117801   1829753     10.44   no data  --
969.51/969.50	c  S st 22214   4213501       300     22031       473    153798    117801   1838391     10.44   no data  --
969.51/969.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
969.51/969.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
969.51/969.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.08
969.61/969.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
969.81/969.84	c subs with bin:      556  lits-rem:       504  v-fix:    0  time:  0.19 s
969.81/969.84	c Subs w/ non-existent bins:      0 l-rem:    430 v-fix:     0 done:    124 time:  0.01 s
969.81/969.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
985.82/985.83	c lits-rem:      3090  cl-subs:    15841  v-elim:      0  v-fix:    0  time: 15.98 s
985.82/985.83	c vivif2 --  cl tried    22031 cl shrink        0 lits rem          0 time: 0.00
985.82/985.89	c vivif2 --  cl tried   137401 cl shrink     1745 lits rem       2847 time: 0.05
986.02/986.07	c asymm  cl-useful: 4/1334/22031 lits-rem:4 time: 0.18
986.02/986.08	c calculated reachability. Time: 0.00
986.02/986.08	c  N dy 22214   4213501       300     22031       473    137401    117797   1620434     10.44   no data  --
993.32/993.34	c  N dy 22235   4237304       300     22031       474    159409    117797   1946675     10.43     11.09  --
999.21/999.24	c Finding binary XORs  T:     0.00 s  found:       0
1000.91/1000.97	c  N dy 22324   4259125       300     22031       476     93672    117797    782042     10.43     11.01  --
1004.51/1004.58	c Finding binary XORs  T:     0.00 s  found:       0
1006.71/1006.71	c  N dy 22396   4279126       299     21788       461    106064    116738   1016855     10.43     11.10  --
1013.41/1013.40	c  N dy 22498   4299140       299     21788       461    125014    116738   1356566     10.43     12.45  --
1020.91/1020.99	c  N dy 22629   4319166       299     21788       461    144010    116738   1696605     10.43     13.02  --
1029.41/1029.40	c  N dy 22761   4339311       299     21788       461    163140    116738   2052664     10.44     10.99  --
1036.41/1036.45	c  N dy 22907   4359317       299     21788       461     97919    116738    897668     10.44     14.17  --
1042.72/1042.77	c  N dy 23044   4379319       299     21788       461    116898    116738   1247105     10.45     13.16  --
1049.91/1049.98	c  N dy 23134   4399824       299     21788       461    136075    116738   1572351     10.45     11.21  --
1058.81/1058.84	c  N dy 23201   4421856       299     21788       462    156707    116738   1920313     10.44     11.06  --
1067.31/1067.36	c  N dy 23319   4441873       299     21788       462     88657    116738    700118     10.45     12.75  --
1074.73/1074.77	c  N dy 23399   4465305       299     21788       462    110837    116738   1102568     10.45     11.04  --
1082.62/1082.68	c Finding binary XORs  T:     0.00 s  found:       0
1082.72/1082.70	c  N dy 23442   4488462       298     21322       442    107486    114610   1097994     10.44     11.16  --
1088.81/1088.85	c  N dy 23584   4508468       298     21322       442    126667    114610   1468818     10.44     12.70  --
1096.11/1096.14	c  N dy 23690   4530918       298     21322       443    147796    114610   1840985     10.45     11.48  --
1102.22/1102.23	c  N dy 23821   4550957       298     21322       443     94394    114610    878068     10.45     11.02  --
1107.72/1107.71	c  N dy 23938   4571033       298     21322       443    113434    114610   1227179     10.45     11.31  --
1113.71/1113.73	c  N dy 24068   4591103       298     21322       443    132635    114610   1595047     10.46     11.01  --
1120.51/1120.55	c  N dy 24189   4611187       298     21322       443    151839    114610   1975526     10.46     12.53  --
1128.52/1128.51	c  N dy 24317   4631232       298     21322       443    170853    114610   2331944     10.46     11.03  --
1134.42/1134.46	c  N dy 24431   4651323       298     21322       443    103778    114610   1025728     10.47     11.93  --
1140.42/1140.45	c  N dy 24553   4671415       298     21322       443    122980    114610   1396197     10.47     14.52  --
1147.01/1147.03	c  N dy 24669   4691429       298     21322       444    141927    114610   1741392     10.47     11.66  --
1154.42/1154.42	c  N dy 24780   4711508       298     21322       444    161042    114610   2098089     10.47     11.78  --
1154.93/1154.97	c  S st 24785   4713501       298     21322       444    162940    114610   2136446     10.47   no data  --
1155.22/1155.20	c  S st 24785   4714005       298     21322       444    163432    114610   2144876     10.47   no data  --
1155.22/1155.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1155.22/1155.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1155.22/1155.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.0M T:  0.08
1155.32/1155.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1157.42/1157.41	c subs with bin:     5650  lits-rem:       931  v-fix:    0  time:  2.05 s
1157.42/1157.43	c Subs w/ non-existent bins:      0 l-rem:   1096 v-fix:     0 done:    143 time:  0.01 s
1157.42/1157.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1176.72/1176.72	c lits-rem:      5503  cl-subs:     9231  v-elim:      0  v-fix:    0  time: 19.27 s
1176.72/1176.72	c vivif2 --  cl tried    21321 cl shrink        0 lits rem          0 time: 0.00
1176.72/1176.79	c vivif2 --  cl tried   148412 cl shrink     2345 lits rem       4225 time: 0.06
1177.03/1177.01	c asymm  cl-useful: 1/1051/21321 lits-rem:1 time: 0.22
1177.03/1177.02	c calculated reachability. Time: 0.00
1177.03/1177.02	c  N dy 24785   4714005       298     21321       445    148412    114603   1920516     10.47   no data  --
1184.42/1184.46	c  N dy 24843   4734752       298     21321       445    167967    114603   2264921     10.47     11.14  --
1191.61/1191.64	c  N dy 24976   4754783       298     21321       445     97605    114603    866109     10.48     12.64  --
1197.12/1197.16	c  N dy 25065   4774807       298     21321       445    116630    114603   1223353     10.48     13.68  --
1204.22/1204.26	c  N dy 25188   4795074       298     21321       445    135896    114603   1575448     10.48     11.07  --
1212.12/1212.17	c  N dy 25279   4815079       298     21321       445    154874    114603   1926992     10.48     11.07  --
1220.22/1220.29	c  N dy 25347   4835365       298     21321       445    173954    114603   2270437     10.48     11.44  --
1228.22/1228.24	c  N dy 25431   4855571       298     21321       446    101332    114603    882343     10.48     11.16  --
1229.52/1229.57	c Finding binary XORs  T:     0.00 s  found:       0
1234.82/1234.87	c  N dy 25537   4875627       298     21321       447    120395    114603   1234492     10.48     13.59  --
1241.42/1241.40	c  N dy 25633   4896002       298     21321       448    139621    114603   1589935     10.48     11.04  --
1248.72/1248.78	c  N dy 25774   4916042       298     21321       449    158703    114603   1949623     10.48     13.81  --
1256.72/1256.74	c  N dy 25889   4936113       298     21321       449    177643    114603   2292345     10.49     13.69  --
1263.93/1263.94	c  N dy 26003   4956242       298     21321       449    103749    114603    945656     10.49     11.22  --
1269.82/1269.80	c  N dy 26102   4976386       298     21321       449    122783    114603   1280474     10.49     11.06  --
1276.12/1276.12	c  N dy 26204   4996393       298     21321       449    141608    114603   1624937     10.49     11.67  --
1282.92/1282.98	c  N dy 26289   5016453       298     21321       449    160414    114603   1951207     10.49     14.02  --
1290.62/1290.67	c  N dy 26382   5036568       298     21321       449    179312    114603   2288309     10.49     11.10  --

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: 935)

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

running on 2 cores: 1,3

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.00 3.97 3.62 4/186 18181
/proc/meminfo: memFree=22757616/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=30644 CPUtime=0 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 1121 0 0 0 0 0 0 0 22 0 1 0 191178585 31379456 1060 33554432000 4194304 4650387 140737292149856 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 7661 1060 329 112 0 2626 0

[startup+0.041563 s]
/proc/loadavg: 4.00 3.97 3.62 4/186 18181
/proc/meminfo: memFree=22757616/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=34004 CPUtime=0.03 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 2582 0 0 0 3 0 0 0 22 0 1 0 191178585 34820096 2521 33554432000 4194304 4650387 140737292149856 18446744073709551615 4373864 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 8501 2522 329 112 0 3466 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 34004

[startup+0.100553 s]
/proc/loadavg: 4.00 3.97 3.62 4/186 18181
/proc/meminfo: memFree=22757616/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=34272 CPUtime=0.09 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 2788 0 0 0 9 0 0 0 22 0 1 0 191178585 35094528 2727 33554432000 4194304 4650387 140737292149856 18446744073709551615 4313032 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 8568 2727 347 112 0 3533 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34272

[startup+0.300528 s]
/proc/loadavg: 4.00 3.97 3.62 4/186 18181
/proc/meminfo: memFree=22757616/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=43956 CPUtime=0.28 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 5429 0 0 0 28 0 0 0 23 0 1 0 191178585 45010944 3928 33554432000 4194304 4650387 140737292149856 18446744073709551615 4433055 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 10989 3928 364 112 0 5954 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 43956

[startup+0.700445 s]
/proc/loadavg: 4.00 3.97 3.62 4/186 18181
/proc/meminfo: memFree=22757616/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=46128 CPUtime=0.69 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 6189 0 0 0 68 1 0 0 25 0 1 0 191178585 47235072 4688 33554432000 4194304 4650387 140737292149856 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 11532 4688 379 112 0 6497 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46128

[startup+1.50031 s]
/proc/loadavg: 4.00 3.97 3.62 5/190 18188
/proc/meminfo: memFree=22687524/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=45716 CPUtime=1.49 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 6908 0 0 0 148 1 0 0 25 0 1 0 191178585 46813184 4525 33554432000 4194304 4650387 140737292149856 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 11429 4525 382 112 0 6394 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45716

[startup+3.10103 s]
/proc/loadavg: 4.00 3.97 3.62 5/190 18188
/proc/meminfo: memFree=22681352/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=50596 CPUtime=3.09 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 8147 0 0 0 308 1 0 0 25 0 1 0 191178585 51810304 5764 33554432000 4194304 4650387 140737292149856 18446744073709551615 4438361 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 12649 5764 383 112 0 7614 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50596

[startup+6.30046 s]
/proc/loadavg: 4.00 3.97 3.62 5/190 18189
/proc/meminfo: memFree=22651592/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=53692 CPUtime=6.29 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 9557 0 0 0 628 1 0 0 25 0 1 0 191178585 54980608 6404 33554432000 4194304 4650387 140737292149856 18446744073709551615 4370700 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 13423 6404 383 112 0 8388 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53692

[startup+12.7003 s]
/proc/loadavg: 4.00 3.97 3.62 5/190 18189
/proc/meminfo: memFree=22637860/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=70980 CPUtime=12.69 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 10904 0 0 0 1267 2 0 0 25 0 1 0 191178585 72683520 7751 33554432000 4194304 4650387 140737292149856 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 17745 7751 383 112 0 12710 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70980

[startup+25.5011 s]
/proc/loadavg: 4.00 3.97 3.63 5/190 18243
/proc/meminfo: memFree=22599820/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=81236 CPUtime=25.49 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 13770 0 0 0 2547 2 0 0 25 0 1 0 191178585 83185664 10617 33554432000 4194304 4650387 140737292149856 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 20309 10617 383 112 0 15274 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81236

[startup+51.1006 s]
/proc/loadavg: 4.00 3.97 3.64 5/190 18244
/proc/meminfo: memFree=22555796/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=93612 CPUtime=51.1 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 16172 0 0 0 5107 3 0 0 25 0 1 0 191178585 95858688 13019 33554432000 4194304 4650387 140737292149856 18446744073709551615 4365257 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 23403 13019 383 112 0 18368 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 93612

[startup+102.307 s]
/proc/loadavg: 4.08 3.99 3.66 5/190 18245
/proc/meminfo: memFree=22516936/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=73112 CPUtime=102.3 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 24347 0 0 0 10224 6 0 0 25 0 1 0 191178585 74866688 10052 33554432000 4194304 4650387 140737292149856 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 18278 10052 383 112 0 13243 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 73112

[startup+162.301 s]
/proc/loadavg: 4.03 3.99 3.67 5/190 18247
/proc/meminfo: memFree=22460096/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=79172 CPUtime=162.29 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 38253 0 0 0 16220 9 0 0 25 0 1 0 191178585 81072128 13003 33554432000 4194304 4650387 140737292149856 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 19793 13003 383 112 0 14758 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 79172

[startup+222.3 s]
/proc/loadavg: 4.01 3.99 3.69 5/190 18257
/proc/meminfo: memFree=22446280/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=91532 CPUtime=222.29 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 47216 0 0 0 22217 12 0 0 25 0 1 0 191178585 93728768 15374 33554432000 4194304 4650387 140737292149856 18446744073709551615 4313055 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 22883 15374 383 112 0 17848 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 91532

[startup+282.301 s]
/proc/loadavg: 4.00 3.99 3.71 5/190 18313
/proc/meminfo: memFree=22347564/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=88576 CPUtime=282.3 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 53449 0 0 0 28217 13 0 0 25 0 1 0 191178585 90701824 16001 33554432000 4194304 4650387 140737292149856 18446744073709551615 4476256 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 22144 16001 383 112 0 17109 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 88576

[startup+342.3 s]
/proc/loadavg: 4.00 3.99 3.73 5/190 18314
/proc/meminfo: memFree=22320400/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=104700 CPUtime=342.3 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 62830 0 0 0 34214 16 0 0 25 0 1 0 191178585 107212800 19277 33554432000 4194304 4650387 140737292149856 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 26175 19277 383 112 0 21140 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 104700

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.74 5/190 18316
/proc/meminfo: memFree=22299168/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=107464 CPUtime=402.3 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 69613 0 0 0 40212 18 0 0 25 0 1 0 191178585 110043136 19637 33554432000 4194304 4650387 140737292149856 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 26866 19637 383 112 0 21831 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 107464

[startup+462.301 s]
/proc/loadavg: 4.00 3.99 3.75 5/190 18318
/proc/meminfo: memFree=22277580/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=107640 CPUtime=462.3 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 78020 0 0 0 46209 21 0 0 25 0 1 0 191178585 110223360 19025 33554432000 4194304 4650387 140737292149856 18446744073709551615 4366813 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 26910 19025 383 112 0 21875 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 107640

[startup+522.301 s]
/proc/loadavg: 4.00 3.99 3.76 5/190 18319
/proc/meminfo: memFree=22268508/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=107792 CPUtime=522.3 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 85546 0 0 0 52207 23 0 0 25 0 1 0 191178585 110379008 19459 33554432000 4194304 4650387 140737292149856 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 26948 19459 383 112 0 21913 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 107792

[startup+582.301 s]
/proc/loadavg: 4.00 3.99 3.77 5/190 18321
/proc/meminfo: memFree=22226560/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=107940 CPUtime=582.3 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 92920 0 0 0 58204 26 0 0 25 0 1 0 191178585 110530560 19412 33554432000 4194304 4650387 140737292149856 18446744073709551615 4365241 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 26985 19412 383 112 0 21950 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 107940

[startup+642.3 s]
/proc/loadavg: 4.04 4.00 3.79 5/190 18322
/proc/meminfo: memFree=22216224/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=108092 CPUtime=642.31 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 100177 0 0 0 64202 29 0 0 25 0 1 0 191178585 110686208 18962 33554432000 4194304 4650387 140737292149856 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 27023 18962 383 112 0 21988 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 108092

[startup+702.301 s]
/proc/loadavg: 4.06 4.01 3.81 5/190 18324
/proc/meminfo: memFree=22191524/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=108152 CPUtime=702.31 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 105592 0 0 0 70199 32 0 0 25 0 1 0 191178585 110747648 18990 33554432000 4194304 4650387 140737292149856 18446744073709551615 4366847 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 27038 18990 383 112 0 22003 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 108152

[startup+762.307 s]
/proc/loadavg: 4.02 4.01 3.82 5/190 18326
/proc/meminfo: memFree=22181952/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=108248 CPUtime=762.32 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 111849 0 0 0 76198 34 0 0 25 0 1 0 191178585 110845952 20014 33554432000 4194304 4650387 140737292149856 18446744073709551615 4365257 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 27062 20014 383 112 0 22027 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 108248

[startup+822.301 s]
/proc/loadavg: 4.01 4.00 3.83 5/190 18327
/proc/meminfo: memFree=22150800/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=101508 CPUtime=822.31 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 116443 0 0 0 82195 36 0 0 25 0 1 0 191178585 103944192 19225 33554432000 4194304 4650387 140737292149856 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 25377 19225 383 112 0 20342 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 101508

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 18329
/proc/meminfo: memFree=22136000/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=114736 CPUtime=882.31 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 122120 0 0 0 88192 39 0 0 25 0 1 0 191178585 117489664 22082 33554432000 4194304 4650387 140737292149856 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 28684 22082 383 112 0 23649 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 114736

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 18330
/proc/meminfo: memFree=22140072/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=114840 CPUtime=942.31 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 128073 0 0 0 94190 41 0 0 25 0 1 0 191178585 117596160 22416 33554432000 4194304 4650387 140737292149856 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 28710 22416 383 112 0 23675 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 114840

[startup+1002.3 s]
/proc/loadavg: 4.10 4.03 3.85 5/190 18332
/proc/meminfo: memFree=22104592/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=117152 CPUtime=1002.31 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 133698 0 0 0 100188 43 0 0 25 0 1 0 191178585 119963648 22044 33554432000 4194304 4650387 140737292149856 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 29288 22044 383 112 0 24253 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 117152

[startup+1062.3 s]
/proc/loadavg: 4.04 4.02 3.86 5/190 18334
/proc/meminfo: memFree=22101356/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=106000 CPUtime=1062.31 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 135771 0 0 0 106186 45 0 0 25 0 1 0 191178585 108544000 21258 33554432000 4194304 4650387 140737292149856 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 26500 21258 383 112 0 21465 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 106000

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.87 5/190 18335
/proc/meminfo: memFree=22098092/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=106000 CPUtime=1122.31 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 138783 0 0 0 112185 46 0 0 25 0 1 0 191178585 108544000 21353 33554432000 4194304 4650387 140737292149856 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 26500 21353 383 112 0 21465 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 106000

[startup+1182.3 s]
/proc/loadavg: 4.07 4.03 3.88 5/190 18337
/proc/meminfo: memFree=22107252/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=124772 CPUtime=1182.32 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 143124 0 0 0 118184 48 0 0 25 0 1 0 191178585 127766528 25694 33554432000 4194304 4650387 140737292149856 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 31193 25694 383 112 0 26158 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 124772

[startup+1242.3 s]
/proc/loadavg: 4.09 4.04 3.89 5/190 18338
/proc/meminfo: memFree=22124468/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=125068 CPUtime=1242.32 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 148753 0 0 0 124182 50 0 0 25 0 1 0 191178585 128069632 24788 33554432000 4194304 4650387 140737292149856 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 31267 24788 383 112 0 26232 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 125068



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.89 6/189 18341
/proc/meminfo: memFree=22373824/32951124 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=125180 CPUtime=1300.02 cores=1,3
/proc/18181/stat : 18181 (strangenight1-s) R 18179 18181 17977 0 -1 4202496 154260 0 0 0 129950 52 0 0 25 0 1 0 191178585 128184320 24050 33554432000 4194304 4650387 140737292149856 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18181/statm: 31295 24050 383 112 0 26260 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 125180

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.01
CPU time (s): 1300.04
CPU user time (s): 1299.51
CPU system time (s): 0.530919
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 178648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.51
system time used= 0.530919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154260
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= 972

runsolver used 2.03469 second user time and 5.09123 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-22 12:57:53
IDJOB=3257538
IDBENCH=71139
IDSOLVER=1589
FILE ID=node107/3257538-1303469873
RUNJOBID= node107-1303468570-17997
PBS_JOBID= 13107197
Free space on /tmp= 72196 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_3vars_7gates.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257538-1303469873/watcher-3257538-1303469873 -o /tmp/evaluation-result-3257538-1303469873/solver-3257538-1303469873 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3257538-1303469873.cnf

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

MD5SUM BENCH= cc925e6de728ca79f6f89379842f14b0
RANDOM SEED=976478373

node107.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22757772 kB
Buffers:       1155012 kB
Cached:        8503560 kB
SwapCached:          0 kB
Active:        6328720 kB
Inactive:      3404888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22757772 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25648 kB
Writeback:           0 kB
AnonPages:       74740 kB
Mapped:          14952 kB
Slab:           397236 kB
PageTables:       5048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   251720 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= 72184 MiB
End job on node107 at 2011-04-22 13:19:35