Trace number 3286311

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 206.173 206.356

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step20.cnf
MD5SUM8f0e3738453893efc8a2d1abcf0d190d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.969
Satisfiable
(Un)Satisfiability was proved
Number of variables50277
Number of clauses283903
Sum of the clauses size636342
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2248375
Number of clauses of size 327490
Number of clauses of size 45332
Number of clauses of size 5458
Number of clauses of size over 51834

Solver Data

0.00/0.00	c Set FPU double precision.
0.08/0.12	c Parse Cnf success: #var: 50277 #clause: 283903
0.08/0.12	c Find Units :        414
0.08/0.14	c Find Invs  :       2476
0.08/0.17	c Find Ands  :      17744 AvgFaninNum: 3.73783
0.08/0.17	c Find Xors  :          0 AvgFaninNum: nan
0.08/0.17	c Find Ite   :          0
0.08/0.19	c UnDirect variable: 3247
0.08/0.19	c UnDirect to Direct Gate: 1711
0.08/0.19	c Forced Direct Gate: 544 Unuse unDirect Gate: 1061
0.08/0.19	c Break Cycle : 4539
0.08/0.19	c Total Root : 2036 Undef Var: 40117
0.18/0.21	c After covering, Total Root: 3939 Leaf: 22002
0.18/0.21	c Variable( cover/uncovered/unused ): 32162 18115 0
0.18/0.21	c Unit Clauses: 414
0.18/0.21	c Binary Clauses( cover/uncovered ): 42198 206140
0.18/0.21	c Clauses( cover/uncovered ): 8449 26665
0.18/0.21	c Total Clauses( cover/uncovered ): 51061 232805 17.9877%
0.18/0.21	c Covered Ands: 8449 Invs: 1711 Xors: 0 Ites: 0
0.29/0.38	c Uncover Clauses avg size: 2.1659 max size: 61
0.29/0.38	c Final circuit: i/l/o/s   39924       0  232624    297923
0.29/0.38	c CnfToAig: Time: 0.37 s
0.58/0.61	c TmMap: Set choices finish.
0.68/0.77	c TmMap: Set big and: 239459
0.68/0.77	c TmMap: Origin: 337848 ClauseNum: 893769 --> New: 279582 ClauseNum: 780317
0.68/0.77	c TmMap: Time: 0.2
0.79/0.82	c Try to Add: #clause: 479683 #xorclause: 0
0.89/0.90	c #var: 47115 #clauses: 34542 Solving... 
206.11/206.31	s UNSATISFIABLE
206.11/206.32	c CPU time: 206.14 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-3286311-1303761096/watcher-3286311-1303761096 -o /tmp/evaluation-result-3286311-1303761096/solver-3286311-1303761096 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3286311-1303761096.cnf 119902663 

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: 4.14 4.06 3.55 4/193 16043
/proc/meminfo: memFree=7766580/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=26212 CPUtime=0 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 426 0 0 0 0 0 0 0 25 0 1 0 487707781 26841088 362 33554432000 4194304 6016207 140737258828336 18446744073709551615 4781472 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16043/statm: 6553 362 289 445 0 97 0

[startup+0.0111131 s]
/proc/loadavg: 4.14 4.06 3.55 4/193 16043
/proc/meminfo: memFree=7766580/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=33544 CPUtime=0 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 2106 0 0 0 0 0 0 0 25 0 1 0 487707781 34349056 2041 33554432000 4194304 6016207 140737258828336 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16043/statm: 8386 2042 379 445 0 1930 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 33544

[startup+0.101099 s]
/proc/loadavg: 4.14 4.06 3.55 4/193 16043
/proc/meminfo: memFree=7766580/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=50952 CPUtime=0.08 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 6488 0 0 0 8 0 0 0 25 0 1 0 487707781 52174848 6423 33554432000 4194304 6016207 140737258828336 18446744073709551615 4804545 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16043/statm: 12738 6424 379 445 0 6282 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50952

[startup+0.301055 s]
/proc/loadavg: 4.14 4.06 3.55 4/193 16043
/proc/meminfo: memFree=7766580/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=62764 CPUtime=0.29 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 9118 0 0 0 28 1 0 0 25 0 1 0 487707781 64270336 9053 33554432000 4194304 6016207 140737258828336 18446744073709551615 4337904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16043/statm: 15691 9054 400 445 0 9235 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62764

[startup+0.700981 s]
/proc/loadavg: 4.14 4.06 3.55 4/193 16043
/proc/meminfo: memFree=7766580/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=132284 CPUtime=0.68 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 26646 0 0 0 65 3 0 0 25 0 1 0 487707781 135458816 26581 33554432000 4194304 6016207 140737258828336 18446744073709551615 4228620 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16043/statm: 33071 26581 672 445 0 26615 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 132284

[startup+1.50086 s]
/proc/loadavg: 4.14 4.06 3.55 5/194 16044
/proc/meminfo: memFree=7635752/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=165564 CPUtime=1.48 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 33318 0 0 0 144 4 0 0 25 0 1 0 487707781 169537536 33253 33554432000 4194304 6016207 140737258828336 18446744073709551615 4424891 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16043/statm: 41391 33253 700 445 0 34935 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 165564

[startup+3.10051 s]
/proc/loadavg: 4.14 4.06 3.55 5/194 16044
/proc/meminfo: memFree=7612828/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=258748 CPUtime=3.09 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 49837 0 0 0 302 7 0 0 25 0 1 0 487707781 264957952 49772 33554432000 4194304 6016207 140737258828336 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/16043/statm: 64687 49772 700 445 0 58231 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 258748

[startup+6.30098 s]
/proc/loadavg: 4.13 4.05 3.55 5/194 16044
/proc/meminfo: memFree=7306920/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=577084 CPUtime=6.28 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 110372 0 0 0 610 18 0 0 25 0 1 0 487707781 590934016 110307 33554432000 4194304 6016207 140737258828336 18446744073709551615 4668199 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16043/statm: 144271 110316 700 445 0 137815 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 577084

[startup+12.7008 s]
/proc/loadavg: 4.12 4.05 3.55 5/194 16044
/proc/meminfo: memFree=7130908/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=668332 CPUtime=12.67 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 125634 0 0 0 1247 20 0 0 25 0 1 0 487707781 684371968 125568 33554432000 4194304 6016207 140737258828336 18446744073709551615 4380880 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16043/statm: 167083 125568 723 445 0 160627 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 668332

[startup+25.5005 s]
/proc/loadavg: 4.09 4.05 3.56 5/194 16045
/proc/meminfo: memFree=7069776/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=688212 CPUtime=25.45 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 130821 0 0 0 2523 22 0 0 25 0 1 0 487707781 704729088 130755 33554432000 4194304 6016207 140737258828336 18446744073709551615 4424131 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16043/statm: 172053 130755 731 445 0 165597 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 688212

[startup+51.1008 s]
/proc/loadavg: 4.06 4.05 3.57 5/194 16045
/proc/meminfo: memFree=6924560/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=726300 CPUtime=51 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 135536 0 0 0 5077 23 0 0 25 0 1 0 487707781 743731200 135442 33554432000 4194304 6016207 140737258828336 18446744073709551615 4663007 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16043/statm: 181575 135442 731 445 0 175119 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 726300

[startup+102.306 s]
/proc/loadavg: 4.02 4.04 3.59 5/194 16047
/proc/meminfo: memFree=6355984/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=736052 CPUtime=102.11 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 138852 0 0 0 10186 25 0 0 25 0 1 0 487707781 753717248 138717 33554432000 4194304 6016207 140737258828336 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16043/statm: 184013 138717 731 445 0 177557 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 736052

[startup+162.301 s]
/proc/loadavg: 4.07 4.04 3.62 5/194 16048
/proc/meminfo: memFree=6236096/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=736052 CPUtime=162.1 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 141055 0 0 0 16184 26 0 0 25 0 1 0 487707781 753717248 140830 33554432000 4194304 6016207 140737258828336 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16043/statm: 184013 140830 731 445 0 177557 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 736052

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

[startup+179.101 s]
/proc/loadavg: 4.06 4.04 3.62 5/194 16049
/proc/meminfo: memFree=5870940/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=736052 CPUtime=178.91 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 142140 0 0 0 17864 27 0 0 25 0 1 0 487707781 753717248 141915 33554432000 4194304 6016207 140737258828336 18446744073709551615 4424914 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16043/statm: 184013 141915 731 445 0 177557 0
Current children cumulated CPU time (s) 178.91
Current children cumulated vsize (KiB) 736052

[startup+191.901 s]
/proc/loadavg: 4.04 4.04 3.63 5/194 16049
/proc/meminfo: memFree=5775088/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=736052 CPUtime=191.7 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 143201 0 0 0 19143 27 0 0 25 0 1 0 487707781 753717248 142976 33554432000 4194304 6016207 140737258828336 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16043/statm: 184013 142976 731 445 0 177557 0
Current children cumulated CPU time (s) 191.7
Current children cumulated vsize (KiB) 736052

[startup+198.301 s]
/proc/loadavg: 4.04 4.04 3.63 5/194 16049
/proc/meminfo: memFree=5760236/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=736052 CPUtime=198.1 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 143981 0 0 0 19783 27 0 0 25 0 1 0 487707781 753717248 143756 33554432000 4194304 6016207 140737258828336 18446744073709551615 4378027 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16043/statm: 184013 143756 731 445 0 177557 0
Current children cumulated CPU time (s) 198.1
Current children cumulated vsize (KiB) 736052

[startup+201.5 s]
/proc/loadavg: 4.04 4.03 3.63 5/194 16049
/proc/meminfo: memFree=5744856/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=736052 CPUtime=201.31 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 144276 0 0 0 20103 28 0 0 25 0 1 0 487707781 753717248 144051 33554432000 4194304 6016207 140737258828336 18446744073709551615 4424243 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16043/statm: 184013 144051 731 445 0 177557 0
Current children cumulated CPU time (s) 201.31
Current children cumulated vsize (KiB) 736052

[startup+204.701 s]
/proc/loadavg: 4.04 4.03 3.63 5/194 16049
/proc/meminfo: memFree=5734688/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=736052 CPUtime=204.51 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 144337 0 0 0 20423 28 0 0 25 0 1 0 487707781 753717248 144112 33554432000 4194304 6016207 140737258828336 18446744073709551615 4424318 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16043/statm: 184013 144112 731 445 0 177557 0
Current children cumulated CPU time (s) 204.51
Current children cumulated vsize (KiB) 736052

[startup+205.501 s]
/proc/loadavg: 4.04 4.03 3.63 5/194 16049
/proc/meminfo: memFree=5734688/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=736052 CPUtime=205.31 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 144337 0 0 0 20503 28 0 0 25 0 1 0 487707781 753717248 144112 33554432000 4194304 6016207 140737258828336 18446744073709551615 4371192 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16043/statm: 184013 144112 731 445 0 177557 0
Current children cumulated CPU time (s) 205.31
Current children cumulated vsize (KiB) 736052

[startup+205.901 s]
/proc/loadavg: 4.03 4.03 3.64 5/194 16049
/proc/meminfo: memFree=5730100/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=736052 CPUtime=205.71 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 144337 0 0 0 20543 28 0 0 25 0 1 0 487707781 753717248 144112 33554432000 4194304 6016207 140737258828336 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16043/statm: 184013 144112 731 445 0 177557 0
Current children cumulated CPU time (s) 205.71
Current children cumulated vsize (KiB) 736052

[startup+206.301 s]
/proc/loadavg: 4.03 4.03 3.64 5/194 16049
/proc/meminfo: memFree=5730100/32951124 swapFree=67111352/67111528
[pid=16043] ppid=16041 vsize=736052 CPUtime=206.11 cores=0,2
/proc/16043/stat : 16043 (qutersat_releas) R 16041 16043 15612 0 -1 4202496 144338 0 0 0 20583 28 0 0 25 0 1 0 487707781 753717248 144031 33554432000 4194304 6016207 140737258828336 18446744073709551615 4809451 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16043/statm: 184013 144031 731 445 0 177557 0
Current children cumulated CPU time (s) 206.11
Current children cumulated vsize (KiB) 736052

Child status: 0
Real time (s): 206.356
CPU time (s): 206.173
CPU user time (s): 205.862
CPU system time (s): 0.310952
CPU usage (%): 99.911
Max. virtual memory (cumulated for all children) (KiB): 736052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 205.862
system time used= 0.310952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144343
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= 12
involuntary context switches= 1411

runsolver used 0.374943 second user time and 0.754885 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-25 21:51:36
IDJOB=3286311
IDBENCH=82422
IDSOLVER=1607
FILE ID=node134/3286311-1303761096
RUNJOBID= node134-1303759504-15631
PBS_JOBID= 13157124
Free space on /tmp= 70856 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286311-1303761096/watcher-3286311-1303761096 -o /tmp/evaluation-result-3286311-1303761096/solver-3286311-1303761096 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3286311-1303761096.cnf 119902663

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

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=119902663

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.75
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7766860 kB
Buffers:       2292700 kB
Cached:        8794096 kB
SwapCached:         64 kB
Active:       17791480 kB
Inactive:      6813416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7766860 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           84296 kB
Writeback:          32 kB
AnonPages:    13517316 kB
Mapped:          20400 kB
Slab:           483788 kB
PageTables:      34888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 15644720 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70852 MiB
End job on node134 at 2011-04-25 21:55:02