Trace number 3376933

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-05-12 (fixed)UNSAT 22.8725 22.8729

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns2p3-tseitin.cnf
MD5SUM2b5c02650b763b7d13b77ce3fc61aa15
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.29735
Satisfiable
(Un)Satisfiability was proved
Number of variables116405
Number of clauses346850
Sum of the clauses size809314
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2231232
Number of clauses of size 3115616
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.19/0.22	c Parse Cnf success: #var: 116405 #clause: 346850
0.19/0.22	c Find Units :          2
0.19/0.23	c Find Invs  :          0
0.19/0.29	c Find Ands  :     117822 AvgFaninNum: 2
0.29/0.30	c Find Xors  :          0 AvgFaninNum: nan
0.29/0.33	c Find Ite   :          0
0.29/0.39	c UnDirect variable: 0
0.29/0.39	c UnDirect to Direct Gate: 0
0.29/0.39	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.39/0.41	c Break Cycle : 1460
0.39/0.41	c Total Root : 1 Undef Var: 1953
0.39/0.48	c After covering, Total Root: 849 Leaf: 1953
0.39/0.48	c Variable( cover/uncovered/unused ): 116405 0 0
0.39/0.48	c Unit Clauses: 2
0.39/0.48	c Binary Clauses( cover/uncovered ): 228904 2328
0.39/0.48	c Clauses( cover/uncovered ): 114452 1164
0.39/0.48	c Total Clauses( cover/uncovered ): 343358 3492 98.9932%
0.39/0.48	c Covered Ands: 114452 Invs: 0 Xors: 0 Ites: 0
0.39/0.48	c Uncover Clauses avg size: 2.33333 max size: 3
0.39/0.48	c Final circuit: i/l/o/s    1952       0    3493    119013
0.39/0.48	c CnfToAig: Time: 0.48 s
0.79/0.89	c TmMap: Set choices finish.
0.89/0.93	c TmMap: Set big and: 9665
0.89/0.93	c TmMap: Origin: 120966 ClauseNum: 357039 --> New: 33545 ClauseNum: 145143
0.89/0.93	c TmMap: Time: 0.07
1.59/1.69	c Simulation --> TransNum: 96240/145143 Try to Add: #clause: 81473 #xorclause: 0
1.69/1.75	c #var: 28916 #clauses: 102920 Solving... 
22.79/22.85	s UNSATISFIABLE
22.79/22.86	c CPU time: 22.86 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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3376933-1305468415/watcher-3376933-1305468415 -o /tmp/evaluation-result-3376933-1305468415/solver-3376933-1305468415 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376933-1305468415.cnf 960384537 

running on 2 cores: 4,6

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.02 4.25 5.10 4/313 9815
/proc/meminfo: memFree=21446156/32951124 swapFree=63485424/67111528
[pid=9815] ppid=9813 vsize=36120 CPUtime=0 cores=4,6
/proc/9815/stat : 9815 (qutersat_releas) R 9813 9815 9539 0 -1 4202496 2734 0 0 0 0 0 0 0 25 0 1 0 639257437 36986880 2670 33554432000 4194304 6014671 140737270084080 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9815/statm: 9030 2671 378 445 0 2575 0

[startup+0.068353 s]
/proc/loadavg: 4.02 4.25 5.10 4/313 9815
/proc/meminfo: memFree=21446156/32951124 swapFree=63485424/67111528
[pid=9815] ppid=9813 vsize=47384 CPUtime=0.05 cores=4,6
/proc/9815/stat : 9815 (qutersat_releas) R 9813 9815 9539 0 -1 4202496 5693 0 0 0 5 0 0 0 25 0 1 0 639257437 48521216 5629 33554432000 4194304 6014671 140737270084080 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9815/statm: 11846 5630 378 445 0 5391 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 47384

[startup+0.10035 s]
/proc/loadavg: 4.02 4.25 5.10 4/313 9815
/proc/meminfo: memFree=21446156/32951124 swapFree=63485424/67111528
[pid=9815] ppid=9813 vsize=54552 CPUtime=0.09 cores=4,6
/proc/9815/stat : 9815 (qutersat_releas) R 9813 9815 9539 0 -1 4202496 7350 0 0 0 8 1 0 0 25 0 1 0 639257437 55861248 7286 33554432000 4194304 6014671 140737270084080 18446744073709551615 4817471 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9815/statm: 13638 7286 378 445 0 7183 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54552

[startup+0.300313 s]
/proc/loadavg: 4.02 4.25 5.10 4/313 9815
/proc/meminfo: memFree=21446156/32951124 swapFree=63485424/67111528
[pid=9815] ppid=9813 vsize=79896 CPUtime=0.29 cores=4,6
/proc/9815/stat : 9815 (qutersat_releas) R 9813 9815 9539 0 -1 4202496 13272 0 0 0 27 2 0 0 25 0 1 0 639257437 81813504 13208 33554432000 4194304 6014671 140737270084080 18446744073709551615 4278331 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9815/statm: 19974 13208 394 445 0 13519 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79896

[startup+0.700266 s]
/proc/loadavg: 4.02 4.25 5.10 4/313 9815
/proc/meminfo: memFree=21446156/32951124 swapFree=63485424/67111528
[pid=9815] ppid=9813 vsize=84908 CPUtime=0.69 cores=4,6
/proc/9815/stat : 9815 (qutersat_releas) R 9813 9815 9539 0 -1 4202496 15188 0 0 0 67 2 0 0 25 0 1 0 639257437 86945792 15124 33554432000 4194304 6014671 140737270084080 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9815/statm: 21227 15127 668 445 0 14772 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84908

[startup+1.50112 s]
/proc/loadavg: 4.02 4.25 5.10 5/314 9816
/proc/meminfo: memFree=21356008/32951124 swapFree=63485424/67111528
[pid=9815] ppid=9813 vsize=117696 CPUtime=1.49 cores=4,6
/proc/9815/stat : 9815 (qutersat_releas) R 9813 9815 9539 0 -1 4202496 23099 0 0 0 147 2 0 0 25 0 1 0 639257437 120520704 23035 33554432000 4194304 6014671 140737270084080 18446744073709551615 4244400 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9815/statm: 29424 23035 681 445 0 22969 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117696

[startup+3.10083 s]
/proc/loadavg: 4.01 4.25 5.09 5/314 9816
/proc/meminfo: memFree=21351916/32951124 swapFree=63485424/67111528
[pid=9815] ppid=9813 vsize=125900 CPUtime=3.09 cores=4,6
/proc/9815/stat : 9815 (qutersat_releas) R 9813 9815 9539 0 -1 4202496 24285 0 0 0 307 2 0 0 25 0 1 0 639257437 128921600 24221 33554432000 4194304 6014671 140737270084080 18446744073709551615 4423681 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9815/statm: 31475 24221 723 445 0 25020 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 125900

[startup+6.30021 s]
/proc/loadavg: 4.01 4.25 5.09 5/314 9816
/proc/meminfo: memFree=21349168/32951124 swapFree=63485424/67111528
[pid=9815] ppid=9813 vsize=137284 CPUtime=6.29 cores=4,6
/proc/9815/stat : 9815 (qutersat_releas) R 9813 9815 9539 0 -1 4202496 25174 0 0 0 627 2 0 0 25 0 1 0 639257437 140578816 25110 33554432000 4194304 6014671 140737270084080 18446744073709551615 4423235 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9815/statm: 34321 25110 724 445 0 27866 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 137284

[startup+12.701 s]
/proc/loadavg: 4.01 4.24 5.08 5/314 9816
/proc/meminfo: memFree=21339392/32951124 swapFree=63485424/67111528
[pid=9815] ppid=9813 vsize=148744 CPUtime=12.7 cores=4,6
/proc/9815/stat : 9815 (qutersat_releas) R 9813 9815 9539 0 -1 4202496 26859 0 0 0 1267 3 0 0 25 0 1 0 639257437 152313856 26795 33554432000 4194304 6014671 140737270084080 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9815/statm: 37186 26795 728 445 0 30731 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 148744

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

[startup+19.1009 s]
/proc/loadavg: 4.01 4.23 5.07 5/314 9817
/proc/meminfo: memFree=21336408/32951124 swapFree=63485424/67111528
[pid=9815] ppid=9813 vsize=148744 CPUtime=19.09 cores=4,6
/proc/9815/stat : 9815 (qutersat_releas) R 9813 9815 9539 0 -1 4202496 27590 0 0 0 1906 3 0 0 25 0 1 0 639257437 152313856 27526 33554432000 4194304 6014671 140737270084080 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9815/statm: 37186 27526 728 445 0 30731 0
Current children cumulated CPU time (s) 19.09
Current children cumulated vsize (KiB) 148744

[startup+20.7006 s]
/proc/loadavg: 4.01 4.23 5.07 5/314 9817
/proc/meminfo: memFree=21336524/32951124 swapFree=63485424/67111528
[pid=9815] ppid=9813 vsize=148744 CPUtime=20.69 cores=4,6
/proc/9815/stat : 9815 (qutersat_releas) R 9813 9815 9539 0 -1 4202496 27596 0 0 0 2066 3 0 0 25 0 1 0 639257437 152313856 27532 33554432000 4194304 6014671 140737270084080 18446744073709551615 4536968 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9815/statm: 37186 27532 728 445 0 30731 0
Current children cumulated CPU time (s) 20.69
Current children cumulated vsize (KiB) 148744

[startup+21.5004 s]
/proc/loadavg: 4.01 4.23 5.07 5/314 9817
/proc/meminfo: memFree=21336524/32951124 swapFree=63485424/67111528
[pid=9815] ppid=9813 vsize=148744 CPUtime=21.49 cores=4,6
/proc/9815/stat : 9815 (qutersat_releas) R 9813 9815 9539 0 -1 4202496 27596 0 0 0 2146 3 0 0 25 0 1 0 639257437 152313856 27532 33554432000 4194304 6014671 140737270084080 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9815/statm: 37186 27532 728 445 0 30731 0
Current children cumulated CPU time (s) 21.49
Current children cumulated vsize (KiB) 148744

[startup+22.3003 s]
/proc/loadavg: 4.01 4.23 5.07 5/314 9817
/proc/meminfo: memFree=21336520/32951124 swapFree=63485424/67111528
[pid=9815] ppid=9813 vsize=148744 CPUtime=22.29 cores=4,6
/proc/9815/stat : 9815 (qutersat_releas) R 9813 9815 9539 0 -1 4202496 27704 0 0 0 2226 3 0 0 25 0 1 0 639257437 152313856 27640 33554432000 4194304 6014671 140737270084080 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9815/statm: 37186 27640 728 445 0 30731 0
Current children cumulated CPU time (s) 22.29
Current children cumulated vsize (KiB) 148744

[startup+22.7002 s]
/proc/loadavg: 4.01 4.23 5.07 5/314 9817
/proc/meminfo: memFree=21336520/32951124 swapFree=63485424/67111528
[pid=9815] ppid=9813 vsize=159904 CPUtime=22.69 cores=4,6
/proc/9815/stat : 9815 (qutersat_releas) R 9813 9815 9539 0 -1 4202496 28407 0 0 0 2266 3 0 0 25 0 1 0 639257437 163741696 28343 33554432000 4194304 6014671 140737270084080 18446744073709551615 4377933 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9815/statm: 39976 28343 728 445 0 33521 0
Current children cumulated CPU time (s) 22.69
Current children cumulated vsize (KiB) 159904

[startup+22.8012 s]
/proc/loadavg: 4.01 4.23 5.07 5/314 9817
/proc/meminfo: memFree=21336520/32951124 swapFree=63485424/67111528
[pid=9815] ppid=9813 vsize=159904 CPUtime=22.79 cores=4,6
/proc/9815/stat : 9815 (qutersat_releas) R 9813 9815 9539 0 -1 4202496 28423 0 0 0 2276 3 0 0 25 0 1 0 639257437 163741696 28359 33554432000 4194304 6014671 140737270084080 18446744073709551615 4425494 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9815/statm: 39976 28359 728 445 0 33521 0
Current children cumulated CPU time (s) 22.79
Current children cumulated vsize (KiB) 159904

Child status: 0
Real time (s): 22.8729
CPU time (s): 22.8725
CPU user time (s): 22.8335
CPU system time (s): 0.038994
CPU usage (%): 99.9984
Max. virtual memory (cumulated for all children) (KiB): 159904

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

runsolver used 0.077988 second user time and 0.151976 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-15 16:06:55
IDJOB=3376933
IDBENCH=82471
IDSOLVER=1856
FILE ID=node147/3376933-1305468415
RUNJOBID= node147-1305467741-9558
PBS_JOBID= 13325313
Free space on /tmp= 73140 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns2p3-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376933-1305468415/watcher-3376933-1305468415 -o /tmp/evaluation-result-3376933-1305468415/solver-3376933-1305468415 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376933-1305468415.cnf 960384537

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

MD5SUM BENCH= 2b5c02650b763b7d13b77ce3fc61aa15
RANDOM SEED=960384537

node147.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.836
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.67
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.836
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.836
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.82
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.836
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.836
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.82
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.836
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.76
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.836
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.82
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.836
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:      21446188 kB
Buffers:        312788 kB
Cached:        5258444 kB
SwapCached:      13132 kB
Active:        4910812 kB
Inactive:      6343552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21446188 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:            7404 kB
Writeback:           0 kB
AnonPages:     5678448 kB
Mapped:          22288 kB
Slab:           150984 kB
PageTables:      35044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53934276 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= 73140 MiB
End job on node147 at 2011-05-15 16:07:18