Trace number 3367202

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)UNSAT 28.6796 7.27114

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E05X15.cnf
MD5SUMe53b8f4e61e6411a209ad63833d35585
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.03223
Satisfiable
(Un)Satisfiability was proved
Number of variables4740
Number of clauses41379
Sum of the clauses size183934
Maximum clause length45
Minimum clause length1
Number of clauses of size 17
Number of clauses of size 211966
Number of clauses of size 39700
Number of clauses of size 43195
Number of clauses of size 54425
Number of clauses of size over 512086

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367202-1305415026.cnf'
0.00/0.01	c -- header says num vars:           4740
0.00/0.01	c -- header says num clauses:       41379
0.00/0.37	c -- clauses added:            0 learnts,        41379 normals,            0 xors
0.00/0.37	c -- vars added       4740
0.00/0.37	c Parsing time:  0.01 s
0.00/0.37	c  N st     0         0      4740     29396     11759         0    183338         0   no data   no data
0.00/0.47	c asymm  cl-useful: 0/12103/29291 lits-rem:0 time: 0.34
0.00/0.47	c Flit:    21 Blit:      0 bXBeca:    0 bXProp:   60 Bins:      0 BRemL:      0 BRemN:      0 P:  3.7M T:  0.09
0.00/0.47	c Replacing       60 vars Replaced    19728 lits Time:     0.00 s 
1.97/0.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.97/0.53	c bin-w-bin subsume rem          129 bins  time:  0.00 s
1.97/0.53	c subs with bin:      314  lits-rem:        10  v-fix:    0  time:  0.00 s
1.97/0.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4540 time:  0.01 s
1.97/0.53	c Removed useless bin:       0  fixed:     0  props:   0.74M  time:  0.00 s
1.97/1.33	c lits-rem:         0  cl-subs:        4  v-elim:    518  v-fix:    0  time:  0.06 s
1.97/1.33	c Finding binary XORs  T:     0.00 s  found:       0
1.97/1.33	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.97/1.33	c calculated reachability. Time: 0.00
1.97/1.33	c Calc default polars -  time:   0.00 s pos:     196 undec:     718 neg:    3826
1.97/1.33	c =========================================================================================
1.97/1.33	c types(t): F = full restart, N = normal restart
1.97/1.33	c types(t): S = simplification begin/end, E = solution found
1.97/1.33	c restart types(rt): st = static, dy = dynamic
1.97/1.33	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.97/1.33	c  B st     0         0      4022     29607      9878         0    188428         0   no data   no data
1.97/1.33	c  N dy    17      4145      4020     29607     10017      3953    188428    109278      7.74      8.27
1.97/1.33	c  N dy    45      8211      4019     29607     10525      5499    188428    124802      8.65      9.29
1.97/1.33	c  N dy    64     12241      4011     29607     10890      5314    188428     93140      8.53      9.04
1.97/1.43	c  N dy    89     16573      4011     29607     10972      9529    188428    220247      8.57      9.04
5.94/1.58	c Finding binary XORs  T:     0.00 s  found:       0
6.35/1.63	c  N dy   111     20670      4008     29595     11001      7981    188229    146317      8.55      9.11
7.15/1.86	c  N dy   135     24726      4008     29595     11224     11952    188229    271392      8.52      9.46
7.15/1.88	c  F st   137     25000      4008     29595     11227     12221    188229    279618      8.52   no data
8.35/2.19	c  N dy   143     30002      4003     29591     11235     10532    188185    187779      8.52   no data
8.35/2.19	c  S st   143     30002      4003     29591     11235     10532    188185    187779      8.52   no data
8.76/2.25	c  S st   143     30503      4003     29591     11432     10994    188185    200835      8.52   no data
8.76/2.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.93/2.51	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    0 Bins: 104442 BRemL:  92348 BRemN:      0 P:  7.0M T:  0.26
9.93/2.51	c blocked clauses removed:        0 vars:      0 tried:        3999 T: 0.00 s
9.93/2.52	c bin-w-bin subsume rem          133 bins  time:  0.00 s
9.93/2.52	c subs with bin:      372  lits-rem:       268  v-fix:    0  time:  0.01 s
9.93/2.53	c Subs w/ non-existent bins:      6 l-rem:     64 v-fix:     0 done:   3999 time:  0.01 s
9.93/2.53	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.00 s
9.93/2.55	c lits-rem:         0  cl-subs:      188  v-elim:     95  v-fix:    0  time:  0.02 s
9.93/2.58	c subs with bin:      130  lits-rem:      1660  v-fix:    0  time:  0.02 s
10.33/2.60	c lits-rem:       244  cl-subs:      464  v-elim:      0  v-fix:    0  time:  0.02 s
11.14/2.89	c asymm  cl-useful: 0/17136/29239 lits-rem:0 time: 0.29
11.14/2.89	c calculated reachability. Time: 0.00
11.14/2.89	c  N dy   143     30503      3904     29239     22373      5942    187166     97981      8.52   no data
11.14/2.90	c Finding binary XORs  T:     0.00 s  found:       0
12.33/3.14	c  N dy   160     34559      3904     29239     22387      9941    187166    206253      8.40      8.88
13.57/3.42	c  N dy   178     38714      3895     29239     22442      8561    187166    151724      8.29      8.75
14.72/3.73	c  N dy   196     42775      3893     29239    111379     12558    187165    435801      8.25      9.09
15.13/3.83	c Finding binary XORs  T:     0.00 s  found:       0
15.53/3.96	c  S st   209     45754      3875     29197    109950      6344    186721    261799      8.18   no data
15.92/4.01	c  S st   209     46256      3875     29197    109950      6845    186721    272167      8.18   no data
15.92/4.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.73/4.21	c Flit:     0 Blit:      2 bXBeca:    0 bXProp:    0 Bins:   2836 BRemL:  86639 BRemN:      1 P:  6.1M T:  0.20
16.73/4.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.73/4.22	c bin-w-bin subsume rem          932 bins  time:  0.00 s
16.73/4.23	c subs with bin:      580  lits-rem:       336  v-fix:    0  time:  0.01 s
16.73/4.24	c Subs w/ non-existent bins:      8 l-rem:     22 v-fix:     0 done:   3873 time:  0.01 s
16.73/4.24	c Removed useless bin:       4  fixed:     0  props:   0.31M  time:  0.00 s
16.73/4.25	c lits-rem:         0  cl-subs:      263  v-elim:     26  v-fix:    0  time:  0.01 s
16.73/4.27	c subs with bin:      232  lits-rem:       390  v-fix:    0  time:  0.01 s
16.73/4.28	c lits-rem:        78  cl-subs:      126  v-elim:      0  v-fix:    0  time:  0.01 s
16.73/4.29	c vivif2 --  cl tried    28362 cl shrink       26 lits rem         26 time: 0.01
16.73/4.29	c vivif2 --  cl tried     5467 cl shrink      590 lits rem       1347 time: 0.00
18.71/4.70	c asymm  cl-useful: 28/9541/28362 lits-rem:39 time: 0.41
18.71/4.70	c calculated reachability. Time: 0.00
18.71/4.70	c  N dy   209     46256      3847     28362     23968      5458    181872     80668      8.18   no data
19.52/4.95	c  N dy   230     50359      3847     28362     25762      9535    181872    198307      8.17      8.96
20.71/5.21	c Finding binary XORs  T:     0.00 s  found:       0
20.71/5.25	c  N dy   249     54407      3837     28354     25501     13293    181740    307581      8.16      8.62
21.92/5.60	c  N dy   262     58731      3836     28354     26792      9652    181740    165182      8.08      8.51
23.50/5.95	c  N dy   289     63091      3829     28354     26830     13959    181740    279985      8.09      8.53
25.10/6.34	c  N dy   311     67185      3823     28354     26885     17972    181739    391806      8.14     13.60
25.90/6.58	c  S st   329     69385      3802     28354     26888     10295    181739    145836      8.18      6.90
26.31/6.64	c  S st   329     69887      3802     28354     26892     10791    181739    156959      8.18   no data
26.31/6.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.09/6.84	c Flit:     3 Blit:      8 bXBeca:    0 bXProp:    2 Bins:   8523 BRemL:   8246 BRemN:      0 P:  7.5M T:  0.20
27.09/6.85	c Replacing        2 vars Replaced      186 lits Time:     0.00 s 
27.09/6.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.09/6.86	c bin-w-bin subsume rem          122 bins  time:  0.00 s
27.09/6.87	c subs with bin:     2770  lits-rem:       187  v-fix:    0  time:  0.01 s
27.09/6.88	c Subs w/ non-existent bins:     15 l-rem:     32 v-fix:     0 done:   3765 time:  0.01 s
27.09/6.88	c Removed useless bin:       3  fixed:     0  props:   0.30M  time:  0.00 s
27.49/6.90	c lits-rem:         0  cl-subs:      105  v-elim:     66  v-fix:    0  time:  0.02 s
27.49/6.91	c subs with bin:      391  lits-rem:      1453  v-fix:    0  time:  0.01 s
27.49/6.93	c lits-rem:       153  cl-subs:      290  v-elim:      0  v-fix:    0  time:  0.01 s
27.49/6.93	c vivif2 --  cl tried    25338 cl shrink       37 lits rem         49 time: 0.01
27.49/6.94	c vivif2 --  cl tried     6010 cl shrink      804 lits rem       1426 time: 0.00
28.53/7.26	c asymm  cl-useful: 108/15797/25338 lits-rem:140 time: 0.32
28.53/7.26	c calculated reachability. Time: 0.00
28.53/7.26	c  N dy   329     69887      3699     25329     23637      5997    163943     80169      8.18   no data
28.53/7.26	c Following stats are for *FIRST FINISHED THREAD ONLY*
28.53/7.26	c num threads              : 4          
28.53/7.26	c restarts                 : 285        
28.53/7.26	c dynamic restarts         : 273        
28.53/7.26	c static restarts          : 12         
28.53/7.26	c full restarts            : 1          
28.53/7.26	c total simplify time      : 0.03       
28.53/7.26	c learnts DL2              : 0          
28.53/7.26	c learnts size 2           : 150349     
28.53/7.26	c learnts size 1           : 486         (10.25     % of vars)
28.53/7.26	c filedLit time            : 0.30        (4.20      % time)
28.53/7.26	c v-elim SatELite          : 545         (11.50     % vars)
28.53/7.26	c SatELite time            : 0.07        (0.94      % time)
28.53/7.26	c v-elim xor               : 0           (0.00      % vars)
28.53/7.26	c xor elim time            : 0.00        (0.06      % time)
28.53/7.26	c num binary xor trees     : 60         
28.53/7.26	c binxor trees' crown      : 64          (1.07      leafs/tree)
28.53/7.26	c bin xor find time        : 0.01       
28.53/7.26	c OTF clause improved      : 984         (0.01      clauses/conflict)
28.53/7.26	c OTF impr. size diff      : 1214        (1.23       lits/clause)
28.53/7.26	c OTF cl watch-shrink      : 48648       (0.59      clauses/conflict)
28.53/7.26	c OTF cl watch-sh-lit      : 145881      (3.00       lits/clause)
28.53/7.26	c tried to recurMin cls    : 31995       (38.58      % of conflicts)
28.53/7.26	c updated cache            : 3535        (0.11       lits/tried recurMin)
28.53/7.26	c unit cls recevied        : 78          (16.05     % of units)
28.53/7.26	c unit cls sent            : 175         (36.01     % of units)
28.53/7.26	c bin cls recevied         : 108716     
28.53/7.26	c bin cls sent             : 30769      
28.53/7.26	c clauses over max glue    : 0           (0.00      % of all clauses)
28.53/7.26	c conflicts                : 82931       (11461.05  / sec)
28.53/7.26	c decisions                : 139685      (3.93      % random)
28.53/7.26	c bogo-props               : 435956466   (60249108.78 / sec)
28.53/7.26	c conflict literals        : 2493486     (36.29     % deleted)
28.53/7.26	c Memory used              : 360.55      MB
28.53/7.26	c single-thread CPU time   : 7.24        s
28.53/7.26	c all-threads sum CPU time : 28.57       s
28.53/7.26	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: 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-3367202-1305415026/watcher-3367202-1305415026 -o /tmp/evaluation-result-3367202-1305415026/solver-3367202-1305415026 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3367202-1305415026.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: 3.77 4.61 6.12 2/309 10995
/proc/meminfo: memFree=22929008/32951124 swapFree=59305796/67111528
[pid=10995] ppid=10993 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/10995/stat : 10995 (strangenight2-m) R 10993 10995 10621 0 -1 4202496 408 0 0 0 0 0 0 0 18 0 4 0 731733118 52396032 348 33554432000 4194304 4580107 140734829613296 18446744073709551615 46964512896946 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10995/statm: 12792 348 299 95 0 7774 0
[pid=10995/tid=11000] ppid=10993 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/10995/task/11000/stat : 11000 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 731733118 52396032 348 33554432000 4194304 4580107 140734829613296 18446744073709551615 252458122225 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10995/tid=11001] ppid=10993 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/10995/task/11001/stat : 11001 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 731733118 52396032 348 33554432000 4194304 4580107 140734829613296 18446744073709551615 46964512896946 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10995/tid=11002] ppid=10993 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/10995/task/11002/stat : 11002 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 731733118 52396032 348 33554432000 4194304 4580107 140734829613296 18446744073709551615 46964512896946 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.278463 s]
/proc/loadavg: 3.77 4.61 6.12 2/309 10995
/proc/meminfo: memFree=22929008/32951124 swapFree=59305796/67111528
[pid=10995] ppid=10993 vsize=288600 CPUtime=1.51 cores=1,3,5,7
/proc/10995/stat : 10995 (strangenight2-m) R 10993 10995 10621 0 -1 4202496 6954 0 0 0 150 1 0 0 18 0 4 0 731733118 295526400 6473 33554432000 4194304 4580107 140734829613296 18446744073709551615 4293198 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10995/statm: 72664 7906 365 95 0 67646 0
[pid=10995/tid=11000] ppid=10993 vsize=292400 CPUtime=0.45 cores=1,3,5,7
/proc/10995/task/11000/stat : 11000 (strangenight2-m) D 10993 10995 10621 0 -1 4202560 2047 0 0 0 45 0 0 0 18 0 4 0 731733118 299417600 8206 33554432000 4194304 4580107 140734829613296 18446744073709551615 252457727009 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10995/tid=11001] ppid=10993 vsize=292400 CPUtime=0.45 cores=1,3,5,7
/proc/10995/task/11001/stat : 11001 (strangenight2-m) D 10993 10995 10621 0 -1 4202560 2268 0 0 0 45 0 0 0 18 0 4 0 731733118 299417600 8348 33554432000 4194304 4580107 140734829613296 18446744073709551615 252457726661 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10995/tid=11002] ppid=10993 vsize=292820 CPUtime=0.46 cores=1,3,5,7
/proc/10995/task/11002/stat : 11002 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 2006 0 0 0 46 0 0 0 18 0 4 0 731733118 299847680 8494 33554432000 4194304 4580107 140734829613296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 288600

[startup+0.504678 s]
/proc/loadavg: 3.77 4.61 6.12 2/309 10995
/proc/meminfo: memFree=22929008/32951124 swapFree=59305796/67111528
[pid=10995] ppid=10993 vsize=302052 CPUtime=1.97 cores=1,3,5,7
/proc/10995/stat : 10995 (strangenight2-m) R 10993 10995 10621 0 -1 4202496 12980 0 0 0 194 3 0 0 18 0 4 0 731733118 309301248 12365 33554432000 4194304 4580107 140734829613296 18446744073709551615 252458123690 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10995/statm: 75513 12365 374 95 0 70495 0
[pid=10995/tid=11000] ppid=10993 vsize=303052 CPUtime=0.47 cores=1,3,5,7
/proc/10995/task/11000/stat : 11000 (strangenight2-m) D 10993 10995 10621 0 -1 4202560 3585 0 0 0 47 0 0 0 18 0 4 0 731733118 310325248 12474 33554432000 4194304 4580107 140734829613296 18446744073709551615 4421780 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10995/tid=11001] ppid=10993 vsize=302716 CPUtime=0.49 cores=1,3,5,7
/proc/10995/task/11001/stat : 11001 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 3569 0 0 0 48 1 0 0 18 0 4 0 731733118 309981184 12419 33554432000 4194304 4580107 140734829613296 18446744073709551615 4451708 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10995/tid=11002] ppid=10993 vsize=302716 CPUtime=0.49 cores=1,3,5,7
/proc/10995/task/11002/stat : 11002 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 2023 0 0 0 49 0 0 0 18 0 4 0 731733118 309981184 12419 33554432000 4194304 4580107 140734829613296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 302052

[startup+1.4717 s]
/proc/loadavg: 3.77 4.61 6.12 2/309 10995
/proc/meminfo: memFree=22929008/32951124 swapFree=59305796/67111528
[pid=10995] ppid=10993 vsize=304760 CPUtime=5.83 cores=1,3,5,7
/proc/10995/stat : 10995 (strangenight2-m) R 10993 10995 10621 0 -1 4202496 17981 0 0 0 579 4 0 0 19 0 4 0 731733118 312074240 12999 33554432000 4194304 4580107 140734829613296 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10995/statm: 76190 12999 379 95 0 71172 0
[pid=10995/tid=11000] ppid=10993 vsize=304760 CPUtime=1.44 cores=1,3,5,7
/proc/10995/task/11000/stat : 11000 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 4831 0 0 0 143 1 0 0 19 0 4 0 731733118 312074240 13000 33554432000 4194304 4580107 140734829613296 18446744073709551615 4293090 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10995/tid=11001] ppid=10993 vsize=304760 CPUtime=1.45 cores=1,3,5,7
/proc/10995/task/11001/stat : 11001 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 4720 0 0 0 144 1 0 0 19 0 4 0 731733118 312074240 13000 33554432000 4194304 4580107 140734829613296 18446744073709551615 4318432 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10995/tid=11002] ppid=10993 vsize=304760 CPUtime=1.45 cores=1,3,5,7
/proc/10995/task/11002/stat : 11002 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 3219 0 0 0 145 0 0 0 19 0 4 0 731733118 312074240 13000 33554432000 4194304 4580107 140734829613296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 304760

[startup+1.50069 s]
/proc/loadavg: 3.77 4.61 6.12 2/309 10995
/proc/meminfo: memFree=22929008/32951124 swapFree=59305796/67111528
[pid=10995] ppid=10993 vsize=314644 CPUtime=5.94 cores=1,3,5,7
/proc/10995/stat : 10995 (strangenight2-m) R 10993 10995 10621 0 -1 4202496 18766 0 0 0 590 4 0 0 19 0 4 0 731733118 322195456 13240 33554432000 4194304 4580107 140734829613296 18446744073709551615 4484449 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10995/statm: 78661 13240 379 95 0 73643 0
[pid=10995/tid=11000] ppid=10993 vsize=314644 CPUtime=1.47 cores=1,3,5,7
/proc/10995/task/11000/stat : 11000 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 4842 0 0 0 146 1 0 0 19 0 4 0 731733118 322195456 13240 33554432000 4194304 4580107 140734829613296 18446744073709551615 4293087 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10995/tid=11001] ppid=10993 vsize=314644 CPUtime=1.48 cores=1,3,5,7
/proc/10995/task/11001/stat : 11001 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 5094 0 0 0 147 1 0 0 19 0 4 0 731733118 322195456 13240 33554432000 4194304 4580107 140734829613296 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10995/tid=11002] ppid=10993 vsize=314644 CPUtime=1.48 cores=1,3,5,7
/proc/10995/task/11002/stat : 11002 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 3234 0 0 0 148 0 0 0 19 0 4 0 731733118 322195456 13240 33554432000 4194304 4580107 140734829613296 18446744073709551615 4318755 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 314644

[startup+1.60067 s]
/proc/loadavg: 3.77 4.61 6.12 2/309 10995
/proc/meminfo: memFree=22929008/32951124 swapFree=59305796/67111528
[pid=10995] ppid=10993 vsize=305036 CPUtime=6.35 cores=1,3,5,7
/proc/10995/stat : 10995 (strangenight2-m) R 10993 10995 10621 0 -1 4202496 19681 0 0 0 630 5 0 0 19 0 4 0 731733118 312356864 12463 33554432000 4194304 4580107 140734829613296 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10995/statm: 76259 12463 379 95 0 71241 0
[pid=10995/tid=11000] ppid=10993 vsize=305036 CPUtime=1.57 cores=1,3,5,7
/proc/10995/task/11000/stat : 11000 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 5211 0 0 0 156 1 0 0 19 0 4 0 731733118 312356864 12463 33554432000 4194304 4580107 140734829613296 18446744073709551615 4293076 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10995/tid=11001] ppid=10993 vsize=305036 CPUtime=1.58 cores=1,3,5,7
/proc/10995/task/11001/stat : 11001 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 5148 0 0 0 157 1 0 0 19 0 4 0 731733118 312356864 12463 33554432000 4194304 4580107 140734829613296 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10995/tid=11002] ppid=10993 vsize=305036 CPUtime=1.58 cores=1,3,5,7
/proc/10995/task/11002/stat : 11002 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 3663 0 0 0 158 0 0 0 20 0 4 0 731733118 312356864 12463 33554432000 4194304 4580107 140734829613296 18446744073709551615 4294302 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 305036

[startup+3.10039 s]
/proc/loadavg: 4.35 4.71 6.14 9/321 11007
/proc/meminfo: memFree=22776496/32951124 swapFree=59305796/67111528
[pid=10995] ppid=10993 vsize=307736 CPUtime=12.33 cores=1,3,5,7
/proc/10995/stat : 10995 (strangenight2-m) R 10993 10995 10621 0 -1 4202496 26818 0 0 0 1227 6 0 0 22 0 4 0 731733118 315121664 14799 33554432000 4194304 4580107 140734829613296 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10995/statm: 76934 14799 380 95 0 71916 0
[pid=10995/tid=11000] ppid=10993 vsize=307736 CPUtime=3.06 cores=1,3,5,7
/proc/10995/task/11000/stat : 11000 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 7001 0 0 0 305 1 0 0 23 0 4 0 731733118 315121664 14799 33554432000 4194304 4580107 140734829613296 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10995/tid=11001] ppid=10993 vsize=307736 CPUtime=3.08 cores=1,3,5,7
/proc/10995/task/11001/stat : 11001 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 6754 0 0 0 306 2 0 0 22 0 4 0 731733118 315121664 14799 33554432000 4194304 4580107 140734829613296 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10995/tid=11002] ppid=10993 vsize=307736 CPUtime=3.08 cores=1,3,5,7
/proc/10995/task/11002/stat : 11002 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 5223 0 0 0 308 0 0 0 25 0 4 0 731733118 315121664 14799 33554432000 4194304 4580107 140734829613296 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 307736

[startup+6.3008 s]
/proc/loadavg: 4.35 4.71 6.14 9/321 11007
/proc/meminfo: memFree=22679372/32951124 swapFree=59305796/67111528
[pid=10995] ppid=10993 vsize=303592 CPUtime=25.1 cores=1,3,5,7
/proc/10995/stat : 10995 (strangenight2-m) R 10993 10995 10621 0 -1 4202496 41680 0 0 0 2500 10 0 0 22 0 4 0 731733118 310878208 25816 33554432000 4194304 4580107 140734829613296 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10995/statm: 75898 25816 380 95 0 70880 0
[pid=10995/tid=11000] ppid=10993 vsize=303592 CPUtime=6.22 cores=1,3,5,7
/proc/10995/task/11000/stat : 11000 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 9640 0 0 0 621 1 0 0 25 0 4 0 731733118 310878208 25816 33554432000 4194304 4580107 140734829613296 18446744073709551615 4293244 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10995/tid=11001] ppid=10993 vsize=303592 CPUtime=6.27 cores=1,3,5,7
/proc/10995/task/11001/stat : 11001 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 11324 0 0 0 624 3 0 0 25 0 4 0 731733118 310878208 25816 33554432000 4194304 4580107 140734829613296 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10995/tid=11002] ppid=10993 vsize=303592 CPUtime=6.29 cores=1,3,5,7
/proc/10995/task/11002/stat : 11002 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 10584 0 0 0 627 2 0 0 22 0 4 0 731733118 310878208 25816 33554432000 4194304 4580107 140734829613296 18446744073709551615 4293105 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 303592

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

[startup+6.71172 s]
/proc/loadavg: 4.64 4.77 6.15 9/321 11007
/proc/meminfo: memFree=22650480/32951124 swapFree=59305796/67111528
[pid=10995] ppid=10993 vsize=303592 CPUtime=26.73 cores=1,3,5,7
/proc/10995/stat : 10995 (strangenight2-m) R 10993 10995 10621 0 -1 4202496 42734 0 0 0 2663 10 0 0 25 0 4 0 731733118 310878208 26733 33554432000 4194304 4580107 140734829613296 18446744073709551615 4293097 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10995/statm: 75898 26734 381 95 0 70880 0
[pid=10995/tid=11000] ppid=10993 vsize=303592 CPUtime=6.62 cores=1,3,5,7
/proc/10995/task/11000/stat : 11000 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 10355 0 0 0 661 1 0 0 25 0 4 0 731733118 310878208 26734 33554432000 4194304 4580107 140734829613296 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10995/tid=11001] ppid=10993 vsize=303592 CPUtime=6.68 cores=1,3,5,7
/proc/10995/task/11001/stat : 11001 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 11466 0 0 0 665 3 0 0 25 0 4 0 731733118 310878208 26734 33554432000 4194304 4580107 140734829613296 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10995/tid=11002] ppid=10993 vsize=303592 CPUtime=6.7 cores=1,3,5,7
/proc/10995/task/11002/stat : 11002 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 10703 0 0 0 668 2 0 0 25 0 4 0 731733118 310878208 26734 33554432000 4194304 4580107 140734829613296 18446744073709551615 4324382 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 26.73
Current children cumulated vsize (KiB) 303592

[startup+7.10065 s]
/proc/loadavg: 4.64 4.77 6.15 9/321 11007
/proc/meminfo: memFree=22650480/32951124 swapFree=59305796/67111528
[pid=10995] ppid=10993 vsize=369204 CPUtime=28.29 cores=1,3,5,7
/proc/10995/stat : 10995 (strangenight2-m) R 10993 10995 10621 0 -1 4202496 43701 0 0 0 2819 10 0 0 25 0 4 0 731733118 378064896 26209 33554432000 4194304 4580107 140734829613296 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10995/statm: 92301 26209 381 95 0 87283 0
[pid=10995/tid=11000] ppid=10993 vsize=369204 CPUtime=7.01 cores=1,3,5,7
/proc/10995/task/11000/stat : 11000 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 10393 0 0 0 700 1 0 0 25 0 4 0 731733118 378064896 26209 33554432000 4194304 4580107 140734829613296 18446744073709551615 46964512896528 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10995/tid=11001] ppid=10993 vsize=369204 CPUtime=7.07 cores=1,3,5,7
/proc/10995/task/11001/stat : 11001 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 11961 0 0 0 704 3 0 0 25 0 4 0 731733118 378064896 26209 33554432000 4194304 4580107 140734829613296 18446744073709551615 46964512896537 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10995/tid=11002] ppid=10993 vsize=369204 CPUtime=7.09 cores=1,3,5,7
/proc/10995/task/11002/stat : 11002 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 11136 0 0 0 707 2 0 0 25 0 4 0 731733118 378064896 26209 33554432000 4194304 4580107 140734829613296 18446744073709551615 4205512 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 28.29
Current children cumulated vsize (KiB) 369204

[startup+7.20066 s]
/proc/loadavg: 4.64 4.77 6.15 9/321 11007
/proc/meminfo: memFree=22650480/32951124 swapFree=59305796/67111528
[pid=10995] ppid=10993 vsize=369204 CPUtime=28.53 cores=1,3,5,7
/proc/10995/stat : 10995 (strangenight2-m) R 10993 10995 10621 0 -1 4202496 43701 0 0 0 2843 10 0 0 25 0 4 0 731733118 378064896 26209 33554432000 4194304 4580107 140734829613296 18446744073709551615 4293192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10995/statm: 92301 26209 381 95 0 87283 0
[pid=10995/tid=11000] ppid=10993 vsize=369204 CPUtime=7.03 cores=1,3,5,7
/proc/10995/task/11000/stat : 11000 (strangenight2-m) S 10993 10995 10621 0 -1 4202560 10393 0 0 0 702 1 0 0 25 0 4 0 731733118 378064896 26209 33554432000 4194304 4580107 140734829613296 18446744073709551615 46964512896564 0 0 4096 2 18446604463085850752 0 0 -1 7 0 0 0
[pid=10995/tid=11001] ppid=10993 vsize=369204 CPUtime=7.09 cores=1,3,5,7
/proc/10995/task/11001/stat : 11001 (strangenight2-m) S 10993 10995 10621 0 -1 4202560 11961 0 0 0 706 3 0 0 25 0 4 0 731733118 378064896 26209 33554432000 4194304 4580107 140734829613296 18446744073709551615 46964512896564 0 0 4096 2 18446604463085850752 0 0 -1 5 0 0 0
[pid=10995/tid=11002] ppid=10993 vsize=369204 CPUtime=7.19 cores=1,3,5,7
/proc/10995/task/11002/stat : 11002 (strangenight2-m) R 10993 10995 10621 0 -1 4202560 11136 0 0 0 717 2 0 0 25 0 4 0 731733118 378064896 26209 33554432000 4194304 4580107 140734829613296 18446744073709551615 46964512871979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 28.53
Current children cumulated vsize (KiB) 369204

Child status: 20
Real time (s): 7.27114
CPU time (s): 28.6796
CPU user time (s): 28.5697
CPU system time (s): 0.109983
CPU usage (%): 394.431
Max. virtual memory (cumulated for all children) (KiB): 369204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.5697
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43704
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= 3744
involuntary context switches= 178

runsolver used 0.021996 second user time and 0.048992 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 01:17:06
IDJOB=3367202
IDBENCH=83454
IDSOLVER=1844
FILE ID=node111/3367202-1305415026
RUNJOBID= node111-1305415026-10981
PBS_JOBID= 13324532
Free space on /tmp= 73672 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E05X15.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367202-1305415026/watcher-3367202-1305415026 -o /tmp/evaluation-result-3367202-1305415026/solver-3367202-1305415026 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3367202-1305415026.cnf

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

MD5SUM BENCH= e53b8f4e61e6411a209ad63833d35585
RANDOM SEED=998848543

node111.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22929412 kB
Buffers:        266500 kB
Cached:        6511924 kB
SwapCached:      13720 kB
Active:         935484 kB
Inactive:      8871572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22929412 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           13984 kB
Writeback:           0 kB
AnonPages:     3023864 kB
Mapped:          12248 kB
Slab:           114972 kB
PageTables:      36072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53318412 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= 73660 MiB
End job on node111 at 2011-05-15 01:17:14