Trace number 3726704

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.02? 1799.84 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K164.opb
MD5SUM57b7e746b37944d021e8febe16059957
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 variables19516
Total number of constraints19846
Number of constraints which are clauses19682
Number of constraints which are cardinality constraints (but not clauses)164
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint164
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 165
Number of bits of the biggest sum of numbers8
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.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726704-1339017753.opb.
0.00/0.00	c Instance file HOME/instance-3726704-1339017753.opb
0.00/0.00	c File size is 1342841 bytes.
0.09/0.10	c Highest Coefficient sum: 165
0.09/0.10	c ============================[ Problem Statistics ]=============================
0.09/0.10	c |                                                                             |
0.09/0.10	c |  Parsing time:          0.10         s                                      |
0.09/0.10	c |  Number Variables:      19516                                               |
0.09/0.10	c |  Number Clauses:        19682                                               |
0.09/0.10	c |  Number Cardinality:    164                                                 |
0.09/0.10	c |  Number PB Constraints: 0                                                   |
0.09/0.10	c |                                                                             |
0.09/0.11	c |  Problem Type:          Decision                                            |
0.09/0.11	c |  Objective Function:    None                                                |
0.09/0.11	c |                                                                             |
0.09/0.11	c ===============================================================================
1799.50/1800.00	c ===============================================================================
1799.50/1800.00	c Wall Clock Time: 1800.00 s
1799.50/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-3726704-1339017753/watcher-3726704-1339017753 -o /tmp/evaluation-result-3726704-1339017753/solver-3726704-1339017753 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726704-1339017753.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: 0.00 0.00 0.00 4/177 6506
/proc/meminfo: memFree=30890124/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=5560 CPUtime=0 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) R 6502 6506 6463 0 -1 4202496 569 0 0 0 0 0 0 0 20 0 1 0 11742720 5693440 521 33554432000 4194304 5964478 140735992706096 140737093115960 4395406 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 1390 521 164 433 0 626 0

[startup+0.0118529 s]
/proc/loadavg: 0.00 0.00 0.00 4/177 6506
/proc/meminfo: memFree=30890124/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=6976 CPUtime=0 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) R 6502 6506 6463 0 -1 4202496 887 0 0 0 0 0 0 0 20 0 1 0 11742720 7143424 839 33554432000 4194304 5964478 140735992706096 140737093115960 4344880 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 1744 841 177 433 0 980 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6976

[startup+0.100211 s]
/proc/loadavg: 0.00 0.00 0.00 4/177 6506
/proc/meminfo: memFree=30890124/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=12632 CPUtime=0.09 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) R 6502 6506 6463 0 -1 4202496 2588 0 0 0 9 0 0 0 20 0 1 0 11742720 12935168 2507 33554432000 4194304 5964478 140735992706096 140737093115960 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 3158 2507 475 433 0 2394 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12632

[startup+0.300157 s]
/proc/loadavg: 0.00 0.00 0.00 4/177 6506
/proc/meminfo: memFree=30890124/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=93972 CPUtime=0.29 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 6188 0 0 0 28 1 0 0 20 0 2 0 11742720 96227328 5275 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 23493 5275 186 433 0 23057 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 93972

[startup+0.700129 s]
/proc/loadavg: 0.00 0.00 0.00 4/177 6506
/proc/meminfo: memFree=30890124/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=93972 CPUtime=0.69 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 6449 0 0 0 68 1 0 0 20 0 2 0 11742720 96227328 5536 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 23493 5536 186 433 0 23057 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93972

[startup+1.50022 s]
/proc/loadavg: 0.00 0.00 0.00 4/181 6510
/proc/meminfo: memFree=30844592/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=93972 CPUtime=1.48 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 7036 0 0 0 147 1 0 0 20 0 2 0 11742720 96227328 6123 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 23493 6123 186 433 0 23057 0
[pid=6506/tid=6509] ppid=6502 vsize=93972 CPUtime=1.38 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 3942 0 0 0 136 2 0 0 20 0 2 0 11742731 96227328 6123 33554432000 4194304 5964478 140735992706096 140682519365624 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 93972

[startup+3.10025 s]
/proc/loadavg: 0.16 0.03 0.01 4/181 6510
/proc/meminfo: memFree=30837764/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=93972 CPUtime=3.08 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 8124 0 0 0 306 2 0 0 20 0 2 0 11742720 96227328 7211 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 23493 7211 186 433 0 23057 0
[pid=6506/tid=6509] ppid=6502 vsize=93972 CPUtime=2.98 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 5030 0 0 0 296 2 0 0 20 0 2 0 11742731 96227328 7211 33554432000 4194304 5964478 140735992706096 140682519365624 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 93972

[startup+6.30028 s]
/proc/loadavg: 0.16 0.03 0.01 4/181 6510
/proc/meminfo: memFree=30820992/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=93972 CPUtime=6.29 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 10185 0 0 0 626 3 0 0 20 0 2 0 11742720 96227328 9272 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 23493 9272 186 433 0 23057 0
[pid=6506/tid=6509] ppid=6502 vsize=93972 CPUtime=6.18 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 7091 0 0 0 615 3 0 0 20 0 2 0 11742731 96227328 9272 33554432000 4194304 5964478 140735992706096 140682519365432 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93972

[startup+12.7003 s]
/proc/loadavg: 0.44 0.10 0.03 4/181 6510
/proc/meminfo: memFree=30797812/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=93972 CPUtime=12.68 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 12520 0 0 0 1264 4 0 0 20 0 2 0 11742720 96227328 11607 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 23493 11607 186 433 0 23057 0
[pid=6506/tid=6509] ppid=6502 vsize=93972 CPUtime=12.57 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 9426 0 0 0 1254 3 0 0 20 0 2 0 11742731 96227328 11607 33554432000 4194304 5964478 140735992706096 140682519365624 4388769 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 93972

[startup+25.5003 s]
/proc/loadavg: 0.68 0.16 0.05 4/181 6510
/proc/meminfo: memFree=30780436/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=93972 CPUtime=25.48 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 14255 0 0 0 2544 4 0 0 20 0 2 0 11742720 96227328 13342 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 23493 13342 186 433 0 23057 0
[pid=6506/tid=6509] ppid=6502 vsize=93972 CPUtime=25.37 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 11161 0 0 0 2533 4 0 0 20 0 2 0 11742731 96227328 13342 33554432000 4194304 5964478 140735992706096 140682519365624 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 93972

[startup+51.1003 s]
/proc/loadavg: 1.13 0.31 0.10 4/181 6510
/proc/meminfo: memFree=30673632/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=159508 CPUtime=51.08 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 29460 0 0 0 5099 9 0 0 20 0 2 0 11742720 163336192 28547 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 39877 28547 186 433 0 39441 0
[pid=6506/tid=6509] ppid=6502 vsize=159508 CPUtime=50.97 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 26366 0 0 0 5088 9 0 0 20 0 2 0 11742731 163336192 28547 33554432000 4194304 5964478 140735992706096 140682519365624 4389160 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 159508

[startup+102.307 s]
/proc/loadavg: 1.65 0.59 0.21 4/181 6510
/proc/meminfo: memFree=30616452/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=160232 CPUtime=102.25 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 32953 0 0 0 10215 10 0 0 20 0 2 0 11742720 164077568 32063 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 40058 32063 186 433 0 39622 0
[pid=6506/tid=6509] ppid=6502 vsize=160232 CPUtime=102.15 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 29859 0 0 0 10204 11 0 0 20 0 2 0 11742731 164077568 32063 33554432000 4194304 5964478 140735992706096 140682519365624 4382023 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 160232

[startup+162.3 s]
/proc/loadavg: 1.87 0.84 0.32 4/181 6510
/proc/meminfo: memFree=30547940/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=226128 CPUtime=162.21 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 44672 0 0 0 16206 15 0 0 20 0 2 0 11742720 231555072 43770 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 56532 43770 186 433 0 56096 0
[pid=6506/tid=6509] ppid=6502 vsize=226128 CPUtime=162.13 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 41578 0 0 0 16195 18 0 0 20 0 2 0 11742731 231555072 43770 33554432000 4194304 5964478 140735992706096 140682519365624 4382268 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 226128

[startup+222.3 s]
/proc/loadavg: 1.95 1.05 0.42 4/181 6510
/proc/meminfo: memFree=30447784/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=291664 CPUtime=222.21 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 54780 0 0 0 22201 20 0 0 20 0 2 0 11742720 298663936 53878 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 72916 53878 186 433 0 72480 0
[pid=6506/tid=6509] ppid=6502 vsize=291664 CPUtime=222.13 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 51686 0 0 0 22190 23 0 0 20 0 2 0 11742731 298663936 53878 33554432000 4194304 5964478 140735992706096 140682519365432 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 291664

[startup+282.3 s]
/proc/loadavg: 1.98 1.22 0.52 4/181 6511
/proc/meminfo: memFree=30417812/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=291664 CPUtime=282.18 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 56663 0 0 0 28198 20 0 0 20 0 2 0 11742720 298663936 55763 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 72916 55763 186 433 0 72480 0
[pid=6506/tid=6509] ppid=6502 vsize=291664 CPUtime=282.12 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 53569 0 0 0 28187 25 0 0 20 0 2 0 11742731 298663936 55763 33554432000 4194304 5964478 140735992706096 140682519365624 4381993 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 291664

[startup+342.3 s]
/proc/loadavg: 1.99 1.36 0.61 4/181 6511
/proc/meminfo: memFree=30312164/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=357740 CPUtime=342.15 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 81847 0 0 0 34186 29 0 0 20 0 2 0 11742720 366325760 80941 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 89435 80941 186 433 0 88999 0
[pid=6506/tid=6509] ppid=6502 vsize=357740 CPUtime=342.09 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 78753 0 0 0 34175 34 0 0 20 0 2 0 11742731 366325760 80941 33554432000 4194304 5964478 140735992706096 140682519365624 4381960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 357740

[startup+402.3 s]
/proc/loadavg: 1.99 1.47 0.69 4/181 6511
/proc/meminfo: memFree=30299692/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=357740 CPUtime=402.14 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 85032 0 0 0 40184 30 0 0 20 0 2 0 11742720 366325760 84123 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 89435 84123 186 433 0 88999 0
[pid=6506/tid=6509] ppid=6502 vsize=357740 CPUtime=402.09 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 81938 0 0 0 40172 37 0 0 20 0 2 0 11742731 366325760 84123 33554432000 4194304 5964478 140735992706096 140682519365432 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 357740

[startup+462.3 s]
/proc/loadavg: 1.99 1.57 0.77 4/182 6514
/proc/meminfo: memFree=30279044/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=357740 CPUtime=462.13 cores=1,3,5,7

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

/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 110416 0 0 0 130141 62 0 0 20 0 2 0 11742731 501370880 113108 33554432000 4194304 5964478 140735992706096 140682519365800 4382271 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 489620

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.52 4/181 6520
/proc/meminfo: memFree=29911840/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=489620 CPUtime=1361.9 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 113510 0 0 0 136147 43 0 0 20 0 2 0 11742720 501370880 113108 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 122405 113108 186 433 0 121969 0
[pid=6506/tid=6509] ppid=6502 vsize=489620 CPUtime=1362.03 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 110416 0 0 0 136140 63 0 0 20 0 2 0 11742731 501370880 113108 33554432000 4194304 5964478 140735992706096 140682519365800 4382029 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 489620

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.55 4/181 6520
/proc/meminfo: memFree=29906840/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=489620 CPUtime=1421.9 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 114709 0 0 0 142146 44 0 0 20 0 2 0 11742720 501370880 114307 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 122405 114307 186 433 0 121969 0
[pid=6506/tid=6509] ppid=6502 vsize=489620 CPUtime=1422.04 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 111615 0 0 0 142139 65 0 0 20 0 2 0 11742731 501370880 114307 33554432000 4194304 5964478 140735992706096 140682519365624 4400087 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 489620

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.57 4/182 6521
/proc/meminfo: memFree=29898960/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=489620 CPUtime=1481.89 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 116457 0 0 0 148144 45 0 0 20 0 2 0 11742720 501370880 116055 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 122405 116055 186 433 0 121969 0
[pid=6506/tid=6509] ppid=6502 vsize=489620 CPUtime=1482.03 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 113363 0 0 0 148136 67 0 0 20 0 2 0 11742731 501370880 116055 33554432000 4194304 5964478 140735992706096 140682519365432 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 489620

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.60 4/181 6522
/proc/meminfo: memFree=29892892/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=489620 CPUtime=1541.88 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 118176 0 0 0 154142 46 0 0 20 0 2 0 11742720 501370880 117774 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 122405 117774 186 433 0 121969 0
[pid=6506/tid=6509] ppid=6502 vsize=489620 CPUtime=1542.03 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 115082 0 0 0 154134 69 0 0 20 0 2 0 11742731 501370880 117774 33554432000 4194304 5964478 140735992706096 140682519365624 4392893 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 489620

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.62 4/181 6522
/proc/meminfo: memFree=29778068/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=620692 CPUtime=1601.87 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 140855 0 0 0 160133 54 0 0 20 0 2 0 11742720 635588608 140453 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 155173 140453 186 433 0 154737 0
[pid=6506/tid=6509] ppid=6502 vsize=620692 CPUtime=1602.04 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 137761 0 0 0 160126 78 0 0 20 0 2 0 11742731 635588608 140453 33554432000 4194304 5964478 140735992706096 140682519365624 4400067 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 620692

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.64 4/182 6525
/proc/meminfo: memFree=29769380/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=620692 CPUtime=1661.86 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 140857 0 0 0 166132 54 0 0 20 0 2 0 11742720 635588608 140455 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 155173 140455 186 433 0 154737 0
[pid=6506/tid=6509] ppid=6502 vsize=620692 CPUtime=1662.04 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 137763 0 0 0 166125 79 0 0 20 0 2 0 11742731 635588608 140455 33554432000 4194304 5964478 140735992706096 140682519365624 4400109 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 620692

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.66 4/181 6525
/proc/meminfo: memFree=29737624/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=620692 CPUtime=1721.82 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 140894 0 0 0 172128 54 0 0 20 0 2 0 11742720 635588608 140490 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 155173 140490 186 433 0 154737 0
[pid=6506/tid=6509] ppid=6502 vsize=620692 CPUtime=1722.01 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 137800 0 0 0 172120 81 0 0 20 0 2 0 11742731 635588608 140490 33554432000 4194304 5964478 140735992706096 140682519365624 4389170 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 620692

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.68 4/181 6525
/proc/meminfo: memFree=29698316/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=620692 CPUtime=1781.82 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 141864 0 0 0 178127 55 0 0 20 0 2 0 11742720 635588608 141460 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 155173 141460 186 433 0 154737 0
[pid=6506/tid=6509] ppid=6502 vsize=620692 CPUtime=1782.02 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 138770 0 0 0 178120 82 0 0 20 0 2 0 11742731 635588608 141460 33554432000 4194304 5964478 140735992706096 140682519365432 5136420 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 620692

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

[startup+1791.91 s]
/proc/loadavg: 2.00 1.99 1.68 4/181 6525
/proc/meminfo: memFree=29678528/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=620692 CPUtime=1791.41 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 145368 0 0 0 179085 56 0 0 20 0 2 0 11742720 635588608 144970 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 155173 144970 186 433 0 154737 0
[pid=6506/tid=6509] ppid=6502 vsize=620692 CPUtime=1791.62 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 142274 0 0 0 179078 84 0 0 20 0 2 0 11742731 635588608 144970 33554432000 4194304 5964478 140735992706096 140682519365432 4400056 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 620692

[startup+1795.1 s]
/proc/loadavg: 2.00 1.99 1.68 4/181 6525
/proc/meminfo: memFree=29673940/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=620692 CPUtime=1794.61 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 146156 0 0 0 179404 57 0 0 20 0 2 0 11742720 635588608 145758 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 155173 145758 186 433 0 154737 0
[pid=6506/tid=6509] ppid=6502 vsize=620692 CPUtime=1794.82 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 143062 0 0 0 179398 84 0 0 20 0 2 0 11742731 635588608 145758 33554432000 4194304 5964478 140735992706096 140682519365624 4389085 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 620692

[startup+1798.3 s]
/proc/loadavg: 2.00 1.99 1.68 4/181 6525
/proc/meminfo: memFree=29670344/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=620692 CPUtime=1797.8 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 146843 0 0 0 179723 57 0 0 20 0 2 0 11742720 635588608 146445 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 155173 146445 186 433 0 154737 0
[pid=6506/tid=6509] ppid=6502 vsize=620692 CPUtime=1798.01 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 143749 0 0 0 179716 85 0 0 20 0 2 0 11742731 635588608 146445 33554432000 4194304 5964478 140735992706096 140682519365624 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 620692

[startup+1799.1 s]
/proc/loadavg: 2.00 1.99 1.68 4/181 6525
/proc/meminfo: memFree=29669228/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=620692 CPUtime=1798.6 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 147061 0 0 0 179803 57 0 0 20 0 2 0 11742720 635588608 146663 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 155173 146663 186 433 0 154737 0
[pid=6506/tid=6509] ppid=6502 vsize=620692 CPUtime=1798.81 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 143967 0 0 0 179796 85 0 0 20 0 2 0 11742731 635588608 146663 33554432000 4194304 5964478 140735992706096 140682519365624 5136420 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (KiB) 620692

[startup+1799.5 s]
/proc/loadavg: 2.00 1.99 1.68 4/181 6525
/proc/meminfo: memFree=29666996/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=620692 CPUtime=1799.01 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 147188 0 0 0 179844 57 0 0 20 0 2 0 11742720 635588608 146790 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 155173 146790 186 433 0 154737 0
[pid=6506/tid=6509] ppid=6502 vsize=620692 CPUtime=1799.22 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 144094 0 0 0 179837 85 0 0 20 0 2 0 11742731 635588608 146790 33554432000 4194304 5964478 140735992706096 140682519365432 4393765 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (KiB) 620692

[startup+1799.9 s]
/proc/loadavg: 2.00 1.99 1.68 4/181 6525
/proc/meminfo: memFree=29666996/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=620692 CPUtime=1799.4 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 147260 0 0 0 179883 57 0 0 20 0 2 0 11742720 635588608 146862 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 155173 146862 186 433 0 154737 0
[pid=6506/tid=6509] ppid=6502 vsize=620692 CPUtime=1799.61 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 144166 0 0 0 179876 85 0 0 20 0 2 0 11742731 635588608 146862 33554432000 4194304 5964478 140735992706096 140682519365432 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 620692

[startup+1800 s]
/proc/loadavg: 2.00 1.99 1.68 4/181 6525
/proc/meminfo: memFree=29666996/32873844 swapFree=7120/7120
[pid=6506] ppid=6502 vsize=620692 CPUtime=1799.5 cores=1,3,5,7
/proc/6506/stat : 6506 (pwbo2.02) S 6502 6506 6463 0 -1 4202496 147279 0 0 0 179893 57 0 0 20 0 2 0 11742720 635588608 146881 33554432000 4194304 5964478 140735992706096 140735992705616 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6506/statm: 155173 146881 186 433 0 154737 0
[pid=6506/tid=6509] ppid=6502 vsize=620692 CPUtime=1799.71 cores=1,3,5,7
/proc/6506/task/6509/stat : 6509 (pwbo2.02) R 6502 6506 6463 0 -1 4202560 144185 0 0 0 179886 85 0 0 20 0 2 0 11742731 635588608 146881 33554432000 4194304 5964478 140735992706096 140682519365432 4399932 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 620692

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.84
CPU user time (s): 1798.97
CPU system time (s): 0.866868
CPU usage (%): 99.9905
Max. virtual memory (cumulated for all children) (KiB): 620692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.97
system time used= 0.866868
maximum resident set size= 587536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147282
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= 228
involuntary context switches= 2546

runsolver used 2.95255 second user time and 8.50771 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-06 23:22:34
IDJOB=3726704
IDBENCH=90170
IDSOLVER=2310
FILE ID=node132/3726704-1339017753
RUNJOBID= node132-1339017753-6480
PBS_JOBID= 14643283
Free space on /tmp= 71036 MiB

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

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

MD5SUM BENCH= 57b7e746b37944d021e8febe16059957
RANDOM SEED=167254375

node132.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.213
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.42
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.213
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	: 5332.55
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.213
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	: 5332.55
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.213
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	: 5332.56
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.213
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	: 5332.55
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.213
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	: 5332.55
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.213
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	: 5332.55
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.213
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30892520 kB
Buffers:          109168 kB
Cached:          1103496 kB
SwapCached:            0 kB
Active:           286544 kB
Inactive:         937048 kB
Active(anon):      13276 kB
Inactive(anon):        0 kB
Active(file):     273268 kB
Inactive(file):   937048 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13600 kB
Writeback:            16 kB
AnonPages:         17788 kB
Mapped:            13712 kB
Shmem:               212 kB
Slab:             619052 kB
SReclaimable:      61552 kB
SUnreclaim:       557500 kB
KernelStack:        1424 kB
PageTables:         4144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71028 MiB
End job on node132 at 2012-06-06 23:52:35