Trace number 3284977

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
QuteRSat 2011-03-01? (MO) 173.964 173.967

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.085-SAT.cnf
MD5SUMf7484730351dc4088fd78fcb35b09c62
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.60345
Satisfiable
(Un)Satisfiability was proved
Number of variables324116
Number of clauses1643601
Sum of the clauses size3909191
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 21622820
Number of clauses of size 35100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515470

Solver Data

0.00/0.01	c Set FPU double precision.
0.59/0.65	c Parse Cnf success: #var: 324116 #clause: 1643601
0.59/0.65	c Find Units :        211
0.69/0.78	c Find Invs  :       2550
0.89/0.91	c Find Ands  :      17850 AvgFaninNum: 14.4286
0.89/0.91	c Find Xors  :          0 AvgFaninNum: nan
0.89/0.91	c Find Ite   :          0
0.89/0.92	c UnDirect variable: 0
0.89/0.92	c UnDirect to Direct Gate: 0
0.89/0.92	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.89/0.92	c Break Cycle : 3424
0.89/0.92	c Total Root : 60 Undef Var: 314730
1.00/1.02	c After covering, Total Root: 1791 Leaf: 132125
1.00/1.02	c Variable( cover/uncovered/unused ): 141511 182605 0
1.00/1.02	c Unit Clauses: 211
1.00/1.02	c Binary Clauses( cover/uncovered ): 143066 1479754
1.00/1.02	c Clauses( cover/uncovered ): 9386 11184
1.00/1.02	c Total Clauses( cover/uncovered ): 152663 1490938 9.28832%
1.00/1.02	c Covered Ands: 9386 Invs: 0 Xors: 0 Ites: 0
1.89/1.91	c Uncover Clauses avg size: 2.32766 max size: 63
1.89/1.94	c Final circuit: i/l/o/s  314609       0 1330071   1702685
1.89/1.94	c CnfToAig: Time: 1.93 s
3.09/3.13	c TmMap: Set choices finish.
3.88/3.90	c TmMap: Set big and: 1391348
3.88/3.90	c TmMap: Origin: 2017295 ClauseNum: 5108055 --> New: 1706128 ClauseNum: 4487573
3.88/3.90	c TmMap: Time: 0.94
4.08/4.18	c Try to Add: #clause: 2783366 #xorclause: 0
4.59/4.61	c #var: 376056 #clauses: 99587 Solving... 
173.69/173.71	c Time Out !!
173.69/173.71	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3284977-1303759899/watcher-3284977-1303759899 -o /tmp/evaluation-result-3284977-1303759899/solver-3284977-1303759899 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3284977-1303759899.cnf 2067225543 

running on 2 cores: 5,7

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: 4.01 3.03 2.31 4/193 15791
/proc/meminfo: memFree=15023732/32951124 swapFree=67111416/67111528
[pid=15791] ppid=15789 vsize=39964 CPUtime=0 cores=5,7
/proc/15791/stat : 15791 (qutersat_releas) R 15789 15791 15612 0 -1 4202496 2166 0 0 0 0 0 0 0 22 0 1 0 487588240 40923136 2100 33554432000 4194304 6016207 140735491835552 18446744073709551615 4272580 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15791/statm: 9991 2114 372 445 0 3535 0

[startup+0.0959681 s]
/proc/loadavg: 4.01 3.03 2.31 4/193 15791
/proc/meminfo: memFree=15023732/32951124 swapFree=67111416/67111528
[pid=15791] ppid=15789 vsize=64540 CPUtime=0.09 cores=5,7
/proc/15791/stat : 15791 (qutersat_releas) R 15789 15791 15612 0 -1 4202496 9504 0 0 0 8 1 0 0 22 0 1 0 487588240 66088960 9438 33554432000 4194304 6016207 140735491835552 18446744073709551615 4309779 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15791/statm: 16135 9438 379 445 0 9679 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64540

[startup+0.100966 s]
/proc/loadavg: 4.01 3.03 2.31 4/193 15791
/proc/meminfo: memFree=15023732/32951124 swapFree=67111416/67111528
[pid=15791] ppid=15789 vsize=64540 CPUtime=0.09 cores=5,7
/proc/15791/stat : 15791 (qutersat_releas) R 15789 15791 15612 0 -1 4202496 9504 0 0 0 8 1 0 0 22 0 1 0 487588240 66088960 9438 33554432000 4194304 6016207 140735491835552 18446744073709551615 4310027 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15791/statm: 16135 9438 379 445 0 9679 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64540

[startup+0.300932 s]
/proc/loadavg: 4.01 3.03 2.31 4/193 15791
/proc/meminfo: memFree=15023732/32951124 swapFree=67111416/67111528
[pid=15791] ppid=15789 vsize=89244 CPUtime=0.29 cores=5,7
/proc/15791/stat : 15791 (qutersat_releas) R 15789 15791 15612 0 -1 4202496 15696 0 0 0 27 2 0 0 23 0 1 0 487588240 91385856 15630 33554432000 4194304 6016207 140735491835552 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15791/statm: 22311 15630 379 445 0 15855 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 89244

[startup+0.700855 s]
/proc/loadavg: 4.01 3.03 2.31 4/193 15791
/proc/meminfo: memFree=15023732/32951124 swapFree=67111416/67111528
[pid=15791] ppid=15789 vsize=138524 CPUtime=0.69 cores=5,7
/proc/15791/stat : 15791 (qutersat_releas) R 15789 15791 15612 0 -1 4202496 27630 0 0 0 65 4 0 0 25 0 1 0 487588240 141848576 27564 33554432000 4194304 6016207 140735491835552 18446744073709551615 4282719 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15791/statm: 34631 27564 384 445 0 28175 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 138524

[startup+1.50071 s]
/proc/loadavg: 4.01 3.04 2.32 5/194 15792
/proc/meminfo: memFree=14914356/32951124 swapFree=67111416/67111528
[pid=15791] ppid=15789 vsize=163100 CPUtime=1.48 cores=5,7
/proc/15791/stat : 15791 (qutersat_releas) R 15789 15791 15612 0 -1 4202496 33800 0 0 0 144 4 0 0 25 0 1 0 487588240 167014400 33734 33554432000 4194304 6016207 140735491835552 18446744073709551615 4268716 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15791/statm: 40775 33734 400 445 0 34319 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 163100

[startup+3.10042 s]
/proc/loadavg: 4.01 3.04 2.32 5/194 15792
/proc/meminfo: memFree=14636268/32951124 swapFree=67111416/67111528
[pid=15791] ppid=15789 vsize=606832 CPUtime=3.09 cores=5,7
/proc/15791/stat : 15791 (qutersat_releas) R 15789 15791 15612 0 -1 4202496 145741 0 0 0 292 17 0 0 25 0 1 0 487588240 621395968 145675 33554432000 4194304 6016207 140735491835552 18446744073709551615 4230013 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15791/statm: 151708 145675 671 445 0 145252 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 606832

[startup+6.30084 s]
/proc/loadavg: 4.01 3.04 2.32 5/194 15792
/proc/meminfo: memFree=14309356/32951124 swapFree=67111416/67111528
[pid=15791] ppid=15789 vsize=753008 CPUtime=6.29 cores=5,7
/proc/15791/stat : 15791 (qutersat_releas) R 15789 15791 15612 0 -1 4202496 184801 0 0 0 608 21 0 0 25 0 1 0 487588240 771080192 178601 33554432000 4194304 6016207 140735491835552 18446744073709551615 4425176 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15791/statm: 188252 178601 700 445 0 181796 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 753008

[startup+12.7007 s]
/proc/loadavg: 4.00 3.07 2.34 5/194 15792
/proc/meminfo: memFree=14202840/32951124 swapFree=67111416/67111528
[pid=15791] ppid=15789 vsize=942448 CPUtime=12.69 cores=5,7
/proc/15791/stat : 15791 (qutersat_releas) R 15789 15791 15612 0 -1 4202496 219295 0 0 0 1243 26 0 0 25 0 1 0 487588240 965066752 213095 33554432000 4194304 6016207 140735491835552 18446744073709551615 4668154 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15791/statm: 235612 213095 700 445 0 229156 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 942448

[startup+25.5004 s]
/proc/loadavg: 4.08 3.12 2.36 5/194 15793
/proc/meminfo: memFree=13995152/32951124 swapFree=67111416/67111528
[pid=15791] ppid=15789 vsize=1130908 CPUtime=25.49 cores=5,7
/proc/15791/stat : 15791 (qutersat_releas) R 15789 15791 15612 0 -1 4202496 263079 0 0 0 2518 31 0 0 25 0 1 0 487588240 1158049792 256879 33554432000 4194304 6016207 140735491835552 18446744073709551615 4380146 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15791/statm: 282727 256879 724 445 0 276271 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1130908

[startup+51.1007 s]
/proc/loadavg: 4.05 3.19 2.40 5/194 15793
/proc/meminfo: memFree=13912468/32951124 swapFree=67111416/67111528
[pid=15791] ppid=15789 vsize=1319284 CPUtime=51.08 cores=5,7
/proc/15791/stat : 15791 (qutersat_releas) R 15789 15791 15612 0 -1 4202496 280302 0 0 0 5075 33 0 0 25 0 1 0 487588240 1350946816 274102 33554432000 4194304 6016207 140735491835552 18446744073709551615 4373902 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15791/statm: 329821 274102 724 445 0 323365 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1319284

[startup+102.307 s]
/proc/loadavg: 4.02 3.32 2.49 5/194 15795
/proc/meminfo: memFree=11581416/32951124 swapFree=67111416/67111528
[pid=15791] ppid=15789 vsize=3604316 CPUtime=102.29 cores=5,7
/proc/15791/stat : 15791 (qutersat_releas) R 15789 15791 15612 0 -1 4202496 870740 0 0 0 10135 94 0 0 25 0 1 0 487588240 3690819584 848872 33554432000 4194304 6016207 140735491835552 18446744073709551615 4715271 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15791/statm: 901079 848872 731 445 0 894623 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 3604316

[startup+162.3 s]
/proc/loadavg: 4.01 3.44 2.58 5/194 15796
/proc/meminfo: memFree=8091068/32951124 swapFree=67111416/67111528
[pid=15791] ppid=15789 vsize=7186860 CPUtime=162.29 cores=5,7
/proc/15791/stat : 15791 (qutersat_releas) R 15789 15791 15612 0 -1 4202496 1764968 0 0 0 16044 185 0 0 25 0 1 0 487588240 7359344640 1717362 33554432000 4194304 6016207 140735491835552 18446744073709551615 4404776 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15791/statm: 1796715 1717362 731 445 0 1790259 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 7186860



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+173.7 s]
/proc/loadavg: 4.00 3.46 2.60 5/194 15797
/proc/meminfo: memFree=7375596/32951124 swapFree=67111416/67111528
[pid=15791] ppid=15789 vsize=7877388 CPUtime=173.69 cores=5,7
/proc/15791/stat : 15791 (qutersat_releas) R 15789 15791 15612 0 -1 4202496 1938212 0 0 0 17167 202 0 0 25 0 1 0 487588240 8066445312 1885795 33554432000 4194304 6016207 140735491835552 18446744073709551615 4733062 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15791/statm: 1969347 1885795 731 445 0 1962891 0
Current children cumulated CPU time (s) 173.69
Current children cumulated vsize (KiB) 7877388

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+173.813 s]
/proc/loadavg: 4.00 3.46 2.60 5/194 15797
/proc/meminfo: memFree=7375596/32951124 swapFree=67111416/67111528
[pid=15791] ppid=15789 vsize=0 CPUtime=173.8 cores=5,7
/proc/15791/stat : 15791 (qutersat_releas) R 15789 15791 15612 0 -1 4194308 1938217 0 0 0 17167 213 0 0 25 0 1 0 487588240 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/15791/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 173.8
Current children cumulated vsize (KiB) 0

[startup+173.9 s]
/proc/loadavg: 4.00 3.46 2.60 5/194 15797
/proc/meminfo: memFree=7375596/32951124 swapFree=67111416/67111528
[pid=15791] ppid=15789 vsize=0 CPUtime=173.88 cores=5,7
/proc/15791/stat : 15791 (qutersat_releas) R 15789 15791 15612 0 -1 4194308 1938217 0 0 0 17167 221 0 0 25 0 1 0 487588240 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/15791/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 173.88
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 173.967
CPU time (s): 173.964
CPU user time (s): 171.68
CPU system time (s): 2.28365
CPU usage (%): 99.9979
Max. virtual memory (cumulated for all children) (KiB): 7877388

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

runsolver used 0.272958 second user time and 0.689895 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-25 21:31:40
IDJOB=3284977
IDBENCH=82368
IDSOLVER=1607
FILE ID=node134/3284977-1303759899
RUNJOBID= node134-1303759504-15634
PBS_JOBID= 13157124
Free space on /tmp= 70976 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.085-SAT.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284977-1303759899/watcher-3284977-1303759899 -o /tmp/evaluation-result-3284977-1303759899/solver-3284977-1303759899 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3284977-1303759899.cnf 2067225543

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

MD5SUM BENCH= f7484730351dc4088fd78fcb35b09c62
RANDOM SEED=2067225543

node134.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.831
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.831
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.67
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.831
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15024004 kB
Buffers:       2349132 kB
Cached:       11242224 kB
SwapCached:        108 kB
Active:       12839804 kB
Inactive:      4525744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15024004 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           32276 kB
Writeback:           0 kB
AnonPages:     3773600 kB
Mapped:          20384 kB
Slab:           490236 kB
PageTables:      13596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4727092 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70976 MiB
End job on node134 at 2011-04-25 21:34:36