Trace number 3286288

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 216.74 216.735

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 start  0 total 0
0.09/0.10	c Find Units :        414
0.09/0.11	c Find Invs  :       2476
0.09/0.13	c Find Ands  :      17744 AvgFaninNum: 3.73783
0.09/0.13	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.13	c Find Ite   :          0
0.09/0.14	c UnDirect variable: 3247
0.09/0.14	c UnDirect to Direct Gate: 1711
0.09/0.14	c Forced Direct Gate: 544 Unuse unDirect Gate: 1061
0.09/0.14	c Break Cycle : 4546
0.09/0.14	c Total Root : 2036 Undef Var: 40124
0.09/0.16	c After covering, Total Root: 3908 Leaf: 22041
0.09/0.16	c Variable( cover/uncovered/unused ): 32194 18083 0
0.09/0.16	c Unit Clauses: 414
0.09/0.16	c Binary Clauses( cover/uncovered ): 42026 206312
0.09/0.16	c Clauses( cover/uncovered ): 8442 26672
0.09/0.16	c Total Clauses( cover/uncovered ): 50882 232984 17.9247%
0.09/0.16	c Covered Ands: 8442 Invs: 1711 Xors: 0 Ites: 0
0.19/0.28	c Uncover Clauses avg size: 2.16648 max size: 61
0.19/0.29	c Final circuit: i/l/o/s   39931       0  232802    298098
0.19/0.29	c cover rate 17.9247
0.19/0.29	c rocky end  0.28 total 0.28
0.59/0.64	c covering time  0.36 total 0.64
216.61/216.62	c solve time  215.99 total 216.63
216.61/216.62	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-3286288-1303765669/watcher-3286288-1303765669 -o /tmp/evaluation-result-3286288-1303765669/solver-3286288-1303765669 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3286288-1303765669.cnf 981043660 

running on 2 cores: 1,3

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: 7.64 6.46 4.97 3/189 24761
/proc/meminfo: memFree=24122980/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=30684 CPUtime=0 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 2308 0 0 0 0 0 0 0 21 0 1 0 488167770 31420416 2243 33554432000 4194304 4947581 140734774802464 18446744073709551615 253640859392 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 7671 2253 365 184 0 2546 0

[startup+0.0970309 s]
/proc/loadavg: 7.64 6.46 4.97 3/189 24761
/proc/meminfo: memFree=24122980/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=53368 CPUtime=0.09 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 7751 0 0 0 8 1 0 0 21 0 1 0 488167770 54648832 7686 33554432000 4194304 4947581 140734774802464 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 13342 7686 377 184 0 8217 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53368

[startup+0.101026 s]
/proc/loadavg: 7.64 6.46 4.97 3/189 24761
/proc/meminfo: memFree=24122980/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=53368 CPUtime=0.09 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 7782 0 0 0 8 1 0 0 21 0 1 0 488167770 54648832 7717 33554432000 4194304 4947581 140734774802464 18446744073709551615 4215412 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 13342 7717 377 184 0 8217 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53368

[startup+0.300997 s]
/proc/loadavg: 7.64 6.46 4.97 3/189 24761
/proc/meminfo: memFree=24122980/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=77464 CPUtime=0.29 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 13463 0 0 0 27 2 0 0 22 0 1 0 488167770 79323136 13398 33554432000 4194304 4947581 140734774802464 18446744073709551615 4826427 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 19366 13398 389 184 0 14241 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77464

[startup+0.700923 s]
/proc/loadavg: 7.64 6.46 4.97 3/189 24761
/proc/meminfo: memFree=24122980/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=191400 CPUtime=0.69 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 39833 0 0 0 64 5 0 0 23 0 1 0 488167770 195993600 39767 33554432000 4194304 4947581 140734774802464 18446744073709551615 4432694 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 47850 39789 421 184 0 42725 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 191400

[startup+1.50077 s]
/proc/loadavg: 7.64 6.46 4.97 4/190 24762
/proc/meminfo: memFree=23819796/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=284572 CPUtime=1.49 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 60024 0 0 0 141 8 0 0 25 0 1 0 488167770 291401728 59957 33554432000 4194304 4947581 140734774802464 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 71143 59957 438 184 0 66018 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 284572

[startup+3.1005 s]
/proc/loadavg: 7.59 6.47 4.98 4/190 24762
/proc/meminfo: memFree=23862328/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=456732 CPUtime=3.09 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 92354 0 0 0 297 12 0 0 25 0 1 0 488167770 467693568 92287 33554432000 4194304 4947581 140734774802464 18446744073709551615 4398524 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 114183 92287 438 184 0 109058 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 456732

[startup+6.3009 s]
/proc/loadavg: 7.59 6.47 4.98 4/190 24762
/proc/meminfo: memFree=23247172/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=770076 CPUtime=6.29 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 151293 0 0 0 609 20 0 0 25 0 1 0 488167770 788557824 151226 33554432000 4194304 4947581 140734774802464 18446744073709551615 4651700 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 192519 151226 438 184 0 187394 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 770076

[startup+12.7007 s]
/proc/loadavg: 7.34 6.46 5.00 4/190 24762
/proc/meminfo: memFree=22666744/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=829600 CPUtime=12.7 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 160314 0 0 0 1248 22 0 0 25 0 1 0 488167770 849510400 160245 33554432000 4194304 4947581 140734774802464 18446744073709551615 4399453 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 207400 160245 465 184 0 202275 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 829600

[startup+25.5004 s]
/proc/loadavg: 7.14 6.44 5.01 4/190 24762
/proc/meminfo: memFree=23321324/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=1041448 CPUtime=25.49 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 205272 0 0 0 2522 27 0 0 25 0 1 0 488167770 1066442752 205202 33554432000 4194304 4947581 140734774802464 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 260362 205202 470 184 0 255237 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1041448

[startup+51.1008 s]
/proc/loadavg: 6.45 6.34 5.01 5/192 24774
/proc/meminfo: memFree=22358508/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=1070872 CPUtime=51.09 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 209552 0 0 0 5081 28 0 0 25 0 1 0 488167770 1096572928 209482 33554432000 4194304 4947581 140734774802464 18446744073709551615 4398472 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 267718 209482 470 184 0 262593 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1070872

[startup+102.306 s]
/proc/loadavg: 5.05 5.97 4.96 5/190 24775
/proc/meminfo: memFree=18952836/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=1090612 CPUtime=102.3 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 213415 0 0 0 10201 29 0 0 25 0 1 0 488167770 1116786688 213340 33554432000 4194304 4947581 140734774802464 18446744073709551615 4358400 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 272653 213340 470 184 0 267528 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1090612

[startup+162.301 s]
/proc/loadavg: 4.38 5.61 4.89 5/190 24804
/proc/meminfo: memFree=21376916/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=1090612 CPUtime=162.29 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 215048 0 0 0 16200 29 0 0 25 0 1 0 488167770 1116786688 214973 33554432000 4194304 4947581 140734774802464 18446744073709551615 4519863 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 272653 214973 470 184 0 267528 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1090612

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

[startup+179.1 s]
/proc/loadavg: 4.30 5.53 4.88 5/190 24804
/proc/meminfo: memFree=21328760/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=1090612 CPUtime=179.09 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 215515 0 0 0 17880 29 0 0 25 0 1 0 488167770 1116786688 215440 33554432000 4194304 4947581 140734774802464 18446744073709551615 4360498 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 272653 215440 470 184 0 267528 0
Current children cumulated CPU time (s) 179.09
Current children cumulated vsize (KiB) 1090612

[startup+191.9 s]
/proc/loadavg: 4.23 5.46 4.87 5/190 24805
/proc/meminfo: memFree=21132812/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=1101256 CPUtime=191.89 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 216615 0 0 0 19159 30 0 0 25 0 1 0 488167770 1127686144 216540 33554432000 4194304 4947581 140734774802464 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 275314 216540 470 184 0 270189 0
Current children cumulated CPU time (s) 191.89
Current children cumulated vsize (KiB) 1101256

[startup+204.701 s]
/proc/loadavg: 4.20 5.41 4.86 5/190 24832
/proc/meminfo: memFree=25616456/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=1111972 CPUtime=204.69 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 218203 0 0 0 20439 30 0 0 25 0 1 0 488167770 1138659328 218119 33554432000 4194304 4947581 140734774802464 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 277993 218119 470 184 0 272868 0
Current children cumulated CPU time (s) 204.69
Current children cumulated vsize (KiB) 1111972

[startup+211.101 s]
/proc/loadavg: 4.16 5.36 4.85 5/190 24832
/proc/meminfo: memFree=24721984/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=1111972 CPUtime=211.1 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 218279 0 0 0 21080 30 0 0 25 0 1 0 488167770 1138659328 218195 33554432000 4194304 4947581 140734774802464 18446744073709551615 4398688 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 277993 218195 470 184 0 272868 0
Current children cumulated CPU time (s) 211.1
Current children cumulated vsize (KiB) 1111972

[startup+214.301 s]
/proc/loadavg: 4.16 5.36 4.85 5/190 24832
/proc/meminfo: memFree=23773448/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=1111972 CPUtime=214.3 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 218279 0 0 0 21399 31 0 0 25 0 1 0 488167770 1138659328 218195 33554432000 4194304 4947581 140734774802464 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 277993 218195 470 184 0 272868 0
Current children cumulated CPU time (s) 214.3
Current children cumulated vsize (KiB) 1111972

[startup+215.901 s]
/proc/loadavg: 4.16 5.36 4.85 5/190 24832
/proc/meminfo: memFree=23755096/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=1111972 CPUtime=215.9 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 218279 0 0 0 21559 31 0 0 25 0 1 0 488167770 1138659328 218195 33554432000 4194304 4947581 140734774802464 18446744073709551615 4398646 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 277993 218195 470 184 0 272868 0
Current children cumulated CPU time (s) 215.9
Current children cumulated vsize (KiB) 1111972

[startup+216.301 s]
/proc/loadavg: 4.16 5.36 4.85 5/190 24832
/proc/meminfo: memFree=23755096/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=1111972 CPUtime=216.3 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202496 218279 0 0 0 21599 31 0 0 25 0 1 0 488167770 1138659328 218195 33554432000 4194304 4947581 140734774802464 18446744073709551615 4399760 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24761/statm: 277993 218195 470 184 0 272868 0
Current children cumulated CPU time (s) 216.3
Current children cumulated vsize (KiB) 1111972

[startup+216.707 s]
/proc/loadavg: 4.15 5.34 4.84 5/190 24832
/proc/meminfo: memFree=23720136/32951124 swapFree=67111348/67111528
[pid=24761] ppid=24759 vsize=0 CPUtime=216.7 cores=1,3
/proc/24761/stat : 24761 (synit_sat) R 24759 24761 23613 0 -1 4202500 218302 0 0 0 21638 32 0 0 25 0 1 0 488167770 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 1 0 0 0
/proc/24761/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 216.7
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 216.735
CPU time (s): 216.74
CPU user time (s): 216.386
CPU system time (s): 0.353946
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1111972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 216.386
system time used= 0.353946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218302
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= 6
involuntary context switches= 453

runsolver used 0.366944 second user time and 0.822874 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-25 23:07:54
IDJOB=3286288
IDBENCH=82422
IDSOLVER=1571
FILE ID=node106/3286288-1303765669
RUNJOBID= node106-1303765018-24341
PBS_JOBID= 13157143
Free space on /tmp= 64360 MiB

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

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

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=981043660

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24123260 kB
Buffers:         37312 kB
Cached:        3317096 kB
SwapCached:         96 kB
Active:        5153716 kB
Inactive:      3258500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24123260 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:         3185740 kB
Writeback:           0 kB
AnonPages:     5053784 kB
Mapped:          15916 kB
Slab:           337136 kB
PageTables:      15888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  6374384 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= 71580 MiB
End job on node106 at 2011-04-25 23:11:31