Trace number 3174013

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-2-mtUNSAT 101.486 25.4527

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1469984978-038.UNKNOWN.cnf
MD5SUMaa033649e20861950136340d4750574f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.13083
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.04	c Outputting solution to console
0.00/0.05	c Using 4 threads
0.00/0.05	c This is CryptoMiniSat 3.0.0
0.00/0.05	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.05	c Reading file 'HOME/instance-3174013-1304076744.cnf'
0.00/0.05	c -- header says num vars:            300
0.00/0.05	c -- header says num clauses:        1278
0.00/0.05	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.05	c -- vars added        300
0.00/0.05	c Parsing time:  0.00 s
0.00/0.05	c  N st     0         0       300      1278         0         0      3834         0   no data   no data
0.00/0.05	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.00/0.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.85	c lits-rem:         0  cl-subs:        0  v-elim:      5  v-fix:    0  time:  0.00 s
0.00/0.85	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.85	c calculated reachability. Time: 0.00
0.00/0.85	c Calc default polars -  time:   0.00 s pos:     134 undec:      28 neg:     138
0.00/0.85	c =========================================================================================
0.00/0.85	c types(t): F = full restart, N = normal restart
0.00/0.85	c types(t): S = simplification begin/end, E = solution found
0.00/0.85	c restart types(rt): st = static, dy = dynamic
0.00/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.85	c  B st     0         0       295      1272         0         0      3838         0   no data   no data
0.00/0.85	c Decided on static restart strategy
0.00/0.85	c  N st     8      4913       295      1272         0      4757      3838     72895   no data   no data
0.00/0.85	c  N st    10     11298       295      1272         0      4402      3838     51664   no data   no data
0.00/0.85	c  N st    11     17041       295      1272         0      9927      3838    135484   no data   no data
3.79/1.03	c  F st    12     25000       295      1272         0     12078      3838    159952   no data   no data
3.79/1.03	c  N st    12     25000       295      1272         0     12078      3838    159952   no data   no data
4.60/1.20	c Decided on static restart strategy
4.60/1.20	c  N st    18     30000       295      1272         0     10425      3838    128510   no data   no data
4.60/1.20	c  S st    18     30000       295      1272         0     10425      3838    128510   no data   no data
4.60/1.24	c  S st    18     30501       295      1272         0     10923      3838    136374   no data   no data
4.60/1.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.60/1.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.60/1.24	c blocked clauses removed:        7 vars:      1 tried:         295 T: 0.00 s
4.60/1.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.60/1.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.60/1.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
4.60/1.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.60/1.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.60/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.00/1.31	c lits-rem:       369  cl-subs:     1443  v-elim:      0  v-fix:    0  time:  0.06 s
5.00/1.31	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.00
5.00/1.31	c calculated reachability. Time: 0.00
5.00/1.31	c  N st    18     30501       294      1265         0      9479      3817    116852   no data   no data
6.20/1.68	c  N st    20     37615       294      1265         0      8761      3817     94765   no data   no data
7.79/2.01	c  N st    21     44014       294      1265         0     14868      3817    188599   no data   no data
8.19/2.11	c  S st    22     45752       294      1265         0     16525      3817    212523   no data   no data
8.19/2.16	c  S st    22     46256       294      1265         0     17027      3817    220635   no data   no data
8.19/2.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.19/2.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.19/2.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.19/2.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.19/2.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.19/2.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
8.19/2.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.19/2.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.19/2.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.99/2.36	c lits-rem:       358  cl-subs:     2620  v-elim:      0  v-fix:    0  time:  0.18 s
8.99/2.36	c vivif2 --  cl tried     1265 cl shrink        0 lits rem          0 time: 0.00
8.99/2.36	c vivif2 --  cl tried    14407 cl shrink        0 lits rem          0 time: 0.00
8.99/2.37	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.01
8.99/2.37	c calculated reachability. Time: 0.00
8.99/2.37	c  N st    22     46256       294      1265         0     14407      3817    185457   no data   no data
12.19/3.12	c  N st    23     60655       294      1265         0     10234      3817    103528   no data   no data
14.18/3.63	c  N st    24     69384       294      1265         0     18523      3817    221014   no data   no data
14.18/3.63	c  S st    24     69384       294      1265         0     18523      3817    221014   no data   no data
14.18/3.68	c  S st    24     69887       294      1265         0     19019      3817    228988   no data   no data
14.18/3.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.18/3.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.18/3.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.18/3.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.18/3.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.18/3.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
14.18/3.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.18/3.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.18/3.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.98/3.89	c lits-rem:       197  cl-subs:     3079  v-elim:      0  v-fix:    0  time:  0.20 s
14.98/3.89	c vivif2 --  cl tried     1265 cl shrink        0 lits rem          0 time: 0.00
14.98/3.89	c vivif2 --  cl tried    15940 cl shrink        0 lits rem          0 time: 0.00
15.40/3.91	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.01
15.40/3.91	c calculated reachability. Time: 0.00
15.40/3.91	c  N st    24     69887       294      1265         0     15940      3817    189913   no data   no data
19.79/5.02	c  F st    25     87503       294      1265         0     22396      3817    279053   no data   no data
19.79/5.02	c  N st    25     87503       294      1265         0     22396      3817    279053   no data   no data
20.97/5.37	c Decided on static restart strategy
21.77/5.53	c  N st    32     95547       294      1265         0     18636      3817    214664   no data   no data
24.59/6.21	c  N st    34    104830       294      1265         0     15074      3817    151737   no data   no data
24.59/6.21	c  S st    34    104830       294      1265         0     15074      3817    151737   no data   no data
24.59/6.26	c  S st    34    105336       294      1265         0     15577      3817    159749   no data   no data
24.59/6.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.59/6.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
24.59/6.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.59/6.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.59/6.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.59/6.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
24.59/6.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.59/6.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.59/6.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.97/6.31	c lits-rem:       121  cl-subs:      959  v-elim:      0  v-fix:    0  time:  0.04 s
24.97/6.31	c vivif2 --  cl tried     1265 cl shrink        0 lits rem          0 time: 0.00
24.97/6.31	c vivif2 --  cl tried    14618 cl shrink        0 lits rem          0 time: 0.00
24.97/6.32	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.01
24.97/6.32	c calculated reachability. Time: 0.00
24.97/6.32	c  N st    34    105336       294      1265         0     14618      3817    148025   no data   no data
27.77/7.02	c  N st    35    114934       294      1265         0     23752      3817    275639   no data   no data
31.76/8.05	c  N st    36    129336       294      1265         0     24227      3817    279480   no data   no data
37.78/9.58	c  N st    37    150932       294      1265         0     30688      3817    396191   no data   no data
40.15/10.12	c  S st    38    158004       294      1265         0     22083      3817    231237   no data   no data
40.15/10.18	c  S st    38    158507       294      1265         0     22578      3817    239575   no data   no data
40.15/10.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.15/10.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
40.15/10.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
40.15/10.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.15/10.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.15/10.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
40.15/10.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
40.15/10.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
40.55/10.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.95/10.35	c lits-rem:       284  cl-subs:     2602  v-elim:      0  v-fix:    0  time:  0.15 s
40.95/10.35	c vivif2 --  cl tried     1265 cl shrink        0 lits rem          0 time: 0.00
40.95/10.35	c vivif2 --  cl tried    19976 cl shrink        0 lits rem          0 time: 0.00
40.95/10.36	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.01
40.95/10.37	c calculated reachability. Time: 0.00
40.95/10.37	c  N st    38    158507       294      1265         0     19976      3817    206450   no data   no data
57.33/14.44	c  N st    39    207096       294      1265         1     32924      3817    375918   no data   no data
68.55/17.26	c  N st    40    237760       294      1265         1     24976      3817    244889   no data   no data
68.55/17.26	c  S st    40    237760       294      1265         1     24976      3817    244889   no data   no data
68.92/17.32	c  S st    40    238263       294      1265         2     25475      3817    253460   no data   no data
68.92/17.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
68.92/17.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
68.92/17.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
68.92/17.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
68.92/17.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.92/17.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    294 time:  0.00 s
68.92/17.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
68.92/17.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
68.92/17.37	c subs with bin:     1039  lits-rem:       516  v-fix:    0  time:  0.03 s
69.32/17.49	c lits-rem:       134  cl-subs:     2252  v-elim:      0  v-fix:    0  time:  0.12 s
69.32/17.49	c vivif2 --  cl tried     1265 cl shrink        0 lits rem          0 time: 0.00
69.72/17.50	c vivif2 --  cl tried    22184 cl shrink        0 lits rem          0 time: 0.00
69.72/17.51	c asymm  cl-useful: 0/1265/1265 lits-rem:0 time: 0.01
69.72/17.51	c calculated reachability. Time: 0.00
69.72/17.51	c  N st    40    238263       294      1265         2     22184      3817    215650   no data   no data
94.51/23.75	c  F st    41    306251       294      1265         4     24178      3817    212643   no data   no data
94.51/23.75	c  N st    41    306251       294      1265         4     24178      3817    212643   no data   no data
94.51/23.75	c Finding binary XORs  T:     0.00 s  found:       0
96.09/24.16	c Decided on static restart strategy
101.28/25.44	c Following stats are for *FIRST FINISHED THREAD ONLY*
101.28/25.44	c num threads              : 4          
101.28/25.44	c restarts                 : 48         
101.28/25.44	c dynamic restarts         : 0          
101.28/25.44	c static restarts          : 48         
101.28/25.44	c full restarts            : 3          
101.28/25.44	c total simplify time      : 0.04       
101.28/25.44	c learnts DL2              : 0          
101.28/25.44	c learnts size 2           : 168        
101.28/25.44	c learnts size 1           : 154         (51.33     % of vars)
101.28/25.44	c filedLit time            : 0.01        (0.06      % time)
101.28/25.44	c v-elim SatELite          : 6           (2.00      % vars)
101.28/25.44	c SatELite time            : 0.64        (2.54      % time)
101.28/25.44	c v-elim xor               : 0           (0.00      % vars)
101.28/25.44	c xor elim time            : 0.00        (0.01      % time)
101.28/25.44	c num binary xor trees     : 1          
101.28/25.44	c binxor trees' crown      : 1           (1.00      leafs/tree)
101.28/25.44	c bin xor find time        : 0.00       
101.28/25.44	c OTF clause improved      : 14759       (0.05      clauses/conflict)
101.28/25.44	c OTF impr. size diff      : 15296       (1.04       lits/clause)
101.28/25.44	c OTF cl watch-shrink      : 64536       (0.20      clauses/conflict)
101.28/25.44	c OTF cl watch-sh-lit      : 79080       (1.23       lits/clause)
101.28/25.44	c tried to recurMin cls    : 34156       (10.82      % of conflicts)
101.28/25.44	c updated cache            : 0           (0.00       lits/tried recurMin)
101.28/25.44	c unit cls recevied        : 3           (1.95      % of units)
101.28/25.44	c unit cls sent            : 2           (1.30      % of units)
101.28/25.44	c bin cls recevied         : 52         
101.28/25.44	c bin cls sent             : 10         
101.28/25.44	c clauses over max glue    : 0           (0.00      % of all clauses)
101.28/25.44	c conflicts                : 315595      (12434.72  / sec)
101.28/25.44	c decisions                : 369724      (2.04      % random)
101.28/25.44	c bogo-props               : 3240859738  (127692739.69 / sec)
101.28/25.44	c conflict literals        : 4613799     (27.47     % deleted)
101.28/25.44	c Memory used              : 293.88      MB
101.28/25.44	c single-thread CPU time   : 25.38       s
101.28/25.44	c all-threads sum CPU time : 101.39      s
101.28/25.44	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-3174013-1304076744/watcher-3174013-1304076744 -o /tmp/evaluation-result-3174013-1304076744/solver-3174013-1304076744 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174013-1304076744.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.97 6.53 6.74 4/176 24673
/proc/meminfo: memFree=30942736/32950928 swapFree=67086492/67111528
[pid=24673] ppid=24668 vsize=10588 CPUtime=0 cores=0,2,4,6
/proc/24673/stat : 24673 (strangenight2-m) D 24668 24673 23667 0 -1 4194304 98 0 0 0 0 0 0 0 20 0 1 0 519271524 10842112 53 33554432000 4194304 4627427 140734087332352 18446744073709551615 239471775254 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 0
/proc/24673/statm: 2647 53 41 106 0 45 0

[startup+0.0313431 s]
/proc/loadavg: 3.97 6.53 6.74 4/176 24673
/proc/meminfo: memFree=30942736/32950928 swapFree=67086492/67111528
[pid=24673] ppid=24668 vsize=10588 CPUtime=0 cores=0,2,4,6
/proc/24673/stat : 24673 (strangenight2-m) D 24668 24673 23667 0 -1 4194304 98 0 0 0 0 0 0 0 20 0 1 0 519271524 10842112 53 33554432000 4194304 4627427 140734087332352 18446744073709551615 239471775254 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 0
/proc/24673/statm: 2647 53 41 106 0 45 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10588

[startup+0.897999 s]
/proc/loadavg: 3.97 6.53 6.74 4/176 24673
/proc/meminfo: memFree=30942736/32950928 swapFree=67086492/67111528
[pid=24673] ppid=24668 vsize=284220 CPUtime=3.38 cores=0,2,4,6
/proc/24673/stat : 24673 (strangenight2-m) R 24668 24673 23667 0 -1 4202496 4131 0 1 0 338 0 0 0 19 0 4 0 519271524 291041280 2329 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 4
/proc/24673/statm: 71055 2329 385 106 0 66026 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 284220

[startup+0.900998 s]
/proc/loadavg: 3.97 6.53 6.74 4/176 24673
/proc/meminfo: memFree=30942736/32950928 swapFree=67086492/67111528
[pid=24673] ppid=24668 vsize=284220 CPUtime=3.39 cores=0,2,4,6
/proc/24673/stat : 24673 (strangenight2-m) R 24668 24673 23667 0 -1 4202496 4135 0 1 0 339 0 0 0 19 0 4 0 519271524 291041280 2333 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 4
/proc/24673/statm: 71055 2333 385 106 0 66026 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 284220

[startup+1.00098 s]
/proc/loadavg: 3.97 6.53 6.74 4/176 24673
/proc/meminfo: memFree=30942736/32950928 swapFree=67086492/67111528
[pid=24673] ppid=24668 vsize=284500 CPUtime=3.79 cores=0,2,4,6
/proc/24673/stat : 24673 (strangenight2-m) R 24668 24673 23667 0 -1 4202496 4441 0 1 0 379 0 0 0 19 0 4 0 519271524 291328000 2639 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 4
/proc/24673/statm: 71125 2639 386 106 0 66096 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 284500

[startup+1.50089 s]
/proc/loadavg: 3.97 6.53 6.74 4/176 24673
/proc/meminfo: memFree=30942736/32950928 swapFree=67086492/67111528
[pid=24673] ppid=24668 vsize=284960 CPUtime=5.8 cores=0,2,4,6
/proc/24673/stat : 24673 (strangenight2-m) R 24668 24673 23667 0 -1 4202496 6773 0 1 0 579 1 0 0 20 0 4 0 519271524 291799040 3493 33554432000 4194304 4627427 140734087332352 18446744073709551615 4330318 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 4
/proc/24673/statm: 71240 3493 389 106 0 66211 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 284960

[startup+3.10058 s]
/proc/loadavg: 4.29 6.55 6.75 10/184 24681
/proc/meminfo: memFree=30864556/32950928 swapFree=67086492/67111528
[pid=24673] ppid=24668 vsize=291616 CPUtime=12.19 cores=0,2,4,6
/proc/24673/stat : 24673 (strangenight2-m) R 24668 24673 23667 0 -1 4202496 14215 0 1 0 1217 2 0 0 25 0 4 0 519271524 298614784 7300 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 4
/proc/24673/statm: 72904 7300 389 106 0 67875 0
[pid=24673/tid=24676] ppid=24668 vsize=291616 CPUtime=3.04 cores=0,2,4,6
/proc/24673/task/24676/stat : 24676 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 3090 0 0 0 304 0 0 0 25 0 4 0 519271529 298614784 7300 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24673/tid=24677] ppid=24668 vsize=291616 CPUtime=3.04 cores=0,2,4,6
/proc/24673/task/24677/stat : 24677 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 3644 0 0 0 304 0 0 0 25 0 4 0 519271529 298614784 7300 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24673/tid=24678] ppid=24668 vsize=291616 CPUtime=3.04 cores=0,2,4,6
/proc/24673/task/24678/stat : 24678 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 3431 0 0 0 304 0 0 0 25 0 4 0 519271529 298614784 7300 33554432000 4194304 4627427 140734087332352 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 291616

[startup+6.30097 s]
/proc/loadavg: 4.29 6.55 6.75 10/184 24681
/proc/meminfo: memFree=30837152/32950928 swapFree=67086492/67111528
[pid=24673] ppid=24668 vsize=295144 CPUtime=24.97 cores=0,2,4,6
/proc/24673/stat : 24673 (strangenight2-m) R 24668 24673 23667 0 -1 4202496 21911 0 1 0 2493 4 0 0 25 0 4 0 519271524 302227456 10046 33554432000 4194304 4627427 140734087332352 18446744073709551615 4420232 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 4
/proc/24673/statm: 73786 10046 389 106 0 68757 0
[pid=24673/tid=24676] ppid=24668 vsize=295144 CPUtime=6.24 cores=0,2,4,6
/proc/24673/task/24676/stat : 24676 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 5471 0 0 0 623 1 0 0 25 0 4 0 519271529 302227456 10046 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24673/tid=24677] ppid=24668 vsize=295144 CPUtime=6.25 cores=0,2,4,6
/proc/24673/task/24677/stat : 24677 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 5582 0 0 0 624 1 0 0 25 0 4 0 519271529 302227456 10046 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24673/tid=24678] ppid=24668 vsize=295144 CPUtime=6.24 cores=0,2,4,6
/proc/24673/task/24678/stat : 24678 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 4766 0 0 0 624 0 0 0 25 0 4 0 519271529 302227456 10046 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 295144

[startup+12.7007 s]
/proc/loadavg: 4.86 6.60 6.76 10/184 24681
/proc/meminfo: memFree=30800500/32950928 swapFree=67086492/67111528
[pid=24673] ppid=24668 vsize=295808 CPUtime=50.56 cores=0,2,4,6
/proc/24673/stat : 24673 (strangenight2-m) R 24668 24673 23667 0 -1 4202496 32846 0 1 0 5051 5 0 0 25 0 4 0 519271524 302907392 12454 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 4
/proc/24673/statm: 73952 12454 389 106 0 68923 0
[pid=24673/tid=24676] ppid=24668 vsize=295808 CPUtime=12.64 cores=0,2,4,6
/proc/24673/task/24676/stat : 24676 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 8308 0 0 0 1263 1 0 0 25 0 4 0 519271529 302907392 12454 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24673/tid=24677] ppid=24668 vsize=295808 CPUtime=12.65 cores=0,2,4,6
/proc/24673/task/24677/stat : 24677 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 7660 0 0 0 1264 1 0 0 25 0 4 0 519271529 302907392 12454 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24673/tid=24678] ppid=24668 vsize=295808 CPUtime=12.64 cores=0,2,4,6
/proc/24673/task/24678/stat : 24678 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 7988 0 0 0 1264 0 0 0 25 0 4 0 519271529 302907392 12454 33554432000 4194304 4627427 140734087332352 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 295808

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

[startup+13.4006 s]
/proc/loadavg: 4.86 6.60 6.76 10/184 24681
/proc/meminfo: memFree=30800500/32950928 swapFree=67086492/67111528
[pid=24673] ppid=24668 vsize=296012 CPUtime=53.34 cores=0,2,4,6
/proc/24673/stat : 24673 (strangenight2-m) R 24668 24673 23667 0 -1 4202496 34364 0 1 0 5328 6 0 0 25 0 4 0 519271524 303116288 11939 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 4
/proc/24673/statm: 74003 11939 389 106 0 68974 0
[pid=24673/tid=24676] ppid=24668 vsize=296012 CPUtime=13.33 cores=0,2,4,6
/proc/24673/task/24676/stat : 24676 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 8676 0 0 0 1332 1 0 0 25 0 4 0 519271529 303116288 11939 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24673/tid=24677] ppid=24668 vsize=296012 CPUtime=13.34 cores=0,2,4,6
/proc/24673/task/24677/stat : 24677 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 8055 0 0 0 1333 1 0 0 25 0 4 0 519271529 303116288 11939 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24673/tid=24678] ppid=24668 vsize=296012 CPUtime=13.34 cores=0,2,4,6
/proc/24673/task/24678/stat : 24678 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 8352 0 0 0 1334 0 0 0 25 0 4 0 519271529 303116288 11939 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 53.34
Current children cumulated vsize (KiB) 296012

[startup+19.8004 s]
/proc/loadavg: 5.11 6.62 6.77 10/184 24681
/proc/meminfo: memFree=30766212/32950928 swapFree=67086492/67111528
[pid=24673] ppid=24668 vsize=300592 CPUtime=78.91 cores=0,2,4,6
/proc/24673/stat : 24673 (strangenight2-m) R 24668 24673 23667 0 -1 4202496 43824 0 1 0 7884 7 0 0 25 0 4 0 519271524 307806208 14388 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 4
/proc/24673/statm: 75148 14388 389 106 0 70119 0
[pid=24673/tid=24676] ppid=24668 vsize=300592 CPUtime=19.74 cores=0,2,4,6
/proc/24673/task/24676/stat : 24676 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 11191 0 0 0 1972 2 0 0 25 0 4 0 519271529 307806208 14388 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24673/tid=24677] ppid=24668 vsize=300592 CPUtime=19.74 cores=0,2,4,6
/proc/24673/task/24677/stat : 24677 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 10694 0 0 0 1973 1 0 0 25 0 4 0 519271529 307806208 14388 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24673/tid=24678] ppid=24668 vsize=300592 CPUtime=19.74 cores=0,2,4,6
/proc/24673/task/24678/stat : 24678 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 10315 0 0 0 1973 1 0 0 25 0 4 0 519271529 307806208 14388 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 78.91
Current children cumulated vsize (KiB) 300592

[startup+23.0008 s]
/proc/loadavg: 5.34 6.64 6.77 10/184 24681
/proc/meminfo: memFree=30756672/32950928 swapFree=67086492/67111528
[pid=24673] ppid=24668 vsize=291428 CPUtime=91.69 cores=0,2,4,6
/proc/24673/stat : 24673 (strangenight2-m) R 24668 24673 23667 0 -1 4202496 47478 0 1 0 9162 7 0 0 25 0 4 0 519271524 298422272 15680 33554432000 4194304 4627427 140734087332352 18446744073709551615 4333536 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 4
/proc/24673/statm: 72857 15680 389 106 0 67828 0
[pid=24673/tid=24676] ppid=24668 vsize=291428 CPUtime=22.94 cores=0,2,4,6
/proc/24673/task/24676/stat : 24676 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 12270 0 0 0 2292 2 0 0 25 0 4 0 519271529 298422272 15680 33554432000 4194304 4627427 140734087332352 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24673/tid=24677] ppid=24668 vsize=291428 CPUtime=22.94 cores=0,2,4,6
/proc/24673/task/24677/stat : 24677 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 11493 0 0 0 2293 1 0 0 25 0 4 0 519271529 298422272 15680 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24673/tid=24678] ppid=24668 vsize=291428 CPUtime=22.94 cores=0,2,4,6
/proc/24673/task/24678/stat : 24678 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 11185 0 0 0 2293 1 0 0 25 0 4 0 519271529 298422272 15680 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 91.69
Current children cumulated vsize (KiB) 291428

[startup+24.6005 s]
/proc/loadavg: 5.34 6.64 6.77 10/184 24681
/proc/meminfo: memFree=30758532/32950928 swapFree=67086492/67111528
[pid=24673] ppid=24668 vsize=300924 CPUtime=98.08 cores=0,2,4,6
/proc/24673/stat : 24673 (strangenight2-m) R 24668 24673 23667 0 -1 4202496 49776 0 1 0 9800 8 0 0 25 0 4 0 519271524 308146176 15325 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309364 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 4
/proc/24673/statm: 75231 15325 389 106 0 70202 0
[pid=24673/tid=24676] ppid=24668 vsize=300924 CPUtime=24.54 cores=0,2,4,6
/proc/24673/task/24676/stat : 24676 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 12883 0 0 0 2452 2 0 0 25 0 4 0 519271529 308146176 15325 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24673/tid=24677] ppid=24668 vsize=300924 CPUtime=24.54 cores=0,2,4,6
/proc/24673/task/24677/stat : 24677 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 12005 0 0 0 2453 1 0 0 25 0 4 0 519271529 308146176 15325 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24673/tid=24678] ppid=24668 vsize=300924 CPUtime=24.54 cores=0,2,4,6
/proc/24673/task/24678/stat : 24678 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 11858 0 0 0 2453 1 0 0 25 0 4 0 519271529 308146176 15325 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 98.08
Current children cumulated vsize (KiB) 300924

[startup+25.0004 s]
/proc/loadavg: 5.34 6.64 6.77 10/184 24681
/proc/meminfo: memFree=30751704/32950928 swapFree=67086492/67111528
[pid=24673] ppid=24668 vsize=300924 CPUtime=99.68 cores=0,2,4,6
/proc/24673/stat : 24673 (strangenight2-m) R 24668 24673 23667 0 -1 4202496 50041 0 1 0 9960 8 0 0 25 0 4 0 519271524 308146176 15590 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 4
/proc/24673/statm: 75231 15590 389 106 0 70202 0
[pid=24673/tid=24676] ppid=24668 vsize=300924 CPUtime=24.94 cores=0,2,4,6
/proc/24673/task/24676/stat : 24676 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 12959 0 0 0 2492 2 0 0 25 0 4 0 519271529 308146176 15590 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24673/tid=24677] ppid=24668 vsize=300924 CPUtime=24.94 cores=0,2,4,6
/proc/24673/task/24677/stat : 24677 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 12068 0 0 0 2493 1 0 0 25 0 4 0 519271529 308146176 15590 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24673/tid=24678] ppid=24668 vsize=300924 CPUtime=24.94 cores=0,2,4,6
/proc/24673/task/24678/stat : 24678 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 11932 0 0 0 2493 1 0 0 25 0 4 0 519271529 308146176 15590 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.68
Current children cumulated vsize (KiB) 300924

[startup+25.4003 s]
/proc/loadavg: 5.34 6.64 6.77 10/184 24681
/proc/meminfo: memFree=30751704/32950928 swapFree=67086492/67111528
[pid=24673] ppid=24668 vsize=300924 CPUtime=101.28 cores=0,2,4,6
/proc/24673/stat : 24673 (strangenight2-m) R 24668 24673 23667 0 -1 4202496 50290 0 1 0 10120 8 0 0 25 0 4 0 519271524 308146176 15839 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 4
/proc/24673/statm: 75231 15839 389 106 0 70202 0
[pid=24673/tid=24676] ppid=24668 vsize=300924 CPUtime=25.34 cores=0,2,4,6
/proc/24673/task/24676/stat : 24676 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 13030 0 0 0 2532 2 0 0 25 0 4 0 519271529 308146176 15839 33554432000 4194304 4627427 140734087332352 18446744073709551615 4310370 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24673/tid=24677] ppid=24668 vsize=300924 CPUtime=25.34 cores=0,2,4,6
/proc/24673/task/24677/stat : 24677 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 12123 0 0 0 2533 1 0 0 25 0 4 0 519271529 308146176 15839 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24673/tid=24678] ppid=24668 vsize=300924 CPUtime=25.34 cores=0,2,4,6
/proc/24673/task/24678/stat : 24678 (strangenight2-m) R 24668 24673 23667 0 -1 4202560 12000 0 0 0 2533 1 0 0 25 0 4 0 519271529 308146176 15839 33554432000 4194304 4627427 140734087332352 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 300924

Child status: 20
Real time (s): 25.4527
CPU time (s): 101.486
CPU user time (s): 101.397
CPU system time (s): 0.088986
CPU usage (%): 398.723
Max. virtual memory (cumulated for all children) (KiB): 300924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 101.397
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50323
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 263
involuntary context switches= 550

runsolver used 0.039993 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 13:32:25
IDJOB=3174013
IDBENCH=82831
IDSOLVER=1586
FILE ID=node148/3174013-1304076744
RUNJOBID= node148-1304076744-24654
PBS_JOBID= 13170479
Free space on /tmp= 71436 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1469984978-038.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174013-1304076744/watcher-3174013-1304076744 -o /tmp/evaluation-result-3174013-1304076744/solver-3174013-1304076744 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174013-1304076744.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= aa033649e20861950136340d4750574f
RANDOM SEED=1823704881

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30943048 kB
Buffers:        675812 kB
Cached:         926396 kB
SwapCached:       3664 kB
Active:          93136 kB
Inactive:      1550612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30943048 kB
SwapTotal:    67111528 kB
SwapFree:     67086492 kB
Dirty:           11340 kB
Writeback:           0 kB
AnonPages:       40080 kB
Mapped:          13456 kB
Slab:           300320 kB
PageTables:       4368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188460 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= 71424 MiB
End job on node148 at 2011-04-29 13:32:50