Trace number 3384404

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 98.445 98.4435

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 benchmark51.8701
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.13	c Parse Cnf success: #var: 82007 #clause: 241364
0.09/0.13	c Find Units :          2
0.09/0.13	c Find Invs  :          0
0.09/0.16	c Find Ands  :      81618 AvgFaninNum: 2
0.09/0.17	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.18	c Find Ite   :          0
0.19/0.22	c UnDirect variable: 0
0.19/0.22	c UnDirect to Direct Gate: 0
0.19/0.22	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.19/0.23	c Break Cycle : 484
0.19/0.23	c Total Root : 1 Undef Var: 2033
0.19/0.28	c After covering, Total Root: 454 Leaf: 2033
0.19/0.28	c Variable( cover/uncovered/unused ): 82007 0 0
0.19/0.28	c Unit Clauses: 2
0.19/0.28	c Binary Clauses( cover/uncovered ): 159948 960
0.19/0.28	c Clauses( cover/uncovered ): 79974 480
0.19/0.28	c Total Clauses( cover/uncovered ): 239924 1440 99.4034%
0.19/0.28	c Covered Ands: 79974 Invs: 0 Xors: 0 Ites: 0
0.19/0.28	c Uncover Clauses avg size: 2.33333 max size: 3
0.19/0.28	c Final circuit: i/l/o/s    2032       0    1440     81716
0.19/0.28	c CnfToAig: Time: 0.27 s
0.49/0.52	c TmMap: Set choices finish.
0.49/0.55	c TmMap: Set big and: 12111
0.49/0.55	c TmMap: Origin: 83749 ClauseNum: 245148 --> New: 30857 ClauseNum: 129629
0.49/0.55	c TmMap: Time: 0.06
1.19/1.26	c Simulation --> TransNum: 82352/129629 Try to Add: #clause: 64786 #xorclause: 0
1.29/1.30	c #var: 25188 #clauses: 57133 Solving... 
2.29/2.31	c Abstract SAT
2.39/2.42	c Simulation --> TransNum: 108686/129629 Try to Add: #clause: 5820 #xorclause: 0
2.39/2.44	c #var: 28603 #clauses: 58227 Solving... 
2.59/2.62	c Abstract SAT
2.69/2.72	c Simulation --> TransNum: 118682/129629 Try to Add: #clause: 15 #xorclause: 0
2.69/2.72	c #var: 28605 #clauses: 58254 Solving... 
2.79/2.85	c Abstract SAT
2.79/2.85	c Simulation --> TransNum: 129629/129629 Try to Add: #clause: 10306 #xorclause: 0
2.79/2.86	c #var: 29416 #clauses: 70430 Solving... 
98.39/98.42	s UNSATISFIABLE
98.39/98.43	c CPU time: 98.43 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-3384404-1305545706/watcher-3384404-1305545706 -o /tmp/evaluation-result-3384404-1305545706/solver-3384404-1305545706 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384404-1305545706.cnf 2057251383 

running on 4 cores: 1,3,5,7

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.00 2.00 1.99 2/404 5587
/proc/meminfo: memFree=11200500/32951124 swapFree=65980224/67111528
[pid=5587] ppid=5585 vsize=34288 CPUtime=0 cores=1,3,5,7
/proc/5587/stat : 5587 (qutersat_releas) R 5585 5587 5007 0 -1 4202496 2367 0 0 0 0 0 0 0 25 0 1 0 646986063 35110912 2304 33554432000 4194304 6014671 140735828969952 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5587/statm: 8572 2304 378 445 0 2117 0

[startup+0.0812979 s]
/proc/loadavg: 2.00 2.00 1.99 2/404 5587
/proc/meminfo: memFree=11200500/32951124 swapFree=65980224/67111528
[pid=5587] ppid=5585 vsize=53744 CPUtime=0.07 cores=1,3,5,7
/proc/5587/stat : 5587 (qutersat_releas) R 5585 5587 5007 0 -1 4202496 7098 0 0 0 6 1 0 0 25 0 1 0 646986063 55033856 7035 33554432000 4194304 6014671 140735828969952 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5587/statm: 13436 7035 378 445 0 6981 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 53744

[startup+0.100296 s]
/proc/loadavg: 2.00 2.00 1.99 2/404 5587
/proc/meminfo: memFree=11200500/32951124 swapFree=65980224/67111528
[pid=5587] ppid=5585 vsize=53744 CPUtime=0.09 cores=1,3,5,7
/proc/5587/stat : 5587 (qutersat_releas) R 5585 5587 5007 0 -1 4202496 7193 0 0 0 8 1 0 0 25 0 1 0 646986063 55033856 7130 33554432000 4194304 6014671 140735828969952 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5587/statm: 13436 7130 378 445 0 6981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53744

[startup+0.300268 s]
/proc/loadavg: 2.00 2.00 1.99 2/404 5587
/proc/meminfo: memFree=11200500/32951124 swapFree=65980224/67111528
[pid=5587] ppid=5585 vsize=64112 CPUtime=0.29 cores=1,3,5,7
/proc/5587/stat : 5587 (qutersat_releas) R 5585 5587 5007 0 -1 4202496 10012 0 0 0 28 1 0 0 18 0 1 0 646986063 65650688 9949 33554432000 4194304 6014671 140735828969952 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5587/statm: 16028 9951 625 445 0 9573 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64112

[startup+0.701178 s]
/proc/loadavg: 2.00 2.00 1.99 2/404 5587
/proc/meminfo: memFree=11200500/32951124 swapFree=65980224/67111528
[pid=5587] ppid=5585 vsize=83740 CPUtime=0.69 cores=1,3,5,7
/proc/5587/stat : 5587 (qutersat_releas) R 5585 5587 5007 0 -1 4202496 15025 0 0 0 68 1 0 0 18 0 1 0 646986063 85749760 14962 33554432000 4194304 6014671 140735828969952 18446744073709551615 4244587 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5587/statm: 20935 14962 681 445 0 14480 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83740

[startup+1.50104 s]
/proc/loadavg: 2.00 2.00 1.99 3/405 5588
/proc/meminfo: memFree=11142496/32951124 swapFree=65980224/67111528
[pid=5587] ppid=5585 vsize=91944 CPUtime=1.49 cores=1,3,5,7
/proc/5587/stat : 5587 (qutersat_releas) R 5585 5587 5007 0 -1 4202496 15450 0 0 0 148 1 0 0 19 0 1 0 646986063 94150656 15387 33554432000 4194304 6014671 140735828969952 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5587/statm: 22986 15387 697 445 0 16531 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91944

[startup+3.10075 s]
/proc/loadavg: 2.00 2.00 1.99 3/405 5588
/proc/meminfo: memFree=11140140/32951124 swapFree=65980224/67111528
[pid=5587] ppid=5585 vsize=108352 CPUtime=3.09 cores=1,3,5,7
/proc/5587/stat : 5587 (qutersat_releas) R 5585 5587 5007 0 -1 4202496 16218 0 0 0 308 1 0 0 23 0 1 0 646986063 110952448 16155 33554432000 4194304 6014671 140735828969952 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5587/statm: 27088 16155 728 445 0 20633 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 108352

[startup+6.30016 s]
/proc/loadavg: 2.00 2.00 1.99 3/405 5588
/proc/meminfo: memFree=11135296/32951124 swapFree=65980224/67111528
[pid=5587] ppid=5585 vsize=108352 CPUtime=6.29 cores=1,3,5,7
/proc/5587/stat : 5587 (qutersat_releas) R 5585 5587 5007 0 -1 4202496 16633 0 0 0 628 1 0 0 25 0 1 0 646986063 110952448 16570 33554432000 4194304 6014671 140735828969952 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5587/statm: 27088 16570 729 445 0 20633 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 108352

[startup+12.701 s]
/proc/loadavg: 2.16 2.03 2.00 3/405 5588
/proc/meminfo: memFree=11113156/32951124 swapFree=65980224/67111528
[pid=5587] ppid=5585 vsize=129848 CPUtime=12.7 cores=1,3,5,7
/proc/5587/stat : 5587 (qutersat_releas) R 5585 5587 5007 0 -1 4202496 21829 0 0 0 1267 3 0 0 25 0 1 0 646986063 132964352 21766 33554432000 4194304 6014671 140735828969952 18446744073709551615 4384510 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5587/statm: 32462 21766 730 445 0 26007 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 129848

[startup+25.5006 s]
/proc/loadavg: 2.12 2.03 2.00 3/405 5588
/proc/meminfo: memFree=11104096/32951124 swapFree=65980224/67111528
[pid=5587] ppid=5585 vsize=151260 CPUtime=25.49 cores=1,3,5,7
/proc/5587/stat : 5587 (qutersat_releas) R 5585 5587 5007 0 -1 4202496 23710 0 0 0 2546 3 0 0 25 0 1 0 646986063 154890240 23647 33554432000 4194304 6014671 140735828969952 18446744073709551615 4386285 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5587/statm: 37815 23647 730 445 0 31360 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 151260

[startup+51.1009 s]
/proc/loadavg: 2.08 2.03 2.00 3/405 5589
/proc/meminfo: memFree=11084348/32951124 swapFree=65980224/67111528
[pid=5587] ppid=5585 vsize=162160 CPUtime=51.09 cores=1,3,5,7
/proc/5587/stat : 5587 (qutersat_releas) R 5585 5587 5007 0 -1 4202496 28142 0 0 0 5105 4 0 0 25 0 1 0 646986063 166051840 28051 33554432000 4194304 6014671 140735828969952 18446744073709551615 4386059 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5587/statm: 40540 28051 732 445 0 34085 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 162160

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

[startup+76.7002 s]
/proc/loadavg: 2.12 2.04 2.00 3/405 5590
/proc/meminfo: memFree=11059284/32951124 swapFree=65980224/67111528
[pid=5587] ppid=5585 vsize=185432 CPUtime=76.69 cores=1,3,5,7
/proc/5587/stat : 5587 (qutersat_releas) R 5585 5587 5007 0 -1 4202496 33313 0 0 0 7664 5 0 0 25 0 1 0 646986063 189882368 33166 33554432000 4194304 6014671 140735828969952 18446744073709551615 4372133 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5587/statm: 46358 33166 730 445 0 39903 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 185432

[startup+89.5009 s]
/proc/loadavg: 2.10 2.04 2.00 3/405 5590
/proc/meminfo: memFree=11055436/32951124 swapFree=65980224/67111528
[pid=5587] ppid=5585 vsize=185560 CPUtime=89.49 cores=1,3,5,7
/proc/5587/stat : 5587 (qutersat_releas) R 5585 5587 5007 0 -1 4202496 34088 0 0 0 8944 5 0 0 25 0 1 0 646986063 190013440 33941 33554432000 4194304 6014671 140735828969952 18446744073709551615 4383488 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5587/statm: 46390 33941 730 445 0 39935 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 185560

[startup+92.7003 s]
/proc/loadavg: 2.09 2.04 2.00 3/405 5590
/proc/meminfo: memFree=11046632/32951124 swapFree=65980224/67111528
[pid=5587] ppid=5585 vsize=185560 CPUtime=92.69 cores=1,3,5,7
/proc/5587/stat : 5587 (qutersat_releas) R 5585 5587 5007 0 -1 4202496 34227 0 0 0 9264 5 0 0 25 0 1 0 646986063 190013440 34080 33554432000 4194304 6014671 140735828969952 18446744073709551615 4422573 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5587/statm: 46390 34080 730 445 0 39935 0
Current children cumulated CPU time (s) 92.69
Current children cumulated vsize (KiB) 185560

[startup+95.9007 s]
/proc/loadavg: 2.08 2.04 2.00 3/405 5590
/proc/meminfo: memFree=11044524/32951124 swapFree=65980224/67111528
[pid=5587] ppid=5585 vsize=185560 CPUtime=95.89 cores=1,3,5,7
/proc/5587/stat : 5587 (qutersat_releas) R 5585 5587 5007 0 -1 4202496 34277 0 0 0 9584 5 0 0 25 0 1 0 646986063 190013440 34130 33554432000 4194304 6014671 140735828969952 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5587/statm: 46390 34130 730 445 0 39935 0
Current children cumulated CPU time (s) 95.89
Current children cumulated vsize (KiB) 185560

[startup+97.5004 s]
/proc/loadavg: 2.08 2.04 2.00 3/405 5590
/proc/meminfo: memFree=11043904/32951124 swapFree=65980224/67111528
[pid=5587] ppid=5585 vsize=185560 CPUtime=97.49 cores=1,3,5,7
/proc/5587/stat : 5587 (qutersat_releas) R 5585 5587 5007 0 -1 4202496 34279 0 0 0 9744 5 0 0 25 0 1 0 646986063 190013440 34132 33554432000 4194304 6014671 140735828969952 18446744073709551615 4423301 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5587/statm: 46390 34132 730 445 0 39935 0
Current children cumulated CPU time (s) 97.49
Current children cumulated vsize (KiB) 185560

[startup+97.9154 s]
/proc/loadavg: 2.08 2.04 2.00 3/405 5590
/proc/meminfo: memFree=11043532/32951124 swapFree=65980224/67111528
[pid=5587] ppid=5585 vsize=185560 CPUtime=97.91 cores=1,3,5,7
/proc/5587/stat : 5587 (qutersat_releas) R 5585 5587 5007 0 -1 4202496 34279 0 0 0 9786 5 0 0 25 0 1 0 646986063 190013440 34132 33554432000 4194304 6014671 140735828969952 18446744073709551615 4422699 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5587/statm: 46390 34132 730 445 0 39935 0
Current children cumulated CPU time (s) 97.91
Current children cumulated vsize (KiB) 185560

[startup+98.3003 s]
/proc/loadavg: 2.08 2.04 2.00 3/405 5590
/proc/meminfo: memFree=11043532/32951124 swapFree=65980224/67111528
[pid=5587] ppid=5585 vsize=185560 CPUtime=98.29 cores=1,3,5,7
/proc/5587/stat : 5587 (qutersat_releas) R 5585 5587 5007 0 -1 4202496 34279 0 0 0 9824 5 0 0 25 0 1 0 646986063 190013440 34132 33554432000 4194304 6014671 140735828969952 18446744073709551615 4423288 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5587/statm: 46390 34132 730 445 0 39935 0
Current children cumulated CPU time (s) 98.29
Current children cumulated vsize (KiB) 185560

[startup+98.4003 s]
/proc/loadavg: 2.08 2.04 2.00 3/405 5590
/proc/meminfo: memFree=11043532/32951124 swapFree=65980224/67111528
[pid=5587] ppid=5585 vsize=185560 CPUtime=98.39 cores=1,3,5,7
/proc/5587/stat : 5587 (qutersat_releas) R 5585 5587 5007 0 -1 4202496 34279 0 0 0 9834 5 0 0 25 0 1 0 646986063 190013440 34132 33554432000 4194304 6014671 140735828969952 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5587/statm: 46390 34132 730 445 0 39935 0
Current children cumulated CPU time (s) 98.39
Current children cumulated vsize (KiB) 185560

Child status: 0
Real time (s): 98.4435
CPU time (s): 98.445
CPU user time (s): 98.383
CPU system time (s): 0.06199
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 185560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 98.383
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34283
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= 8
involuntary context switches= 77

runsolver used 0.376942 second user time and 0.885865 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-16 13:35:06
IDJOB=3384404
IDBENCH=82477
IDSOLVER=1868
FILE ID=node142/3384404-1305545706
RUNJOBID= node142-1305540196-5026
PBS_JOBID= 13329211
Free space on /tmp= 73580 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
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-3384404-1305545706/watcher-3384404-1305545706 -o /tmp/evaluation-result-3384404-1305545706/solver-3384404-1305545706 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384404-1305545706.cnf 2057251383

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

MD5SUM BENCH= f1a7d779d46b93ce2fde4f2438e6ae5c
RANDOM SEED=2057251383

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:      11200780 kB
Buffers:        349788 kB
Cached:        4929756 kB
SwapCached:      11512 kB
Active:       18287520 kB
Inactive:      3098776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11200780 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:            5684 kB
Writeback:           0 kB
AnonPages:    16103352 kB
Mapped:          26016 kB
Slab:           236616 kB
PageTables:      59120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 90520108 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= 73576 MiB
End job on node142 at 2011-05-16 13:36:44