Trace number 3287921

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-01UNSAT 107.537 107.535

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsm5378d2-tseitin.cnf
MD5SUMf1a7d779d46b93ce2fde4f2438e6ae5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark59.9419
Satisfiable
(Un)Satisfiability was proved
Number of variables82007
Number of clauses241364
Sum of the clauses size563180
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2160908
Number of clauses of size 380454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.14	c Parse Cnf success: #var: 82007 #clause: 241364
0.09/0.14	c Find Units :          2
0.09/0.15	c Find Invs  :          0
0.09/0.18	c Find Ands  :      81618 AvgFaninNum: 2
0.09/0.19	c Find Xors  :          0 AvgFaninNum: nan
0.19/0.20	c Find Ite   :          0
0.19/0.25	c UnDirect variable: 0
0.19/0.25	c UnDirect to Direct Gate: 0
0.19/0.25	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.19/0.26	c Break Cycle : 484
0.19/0.26	c Total Root : 1 Undef Var: 2033
0.29/0.32	c After covering, Total Root: 454 Leaf: 2033
0.29/0.32	c Variable( cover/uncovered/unused ): 82007 0 0
0.29/0.32	c Unit Clauses: 2
0.29/0.32	c Binary Clauses( cover/uncovered ): 159948 960
0.29/0.32	c Clauses( cover/uncovered ): 79974 480
0.29/0.32	c Total Clauses( cover/uncovered ): 239924 1440 99.4034%
0.29/0.32	c Covered Ands: 79974 Invs: 0 Xors: 0 Ites: 0
0.29/0.32	c Uncover Clauses avg size: 2.33333 max size: 3
0.29/0.32	c Final circuit: i/l/o/s    2032       0    1440     81716
0.29/0.32	c CnfToAig: Time: 0.31 s
0.49/0.59	c TmMap: Set choices finish.
0.58/0.63	c TmMap: Set big and: 12099
0.58/0.63	c TmMap: Origin: 83749 ClauseNum: 245148 --> New: 30859 ClauseNum: 129631
0.58/0.63	c TmMap: Time: 0.07
1.38/1.44	c Simulation --> TransNum: 85888/129631 Try to Add: #clause: 52086 #xorclause: 3109
1.38/1.49	c #var: 25253 #clauses: 41439 Solving... 
3.20/3.23	c Abstract SAT
3.30/3.35	c Simulation --> TransNum: 102496/129631 Try to Add: #clause: 105 #xorclause: 17
3.30/3.35	c #var: 25285 #clauses: 38704 Solving... 
3.49/3.58	c Abstract SAT
3.69/3.71	c Simulation --> TransNum: 110775/129631 Try to Add: #clause: 5383 #xorclause: 394
3.69/3.72	c #var: 28696 #clauses: 48745 Solving... 
3.89/3.95	c Abstract SAT
3.89/3.95	c Simulation --> TransNum: 129631/129631 Try to Add: #clause: 9436 #xorclause: 59
3.89/3.95	c #var: 29418 #clauses: 55805 Solving... 
107.49/107.51	s UNSATISFIABLE
107.49/107.52	c CPU time: 107.51 s

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: 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-3287921-1303770665/watcher-3287921-1303770665 -o /tmp/evaluation-result-3287921-1303770665/solver-3287921-1303770665 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3287921-1303770665.cnf 890553649 

running on 2 cores: 0,2

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: 1.49 2.95 3.53 5/189 15395
/proc/meminfo: memFree=23596980/32951124 swapFree=67111528/67111528
[pid=15395] ppid=15393 vsize=35312 CPUtime=0 cores=0,2
/proc/15395/stat : 15395 (qutersat_releas) R 15393 15395 13679 0 -1 4202496 2537 0 0 0 0 0 0 0 25 0 1 0 469481806 36159488 2471 33554432000 4194304 6016207 140733403659808 18446744073709551615 4279087 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15395/statm: 8828 2471 379 445 0 2372 0

[startup+0.074899 s]
/proc/loadavg: 1.49 2.95 3.53 5/189 15395
/proc/meminfo: memFree=23596980/32951124 swapFree=67111528/67111528
[pid=15395] ppid=15393 vsize=53744 CPUtime=0.07 cores=0,2
/proc/15395/stat : 15395 (qutersat_releas) R 15393 15395 13679 0 -1 4202496 6232 0 0 0 6 1 0 0 25 0 1 0 469481806 55033856 6166 33554432000 4194304 6016207 140733403659808 18446744073709551615 4304998 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15395/statm: 13436 6192 379 445 0 6980 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 53744

[startup+0.100899 s]
/proc/loadavg: 1.49 2.95 3.53 5/189 15395
/proc/meminfo: memFree=23596980/32951124 swapFree=67111528/67111528
[pid=15395] ppid=15393 vsize=53744 CPUtime=0.09 cores=0,2
/proc/15395/stat : 15395 (qutersat_releas) R 15393 15395 13679 0 -1 4202496 7142 0 0 0 8 1 0 0 25 0 1 0 469481806 55033856 7076 33554432000 4194304 6016207 140733403659808 18446744073709551615 4818991 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15395/statm: 13436 7077 379 445 0 6980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53744

[startup+0.300891 s]
/proc/loadavg: 1.49 2.95 3.53 5/189 15395
/proc/meminfo: memFree=23596980/32951124 swapFree=67111528/67111528
[pid=15395] ppid=15393 vsize=64112 CPUtime=0.29 cores=0,2
/proc/15395/stat : 15395 (qutersat_releas) R 15393 15395 13679 0 -1 4202496 9793 0 0 0 28 1 0 0 25 0 1 0 469481806 65650688 9727 33554432000 4194304 6016207 140733403659808 18446744073709551615 4275060 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15395/statm: 16028 9727 400 445 0 9572 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64112

[startup+0.700815 s]
/proc/loadavg: 1.49 2.95 3.53 5/189 15395
/proc/meminfo: memFree=23596980/32951124 swapFree=67111528/67111528
[pid=15395] ppid=15393 vsize=85788 CPUtime=0.68 cores=0,2
/proc/15395/stat : 15395 (qutersat_releas) R 15393 15395 13679 0 -1 4202496 15354 0 0 0 67 1 0 0 25 0 1 0 469481806 87846912 15288 33554432000 4194304 6016207 140733403659808 18446744073709551615 4245527 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15395/statm: 21447 15288 681 445 0 14991 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 85788

[startup+1.50065 s]
/proc/loadavg: 1.49 2.95 3.53 5/190 15423
/proc/meminfo: memFree=23542040/32951124 swapFree=67111528/67111528
[pid=15395] ppid=15393 vsize=93992 CPUtime=1.49 cores=0,2
/proc/15395/stat : 15395 (qutersat_releas) R 15393 15395 13679 0 -1 4202496 15845 0 0 0 147 2 0 0 25 0 1 0 469481806 96247808 15779 33554432000 4194304 6016207 140733403659808 18446744073709551615 4425008 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15395/statm: 23498 15779 698 445 0 17042 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93992

[startup+3.1004 s]
/proc/loadavg: 1.49 2.95 3.53 5/190 15423
/proc/meminfo: memFree=23470256/32951124 swapFree=67111528/67111528
[pid=15395] ppid=15393 vsize=93992 CPUtime=3.09 cores=0,2
/proc/15395/stat : 15395 (qutersat_releas) R 15393 15395 13679 0 -1 4202496 15895 0 0 0 307 2 0 0 25 0 1 0 469481806 96247808 15829 33554432000 4194304 6016207 140733403659808 18446744073709551615 4425548 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15395/statm: 23498 15829 716 445 0 17042 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93992

[startup+6.30081 s]
/proc/loadavg: 1.77 2.98 3.54 5/190 15423
/proc/meminfo: memFree=23460592/32951124 swapFree=67111528/67111528
[pid=15395] ppid=15393 vsize=93992 CPUtime=6.29 cores=0,2
/proc/15395/stat : 15395 (qutersat_releas) R 15393 15395 13679 0 -1 4202496 16283 0 0 0 627 2 0 0 25 0 1 0 469481806 96247808 16217 33554432000 4194304 6016207 140733403659808 18446744073709551615 4424258 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15395/statm: 23498 16217 721 445 0 17042 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93992

[startup+12.7007 s]
/proc/loadavg: 1.95 3.00 3.54 5/190 15477
/proc/meminfo: memFree=23412012/32951124 swapFree=67111528/67111528
[pid=15395] ppid=15393 vsize=121636 CPUtime=12.69 cores=0,2
/proc/15395/stat : 15395 (qutersat_releas) R 15393 15395 13679 0 -1 4202496 22635 0 0 0 1266 3 0 0 25 0 1 0 469481806 124555264 22569 33554432000 4194304 6016207 140733403659808 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15395/statm: 30409 22569 735 445 0 23953 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 121636

[startup+25.5004 s]
/proc/loadavg: 2.40 3.05 3.55 5/190 15478
/proc/meminfo: memFree=23346808/32951124 swapFree=67111528/67111528
[pid=15395] ppid=15393 vsize=152804 CPUtime=25.49 cores=0,2
/proc/15395/stat : 15395 (qutersat_releas) R 15393 15395 13679 0 -1 4202496 24953 0 0 0 2545 4 0 0 25 0 1 0 469481806 156471296 24887 33554432000 4194304 6016207 140733403659808 18446744073709551615 4426936 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15395/statm: 38201 24887 735 445 0 31745 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 152804

[startup+51.1009 s]
/proc/loadavg: 2.95 3.12 3.56 5/190 15505
/proc/meminfo: memFree=23251604/32951124 swapFree=67111528/67111528
[pid=15395] ppid=15393 vsize=196136 CPUtime=51.09 cores=0,2
/proc/15395/stat : 15395 (qutersat_releas) R 15393 15395 13679 0 -1 4202496 30574 0 0 0 5104 5 0 0 25 0 1 0 469481806 200843264 30497 33554432000 4194304 6016207 140733403659808 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15395/statm: 49034 30497 735 445 0 42578 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 196136

[startup+102.307 s]
/proc/loadavg: 3.54 3.25 3.58 5/190 15507
/proc/meminfo: memFree=23166640/32951124 swapFree=67111528/67111528
[pid=15395] ppid=15393 vsize=196264 CPUtime=102.3 cores=0,2
/proc/15395/stat : 15395 (qutersat_releas) R 15393 15395 13679 0 -1 4202496 34203 0 0 0 10224 6 0 0 25 0 1 0 469481806 200974336 34024 33554432000 4194304 6016207 140733403659808 18446744073709551615 4381840 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15395/statm: 49066 34024 735 445 0 42610 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 196264

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

[startup+105.5 s]
/proc/loadavg: 3.58 3.27 3.58 5/190 15507
/proc/meminfo: memFree=23160812/32951124 swapFree=67111528/67111528
[pid=15395] ppid=15393 vsize=196264 CPUtime=105.49 cores=0,2
/proc/15395/stat : 15395 (qutersat_releas) R 15393 15395 13679 0 -1 4202496 35551 0 0 0 10543 6 0 0 25 0 1 0 469481806 200974336 35365 33554432000 4194304 6016207 140733403659808 18446744073709551615 4427265 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15395/statm: 49066 35365 737 445 0 42610 0
Current children cumulated CPU time (s) 105.49
Current children cumulated vsize (KiB) 196264

[startup+106.301 s]
/proc/loadavg: 3.58 3.27 3.58 5/190 15507
/proc/meminfo: memFree=23160812/32951124 swapFree=67111528/67111528
[pid=15395] ppid=15393 vsize=196264 CPUtime=106.29 cores=0,2
/proc/15395/stat : 15395 (qutersat_releas) R 15393 15395 13679 0 -1 4202496 35560 0 0 0 10623 6 0 0 25 0 1 0 469481806 200974336 35374 33554432000 4194304 6016207 140733403659808 18446744073709551615 4387344 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15395/statm: 49066 35374 737 445 0 42610 0
Current children cumulated CPU time (s) 106.29
Current children cumulated vsize (KiB) 196264

[startup+107.101 s]
/proc/loadavg: 3.58 3.27 3.58 5/190 15507
/proc/meminfo: memFree=23159696/32951124 swapFree=67111528/67111528
[pid=15395] ppid=15393 vsize=196264 CPUtime=107.09 cores=0,2
/proc/15395/stat : 15395 (qutersat_releas) R 15393 15395 13679 0 -1 4202496 35566 0 0 0 10703 6 0 0 25 0 1 0 469481806 200974336 35380 33554432000 4194304 6016207 140733403659808 18446744073709551615 4427168 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15395/statm: 49066 35380 737 445 0 42610 0
Current children cumulated CPU time (s) 107.09
Current children cumulated vsize (KiB) 196264

[startup+107.501 s]
/proc/loadavg: 3.58 3.27 3.58 5/190 15507
/proc/meminfo: memFree=23159696/32951124 swapFree=67111528/67111528
[pid=15395] ppid=15393 vsize=196264 CPUtime=107.49 cores=0,2
/proc/15395/stat : 15395 (qutersat_releas) R 15393 15395 13679 0 -1 4202496 35570 0 0 0 10743 6 0 0 25 0 1 0 469481806 200974336 35384 33554432000 4194304 6016207 140733403659808 18446744073709551615 4812025 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15395/statm: 49066 35384 737 445 0 42610 0
Current children cumulated CPU time (s) 107.49
Current children cumulated vsize (KiB) 196264

Child status: 0
Real time (s): 107.535
CPU time (s): 107.537
CPU user time (s): 107.46
CPU system time (s): 0.076988
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 196264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.46
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35575
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= 1329

runsolver used 0.172973 second user time and 0.416936 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-26 00:31:05
IDJOB=3287921
IDBENCH=82477
IDSOLVER=1607
FILE ID=node140/3287921-1303770665
RUNJOBID= node140-1303770661-15299
PBS_JOBID= 13157121
Free space on /tmp= 72220 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsm5378d2-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287921-1303770665/watcher-3287921-1303770665 -o /tmp/evaluation-result-3287921-1303770665/solver-3287921-1303770665 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3287921-1303770665.cnf 890553649

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

MD5SUM BENCH= f1a7d779d46b93ce2fde4f2438e6ae5c
RANDOM SEED=890553649

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23597012 kB
Buffers:       2234140 kB
Cached:        6265904 kB
SwapCached:          0 kB
Active:        1267556 kB
Inactive:      7519700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23597012 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           27804 kB
Writeback:           0 kB
AnonPages:      287168 kB
Mapped:          19904 kB
Slab:           502344 kB
PageTables:       5744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   493552 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= 72212 MiB
End job on node140 at 2011-04-26 00:32:52