Trace number 3370462

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 165.464 165.465

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-220-3.shuffled-as.sat05-2490.cnf
MD5SUM8e6def53b47a48972a9a9fc80e087610
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark70.2133
Satisfiable
(Un)Satisfiability was proved
Number of variables311
Number of clauses2192
Sum of the clauses size9664
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41352
Number of clauses of size 5784
Number of clauses of size over 556

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-3370462-1305395331.cnf'
0.00/0.01	c -- header says num vars:            311
0.00/0.01	c -- header says num clauses:        2192
0.00/0.01	c -- clauses added:            0 learnts,         2192 normals,            0 xors
0.00/0.01	c -- vars added        311
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       311      2192         0         0      9664         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 144/2192/2192 lits-rem:144 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    311 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:      1320  cl-subs:      707  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     116 undec:      86 neg:     109
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       311      1485         0         0      5132         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
0.10/0.15	c  N st     8      4916       311      1485         0      4535      5132     86880   no data   no data  --
0.39/0.43	c  N st    10     11298       311      1485         2      4137      5132     52696   no data   no data  --
0.69/0.70	c  N st    11     17042       311      1485         2      9265      5132    162532   no data   no data  --
1.10/1.11	c  F st    12     25001       311      1485         2     11363      5132    200702   no data   no data  --
1.10/1.11	c  N st    12     25001       311      1485         2     11363      5132    200702   no data   no data  --
1.29/1.37	c Decided on static restart strategy
1.29/1.37	c  N st    18     30001       311      1485         2      9849      5132    159337   no data   no data  --
1.29/1.37	c  S st    18     30001       311      1485         2      9849      5132    159337   no data   no data  --
1.39/1.40	c  S st    18     30504       311      1485         2     10340      5132    170473   no data   no data  --
1.39/1.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.39/1.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.39/1.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.39/1.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.39/1.41	c subs with bin:        2  lits-rem:       324  v-fix:    0  time:  0.00 s
1.39/1.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    311 time:  0.00 s
1.39/1.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.69/1.74	c lits-rem:      1302  cl-subs:     2795  v-elim:      0  v-fix:    0  time:  0.32 s
1.69/1.74	c asymm  cl-useful: 0/1485/1485 lits-rem:0 time: 0.00
1.69/1.74	c calculated reachability. Time: 0.00
1.69/1.74	c  N st    18     30504       311      1485         2      7543      5131    117767   no data   no data  --
2.09/2.13	c  N st    20     37615       311      1485         2     14169      5131    262787   no data   no data  --
2.38/2.45	c  N st    21     44014       311      1485         2     13002      5131    224290   no data   no data  --
2.48/2.56	c  S st    22     45757       311      1485         2     14651      5131    261305   no data   no data  --
2.58/2.62	c  S st    22     46258       311      1485         3     15138      5131    273830   no data   no data  --
2.58/2.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.58/2.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.58/2.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.58/2.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.58/2.63	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
2.58/2.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    311 time:  0.00 s
2.58/2.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.68/3.79	c lits-rem:      1427  cl-subs:     4150  v-elim:      0  v-fix:    0  time:  1.16 s
3.68/3.79	c vivif2 --  cl tried     1485 cl shrink        0 lits rem          0 time: 0.00
3.68/3.79	c vivif2 --  cl tried    10987 cl shrink        0 lits rem          0 time: 0.00
3.78/3.80	c asymm  cl-useful: 0/1485/1485 lits-rem:0 time: 0.01
3.78/3.80	c calculated reachability. Time: 0.00
3.78/3.80	c  N st    22     46258       311      1485         3     10987      5131    189854   no data   no data  --
4.50/4.60	c  N st    23     60655       311      1485         3     16083      5130    275861   no data   no data  --
5.09/5.13	c  N st    24     69388       311      1485         3     14962      5130    248456   no data   no data  --
5.09/5.13	c  S st    24     69388       311      1485         3     14962      5130    248456   no data   no data  --
5.09/5.18	c  S st    24     69893       311      1485         3     15455      5130    259899   no data   no data  --
5.09/5.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.09/5.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.09/5.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.09/5.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.09/5.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.09/5.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    311 time:  0.00 s
5.09/5.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.39/6.44	c lits-rem:      1253  cl-subs:     3386  v-elim:      0  v-fix:    0  time:  1.25 s
6.39/6.44	c vivif2 --  cl tried     1484 cl shrink        0 lits rem          0 time: 0.00
6.39/6.44	c vivif2 --  cl tried    12070 cl shrink        0 lits rem          0 time: 0.00
6.39/6.45	c asymm  cl-useful: 0/1484/1484 lits-rem:0 time: 0.01
6.39/6.45	c calculated reachability. Time: 0.00
6.39/6.45	c  N st    24     69893       311      1484         3     12070      5124    195339   no data   no data  --
7.70/7.71	c  F st    25     87502       311      1484         5     18076      5124    293460   no data   no data  --
7.70/7.71	c  N st    25     87502       311      1484         5     18076      5124    293460   no data   no data  --
8.09/8.11	c Decided on static restart strategy
8.19/8.29	c  N st    32     95538       311      1484         5     14523      5124    221680   no data   no data  --
8.59/8.60	c Finding binary XORs  T:     0.00 s  found:       0
8.99/9.07	c  N st    34    104839       311      1484         5     22951      5124    396011   no data   no data  --
8.99/9.07	c  S st    34    104839       311      1484         5     22951      5124    396011   no data   no data  --
9.09/9.17	c  S st    34    105339       311      1484         6     11742      5123    156047   no data   no data  --
9.09/9.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.09/9.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.09/9.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.09/9.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.09/9.17	c subs with bin:        6  lits-rem:         0  v-fix:    0  time:  0.00 s
9.09/9.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    311 time:  0.00 s
9.09/9.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.49/9.51	c lits-rem:       522  cl-subs:     1012  v-elim:      0  v-fix:    0  time:  0.33 s
9.49/9.51	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
9.49/9.51	c vivif2 --  cl tried    10726 cl shrink        0 lits rem          0 time: 0.00
9.49/9.52	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.01
9.49/9.52	c calculated reachability. Time: 0.00
9.49/9.52	c  N st    34    105339       311      1482         6     10726      5112    139928   no data   no data  --
10.08/10.17	c  N st    35    114937       311      1482         6     19667      5112    337470   no data   no data  --
11.58/11.62	c  N st    36    129334       311      1482         6     20082      5112    302979   no data   no data  --
13.38/13.40	c  N st    37    150931       311      1482         6     25976      5112    432710   no data   no data  --
13.88/13.99	c  S st    38    158009       311      1482         6     17907      5112    265183   no data   no data  --
13.98/14.05	c  S st    38    158511       311      1482         6     18390      5112    276600   no data   no data  --
13.98/14.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.98/14.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.98/14.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.98/14.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.98/14.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.98/14.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    311 time:  0.00 s
13.98/14.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.59/15.61	c lits-rem:       817  cl-subs:     3204  v-elim:      0  v-fix:    0  time:  1.55 s
15.59/15.61	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
15.59/15.62	c vivif2 --  cl tried    15186 cl shrink        0 lits rem          0 time: 0.00
15.59/15.63	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.01
15.59/15.63	c calculated reachability. Time: 0.00
15.59/15.63	c  N st    38    158511       311      1482         6     15186      5112    219333   no data   no data  --
19.79/19.83	c  N st    39    207100       311      1482         7     28191      5112    456253   no data   no data  --
22.39/22.45	c  N st    40    237767       311      1482         7     20356      5112    292552   no data   no data  --
22.39/22.45	c  S st    40    237767       311      1482         7     20356      5112    292552   no data   no data  --
22.49/22.51	c  S st    40    238268       311      1482         7     20845      5112    303993   no data   no data  --
22.49/22.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.49/22.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.49/22.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
22.49/22.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.49/22.53	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
22.49/22.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    311 time:  0.00 s
22.49/22.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.99/24.05	c lits-rem:      1630  cl-subs:     3127  v-elim:      0  v-fix:    0  time:  1.53 s
23.99/24.05	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
23.99/24.06	c vivif2 --  cl tried    17717 cl shrink        0 lits rem          0 time: 0.00
23.99/24.07	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.01
23.99/24.07	c calculated reachability. Time: 0.00
23.99/24.07	c  N st    40    238268       311      1482         7     17717      5112    251225   no data   no data  --
30.19/30.27	c  F st    41    306250       311      1482         7     40770      5112    660153   no data   no data  --
30.19/30.27	c  N st    41    306250       311      1482         7     40770      5112    660153   no data   no data  --
30.80/30.84	c Decided on static restart strategy
33.29/33.31	c  N st    51    334553       311      1482         7     23792      5112    331949   no data   no data  --
35.59/35.62	c  N st    53    357402       311      1482         7     45250      5112    751847   no data   no data  --
35.59/35.62	c  S st    53    357402       311      1482         7     45250      5112    751847   no data   no data  --
35.69/35.76	c  S st    53    357906       311      1482         7     45740      5112    763114   no data   no data  --
35.69/35.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.69/35.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.69/35.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
35.69/35.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.69/35.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.69/35.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    311 time:  0.00 s
35.69/35.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.79/41.90	c lits-rem:      2005  cl-subs:    17387  v-elim:      0  v-fix:    0  time:  6.11 s
41.79/41.90	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
41.79/41.91	c vivif2 --  cl tried    28353 cl shrink        0 lits rem          0 time: 0.01
41.89/41.92	c asymm  cl-useful: 0/1482/1482 lits-rem:0 time: 0.02
41.89/41.93	c calculated reachability. Time: 0.00
41.89/41.93	c  N st    53    357906       311      1482         7     28353      5112    452976   no data   no data  --
45.29/45.30	c  N st    54    390298       311      1482         7     35843      5112    543718   no data   no data  --
50.70/50.72	c  N st    55    438886       311      1482         7     32160      5112    461407   no data   no data  --
59.39/59.42	c  N st    56    511769       311      1482         7     47341      5112    723624   no data   no data  --
62.49/62.59	c  N st    57    536859       311      1482         7     42660      5112    638931   no data   no data  --
62.49/62.59	c  S st    57    536859       311      1482         7     42660      5112    638931   no data   no data  --
62.70/62.71	c  S st    57    537364       311      1482         7     43152      5112    651055   no data   no data  --
62.70/62.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
62.70/62.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
62.70/62.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
62.70/62.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
62.70/62.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.70/62.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    311 time:  0.00 s
62.70/62.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
67.29/67.39	c lits-rem:      2252  cl-subs:    13099  v-elim:      0  v-fix:    0  time:  4.66 s
67.29/67.39	c vivif2 --  cl tried     1482 cl shrink        0 lits rem          0 time: 0.00
67.39/67.40	c vivif2 --  cl tried    30053 cl shrink        0 lits rem          0 time: 0.00
67.39/67.42	c asymm  cl-useful: 2/1482/1482 lits-rem:2 time: 0.02
67.39/67.42	c calculated reachability. Time: 0.00
67.39/67.42	c  N st    57    537364       311      1482         7     30053      5110    439552   no data   no data  --
91.19/91.20	c  N st    58    701349       311      1482         7     61593      5110    932368   no data   no data  --
105.70/105.73	c  N st    59    806047       311      1482         7     59062      5110    871608   no data   no data  --
105.70/105.73	c  S st    59    806047       311      1482         7     59062      5110    871608   no data   no data  --
105.89/105.93	c  S st    59    806548       311      1482         8     59546      5110    883456   no data   no data  --
105.89/105.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
105.89/105.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
105.89/105.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
105.99/106.06	c Replacing        1 vars Replaced    14132 lits Time:     0.11 s 
105.99/106.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.99/106.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.99/106.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    310 time:  0.00 s
105.99/106.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
116.48/116.56	c lits-rem:      4730  cl-subs:    23361  v-elim:      0  v-fix:    0  time: 10.47 s
116.48/116.56	c vivif2 --  cl tried     1472 cl shrink        0 lits rem          0 time: 0.00
116.48/116.57	c vivif2 --  cl tried    36126 cl shrink        0 lits rem          0 time: 0.01
116.48/116.59	c asymm  cl-useful: 0/1472/1472 lits-rem:0 time: 0.02
116.48/116.59	c calculated reachability. Time: 0.00
116.48/116.59	c  N st    59    806548       310      1472         6     36126      5072    537057   no data   no data  --
157.09/157.15	c  F st    60   1071875       310      1472         6     58136      5072    821657   no data   no data  --
157.09/157.15	c  N st    60   1071875       310      1472         6     58136      5072    821657   no data   no data  --
157.89/157.97	c Decided on static restart strategy
161.89/161.99	c  N st    70   1100178       310      1472         6     43860      5072    606982   no data   no data  --
165.39/165.46	c  E st    72   1125493         0      1472         6     67187      5072   1055009   no data   no data  --
165.39/165.46	c Verified 1472 clauses.
165.39/165.46	c Verified 1472 clauses.
165.39/165.46	c num threads              : 1          
165.39/165.46	c restarts                 : 72         
165.39/165.46	c dynamic restarts         : 0          
165.39/165.46	c static restarts          : 72         
165.39/165.46	c full restarts            : 4          
165.39/165.46	c total simplify time      : 0.00       
165.39/165.46	c learnts DL2              : 0          
165.39/165.46	c learnts size 2           : 8          
165.39/165.46	c learnts size 1           : 0           (0.00      % of vars)
165.39/165.46	c filedLit time            : 0.05        (0.03      % time)
165.39/165.46	c v-elim SatELite          : 0           (0.00      % vars)
165.39/165.46	c SatELite time            : 27.20       (16.45     % time)
165.39/165.46	c v-elim xor               : 0           (0.00      % vars)
165.39/165.46	c xor elim time            : 0.01        (0.01      % time)
165.39/165.46	c num binary xor trees     : 1          
165.39/165.46	c binxor trees' crown      : 1           (1.00      leafs/tree)
165.39/165.46	c bin xor find time        : 0.00       
165.39/165.46	c OTF clause improved      : 90747       (0.08      clauses/conflict)
165.39/165.46	c OTF impr. size diff      : 93690       (1.03       lits/clause)
165.39/165.46	c OTF cl watch-shrink      : 23121       (0.02      clauses/conflict)
165.39/165.46	c OTF cl watch-sh-lit      : 36735       (1.59       lits/clause)
165.39/165.46	c tried to recurMin cls    : 62643       (5.57       % of conflicts)
165.39/165.46	c updated cache            : 451         (0.01       lits/tried recurMin)
165.39/165.46	c clauses over max glue    : 0           (0.00      % of all clauses)
165.39/165.46	c conflicts                : 1125493     (6805.75   / sec)
165.39/165.46	c decisions                : 1182538     (0.73      % random)
165.39/165.46	c bogo-props               : 42341614527 (256035716.79 / sec)
165.39/165.46	c conflict literals        : 20438470    (38.10     % deleted)
165.39/165.46	c Memory used              : 69.26       MB
165.39/165.46	c CPU time                 : 165.37      s
165.39/165.46	s SATISFIABLE
165.39/165.46	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 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-3370462-1305395331/watcher-3370462-1305395331 -o /tmp/evaluation-result-3370462-1305395331/solver-3370462-1305395331 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370462-1305395331.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.70 3.94 3.52 5/357 25624
/proc/meminfo: memFree=21569164/32951124 swapFree=67111348/67111528
[pid=25624] ppid=25622 vsize=30040 CPUtime=0 cores=4,6
/proc/25624/stat : 25624 (strangenight1-s) R 25622 25624 24826 0 -1 4202496 576 0 0 0 0 0 0 0 22 0 1 0 631949224 30760960 499 33554432000 4194304 4650387 140736251004960 18446744073709551615 4243472 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25624/statm: 7510 499 350 112 0 2475 0

[startup+0.110305 s]
/proc/loadavg: 3.70 3.94 3.52 5/357 25624
/proc/meminfo: memFree=21569164/32951124 swapFree=67111348/67111528
[pid=25624] ppid=25622 vsize=30468 CPUtime=0.1 cores=4,6
/proc/25624/stat : 25624 (strangenight1-s) R 25622 25624 24826 0 -1 4202496 784 0 0 0 10 0 0 0 22 0 1 0 631949224 31199232 707 33554432000 4194304 4650387 140736251004960 18446744073709551615 4364320 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25624/statm: 7617 707 377 112 0 2582 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 30468

[startup+0.200311 s]
/proc/loadavg: 3.70 3.94 3.52 5/357 25624
/proc/meminfo: memFree=21569164/32951124 swapFree=67111348/67111528
[pid=25624] ppid=25622 vsize=30736 CPUtime=0.19 cores=4,6
/proc/25624/stat : 25624 (strangenight1-s) R 25622 25624 24826 0 -1 4202496 916 0 0 0 19 0 0 0 22 0 1 0 631949224 31473664 721 33554432000 4194304 4650387 140736251004960 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25624/statm: 7684 721 379 112 0 2649 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30736

[startup+0.30027 s]
/proc/loadavg: 3.70 3.94 3.52 5/357 25624
/proc/meminfo: memFree=21569164/32951124 swapFree=67111348/67111528
[pid=25624] ppid=25622 vsize=30736 CPUtime=0.29 cores=4,6
/proc/25624/stat : 25624 (strangenight1-s) R 25622 25624 24826 0 -1 4202496 980 0 0 0 29 0 0 0 23 0 1 0 631949224 31473664 785 33554432000 4194304 4650387 140736251004960 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25624/statm: 7684 785 379 112 0 2649 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30736

[startup+0.700201 s]
/proc/loadavg: 3.70 3.94 3.52 5/357 25624
/proc/meminfo: memFree=21569164/32951124 swapFree=67111348/67111528
[pid=25624] ppid=25622 vsize=31180 CPUtime=0.69 cores=4,6
/proc/25624/stat : 25624 (strangenight1-s) R 25622 25624 24826 0 -1 4202496 1298 0 0 0 69 0 0 0 25 0 1 0 631949224 31928320 934 33554432000 4194304 4650387 140736251004960 18446744073709551615 4365281 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25624/statm: 7795 934 379 112 0 2760 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31180

[startup+1.50106 s]
/proc/loadavg: 3.70 3.94 3.52 5/362 25630
/proc/meminfo: memFree=21550788/32951124 swapFree=67111348/67111528
[pid=25624] ppid=25622 vsize=35948 CPUtime=1.49 cores=4,6
/proc/25624/stat : 25624 (strangenight1-s) R 25622 25624 24826 0 -1 4202496 2875 0 0 0 149 0 0 0 25 0 1 0 631949224 36810752 2028 33554432000 4194304 4650387 140736251004960 18446744073709551615 4476434 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25624/statm: 8987 2028 382 112 0 3952 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35948

[startup+3.10079 s]
/proc/loadavg: 3.70 3.94 3.52 5/362 25630
/proc/meminfo: memFree=21530016/32951124 swapFree=67111348/67111528
[pid=25624] ppid=25622 vsize=39260 CPUtime=3.08 cores=4,6
/proc/25624/stat : 25624 (strangenight1-s) R 25622 25624 24826 0 -1 4202496 4123 0 0 0 308 0 0 0 25 0 1 0 631949224 40202240 2902 33554432000 4194304 4650387 140736251004960 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25624/statm: 9815 2902 382 112 0 4780 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 39260

[startup+6.30023 s]
/proc/loadavg: 3.72 3.94 3.53 5/362 25630
/proc/meminfo: memFree=21515656/32951124 swapFree=67111348/67111528
[pid=25624] ppid=25622 vsize=41104 CPUtime=6.29 cores=4,6
/proc/25624/stat : 25624 (strangenight1-s) R 25622 25624 24826 0 -1 4202496 5317 0 0 0 628 1 0 0 25 0 1 0 631949224 42090496 3263 33554432000 4194304 4650387 140736251004960 18446744073709551615 4438367 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25624/statm: 10276 3263 382 112 0 5241 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41104

[startup+12.7011 s]
/proc/loadavg: 3.74 3.94 3.53 5/362 25631
/proc/meminfo: memFree=21506080/32951124 swapFree=67111348/67111528
[pid=25624] ppid=25622 vsize=41720 CPUtime=12.68 cores=4,6
/proc/25624/stat : 25624 (strangenight1-s) R 25622 25624 24826 0 -1 4202496 7928 0 0 0 1267 1 0 0 25 0 1 0 631949224 42721280 3389 33554432000 4194304 4650387 140736251004960 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25624/statm: 10430 3389 382 112 0 5395 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 41720

[startup+25.5009 s]
/proc/loadavg: 3.80 3.94 3.54 5/362 25631
/proc/meminfo: memFree=21494436/32951124 swapFree=67111348/67111528
[pid=25624] ppid=25622 vsize=45700 CPUtime=25.49 cores=4,6
/proc/25624/stat : 25624 (strangenight1-s) R 25622 25624 24826 0 -1 4202496 12497 0 0 0 2546 3 0 0 25 0 1 0 631949224 46796800 4558 33554432000 4194304 4650387 140736251004960 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25624/statm: 11425 4558 382 112 0 6390 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45700

[startup+51.1003 s]
/proc/loadavg: 3.92 3.96 3.55 5/362 25632
/proc/meminfo: memFree=21472960/32951124 swapFree=67111348/67111528
[pid=25624] ppid=25622 vsize=57128 CPUtime=51.08 cores=4,6
/proc/25624/stat : 25624 (strangenight1-s) R 25622 25624 24826 0 -1 4202496 21530 0 0 0 5104 4 0 0 25 0 1 0 631949224 58499072 7188 33554432000 4194304 4650387 140736251004960 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25624/statm: 14282 7188 382 112 0 9247 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57128

[startup+102.3 s]
/proc/loadavg: 3.97 3.97 3.57 5/362 25633
/proc/meminfo: memFree=21436208/32951124 swapFree=67111348/67111528
[pid=25624] ppid=25622 vsize=62032 CPUtime=102.3 cores=4,6
/proc/25624/stat : 25624 (strangenight1-s) R 25622 25624 24826 0 -1 4202496 33691 0 0 0 10224 6 0 0 25 0 1 0 631949224 63520768 8020 33554432000 4194304 4650387 140736251004960 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25624/statm: 15508 8020 382 112 0 10473 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 62032

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.60 5/362 25635
/proc/meminfo: memFree=21412096/32951124 swapFree=67111348/67111528
[pid=25624] ppid=25622 vsize=70916 CPUtime=162.29 cores=4,6
/proc/25624/stat : 25624 (strangenight1-s) R 25622 25624 24826 0 -1 4202496 45568 0 0 0 16221 8 0 0 25 0 1 0 631949224 72617984 10125 33554432000 4194304 4650387 140736251004960 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25624/statm: 17729 10125 383 112 0 12694 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 70916

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

[startup+163.201 s]
/proc/loadavg: 3.99 3.97 3.60 5/362 25635
/proc/meminfo: memFree=21409864/32951124 swapFree=67111348/67111528
[pid=25624] ppid=25622 vsize=70916 CPUtime=163.19 cores=4,6
/proc/25624/stat : 25624 (strangenight1-s) R 25622 25624 24826 0 -1 4202496 45718 0 0 0 16311 8 0 0 25 0 1 0 631949224 72617984 10275 33554432000 4194304 4650387 140736251004960 18446744073709551615 4330623 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25624/statm: 17729 10275 383 112 0 12694 0
Current children cumulated CPU time (s) 163.19
Current children cumulated vsize (KiB) 70916

[startup+164.8 s]
/proc/loadavg: 3.99 3.97 3.60 5/362 25635
/proc/meminfo: memFree=21407508/32951124 swapFree=67111348/67111528
[pid=25624] ppid=25622 vsize=70916 CPUtime=164.79 cores=4,6
/proc/25624/stat : 25624 (strangenight1-s) R 25622 25624 24826 0 -1 4202496 45948 0 0 0 16471 8 0 0 25 0 1 0 631949224 72617984 10505 33554432000 4194304 4650387 140736251004960 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25624/statm: 17729 10505 383 112 0 12694 0
Current children cumulated CPU time (s) 164.79
Current children cumulated vsize (KiB) 70916

[startup+165.2 s]
/proc/loadavg: 3.99 3.97 3.60 5/362 25635
/proc/meminfo: memFree=21408500/32951124 swapFree=67111348/67111528
[pid=25624] ppid=25622 vsize=70916 CPUtime=165.19 cores=4,6
/proc/25624/stat : 25624 (strangenight1-s) R 25622 25624 24826 0 -1 4202496 45995 0 0 0 16511 8 0 0 25 0 1 0 631949224 72617984 10552 33554432000 4194304 4650387 140736251004960 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25624/statm: 17729 10552 383 112 0 12694 0
Current children cumulated CPU time (s) 165.19
Current children cumulated vsize (KiB) 70916

[startup+165.4 s]
/proc/loadavg: 3.99 3.97 3.60 5/362 25635
/proc/meminfo: memFree=21408500/32951124 swapFree=67111348/67111528
[pid=25624] ppid=25622 vsize=70916 CPUtime=165.39 cores=4,6
/proc/25624/stat : 25624 (strangenight1-s) R 25622 25624 24826 0 -1 4202496 46017 0 0 0 16531 8 0 0 25 0 1 0 631949224 72617984 10574 33554432000 4194304 4650387 140736251004960 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25624/statm: 17729 10574 383 112 0 12694 0
Current children cumulated CPU time (s) 165.39
Current children cumulated vsize (KiB) 70916

Child status: 10
Real time (s): 165.465
CPU time (s): 165.464
CPU user time (s): 165.374
CPU system time (s): 0.089986
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 81900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 165.374
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46039
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= 8
involuntary context switches= 103

runsolver used 0.596909 second user time and 1.22481 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-14 19:48:51
IDJOB=3370462
IDBENCH=85357
IDSOLVER=1847
FILE ID=node144/3370462-1305395331
RUNJOBID= node144-1305395331-25588
PBS_JOBID= 13324411
Free space on /tmp= 73228 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-220-3.shuffled-as.sat05-2490.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370462-1305395331/watcher-3370462-1305395331 -o /tmp/evaluation-result-3370462-1305395331/solver-3370462-1305395331 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370462-1305395331.cnf

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

MD5SUM BENCH= 8e6def53b47a48972a9a9fc80e087610
RANDOM SEED=384986725

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21569320 kB
Buffers:        285164 kB
Cached:        3617628 kB
SwapCached:          0 kB
Active:        8146484 kB
Inactive:      2888612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21569320 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           18680 kB
Writeback:           0 kB
AnonPages:     7131792 kB
Mapped:          27960 kB
Slab:           244916 kB
PageTables:      37776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82037624 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= 73216 MiB
End job on node144 at 2011-05-14 19:51:36