Trace number 3366784

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 57.5393 14.5311

General information on the benchmark

NameSAT05/crafted/sabharwal05/pebbling/grid-pebbling/unsat/
grid-pbl-0250.shuffled-as.sat05-1349.shuffled-as.sat05-1349.cnf
MD5SUM384c65902b197ca2c64d2ee8a3c64089
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.374942
Satisfiable
(Un)Satisfiability was proved
Number of variables62750
Number of clauses124752
Sum of the clauses size498502
Maximum clause length4
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2250
Number of clauses of size 30
Number of clauses of size 4124500
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.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-3366784-1305416519.cnf'
0.00/0.01	c -- header says num vars:          62750
0.00/0.01	c -- header says num clauses:      124752
0.38/0.14	c -- clauses added:            0 learnts,       124752 normals,            0 xors
0.38/0.14	c -- vars added      62750
0.38/0.14	c Parsing time:  0.09 s
0.38/0.15	c  N st     0         0     62750    124499       251         0    498498         0   no data   no data
0.78/0.37	c asymm  cl-useful: 0/124496/124496 lits-rem:0 time: 0.20
0.78/0.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.15
2.64/0.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.64/0.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.64/0.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.64/0.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  62748 time:  0.00 s
2.64/0.75	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.00 s
3.41/0.99	c lits-rem:         0  cl-subs:        9  v-elim:    260  v-fix:    0  time:  0.24 s
3.80/1.01	c Finding binary XORs  T:     0.01 s  found:       0
3.80/1.09	c Finding non-binary XORs:     0.08 s (found:       0, avg size: nan)
3.80/1.09	c calculated reachability. Time: 0.00
3.80/1.10	c Calc default polars -  time:   0.01 s pos:     468 undec:   61762 neg:     520
3.80/1.10	c =========================================================================================
3.80/1.10	c types(t): F = full restart, N = normal restart
3.80/1.10	c types(t): S = simplification begin/end, E = solution found
3.80/1.10	c restart types(rt): st = static, dy = dynamic
3.80/1.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.80/1.10	c  B st     0         0     62488    124482         4         0    497942         0   no data   no data
11.37/2.96	c  N dy    15      4191     62488    124482        64      3736    497800     23431      5.44      5.75
18.95/4.81	c  N dy    42      8245     62488    124482       351      7097    497585     45072      5.39      6.19
24.13/6.13	c  N dy    65     12261     62488    124482       888     10353    497408     67062      5.37      5.70
29.32/7.41	c  N dy    89     16381     62488    124482      1015     13584    497126     87675      5.32      5.69
35.68/9.00	c  N dy   117     20435     62488    124482      1365      8632    496871     45940      5.34      5.63
40.87/10.39	c  N dy   141     24440     62488    124482      1783     11802    496646     66907      5.32      5.68
42.07/10.64	c  F st   145     25003     62488    124482      1799     12227    496590     69584      5.31      4.58
46.05/11.63	c  N dy   151     30000     62488    124482      1843     16408    496499    106899      5.31   no data
46.05/11.63	c  S st   151     30000     62488    124482      1843     16408    496499    106899      5.31   no data
46.85/11.84	c  S st   151     30500     62488    124482      1946     16716    496418    108735      5.31   no data
46.85/11.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
47.65/12.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.20
48.07/12.12	c blocked clauses removed:       32 vars:      8 tried:       62512 T: 0.03 s
48.07/12.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.07/12.13	c subs with bin:     7737  lits-rem:         0  v-fix:    0  time:  0.01 s
48.07/12.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  62480 time:  0.00 s
48.07/12.14	c Removed useless bin:       0  fixed:     0  props:   0.26M  time:  0.01 s
49.23/12.46	c lits-rem:     60571  cl-subs:    20565  v-elim:  41658  v-fix:    0  time:  0.32 s
49.23/12.47	c subs with bin:     1538  lits-rem:         1  v-fix:    0  time:  0.00 s
49.23/12.49	c lits-rem:         3  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.02 s
49.63/12.53	c asymm  cl-useful: 0/35788/35788 lits-rem:0 time: 0.04
49.63/12.53	c calculated reachability. Time: 0.00
49.63/12.53	c  N dy   151     30500     20822     35788      1333       459    145770      2401      5.31   no data
51.23/12.91	c Finding binary XORs  T:     0.01 s  found:       0
51.63/13.00	c  N dy   174     34714     20822     35788      1464      3739    145500     23192      5.30      5.59
52.88/13.35	c  N dy   196     39026     20822     35788      1586      7130    145290     44222      5.26      5.56
54.42/13.71	c  N dy   219     43108     20822     35788      1693      5473    145135     27005      5.25      8.12
55.62/14.03	c  S st   239     45752     20822     35788      1754      7715    145063     42019      5.29   no data
56.02/14.12	c  S st   239     46254     20822     35788      1824      8054    145022     43775      5.29   no data
56.02/14.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
56.02/14.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.06
56.42/14.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.42/14.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.42/14.21	c subs with bin:     1936  lits-rem:         0  v-fix:    0  time:  0.00 s
56.42/14.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20822 time:  0.00 s
56.42/14.21	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
56.83/14.34	c  N dy   239     46254      3183         0      1468      8054      2936         0      5.29   no data
56.83/14.34	c  E dy   239     46254      3183         0      1468      8054      2936         0      5.29   no data
57.49/14.51	c Following stats are for *FIRST FINISHED THREAD ONLY*
57.49/14.51	c num threads              : 4          
57.49/14.51	c restarts                 : 239        
57.49/14.51	c dynamic restarts         : 227        
57.49/14.51	c static restarts          : 12         
57.49/14.51	c full restarts            : 1          
57.49/14.51	c total simplify time      : 0.01       
57.49/14.51	c learnts DL2              : 0          
57.49/14.51	c learnts size 2           : 31262      
57.49/14.51	c learnts size 1           : 3           (0.00      % of vars)
57.49/14.51	c filedLit time            : 0.42        (2.93      % time)
57.49/14.51	c v-elim SatELite          : 59564       (94.92     % vars)
57.49/14.51	c SatELite time            : 0.44        (3.05      % time)
57.49/14.51	c v-elim xor               : 0           (0.00      % vars)
57.49/14.51	c xor elim time            : 0.02        (0.16      % time)
57.49/14.51	c num binary xor trees     : 0          
57.49/14.51	c binxor trees' crown      : 0           (nan       leafs/tree)
57.49/14.51	c bin xor find time        : 0.02       
57.49/14.51	c OTF clause improved      : 7887        (0.17      clauses/conflict)
57.49/14.51	c OTF impr. size diff      : 8043        (1.02       lits/clause)
57.49/14.51	c OTF cl watch-shrink      : 299         (0.01      clauses/conflict)
57.49/14.51	c OTF cl watch-sh-lit      : 305         (1.02       lits/clause)
57.49/14.51	c tried to recurMin cls    : 0           (0.00       % of conflicts)
57.49/14.51	c updated cache            : 0           (nan        lits/tried recurMin)
57.49/14.51	c unit cls recevied        : 0           (0.00      % of units)
57.49/14.51	c unit cls sent            : 0           (0.00      % of units)
57.49/14.51	c bin cls recevied         : 1155       
57.49/14.51	c bin cls sent             : 20936      
57.49/14.51	c clauses over max glue    : 0           (0.00      % of all clauses)
57.49/14.51	c conflicts                : 46254       (3234.13   / sec)
57.49/14.52	c decisions                : 34600127    (1.14      % random)
57.49/14.52	c bogo-props               : 231935411   (16217189.83 / sec)
57.49/14.52	c conflict literals        : 292799      (2.99      % deleted)
57.49/14.52	c Memory used              : 430.92      MB
57.49/14.52	c single-thread CPU time   : 14.30       s
57.49/14.52	c all-threads sum CPU time : 57.03       s
57.49/14.52	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-3366784-1305416519/watcher-3366784-1305416519 -o /tmp/evaluation-result-3366784-1305416519/solver-3366784-1305416519 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366784-1305416519.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: 7.80 8.03 7.64 6/416 9253
/proc/meminfo: memFree=21039652/32950940 swapFree=67111356/67111528
[pid=9253] ppid=9251 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/9253/stat : 9253 (strangenight2-m) R 9251 9253 8585 0 -1 4202496 407 0 0 0 0 0 0 0 21 0 4 0 731882676 52396032 348 33554432000 4194304 4580107 140734150255632 18446744073709551615 47372665780146 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9253/statm: 12792 348 299 95 0 7774 0
[pid=9253/tid=9254] ppid=9251 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/9253/task/9254/stat : 9254 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 1 0 0 0 1 0 0 0 22 0 4 0 731882676 52396032 348 33554432000 4194304 4580107 140734150255632 18446744073709551615 47372665780146 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/9253/task/9255/stat : 9255 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 731882676 52396032 348 33554432000 4194304 4580107 140734150255632 18446744073709551615 47372665780140 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/9253/task/9256/stat : 9256 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 731882676 52396032 348 33554432000 4194304 4580107 140734150255632 18446744073709551615 215988648945 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0638291 s]
/proc/loadavg: 7.80 8.03 7.64 6/416 9253
/proc/meminfo: memFree=21039652/32950940 swapFree=67111356/67111528
[pid=9253] ppid=9251 vsize=333392 CPUtime=0.2 cores=1,3,5,7
/proc/9253/stat : 9253 (strangenight2-m) S 9251 9253 8585 0 -1 4202496 25639 0 0 0 16 4 0 0 18 0 4 0 731882676 341393408 21021 33554432000 4194304 4580107 140734150255632 18446744073709551615 215988697582 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9253/statm: 83348 21252 337 95 0 78330 0
[pid=9253/tid=9254] ppid=9251 vsize=333392 CPUtime=0.05 cores=1,3,5,7
/proc/9253/task/9254/stat : 9254 (strangenight2-m) S 9251 9253 8585 0 -1 4202560 6498 0 0 0 4 1 0 0 18 0 4 0 731882676 341393408 21252 33554432000 4194304 4580107 140734150255632 18446744073709551615 215988697582 0 0 4096 2 18446604459541871680 0 0 -1 5 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=333392 CPUtime=0.05 cores=1,3,5,7
/proc/9253/task/9255/stat : 9255 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 6930 0 0 0 4 1 0 0 18 0 4 0 731882676 341393408 21583 33554432000 4194304 4580107 140734150255632 18446744073709551615 215988250834 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=333392 CPUtime=0.04 cores=1,3,5,7
/proc/9253/task/9256/stat : 9256 (strangenight2-m) S 9251 9253 8585 0 -1 4202560 6551 0 0 0 3 1 0 0 18 0 4 0 731882676 341393408 21644 33554432000 4194304 4580107 140734150255632 18446744073709551615 215988697582 0 0 4096 2 18446604459541871680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 333392

[startup+0.110109 s]
/proc/loadavg: 7.80 8.03 7.64 6/416 9253
/proc/meminfo: memFree=21039652/32950940 swapFree=67111356/67111528
[pid=9253] ppid=9251 vsize=334952 CPUtime=0.38 cores=1,3,5,7
/proc/9253/stat : 9253 (strangenight2-m) R 9251 9253 8585 0 -1 4202496 30182 0 0 0 29 9 0 0 18 0 4 0 731882676 342990848 25564 33554432000 4194304 4580107 140734150255632 18446744073709551615 215988697631 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9253/statm: 83738 25564 338 95 0 78720 0
[pid=9253/tid=9254] ppid=9251 vsize=334952 CPUtime=0.09 cores=1,3,5,7
/proc/9253/task/9254/stat : 9254 (strangenight2-m) S 9251 9253 8585 0 -1 4202560 7509 0 0 0 7 2 0 0 18 0 4 0 731882676 342990848 25564 33554432000 4194304 4580107 140734150255632 18446744073709551615 215988697582 0 0 4096 2 18446604459541871680 0 0 -1 5 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=334952 CPUtime=0.09 cores=1,3,5,7
/proc/9253/task/9255/stat : 9255 (strangenight2-m) S 9251 9253 8585 0 -1 4202560 8072 0 0 0 7 2 0 0 18 0 4 0 731882676 342990848 25564 33554432000 4194304 4580107 140734150255632 18446744073709551615 215988697582 0 0 4096 2 18446604459541871680 0 0 -1 1 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=334952 CPUtime=0.08 cores=1,3,5,7
/proc/9253/task/9256/stat : 9256 (strangenight2-m) S 9251 9253 8585 0 -1 4202560 7658 0 0 0 6 2 0 0 18 0 4 0 731882676 342990848 25564 33554432000 4194304 4580107 140734150255632 18446744073709551615 215988697582 0 0 4096 2 18446604459541871680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 334952

[startup+0.354526 s]
/proc/loadavg: 7.80 8.03 7.64 6/416 9253
/proc/meminfo: memFree=21039652/32950940 swapFree=67111356/67111528
[pid=9253] ppid=9251 vsize=403624 CPUtime=1.35 cores=1,3,5,7
/proc/9253/stat : 9253 (strangenight2-m) S 9251 9253 8585 0 -1 4202496 33737 0 0 0 116 19 0 0 18 0 4 0 731882676 413310976 29029 33554432000 4194304 4580107 140734150255632 18446744073709551615 215988697582 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9253/statm: 100906 29310 359 95 0 95888 0
[pid=9253/tid=9254] ppid=9251 vsize=404984 CPUtime=0.41 cores=1,3,5,7
/proc/9253/task/9254/stat : 9254 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 8518 0 0 0 36 5 0 0 18 0 4 0 731882676 414703616 29690 33554432000 4194304 4580107 140734150255632 18446744073709551615 215988248533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=405248 CPUtime=0.5 cores=1,3,5,7
/proc/9253/task/9255/stat : 9255 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 9962 0 0 0 45 5 0 0 18 0 4 0 731882676 414973952 30750 33554432000 4194304 4580107 140734150255632 18446744073709551615 215988289736 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=405248 CPUtime=0.48 cores=1,3,5,7
/proc/9253/task/9256/stat : 9256 (strangenight2-m) S 9251 9253 8585 0 -1 4202560 8483 0 0 0 45 3 0 0 18 0 4 0 731882676 414973952 30768 33554432000 4194304 4580107 140734150255632 18446744073709551615 215988697582 0 0 4096 2 18446604459541871680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 403624

[startup+0.702386 s]
/proc/loadavg: 7.80 8.03 7.64 6/416 9253
/proc/meminfo: memFree=21039652/32950940 swapFree=67111356/67111528
[pid=9253] ppid=9251 vsize=417152 CPUtime=2.64 cores=1,3,5,7
/proc/9253/stat : 9253 (strangenight2-m) R 9251 9253 8585 0 -1 4202496 46746 0 0 0 221 43 0 0 17 0 4 0 731882676 427163648 41946 33554432000 4194304 4580107 140734150255632 18446744073709551615 215988697631 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9253/statm: 104288 41947 369 95 0 99270 0
[pid=9253/tid=9254] ppid=9251 vsize=417152 CPUtime=0.66 cores=1,3,5,7
/proc/9253/task/9254/stat : 9254 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 11979 0 0 0 52 14 0 0 17 0 4 0 731882676 427163648 41948 33554432000 4194304 4580107 140734150255632 18446744073709551615 215988697631 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=417152 CPUtime=0.66 cores=1,3,5,7
/proc/9253/task/9255/stat : 9255 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 14252 0 0 0 54 12 0 0 17 0 4 0 731882676 427163648 41948 33554432000 4194304 4580107 140734150255632 18446744073709551615 4291688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=417152 CPUtime=0.65 cores=1,3,5,7
/proc/9253/task/9256/stat : 9256 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 8493 0 0 0 61 4 0 0 18 0 4 0 731882676 427163648 41949 33554432000 4194304 4580107 140734150255632 18446744073709551615 215988697582 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 417152

[startup+1.5006 s]
/proc/loadavg: 7.81 8.03 7.64 9/420 9257
/proc/meminfo: memFree=20851512/32950940 swapFree=67111356/67111528
[pid=9253] ppid=9251 vsize=432852 CPUtime=5.79 cores=1,3,5,7
/proc/9253/stat : 9253 (strangenight2-m) R 9251 9253 8585 0 -1 4202496 59990 0 0 0 533 46 0 0 18 0 4 0 731882676 443240448 46581 33554432000 4194304 4580107 140734150255632 18446744073709551615 4269863 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9253/statm: 108213 46581 377 95 0 103195 0
[pid=9253/tid=9254] ppid=9251 vsize=432852 CPUtime=1.45 cores=1,3,5,7
/proc/9253/task/9254/stat : 9254 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 16682 0 0 0 130 15 0 0 18 0 4 0 731882676 443240448 46581 33554432000 4194304 4580107 140734150255632 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=432852 CPUtime=1.45 cores=1,3,5,7
/proc/9253/task/9255/stat : 9255 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 18513 0 0 0 133 12 0 0 18 0 4 0 731882676 443240448 46581 33554432000 4194304 4580107 140734150255632 18446744073709551615 4302674 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=432852 CPUtime=1.42 cores=1,3,5,7
/proc/9253/task/9256/stat : 9256 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 8517 0 0 0 138 4 0 0 18 0 4 0 731882676 443240448 46581 33554432000 4194304 4580107 140734150255632 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 432852

[startup+3.10032 s]
/proc/loadavg: 7.81 8.03 7.64 9/420 9257
/proc/meminfo: memFree=20850412/32950940 swapFree=67111356/67111528
[pid=9253] ppid=9251 vsize=435796 CPUtime=12.17 cores=1,3,5,7
/proc/9253/stat : 9253 (strangenight2-m) R 9251 9253 8585 0 -1 4202496 60976 0 0 0 1171 46 0 0 21 0 4 0 731882676 446255104 47448 33554432000 4194304 4580107 140734150255632 18446744073709551615 4302360 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9253/statm: 108949 47448 377 95 0 103931 0
[pid=9253/tid=9254] ppid=9251 vsize=435796 CPUtime=3.05 cores=1,3,5,7
/proc/9253/task/9254/stat : 9254 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 16708 0 0 0 290 15 0 0 22 0 4 0 731882676 446255104 47448 33554432000 4194304 4580107 140734150255632 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=435796 CPUtime=3.05 cores=1,3,5,7
/proc/9253/task/9255/stat : 9255 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 18669 0 0 0 293 12 0 0 22 0 4 0 731882676 446255104 47448 33554432000 4194304 4580107 140734150255632 18446744073709551615 4294794 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=435796 CPUtime=3 cores=1,3,5,7
/proc/9253/task/9256/stat : 9256 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 9290 0 0 0 296 4 0 0 21 0 4 0 731882676 446255104 47448 33554432000 4194304 4580107 140734150255632 18446744073709551615 4301898 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 435796

[startup+6.30076 s]
/proc/loadavg: 7.81 8.03 7.64 9/420 9257
/proc/meminfo: memFree=20841244/32950940 swapFree=67111356/67111528
[pid=9253] ppid=9251 vsize=435796 CPUtime=24.93 cores=1,3,5,7
/proc/9253/stat : 9253 (strangenight2-m) R 9251 9253 8585 0 -1 4202496 61278 0 0 0 2446 47 0 0 25 0 4 0 731882676 446255104 47750 33554432000 4194304 4580107 140734150255632 18446744073709551615 4292938 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9253/statm: 108949 47750 377 95 0 103931 0
[pid=9253/tid=9254] ppid=9251 vsize=435796 CPUtime=6.25 cores=1,3,5,7
/proc/9253/task/9254/stat : 9254 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 16786 0 0 0 610 15 0 0 25 0 4 0 731882676 446255104 47750 33554432000 4194304 4580107 140734150255632 18446744073709551615 4326704 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=435796 CPUtime=6.25 cores=1,3,5,7
/proc/9253/task/9255/stat : 9255 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 18752 0 0 0 613 12 0 0 25 0 4 0 731882676 446255104 47750 33554432000 4194304 4580107 140734150255632 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=435796 CPUtime=6.16 cores=1,3,5,7
/proc/9253/task/9256/stat : 9256 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 9363 0 0 0 612 4 0 0 25 0 4 0 731882676 446255104 47750 33554432000 4194304 4580107 140734150255632 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 435796

[startup+12.7006 s]
/proc/loadavg: 7.84 8.03 7.64 9/420 9257
/proc/meminfo: memFree=20841292/32950940 swapFree=67111356/67111528
[pid=9253] ppid=9251 vsize=436292 CPUtime=50.43 cores=1,3,5,7
/proc/9253/stat : 9253 (strangenight2-m) R 9251 9253 8585 0 -1 4202496 72553 0 0 0 4995 48 0 0 25 0 4 0 731882676 446763008 51720 33554432000 4194304 4580107 140734150255632 18446744073709551615 4302044 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9253/statm: 109073 51720 379 95 0 104055 0
[pid=9253/tid=9254] ppid=9251 vsize=436292 CPUtime=12.65 cores=1,3,5,7
/proc/9253/task/9254/stat : 9254 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 17095 0 0 0 1250 15 0 0 25 0 4 0 731882676 446763008 51720 33554432000 4194304 4580107 140734150255632 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=436292 CPUtime=12.66 cores=1,3,5,7
/proc/9253/task/9255/stat : 9255 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 20987 0 0 0 1253 13 0 0 25 0 4 0 731882676 446763008 51720 33554432000 4194304 4580107 140734150255632 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=436292 CPUtime=12.46 cores=1,3,5,7
/proc/9253/task/9256/stat : 9256 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 9545 0 0 0 1242 4 0 0 25 0 4 0 731882676 446763008 51720 33554432000 4194304 4580107 140734150255632 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 436292

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

[startup+12.8006 s]
/proc/loadavg: 7.84 8.03 7.64 9/420 9257
/proc/meminfo: memFree=20841292/32950940 swapFree=67111356/67111528
[pid=9253] ppid=9251 vsize=436292 CPUtime=50.83 cores=1,3,5,7
/proc/9253/stat : 9253 (strangenight2-m) R 9251 9253 8585 0 -1 4202496 72578 0 0 0 5035 48 0 0 25 0 4 0 731882676 446763008 51745 33554432000 4194304 4580107 140734150255632 18446744073709551615 4292938 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9253/statm: 109073 51745 379 95 0 104055 0
[pid=9253/tid=9254] ppid=9251 vsize=436292 CPUtime=12.75 cores=1,3,5,7
/proc/9253/task/9254/stat : 9254 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 17101 0 0 0 1260 15 0 0 25 0 4 0 731882676 446763008 51745 33554432000 4194304 4580107 140734150255632 18446744073709551615 4294821 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=436292 CPUtime=12.76 cores=1,3,5,7
/proc/9253/task/9255/stat : 9255 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 20998 0 0 0 1263 13 0 0 25 0 4 0 731882676 446763008 51745 33554432000 4194304 4580107 140734150255632 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=436292 CPUtime=12.56 cores=1,3,5,7
/proc/9253/task/9256/stat : 9256 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 9548 0 0 0 1252 4 0 0 25 0 4 0 731882676 446763008 51745 33554432000 4194304 4580107 140734150255632 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 436292

[startup+13.6005 s]
/proc/loadavg: 7.84 8.03 7.64 9/420 9257
/proc/meminfo: memFree=20828644/32950940 swapFree=67111356/67111528
[pid=9253] ppid=9251 vsize=436292 CPUtime=54.01 cores=1,3,5,7
/proc/9253/stat : 9253 (strangenight2-m) R 9251 9253 8585 0 -1 4202496 72947 0 0 0 5353 48 0 0 25 0 4 0 731882676 446763008 52114 33554432000 4194304 4580107 140734150255632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9253/statm: 109073 52114 379 95 0 104055 0
[pid=9253/tid=9254] ppid=9251 vsize=436292 CPUtime=13.55 cores=1,3,5,7
/proc/9253/task/9254/stat : 9254 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 17312 0 0 0 1340 15 0 0 25 0 4 0 731882676 446763008 52114 33554432000 4194304 4580107 140734150255632 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=436292 CPUtime=13.56 cores=1,3,5,7
/proc/9253/task/9255/stat : 9255 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 21032 0 0 0 1343 13 0 0 25 0 4 0 731882676 446763008 52114 33554432000 4194304 4580107 140734150255632 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=436292 CPUtime=13.35 cores=1,3,5,7
/proc/9253/task/9256/stat : 9256 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 9576 0 0 0 1331 4 0 0 25 0 4 0 731882676 446763008 52114 33554432000 4194304 4580107 140734150255632 18446744073709551615 4302010 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 54.01
Current children cumulated vsize (KiB) 436292

[startup+14.0004 s]
/proc/loadavg: 7.84 8.03 7.64 9/420 9257
/proc/meminfo: memFree=20828644/32950940 swapFree=67111356/67111528
[pid=9253] ppid=9251 vsize=437960 CPUtime=55.62 cores=1,3,5,7
/proc/9253/stat : 9253 (strangenight2-m) R 9251 9253 8585 0 -1 4202496 73376 0 0 0 5513 49 0 0 25 0 4 0 731882676 448471040 50961 33554432000 4194304 4580107 140734150255632 18446744073709551615 4292938 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9253/statm: 109490 50961 379 95 0 104472 0
[pid=9253/tid=9254] ppid=9251 vsize=437960 CPUtime=13.95 cores=1,3,5,7
/proc/9253/task/9254/stat : 9254 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 17363 0 0 0 1380 15 0 0 25 0 4 0 731882676 448471040 50961 33554432000 4194304 4580107 140734150255632 18446744073709551615 4315615 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=437960 CPUtime=13.96 cores=1,3,5,7
/proc/9253/task/9255/stat : 9255 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 21085 0 0 0 1383 13 0 0 25 0 4 0 731882676 448471040 50961 33554432000 4194304 4580107 140734150255632 18446744073709551615 4315773 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=437960 CPUtime=13.75 cores=1,3,5,7
/proc/9253/task/9256/stat : 9256 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 9586 0 0 0 1371 4 0 0 25 0 4 0 731882676 448471040 50961 33554432000 4194304 4580107 140734150255632 18446744073709551615 4301981 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 55.62
Current children cumulated vsize (KiB) 437960

[startup+14.4163 s]
/proc/loadavg: 7.84 8.03 7.64 9/420 9257
/proc/meminfo: memFree=20822940/32950940 swapFree=67111356/67111528
[pid=9253] ppid=9251 vsize=441256 CPUtime=57.26 cores=1,3,5,7
/proc/9253/stat : 9253 (strangenight2-m) R 9251 9253 8585 0 -1 4202496 76170 0 0 0 5677 49 0 0 25 0 4 0 731882676 451846144 53296 33554432000 4194304 4580107 140734150255632 18446744073709551615 47372665755332 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9253/statm: 110314 53296 379 95 0 105296 0
[pid=9253/tid=9254] ppid=9251 vsize=441256 CPUtime=14.36 cores=1,3,5,7
/proc/9253/task/9254/stat : 9254 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 18274 0 0 0 1421 15 0 0 25 0 4 0 731882676 451846144 53296 33554432000 4194304 4580107 140734150255632 18446744073709551615 4291777 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=441256 CPUtime=14.37 cores=1,3,5,7
/proc/9253/task/9255/stat : 9255 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 21101 0 0 0 1424 13 0 0 25 0 4 0 731882676 451846144 53296 33554432000 4194304 4580107 140734150255632 18446744073709551615 47372665779737 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=441256 CPUtime=14.15 cores=1,3,5,7
/proc/9253/task/9256/stat : 9256 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 9689 0 0 0 1411 4 0 0 25 0 4 0 731882676 451846144 53296 33554432000 4194304 4580107 140734150255632 18446744073709551615 47372665779737 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 57.26
Current children cumulated vsize (KiB) 441256

[startup+14.5013 s]
/proc/loadavg: 7.84 8.03 7.64 9/420 9257
/proc/meminfo: memFree=20822940/32950940 swapFree=67111356/67111528
[pid=9253] ppid=9251 vsize=441256 CPUtime=57.49 cores=1,3,5,7
/proc/9253/stat : 9253 (strangenight2-m) R 9251 9253 8585 0 -1 4202496 77303 0 0 0 5699 50 0 0 25 0 4 0 731882676 451846144 54429 33554432000 4194304 4580107 140734150255632 18446744073709551615 47372665755179 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9253/statm: 110314 54430 379 95 0 105296 0
[pid=9253/tid=9254] ppid=9251 vsize=441256 CPUtime=14.45 cores=1,3,5,7
/proc/9253/task/9254/stat : 9254 (strangenight2-m) R 9251 9253 8585 0 -1 4202560 19408 0 0 0 1429 16 0 0 25 0 4 0 731882676 451846144 54430 33554432000 4194304 4580107 140734150255632 18446744073709551615 215988253729 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9253/tid=9255] ppid=9251 vsize=441256 CPUtime=14.4 cores=1,3,5,7
/proc/9253/task/9255/stat : 9255 (strangenight2-m) S 9251 9253 8585 0 -1 4202560 21101 0 0 0 1427 13 0 0 25 0 4 0 731882676 451846144 54431 33554432000 4194304 4580107 140734150255632 18446744073709551615 47372665779764 0 0 4096 2 18446604459541871680 0 0 -1 1 0 0 0
[pid=9253/tid=9256] ppid=9251 vsize=441256 CPUtime=14.17 cores=1,3,5,7
/proc/9253/task/9256/stat : 9256 (strangenight2-m) S 9251 9253 8585 0 -1 4202560 9689 0 0 0 1413 4 0 0 25 0 4 0 731882676 451846144 54431 33554432000 4194304 4580107 140734150255632 18446744073709551615 47372665779764 0 0 4096 2 18446604459541871680 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 57.49
Current children cumulated vsize (KiB) 441256

Child status: 20
Real time (s): 14.5311
CPU time (s): 57.5393
CPU user time (s): 57.0263
CPU system time (s): 0.512922
CPU usage (%): 395.972
Max. virtual memory (cumulated for all children) (KiB): 441256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.0263
system time used= 0.512922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77757
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= 28143
involuntary context switches= 412

runsolver used 0.055991 second user time and 0.158975 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 01:41:59
IDJOB=3366784
IDBENCH=85572
IDSOLVER=1844
FILE ID=node117/3366784-1305416519
RUNJOBID= node117-1305415060-9037
PBS_JOBID= 13324528
Free space on /tmp= 73408 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT05/crafted/sabharwal05/pebbling/grid-pebbling/unsat/grid-pbl-0250.shuffled-as.sat05-1349.shuffled-as.sat05-1349.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366784-1305416519/watcher-3366784-1305416519 -o /tmp/evaluation-result-3366784-1305416519/solver-3366784-1305416519 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366784-1305416519.cnf

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

MD5SUM BENCH= 384c65902b197ca2c64d2ee8a3c64089
RANDOM SEED=560044208

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      21039940 kB
Buffers:        301216 kB
Cached:        3095112 kB
SwapCached:          0 kB
Active:        9673472 kB
Inactive:      1883088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      21039940 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            8560 kB
Writeback:           0 kB
AnonPages:     8160200 kB
Mapped:          32564 kB
Slab:           243800 kB
PageTables:      45020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100771844 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= 73400 MiB
End job on node117 at 2011-05-15 01:42:14