Trace number 3495533

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
OptimuS x100_sourceUNSAT 180.911 180.924

General information on the benchmark

Namemus/marques-silva/abstraction-refinement-intel/
edn_5371_4.cnf_0.21000000.unsat.cnf
MD5SUM667cbf8abc794b734ea3ac04cab020d3
Bench CategoryMUS (MUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.773882
Satisfiable
(Un)Satisfiability was proved
Number of variables331377
Number of clauses962496
Sum of the clauses size2232473
Maximum clause length3
Minimum clause length1
Number of clauses of size 11750
Number of clauses of size 2651515
Number of clauses of size 3309231
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

180.88/180.90	c - Reading the instance.. OK! Totally clauses:   962496; Vars:   331377; Time: 0.71
180.88/180.90	c - Unit propagation..     OK! Removed clauses:        0;                 Time: 0.00
180.88/180.90	c - Delete by resolution.. OK! Removed clauses:   488391;                 Time: 4.90
180.88/180.90	c   - Solving the original instance..
180.88/180.90	c     - OK - UNSAT! Continue to clause elimination..
180.88/180.90	c   - round:    1;   Skips in previous round:    0
180.88/180.90	c - Finish! Unsat core size: 6 / 962496; Time: 180.45 s
180.88/180.90	c - ---------------------------------------------------------------------------
180.88/180.90	c - Statistics: |    unit   |    BCE    | sat-saved | sat-check | unsat-check |
180.88/180.90	c -             |       0   |  920912   |       5   |       1   |    3868     |
180.88/180.90	c - ---------------------------------------------------------------------------
180.88/180.90	s UNSATISFIABLE
180.88/180.90	v 435960 435964 942858 962491 962493 962494 0

Verifier Data

OK	6

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3495533-1307808395/watcher-3495533-1307808395 -o /tmp/evaluation-result-3495533-1307808395/solver-3495533-1307808395 -C 1800 -W 1850 -M 7680 OptimuS_release HOME/instance-3495533-1307808395.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 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: 2.32 3.06 3.50 5/180 24521
/proc/meminfo: memFree=31498196/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=23616 CPUtime=0 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 1531 0 0 0 0 0 0 0 22 0 1 0 892439261 24182784 1454 33554432000 4194304 4280283 140734584074832 18446744073709551615 274474025386 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 5958 1455 223 21 0 2595 0

[startup+0.0344601 s]
/proc/loadavg: 2.32 3.06 3.50 5/180 24521
/proc/meminfo: memFree=31498196/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=48732 CPUtime=0.02 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 6759 0 0 0 2 0 0 0 22 0 1 0 892439261 49901568 6477 33554432000 4194304 4280283 140734584074832 18446744073709551615 4251119 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 12183 6482 224 21 0 8820 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 48732

[startup+0.100448 s]
/proc/loadavg: 2.32 3.06 3.50 5/180 24521
/proc/meminfo: memFree=31498196/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=70220 CPUtime=0.09 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 12716 0 0 0 8 1 0 0 22 0 1 0 892439261 71905280 12237 33554432000 4194304 4280283 140734584074832 18446744073709551615 4267193 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 17555 12239 224 21 0 14192 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 70220

[startup+0.300413 s]
/proc/loadavg: 2.32 3.06 3.50 5/180 24521
/proc/meminfo: memFree=31498196/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=158156 CPUtime=0.29 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 29866 0 0 0 26 3 0 0 23 0 1 0 892439261 161951744 28805 33554432000 4194304 4280283 140734584074832 18446744073709551615 274473628357 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 39539 28807 224 21 0 36176 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 158156

[startup+0.700343 s]
/proc/loadavg: 2.32 3.06 3.50 5/180 24521
/proc/meminfo: memFree=31498196/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=270680 CPUtime=0.69 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 56706 0 0 0 61 8 0 0 25 0 1 0 892439261 277176320 55520 33554432000 4194304 4280283 140734584074832 18446744073709551615 274473628357 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 67670 55523 239 21 0 64307 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 270680

[startup+1.5002 s]
/proc/loadavg: 2.32 3.06 3.50 6/187 24542
/proc/meminfo: memFree=30717116/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=359844 CPUtime=1.49 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 76568 0 0 0 138 11 0 0 25 0 1 0 892439261 368480256 75381 33554432000 4194304 4280283 140734584074832 18446744073709551615 4208044 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 89961 75381 251 21 0 86598 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 359844

[startup+3.10092 s]
/proc/loadavg: 2.46 3.08 3.50 5/190 24552
/proc/meminfo: memFree=30074044/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=361192 CPUtime=3.09 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 76790 0 0 0 298 11 0 0 25 0 1 0 892439261 369860608 75603 33554432000 4194304 4280283 140734584074832 18446744073709551615 4208151 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 90298 75603 251 21 0 86935 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 361192

[startup+6.30036 s]
/proc/loadavg: 2.46 3.08 3.50 6/190 24552
/proc/meminfo: memFree=29237556/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=385328 CPUtime=6.29 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 83749 0 0 0 617 12 0 0 25 0 1 0 892439261 394575872 81288 33554432000 4194304 4280283 140734584074832 18446744073709551615 4261750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 96332 81288 260 21 0 92969 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 385328

[startup+12.7002 s]
/proc/loadavg: 2.69 3.11 3.51 5/187 24580
/proc/meminfo: memFree=29603484/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=385328 CPUtime=12.7 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 83749 0 0 0 1257 13 0 0 25 0 1 0 892439261 394575872 81288 33554432000 4194304 4280283 140734584074832 18446744073709551615 4208226 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 96332 81288 260 21 0 92969 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 385328

[startup+25.501 s]
/proc/loadavg: 2.89 3.14 3.51 5/190 24629
/proc/meminfo: memFree=28414152/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=385328 CPUtime=25.49 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 83749 0 0 0 2536 13 0 0 25 0 1 0 892439261 394575872 81288 33554432000 4194304 4280283 140734584074832 18446744073709551615 4258885 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 96332 81288 260 21 0 92969 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 385328

[startup+51.1005 s]
/proc/loadavg: 3.20 3.19 3.52 5/190 24705
/proc/meminfo: memFree=28914260/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=394392 CPUtime=51.09 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 86580 0 0 0 5096 13 0 0 25 0 1 0 892439261 403857408 84119 33554432000 4194304 4280283 140734584074832 18446744073709551615 4242822 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 98598 84119 260 21 0 95235 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 394392

[startup+102.306 s]
/proc/loadavg: 3.76 3.34 3.55 5/190 25543
/proc/meminfo: memFree=30763476/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=394392 CPUtime=102.29 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 86595 0 0 0 10215 14 0 0 25 0 1 0 892439261 403857408 84134 33554432000 4194304 4280283 140734584074832 18446744073709551615 4243066 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 98598 84134 260 21 0 95235 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 394392

[startup+162.301 s]
/proc/loadavg: 3.91 3.46 3.58 5/190 25658
/proc/meminfo: memFree=30671732/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=394392 CPUtime=162.28 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 86601 0 0 0 16214 14 0 0 25 0 1 0 892439261 403857408 84140 33554432000 4194304 4280283 140734584074832 18446744073709551615 4261463 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 98598 84140 260 21 0 95235 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 394392

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

[startup+166.3 s]
/proc/loadavg: 3.91 3.46 3.58 5/190 25658
/proc/meminfo: memFree=30703456/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=394392 CPUtime=166.28 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 86601 0 0 0 16614 14 0 0 25 0 1 0 892439261 403857408 84140 33554432000 4194304 4280283 140734584074832 18446744073709551615 4242818 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 98598 84140 260 21 0 95235 0
Current children cumulated CPU time (s) 166.28
Current children cumulated vsize (KiB) 394392

[startup+172.707 s]
/proc/loadavg: 3.92 3.47 3.58 5/190 25659
/proc/meminfo: memFree=30703712/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=394392 CPUtime=172.69 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 86601 0 0 0 17255 14 0 0 25 0 1 0 892439261 403857408 84140 33554432000 4194304 4280283 140734584074832 18446744073709551615 4258871 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 98598 84140 260 21 0 95235 0
Current children cumulated CPU time (s) 172.69
Current children cumulated vsize (KiB) 394392

[startup+175.901 s]
/proc/loadavg: 3.92 3.47 3.58 5/190 25659
/proc/meminfo: memFree=30704092/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=394392 CPUtime=175.88 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 86601 0 0 0 17574 14 0 0 25 0 1 0 892439261 403857408 84140 33554432000 4194304 4280283 140734584074832 18446744073709551615 4261710 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 98598 84140 260 21 0 95235 0
Current children cumulated CPU time (s) 175.88
Current children cumulated vsize (KiB) 394392

[startup+179.101 s]
/proc/loadavg: 3.93 3.48 3.58 5/190 25659
/proc/meminfo: memFree=30704216/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=394392 CPUtime=179.08 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 86601 0 0 0 17894 14 0 0 25 0 1 0 892439261 403857408 84140 33554432000 4194304 4280283 140734584074832 18446744073709551615 4258864 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 98598 84140 260 21 0 95235 0
Current children cumulated CPU time (s) 179.08
Current children cumulated vsize (KiB) 394392

[startup+179.901 s]
/proc/loadavg: 3.93 3.48 3.58 5/190 25659
/proc/meminfo: memFree=30704348/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=394392 CPUtime=179.88 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 86601 0 0 0 17974 14 0 0 25 0 1 0 892439261 403857408 84140 33554432000 4194304 4280283 140734584074832 18446744073709551615 4208151 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 98598 84140 260 21 0 95235 0
Current children cumulated CPU time (s) 179.88
Current children cumulated vsize (KiB) 394392

[startup+180.701 s]
/proc/loadavg: 3.93 3.48 3.58 5/190 25659
/proc/meminfo: memFree=30704348/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=394392 CPUtime=180.68 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 86601 0 0 0 18054 14 0 0 25 0 1 0 892439261 403857408 84140 33554432000 4194304 4280283 140734584074832 18446744073709551615 4259819 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 98598 84140 260 21 0 95235 0
Current children cumulated CPU time (s) 180.68
Current children cumulated vsize (KiB) 394392

[startup+180.901 s]
/proc/loadavg: 3.93 3.48 3.58 5/190 25659
/proc/meminfo: memFree=30704348/32950928 swapFree=67079488/67111528
[pid=24521] ppid=24519 vsize=394392 CPUtime=180.88 cores=1,3
/proc/24521/stat : 24521 (OptimuS_release) R 24519 24521 23145 0 -1 4202496 86601 0 0 0 18074 14 0 0 25 0 1 0 892439261 403857408 84140 33554432000 4194304 4280283 140734584074832 18446744073709551615 4219639 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24521/statm: 98598 84140 260 21 0 95235 0
Current children cumulated CPU time (s) 180.88
Current children cumulated vsize (KiB) 394392

Child status: 20
Real time (s): 180.924
CPU time (s): 180.911
CPU user time (s): 180.752
CPU system time (s): 0.159975
CPU usage (%): 99.9931
Max. virtual memory (cumulated for all children) (KiB): 394392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 180.752
system time used= 0.159975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86602
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= 619

runsolver used 0.296954 second user time and 0.693894 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 18:06:36
IDJOB=3495533
IDBENCH=89282
IDSOLVER=1988
FILE ID=node125/3495533-1307808395
RUNJOBID= node125-1307808395-24495
PBS_JOBID= 13551054
Free space on /tmp= 73956 MiB

SOLVER NAME= OptimuS x100_source
BENCH NAME= SAT11/mus/marques-silva/abstraction-refinement-intel/edn_5371_4.cnf_0.21000000.unsat.cnf
COMMAND LINE= OptimuS_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3495533-1307808395/watcher-3495533-1307808395 -o /tmp/evaluation-result-3495533-1307808395/solver-3495533-1307808395 -C 1800 -W 1850 -M 7680  OptimuS_release HOME/instance-3495533-1307808395.cnf

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

MD5SUM BENCH= 667cbf8abc794b734ea3ac04cab020d3
RANDOM SEED=768029150

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.828
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.828
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.828
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:      31499492 kB
Buffers:        302920 kB
Cached:         900836 kB
SwapCached:       3400 kB
Active:         537332 kB
Inactive:       714184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31499492 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           75752 kB
Writeback:           0 kB
AnonPages:       46340 kB
Mapped:          13752 kB
Slab:           135000 kB
PageTables:       5192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   202132 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= 73992 MiB
End job on node125 at 2011-06-11 18:09:37