Trace number 3175368

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-mtUNSAT 39.9759 10.0128

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S566093033-041.UNKNOWN.cnf
MD5SUM85e2085fcd9bc0d9740c43994b898153
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.556915
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.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175368-1304121345.cnf'
0.00/0.00	c -- header says num vars:            300
0.00/0.00	c -- header says num clauses:        1278
0.00/0.00	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.00	c -- vars added        300
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       300      1278         0         0      3834         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/1278/1278 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:      8  v-fix:    0  time:  0.00 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:     135 undec:      37 neg:     128
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       292      1263         0         0      3818         0   no data   no data  --
0.17/0.07	c Decided on static restart strategy
0.78/0.20	c  N st     8      4914       292      1263         0      4724      3818     71706   no data   no data  --
1.18/0.31	c  N st    10     11297       292      1263         0      4371      3818     51142   no data   no data  --
1.98/0.52	c  N st    11     17041       292      1263         0      9899      3818    141010   no data   no data  --
3.17/0.85	c  F st    12     25002       292      1263         0     12126      3818    159496   no data   no data  --
3.17/0.85	c  N st    12     25002       292      1263         0     12126      3818    159496   no data   no data  --
3.99/1.08	c Decided on static restart strategy
3.99/1.08	c  N st    18     30000       292      1263         0     10450      3818    127601   no data   no data  --
3.99/1.08	c  S st    18     30000       292      1263         0     10450      3818    127601   no data   no data  --
4.40/1.12	c  S st    18     30501       292      1263         0     10946      3818    134997   no data   no data  --
4.40/1.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.40/1.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.40/1.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.40/1.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.40/1.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.40/1.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
4.40/1.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.77/1.24	c lits-rem:       229  cl-subs:     1428  v-elim:      0  v-fix:    0  time:  0.45 s
4.77/1.24	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.03
4.77/1.24	c calculated reachability. Time: 0.00
4.77/1.24	c  N st    18     30501       292      1263         0      9518      3818    115830   no data   no data  --
6.37/1.64	c  N st    20     37611       292      1263         0      8777      3818     94164   no data   no data  --
7.57/1.95	c  N st    21     44011       292      1263         0     14922      3818    181198   no data   no data  --
7.97/2.05	c  S st    22     45751       292      1263         0     16582      3818    207443   no data   no data  --
7.97/2.09	c  S st    22     46253       292      1263         0     17082      3818    215304   no data   no data  --
7.97/2.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.97/2.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.97/2.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
8.38/2.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.38/2.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
8.38/2.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.97/2.50	c lits-rem:       659  cl-subs:     2481  v-elim:      0  v-fix:    0  time:  1.58 s
9.97/2.50	c vivif2 --  cl tried     1263 cl shrink        0 lits rem          0 time: 0.00
9.97/2.50	c vivif2 --  cl tried    14601 cl shrink        0 lits rem          0 time: 0.01
9.97/2.51	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.04
9.97/2.51	c calculated reachability. Time: 0.00
9.97/2.51	c  N st    22     46253       292      1263         0     14601      3818    182877   no data   no data  --
13.18/3.34	c  N st    23     60650       292      1263         0     10298      3818    101390   no data   no data  --
15.15/3.83	c  N st    24     69379       292      1263         0     18568      3818    214727   no data   no data  --
15.15/3.83	c  S st    24     69379       292      1263         0     18568      3818    214727   no data   no data  --
15.15/3.88	c  S st    24     69883       292      1263         0     19068      3818    222762   no data   no data  --
15.15/3.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.15/3.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.15/3.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.15/3.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.15/3.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.15/3.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
15.15/3.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.17/4.36	c lits-rem:       565  cl-subs:     4346  v-elim:      0  v-fix:    0  time:  1.88 s
17.17/4.36	c vivif2 --  cl tried     1263 cl shrink        0 lits rem          0 time: 0.00
17.17/4.36	c vivif2 --  cl tried    14722 cl shrink        0 lits rem          0 time: 0.00
17.17/4.37	c asymm  cl-useful: 0/1263/1263 lits-rem:0 time: 0.04
17.17/4.37	c calculated reachability. Time: 0.00
17.17/4.37	c  N st    24     69883       292      1263         0     14722      3818    167161   no data   no data  --
21.57/5.44	c  F st    25     87500       292      1263         0     21094      3818    244558   no data   no data  --
21.57/5.44	c  N st    25     87500       292      1263         0     21094      3818    244558   no data   no data  --
21.57/5.44	c Finding binary XORs  T:     0.00 s  found:       0
22.75/5.74	c Decided on static restart strategy
23.55/5.90	c  N st    32     95538       291      1236        22     15945      3759    169463   no data   no data  --
25.96/6.52	c  N st    34    104824       291      1236        22     13198      3759    125847   no data   no data  --
25.96/6.52	c  S st    34    104824       291      1236        22     13198      3759    125847   no data   no data  --
25.96/6.56	c  S st    34    105327       291      1236        22     13698      3759    133803   no data   no data  --
25.96/6.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.96/6.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.96/6.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
25.96/6.56	c bin-w-bin subsume rem           11 bins  time:  0.00 s
25.96/6.56	c subs with bin:       35  lits-rem:       129  v-fix:    0  time:  0.00 s
25.96/6.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
25.96/6.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.74/6.71	c lits-rem:       618  cl-subs:     1233  v-elim:      1  v-fix:    0  time:  0.60 s
26.74/6.71	c vivif2 --  cl tried     1235 cl shrink        0 lits rem          0 time: 0.00
26.74/6.72	c vivif2 --  cl tried    12430 cl shrink        0 lits rem          0 time: 0.01
26.74/6.72	c asymm  cl-useful: 0/1235/1235 lits-rem:0 time: 0.03
26.74/6.72	c calculated reachability. Time: 0.00
26.74/6.72	c  N st    34    105327       290      1235        11     12430      3769    119610   no data   no data  --
29.14/7.34	c  N st    35    114925       290      1235        12     21508      3769    240494   no data   no data  --
32.74/8.29	c  N st    36    129322       290      1235        12     22180      3769    228515   no data   no data  --
35.93/9.00	c Finding binary XORs  T:     0.00 s  found:       0
38.33/9.65	c  N st    37    150917       288      1201        29     23620      3687    236623   no data   no data  --
39.54/9.98	c  E st    38    155711       270       968       164      5099      3197     31233   no data   no data  --
39.92/10.00	c Following stats are for *FIRST FINISHED THREAD ONLY*
39.92/10.00	c num threads              : 4          
39.92/10.00	c restarts                 : 38         
39.92/10.00	c dynamic restarts         : 0          
39.92/10.00	c static restarts          : 38         
39.92/10.00	c full restarts            : 2          
39.92/10.00	c total simplify time      : 0.08       
39.92/10.00	c learnts DL2              : 0          
39.92/10.00	c learnts size 2           : 221        
39.92/10.00	c learnts size 1           : 107         (35.67     % of vars)
39.92/10.00	c filedLit time            : 0.05        (0.14      % time)
39.92/10.00	c v-elim SatELite          : 9           (3.00      % vars)
39.92/10.00	c SatELite time            : 4.44        (11.12     % time)
39.92/10.00	c v-elim xor               : 0           (0.00      % vars)
39.92/10.00	c xor elim time            : 0.01        (0.02      % time)
39.92/10.01	c num binary xor trees     : 0          
39.92/10.01	c binxor trees' crown      : 0           (nan       leafs/tree)
39.92/10.01	c bin xor find time        : 0.00       
39.92/10.01	c OTF clause improved      : 7926        (0.05      clauses/conflict)
39.92/10.01	c OTF impr. size diff      : 8278        (1.04       lits/clause)
39.92/10.01	c OTF cl watch-shrink      : 27744       (0.18      clauses/conflict)
39.92/10.01	c OTF cl watch-sh-lit      : 32386       (1.17       lits/clause)
39.92/10.01	c tried to recurMin cls    : 23647       (15.19      % of conflicts)
39.92/10.01	c updated cache            : 0           (0.00       lits/tried recurMin)
39.92/10.01	c unit cls received        : 2           (1.87      % of units)
39.92/10.01	c unit cls sent            : 1           (0.93      % of units)
39.92/10.01	c bin cls received         : 12         
39.92/10.01	c bin cls sent             : 34         
39.92/10.01	c clauses over max glue    : 0           (0.00      % of all clauses)
39.92/10.01	c conflicts                : 155711      (3900.58   / sec)
39.92/10.01	c decisions                : 181635      (1.88      % random)
39.92/10.01	c bogo-props               : 1111320185  (27838730.11 / sec)
39.92/10.01	c conflict literals        : 2112152     (27.41     % deleted)
39.92/10.01	c Memory used              : 264.03      MB
39.92/10.01	c single-thread CPU time   : 39.92       s
39.92/10.01	c all-threads sum CPU time : 39.92       s
39.92/10.01	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-3175368-1304121345/watcher-3175368-1304121345 -o /tmp/evaluation-result-3175368-1304121345/solver-3175368-1304121345 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175368-1304121345.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: 7.43 7.90 7.03 2/174 20181
/proc/meminfo: memFree=27899096/32950928 swapFree=67111356/67111528
[pid=20181] ppid=20179 vsize=208036 CPUtime=0 cores=0,2,4,6
/proc/20181/stat : 20181 (strangenight1-m) R 20179 20181 20055 0 -1 4202496 631 0 0 0 0 0 0 0 25 0 4 0 523734156 213028864 554 33554432000 4194304 4650419 140734372459264 18446744073709551615 208079901005 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20181/statm: 52009 556 343 112 0 46974 0
[pid=20181/tid=20182] ppid=20179 vsize=208036 CPUtime=0 cores=0,2,4,6
/proc/20181/task/20182/stat : 20182 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 28 0 0 0 0 0 0 0 25 0 4 0 523734157 213028864 562 33554432000 4194304 4650419 140734372459264 18446744073709551615 208080337390 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20181/tid=20183] ppid=20179 vsize=208036 CPUtime=0 cores=0,2,4,6
/proc/20181/task/20183/stat : 20183 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 71 0 0 0 0 0 0 0 25 0 4 0 523734157 213028864 566 33554432000 4194304 4650419 140734372459264 18446744073709551615 208080337390 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=208036 CPUtime=0 cores=0,2,4,6
/proc/20181/task/20184/stat : 20184 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 57 0 0 0 0 0 0 0 25 0 4 0 523734157 213028864 569 33554432000 4194304 4650419 140734372459264 18446744073709551615 208080337390 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0485269 s]
/proc/loadavg: 7.43 7.90 7.03 2/174 20181
/proc/meminfo: memFree=27899096/32950928 swapFree=67111356/67111528
[pid=20181] ppid=20179 vsize=282004 CPUtime=0.17 cores=0,2,4,6
/proc/20181/stat : 20181 (strangenight1-m) R 20179 20181 20055 0 -1 4202496 1191 0 0 0 17 0 0 0 25 0 4 0 523734156 288772096 1087 33554432000 4194304 4650419 140734372459264 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20181/statm: 70501 1087 391 112 0 65466 0
[pid=20181/tid=20182] ppid=20179 vsize=282004 CPUtime=0.04 cores=0,2,4,6
/proc/20181/task/20182/stat : 20182 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 199 0 0 0 4 0 0 0 25 0 4 0 523734157 288772096 1087 33554432000 4194304 4650419 140734372459264 18446744073709551615 208080337390 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20181/tid=20183] ppid=20179 vsize=282004 CPUtime=0.04 cores=0,2,4,6
/proc/20181/task/20183/stat : 20183 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 217 0 0 0 4 0 0 0 25 0 4 0 523734157 288772096 1087 33554432000 4194304 4650419 140734372459264 18446744073709551615 208080256919 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=282004 CPUtime=0.04 cores=0,2,4,6
/proc/20181/task/20184/stat : 20184 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 125 0 0 0 4 0 0 0 25 0 4 0 523734157 288772096 1087 33554432000 4194304 4650419 140734372459264 18446744073709551615 4363556 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 282004

[startup+0.108111 s]
/proc/loadavg: 7.43 7.90 7.03 2/174 20181
/proc/meminfo: memFree=27899096/32950928 swapFree=67111356/67111528
[pid=20181] ppid=20179 vsize=282300 CPUtime=0.41 cores=0,2,4,6
/proc/20181/stat : 20181 (strangenight1-m) R 20179 20181 20055 0 -1 4202496 1475 0 0 0 41 0 0 0 25 0 4 0 523734156 289075200 1371 33554432000 4194304 4650419 140734372459264 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20181/statm: 70575 1371 391 112 0 65540 0
[pid=20181/tid=20182] ppid=20179 vsize=282300 CPUtime=0.1 cores=0,2,4,6
/proc/20181/task/20182/stat : 20182 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 275 0 0 0 10 0 0 0 25 0 4 0 523734157 289075200 1371 33554432000 4194304 4650419 140734372459264 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20181/tid=20183] ppid=20179 vsize=282300 CPUtime=0.1 cores=0,2,4,6
/proc/20181/task/20183/stat : 20183 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 292 0 0 0 10 0 0 0 25 0 4 0 523734157 289075200 1371 33554432000 4194304 4650419 140734372459264 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=282300 CPUtime=0.1 cores=0,2,4,6
/proc/20181/task/20184/stat : 20184 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 183 0 0 0 10 0 0 0 25 0 4 0 523734157 289075200 1372 33554432000 4194304 4650419 140734372459264 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282300

[startup+0.301075 s]
/proc/loadavg: 7.43 7.90 7.03 2/174 20181
/proc/meminfo: memFree=27899096/32950928 swapFree=67111356/67111528
[pid=20181] ppid=20179 vsize=283300 CPUtime=1.18 cores=0,2,4,6
/proc/20181/stat : 20181 (strangenight1-m) R 20179 20181 20055 0 -1 4202496 2306 0 0 0 118 0 0 0 25 0 4 0 523734156 290099200 1833 33554432000 4194304 4650419 140734372459264 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20181/statm: 70825 1833 393 112 0 65790 0
[pid=20181/tid=20182] ppid=20179 vsize=283300 CPUtime=0.29 cores=0,2,4,6
/proc/20181/task/20182/stat : 20182 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 474 0 0 0 29 0 0 0 25 0 4 0 523734157 290099200 1833 33554432000 4194304 4650419 140734372459264 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20181/tid=20183] ppid=20179 vsize=283300 CPUtime=0.29 cores=0,2,4,6
/proc/20181/task/20183/stat : 20183 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 503 0 0 0 29 0 0 0 25 0 4 0 523734157 290099200 1833 33554432000 4194304 4650419 140734372459264 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=283300 CPUtime=0.29 cores=0,2,4,6
/proc/20181/task/20184/stat : 20184 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 394 0 0 0 29 0 0 0 25 0 4 0 523734157 290099200 1833 33554432000 4194304 4650419 140734372459264 18446744073709551615 4364468 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283300

[startup+0.700999 s]
/proc/loadavg: 7.43 7.90 7.03 2/174 20181
/proc/meminfo: memFree=27899096/32950928 swapFree=67111356/67111528
[pid=20181] ppid=20179 vsize=284568 CPUtime=2.77 cores=0,2,4,6
/proc/20181/stat : 20181 (strangenight1-m) R 20179 20181 20055 0 -1 4202496 3923 0 0 0 277 0 0 0 25 0 4 0 523734156 291397632 2157 33554432000 4194304 4650419 140734372459264 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20181/statm: 71142 2157 393 112 0 66107 0
[pid=20181/tid=20182] ppid=20179 vsize=284568 CPUtime=0.69 cores=0,2,4,6
/proc/20181/task/20182/stat : 20182 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 863 0 0 0 69 0 0 0 25 0 4 0 523734157 291397632 2157 33554432000 4194304 4650419 140734372459264 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20181/tid=20183] ppid=20179 vsize=284568 CPUtime=0.69 cores=0,2,4,6
/proc/20181/task/20183/stat : 20183 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 895 0 0 0 69 0 0 0 25 0 4 0 523734157 291397632 2157 33554432000 4194304 4650419 140734372459264 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=284568 CPUtime=0.69 cores=0,2,4,6
/proc/20181/task/20184/stat : 20184 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 780 0 0 0 69 0 0 0 25 0 4 0 523734157 291397632 2157 33554432000 4194304 4650419 140734372459264 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284568

[startup+1.50085 s]
/proc/loadavg: 7.43 7.90 7.03 10/184 20194
/proc/meminfo: memFree=27869264/32950928 swapFree=67111356/67111528
[pid=20181] ppid=20179 vsize=276724 CPUtime=5.97 cores=0,2,4,6
/proc/20181/stat : 20181 (strangenight1-m) R 20179 20181 20055 0 -1 4202496 6792 0 0 0 596 1 0 0 25 0 4 0 523734156 283365376 3641 33554432000 4194304 4650419 140734372459264 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20181/statm: 69181 3641 395 112 0 64146 0
[pid=20181/tid=20182] ppid=20179 vsize=276724 CPUtime=1.48 cores=0,2,4,6
/proc/20181/task/20182/stat : 20182 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 1458 0 0 0 148 0 0 0 25 0 4 0 523734157 283365376 3641 33554432000 4194304 4650419 140734372459264 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20181/tid=20183] ppid=20179 vsize=276724 CPUtime=1.49 cores=0,2,4,6
/proc/20181/task/20183/stat : 20183 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 1486 0 0 0 149 0 0 0 25 0 4 0 523734157 283365376 3641 33554432000 4194304 4650419 140734372459264 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=276724 CPUtime=1.49 cores=0,2,4,6
/proc/20181/task/20184/stat : 20184 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 1158 0 0 0 149 0 0 0 25 0 4 0 523734157 283365376 3641 33554432000 4194304 4650419 140734372459264 18446744073709551615 4314647 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 276724

[startup+3.10054 s]
/proc/loadavg: 7.43 7.90 7.03 9/184 20194
/proc/meminfo: memFree=27837396/32950928 swapFree=67111356/67111528
[pid=20181] ppid=20179 vsize=286668 CPUtime=12.36 cores=0,2,4,6
/proc/20181/stat : 20181 (strangenight1-m) R 20179 20181 20055 0 -1 4202496 12873 0 0 0 1234 2 0 0 25 0 4 0 523734156 293548032 7511 33554432000 4194304 4650419 140734372459264 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20181/statm: 71667 7511 395 112 0 66632 0
[pid=20181/tid=20182] ppid=20179 vsize=286668 CPUtime=3.07 cores=0,2,4,6
/proc/20181/task/20182/stat : 20182 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 2739 0 0 0 307 0 0 0 25 0 4 0 523734157 293548032 7511 33554432000 4194304 4650419 140734372459264 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20181/tid=20183] ppid=20179 vsize=286668 CPUtime=3.08 cores=0,2,4,6
/proc/20181/task/20183/stat : 20183 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 3199 0 0 0 308 0 0 0 25 0 4 0 523734157 293548032 7511 33554432000 4194304 4650419 140734372459264 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=286668 CPUtime=3.09 cores=0,2,4,6
/proc/20181/task/20184/stat : 20184 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 2965 0 0 0 309 0 0 0 25 0 4 0 523734157 293548032 7511 33554432000 4194304 4650419 140734372459264 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 286668

[startup+6.30093 s]
/proc/loadavg: 7.56 7.92 7.04 9/184 20194
/proc/meminfo: memFree=27811444/32950928 swapFree=67111356/67111528
[pid=20181] ppid=20179 vsize=261092 CPUtime=25.14 cores=0,2,4,6
/proc/20181/stat : 20181 (strangenight1-m) R 20179 20181 20055 0 -1 4202496 19072 0 0 0 2511 3 0 0 25 0 4 0 523734156 267358208 9345 33554432000 4194304 4650419 140734372459264 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20181/statm: 65273 9345 395 112 0 60238 0
[pid=20181/tid=20182] ppid=20179 vsize=261092 CPUtime=6.26 cores=0,2,4,6
/proc/20181/task/20182/stat : 20182 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 4582 0 0 0 625 1 0 0 25 0 4 0 523734157 267358208 9345 33554432000 4194304 4650419 140734372459264 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20181/tid=20183] ppid=20179 vsize=261092 CPUtime=6.29 cores=0,2,4,6
/proc/20181/task/20183/stat : 20183 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 4852 0 0 0 628 1 0 0 25 0 4 0 523734157 267358208 9345 33554432000 4194304 4650419 140734372459264 18446744073709551615 4333937 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=261092 CPUtime=6.28 cores=0,2,4,6
/proc/20181/task/20184/stat : 20184 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 4151 0 0 0 628 0 0 0 25 0 4 0 523734157 267358208 9345 33554432000 4194304 4650419 140734372459264 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 261092

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

[startup+7.90063 s]
/proc/loadavg: 7.56 7.92 7.04 9/184 20194
/proc/meminfo: memFree=27801408/32950928 swapFree=67111356/67111528
[pid=20181] ppid=20179 vsize=288276 CPUtime=31.54 cores=0,2,4,6
/proc/20181/stat : 20181 (strangenight1-m) R 20179 20181 20055 0 -1 4202496 22690 0 0 0 3150 4 0 0 25 0 4 0 523734156 295194624 10942 33554432000 4194304 4650419 140734372459264 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20181/statm: 72069 10942 395 112 0 67034 0
[pid=20181/tid=20182] ppid=20179 vsize=288276 CPUtime=7.85 cores=0,2,4,6
/proc/20181/task/20182/stat : 20182 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 5392 0 0 0 784 1 0 0 25 0 4 0 523734157 295194624 10942 33554432000 4194304 4650419 140734372459264 18446744073709551615 4438407 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20181/tid=20183] ppid=20179 vsize=288276 CPUtime=7.89 cores=0,2,4,6
/proc/20181/task/20183/stat : 20183 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 5565 0 0 0 788 1 0 0 25 0 4 0 523734157 295194624 10942 33554432000 4194304 4650419 140734372459264 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=288276 CPUtime=7.88 cores=0,2,4,6
/proc/20181/task/20184/stat : 20184 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 5358 0 0 0 788 0 0 0 25 0 4 0 523734157 295194624 10942 33554432000 4194304 4650419 140734372459264 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 31.54
Current children cumulated vsize (KiB) 288276

[startup+8.70048 s]
/proc/loadavg: 7.56 7.92 7.04 9/184 20194
/proc/meminfo: memFree=27784804/32950928 swapFree=67111356/67111528
[pid=20181] ppid=20179 vsize=288276 CPUtime=34.75 cores=0,2,4,6
/proc/20181/stat : 20181 (strangenight1-m) R 20179 20181 20055 0 -1 4202496 23322 0 0 0 3471 4 0 0 25 0 4 0 523734156 295194624 11574 33554432000 4194304 4650419 140734372459264 18446744073709551615 4368121 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20181/statm: 72069 11574 395 112 0 67034 0
[pid=20181/tid=20182] ppid=20179 vsize=288276 CPUtime=8.65 cores=0,2,4,6
/proc/20181/task/20182/stat : 20182 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 5631 0 0 0 864 1 0 0 25 0 4 0 523734157 295194624 11574 33554432000 4194304 4650419 140734372459264 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20181/tid=20183] ppid=20179 vsize=288276 CPUtime=8.69 cores=0,2,4,6
/proc/20181/task/20183/stat : 20183 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 5737 0 0 0 868 1 0 0 25 0 4 0 523734157 295194624 11574 33554432000 4194304 4650419 140734372459264 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=288276 CPUtime=8.69 cores=0,2,4,6
/proc/20181/task/20184/stat : 20184 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 5409 0 0 0 869 0 0 0 25 0 4 0 523734157 295194624 11574 33554432000 4194304 4650419 140734372459264 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 34.75
Current children cumulated vsize (KiB) 288276

[startup+9.50033 s]
/proc/loadavg: 7.56 7.92 7.04 9/184 20194
/proc/meminfo: memFree=27784804/32950928 swapFree=67111356/67111528
[pid=20181] ppid=20179 vsize=279360 CPUtime=37.93 cores=0,2,4,6
/proc/20181/stat : 20181 (strangenight1-m) R 20179 20181 20055 0 -1 4202496 24621 0 0 0 3789 4 0 0 25 0 4 0 523734156 286064640 11620 33554432000 4194304 4650419 140734372459264 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20181/statm: 69840 11620 395 112 0 64805 0
[pid=20181/tid=20182] ppid=20179 vsize=279360 CPUtime=9.44 cores=0,2,4,6
/proc/20181/task/20182/stat : 20182 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 5984 0 0 0 943 1 0 0 25 0 4 0 523734157 286064640 11620 33554432000 4194304 4650419 140734372459264 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20181/tid=20183] ppid=20179 vsize=279360 CPUtime=9.48 cores=0,2,4,6
/proc/20181/task/20183/stat : 20183 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 6024 0 0 0 947 1 0 0 25 0 4 0 523734157 286064640 11620 33554432000 4194304 4650419 140734372459264 18446744073709551615 4349680 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=279360 CPUtime=9.48 cores=0,2,4,6
/proc/20181/task/20184/stat : 20184 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 5710 0 0 0 948 0 0 0 25 0 4 0 523734157 286064640 11620 33554432000 4194304 4650419 140734372459264 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37.93
Current children cumulated vsize (KiB) 279360

[startup+9.90625 s]
/proc/loadavg: 7.59 7.92 7.05 9/184 20194
/proc/meminfo: memFree=27782820/32950928 swapFree=67111356/67111528
[pid=20181] ppid=20179 vsize=270324 CPUtime=39.54 cores=0,2,4,6
/proc/20181/stat : 20181 (strangenight1-m) R 20179 20181 20055 0 -1 4202496 25087 0 0 0 3950 4 0 0 25 0 4 0 523734156 276811776 11683 33554432000 4194304 4650419 140734372459264 18446744073709551615 4365348 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20181/statm: 67581 11683 395 112 0 62546 0
[pid=20181/tid=20182] ppid=20179 vsize=270324 CPUtime=9.84 cores=0,2,4,6
/proc/20181/task/20182/stat : 20182 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 6058 0 0 0 983 1 0 0 25 0 4 0 523734157 276811776 11683 33554432000 4194304 4650419 140734372459264 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20181/tid=20183] ppid=20179 vsize=270324 CPUtime=9.89 cores=0,2,4,6
/proc/20181/task/20183/stat : 20183 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 6116 0 0 0 988 1 0 0 25 0 4 0 523734157 276811776 11683 33554432000 4194304 4650419 140734372459264 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=270324 CPUtime=9.89 cores=0,2,4,6
/proc/20181/task/20184/stat : 20184 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 5788 0 0 0 989 0 0 0 25 0 4 0 523734157 276811776 11683 33554432000 4194304 4650419 140734372459264 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39.54
Current children cumulated vsize (KiB) 270324

[startup+10.0002 s]
/proc/loadavg: 7.59 7.92 7.05 9/184 20194
/proc/meminfo: memFree=27782820/32950928 swapFree=67111356/67111528
[pid=20181] ppid=20179 vsize=270324 CPUtime=39.92 cores=0,2,4,6
/proc/20181/stat : 20181 (strangenight1-m) R 20179 20181 20055 0 -1 4202496 25141 0 0 0 3988 4 0 0 25 0 4 0 523734156 276811776 11737 33554432000 4194304 4650419 140734372459264 18446744073709551615 4205400 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20181/statm: 67581 11737 395 112 0 62546 0
[pid=20181/tid=20182] ppid=20179 vsize=270324 CPUtime=9.94 cores=0,2,4,6
/proc/20181/task/20182/stat : 20182 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 6066 0 0 0 993 1 0 0 25 0 4 0 523734157 276811776 11737 33554432000 4194304 4650419 140734372459264 18446744073709551615 4313370 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20181/tid=20183] ppid=20179 vsize=270324 CPUtime=9.98 cores=0,2,4,6
/proc/20181/task/20183/stat : 20183 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 6133 0 0 0 997 1 0 0 25 0 4 0 523734157 276811776 11737 33554432000 4194304 4650419 140734372459264 18446744073709551615 47389154223632 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=270324 CPUtime=9.98 cores=0,2,4,6
/proc/20181/task/20184/stat : 20184 (strangenight1-m) R 20179 20181 20055 0 -1 4202560 5804 0 0 0 998 0 0 0 25 0 4 0 523734157 276811776 11737 33554432000 4194304 4650419 140734372459264 18446744073709551615 47389154223635 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39.92
Current children cumulated vsize (KiB) 270324

Child status: 20
Real time (s): 10.0128
CPU time (s): 39.9759
CPU user time (s): 39.9229
CPU system time (s): 0.052991
CPU usage (%): 399.246
Max. virtual memory (cumulated for all children) (KiB): 288388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.9229
system time used= 0.052991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25361
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= 195
involuntary context switches= 302

runsolver used 0.018997 second user time and 0.035994 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-30 01:55:45
IDJOB=3175368
IDBENCH=82986
IDSOLVER=1588
FILE ID=node127/3175368-1304121345
RUNJOBID= node127-1304120141-20073
PBS_JOBID= 13170732
Free space on /tmp= 71820 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S566093033-041.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175368-1304121345/watcher-3175368-1304121345 -o /tmp/evaluation-result-3175368-1304121345/solver-3175368-1304121345 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175368-1304121345.cnf

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

MD5SUM BENCH= 85e2085fcd9bc0d9740c43994b898153
RANDOM SEED=248660437

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.74
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.823
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.823
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      27899376 kB
Buffers:       1283740 kB
Cached:        3252160 kB
SwapCached:          8 kB
Active:         167112 kB
Inactive:      4432248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27899376 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            6236 kB
Writeback:           0 kB
AnonPages:       63992 kB
Mapped:          14684 kB
Slab:           388048 kB
PageTables:       4660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186656 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= 71808 MiB
End job on node127 at 2011-04-30 01:55:55