Trace number 3377084

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 152.179 152.18

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.179
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

Solver Data

0.00/0.00	c Set FPU double precision.
0.02/0.05	c Parse Cnf success: #var: 25631 #clause: 142227
0.02/0.05	c Find Units :        224
0.02/0.06	c Find Invs  :       1263
0.02/0.06	c Find Ands  :       9325 AvgFaninNum: 3.64976
0.02/0.06	c Find Xors  :          0 AvgFaninNum: nan
0.02/0.07	c Find Ite   :          0
0.02/0.07	c UnDirect variable: 1526
0.02/0.07	c UnDirect to Direct Gate: 975
0.02/0.07	c Forced Direct Gate: 443 Unuse unDirect Gate: 547
0.02/0.07	c Break Cycle : 2321
0.02/0.07	c Total Root : 1099 Undef Var: 20723
0.02/0.08	c After covering, Total Root: 2008 Leaf: 11564
0.02/0.08	c Variable( cover/uncovered/unused ): 16472 9159 0
0.02/0.08	c Unit Clauses: 224
0.02/0.08	c Binary Clauses( cover/uncovered ): 20428 104892
0.02/0.08	c Clauses( cover/uncovered ): 3933 12750
0.02/0.08	c Total Clauses( cover/uncovered ): 24585 117642 17.2857%
0.02/0.08	c Covered Ands: 3933 Invs: 975 Xors: 0 Ites: 0
0.09/0.15	c Uncover Clauses avg size: 2.16293 max size: 49
0.09/0.15	c Final circuit: i/l/o/s   20577       0  116903    148759
0.09/0.15	c CnfToAig: Time: 0.14 s
0.18/0.26	c TmMap: Set choices finish.
0.29/0.33	c TmMap: Set big and: 119947
0.29/0.33	c TmMap: Origin: 169337 ClauseNum: 446277 --> New: 140687 ClauseNum: 390620
0.29/0.33	c TmMap: Time: 0.08
0.29/0.35	c Try to Add: #clause: 240517 #xorclause: 0
0.29/0.39	c #var: 23868 #clauses: 16360 Solving... 
152.09/152.15	s UNSATISFIABLE
152.09/152.16	c CPU time: 152.16 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-3377084-1305468343/watcher-3377084-1305468343 -o /tmp/evaluation-result-3377084-1305468343/solver-3377084-1305468343 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377084-1305468343.cnf 48951015 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.08 4.22 5.14 5/257 22070
/proc/meminfo: memFree=22434104/32951124 swapFree=61559568/67111528
[pid=22070] ppid=22068 vsize=26264 CPUtime=0 cores=5,7
/proc/22070/stat : 22070 (qutersat_releas) R 22068 22070 21820 0 -1 4194304 254 0 0 0 0 0 0 0 25 0 1 0 658435058 26894336 205 33554432000 4194304 6014671 140733436004592 18446744073709551615 222916809015 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22070/statm: 6566 205 170 445 0 98 0

[startup+0.032913 s]
/proc/loadavg: 4.08 4.22 5.14 5/257 22070
/proc/meminfo: memFree=22434104/32951124 swapFree=61559568/67111528
[pid=22070] ppid=22068 vsize=38508 CPUtime=0.02 cores=5,7
/proc/22070/stat : 22070 (qutersat_releas) R 22068 22070 21820 0 -1 4202496 3371 0 0 0 2 0 0 0 25 0 1 0 658435058 39432192 3307 33554432000 4194304 6014671 140733436004592 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22070/statm: 9627 3309 378 445 0 3172 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 38508

[startup+0.100897 s]
/proc/loadavg: 4.08 4.22 5.14 5/257 22070
/proc/meminfo: memFree=22434104/32951124 swapFree=61559568/67111528
[pid=22070] ppid=22068 vsize=44652 CPUtime=0.09 cores=5,7
/proc/22070/stat : 22070 (qutersat_releas) R 22068 22070 21820 0 -1 4202496 4682 0 0 0 9 0 0 0 25 0 1 0 658435058 45723648 4618 33554432000 4194304 6014671 140733436004592 18446744073709551615 4234846 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22070/statm: 11163 4618 398 445 0 4708 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44652

[startup+0.300865 s]
/proc/loadavg: 4.08 4.22 5.14 5/257 22070
/proc/meminfo: memFree=22434104/32951124 swapFree=61559568/67111528
[pid=22070] ppid=22068 vsize=83776 CPUtime=0.29 cores=5,7
/proc/22070/stat : 22070 (qutersat_releas) R 22068 22070 21820 0 -1 4202496 14923 0 0 0 28 1 0 0 25 0 1 0 658435058 85786624 14859 33554432000 4194304 6014671 140733436004592 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22070/statm: 20944 14859 670 445 0 14489 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83776

[startup+0.700787 s]
/proc/loadavg: 4.08 4.22 5.14 5/257 22070
/proc/meminfo: memFree=22434104/32951124 swapFree=61559568/67111528
[pid=22070] ppid=22068 vsize=101696 CPUtime=0.68 cores=5,7
/proc/22070/stat : 22070 (qutersat_releas) R 22068 22070 21820 0 -1 4202496 18489 0 0 0 67 1 0 0 25 0 1 0 658435058 104136704 18425 33554432000 4194304 6014671 140733436004592 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22070/statm: 25424 18425 701 445 0 18969 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 101696

[startup+1.50064 s]
/proc/loadavg: 4.08 4.22 5.14 5/258 22071
/proc/meminfo: memFree=22351760/32951124 swapFree=61559568/67111528
[pid=22070] ppid=22068 vsize=162240 CPUtime=1.49 cores=5,7
/proc/22070/stat : 22070 (qutersat_releas) R 22068 22070 21820 0 -1 4202496 29298 0 0 0 146 3 0 0 25 0 1 0 658435058 166133760 29234 33554432000 4194304 6014671 140733436004592 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22070/statm: 40560 29234 701 445 0 34105 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 162240

[startup+3.10035 s]
/proc/loadavg: 4.08 4.22 5.14 5/258 22071
/proc/meminfo: memFree=22263480/32951124 swapFree=61559568/67111528
[pid=22070] ppid=22068 vsize=261696 CPUtime=3.08 cores=5,7
/proc/22070/stat : 22070 (qutersat_releas) R 22068 22070 21820 0 -1 4202496 47699 0 0 0 303 5 0 0 25 0 1 0 658435058 267976704 47635 33554432000 4194304 6014671 140733436004592 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22070/statm: 65424 47635 701 445 0 58969 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 261696

[startup+6.30076 s]
/proc/loadavg: 4.07 4.22 5.13 5/258 22071
/proc/meminfo: memFree=22236892/32951124 swapFree=61559568/67111528
[pid=22070] ppid=22068 vsize=294136 CPUtime=6.28 cores=5,7
/proc/22070/stat : 22070 (qutersat_releas) R 22068 22070 21820 0 -1 4202496 50526 0 0 0 622 6 0 0 25 0 1 0 658435058 301195264 50462 33554432000 4194304 6014671 140733436004592 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22070/statm: 73534 50462 724 445 0 67079 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 294136

[startup+12.7006 s]
/proc/loadavg: 4.07 4.21 5.12 5/258 22071
/proc/meminfo: memFree=22224408/32951124 swapFree=61559568/67111528
[pid=22070] ppid=22068 vsize=312720 CPUtime=12.69 cores=5,7
/proc/22070/stat : 22070 (qutersat_releas) R 22068 22070 21820 0 -1 4202496 53042 0 0 0 1262 7 0 0 25 0 1 0 658435058 320225280 52978 33554432000 4194304 6014671 140733436004592 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22070/statm: 78180 52978 728 445 0 71725 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 312720

[startup+25.5003 s]
/proc/loadavg: 4.05 4.20 5.10 5/258 22072
/proc/meminfo: memFree=22214992/32951124 swapFree=61559568/67111528
[pid=22070] ppid=22068 vsize=312720 CPUtime=25.49 cores=5,7
/proc/22070/stat : 22070 (qutersat_releas) R 22068 22070 21820 0 -1 4202496 54691 0 0 0 2542 7 0 0 25 0 1 0 658435058 320225280 54627 33554432000 4194304 6014671 140733436004592 18446744073709551615 4367512 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22070/statm: 78180 54627 728 445 0 71725 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 312720

[startup+51.1006 s]
/proc/loadavg: 4.11 4.20 5.08 5/258 22072
/proc/meminfo: memFree=22184824/32951124 swapFree=61559568/67111528
[pid=22070] ppid=22068 vsize=350348 CPUtime=51.09 cores=5,7
/proc/22070/stat : 22070 (qutersat_releas) R 22068 22070 21820 0 -1 4202496 61495 0 0 0 5101 8 0 0 25 0 1 0 658435058 358756352 61423 33554432000 4194304 6014671 140733436004592 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22070/statm: 87587 61423 728 445 0 81132 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 350348

[startup+102.309 s]
/proc/loadavg: 4.10 4.18 5.03 5/258 22074
/proc/meminfo: memFree=22146732/32951124 swapFree=61559568/67111528
[pid=22070] ppid=22068 vsize=350348 CPUtime=102.3 cores=5,7
/proc/22070/stat : 22070 (qutersat_releas) R 22068 22070 21820 0 -1 4202496 63414 0 0 0 10221 9 0 0 25 0 1 0 658435058 358756352 63337 33554432000 4194304 6014671 140733436004592 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22070/statm: 87587 63337 728 445 0 81132 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 350348

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

[startup+127.901 s]
/proc/loadavg: 4.07 4.17 5.00 5/258 22074
/proc/meminfo: memFree=22146224/32951124 swapFree=61559568/67111528
[pid=22070] ppid=22068 vsize=350348 CPUtime=127.89 cores=5,7
/proc/22070/stat : 22070 (qutersat_releas) R 22068 22070 21820 0 -1 4202496 63543 0 0 0 12780 9 0 0 25 0 1 0 658435058 358756352 63466 33554432000 4194304 6014671 140733436004592 18446744073709551615 4386285 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22070/statm: 87587 63466 728 445 0 81132 0
Current children cumulated CPU time (s) 127.89
Current children cumulated vsize (KiB) 350348

[startup+140.7 s]
/proc/loadavg: 4.05 4.16 4.98 5/258 22075
/proc/meminfo: memFree=22134684/32951124 swapFree=61559568/67111528
[pid=22070] ppid=22068 vsize=350348 CPUtime=140.69 cores=5,7
/proc/22070/stat : 22070 (qutersat_releas) R 22068 22070 21820 0 -1 4202496 65485 0 0 0 14060 9 0 0 25 0 1 0 658435058 358756352 65408 33554432000 4194304 6014671 140733436004592 18446744073709551615 4517515 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22070/statm: 87587 65408 728 445 0 81132 0
Current children cumulated CPU time (s) 140.69
Current children cumulated vsize (KiB) 350348

[startup+147.101 s]
/proc/loadavg: 4.05 4.15 4.97 5/258 22075
/proc/meminfo: memFree=22131816/32951124 swapFree=61559568/67111528
[pid=22070] ppid=22068 vsize=350348 CPUtime=147.09 cores=5,7
/proc/22070/stat : 22070 (qutersat_releas) R 22068 22070 21820 0 -1 4202496 66014 0 0 0 14699 10 0 0 25 0 1 0 658435058 358756352 65937 33554432000 4194304 6014671 140733436004592 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22070/statm: 87587 65937 728 445 0 81132 0
Current children cumulated CPU time (s) 147.09
Current children cumulated vsize (KiB) 350348

[startup+150.3 s]
/proc/loadavg: 4.04 4.15 4.97 5/258 22075
/proc/meminfo: memFree=22130700/32951124 swapFree=61559568/67111528
[pid=22070] ppid=22068 vsize=350348 CPUtime=150.29 cores=5,7
/proc/22070/stat : 22070 (qutersat_releas) R 22068 22070 21820 0 -1 4202496 66014 0 0 0 15019 10 0 0 25 0 1 0 658435058 358756352 65937 33554432000 4194304 6014671 140733436004592 18446744073709551615 4423311 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22070/statm: 87587 65937 728 445 0 81132 0
Current children cumulated CPU time (s) 150.29
Current children cumulated vsize (KiB) 350348

[startup+151.1 s]
/proc/loadavg: 4.04 4.15 4.97 5/258 22075
/proc/meminfo: memFree=22130576/32951124 swapFree=61559568/67111528
[pid=22070] ppid=22068 vsize=350348 CPUtime=151.09 cores=5,7
/proc/22070/stat : 22070 (qutersat_releas) R 22068 22070 21820 0 -1 4202496 66014 0 0 0 15099 10 0 0 25 0 1 0 658435058 358756352 65937 33554432000 4194304 6014671 140733436004592 18446744073709551615 4372082 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22070/statm: 87587 65937 728 445 0 81132 0
Current children cumulated CPU time (s) 151.09
Current children cumulated vsize (KiB) 350348

[startup+151.901 s]
/proc/loadavg: 4.04 4.15 4.97 5/258 22075
/proc/meminfo: memFree=22129832/32951124 swapFree=61559568/67111528
[pid=22070] ppid=22068 vsize=350348 CPUtime=151.89 cores=5,7
/proc/22070/stat : 22070 (qutersat_releas) R 22068 22070 21820 0 -1 4202496 66036 0 0 0 15179 10 0 0 25 0 1 0 658435058 358756352 65959 33554432000 4194304 6014671 140733436004592 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22070/statm: 87587 65959 728 445 0 81132 0
Current children cumulated CPU time (s) 151.89
Current children cumulated vsize (KiB) 350348

[startup+152.101 s]
/proc/loadavg: 4.04 4.15 4.97 5/258 22075
/proc/meminfo: memFree=22129832/32951124 swapFree=61559568/67111528
[pid=22070] ppid=22068 vsize=350348 CPUtime=152.09 cores=5,7
/proc/22070/stat : 22070 (qutersat_releas) R 22068 22070 21820 0 -1 4202496 66036 0 0 0 15199 10 0 0 25 0 1 0 658435058 358756352 65959 33554432000 4194304 6014671 140733436004592 18446744073709551615 4424008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22070/statm: 87587 65959 728 445 0 81132 0
Current children cumulated CPU time (s) 152.09
Current children cumulated vsize (KiB) 350348

Child status: 0
Real time (s): 152.18
CPU time (s): 152.179
CPU user time (s): 152.067
CPU system time (s): 0.111982
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 350348

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

runsolver used 0.328949 second user time and 0.797878 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-15 16:05:43
IDJOB=3377084
IDBENCH=82433
IDSOLVER=1856
FILE ID=node109/3377084-1305468343
RUNJOBID= node109-1305467733-21841
PBS_JOBID= 13325310
Free space on /tmp= 73256 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377084-1305468343/watcher-3377084-1305468343 -o /tmp/evaluation-result-3377084-1305468343/solver-3377084-1305468343 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377084-1305468343.cnf 48951015

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=48951015

node109.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	: 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.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.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.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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22434376 kB
Buffers:        276788 kB
Cached:        2585268 kB
SwapCached:      28404 kB
Active:        1766984 kB
Inactive:      8520264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22434376 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:            3976 kB
Writeback:           0 kB
AnonPages:     7403080 kB
Mapped:          23824 kB
Slab:           132288 kB
PageTables:      34616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19769420 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= 73256 MiB
End job on node109 at 2011-05-15 16:08:15