Trace number 3293786

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 40.9748 41.0581

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-6-U-7061.cnf
MD5SUMb15321a24257fa4bdfd9c20c782f4c0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.97739
Satisfiable
(Un)Satisfiability was proved
Number of variables370048
Number of clauses1118066
Sum of the clauses size2910246
Maximum clause length493
Minimum clause length1
Number of clauses of size 194
Number of clauses of size 2742801
Number of clauses of size 3369913
Number of clauses of size 41454
Number of clauses of size 5618
Number of clauses of size over 53186

Solver Data

0.00/0.08	c start  0 total 0
0.81/0.98	c Find Units :         94
0.91/1.04	c Find Invs  :          5
1.11/1.25	c Find Ands  :     367704 AvgFaninNum: 2
1.11/1.28	c Find Xors  :          0 AvgFaninNum: nan
1.21/1.36	c Find Ite   :          0
1.51/1.63	c UnDirect variable: 0
1.51/1.63	c UnDirect to Direct Gate: 0
1.51/1.63	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.51/1.68	c Break Cycle : 0
1.51/1.68	c Total Root : 1833 Undef Var: 2344
1.81/1.90	c After covering, Total Root: 1833 Leaf: 2344
1.81/1.90	c Variable( cover/uncovered/unused ): 370048 0 0
1.81/1.90	c Unit Clauses: 94
1.81/1.90	c Binary Clauses( cover/uncovered ): 735408 7391
1.81/1.90	c Clauses( cover/uncovered ): 367704 7467
1.81/1.90	c Total Clauses( cover/uncovered ): 1103206 14858 98.6711%
1.81/1.90	c Covered Ands: 367704 Invs: 0 Xors: 0 Ites: 0
1.91/2.06	c Uncover Clauses avg size: 22.6289 max size: 493
1.91/2.06	c Final circuit: i/l/o/s    2344       0   14753    463423
1.91/2.06	c cover rate 98.6711
1.91/2.06	c rocky end  1.97 total 1.97
2.01/2.18	c inp	c lvl 4797	 size 463423
5.01/5.17	c rwt	c lvl 4316	 size 381027
6.71/6.88	c rf 	c lvl 1734	 size 340902
7.00/7.20	c bal	c lvl 1731	 size 334120
9.21/9.33	c rwb	c lvl 1620	 size 302248
9.41/9.56	c bal	c lvl 1535	 size 299448
10.21/10.33	c rfi	c lvl 1534	 size 291947
12.31/12.45	c rwb	c lvl 1526	 size 285579
12.51/12.66	c bal	c lvl 1511	 size 283817
13.90/14.09	c rwb	c size 278469
14.02/14.11	c inp	c lvl 1684	 size 278469
15.51/15.60	c rwt	c lvl 1682	 size 274810
16.32/16.46	c rf 	c lvl 1590	 size 273705
16.51/16.63	c bal	c lvl 1581	 size 272750
18.21/18.39	c rwb	c lvl 1601	 size 269241
18.41/18.56	c bal	c lvl 1499	 size 268585
19.11/19.20	c rfi	c lvl 1498	 size 267782
21.01/21.10	c rwb	c lvl 1497	 size 266435
21.11/21.26	c bal	c lvl 1490	 size 265786
22.41/22.56	c rwb	c size 264321
22.51/22.67	c circuit size reduce 549012 266662
22.51/22.67	c opt time  20.61 total 22.58
23.51/23.67	c covering time  1 total 23.58
40.70/40.82	c solve time  17.14 total 40.72
40.70/40.82	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-3293786-1303790444/watcher-3293786-1303790444 -o /tmp/evaluation-result-3293786-1303790444/solver-3293786-1303790444 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3293786-1303790444.cnf 1583573216 

running on 2 cores: 5,7

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.19 3.80 3.66 2/177 11064
/proc/meminfo: memFree=14301808/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=11800 CPUtime=0 cores=5,7
/proc/11064/stat : 11064 (runsolver) S 11062 11064 11026 0 -1 4202560 42 0 0 0 0 0 0 0 19 0 1 0 490645313 12083200 52 33554432000 4194304 5434984 140734765555984 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699960631 0 0 17 7 0 0 0
/proc/11064/statm: 2950 52 31 303 0 2644 0

[startup+0.078912 s]
/proc/loadavg: 3.19 3.80 3.66 2/177 11064
/proc/meminfo: memFree=14301808/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=13816 CPUtime=0 cores=5,7
/proc/11064/stat : 11064 (synit_sat) R 11062 11064 11026 0 -1 4194304 105 0 0 0 0 0 0 0 17 0 1 0 490645313 14147584 59 33554432000 4194304 4947581 140733699067600 18446744073709551615 222916853383 0 2147483391 4096 0 0 0 0 17 5 0 0 0
/proc/11064/statm: 3454 59 44 184 0 756 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13816

[startup+0.100906 s]
/proc/loadavg: 3.19 3.80 3.66 2/177 11064
/proc/meminfo: memFree=14301808/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=40384 CPUtime=0 cores=5,7
/proc/11064/stat : 11064 (synit_sat) R 11062 11064 11026 0 -1 4202496 4839 0 0 0 0 0 0 0 17 0 1 0 490645313 41353216 4773 33554432000 4194304 4947581 140733699067600 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/11064/statm: 10096 4773 377 184 0 4971 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 40384

[startup+0.300904 s]
/proc/loadavg: 3.19 3.80 3.66 2/177 11064
/proc/meminfo: memFree=14301808/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=79424 CPUtime=0.21 cores=5,7
/proc/11064/stat : 11064 (synit_sat) R 11062 11064 11026 0 -1 4202496 14346 0 0 0 19 2 0 0 17 0 1 0 490645313 81330176 14280 33554432000 4194304 4947581 140733699067600 18446744073709551615 4816140 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/11064/statm: 19856 14280 377 184 0 14731 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 79424

[startup+0.700856 s]
/proc/loadavg: 3.19 3.80 3.66 2/177 11064
/proc/meminfo: memFree=14301808/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=144320 CPUtime=0.61 cores=5,7
/proc/11064/stat : 11064 (synit_sat) R 11062 11064 11026 0 -1 4202496 30468 0 0 0 57 4 0 0 18 0 1 0 490645313 147783680 30402 33554432000 4194304 4947581 140733699067600 18446744073709551615 4821852 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/11064/statm: 36080 30402 377 184 0 30955 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 144320

[startup+1.50069 s]
/proc/loadavg: 3.19 3.80 3.66 3/177 11065
/proc/meminfo: memFree=13903984/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=197436 CPUtime=1.41 cores=5,7
/proc/11064/stat : 11064 (synit_sat) R 11062 11064 11026 0 -1 4202496 42352 0 0 0 135 6 0 0 19 0 1 0 490645313 202174464 42286 33554432000 4194304 4947581 140733699067600 18446744073709551615 4774896 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/11064/statm: 49359 42286 381 184 0 44234 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 197436

[startup+3.1004 s]
/proc/loadavg: 3.19 3.80 3.66 5/190 11083
/proc/meminfo: memFree=13476212/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=270240 CPUtime=3.01 cores=5,7
/proc/11064/stat : 11064 (synit_sat) R 11062 11064 11026 0 -1 4202496 57467 0 0 0 293 8 0 0 23 0 1 0 490645313 276725760 57401 33554432000 4194304 4947581 140733699067600 18446744073709551615 4329156 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/11064/statm: 67560 57401 432 184 0 62435 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 270240

[startup+6.30081 s]
/proc/loadavg: 3.41 3.84 3.68 5/190 11083
/proc/meminfo: memFree=12308520/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=523492 CPUtime=6.21 cores=5,7
/proc/11064/stat : 11064 (synit_sat) R 11062 11064 11026 0 -1 4202496 120946 0 0 0 605 16 0 0 25 0 1 0 490645313 536055808 120880 33554432000 4194304 4947581 140733699067600 18446744073709551615 4223823 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/11064/statm: 130873 120880 433 184 0 125748 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 523492

[startup+12.7006 s]
/proc/loadavg: 3.54 3.86 3.68 5/190 11084
/proc/meminfo: memFree=11454056/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=588344 CPUtime=12.61 cores=5,7
/proc/11064/stat : 11064 (synit_sat) R 11062 11064 11026 0 -1 4202496 137678 0 0 0 1243 18 0 0 25 0 1 0 490645313 602464256 134001 33554432000 4194304 4947581 140733699067600 18446744073709551615 4840298 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/11064/statm: 147086 134001 433 184 0 141961 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 588344

[startup+25.5003 s]
/proc/loadavg: 3.64 3.87 3.69 5/190 11093
/proc/meminfo: memFree=9586520/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=694220 CPUtime=25.41 cores=5,7
/proc/11064/stat : 11064 (synit_sat) R 11062 11064 11026 0 -1 4202496 167571 0 0 0 2520 21 0 0 25 0 1 0 490645313 710881280 163894 33554432000 4194304 4947581 140733699067600 18446744073709551615 4398595 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/11064/statm: 173555 163894 464 184 0 168430 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 694220

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

[startup+26.5011 s]
/proc/loadavg: 3.64 3.87 3.69 5/190 11093
/proc/meminfo: memFree=9531960/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=694220 CPUtime=26.41 cores=5,7
/proc/11064/stat : 11064 (synit_sat) R 11062 11064 11026 0 -1 4202496 167571 0 0 0 2620 21 0 0 25 0 1 0 490645313 710881280 163894 33554432000 4194304 4947581 140733699067600 18446744073709551615 4399475 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/11064/statm: 173555 163894 464 184 0 168430 0
Current children cumulated CPU time (s) 26.41
Current children cumulated vsize (KiB) 694220

[startup+32.9069 s]
/proc/loadavg: 3.69 3.87 3.69 5/190 11093
/proc/meminfo: memFree=8794916/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=792524 CPUtime=32.81 cores=5,7
/proc/11064/stat : 11064 (synit_sat) R 11062 11064 11026 0 -1 4202496 187796 0 0 0 3257 24 0 0 25 0 1 0 490645313 811544576 184119 33554432000 4194304 4947581 140733699067600 18446744073709551615 4650442 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/11064/statm: 198131 184119 465 184 0 193006 0
Current children cumulated CPU time (s) 32.81
Current children cumulated vsize (KiB) 792524

[startup+36.1004 s]
/proc/loadavg: 3.69 3.87 3.69 5/190 11093
/proc/meminfo: memFree=8582712/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=917344 CPUtime=36.01 cores=5,7
/proc/11064/stat : 11064 (synit_sat) R 11062 11064 11026 0 -1 4202496 212832 0 0 0 3574 27 0 0 25 0 1 0 490645313 939360256 209155 33554432000 4194304 4947581 140733699067600 18446744073709551615 4700969 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/11064/statm: 229336 209155 476 184 0 224211 0
Current children cumulated CPU time (s) 36.01
Current children cumulated vsize (KiB) 917344

[startup+39.3008 s]
/proc/loadavg: 3.72 3.87 3.69 5/190 11093
/proc/meminfo: memFree=8483356/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=973292 CPUtime=39.2 cores=5,7
/proc/11064/stat : 11064 (synit_sat) R 11062 11064 11026 0 -1 4202496 218669 0 0 0 3893 27 0 0 25 0 1 0 490645313 996651008 214992 33554432000 4194304 4947581 140733699067600 18446744073709551615 4615712 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/11064/statm: 243323 214992 479 184 0 238198 0
Current children cumulated CPU time (s) 39.2
Current children cumulated vsize (KiB) 973292

[startup+40.1006 s]
/proc/loadavg: 3.72 3.87 3.69 5/190 11093
/proc/meminfo: memFree=8443676/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=973292 CPUtime=40 cores=5,7
/proc/11064/stat : 11064 (synit_sat) R 11062 11064 11026 0 -1 4202496 218929 0 0 0 3973 27 0 0 25 0 1 0 490645313 996651008 215252 33554432000 4194304 4947581 140733699067600 18446744073709551615 4399322 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/11064/statm: 243323 215252 491 184 0 238198 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (KiB) 973292

[startup+40.5005 s]
/proc/loadavg: 3.72 3.87 3.69 5/190 11093
/proc/meminfo: memFree=8424208/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=973292 CPUtime=40.41 cores=5,7
/proc/11064/stat : 11064 (synit_sat) R 11062 11064 11026 0 -1 4202496 219050 0 0 0 4014 27 0 0 25 0 1 0 490645313 996651008 215373 33554432000 4194304 4947581 140733699067600 18446744073709551615 4399226 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/11064/statm: 243323 215373 491 184 0 238198 0
Current children cumulated CPU time (s) 40.41
Current children cumulated vsize (KiB) 973292

[startup+40.9005 s]
/proc/loadavg: 3.72 3.87 3.69 5/190 11093
/proc/meminfo: memFree=8424208/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=973292 CPUtime=40.8 cores=5,7
/proc/11064/stat : 11064 (synit_sat) R 11062 11064 11026 0 -1 4202496 219073 0 0 0 4053 27 0 0 25 0 1 0 490645313 996651008 215396 33554432000 4194304 4947581 140733699067600 18446744073709551615 4746496 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/11064/statm: 243323 215396 492 184 0 238198 0
Current children cumulated CPU time (s) 40.8
Current children cumulated vsize (KiB) 973292

[startup+41.0005 s]
/proc/loadavg: 3.72 3.87 3.69 5/190 11093
/proc/meminfo: memFree=8424208/32951124 swapFree=67111528/67111528
[pid=11064] ppid=11062 vsize=973292 CPUtime=40.9 cores=5,7
/proc/11064/stat : 11064 (synit_sat) R 11062 11064 11026 0 -1 4202496 219073 0 0 0 4063 27 0 0 25 0 1 0 490645313 996651008 215396 33554432000 4194304 4947581 140733699067600 18446744073709551615 4849982 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/11064/statm: 243323 215396 492 184 0 238198 0
Current children cumulated CPU time (s) 40.9
Current children cumulated vsize (KiB) 973292

Child status: 0
Real time (s): 41.0581
CPU time (s): 40.9748
CPU user time (s): 40.6608
CPU system time (s): 0.313952
CPU usage (%): 99.7971
Max. virtual memory (cumulated for all children) (KiB): 973292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.6608
system time used= 0.313952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219078
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= 19
involuntary context switches= 55

runsolver used 0.067989 second user time and 0.160975 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-26 06:00:45
IDJOB=3293786
IDBENCH=88178
IDSOLVER=1571
FILE ID=node109/3293786-1303790444
RUNJOBID= node109-1303790444-11047
PBS_JOBID= 13157264
Free space on /tmp= 72500 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-6-U-7061.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293786-1303790444/watcher-3293786-1303790444 -o /tmp/evaluation-result-3293786-1303790444/solver-3293786-1303790444 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3293786-1303790444.cnf 1583573216

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

MD5SUM BENCH= b15321a24257fa4bdfd9c20c782f4c0e
RANDOM SEED=1583573216

node109.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.809
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.61
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.809
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.75
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.809
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.74
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.809
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.75
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.809
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.82
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.809
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.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14309176 kB
Buffers:       2119956 kB
Cached:       15871324 kB
SwapCached:          0 kB
Active:        9422988 kB
Inactive:      8633468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14309176 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          191280 kB
Writeback:           0 kB
AnonPages:       64148 kB
Mapped:          14528 kB
Slab:           518836 kB
PageTables:       5732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186812 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= 72296 MiB
End job on node109 at 2011-04-26 06:01:27