Trace number 3463502

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
bsolo 3.2UNSAT 44.2143 44.2469

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv12.ucl.opb
MD5SUMbdfd22b57887b70e5df6236004ca174a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.08983
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables25800
Total number of constraints76699
Number of constraints which are clauses76319
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint9
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c bsolo beta version 3.2 - 23/05/2010 : 1630 GMT
0.00/0.00	c Developed by Vasco Manquinho and José Santos IST/UTL - INESC-ID
0.00/0.00	c type "bsolo -h" for help
0.00/0.00	c Time Limit set via environment variable PBTIMEOUT to 1800
0.00/0.00	c Learning Strategy: Cardinality Constraint Learning
0.00/0.00	c Time Limit set to 1800
0.00/0.00	c Instance file HOME/instance-3463502-1307175321.opb
0.00/0.00	c File size is 2268703 bytes.
0.09/0.15	c Highest Coefficient sum: 62
0.09/0.15	c Parsing was ok!!
0.09/0.15	c Total parsing time: 0.152 s
0.09/0.17	c Var: 25800 Constr: 76699 76319/0/380 Lit: 181275 Watch. Lit: 153777
0.09/0.17	c Obj. Vars: 0 (0 % of total variables)
16.29/16.41	c Pre-processing Time: 16.414 s
16.40/16.41	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
16.40/16.41	c        0  18859    57483   136495    2   115536   25874      0      0 16.41
16.40/16.41	c Switching off lower bounding mode.
44.16/44.24	c      101  18859    57674   138157    2   116713   28462    191      6 16.49
44.16/44.24	c      251  18859    57941   143974    2   117431   31309    458     14 16.86
44.16/44.24	c      476  18859    58355   159256    2   118267   34440    872     27 17.44
44.16/44.24	c      815  18858    58914   205464    3   119336   37885   1431     42 19.31
44.16/44.24	c     1325  18857    59768   257064    4   120990   41674   2285     61 21.46
44.16/44.24	c     2088  18703    61133   367826    6   123777   45842   3650     85 24.44
44.16/44.24	c     3234  18684    63005   492526    7   127573   50427   5522    112 28.87
44.16/44.24	c     4955  18515    65559   620890    9   132851   55470   8076    135 36.63
44.16/44.24	c Backtracks by Clause: 6094
44.16/44.24	c Backtracks by PB constraint: 43
44.16/44.24	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
44.16/44.24	c    8     6137   2072    18125    67166   690029   9683    138 44.21
44.16/44.24	s UNSATISFIABLE
44.16/44.24	c Total time: 44.211 s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3463502-1307175321/watcher-3463502-1307175321 -o /tmp/evaluation-result-3463502-1307175321/solver-3463502-1307175321 -C 1800 -W 1900 -M 15500 bsolo -l2 -t1800 HOME/instance-3463502-1307175321.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 1.07 1.05 1.32 3/434 7874
/proc/meminfo: memFree=12469020/32951132 swapFree=67093840/67111528
[pid=7874] ppid=7872 vsize=13288 CPUtime=0 cores=1,3,5,7
/proc/7874/stat : 7874 (bsolo) R 7872 7874 6192 0 -1 4202496 368 0 0 0 0 0 0 0 23 0 1 0 829131751 13606912 323 33554432000 134512640 137138936 4292022256 18446744073709551615 136506715 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7874/statm: 3322 323 187 642 0 2124 0

[startup+0.0700469 s]
/proc/loadavg: 1.07 1.05 1.32 3/434 7874
/proc/meminfo: memFree=12469020/32951132 swapFree=67093840/67111528
[pid=7874] ppid=7872 vsize=17532 CPUtime=0.06 cores=1,3,5,7
/proc/7874/stat : 7874 (bsolo) R 7872 7874 6192 0 -1 4202496 1655 0 0 0 6 0 0 0 23 0 1 0 829131751 17952768 1609 33554432000 134512640 137138936 4292022256 18446744073709551615 136506715 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7874/statm: 4383 1610 422 642 0 3185 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17532

[startup+0.101037 s]
/proc/loadavg: 1.07 1.05 1.32 3/434 7874
/proc/meminfo: memFree=12469020/32951132 swapFree=67093840/67111528
[pid=7874] ppid=7872 vsize=19460 CPUtime=0.09 cores=1,3,5,7
/proc/7874/stat : 7874 (bsolo) R 7872 7874 6192 0 -1 4202496 2254 0 0 0 9 0 0 0 23 0 1 0 829131751 19927040 2208 33554432000 134512640 137138936 4292022256 18446744073709551615 136577166 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7874/statm: 4865 2209 540 642 0 3667 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19460

[startup+0.301006 s]
/proc/loadavg: 1.07 1.05 1.32 3/434 7874
/proc/meminfo: memFree=12469020/32951132 swapFree=67093840/67111528
[pid=7874] ppid=7872 vsize=26608 CPUtime=0.29 cores=1,3,5,7
/proc/7874/stat : 7874 (bsolo) R 7872 7874 6192 0 -1 4202496 4756 0 0 0 29 0 0 0 25 0 1 0 829131751 27246592 4116 33554432000 134512640 137138936 4292022256 18446744073709551615 134542295 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7874/statm: 6652 4116 184 642 0 6008 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26608

[startup+0.700938 s]
/proc/loadavg: 1.07 1.05 1.32 3/434 7874
/proc/meminfo: memFree=12469020/32951132 swapFree=67093840/67111528
[pid=7874] ppid=7872 vsize=26872 CPUtime=0.69 cores=1,3,5,7
/proc/7874/stat : 7874 (bsolo) R 7872 7874 6192 0 -1 4202496 4835 0 0 0 69 0 0 0 25 0 1 0 829131751 27516928 4195 33554432000 134512640 137138936 4292022256 18446744073709551615 136295502 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7874/statm: 6718 4195 184 642 0 6074 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26872

[startup+1.5008 s]
/proc/loadavg: 1.07 1.05 1.32 4/435 7875
/proc/meminfo: memFree=12452032/32951132 swapFree=67093840/67111528
[pid=7874] ppid=7872 vsize=26872 CPUtime=1.49 cores=1,3,5,7
/proc/7874/stat : 7874 (bsolo) R 7872 7874 6192 0 -1 4202496 4841 0 0 0 149 0 0 0 25 0 1 0 829131751 27516928 4201 33554432000 134512640 137138936 4292022256 18446744073709551615 136500388 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7874/statm: 6718 4201 184 642 0 6074 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26872

[startup+3.10052 s]
/proc/loadavg: 1.07 1.05 1.32 3/435 7875
/proc/meminfo: memFree=12450420/32951132 swapFree=67093840/67111528
[pid=7874] ppid=7872 vsize=26872 CPUtime=3.09 cores=1,3,5,7
/proc/7874/stat : 7874 (bsolo) R 7872 7874 6192 0 -1 4202496 4842 0 0 0 309 0 0 0 25 0 1 0 829131751 27516928 4202 33554432000 134512640 137138936 4292022256 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7874/statm: 6718 4202 184 642 0 6074 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26872

[startup+6.30097 s]
/proc/loadavg: 1.15 1.06 1.33 6/435 7875
/proc/meminfo: memFree=12450396/32951132 swapFree=67093840/67111528
[pid=7874] ppid=7872 vsize=26872 CPUtime=6.29 cores=1,3,5,7
/proc/7874/stat : 7874 (bsolo) R 7872 7874 6192 0 -1 4202496 4843 0 0 0 628 1 0 0 25 0 1 0 829131751 27516928 4203 33554432000 134512640 137138936 4292022256 18446744073709551615 136504225 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7874/statm: 6718 4203 184 642 0 6074 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26872

[startup+12.7009 s]
/proc/loadavg: 1.21 1.08 1.33 3/435 7876
/proc/meminfo: memFree=12449208/32951132 swapFree=67093840/67111528
[pid=7874] ppid=7872 vsize=27004 CPUtime=12.69 cores=1,3,5,7
/proc/7874/stat : 7874 (bsolo) R 7872 7874 6192 0 -1 4202496 4845 0 0 0 1267 2 0 0 25 0 1 0 829131751 27652096 4205 33554432000 134512640 137138936 4292022256 18446744073709551615 136504449 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7874/statm: 6751 4205 184 642 0 6107 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27004

[startup+25.5006 s]
/proc/loadavg: 1.39 1.12 1.34 3/435 7876
/proc/meminfo: memFree=12436092/32951132 swapFree=67093840/67111528
[pid=7874] ppid=7872 vsize=29720 CPUtime=25.46 cores=1,3,5,7
/proc/7874/stat : 7874 (bsolo) R 7872 7874 6192 0 -1 4202496 5793 0 0 0 2536 10 0 0 25 0 1 0 829131751 30433280 4900 33554432000 134512640 137138936 4292022256 18446744073709551615 134606670 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7874/statm: 7430 4900 192 642 0 6786 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 29720

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

[startup+31.9165 s]
/proc/loadavg: 1.44 1.13 1.34 3/435 7876
/proc/meminfo: memFree=12428536/32951132 swapFree=67093840/67111528
[pid=7874] ppid=7872 vsize=31408 CPUtime=31.88 cores=1,3,5,7
/proc/7874/stat : 7874 (bsolo) R 7872 7874 6192 0 -1 4202496 6215 0 0 0 3177 11 0 0 25 0 1 0 829131751 32161792 5322 33554432000 134512640 137138936 4292022256 18446744073709551615 134542233 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7874/statm: 7852 5322 192 642 0 7208 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 31408

[startup+38.3004 s]
/proc/loadavg: 1.48 1.15 1.35 3/435 8011
/proc/meminfo: memFree=12452884/32951132 swapFree=67093840/67111528
[pid=7874] ppid=7872 vsize=32668 CPUtime=38.26 cores=1,3,5,7
/proc/7874/stat : 7874 (bsolo) R 7872 7874 6192 0 -1 4202496 6530 0 0 0 3815 11 0 0 25 0 1 0 829131751 33452032 5637 33554432000 134512640 137138936 4292022256 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7874/statm: 8167 5637 192 642 0 7523 0
Current children cumulated CPU time (s) 38.26
Current children cumulated vsize (KiB) 32668

[startup+41.5009 s]
/proc/loadavg: 1.60 1.18 1.36 3/435 8038
/proc/meminfo: memFree=12422148/32951132 swapFree=67093840/67111528
[pid=7874] ppid=7872 vsize=32876 CPUtime=41.46 cores=1,3,5,7
/proc/7874/stat : 7874 (bsolo) R 7872 7874 6192 0 -1 4202496 6583 0 0 0 4134 12 0 0 25 0 1 0 829131751 33665024 5690 33554432000 134512640 137138936 4292022256 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7874/statm: 8219 5690 192 642 0 7575 0
Current children cumulated CPU time (s) 41.46
Current children cumulated vsize (KiB) 32876

[startup+43.1006 s]
/proc/loadavg: 1.60 1.18 1.36 3/435 8038
/proc/meminfo: memFree=12313012/32951132 swapFree=67093840/67111528
[pid=7874] ppid=7872 vsize=33084 CPUtime=43.06 cores=1,3,5,7
/proc/7874/stat : 7874 (bsolo) R 7872 7874 6192 0 -1 4202496 6634 0 0 0 4294 12 0 0 25 0 1 0 829131751 33878016 5741 33554432000 134512640 137138936 4292022256 18446744073709551615 134542199 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7874/statm: 8271 5741 192 642 0 7627 0
Current children cumulated CPU time (s) 43.06
Current children cumulated vsize (KiB) 33084

[startup+43.9004 s]
/proc/loadavg: 1.60 1.18 1.36 3/435 8038
/proc/meminfo: memFree=12311904/32951132 swapFree=67093840/67111528
[pid=7874] ppid=7872 vsize=33084 CPUtime=43.87 cores=1,3,5,7
/proc/7874/stat : 7874 (bsolo) R 7872 7874 6192 0 -1 4202496 6634 0 0 0 4375 12 0 0 25 0 1 0 829131751 33878016 5741 33554432000 134512640 137138936 4292022256 18446744073709551615 134542187 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7874/statm: 8271 5741 192 642 0 7627 0
Current children cumulated CPU time (s) 43.87
Current children cumulated vsize (KiB) 33084

[startup+44.1004 s]
/proc/loadavg: 1.60 1.18 1.36 3/435 8038
/proc/meminfo: memFree=12311904/32951132 swapFree=67093840/67111528
[pid=7874] ppid=7872 vsize=33084 CPUtime=44.06 cores=1,3,5,7
/proc/7874/stat : 7874 (bsolo) R 7872 7874 6192 0 -1 4202496 6634 0 0 0 4394 12 0 0 25 0 1 0 829131751 33878016 5741 33554432000 134512640 137138936 4292022256 18446744073709551615 134575204 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7874/statm: 8271 5741 192 642 0 7627 0
Current children cumulated CPU time (s) 44.06
Current children cumulated vsize (KiB) 33084

[startup+44.2004 s]
/proc/loadavg: 1.60 1.18 1.36 3/435 8038
/proc/meminfo: memFree=12311904/32951132 swapFree=67093840/67111528
[pid=7874] ppid=7872 vsize=33084 CPUtime=44.16 cores=1,3,5,7
/proc/7874/stat : 7874 (bsolo) R 7872 7874 6192 0 -1 4202496 6634 0 0 0 4404 12 0 0 25 0 1 0 829131751 33878016 5741 33554432000 134512640 137138936 4292022256 18446744073709551615 136501669 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7874/statm: 8271 5741 192 642 0 7627 0
Current children cumulated CPU time (s) 44.16
Current children cumulated vsize (KiB) 33084

Child status: 0
Real time (s): 44.2469
CPU time (s): 44.2143
CPU user time (s): 44.0903
CPU system time (s): 0.123981
CPU usage (%): 99.9263
Max. virtual memory (cumulated for all children) (KiB): 33084

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

runsolver used 0.180972 second user time and 0.470928 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-04 10:15:21
IDJOB=3463502
IDBENCH=1453
IDSOLVER=1955
FILE ID=node131/3463502-1307175321
RUNJOBID= node131-1307175315-7504
PBS_JOBID= 13508857
Free space on /tmp= 73904 MiB

SOLVER NAME= bsolo 3.2
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv12.ucl.opb
COMMAND LINE= bsolo -l2 -tTIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3463502-1307175321/watcher-3463502-1307175321 -o /tmp/evaluation-result-3463502-1307175321/solver-3463502-1307175321 -C 1800 -W 1900 -M 15500  bsolo -l2 -t1800 HOME/instance-3463502-1307175321.opb

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

MD5SUM BENCH= bdfd22b57887b70e5df6236004ca174a
RANDOM SEED=266547967

node131.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.830
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.66
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.830
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.830
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.83
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.830
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.830
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.77
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.830
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12469300 kB
Buffers:        352168 kB
Cached:        5681448 kB
SwapCached:        948 kB
Active:       15999376 kB
Inactive:      4161488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12469300 kB
SwapTotal:    67111528 kB
SwapFree:     67093840 kB
Dirty:           12276 kB
Writeback:          12 kB
AnonPages:    14125816 kB
Mapped:          39364 kB
Slab:           200084 kB
PageTables:      56064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 95367048 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73884 MiB
End job on node131 at 2011-06-04 10:16:05