Trace number 3286771

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 62.4675 62.4655

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_063_080-tseitin.cnf
MD5SUMceca868d07951273fdc2de08c57f2b6a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.9231
Satisfiable
(Un)Satisfiability was proved
Number of variables259762
Number of clauses656573
Sum of the clauses size1532001
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2437714
Number of clauses of size 3218857
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.39/0.44	c Parse Cnf success: #var: 259762 #clause: 656573
0.39/0.44	c Find Units :          2
0.39/0.48	c Find Invs  :          0
0.49/0.58	c Find Ands  :     218857 AvgFaninNum: 2
0.59/0.60	c Find Xors  :          0 AvgFaninNum: nan
0.59/0.65	c Find Ite   :          0
0.79/0.80	c UnDirect variable: 0
0.79/0.80	c UnDirect to Direct Gate: 0
0.79/0.80	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.79/0.83	c Break Cycle : 0
0.79/0.83	c Total Root : 1 Undef Var: 40905
0.89/0.97	c After covering, Total Root: 1 Leaf: 40905
0.89/0.97	c Variable( cover/uncovered/unused ): 259762 0 0
0.89/0.97	c Unit Clauses: 2
0.89/0.97	c Binary Clauses( cover/uncovered ): 437714 0
0.89/0.97	c Clauses( cover/uncovered ): 218857 0
0.89/0.97	c Total Clauses( cover/uncovered ): 656573 0 100%
0.89/0.97	c Covered Ands: 218857 Invs: 0 Xors: 0 Ites: 0
0.89/0.98	c Uncover Clauses avg size: nan max size: 0
0.89/0.98	c Final circuit: i/l/o/s   40904       0       1    218857
0.89/0.98	c CnfToAig: Time: 0.97 s
1.19/1.23	c TmMap: Set choices finish.
1.19/1.28	c TmMap: Set big and: 1136
1.19/1.28	c TmMap: Origin: 259762 ClauseNum: 656571 --> New: 86453 ClauseNum: 266668
1.19/1.28	c TmMap: Time: 0.08
2.59/2.67	c Simulation --> TransNum: 203391/266668 Try to Add: #clause: 84331 #xorclause: 19840
2.69/2.75	c #var: 83015 #clauses: 42241 Solving... 
10.69/10.72	c Abstract SAT
10.89/10.90	c Simulation --> TransNum: 229851/266668 Try to Add: #clause: 17546 #xorclause: 1449
10.89/10.91	c #var: 86034 #clauses: 45726 Solving... 
11.19/11.29	c Abstract SAT
11.39/11.47	c Simulation --> TransNum: 244560/266668 Try to Add: #clause: 7629 #xorclause: 81
11.39/11.47	c #var: 86262 #clauses: 45729 Solving... 
11.49/11.58	c Abstract SAT
11.49/11.59	c Simulation --> TransNum: 266668/266668 Try to Add: #clause: 21345 #xorclause: 122
11.49/11.59	c #var: 86451 #clauses: 47885 Solving... 
62.29/62.39	s UNSATISFIABLE
62.39/62.41	c CPU time: 62.4 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-3286771-1303761217/watcher-3286771-1303761217 -o /tmp/evaluation-result-3286771-1303761217/solver-3286771-1303761217 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3286771-1303761217.cnf 1565164424 

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: 6.02 5.04 4.63 3/186 8625
/proc/meminfo: memFree=17252192/32951124 swapFree=67111524/67111528
[pid=8625] ppid=8623 vsize=38456 CPUtime=0 cores=0,2
/proc/8625/stat : 8625 (qutersat_releas) R 8623 8625 7955 0 -1 4202496 2384 0 0 0 0 0 0 0 25 0 1 0 487719491 39378944 2320 33554432000 4194304 6016207 140735277712720 18446744073709551615 4272599 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8625/statm: 9614 2335 372 445 0 3158 0

[startup+0.0085449 s]
/proc/loadavg: 6.02 5.04 4.63 3/186 8625
/proc/meminfo: memFree=17252192/32951124 swapFree=67111524/67111528
[pid=8625] ppid=8623 vsize=38456 CPUtime=0 cores=0,2
/proc/8625/stat : 8625 (qutersat_releas) R 8623 8625 7955 0 -1 4202496 3334 0 0 0 0 0 0 0 25 0 1 0 487719491 39378944 3269 33554432000 4194304 6016207 140735277712720 18446744073709551615 4278731 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8625/statm: 9614 3269 379 445 0 3158 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 38456

[startup+0.100572 s]
/proc/loadavg: 6.02 5.04 4.63 3/186 8625
/proc/meminfo: memFree=17252192/32951124 swapFree=67111524/67111528
[pid=8625] ppid=8623 vsize=57912 CPUtime=0.09 cores=0,2
/proc/8625/stat : 8625 (qutersat_releas) R 8623 8625 7955 0 -1 4202496 8206 0 0 0 9 0 0 0 25 0 1 0 487719491 59301888 8141 33554432000 4194304 6016207 140735277712720 18446744073709551615 4310902 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8625/statm: 14478 8141 379 445 0 8022 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 57912

[startup+0.300533 s]
/proc/loadavg: 6.02 5.04 4.63 3/186 8625
/proc/meminfo: memFree=17252192/32951124 swapFree=67111524/67111528
[pid=8625] ppid=8623 vsize=88888 CPUtime=0.29 cores=0,2
/proc/8625/stat : 8625 (qutersat_releas) R 8623 8625 7955 0 -1 4202496 15767 0 0 0 27 2 0 0 25 0 1 0 487719491 91021312 15702 33554432000 4194304 6016207 140735277712720 18446744073709551615 4220562 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8625/statm: 22222 15703 379 445 0 15766 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88888

[startup+0.700458 s]
/proc/loadavg: 6.02 5.04 4.63 3/186 8625
/proc/meminfo: memFree=17252192/32951124 swapFree=67111524/67111528
[pid=8625] ppid=8623 vsize=123960 CPUtime=0.69 cores=0,2
/proc/8625/stat : 8625 (qutersat_releas) R 8623 8625 7955 0 -1 4202496 23869 0 0 0 66 3 0 0 25 0 1 0 487719491 126935040 23804 33554432000 4194304 6016207 140735277712720 18446744073709551615 4265466 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8625/statm: 30990 23804 398 445 0 24534 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 123960

[startup+1.50031 s]
/proc/loadavg: 6.02 5.04 4.63 4/187 8626
/proc/meminfo: memFree=17255036/32951124 swapFree=67111524/67111528
[pid=8625] ppid=8623 vsize=134148 CPUtime=1.49 cores=0,2
/proc/8625/stat : 8625 (qutersat_releas) R 8623 8625 7955 0 -1 4202496 27360 0 0 0 145 4 0 0 25 0 1 0 487719491 137367552 27295 33554432000 4194304 6016207 140735277712720 18446744073709551615 4246592 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8625/statm: 33537 27295 681 445 0 27081 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 134148

[startup+3.10102 s]
/proc/loadavg: 6.02 5.04 4.63 4/187 8626
/proc/meminfo: memFree=17328576/32951124 swapFree=67111524/67111528
[pid=8625] ppid=8623 vsize=142340 CPUtime=3.09 cores=0,2
/proc/8625/stat : 8625 (qutersat_releas) R 8623 8625 7955 0 -1 4202496 28675 0 0 0 305 4 0 0 25 0 1 0 487719491 145756160 28610 33554432000 4194304 6016207 140735277712720 18446744073709551615 4369058 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8625/statm: 35585 28610 695 445 0 29129 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142340

[startup+6.30044 s]
/proc/loadavg: 6.09 5.08 4.64 4/187 8626
/proc/meminfo: memFree=17411532/32951124 swapFree=67111524/67111528
[pid=8625] ppid=8623 vsize=428932 CPUtime=6.29 cores=0,2
/proc/8625/stat : 8625 (qutersat_releas) R 8623 8625 7955 0 -1 4202496 84480 0 0 0 618 11 0 0 25 0 1 0 487719491 439226368 84415 33554432000 4194304 6016207 140735277712720 18446744073709551615 4424116 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8625/statm: 107233 84415 698 445 0 100777 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 428932

[startup+12.7003 s]
/proc/loadavg: 6.09 5.09 4.65 4/187 8626
/proc/meminfo: memFree=17588368/32951124 swapFree=67111524/67111528
[pid=8625] ppid=8623 vsize=802616 CPUtime=12.69 cores=0,2
/proc/8625/stat : 8625 (qutersat_releas) R 8623 8625 7955 0 -1 4202496 157682 0 0 0 1250 19 0 0 25 0 1 0 487719491 821878784 157609 33554432000 4194304 6016207 140735277712720 18446744073709551615 4373604 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8625/statm: 200654 157609 721 445 0 194198 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 802616

[startup+25.5009 s]
/proc/loadavg: 6.05 5.13 4.67 5/190 8637
/proc/meminfo: memFree=18463680/32951124 swapFree=67111524/67111528
[pid=8625] ppid=8623 vsize=835560 CPUtime=25.49 cores=0,2
/proc/8625/stat : 8625 (qutersat_releas) R 8623 8625 7955 0 -1 4202496 158833 0 0 0 2530 19 0 0 25 0 1 0 487719491 855613440 156664 33554432000 4194304 6016207 140735277712720 18446744073709551615 4368963 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8625/statm: 208890 156664 726 445 0 202434 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 835560

[startup+51.1003 s]
/proc/loadavg: 5.35 5.04 4.65 5/190 8638
/proc/meminfo: memFree=17830300/32951124 swapFree=67111524/67111528
[pid=8625] ppid=8623 vsize=1328644 CPUtime=51.1 cores=0,2
/proc/8625/stat : 8625 (qutersat_releas) R 8623 8625 7955 0 -1 4202496 253994 0 0 0 5078 32 0 0 25 0 1 0 487719491 1360531456 251825 33554432000 4194304 6016207 140735277712720 18446744073709551615 4541008 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8625/statm: 332161 251825 736 445 0 325705 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 1328644

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

[startup+57.5011 s]
/proc/loadavg: 5.24 5.02 4.65 5/190 8638
/proc/meminfo: memFree=17810212/32951124 swapFree=67111524/67111528
[pid=8625] ppid=8623 vsize=1348496 CPUtime=57.5 cores=0,2
/proc/8625/stat : 8625 (qutersat_releas) R 8623 8625 7955 0 -1 4202496 256479 0 0 0 5718 32 0 0 25 0 1 0 487719491 1380859904 254309 33554432000 4194304 6016207 140735277712720 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8625/statm: 337124 254309 736 445 0 330668 0
Current children cumulated CPU time (s) 57.5
Current children cumulated vsize (KiB) 1348496

[startup+60.7006 s]
/proc/loadavg: 5.14 5.01 4.64 5/190 8638
/proc/meminfo: memFree=17796324/32951124 swapFree=67111524/67111528
[pid=8625] ppid=8623 vsize=1358624 CPUtime=60.69 cores=0,2
/proc/8625/stat : 8625 (qutersat_releas) R 8623 8625 7955 0 -1 4202496 259096 0 0 0 6037 32 0 0 25 0 1 0 487719491 1391230976 256926 33554432000 4194304 6016207 140735277712720 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8625/statm: 339656 256926 736 445 0 333200 0
Current children cumulated CPU time (s) 60.69
Current children cumulated vsize (KiB) 1358624

[startup+61.5004 s]
/proc/loadavg: 5.14 5.01 4.64 5/190 8638
/proc/meminfo: memFree=17795332/32951124 swapFree=67111524/67111528
[pid=8625] ppid=8623 vsize=1368692 CPUtime=61.49 cores=0,2
/proc/8625/stat : 8625 (qutersat_releas) R 8623 8625 7955 0 -1 4202496 259213 0 0 0 6117 32 0 0 25 0 1 0 487719491 1401540608 257043 33554432000 4194304 6016207 140735277712720 18446744073709551615 4425561 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8625/statm: 342173 257043 736 445 0 335717 0
Current children cumulated CPU time (s) 61.49
Current children cumulated vsize (KiB) 1368692

[startup+61.9003 s]
/proc/loadavg: 5.14 5.01 4.64 5/190 8638
/proc/meminfo: memFree=17795332/32951124 swapFree=67111524/67111528
[pid=8625] ppid=8623 vsize=1368692 CPUtime=61.89 cores=0,2
/proc/8625/stat : 8625 (qutersat_releas) R 8623 8625 7955 0 -1 4202496 259312 0 0 0 6157 32 0 0 25 0 1 0 487719491 1401540608 257142 33554432000 4194304 6016207 140735277712720 18446744073709551615 212687372043 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8625/statm: 342173 257142 736 445 0 335717 0
Current children cumulated CPU time (s) 61.89
Current children cumulated vsize (KiB) 1368692

[startup+62.3002 s]
/proc/loadavg: 5.14 5.01 4.64 5/190 8638
/proc/meminfo: memFree=17795332/32951124 swapFree=67111524/67111528
[pid=8625] ppid=8623 vsize=1368692 CPUtime=62.29 cores=0,2
/proc/8625/stat : 8625 (qutersat_releas) R 8623 8625 7955 0 -1 4202496 259402 0 0 0 6197 32 0 0 25 0 1 0 487719491 1401540608 257232 33554432000 4194304 6016207 140735277712720 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8625/statm: 342173 257232 736 445 0 335717 0
Current children cumulated CPU time (s) 62.29
Current children cumulated vsize (KiB) 1368692

[startup+62.4002 s]
/proc/loadavg: 5.14 5.01 4.64 5/190 8638
/proc/meminfo: memFree=17795332/32951124 swapFree=67111524/67111528
[pid=8625] ppid=8623 vsize=1368692 CPUtime=62.39 cores=0,2
/proc/8625/stat : 8625 (qutersat_releas) R 8623 8625 7955 0 -1 4202496 259403 0 0 0 6207 32 0 0 25 0 1 0 487719491 1401540608 257233 33554432000 4194304 6016207 140735277712720 18446744073709551615 4780679 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8625/statm: 342173 257233 736 445 0 335717 0
Current children cumulated CPU time (s) 62.39
Current children cumulated vsize (KiB) 1368692

Child status: 0
Real time (s): 62.4655
CPU time (s): 62.4675
CPU user time (s): 62.0846
CPU system time (s): 0.382941
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1368692

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

runsolver used 0.122981 second user time and 0.219966 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-25 21:53:38
IDJOB=3286771
IDBENCH=82435
IDSOLVER=1607
FILE ID=node139/3286771-1303761217
RUNJOBID= node139-1303759504-7973
PBS_JOBID= 13157122
Free space on /tmp= 64768 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_008_063_080-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286771-1303761217/watcher-3286771-1303761217 -o /tmp/evaluation-result-3286771-1303761217/solver-3286771-1303761217 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3286771-1303761217.cnf 1565164424

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

MD5SUM BENCH= ceca868d07951273fdc2de08c57f2b6a
RANDOM SEED=1565164424

node139.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.852
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.70
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.852
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.852
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.74
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17252712 kB
Buffers:       2054788 kB
Cached:        9466008 kB
SwapCached:          4 kB
Active:        5296376 kB
Inactive:      9759120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17252712 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:         1873328 kB
Writeback:           0 kB
AnonPages:     3534180 kB
Mapped:          18548 kB
Slab:           568512 kB
PageTables:      12944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4302008 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= 72352 MiB
End job on node139 at 2011-04-25 21:54:40