Trace number 3384380

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 27.5858 27.5879

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
MD5SUMa78f49949ed32c6f8eea9d5e428c909d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.88941
Satisfiable
(Un)Satisfiability was proved
Number of variables350506
Number of clauses878969
Sum of the clauses size2050925
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2585978
Number of clauses of size 3292989
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.59/0.60	c Parse Cnf success: #var: 350506 #clause: 878969
0.59/0.60	c Find Units :          2
0.59/0.65	c Find Invs  :          0
0.69/0.78	c Find Ands  :     292989 AvgFaninNum: 2
0.78/0.80	c Find Xors  :          0 AvgFaninNum: nan
0.78/0.85	c Find Ite   :          0
0.99/1.05	c UnDirect variable: 0
0.99/1.05	c UnDirect to Direct Gate: 0
0.99/1.05	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.99/1.09	c Break Cycle : 0
0.99/1.09	c Total Root : 1 Undef Var: 57517
1.18/1.28	c After covering, Total Root: 1 Leaf: 57517
1.18/1.28	c Variable( cover/uncovered/unused ): 350506 0 0
1.18/1.28	c Unit Clauses: 2
1.18/1.28	c Binary Clauses( cover/uncovered ): 585978 0
1.18/1.28	c Clauses( cover/uncovered ): 292989 0
1.18/1.28	c Total Clauses( cover/uncovered ): 878969 0 100%
1.18/1.28	c Covered Ands: 292989 Invs: 0 Xors: 0 Ites: 0
1.18/1.29	c Uncover Clauses avg size: nan max size: 0
1.18/1.29	c Final circuit: i/l/o/s   57516       0       1    292989
1.18/1.29	c CnfToAig: Time: 1.28 s
1.49/1.59	c TmMap: Set choices finish.
1.59/1.65	c TmMap: Set big and: 895
1.59/1.65	c TmMap: Origin: 350506 ClauseNum: 878967 --> New: 117262 ClauseNum: 354409
1.59/1.65	c TmMap: Time: 0.1
3.20/3.25	c Simulation --> TransNum: 230273/354409 Try to Add: #clause: 173814 #xorclause: 0
3.31/3.35	c #var: 115757 #clauses: 115585 Solving... 
11.89/11.98	c Abstract SAT
12.10/12.19	c Simulation --> TransNum: 318090/354409 Try to Add: #clause: 29763 #xorclause: 0
12.19/12.20	c #var: 116841 #clauses: 76111 Solving... 
20.90/20.93	c Abstract SAT
21.09/21.14	c Simulation --> TransNum: 325600/354409 Try to Add: #clause: 4084 #xorclause: 0
21.09/21.19	c #var: 117257 #clauses: 59482 Solving... 
24.79/24.83	c Abstract SAT
24.79/24.83	c Simulation --> TransNum: 354409/354409 Try to Add: #clause: 27274 #xorclause: 0
24.79/24.87	c #var: 117260 #clauses: 17883 Solving... 
27.50/27.53	s UNSATISFIABLE
27.50/27.54	c CPU time: 27.54 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-3384380-1305545506/watcher-3384380-1305545506 -o /tmp/evaluation-result-3384380-1305545506/solver-3384380-1305545506 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384380-1305545506.cnf 835912477 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 1.99 3/404 5338
/proc/meminfo: memFree=9023056/32951124 swapFree=65980224/67111528
[pid=5338] ppid=5336 vsize=40580 CPUtime=0 cores=0,2,4,6
/proc/5338/stat : 5338 (qutersat_releas) R 5336 5338 5007 0 -1 4202496 2997 0 0 0 0 0 0 0 24 0 1 0 646966178 41553920 2933 33554432000 4194304 6014671 140737199306576 18446744073709551615 4271063 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5338/statm: 10145 2946 370 445 0 3690 0

[startup+0.0266071 s]
/proc/loadavg: 2.01 2.01 1.99 3/404 5338
/proc/meminfo: memFree=9023056/32951124 swapFree=65980224/67111528
[pid=5338] ppid=5336 vsize=45700 CPUtime=0.02 cores=0,2,4,6
/proc/5338/stat : 5338 (qutersat_releas) R 5336 5338 5007 0 -1 4202496 4983 0 0 0 2 0 0 0 24 0 1 0 646966178 46796800 4919 33554432000 4194304 6014671 140737199306576 18446744073709551615 4811110 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5338/statm: 11425 4919 378 445 0 4970 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 45700

[startup+0.100601 s]
/proc/loadavg: 2.01 2.01 1.99 3/404 5338
/proc/meminfo: memFree=9023056/32951124 swapFree=65980224/67111528
[pid=5338] ppid=5336 vsize=60036 CPUtime=0.08 cores=0,2,4,6
/proc/5338/stat : 5338 (qutersat_releas) R 5336 5338 5007 0 -1 4202496 8749 0 0 0 8 0 0 0 24 0 1 0 646966178 61476864 8685 33554432000 4194304 6014671 140737199306576 18446744073709551615 228095450880 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5338/statm: 15009 8685 378 445 0 8554 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 60036

[startup+0.300564 s]
/proc/loadavg: 2.01 2.01 1.99 3/404 5338
/proc/meminfo: memFree=9023056/32951124 swapFree=65980224/67111528
[pid=5338] ppid=5336 vsize=92036 CPUtime=0.28 cores=0,2,4,6
/proc/5338/stat : 5338 (qutersat_releas) R 5336 5338 5007 0 -1 4202496 16776 0 0 0 27 1 0 0 25 0 1 0 646966178 94244864 16712 33554432000 4194304 6014671 140737199306576 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5338/statm: 23009 16713 378 445 0 16554 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 92036

[startup+0.700505 s]
/proc/loadavg: 2.01 2.01 1.99 3/404 5338
/proc/meminfo: memFree=9023056/32951124 swapFree=65980224/67111528
[pid=5338] ppid=5336 vsize=144516 CPUtime=0.69 cores=0,2,4,6
/proc/5338/stat : 5338 (qutersat_releas) R 5336 5338 5007 0 -1 4202496 29416 0 0 0 66 3 0 0 25 0 1 0 646966178 147984384 29352 33554432000 4194304 6014671 140737199306576 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5338/statm: 36129 29354 383 445 0 29674 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 144516

[startup+1.50033 s]
/proc/loadavg: 2.01 2.01 1.99 3/405 5339
/proc/meminfo: memFree=8893840/32951124 swapFree=65980224/67111528
[pid=5338] ppid=5336 vsize=156932 CPUtime=1.49 cores=0,2,4,6
/proc/5338/stat : 5338 (qutersat_releas) R 5336 5338 5007 0 -1 4202496 33347 0 0 0 145 4 0 0 25 0 1 0 646966178 160698368 33283 33554432000 4194304 6014671 140737199306576 18446744073709551615 4778059 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5338/statm: 39233 33283 668 445 0 32778 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 156932

[startup+3.10106 s]
/proc/loadavg: 2.01 2.01 1.99 3/405 5339
/proc/meminfo: memFree=8882184/32951124 swapFree=65980224/67111528
[pid=5338] ppid=5336 vsize=164100 CPUtime=3.09 cores=0,2,4,6
/proc/5338/stat : 5338 (qutersat_releas) R 5336 5338 5007 0 -1 4202496 35103 0 0 0 305 4 0 0 25 0 1 0 646966178 168038400 35039 33554432000 4194304 6014671 140737199306576 18446744073709551615 4245249 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5338/statm: 41025 35039 681 445 0 34570 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 164100

[startup+6.30047 s]
/proc/loadavg: 2.01 2.01 1.99 3/405 5340
/proc/meminfo: memFree=8771484/32951124 swapFree=65980224/67111528
[pid=5338] ppid=5336 vsize=405636 CPUtime=6.29 cores=0,2,4,6
/proc/5338/stat : 5338 (qutersat_releas) R 5336 5338 5007 0 -1 4202496 80524 0 0 0 619 10 0 0 25 0 1 0 646966178 415371264 80460 33554432000 4194304 6014671 140737199306576 18446744073709551615 4423378 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5338/statm: 101409 80460 700 445 0 94954 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 405636

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 1.99 3/405 5340
/proc/meminfo: memFree=8375212/32951124 swapFree=65980224/67111528
[pid=5338] ppid=5336 vsize=815628 CPUtime=12.69 cores=0,2,4,6
/proc/5338/stat : 5338 (qutersat_releas) R 5336 5338 5007 0 -1 4202496 160104 0 0 0 1251 18 0 0 25 0 1 0 646966178 835203072 159998 33554432000 4194304 6014671 140737199306576 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5338/statm: 203907 159998 726 445 0 197452 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 815628

[startup+25.5009 s]
/proc/loadavg: 2.00 2.01 1.99 3/405 5340
/proc/meminfo: memFree=8059756/32951124 swapFree=65980224/67111528
[pid=5338] ppid=5336 vsize=1199504 CPUtime=25.49 cores=0,2,4,6
/proc/5338/stat : 5338 (qutersat_releas) R 5336 5338 5007 0 -1 4202496 238985 0 0 0 2523 26 0 0 25 0 1 0 646966178 1228292096 238845 33554432000 4194304 6014671 140737199306576 18446744073709551615 4422717 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5338/statm: 299876 238845 730 445 0 293421 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1199504

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

[startup+26.3008 s]
/proc/loadavg: 2.00 2.01 1.99 3/405 5340
/proc/meminfo: memFree=8059508/32951124 swapFree=65980224/67111528
[pid=5338] ppid=5336 vsize=1199504 CPUtime=26.3 cores=0,2,4,6
/proc/5338/stat : 5338 (qutersat_releas) R 5336 5338 5007 0 -1 4202496 238985 0 0 0 2604 26 0 0 25 0 1 0 646966178 1228292096 238837 33554432000 4194304 6014671 140737199306576 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5338/statm: 299876 238837 730 445 0 293421 0
Current children cumulated CPU time (s) 26.3
Current children cumulated vsize (KiB) 1199504

[startup+27.1007 s]
/proc/loadavg: 2.00 2.01 1.99 3/405 5340
/proc/meminfo: memFree=8059508/32951124 swapFree=65980224/67111528
[pid=5338] ppid=5336 vsize=1199504 CPUtime=27.09 cores=0,2,4,6
/proc/5338/stat : 5338 (qutersat_releas) R 5336 5338 5007 0 -1 4202496 239043 0 0 0 2683 26 0 0 25 0 1 0 646966178 1228292096 238895 33554432000 4194304 6014671 140737199306576 18446744073709551615 4534928 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5338/statm: 299876 238895 731 445 0 293421 0
Current children cumulated CPU time (s) 27.09
Current children cumulated vsize (KiB) 1199504

[startup+27.5155 s]
/proc/loadavg: 2.00 2.01 1.99 3/405 5340
/proc/meminfo: memFree=8058764/32951124 swapFree=65980224/67111528
[pid=5338] ppid=5336 vsize=1199504 CPUtime=27.5 cores=0,2,4,6
/proc/5338/stat : 5338 (qutersat_releas) R 5336 5338 5007 0 -1 4202496 239043 0 0 0 2724 26 0 0 25 0 1 0 646966178 1228292096 238778 33554432000 4194304 6014671 140737199306576 18446744073709551615 4807783 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5338/statm: 299876 238778 731 445 0 293421 0
Current children cumulated CPU time (s) 27.5
Current children cumulated vsize (KiB) 1199504

Child status: 0
Real time (s): 27.5879
CPU time (s): 27.5858
CPU user time (s): 27.2819
CPU system time (s): 0.303953
CPU usage (%): 99.9924
Max. virtual memory (cumulated for all children) (KiB): 1199504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.2819
system time used= 0.303953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239047
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= 10
involuntary context switches= 45

runsolver used 0.108983 second user time and 0.25696 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-16 13:31:47
IDJOB=3384380
IDBENCH=82444
IDSOLVER=1868
FILE ID=node142/3384380-1305545506
RUNJOBID= node142-1305540196-5025
PBS_JOBID= 13329211
Free space on /tmp= 73552 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384380-1305545506/watcher-3384380-1305545506 -o /tmp/evaluation-result-3384380-1305545506/solver-3384380-1305545506 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384380-1305545506.cnf 835912477

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

MD5SUM BENCH= a78f49949ed32c6f8eea9d5e428c909d
RANDOM SEED=835912477

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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:       9023452 kB
Buffers:        349492 kB
Cached:        4952128 kB
SwapCached:      11512 kB
Active:       20461784 kB
Inactive:      3097612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9023452 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:           17636 kB
Writeback:           0 kB
AnonPages:    18254516 kB
Mapped:          26108 kB
Slab:           236604 kB
PageTables:      64712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 93153136 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= 73552 MiB
End job on node142 at 2011-05-16 13:32:15