Trace number 3370478

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st (fixed)SAT 94.5966 94.5985

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q446.25-n35-p15-s25120921.cnf
MD5SUM4b4e8a8187c1b8536d6b504b16289d38
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.732887
Satisfiable
(Un)Satisfiability was proved
Number of variables1106
Number of clauses129272
Sum of the clauses size259580
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2129237
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3370478-1305396707.cnf'
0.00/0.01	c -- header says num vars:           1106
0.00/0.01	c -- header says num clauses:      129272
0.00/0.02	c -- clauses added:            0 learnts,       129272 normals,            0 xors
0.00/0.02	c -- vars added       1106
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0      1106        35    129237         0    259580         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/35/35 lits-rem:0 time: 0.00
0.00/0.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
0.00/0.06	c bin-w-bin subsume rem            0 bins  time:  0.02 s
0.07/0.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.07/0.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1106 time:  0.01 s
0.09/0.10	c Removed useless bin:       0  fixed:     0  props:   0.65M  time:  0.01 s
0.09/0.13	c lits-rem:       540  cl-subs:        0  v-elim:     35  v-fix:    0  time:  0.03 s
0.09/0.13	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.14	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.09/0.14	c calculated reachability. Time: 0.00
0.09/0.14	c Calc default polars -  time:   0.00 s pos:       0 undec:      35 neg:    1071
0.09/0.14	c =========================================================================================
0.09/0.14	c types(t): F = full restart, N = normal restart
0.09/0.14	c types(t): S = simplification begin/end, E = solution found
0.09/0.14	c restart types(rt): st = static, dy = dynamic
0.09/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.14	c  B st     0         0      1071      3670    124496         0    380542         0   no data   no data  --
0.49/0.54	c  N dy    20      4172      1071      3670    124496      4024    380534    559790      9.82     10.36  --
0.79/0.87	c  N dy    37      8252      1071      3670    124497      5564    380532    428330      9.51     18.07  --
1.19/1.25	c  N dy    51     12374      1071      3670    124497      5457    380522    390710      9.21      9.83  --
1.59/1.68	c  N dy    66     16641      1071      3670    124497      9606    380510    774151      9.34      9.87  --
1.99/2.08	c  N dy    81     20670      1071      3670    124498      8069    380505    584626      9.35      9.87  --
2.49/2.53	c  N dy    98     24765      1071      3670    124498     12055    380494    901753      9.26     11.43  --
2.49/2.57	c  F st   100     25000      1071      3670    124498     12282    380494    921217      9.26      8.09  --
3.09/3.11	c  N dy   106     30000      1071      3670    124498     10459    380494    691634      9.26   no data  --
3.09/3.11	c  S st   106     30000      1071      3670    124498     10459    380494    691634      9.26   no data  --
3.09/3.17	c  S st   106     30501      1071      3670    124498     10957    380494    726792      9.26   no data  --
3.09/3.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.09/3.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.39/3.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.0M T:  0.27
3.39/3.49	c bin-w-bin subsume rem            0 bins  time:  0.02 s
4.79/4.88	c subs with bin:       84  lits-rem:      3035  v-fix:    0  time:  1.39 s
4.79/4.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1071 time:  0.01 s
4.89/4.90	c Removed useless bin:       0  fixed:     0  props:   0.63M  time:  0.01 s
8.39/8.46	c lits-rem:      3946  cl-subs:      805  v-elim:      0  v-fix:    0  time:  3.56 s
8.59/8.66	c asymm  cl-useful: 955/1515/3670 lits-rem:11022 time: 0.20
8.59/8.67	c calculated reachability. Time: 0.00
8.59/8.67	c  N dy   106     30501      1071      3670    124498     10068    363134    692909      9.26   no data  --
9.09/9.18	c  N dy   119     34662      1071      3670    124498     14116    363134   1019764      9.17      9.66  --
9.69/9.71	c  N dy   146     38724      1071      3670    124500     10402    363134    673001      9.38     17.22  --
10.19/10.24	c  N dy   168     42800      1071      3670    124501     14365    363133   1003311      9.47     10.29  --
10.59/10.69	c  S st   180     45751      1071      3670    124501     17217    363132   1245844      9.46      7.34  --
10.69/10.76	c  S st   180     46255      1071      3670    124501      9046    363132    484521      9.46   no data  --
10.69/10.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.69/10.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.89/11.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.5M T:  0.23
11.00/11.03	c bin-w-bin subsume rem            0 bins  time:  0.02 s
12.39/12.40	c subs with bin:        0  lits-rem:      1351  v-fix:    0  time:  1.37 s
12.39/12.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1071 time:  0.01 s
12.39/12.43	c Removed useless bin:       0  fixed:     0  props:   0.63M  time:  0.01 s
15.09/15.13	c lits-rem:       451  cl-subs:      205  v-elim:      0  v-fix:    0  time:  2.70 s
15.09/15.13	c vivif2 --  cl tried     3670 cl shrink     1659 lits rem      12437 time: 0.00
15.09/15.14	c vivif2 --  cl tried     8841 cl shrink       14 lits rem         14 time: 0.01
15.29/15.33	c asymm  cl-useful: 0/1643/3670 lits-rem:0 time: 0.19
15.29/15.33	c calculated reachability. Time: 0.00
15.29/15.33	c  N dy   180     46255      1071      3670    124501      8841    349150    479484      9.46   no data  --
15.79/15.86	c  N dy   199     50317      1071      3670    124502     12787    349150    776195      9.64     15.11  --
16.40/16.41	c  N dy   219     54508      1071      3670    124503     16814    349150   1029404      9.64     10.20  --
16.99/17.01	c  N dy   236     59195      1071      3670    124504     11697    349150    654589      9.61     10.12  --
17.50/17.55	c  N dy   256     63671      1071      3670    124505     15979    349150    944659      9.60     10.14  --
18.19/18.23	c  N dy   284     67765      1071      3670    124506     19881    349149   1219035      9.72     16.58  --
18.49/18.52	c  S st   296     69384      1071      3670    124507     10863    349149    529487      9.80      8.66  --
18.49/18.57	c  S st   296     69888      1071      3670    124507     11365    349149    562385      9.80   no data  --
18.49/18.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.49/18.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.79/18.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.3M T:  0.24
18.79/18.85	c bin-w-bin subsume rem            0 bins  time:  0.02 s
20.19/20.22	c subs with bin:       10  lits-rem:        18  v-fix:    0  time:  1.36 s
20.19/20.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1071 time:  0.01 s
20.19/20.24	c Removed useless bin:       0  fixed:     0  props:   0.63M  time:  0.01 s
23.10/23.17	c lits-rem:      1256  cl-subs:      477  v-elim:      0  v-fix:    0  time:  2.93 s
23.10/23.17	c vivif2 --  cl tried     3670 cl shrink        1 lits rem          1 time: 0.00
23.10/23.18	c vivif2 --  cl tried    10878 cl shrink       19 lits rem         19 time: 0.01
23.29/23.37	c asymm  cl-useful: 0/1988/3670 lits-rem:0 time: 0.18
23.29/23.37	c calculated reachability. Time: 0.00
23.29/23.37	c  N dy   296     69888      1071      3670    124508     10878    349010    554047      9.80   no data  --
23.89/23.90	c  N dy   316     74407      1071      3670    124510     15212    349010    850181      9.83     13.67  --
24.59/24.62	c  N dy   346     79165      1071      3670    124511     19749    349010   1140232      9.98     28.67  --
25.30/25.37	c  N dy   372     84294      1071      3670    124511     13201    349010    656654     10.05     10.70  --
25.68/25.76	c  F st   383     87500      1071      3670    124511     16306    349010    889549     10.03      6.95  --
26.18/26.28	c  N st   388     90796      1071      3670    124511     19435    349010   1122748     10.03   no data  --
27.29/27.34	c  N dy   402     96656      1071      3670    124514     12571    349010    585921     10.01     15.58  --
28.09/28.13	c  N dy   435    102914      1071      3670    124516     18585    349010    999896     10.06     10.92  --
28.39/28.41	c  S st   446    104832      1071      3670    124516     20452    349010   1121354     10.09      9.08  --
28.39/28.48	c  S st   446    105334      1071      3670    124516     20953    349010   1161847     10.09   no data  --
28.39/28.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.39/28.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.79/28.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.1M T:  0.38
28.89/28.92	c bin-w-bin subsume rem            1 bins  time:  0.02 s
30.19/30.24	c subs with bin:        5  lits-rem:         0  v-fix:    0  time:  1.31 s
30.19/30.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1071 time:  0.01 s
30.19/30.26	c Removed useless bin:       0  fixed:     0  props:   0.62M  time:  0.01 s
32.19/32.25	c lits-rem:      1525  cl-subs:     1005  v-elim:      0  v-fix:    0  time:  1.99 s
32.19/32.25	c vivif2 --  cl tried     3670 cl shrink        1 lits rem          1 time: 0.00
32.19/32.28	c vivif2 --  cl tried    19943 cl shrink      204 lits rem        212 time: 0.02
32.39/32.48	c asymm  cl-useful: 0/771/3670 lits-rem:0 time: 0.20
32.39/32.48	c calculated reachability. Time: 0.00
32.39/32.48	c  N dy   446    105334      1071      3670    124515     19943    349009   1136457     10.09   no data  --
33.69/33.74	c  N dy   481    112304      1071      3670    124516     26602    349009   1582968     10.11     11.16  --
34.68/34.78	c  N dy   517    119681      1071      3670    124518     20267    349009   1094502     10.17     11.02  --
36.20/36.28	c  N dy   553    127904      1071      3670    124519     28138    349009   1621996     10.22     11.02  --
37.59/37.65	c  N dy   598    137131      1071      3670    124522     22594    349009   1193575     10.24     11.00  --
39.50/39.55	c  N dy   650    147029      1071      3670    124528     16698    349009    774901     10.30     10.87  --
41.09/41.13	c  N dy   693    156976      1071      3670    124531     26248    349009   1405789     10.31     11.15  --
41.29/41.37	c  S st   699    158007      1071      3670    124531     27250    349009   1463026     10.30   no data  --
41.39/41.45	c  S st   699    158512      1071      3670    124531     27753    349009   1502392     10.30   no data  --
41.39/41.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.39/41.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
41.89/41.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P: 22.0M T:  0.45
41.89/41.97	c bin-w-bin subsume rem            0 bins  time:  0.02 s
43.39/43.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.49 s
43.39/43.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1071 time:  0.01 s
43.39/43.48	c Removed useless bin:       0  fixed:     0  props:   0.62M  time:  0.01 s
46.09/46.19	c lits-rem:      1882  cl-subs:     1803  v-elim:      0  v-fix:    0  time:  2.70 s
46.09/46.19	c vivif2 --  cl tried     3670 cl shrink        3 lits rem          3 time: 0.00
46.20/46.22	c vivif2 --  cl tried    25950 cl shrink      719 lits rem        868 time: 0.03
46.38/46.42	c asymm  cl-useful: 0/842/3670 lits-rem:0 time: 0.19
46.38/46.42	c calculated reachability. Time: 0.00
46.38/46.42	c  N dy   699    158512      1071      3670    124532     25950    349006   1465330     10.30   no data  --
48.49/48.50	c  N dy   761    169272      1071      3670    124534     19947    349006    977104     10.39     11.00  --
50.49/50.51	c  N dy   816    180148      1071      3670    124537     30274    349006   1622784     10.47     17.43  --
52.49/52.57	c  N dy   865    191802      1071      3670    124546     24246    349006   1243791     10.46     11.03  --
55.09/55.12	c  N dy   929    204070      1071      3670    124551     35957    349006   1957663     10.49     15.39  --
57.48/57.54	c  N dy   999    217329      1071      3670    124555     30504    349006   1521015     10.58     11.78  --
60.29/60.35	c  N dy  1062    231502      1070      3670    124571     24947    349006   1114499     10.61     11.30  --
61.39/61.47	c  S st  1097    237768      1070      3670    124573     30979    349006   1502191     10.63      8.44  --
61.50/61.55	c  S st  1097    238272      1070      3670    124573     31481    349006   1539169     10.63   no data  --
61.50/61.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.50/61.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.99/62.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P: 24.2M T:  0.50
62.09/62.13	c bin-w-bin subsume rem            0 bins  time:  0.02 s
63.39/63.48	c subs with bin:       21  lits-rem:         5  v-fix:    0  time:  1.35 s
63.39/63.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1070 time:  0.01 s
63.49/63.50	c Removed useless bin:       0  fixed:     0  props:   0.62M  time:  0.01 s
65.59/65.66	c lits-rem:      1050  cl-subs:     1624  v-elim:      0  v-fix:    0  time:  2.15 s
65.59/65.66	c vivif2 --  cl tried     3670 cl shrink        2 lits rem          2 time: 0.00
65.59/65.69	c vivif2 --  cl tried    26964 cl shrink      908 lits rem       1069 time: 0.03
65.79/65.89	c asymm  cl-useful: 0/1175/3670 lits-rem:0 time: 0.20
65.79/65.89	c calculated reachability. Time: 0.00
65.79/65.89	c  N dy  1097    238272      1070      3670    124206     26963    348255   1456564     10.63   no data  --
68.89/68.95	c  N dy  1169    253485      1070      3670    124207     22919    348255   1041659     10.64     11.52  --
72.09/72.17	c  N dy  1232    269861      1070      3670    124216     38537    348255   1978076     10.61     11.20  --
75.18/75.29	c  N dy  1292    287172      1070      3670    124223     34740    348255   1696018     10.59     17.63  --
79.09/79.12	c  N dy  1383    305926      1070      3670    124231     30962    348255   1407826     10.60     11.52  --
79.09/79.20	c  F st  1387    306250      1070      3670    124231     31271    348255   1425906     10.61   no data  --
83.19/83.24	c  N dy  1439    325562      1069      3670    124244     26962    348255   1099999     10.58     11.18  --
87.29/87.39	c  N dy  1544    345673      1068      3670    124264     46193    348255   2366835     10.65     11.23  --
89.19/89.29	c  S st  1603    357409      1068      3670    124267     33745    348255   1483189     10.66   no data  --
89.29/89.38	c  S st  1603    357910      1068      3670    124267     34239    348255   1522959     10.66   no data  --
89.29/89.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
89.29/89.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
89.79/89.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 24.7M T:  0.49
89.89/89.95	c bin-w-bin subsume rem            1 bins  time:  0.02 s
91.30/91.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
91.30/91.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1068 time:  0.01 s
91.30/91.38	c Removed useless bin:       0  fixed:     0  props:   0.61M  time:  0.01 s
93.09/93.11	c lits-rem:      1098  cl-subs:     1378  v-elim:      0  v-fix:    0  time:  1.73 s
93.09/93.11	c vivif2 --  cl tried     3670 cl shrink        2 lits rem          2 time: 0.00
93.09/93.14	c vivif2 --  cl tried    26823 cl shrink      454 lits rem        557 time: 0.03
93.29/93.34	c asymm  cl-useful: 0/913/3670 lits-rem:0 time: 0.20
93.29/93.35	c calculated reachability. Time: 0.00
93.29/93.35	c  N dy  1603    357910      1068      3670    123566     26823    346803   1405538     10.66   no data  --
94.50/94.58	c  E dy  1624    364299         0      3670    123567     32995    346803   1812001     10.65   no data  --
94.50/94.59	c Verified 3670 clauses.
94.50/94.59	c Solution needs extension. Extending.
94.50/94.59	c Verified 3670 clauses.
94.50/94.59	c num threads              : 1          
94.50/94.59	c restarts                 : 1624       
94.50/94.59	c dynamic restarts         : 1600       
94.50/94.59	c static restarts          : 24         
94.50/94.59	c full restarts            : 3          
94.50/94.59	c total simplify time      : 0.00       
94.50/94.59	c learnts DL2              : 0          
94.50/94.59	c learnts size 2           : 129379     
94.50/94.59	c learnts size 1           : 3           (0.27      % of vars)
94.50/94.59	c filedLit time            : 2.60        (2.75      % time)
94.50/94.59	c v-elim SatELite          : 35          (3.16      % vars)
94.50/94.59	c SatELite time            : 17.80       (18.83     % time)
94.50/94.59	c v-elim xor               : 0           (0.00      % vars)
94.50/94.59	c xor elim time            : 0.03        (0.03      % time)
94.50/94.59	c num binary xor trees     : 0          
94.50/94.59	c binxor trees' crown      : 0           (nan       leafs/tree)
94.50/94.59	c bin xor find time        : 0.00       
94.50/94.59	c OTF clause improved      : 15066       (0.04      clauses/conflict)
94.50/94.59	c OTF impr. size diff      : 17500       (1.16       lits/clause)
94.50/94.59	c OTF cl watch-shrink      : 293406      (0.81      clauses/conflict)
94.50/94.59	c OTF cl watch-sh-lit      : 6672398     (22.74      lits/clause)
94.50/94.59	c tried to recurMin cls    : 107293      (29.45      % of conflicts)
94.50/94.59	c updated cache            : 0           (0.00       lits/tried recurMin)
94.50/94.59	c clauses over max glue    : 0           (0.00      % of all clauses)
94.50/94.59	c conflicts                : 364299      (3854.58   / sec)
94.50/94.59	c decisions                : 544171      (0.31      % random)
94.50/94.59	c bogo-props               : 6150510992  (65077450.67 / sec)
94.50/94.59	c conflict literals        : 24087595    (45.48     % deleted)
94.50/94.59	c Memory used              : 109.32      MB
94.50/94.59	c CPU time                 : 94.51       s
94.50/94.59	s SATISFIABLE
94.50/94.59	v 1 -2 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -13 -14 -15 -16 -17 -18 -19 -20 -21 -22 -23 -24 -25 -26 -27 -28 -29 30 -31 -32 -33 -34 -35 -36 -37 -38 -39 -40 -41 -42 -43 -44 -45 -46 -47 -48 -49 -50 -51 -52 -53 -54 -55 -56 -57 -58 -59 -60 -61 -62 -63 -64 -65 -66 -67 68 -69 -70 -71 -72 -73 -74 -75 -76 -77 -78 -79 -80 -81 -82 -83 -84 -85 -86 -87 -88 -89 -90 -91 -92 -93 -94 -95 -96 -97 -98 -99 -100 -101 -102 -103 -104 -105 106 -107 -108 -109 -110 -111 -112 -113 -114 -115 -116 -117 -118 -119 -120 -121 -122 -123 -124 -125 -126 -127 -128 -129 -130 -131 -132 -133 -134 -135 136 -137 -138 -139 -140 -141 -142 -143 -144 -145 -146 -147 -148 -149 -150 -151 -152 -153 -154 -155 -156 -157 -158 -159 -160 -161 -162 -163 -164 -165 166 -167 -168 -169 -170 -171 -172 -173 -174 -175 -176 -177 -178 -179 -180 -181 -182 -183 -184 -185 -186 -187 -188 -189 -190 -191 -192 -193 -194 -195 -196 -197 -198 -199 -200 -201 -202 -203 204 -205 -206 -207 -208 -209 -210 -211 -212 -213 -214 -215 -216 -217 -218 -219 -220 -221 -222 -223 -224 -225 -226 -227 -228 -229 -230 -231 -232 -233 234 -235 -236 -237 -238 -239 -240 -241 -242 -243 -244 -245 -246 -247 -248 -249 -250 -251 -252 -253 -254 -255 -256 -257 -258 -259 -260 -261 -262 -263 -264 265 -266 -267 -268 -269 -270 -271 -272 -273 -274 -275 -276 -277 -278 -279 -280 -281 -282 -283 -284 -285 -286 -287 -288 -289 -290 -291 -292 -293 -294 -295 -296 -297 -298 -299 -300 -301 -302 303 -304 -305 -306 -307 -308 -309 -310 -311 -312 -313 -314 -315 -316 -317 -318 -319 -320 -321 -322 -323 -324 -325 -326 -327 -328 -329 -330 -331 -332 -333 -334 -335 -336 -337 -338 -339 340 -341 -342 -343 -344 -345 -346 -347 -348 -349 -350 -351 -352 -353 -354 -355 -356 -357 -358 -359 -360 -361 -362 -363 -364 -365 -366 -367 -368 -369 -370 -371 -372 -373 -374 375 -376 -377 -378 -379 -380 -381 -382 -383 -384 -385 -386 -387 -388 -389 -390 -391 -392 -393 -394 -395 -396 -397 -398 -399 -400 -401 -402 -403 -404 -405 -406 407 -408 -409 -410 -411 -412 -413 -414 -415 -416 -417 -418 -419 -420 -421 -422 -423 -424 -425 -426 -427 -428 -429 -430 -431 -432 -433 -434 -435 -436 -437 -438 -439 440 -441 -442 -443 -444 -445 -446 -447 -448 -449 -450 -451 -452 -453 -454 -455 -456 -457 -458 -459 -460 -461 -462 -463 -464 -465 -466 -467 -468 -469 -470 -471 -472 -473 474 -475 -476 -477 -478 -479 -480 -481 -482 -483 -484 -485 -486 -487 -488 -489 -490 -491 -492 -493 -494 -495 -496 -497 -498 -499 -500 -501 -502 -503 -504 -505 506 -507 -508 -509 -510 -511 -512 -513 -514 -515 -516 -517 -518 -519 -520 -521 -522 -523 -524 -525 -526 -527 -528 -529 -530 -531 -532 -533 -534 -535 -536 -537 -538 -539 -540 541 -542 -543 -544 -545 -546 -547 -548 -549 -550 -551 -552 -553 -554 -555 -556 -557 -558 -559 -560 -561 -562 -563 -564 -565 -566 -567 -568 -569 -570 -571 -572 -573 574 -575 -576 -577 -578 -579 -580 -581 -582 -583 -584 -585 -586 -587 -588 -589 -590 -591 -592 -593 -594 -595 -596 -597 -598 -599 -600 -601 -602 -603 604 -605 -606 -607 -608 -609 -610 -611 -612 -613 -614 -615 -616 -617 -618 -619 -620 -621 -622 -623 -624 -625 -626 -627 -628 -629 -630 -631 -632 -633 -634 -635 -636 637 -638 -639 -640 -641 -642 -643 -644 -645 -646 -647 -648 -649 -650 -651 -652 -653 -654 -655 -656 -657 -658 -659 -660 -661 -662 -663 -664 -665 -666 -667 -668 -669 -670 -671 -672 -673 -674 -675 676 -677 -678 -679 -680 -681 -682 -683 -684 -685 -686 -687 -688 -689 -690 -691 -692 -693 -694 -695 -696 -697 -698 -699 -700 -701 -702 -703 -704 -705 -706 -707 708 -709 -710 -711 -712 -713 -714 -715 -716 -717 -718 -719 -720 -721 -722 -723 -724 -725 -726 -727 -728 -729 -730 -731 -732 -733 -734 -735 736 -737 -738 -739 -740 -741 -742 -743 -744 -745 -746 -747 -748 -749 -750 -751 -752 -753 -754 -755 -756 -757 -758 -759 -760 -761 -762 -763 -764 -765 -766 767 -768 -769 -770 -771 -772 -773 -774 -775 -776 -777 -778 -779 -780 -781 -782 -783 -784 -785 -786 -787 -788 -789 -790 -791 -792 -793 -794 -795 -796 -797 -798 -799 -800 -801 -802 803 -804 -805 -806 -807 -808 -809 -810 -811 -812 -813 -814 -815 -816 -817 -818 -819 -820 -821 -822 -823 -824 -825 -826 -827 -828 -829 -830 -831 -832 833 -834 -835 -836 -837 -838 -839 -840 -841 -842 -843 -844 -845 -846 -847 -848 -849 -850 -851 -852 -853 -854 -855 -856 -857 -858 -859 -860 861 -862 -863 -864 -865 -866 -867 -868 -869 -870 -871 -872 -873 -874 -875 -876 -877 -878 -879 -880 -881 -882 -883 -884 -885 -886 -887 -888 -889 -890 -891 892 -893 -894 -895 -896 -897 -898 -899 -900 -901 -902 -903 -904 -905 -906 -907 -908 -909 -910 -911 -912 -913 -914 -915 -916 -917 -918 -919 -920 -921 -922 923 -924 -925 -926 -927 -928 -929 -930 -931 -932 -933 -934 -935 -936 -937 -938 -939 -940 -941 -942 -943 -944 -945 -946 -947 -948 -949 -950 -951 -952 -953 954 -955 -956 -957 -958 -959 -960 -961 -962 -963 -964 -965 -966 -967 -968 -969 -970 -971 -972 -973 -974 -975 -976 -977 -978 -979 -980 -981 -982 -983 -984 -985 986 -987 -988 -989 -990 -991 -992 -993 -994 -995 -996 -997 -998 -999 -1000 -1001 -1002 -1003 -1004 -1005 -1006 -1007 -1008 -1009 -1010 -1011 -1012 -1013 -1014 -1015 -1016 -1017 -1018 1019 -1020 -1021 -1022 -1023 -1024 -1025 -1026 -1027 -1028 -1029 -1030 -1031 -1032 -1033 -1034 -1035 -1036 -1037 -1038 -1039 -1040 -1041 -1042 -1043 -1044 -1045 -1046 -1047 1048 -1049 -1050 -1051 -1052 -1053 -1054 -1055 -1056 -1057 -1058 -1059 -1060 -1061 -1062 -1063 -1064 -1065 -1066 -1067 -1068 -1069 -1070 -1071 -1072 -1073 -1074 -1075 -1076 1077 -1078 -1079 -1080 -1081 -1082 -1083 -1084 -1085 -1086 -1087 -1088 -1089 -1090 -1091 -1092 -1093 -1094 -1095 -1096 -1097 -1098 -1099 -1100 -1101 -1102 -1103 -1104 -1105 1106 0

Verifier Data

OK

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.82 3.96 3.73 5/326 9541
/proc/meminfo: memFree=20627508/32951124 swapFree=59305796/67111528
[pid=9541] ppid=9539 vsize=30256 CPUtime=0 cores=4,6
/proc/9541/stat : 9541 (strangenight1-s) R 9539 9541 8223 0 -1 4202496 838 0 0 0 0 0 0 0 21 0 1 0 729901348 30982144 779 33554432000 4194304 4650387 140734405714768 18446744073709551615 252457726661 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9541/statm: 7564 779 327 112 0 2529 0

[startup+0.0762119 s]
/proc/loadavg: 3.82 3.96 3.73 5/326 9541
/proc/meminfo: memFree=20627508/32951124 swapFree=59305796/67111528
[pid=9541] ppid=9539 vsize=34088 CPUtime=0.07 cores=4,6
/proc/9541/stat : 9541 (strangenight1-s) R 9539 9541 8223 0 -1 4202496 1837 0 0 0 7 0 0 0 21 0 1 0 729901348 34906112 1775 33554432000 4194304 4650387 140734405714768 18446744073709551615 4436557 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9541/statm: 8522 1775 359 112 0 3487 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 34088

[startup+0.101216 s]
/proc/loadavg: 3.82 3.96 3.73 5/326 9541
/proc/meminfo: memFree=20627508/32951124 swapFree=59305796/67111528
[pid=9541] ppid=9539 vsize=35276 CPUtime=0.09 cores=4,6
/proc/9541/stat : 9541 (strangenight1-s) R 9539 9541 8223 0 -1 4202496 2145 0 0 0 9 0 0 0 21 0 1 0 729901348 36122624 2083 33554432000 4194304 4650387 140734405714768 18446744073709551615 4522896 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9541/statm: 8819 2083 363 112 0 3784 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35276

[startup+0.30018 s]
/proc/loadavg: 3.82 3.96 3.73 5/326 9541
/proc/meminfo: memFree=20627508/32951124 swapFree=59305796/67111528
[pid=9541] ppid=9539 vsize=37552 CPUtime=0.29 cores=4,6
/proc/9541/stat : 9541 (strangenight1-s) R 9539 9541 8223 0 -1 4202496 3135 0 0 0 29 0 0 0 22 0 1 0 729901348 38453248 3073 33554432000 4194304 4650387 140734405714768 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9541/statm: 9388 3073 378 112 0 4353 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37552

[startup+0.701067 s]
/proc/loadavg: 3.82 3.96 3.73 5/326 9541
/proc/meminfo: memFree=20627508/32951124 swapFree=59305796/67111528
[pid=9541] ppid=9539 vsize=40064 CPUtime=0.69 cores=4,6
/proc/9541/stat : 9541 (strangenight1-s) R 9539 9541 8223 0 -1 4202496 4105 0 0 0 69 0 0 0 24 0 1 0 729901348 41025536 3259 33554432000 4194304 4650387 140734405714768 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9541/statm: 10016 3259 380 112 0 4981 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40064

[startup+1.50092 s]
/proc/loadavg: 3.82 3.96 3.73 5/327 9542
/proc/meminfo: memFree=20541324/32951124 swapFree=59305796/67111528
[pid=9541] ppid=9539 vsize=40888 CPUtime=1.49 cores=4,6
/proc/9541/stat : 9541 (strangenight1-s) R 9539 9541 8223 0 -1 4202496 5401 0 0 0 149 0 0 0 25 0 1 0 729901348 41869312 3689 33554432000 4194304 4650387 140734405714768 18446744073709551615 4364961 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9541/statm: 10222 3689 380 112 0 5187 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40888

[startup+3.10065 s]
/proc/loadavg: 3.83 3.96 3.74 5/327 9542
/proc/meminfo: memFree=20480204/32951124 swapFree=59305796/67111528
[pid=9541] ppid=9539 vsize=42548 CPUtime=3.09 cores=4,6
/proc/9541/stat : 9541 (strangenight1-s) R 9539 9541 8223 0 -1 4202496 7907 0 0 0 308 1 0 0 25 0 1 0 729901348 43569152 3999 33554432000 4194304 4650387 140734405714768 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9541/statm: 10637 3999 381 112 0 5602 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42548

[startup+6.30106 s]
/proc/loadavg: 3.83 3.96 3.74 5/327 9542
/proc/meminfo: memFree=20298600/32951124 swapFree=59305796/67111528
[pid=9541] ppid=9539 vsize=59516 CPUtime=6.29 cores=4,6
/proc/9541/stat : 9541 (strangenight1-s) R 9539 9541 8223 0 -1 4202496 12048 0 0 0 628 1 0 0 25 0 1 0 729901348 60944384 8140 33554432000 4194304 4650387 140734405714768 18446744073709551615 4439329 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9541/statm: 14879 8140 382 112 0 9844 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59516

[startup+12.7009 s]
/proc/loadavg: 3.85 3.97 3.74 5/327 9542
/proc/meminfo: memFree=20125832/32951124 swapFree=59305796/67111528
[pid=9541] ppid=9539 vsize=59964 CPUtime=12.69 cores=4,6
/proc/9541/stat : 9541 (strangenight1-s) R 9539 9541 8223 0 -1 4202496 14638 0 0 0 1268 1 0 0 25 0 1 0 729901348 61403136 7977 33554432000 4194304 4650387 140734405714768 18446744073709551615 4439587 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9541/statm: 14991 7977 382 112 0 9956 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59964

[startup+25.5005 s]
/proc/loadavg: 4.02 4.00 3.75 5/327 9569
/proc/meminfo: memFree=20281972/32951124 swapFree=59305796/67111528
[pid=9541] ppid=9539 vsize=60868 CPUtime=25.48 cores=4,6
/proc/9541/stat : 9541 (strangenight1-s) R 9539 9541 8223 0 -1 4202496 19453 0 0 0 2546 2 0 0 25 0 1 0 729901348 62328832 8369 33554432000 4194304 4650387 140734405714768 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9541/statm: 15217 8369 382 112 0 10182 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 60868

[startup+51.1007 s]
/proc/loadavg: 4.01 4.00 3.76 5/327 9597
/proc/meminfo: memFree=21925072/32951124 swapFree=59305796/67111528
[pid=9541] ppid=9539 vsize=82952 CPUtime=51.09 cores=4,6
/proc/9541/stat : 9541 (strangenight1-s) R 9539 9541 8223 0 -1 4202496 34764 0 0 0 5104 5 0 0 25 0 1 0 729901348 84942848 14406 33554432000 4194304 4650387 140734405714768 18446744073709551615 4366874 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9541/statm: 20738 14406 382 112 0 15703 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82952

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

[startup+76.701 s]
/proc/loadavg: 4.09 4.02 3.77 5/327 9598
/proc/meminfo: memFree=21821832/32951124 swapFree=59305796/67111528
[pid=9541] ppid=9539 vsize=111864 CPUtime=76.69 cores=4,6
/proc/9541/stat : 9541 (strangenight1-s) R 9539 9541 8223 0 -1 4202496 46860 0 0 0 7663 6 0 0 25 0 1 0 729901348 114548736 20181 33554432000 4194304 4650387 140734405714768 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9541/statm: 27966 20181 382 112 0 22931 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 111864

[startup+83.1008 s]
/proc/loadavg: 4.07 4.01 3.77 5/327 9598
/proc/meminfo: memFree=21812144/32951124 swapFree=59305796/67111528
[pid=9541] ppid=9539 vsize=99000 CPUtime=83.09 cores=4,6
/proc/9541/stat : 9541 (strangenight1-s) R 9539 9541 8223 0 -1 4202496 49403 0 0 0 8302 7 0 0 25 0 1 0 729901348 101376000 18002 33554432000 4194304 4650387 140734405714768 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9541/statm: 24750 18002 382 112 0 19715 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 99000

[startup+89.5006 s]
/proc/loadavg: 4.07 4.01 3.77 5/327 9598
/proc/meminfo: memFree=21790164/32951124 swapFree=59305796/67111528
[pid=9541] ppid=9539 vsize=111944 CPUtime=89.49 cores=4,6
/proc/9541/stat : 9541 (strangenight1-s) R 9539 9541 8223 0 -1 4202496 51515 0 0 0 8941 8 0 0 25 0 1 0 729901348 114630656 20114 33554432000 4194304 4650387 140734405714768 18446744073709551615 4370490 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9541/statm: 27986 20114 382 112 0 22951 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 111944

[startup+92.701 s]
/proc/loadavg: 4.06 4.01 3.77 5/327 9598
/proc/meminfo: memFree=21769580/32951124 swapFree=59305796/67111528
[pid=9541] ppid=9539 vsize=111944 CPUtime=92.69 cores=4,6
/proc/9541/stat : 9541 (strangenight1-s) R 9539 9541 8223 0 -1 4202496 51538 0 0 0 9261 8 0 0 25 0 1 0 729901348 114630656 20137 33554432000 4194304 4650387 140734405714768 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9541/statm: 27986 20137 392 112 0 22951 0
Current children cumulated CPU time (s) 92.69
Current children cumulated vsize (KiB) 111944

[startup+93.5118 s]
/proc/loadavg: 4.06 4.01 3.77 5/327 9598
/proc/meminfo: memFree=21759040/32951124 swapFree=59305796/67111528
[pid=9541] ppid=9539 vsize=111944 CPUtime=93.5 cores=4,6
/proc/9541/stat : 9541 (strangenight1-s) R 9539 9541 8223 0 -1 4202496 51607 0 0 0 9342 8 0 0 25 0 1 0 729901348 114630656 20206 33554432000 4194304 4650387 140734405714768 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9541/statm: 27986 20206 392 112 0 22951 0
Current children cumulated CPU time (s) 93.5
Current children cumulated vsize (KiB) 111944

[startup+94.3007 s]
/proc/loadavg: 4.06 4.01 3.77 5/327 9598
/proc/meminfo: memFree=21759040/32951124 swapFree=59305796/67111528
[pid=9541] ppid=9539 vsize=111944 CPUtime=94.29 cores=4,6
/proc/9541/stat : 9541 (strangenight1-s) R 9539 9541 8223 0 -1 4202496 51893 0 0 0 9421 8 0 0 25 0 1 0 729901348 114630656 20492 33554432000 4194304 4650387 140734405714768 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9541/statm: 27986 20492 392 112 0 22951 0
Current children cumulated CPU time (s) 94.29
Current children cumulated vsize (KiB) 111944

[startup+94.5006 s]
/proc/loadavg: 4.06 4.01 3.77 5/327 9598
/proc/meminfo: memFree=21753460/32951124 swapFree=59305796/67111528
[pid=9541] ppid=9539 vsize=111944 CPUtime=94.5 cores=4,6
/proc/9541/stat : 9541 (strangenight1-s) R 9539 9541 8223 0 -1 4202496 51955 0 0 0 9442 8 0 0 25 0 1 0 729901348 114630656 20554 33554432000 4194304 4650387 140734405714768 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/9541/statm: 27986 20554 392 112 0 22951 0
Current children cumulated CPU time (s) 94.5
Current children cumulated vsize (KiB) 111944

Child status: 10
Real time (s): 94.5985
CPU time (s): 94.5966
CPU user time (s): 94.5116
CPU system time (s): 0.084987
CPU usage (%): 99.998
Max. virtual memory (cumulated for all children) (KiB): 112160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.5116
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51995
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 195

runsolver used 0.319951 second user time and 0.646901 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 20:11:49
IDJOB=3370478
IDBENCH=88202
IDSOLVER=1847
FILE ID=node111/3370478-1305396707
RUNJOBID= node111-1305396699-9477
PBS_JOBID= 13324403
Free space on /tmp= 73416 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q446.25-n35-p15-s25120921.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370478-1305396707/watcher-3370478-1305396707 -o /tmp/evaluation-result-3370478-1305396707/solver-3370478-1305396707 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370478-1305396707.cnf

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

MD5SUM BENCH= 4b4e8a8187c1b8536d6b504b16289d38
RANDOM SEED=503738180

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20628036 kB
Buffers:        258292 kB
Cached:        6750492 kB
SwapCached:      13720 kB
Active:        3229404 kB
Inactive:      8864860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20628036 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:          273852 kB
Writeback:           0 kB
AnonPages:     5080276 kB
Mapped:          13580 kB
Slab:           123152 kB
PageTables:      41488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 55779152 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= 73532 MiB
End job on node111 at 2011-05-14 20:13:23