Trace number 3704371

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? 1800.02 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K66.opb
MD5SUM03e282ee85097a100b1dfa3533d9978b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark871.544
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3630
Total number of constraints3764
Number of constraints which are clauses3698
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint66
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 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

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-3704371-1338107913.opb.
0.00/0.00	c Instance file HOME/instance-3704371-1338107913.opb
0.00/0.00	c File size is 223174 bytes.
0.00/0.01	c Highest Coefficient sum: 67
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.02         s                                      |
0.00/0.01	c |  Number Variables:      3630                                                |
0.00/0.01	c |  Number Clauses:        3698                                                |
0.00/0.01	c |  Number Cardinality:    66                                                  |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c |                                                                             |
0.00/0.02	c |  Problem Type:          Decision                                            |
0.00/0.02	c |  Objective Function:    None                                                |
0.00/0.02	c |                                                                             |
0.00/0.02	c ===============================================================================
1799.64/1800.00	c ===============================================================================
1799.64/1800.00	c Wall Clock Time: 1800.00 s
1799.64/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-3704371-1338107913/watcher-3704371-1338107913 -o /tmp/evaluation-result-3704371-1338107913/solver-3704371-1338107913 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704371-1338107913.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.10 2.04 2.00 3/177 8057
/proc/meminfo: memFree=28624404/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=4116 CPUtime=0 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) R 8055 8057 5668 0 -1 4202496 488 0 0 0 0 0 0 0 20 0 1 0 276918046 4214784 440 33554432000 4194304 5965102 140734748100368 140737044569000 4344854 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 1029 440 167 433 0 538 0

[startup+0.0951201 s]
/proc/loadavg: 2.10 2.04 2.00 3/177 8057
/proc/meminfo: memFree=28624404/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=85244 CPUtime=0.08 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 1850 0 0 0 8 0 0 0 20 0 2 0 276918046 87289856 1747 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 21311 1747 190 433 0 20875 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 85244

[startup+0.100178 s]
/proc/loadavg: 2.10 2.04 2.00 3/177 8057
/proc/meminfo: memFree=28624404/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=85244 CPUtime=0.09 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 1856 0 0 0 9 0 0 0 20 0 2 0 276918046 87289856 1753 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 21311 1753 190 433 0 20875 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85244

[startup+0.300114 s]
/proc/loadavg: 2.10 2.04 2.00 3/177 8057
/proc/meminfo: memFree=28624404/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=85244 CPUtime=0.29 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 2152 0 0 0 29 0 0 0 20 0 2 0 276918046 87289856 2049 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 21311 2049 190 433 0 20875 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85244

[startup+0.700114 s]
/proc/loadavg: 2.10 2.04 2.00 3/177 8057
/proc/meminfo: memFree=28624404/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=85244 CPUtime=0.69 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 2656 0 0 0 69 0 0 0 20 0 2 0 276918046 87289856 2553 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 21311 2553 190 433 0 20875 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85244

[startup+1.50031 s]
/proc/loadavg: 2.10 2.04 2.00 3/179 8059
/proc/meminfo: memFree=28611732/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=85244 CPUtime=1.48 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 3487 0 0 0 148 0 0 0 20 0 2 0 276918046 87289856 3384 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 21311 3384 190 433 0 20875 0
[pid=8057/tid=8059] ppid=8055 vsize=85244 CPUtime=1.46 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 2343 0 0 0 146 0 0 0 20 0 2 0 276918048 87289856 3384 33554432000 4194304 5965102 140734748100368 139646778120184 4401131 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 85244

[startup+3.10031 s]
/proc/loadavg: 2.10 2.04 2.00 3/179 8059
/proc/meminfo: memFree=28606028/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=85388 CPUtime=3.09 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 4121 0 0 0 308 1 0 0 20 0 2 0 276918046 87437312 4018 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 21347 4018 190 433 0 20911 0
[pid=8057/tid=8059] ppid=8055 vsize=85388 CPUtime=3.06 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 2977 0 0 0 306 0 0 0 20 0 2 0 276918048 87437312 4018 33554432000 4194304 5965102 140734748100368 139646778120184 4401559 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85388

[startup+6.30025 s]
/proc/loadavg: 2.09 2.04 2.00 3/179 8059
/proc/meminfo: memFree=28594536/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=85460 CPUtime=6.28 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 5282 0 0 0 627 1 0 0 20 0 2 0 276918046 87511040 5179 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 21365 5179 190 433 0 20929 0
[pid=8057/tid=8059] ppid=8055 vsize=85460 CPUtime=6.27 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 4138 0 0 0 625 2 0 0 20 0 2 0 276918048 87511040 5179 33554432000 4194304 5965102 140734748100368 139646778119992 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 85460

[startup+12.7002 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 8098
/proc/meminfo: memFree=28609632/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=85460 CPUtime=12.68 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 7380 0 0 0 1266 2 0 0 20 0 2 0 276918046 87511040 7277 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 21365 7277 190 433 0 20929 0
[pid=8057/tid=8059] ppid=8055 vsize=85460 CPUtime=12.67 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 6236 0 0 0 1264 3 0 0 20 0 2 0 276918048 87511040 7277 33554432000 4194304 5965102 140734748100368 139646778120184 4401050 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85460

[startup+25.5004 s]
/proc/loadavg: 2.14 2.05 2.01 3/179 8176
/proc/meminfo: memFree=28594448/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=85568 CPUtime=25.47 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 10137 0 0 0 2544 3 0 0 20 0 2 0 276918046 87621632 10054 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 21392 10054 190 433 0 20956 0
[pid=8057/tid=8059] ppid=8055 vsize=85568 CPUtime=25.46 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 8993 0 0 0 2542 4 0 0 20 0 2 0 276918048 87621632 10054 33554432000 4194304 5965102 140734748100368 139646778120184 4401107 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 85568

[startup+51.1004 s]
/proc/loadavg: 2.09 2.04 2.00 3/179 8215
/proc/meminfo: memFree=28586448/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=85568 CPUtime=51.06 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 12828 0 0 0 5102 4 0 0 20 0 2 0 276918046 87621632 12847 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 21392 12847 190 433 0 20956 0
[pid=8057/tid=8059] ppid=8055 vsize=85568 CPUtime=51.05 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 11684 0 0 0 5100 5 0 0 20 0 2 0 276918048 87621632 12847 33554432000 4194304 5965102 140734748100368 139646778120184 4401155 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 85568

[startup+102.307 s]
/proc/loadavg: 2.08 2.05 2.01 3/180 8335
/proc/meminfo: memFree=28565860/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=87888 CPUtime=102.26 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 16451 0 0 0 10220 6 0 0 20 0 2 0 276918046 89997312 16933 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 21972 16933 190 433 0 21536 0
[pid=8057/tid=8059] ppid=8055 vsize=87888 CPUtime=102.25 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 15307 0 0 0 10217 8 0 0 20 0 2 0 276918048 89997312 16933 33554432000 4194304 5965102 140734748100368 139646778119992 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 87888

[startup+162.3 s]
/proc/loadavg: 1.51 1.89 1.95 2/172 8360
/proc/meminfo: memFree=28575664/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=154432 CPUtime=162.24 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 21764 0 0 0 16215 9 0 0 20 0 2 0 276918046 158138368 22368 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 38608 22368 190 433 0 38172 0
[pid=8057/tid=8059] ppid=8055 vsize=154432 CPUtime=162.24 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 20620 0 0 0 16212 12 0 0 20 0 2 0 276918048 158138368 22368 33554432000 4194304 5965102 140734748100368 139646778120232 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 154432

[startup+222.3 s]
/proc/loadavg: 1.18 1.72 1.89 2/172 8360
/proc/meminfo: memFree=28559212/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=156472 CPUtime=222.22 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 25374 0 0 0 22211 11 0 0 20 0 2 0 276918046 160227328 26525 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 39118 26525 190 433 0 38682 0
[pid=8057/tid=8059] ppid=8055 vsize=156472 CPUtime=222.24 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 24230 0 0 0 22209 15 0 0 20 0 2 0 276918048 160227328 26525 33554432000 4194304 5965102 140734748100368 139646778119992 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 156472

[startup+282.3 s]
/proc/loadavg: 1.07 1.59 1.83 2/172 8360
/proc/meminfo: memFree=28557528/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=157336 CPUtime=282.21 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 25794 0 0 0 28210 11 0 0 20 0 2 0 276918046 161112064 26990 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 39334 26990 190 433 0 38898 0
[pid=8057/tid=8059] ppid=8055 vsize=157336 CPUtime=282.24 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 24650 0 0 0 28208 16 0 0 20 0 2 0 276918048 161112064 26990 33554432000 4194304 5965102 140734748100368 139646778119992 4401155 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 157336

[startup+342.3 s]
/proc/loadavg: 1.02 1.48 1.78 2/172 8360
/proc/meminfo: memFree=28537500/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=160720 CPUtime=342.2 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 30820 0 0 0 34205 15 0 0 20 0 2 0 276918046 164577280 32121 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 40180 32121 190 433 0 39744 0
[pid=8057/tid=8059] ppid=8055 vsize=160720 CPUtime=342.24 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 29676 0 0 0 34204 20 0 0 20 0 2 0 276918048 164577280 32121 33554432000 4194304 5965102 140734748100368 139646778120184 4401096 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 160720

[startup+402.3 s]
/proc/loadavg: 1.01 1.39 1.72 2/172 8360
/proc/meminfo: memFree=28534940/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=160936 CPUtime=402.19 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 31212 0 0 0 40204 15 0 0 20 0 2 0 276918046 164798464 32547 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 40234 32547 190 433 0 39798 0
[pid=8057/tid=8059] ppid=8055 vsize=160936 CPUtime=402.24 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 30068 0 0 0 40202 22 0 0 20 0 2 0 276918048 164798464 32547 33554432000 4194304 5965102 140734748100368 139646778120232 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 160936

[startup+462.3 s]
/proc/loadavg: 1.00 1.32 1.68 2/172 8361
/proc/meminfo: memFree=28520796/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=161440 CPUtime=462.17 cores=0,2,4,6

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

/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 52309 0 0 0 130178 49 0 0 20 0 2 0 276918048 256487424 54882 33554432000 4194304 5965102 140734748100368 139646778119992 4401131 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 250476

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.23 2/173 8393
/proc/meminfo: memFree=28430572/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=317164 CPUtime=1362.01 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 57332 0 0 0 136169 32 0 0 20 0 2 0 276918046 324775936 58784 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 79291 58784 190 433 0 78855 0
[pid=8057/tid=8059] ppid=8055 vsize=317164 CPUtime=1362.26 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 56188 0 0 0 136173 53 0 0 20 0 2 0 276918048 324775936 58784 33554432000 4194304 5965102 140734748100368 139646778120184 4401155 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 317164

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.21 2/172 8393
/proc/meminfo: memFree=28410024/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=319252 CPUtime=1422.02 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 62515 0 0 0 142167 35 0 0 20 0 2 0 276918046 326914048 63967 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 79813 63967 190 433 0 79377 0
[pid=8057/tid=8059] ppid=8055 vsize=319252 CPUtime=1422.27 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 61371 0 0 0 142170 57 0 0 20 0 2 0 276918048 326914048 63967 33554432000 4194304 5965102 140734748100368 139646778119992 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 319252

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/172 8393
/proc/meminfo: memFree=28401192/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=319828 CPUtime=1481.99 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 64599 0 0 0 148163 36 0 0 20 0 2 0 276918046 327503872 66201 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 79957 66201 190 433 0 79521 0
[pid=8057/tid=8059] ppid=8055 vsize=319828 CPUtime=1482.26 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 63455 0 0 0 148168 58 0 0 20 0 2 0 276918048 327503872 66201 33554432000 4194304 5965102 140734748100368 139646778120184 4401582 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 319828

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/172 8393
/proc/meminfo: memFree=28400944/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=319972 CPUtime=1541.98 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 64635 0 0 0 154162 36 0 0 20 0 2 0 276918046 327651328 66237 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 79993 66237 190 433 0 79557 0
[pid=8057/tid=8059] ppid=8055 vsize=319972 CPUtime=1542.26 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 63491 0 0 0 154167 59 0 0 20 0 2 0 276918048 327651328 66237 33554432000 4194304 5965102 140734748100368 139646778120232 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 319972

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/172 8393
/proc/meminfo: memFree=28397776/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=321176 CPUtime=1601.97 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 65430 0 0 0 160161 36 0 0 20 0 2 0 276918046 328884224 67085 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 80294 67085 190 433 0 79858 0
[pid=8057/tid=8059] ppid=8055 vsize=321176 CPUtime=1602.27 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 64286 0 0 0 160166 61 0 0 20 0 2 0 276918048 328884224 67085 33554432000 4194304 5965102 140734748100368 139646778120184 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 321176

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/172 8394
/proc/meminfo: memFree=28384268/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=322436 CPUtime=1661.96 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 68706 0 0 0 166157 39 0 0 20 0 2 0 276918046 330174464 70361 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 80609 70361 190 433 0 80173 0
[pid=8057/tid=8059] ppid=8055 vsize=322436 CPUtime=1662.27 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 67562 0 0 0 166162 65 0 0 20 0 2 0 276918048 330174464 70361 33554432000 4194304 5965102 140734748100368 139646778119992 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 322436

[startup+1722.3 s]
/proc/loadavg: 1.03 1.01 1.15 2/172 8394
/proc/meminfo: memFree=28383772/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=323300 CPUtime=1721.95 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 68898 0 0 0 172156 39 0 0 20 0 2 0 276918046 331059200 70553 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 80825 70553 190 433 0 80389 0
[pid=8057/tid=8059] ppid=8055 vsize=323300 CPUtime=1722.27 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 67754 0 0 0 172161 66 0 0 20 0 2 0 276918048 331059200 70553 33554432000 4194304 5965102 140734748100368 139646778119992 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 323300

[startup+1782.3 s]
/proc/loadavg: 1.01 1.01 1.14 2/172 8394
/proc/meminfo: memFree=28381960/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=324596 CPUtime=1781.93 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 69224 0 0 0 178154 39 0 0 20 0 2 0 276918046 332386304 70904 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 81149 70904 190 433 0 80713 0
[pid=8057/tid=8059] ppid=8055 vsize=324596 CPUtime=1782.27 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 68080 0 0 0 178160 67 0 0 20 0 2 0 276918048 332386304 70904 33554432000 4194304 5965102 140734748100368 139646778119992 4400992 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 324596

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

[startup+1791.91 s]
/proc/loadavg: 1.01 1.00 1.14 2/172 8394
/proc/meminfo: memFree=28381712/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=325172 CPUtime=1791.54 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 69348 0 0 0 179115 39 0 0 20 0 2 0 276918046 332976128 71028 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 81293 71028 190 433 0 80857 0
[pid=8057/tid=8059] ppid=8055 vsize=325172 CPUtime=1791.88 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 68204 0 0 0 179121 67 0 0 20 0 2 0 276918048 332976128 71028 33554432000 4194304 5965102 140734748100368 139646778120232 4401107 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.54
Current children cumulated vsize (KiB) 325172

[startup+1795.1 s]
/proc/loadavg: 1.01 1.00 1.13 2/172 8394
/proc/meminfo: memFree=28381588/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=325388 CPUtime=1794.74 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 69388 0 0 0 179435 39 0 0 20 0 2 0 276918046 333197312 71068 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 81347 71068 190 433 0 80911 0
[pid=8057/tid=8059] ppid=8055 vsize=325388 CPUtime=1795.08 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 68244 0 0 0 179441 67 0 0 20 0 2 0 276918048 333197312 71068 33554432000 4194304 5965102 140734748100368 139646778119992 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.74
Current children cumulated vsize (KiB) 325388

[startup+1798.3 s]
/proc/loadavg: 1.01 1.00 1.13 2/172 8394
/proc/meminfo: memFree=28381588/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=325388 CPUtime=1797.94 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 69411 0 0 0 179754 40 0 0 20 0 2 0 276918046 333197312 71091 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 81347 71091 190 433 0 80911 0
[pid=8057/tid=8059] ppid=8055 vsize=325388 CPUtime=1798.27 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 68267 0 0 0 179760 67 0 0 20 0 2 0 276918048 333197312 71091 33554432000 4194304 5965102 140734748100368 139646778120184 4401486 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.94
Current children cumulated vsize (KiB) 325388

[startup+1799.1 s]
/proc/loadavg: 1.01 1.00 1.13 2/172 8394
/proc/meminfo: memFree=28381464/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=325388 CPUtime=1798.74 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 69447 0 0 0 179834 40 0 0 20 0 2 0 276918046 333197312 71127 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 81347 71127 190 433 0 80911 0
[pid=8057/tid=8059] ppid=8055 vsize=325388 CPUtime=1799.07 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 68303 0 0 0 179840 67 0 0 20 0 2 0 276918048 333197312 71127 33554432000 4194304 5965102 140734748100368 139646778120184 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.74
Current children cumulated vsize (KiB) 325388

[startup+1799.5 s]
/proc/loadavg: 1.01 1.00 1.13 2/172 8394
/proc/meminfo: memFree=28381340/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=325388 CPUtime=1799.14 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 69463 0 0 0 179874 40 0 0 20 0 2 0 276918046 333197312 71143 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 81347 71143 190 433 0 80911 0
[pid=8057/tid=8059] ppid=8055 vsize=325388 CPUtime=1799.48 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 68319 0 0 0 179881 67 0 0 20 0 2 0 276918048 333197312 71143 33554432000 4194304 5965102 140734748100368 139646778120184 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.14
Current children cumulated vsize (KiB) 325388

[startup+1799.9 s]
/proc/loadavg: 1.01 1.00 1.13 2/172 8394
/proc/meminfo: memFree=28381340/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=325388 CPUtime=1799.54 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 69475 0 0 0 179914 40 0 0 20 0 2 0 276918046 333197312 71155 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 81347 71155 190 433 0 80911 0
[pid=8057/tid=8059] ppid=8055 vsize=325388 CPUtime=1799.87 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 68331 0 0 0 179920 67 0 0 20 0 2 0 276918048 333197312 71155 33554432000 4194304 5965102 140734748100368 139646778120184 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 325388

[startup+1800 s]
/proc/loadavg: 1.01 1.00 1.13 2/172 8394
/proc/meminfo: memFree=28381340/32873648 swapFree=6844/6844
[pid=8057] ppid=8055 vsize=325388 CPUtime=1799.64 cores=0,2,4,6
/proc/8057/stat : 8057 (pwbo2.0) S 8055 8057 5668 0 -1 4202496 69486 0 0 0 179924 40 0 0 20 0 2 0 276918046 333197312 71166 33554432000 4194304 5965102 140734748100368 140734748099888 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8057/statm: 81347 71166 190 433 0 80911 0
[pid=8057/tid=8059] ppid=8055 vsize=325388 CPUtime=1799.97 cores=0,2,4,6
/proc/8057/task/8059/stat : 8059 (pwbo2.0) R 8055 8057 5668 0 -1 4202560 68342 0 0 0 179930 67 0 0 20 0 2 0 276918048 333197312 71166 33554432000 4194304 5965102 140734748100368 139646778120184 4401131 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.64
Current children cumulated vsize (KiB) 325388

Child status: 255
Real time (s): 1800.01
CPU time (s): 1800.02
CPU user time (s): 1799.33
CPU system time (s): 0.684895
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 325388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 0.684895
maximum resident set size= 284676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69489
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= 124
involuntary context switches= 2020

runsolver used 6.84396 second user time and 14.2688 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-27 10:38:33
IDJOB=3704371
IDBENCH=90220
IDSOLVER=2280
FILE ID=node115/3704371-1338107913
RUNJOBID= node115-1338087550-5684
PBS_JOBID= 14624444
Free space on /tmp= 71664 MiB

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

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

MD5SUM BENCH= 03e282ee85097a100b1dfa3533d9978b
RANDOM SEED=98547063

node115.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.462
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.92
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.462
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.462
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.462
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.462
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.92
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.462
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.462
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.462
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:        28624784 kB
Buffers:          302408 kB
Cached:          3089484 kB
SwapCached:            0 kB
Active:          1034960 kB
Inactive:        2404532 kB
Active(anon):      50416 kB
Inactive(anon):        0 kB
Active(file):     984544 kB
Inactive(file):  2404532 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11460 kB
Writeback:             0 kB
AnonPages:        181316 kB
Mapped:            15044 kB
Shmem:               200 kB
Slab:             671952 kB
SReclaimable:     116148 kB
SUnreclaim:       555804 kB
KernelStack:        1488 kB
PageTables:         4024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     143920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 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= 71664 MiB
End job on node115 at 2012-05-27 11:08:33