Trace number 3494979

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
OptimuS a100_sourceUNSAT 111.114 111.12

General information on the benchmark

Namemus/marques-silva/design-debugging/
c6_DD_s3_f1_e1_v1-bug-gate-0.dimacs.seq.filtered.cnf
MD5SUMa5e1fb3eb2044c9f49c2e722a36b1546
Bench CategoryMUS (MUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.873866
Satisfiable
(Un)Satisfiability was proved
Number of variables297916
Number of clauses795900
Sum of the clauses size1797548
Maximum clause length4
Minimum clause length1
Number of clauses of size 111512
Number of clauses of size 2570678
Number of clauses of size 3210160
Number of clauses of size 43550
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

110.99/111.10	c - Reading the instance.. OK! Totally clauses:   795900; Vars:   297916; Time: 0.61
110.99/111.10	c - Unit propagation..     OK! Removed clauses:        0;                 Time: 0.05
110.99/111.10	c - Delete by resolution.. OK! Removed clauses:   298455;                 Time: 16.22
110.99/111.10	c   - Solving the original instance..
110.99/111.10	c     - OK - UNSAT! Continue to clause elimination..
110.99/111.10	c   - round:    1;   Skips in previous round:    0
110.99/111.10	c     - clauses done:  1%; among them skipped: 0.00%;
110.99/111.10	c     - clauses done: 10%; among them skipped: 0.00%;
110.99/111.10	c     - clauses done: 20%; among them skipped: 0.00%;
110.99/111.10	c     - clauses done: 30%; among them skipped: 0.00%;
110.99/111.10	c     - clauses done: 40%; among them skipped: 0.00%;
110.99/111.10	c     - clauses done: 50%; among them skipped: 0.00%;
110.99/111.10	c     - clauses done: 60%; among them skipped: 0.00%;
110.99/111.10	c     - clauses done: 70%; among them skipped: 0.00%;
110.99/111.10	c     - clauses done: 80%; among them skipped: 0.00%;
110.99/111.10	c     - clauses done: 90%; among them skipped: 0.00%;
110.99/111.10	c     - clauses done: 99%; among them skipped: 0.00%;
110.99/111.10	c - Finish! Unsat core size: 30 / 795900; Time: 110.75 s
110.99/111.10	c - ---------------------------------------------------------------------------
110.99/111.10	c - Statistics: |    unit   |    BCE    | sat-saved | sat-check | unsat-check |
110.99/111.10	c -             |       0   |  501479   |       0   |      30   |     606     |
110.99/111.10	c - ---------------------------------------------------------------------------
110.99/111.10	s UNSATISFIABLE
110.99/111.10	v 11643 34932 45580 58218 65318 122828 157192 157618 164009 175511 176362 189994 517021 517588 523553 523978 530794 738257 758988 795244 795245 795247 795248 795250 795274 795307 795310 795363 795703 795737 0

Verifier Data

OK	30

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3494979-1307808792/watcher-3494979-1307808792 -o /tmp/evaluation-result-3494979-1307808792/solver-3494979-1307808792 -C 1800 -W 1850 -M 7680 OptimuS_release HOME/instance-3494979-1307808792.cnf 

running on 2 cores: 1,3

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): 1850 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: 2.56 2.35 2.89 4/189 25219
/proc/meminfo: memFree=28548236/32950928 swapFree=67054696/67111528
[pid=25219] ppid=25217 vsize=24080 CPUtime=0 cores=1,3
/proc/25219/stat : 25219 (OptimuS_release) R 25217 25219 23146 0 -1 4202496 1603 0 0 0 0 0 0 0 25 0 1 0 348488720 24657920 1542 33554432000 4194304 4279335 140737314096576 18446744073709551615 4265425 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25219/statm: 6020 1548 223 21 0 2657 0

[startup+0.0381789 s]
/proc/loadavg: 2.56 2.35 2.89 4/189 25219
/proc/meminfo: memFree=28548236/32950928 swapFree=67054696/67111528
[pid=25219] ppid=25217 vsize=50340 CPUtime=0.02 cores=1,3
/proc/25219/stat : 25219 (OptimuS_release) R 25217 25219 23146 0 -1 4202496 7057 0 0 0 2 0 0 0 25 0 1 0 348488720 51548160 6686 33554432000 4194304 4279335 140737314096576 18446744073709551615 4266188 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25219/statm: 12585 6689 224 21 0 9222 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 50340

[startup+0.101166 s]
/proc/loadavg: 2.56 2.35 2.89 4/189 25219
/proc/meminfo: memFree=28548236/32950928 swapFree=67054696/67111528
[pid=25219] ppid=25217 vsize=72164 CPUtime=0.09 cores=1,3
/proc/25219/stat : 25219 (OptimuS_release) R 25217 25219 23146 0 -1 4202496 13100 0 0 0 8 1 0 0 25 0 1 0 348488720 73895936 12174 33554432000 4194304 4279335 140737314096576 18446744073709551615 218880225989 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25219/statm: 18041 12179 224 21 0 14678 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 72164

[startup+0.301137 s]
/proc/loadavg: 2.56 2.35 2.89 4/189 25219
/proc/meminfo: memFree=28548236/32950928 swapFree=67054696/67111528
[pid=25219] ppid=25217 vsize=191708 CPUtime=0.29 cores=1,3
/proc/25219/stat : 25219 (OptimuS_release) R 25217 25219 23146 0 -1 4202496 34962 0 0 0 26 3 0 0 25 0 1 0 348488720 196308992 33218 33554432000 4194304 4279335 140737314096576 18446744073709551615 4220937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25219/statm: 47927 33239 237 21 0 44564 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 191708

[startup+0.701066 s]
/proc/loadavg: 2.56 2.35 2.89 4/189 25219
/proc/meminfo: memFree=28548236/32950928 swapFree=67054696/67111528
[pid=25219] ppid=25217 vsize=284720 CPUtime=0.69 cores=1,3
/proc/25219/stat : 25219 (OptimuS_release) R 25217 25219 23146 0 -1 4202496 57180 0 0 0 63 6 0 0 25 0 1 0 348488720 291553280 55436 33554432000 4194304 4279335 140737314096576 18446744073709551615 218880225989 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25219/statm: 71180 55439 239 21 0 67817 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 284720

[startup+1.50093 s]
/proc/loadavg: 2.56 2.35 2.89 6/190 25220
/proc/meminfo: memFree=28289340/32950928 swapFree=67054696/67111528
[pid=25219] ppid=25217 vsize=323776 CPUtime=1.49 cores=1,3
/proc/25219/stat : 25219 (OptimuS_release) R 25217 25219 23146 0 -1 4202496 66780 0 0 0 142 7 0 0 25 0 1 0 348488720 331546624 65014 33554432000 4194304 4279335 140737314096576 18446744073709551615 4206505 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25219/statm: 80944 65014 250 21 0 77581 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 323776

[startup+3.10064 s]
/proc/loadavg: 2.68 2.38 2.89 6/190 25220
/proc/meminfo: memFree=28288312/32950928 swapFree=67054696/67111528
[pid=25219] ppid=25217 vsize=324136 CPUtime=3.09 cores=1,3
/proc/25219/stat : 25219 (OptimuS_release) R 25217 25219 23146 0 -1 4202496 66865 0 0 0 302 7 0 0 25 0 1 0 348488720 331915264 65099 33554432000 4194304 4279335 140737314096576 18446744073709551615 4209729 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25219/statm: 81034 65099 250 21 0 77671 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 324136

[startup+6.30108 s]
/proc/loadavg: 2.68 2.38 2.89 6/187 25248
/proc/meminfo: memFree=29231116/32950928 swapFree=67054696/67111528
[pid=25219] ppid=25217 vsize=324676 CPUtime=6.29 cores=1,3
/proc/25219/stat : 25219 (OptimuS_release) R 25217 25219 23146 0 -1 4202496 66888 0 0 0 622 7 0 0 25 0 1 0 348488720 332468224 65122 33554432000 4194304 4279335 140737314096576 18446744073709551615 4209243 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25219/statm: 81169 65122 250 21 0 77806 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 324676

[startup+12.701 s]
/proc/loadavg: 2.88 2.43 2.90 5/190 25258
/proc/meminfo: memFree=29181756/32950928 swapFree=67054696/67111528
[pid=25219] ppid=25217 vsize=324676 CPUtime=12.69 cores=1,3
/proc/25219/stat : 25219 (OptimuS_release) R 25217 25219 23146 0 -1 4202496 66900 0 0 0 1261 8 0 0 25 0 1 0 348488720 332468224 65134 33554432000 4194304 4279335 140737314096576 18446744073709551615 4208689 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25219/statm: 81169 65134 250 21 0 77806 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 324676

[startup+25.5007 s]
/proc/loadavg: 3.05 2.48 2.91 6/190 25373
/proc/meminfo: memFree=30325396/32950928 swapFree=67054696/67111528
[pid=25219] ppid=25217 vsize=340828 CPUtime=25.48 cores=1,3
/proc/25219/stat : 25219 (OptimuS_release) R 25217 25219 23146 0 -1 4202496 72087 0 0 0 2540 8 0 0 25 0 1 0 348488720 349007872 69252 33554432000 4194304 4279335 140737314096576 18446744073709551615 4208301 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25219/statm: 85207 69252 259 21 0 81844 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 340828

[startup+51.1002 s]
/proc/loadavg: 3.37 2.60 2.94 5/190 25411
/proc/meminfo: memFree=30180092/32950928 swapFree=67054696/67111528
[pid=25219] ppid=25217 vsize=340828 CPUtime=51.08 cores=1,3
/proc/25219/stat : 25219 (OptimuS_release) R 25217 25219 23146 0 -1 4202496 72087 0 0 0 5100 8 0 0 25 0 1 0 348488720 349007872 69252 33554432000 4194304 4279335 140737314096576 18446744073709551615 4208301 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25219/statm: 85207 69252 259 21 0 81844 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 340828

[startup+102.307 s]
/proc/loadavg: 3.75 2.84 3.00 6/190 25413
/proc/meminfo: memFree=29900532/32950928 swapFree=67054696/67111528
[pid=25219] ppid=25217 vsize=351212 CPUtime=102.29 cores=1,3
/proc/25219/stat : 25219 (OptimuS_release) R 25217 25219 23146 0 -1 4202496 74774 0 0 0 10220 9 0 0 25 0 1 0 348488720 359641088 71939 33554432000 4194304 4279335 140737314096576 18446744073709551615 4206505 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25219/statm: 87803 71939 270 21 0 84440 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 351212

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

[startup+105.501 s]
/proc/loadavg: 3.75 2.84 3.00 6/190 25413
/proc/meminfo: memFree=29970344/32950928 swapFree=67054696/67111528
[pid=25219] ppid=25217 vsize=351212 CPUtime=105.49 cores=1,3
/proc/25219/stat : 25219 (OptimuS_release) R 25217 25219 23146 0 -1 4202496 74774 0 0 0 10540 9 0 0 25 0 1 0 348488720 359641088 71939 33554432000 4194304 4279335 140737314096576 18446744073709551615 4206974 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25219/statm: 87803 71939 270 21 0 84440 0
Current children cumulated CPU time (s) 105.49
Current children cumulated vsize (KiB) 351212

[startup+108.701 s]
/proc/loadavg: 3.77 2.86 3.01 5/190 25413
/proc/meminfo: memFree=29921236/32950928 swapFree=67054696/67111528
[pid=25219] ppid=25217 vsize=354116 CPUtime=108.69 cores=1,3
/proc/25219/stat : 25219 (OptimuS_release) R 25217 25219 23146 0 -1 4202496 75544 0 0 0 10860 9 0 0 25 0 1 0 348488720 362614784 72709 33554432000 4194304 4279335 140737314096576 18446744073709551615 4241896 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25219/statm: 88529 72709 270 21 0 85166 0
Current children cumulated CPU time (s) 108.69
Current children cumulated vsize (KiB) 354116

[startup+110.301 s]
/proc/loadavg: 3.77 2.86 3.01 6/190 25413
/proc/meminfo: memFree=29871976/32950928 swapFree=67054696/67111528
[pid=25219] ppid=25217 vsize=356360 CPUtime=110.28 cores=1,3
/proc/25219/stat : 25219 (OptimuS_release) R 25217 25219 23146 0 -1 4202496 76100 0 0 0 11019 9 0 0 25 0 1 0 348488720 364912640 73265 33554432000 4194304 4279335 140737314096576 18446744073709551615 4237912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25219/statm: 89090 73265 270 21 0 85727 0
Current children cumulated CPU time (s) 110.28
Current children cumulated vsize (KiB) 356360

[startup+110.701 s]
/proc/loadavg: 3.77 2.86 3.01 6/190 25413
/proc/meminfo: memFree=29871976/32950928 swapFree=67054696/67111528
[pid=25219] ppid=25217 vsize=356624 CPUtime=110.68 cores=1,3
/proc/25219/stat : 25219 (OptimuS_release) R 25217 25219 23146 0 -1 4202496 76178 0 0 0 11059 9 0 0 25 0 1 0 348488720 365182976 73343 33554432000 4194304 4279335 140737314096576 18446744073709551615 4241849 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/25219/statm: 89156 73343 270 21 0 85793 0
Current children cumulated CPU time (s) 110.68
Current children cumulated vsize (KiB) 356624

[startup+111.107 s]
/proc/loadavg: 3.77 2.86 3.01 6/190 25413
/proc/meminfo: memFree=29845068/32950928 swapFree=67054696/67111528
[pid=25219] ppid=25217 vsize=0 CPUtime=111.09 cores=1,3
/proc/25219/stat : 25219 (OptimuS_release) R 25217 25219 23146 0 -1 4202500 76257 0 0 0 11100 9 0 0 25 0 1 0 348488720 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/25219/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 111.09
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 111.12
CPU time (s): 111.114
CPU user time (s): 111.004
CPU system time (s): 0.109983
CPU usage (%): 99.9946
Max. virtual memory (cumulated for all children) (KiB): 356888

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

runsolver used 0.189971 second user time and 0.422935 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-11 18:13:13
IDJOB=3494979
IDBENCH=89452
IDSOLVER=1986
FILE ID=node112/3494979-1307808792
RUNJOBID= node112-1307808755-25007
PBS_JOBID= 13551040
Free space on /tmp= 73876 MiB

SOLVER NAME= OptimuS a100_source
BENCH NAME= SAT11/mus/marques-silva/design-debugging/c6_DD_s3_f1_e1_v1-bug-gate-0.dimacs.seq.filtered.cnf
COMMAND LINE= OptimuS_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3494979-1307808792/watcher-3494979-1307808792 -o /tmp/evaluation-result-3494979-1307808792/solver-3494979-1307808792 -C 1800 -W 1850 -M 7680  OptimuS_release HOME/instance-3494979-1307808792.cnf

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

MD5SUM BENCH= a5e1fb3eb2044c9f49c2e722a36b1546
RANDOM SEED=2101674820

node112.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.847
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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.74
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.847
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:      28548656 kB
Buffers:        274044 kB
Cached:        1596012 kB
SwapCached:      10772 kB
Active:        2935972 kB
Inactive:      1233012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28548656 kB
SwapTotal:    67111528 kB
SwapFree:     67054696 kB
Dirty:          160844 kB
Writeback:           0 kB
AnonPages:     2296436 kB
Mapped:           9672 kB
Slab:           162600 kB
PageTables:       9996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2866040 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= 74004 MiB
End job on node112 at 2011-06-11 18:15:04