Trace number 3377069

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 106.117 106.118

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor032.cnf
MD5SUMe1a6f3a7c69cc7fbec84aac478eb151a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark57.5483
Satisfiable
(Un)Satisfiability was proved
Number of variables13240
Number of clauses39143
Sum of the clauses size91331
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 226094
Number of clauses of size 313047
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 13240 #clause: 39143
0.00/0.02	c Find Units :          2
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :      13047 AvgFaninNum: 2
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.03	c Find Ite   :          0
0.00/0.03	c UnDirect variable: 0
0.00/0.03	c UnDirect to Direct Gate: 0
0.00/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.03	c Break Cycle : 0
0.00/0.03	c Total Root : 1 Undef Var: 193
0.00/0.04	c After covering, Total Root: 1 Leaf: 193
0.00/0.04	c Variable( cover/uncovered/unused ): 13240 0 0
0.00/0.04	c Unit Clauses: 2
0.00/0.04	c Binary Clauses( cover/uncovered ): 26094 0
0.00/0.04	c Clauses( cover/uncovered ): 13047 0
0.00/0.04	c Total Clauses( cover/uncovered ): 39143 0 100%
0.00/0.04	c Covered Ands: 13047 Invs: 0 Xors: 0 Ites: 0
0.00/0.04	c Uncover Clauses avg size: nan max size: 0
0.00/0.04	c Final circuit: i/l/o/s     192       0       1     13047
0.00/0.04	c CnfToAig: Time: 0.03 s
0.00/0.10	c TmMap: Set choices finish.
0.09/0.10	c TmMap: Set big and: 1087
0.09/0.10	c TmMap: Origin: 13240 ClauseNum: 39141 --> New: 4537 ClauseNum: 19685
0.09/0.10	c TmMap: Time: 0.01
0.09/0.17	c Simulation --> TransNum: 16338/19685 Try to Add: #clause: 14299 #xorclause: 0
0.09/0.18	c #var: 4527 #clauses: 15197 Solving... 
0.38/0.42	c Abstract SAT
0.38/0.43	c Simulation --> TransNum: 18943/19685 Try to Add: #clause: 23 #xorclause: 0
0.38/0.43	c #var: 4532 #clauses: 11384 Solving... 
0.38/0.43	c Abstract SAT
0.38/0.44	c Simulation --> TransNum: 18967/19685 Try to Add: #clause: 5 #xorclause: 0
0.38/0.44	c #var: 4534 #clauses: 11458 Solving... 
0.38/0.47	c Abstract SAT
0.38/0.47	c Simulation --> TransNum: 19685/19685 Try to Add: #clause: 705 #xorclause: 0
0.38/0.47	c #var: 4535 #clauses: 12344 Solving... 
106.09/106.10	s UNSATISFIABLE
106.09/106.11	c CPU time: 106.1 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-3377069-1305467730/watcher-3377069-1305467730 -o /tmp/evaluation-result-3377069-1305467730/solver-3377069-1305467730 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377069-1305467730.cnf 1882383788 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.70 3.77 5.44 4/357 27502
/proc/meminfo: memFree=12720088/32950928 swapFree=61888748/67111528
[pid=27502] ppid=27500 vsize=32364 CPUtime=0 cores=0,2
/proc/27502/stat : 27502 (qutersat_releas) R 27500 27502 27415 0 -1 4202496 1886 0 0 0 0 0 0 0 25 0 1 0 658371748 33140736 1822 33554432000 4194304 6014671 140735445260192 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27502/statm: 8091 1822 378 445 0 1636 0

[startup+0.10236 s]
/proc/loadavg: 1.70 3.77 5.44 4/357 27502
/proc/meminfo: memFree=12720088/32950928 swapFree=61888748/67111528
[pid=27502] ppid=27500 vsize=44652 CPUtime=0.09 cores=0,2
/proc/27502/stat : 27502 (qutersat_releas) R 27500 27502 27415 0 -1 4202496 5265 0 0 0 9 0 0 0 25 0 1 0 658371748 45723648 5201 33554432000 4194304 6014671 140735445260192 18446744073709551615 4223729 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27502/statm: 11163 5201 670 445 0 4708 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44652

[startup+0.200342 s]
/proc/loadavg: 1.70 3.77 5.44 4/357 27502
/proc/meminfo: memFree=12720088/32950928 swapFree=61888748/67111528
[pid=27502] ppid=27500 vsize=53880 CPUtime=0.18 cores=0,2
/proc/27502/stat : 27502 (qutersat_releas) R 27500 27502 27415 0 -1 4202496 5562 0 0 0 18 0 0 0 25 0 1 0 658371748 55173120 5498 33554432000 4194304 6014671 140735445260192 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27502/statm: 13470 5498 696 445 0 7015 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 53880

[startup+0.300325 s]
/proc/loadavg: 1.70 3.77 5.44 4/357 27502
/proc/meminfo: memFree=12720088/32950928 swapFree=61888748/67111528
[pid=27502] ppid=27500 vsize=53880 CPUtime=0.28 cores=0,2
/proc/27502/stat : 27502 (qutersat_releas) R 27500 27502 27415 0 -1 4202496 5562 0 0 0 28 0 0 0 25 0 1 0 658371748 55173120 5498 33554432000 4194304 6014671 140735445260192 18446744073709551615 4423545 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27502/statm: 13470 5498 696 445 0 7015 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 53880

[startup+0.700254 s]
/proc/loadavg: 1.70 3.77 5.44 4/357 27502
/proc/meminfo: memFree=12720088/32950928 swapFree=61888748/67111528
[pid=27502] ppid=27500 vsize=64132 CPUtime=0.68 cores=0,2
/proc/27502/stat : 27502 (qutersat_releas) R 27500 27502 27415 0 -1 4202496 6277 0 0 0 68 0 0 0 25 0 1 0 658371748 65671168 6213 33554432000 4194304 6014671 140735445260192 18446744073709551615 4376497 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27502/statm: 16033 6213 729 445 0 9578 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 64132

[startup+1.50022 s]
/proc/loadavg: 1.70 3.77 5.44 5/358 27503
/proc/meminfo: memFree=12693428/32950928 swapFree=61888748/67111528
[pid=27502] ppid=27500 vsize=81552 CPUtime=1.48 cores=0,2
/proc/27502/stat : 27502 (qutersat_releas) R 27500 27502 27415 0 -1 4202496 6758 0 0 0 148 0 0 0 25 0 1 0 658371748 83509248 6694 33554432000 4194304 6014671 140735445260192 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27502/statm: 20388 6694 729 445 0 13933 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 81552

[startup+3.10089 s]
/proc/loadavg: 1.88 3.78 5.43 5/358 27503
/proc/meminfo: memFree=12683260/32950928 swapFree=61888748/67111528
[pid=27502] ppid=27500 vsize=81680 CPUtime=3.09 cores=0,2
/proc/27502/stat : 27502 (qutersat_releas) R 27500 27502 27415 0 -1 4202496 7599 0 0 0 308 1 0 0 25 0 1 0 658371748 83640320 7535 33554432000 4194304 6014671 140735445260192 18446744073709551615 4384638 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27502/statm: 20420 7535 730 445 0 13965 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81680

[startup+6.30033 s]
/proc/loadavg: 1.88 3.78 5.43 5/358 27504
/proc/meminfo: memFree=12643356/32950928 swapFree=61888748/67111528
[pid=27502] ppid=27500 vsize=90568 CPUtime=6.29 cores=0,2
/proc/27502/stat : 27502 (qutersat_releas) R 27500 27502 27415 0 -1 4202496 9296 0 0 0 628 1 0 0 25 0 1 0 658371748 92741632 9224 33554432000 4194304 6014671 140735445260192 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27502/statm: 22642 9224 730 445 0 16187 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90568

[startup+12.7002 s]
/proc/loadavg: 2.21 3.78 5.42 5/358 27504
/proc/meminfo: memFree=12619372/32950928 swapFree=61888748/67111528
[pid=27502] ppid=27500 vsize=108680 CPUtime=12.68 cores=0,2
/proc/27502/stat : 27502 (qutersat_releas) R 27500 27502 27415 0 -1 4202496 10943 0 0 0 1267 1 0 0 25 0 1 0 658371748 111288320 10871 33554432000 4194304 6014671 140735445260192 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27502/statm: 27170 10871 733 445 0 20715 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 108680

[startup+25.5009 s]
/proc/loadavg: 2.48 3.79 5.40 5/358 27531
/proc/meminfo: memFree=12404856/32950928 swapFree=61888748/67111528
[pid=27502] ppid=27500 vsize=127520 CPUtime=25.49 cores=0,2
/proc/27502/stat : 27502 (qutersat_releas) R 27500 27502 27415 0 -1 4202496 14979 0 0 0 2547 2 0 0 25 0 1 0 658371748 130580480 14865 33554432000 4194304 6014671 140735445260192 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27502/statm: 31880 14865 730 445 0 25425 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 127520

[startup+51.1004 s]
/proc/loadavg: 3.00 3.81 5.36 5/358 27532
/proc/meminfo: memFree=12120128/32950928 swapFree=61888748/67111528
[pid=27502] ppid=27500 vsize=158432 CPUtime=51.09 cores=0,2
/proc/27502/stat : 27502 (qutersat_releas) R 27500 27502 27415 0 -1 4202496 19309 0 0 0 5106 3 0 0 25 0 1 0 658371748 162234368 19177 33554432000 4194304 6014671 140735445260192 18446744073709551615 4379530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27502/statm: 39608 19177 730 445 0 33153 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 158432

[startup+102.3 s]
/proc/loadavg: 3.63 3.85 5.29 5/358 27533
/proc/meminfo: memFree=11731880/32950928 swapFree=61888748/67111528
[pid=27502] ppid=27500 vsize=158560 CPUtime=102.3 cores=0,2
/proc/27502/stat : 27502 (qutersat_releas) R 27500 27502 27415 0 -1 4202496 24740 0 0 0 10226 4 0 0 25 0 1 0 658371748 162365440 24575 33554432000 4194304 6014671 140735445260192 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27502/statm: 39640 24575 776 445 0 33185 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 158560

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

[startup+102.413 s]
/proc/loadavg: 3.63 3.85 5.29 5/358 27533
/proc/meminfo: memFree=11731880/32950928 swapFree=61888748/67111528
[pid=27502] ppid=27500 vsize=158560 CPUtime=102.4 cores=0,2
/proc/27502/stat : 27502 (qutersat_releas) R 27500 27502 27415 0 -1 4202496 24740 0 0 0 10236 4 0 0 25 0 1 0 658371748 162365440 24575 33554432000 4194304 6014671 140735445260192 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27502/statm: 39640 24575 776 445 0 33185 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 158560

[startup+104.001 s]
/proc/loadavg: 3.63 3.85 5.29 5/358 27533
/proc/meminfo: memFree=11718236/32950928 swapFree=61888748/67111528
[pid=27502] ppid=27500 vsize=158560 CPUtime=103.99 cores=0,2
/proc/27502/stat : 27502 (qutersat_releas) R 27500 27502 27415 0 -1 4202496 24740 0 0 0 10395 4 0 0 25 0 1 0 658371748 162365440 24575 33554432000 4194304 6014671 140735445260192 18446744073709551615 4380650 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27502/statm: 39640 24575 776 445 0 33185 0
Current children cumulated CPU time (s) 103.99
Current children cumulated vsize (KiB) 158560

[startup+104.801 s]
/proc/loadavg: 3.63 3.85 5.29 5/358 27533
/proc/meminfo: memFree=11707696/32950928 swapFree=61888748/67111528
[pid=27502] ppid=27500 vsize=158560 CPUtime=104.79 cores=0,2
/proc/27502/stat : 27502 (qutersat_releas) R 27500 27502 27415 0 -1 4202496 24740 0 0 0 10475 4 0 0 25 0 1 0 658371748 162365440 24575 33554432000 4194304 6014671 140735445260192 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27502/statm: 39640 24575 776 445 0 33185 0
Current children cumulated CPU time (s) 104.79
Current children cumulated vsize (KiB) 158560

[startup+105.601 s]
/proc/loadavg: 3.63 3.85 5.29 5/358 27533
/proc/meminfo: memFree=11685624/32950928 swapFree=61888748/67111528
[pid=27502] ppid=27500 vsize=158560 CPUtime=105.6 cores=0,2
/proc/27502/stat : 27502 (qutersat_releas) R 27500 27502 27415 0 -1 4202496 24740 0 0 0 10556 4 0 0 25 0 1 0 658371748 162365440 24575 33554432000 4194304 6014671 140735445260192 18446744073709551615 4377675 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27502/statm: 39640 24575 776 445 0 33185 0
Current children cumulated CPU time (s) 105.6
Current children cumulated vsize (KiB) 158560

[startup+106.001 s]
/proc/loadavg: 3.63 3.85 5.29 5/358 27533
/proc/meminfo: memFree=11685624/32950928 swapFree=61888748/67111528
[pid=27502] ppid=27500 vsize=158560 CPUtime=105.99 cores=0,2
/proc/27502/stat : 27502 (qutersat_releas) R 27500 27502 27415 0 -1 4202496 24740 0 0 0 10595 4 0 0 25 0 1 0 658371748 162365440 24575 33554432000 4194304 6014671 140735445260192 18446744073709551615 4369619 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27502/statm: 39640 24575 776 445 0 33185 0
Current children cumulated CPU time (s) 105.99
Current children cumulated vsize (KiB) 158560

[startup+106.101 s]
/proc/loadavg: 3.63 3.85 5.29 5/358 27533
/proc/meminfo: memFree=11685624/32950928 swapFree=61888748/67111528
[pid=27502] ppid=27500 vsize=158560 CPUtime=106.09 cores=0,2
/proc/27502/stat : 27502 (qutersat_releas) R 27500 27502 27415 0 -1 4202496 24740 0 0 0 10605 4 0 0 25 0 1 0 658371748 162365440 24575 33554432000 4194304 6014671 140735445260192 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/27502/statm: 39640 24575 776 445 0 33185 0
Current children cumulated CPU time (s) 106.09
Current children cumulated vsize (KiB) 158560

Child status: 0
Real time (s): 106.118
CPU time (s): 106.117
CPU user time (s): 106.068
CPU system time (s): 0.048992
CPU usage (%): 99.9986
Max. virtual memory (cumulated for all children) (KiB): 158560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 106.068
system time used= 0.048992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24744
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 1348

runsolver used 0.317951 second user time and 0.85487 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-15 15:55:30
IDJOB=3377069
IDBENCH=70818
IDSOLVER=1856
FILE ID=node120/3377069-1305467730
RUNJOBID= node120-1305467719-27433
PBS_JOBID= 13325304
Free space on /tmp= 73612 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor032.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377069-1305467730/watcher-3377069-1305467730 -o /tmp/evaluation-result-3377069-1305467730/solver-3377069-1305467730 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377069-1305467730.cnf 1882383788

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

MD5SUM BENCH= e1a6f3a7c69cc7fbec84aac478eb151a
RANDOM SEED=1882383788

node120.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.809
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.61
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.809
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.809
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.809
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.78
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.809
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.809
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.809
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:     32950928 kB
MemFree:      12720120 kB
Buffers:         47108 kB
Cached:         992352 kB
SwapCached:      75588 kB
Active:        7801232 kB
Inactive:     12215468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12720120 kB
SwapTotal:    67111528 kB
SwapFree:     61888748 kB
Dirty:           35748 kB
Writeback:           0 kB
AnonPages:    18906968 kB
Mapped:          25568 kB
Slab:            84188 kB
PageTables:      65576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 59633300 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= 73600 MiB
End job on node120 at 2011-05-15 15:57:16