Trace number 3293763

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 94.2867 94.2846

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-18-U-10652.cnf
MD5SUMf0f11935e861485056485b47c5e1a7c3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.08
Satisfiable
(Un)Satisfiability was proved
Number of variables1987351
Number of clauses5963534
Sum of the clauses size14253662
Maximum clause length1155
Minimum clause length1
Number of clauses of size 1109
Number of clauses of size 23971661
Number of clauses of size 31984242
Number of clauses of size 4766
Number of clauses of size 5765
Number of clauses of size over 55991

Solver Data

0.00/0.00	c Set FPU double precision.
5.29/5.34	c Parse Cnf success: #var: 1987351 #clause: 5963534
5.29/5.34	c Find Units :        109
5.69/5.76	c Find Invs  :          3
7.09/7.18	c Find Ands  :    1980081 AvgFaninNum: 2
7.19/7.28	c Find Xors  :          0 AvgFaninNum: nan
7.49/7.51	c Find Ite   :          0
9.59/9.61	c UnDirect variable: 0
9.59/9.61	c UnDirect to Direct Gate: 0
9.59/9.61	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
9.90/9.96	c Break Cycle : 60
9.90/9.96	c Total Root : 6348 Undef Var: 7381
11.39/11.43	c After covering, Total Root: 6378 Leaf: 7381
11.39/11.43	c Variable( cover/uncovered/unused ): 1987351 0 0
11.39/11.43	c Unit Clauses: 109
11.39/11.43	c Binary Clauses( cover/uncovered ): 3959940 11721
11.39/11.43	c Clauses( cover/uncovered ): 1979970 11794
11.39/11.43	c Total Clauses( cover/uncovered ): 5940019 23515 99.6057%
11.39/11.43	c Covered Ands: 1979970 Invs: 0 Xors: 0 Ites: 0
11.89/11.90	c Uncover Clauses avg size: 16.7452 max size: 1155
11.89/11.90	c Final circuit: i/l/o/s    7380       0   23488   2117042
11.89/11.90	c CnfToAig: Time: 11.9 s
20.19/20.22	c TmMap: Set choices finish.
20.99/21.03	c TmMap: Set big and: 217662
20.99/21.03	c TmMap: Origin: 2124423 ClauseNum: 6351126 --> New: 519584 ClauseNum: 2915079
20.99/21.03	c TmMap: Time: 1.59
33.19/33.23	c Simulation --> TransNum: 1183443/2915079 Try to Add: #clause: 443211 #xorclause: 15575
33.79/33.81	c #var: 317429 #clauses: 651974 Solving... 
54.09/54.14	c Abstract SAT
55.99/56.08	c Simulation --> TransNum: 1814943/2915079 Try to Add: #clause: 7867 #xorclause: 42
55.99/56.10	c #var: 321663 #clauses: 581966 Solving... 
66.49/66.52	c Abstract SAT
68.39/68.45	c Simulation --> TransNum: 1831823/2915079 Try to Add: #clause: 1704 #xorclause: 0
68.39/68.46	c #var: 321950 #clauses: 584541 Solving... 
91.00/91.00	c Abstract SAT
91.00/91.03	c Simulation --> TransNum: 2915079/2915079 Try to Add: #clause: 943157 #xorclause: 12324
91.39/91.48	c #var: 495828 #clauses: 1278913 Solving... 
94.09/94.19	s UNSATISFIABLE
94.19/94.22	c CPU time: 94.21 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-3293763-1303790149/watcher-3293763-1303790149 -o /tmp/evaluation-result-3293763-1303790149/solver-3293763-1303790149 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3293763-1303790149.cnf 1798267007 

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.00 3.93 3.58 5/189 13881
/proc/meminfo: memFree=22399712/32951124 swapFree=67111348/67111528
[pid=13881] ppid=13879 vsize=79456 CPUtime=0 cores=0,2
/proc/13881/stat : 13881 (qutersat_releas) R 13879 13881 12511 0 -1 4202496 2313 0 0 0 0 0 0 0 25 0 1 0 569245420 81362944 2248 33554432000 4194304 6016207 140736164622704 18446744073709551615 4272587 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13881/statm: 19864 2262 372 445 0 13408 0

[startup+0.0876209 s]
/proc/loadavg: 4.00 3.93 3.58 5/189 13881
/proc/meminfo: memFree=22399712/32951124 swapFree=67111348/67111528
[pid=13881] ppid=13879 vsize=89696 CPUtime=0.08 cores=0,2
/proc/13881/stat : 13881 (qutersat_releas) R 13879 13881 12511 0 -1 4202496 16191 0 0 0 6 2 0 0 25 0 1 0 569245420 91848704 16126 33554432000 4194304 6016207 140736164622704 18446744073709551615 4305445 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13881/statm: 22424 16126 379 445 0 15968 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 89696

[startup+0.100525 s]
/proc/loadavg: 4.00 3.93 3.58 5/189 13881
/proc/meminfo: memFree=22399712/32951124 swapFree=67111348/67111528
[pid=13881] ppid=13879 vsize=90720 CPUtime=0.09 cores=0,2
/proc/13881/stat : 13881 (qutersat_releas) R 13879 13881 12511 0 -1 4202496 16483 0 0 0 7 2 0 0 25 0 1 0 569245420 92897280 16418 33554432000 4194304 6016207 140736164622704 18446744073709551615 4307650 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13881/statm: 22680 16418 379 445 0 16224 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 90720

[startup+0.300512 s]
/proc/loadavg: 4.00 3.93 3.58 5/189 13881
/proc/meminfo: memFree=22399712/32951124 swapFree=67111348/67111528
[pid=13881] ppid=13879 vsize=123616 CPUtime=0.29 cores=0,2
/proc/13881/stat : 13881 (qutersat_releas) R 13879 13881 12511 0 -1 4202496 24515 0 0 0 26 3 0 0 25 0 1 0 569245420 126582784 24450 33554432000 4194304 6016207 140736164622704 18446744073709551615 4309779 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13881/statm: 30904 24450 379 445 0 24448 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 123616

[startup+0.700444 s]
/proc/loadavg: 4.00 3.93 3.58 5/189 13881
/proc/meminfo: memFree=22399712/32951124 swapFree=67111348/67111528
[pid=13881] ppid=13879 vsize=184416 CPUtime=0.69 cores=0,2
/proc/13881/stat : 13881 (qutersat_releas) R 13879 13881 12511 0 -1 4202496 39464 0 0 0 64 5 0 0 25 0 1 0 569245420 188841984 39399 33554432000 4194304 6016207 140736164622704 18446744073709551615 4309779 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13881/statm: 46104 39399 379 445 0 39648 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 184416

[startup+1.50029 s]
/proc/loadavg: 4.00 3.93 3.58 5/190 13882
/proc/meminfo: memFree=22195856/32951124 swapFree=67111348/67111528
[pid=13881] ppid=13879 vsize=289376 CPUtime=1.49 cores=0,2
/proc/13881/stat : 13881 (qutersat_releas) R 13879 13881 12511 0 -1 4202496 65275 0 0 0 140 9 0 0 25 0 1 0 569245420 296321024 65210 33554432000 4194304 6016207 140736164622704 18446744073709551615 4307650 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13881/statm: 72344 65211 379 445 0 65888 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 289376

[startup+3.101 s]
/proc/loadavg: 4.00 3.93 3.58 5/190 13882
/proc/meminfo: memFree=22045816/32951124 swapFree=67111348/67111528
[pid=13881] ppid=13879 vsize=499680 CPUtime=3.09 cores=0,2
/proc/13881/stat : 13881 (qutersat_releas) R 13879 13881 12511 0 -1 4202496 116772 0 0 0 293 16 0 0 25 0 1 0 569245420 511672320 116707 33554432000 4194304 6016207 140736164622704 18446744073709551615 4309779 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13881/statm: 124920 116707 379 445 0 118464 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 499680

[startup+6.30041 s]
/proc/loadavg: 4.00 3.93 3.58 4/185 13901
/proc/meminfo: memFree=21962404/32951124 swapFree=67111348/67111528
[pid=13881] ppid=13879 vsize=751328 CPUtime=6.29 cores=0,2
/proc/13881/stat : 13881 (qutersat_releas) R 13879 13881 12511 0 -1 4202496 176208 0 0 0 604 25 0 0 25 0 1 0 569245420 769359872 176143 33554432000 4194304 6016207 140736164622704 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13881/statm: 187832 176143 386 445 0 181376 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 751328

[startup+12.7002 s]
/proc/loadavg: 4.15 3.97 3.60 5/190 13909
/proc/meminfo: memFree=21386764/32951124 swapFree=67111348/67111528
[pid=13881] ppid=13879 vsize=1014880 CPUtime=12.69 cores=0,2
/proc/13881/stat : 13881 (qutersat_releas) R 13879 13881 12511 0 -1 4202496 243722 0 0 0 1237 32 0 0 25 0 1 0 569245420 1039237120 243591 33554432000 4194304 6016207 140736164622704 18446744073709551615 4259125 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13881/statm: 253720 243591 670 445 0 247264 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1014880

[startup+25.5008 s]
/proc/loadavg: 4.12 3.97 3.60 5/185 13929
/proc/meminfo: memFree=20796148/32951124 swapFree=67111348/67111528
[pid=13881] ppid=13879 vsize=1374736 CPUtime=25.49 cores=0,2
/proc/13881/stat : 13881 (qutersat_releas) R 13879 13881 12511 0 -1 4202496 337698 0 0 0 2505 44 0 0 25 0 1 0 569245420 1407729664 337414 33554432000 4194304 6016207 140736164622704 18446744073709551615 4245620 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13881/statm: 343684 337414 681 445 0 337228 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1374736

[startup+51.1011 s]
/proc/loadavg: 4.07 3.97 3.61 5/190 13936
/proc/meminfo: memFree=20221684/32951124 swapFree=67111348/67111528
[pid=13881] ppid=13879 vsize=1374736 CPUtime=51.09 cores=0,2
/proc/13881/stat : 13881 (qutersat_releas) R 13879 13881 12511 0 -1 4202496 338121 0 0 0 5065 44 0 0 25 0 1 0 569245420 1407729664 337777 33554432000 4194304 6016207 140736164622704 18446744073709551615 4373923 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13881/statm: 343684 337777 717 445 0 337228 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1374736

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

[startup+76.7003 s]
/proc/loadavg: 3.76 3.91 3.60 4/184 13953
/proc/meminfo: memFree=20741836/32951124 swapFree=67111348/67111528
[pid=13881] ppid=13879 vsize=1505988 CPUtime=76.69 cores=0,2
/proc/13881/stat : 13881 (qutersat_releas) R 13879 13881 12511 0 -1 4202496 339735 0 0 0 7624 45 0 0 25 0 1 0 569245420 1542131712 317659 33554432000 4194304 6016207 140736164622704 18446744073709551615 4377969 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13881/statm: 376497 317659 721 445 0 370041 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 1505988

[startup+83.1011 s]
/proc/loadavg: 3.70 3.89 3.60 4/184 13953
/proc/meminfo: memFree=20725892/32951124 swapFree=67111348/67111528
[pid=13881] ppid=13879 vsize=1505988 CPUtime=83.1 cores=0,2
/proc/13881/stat : 13881 (qutersat_releas) R 13879 13881 12511 0 -1 4202496 341001 0 0 0 8264 46 0 0 25 0 1 0 569245420 1542131712 318925 33554432000 4194304 6016207 140736164622704 18446744073709551615 4373772 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13881/statm: 376497 318925 721 445 0 370041 0
Current children cumulated CPU time (s) 83.1
Current children cumulated vsize (KiB) 1505988

[startup+89.5009 s]
/proc/loadavg: 3.64 3.88 3.59 4/184 13954
/proc/meminfo: memFree=20603260/32951124 swapFree=67111348/67111528
[pid=13881] ppid=13879 vsize=1505988 CPUtime=89.5 cores=0,2
/proc/13881/stat : 13881 (qutersat_releas) R 13879 13881 12511 0 -1 4202496 341792 0 0 0 8904 46 0 0 25 0 1 0 569245420 1542131712 319716 33554432000 4194304 6016207 140736164622704 18446744073709551615 4373701 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13881/statm: 376497 319716 721 445 0 370041 0
Current children cumulated CPU time (s) 89.5
Current children cumulated vsize (KiB) 1505988

[startup+92.7003 s]
/proc/loadavg: 3.59 3.86 3.59 4/184 13954
/proc/meminfo: memFree=20557008/32951124 swapFree=67111348/67111528
[pid=13881] ppid=13879 vsize=1505988 CPUtime=92.69 cores=0,2
/proc/13881/stat : 13881 (qutersat_releas) R 13879 13881 12511 0 -1 4202496 346753 0 0 0 9223 46 0 0 25 0 1 0 569245420 1542131712 324677 33554432000 4194304 6016207 140736164622704 18446744073709551615 4575808 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13881/statm: 376497 324677 721 445 0 370041 0
Current children cumulated CPU time (s) 92.69
Current children cumulated vsize (KiB) 1505988

[startup+93.5062 s]
/proc/loadavg: 3.59 3.86 3.59 4/184 13954
/proc/meminfo: memFree=20552048/32951124 swapFree=67111348/67111528
[pid=13881] ppid=13879 vsize=1505988 CPUtime=93.5 cores=0,2
/proc/13881/stat : 13881 (qutersat_releas) R 13879 13881 12511 0 -1 4202496 346781 0 0 0 9303 47 0 0 25 0 1 0 569245420 1542131712 324705 33554432000 4194304 6016207 140736164622704 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13881/statm: 376497 324705 721 445 0 370041 0
Current children cumulated CPU time (s) 93.5
Current children cumulated vsize (KiB) 1505988

[startup+93.9011 s]
/proc/loadavg: 3.59 3.86 3.59 4/184 13954
/proc/meminfo: memFree=20552048/32951124 swapFree=67111348/67111528
[pid=13881] ppid=13879 vsize=1505988 CPUtime=93.89 cores=0,2
/proc/13881/stat : 13881 (qutersat_releas) R 13879 13881 12511 0 -1 4202496 346803 0 0 0 9342 47 0 0 25 0 1 0 569245420 1542131712 324727 33554432000 4194304 6016207 140736164622704 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13881/statm: 376497 324727 721 445 0 370041 0
Current children cumulated CPU time (s) 93.89
Current children cumulated vsize (KiB) 1505988

[startup+94.1011 s]
/proc/loadavg: 3.59 3.86 3.59 4/184 13954
/proc/meminfo: memFree=20552048/32951124 swapFree=67111348/67111528
[pid=13881] ppid=13879 vsize=1505988 CPUtime=94.09 cores=0,2
/proc/13881/stat : 13881 (qutersat_releas) R 13879 13881 12511 0 -1 4202496 346807 0 0 0 9362 47 0 0 25 0 1 0 569245420 1542131712 324731 33554432000 4194304 6016207 140736164622704 18446744073709551615 4373645 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13881/statm: 376497 324731 721 445 0 370041 0
Current children cumulated CPU time (s) 94.09
Current children cumulated vsize (KiB) 1505988

[startup+94.201 s]
/proc/loadavg: 3.59 3.86 3.59 4/184 13954
/proc/meminfo: memFree=20552048/32951124 swapFree=67111348/67111528
[pid=13881] ppid=13879 vsize=1505988 CPUtime=94.19 cores=0,2
/proc/13881/stat : 13881 (qutersat_releas) R 13879 13881 12511 0 -1 4202496 346807 0 0 0 9372 47 0 0 25 0 1 0 569245420 1542131712 324731 33554432000 4194304 6016207 140736164622704 18446744073709551615 4809751 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13881/statm: 376497 324731 721 445 0 370041 0
Current children cumulated CPU time (s) 94.19
Current children cumulated vsize (KiB) 1505988

Child status: 0
Real time (s): 94.2846
CPU time (s): 94.2867
CPU user time (s): 93.7488
CPU system time (s): 0.537918
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1505988

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

runsolver used 0.153976 second user time and 0.365944 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-26 05:55:49
IDJOB=3293763
IDBENCH=88172
IDSOLVER=1607
FILE ID=node111/3293763-1303790149
RUNJOBID= node111-1303789524-13419
PBS_JOBID= 13157239
Free space on /tmp= 70764 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-18-U-10652.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293763-1303790149/watcher-3293763-1303790149 -o /tmp/evaluation-result-3293763-1303790149/solver-3293763-1303790149 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3293763-1303790149.cnf 1798267007

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

MD5SUM BENCH= f0f11935e861485056485b47c5e1a7c3
RANDOM SEED=1798267007

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.75
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.849
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.849
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.67
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.849
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:      22399744 kB
Buffers:       1243296 kB
Cached:        7633976 kB
SwapCached:        132 kB
Active:        4138520 kB
Inactive:      5930724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22399744 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          200356 kB
Writeback:           0 kB
AnonPages:     1191692 kB
Mapped:          20176 kB
Slab:           415476 kB
PageTables:       7656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1478236 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= 70768 MiB
End job on node111 at 2011-04-26 05:57:24