Trace number 3368824

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)UNSAT 28.9746 7.27206

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v250-c1065-S1295196126-061.UNKNOWN.cnf
MD5SUM7d874fabf91f4391d9452197998f82c2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.427934
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1065
Sum of the clauses size3195
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31065
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368824-1305403990.cnf'
0.00/0.01	c -- header says num vars:            250
0.00/0.01	c -- header says num clauses:        1065
0.00/0.01	c -- clauses added:            0 learnts,         1065 normals,            0 xors
0.00/0.01	c -- vars added        250
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       250      1065         0         0      3195         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1065/1065 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     108 undec:      28 neg:     114
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       244      1062         0         0      3228         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
0.37/0.12	c  N st     8      4918       244      1062         0      4708      3228     63395   no data   no data  --
1.17/0.33	c  N st    10     11302       244      1062         0      4337      3228     46743   no data   no data  --
1.97/0.53	c  N st    11     17045       244      1062         0      9767      3228    115239   no data   no data  --
3.16/0.87	c  F st    12     25000       244      1062         0     12004      3228    135969   no data   no data  --
3.16/0.87	c  N st    12     25000       244      1062         0     12004      3228    135969   no data   no data  --
3.98/1.08	c Decided on static restart strategy
3.98/1.08	c  N st    18     30002       244      1062         0     10371      3228    114321   no data   no data  --
3.98/1.08	c  S st    18     30002       244      1062         0     10371      3228    114321   no data   no data  --
3.98/1.11	c  S st    18     30514       244      1062         0     10878      3228    121602   no data   no data  --
4.40/1.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.40/1.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.40/1.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.40/1.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.40/1.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.40/1.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    244 time:  0.00 s
4.40/1.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.40/1.20	c lits-rem:       299  cl-subs:     2221  v-elim:      0  v-fix:    0  time:  0.32 s
4.75/1.20	c asymm  cl-useful: 0/1062/1062 lits-rem:0 time: 0.02
4.75/1.20	c calculated reachability. Time: 0.00
4.75/1.20	c  N st    18     30514       244      1062         0      8657      3228     96683   no data   no data  --
5.96/1.56	c  N st    20     37624       244      1062         0      7985      3228     76554   no data   no data  --
7.15/1.86	c  N st    21     44023       244      1062         0     14050      3228    156387   no data   no data  --
7.55/1.94	c  S st    22     45771       244      1062         0     15692      3228    179576   no data   no data  --
7.55/1.99	c  S st    22     46272       244      1062         0     16188      3228    187266   no data   no data  --
7.55/1.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.55/1.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.55/1.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
7.55/2.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.55/2.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.55/2.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    244 time:  0.00 s
7.55/2.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.14/2.30	c lits-rem:       330  cl-subs:     2568  v-elim:      0  v-fix:    0  time:  1.20 s
9.14/2.30	c vivif2 --  cl tried     1062 cl shrink        0 lits rem          0 time: 0.00
9.14/2.30	c vivif2 --  cl tried    13620 cl shrink        0 lits rem          0 time: 0.01
9.14/2.31	c asymm  cl-useful: 0/1062/1062 lits-rem:0 time: 0.04
9.14/2.31	c calculated reachability. Time: 0.00
9.14/2.31	c  N st    22     46272       244      1062         0     13620      3228    155784   no data   no data  --
11.94/3.10	c  N st    23     60669       244      1062         0     18822      3228    206642   no data   no data  --
13.92/3.55	c  N st    24     69409       244      1062         0     17720      3228    189123   no data   no data  --
13.92/3.55	c  S st    24     69409       244      1062         0     17720      3228    189123   no data   no data  --
14.32/3.60	c  S st    24     69915       244      1062         0     18222      3228    197242   no data   no data  --
14.32/3.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.32/3.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.32/3.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
14.32/3.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.32/3.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.32/3.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    244 time:  0.00 s
14.32/3.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.53/3.99	c lits-rem:       642  cl-subs:     4139  v-elim:      0  v-fix:    0  time:  1.51 s
15.53/3.99	c vivif2 --  cl tried     1062 cl shrink        0 lits rem          0 time: 0.00
15.53/3.99	c vivif2 --  cl tried    14083 cl shrink        0 lits rem          0 time: 0.00
15.93/4.00	c asymm  cl-useful: 0/1062/1062 lits-rem:0 time: 0.04
15.93/4.00	c calculated reachability. Time: 0.00
15.93/4.00	c  N st    24     69915       244      1062         0     14083      3228    149132   no data   no data  --
19.91/5.00	c  F st    25     87501       244      1062         2     20355      3228    207958   no data   no data  --
19.91/5.00	c  N st    25     87501       244      1062         2     20355      3228    207958   no data   no data  --
21.11/5.31	c Decided on static restart strategy
21.53/5.46	c  N st    32     95538       244      1062         3     16695      3228    162080   no data   no data  --
23.90/6.03	c  N st    34    104873       244      1062         3     13330      3228    115430   no data   no data  --
23.90/6.03	c  S st    34    104873       244      1062         3     13330      3228    115430   no data   no data  --
23.90/6.07	c  S st    34    105374       242      1062         3     13826      3228    122579   no data   no data  --
23.90/6.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.90/6.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.90/6.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     21 BRemL:      2 BRemN:      0 P:  0.1M T:  0.01
23.90/6.08	c bin-w-bin subsume rem           19 bins  time:  0.00 s
23.90/6.08	c subs with bin:       64  lits-rem:       197  v-fix:    0  time:  0.00 s
23.90/6.08	c Subs w/ non-existent bins:      1 l-rem:     12 v-fix:     0 done:    242 time:  0.00 s
23.90/6.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.30/6.11	c lits-rem:       205  cl-subs:      770  v-elim:      0  v-fix:    0  time:  0.14 s
24.30/6.11	c vivif2 --  cl tried     1020 cl shrink        0 lits rem          0 time: 0.00
24.30/6.11	c vivif2 --  cl tried     8516 cl shrink        0 lits rem          0 time: 0.00
24.30/6.12	c asymm  cl-useful: 0/1020/1020 lits-rem:0 time: 0.02
24.30/6.12	c calculated reachability. Time: 0.00
24.30/6.12	c  N st    34    105374       242      1020        21      8516      3140     70085   no data   no data  --
25.92/6.60	c  N st    35    114973       242      1020        25     17634      3140    171584   no data   no data  --
25.92/6.60	c Finding binary XORs  T:     0.00 s  found:       0
28.68/7.26	c Following stats are for *FIRST FINISHED THREAD ONLY*
28.68/7.26	c num threads              : 4          
28.68/7.26	c restarts                 : 35         
28.68/7.26	c dynamic restarts         : 0          
28.68/7.26	c static restarts          : 35         
28.68/7.26	c full restarts            : 2          
28.68/7.26	c total simplify time      : 0.08       
28.68/7.26	c learnts DL2              : 0          
28.68/7.26	c learnts size 2           : 109        
28.68/7.26	c learnts size 1           : 102         (40.80     % of vars)
28.68/7.26	c filedLit time            : 0.03        (0.11      % time)
28.68/7.26	c v-elim SatELite          : 6           (2.40      % vars)
28.68/7.26	c SatELite time            : 2.71        (9.38      % time)
28.68/7.26	c v-elim xor               : 0           (0.00      % vars)
28.68/7.26	c xor elim time            : 0.00        (0.01      % time)
28.68/7.26	c num binary xor trees     : 0          
28.68/7.26	c binxor trees' crown      : 0           (nan       leafs/tree)
28.68/7.26	c bin xor find time        : 0.00       
28.68/7.26	c OTF clause improved      : 6466        (0.05      clauses/conflict)
28.68/7.26	c OTF impr. size diff      : 6647        (1.03       lits/clause)
28.68/7.26	c OTF cl watch-shrink      : 21809       (0.18      clauses/conflict)
28.68/7.26	c OTF cl watch-sh-lit      : 25825       (1.18       lits/clause)
28.68/7.26	c tried to recurMin cls    : 17795       (14.48      % of conflicts)
28.68/7.26	c updated cache            : 0           (0.00       lits/tried recurMin)
28.68/7.26	c unit cls received        : 2           (1.96      % of units)
28.68/7.26	c unit cls sent            : 2           (1.96      % of units)
28.68/7.26	c bin cls received         : 27         
28.68/7.26	c bin cls sent             : 25         
28.68/7.26	c clauses over max glue    : 0           (0.00      % of all clauses)
28.68/7.26	c conflicts                : 122908      (4246.91   / sec)
28.68/7.26	c decisions                : 144749      (3.19      % random)
28.68/7.26	c bogo-props               : 807482332   (27901368.04 / sec)
28.68/7.26	c conflict literals        : 1579386     (27.11     % deleted)
28.68/7.26	c Memory used              : 259.73      MB
28.68/7.26	c single-thread CPU time   : 28.94       s
28.68/7.26	c all-threads sum CPU time : 28.94       s
28.68/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-3368824-1305403990/watcher-3368824-1305403990 -o /tmp/evaluation-result-3368824-1305403990/solver-3368824-1305403990 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368824-1305403990.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.43 7.97 8.05 2/345 3154
/proc/meminfo: memFree=26252044/32951124 swapFree=53501236/67111528
[pid=3154] ppid=3152 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3154/stat : 3154 (strangenight1-m) R 3152 3154 2586 0 -1 4202496 410 0 0 0 0 0 0 0 24 0 4 0 652001604 52465664 351 33554432000 4194304 4650419 140734283381584 18446744073709551615 47704985073580 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3154/statm: 12809 351 303 112 0 7774 0
[pid=3154/tid=3159] ppid=3152 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3154/task/3159/stat : 3159 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652001604 52465664 352 33554432000 4194304 4650419 140734283381584 18446744073709551615 216634571761 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3154/tid=3161] ppid=3152 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3154/task/3161/stat : 3161 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652001604 52465664 352 33554432000 4194304 4650419 140734283381584 18446744073709551615 47704985073584 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3154/tid=3163] ppid=3152 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3154/task/3163/stat : 3163 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652001604 52465664 352 33554432000 4194304 4650419 140734283381584 18446744073709551615 47704985073586 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0980879 s]
/proc/loadavg: 7.43 7.97 8.05 2/345 3154
/proc/meminfo: memFree=26252044/32951124 swapFree=53501236/67111528
[pid=3154] ppid=3152 vsize=282284 CPUtime=0.36 cores=0,2,4,6
/proc/3154/stat : 3154 (strangenight1-m) R 3152 3154 2586 0 -1 4202496 1350 0 0 0 36 0 0 0 18 0 4 0 652001604 289058816 1233 33554432000 4194304 4650419 140734283381584 18446744073709551615 4365280 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3154/statm: 70571 1233 391 112 0 65536 0
[pid=3154/tid=3159] ppid=3152 vsize=282284 CPUtime=0.08 cores=0,2,4,6
/proc/3154/task/3159/stat : 3159 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 215 0 0 0 8 0 0 0 25 0 4 0 652001604 289058816 1233 33554432000 4194304 4650419 140734283381584 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3154/tid=3161] ppid=3152 vsize=282284 CPUtime=0.08 cores=0,2,4,6
/proc/3154/task/3161/stat : 3161 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 283 0 0 0 8 0 0 0 18 0 4 0 652001604 289058816 1233 33554432000 4194304 4650419 140734283381584 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3154/tid=3163] ppid=3152 vsize=282284 CPUtime=0.09 cores=0,2,4,6
/proc/3154/task/3163/stat : 3163 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 189 0 0 0 9 0 0 0 18 0 4 0 652001604 289058816 1233 33554432000 4194304 4650419 140734283381584 18446744073709551615 4367407 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 282284

[startup+0.101087 s]
/proc/loadavg: 7.43 7.97 8.05 2/345 3154
/proc/meminfo: memFree=26252044/32951124 swapFree=53501236/67111528
[pid=3154] ppid=3152 vsize=282284 CPUtime=0.37 cores=0,2,4,6
/proc/3154/stat : 3154 (strangenight1-m) R 3152 3154 2586 0 -1 4202496 1359 0 0 0 37 0 0 0 18 0 4 0 652001604 289058816 1242 33554432000 4194304 4650419 140734283381584 18446744073709551615 4363520 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3154/statm: 70571 1242 391 112 0 65536 0
[pid=3154/tid=3159] ppid=3152 vsize=282284 CPUtime=0.08 cores=0,2,4,6
/proc/3154/task/3159/stat : 3159 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 217 0 0 0 8 0 0 0 25 0 4 0 652001604 289058816 1242 33554432000 4194304 4650419 140734283381584 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3154/tid=3161] ppid=3152 vsize=282284 CPUtime=0.09 cores=0,2,4,6
/proc/3154/task/3161/stat : 3161 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 287 0 0 0 9 0 0 0 18 0 4 0 652001604 289058816 1242 33554432000 4194304 4650419 140734283381584 18446744073709551615 4281518 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3154/tid=3163] ppid=3152 vsize=282284 CPUtime=0.09 cores=0,2,4,6
/proc/3154/task/3163/stat : 3163 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 191 0 0 0 9 0 0 0 18 0 4 0 652001604 289058816 1242 33554432000 4194304 4650419 140734283381584 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282284

[startup+0.301052 s]
/proc/loadavg: 7.43 7.97 8.05 2/345 3154
/proc/meminfo: memFree=26252044/32951124 swapFree=53501236/67111528
[pid=3154] ppid=3152 vsize=282928 CPUtime=1.17 cores=0,2,4,6
/proc/3154/stat : 3154 (strangenight1-m) R 3152 3154 2586 0 -1 4202496 2204 0 0 0 117 0 0 0 18 0 4 0 652001604 289718272 1746 33554432000 4194304 4650419 140734283381584 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3154/statm: 70732 1746 393 112 0 65697 0
[pid=3154/tid=3159] ppid=3152 vsize=282928 CPUtime=0.28 cores=0,2,4,6
/proc/3154/task/3159/stat : 3159 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 418 0 0 0 28 0 0 0 25 0 4 0 652001604 289718272 1746 33554432000 4194304 4650419 140734283381584 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3154/tid=3161] ppid=3152 vsize=282928 CPUtime=0.29 cores=0,2,4,6
/proc/3154/task/3161/stat : 3161 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 520 0 0 0 29 0 0 0 18 0 4 0 652001604 289718272 1746 33554432000 4194304 4650419 140734283381584 18446744073709551615 4363862 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3154/tid=3163] ppid=3152 vsize=282928 CPUtime=0.29 cores=0,2,4,6
/proc/3154/task/3163/stat : 3163 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 391 0 0 0 29 0 0 0 18 0 4 0 652001604 289718272 1746 33554432000 4194304 4650419 140734283381584 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 282928

[startup+0.700982 s]
/proc/loadavg: 7.43 7.97 8.05 2/345 3154
/proc/meminfo: memFree=26252044/32951124 swapFree=53501236/67111528
[pid=3154] ppid=3152 vsize=283896 CPUtime=2.76 cores=0,2,4,6
/proc/3154/stat : 3154 (strangenight1-m) R 3152 3154 2586 0 -1 4202496 3733 0 0 0 276 0 0 0 18 0 4 0 652001604 290709504 2066 33554432000 4194304 4650419 140734283381584 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3154/statm: 70974 2066 393 112 0 65939 0
[pid=3154/tid=3159] ppid=3152 vsize=283896 CPUtime=0.68 cores=0,2,4,6
/proc/3154/task/3159/stat : 3159 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 824 0 0 0 68 0 0 0 25 0 4 0 652001604 290709504 2066 33554432000 4194304 4650419 140734283381584 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3154/tid=3161] ppid=3152 vsize=283896 CPUtime=0.69 cores=0,2,4,6
/proc/3154/task/3161/stat : 3161 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 940 0 0 0 69 0 0 0 18 0 4 0 652001604 290709504 2066 33554432000 4194304 4650419 140734283381584 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3154/tid=3163] ppid=3152 vsize=283896 CPUtime=0.69 cores=0,2,4,6
/proc/3154/task/3163/stat : 3163 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 747 0 0 0 69 0 0 0 18 0 4 0 652001604 290709504 2066 33554432000 4194304 4650419 140734283381584 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 283896

[startup+1.50084 s]
/proc/loadavg: 7.43 7.97 8.05 10/356 3165
/proc/meminfo: memFree=26230504/32951124 swapFree=53501236/67111528
[pid=3154] ppid=3152 vsize=288128 CPUtime=5.96 cores=0,2,4,6
/proc/3154/stat : 3154 (strangenight1-m) R 3152 3154 2586 0 -1 4202496 7181 0 0 0 595 1 0 0 20 0 4 0 652001604 295043072 4250 33554432000 4194304 4650419 140734283381584 18446744073709551615 4366845 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3154/statm: 72032 4250 395 112 0 66997 0
[pid=3154/tid=3159] ppid=3152 vsize=288128 CPUtime=1.47 cores=0,2,4,6
/proc/3154/task/3159/stat : 3159 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 2051 0 0 0 147 0 0 0 25 0 4 0 652001604 295043072 4250 33554432000 4194304 4650419 140734283381584 18446744073709551615 4433066 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3154/tid=3161] ppid=3152 vsize=288128 CPUtime=1.49 cores=0,2,4,6
/proc/3154/task/3161/stat : 3161 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 1529 0 0 0 149 0 0 0 20 0 4 0 652001604 295043072 4250 33554432000 4194304 4650419 140734283381584 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3154/tid=3163] ppid=3152 vsize=288128 CPUtime=1.49 cores=0,2,4,6
/proc/3154/task/3163/stat : 3163 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 1127 0 0 0 149 0 0 0 20 0 4 0 652001604 295043072 4250 33554432000 4194304 4650419 140734283381584 18446744073709551615 4350739 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 288128

[startup+3.10056 s]
/proc/loadavg: 7.43 7.97 8.05 9/356 3165
/proc/meminfo: memFree=26198028/32951124 swapFree=53501236/67111528
[pid=3154] ppid=3152 vsize=290572 CPUtime=12.34 cores=0,2,4,6
/proc/3154/stat : 3154 (strangenight1-m) R 3152 3154 2586 0 -1 4202496 12697 0 0 0 1233 1 0 0 25 0 4 0 652001604 297545728 7145 33554432000 4194304 4650419 140734283381584 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3154/statm: 72643 7145 395 112 0 67608 0
[pid=3154/tid=3159] ppid=3152 vsize=290572 CPUtime=3.05 cores=0,2,4,6
/proc/3154/task/3159/stat : 3159 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 2810 0 0 0 305 0 0 0 25 0 4 0 652001604 297545728 7145 33554432000 4194304 4650419 140734283381584 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3154/tid=3161] ppid=3152 vsize=290572 CPUtime=3.09 cores=0,2,4,6
/proc/3154/task/3161/stat : 3161 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 3360 0 0 0 309 0 0 0 25 0 4 0 652001604 297545728 7145 33554432000 4194304 4650419 140734283381584 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3154/tid=3163] ppid=3152 vsize=290572 CPUtime=3.08 cores=0,2,4,6
/proc/3154/task/3163/stat : 3163 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 2985 0 0 0 308 0 0 0 25 0 4 0 652001604 297545728 7145 33554432000 4194304 4650419 140734283381584 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 290572

[startup+6.301 s]
/proc/loadavg: 7.48 7.97 8.05 10/356 3165
/proc/meminfo: memFree=26165420/32951124 swapFree=53501236/67111528
[pid=3154] ppid=3152 vsize=283804 CPUtime=25.1 cores=0,2,4,6
/proc/3154/stat : 3154 (strangenight1-m) R 3152 3154 2586 0 -1 4202496 18539 0 0 0 2508 2 0 0 25 0 4 0 652001604 290615296 9416 33554432000 4194304 4650419 140734283381584 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3154/statm: 70951 9416 395 112 0 65916 0
[pid=3154/tid=3159] ppid=3152 vsize=283804 CPUtime=6.22 cores=0,2,4,6
/proc/3154/task/3159/stat : 3159 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 4517 0 0 0 622 0 0 0 25 0 4 0 652001604 290615296 9416 33554432000 4194304 4650419 140734283381584 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3154/tid=3161] ppid=3152 vsize=283804 CPUtime=6.28 cores=0,2,4,6
/proc/3154/task/3161/stat : 3161 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 5060 0 0 0 628 0 0 0 25 0 4 0 652001604 290615296 9416 33554432000 4194304 4650419 140734283381584 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3154/tid=3163] ppid=3152 vsize=283804 CPUtime=6.28 cores=0,2,4,6
/proc/3154/task/3163/stat : 3163 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 3862 0 0 0 628 0 0 0 25 0 4 0 652001604 290615296 9416 33554432000 4194304 4650419 140734283381584 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 283804

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

[startup+6.70093 s]
/proc/loadavg: 7.48 7.97 8.05 9/356 3166
/proc/meminfo: memFree=26161212/32951124 swapFree=53501236/67111528
[pid=3154] ppid=3152 vsize=283804 CPUtime=26.69 cores=0,2,4,6
/proc/3154/stat : 3154 (strangenight1-m) R 3152 3154 2586 0 -1 4202496 18962 0 0 0 2667 2 0 0 25 0 4 0 652001604 290615296 9833 33554432000 4194304 4650419 140734283381584 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3154/statm: 70951 9833 395 112 0 65916 0
[pid=3154/tid=3159] ppid=3152 vsize=283804 CPUtime=6.6 cores=0,2,4,6
/proc/3154/task/3159/stat : 3159 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 4752 0 0 0 660 0 0 0 25 0 4 0 652001604 290615296 9833 33554432000 4194304 4650419 140734283381584 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3154/tid=3161] ppid=3152 vsize=283804 CPUtime=6.68 cores=0,2,4,6
/proc/3154/task/3161/stat : 3161 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 5147 0 0 0 668 0 0 0 25 0 4 0 652001604 290615296 9833 33554432000 4194304 4650419 140734283381584 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3154/tid=3163] ppid=3152 vsize=283804 CPUtime=6.68 cores=0,2,4,6
/proc/3154/task/3163/stat : 3163 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 3870 0 0 0 668 0 0 0 25 0 4 0 652001604 290615296 9833 33554432000 4194304 4650419 140734283381584 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 26.69
Current children cumulated vsize (KiB) 283804

[startup+7.10086 s]
/proc/loadavg: 7.48 7.97 8.05 9/356 3166
/proc/meminfo: memFree=26161212/32951124 swapFree=53501236/67111528
[pid=3154] ppid=3152 vsize=265956 CPUtime=28.28 cores=0,2,4,6
/proc/3154/stat : 3154 (strangenight1-m) R 3152 3154 2586 0 -1 4202496 19901 0 0 0 2826 2 0 0 25 0 4 0 652001604 272338944 10067 33554432000 4194304 4650419 140734283381584 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3154/statm: 66489 10067 395 112 0 61454 0
[pid=3154/tid=3159] ppid=3152 vsize=265956 CPUtime=7 cores=0,2,4,6
/proc/3154/task/3159/stat : 3159 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 5076 0 0 0 700 0 0 0 25 0 4 0 652001604 272338944 10067 33554432000 4194304 4650419 140734283381584 18446744073709551615 4438407 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3154/tid=3161] ppid=3152 vsize=265956 CPUtime=7.08 cores=0,2,4,6
/proc/3154/task/3161/stat : 3161 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 5337 0 0 0 708 0 0 0 25 0 4 0 652001604 272338944 10067 33554432000 4194304 4650419 140734283381584 18446744073709551615 4314861 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3154/tid=3163] ppid=3152 vsize=265956 CPUtime=7.08 cores=0,2,4,6
/proc/3154/task/3163/stat : 3163 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 4071 0 0 0 708 0 0 0 25 0 4 0 652001604 272338944 10067 33554432000 4194304 4650419 140734283381584 18446744073709551615 4366953 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 28.28
Current children cumulated vsize (KiB) 265956

[startup+7.20084 s]
/proc/loadavg: 7.48 7.97 8.05 9/356 3166
/proc/meminfo: memFree=26161212/32951124 swapFree=53501236/67111528
[pid=3154] ppid=3152 vsize=265956 CPUtime=28.68 cores=0,2,4,6
/proc/3154/stat : 3154 (strangenight1-m) R 3152 3154 2586 0 -1 4202496 19982 0 0 0 2866 2 0 0 25 0 4 0 652001604 272338944 10148 33554432000 4194304 4650419 140734283381584 18446744073709551615 4363883 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3154/statm: 66489 10148 395 112 0 61454 0
[pid=3154/tid=3159] ppid=3152 vsize=265956 CPUtime=7.1 cores=0,2,4,6
/proc/3154/task/3159/stat : 3159 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 5086 0 0 0 710 0 0 0 25 0 4 0 652001604 272338944 10148 33554432000 4194304 4650419 140734283381584 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3154/tid=3161] ppid=3152 vsize=265956 CPUtime=7.18 cores=0,2,4,6
/proc/3154/task/3161/stat : 3161 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 5363 0 0 0 718 0 0 0 25 0 4 0 652001604 272338944 10148 33554432000 4194304 4650419 140734283381584 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3154/tid=3163] ppid=3152 vsize=265956 CPUtime=7.18 cores=0,2,4,6
/proc/3154/task/3163/stat : 3163 (strangenight1-m) R 3152 3154 2586 0 -1 4202560 4092 0 0 0 718 0 0 0 25 0 4 0 652001604 272338944 10148 33554432000 4194304 4650419 140734283381584 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 28.68
Current children cumulated vsize (KiB) 265956

Child status: 20
Real time (s): 7.27206
CPU time (s): 28.9746
CPU user time (s): 28.9436
CPU system time (s): 0.030995
CPU usage (%): 398.437
Max. virtual memory (cumulated for all children) (KiB): 292144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.9436
system time used= 0.030995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20042
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= 227
involuntary context switches= 237

runsolver used 0.024996 second user time and 0.06399 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-14 22:13:10
IDJOB=3368824
IDBENCH=82833
IDSOLVER=1846
FILE ID=node103/3368824-1305403990
RUNJOBID= node103-1305403990-3131
PBS_JOBID= 13324472
Free space on /tmp= 72992 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v250-c1065-S1295196126-061.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368824-1305403990/watcher-3368824-1305403990 -o /tmp/evaluation-result-3368824-1305403990/solver-3368824-1305403990 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368824-1305403990.cnf

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

MD5SUM BENCH= 7d874fabf91f4391d9452197998f82c2
RANDOM SEED=1904290180

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:      26252208 kB
Buffers:        297468 kB
Cached:        3866184 kB
SwapCached:     340192 kB
Active:        1318784 kB
Inactive:      5110056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26252208 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:           12496 kB
Writeback:           0 kB
AnonPages:     1935644 kB
Mapped:          10196 kB
Slab:           151572 kB
PageTables:      53100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78285656 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 22:13:17