Trace number 3282527

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-stUNSAT 64.9961 64.9963

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor032.cnf
MD5SUMe1a6f3a7c69cc7fbec84aac478eb151a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark57.5483
Satisfiable
(Un)Satisfiability was proved
Number of variables13240
Number of clauses39143
Sum of the clauses size91331
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 226094
Number of clauses of size 313047
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-3282527-1303755215.cnf'
0.00/0.00	c -- header says num vars:          13240
0.00/0.00	c -- header says num clauses:       39143
0.00/0.01	c -- clauses added:            0 learnts,        39143 normals,            0 xors
0.00/0.01	c -- vars added      13240
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0     13240     13047     26094         0     91329         0   no data   no data
0.29/0.31	c asymm  cl-useful: 0/13030/13030 lits-rem:0 time: 0.29
1.00/1.05	c Flit:     0 Blit:     65 bXBeca:    0 bXProp:   67 Bins:      0 BRemL:      0 BRemN:      0 P: 16.7M T:  0.73
1.00/1.05	c Replacing       67 vars Replaced     1244 lits Time:     0.00 s 
1.00/1.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.00/1.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.00/1.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.10/1.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  13090 time:  0.04 s
1.10/1.14	c Removed useless bin:      66  fixed:     0  props:   7.71M  time:  0.04 s
1.10/1.19	c lits-rem:         0  cl-subs:      116  v-elim:   4363  v-fix:    0  time:  0.04 s
1.19/1.21	c Finding binary XORs  T:     0.02 s  found:       0
1.19/1.22	c Finding non-binary XORs:     0.00 s (found:     525, avg size: 3.0)
1.19/1.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.19/1.22	c calculated reachability. Time: 0.01
1.19/1.22	c Calc default polars -  time:   0.00 s pos:     230 undec:    5327 neg:    7683
1.19/1.22	c =========================================================================================
1.19/1.22	c types(t): F = full restart, N = normal restart
1.19/1.22	c types(t): S = simplification begin/end, E = solution found
1.19/1.22	c restart types(rt): st = static, dy = dynamic
1.19/1.22	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.19/1.22	c  B st     0         0      8727     11656     15969         0     74988         0   no data   no data
1.69/1.75	c  N dy    10      6384      8727     11656     16065      3745     74988     58586     13.46     14.47
2.09/2.17	c  N dy    22     10480      8725     11656     16171      7689     74988    201715     11.80     12.69
2.59/2.68	c  N dy    34     14572      8724     11656     16258      7563     74987    238787     11.39     12.01
3.09/3.17	c  N dy    51     18769      8723     11656     16416      6156     74987     78674     11.65     12.36
3.59/3.63	c  N dy    71     22816      8723     11656     16669      9912     74987    222609     11.67     22.16
3.79/3.89	c  F st    84     25000      8723     11656     16714     12036     74987    321367     12.30   no data
4.09/4.15	c  N st    88     27034      8722     11645     16750      7484     74948    104550     12.30   no data
4.49/4.54	c  S st    90     30000      8722     11645     16791     10377     74948    261720     12.30   no data
4.59/4.61	c  S st    90     30503      8722     11645     16852     10818     74948    268869     12.30   no data
4.59/4.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.29/6.32	c Flit:     2 Blit:      1 bXBeca:    0 bXProp:  169 Bins:  66517 BRemL:   5501 BRemN:      0 P: 19.7M T:  1.71
6.29/6.33	c Replacing      169 vars Replaced     9696 lits Time:     0.01 s 
6.29/6.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.29/6.35	c bin-w-bin subsume rem         1272 bins  time:  0.01 s
6.29/6.36	c subs with bin:      265  lits-rem:       127  v-fix:    0  time:  0.01 s
6.29/6.38	c Subs w/ non-existent bins:      0 l-rem:    208 v-fix:     0 done:   8550 time:  0.03 s
6.29/6.39	c Removed useless bin:       1  fixed:     0  props:   0.59M  time:  0.00 s
6.39/6.44	c lits-rem:        32  cl-subs:      116  v-elim:   3649  v-fix:    0  time:  0.05 s
6.39/6.44	c subs with bin:      253  lits-rem:      1358  v-fix:    0  time:  0.00 s
6.39/6.45	c lits-rem:        82  cl-subs:      158  v-elim:      0  v-fix:    0  time:  0.00 s
6.88/6.99	c asymm  cl-useful: 322/12812/12812 lits-rem:378 time: 0.54
6.88/6.99	c calculated reachability. Time: 0.00
6.88/6.99	c  N dy    90     30503      4901     12812     37482      3110     66930     76709     12.30   no data
6.99/7.01	c Finding binary XORs  T:     0.01 s  found:      15
7.29/7.34	c  N dy   111     34561      4900     12812     37580      7027     66930    189401     12.10     12.93
7.59/7.69	c  N dy   136     38631      4897     12812     37671      7063     66928    168192     12.14     13.18
7.99/8.05	c  N dy   151     42743      4897     12812     37760     11038     66928    312533     12.07     12.82
8.29/8.34	c  S st   161     45754      4897     12812     37814      7183     66928    123342     11.97     10.25
8.29/8.39	c  S st   161     46259      4897     12812     37827      7675     66928    139073     11.97   no data
8.29/8.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.59/9.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  105 Bins:  18929 BRemL:  23098 BRemN:     28 P:  7.8M T:  1.21
9.59/9.61	c Replacing      120 vars Replaced     4890 lits Time:     0.01 s 
9.59/9.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.59/9.62	c bin-w-bin subsume rem          373 bins  time:  0.00 s
9.59/9.63	c subs with bin:      373  lits-rem:         6  v-fix:    0  time:  0.00 s
9.59/9.64	c Subs w/ non-existent bins:     22 l-rem:     40 v-fix:     0 done:   4777 time:  0.01 s
9.59/9.64	c Removed useless bin:      16  fixed:     0  props:   0.16M  time:  0.00 s
9.59/9.65	c lits-rem:         0  cl-subs:        2  v-elim:     56  v-fix:    0  time:  0.01 s
9.59/9.67	c subs with bin:      168  lits-rem:      1505  v-fix:    0  time:  0.01 s
9.59/9.68	c lits-rem:       118  cl-subs:      169  v-elim:      0  v-fix:    0  time:  0.01 s
9.59/9.68	c vivif2 --  cl tried    12243 cl shrink       13 lits rem         13 time: 0.01
9.59/9.69	c vivif2 --  cl tried     6682 cl shrink      391 lits rem       1241 time: 0.01
10.29/10.30	c asymm  cl-useful: 1/12242/12242 lits-rem:1 time: 0.61
10.29/10.31	c calculated reachability. Time: 0.00
10.29/10.31	c  N dy   161     46259      4721     12242     32200      6681     66293    107340     11.97   no data
10.29/10.32	c Finding binary XORs  T:     0.01 s  found:       1
10.59/10.66	c  N dy   177     50356      4720     12242     32253     10671     66293    230418     11.83     16.11
11.00/11.01	c  N dy   191     54403      4718     12242     32319     14586     66293    343372     11.81     12.90
11.29/11.37	c  N dy   215     58468      4718     12242     32412     10138     66293    164172     11.86     16.46
11.69/11.72	c  N dy   230     62653      4717     12242     32464     14206     66293    330573     11.81     12.48
12.00/12.10	c  N dy   249     66679      4717     12242     32533     18105     66293    484734     11.79     12.63
12.29/12.36	c  S st   263     69389      4717     12242     32578     10704     66293    141186     11.76   no data
12.39/12.42	c  S st   263     69892      4717     12242     32595     11189     66293    159500     11.76   no data
12.39/12.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.49/13.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  157 Bins:   7791 BRemL:  19530 BRemN:    109 P: 14.8M T:  1.17
13.59/13.60	c Replacing      158 vars Replaced     5780 lits Time:     0.01 s 
13.59/13.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.59/13.61	c bin-w-bin subsume rem          123 bins  time:  0.00 s
13.59/13.61	c subs with bin:      317  lits-rem:        20  v-fix:    0  time:  0.00 s
13.59/13.62	c Subs w/ non-existent bins:      1 l-rem:      6 v-fix:     0 done:   4559 time:  0.01 s
13.59/13.62	c Removed useless bin:       0  fixed:     0  props:   0.13M  time:  0.00 s
13.59/13.63	c lits-rem:         0  cl-subs:        3  v-elim:      5  v-fix:    0  time:  0.01 s
13.59/13.65	c subs with bin:      234  lits-rem:       795  v-fix:    0  time:  0.01 s
13.59/13.66	c lits-rem:       165  cl-subs:      264  v-elim:      0  v-fix:    0  time:  0.01 s
13.59/13.67	c vivif2 --  cl tried    11610 cl shrink       19 lits rem         19 time: 0.01
13.59/13.68	c vivif2 --  cl tried     9585 cl shrink      799 lits rem       3047 time: 0.01
14.20/14.28	c asymm  cl-useful: 25/11610/11610 lits-rem:27 time: 0.60
14.20/14.28	c calculated reachability. Time: 0.00
14.20/14.28	c  N dy   263     69892      4554     11609     17674      9581     64374    102910     11.76   no data
14.20/14.29	c Finding binary XORs  T:     0.01 s  found:       1
14.59/14.67	c  N dy   269     74462      4554     11609     17731     14038     64370    265880     11.55     12.21
15.09/15.14	c  N dy   290     79347      4550     11609     17899     18671     64369    398482     11.51     12.18
15.59/15.65	c  N dy   316     84758      4550     11609     17941     13225     64369    153696     11.47     12.14
15.89/15.91	c  F st   324     87500      4549     11609     17956     15858     64368    207316     11.39   no data
15.89/15.92	c Replacing        1 vars Replaced       31 lits Time:     0.00 s 
16.19/16.22	c  N st   329     90796      4547     11585     17684     18865     64277    337172     11.39   no data
16.79/16.82	c  N dy   347     96601      4547     11585     17782     12459     64277    108235     11.36     11.99
17.39/17.44	c  N dy   378    103119      4547     11585     17811     18861     64277    316575     11.37     11.99
17.60/17.63	c  S st   387    104839      4547     11585     17820     20543     64277    366235     11.37   no data
17.60/17.69	c  S st   387    105346      4547     11585     17823     21046     64277    382651     11.37   no data
17.60/17.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.89/18.92	c Flit:     4 Blit:      0 bXBeca:    0 bXProp:  310 Bins:   2436 BRemL:   1405 BRemN:    189 P: 15.3M T:  1.23
18.89/18.94	c Replacing      310 vars Replaced    14333 lits Time:     0.01 s 
18.89/18.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.89/18.94	c bin-w-bin subsume rem          291 bins  time:  0.00 s
18.89/18.95	c subs with bin:      139  lits-rem:        14  v-fix:    0  time:  0.00 s
18.89/18.96	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:   4233 time:  0.01 s
18.89/18.96	c Removed useless bin:       0  fixed:     0  props:   0.13M  time:  0.00 s
18.89/18.97	c lits-rem:         0  cl-subs:       12  v-elim:     12  v-fix:    0  time:  0.01 s
18.99/19.09	c subs with bin:      221  lits-rem:      3067  v-fix:    0  time:  0.10 s
19.09/19.17	c lits-rem:      1245  cl-subs:      759  v-elim:      0  v-fix:    0  time:  0.08 s
19.09/19.18	c vivif2 --  cl tried    10859 cl shrink        1 lits rem          1 time: 0.01
19.19/19.21	c vivif2 --  cl tried    17995 cl shrink     4369 lits rem      27787 time: 0.03
19.80/19.88	c asymm  cl-useful: 72/10357/10859 lits-rem:135 time: 0.67
19.80/19.89	c calculated reachability. Time: 0.00
19.80/19.89	c  N dy   387    105346      4221     10836     17453     17992     61675    296035     11.37   no data
19.80/19.89	c Finding binary XORs  T:     0.01 s  found:       8
20.59/20.62	c  N dy   401    112417      4220     10836     17485     12593     61675    109873     11.20     12.32
21.29/21.31	c  N dy   432    119663      4218     10836     17505     19746     61675    342490     11.15     11.78
22.09/22.13	c  N dy   462    127312      4217     10836     17522     27263     61675    586748     11.08     11.67
22.89/22.92	c  N dy   498    135671      4217     10836     17550     21430     61675    363240     11.06     11.83
23.89/23.91	c  N dy   548    144587      4216     10836     17567     30221     61675    659819     11.06     12.01
24.79/24.81	c  N dy   592    153819      4214     10836     17594     23915     61675    421796     11.03     18.05
25.19/25.25	c  S st   612    158019      4213     10836     17596     28051     61675    554261     11.02   no data
25.29/25.32	c  S st   612    158522      4213     10836     17599     28547     61675    573512     11.02   no data
25.29/25.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.49/26.50	c Flit:     4 Blit:      0 bXBeca:    0 bXProp:  105 Bins:   4358 BRemL:   3052 BRemN:     64 P: 15.4M T:  1.17
26.49/26.51	c Replacing      113 vars Replaced     6988 lits Time:     0.01 s 
26.49/26.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.49/26.52	c bin-w-bin subsume rem          101 bins  time:  0.00 s
26.49/26.52	c subs with bin:       43  lits-rem:        17  v-fix:    0  time:  0.00 s
26.49/26.53	c Subs w/ non-existent bins:      0 l-rem:      5 v-fix:     0 done:   4096 time:  0.01 s
26.49/26.53	c Removed useless bin:       3  fixed:     0  props:   0.12M  time:  0.00 s
26.49/26.55	c lits-rem:         2  cl-subs:       18  v-elim:     23  v-fix:    0  time:  0.01 s
26.59/26.69	c subs with bin:      279  lits-rem:      3495  v-fix:    0  time:  0.13 s
26.69/26.79	c lits-rem:      1850  cl-subs:     1164  v-elim:      0  v-fix:    0  time:  0.10 s
26.79/26.80	c vivif2 --  cl tried    10580 cl shrink      150 lits rem        150 time: 0.01
26.79/26.84	c vivif2 --  cl tried    22019 cl shrink     4685 lits rem      25227 time: 0.04
27.49/27.50	c asymm  cl-useful: 50/9640/10580 lits-rem:79 time: 0.67
27.49/27.51	c calculated reachability. Time: 0.00
27.49/27.51	c  N dy   612    158522      4073     10574     17822     21984     60358    350474     11.02   no data
27.49/27.52	c Finding binary XORs  T:     0.01 s  found:       5
28.50/28.60	c  N dy   648    168756      4068     10574     17863     18101     60357    326523     10.94     11.53
29.70/29.78	c  N dy   701    179620      4066     10574     17902     28754     60357    769232     10.91     16.82
30.99/31.01	c  N dy   748    191332      4065     10574     17925     23948     60357    431632     10.85     11.75
32.49/32.50	c  N dy   823    203674      4058     10574     17949     18106     60357    165437     10.89     11.49
33.79/33.88	c  N dy   894    216763      4057     10574     17984     30971     60357    746176     10.91     11.49
35.49/35.57	c  N dy   971    231148      4052     10574     18034     25741     60357    414219     10.93     11.51
36.29/36.32	c  S st  1012    237783      4051     10574     18047     32266     60357    679439     10.96   no data
36.39/36.40	c  S st  1012    238285      4051     10574     18048     32766     60357    700587     10.96   no data
36.39/36.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.69/37.80	c Flit:     3 Blit:      0 bXBeca:    0 bXProp:  101 Bins:   9415 BRemL:   1770 BRemN:     11 P: 15.3M T:  1.39
37.79/37.82	c Replacing      106 vars Replaced    14931 lits Time:     0.02 s 
37.79/37.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.79/37.82	c bin-w-bin subsume rem          683 bins  time:  0.00 s
37.79/37.83	c subs with bin:      133  lits-rem:       252  v-fix:    0  time:  0.00 s
37.79/37.84	c Subs w/ non-existent bins:      9 l-rem:     38 v-fix:     0 done:   3942 time:  0.01 s
37.79/37.84	c Removed useless bin:       4  fixed:     0  props:   0.14M  time:  0.00 s
37.79/37.86	c lits-rem:        19  cl-subs:       27  v-elim:     44  v-fix:    0  time:  0.02 s
37.99/38.07	c subs with bin:     1089  lits-rem:     11749  v-fix:    0  time:  0.20 s
38.19/38.22	c lits-rem:      2174  cl-subs:     1591  v-elim:      0  v-fix:    0  time:  0.15 s
38.19/38.23	c vivif2 --  cl tried    10260 cl shrink      288 lits rem        342 time: 0.01
38.19/38.28	c vivif2 --  cl tried    23645 cl shrink     6081 lits rem      33806 time: 0.04
38.29/38.31	c asymm  cl-useful: 0/597/10237 lits-rem:0 time: 0.03
38.29/38.31	c calculated reachability. Time: 0.00
38.29/38.31	c  N dy  1012    238285      3898     10237     22802     23497     58303    393190     10.96   no data
38.29/38.33	c Finding binary XORs  T:     0.01 s  found:       9
40.09/40.12	c  N dy  1077    253547      3886     10237     22867     21392     58302    337073     10.91     11.72
42.19/42.26	c  N dy  1177    269919      3877     10237     22925     37513     58301   1163274     10.97     11.68
44.50/44.51	c  N dy  1292    287419      3873     10237     22981     34886     58301   1009226     11.03     11.78
47.20/47.23	c  N dy  1414    306128      3863     10237     23060     31512     58300    702519     11.11     11.72
47.20/47.24	c  F st  1416    306250      3863     10237     23060     31634     58300    710587     11.11   no data
47.20/47.26	c Replacing        9 vars Replaced      590 lits Time:     0.01 s 
47.69/47.75	c Finding binary XORs  T:     0.01 s  found:      49
47.69/47.76	c Replacing       49 vars Replaced     4803 lits Time:     0.01 s 
50.09/50.16	c  N dy  1513    325721      3799     10029     22577     26062     57097    470618     11.15     11.80
53.29/53.36	c  N dy  1654    345788      3786     10029     22638     45835     57097   1656272     11.25     14.33
54.99/55.01	c  S st  1733    357427      3764     10029     22680     33642     57097    800849     11.29   no data
55.09/55.10	c  S st  1733    357932      3764     10029     22682     34144     57097    839254     11.29   no data
55.09/55.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.90/56.90	c Flit:     5 Blit:     46 bXBeca:    0 bXProp:  225 Bins:  22923 BRemL:   6279 BRemN:      3 P: 31.2M T:  1.79
56.90/56.94	c Replacing      225 vars Replaced    41623 lits Time:     0.02 s 
56.90/56.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.90/56.94	c bin-w-bin subsume rem         2936 bins  time:  0.00 s
56.90/56.95	c subs with bin:      348  lits-rem:       662  v-fix:    0  time:  0.01 s
56.90/56.96	c Subs w/ non-existent bins:     21 l-rem:    251 v-fix:     0 done:   3486 time:  0.01 s
56.90/56.96	c Removed useless bin:      15  fixed:     0  props:   0.20M  time:  0.00 s
56.90/56.98	c lits-rem:       162  cl-subs:      205  v-elim:     93  v-fix:    0  time:  0.02 s
57.10/57.11	c subs with bin:     2734  lits-rem:      7614  v-fix:    0  time:  0.12 s
57.10/57.18	c lits-rem:      1134  cl-subs:     1120  v-elim:      0  v-fix:    0  time:  0.07 s
57.10/57.19	c vivif2 --  cl tried     9005 cl shrink      618 lits rem       1265 time: 0.01
57.20/57.22	c vivif2 --  cl tried    16592 cl shrink     6507 lits rem      37754 time: 0.03
57.80/57.88	c asymm  cl-useful: 238/6244/8898 lits-rem:448 time: 0.66
57.80/57.89	c calculated reachability. Time: 0.00
57.80/57.89	c  N dy  1733    357932      3393      8827     33202     15631     49926    252478     11.29   no data
57.90/57.90	c Finding binary XORs  T:     0.01 s  found:      98
57.90/57.91	c Replacing       98 vars Replaced     4671 lits Time:     0.00 s 
60.40/60.41	c  N dy  1867    378068      3276      8819     33272     35352     49847   1104775     11.34     12.09
63.09/63.11	c  N dy  1996    398636      3260      8667     32694     34010     49069    888696     11.38     12.27
64.30/64.36	c Finding binary XORs  T:     0.01 s  found:      79
64.30/64.39	c Replacing       79 vars Replaced    19965 lits Time:     0.03 s 
64.90/64.97	c  E dy  2087    411650      3100      8273     31668     21695     47107    358507     11.44      4.75
64.90/64.97	c num threads              : 1          
64.90/64.97	c restarts                 : 2087       
64.90/64.97	c dynamic restarts         : 2063       
64.90/64.97	c static restarts          : 24         
64.90/64.97	c full restarts            : 3          
64.90/64.97	c total simplify time      : 0.19       
64.90/64.97	c learnts DL2              : 0          
64.90/64.97	c learnts size 2           : 176422     
64.90/64.97	c learnts size 1           : 1077        (8.13      % of vars)
64.90/64.97	c filedLit time            : 10.44       (16.09     % time)
64.90/64.97	c v-elim SatELite          : 8245        (62.27     % vars)
64.90/64.97	c SatELite time            : 0.58        (0.90      % time)
64.90/64.97	c v-elim xor               : 0           (0.00      % vars)
64.90/64.97	c xor elim time            : 0.02        (0.04      % time)
64.90/64.97	c num binary xor trees     : 395        
64.90/64.97	c binxor trees' crown      : 1504        (3.81      leafs/tree)
64.90/64.97	c bin xor find time        : 0.12       
64.90/64.97	c OTF clause improved      : 5675        (0.01      clauses/conflict)
64.90/64.97	c OTF impr. size diff      : 7910        (1.39       lits/clause)
64.90/64.97	c OTF cl watch-shrink      : 275066      (0.67      clauses/conflict)
64.90/64.97	c OTF cl watch-sh-lit      : 1482810     (5.39       lits/clause)
64.90/64.97	c tried to recurMin cls    : 185519      (45.07      % of conflicts)
64.90/64.97	c updated cache            : 0           (0.00       lits/tried recurMin)
64.90/64.97	c clauses over max glue    : 0           (0.00      % of all clauses)
64.90/64.97	c conflicts                : 411650      (6342.43   / sec)
64.90/64.97	c decisions                : 1044137     (0.74      % random)
64.90/64.97	c bogo-props               : 2975409455  (45843143.07 / sec)
64.90/64.97	c conflict literals        : 17612046    (38.05     % deleted)
64.90/64.97	c Memory used              : 109.54      MB
64.90/64.97	c CPU time                 : 64.90       s
64.90/64.97	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3282527-1303755215/watcher-3282527-1303755215 -o /tmp/evaluation-result-3282527-1303755215/solver-3282527-1303755215 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3282527-1303755215.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: 1.85 2.04 2.49 2/174 13526
/proc/meminfo: memFree=18979540/32951132 swapFree=67111524/67111528
[pid=13526] ppid=13524 vsize=30932 CPUtime=0 cores=1,3
/proc/13526/stat : 13526 (strangenight2-s) R 13524 13526 12300 0 -1 4202496 886 0 0 0 0 0 0 0 18 0 1 0 487121120 31674368 792 33554432000 4194304 4627331 140735992415376 18446744073709551615 210646843577 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13526/statm: 7733 805 321 106 0 2704 0

[startup+0.00823492 s]
/proc/loadavg: 1.85 2.04 2.49 2/174 13526
/proc/meminfo: memFree=18979540/32951132 swapFree=67111524/67111528
[pid=13526] ppid=13524 vsize=31740 CPUtime=0 cores=1,3
/proc/13526/stat : 13526 (strangenight2-s) R 13524 13526 12300 0 -1 4202496 1173 0 0 0 0 0 0 0 18 0 1 0 487121120 32501760 1015 33554432000 4194304 4627331 140735992415376 18446744073709551615 4314174 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13526/statm: 7935 1016 321 106 0 2906 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 31740

[startup+0.100267 s]
/proc/loadavg: 1.85 2.04 2.49 2/174 13526
/proc/meminfo: memFree=18979540/32951132 swapFree=67111524/67111528
[pid=13526] ppid=13524 vsize=35112 CPUtime=0.09 cores=1,3
/proc/13526/stat : 13526 (strangenight2-s) R 13524 13526 12300 0 -1 4202496 2148 0 0 0 9 0 0 0 18 0 1 0 487121120 35954688 1851 33554432000 4194304 4627331 140735992415376 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13526/statm: 8778 1851 343 106 0 3749 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35112

[startup+0.300221 s]
/proc/loadavg: 1.85 2.04 2.49 2/174 13526
/proc/meminfo: memFree=18979540/32951132 swapFree=67111524/67111528
[pid=13526] ppid=13524 vsize=35112 CPUtime=0.29 cores=1,3
/proc/13526/stat : 13526 (strangenight2-s) R 13524 13526 12300 0 -1 4202496 2148 0 0 0 29 0 0 0 18 0 1 0 487121120 35954688 1851 33554432000 4194304 4627331 140735992415376 18446744073709551615 4308243 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13526/statm: 8778 1851 343 106 0 3749 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35112

[startup+0.700154 s]
/proc/loadavg: 1.85 2.04 2.49 2/174 13526
/proc/meminfo: memFree=18979540/32951132 swapFree=67111524/67111528
[pid=13526] ppid=13524 vsize=60924 CPUtime=0.69 cores=1,3
/proc/13526/stat : 13526 (strangenight2-s) R 13524 13526 12300 0 -1 4202496 8115 0 0 0 68 1 0 0 18 0 1 0 487121120 62386176 7818 33554432000 4194304 4627331 140735992415376 18446744073709551615 4308403 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13526/statm: 15231 7818 347 106 0 10202 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60924

[startup+1.50102 s]
/proc/loadavg: 1.85 2.04 2.49 5/188 13553
/proc/meminfo: memFree=18791320/32951132 swapFree=67111524/67111528
[pid=13526] ppid=13524 vsize=67124 CPUtime=1.49 cores=1,3
/proc/13526/stat : 13526 (strangenight2-s) R 13524 13526 12300 0 -1 4202496 9937 0 0 0 148 1 0 0 20 0 1 0 487121120 68734976 9640 33554432000 4194304 4627331 140735992415376 18446744073709551615 4332808 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13526/statm: 16781 9640 373 106 0 11752 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67124

[startup+3.10075 s]
/proc/loadavg: 2.02 2.07 2.49 5/188 13553
/proc/meminfo: memFree=18685424/32951132 swapFree=67111524/67111528
[pid=13526] ppid=13524 vsize=68240 CPUtime=3.09 cores=1,3
/proc/13526/stat : 13526 (strangenight2-s) R 13524 13526 12300 0 -1 4202496 10936 0 0 0 308 1 0 0 25 0 1 0 487121120 69877760 9873 33554432000 4194304 4627331 140735992415376 18446744073709551615 4330014 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13526/statm: 17060 9873 374 106 0 12031 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68240

[startup+6.30021 s]
/proc/loadavg: 2.02 2.07 2.49 6/188 13554
/proc/meminfo: memFree=18512328/32951132 swapFree=67111524/67111528
[pid=13526] ppid=13524 vsize=73840 CPUtime=6.29 cores=1,3
/proc/13526/stat : 13526 (strangenight2-s) R 13524 13526 12300 0 -1 4202496 13062 0 0 0 627 2 0 0 25 0 1 0 487121120 75612160 11017 33554432000 4194304 4627331 140735992415376 18446744073709551615 4237510 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13526/statm: 18460 11017 377 106 0 13431 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73840

[startup+12.7001 s]
/proc/loadavg: 2.78 2.24 2.54 6/188 13554
/proc/meminfo: memFree=18395628/32951132 swapFree=67111524/67111528
[pid=13526] ppid=13524 vsize=86044 CPUtime=12.69 cores=1,3
/proc/13526/stat : 13526 (strangenight2-s) R 13524 13526 12300 0 -1 4202496 16217 0 0 0 1266 3 0 0 25 0 1 0 487121120 88109056 12304 33554432000 4194304 4627331 140735992415376 18446744073709551615 4308243 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13526/statm: 21511 12304 377 106 0 16482 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86044

[startup+25.501 s]
/proc/loadavg: 2.96 2.29 2.56 5/188 13554
/proc/meminfo: memFree=18382048/32951132 swapFree=67111524/67111528
[pid=13526] ppid=13524 vsize=87836 CPUtime=25.49 cores=1,3
/proc/13526/stat : 13526 (strangenight2-s) R 13524 13526 12300 0 -1 4202496 22499 0 0 0 2546 3 0 0 25 0 1 0 487121120 89944064 14746 33554432000 4194304 4627331 140735992415376 18446744073709551615 4308683 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13526/statm: 21959 14746 377 106 0 16930 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87836

[startup+51.1007 s]
/proc/loadavg: 3.32 2.43 2.59 5/188 13555
/proc/meminfo: memFree=18326440/32951132 swapFree=67111524/67111528
[pid=13526] ppid=13524 vsize=96360 CPUtime=51.09 cores=1,3
/proc/13526/stat : 13526 (strangenight2-s) R 13524 13526 12300 0 -1 4202496 36237 0 0 0 5104 5 0 0 25 0 1 0 487121120 98672640 17074 33554432000 4194304 4627331 140735992415376 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13526/statm: 24090 17074 377 106 0 19061 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 96360

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

[startup+57.5006 s]
/proc/loadavg: 3.42 2.48 2.61 5/188 13555
/proc/meminfo: memFree=18333256/32951132 swapFree=67111524/67111528
[pid=13526] ppid=13524 vsize=103180 CPUtime=57.5 cores=1,3
/proc/13526/stat : 13526 (strangenight2-s) R 13524 13526 12300 0 -1 4202496 39760 0 0 0 5744 6 0 0 25 0 1 0 487121120 105656320 18665 33554432000 4194304 4627331 140735992415376 18446744073709551615 4308387 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13526/statm: 25795 18665 377 106 0 20766 0
Current children cumulated CPU time (s) 57.5
Current children cumulated vsize (KiB) 103180

[startup+60.7011 s]
/proc/loadavg: 3.42 2.48 2.61 5/188 13555
/proc/meminfo: memFree=18327676/32951132 swapFree=67111524/67111528
[pid=13526] ppid=13524 vsize=102024 CPUtime=60.69 cores=1,3
/proc/13526/stat : 13526 (strangenight2-s) R 13524 13526 12300 0 -1 4202496 40843 0 0 0 6063 6 0 0 25 0 1 0 487121120 104472576 17730 33554432000 4194304 4627331 140735992415376 18446744073709551615 4308955 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13526/statm: 25506 17730 377 106 0 20477 0
Current children cumulated CPU time (s) 60.69
Current children cumulated vsize (KiB) 102024

[startup+62.3008 s]
/proc/loadavg: 3.42 2.48 2.61 5/188 13555
/proc/meminfo: memFree=18329040/32951132 swapFree=67111524/67111528
[pid=13526] ppid=13524 vsize=102024 CPUtime=62.29 cores=1,3
/proc/13526/stat : 13526 (strangenight2-s) R 13524 13526 12300 0 -1 4202496 41321 0 0 0 6223 6 0 0 25 0 1 0 487121120 104472576 18208 33554432000 4194304 4627331 140735992415376 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13526/statm: 25506 18208 377 106 0 20477 0
Current children cumulated CPU time (s) 62.29
Current children cumulated vsize (KiB) 102024

[startup+63.9005 s]
/proc/loadavg: 3.47 2.51 2.62 5/188 13555
/proc/meminfo: memFree=18317880/32951132 swapFree=67111524/67111528
[pid=13526] ppid=13524 vsize=102024 CPUtime=63.89 cores=1,3
/proc/13526/stat : 13526 (strangenight2-s) R 13524 13526 12300 0 -1 4202496 41734 0 0 0 6383 6 0 0 25 0 1 0 487121120 104472576 18621 33554432000 4194304 4627331 140735992415376 18446744073709551615 4309221 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13526/statm: 25506 18621 377 106 0 20477 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 102024

[startup+64.7004 s]
/proc/loadavg: 3.47 2.51 2.62 5/188 13555
/proc/meminfo: memFree=18317880/32951132 swapFree=67111524/67111528
[pid=13526] ppid=13524 vsize=112168 CPUtime=64.69 cores=1,3
/proc/13526/stat : 13526 (strangenight2-s) R 13524 13526 12300 0 -1 4202496 42262 0 0 0 6462 7 0 0 25 0 1 0 487121120 114860032 19149 33554432000 4194304 4627331 140735992415376 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13526/statm: 28042 19149 377 106 0 23013 0
Current children cumulated CPU time (s) 64.69
Current children cumulated vsize (KiB) 112168

[startup+64.9063 s]
/proc/loadavg: 3.47 2.51 2.62 5/188 13555
/proc/meminfo: memFree=18313912/32951132 swapFree=67111524/67111528
[pid=13526] ppid=13524 vsize=112168 CPUtime=64.9 cores=1,3
/proc/13526/stat : 13526 (strangenight2-s) R 13524 13526 12300 0 -1 4202496 42316 0 0 0 6483 7 0 0 25 0 1 0 487121120 114860032 19203 33554432000 4194304 4627331 140735992415376 18446744073709551615 4507152 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13526/statm: 28042 19203 377 106 0 23013 0
Current children cumulated CPU time (s) 64.9
Current children cumulated vsize (KiB) 112168

Child status: 20
Real time (s): 64.9963
CPU time (s): 64.9961
CPU user time (s): 64.9191
CPU system time (s): 0.076988
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 112168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.9191
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42347
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= 13
involuntary context switches= 97

runsolver used 0.109983 second user time and 0.269958 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-25 20:13:35
IDJOB=3282527
IDBENCH=70818
IDSOLVER=1587
FILE ID=node129/3282527-1303755215
RUNJOBID= node129-1303755215-13512
PBS_JOBID= 13154033
Free space on /tmp= 66336 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor032.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282527-1303755215/watcher-3282527-1303755215 -o /tmp/evaluation-result-3282527-1303755215/solver-3282527-1303755215 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3282527-1303755215.cnf

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

MD5SUM BENCH= e1a6f3a7c69cc7fbec84aac478eb151a
RANDOM SEED=817159873

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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:     32951132 kB
MemFree:      18979696 kB
Buffers:       1236028 kB
Cached:       12004708 kB
SwapCached:          4 kB
Active:        1869544 kB
Inactive:     11439344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18979696 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7080 kB
Writeback:           8 kB
AnonPages:       67532 kB
Mapped:          14696 kB
Slab:           598960 kB
PageTables:       4716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   195432 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66304 MiB
End job on node129 at 2011-04-25 20:14:40