Trace number 3370815

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-st (fixed)UNSAT 27.1349 27.1346

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-4.025-NOTKNOWN.cnf
MD5SUM7a66f04f295b538081ccaebd0fd7d9b2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.59085
Satisfiable
(Un)Satisfiability was proved
Number of variables281936
Number of clauses2464339
Sum of the clauses size5907714
Maximum clause length770
Minimum clause length1
Number of clauses of size 1864
Number of clauses of size 22420825
Number of clauses of size 30
Number of clauses of size 4200
Number of clauses of size 51200
Number of clauses of size over 541250

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3370815-1305380481.cnf'
0.00/0.00	c -- header says num vars:         281936
0.00/0.00	c -- header says num clauses:     2464339
0.49/0.58	c -- clauses added:            0 learnts,      2464339 normals,            0 xors
0.49/0.58	c -- vars added     281936
0.49/0.58	c Parsing time:  0.54 s
0.49/0.58	c  N st     0         0    281936     31087   1758057         0   4261463         0   no data   no data  --
1.00/1.02	c asymm  cl-useful: 7/230/30512 lits-rem:190 time: 0.43
7.59/7.63	c Flit:    28 Blit:  15040 bXBeca:    0 bXProp:   72 Bins:      0 BRemL:      0 BRemN:      0 P: 200.1M T:  6.47
7.59/7.66	c Cleaning up after failed var search:     0.03 s 
7.69/7.72	c Replacing       72 vars Replaced     1916 lits Time:     0.05 s 
7.99/8.00	c bin-w-bin subsume rem          381 bins  time:  0.19 s
9.19/9.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.28 s
12.29/12.39	c Subs w/ non-existent bins:      0 l-rem:    228 v-fix:  1387 done:  12361 time:  3.10 s
12.49/12.55	c Removed useless bin:     292  fixed:     0  props:  20.14M  time:  0.15 s
14.19/14.28	c lits-rem:         0  cl-subs:        7  v-elim:   2695  v-fix:    0  time:  1.74 s
14.79/14.87	c Finding binary XORs  T:     0.59 s  found:     432
14.90/14.93	c Replacing      432 vars Replaced    23659 lits Time:     0.05 s 
15.09/15.19	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
15.09/15.19	c calculated reachability. Time: 0.20
15.19/15.21	c Calc default polars -  time:   0.02 s pos:    1392 undec:  110352 neg:  170192
15.19/15.21	c =========================================================================================
15.19/15.21	c types(t): F = full restart, N = normal restart
15.19/15.21	c types(t): S = simplification begin/end, E = solution found
15.19/15.21	c restart types(rt): st = static, dy = dynamic
15.19/15.21	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
15.19/15.21	c  B st     0         0    171585     32753   1509253         0   3701649         0   no data   no data  --
27.01/27.05	c  E st     6      1560    166521     32278   1468276      1111   3599289   1467610   no data   no data  --
27.01/27.05	c num threads              : 1          
27.01/27.05	c restarts                 : 6          
27.01/27.05	c dynamic restarts         : 0          
27.01/27.05	c static restarts          : 6          
27.01/27.05	c full restarts            : 0          
27.01/27.05	c total simplify time      : 0.05       
27.01/27.05	c learnts DL2              : 0          
27.01/27.05	c learnts size 2           : 1758487    
27.01/27.05	c learnts size 1           : 207288      (73.52     % of vars)
27.01/27.05	c filedLit time            : 6.50        (24.19     % time)
27.01/27.05	c v-elim SatELite          : 2695        (0.96      % vars)
27.01/27.05	c SatELite time            : 4.89        (18.22     % time)
27.01/27.05	c v-elim xor               : 0           (0.00      % vars)
27.01/27.05	c xor elim time            : 0.00        (0.00      % time)
27.01/27.05	c num binary xor trees     : 497        
27.01/27.05	c binxor trees' crown      : 504         (1.01      leafs/tree)
27.01/27.05	c bin xor find time        : 0.59       
27.01/27.05	c OTF clause improved      : 32          (0.02      clauses/conflict)
27.01/27.05	c OTF impr. size diff      : 38          (1.19       lits/clause)
27.01/27.05	c OTF cl watch-shrink      : 1019        (0.65      clauses/conflict)
27.01/27.05	c OTF cl watch-sh-lit      : 165524      (162.44     lits/clause)
27.01/27.05	c tried to recurMin cls    : 1101        (70.58      % of conflicts)
27.01/27.05	c updated cache            : 3593        (3.26       lits/tried recurMin)
27.01/27.05	c clauses over max glue    : 0           (0.00      % of all clauses)
27.01/27.05	c conflicts                : 1560        (58.07     / sec)
27.01/27.05	c decisions                : 21585       (0.00      % random)
27.01/27.05	c bogo-props               : 563132010   (20963175.03 / sec)
27.01/27.05	c conflict literals        : 1874552     (33.52     % deleted)
27.01/27.05	c Memory used              : 783.43      MB
27.01/27.05	c CPU time                 : 26.86       s
27.01/27.05	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-3370815-1305380481/watcher-3370815-1305380481 -o /tmp/evaluation-result-3370815-1305380481/solver-3370815-1305380481 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370815-1305380481.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.82 3.95 3.01 4/304 31608
/proc/meminfo: memFree=12833356/32950928 swapFree=67083212/67111528
[pid=31608] ppid=31606 vsize=24912 CPUtime=0 cores=1,3
/proc/31608/stat : 31608 (strangenight1-s) R 31606 31608 31408 0 -1 4202496 1699 0 0 0 0 0 0 0 23 0 1 0 649647894 25509888 1408 33554432000 4194304 4650387 140736438920368 18446744073709551615 4548812 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31608/statm: 6228 1408 328 112 0 1193 0

[startup+0.023094 s]
/proc/loadavg: 3.82 3.95 3.01 4/304 31608
/proc/meminfo: memFree=12833356/32950928 swapFree=67083212/67111528
[pid=31608] ppid=31606 vsize=37436 CPUtime=0.02 cores=1,3
/proc/31608/stat : 31608 (strangenight1-s) R 31606 31608 31408 0 -1 4202496 2811 0 0 0 2 0 0 0 23 0 1 0 649647894 38334464 2242 33554432000 4194304 4650387 140736438920368 18446744073709551615 4547004 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31608/statm: 9359 2242 330 112 0 4324 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 37436

[startup+0.10108 s]
/proc/loadavg: 3.82 3.95 3.01 4/304 31608
/proc/meminfo: memFree=12833356/32950928 swapFree=67083212/67111528
[pid=31608] ppid=31606 vsize=55412 CPUtime=0.09 cores=1,3
/proc/31608/stat : 31608 (strangenight1-s) R 31606 31608 31408 0 -1 4202496 7776 0 0 0 8 1 0 0 23 0 1 0 649647894 56741888 5623 33554432000 4194304 4650387 140736438920368 18446744073709551615 4353024 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31608/statm: 13853 5623 330 112 0 8818 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55412

[startup+0.301096 s]
/proc/loadavg: 3.82 3.95 3.01 4/304 31608
/proc/meminfo: memFree=12833356/32950928 swapFree=67083212/67111528
[pid=31608] ppid=31606 vsize=98616 CPUtime=0.29 cores=1,3
/proc/31608/stat : 31608 (strangenight1-s) R 31606 31608 31408 0 -1 4202496 19219 0 0 0 27 2 0 0 25 0 1 0 649647894 100982784 14822 33554432000 4194304 4650387 140736438920368 18446744073709551615 4548848 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31608/statm: 24654 14822 330 112 0 19619 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 98616

[startup+0.700966 s]
/proc/loadavg: 3.82 3.95 3.01 4/304 31608
/proc/meminfo: memFree=12833356/32950928 swapFree=67083212/67111528
[pid=31608] ppid=31606 vsize=161268 CPUtime=0.69 cores=1,3
/proc/31608/stat : 31608 (strangenight1-s) R 31606 31608 31408 0 -1 4202496 36602 0 0 0 65 4 0 0 25 0 1 0 649647894 165138432 27890 33554432000 4194304 4650387 140736438920368 18446744073709551615 4370192 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31608/statm: 40317 27890 348 112 0 35282 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 161268

[startup+1.50081 s]
/proc/loadavg: 3.82 3.95 3.01 5/305 31609
/proc/meminfo: memFree=12607744/32950928 swapFree=67083212/67111528
[pid=31608] ppid=31606 vsize=212040 CPUtime=1.49 cores=1,3
/proc/31608/stat : 31608 (strangenight1-s) R 31606 31608 31408 0 -1 4202496 46680 0 0 0 144 5 0 0 25 0 1 0 649647894 217128960 37142 33554432000 4194304 4650387 140736438920368 18446744073709551615 4370490 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31608/statm: 53010 37142 354 112 0 47975 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 212040

[startup+3.10051 s]
/proc/loadavg: 4.00 3.98 3.03 5/308 31615
/proc/meminfo: memFree=12125804/32950928 swapFree=67083212/67111528
[pid=31608] ppid=31606 vsize=332620 CPUtime=3.09 cores=1,3
/proc/31608/stat : 31608 (strangenight1-s) R 31606 31608 31408 0 -1 4202496 68207 0 0 0 301 8 0 0 25 0 1 0 649647894 340602880 58669 33554432000 4194304 4650387 140736438920368 18446744073709551615 4370297 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31608/statm: 83155 58669 354 112 0 78120 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 332620

[startup+6.3009 s]
/proc/loadavg: 4.00 3.98 3.03 5/308 31615
/proc/meminfo: memFree=11549212/32950928 swapFree=67083212/67111528
[pid=31608] ppid=31606 vsize=632152 CPUtime=6.29 cores=1,3
/proc/31608/stat : 31608 (strangenight1-s) R 31606 31608 31408 0 -1 4202496 121051 0 0 0 614 15 0 0 25 0 1 0 649647894 647323648 111513 33554432000 4194304 4650387 140736438920368 18446744073709551615 4244897 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31608/statm: 158038 111514 354 112 0 153003 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 632152

[startup+12.7007 s]
/proc/loadavg: 4.00 3.98 3.04 5/308 31615
/proc/meminfo: memFree=11079024/32950928 swapFree=67083212/67111528
[pid=31608] ppid=31606 vsize=802224 CPUtime=12.7 cores=1,3
/proc/31608/stat : 31608 (strangenight1-s) R 31606 31608 31408 0 -1 4202496 153552 0 0 0 1252 18 0 0 25 0 1 0 649647894 821477376 144014 33554432000 4194304 4650387 140736438920368 18446744073709551615 4420856 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31608/statm: 200556 144014 370 112 0 195521 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 802224

[startup+25.5002 s]
/proc/loadavg: 4.00 3.98 3.05 5/308 31616
/proc/meminfo: memFree=11075716/32950928 swapFree=67083212/67111528
[pid=31608] ppid=31606 vsize=802224 CPUtime=25.49 cores=1,3
/proc/31608/stat : 31608 (strangenight1-s) R 31606 31608 31408 0 -1 4202496 155322 0 0 0 2531 18 0 0 25 0 1 0 649647894 821477376 145784 33554432000 4194304 4650387 140736438920368 18446744073709551615 4315087 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31608/statm: 200556 145784 379 112 0 195521 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 802224

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

[startup+26.2011 s]
/proc/loadavg: 4.00 3.98 3.05 5/308 31616
/proc/meminfo: memFree=11070692/32950928 swapFree=67083212/67111528
[pid=31608] ppid=31606 vsize=802224 CPUtime=26.2 cores=1,3
/proc/31608/stat : 31608 (strangenight1-s) R 31606 31608 31408 0 -1 4202496 155393 0 0 0 2601 19 0 0 25 0 1 0 649647894 821477376 145855 33554432000 4194304 4650387 140736438920368 18446744073709551615 4363694 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31608/statm: 200556 145855 379 112 0 195521 0
Current children cumulated CPU time (s) 26.2
Current children cumulated vsize (KiB) 802224

[startup+26.601 s]
/proc/loadavg: 4.00 3.98 3.05 5/308 31616
/proc/meminfo: memFree=11070692/32950928 swapFree=67083212/67111528
[pid=31608] ppid=31606 vsize=802224 CPUtime=26.6 cores=1,3
/proc/31608/stat : 31608 (strangenight1-s) R 31606 31608 31408 0 -1 4202496 155439 0 0 0 2641 19 0 0 25 0 1 0 649647894 821477376 145901 33554432000 4194304 4650387 140736438920368 18446744073709551615 4363303 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31608/statm: 200556 145901 379 112 0 195521 0
Current children cumulated CPU time (s) 26.6
Current children cumulated vsize (KiB) 802224

[startup+27.0009 s]
/proc/loadavg: 4.00 3.98 3.05 5/308 31616
/proc/meminfo: memFree=11064120/32950928 swapFree=67083212/67111528
[pid=31608] ppid=31606 vsize=802224 CPUtime=27.01 cores=1,3
/proc/31608/stat : 31608 (strangenight1-s) R 31606 31608 31408 0 -1 4202496 155452 0 0 0 2682 19 0 0 25 0 1 0 649647894 821477376 145914 33554432000 4194304 4650387 140736438920368 18446744073709551615 4363722 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31608/statm: 200556 145914 379 112 0 195521 0
Current children cumulated CPU time (s) 27.01
Current children cumulated vsize (KiB) 802224

[startup+27.1119 s]
/proc/loadavg: 4.00 3.98 3.05 5/308 31616
/proc/meminfo: memFree=11064120/32950928 swapFree=67083212/67111528
[pid=31608] ppid=31606 vsize=0 CPUtime=27.1 cores=1,3
/proc/31608/stat : 31608 (strangenight1-s) R 31606 31608 31408 0 -1 4202500 155463 0 0 0 2691 19 0 0 25 0 1 0 649647894 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31608/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 27.1
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 27.1346
CPU time (s): 27.1349
CPU user time (s): 26.9189
CPU system time (s): 0.215967
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 802224

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

runsolver used 0.080987 second user time and 0.178972 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-14 15:41:22
IDJOB=3370815
IDBENCH=82409
IDSOLVER=1847
FILE ID=node127/3370815-1305380481
RUNJOBID= node127-1305379175-31428
PBS_JOBID= 13324375
Free space on /tmp= 73368 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-4.025-NOTKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370815-1305380481/watcher-3370815-1305380481 -o /tmp/evaluation-result-3370815-1305380481/solver-3370815-1305380481 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370815-1305380481.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 7a66f04f295b538081ccaebd0fd7d9b2
RANDOM SEED=1069322904

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12833636 kB
Buffers:        273320 kB
Cached:        3419484 kB
SwapCached:       1620 kB
Active:       17023476 kB
Inactive:      2754588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12833636 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:          111312 kB
Writeback:           0 kB
AnonPages:    16083208 kB
Mapped:          27176 kB
Slab:           228248 kB
PageTables:      47732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44693152 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= 73316 MiB
End job on node127 at 2011-05-14 15:41:50