Trace number 3318102

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
minisat hack: MiniSAT 2.2.0-agile-26UNSAT 53.5509 53.5613

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/dated-5-11-u.cnf
MD5SUM083d28c2adf10233f37f8b5a078c94a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.5286
Satisfiable
(Un)Satisfiability was proved
Number of variables108786
Number of clauses482639
Sum of the clauses size1096328
Maximum clause length10
Minimum clause length1
Number of clauses of size 19230
Number of clauses of size 2395289
Number of clauses of size 357400
Number of clauses of size 42300
Number of clauses of size 59200
Number of clauses of size over 59220

Solver Data

53.48/53.55	WARNING: for repeatability, setting FPU to use double precision
53.48/53.55	============================[ Problem Statistics ]=============================
53.48/53.55	|                                                                             |
53.48/53.55	|  Number of variables:        108786                                         |
53.48/53.55	|  Number of clauses:          473409                                         |
53.48/53.55	|  Parse time:                   0.22 s                                       |
53.48/53.55	|  Eliminated clauses:           1.15 Mb                                      |
53.48/53.55	|  Simplification time:          0.60 s                                       |
53.48/53.55	|                                                                             |
53.48/53.55	============================[ Search Statistics ]=================================
53.48/53.55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress    |
53.48/53.55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |     Agility |
53.48/53.55	==================================================================================
53.48/53.55	|       100 |   27361   175711   457015 |    64427       92    114 | 47.067 %  6 |
53.48/53.55	|       250 |   25012   175711   457015 |    70870      233     92 | 49.226 %  6 |
53.48/53.55	|       475 |   24927   133309   353330 |    77957      439     96 | 49.304 %  7 |
53.48/53.55	|       812 |   14780    70168   191895 |    85752      717     89 | 58.632 %  4 |
53.48/53.55	|      1318 |   12714    62293   169778 |    94328     1177     75 | 60.531 %  3 |
53.48/53.55	|      2077 |   12315    56060   154925 |   103760     1915     62 | 60.898 %  3 |
53.48/53.55	|      3216 |   12306    55992   154754 |   114137     3052     51 | 60.906 %  2 |
53.48/53.55	|      4924 |   12306    55992   154754 |   125550     4760     51 | 60.906 %  4 |
53.48/53.55	|      7486 |   10727    52313   145155 |   138105     7151     51 | 62.357 %  4 |
53.48/53.55	|     11330 |   10506    47287   130184 |   151916    10985     48 | 62.560 %  6 |
53.48/53.55	|     17096 |   10357    46398   127864 |   167107    16727     43 | 62.697 %  9 |
53.48/53.55	|     25745 |   10187    45468   125319 |   183818    25325     43 | 62.854 %  6 |
53.48/53.55	|     38719 |   10144    45180   124582 |   202200    38266     41 | 62.893 %  8 |
53.48/53.55	|     58180 |   10048    44672   123277 |   222420    57680     41 | 62.981 %  6 |
53.48/53.55	|     87372 |    9593    40876   113145 |   244662    72416     42 | 63.400 %  5 |
53.48/53.55	|    131161 |    9480    40279   111582 |   269129    97341     42 | 63.504 %  7 |
53.48/53.55	===============================================================================
53.48/53.55	restarts              : 381
53.48/53.55	skipped               : 0
53.48/53.55	conflicts             : 140812         (2633 /sec)
53.48/53.55	decisions             : 250094         (0.00 % random) (4676 /sec)
53.48/53.55	propagations          : 180157816      (3368326 /sec)
53.48/53.55	conflict literals     : 5581078        (39.70 % deleted)
53.48/53.55	Memory used           : 116.00 MB
53.48/53.55	CPU time              : 53.4859 s
53.48/53.55	
53.48/53.55	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-3318102-1304898906/watcher-3318102-1304898906 -o /tmp/evaluation-result-3318102-1304898906/solver-3318102-1304898906 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318102-1304898906.cnf 

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: 0.00 0.00 0.00 5/368 18833
/proc/meminfo: memFree=13277516/32951124 swapFree=65155552/67111528
[pid=18832] ppid=18827 vsize=21476 CPUtime=0 cores=0,2
/proc/18832/stat : 18832 (minisat) R 18827 18832 18785 0 -1 4202496 1139 0 0 0 0 0 0 0 17 0 1 0 582307045 21991424 1081 33554432000 4194304 4291235 140733837145952 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18832/statm: 5369 1082 215 24 0 2003 0

[startup+0.0652121 s]
/proc/loadavg: 0.00 0.00 0.00 5/368 18833
/proc/meminfo: memFree=13277516/32951124 swapFree=65155552/67111528
[pid=18832] ppid=18827 vsize=39500 CPUtime=0.04 cores=0,2
/proc/18832/stat : 18832 (minisat) R 18827 18832 18785 0 -1 4202496 5439 0 0 0 4 0 0 0 17 0 1 0 582307045 40448000 5177 33554432000 4194304 4291235 140733837145952 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18832/statm: 9875 5178 215 24 0 6509 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 39500

[startup+0.101176 s]
/proc/loadavg: 0.00 0.00 0.00 5/368 18833
/proc/meminfo: memFree=13277516/32951124 swapFree=65155552/67111528
[pid=18832] ppid=18827 vsize=44328 CPUtime=0.08 cores=0,2
/proc/18832/stat : 18832 (minisat) R 18827 18832 18785 0 -1 4202496 7112 0 0 0 8 0 0 0 17 0 1 0 582307045 45391872 6714 33554432000 4194304 4291235 140733837145952 18446744073709551615 212039316165 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18832/statm: 11082 6715 215 24 0 7716 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 44328

[startup+0.301146 s]
/proc/loadavg: 0.00 0.00 0.00 5/368 18833
/proc/meminfo: memFree=13277516/32951124 swapFree=65155552/67111528
[pid=18832] ppid=18827 vsize=64960 CPUtime=0.28 cores=0,2
/proc/18832/stat : 18832 (minisat) R 18827 18832 18785 0 -1 4202496 12945 0 0 0 26 2 0 0 18 0 1 0 582307045 66519040 11467 33554432000 4194304 4291235 140733837145952 18446744073709551615 4229923 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18832/statm: 16240 11467 237 24 0 12874 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 64960

[startup+0.701098 s]
/proc/loadavg: 0.00 0.00 0.00 5/368 18833
/proc/meminfo: memFree=13277516/32951124 swapFree=65155552/67111528
[pid=18832] ppid=18827 vsize=64336 CPUtime=0.68 cores=0,2
/proc/18832/stat : 18832 (minisat) R 18827 18832 18785 0 -1 4202496 15657 0 0 0 66 2 0 0 18 0 1 0 582307045 65880064 11774 33554432000 4194304 4291235 140733837145952 18446744073709551615 4230147 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18832/statm: 16084 11774 239 24 0 12718 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 64336

[startup+1.50096 s]
/proc/loadavg: 0.00 0.00 0.00 6/377 18846
/proc/meminfo: memFree=12913668/32951124 swapFree=65155552/67111528
[pid=18832] ppid=18827 vsize=58900 CPUtime=1.48 cores=0,2
/proc/18832/stat : 18832 (minisat) R 18827 18832 18785 0 -1 4202496 17499 0 0 0 146 2 0 0 19 0 1 0 582307045 60313600 10366 33554432000 4194304 4291235 140733837145952 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18832/statm: 14725 10366 258 24 0 11359 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 58900

[startup+3.10064 s]
/proc/loadavg: 0.00 0.00 0.00 6/377 18846
/proc/meminfo: memFree=12919124/32951124 swapFree=65155552/67111528
[pid=18832] ppid=18827 vsize=58900 CPUtime=3.08 cores=0,2
/proc/18832/stat : 18832 (minisat) R 18827 18832 18785 0 -1 4202496 17526 0 0 0 306 2 0 0 25 0 1 0 582307045 60313600 10391 33554432000 4194304 4291235 140733837145952 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18832/statm: 14725 10391 259 24 0 11359 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 58900

[startup+6.3011 s]
/proc/loadavg: 0.32 0.07 0.02 6/377 18846
/proc/meminfo: memFree=12886388/32951124 swapFree=65155552/67111528
[pid=18832] ppid=18827 vsize=58900 CPUtime=6.28 cores=0,2
/proc/18832/stat : 18832 (minisat) R 18827 18832 18785 0 -1 4202496 17955 0 0 0 626 2 0 0 25 0 1 0 582307045 60313600 10808 33554432000 4194304 4291235 140733837145952 18446744073709551615 4255934 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18832/statm: 14725 10808 259 24 0 11359 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 58900

[startup+12.701 s]
/proc/loadavg: 0.61 0.13 0.04 6/377 18846
/proc/meminfo: memFree=12880432/32951124 swapFree=65155552/67111528
[pid=18832] ppid=18827 vsize=70756 CPUtime=12.68 cores=0,2
/proc/18832/stat : 18832 (minisat) R 18827 18832 18785 0 -1 4202496 20286 0 0 0 1265 3 0 0 25 0 1 0 582307045 72454144 13127 33554432000 4194304 4291235 140733837145952 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18832/statm: 17689 13127 259 24 0 14323 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 70756

[startup+25.5007 s]
/proc/loadavg: 1.51 0.35 0.12 6/377 18874
/proc/meminfo: memFree=12791560/32951124 swapFree=65155552/67111528
[pid=18832] ppid=18827 vsize=89432 CPUtime=25.48 cores=0,2
/proc/18832/stat : 18832 (minisat) R 18827 18832 18785 0 -1 4202496 24591 0 0 0 2544 4 0 0 25 0 1 0 582307045 91578368 17386 33554432000 4194304 4291235 140733837145952 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18832/statm: 22358 17386 259 24 0 18992 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 89432

[startup+51.1011 s]
/proc/loadavg: 2.36 0.64 0.22 6/377 18874
/proc/meminfo: memFree=12672948/32951124 swapFree=65155552/67111528
[pid=18832] ppid=18827 vsize=89432 CPUtime=51.08 cores=0,2
/proc/18832/stat : 18832 (minisat) R 18827 18832 18785 0 -1 4202496 30806 0 0 0 5103 5 0 0 25 0 1 0 582307045 91578368 18379 33554432000 4194304 4291235 140733837145952 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18832/statm: 22358 18379 259 24 0 18992 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 89432

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

[startup+52.7008 s]
/proc/loadavg: 2.36 0.64 0.22 6/377 18874
/proc/meminfo: memFree=12663028/32951124 swapFree=65155552/67111528
[pid=18832] ppid=18827 vsize=89432 CPUtime=52.7 cores=0,2
/proc/18832/stat : 18832 (minisat) R 18827 18832 18785 0 -1 4202496 30954 0 0 0 5264 6 0 0 25 0 1 0 582307045 91578368 18524 33554432000 4194304 4291235 140733837145952 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18832/statm: 22358 18524 259 24 0 18992 0
Current children cumulated CPU time (s) 52.7
Current children cumulated vsize (KiB) 89432

[startup+53.1007 s]
/proc/loadavg: 2.36 0.64 0.22 6/377 18874
/proc/meminfo: memFree=12663028/32951124 swapFree=65155552/67111528
[pid=18832] ppid=18827 vsize=89432 CPUtime=53.08 cores=0,2
/proc/18832/stat : 18832 (minisat) R 18827 18832 18785 0 -1 4202496 30991 0 0 0 5302 6 0 0 25 0 1 0 582307045 91578368 18560 33554432000 4194304 4291235 140733837145952 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18832/statm: 22358 18560 259 24 0 18992 0
Current children cumulated CPU time (s) 53.08
Current children cumulated vsize (KiB) 89432

[startup+53.5007 s]
/proc/loadavg: 2.36 0.64 0.22 6/377 18874
/proc/meminfo: memFree=12663028/32951124 swapFree=65155552/67111528
[pid=18832] ppid=18827 vsize=70756 CPUtime=53.48 cores=0,2
/proc/18832/stat : 18832 (minisat) R 18827 18832 18785 0 -1 4202496 31011 0 0 0 5342 6 0 0 25 0 1 0 582307045 72454144 13924 33554432000 4194304 4291235 140733837145952 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18832/statm: 17689 13924 259 24 0 14323 0
Current children cumulated CPU time (s) 53.48
Current children cumulated vsize (KiB) 70756

Child status: 20
Real time (s): 53.5613
CPU time (s): 53.5509
CPU user time (s): 53.4859
CPU system time (s): 0.06499
CPU usage (%): 99.9805
Max. virtual memory (cumulated for all children) (KiB): 119784

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

runsolver used 0.179972 second user time and 0.452931 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-09 01:55:07
IDJOB=3318102
IDBENCH=20346
IDSOLVER=1707
FILE ID=node146/3318102-1304898906
RUNJOBID= node146-1304898906-18803
PBS_JOBID= 13282125
Free space on /tmp= 41924 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/dated-5-11-u.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318102-1304898906/watcher-3318102-1304898906 -o /tmp/evaluation-result-3318102-1304898906/solver-3318102-1304898906 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318102-1304898906.cnf

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

MD5SUM BENCH= 083d28c2adf10233f37f8b5a078c94a9
RANDOM SEED=67589303

node146.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.830
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.830
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.830
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.830
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.86
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.830
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.830
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.830
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.830
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:      13284200 kB
Buffers:        139488 kB
Cached:        3736956 kB
SwapCached:       9284 kB
Active:       10638096 kB
Inactive:      8721316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13284200 kB
SwapTotal:    67111528 kB
SwapFree:     65155552 kB
Dirty:           51896 kB
Writeback:           0 kB
AnonPages:    15480032 kB
Mapped:          21852 kB
Slab:           182740 kB
PageTables:      59356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81764908 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= 41880 MiB
End job on node146 at 2011-05-09 01:56:01