Trace number 3377112

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 93.9957 93.9949

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
MD5SUM17407fc59aa2b679b7792ae0656704b9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.5967
Satisfiable
(Un)Satisfiability was proved
Number of variables66084
Number of clauses1060536
Sum of the clauses size2420856
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21023120
Number of clauses of size 32880
Number of clauses of size 413320
Number of clauses of size 55760
Number of clauses of size over 514760

Solver Data

0.00/0.01	c Set FPU double precision.
0.29/0.39	c Parse Cnf success: #var: 66084 #clause: 1060536
0.29/0.39	c Find Units :        696
0.39/0.48	c Find Invs  :          0
0.49/0.55	c Find Ands  :       4320 AvgFaninNum: 3
0.49/0.56	c Find Xors  :          0 AvgFaninNum: nan
0.49/0.56	c Find Ite   :          0
0.49/0.56	c UnDirect variable: 0
0.49/0.56	c UnDirect to Direct Gate: 0
0.49/0.56	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.49/0.56	c Break Cycle : 0
0.49/0.56	c Total Root : 144 Undef Var: 61764
0.49/0.57	c After covering, Total Root: 144 Leaf: 9336
0.49/0.57	c Variable( cover/uncovered/unused ): 13656 52428 0
0.49/0.57	c Unit Clauses: 696
0.49/0.57	c Binary Clauses( cover/uncovered ): 12960 1010160
0.49/0.57	c Clauses( cover/uncovered ): 4320 32400
0.49/0.57	c Total Clauses( cover/uncovered ): 17976 1042560 1.69499%
0.49/0.57	c Covered Ands: 4320 Invs: 0 Xors: 0 Ites: 0
1.09/1.12	c Uncover Clauses avg size: 2.27993 max size: 78
1.09/1.13	c Final circuit: i/l/o/s   61068       0  716156    851194
1.09/1.13	c CnfToAig: Time: 1.12 s
1.79/1.83	c TmMap: Set choices finish.
2.20/2.26	c TmMap: Set big and: 718997
2.20/2.26	c TmMap: Origin: 912263 ClauseNum: 2553582 --> New: 780066 ClauseNum: 2291843
2.20/2.26	c TmMap: Time: 0.52
2.39/2.41	c Try to Add: #clause: 1437994 #xorclause: 0
2.49/2.55	c #var: 63909 #clauses: 39142 Solving... 
93.89/93.92	s UNSATISFIABLE
93.89/93.95	c CPU time: 93.94 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-3377112-1305468263/watcher-3377112-1305468263 -o /tmp/evaluation-result-3377112-1305468263/solver-3377112-1305468263 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377112-1305468263.cnf 59771560 

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: 3.78 5.77 6.42 4/341 3879
/proc/meminfo: memFree=18319380/32951124 swapFree=59367104/67111528
[pid=3879] ppid=3877 vsize=33916 CPUtime=0 cores=0,2
/proc/3879/stat : 3879 (qutersat_releas) R 3877 3879 3837 0 -1 4202496 2147 0 0 0 0 0 0 0 25 0 1 0 639241983 34729984 2084 33554432000 4194304 6014671 140734037750416 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3879/statm: 8479 2084 378 445 0 2024 0

[startup+0.0140659 s]
/proc/loadavg: 3.78 5.77 6.42 4/341 3879
/proc/meminfo: memFree=18319380/32951124 swapFree=59367104/67111528
[pid=3879] ppid=3877 vsize=34940 CPUtime=0 cores=0,2
/proc/3879/stat : 3879 (qutersat_releas) R 3877 3879 3837 0 -1 4202496 2465 0 0 0 0 0 0 0 25 0 1 0 639241983 35778560 2402 33554432000 4194304 6014671 140734037750416 18446744073709551615 4802656 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3879/statm: 8735 2402 378 445 0 2280 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 34940

[startup+0.101117 s]
/proc/loadavg: 3.78 5.77 6.42 4/341 3879
/proc/meminfo: memFree=18319380/32951124 swapFree=59367104/67111528
[pid=3879] ppid=3877 vsize=58492 CPUtime=0.09 cores=0,2
/proc/3879/stat : 3879 (qutersat_releas) R 3877 3879 3837 0 -1 4202496 8000 0 0 0 8 1 0 0 25 0 1 0 639241983 59895808 7937 33554432000 4194304 6014671 140734037750416 18446744073709551615 4300552 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3879/statm: 14623 7937 378 445 0 8168 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 58492

[startup+0.30107 s]
/proc/loadavg: 3.78 5.77 6.42 4/341 3879
/proc/meminfo: memFree=18319380/32951124 swapFree=59367104/67111528
[pid=3879] ppid=3877 vsize=83196 CPUtime=0.29 cores=0,2
/proc/3879/stat : 3879 (qutersat_releas) R 3877 3879 3837 0 -1 4202496 14146 0 0 0 27 2 0 0 25 0 1 0 639241983 85192704 14083 33554432000 4194304 6014671 140734037750416 18446744073709551615 270338383616 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3879/statm: 20799 14083 378 445 0 14344 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83196

[startup+0.700994 s]
/proc/loadavg: 3.78 5.77 6.42 4/341 3879
/proc/meminfo: memFree=18319380/32951124 swapFree=59367104/67111528
[pid=3879] ppid=3877 vsize=99580 CPUtime=0.69 cores=0,2
/proc/3879/stat : 3879 (qutersat_releas) R 3877 3879 3837 0 -1 4202496 16767 0 0 0 67 2 0 0 25 0 1 0 639241983 101969920 16704 33554432000 4194304 6014671 140734037750416 18446744073709551615 4362603 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3879/statm: 24895 16704 398 445 0 18440 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99580

[startup+1.50084 s]
/proc/loadavg: 3.80 5.74 6.41 5/342 3880
/proc/meminfo: memFree=18109316/32951124 swapFree=59367104/67111528
[pid=3879] ppid=3877 vsize=226780 CPUtime=1.48 cores=0,2
/proc/3879/stat : 3879 (qutersat_releas) R 3877 3879 3837 0 -1 4202496 50750 0 0 0 142 6 0 0 25 0 1 0 639241983 232222720 50687 33554432000 4194304 6014671 140734037750416 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3879/statm: 56695 50689 668 445 0 50240 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 226780

[startup+3.10051 s]
/proc/loadavg: 3.80 5.74 6.41 5/345 3886
/proc/meminfo: memFree=17765696/32951124 swapFree=59367104/67111528
[pid=3879] ppid=3877 vsize=376212 CPUtime=3.09 cores=0,2
/proc/3879/stat : 3879 (qutersat_releas) R 3877 3879 3837 0 -1 4202496 86145 0 0 0 298 11 0 0 25 0 1 0 639241983 385241088 86082 33554432000 4194304 6014671 140734037750416 18446744073709551615 4666663 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3879/statm: 94053 86082 701 445 0 87598 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 376212

[startup+6.30086 s]
/proc/loadavg: 3.80 5.74 6.41 5/348 3892
/proc/meminfo: memFree=16836548/32951124 swapFree=59367104/67111528
[pid=3879] ppid=3877 vsize=413076 CPUtime=6.28 cores=0,2
/proc/3879/stat : 3879 (qutersat_releas) R 3877 3879 3837 0 -1 4202496 92196 0 0 0 617 11 0 0 25 0 1 0 639241983 422989824 92133 33554432000 4194304 6014671 140734037750416 18446744073709551615 4422593 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3879/statm: 103269 92133 701 445 0 96814 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 413076

[startup+12.7006 s]
/proc/loadavg: 4.05 5.73 6.40 5/351 3898
/proc/meminfo: memFree=13521336/32951124 swapFree=59367104/67111528
[pid=3879] ppid=3877 vsize=692068 CPUtime=12.69 cores=0,2
/proc/3879/stat : 3879 (qutersat_releas) R 3877 3879 3837 0 -1 4202496 143238 0 0 0 1252 17 0 0 25 0 1 0 639241983 708677632 143175 33554432000 4194304 6014671 140734037750416 18446744073709551615 4711318 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3879/statm: 173017 143175 711 445 0 166562 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 692068

[startup+25.5011 s]
/proc/loadavg: 4.04 5.67 6.37 5/351 3899
/proc/meminfo: memFree=10053676/32951124 swapFree=59367104/67111528
[pid=3879] ppid=3877 vsize=739220 CPUtime=25.49 cores=0,2
/proc/3879/stat : 3879 (qutersat_releas) R 3877 3879 3837 0 -1 4202496 149332 0 0 0 2531 18 0 0 25 0 1 0 639241983 756961280 149256 33554432000 4194304 6014671 140734037750416 18446744073709551615 4372372 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3879/statm: 184805 149256 723 445 0 178350 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 739220

[startup+51.101 s]
/proc/loadavg: 4.03 5.54 6.31 5/351 3899
/proc/meminfo: memFree=7334920/32951124 swapFree=59367104/67111528
[pid=3879] ppid=3877 vsize=819772 CPUtime=51.09 cores=0,2
/proc/3879/stat : 3879 (qutersat_releas) R 3877 3879 3837 0 -1 4202496 159181 0 0 0 5090 19 0 0 25 0 1 0 639241983 839446528 159105 33554432000 4194304 6014671 140734037750416 18446744073709551615 4372411 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3879/statm: 204943 159105 724 445 0 198488 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 819772

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

[startup+76.7009 s]
/proc/loadavg: 4.02 5.39 6.24 5/348 3903
/proc/meminfo: memFree=11467636/32951124 swapFree=59367104/67111528
[pid=3879] ppid=3877 vsize=1123516 CPUtime=76.69 cores=0,2
/proc/3879/stat : 3879 (qutersat_releas) R 3877 3879 3837 0 -1 4202496 221545 0 0 0 7643 26 0 0 25 0 1 0 639241983 1150480384 221469 33554432000 4194304 6014671 140734037750416 18446744073709551615 4423613 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3879/statm: 280879 221469 728 445 0 274424 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 1123516

[startup+83.1006 s]
/proc/loadavg: 4.01 5.37 6.22 5/351 3927
/proc/meminfo: memFree=11405960/32951124 swapFree=59367104/67111528
[pid=3879] ppid=3877 vsize=1256972 CPUtime=83.09 cores=0,2
/proc/3879/stat : 3879 (qutersat_releas) R 3877 3879 3837 0 -1 4202496 249195 0 0 0 8280 29 0 0 25 0 1 0 639241983 1287139328 249113 33554432000 4194304 6014671 140734037750416 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3879/statm: 314243 249113 728 445 0 307788 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 1256972

[startup+89.5004 s]
/proc/loadavg: 4.01 5.34 6.21 5/351 3927
/proc/meminfo: memFree=10757200/32951124 swapFree=59367104/67111528
[pid=3879] ppid=3877 vsize=1277400 CPUtime=89.49 cores=0,2
/proc/3879/stat : 3879 (qutersat_releas) R 3877 3879 3837 0 -1 4202496 249979 0 0 0 8920 29 0 0 25 0 1 0 639241983 1308057600 249897 33554432000 4194304 6014671 140734037750416 18446744073709551615 4372140 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3879/statm: 319350 249897 728 445 0 312895 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 1277400

[startup+91.1011 s]
/proc/loadavg: 4.01 5.34 6.21 5/351 3927
/proc/meminfo: memFree=10686652/32951124 swapFree=59367104/67111528
[pid=3879] ppid=3877 vsize=1277400 CPUtime=91.09 cores=0,2
/proc/3879/stat : 3879 (qutersat_releas) R 3877 3879 3837 0 -1 4202496 250383 0 0 0 9080 29 0 0 25 0 1 0 639241983 1308057600 250301 33554432000 4194304 6014671 140734037750416 18446744073709551615 4378492 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3879/statm: 319350 250301 728 445 0 312895 0
Current children cumulated CPU time (s) 91.09
Current children cumulated vsize (KiB) 1277400

[startup+92.7007 s]
/proc/loadavg: 4.01 5.32 6.20 5/351 3928
/proc/meminfo: memFree=10575568/32951124 swapFree=59367104/67111528
[pid=3879] ppid=3877 vsize=1277400 CPUtime=92.69 cores=0,2
/proc/3879/stat : 3879 (qutersat_releas) R 3877 3879 3837 0 -1 4202496 250567 0 0 0 9240 29 0 0 25 0 1 0 639241983 1308057600 250485 33554432000 4194304 6014671 140734037750416 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3879/statm: 319350 250485 728 445 0 312895 0
Current children cumulated CPU time (s) 92.69
Current children cumulated vsize (KiB) 1277400

[startup+93.5136 s]
/proc/loadavg: 4.01 5.32 6.20 5/351 3928
/proc/meminfo: memFree=10534160/32951124 swapFree=59367104/67111528
[pid=3879] ppid=3877 vsize=1277400 CPUtime=93.5 cores=0,2
/proc/3879/stat : 3879 (qutersat_releas) R 3877 3879 3837 0 -1 4202496 250696 0 0 0 9321 29 0 0 25 0 1 0 639241983 1308057600 250614 33554432000 4194304 6014671 140734037750416 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3879/statm: 319350 250614 728 445 0 312895 0
Current children cumulated CPU time (s) 93.5
Current children cumulated vsize (KiB) 1277400

[startup+93.9005 s]
/proc/loadavg: 4.01 5.32 6.20 5/351 3928
/proc/meminfo: memFree=10534160/32951124 swapFree=59367104/67111528
[pid=3879] ppid=3877 vsize=1277400 CPUtime=93.89 cores=0,2
/proc/3879/stat : 3879 (qutersat_releas) R 3877 3879 3837 0 -1 4202496 250770 0 0 0 9360 29 0 0 25 0 1 0 639241983 1308057600 250688 33554432000 4194304 6014671 140734037750416 18446744073709551615 4766150 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3879/statm: 319350 250688 728 445 0 312895 0
Current children cumulated CPU time (s) 93.89
Current children cumulated vsize (KiB) 1277400

Child status: 0
Real time (s): 93.9949
CPU time (s): 93.9957
CPU user time (s): 93.6528
CPU system time (s): 0.342947
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1277400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 93.6528
system time used= 0.342947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250774
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= 12
involuntary context switches= 229

runsolver used 0.335948 second user time and 0.698893 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-15 16:04:24
IDJOB=3377112
IDBENCH=82410
IDSOLVER=1856
FILE ID=node143/3377112-1305468263
RUNJOBID= node143-1305468263-3855
PBS_JOBID= 13325329
Free space on /tmp= 73492 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377112-1305468263/watcher-3377112-1305468263 -o /tmp/evaluation-result-3377112-1305468263/solver-3377112-1305468263 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377112-1305468263.cnf 59771560

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

MD5SUM BENCH= 17407fc59aa2b679b7792ae0656704b9
RANDOM SEED=59771560

node143.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.846
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.846
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	: 5226.15
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.846
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.846
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.83
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.846
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.846
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.846
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.74
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.846
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:      18319784 kB
Buffers:        216464 kB
Cached:        1499024 kB
SwapCached:      67400 kB
Active:        4444196 kB
Inactive:      9931412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18319784 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:           58052 kB
Writeback:           0 kB
AnonPages:    12592176 kB
Mapped:          23020 kB
Slab:           125800 kB
PageTables:      63412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74748048 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= 73320 MiB
End job on node143 at 2011-05-15 16:05:58