Trace number 3704386

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
pwbo 2.0? 1799.9 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K125.opb
MD5SUMd572050902dbd97a5ce685e3ceb3e01a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14875
Total number of constraints15127
Number of constraints which are clauses15002
Number of constraints which are cardinality constraints (but not clauses)125
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint125
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 126
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

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704386-1338106807.opb.
0.00/0.00	c Instance file HOME/instance-3704386-1338106807.opb
0.00/0.00	c File size is 1005512 bytes.
0.02/0.08	c Highest Coefficient sum: 126
0.02/0.08	c ============================[ Problem Statistics ]=============================
0.02/0.08	c |                                                                             |
0.02/0.08	c |  Parsing time:          0.08         s                                      |
0.02/0.08	c |  Number Variables:      14875                                               |
0.02/0.08	c |  Number Clauses:        15002                                               |
0.02/0.08	c |  Number Cardinality:    125                                                 |
0.02/0.08	c |  Number PB Constraints: 0                                                   |
0.02/0.08	c |                                                                             |
0.02/0.09	c |  Problem Type:          Decision                                            |
0.02/0.09	c |  Objective Function:    None                                                |
0.02/0.09	c |                                                                             |
0.02/0.09	c ===============================================================================
1799.51/1800.00	c ===============================================================================
1799.51/1800.00	c Wall Clock Time: 1800.00 s
1799.51/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

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

running on 4 cores: 0,2,4,6

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: 2.00 2.00 2.00 2/178 11248
/proc/meminfo: memFree=30799220/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=5264 CPUtime=0 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) R 11246 11248 9022 0 -1 4202496 552 0 0 0 0 0 0 0 20 0 1 0 276809292 5390336 504 33554432000 4194304 5965102 140736312329024 140736700860968 4396446 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 1316 504 163 433 0 634 0

[startup+0.028515 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 11248
/proc/meminfo: memFree=30799220/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=8180 CPUtime=0.02 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) R 11246 11248 9022 0 -1 4202496 1281 0 0 0 2 0 0 0 20 0 1 0 276809292 8376320 1233 33554432000 4194304 5965102 140736312329024 140736700860968 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 2087 1235 223 433 0 1405 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8180

[startup+0.100267 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 11248
/proc/meminfo: memFree=30799220/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=92600 CPUtime=0.08 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 4100 0 0 0 8 0 0 0 20 0 2 0 276809292 94822400 3802 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 23150 3805 177 433 0 22714 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 92600

[startup+0.300252 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 11248
/proc/meminfo: memFree=30799220/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=90860 CPUtime=0.28 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 4879 0 0 0 28 0 0 0 20 0 2 0 276809292 93040640 4227 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 22715 4227 190 433 0 22279 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 90860

[startup+0.700225 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 11248
/proc/meminfo: memFree=30799220/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=90860 CPUtime=0.69 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 5278 0 0 0 68 1 0 0 20 0 2 0 276809292 93040640 4626 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 22715 4626 190 433 0 22279 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90860

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 11250
/proc/meminfo: memFree=30780216/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=90860 CPUtime=1.49 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 5934 0 0 0 148 1 0 0 20 0 2 0 276809292 93040640 5282 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 22715 5282 190 433 0 22279 0
[pid=11248/tid=11250] ppid=11246 vsize=90860 CPUtime=1.4 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 3424 0 0 0 140 0 0 0 20 0 2 0 276809300 93040640 5282 33554432000 4194304 5965102 140736312329024 140408674158584 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90860

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 11250
/proc/meminfo: memFree=30774528/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=90860 CPUtime=3.09 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 7351 0 0 0 308 1 0 0 20 0 2 0 276809292 93040640 6699 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 22715 6699 190 433 0 22279 0
[pid=11248/tid=11250] ppid=11246 vsize=90860 CPUtime=3 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 4841 0 0 0 299 1 0 0 20 0 2 0 276809300 93040640 6699 33554432000 4194304 5965102 140736312329024 140408674158584 4374534 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90860

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 11250
/proc/meminfo: memFree=30764608/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=90860 CPUtime=6.29 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 8342 0 0 0 627 2 0 0 20 0 2 0 276809292 93040640 7690 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 22715 7690 190 433 0 22279 0
[pid=11248/tid=11250] ppid=11246 vsize=90860 CPUtime=6.2 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 5832 0 0 0 618 2 0 0 20 0 2 0 276809300 93040640 7690 33554432000 4194304 5965102 140736312329024 140408674158584 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90860

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 11250
/proc/meminfo: memFree=30744404/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=90860 CPUtime=12.69 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 10508 0 0 0 1266 3 0 0 20 0 2 0 276809292 93040640 9856 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 22715 9856 190 433 0 22279 0
[pid=11248/tid=11250] ppid=11246 vsize=90860 CPUtime=12.6 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 7998 0 0 0 1257 3 0 0 20 0 2 0 276809300 93040640 9856 33554432000 4194304 5965102 140736312329024 140408674158584 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 90860

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 11250
/proc/meminfo: memFree=30707244/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=90860 CPUtime=25.48 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 16097 0 0 0 2544 4 0 0 20 0 2 0 276809292 93040640 15445 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 22715 15445 190 433 0 22279 0
[pid=11248/tid=11250] ppid=11246 vsize=90860 CPUtime=25.4 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 13587 0 0 0 2535 5 0 0 20 0 2 0 276809300 93040640 15445 33554432000 4194304 5965102 140736312329024 140408674158392 4400955 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 90860

[startup+51.1003 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 11250
/proc/meminfo: memFree=30689820/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=156396 CPUtime=51.08 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 20214 0 0 0 5102 6 0 0 20 0 2 0 276809292 160149504 19562 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 39099 19562 190 433 0 38663 0
[pid=11248/tid=11250] ppid=11246 vsize=156396 CPUtime=51 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 17704 0 0 0 5094 6 0 0 20 0 2 0 276809300 160149504 19562 33554432000 4194304 5965102 140736312329024 140408674158584 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 156396

[startup+102.306 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 11250
/proc/meminfo: memFree=30650404/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=157120 CPUtime=102.28 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 29985 0 0 0 10219 9 0 0 20 0 2 0 276809292 160890880 29333 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 39280 29333 190 433 0 38844 0
[pid=11248/tid=11250] ppid=11246 vsize=157120 CPUtime=102.21 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 27475 0 0 0 10211 10 0 0 20 0 2 0 276809300 160890880 29333 33554432000 4194304 5965102 140736312329024 140408674158584 4389323 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 157120

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 11290
/proc/meminfo: memFree=31117736/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=222656 CPUtime=162.25 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 42287 0 0 0 16212 13 0 0 20 0 2 0 276809292 227999744 41811 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 55664 41811 190 433 0 55228 0
[pid=11248/tid=11250] ppid=11246 vsize=222656 CPUtime=162.19 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 39777 0 0 0 16203 16 0 0 20 0 2 0 276809300 227999744 41811 33554432000 4194304 5965102 140736312329024 140408674158584 4401096 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 222656

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11290
/proc/meminfo: memFree=31028112/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=223016 CPUtime=222.2 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 48782 0 0 0 22204 16 0 0 20 0 2 0 276809292 228368384 48275 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 55754 48275 190 433 0 55318 0
[pid=11248/tid=11250] ppid=11246 vsize=223016 CPUtime=222.15 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 46272 0 0 0 22196 19 0 0 20 0 2 0 276809300 228368384 48275 33554432000 4194304 5965102 140736312329024 140408674158584 4383063 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 223016

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11290
/proc/meminfo: memFree=30971992/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=223016 CPUtime=282.17 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 48801 0 0 0 28201 16 0 0 20 0 2 0 276809292 228368384 48778 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 55754 48778 190 433 0 55318 0
[pid=11248/tid=11250] ppid=11246 vsize=223016 CPUtime=282.14 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 46291 0 0 0 28194 20 0 0 20 0 2 0 276809300 228368384 48778 33554432000 4194304 5965102 140736312329024 140408674158584 4221072 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 223016

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11290
/proc/meminfo: memFree=30929736/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=288552 CPUtime=342.16 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 56104 0 0 0 34197 19 0 0 20 0 2 0 276809292 295477248 56081 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 72138 56081 190 433 0 71702 0
[pid=11248/tid=11250] ppid=11246 vsize=288552 CPUtime=342.14 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 53594 0 0 0 34190 24 0 0 20 0 2 0 276809300 295477248 56081 33554432000 4194304 5965102 140736312329024 140408674158584 4383069 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 288552

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11290
/proc/meminfo: memFree=30912388/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=288552 CPUtime=402.15 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 56111 0 0 0 40196 19 0 0 20 0 2 0 276809292 295477248 56107 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 72138 56107 190 433 0 71702 0
[pid=11248/tid=11250] ppid=11246 vsize=288552 CPUtime=402.14 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 53601 0 0 0 40189 25 0 0 20 0 2 0 276809300 295477248 56107 33554432000 4194304 5965102 140736312329024 140408674158584 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 288552

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11291
/proc/meminfo: memFree=30879636/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=288552 CPUtime=462.13 cores=0,2,4,6

################
# More data... #
################

/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 91812 0 0 0 130158 55 0 0 20 0 2 0 276809300 430247936 94598 33554432000 4194304 5965102 140736312329024 140408674158584 4400992 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 420164

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11300
/proc/meminfo: memFree=30502288/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=420164 CPUtime=1361.93 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 94325 0 0 0 136158 35 0 0 20 0 2 0 276809292 430247936 94601 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 105041 94601 190 433 0 104605 0
[pid=11248/tid=11250] ppid=11246 vsize=420164 CPUtime=1362.13 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 91815 0 0 0 136157 56 0 0 20 0 2 0 276809300 430247936 94601 33554432000 4194304 5965102 140736312329024 140408674158584 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 420164

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11300
/proc/meminfo: memFree=30468744/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=485700 CPUtime=1421.93 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 102714 0 0 0 142154 39 0 0 20 0 2 0 276809292 497356800 102990 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 121425 102990 190 433 0 120989 0
[pid=11248/tid=11250] ppid=11246 vsize=485700 CPUtime=1422.13 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 100204 0 0 0 142152 61 0 0 20 0 2 0 276809300 497356800 102990 33554432000 4194304 5965102 140736312329024 140408674158584 4383036 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 485700

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11300
/proc/meminfo: memFree=30468620/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=485700 CPUtime=1481.91 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 102731 0 0 0 148152 39 0 0 20 0 2 0 276809292 497356800 103007 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 121425 103007 190 433 0 120989 0
[pid=11248/tid=11250] ppid=11246 vsize=485700 CPUtime=1482.13 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 100221 0 0 0 148151 62 0 0 20 0 2 0 276809300 497356800 103007 33554432000 4194304 5965102 140736312329024 140408674158584 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 485700

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11300
/proc/meminfo: memFree=30435388/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=485700 CPUtime=1541.9 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 111177 0 0 0 154146 44 0 0 20 0 2 0 276809292 497356800 111453 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 121425 111453 190 433 0 120989 0
[pid=11248/tid=11250] ppid=11246 vsize=485700 CPUtime=1542.13 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 108667 0 0 0 154145 68 0 0 20 0 2 0 276809300 497356800 111453 33554432000 4194304 5965102 140736312329024 140408674158584 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 485700

[startup+1602.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 11300
/proc/meminfo: memFree=30397988/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=551236 CPUtime=1601.87 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 120107 0 0 0 160137 50 0 0 20 0 2 0 276809292 564465664 120744 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 137809 120744 190 433 0 137373 0
[pid=11248/tid=11250] ppid=11246 vsize=551236 CPUtime=1602.1 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 117597 0 0 0 160136 74 0 0 20 0 2 0 276809300 564465664 120744 33554432000 4194304 5965102 140736312329024 140408674158584 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 551236

[startup+1662.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 11301
/proc/meminfo: memFree=30339100/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=551236 CPUtime=1661.83 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 129158 0 0 0 166128 55 0 0 20 0 2 0 276809292 564465664 129843 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 137809 129843 190 433 0 137373 0
[pid=11248/tid=11250] ppid=11246 vsize=551236 CPUtime=1662.08 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 126648 0 0 0 166127 81 0 0 20 0 2 0 276809300 564465664 129843 33554432000 4194304 5965102 140736312329024 140408674158584 4401149 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 551236

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 11301
/proc/meminfo: memFree=30285036/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=616772 CPUtime=1721.83 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 136186 0 0 0 172123 60 0 0 20 0 2 0 276809292 631574528 136859 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 154193 136859 190 433 0 153757 0
[pid=11248/tid=11250] ppid=11246 vsize=616772 CPUtime=1722.09 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 133676 0 0 0 172123 86 0 0 20 0 2 0 276809300 631574528 136859 33554432000 4194304 5965102 140736312329024 140408674158616 4432880 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 616772

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 11301
/proc/meminfo: memFree=30257508/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=616772 CPUtime=1781.82 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 136186 0 0 0 178122 60 0 0 20 0 2 0 276809292 631574528 136859 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 154193 136859 190 433 0 153757 0
[pid=11248/tid=11250] ppid=11246 vsize=616772 CPUtime=1782.09 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 133676 0 0 0 178122 87 0 0 20 0 2 0 276809300 631574528 136859 33554432000 4194304 5965102 140736312329024 140408674158616 4383059 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 616772

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 11301
/proc/meminfo: memFree=30252052/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=616772 CPUtime=1791.42 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 136186 0 0 0 179082 60 0 0 20 0 2 0 276809292 631574528 136859 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 154193 136859 190 433 0 153757 0
[pid=11248/tid=11250] ppid=11246 vsize=616772 CPUtime=1791.69 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 133676 0 0 0 179082 87 0 0 20 0 2 0 276809300 631574528 136859 33554432000 4194304 5965102 140736312329024 140408674158616 4383061 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 616772

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 11304
/proc/meminfo: memFree=30250136/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=616772 CPUtime=1794.62 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 136186 0 0 0 179402 60 0 0 20 0 2 0 276809292 631574528 136859 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 154193 136859 190 433 0 153757 0
[pid=11248/tid=11250] ppid=11246 vsize=616772 CPUtime=1794.9 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 133676 0 0 0 179403 87 0 0 20 0 2 0 276809300 631574528 136859 33554432000 4194304 5965102 140736312329024 140408674158616 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 616772

[startup+1798.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 11304
/proc/meminfo: memFree=30249144/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=616772 CPUtime=1797.81 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 136186 0 0 0 179721 60 0 0 20 0 2 0 276809292 631574528 136859 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 154193 136859 190 433 0 153757 0
[pid=11248/tid=11250] ppid=11246 vsize=616772 CPUtime=1798.09 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 133676 0 0 0 179722 87 0 0 20 0 2 0 276809300 631574528 136859 33554432000 4194304 5965102 140736312329024 140408674158616 4400955 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (KiB) 616772

[startup+1799.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 11304
/proc/meminfo: memFree=30248276/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=616772 CPUtime=1798.61 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 136186 0 0 0 179801 60 0 0 20 0 2 0 276809292 631574528 136859 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 154193 136859 190 433 0 153757 0
[pid=11248/tid=11250] ppid=11246 vsize=616772 CPUtime=1798.89 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 133676 0 0 0 179802 87 0 0 20 0 2 0 276809300 631574528 136859 33554432000 4194304 5965102 140736312329024 140408674158616 4401050 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (KiB) 616772

[startup+1799.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 11304
/proc/meminfo: memFree=30247656/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=616772 CPUtime=1799.02 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 136186 0 0 0 179842 60 0 0 20 0 2 0 276809292 631574528 136859 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 154193 136859 190 433 0 153757 0
[pid=11248/tid=11250] ppid=11246 vsize=616772 CPUtime=1799.3 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 133676 0 0 0 179843 87 0 0 20 0 2 0 276809300 631574528 136859 33554432000 4194304 5965102 140736312329024 140408674158616 4391896 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.02
Current children cumulated vsize (KiB) 616772

[startup+1799.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 11304
/proc/meminfo: memFree=30247656/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=616772 CPUtime=1799.41 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 136186 0 0 0 179881 60 0 0 20 0 2 0 276809292 631574528 136859 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 154193 136859 190 433 0 153757 0
[pid=11248/tid=11250] ppid=11246 vsize=616772 CPUtime=1799.69 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 133676 0 0 0 179882 87 0 0 20 0 2 0 276809300 631574528 136859 33554432000 4194304 5965102 140736312329024 140408674158616 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 616772

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 11304
/proc/meminfo: memFree=30247656/32873844 swapFree=7108/7108
[pid=11248] ppid=11246 vsize=616772 CPUtime=1799.51 cores=0,2,4,6
/proc/11248/stat : 11248 (pwbo2.0) S 11246 11248 9022 0 -1 4202496 136186 0 0 0 179891 60 0 0 20 0 2 0 276809292 631574528 136859 33554432000 4194304 5965102 140736312329024 140736312328544 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 154193 136859 190 433 0 153757 0
[pid=11248/tid=11250] ppid=11246 vsize=616772 CPUtime=1799.79 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (pwbo2.0) R 11246 11248 9022 0 -1 4202560 133676 0 0 0 179892 87 0 0 20 0 2 0 276809300 631574528 136859 33554432000 4194304 5965102 140736312329024 140408674158616 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 616772

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.9
CPU user time (s): 1799
CPU system time (s): 0.892864
CPU usage (%): 99.9937
Max. virtual memory (cumulated for all children) (KiB): 616772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 0.892864
maximum resident set size= 547468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136189
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= 214
involuntary context switches= 1844

runsolver used 3.50447 second user time and 9.13861 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-27 10:20:07
IDJOB=3704386
IDBENCH=90201
IDSOLVER=2280
FILE ID=node103/3704386-1338106807
RUNJOBID= node103-1338087162-9038
PBS_JOBID= 14624435
Free space on /tmp= 71588 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K125.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704386-1338106807/watcher-3704386-1338106807 -o /tmp/evaluation-result-3704386-1338106807/solver-3704386-1338106807 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704386-1338106807.opb

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

MD5SUM BENCH= d572050902dbd97a5ce685e3ceb3e01a
RANDOM SEED=543674676

node103.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.189
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.37
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.189
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.189
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.92
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:       32873844 kB
MemFree:        30799600 kB
Buffers:          296160 kB
Cached:           408124 kB
SwapCached:         4540 kB
Active:          1076304 kB
Inactive:         165812 kB
Active(anon):     534036 kB
Inactive(anon):     6220 kB
Active(file):     542268 kB
Inactive(file):   159592 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099532 kB
Dirty:              6224 kB
Writeback:             4 kB
AnonPages:        541816 kB
Mapped:            12420 kB
Shmem:                 8 kB
Slab:             690648 kB
SReclaimable:     132904 kB
SUnreclaim:       557744 kB
KernelStack:        1456 kB
PageTables:         5048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     154100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    458752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71584 MiB
End job on node103 at 2012-05-27 10:50:07