Trace number 3308695

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
SAT09 reference solver:precosat 236UNSAT 35.3516 35.3515

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-4.025-NOTKNOWN.cnf
MD5SUM7a66f04f295b538081ccaebd0fd7d9b2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.59085
Satisfiable
(Un)Satisfiability was proved
Number of variables281936
Number of clauses2464339
Sum of the clauses size5907714
Maximum clause length770
Minimum clause length1
Number of clauses of size 1864
Number of clauses of size 22420825
Number of clauses of size 30
Number of clauses of size 4200
Number of clauses of size 51200
Number of clauses of size over 541250

Solver Data

0.00/0.00	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-3308695-1303984498.cnf
0.00/0.00	c found header 'p cnf 281936 2464339'
2.10/2.12	c finished parsing
2.10/2.12	c
2.10/2.12	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
2.10/2.12	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
2.10/2.12	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
2.10/2.12	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
2.10/2.12	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
2.10/2.12	c --random=1 --spread=2000 --seed=0 --skip=25
2.10/2.12	c
2.10/2.12	c sizeof     vars[0] = 16   alignment = 0       4 MB
2.10/2.12	c sizeof     orgs[0] =  8   alignment = 0       2 MB
2.10/2.12	c sizeof     occs[0] =  8   alignment = 0       2 MB
2.10/2.12	c sizeof iirfs[0..1] =  8   alignment = 0       2 MB
2.10/2.12	c
2.10/2.12	c starting search after 2.1 seconds
2.10/2.12	c no decision limit
2.10/2.16	c
2.10/2.16	c       original/binary      fixed     eliminated      learned       agility
2.10/2.16	c   seconds        variables     equivalent    conflicts       height       MB
2.10/2.16	c
2.10/2.16	c *    2.2  1789144  197466  84020   450      0       0      0    0.0   0  136
17.69/17.73	c s   17.7  1677848  186319  90739   452   4426       0      0    0.0   0  134
17.69/17.73	c l   17.7  1677848  186319  90739   452   4426       0  34687    0.0   0  134
17.99/18.08	c R   18.1  1679261  186319  90739   452   4426     104    103 2003.9   0  139
30.19/30.21	c s   30.2  1606809  172165 104882   460   4429     280    248 1289.6   0  137
30.19/30.21	c -   30.2  1606809  172165 104882   460   4429     280  33647 1289.6   0  137
35.29/35.34	c 0   35.3  2349306    3710 273335   462   4429     516    478 1729.4   0  192
35.29/35.34	c
35.29/35.34	s UNSATISFIABLE
35.29/35.34	c
35.29/35.34	c 516 conflicts, 28358 decisions, 18 random
35.29/35.34	c 4 iterations, 4 restarts, 0 skipped
35.29/35.34	c 0 enlarged, 699 shrunken, 4 rescored, 0 rebiased
35.29/35.34	c 2 simplifications, 0 reductions
35.29/35.34	c
35.29/35.34	c vars: 273335 fixed, 462 equiv, 4429 elim, 665 merged
35.29/35.34	c elim: 1642916 resolutions, 2 phases, 0 rounds
35.29/35.34	c sbst: 0% substituted, 11.1% nots, 88.9% ands, 0.0% xors, 0.0% ites
35.29/35.34	c arty: 2.00 and 0.00 xor average arity
35.29/35.34	c prbe: 1166 probed, 16 phases, 0 rounds
35.29/35.34	c prbe: 335 failed, 20699 lifted, 1 merged
35.29/35.34	c sccs: 0 non trivial, 0 fixed, 0 merged
35.29/35.34	c hash: 36 units, 664 merged
35.29/35.34	c mins: 1071379 learned, 8% deleted, 0 strong, 27 depth
35.29/35.34	c subs: 2753 forward, 848 backward, 4624 doms
35.29/35.34	c strs: 363 forward, 0 backward
35.29/35.34	c doms: 20937 dominators, 6877 high, 205 low
35.29/35.34	c prps: 59824081 propagations, 1.69 megaprops
35.29/35.34	c
35.29/35.34	c 35.3 seconds, 197 MB max, 8 MB recycled

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-3308695-1303984498/watcher-3308695-1303984498 -o /tmp/evaluation-result-3308695-1303984498/solver-3308695-1303984498 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308695-1303984498.cnf 

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: 4.02 3.97 3.05 5/186 17310
/proc/meminfo: memFree=16105900/32950928 swapFree=67111528/67111528
[pid=17310] ppid=17308 vsize=12148 CPUtime=0 cores=1,3
/proc/17310/stat : 17310 (precosat) R 17308 17310 16948 0 -1 4202496 2464 0 0 0 0 0 0 0 23 0 1 0 510046653 12439552 2420 33554432000 134512640 135151029 4290465104 18446744073709551615 134534335 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17310/statm: 3037 2422 60 156 0 2880 0

[startup+0.00736009 s]
/proc/loadavg: 4.02 3.97 3.05 5/186 17310
/proc/meminfo: memFree=16105900/32950928 swapFree=67111528/67111528
[pid=17310] ppid=17308 vsize=12148 CPUtime=0 cores=1,3
/proc/17310/stat : 17310 (precosat) R 17308 17310 16948 0 -1 4202496 2502 0 0 0 0 0 0 0 23 0 1 0 510046653 12439552 2458 33554432000 134512640 135151029 4290465104 18446744073709551615 134534376 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17310/statm: 3037 2459 60 156 0 2880 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12148

[startup+0.10041 s]
/proc/loadavg: 4.02 3.97 3.05 5/186 17310
/proc/meminfo: memFree=16105900/32950928 swapFree=67111528/67111528
[pid=17310] ppid=17308 vsize=25904 CPUtime=0.09 cores=1,3
/proc/17310/stat : 17310 (precosat) R 17308 17310 16948 0 -1 4202496 6133 0 0 0 9 0 0 0 23 0 1 0 510046653 26525696 6089 33554432000 134512640 135151029 4290465104 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17310/statm: 6476 6089 65 156 0 6319 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25904

[startup+0.30036 s]
/proc/loadavg: 4.02 3.97 3.05 5/186 17310
/proc/meminfo: memFree=16105900/32950928 swapFree=67111528/67111528
[pid=17310] ppid=17308 vsize=33664 CPUtime=0.29 cores=1,3
/proc/17310/stat : 17310 (precosat) R 17308 17310 16948 0 -1 4202496 8256 0 0 0 28 1 0 0 25 0 1 0 510046653 34471936 7985 33554432000 134512640 135151029 4290465104 18446744073709551615 134682423 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17310/statm: 8416 7986 65 156 0 8259 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33664

[startup+0.700276 s]
/proc/loadavg: 4.02 3.97 3.05 5/186 17310
/proc/meminfo: memFree=16105900/32950928 swapFree=67111528/67111528
[pid=17310] ppid=17308 vsize=61472 CPUtime=0.68 cores=1,3
/proc/17310/stat : 17310 (precosat) R 17308 17310 16948 0 -1 4202496 15999 0 0 0 66 2 0 0 25 0 1 0 510046653 62947328 14958 33554432000 134512640 135151029 4290465104 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17310/statm: 15368 14959 65 156 0 15211 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 61472

[startup+1.50112 s]
/proc/loadavg: 4.02 3.97 3.05 5/187 17311
/proc/meminfo: memFree=15934532/32950928 swapFree=67111528/67111528
[pid=17310] ppid=17308 vsize=114348 CPUtime=1.49 cores=1,3
/proc/17310/stat : 17310 (precosat) R 17308 17310 16948 0 -1 4202496 32265 0 0 0 144 5 0 0 25 0 1 0 510046653 117092352 28150 33554432000 134512640 135151029 4290465104 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17310/statm: 28587 28150 65 156 0 28430 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 114348

[startup+3.1008 s]
/proc/loadavg: 4.02 3.97 3.05 5/187 17311
/proc/meminfo: memFree=15820336/32950928 swapFree=67111528/67111528
[pid=17310] ppid=17308 vsize=158808 CPUtime=3.09 cores=1,3
/proc/17310/stat : 17310 (precosat) R 17308 17310 16948 0 -1 4202496 52399 0 0 0 300 9 0 0 25 0 1 0 510046653 162619392 39111 33554432000 134512640 135151029 4290465104 18446744073709551615 134672959 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17310/statm: 39702 39111 80 156 0 39545 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 158808

[startup+6.30116 s]
/proc/loadavg: 4.01 3.97 3.05 5/190 17317
/proc/meminfo: memFree=15413128/32950928 swapFree=67111528/67111528
[pid=17310] ppid=17308 vsize=200944 CPUtime=6.29 cores=1,3
/proc/17310/stat : 17310 (precosat) R 17308 17310 16948 0 -1 4202496 70928 0 0 0 618 11 0 0 25 0 1 0 510046653 205766656 49570 33554432000 134512640 135151029 4290465104 18446744073709551615 134548056 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17310/statm: 50236 49570 80 156 0 50079 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 200944

[startup+12.7009 s]
/proc/loadavg: 4.01 3.97 3.06 5/190 17317
/proc/meminfo: memFree=15081900/32950928 swapFree=67111528/67111528
[pid=17310] ppid=17308 vsize=201460 CPUtime=12.69 cores=1,3
/proc/17310/stat : 17310 (precosat) R 17308 17310 16948 0 -1 4202496 70998 0 0 0 1258 11 0 0 25 0 1 0 510046653 206295040 49640 33554432000 134512640 135151029 4290465104 18446744073709551615 134548459 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17310/statm: 50365 49640 80 156 0 50208 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 201460

[startup+25.5003 s]
/proc/loadavg: 4.01 3.97 3.07 5/190 17318
/proc/meminfo: memFree=14789772/32950928 swapFree=67111528/67111528
[pid=17310] ppid=17308 vsize=200304 CPUtime=25.5 cores=1,3
/proc/17310/stat : 17310 (precosat) R 17308 17310 16948 0 -1 4202496 96382 0 0 0 2535 15 0 0 25 0 1 0 510046653 205111296 49103 33554432000 134512640 135151029 4290465104 18446744073709551615 134548109 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17310/statm: 50076 49103 80 156 0 49919 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 200304

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

[startup+31.907 s]
/proc/loadavg: 4.01 3.97 3.08 5/190 17318
/proc/meminfo: memFree=14733920/32950928 swapFree=67111528/67111528
[pid=17310] ppid=17308 vsize=191488 CPUtime=31.9 cores=1,3
/proc/17310/stat : 17310 (precosat) R 17308 17310 16948 0 -1 4202496 103561 0 0 0 3174 16 0 0 25 0 1 0 510046653 196083712 46907 33554432000 134512640 135151029 4290465104 18446744073709551615 134554594 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17310/statm: 47872 46907 80 156 0 47715 0
Current children cumulated CPU time (s) 31.9
Current children cumulated vsize (KiB) 191488

[startup+33.5007 s]
/proc/loadavg: 4.01 3.97 3.08 5/190 17318
/proc/meminfo: memFree=14732184/32950928 swapFree=67111528/67111528
[pid=17310] ppid=17308 vsize=191488 CPUtime=33.49 cores=1,3
/proc/17310/stat : 17310 (precosat) R 17308 17310 16948 0 -1 4202496 103561 0 0 0 3333 16 0 0 25 0 1 0 510046653 196083712 46907 33554432000 134512640 135151029 4290465104 18446744073709551615 134542634 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17310/statm: 47872 46907 80 156 0 47715 0
Current children cumulated CPU time (s) 33.49
Current children cumulated vsize (KiB) 191488

[startup+34.3006 s]
/proc/loadavg: 4.01 3.97 3.08 5/190 17318
/proc/meminfo: memFree=14716232/32950928 swapFree=67111528/67111528
[pid=17310] ppid=17308 vsize=211136 CPUtime=34.29 cores=1,3
/proc/17310/stat : 17310 (precosat) R 17308 17310 16948 0 -1 4202496 112554 0 0 0 3412 17 0 0 25 0 1 0 510046653 216203264 51803 33554432000 134512640 135151029 4290465104 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17310/statm: 52784 51803 80 156 0 52627 0
Current children cumulated CPU time (s) 34.29
Current children cumulated vsize (KiB) 211136

[startup+35.1004 s]
/proc/loadavg: 4.01 3.97 3.08 5/190 17318
/proc/meminfo: memFree=14707056/32950928 swapFree=67111528/67111528
[pid=17310] ppid=17308 vsize=217420 CPUtime=35.09 cores=1,3
/proc/17310/stat : 17310 (precosat) R 17308 17310 16948 0 -1 4202496 114073 0 0 0 3492 17 0 0 25 0 1 0 510046653 222638080 53322 33554432000 134512640 135151029 4290465104 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17310/statm: 54355 53322 80 156 0 54198 0
Current children cumulated CPU time (s) 35.09
Current children cumulated vsize (KiB) 217420

[startup+35.3004 s]
/proc/loadavg: 4.01 3.97 3.08 5/190 17318
/proc/meminfo: memFree=14707056/32950928 swapFree=67111528/67111528
[pid=17310] ppid=17308 vsize=218212 CPUtime=35.29 cores=1,3
/proc/17310/stat : 17310 (precosat) R 17308 17310 16948 0 -1 4202496 114284 0 0 0 3511 18 0 0 25 0 1 0 510046653 223449088 53533 33554432000 134512640 135151029 4290465104 18446744073709551615 134573883 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17310/statm: 54553 53533 80 156 0 54396 0
Current children cumulated CPU time (s) 35.29
Current children cumulated vsize (KiB) 218212

Child status: 20
Real time (s): 35.3515
CPU time (s): 35.3516
CPU user time (s): 35.1607
CPU system time (s): 0.19097
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 224260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.1607
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114330
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= 3
involuntary context switches= 138

runsolver used 0.065989 second user time and 0.132979 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-28 11:55:00
IDJOB=3308695
IDBENCH=82409
IDSOLVER=1690
FILE ID=node149/3308695-1303984498
RUNJOBID= node149-1303983193-16968
PBS_JOBID= 13168677
Free space on /tmp= 71712 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-4.025-NOTKNOWN.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308695-1303984498/watcher-3308695-1303984498 -o /tmp/evaluation-result-3308695-1303984498/solver-3308695-1303984498 -C 2400 -W 1300 -M 7680  HOME/precosat HOME/instance-3308695-1303984498.cnf

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

MD5SUM BENCH= 7a66f04f295b538081ccaebd0fd7d9b2
RANDOM SEED=1551320027

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16106304 kB
Buffers:       2197160 kB
Cached:       11323012 kB
SwapCached:          0 kB
Active:        7226184 kB
Inactive:      9067588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16106304 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          161020 kB
Writeback:           0 kB
AnonPages:     2773396 kB
Mapped:          15792 kB
Slab:           480944 kB
PageTables:      10504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2952724 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= 71592 MiB
End job on node149 at 2011-04-28 11:55:35