Trace number 3367348

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-v5000-c21000-S912026804-034-UNKNOWN.cnf
MD5SUMb0eb7b0423dfe1c78c61b0932da62ffe
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.86156
Satisfiable
(Un)Satisfiability was proved
Number of variables5000
Number of clauses21000
Sum of the clauses size63000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 321000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3367348-1305380878.cnf'
0.00/0.00	c -- header says num vars:           5000
0.00/0.00	c -- header says num clauses:       21000
0.00/0.01	c -- clauses added:            0 learnts,        21000 normals,            0 xors
0.00/0.01	c -- vars added       5000
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      5000     21000         0         0     63000         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/21000/21000 lits-rem:0 time: 0.01
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   5000 time:  0.00 s
0.00/0.04	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
0.04/0.05	c lits-rem:         0  cl-subs:        0  v-elim:    113  v-fix:    0  time:  0.02 s
0.04/0.05	c Finding binary XORs  T:     0.00 s  found:       0
0.04/0.06	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.04/0.06	c calculated reachability. Time: 0.00
0.04/0.06	c Calc default polars -  time:   0.00 s pos:    2252 undec:     555 neg:    2193
0.04/0.06	c =========================================================================================
0.04/0.06	c types(t): F = full restart, N = normal restart
0.04/0.06	c types(t): S = simplification begin/end, E = solution found
0.04/0.06	c restart types(rt): st = static, dy = dynamic
0.04/0.06	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.04/0.06	c  B st     0         0      4887     20886         0         0     63373         0   no data   no data
0.39/0.46	c  N dy    19      4070      4887     20886         0      4070     63373    448978     67.80     71.59
0.79/0.88	c  N dy    45      8326      4887     20886         0      5830     63373    424822     65.96     70.19
1.29/1.30	c  N dy    68     12344      4887     20886         0      5597     63373    259440     65.48     70.95
1.68/1.75	c  N dy    96     16647      4887     20886         0      9900     63373    701598     65.76     69.56
2.09/2.20	c  N dy   128     20777      4887     20886         0      8405     63373    424014     66.15     71.22
2.58/2.65	c  N dy   153     24821      4887     20886         0     12448     63373    836027     65.91     69.54
2.58/2.67	c  F st   155     25002      4887     20886         0     12629     63373    854422     65.92   no data
3.19/3.23	c  N dy   161     30000      4887     20886         0     10821     63373    581970     65.92   no data
3.19/3.23	c  S st   161     30000      4887     20886         0     10821     63373    581970     65.92   no data
3.19/3.29	c  S st   161     30502      4887     20886         0     11323     63373    628098     65.92   no data
3.19/3.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.19/3.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
3.19/3.30	c blocked clauses removed:      104 vars:     16 tried:        4887 T: 0.00 s
3.19/3.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.19/3.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.19/3.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
3.19/3.31	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3.30/3.32	c lits-rem:         0  cl-subs:        0  v-elim:      4  v-fix:    0  time:  0.01 s
3.30/3.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.39/3.42	c lits-rem:        22  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.07 s
3.39/3.44	c asymm  cl-useful: 0/20778/20778 lits-rem:0 time: 0.02
3.39/3.44	c calculated reachability. Time: 0.00
3.39/3.44	c  N dy   161     30502      4867     20778         0     11196     63069    608843     65.92   no data
3.89/3.91	c  N dy   187     34607      4867     20778         0     15300     63069   1018750     65.82     72.55
4.29/4.36	c  N dy   212     38640      4867     20778         0     11490     63069    525997     65.74     71.74
4.79/4.84	c  N dy   241     42708      4867     20778         0     15558     63069    960482     65.94     70.92
5.19/5.21	c  S st   262     45753      4867     20778         0      9680     63069    233899     66.05   no data
5.19/5.26	c  S st   262     46256      4867     20778         0     10183     63069    277177     66.05   no data
5.19/5.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.19/5.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
5.19/5.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.19/5.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.19/5.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.19/5.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4867 time:  0.00 s
5.19/5.28	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
5.19/5.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
5.28/5.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.28/5.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
5.28/5.33	c vivif2 --  cl tried    20778 cl shrink        0 lits rem          0 time: 0.00
5.28/5.33	c vivif2 --  cl tried    10183 cl shrink        0 lits rem          0 time: 0.00
5.28/5.35	c asymm  cl-useful: 0/20778/20778 lits-rem:0 time: 0.02
5.28/5.35	c calculated reachability. Time: 0.00
5.28/5.35	c  N dy   262     46256      4867     20778         0     10183     63069    277177     66.05   no data
5.78/5.83	c  N dy   291     50440      4867     20778         0     14366     63069    713777     66.11     70.49
6.29/6.34	c  N dy   314     54629      4867     20778         0     18555     63069   1153737     66.12     70.10
6.79/6.84	c  N dy   344     58736      4867     20778         0     12698     63069    459315     66.43     71.44
7.28/7.32	c  N dy   370     62816      4867     20778         0     16778     63069    875833     66.40     69.95
7.78/7.83	c  N dy   397     66848      4867     20778         0     20810     63069   1294280     66.46     70.56
8.08/8.15	c  S st   414     69384      4867     20778         0     12365     63069    315232     66.49   no data
8.18/8.20	c  S st   414     69886      4867     20778         0     12867     63069    356640     66.49   no data
8.18/8.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.18/8.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
8.18/8.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.18/8.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.18/8.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.18/8.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4867 time:  0.00 s
8.18/8.22	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
8.18/8.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
8.18/8.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.18/8.28	c lits-rem:         9  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.03 s
8.18/8.28	c vivif2 --  cl tried    20778 cl shrink        0 lits rem          0 time: 0.00
8.18/8.29	c vivif2 --  cl tried    12866 cl shrink        0 lits rem          0 time: 0.01
8.28/8.31	c asymm  cl-useful: 0/20778/20778 lits-rem:0 time: 0.02
8.28/8.31	c calculated reachability. Time: 0.00
8.28/8.31	c  N dy   414     69886      4867     20778         0     12866     63069    356413     66.49   no data
8.80/8.86	c  N dy   443     74397      4867     20778         0     17377     63069    838588     66.60     72.84
9.39/9.47	c  N dy   468     79210      4867     20778         0     22190     63069   1327287     66.49     71.34
10.09/10.14	c  N dy   496     84550      4867     20778         0     15538     63069    550157     66.45     72.83
10.49/10.51	c  F st   509     87500      4867     20778         0     18488     63069    861424     66.42     66.61
10.89/10.92	c  N st   514     90799      4867     20778         0     21786     63069   1223058     66.42   no data
11.68/11.72	c  N dy   537     96700      4867     20778         0     14695     63069    350196     66.39     70.19
12.48/12.50	c  N dy   579    102965      4867     20778         0     20959     63069   1017161     66.56     71.33
12.68/12.74	c  S st   585    104833      4867     20778         0     22827     63069   1217316     66.43   no data
12.78/12.81	c  S st   585    105339      4867     20778         0     23333     63069   1267962     66.43   no data
12.78/12.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.78/12.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
12.78/12.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.78/12.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.78/12.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.78/12.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4867 time:  0.00 s
12.78/12.84	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
12.78/12.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
12.89/12.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.29/13.30	c lits-rem:        33  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.39 s
13.29/13.30	c vivif2 --  cl tried    20778 cl shrink        0 lits rem          0 time: 0.00
13.29/13.32	c vivif2 --  cl tried    23333 cl shrink        0 lits rem          0 time: 0.02
13.29/13.35	c asymm  cl-useful: 0/20778/20778 lits-rem:0 time: 0.03
13.29/13.35	c calculated reachability. Time: 0.00
13.29/13.35	c  N dy   585    105339      4867     20778         0     23333     63069   1267929     66.43   no data
14.19/14.26	c  N dy   627    112204      4867     20778         0     16202     63069    413083     66.42     71.82
15.08/15.19	c  N dy   664    119564      4867     20778         0     23561     63069   1182975     66.33     72.30
16.19/16.27	c  N dy   710    127313      4867     20778         0     16311     63069    334697     66.36     71.21
17.29/17.32	c  N dy   760    135493      4867     20778         0     24490     63069   1200558     66.42     71.56
18.48/18.55	c  N dy   810    144196      4867     20778         0     17196     63069    320823     66.43     70.99
19.69/19.77	c  N dy   866    153459      4867     20778         0     26458     63069   1286628     66.45     70.82
20.38/20.43	c  S st   892    158010      4867     20778         0     31007     63069   1777478     66.44     64.95
20.48/20.51	c  S st   892    158519      4867     20778         0     31516     63069   1815863     66.44   no data
20.48/20.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.48/20.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
20.48/20.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.48/20.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.48/20.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.48/20.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4867 time:  0.00 s
20.48/20.54	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
20.48/20.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
20.58/20.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.49/21.57	c lits-rem:        27  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.93 s
21.49/21.57	c vivif2 --  cl tried    20778 cl shrink        0 lits rem          0 time: 0.00
21.59/21.60	c vivif2 --  cl tried    31511 cl shrink        0 lits rem          0 time: 0.02
21.59/21.64	c asymm  cl-useful: 0/20778/20778 lits-rem:0 time: 0.04
21.59/21.64	c calculated reachability. Time: 0.00
21.59/21.64	c  N dy   892    158519      4867     20778         0     31511     63069   1815265     66.44   no data
22.99/23.07	c  N dy   957    168815      4867     20778         0     24808     63069   1013710     66.40     71.83
24.59/24.61	c  N dy  1028    179609      4867     20778         0     35602     63069   2148121     66.48     71.27
26.08/26.18	c  N dy  1099    191295      4867     20778         0     29285     63069   1387277     66.47     70.31
27.89/27.97	c  N dy  1181    203517      4867     20778         0     22514     63069    583032     66.58     81.94
29.79/29.86	c  N dy  1265    216668      4867     20778         0     35665     63069   1975109     66.69     71.24
31.79/31.86	c  N dy  1357    230530      4867     20778         0     29527     63069   1226254     66.74     71.19
32.89/32.97	c  S st  1404    237780      4867     20778         0     36775     63069   1995772     66.77     61.36
33.00/33.05	c  S st  1404    238282      4867     20778         0     37277     63069   2039260     66.77   no data
33.00/33.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
33.00/33.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
33.00/33.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.00/33.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.00/33.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.00/33.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4867 time:  0.00 s
33.00/33.09	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
33.08/33.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
33.08/33.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.49/34.55	c lits-rem:        41  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.36 s
34.49/34.55	c vivif2 --  cl tried    20778 cl shrink        0 lits rem          0 time: 0.00
34.49/34.58	c vivif2 --  cl tried    37272 cl shrink        0 lits rem          0 time: 0.03
34.59/34.62	c asymm  cl-useful: 0/20778/20778 lits-rem:0 time: 0.04
34.59/34.62	c calculated reachability. Time: 0.00
34.59/34.62	c  N dy  1404    238282      4867     20778         0     37272     63069   2038069     66.77   no data
36.79/36.87	c  N dy  1497    253564      4867     20778         0     31556     63069   1344332     66.82     70.42
39.38/39.40	c  N dy  1614    269976      4867     20778         0     25972     63069    655742     66.98     71.40
41.99/42.04	c  N dy  1719    287235      4867     20778         0     43230     63069   2471340     67.00     71.52
44.78/44.81	c  N dy  1831    305615      4867     20778         0     38614     63069   1878200     67.01     71.18
44.88/44.92	c  F st  1837    306250      4867     20778         0     39249     63069   1944260     67.01   no data
47.88/47.94	c  N dy  1933    325411      4867     20778         0     34405     63069   1349343     67.07     70.66
51.19/51.20	c  N dy  2057    345511      4867     20778         0     29505     63069    734329     67.12     71.66
52.99/53.02	c  S st  2134    357423      4867     20778         0     41415     63069   1985406     67.14     66.08
53.09/53.12	c  S st  2134    357924      4867     20778         0     41916     63069   2029929     67.14   no data
53.09/53.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
53.09/53.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
53.09/53.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
53.09/53.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.09/53.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.09/53.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4867 time:  0.00 s
53.09/53.15	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
53.09/53.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
53.19/53.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.68/54.70	c lits-rem:        42  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.45 s
54.68/54.70	c vivif2 --  cl tried    20778 cl shrink        0 lits rem          0 time: 0.00
54.68/54.73	c vivif2 --  cl tried    41912 cl shrink        0 lits rem          0 time: 0.03
54.68/54.77	c asymm  cl-useful: 0/20778/20778 lits-rem:0 time: 0.05
54.68/54.78	c calculated reachability. Time: 0.00
54.68/54.78	c  N dy  2134    357924      4867     20778         0     41912     63069   2029331     67.14   no data
57.99/58.06	c  N dy  2252    378025      4867     20778         0     36019     63069   1314991     67.14     70.83
61.50/61.51	c  N dy  2381    398093      4867     20778         0     29087     63069    479839     67.18     71.27
64.69/64.72	c  N dy  2507    418168      4867     20778         0     49156     63069   2624602     67.22     71.02
67.98/68.01	c  N dy  2630    438216      4867     20778         0     41204     63069   1660735     67.26     70.86
71.50/71.56	c  N dy  2749    458323      4867     20778         0     32310     63069    630617     67.30     70.87
74.89/74.96	c  N dy  2881    478501      4867     20778         0     52485     63069   2785034     67.38     74.16
78.29/78.36	c  N dy  2995    498508      4867     20778         0     42495     63069   1614275     67.38     71.07
81.99/82.09	c  N dy  3130    518518      4867     20778         0     31501     63069    344892     67.47     73.11
84.99/85.08	c  S st  3249    536889      4867     20778         0     49868     63069   2283491     67.49     58.08
85.09/85.19	c  S st  3249    537391      4867     20778         0     50370     63069   2325761     67.49   no data
85.09/85.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
85.19/85.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
85.19/85.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
85.19/85.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
85.19/85.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.19/85.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4867 time:  0.00 s
85.19/85.23	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
85.19/85.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
85.29/85.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.28/87.40	c lits-rem:        64  cl-subs:        8  v-elim:      0  v-fix:    0  time:  2.05 s
87.38/87.40	c vivif2 --  cl tried    20778 cl shrink        0 lits rem          0 time: 0.00
87.38/87.43	c vivif2 --  cl tried    50362 cl shrink        0 lits rem          0 time: 0.03
87.38/87.48	c asymm  cl-useful: 0/20778/20778 lits-rem:0 time: 0.05
87.38/87.49	c calculated reachability. Time: 0.00
87.38/87.49	c  N dy  3249    537391      4867     20778         0     50362     63069   2323566     67.49   no data
91.09/91.18	c  N dy  3380    557462      4867     20778         0     38439     63069    971572     67.51     72.39
94.60/94.69	c  N dy  3510    577559      4867     20778         0     58532     63069   3099047     67.55     72.65
98.19/98.26	c  N dy  3640    597687      4867     20778         0     45662     63069   1631462     67.61     73.08
102.09/102.12	c  N dy  3759    617789      4867     20778         0     65761     63069   3760443     67.63     71.53
105.59/105.64	c  N dy  3877    637858      4867     20778         0     51836     63069   2188017     67.64     71.58
109.49/109.59	c  N dy  3994    658135      4867     20778         0     37113     63069    530467     67.65     71.31
112.99/113.06	c  N dy  4119    678161      4867     20778         0     57136     63069   2649321     67.68     71.38
116.99/117.04	c  N dy  4243    698295      4867     20778         0     41271     63069    875250     67.71     74.14
120.69/120.78	c  N dy  4373    718575      4867     20778         0     61549     63069   3043003     67.73     73.42
124.69/124.71	c  N dy  4505    738674      4867     20778         0     44646     63069   1134899     67.76     74.65
128.49/128.56	c  N dy  4634    759014      4867     20778         0     64982     63069   3307467     67.77     71.61
132.48/132.53	c  N dy  4768    779068      4867     20778         0     47038     63069   1293894     67.82     79.36
136.30/136.37	c  N dy  4877    799114      4867     20778         0     67084     63069   3415892     67.81     72.00
137.89/137.90	c  S st  4921    806087      4867     20778         0     74056     63069   4142806     67.81     70.08
137.99/138.04	c  S st  4921    806591      4867     20778         0     74559     63069   4181369     67.81   no data
137.99/138.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
137.99/138.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
137.99/138.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
137.99/138.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.99/138.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.99/138.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4867 time:  0.00 s
137.99/138.09	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
138.09/138.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
138.19/138.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.09/142.16	c lits-rem:        62  cl-subs:       12  v-elim:      0  v-fix:    0  time:  3.87 s
142.09/142.16	c vivif2 --  cl tried    20778 cl shrink        0 lits rem          0 time: 0.00
142.19/142.22	c vivif2 --  cl tried    74547 cl shrink        0 lits rem          0 time: 0.05
142.29/142.30	c asymm  cl-useful: 0/20778/20778 lits-rem:0 time: 0.08
142.29/142.30	c calculated reachability. Time: 0.00
142.29/142.30	c  N dy  4921    806591      4867     20778         0     74547     63069   4179226     67.81   no data
145.99/146.01	c  N dy  5047    826655      4867     20778         0     55614     63069   2106783     67.85     72.32
150.29/150.32	c  N dy  5185    846805      4867     20778         0     75762     63069   4259610     67.89     71.47
154.09/154.19	c  N dy  5318    866879      4867     20778         0     55841     63069   2033347     67.92     72.96
158.29/158.37	c  N dy  5442    886966      4867     20778         0     75925     63069   4187252     67.94     81.80
162.19/162.28	c  N dy  5577    907028      4867     20778         0     54996     63069   1845085     67.97     72.29
166.39/166.44	c  N dy  5696    927125      4867     20778         0     75090     63069   3997671     67.98     72.53
170.50/170.57	c  N dy  5822    947143      4867     20778         0     53110     63069   1545261     68.01     72.96
174.59/174.63	c  N dy  5957    967218      4867     20778         0     73183     63069   3686855     68.03     71.97
178.89/178.94	c  N dy  6084    987264      4867     20778         0     50232     63069   1135611     68.07     71.93
182.89/182.94	c  N dy  6205   1007412      4867     20778         0     70379     63069   3261984     68.08     72.13
187.49/187.58	c  N dy  6324   1027417      4867     20778         0     46381     63069    626266     68.08     73.68
191.30/191.32	c  N dy  6432   1047480      4867     20778         0     66442     63069   2776020     68.08     72.79
195.99/196.00	c  N dy  6561   1067533      4867     20778         0     86491     63069   4900926     68.09     73.59
197.09/197.10	c  F st  6589   1071875      4867     20778         0     45838     63069    458404     68.09   no data
199.99/200.02	c  N dy  6662   1087552      4867     20778         0     61515     63069   2211267     68.09     72.64
204.49/204.51	c  N dy  6787   1107566      4867     20778         0     81525     63069   4317612     68.09     76.83
208.90/208.92	c  N dy  6913   1127666      4867     20778         0     55628     63069   1385170     68.11     72.96
212.99/213.03	c  N dy  7029   1147728      4867     20778         0     75689     63069   3508298     68.11     73.33
217.89/217.95	c  N dy  7161   1167729      4867     20778         0     48694     63069    560800     68.14     72.90
221.90/221.90	c  N dy  7289   1187743      4867     20778         0     68705     63069   2694105     68.16     71.78
226.69/226.70	c  N dy  7424   1207831      4867     20778         0     88792     63069   4818622     68.17     74.42
227.19/227.24	c  S st  7440   1209887      4867     20778         0     90848     63069   5042609     68.18   no data
227.29/227.39	c  S st  7440   1210390      4867     20778         0     91351     63069   5086141     68.18   no data
227.39/227.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
227.39/227.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
227.39/227.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
227.39/227.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
227.39/227.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
227.39/227.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4867 time:  0.00 s
227.39/227.47	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
227.49/227.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
227.60/227.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
232.99/233.09	c lits-rem:        85  cl-subs:       17  v-elim:      0  v-fix:    0  time:  5.39 s
232.99/233.09	c vivif2 --  cl tried    20778 cl shrink        0 lits rem          0 time: 0.00
233.10/233.16	c vivif2 --  cl tried    91334 cl shrink        0 lits rem          0 time: 0.07
233.21/233.26	c asymm  cl-useful: 0/20778/20778 lits-rem:0 time: 0.10
233.21/233.26	c calculated reachability. Time: 0.00
233.21/233.26	c  N dy  7440   1210390      4867     20778         0     91334     63069   5082866     68.18   no data
237.39/237.46	c  N dy  7564   1230403      4867     20778         0     63352     63069   2041174     68.19     72.99
242.01/242.08	c  N dy  7695   1250439      4867     20778         0     83384     63069   4208210     68.21     72.88
246.79/246.88	c  N dy  7813   1270476      4867     20778         0     54421     63069    973209     68.20     89.02
250.89/250.95	c  N dy  7941   1290486      4867     20778         0     74429     63069   3105970     68.21     73.44
255.89/255.91	c  N dy  8059   1310551      4867     20778         0     94490     63069   5261139     68.23     72.04
260.30/260.35	c  N dy  8176   1330808      4867     20778         0     64756     63069   1986682     68.23     72.23
264.89/264.92	c  N dy  8299   1350898      4867     20778         0     84844     63069   4108519     68.23     73.71
269.99/270.07	c  N dy  8434   1371026      4867     20778         0     53972     63069    717987     68.24     72.54
274.09/274.15	c  N dy  8559   1391060      4867     20778         0     74003     63069   2876106     68.26     71.94
279.09/279.13	c  N dy  8696   1411071      4867     20778         0     94011     63069   5011396     68.28     73.62
283.89/283.90	c  N dy  8817   1431150      4867     20778         0     62104     63069   1502987     68.29     72.77
288.20/288.29	c  N dy  8938   1451271      4867     20778         0     82222     63069   3662408     68.30     74.26
293.60/293.62	c  N dy  9070   1471405      4867     20778         0    102355     63069   5845089     68.32     72.17
297.89/297.98	c  N dy  9197   1491503      4867     20778         0     69454     63069   2174949     68.34     72.06
302.79/302.82	c  N dy  9336   1511708      4867     20778         0     89656     63069   4350189     68.37     73.04
308.19/308.22	c  N dy  9450   1531793      4867     20778         0     55744     63069    609084     68.37     86.10
312.30/312.39	c  N dy  9583   1552229      4867     20778         0     76180     63069   2815582     68.39     75.57
317.40/317.46	c  N dy  9713   1572440      4867     20778         0     96389     63069   4983054     68.40     72.03
322.70/322.74	c  N dy  9831   1592617      4867     20778         0     61567     63069   1124602     68.40     72.17
327.09/327.10	c  N dy  9947   1612682      4867     20778         0     81628     63069   3255955     68.40     72.53
332.40/332.40	c  N dy 10072   1632719      4867     20778         0    101664     63069   5403967     68.41     94.52
337.40/337.45	c  N dy 10204   1652970      4867     20778         0     65918     63069   1504455     68.43     73.18
342.00/342.03	c  N dy 10331   1673166      4867     20778         0     86114     63069   3654027     68.44     75.08
347.50/347.57	c  N dy 10456   1693276      4867     20778         0    106221     63069   5817119     68.45     72.55
351.69/351.79	c  S st 10562   1710390      4867     20778         0     66339     63069   1432327     68.46   no data
351.89/351.91	c  S st 10562   1710896      4867     20778         0     66845     63069   1471423     68.46   no data
351.89/351.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
351.89/351.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
351.89/351.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
351.89/351.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
351.89/351.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
351.89/351.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4867 time:  0.00 s
351.89/351.96	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
351.89/351.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
352.00/352.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
352.99/353.10	c lits-rem:        18  cl-subs:        7  v-elim:      0  v-fix:    0  time:  1.06 s
352.99/353.10	c vivif2 --  cl tried    20778 cl shrink        0 lits rem          0 time: 0.00
353.10/353.12	c vivif2 --  cl tried    66838 cl shrink        0 lits rem          0 time: 0.02
353.10/353.18	c asymm  cl-useful: 0/20778/20778 lits-rem:0 time: 0.06
353.10/353.19	c calculated reachability. Time: 0.00
353.10/353.19	c  N dy 10562   1710896      4867     20778         0     66838     63069   1470422     68.46   no data
357.69/357.74	c  N dy 10685   1730949      4867     20778         0     86890     63069   3611733     68.47     72.85
363.20/363.21	c  N dy 10804   1750985      4867     20778         0    106922     63069   5785589     68.48     72.16
368.20/368.25	c  N dy 10927   1771075      4867     20778         0     69015     63069   1620807     68.49     76.31
372.91/372.96	c  N dy 11054   1791170      4867     20778         0     89108     63069   3779682     68.51     72.63
378.40/378.44	c  N dy 11176   1811279      4867     20778         0    109214     63069   5943525     68.51     72.50
383.49/383.54	c  N dy 11307   1831289      4867     20778         0     70225     63069   1660974     68.53     72.22
388.20/388.24	c  N dy 11419   1851312      4867     20778         0     90244     63069   3803954     68.53     73.54
393.89/393.93	c  N dy 11545   1871346      4867     20778         0    110276     63069   5958994     68.54     80.28
399.09/399.10	c  N dy 11669   1891439      4867     20778         0     70375     63069   1576244     68.55     72.53
403.80/403.83	c  N dy 11801   1911602      4867     20778         0     90537     63069   3745430     68.57     73.19
409.49/409.54	c  N dy 11934   1931748      4867     20778         0    110680     63069   5921916     68.59     73.33
415.00/415.02	c  N dy 12052   1951812      4867     20778         0     69754     63069   1402704     68.59     73.75
419.69/419.77	c  N dy 12177   1971872      4867     20778         0     89812     63069   3570799     68.60     72.81
425.50/425.52	c  N dy 12314   1992526      4867     20778         0    110463     63069   5791805     68.61     73.06
431.20/431.28	c  N dy 12442   2012687      4867     20778         0     68625     63069   1185076     68.63     72.44
435.90/435.93	c  N dy 12565   2032689      4867     20778         0     88627     63069   3335227     68.64     72.85
441.39/441.43	c  N dy 12685   2052697      4867     20778         0    108632     63069   5487065     68.64     74.01
447.29/447.39	c  N dy 12801   2072830      4867     20778         0     65775     63069    772664     68.64     72.60
451.89/451.98	c  N dy 12931   2093196      4867     20778         0     86140     63069   2981731     68.65     73.20
457.39/457.48	c  N dy 13062   2113226      4867     20778         0    106169     63069   5120022     68.66     72.74
463.80/463.87	c  N dy 13189   2133316      4867     20778         0    126258     63069   7287307     68.68     73.13
468.50/468.56	c  N dy 13305   2153415      4867     20778         0     82358     63069   2477140     68.68     72.32
473.70/473.75	c  N dy 13442   2173478      4867     20778         0    102419     63069   4635101     68.69     72.61
479.70/479.78	c  N dy 13562   2193582      4867     20778         0    122519     63069   6771990     68.69     72.41
484.40/484.48	c  S st 13669   2210900      4867     20778         0     74842     63069   1551272     68.69   no data
484.60/484.61	c  S st 13669   2211403      4867     20778         0     75345     63069   1593906     68.69   no data
484.60/484.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
484.60/484.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
484.60/484.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
484.60/484.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
484.60/484.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
484.60/484.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4867 time:  0.00 s
484.60/484.66	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
484.60/484.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
484.70/484.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
485.70/485.70	c lits-rem:         6  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.95 s
485.70/485.70	c vivif2 --  cl tried    20778 cl shrink        0 lits rem          0 time: 0.00
485.70/485.72	c vivif2 --  cl tried    75341 cl shrink        0 lits rem          0 time: 0.02
485.80/485.80	c asymm  cl-useful: 0/20778/20778 lits-rem:0 time: 0.07
485.80/485.80	c calculated reachability. Time: 0.00
485.80/485.80	c  N dy 13669   2211403      4867     20778         0     75341     63069   1593355     68.69   no data
490.89/490.99	c  N dy 13781   2231499      4867     20778         0     95437     63069   3736295     68.69     72.80
496.89/496.98	c  N dy 13902   2251841      4867     20778         0    115774     63069   5911244     68.69     72.85
503.20/503.29	c  N dy 14036   2271930      4867     20778         0     69873     63069    919506     68.70     72.34
507.90/507.96	c  N dy 14160   2291931      4867     20778         0     89873     63069   3057469     68.71     72.48
513.50/513.50	c  N dy 14281   2311964      4867     20778         0    109904     63069   5196756     68.71     72.55
520.10/520.12	c  N dy 14409   2332159      4867     20778         0    130098     63069   7371627     68.71     72.97
525.20/525.24	c  N dy 14534   2352256      4867     20778         0     83193     63069   2232887     68.72     72.37
530.40/530.48	c  N dy 14652   2372547      4867     20778         0    103482     63069   4424688     68.72     77.79
536.80/536.83	c  N dy 14786   2393060      4867     20778         0    123993     63069   6649025     68.73     73.81
542.80/542.88	c  N dy 14922   2413227      4867     20778         0     76164     63069   1387272     68.75     72.94
547.81/547.82	c  N dy 15052   2433281      4867     20778         0     96217     63069   3536882     68.76     77.34
553.70/553.71	c  N dy 15176   2453389      4867     20778         0    116322     63069   5695561     68.76     72.99
560.40/560.40	c  N dy 15302   2473475      4867     20778         0    136405     63069   7829339     68.77     73.80
565.19/565.24	c  N dy 15425   2493541      4867     20778         0     87476     63069   2479663     68.77     72.58
570.70/570.72	c  N dy 15550   2513616      4867     20778         0    107548     63069   4651933     68.78     73.19
577.09/577.10	c  N dy 15665   2533668      4867     20778         0    127597     63069   6799902     68.78     73.38
583.10/583.18	c  N dy 15788   2553690      4867     20778         0     77625     63069   1342762     68.79     91.86
588.10/588.18	c  N dy 15923   2573769      4867     20778         0     97702     63069   3506443     68.80     73.61
594.10/594.14	c  N dy 16054   2593870      4867     20778         0    117801     63069   5679187     68.81     73.89
600.80/600.89	c  N dy 16171   2613929      4867     20778         0    137857     63069   7815177     68.81     72.72
606.11/606.19	c  N dy 16307   2633960      4867     20778         0     86899     63069   2257352     68.83     72.93
611.50/611.58	c  N dy 16429   2654023      4867     20778         0    106959     63069   4440984     68.84     73.20
617.90/617.90	c  N dy 16561   2674086      4867     20778         0    127019     63069   6600575     68.84     72.78
624.71/624.72	c  N dy 16687   2694190      4867     20778         0     75126     63069    869697     68.85     73.12
628.79/628.87	c  S st 16802   2711403      4867     20778         0     92338     63069   2711014     68.86   no data
629.00/629.04	c  S st 16802   2711906      4867     20778         0     92841     63069   2754769     68.86   no data
629.00/629.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
629.10/629.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
629.10/629.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
629.10/629.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
629.10/629.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
629.10/629.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4867 time:  0.00 s
629.10/629.11	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
629.10/629.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
629.21/629.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
632.00/632.04	c lits-rem:        34  cl-subs:        6  v-elim:      0  v-fix:    0  time:  2.79 s
632.00/632.04	c vivif2 --  cl tried    20778 cl shrink        0 lits rem          0 time: 0.00
632.00/632.08	c vivif2 --  cl tried    92835 cl shrink        0 lits rem          0 time: 0.04
632.10/632.17	c asymm  cl-useful: 0/20778/20778 lits-rem:0 time: 0.10
632.10/632.18	c calculated reachability. Time: 0.00
632.10/632.18	c  N dy 16802   2711906      4867     20778         0     92835     63069   2753213     68.86   no data
637.90/637.92	c  N dy 16935   2731907      4867     20778         0    112834     63069   4910026     68.87     74.51
644.40/644.41	c  N dy 17052   2752039      4867     20778         0    132964     63069   7084686     68.88     72.81
650.80/650.84	c  N dy 17181   2772046      4867     20778         0     79978     63069   1288469     68.88     74.24
655.90/655.98	c  N dy 17313   2792207      4867     20778         0    100138     63069   3456293     68.89     74.08
662.11/662.18	c  N dy 17433   2812249      4867     20778         0    120178     63069   5624338     68.89     74.10
669.20/669.28	c  N dy 17559   2832258      4867     20778         0    140184     63069   7768286     68.90     82.76
675.10/675.13	c  N dy 17675   2852326      4867     20778         0     86258     63069   1852230     68.90     73.85
680.30/680.39	c  N dy 17807   2872328      4867     20778         0    106258     63069   4011261     68.90     72.57
686.60/686.64	c  N dy 17929   2892417      4867     20778         0    126346     63069   6196511     68.91     72.80
693.60/693.66	c  N dy 18031   2912521      4867     20778         0    146445     63069   8343831     68.90     73.92
699.00/699.04	c  N dy 18163   2932558      4867     20778         0     91491     63069   2310291     68.91     75.03
704.70/704.76	c  N dy 18297   2952748      4867     20778         0    111679     63069   4515490     68.92     74.11
711.21/711.20	c  N dy 18427   2972770      4867     20778         0    131699     63069   6687151     68.93     87.87
718.60/718.61	c  N dy 18552   2992773      4867     20778         0    151700     63069   8847901     68.94     74.81
723.61/723.66	c  N dy 18687   3012848      4867     20778         0     95783     63069   2697883     68.95     75.09
729.41/729.48	c  N dy 18809   3032968      4867     20778         0    115902     63069   4845827     68.95     72.63
736.20/736.20	c  N dy 18928   3053005      4867     20778         0    135938     63069   7023940     68.96     72.75
743.51/743.53	c  N dy 19059   3073044      4867     20778         0     78977     63069    780341     68.96     92.99
748.60/748.62	c  N dy 19195   3093138      4867     20778         0     99068     63069   2950264     68.98     73.35
754.41/754.48	c  N dy 19313   3113198      4867     20778         0    119125     63069   5128546     68.98     74.92
761.22/761.28	c  N dy 19428   3133220      4867     20778         0    139145     63069   7268481     68.98     91.40
768.60/768.66	c  N dy 19555   3153285      4867     20778         0     81215     63069    913936     68.99     76.12
773.60/773.65	c  N dy 19676   3173369      4867     20778         0    101296     63069   3086743     69.00     74.44
779.60/779.65	c  N dy 19805   3193394      4867     20778         0    121319     63069   5250978     69.00     75.89
786.00/786.08	c  S st 19919   3211908      4867     20778         0    139829     63069   7255592     69.01   no data
786.30/786.33	c  S st 19919   3212416      4867     20778         0    140337     63069   7301281     69.01   no data
786.30/786.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
786.41/786.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.08
786.41/786.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
786.41/786.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
786.41/786.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
786.41/786.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4867 time:  0.00 s
786.41/786.44	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
786.51/786.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
786.71/786.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
795.00/795.09	c lits-rem:        80  cl-subs:       15  v-elim:      0  v-fix:    0  time:  8.30 s
795.00/795.09	c vivif2 --  cl tried    20778 cl shrink        0 lits rem          0 time: 0.00
795.10/795.19	c vivif2 --  cl tried   140322 cl shrink        0 lits rem          0 time: 0.10
795.32/795.35	c asymm  cl-useful: 0/20778/20778 lits-rem:0 time: 0.16
795.32/795.35	c calculated reachability. Time: 0.00
795.32/795.35	c  N dy 19919   3212416      4867     20778         0    140322     63069   7298699     69.01   no data
803.02/803.01	c  N dy 20056   3232431      4867     20778         0     81343     63069    828433     69.02     75.15
808.01/808.07	c  N dy 20181   3252497      4867     20778         0    101408     63069   2991613     69.03     72.73
814.10/814.10	c  N dy 20308   3272530      4867     20778         0    121439     63069   5146301     69.03     73.16
821.00/821.03	c  N dy 20431   3292584      4867     20778         0    141493     63069   7299694     69.03     74.85
828.70/828.77	c  N dy 20550   3313048      4867     20778         0     81962     63069    791172     69.03     75.04
833.90/833.91	c  N dy 20666   3333131      4867     20778         0    102043     63069   2945941     69.03     72.78
839.80/839.84	c  N dy 20785   3353233      4867     20778         0    122143     63069   5100204     69.03     85.28
846.91/846.91	c  N dy 20903   3373348      4867     20778         0    142257     63069   7278139     69.04     75.03
854.90/854.93	c  N dy 21033   3393417      4867     20778         0     81332     63069    625017     69.04     72.81
860.00/860.05	c  N dy 21167   3413423      4867     20778         0    101336     63069   2809029     69.05     76.24
866.20/866.20	c  N dy 21292   3433662      4867     20778         0    121573     63069   4983310     69.06     74.35
873.01/873.08	c  N dy 21409   3453683      4867     20778         0    141594     63069   7140351     69.06     75.09
881.01/881.04	c  N dy 21543   3473804      4867     20778         0    161711     63069   9299878     69.07     72.83
886.51/886.53	c  N dy 21659   3493848      4867     20778         0     99770     63069   2519837     69.07     73.79
892.41/892.47	c  N dy 21781   3513907      4867     20778         0    119827     63069   4696807     69.08     82.64
899.31/899.32	c  N dy 21900   3533946      4867     20778         0    139863     63069   6851384     69.08     80.14
907.11/907.17	c  N dy 22025   3554053      4867     20778         0    159968     63069   9009691     69.08     72.77
913.21/913.22	c  N dy 22146   3574138      4867     20778         0     97054     63069   2100037     69.08     73.71
919.00/919.07	c  N dy 22279   3594218      4867     20778         0    117132     63069   4270290     69.09     81.11
925.81/925.81	c  N dy 22396   3614304      4867     20778         0    137215     63069   6438822     69.09     74.98
933.40/933.49	c  N dy 22516   3634400      4867     20778         0    157308     63069   8576955     69.09     76.81
940.30/940.36	c  N dy 22643   3654487      4867     20778         0     93407     63069   1620684     69.10     74.61
945.81/945.81	c  N dy 22771   3674490      4867     20778         0    113407     63069   3771721     69.11     77.89
952.30/952.38	c  N dy 22893   3694692      4867     20778         0    133607     63069   5948522     69.11     72.80
958.90/958.92	c  S st 22999   3712416      4867     20778         0    151327     63069   7877002     69.11     62.76
959.11/959.17	c  S st 22999   3712921      4867     20778         0    151832     63069   7923589     69.11   no data
959.11/959.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
959.21/959.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.09
959.21/959.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
959.21/959.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
959.21/959.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
959.21/959.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4867 time:  0.00 s
959.21/959.29	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
959.30/959.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
959.61/959.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
968.91/968.97	c lits-rem:        79  cl-subs:       17  v-elim:      0  v-fix:    0  time:  9.32 s
968.91/968.97	c vivif2 --  cl tried    20778 cl shrink        0 lits rem          0 time: 0.00
969.01/969.08	c vivif2 --  cl tried   151815 cl shrink        0 lits rem          0 time: 0.11
969.21/969.26	c asymm  cl-useful: 0/20778/20778 lits-rem:0 time: 0.17
969.21/969.26	c calculated reachability. Time: 0.00
969.21/969.26	c  N dy 22999   3712921      4867     20778         0    151815     63069   7920426     69.11   no data
977.40/977.48	c  N dy 23127   3733082      4867     20778         0     86983     63069    828583     69.12     72.90
982.21/982.26	c  F st 23245   3751562      4867     20778         0    105461     63069   2842413     69.12   no data
982.80/982.81	c  N st 23249   3753595      4867     20778         0    107494     63069   3076923     69.12   no data
989.01/989.03	c  N dy 23359   3773786      4867     20778         0    127684     63069   5320350     69.13     77.47
996.21/996.24	c  N dy 23477   3793899      4867     20778         0    147789     63069   7485909     69.13     74.11
1004.41/1004.42	c  N dy 23599   3813910      4867     20778         0    167798     63069   9634773     69.13     73.84
1010.51/1010.57	c  N dy 23730   3833974      4867     20778         0    101868     63069   2342447     69.14     73.45
1016.61/1016.64	c  N dy 23869   3853976      4867     20778         0    121869     63069   4517814     69.15     79.06
1023.40/1023.48	c  N dy 23992   3874075      4867     20778         0    141967     63069   6672739     69.15     79.27
1031.40/1031.46	c  N dy 24124   3894171      4867     20778         0    162063     63069   8833203     69.16     73.57
1038.61/1038.69	c  N dy 24246   3914215      4867     20778         0     95113     63069   1505011     69.16     74.86
1044.61/1044.67	c  N dy 24372   3934216      4867     20778         0    115111     63069   3682269     69.17     75.20
1051.31/1051.32	c  N dy 24498   3954288      4867     20778         0    135182     63069   5860436     69.18     81.34
1058.41/1058.44	c  N dy 24630   3974370      4867     20778         0    155261     63069   8049275     69.19     72.86
1065.81/1065.89	c  N dy 24750   3994397      4867     20778         0    175283     63069  10203037     69.19     74.59
1070.91/1070.91	c  N dy 24894   4014461      4867     20778         0    107354     63069   2749719     69.20     76.45
1076.41/1076.43	c  N dy 25031   4034541      4867     20778         0    127430     63069   4942068     69.21     76.29
1082.60/1082.68	c  N dy 25149   4054583      4867     20778         0    147471     63069   7117682     69.21     74.38
1089.91/1089.98	c  N dy 25284   4074616      4867     20778         0    167500     63069   9302730     69.22     73.52
1096.31/1096.37	c  N dy 25416   4094714      4867     20778         0     98608     63069   1665915     69.22     82.61
1101.51/1101.55	c  N dy 25544   4115150      4867     20778         0    119041     63069   3875289     69.23     73.24
1107.51/1107.56	c  N dy 25673   4135251      4867     20778         0    139140     63069   6046613     69.23     73.15
1114.32/1114.38	c  N dy 25806   4155333      4867     20778         0    159220     63069   8224367     69.24     72.96
1121.91/1121.96	c  N dy 25926   4175374      4867     20778         0    179261     63069  10368837     69.24     74.03
1126.91/1126.94	c  N dy 26058   4195384      4867     20778         0    109282     63069   2749165     69.25     83.56
1131.61/1131.68	c  S st 26154   4212921      4867     20778         0    126817     63069   4674895     69.25   no data
1131.82/1131.86	c  S st 26154   4213423      4867     20778         0    127319     63069   4717464     69.25   no data
1131.82/1131.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1131.92/1131.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
1131.92/1131.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1131.92/1131.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1131.92/1131.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1131.92/1131.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4867 time:  0.00 s
1131.92/1131.94	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1132.01/1132.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1132.11/1132.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1135.81/1135.85	c lits-rem:        49  cl-subs:       13  v-elim:      0  v-fix:    0  time:  3.70 s
1135.81/1135.86	c vivif2 --  cl tried    20778 cl shrink        0 lits rem          0 time: 0.00
1135.91/1135.92	c vivif2 --  cl tried   127306 cl shrink        0 lits rem          0 time: 0.06
1136.01/1136.03	c asymm  cl-useful: 0/20778/20778 lits-rem:0 time: 0.12
1136.01/1136.04	c calculated reachability. Time: 0.00
1136.01/1136.04	c  N dy 26154   4213423      4867     20778         0    127306     63069   4715413     69.25   no data
1142.41/1142.42	c  N dy 26286   4233563      4867     20778         0    147444     63069   6891990     69.26     73.04
1149.52/1149.57	c  N dy 26409   4253628      4867     20778         0    167506     63069   9047204     69.26     75.43
1156.61/1156.61	c  N dy 26532   4273745      4867     20778         0     96627     63069   1254207     69.26     76.37
1161.52/1161.52	c  N dy 26649   4293751      4867     20778         0    116630     63069   3417989     69.26     75.10
1167.30/1167.34	c  N dy 26781   4313843      4867     20778         0    136719     63069   5586920     69.27     74.34
1174.11/1174.15	c  N dy 26917   4334041      4867     20778         0    156915     63069   7792206     69.28     74.18
1181.71/1181.76	c  N dy 27045   4354137      4867     20778         0    177009     63069   9993230     69.28     75.90
1187.81/1187.86	c  N dy 27182   4374225      4867     20778         0    105102     63069   2067199     69.29     73.71
1193.21/1193.29	c  N dy 27315   4394319      4867     20778         0    125194     63069   4257308     69.30     85.29
1199.41/1199.42	c  N dy 27427   4414324      4867     20778         0    145198     63069   6404358     69.30     75.08
1206.51/1206.50	c  N dy 27556   4434506      4867     20778         0    165378     63069   8577238     69.31     73.26
1214.42/1214.44	c  N dy 27682   4454573      4867     20778         0    185444     63069  10775433     69.31     75.08
1219.41/1219.44	c  N dy 27806   4474662      4867     20778         0    112547     63069   2771203     69.31     75.21
1225.01/1225.00	c  N dy 27924   4494666      4867     20778         0    132547     63069   4948883     69.31     73.81
1231.52/1231.53	c  N dy 28036   4515190      4867     20778         0    153068     63069   7160642     69.31     73.44
1238.91/1238.95	c  N dy 28154   4535447      4867     20778         0    173323     63069   9363552     69.32     74.96
1246.22/1246.25	c  N dy 28281   4555527      4867     20778         0     99411     63069   1254782     69.32     76.36
1251.31/1251.35	c  N dy 28407   4575582      4867     20778         0    119466     63069   3424825     69.33     73.42
1257.22/1257.27	c  N dy 28534   4595685      4867     20778         0    139568     63069   5588185     69.33     74.31
1264.11/1264.15	c  N dy 28670   4615885      4867     20778         0    159767     63069   7795577     69.33     73.44
1272.01/1272.04	c  N dy 28808   4636032      4867     20778         0    179914     63069   9990186     69.34     73.18
1278.71/1278.79	c  N dy 28944   4656043      4867     20778         0    104926     63069   1756148     69.35     75.29
1284.21/1284.23	c  N dy 29087   4676400      4867     20778         0    125281     63069   3998303     69.36     73.04
1290.33/1290.39	c  N dy 29213   4696468      4867     20778         0    145346     63069   6174972     69.37     75.69
1296.12/1296.19	c  S st 29307   4713424      4867     20778         0    162300     63069   8007383     69.37     62.28
1296.42/1296.43	c  S st 29307   4713925      4867     20778         0    162801     63069   8044797     69.37   no data
1296.42/1296.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1296.52/1296.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.09
1296.52/1296.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1296.52/1296.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1296.52/1296.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1296.52/1296.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4867 time:  0.00 s
1296.52/1296.54	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1296.62/1296.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
1296.82/1296.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s

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-3367348-1305380878/watcher-3367348-1305380878 -o /tmp/evaluation-result-3367348-1305380878/solver-3367348-1305380878 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367348-1305380878.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.04 4.04 3.38 5/320 11013
/proc/meminfo: memFree=12014392/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=22164 CPUtime=0 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 700 0 0 0 0 0 0 0 25 0 1 0 649686572 22695936 641 33554432000 4194304 4580011 140735291802544 18446744073709551615 235594909786 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 5606 651 321 95 0 588 0

[startup+0.0468881 s]
/proc/loadavg: 4.04 4.04 3.38 5/320 11013
/proc/meminfo: memFree=12014392/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=36412 CPUtime=0.04 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 2460 0 0 0 4 0 0 0 25 0 1 0 649686572 37285888 2164 33554432000 4194304 4580011 140735291802544 18446744073709551615 4415667 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 9103 2164 353 95 0 4085 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36412

[startup+0.100878 s]
/proc/loadavg: 4.04 4.04 3.38 5/320 11013
/proc/meminfo: memFree=12014392/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=35536 CPUtime=0.09 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 2549 0 0 0 9 0 0 0 25 0 1 0 649686572 36388864 2004 33554432000 4194304 4580011 140735291802544 18446744073709551615 4293099 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 8884 2004 364 95 0 3866 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35536

[startup+0.300842 s]
/proc/loadavg: 4.04 4.04 3.38 5/320 11013
/proc/meminfo: memFree=12014392/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=35536 CPUtime=0.29 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 2785 0 0 0 29 0 0 0 25 0 1 0 649686572 36388864 2240 33554432000 4194304 4580011 140735291802544 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 8884 2240 364 95 0 3866 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35536

[startup+0.700772 s]
/proc/loadavg: 4.04 4.04 3.38 5/320 11013
/proc/meminfo: memFree=12014392/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=36600 CPUtime=0.69 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 3440 0 0 0 69 0 0 0 25 0 1 0 649686572 37478400 2220 33554432000 4194304 4580011 140735291802544 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 9150 2220 364 95 0 4132 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36600

[startup+1.50063 s]
/proc/loadavg: 4.04 4.04 3.38 5/321 11014
/proc/meminfo: memFree=12001860/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=37264 CPUtime=1.48 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 4570 0 0 0 148 0 0 0 25 0 1 0 649686572 38158336 2525 33554432000 4194304 4580011 140735291802544 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 9316 2525 364 95 0 4298 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 37264

[startup+3.10035 s]
/proc/loadavg: 4.04 4.04 3.38 5/321 11014
/proc/meminfo: memFree=11998188/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=37832 CPUtime=3.08 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 6740 0 0 0 308 0 0 0 25 0 1 0 649686572 38739968 2622 33554432000 4194304 4580011 140735291802544 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 9458 2622 365 95 0 4440 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 37832

[startup+6.30079 s]
/proc/loadavg: 4.03 4.03 3.38 5/321 11014
/proc/meminfo: memFree=11973512/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=51916 CPUtime=6.29 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 13540 0 0 0 627 2 0 0 25 0 1 0 649686572 53161984 6856 33554432000 4194304 4580011 140735291802544 18446744073709551615 4321051 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 12979 6856 367 95 0 7961 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51916

[startup+12.7007 s]
/proc/loadavg: 4.03 4.03 3.39 5/321 11015
/proc/meminfo: memFree=11989172/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=54540 CPUtime=12.68 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 20792 0 0 0 1265 3 0 0 25 0 1 0 649686572 55848960 7555 33554432000 4194304 4580011 140735291802544 18446744073709551615 4293000 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 13635 7555 367 95 0 8617 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 54540

[startup+25.5004 s]
/proc/loadavg: 4.02 4.03 3.39 5/321 11015
/proc/meminfo: memFree=11945884/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=88076 CPUtime=25.48 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 39423 0 0 0 2541 7 0 0 25 0 1 0 649686572 90189824 15464 33554432000 4194304 4580011 140735291802544 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 22019 15464 367 95 0 17001 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 88076

[startup+51.1009 s]
/proc/loadavg: 4.01 4.03 3.41 5/321 11016
/proc/meminfo: memFree=11926136/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=98920 CPUtime=51.09 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 61910 0 0 0 5094 15 0 0 25 0 1 0 649686572 101294080 17927 33554432000 4194304 4580011 140735291802544 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 24730 17927 367 95 0 19712 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 98920

[startup+102.312 s]
/proc/loadavg: 4.16 4.07 3.45 5/321 11017
/proc/meminfo: memFree=11851304/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=156320 CPUtime=102.3 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 98288 0 0 0 10207 23 0 0 25 0 1 0 649686572 160071680 24563 33554432000 4194304 4580011 140735291802544 18446744073709551615 4293920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 39080 24563 367 95 0 34062 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 156320

[startup+162.3 s]
/proc/loadavg: 4.06 4.05 3.48 5/321 11019
/proc/meminfo: memFree=11810348/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=143960 CPUtime=162.29 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 140638 0 0 0 16198 31 0 0 25 0 1 0 649686572 147415040 29713 33554432000 4194304 4580011 140735291802544 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 35990 29713 367 95 0 30972 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 143960

[startup+222.301 s]
/proc/loadavg: 4.02 4.04 3.51 5/321 11020
/proc/meminfo: memFree=11802996/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=189224 CPUtime=222.29 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 174576 0 0 0 22190 39 0 0 25 0 1 0 649686572 193765376 30787 33554432000 4194304 4580011 140735291802544 18446744073709551615 4319912 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 47306 30787 367 95 0 42288 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 189224

[startup+282.3 s]
/proc/loadavg: 4.00 4.03 3.54 5/321 11022
/proc/meminfo: memFree=11765132/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=170060 CPUtime=282.29 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 209097 0 0 0 28183 46 0 0 25 0 1 0 649686572 174141440 34688 33554432000 4194304 4580011 140735291802544 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 42515 34688 367 95 0 37497 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 170060

[startup+342.301 s]
/proc/loadavg: 4.00 4.02 3.57 5/321 11023
/proc/meminfo: memFree=11784068/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=216676 CPUtime=342.29 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 238957 0 0 0 34175 54 0 0 25 0 1 0 649686572 221876224 37895 33554432000 4194304 4580011 140735291802544 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 54169 37895 367 95 0 49151 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 216676

[startup+402.301 s]
/proc/loadavg: 4.16 4.05 3.60 5/321 11025
/proc/meminfo: memFree=11773856/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=217548 CPUtime=402.29 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 266814 0 0 0 40167 62 0 0 25 0 1 0 649686572 222769152 37241 33554432000 4194304 4580011 140735291802544 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 54387 37241 367 95 0 49369 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 217548

[startup+462.3 s]
/proc/loadavg: 4.06 4.04 3.62 5/321 11027
/proc/meminfo: memFree=11728316/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=218288 CPUtime=462.3 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 293200 0 0 0 46161 69 0 0 25 0 1 0 649686572 223526912 40965 33554432000 4194304 4580011 140735291802544 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 54572 40965 367 95 0 49554 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 218288

[startup+522.301 s]
/proc/loadavg: 4.08 4.04 3.65 5/321 11028
/proc/meminfo: memFree=11678196/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=170700 CPUtime=522.29 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 319071 0 0 0 52153 76 0 0 25 0 1 0 649686572 174796800 35048 33554432000 4194304 4580011 140735291802544 18446744073709551615 4320853 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 42675 35048 367 95 0 37657 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 170700

[startup+582.3 s]
/proc/loadavg: 4.08 4.05 3.67 5/321 11030
/proc/meminfo: memFree=11691920/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=170824 CPUtime=582.3 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 344223 0 0 0 58146 84 0 0 25 0 1 0 649686572 174923776 35090 33554432000 4194304 4580011 140735291802544 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 42706 35090 367 95 0 37688 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 170824

[startup+642.301 s]
/proc/loadavg: 4.23 4.08 3.71 5/321 11031
/proc/meminfo: memFree=11662372/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=220656 CPUtime=642.31 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 367413 0 0 0 64140 91 0 0 25 0 1 0 649686572 225951744 40893 33554432000 4194304 4580011 140735291802544 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 55164 40893 367 95 0 50146 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 220656

[startup+702.3 s]
/proc/loadavg: 4.21 4.10 3.73 5/321 11033
/proc/meminfo: memFree=11652288/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=221312 CPUtime=702.3 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 391493 0 0 0 70132 98 0 0 25 0 1 0 649686572 226623488 38106 33554432000 4194304 4580011 140735291802544 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 55328 38107 367 95 0 50310 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 221312

[startup+762.312 s]
/proc/loadavg: 4.08 4.08 3.75 5/321 11035
/proc/meminfo: memFree=11572272/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=221748 CPUtime=762.32 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 414062 0 0 0 76126 106 0 0 25 0 1 0 649686572 227069952 42094 33554432000 4194304 4580011 140735291802544 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 55437 42094 367 95 0 50419 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 221748

[startup+822.301 s]
/proc/loadavg: 4.03 4.06 3.76 5/321 11045
/proc/meminfo: memFree=11494828/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=270856 CPUtime=822.31 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 444606 0 0 0 82117 114 0 0 25 0 1 0 649686572 277356544 53572 33554432000 4194304 4580011 140735291802544 18446744073709551615 4320984 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 67714 53572 367 95 0 62696 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 270856

[startup+882.3 s]
/proc/loadavg: 4.01 4.05 3.77 5/321 11047
/proc/meminfo: memFree=11567960/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=220600 CPUtime=882.31 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 466938 0 0 0 88109 122 0 0 25 0 1 0 649686572 225894400 46575 33554432000 4194304 4580011 140735291802544 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 55150 46575 367 95 0 50132 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 220600

[startup+942.301 s]
/proc/loadavg: 4.00 4.04 3.78 5/321 11048
/proc/meminfo: memFree=11572132/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=220684 CPUtime=942.31 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 488833 0 0 0 94101 130 0 0 25 0 1 0 649686572 225980416 48314 33554432000 4194304 4580011 140735291802544 18446744073709551615 4320745 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 55171 48314 367 95 0 50153 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 220684

[startup+1002.3 s]
/proc/loadavg: 3.86 4.01 3.79 4/315 11071
/proc/meminfo: memFree=11674556/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=299512 CPUtime=1002.3 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 512086 0 0 0 100094 136 0 0 25 0 1 0 649686572 306700288 61307 33554432000 4194304 4580011 140735291802544 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 74878 61307 367 95 0 69860 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 299512

[startup+1062.3 s]
/proc/loadavg: 3.27 3.82 3.74 3/309 11091
/proc/meminfo: memFree=11873764/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=299972 CPUtime=1062.31 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 533186 0 0 0 106087 144 0 0 25 0 1 0 649686572 307171328 61401 33554432000 4194304 4580011 140735291802544 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 74993 61401 367 95 0 69975 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 299972

[startup+1122.3 s]
/proc/loadavg: 2.46 3.49 3.62 3/309 11092
/proc/meminfo: memFree=11855668/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=300372 CPUtime=1122.3 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 555960 0 0 0 112080 150 0 0 25 0 1 0 649686572 307580928 62668 33554432000 4194304 4580011 140735291802544 18446744073709551615 4339827 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 75093 62668 367 95 0 70075 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 300372

[startup+1182.3 s]
/proc/loadavg: 2.17 3.21 3.52 3/309 11094
/proc/meminfo: memFree=11852652/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=300780 CPUtime=1182.31 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 577569 0 0 0 118074 157 0 0 25 0 1 0 649686572 307998720 62399 33554432000 4194304 4580011 140735291802544 18446744073709551615 4320786 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 75195 62399 367 95 0 70177 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 300780

[startup+1242.3 s]
/proc/loadavg: 1.53 2.85 3.37 2/303 11113
/proc/meminfo: memFree=12131680/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=301212 CPUtime=1242.31 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 600128 0 0 0 124067 164 0 0 25 0 1 0 649686572 308441088 62548 33554432000 4194304 4580011 140735291802544 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 75303 62548 367 95 0 70285 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 301212



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.23 2.52 3.23 2/303 11115
/proc/meminfo: memFree=12123964/32950928 swapFree=67111348/67111528
[pid=11013] ppid=11011 vsize=317128 CPUtime=1300.01 cores=1,3
/proc/11013/stat : 11013 (strangenight2-s) R 11011 11013 10553 0 -1 4202496 624647 0 0 0 129830 171 0 0 25 0 1 0 649686572 324739072 64181 33554432000 4194304 4580011 140735291802544 18446744073709551615 4451799 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11013/statm: 79282 64181 367 95 0 74264 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 317128

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.31
CPU system time (s): 1.73074
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 317128

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

runsolver used 3.66744 second user time and 9.28259 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-14 15:47:58
IDJOB=3367348
IDBENCH=82557
IDSOLVER=1845
FILE ID=node120/3367348-1305380878
RUNJOBID= node120-1305379154-10573
PBS_JOBID= 13324382
Free space on /tmp= 73492 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v5000-c21000-S912026804-034-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367348-1305380878/watcher-3367348-1305380878 -o /tmp/evaluation-result-3367348-1305380878/solver-3367348-1305380878 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367348-1305380878.cnf

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

MD5SUM BENCH= b0eb7b0423dfe1c78c61b0932da62ffe
RANDOM SEED=1040737253

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12014796 kB
Buffers:        239060 kB
Cached:        3554940 kB
SwapCached:          0 kB
Active:       17696220 kB
Inactive:      2950680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12014796 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5880 kB
Writeback:           0 kB
AnonPages:    16852516 kB
Mapped:          25820 kB
Slab:           174644 kB
PageTables:      50136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52087868 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= 73504 MiB
End job on node120 at 2011-05-14 16:09:40