Trace number 3384361

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-05-12 (fixed)UNSAT 42.7245 42.7234

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.41687
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 Set FPU double precision.
0.99/1.08	c Parse Cnf success: #var: 281936 #clause: 2464339
0.99/1.08	c Find Units :        864
1.20/1.28	c Find Invs  :        200
1.39/1.45	c Find Ands  :        600 AvgFaninNum: 22.75
1.39/1.45	c Find Xors  :          0 AvgFaninNum: nan
1.39/1.45	c Find Ite   :          0
1.39/1.45	c UnDirect variable: 0
1.39/1.45	c UnDirect to Direct Gate: 0
1.39/1.45	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.39/1.46	c Break Cycle : 33
1.39/1.46	c Total Root : 8 Undef Var: 281561
1.39/1.47	c After covering, Total Root: 59 Leaf: 5239
1.39/1.47	c Variable( cover/uncovered/unused ): 5614 276322 0
1.39/1.47	c Unit Clauses: 864
1.39/1.47	c Binary Clauses( cover/uncovered ): 8547 2412278
1.39/1.47	c Clauses( cover/uncovered ): 375 42275
1.39/1.47	c Total Clauses( cover/uncovered ): 9786 2454553 0.397104%
1.39/1.47	c Covered Ands: 375 Invs: 0 Xors: 0 Ites: 0
2.99/3.06	c Uncover Clauses avg size: 2.39589 max size: 770
2.99/3.09	c Final circuit: i/l/o/s  280705       0 1933192   2491226
2.99/3.09	c CnfToAig: Time: 3.08 s
4.59/4.63	c TmMap: Set choices finish.
5.69/5.73	c TmMap: Set big and: 1912728
5.69/5.73	c TmMap: Origin: 2771932 ClauseNum: 7473678 --> New: 2193434 ClauseNum: 6319600
5.69/5.73	c TmMap: Time: 1.33
5.99/6.07	c Try to Add: #clause: 3825456 #xorclause: 0
6.49/6.50	c #var: 260241 #clauses: 79671 Solving... 
42.59/42.63	s UNSATISFIABLE
42.59/42.67	c CPU time: 42.66 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: 961)

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-3384361-1305545222/watcher-3384361-1305545222 -o /tmp/evaluation-result-3384361-1305545222/solver-3384361-1305545222 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384361-1305545222.cnf 224962867 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.89 1.98 1.97 3/408 4980
/proc/meminfo: memFree=20372736/32950928 swapFree=67056568/67111528
[pid=4980] ppid=4978 vsize=38972 CPUtime=0 cores=0,2,4,6
/proc/4980/stat : 4980 (qutersat_releas) R 4978 4980 4710 0 -1 4202496 2593 0 0 0 0 0 0 0 23 0 1 0 666119401 39907328 2530 33554432000 4194304 6014671 140733207677392 18446744073709551615 4271044 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4980/statm: 9743 2545 370 445 0 3288 0

[startup+0.102502 s]
/proc/loadavg: 1.89 1.98 1.97 3/408 4980
/proc/meminfo: memFree=20372736/32950928 swapFree=67056568/67111528
[pid=4980] ppid=4978 vsize=62524 CPUtime=0.09 cores=0,2,4,6
/proc/4980/stat : 4980 (qutersat_releas) R 4978 4980 4710 0 -1 4202496 9071 0 0 0 9 0 0 0 23 0 1 0 666119401 64024576 9007 33554432000 4194304 6014671 140733207677392 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4980/statm: 15631 9007 378 445 0 9176 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62524

[startup+0.200483 s]
/proc/loadavg: 1.89 1.98 1.97 3/408 4980
/proc/meminfo: memFree=20372736/32950928 swapFree=67056568/67111528
[pid=4980] ppid=4978 vsize=87100 CPUtime=0.19 cores=0,2,4,6
/proc/4980/stat : 4980 (qutersat_releas) R 4978 4980 4710 0 -1 4202496 14651 0 0 0 17 2 0 0 24 0 1 0 666119401 89190400 14587 33554432000 4194304 6014671 140733207677392 18446744073709551615 4308338 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4980/statm: 21775 14587 378 445 0 15320 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 87100

[startup+0.300468 s]
/proc/loadavg: 1.89 1.98 1.97 3/408 4980
/proc/meminfo: memFree=20372736/32950928 swapFree=67056568/67111528
[pid=4980] ppid=4978 vsize=87228 CPUtime=0.29 cores=0,2,4,6
/proc/4980/stat : 4980 (qutersat_releas) R 4978 4980 4710 0 -1 4202496 15357 0 0 0 27 2 0 0 25 0 1 0 666119401 89321472 15293 33554432000 4194304 6014671 140733207677392 18446744073709551615 239476694784 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4980/statm: 21807 15294 378 445 0 15352 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87228

[startup+0.700395 s]
/proc/loadavg: 1.89 1.98 1.97 3/408 4980
/proc/meminfo: memFree=20372736/32950928 swapFree=67056568/67111528
[pid=4980] ppid=4978 vsize=136508 CPUtime=0.69 cores=0,2,4,6
/proc/4980/stat : 4980 (qutersat_releas) R 4978 4980 4710 0 -1 4202496 27656 0 0 0 66 3 0 0 25 0 1 0 666119401 139784192 27592 33554432000 4194304 6014671 140733207677392 18446744073709551615 4308296 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4980/statm: 34127 27592 378 445 0 27672 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 136508

[startup+1.50024 s]
/proc/loadavg: 1.89 1.98 1.97 3/409 4981
/proc/meminfo: memFree=20122132/32950928 swapFree=67056568/67111528
[pid=4980] ppid=4978 vsize=234940 CPUtime=1.49 cores=0,2,4,6
/proc/4980/stat : 4980 (qutersat_releas) R 4978 4980 4710 0 -1 4202496 49257 0 0 0 143 6 0 0 18 0 1 0 666119401 240578560 49193 33554432000 4194304 6014671 140733207677392 18446744073709551615 4276303 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4980/statm: 58735 49193 398 445 0 52280 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 234940

[startup+3.10093 s]
/proc/loadavg: 1.98 2.00 1.98 3/409 4981
/proc/meminfo: memFree=19732788/32950928 swapFree=67056568/67111528
[pid=4980] ppid=4978 vsize=415676 CPUtime=3.09 cores=0,2,4,6
/proc/4980/stat : 4980 (qutersat_releas) R 4978 4980 4710 0 -1 4202496 90990 0 0 0 298 11 0 0 20 0 1 0 666119401 425652224 90926 33554432000 4194304 6014671 140733207677392 18446744073709551615 4810788 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4980/statm: 103919 90926 399 445 0 97464 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 415676

[startup+6.30032 s]
/proc/loadavg: 1.98 2.00 1.98 3/409 4981
/proc/meminfo: memFree=18828704/32950928 swapFree=67056568/67111528
[pid=4980] ppid=4978 vsize=1085684 CPUtime=6.29 cores=0,2,4,6
/proc/4980/stat : 4980 (qutersat_releas) R 4978 4980 4710 0 -1 4202496 247198 0 0 0 601 28 0 0 25 0 1 0 666119401 1111740416 246663 33554432000 4194304 6014671 140733207677392 18446744073709551615 239476392385 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4980/statm: 271421 246663 693 445 0 264966 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1085684

[startup+12.7011 s]
/proc/loadavg: 1.98 2.00 1.98 3/409 4981
/proc/meminfo: memFree=17880244/32950928 swapFree=67056568/67111528
[pid=4980] ppid=4978 vsize=1085684 CPUtime=12.69 cores=0,2,4,6
/proc/4980/stat : 4980 (qutersat_releas) R 4978 4980 4710 0 -1 4202496 247442 0 0 0 1240 29 0 0 25 0 1 0 666119401 1111740416 195494 33554432000 4194304 6014671 140733207677392 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4980/statm: 271421 195494 702 445 0 264966 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1085684

[startup+25.5006 s]
/proc/loadavg: 1.98 2.00 1.98 3/409 4982
/proc/meminfo: memFree=17761880/32950928 swapFree=67056568/67111528
[pid=4980] ppid=4978 vsize=1274152 CPUtime=25.49 cores=0,2,4,6
/proc/4980/stat : 4980 (qutersat_releas) R 4978 4980 4710 0 -1 4202496 328415 0 0 0 2510 39 0 0 25 0 1 0 666119401 1304731648 276467 33554432000 4194304 6014671 140733207677392 18446744073709551615 4527438 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4980/statm: 318538 276467 715 445 0 312083 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1274152

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

[startup+25.6006 s]
/proc/loadavg: 1.98 2.00 1.98 3/409 4982
/proc/meminfo: memFree=17761880/32950928 swapFree=67056568/67111528
[pid=4980] ppid=4978 vsize=1274152 CPUtime=25.59 cores=0,2,4,6
/proc/4980/stat : 4980 (qutersat_releas) R 4978 4980 4710 0 -1 4202496 328415 0 0 0 2520 39 0 0 25 0 1 0 666119401 1304731648 276467 33554432000 4194304 6014671 140733207677392 18446744073709551615 4527416 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4980/statm: 318538 276467 715 445 0 312083 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1274152

[startup+32.0154 s]
/proc/loadavg: 1.98 2.00 1.98 3/409 4982
/proc/meminfo: memFree=17746128/32950928 swapFree=67056568/67111528
[pid=4980] ppid=4978 vsize=1289488 CPUtime=32 cores=0,2,4,6
/proc/4980/stat : 4980 (qutersat_releas) R 4978 4980 4710 0 -1 4202496 332413 0 0 0 3161 39 0 0 25 0 1 0 666119401 1320435712 280465 33554432000 4194304 6014671 140733207677392 18446744073709551615 4372266 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4980/statm: 322372 280465 723 445 0 315917 0
Current children cumulated CPU time (s) 32
Current children cumulated vsize (KiB) 1289488

[startup+38.4012 s]
/proc/loadavg: 1.99 2.00 1.98 3/409 4982
/proc/meminfo: memFree=17737864/32950928 swapFree=67056568/67111528
[pid=4980] ppid=4978 vsize=1294608 CPUtime=38.39 cores=0,2,4,6
/proc/4980/stat : 4980 (qutersat_releas) R 4978 4980 4710 0 -1 4202496 334585 0 0 0 3799 40 0 0 25 0 1 0 666119401 1325678592 282637 33554432000 4194304 6014671 140733207677392 18446744073709551615 4372423 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4980/statm: 323652 282637 723 445 0 317197 0
Current children cumulated CPU time (s) 38.39
Current children cumulated vsize (KiB) 1294608

[startup+40.0009 s]
/proc/loadavg: 1.99 2.00 1.98 3/409 4982
/proc/meminfo: memFree=17735632/32950928 swapFree=67056568/67111528
[pid=4980] ppid=4978 vsize=1295632 CPUtime=39.99 cores=0,2,4,6
/proc/4980/stat : 4980 (qutersat_releas) R 4978 4980 4710 0 -1 4202496 335079 0 0 0 3959 40 0 0 25 0 1 0 666119401 1326727168 283131 33554432000 4194304 6014671 140733207677392 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4980/statm: 323908 283131 723 445 0 317453 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (KiB) 1295632

[startup+41.6006 s]
/proc/loadavg: 1.99 2.00 1.98 3/409 4982
/proc/meminfo: memFree=17732196/32950928 swapFree=67056568/67111528
[pid=4980] ppid=4978 vsize=1298704 CPUtime=41.59 cores=0,2,4,6
/proc/4980/stat : 4980 (qutersat_releas) R 4978 4980 4710 0 -1 4202496 336088 0 0 0 4119 40 0 0 25 0 1 0 666119401 1329872896 284140 33554432000 4194304 6014671 140733207677392 18446744073709551615 4423410 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4980/statm: 324676 284140 723 445 0 318221 0
Current children cumulated CPU time (s) 41.59
Current children cumulated vsize (KiB) 1298704

[startup+42.4004 s]
/proc/loadavg: 1.99 2.00 1.98 3/409 4982
/proc/meminfo: memFree=17730584/32950928 swapFree=67056568/67111528
[pid=4980] ppid=4978 vsize=1300752 CPUtime=42.39 cores=0,2,4,6
/proc/4980/stat : 4980 (qutersat_releas) R 4978 4980 4710 0 -1 4202496 336549 0 0 0 4199 40 0 0 25 0 1 0 666119401 1331970048 284601 33554432000 4194304 6014671 140733207677392 18446744073709551615 4372109 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4980/statm: 325188 284601 723 445 0 318733 0
Current children cumulated CPU time (s) 42.39
Current children cumulated vsize (KiB) 1300752

[startup+42.6004 s]
/proc/loadavg: 1.99 2.00 1.98 3/409 4982
/proc/meminfo: memFree=17730584/32950928 swapFree=67056568/67111528
[pid=4980] ppid=4978 vsize=1300752 CPUtime=42.59 cores=0,2,4,6
/proc/4980/stat : 4980 (qutersat_releas) R 4978 4980 4710 0 -1 4202496 336636 0 0 0 4219 40 0 0 25 0 1 0 666119401 1331970048 284688 33554432000 4194304 6014671 140733207677392 18446744073709551615 4810792 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4980/statm: 325188 284688 723 445 0 318733 0
Current children cumulated CPU time (s) 42.59
Current children cumulated vsize (KiB) 1300752

[startup+42.7003 s]
/proc/loadavg: 1.99 2.00 1.98 3/409 4982
/proc/meminfo: memFree=17730584/32950928 swapFree=67056568/67111528
[pid=4980] ppid=4978 vsize=0 CPUtime=42.69 cores=0,2,4,6
/proc/4980/stat : 4980 (qutersat_releas) R 4978 4980 4710 0 -1 4202500 336640 0 0 0 4226 43 0 0 25 0 1 0 666119401 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/4980/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 42.69
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 42.7234
CPU time (s): 42.7245
CPU user time (s): 42.2686
CPU system time (s): 0.45593
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1300752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.2686
system time used= 0.45593
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 336640
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= 8
involuntary context switches= 39

runsolver used 0.173973 second user time and 0.374943 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-16 13:27:03
IDJOB=3384361
IDBENCH=82409
IDSOLVER=1868
FILE ID=node148/3384361-1305545222
RUNJOBID= node148-1305540196-4728
PBS_JOBID= 13329205
Free space on /tmp= 72700 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-4.025-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384361-1305545222/watcher-3384361-1305545222 -o /tmp/evaluation-result-3384361-1305545222/solver-3384361-1305545222 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384361-1305545222.cnf 224962867

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7a66f04f295b538081ccaebd0fd7d9b2
RANDOM SEED=224962867

node148.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.854
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.70
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.854
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.854
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.854
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.854
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.854
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.854
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.854
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:     32950928 kB
MemFree:      20373016 kB
Buffers:        348752 kB
Cached:        5191228 kB
SwapCached:       8488 kB
Active:        8987280 kB
Inactive:      3233488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20373016 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:          236272 kB
Writeback:           0 kB
AnonPages:     6678788 kB
Mapped:          33900 kB
Slab:           249888 kB
PageTables:      41852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 107704316 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= 72700 MiB
End job on node148 at 2011-05-16 13:27:46