Trace number 3725768

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 NameAnswerobjective functionCPU timeWall clock time
pwbo 2.02OPT30 195.202 97.6249

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-stein45.opb
MD5SUM5084bd7d25dcb1d535d550da78b2db16
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark30
Best CPU time to get the best result obtained on this benchmark8.29974
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 30
Optimality of the best value was proved YES
Number of variables45
Total number of constraints331
Number of constraints which are clauses330
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint45
Number of terms in the objective function 45
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3725768-1338651469.opb.
0.00/0.00	c Instance file HOME/instance-3725768-1338651469.opb
0.00/0.00	c File size is 9856 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 67
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      45                                                  |
0.00/0.00	c |  Number Clauses:        330                                                 |
0.00/0.00	c |  Number Cardinality:    1                                                   |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
195.13/97.61	o 33
195.13/97.61	o 32
195.13/97.61	o 31
195.13/97.61	o 30
195.13/97.61	c ===============================================================================
195.13/97.61	c Wall Clock Time: 97.61 s
195.13/97.61	c Best Solution: 30
195.13/97.61	s OPTIMUM FOUND
195.13/97.61	v -x1 x2 x3 x4 -x5 x6 x7 x8 x9 x10 -x11 x12 x13 x14 x15 x16 x17 x18 -x19 x20 x21 -x22 x23 x24 -x25 x26 -x27 x28 -x29 -x30 -x31 -x32 x33 x34 x35 -x36 x37 -x38 -x39 x40 x41 x42 x43 -x44 x45

Verifier Data

OK	30

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3725768-1338651469/watcher-3725768-1338651469 -o /tmp/evaluation-result-3725768-1338651469/solver-3725768-1338651469 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3725768-1338651469.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.36 1.79 1.92 2/171 29435
/proc/meminfo: memFree=29837156/32873648 swapFree=7116/7116
[pid=29435] ppid=29433 vsize=162504 CPUtime=0 cores=1,3,5,7
/proc/29435/stat : 29435 (pwbo2.02) S 29433 29435 27825 0 -1 4202496 871 0 0 0 0 0 0 0 20 0 3 0 331272318 166404096 821 33554432000 4194304 5964478 140736995310176 140736995309696 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29435/statm: 40626 821 203 433 0 40190 0
[pid=29435/tid=29436] ppid=29433 vsize=162504 CPUtime=0 cores=1,3,5,7
/proc/29435/task/29436/stat : 29436 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 3 0 331272318 166404096 821 33554432000 4194304 5964478 140736995310176 139855625882520 5236855 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29435/tid=29437] ppid=29433 vsize=162504 CPUtime=0 cores=1,3,5,7
/proc/29435/task/29437/stat : 29437 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 85 0 0 0 0 0 0 0 20 0 3 0 331272318 166404096 821 33554432000 4194304 5964478 140736995310176 140736033592696 4409285 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0

[startup+0.0831841 s]
/proc/loadavg: 1.36 1.79 1.92 2/171 29435
/proc/meminfo: memFree=29837156/32873648 swapFree=7116/7116
[pid=29435] ppid=29433 vsize=162504 CPUtime=0.15 cores=1,3,5,7
/proc/29435/stat : 29435 (pwbo2.02) S 29433 29435 27825 0 -1 4202496 1211 0 0 0 15 0 0 0 20 0 3 0 331272318 166404096 1161 33554432000 4194304 5964478 140736995310176 140736995309696 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29435/statm: 40626 1161 204 433 0 40190 0
[pid=29435/tid=29436] ppid=29433 vsize=162504 CPUtime=0.06 cores=1,3,5,7
/proc/29435/task/29436/stat : 29436 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 237 0 0 0 6 0 0 0 20 0 3 0 331272318 166404096 1161 33554432000 4194304 5964478 140736995310176 139855625881592 4400519 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29435/tid=29437] ppid=29433 vsize=162504 CPUtime=0.06 cores=1,3,5,7
/proc/29435/task/29437/stat : 29437 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 223 0 0 0 6 0 0 0 20 0 3 0 331272318 166404096 1161 33554432000 4194304 5964478 140736995310176 139855615392104 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 162504

[startup+0.100338 s]
/proc/loadavg: 1.36 1.79 1.92 2/171 29435
/proc/meminfo: memFree=29837156/32873648 swapFree=7116/7116
[pid=29435] ppid=29433 vsize=162504 CPUtime=0.19 cores=1,3,5,7
/proc/29435/stat : 29435 (pwbo2.02) S 29433 29435 27825 0 -1 4202496 1286 0 0 0 19 0 0 0 20 0 3 0 331272318 166404096 1236 33554432000 4194304 5964478 140736995310176 140736995309696 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29435/statm: 40626 1236 204 433 0 40190 0
[pid=29435/tid=29436] ppid=29433 vsize=162504 CPUtime=0.08 cores=1,3,5,7
/proc/29435/task/29436/stat : 29436 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 285 0 0 0 8 0 0 0 20 0 3 0 331272318 166404096 1236 33554432000 4194304 5964478 140736995310176 139855625881400 4399912 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29435/tid=29437] ppid=29433 vsize=162504 CPUtime=0.08 cores=1,3,5,7
/proc/29435/task/29437/stat : 29437 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 250 0 0 0 8 0 0 0 20 0 3 0 331272318 166404096 1236 33554432000 4194304 5964478 140736995310176 139855615392104 5136490 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 162504

[startup+0.300237 s]
/proc/loadavg: 1.36 1.79 1.92 2/171 29435
/proc/meminfo: memFree=29837156/32873648 swapFree=7116/7116
[pid=29435] ppid=29433 vsize=162504 CPUtime=0.58 cores=1,3,5,7
/proc/29435/stat : 29435 (pwbo2.02) S 29433 29435 27825 0 -1 4202496 1949 0 0 0 58 0 0 0 20 0 3 0 331272318 166404096 1899 33554432000 4194304 5964478 140736995310176 140736995309696 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29435/statm: 40626 1899 204 433 0 40190 0
[pid=29435/tid=29436] ppid=29433 vsize=162504 CPUtime=0.28 cores=1,3,5,7
/proc/29435/task/29436/stat : 29436 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 679 0 0 0 28 0 0 0 20 0 3 0 331272318 166404096 1899 33554432000 4194304 5964478 140736995310176 139855625881592 4400097 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29435/tid=29437] ppid=29433 vsize=162504 CPUtime=0.28 cores=1,3,5,7
/proc/29435/task/29437/stat : 29437 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 519 0 0 0 28 0 0 0 20 0 3 0 331272318 166404096 1899 33554432000 4194304 5964478 140736995310176 139855615392056 4387996 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 162504

[startup+0.700241 s]
/proc/loadavg: 1.36 1.79 1.92 2/171 29435
/proc/meminfo: memFree=29837156/32873648 swapFree=7116/7116
[pid=29435] ppid=29433 vsize=162784 CPUtime=1.39 cores=1,3,5,7
/proc/29435/stat : 29435 (pwbo2.02) S 29433 29435 27825 0 -1 4202496 2611 0 0 0 138 1 0 0 20 0 3 0 331272318 166690816 2561 33554432000 4194304 5964478 140736995310176 140736995309696 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29435/statm: 40696 2561 204 433 0 40260 0
[pid=29435/tid=29436] ppid=29433 vsize=162784 CPUtime=0.68 cores=1,3,5,7
/proc/29435/task/29436/stat : 29436 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 912 0 0 0 67 1 0 0 20 0 3 0 331272318 166690816 2561 33554432000 4194304 5964478 140736995310176 139855625881928 4400446 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29435/tid=29437] ppid=29433 vsize=162784 CPUtime=0.68 cores=1,3,5,7
/proc/29435/task/29437/stat : 29437 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 948 0 0 0 68 0 0 0 20 0 3 0 331272318 166690816 2561 33554432000 4194304 5964478 140736995310176 139855615392056 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 162784

[startup+1.50018 s]
/proc/loadavg: 1.36 1.79 1.92 5/181 29492
/proc/meminfo: memFree=29809368/32873648 swapFree=7116/7116
[pid=29435] ppid=29433 vsize=163068 CPUtime=2.98 cores=1,3,5,7
/proc/29435/stat : 29435 (pwbo2.02) S 29433 29435 27825 0 -1 4202496 3217 0 0 0 297 1 0 0 20 0 3 0 331272318 166981632 3167 33554432000 4194304 5964478 140736995310176 140736995309696 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29435/statm: 40767 3167 204 433 0 40331 0
[pid=29435/tid=29436] ppid=29433 vsize=163068 CPUtime=1.49 cores=1,3,5,7
/proc/29435/task/29436/stat : 29436 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 1371 0 0 0 147 2 0 0 20 0 3 0 331272318 166981632 3167 33554432000 4194304 5964478 140736995310176 139855625881928 4388628 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29435/tid=29437] ppid=29433 vsize=163068 CPUtime=1.48 cores=1,3,5,7
/proc/29435/task/29437/stat : 29437 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 1095 0 0 0 148 0 0 0 20 0 3 0 331272318 166981632 3167 33554432000 4194304 5964478 140736995310176 139855615391864 4400623 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 163068

[startup+3.10027 s]
/proc/loadavg: 1.36 1.79 1.92 5/181 29492
/proc/meminfo: memFree=29798332/32873648 swapFree=7116/7116
[pid=29435] ppid=29433 vsize=163344 CPUtime=6.19 cores=1,3,5,7
/proc/29435/stat : 29435 (pwbo2.02) S 29433 29435 27825 0 -1 4202496 4673 0 0 0 617 2 0 0 20 0 3 0 331272318 167264256 4623 33554432000 4194304 5964478 140736995310176 140736995309696 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29435/statm: 40836 4623 204 433 0 40400 0
[pid=29435/tid=29436] ppid=29433 vsize=163344 CPUtime=3.08 cores=1,3,5,7
/proc/29435/task/29436/stat : 29436 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 2442 0 0 0 306 2 0 0 20 0 3 0 331272318 167264256 4623 33554432000 4194304 5964478 140736995310176 139855625881640 4399969 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29435/tid=29437] ppid=29433 vsize=163344 CPUtime=3.08 cores=1,3,5,7
/proc/29435/task/29437/stat : 29437 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 1480 0 0 0 308 0 0 0 20 0 3 0 331272318 167264256 4623 33554432000 4194304 5964478 140736995310176 139855615391864 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 163344

[startup+6.30024 s]
/proc/loadavg: 1.58 1.83 1.94 5/181 29492
/proc/meminfo: memFree=29780716/32873648 swapFree=7116/7116
[pid=29435] ppid=29433 vsize=163876 CPUtime=12.58 cores=1,3,5,7
/proc/29435/stat : 29435 (pwbo2.02) S 29433 29435 27825 0 -1 4202496 7478 0 0 0 1255 3 0 0 20 0 3 0 331272318 167809024 7437 33554432000 4194304 5964478 140736995310176 140736995309696 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29435/statm: 40969 7438 204 433 0 40533 0
[pid=29435/tid=29436] ppid=29433 vsize=163876 CPUtime=6.27 cores=1,3,5,7
/proc/29435/task/29436/stat : 29436 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 4096 0 0 0 625 2 0 0 20 0 3 0 331272318 167809024 7438 33554432000 4194304 5964478 140736995310176 139855625881400 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29435/tid=29437] ppid=29433 vsize=163876 CPUtime=6.28 cores=1,3,5,7
/proc/29435/task/29437/stat : 29437 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 2632 0 0 0 628 0 0 0 20 0 3 0 331272318 167809024 7438 33554432000 4194304 5964478 140736995310176 139855615392056 4400109 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 163876

[startup+12.7004 s]
/proc/loadavg: 1.77 1.86 1.95 5/181 29492
/proc/meminfo: memFree=29758300/32873648 swapFree=7116/7116
[pid=29435] ppid=29433 vsize=164620 CPUtime=25.37 cores=1,3,5,7
/proc/29435/stat : 29435 (pwbo2.02) S 29433 29435 27825 0 -1 4202496 10368 0 0 0 2532 5 0 0 20 0 3 0 331272318 168570880 10327 33554432000 4194304 5964478 140736995310176 140736995309696 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29435/statm: 41155 10328 204 433 0 40719 0
[pid=29435/tid=29436] ppid=29433 vsize=164620 CPUtime=12.68 cores=1,3,5,7
/proc/29435/task/29436/stat : 29436 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 5655 0 0 0 1264 4 0 0 20 0 3 0 331272318 168570880 10328 33554432000 4194304 5964478 140736995310176 139855625881400 4399969 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29435/tid=29437] ppid=29433 vsize=164620 CPUtime=12.68 cores=1,3,5,7
/proc/29435/task/29437/stat : 29437 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 3963 0 0 0 1266 2 0 0 20 0 3 0 331272318 168570880 10328 33554432000 4194304 5964478 140736995310176 139855615392056 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 164620

[startup+25.5004 s]
/proc/loadavg: 2.26 1.97 1.98 5/181 29492
/proc/meminfo: memFree=29724804/32873648 swapFree=7116/7116
[pid=29435] ppid=29433 vsize=164952 CPUtime=50.96 cores=1,3,5,7
/proc/29435/stat : 29435 (pwbo2.02) S 29433 29435 27825 0 -1 4202496 14903 0 0 0 5086 10 0 0 20 0 3 0 331272318 168910848 16063 33554432000 4194304 5964478 140736995310176 140736995309696 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29435/statm: 41238 16063 204 433 0 40802 0
[pid=29435/tid=29436] ppid=29433 vsize=164952 CPUtime=25.47 cores=1,3,5,7
/proc/29435/task/29436/stat : 29436 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 9045 0 0 0 2540 7 0 0 20 0 3 0 331272318 168910848 16063 33554432000 4194304 5964478 140736995310176 139855625881640 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29435/tid=29437] ppid=29433 vsize=164952 CPUtime=25.48 cores=1,3,5,7
/proc/29435/task/29437/stat : 29437 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 5107 0 0 0 2544 4 0 0 20 0 3 0 331272318 168910848 16063 33554432000 4194304 5964478 140736995310176 139855615391864 4400014 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 164952

[startup+51.1004 s]
/proc/loadavg: 2.85 2.13 2.03 5/181 29492
/proc/meminfo: memFree=29685092/32873648 swapFree=7116/7116
[pid=29435] ppid=29433 vsize=167244 CPUtime=102.15 cores=1,3,5,7
/proc/29435/stat : 29435 (pwbo2.02) S 29433 29435 27825 0 -1 4202496 20978 0 0 0 10199 16 0 0 20 0 3 0 331272318 171257856 22138 33554432000 4194304 5964478 140736995310176 140736995309696 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29435/statm: 41811 22138 204 433 0 41375 0
[pid=29435/tid=29436] ppid=29433 vsize=167244 CPUtime=51.08 cores=1,3,5,7
/proc/29435/task/29436/stat : 29436 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 13593 0 0 0 5095 13 0 0 20 0 3 0 331272318 171257856 22138 33554432000 4194304 5964478 140736995310176 139855625881400 4400069 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29435/tid=29437] ppid=29433 vsize=167244 CPUtime=51.07 cores=1,3,5,7
/proc/29435/task/29437/stat : 29437 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 6634 0 0 0 5102 5 0 0 20 0 3 0 331272318 171257856 22138 33554432000 4194304 5964478 140736995310176 139855615391816 4400628 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 167244

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

[startup+51.2004 s]
/proc/loadavg: 2.85 2.13 2.03 5/181 29492
/proc/meminfo: memFree=29685092/32873648 swapFree=7116/7116
[pid=29435] ppid=29433 vsize=167244 CPUtime=102.35 cores=1,3,5,7
/proc/29435/stat : 29435 (pwbo2.02) S 29433 29435 27825 0 -1 4202496 20979 0 0 0 10219 16 0 0 20 0 3 0 331272318 171257856 22139 33554432000 4194304 5964478 140736995310176 140736995309696 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29435/statm: 41811 22139 204 433 0 41375 0
[pid=29435/tid=29436] ppid=29433 vsize=167244 CPUtime=51.18 cores=1,3,5,7
/proc/29435/task/29436/stat : 29436 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 13593 0 0 0 5105 13 0 0 20 0 3 0 331272318 171257856 22139 33554432000 4194304 5964478 140736995310176 139855625881400 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29435/tid=29437] ppid=29433 vsize=167244 CPUtime=51.17 cores=1,3,5,7
/proc/29435/task/29437/stat : 29437 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 6635 0 0 0 5112 5 0 0 20 0 3 0 331272318 171257856 22139 33554432000 4194304 5964478 140736995310176 139855615391816 4400401 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 167244

[startup+76.8002 s]
/proc/loadavg: 3.24 2.28 2.08 5/181 29532
/proc/meminfo: memFree=29576872/32873648 swapFree=7116/7116
[pid=29435] ppid=29433 vsize=231692 CPUtime=153.54 cores=1,3,5,7
/proc/29435/stat : 29435 (pwbo2.02) S 29433 29435 27825 0 -1 4202496 29395 0 0 0 15331 23 0 0 20 0 3 0 331272318 237252608 30134 33554432000 4194304 5964478 140736995310176 140736995309696 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29435/statm: 57923 30134 204 433 0 57487 0
[pid=29435/tid=29436] ppid=29433 vsize=231692 CPUtime=76.78 cores=1,3,5,7
/proc/29435/task/29436/stat : 29436 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 19435 0 0 0 7660 18 0 0 20 0 3 0 331272318 237252608 30134 33554432000 4194304 5964478 140736995310176 139855625882552 4400016 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29435/tid=29437] ppid=29433 vsize=231692 CPUtime=76.76 cores=1,3,5,7
/proc/29435/task/29437/stat : 29437 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 9209 0 0 0 7668 8 0 0 20 0 3 0 331272318 237252608 30134 33554432000 4194304 5964478 140736995310176 139855615392104 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 153.54
Current children cumulated vsize (KiB) 231692

[startup+89.6003 s]
/proc/loadavg: 3.36 2.33 2.10 5/181 29532
/proc/meminfo: memFree=29541664/32873648 swapFree=7116/7116
[pid=29435] ppid=29433 vsize=232212 CPUtime=179.14 cores=1,3,5,7
/proc/29435/stat : 29435 (pwbo2.02) S 29433 29435 27825 0 -1 4202496 29684 0 0 0 17891 23 0 0 20 0 3 0 331272318 237785088 30423 33554432000 4194304 5964478 140736995310176 140736995309696 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29435/statm: 58053 30423 204 433 0 57617 0
[pid=29435/tid=29436] ppid=29433 vsize=232212 CPUtime=89.58 cores=1,3,5,7
/proc/29435/task/29436/stat : 29436 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 19450 0 0 0 8940 18 0 0 20 0 3 0 331272318 237785088 30423 33554432000 4194304 5964478 140736995310176 139855625882552 4399938 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29435/tid=29437] ppid=29433 vsize=232212 CPUtime=89.56 cores=1,3,5,7
/proc/29435/task/29437/stat : 29437 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 9483 0 0 0 8948 8 0 0 20 0 3 0 331272318 237785088 30423 33554432000 4194304 5964478 140736995310176 139855615392056 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 179.14
Current children cumulated vsize (KiB) 232212

[startup+92.8003 s]
/proc/loadavg: 3.41 2.36 2.11 5/181 29532
/proc/meminfo: memFree=29537200/32873648 swapFree=7116/7116
[pid=29435] ppid=29433 vsize=232356 CPUtime=185.53 cores=1,3,5,7
/proc/29435/stat : 29435 (pwbo2.02) S 29433 29435 27825 0 -1 4202496 30365 0 0 0 18529 24 0 0 20 0 3 0 331272318 237932544 31104 33554432000 4194304 5964478 140736995310176 140736995309696 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29435/statm: 58089 31104 204 433 0 57653 0
[pid=29435/tid=29436] ppid=29433 vsize=232356 CPUtime=92.78 cores=1,3,5,7
/proc/29435/task/29436/stat : 29436 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 19450 0 0 0 9260 18 0 0 20 0 3 0 331272318 237932544 31104 33554432000 4194304 5964478 140736995310176 139855625882552 4400516 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29435/tid=29437] ppid=29433 vsize=232356 CPUtime=92.76 cores=1,3,5,7
/proc/29435/task/29437/stat : 29437 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 10164 0 0 0 9267 9 0 0 20 0 3 0 331272318 237932544 31104 33554432000 4194304 5964478 140736995310176 139855615392056 4379316 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 185.53
Current children cumulated vsize (KiB) 232356

[startup+96.0003 s]
/proc/loadavg: 3.46 2.39 2.12 5/181 29532
/proc/meminfo: memFree=29533036/32873648 swapFree=7116/7116
[pid=29435] ppid=29433 vsize=232356 CPUtime=191.93 cores=1,3,5,7
/proc/29435/stat : 29435 (pwbo2.02) S 29433 29435 27825 0 -1 4202496 30365 0 0 0 19169 24 0 0 20 0 3 0 331272318 237932544 31104 33554432000 4194304 5964478 140736995310176 140736995309696 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29435/statm: 58089 31104 204 433 0 57653 0
[pid=29435/tid=29436] ppid=29433 vsize=232356 CPUtime=95.98 cores=1,3,5,7
/proc/29435/task/29436/stat : 29436 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 19450 0 0 0 9580 18 0 0 20 0 3 0 331272318 237932544 31104 33554432000 4194304 5964478 140736995310176 139855625882552 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29435/tid=29437] ppid=29433 vsize=232356 CPUtime=95.96 cores=1,3,5,7
/proc/29435/task/29437/stat : 29437 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 10164 0 0 0 9587 9 0 0 20 0 3 0 331272318 237932544 31104 33554432000 4194304 5964478 140736995310176 139855615392056 4400519 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 191.93
Current children cumulated vsize (KiB) 232356

[startup+96.8003 s]
/proc/loadavg: 3.46 2.39 2.12 5/181 29532
/proc/meminfo: memFree=29533284/32873648 swapFree=7116/7116
[pid=29435] ppid=29433 vsize=232356 CPUtime=193.54 cores=1,3,5,7
/proc/29435/stat : 29435 (pwbo2.02) S 29433 29435 27825 0 -1 4202496 30371 0 0 0 19330 24 0 0 20 0 3 0 331272318 237932544 31110 33554432000 4194304 5964478 140736995310176 140736995309696 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29435/statm: 58089 31110 204 433 0 57653 0
[pid=29435/tid=29436] ppid=29433 vsize=232356 CPUtime=96.78 cores=1,3,5,7
/proc/29435/task/29436/stat : 29436 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 19456 0 0 0 9660 18 0 0 20 0 3 0 331272318 237932544 31110 33554432000 4194304 5964478 140736995310176 139855625882552 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29435/tid=29437] ppid=29433 vsize=232356 CPUtime=96.76 cores=1,3,5,7
/proc/29435/task/29437/stat : 29437 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 10164 0 0 0 9667 9 0 0 20 0 3 0 331272318 237932544 31110 33554432000 4194304 5964478 140736995310176 139855615392056 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 193.54
Current children cumulated vsize (KiB) 232356

[startup+97.2003 s]
/proc/loadavg: 3.46 2.39 2.12 5/181 29532
/proc/meminfo: memFree=29533284/32873648 swapFree=7116/7116
[pid=29435] ppid=29433 vsize=232356 CPUtime=194.33 cores=1,3,5,7
/proc/29435/stat : 29435 (pwbo2.02) S 29433 29435 27825 0 -1 4202496 30371 0 0 0 19409 24 0 0 20 0 3 0 331272318 237932544 31110 33554432000 4194304 5964478 140736995310176 140736995309696 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29435/statm: 58089 31110 204 433 0 57653 0
[pid=29435/tid=29436] ppid=29433 vsize=232356 CPUtime=97.18 cores=1,3,5,7
/proc/29435/task/29436/stat : 29436 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 19456 0 0 0 9700 18 0 0 20 0 3 0 331272318 237932544 31110 33554432000 4194304 5964478 140736995310176 139855625882552 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29435/tid=29437] ppid=29433 vsize=232356 CPUtime=97.16 cores=1,3,5,7
/proc/29435/task/29437/stat : 29437 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 10164 0 0 0 9707 9 0 0 20 0 3 0 331272318 237932544 31110 33554432000 4194304 5964478 140736995310176 139855615392056 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 194.33
Current children cumulated vsize (KiB) 232356

[startup+97.6003 s]
/proc/loadavg: 3.46 2.39 2.12 5/181 29532
/proc/meminfo: memFree=29533284/32873648 swapFree=7116/7116
[pid=29435] ppid=29433 vsize=232356 CPUtime=195.13 cores=1,3,5,7
/proc/29435/stat : 29435 (pwbo2.02) S 29433 29435 27825 0 -1 4202496 30371 0 0 0 19489 24 0 0 20 0 3 0 331272318 237932544 31110 33554432000 4194304 5964478 140736995310176 140736995309696 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29435/statm: 58089 31110 204 433 0 57653 0
[pid=29435/tid=29436] ppid=29433 vsize=232356 CPUtime=97.58 cores=1,3,5,7
/proc/29435/task/29436/stat : 29436 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 19456 0 0 0 9740 18 0 0 20 0 3 0 331272318 237932544 31110 33554432000 4194304 5964478 140736995310176 139855625882552 4400628 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=29435/tid=29437] ppid=29433 vsize=232356 CPUtime=97.56 cores=1,3,5,7
/proc/29435/task/29437/stat : 29437 (pwbo2.02) R 29433 29435 27825 0 -1 4202560 10164 0 0 0 9747 9 0 0 20 0 3 0 331272318 237932544 31110 33554432000 4194304 5964478 140736995310176 139855615392056 4388326 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 195.13
Current children cumulated vsize (KiB) 232356

Child status: 255
Real time (s): 97.6249
CPU time (s): 195.202
CPU user time (s): 194.901
CPU system time (s): 0.300954
CPU usage (%): 199.951
Max. virtual memory (cumulated for all children) (KiB): 233552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 194.901
system time used= 0.300954
maximum resident set size= 124460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30376
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= 53
involuntary context switches= 465

runsolver used 0.266959 second user time and 0.794879 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-02 17:37:49
IDJOB=3725768
IDBENCH=1865
IDSOLVER=2309
FILE ID=node127/3725768-1338651469
RUNJOBID= node127-1338651468-29220
PBS_JOBID= 14636453
Free space on /tmp= 70480 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-stein45.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725768-1338651469/watcher-3725768-1338651469 -o /tmp/evaluation-result-3725768-1338651469/solver-3725768-1338651469 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3725768-1338651469.opb

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

MD5SUM BENCH= 5084bd7d25dcb1d535d550da78b2db16
RANDOM SEED=2102858172

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29837520 kB
Buffers:          371224 kB
Cached:          1775692 kB
SwapCached:         1500 kB
Active:           971540 kB
Inactive:        1184456 kB
Active(anon):       2888 kB
Inactive(anon):     7932 kB
Active(file):     968652 kB
Inactive(file):  1176524 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104404 kB
Dirty:              5144 kB
Writeback:             0 kB
AnonPages:         13680 kB
Mapped:            10376 kB
Shmem:                92 kB
Slab:             744640 kB
SReclaimable:     188284 kB
SUnreclaim:       556356 kB
KernelStack:        1504 kB
PageTables:         4092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70468 MiB
End job on node127 at 2012-06-02 17:39:26