Trace number 3380090

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
SApperloT2010 2011-05-15 (fixed)UNSAT 92.4839 92.4883

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-27-step13.cnf
MD5SUM52e16341bcff805ef2d6abe4e95359a0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.0214
Satisfiable
(Un)Satisfiability was proved
Number of variables224228
Number of clauses5314673
Sum of the clauses size11732345
Maximum clause length3193
Minimum clause length1
Number of clauses of size 1556
Number of clauses of size 25229536
Number of clauses of size 36084
Number of clauses of size 49856
Number of clauses of size 58159
Number of clauses of size over 560482

Solver Data

92.39/92.46	c Solved by BasicSolver 
92.39/92.46	
92.39/92.46	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: 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-3380090-1305455263/watcher-3380090-1305455263 -o /tmp/evaluation-result-3380090-1305455263/solver-3380090-1305455263 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380090-1305455263.cnf 

running on 2 cores: 4,6

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.21 2.92 3.43 5/286 32392
/proc/meminfo: memFree=23270088/32951124 swapFree=67057896/67111528
[pid=32392] ppid=32390 vsize=26012 CPUtime=0 cores=4,6
/proc/32392/stat : 32392 (SApperloT2010) R 32390 32392 30778 0 -1 4202496 2666 0 0 0 0 0 0 0 22 0 1 0 637941909 26636288 2608 33554432000 4194304 4394578 140736842083392 18446744073709551615 4331541 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/32392/statm: 6503 2620 244 49 0 3644 0

[startup+0.098896 s]
/proc/loadavg: 3.21 2.92 3.43 5/286 32392
/proc/meminfo: memFree=23270088/32951124 swapFree=67057896/67111528
[pid=32392] ppid=32390 vsize=82044 CPUtime=0.08 cores=4,6
/proc/32392/stat : 32392 (SApperloT2010) R 32390 32392 30778 0 -1 4202496 7368 0 0 0 7 1 0 0 22 0 1 0 637941909 84013056 7309 33554432000 4194304 4394578 140736842083392 18446744073709551615 254261277381 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/32392/statm: 20511 7310 247 49 0 17652 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 82044

[startup+0.100893 s]
/proc/loadavg: 3.21 2.92 3.43 5/286 32392
/proc/meminfo: memFree=23270088/32951124 swapFree=67057896/67111528
[pid=32392] ppid=32390 vsize=82176 CPUtime=0.09 cores=4,6
/proc/32392/stat : 32392 (SApperloT2010) R 32390 32392 30778 0 -1 4202496 7427 0 0 0 8 1 0 0 22 0 1 0 637941909 84148224 7368 33554432000 4194304 4394578 140736842083392 18446744073709551615 254261616384 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/32392/statm: 20544 7369 247 49 0 17685 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 82176

[startup+0.300871 s]
/proc/loadavg: 3.21 2.92 3.43 5/286 32392
/proc/meminfo: memFree=23270088/32951124 swapFree=67057896/67111528
[pid=32392] ppid=32390 vsize=106728 CPUtime=0.29 cores=4,6
/proc/32392/stat : 32392 (SApperloT2010) R 32390 32392 30778 0 -1 4202496 13744 0 0 0 27 2 0 0 23 0 1 0 637941909 109289472 13685 33554432000 4194304 4394578 140736842083392 18446744073709551615 254261277381 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/32392/statm: 26682 13686 249 49 0 23823 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 106728

[startup+0.700791 s]
/proc/loadavg: 3.21 2.92 3.43 5/286 32392
/proc/meminfo: memFree=23270088/32951124 swapFree=67057896/67111528
[pid=32392] ppid=32390 vsize=171572 CPUtime=0.69 cores=4,6
/proc/32392/stat : 32392 (SApperloT2010) R 32390 32392 30778 0 -1 4202496 29830 0 0 0 64 5 0 0 25 0 1 0 637941909 175689728 29771 33554432000 4194304 4394578 140736842083392 18446744073709551615 254261277381 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/32392/statm: 42893 29772 249 49 0 40034 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 171572

[startup+1.50067 s]
/proc/loadavg: 3.21 2.92 3.43 5/292 32401
/proc/meminfo: memFree=22997912/32951124 swapFree=67057896/67111528
[pid=32392] ppid=32390 vsize=295344 CPUtime=1.48 cores=4,6
/proc/32392/stat : 32392 (SApperloT2010) R 32390 32392 30778 0 -1 4202496 60627 0 0 0 138 10 0 0 25 0 1 0 637941909 302432256 60568 33554432000 4194304 4394578 140736842083392 18446744073709551615 254261277381 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/32392/statm: 73836 60571 249 49 0 70977 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 295344

[startup+3.10036 s]
/proc/loadavg: 3.21 2.92 3.43 5/292 32401
/proc/meminfo: memFree=22872300/32951124 swapFree=67057896/67111528
[pid=32392] ppid=32390 vsize=344032 CPUtime=3.09 cores=4,6
/proc/32392/stat : 32392 (SApperloT2010) R 32390 32392 30778 0 -1 4202496 72926 0 0 0 297 12 0 0 25 0 1 0 637941909 352288768 72639 33554432000 4194304 4394578 140736842083392 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/32392/statm: 86008 72639 264 49 0 83149 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 344032

[startup+6.30084 s]
/proc/loadavg: 3.27 2.94 3.43 5/292 32402
/proc/meminfo: memFree=22812608/32951124 swapFree=67057896/67111528
[pid=32392] ppid=32390 vsize=352568 CPUtime=6.29 cores=4,6
/proc/32392/stat : 32392 (SApperloT2010) R 32390 32392 30778 0 -1 4202496 75713 0 0 0 617 12 0 0 25 0 1 0 637941909 361029632 74656 33554432000 4194304 4394578 140736842083392 18446744073709551615 4287920 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/32392/statm: 88142 74656 264 49 0 85283 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 352568

[startup+12.7007 s]
/proc/loadavg: 3.41 2.97 3.44 5/292 32402
/proc/meminfo: memFree=22754372/32951124 swapFree=67057896/67111528
[pid=32392] ppid=32390 vsize=367468 CPUtime=12.69 cores=4,6
/proc/32392/stat : 32392 (SApperloT2010) R 32390 32392 30778 0 -1 4202496 79745 0 0 0 1256 13 0 0 25 0 1 0 637941909 376287232 77663 33554432000 4194304 4394578 140736842083392 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/32392/statm: 91867 77663 264 49 0 89008 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 367468

[startup+25.5004 s]
/proc/loadavg: 3.54 3.02 3.45 5/292 32402
/proc/meminfo: memFree=22642048/32951124 swapFree=67057896/67111528
[pid=32392] ppid=32390 vsize=401680 CPUtime=25.49 cores=4,6
/proc/32392/stat : 32392 (SApperloT2010) R 32390 32392 30778 0 -1 4202496 88462 0 0 0 2534 15 0 0 25 0 1 0 637941909 411320320 86380 33554432000 4194304 4394578 140736842083392 18446744073709551615 4298421 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/32392/statm: 100420 86380 264 49 0 97561 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 401680

[startup+51.1009 s]
/proc/loadavg: 3.70 3.10 3.46 5/292 32403
/proc/meminfo: memFree=22453312/32951124 swapFree=67057896/67111528
[pid=32392] ppid=32390 vsize=447772 CPUtime=51.08 cores=4,6
/proc/32392/stat : 32392 (SApperloT2010) R 32390 32392 30778 0 -1 4202496 99841 0 0 0 5091 17 0 0 25 0 1 0 637941909 458518528 97759 33554432000 4194304 4394578 140736842083392 18446744073709551615 4298388 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/32392/statm: 111943 97759 264 49 0 109084 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 447772

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

[startup+76.7004 s]
/proc/loadavg: 3.86 3.19 3.48 5/292 32403
/proc/meminfo: memFree=22286548/32951124 swapFree=67057896/67111528
[pid=32392] ppid=32390 vsize=491900 CPUtime=76.68 cores=4,6
/proc/32392/stat : 32392 (SApperloT2010) R 32390 32392 30778 0 -1 4202496 110768 0 0 0 7649 19 0 0 25 0 1 0 637941909 503705600 108686 33554432000 4194304 4394578 140736842083392 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/32392/statm: 122975 108686 264 49 0 120116 0
Current children cumulated CPU time (s) 76.68
Current children cumulated vsize (KiB) 491900

[startup+83.1003 s]
/proc/loadavg: 3.87 3.20 3.48 5/292 32404
/proc/meminfo: memFree=22249392/32951124 swapFree=67057896/67111528
[pid=32392] ppid=32390 vsize=507140 CPUtime=83.09 cores=4,6
/proc/32392/stat : 32392 (SApperloT2010) R 32390 32392 30778 0 -1 4202496 114537 0 0 0 8289 20 0 0 25 0 1 0 637941909 519311360 112455 33554432000 4194304 4394578 140736842083392 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/32392/statm: 126785 112455 264 49 0 123926 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 507140

[startup+86.3007 s]
/proc/loadavg: 3.88 3.21 3.49 5/292 32404
/proc/meminfo: memFree=22229680/32951124 swapFree=67057896/67111528
[pid=32392] ppid=32390 vsize=534248 CPUtime=86.29 cores=4,6
/proc/32392/stat : 32392 (SApperloT2010) R 32390 32392 30778 0 -1 4202496 124382 0 0 0 8608 21 0 0 25 0 1 0 637941909 547069952 116154 33554432000 4194304 4394578 140736842083392 18446744073709551615 4288318 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/32392/statm: 133562 116154 264 49 0 130703 0
Current children cumulated CPU time (s) 86.29
Current children cumulated vsize (KiB) 534248

[startup+89.5011 s]
/proc/loadavg: 3.88 3.21 3.49 5/292 32404
/proc/meminfo: memFree=22195828/32951124 swapFree=67057896/67111528
[pid=32392] ppid=32390 vsize=537908 CPUtime=89.48 cores=4,6
/proc/32392/stat : 32392 (SApperloT2010) R 32390 32392 30778 0 -1 4202496 125315 0 0 0 8927 21 0 0 25 0 1 0 637941909 550817792 117087 33554432000 4194304 4394578 140736842083392 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/32392/statm: 134477 117087 264 49 0 131618 0
Current children cumulated CPU time (s) 89.48
Current children cumulated vsize (KiB) 537908

[startup+91.1008 s]
/proc/loadavg: 3.89 3.23 3.49 5/292 32404
/proc/meminfo: memFree=22184916/32951124 swapFree=67057896/67111528
[pid=32392] ppid=32390 vsize=539252 CPUtime=91.08 cores=4,6
/proc/32392/stat : 32392 (SApperloT2010) R 32390 32392 30778 0 -1 4202496 125627 0 0 0 9087 21 0 0 25 0 1 0 637941909 552194048 117399 33554432000 4194304 4394578 140736842083392 18446744073709551615 4324950 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/32392/statm: 134813 117399 264 49 0 131954 0
Current children cumulated CPU time (s) 91.08
Current children cumulated vsize (KiB) 539252

[startup+91.9007 s]
/proc/loadavg: 3.89 3.23 3.49 5/292 32404
/proc/meminfo: memFree=22176424/32951124 swapFree=67057896/67111528
[pid=32392] ppid=32390 vsize=539920 CPUtime=91.88 cores=4,6
/proc/32392/stat : 32392 (SApperloT2010) R 32390 32392 30778 0 -1 4202496 125801 0 0 0 9167 21 0 0 25 0 1 0 637941909 552878080 117573 33554432000 4194304 4394578 140736842083392 18446744073709551615 4296807 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/32392/statm: 134980 117573 264 49 0 132121 0
Current children cumulated CPU time (s) 91.88
Current children cumulated vsize (KiB) 539920

[startup+92.3006 s]
/proc/loadavg: 3.89 3.23 3.49 5/292 32404
/proc/meminfo: memFree=22168860/32951124 swapFree=67057896/67111528
[pid=32392] ppid=32390 vsize=540068 CPUtime=92.29 cores=4,6
/proc/32392/stat : 32392 (SApperloT2010) R 32390 32392 30778 0 -1 4202496 125842 0 0 0 9208 21 0 0 25 0 1 0 637941909 553029632 117614 33554432000 4194304 4394578 140736842083392 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/32392/statm: 135017 117614 264 49 0 132158 0
Current children cumulated CPU time (s) 92.29
Current children cumulated vsize (KiB) 540068

[startup+92.4106 s]
/proc/loadavg: 3.89 3.23 3.49 5/292 32404
/proc/meminfo: memFree=22168860/32951124 swapFree=67057896/67111528
[pid=32392] ppid=32390 vsize=540068 CPUtime=92.39 cores=4,6
/proc/32392/stat : 32392 (SApperloT2010) R 32390 32392 30778 0 -1 4202496 125851 0 0 0 9218 21 0 0 25 0 1 0 637941909 553029632 117623 33554432000 4194304 4394578 140736842083392 18446744073709551615 4292637 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/32392/statm: 135017 117623 264 49 0 132158 0
Current children cumulated CPU time (s) 92.39
Current children cumulated vsize (KiB) 540068

Child status: 20
Real time (s): 92.4883
CPU time (s): 92.4839
CPU user time (s): 92.244
CPU system time (s): 0.239963
CPU usage (%): 99.9953
Max. virtual memory (cumulated for all children) (KiB): 540068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.244
system time used= 0.239963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125878
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= 9
involuntary context switches= 52

runsolver used 0.268959 second user time and 0.582911 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-15 12:27:46
IDJOB=3380090
IDBENCH=82430
IDSOLVER=1862
FILE ID=node140/3380090-1305455263
RUNJOBID= node140-1305455202-32250
PBS_JOBID= 13324861
Free space on /tmp= 73240 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-27-step13.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380090-1305455263/watcher-3380090-1305455263 -o /tmp/evaluation-result-3380090-1305455263/solver-3380090-1305455263 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380090-1305455263.cnf

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

MD5SUM BENCH= 52e16341bcff805ef2d6abe4e95359a0
RANDOM SEED=88748397

node140.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.833
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.66
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.833
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.14
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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.77
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.833
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.833
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.74
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.833
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.75
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.833
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:     32951124 kB
MemFree:      23270128 kB
Buffers:        314356 kB
Cached:        4540664 kB
SwapCached:       8056 kB
Active:        6192056 kB
Inactive:      3170868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23270128 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:          260840 kB
Writeback:           0 kB
AnonPages:     4505324 kB
Mapped:          23704 kB
Slab:           229788 kB
PageTables:      24576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46687440 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= 73228 MiB
End job on node140 at 2011-05-15 12:29:18