Trace number 3249802

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 187.301 187.304

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/crn_20_360_u.cnf
MD5SUM4b70d66c676eba3660e2a5eff473f8e7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark178.103
Satisfiable
(Un)Satisfiability was proved
Number of variables7920
Number of clauses14950
Sum of the clauses size44260
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2590
Number of clauses of size 314360
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 7920 #clause: 14950
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.02	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 0
0.00/0.02	c Total Root : 0 Undef Var: 7920
0.00/0.02	c After covering, Total Root: 0 Leaf: 0
0.00/0.02	c Variable( cover/uncovered/unused ): 0 7920 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 0 589
0.00/0.02	c Clauses( cover/uncovered ): 0 14360
0.00/0.02	c Total Clauses( cover/uncovered ): 0 14949 0%
0.00/0.02	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.01/0.03	c Uncover Clauses avg size: 2.9606 max size: 3
0.01/0.03	c Final circuit: i/l/o/s    7920       0   14949     28950
0.01/0.03	c CnfToAig: Time: 0.02 s
0.01/0.06	c TmMap: Set choices finish.
0.01/0.07	c TmMap: Set big and: 14949
0.01/0.07	c TmMap: Origin: 36871 ClauseNum: 86850 --> New: 22870 ClauseNum: 59207
0.01/0.07	c TmMap: Time: 0.01
0.01/0.07	c Try to Add: #clause: 29898 #xorclause: 0
0.01/0.08	c #var: 7920 #clauses: 14361 Solving... 
187.19/187.28	s UNSATISFIABLE
187.19/187.29	c CPU time: 187.28 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-3249802-1303511946/watcher-3249802-1303511946 -o /tmp/evaluation-result-3249802-1303511946/solver-3249802-1303511946 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3249802-1303511946.cnf 1196648787 

running on 2 cores: 4,6

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: 3.81 3.94 3.94 4/187 15057
/proc/meminfo: memFree=18897688/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=26264 CPUtime=0 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4194304 249 0 0 0 0 0 0 0 25 0 1 0 462794262 26894336 199 33554432000 4194304 6016207 140737369758432 18446744073709551615 210642183656 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15057/statm: 6566 199 163 445 0 97 0

[startup+0.0298759 s]
/proc/loadavg: 3.81 3.94 3.94 4/187 15057
/proc/meminfo: memFree=18897688/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=35436 CPUtime=0.01 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202496 2745 0 0 0 1 0 0 0 25 0 1 0 462794262 36286464 2680 33554432000 4194304 6016207 140737369758432 18446744073709551615 4315426 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15057/statm: 8859 2680 400 445 0 2403 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 35436

[startup+0.100912 s]
/proc/loadavg: 3.81 3.94 3.94 4/187 15057
/proc/meminfo: memFree=18897688/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=56952 CPUtime=0.09 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202496 6361 0 0 0 8 1 0 0 25 0 1 0 462794262 58318848 6296 33554432000 4194304 6016207 140737369758432 18446744073709551615 4513095 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15057/statm: 14238 6296 711 445 0 7782 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56952

[startup+0.300891 s]
/proc/loadavg: 3.81 3.94 3.94 4/187 15057
/proc/meminfo: memFree=18897688/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=65668 CPUtime=0.29 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202496 6653 0 0 0 28 1 0 0 25 0 1 0 462794262 67244032 6588 33554432000 4194304 6016207 140737369758432 18446744073709551615 4425840 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15057/statm: 16417 6588 719 445 0 9961 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65668

[startup+0.70083 s]
/proc/loadavg: 3.81 3.94 3.94 4/187 15057
/proc/meminfo: memFree=18897688/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=74504 CPUtime=0.69 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202496 7332 0 0 0 68 1 0 0 25 0 1 0 462794262 76292096 7267 33554432000 4194304 6016207 140737369758432 18446744073709551615 4424136 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15057/statm: 18626 7267 728 445 0 12170 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74504

[startup+1.50069 s]
/proc/loadavg: 3.81 3.94 3.94 5/188 15058
/proc/meminfo: memFree=18811500/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=92552 CPUtime=1.49 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202496 8459 0 0 0 148 1 0 0 25 0 1 0 462794262 94773248 8394 33554432000 4194304 6016207 140737369758432 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15057/statm: 23138 8394 728 445 0 16682 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92552

[startup+3.10042 s]
/proc/loadavg: 3.82 3.94 3.94 5/188 15058
/proc/meminfo: memFree=18786212/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=110984 CPUtime=3.08 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202496 10391 0 0 0 307 1 0 0 25 0 1 0 462794262 113647616 10326 33554432000 4194304 6016207 140737369758432 18446744073709551615 4425526 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15057/statm: 27746 10326 728 445 0 21290 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 110984

[startup+6.30089 s]
/proc/loadavg: 3.82 3.94 3.94 5/188 15058
/proc/meminfo: memFree=18739300/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=110984 CPUtime=6.29 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202496 13240 0 0 0 627 2 0 0 25 0 1 0 462794262 113647616 13146 33554432000 4194304 6016207 140737369758432 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15057/statm: 27746 13146 728 445 0 21290 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 110984

[startup+12.7008 s]
/proc/loadavg: 3.85 3.95 3.94 5/188 15058
/proc/meminfo: memFree=18675932/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=110984 CPUtime=12.68 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202496 15510 0 0 0 1266 2 0 0 25 0 1 0 462794262 113647616 15392 33554432000 4194304 6016207 140737369758432 18446744073709551615 4425552 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15057/statm: 27746 15392 728 445 0 21290 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 110984

[startup+25.5067 s]
/proc/loadavg: 3.87 3.95 3.94 5/188 15112
/proc/meminfo: memFree=18474332/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=134488 CPUtime=25.49 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202496 20786 0 0 0 2546 3 0 0 25 0 1 0 462794262 137715712 20547 33554432000 4194304 6016207 140737369758432 18446744073709551615 4425176 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15057/statm: 33622 20547 735 445 0 27166 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 134488

[startup+51.1003 s]
/proc/loadavg: 4.11 4.00 3.96 5/188 15113
/proc/meminfo: memFree=18327248/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=148208 CPUtime=51.09 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202496 25960 0 0 0 5105 4 0 0 25 0 1 0 462794262 151764992 25692 33554432000 4194304 6016207 140737369758432 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15057/statm: 37052 25692 735 445 0 30596 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 148208

[startup+102.301 s]
/proc/loadavg: 4.04 4.00 3.96 5/188 15114
/proc/meminfo: memFree=18089940/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=209248 CPUtime=102.28 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202496 40932 0 0 0 10222 6 0 0 25 0 1 0 462794262 214269952 38134 33554432000 4194304 6016207 140737369758432 18446744073709551615 4425519 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15057/statm: 52312 38134 736 445 0 45856 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 209248

[startup+162.301 s]
/proc/loadavg: 4.01 4.00 3.96 5/188 15116
/proc/meminfo: memFree=17830532/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=245316 CPUtime=162.28 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202496 50868 0 0 0 16220 8 0 0 25 0 1 0 462794262 251203584 47955 33554432000 4194304 6016207 140737369758432 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15057/statm: 61329 47955 736 445 0 54873 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 245316

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

[startup+167.601 s]
/proc/loadavg: 4.01 4.00 3.96 5/188 15116
/proc/meminfo: memFree=17827180/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=245316 CPUtime=167.58 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202496 50874 0 0 0 16750 8 0 0 25 0 1 0 462794262 251203584 47961 33554432000 4194304 6016207 140737369758432 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15057/statm: 61329 47961 736 445 0 54873 0
Current children cumulated CPU time (s) 167.58
Current children cumulated vsize (KiB) 245316

[startup+180.401 s]
/proc/loadavg: 4.01 4.00 3.96 5/188 15116
/proc/meminfo: memFree=17806100/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=265668 CPUtime=180.38 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202496 55635 0 0 0 18029 9 0 0 25 0 1 0 462794262 272044032 52722 33554432000 4194304 6016207 140737369758432 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15057/statm: 66417 52722 736 445 0 59961 0
Current children cumulated CPU time (s) 180.38
Current children cumulated vsize (KiB) 265668

[startup+183.601 s]
/proc/loadavg: 4.01 4.00 3.96 5/188 15116
/proc/meminfo: memFree=17801884/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=265668 CPUtime=183.59 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202496 60206 0 0 0 18349 10 0 0 25 0 1 0 462794262 272044032 57192 33554432000 4194304 6016207 140737369758432 18446744073709551615 4513204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15057/statm: 66417 57192 759 445 0 59961 0
Current children cumulated CPU time (s) 183.59
Current children cumulated vsize (KiB) 265668

[startup+185.201 s]
/proc/loadavg: 4.01 4.00 3.96 5/188 15116
/proc/meminfo: memFree=17784524/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=265668 CPUtime=185.19 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202496 60206 0 0 0 18509 10 0 0 25 0 1 0 462794262 272044032 57192 33554432000 4194304 6016207 140737369758432 18446744073709551615 4536800 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15057/statm: 66417 57192 759 445 0 59961 0
Current children cumulated CPU time (s) 185.19
Current children cumulated vsize (KiB) 265668

[startup+186.001 s]
/proc/loadavg: 4.01 4.00 3.96 5/188 15116
/proc/meminfo: memFree=17783904/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=265668 CPUtime=185.99 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202496 60210 0 0 0 18589 10 0 0 25 0 1 0 462794262 272044032 57196 33554432000 4194304 6016207 140737369758432 18446744073709551615 4536272 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15057/statm: 66417 57196 759 445 0 59961 0
Current children cumulated CPU time (s) 185.99
Current children cumulated vsize (KiB) 265668

[startup+186.8 s]
/proc/loadavg: 4.01 4.00 3.96 5/188 15116
/proc/meminfo: memFree=17783904/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=265668 CPUtime=186.79 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202496 60223 0 0 0 18669 10 0 0 25 0 1 0 462794262 272044032 57209 33554432000 4194304 6016207 140737369758432 18446744073709551615 4536272 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15057/statm: 66417 57209 759 445 0 59961 0
Current children cumulated CPU time (s) 186.79
Current children cumulated vsize (KiB) 265668

[startup+187.207 s]
/proc/loadavg: 4.01 4.00 3.96 5/188 15116
/proc/meminfo: memFree=17782912/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=265668 CPUtime=187.19 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202496 60241 0 0 0 18709 10 0 0 25 0 1 0 462794262 272044032 57227 33554432000 4194304 6016207 140737369758432 18446744073709551615 4425534 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15057/statm: 66417 57227 759 445 0 59961 0
Current children cumulated CPU time (s) 187.19
Current children cumulated vsize (KiB) 265668

[startup+187.3 s]
/proc/loadavg: 4.01 4.00 3.96 5/188 15116
/proc/meminfo: memFree=17782912/32951132 swapFree=67111524/67111528
[pid=15057] ppid=15055 vsize=0 CPUtime=187.29 cores=4,6
/proc/15057/stat : 15057 (qutersat_releas) R 15055 15057 13625 0 -1 4202500 60254 0 0 0 18718 11 0 0 25 0 1 0 462794262 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/15057/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 187.29
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 187.304
CPU time (s): 187.301
CPU user time (s): 187.184
CPU system time (s): 0.116982
CPU usage (%): 99.9984
Max. virtual memory (cumulated for all children) (KiB): 265668

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

runsolver used 0.474927 second user time and 1.09583 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-23 00:39:06
IDJOB=3249802
IDBENCH=83189
IDSOLVER=1607
FILE ID=node129/3249802-1303511946
RUNJOBID= node129-1303511931-14880
PBS_JOBID= 13134276
Free space on /tmp= 66296 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_20_360_u.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249802-1303511946/watcher-3249802-1303511946 -o /tmp/evaluation-result-3249802-1303511946/solver-3249802-1303511946 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3249802-1303511946.cnf 1196648787

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

MD5SUM BENCH= 4b70d66c676eba3660e2a5eff473f8e7
RANDOM SEED=1196648787

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18897836 kB
Buffers:        957360 kB
Cached:       11724980 kB
SwapCached:          4 kB
Active:        2024656 kB
Inactive:     11383032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18897836 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           28156 kB
Writeback:           0 kB
AnonPages:      725372 kB
Mapped:          20504 kB
Slab:           581696 kB
PageTables:       6456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1053440 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66292 MiB
End job on node129 at 2011-04-23 00:42:14