Trace number 3366606

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-mt (fixed)SAT 39.557 9.92505

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1788358104-029.SATISFIABLE.cnf
MD5SUMff2e6a4fa2b25feb24cf72d67e6cd330
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.018997
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

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 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366606-1305410151.cnf'
0.00/0.00	c -- header says num vars:             50
0.00/0.00	c -- header says num clauses:        4450
0.00/0.00	c -- clauses added:            0 learnts,         4450 normals,            0 xors
0.00/0.00	c -- vars added         50
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        50      4450         0         0     31150         0   no data   no data
0.38/0.10	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.09
0.38/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.38/0.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
0.38/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.38/0.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.38/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.38/0.11	c calculated reachability. Time: 0.00
0.38/0.11	c Calc default polars -  time:   0.00 s pos:      26 undec:       0 neg:      24
0.38/0.11	c =========================================================================================
0.38/0.11	c types(t): F = full restart, N = normal restart
0.38/0.11	c types(t): S = simplification begin/end, E = solution found
0.38/0.11	c restart types(rt): st = static, dy = dynamic
0.38/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.11	c  B st     0         0        50      4450         0         0     31150         0   no data   no data
0.77/0.23	c  N dy    13      4666        50      4450         0      4069     31150     74553     15.39     16.21
2.37/0.66	c  N dy    22     17753        50      4450         0      9401     31150    153957     14.22     15.32
3.17/0.84	c  N dy    62     21776        50      4450         0      8159     31150    135115     14.75     15.59
3.99/1.01	c  F st    95     25000        50      4450         0     10957     31150    187540     15.05   no data
3.99/1.07	c  N st    98     26189        50      4450         0      6088     31150     89118     15.05   no data
4.76/1.22	c  S st   101     30001        50      4450         0      9428     31150    150327     15.05   no data
4.76/1.25	c  S st   101     30504        50      4450         0      9875     31150    158812     15.05   no data
4.76/1.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.76/1.26	c blocked clauses removed:        0 vars:      0 tried:          50 T: 0.00 s
4.76/1.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4.76/1.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.76/1.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.47	c lits-rem:       189  cl-subs:     1644  v-elim:      0  v-fix:    0  time:  0.21 s
6.36/1.66	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.19
6.36/1.66	c calculated reachability. Time: 0.00
6.36/1.66	c  N dy   101     30504        50      4450         0      8231     31150    132602     15.05   no data
7.16/1.88	c  N dy   131     34545        50      4450         0     11770     31150    198553     15.27     16.31
8.37/2.14	c  N dy   148     39894        50      4450         0      9611     31150    147722     15.27     16.16
9.55/2.41	c  N dy   159     45192        50      4450         0     14162     31150    228290     15.22     16.07
9.55/2.45	c  S st   165     45757        50      4450         0     14656     31150    237715     15.26   no data
9.95/2.50	c  S st   165     46262        50      4450         0     15101     31150    246284     15.26   no data
9.95/2.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.95/2.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.95/2.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.95/2.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.95/2.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
9.95/2.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.95/2.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.95/2.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.15/2.89	c lits-rem:       218  cl-subs:     2691  v-elim:      0  v-fix:    0  time:  0.37 s
11.15/2.89	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
11.15/2.89	c vivif2 --  cl tried    12410 cl shrink        0 lits rem          0 time: 0.00
12.35/3.15	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.26
12.35/3.15	c calculated reachability. Time: 0.00
12.35/3.15	c  N dy   165     46262        50      4450         0     12410     31150    200541     15.26   no data
13.53/3.40	c  N dy   196     50356        50      4450         0      8433     31150    121083     15.39     16.74
14.34/3.60	c  N dy   209     54400        50      4450         0     11951     31150    184177     15.38     17.81
17.57/4.43	c  N dy   222     69393        50      4450         0     16275     31150    244570     15.08     13.01
17.57/4.43	c  S st   222     69393        50      4450         0     16275     31150    244570     15.08     13.01
17.57/4.48	c  S st   222     69899        50      4450         0     16730     31150    253460     15.08   no data
17.57/4.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.57/4.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.57/4.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.57/4.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.57/4.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.57/4.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
17.57/4.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.57/4.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.57/4.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.92/5.06	c lits-rem:       250  cl-subs:     3497  v-elim:      0  v-fix:    0  time:  0.57 s
19.92/5.06	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
19.92/5.06	c vivif2 --  cl tried    13233 cl shrink        0 lits rem          0 time: 0.00
21.12/5.33	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.27
21.12/5.33	c calculated reachability. Time: 0.00
21.12/5.33	c  N dy   222     69899        50      4450         0     13233     31150    199473     15.08   no data
22.31/5.64	c  N dy   261     74426        50      4450         0     17198     31150    274311     15.19     16.81
23.91/6.05	c  N dy   290     81521        50      4450         0     14154     31150    210487     15.23     16.11
25.51/6.45	c  F st   317     87500        50      4450         0     19347     31150    305797     15.27     15.29
25.51/6.45	c  N st   317     87500        50      4450         0     19347     31150    305797     15.27     15.29
27.10/6.82	c  N dy   325     93373        50      4450         0     14172     31150    204858     15.27     16.12
29.50/7.41	c  N dy   371    101280        50      4450         0     21001     31150    329840     15.33     16.20
30.31/7.69	c  S st   393    104848        50      4450         0     12940     31150    174815     15.36   no data
30.73/7.73	c  S st   393    105352        50      4450         0     13391     31150    183459     15.36   no data
30.73/7.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.73/7.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
30.73/7.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.73/7.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.73/7.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.73/7.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
30.73/7.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.73/7.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
30.73/7.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.08/7.85	c lits-rem:        56  cl-subs:      559  v-elim:      0  v-fix:    0  time:  0.11 s
31.08/7.85	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
31.08/7.86	c vivif2 --  cl tried    12832 cl shrink        0 lits rem          0 time: 0.00
32.28/8.13	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.28
32.28/8.13	c calculated reachability. Time: 0.00
32.28/8.13	c  N dy   393    105352        50      4450         0     12832     31150    173023     15.36   no data
34.28/8.64	c  N dy   422    112821        50      4450         0     19283     31150    289804     15.38     16.36
37.08/9.39	c  N dy   439    123043        50      4450         0     16031     31150    217702     15.31     16.17
39.51/9.92	c  E dy   485    129515         0      4450         0     21663     31150    323029     15.38   no data
39.51/9.92	c Verified 4450 clauses.
39.51/9.92	c Verified 4450 clauses.
39.51/9.92	c Following stats are for *FIRST FINISHED THREAD ONLY*
39.51/9.92	c num threads              : 4          
39.51/9.92	c restarts                 : 485        
39.51/9.92	c dynamic restarts         : 467        
39.51/9.92	c static restarts          : 18         
39.51/9.92	c full restarts            : 2          
39.51/9.92	c total simplify time      : 0.00       
39.51/9.92	c learnts DL2              : 0          
39.51/9.92	c learnts size 2           : 0          
39.51/9.92	c learnts size 1           : 0           (0.00      % of vars)
39.51/9.92	c filedLit time            : 0.02        (0.16      % time)
39.51/9.92	c v-elim SatELite          : 0           (0.00      % vars)
39.51/9.92	c SatELite time            : 1.26        (12.70     % time)
39.51/9.92	c v-elim xor               : 0           (0.00      % vars)
39.51/9.92	c xor elim time            : 0.00        (0.02      % time)
39.51/9.92	c num binary xor trees     : 0          
39.51/9.92	c binxor trees' crown      : 0           (nan       leafs/tree)
39.51/9.92	c bin xor find time        : 0.00       
39.51/9.92	c OTF clause improved      : 17370       (0.13      clauses/conflict)
39.51/9.92	c OTF impr. size diff      : 17517       (1.01       lits/clause)
39.51/9.92	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
39.51/9.92	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
39.51/9.92	c tried to recurMin cls    : 7763        (5.99       % of conflicts)
39.51/9.92	c updated cache            : 0           (0.00       lits/tried recurMin)
39.51/9.92	c unit cls recevied        : 0           (nan       % of units)
39.51/9.92	c unit cls sent            : 0           (nan       % of units)
39.51/9.92	c bin cls recevied         : 0          
39.51/9.92	c bin cls sent             : 0          
39.51/9.92	c clauses over max glue    : 0           (0.00      % of all clauses)
39.51/9.92	c conflicts                : 129515      (13073.75  / sec)
39.51/9.92	c decisions                : 148441      (1.37      % random)
39.51/9.92	c bogo-props               : 1312173022  (132455857.18 / sec)
39.51/9.92	c conflict literals        : 2335326     (10.87     % deleted)
39.51/9.92	c Memory used              : 226.54      MB
39.51/9.92	c single-thread CPU time   : 9.91        s
39.51/9.92	c all-threads sum CPU time : 39.51       s
39.51/9.92	s SATISFIABLE
39.51/9.92	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 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-3366606-1305410151/watcher-3366606-1305410151 -o /tmp/evaluation-result-3366606-1305410151/solver-3366606-1305410151 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366606-1305410151.cnf 

running on 4 cores: 1,3,5,7

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: 4.52 6.92 7.64 5/352 3800
/proc/meminfo: memFree=26246352/32951124 swapFree=53501236/67111528
[pid=3800] ppid=3798 vsize=216160 CPUtime=0 cores=1,3,5,7
/proc/3800/stat : 3800 (strangenight2-m) R 3798 3800 3413 0 -1 4202496 783 0 0 0 0 0 0 0 23 0 4 0 652617709 221347840 697 33554432000 4194304 4580107 140735660170688 18446744073709551615 4354352 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3800/statm: 54040 699 336 95 0 49022 0
[pid=3800/tid=3801] ppid=3798 vsize=216312 CPUtime=0 cores=1,3,5,7
/proc/3800/task/3801/stat : 3801 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 151 0 0 0 0 0 0 0 24 0 4 0 652617709 221503488 877 33554432000 4194304 4580107 140735660170688 18446744073709551615 216634175610 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3800/tid=3802] ppid=3798 vsize=216312 CPUtime=0 cores=1,3,5,7
/proc/3800/task/3802/stat : 3802 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 68 0 0 0 0 0 0 0 24 0 4 0 652617709 221503488 877 33554432000 4194304 4580107 140735660170688 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3800/tid=3803] ppid=3798 vsize=216312 CPUtime=0 cores=1,3,5,7
/proc/3800/task/3803/stat : 3803 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 168 0 0 0 0 0 0 0 24 0 4 0 652617709 221503488 878 33554432000 4194304 4580107 140735660170688 18446744073709551615 216634176545 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.052426 s]
/proc/loadavg: 4.52 6.92 7.64 5/352 3800
/proc/meminfo: memFree=26246352/32951124 swapFree=53501236/67111528
[pid=3800] ppid=3798 vsize=216572 CPUtime=0.18 cores=1,3,5,7
/proc/3800/stat : 3800 (strangenight2-m) R 3798 3800 3413 0 -1 4202496 1140 0 0 0 18 0 0 0 23 0 4 0 652617709 221769728 1054 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3800/statm: 54143 1054 358 95 0 49125 0
[pid=3800/tid=3801] ppid=3798 vsize=216572 CPUtime=0.04 cores=1,3,5,7
/proc/3800/task/3801/stat : 3801 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 156 0 0 0 4 0 0 0 24 0 4 0 652617709 221769728 1054 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3800/tid=3802] ppid=3798 vsize=216572 CPUtime=0.03 cores=1,3,5,7
/proc/3800/task/3802/stat : 3802 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 166 0 0 0 3 0 0 0 24 0 4 0 652617709 221769728 1054 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3800/tid=3803] ppid=3798 vsize=216572 CPUtime=0.04 cores=1,3,5,7
/proc/3800/task/3803/stat : 3803 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 232 0 0 0 4 0 0 0 24 0 4 0 652617709 221769728 1054 33554432000 4194304 4580107 140735660170688 18446744073709551615 4390443 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 216572

[startup+0.100418 s]
/proc/loadavg: 4.52 6.92 7.64 5/352 3800
/proc/meminfo: memFree=26246352/32951124 swapFree=53501236/67111528
[pid=3800] ppid=3798 vsize=216572 CPUtime=0.38 cores=1,3,5,7
/proc/3800/stat : 3800 (strangenight2-m) R 3798 3800 3413 0 -1 4202496 1218 0 0 0 38 0 0 0 23 0 4 0 652617709 221769728 1132 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3800/statm: 54143 1132 359 95 0 49125 0
[pid=3800/tid=3801] ppid=3798 vsize=216572 CPUtime=0.09 cores=1,3,5,7
/proc/3800/task/3801/stat : 3801 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 166 0 0 0 9 0 0 0 24 0 4 0 652617709 221769728 1132 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3800/tid=3802] ppid=3798 vsize=216572 CPUtime=0.08 cores=1,3,5,7
/proc/3800/task/3802/stat : 3802 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 171 0 0 0 8 0 0 0 24 0 4 0 652617709 221769728 1134 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3800/tid=3803] ppid=3798 vsize=216572 CPUtime=0.09 cores=1,3,5,7
/proc/3800/task/3803/stat : 3803 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 289 0 0 0 9 0 0 0 24 0 4 0 652617709 221769728 1134 33554432000 4194304 4580107 140735660170688 18446744073709551615 216634212107 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 216572

[startup+0.300385 s]
/proc/loadavg: 4.52 6.92 7.64 5/352 3800
/proc/meminfo: memFree=26246352/32951124 swapFree=53501236/67111528
[pid=3800] ppid=3798 vsize=219504 CPUtime=1.17 cores=1,3,5,7
/proc/3800/stat : 3800 (strangenight2-m) R 3798 3800 3413 0 -1 4202496 3144 0 0 0 117 0 0 0 23 0 4 0 652617709 224772096 2395 33554432000 4194304 4580107 140735660170688 18446744073709551615 4325710 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3800/statm: 54876 2395 376 95 0 49858 0
[pid=3800/tid=3801] ppid=3798 vsize=219504 CPUtime=0.29 cores=1,3,5,7
/proc/3800/task/3801/stat : 3801 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 762 0 0 0 29 0 0 0 24 0 4 0 652617709 224772096 2395 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3800/tid=3802] ppid=3798 vsize=219504 CPUtime=0.28 cores=1,3,5,7
/proc/3800/task/3802/stat : 3802 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 678 0 0 0 28 0 0 0 25 0 4 0 652617709 224772096 2396 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3800/tid=3803] ppid=3798 vsize=219504 CPUtime=0.29 cores=1,3,5,7
/proc/3800/task/3803/stat : 3803 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 559 0 0 0 29 0 0 0 25 0 4 0 652617709 224772096 2396 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 219504

[startup+0.700314 s]
/proc/loadavg: 4.52 6.92 7.64 5/352 3800
/proc/meminfo: memFree=26246352/32951124 swapFree=53501236/67111528
[pid=3800] ppid=3798 vsize=220908 CPUtime=2.77 cores=1,3,5,7
/proc/3800/stat : 3800 (strangenight2-m) R 3798 3800 3413 0 -1 4202496 4922 0 0 0 277 0 0 0 25 0 4 0 652617709 226209792 2936 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3800/statm: 55227 2936 376 95 0 50209 0
[pid=3800/tid=3801] ppid=3798 vsize=220908 CPUtime=0.69 cores=1,3,5,7
/proc/3800/task/3801/stat : 3801 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 1150 0 0 0 69 0 0 0 25 0 4 0 652617709 226209792 2936 33554432000 4194304 4580107 140735660170688 18446744073709551615 4304894 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3800/tid=3802] ppid=3798 vsize=220908 CPUtime=0.68 cores=1,3,5,7
/proc/3800/task/3802/stat : 3802 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 1083 0 0 0 68 0 0 0 25 0 4 0 652617709 226209792 2937 33554432000 4194304 4580107 140735660170688 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3800/tid=3803] ppid=3798 vsize=220908 CPUtime=0.69 cores=1,3,5,7
/proc/3800/task/3803/stat : 3803 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 1061 0 0 0 69 0 0 0 25 0 4 0 652617709 226209792 2937 33554432000 4194304 4580107 140735660170688 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 220908

[startup+1.50118 s]
/proc/loadavg: 4.88 6.95 7.64 10/356 3804
/proc/meminfo: memFree=26223628/32951124 swapFree=53501236/67111528
[pid=3800] ppid=3798 vsize=222308 CPUtime=5.96 cores=1,3,5,7
/proc/3800/stat : 3800 (strangenight2-m) R 3798 3800 3413 0 -1 4202496 8729 0 0 0 596 0 0 0 25 0 4 0 652617709 227643392 4383 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294449 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3800/statm: 55577 4383 378 95 0 50559 0
[pid=3800/tid=3801] ppid=3798 vsize=222308 CPUtime=1.49 cores=1,3,5,7
/proc/3800/task/3801/stat : 3801 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 2011 0 0 0 149 0 0 0 25 0 4 0 652617709 227643392 4383 33554432000 4194304 4580107 140735660170688 18446744073709551615 4322718 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3800/tid=3802] ppid=3798 vsize=222308 CPUtime=1.47 cores=1,3,5,7
/proc/3800/task/3802/stat : 3802 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 1736 0 0 0 147 0 0 0 25 0 4 0 652617709 227643392 4383 33554432000 4194304 4580107 140735660170688 18446744073709551615 4321334 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3800/tid=3803] ppid=3798 vsize=222308 CPUtime=1.49 cores=1,3,5,7
/proc/3800/task/3803/stat : 3803 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 1795 0 0 0 149 0 0 0 25 0 4 0 652617709 227643392 4383 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 222308

[startup+3.10089 s]
/proc/loadavg: 4.88 6.95 7.64 10/356 3804
/proc/meminfo: memFree=26183576/32951124 swapFree=53501236/67111528
[pid=3800] ppid=3798 vsize=217368 CPUtime=12.35 cores=1,3,5,7
/proc/3800/stat : 3800 (strangenight2-m) R 3798 3800 3413 0 -1 4202496 15496 0 0 0 1234 1 0 0 25 0 4 0 652617709 222584832 8734 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294438 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3800/statm: 54342 8734 378 95 0 49324 0
[pid=3800/tid=3801] ppid=3798 vsize=217368 CPUtime=3.09 cores=1,3,5,7
/proc/3800/task/3801/stat : 3801 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 3751 0 0 0 309 0 0 0 25 0 4 0 652617709 222584832 8734 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3800/tid=3802] ppid=3798 vsize=217368 CPUtime=3.06 cores=1,3,5,7
/proc/3800/task/3802/stat : 3802 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 3815 0 0 0 306 0 0 0 25 0 4 0 652617709 222584832 8734 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3800/tid=3803] ppid=3798 vsize=217368 CPUtime=3.08 cores=1,3,5,7
/proc/3800/task/3803/stat : 3803 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 3842 0 0 0 308 0 0 0 25 0 4 0 652617709 222584832 8734 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 217368

[startup+6.30033 s]
/proc/loadavg: 4.88 6.95 7.64 9/356 3804
/proc/meminfo: memFree=26134612/32951124 swapFree=53501236/67111528
[pid=3800] ppid=3798 vsize=232796 CPUtime=25.11 cores=1,3,5,7
/proc/3800/stat : 3800 (strangenight2-m) R 3798 3800 3413 0 -1 4202496 23022 0 0 0 2508 3 0 0 25 0 4 0 652617709 238383104 12067 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294460 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3800/statm: 58199 12067 378 95 0 53181 0
[pid=3800/tid=3801] ppid=3798 vsize=232796 CPUtime=6.29 cores=1,3,5,7
/proc/3800/task/3801/stat : 3801 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 6137 0 0 0 628 1 0 0 25 0 4 0 652617709 238383104 12067 33554432000 4194304 4580107 140735660170688 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3800/tid=3802] ppid=3798 vsize=232796 CPUtime=6.22 cores=1,3,5,7
/proc/3800/task/3802/stat : 3802 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 5837 0 0 0 622 0 0 0 25 0 4 0 652617709 238383104 12067 33554432000 4194304 4580107 140735660170688 18446744073709551615 4416477 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3800/tid=3803] ppid=3798 vsize=232796 CPUtime=6.29 cores=1,3,5,7
/proc/3800/task/3803/stat : 3803 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 5543 0 0 0 628 1 0 0 25 0 4 0 652617709 238383104 12067 33554432000 4194304 4580107 140735660170688 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 232796

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

[startup+7.90105 s]
/proc/loadavg: 5.13 6.97 7.64 10/356 3804
/proc/meminfo: memFree=26123592/32951124 swapFree=53501236/67111528
[pid=3800] ppid=3798 vsize=231944 CPUtime=31.48 cores=1,3,5,7
/proc/3800/stat : 3800 (strangenight2-m) R 3798 3800 3413 0 -1 4202496 26764 0 0 0 3145 3 0 0 25 0 4 0 652617709 237510656 13868 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3800/statm: 57986 13868 378 95 0 52968 0
[pid=3800/tid=3801] ppid=3798 vsize=231944 CPUtime=7.89 cores=1,3,5,7
/proc/3800/task/3801/stat : 3801 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 6983 0 0 0 788 1 0 0 25 0 4 0 652617709 237510656 13868 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3800/tid=3802] ppid=3798 vsize=231944 CPUtime=7.79 cores=1,3,5,7
/proc/3800/task/3802/stat : 3802 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 6136 0 0 0 779 0 0 0 25 0 4 0 652617709 237510656 13868 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3800/tid=3803] ppid=3798 vsize=231944 CPUtime=7.89 cores=1,3,5,7
/proc/3800/task/3803/stat : 3803 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 7353 0 0 0 788 1 0 0 25 0 4 0 652617709 237510656 13868 33554432000 4194304 4580107 140735660170688 18446744073709551615 4406483 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 31.48
Current children cumulated vsize (KiB) 231944

[startup+8.70092 s]
/proc/loadavg: 5.13 6.97 7.64 10/356 3804
/proc/meminfo: memFree=26107968/32951124 swapFree=53501236/67111528
[pid=3800] ppid=3798 vsize=241240 CPUtime=34.7 cores=1,3,5,7
/proc/3800/stat : 3800 (strangenight2-m) R 3798 3800 3413 0 -1 4202496 27891 0 0 0 3466 4 0 0 25 0 4 0 652617709 247029760 14691 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3800/statm: 60310 14691 378 95 0 55292 0
[pid=3800/tid=3801] ppid=3798 vsize=241240 CPUtime=8.7 cores=1,3,5,7
/proc/3800/task/3801/stat : 3801 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 7545 0 0 0 869 1 0 0 25 0 4 0 652617709 247029760 14694 33554432000 4194304 4580107 140735660170688 18446744073709551615 4451672 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3800/tid=3802] ppid=3798 vsize=241240 CPUtime=8.59 cores=1,3,5,7
/proc/3800/task/3802/stat : 3802 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 6543 0 0 0 859 0 0 0 25 0 4 0 652617709 247029760 14694 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3800/tid=3803] ppid=3798 vsize=241240 CPUtime=8.7 cores=1,3,5,7
/proc/3800/task/3803/stat : 3803 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 7366 0 0 0 869 1 0 0 25 0 4 0 652617709 247029760 14694 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 34.7
Current children cumulated vsize (KiB) 241240

[startup+9.50077 s]
/proc/loadavg: 5.13 6.97 7.64 10/356 3804
/proc/meminfo: memFree=26107968/32951124 swapFree=53501236/67111528
[pid=3800] ppid=3798 vsize=241272 CPUtime=37.88 cores=1,3,5,7
/proc/3800/stat : 3800 (strangenight2-m) R 3798 3800 3413 0 -1 4202496 28631 0 0 0 3784 4 0 0 25 0 4 0 652617709 247062528 13979 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3800/statm: 60318 13979 378 95 0 55300 0
[pid=3800/tid=3801] ppid=3798 vsize=241272 CPUtime=9.49 cores=1,3,5,7
/proc/3800/task/3801/stat : 3801 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 7619 0 0 0 948 1 0 0 25 0 4 0 652617709 247062528 13979 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3800/tid=3802] ppid=3798 vsize=241272 CPUtime=9.38 cores=1,3,5,7
/proc/3800/task/3802/stat : 3802 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 6724 0 0 0 938 0 0 0 25 0 4 0 652617709 247062528 13979 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3800/tid=3803] ppid=3798 vsize=241272 CPUtime=9.49 cores=1,3,5,7
/proc/3800/task/3803/stat : 3803 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 7763 0 0 0 948 1 0 0 25 0 4 0 652617709 247062528 13979 33554432000 4194304 4580107 140735660170688 18446744073709551615 4322619 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37.88
Current children cumulated vsize (KiB) 241272

[startup+9.9127 s]
/proc/loadavg: 5.13 6.97 7.64 10/356 3804
/proc/meminfo: memFree=26112656/32951124 swapFree=53501236/67111528
[pid=3800] ppid=3798 vsize=231976 CPUtime=39.51 cores=1,3,5,7
/proc/3800/stat : 3800 (strangenight2-m) R 3798 3800 3413 0 -1 4202496 28855 0 0 0 3947 4 0 0 25 0 4 0 652617709 237543424 13691 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3800/statm: 57994 13691 378 95 0 52976 0
[pid=3800/tid=3801] ppid=3798 vsize=231976 CPUtime=9.9 cores=1,3,5,7
/proc/3800/task/3801/stat : 3801 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 7707 0 0 0 989 1 0 0 25 0 4 0 652617709 237543424 13691 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3800/tid=3802] ppid=3798 vsize=231976 CPUtime=9.78 cores=1,3,5,7
/proc/3800/task/3802/stat : 3802 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 6747 0 0 0 978 0 0 0 25 0 4 0 652617709 237543424 13691 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3800/tid=3803] ppid=3798 vsize=231976 CPUtime=9.9 cores=1,3,5,7
/proc/3800/task/3803/stat : 3803 (strangenight2-m) R 3798 3800 3413 0 -1 4202560 7876 0 0 0 989 1 0 0 25 0 4 0 652617709 237543424 13691 33554432000 4194304 4580107 140735660170688 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39.51
Current children cumulated vsize (KiB) 231976

Child status: 10
Real time (s): 9.92505
CPU time (s): 39.557
CPU user time (s): 39.511
CPU system time (s): 0.045993
CPU usage (%): 398.557
Max. virtual memory (cumulated for all children) (KiB): 241816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.511
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28866
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= 84
involuntary context switches= 423

runsolver used 0.033994 second user time and 0.092985 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-14 23:55:51
IDJOB=3366606
IDBENCH=83015
IDSOLVER=1844
FILE ID=node103/3366606-1305410151
RUNJOBID= node103-1305410151-3778
PBS_JOBID= 13324513
Free space on /tmp= 72984 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1788358104-029.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366606-1305410151/watcher-3366606-1305410151 -o /tmp/evaluation-result-3366606-1305410151/solver-3366606-1305410151 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366606-1305410151.cnf

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

MD5SUM BENCH= ff2e6a4fa2b25feb24cf72d67e6cd330
RANDOM SEED=775748476

node103.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.858
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.71
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.858
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.858
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.858
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.77
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.858
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.858
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.858
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.83
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.858
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26247748 kB
Buffers:        300352 kB
Cached:        3865212 kB
SwapCached:     340192 kB
Active:        1324452 kB
Inactive:      5109720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26247748 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:           10948 kB
Writeback:           0 kB
AnonPages:     1938520 kB
Mapped:          10588 kB
Slab:           151392 kB
PageTables:      52552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78374460 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= 72980 MiB
End job on node103 at 2011-05-14 23:56:01