Trace number 3286702

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
synit_sat 2011-03-03UNSAT 182.54 182.549

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.01	c start  0 total 0
0.00/0.06	c Find Units :        224
0.00/0.06	c Find Invs  :       1263
0.00/0.07	c Find Ands  :       9325 AvgFaninNum: 3.64976
0.00/0.07	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.07	c Find Ite   :          0
0.00/0.08	c UnDirect variable: 1526
0.00/0.08	c UnDirect to Direct Gate: 976
0.00/0.08	c Forced Direct Gate: 444 Unuse unDirect Gate: 547
0.00/0.08	c Break Cycle : 2324
0.00/0.08	c Total Root : 1100 Undef Var: 20725
0.00/0.09	c After covering, Total Root: 1955 Leaf: 11517
0.00/0.09	c Variable( cover/uncovered/unused ): 16423 9208 0
0.00/0.09	c Unit Clauses: 224
0.00/0.09	c Binary Clauses( cover/uncovered ): 20475 104845
0.00/0.09	c Clauses( cover/uncovered ): 3930 12753
0.00/0.09	c Total Clauses( cover/uncovered ): 24629 117598 17.3167%
0.00/0.09	c Covered Ands: 3930 Invs: 976 Xors: 0 Ites: 0
0.08/0.15	c Uncover Clauses avg size: 2.16258 max size: 49
0.08/0.16	c Final circuit: i/l/o/s   20579       0  116858    148713
0.08/0.16	c cover rate 17.3167
0.08/0.16	c rocky end  0.14 total 0.14
0.28/0.34	c covering time  0.19 total 0.33
182.38/182.49	c solve time  182.14 total 182.47
182.38/182.49	s UNSATISFIABLE 

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-3286702-1303767332/watcher-3286702-1303767332 -o /tmp/evaluation-result-3286702-1303767332/solver-3286702-1303767332 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3286702-1303767332.cnf 781568457 

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.26 2.03 2.96 4/182 10221
/proc/meminfo: memFree=23522112/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=6048 CPUtime=0 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4194304 90 0 0 0 0 0 0 0 22 0 1 0 488331125 6193152 45 33554432000 4194304 4947581 140733644287200 18446744073709551615 255372377735 0 2147483391 4096 0 0 0 0 17 0 0 0 0
/proc/10221/statm: 1512 45 35 184 0 734 0

[startup+0.016347 s]
/proc/loadavg: 1.26 2.03 2.96 4/182 10221
/proc/meminfo: memFree=23522112/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=31712 CPUtime=0 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4202496 2699 0 0 0 0 0 0 0 22 0 1 0 488331125 32473088 2633 33554432000 4194304 4947581 140733644287200 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10221/statm: 7928 2634 376 184 0 2803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 31712

[startup+0.100338 s]
/proc/loadavg: 1.26 2.03 2.96 4/182 10221
/proc/meminfo: memFree=23522112/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=41948 CPUtime=0.08 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4202496 5167 0 0 0 8 0 0 0 22 0 1 0 488331125 42954752 5101 33554432000 4194304 4947581 140733644287200 18446744073709551615 4787487 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10221/statm: 10487 5101 385 184 0 5362 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 41948

[startup+0.300284 s]
/proc/loadavg: 1.26 2.03 2.96 4/182 10221
/proc/meminfo: memFree=23522112/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=73908 CPUtime=0.28 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4202496 13625 0 0 0 27 1 0 0 23 0 1 0 488331125 75681792 13325 33554432000 4194304 4947581 140733644287200 18446744073709551615 4740054 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10221/statm: 18477 13325 410 184 0 13352 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 73908

[startup+0.700244 s]
/proc/loadavg: 1.26 2.03 2.96 4/182 10221
/proc/meminfo: memFree=23522112/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=149136 CPUtime=0.68 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4202496 28587 0 0 0 64 4 0 0 25 0 1 0 488331125 152715264 28287 33554432000 4194304 4947581 140733644287200 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10221/statm: 37284 28287 433 184 0 32159 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 149136

[startup+1.50109 s]
/proc/loadavg: 1.26 2.03 2.96 5/194 10244
/proc/meminfo: memFree=23125900/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=199440 CPUtime=1.48 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4202496 38848 0 0 0 143 5 0 0 25 0 1 0 488331125 204226560 38548 33554432000 4194304 4947581 140733644287200 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10221/statm: 49860 38555 438 184 0 44735 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 199440

[startup+3.10079 s]
/proc/loadavg: 1.26 2.03 2.96 5/194 10244
/proc/meminfo: memFree=22753660/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=333712 CPUtime=3.08 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4202496 65876 0 0 0 299 9 0 0 25 0 1 0 488331125 341721088 65576 33554432000 4194304 4947581 140733644287200 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10221/statm: 83428 65576 438 184 0 78303 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 333712

[startup+6.30117 s]
/proc/loadavg: 1.56 2.08 2.97 5/194 10245
/proc/meminfo: memFree=22177372/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=446096 CPUtime=6.29 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4202496 88052 0 0 0 617 12 0 0 25 0 1 0 488331125 456802304 87752 33554432000 4194304 4947581 140733644287200 18446744073709551615 4651744 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10221/statm: 111524 87752 438 184 0 106399 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 446096

[startup+12.701 s]
/proc/loadavg: 1.75 2.11 2.97 5/194 10245
/proc/meminfo: memFree=21556976/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=491216 CPUtime=12.69 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4202496 94292 0 0 0 1256 13 0 0 25 0 1 0 488331125 503005184 93992 33554432000 4194304 4947581 140733644287200 18446744073709551615 4341216 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10221/statm: 122804 93992 469 184 0 117679 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 491216

[startup+25.5006 s]
/proc/loadavg: 2.25 2.20 2.99 5/194 10245
/proc/meminfo: memFree=20409732/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=500496 CPUtime=25.48 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4202496 99072 0 0 0 2535 13 0 0 25 0 1 0 488331125 512507904 98765 33554432000 4194304 4947581 140733644287200 18446744073709551615 4515664 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10221/statm: 125124 98765 470 184 0 119999 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 500496

[startup+51.1009 s]
/proc/loadavg: 2.85 2.35 3.02 5/194 10273
/proc/meminfo: memFree=20575608/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=537512 CPUtime=51.08 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4202496 103836 0 0 0 5093 15 0 0 25 0 1 0 488331125 550412288 103529 33554432000 4194304 4947581 140733644287200 18446744073709551615 4352039 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10221/statm: 134378 103529 470 184 0 129253 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 537512

[startup+102.307 s]
/proc/loadavg: 3.50 2.60 3.06 5/194 10382
/proc/meminfo: memFree=20497416/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=557104 CPUtime=102.29 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4202496 108457 0 0 0 10212 17 0 0 25 0 1 0 488331125 570474496 107325 33554432000 4194304 4947581 140733644287200 18446744073709551615 4400319 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10221/statm: 139276 107325 470 184 0 134151 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 557104

[startup+162.3 s]
/proc/loadavg: 3.81 2.85 3.12 6/194 10492
/proc/meminfo: memFree=20930156/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=557104 CPUtime=162.28 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4202496 111648 0 0 0 16211 17 0 0 25 0 1 0 488331125 570474496 110516 33554432000 4194304 4947581 140733644287200 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10221/statm: 139276 110516 470 184 0 134151 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 557104

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

[startup+166.301 s]
/proc/loadavg: 3.83 2.87 3.12 6/194 10492
/proc/meminfo: memFree=20835688/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=557104 CPUtime=166.28 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4202496 111648 0 0 0 16611 17 0 0 25 0 1 0 488331125 570474496 110516 33554432000 4194304 4947581 140733644287200 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10221/statm: 139276 110516 470 184 0 134151 0
Current children cumulated CPU time (s) 166.28
Current children cumulated vsize (KiB) 557104

[startup+172.707 s]
/proc/loadavg: 3.84 2.89 3.13 6/194 10492
/proc/meminfo: memFree=20813868/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=557104 CPUtime=172.69 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4202496 111648 0 0 0 17252 17 0 0 25 0 1 0 488331125 570474496 110516 33554432000 4194304 4947581 140733644287200 18446744073709551615 4398697 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10221/statm: 139276 110516 470 184 0 134151 0
Current children cumulated CPU time (s) 172.69
Current children cumulated vsize (KiB) 557104

[startup+179.1 s]
/proc/loadavg: 3.85 2.91 3.13 6/194 10492
/proc/meminfo: memFree=20800364/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=557104 CPUtime=179.08 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4202496 111660 0 0 0 17891 17 0 0 25 0 1 0 488331125 570474496 110528 33554432000 4194304 4947581 140733644287200 18446744073709551615 4399860 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10221/statm: 139276 110528 470 184 0 134151 0
Current children cumulated CPU time (s) 179.08
Current children cumulated vsize (KiB) 557104

[startup+180.701 s]
/proc/loadavg: 3.87 2.93 3.14 6/194 10492
/proc/meminfo: memFree=20798120/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=557104 CPUtime=180.68 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4202496 111660 0 0 0 18051 17 0 0 25 0 1 0 488331125 570474496 110528 33554432000 4194304 4947581 140733644287200 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10221/statm: 139276 110528 470 184 0 134151 0
Current children cumulated CPU time (s) 180.68
Current children cumulated vsize (KiB) 557104

[startup+181.507 s]
/proc/loadavg: 3.87 2.93 3.14 6/194 10492
/proc/meminfo: memFree=20797004/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=557104 CPUtime=181.49 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4202496 111660 0 0 0 18132 17 0 0 25 0 1 0 488331125 570474496 110528 33554432000 4194304 4947581 140733644287200 18446744073709551615 4346146 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10221/statm: 139276 110528 470 184 0 134151 0
Current children cumulated CPU time (s) 181.49
Current children cumulated vsize (KiB) 557104

[startup+182.301 s]
/proc/loadavg: 3.87 2.93 3.14 6/194 10492
/proc/meminfo: memFree=20797004/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=557104 CPUtime=182.28 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4202496 111660 0 0 0 18211 17 0 0 25 0 1 0 488331125 570474496 110528 33554432000 4194304 4947581 140733644287200 18446744073709551615 4346191 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10221/statm: 139276 110528 470 184 0 134151 0
Current children cumulated CPU time (s) 182.28
Current children cumulated vsize (KiB) 557104

[startup+182.501 s]
/proc/loadavg: 3.87 2.93 3.14 6/194 10492
/proc/meminfo: memFree=20796328/32951124 swapFree=67111524/67111528
[pid=10221] ppid=10219 vsize=557104 CPUtime=182.49 cores=0,2
/proc/10221/stat : 10221 (synit_sat) R 10219 10221 8720 0 -1 4202496 111660 0 0 0 18232 17 0 0 25 0 1 0 488331125 570474496 110528 33554432000 4194304 4947581 140733644287200 18446744073709551615 4851253 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10221/statm: 139276 110528 470 184 0 134151 0
Current children cumulated CPU time (s) 182.49
Current children cumulated vsize (KiB) 557104

Child status: 0
Real time (s): 182.549
CPU time (s): 182.54
CPU user time (s): 182.341
CPU system time (s): 0.198969
CPU usage (%): 99.9954
Max. virtual memory (cumulated for all children) (KiB): 557104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.341
system time used= 0.198969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111665
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= 11
involuntary context switches= 341

runsolver used 0.282956 second user time and 0.71889 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-25 23:35:33
IDJOB=3286702
IDBENCH=82433
IDSOLVER=1571
FILE ID=node135/3286702-1303767332
RUNJOBID= node135-1303767332-10201
PBS_JOBID= 13157148
Free space on /tmp= 71252 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286702-1303767332/watcher-3286702-1303767332 -o /tmp/evaluation-result-3286702-1303767332/solver-3286702-1303767332 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3286702-1303767332.cnf 781568457

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=781568457

node135.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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23522888 kB
Buffers:       1810964 kB
Cached:        6968424 kB
SwapCached:          4 kB
Active:         345312 kB
Inactive:      8507792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23522888 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7440 kB
Writeback:           0 kB
AnonPages:       73104 kB
Mapped:          14496 kB
Slab:           511232 kB
PageTables:       5628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   199872 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= 71208 MiB
End job on node135 at 2011-04-25 23:38:35