Trace number 3704414

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.45 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K199.opb
MD5SUM2cd10947adfbc402d943437a9cfa9f95
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 variables23681
Total number of constraints24081
Number of constraints which are clauses23882
Number of constraints which are cardinality constraints (but not clauses)199
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint199
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 200
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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704414-1338103540.opb.
0.00/0.00	c Instance file HOME/instance-3704414-1338103540.opb
0.00/0.00	c File size is 1645508 bytes.
0.09/0.14	c Highest Coefficient sum: 200
0.09/0.14	c ============================[ Problem Statistics ]=============================
0.09/0.14	c |                                                                             |
0.09/0.14	c |  Parsing time:          0.14         s                                      |
0.09/0.14	c |  Number Variables:      23681                                               |
0.09/0.14	c |  Number Clauses:        23882                                               |
0.09/0.14	c |  Number Cardinality:    199                                                 |
0.09/0.14	c |  Number PB Constraints: 0                                                   |
0.09/0.14	c |                                                                             |
0.09/0.16	c |  Problem Type:          Decision                                            |
0.09/0.16	c |  Objective Function:    None                                                |
0.09/0.16	c |                                                                             |
0.09/0.16	c ===============================================================================
1799.45/1800.00	c ===============================================================================
1799.45/1800.00	c Wall Clock Time: 1800.00 s
1799.45/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-3704414-1338103540/watcher-3704414-1338103540 -o /tmp/evaluation-result-3704414-1338103540/solver-3704414-1338103540 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704414-1338103540.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/177 20984
/proc/meminfo: memFree=27907600/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=5888 CPUtime=0 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) R 20982 20984 18256 0 -1 4202496 556 0 0 0 0 0 0 0 20 0 1 0 276482537 6029312 508 33554432000 4194304 5965102 140735205388704 140737346997224 4396306 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 1472 509 163 433 0 634 0

[startup+0.0758379 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 20984
/proc/meminfo: memFree=27907600/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=12340 CPUtime=0.07 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) R 20982 20984 18256 0 -1 4202496 2244 0 0 0 7 0 0 0 20 0 1 0 276482537 12636160 2196 33554432000 4194304 5965102 140735205388704 140735205386760 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 3085 2196 368 433 0 2247 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12340

[startup+0.100251 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 20984
/proc/meminfo: memFree=27907600/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=13204 CPUtime=0.09 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) R 20982 20984 18256 0 -1 4202496 2511 0 0 0 9 0 0 0 20 0 1 0 276482537 13520896 2463 33554432000 4194304 5965102 140735205388704 140735205386760 5370286 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 3301 2464 441 433 0 2463 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13204

[startup+0.300231 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 20984
/proc/meminfo: memFree=27907600/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=96132 CPUtime=0.29 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 7172 0 0 0 28 1 0 0 20 0 2 0 276482537 98439168 6111 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 24033 6111 189 433 0 23597 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96132

[startup+0.700221 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 20984
/proc/meminfo: memFree=27907600/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=96132 CPUtime=0.69 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 7397 0 0 0 68 1 0 0 20 0 2 0 276482537 98439168 6336 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 24033 6336 190 433 0 23597 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96132

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20986
/proc/meminfo: memFree=27883172/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=96132 CPUtime=1.49 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 7744 0 0 0 148 1 0 0 20 0 2 0 276482537 98439168 6683 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 24033 6683 190 433 0 23597 0
[pid=20984/tid=20986] ppid=20982 vsize=96132 CPUtime=1.34 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 4190 0 0 0 134 0 0 0 20 0 2 0 276482551 98439168 6683 33554432000 4194304 5965102 140735205388704 140156489922552 4383099 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) 96132

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20986
/proc/meminfo: memFree=27880312/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=96132 CPUtime=3.08 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 8541 0 0 0 307 1 0 0 20 0 2 0 276482537 98439168 7480 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 24033 7480 190 433 0 23597 0
[pid=20984/tid=20986] ppid=20982 vsize=96132 CPUtime=2.93 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 4987 0 0 0 292 1 0 0 20 0 2 0 276482551 98439168 7480 33554432000 4194304 5965102 140735205388704 140156489922360 4390169 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 96132

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20986
/proc/meminfo: memFree=27872672/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=96132 CPUtime=6.29 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 10407 0 0 0 627 2 0 0 20 0 2 0 276482537 98439168 9346 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 24033 9346 190 433 0 23597 0
[pid=20984/tid=20986] ppid=20982 vsize=96132 CPUtime=6.12 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 6853 0 0 0 611 1 0 0 20 0 2 0 276482551 98439168 9346 33554432000 4194304 5965102 140735205388704 140156489922360 4400894 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) 96132

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20986
/proc/meminfo: memFree=27863380/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=96132 CPUtime=12.69 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 12105 0 0 0 1266 3 0 0 20 0 2 0 276482537 98439168 11044 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 24033 11044 190 433 0 23597 0
[pid=20984/tid=20986] ppid=20982 vsize=96132 CPUtime=12.51 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 8551 0 0 0 1249 2 0 0 20 0 2 0 276482551 98439168 11044 33554432000 4194304 5965102 140735205388704 140156489922552 4401131 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) 96132

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20986
/proc/meminfo: memFree=27840688/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=96132 CPUtime=25.49 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 17857 0 0 0 2544 5 0 0 20 0 2 0 276482537 98439168 16796 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 24033 16796 190 433 0 23597 0
[pid=20984/tid=20986] ppid=20982 vsize=96132 CPUtime=25.28 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 14303 0 0 0 2524 4 0 0 20 0 2 0 276482551 98439168 16796 33554432000 4194304 5965102 140735205388704 140156489922360 4400894 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 96132

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20987
/proc/meminfo: memFree=27823824/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=161668 CPUtime=51.08 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 22116 0 0 0 5102 6 0 0 20 0 2 0 276482537 165548032 21055 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 40417 21055 190 433 0 39981 0
[pid=20984/tid=20986] ppid=20982 vsize=161668 CPUtime=50.81 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 18562 0 0 0 5075 6 0 0 20 0 2 0 276482551 165548032 21055 33554432000 4194304 5965102 140735205388704 140156489922552 4401510 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) 161668

[startup+102.307 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 20987
/proc/meminfo: memFree=27754012/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=161668 CPUtime=102.28 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 36605 0 0 0 10217 11 0 0 20 0 2 0 276482537 165548032 35544 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 40417 35544 190 433 0 39981 0
[pid=20984/tid=20986] ppid=20982 vsize=161668 CPUtime=101.89 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 33051 0 0 0 10178 11 0 0 20 0 2 0 276482551 165548032 35544 33554432000 4194304 5965102 140735205388704 140156489922552 4222416 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) 161668

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 20987
/proc/meminfo: memFree=27703504/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=228288 CPUtime=162.25 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 48360 0 0 0 16211 14 0 0 20 0 2 0 276482537 233766912 47421 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 57072 47421 190 433 0 56636 0
[pid=20984/tid=20986] ppid=20982 vsize=228288 CPUtime=161.71 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 44806 0 0 0 16156 15 0 0 20 0 2 0 276482551 233766912 47421 33554432000 4194304 5965102 140735205388704 140156489922552 4221120 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) 228288

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20987
/proc/meminfo: memFree=27638680/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=293824 CPUtime=222.2 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 55914 0 0 0 22203 17 0 0 20 0 2 0 276482537 300875776 54966 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 73456 54966 190 433 0 73020 0
[pid=20984/tid=20986] ppid=20982 vsize=293824 CPUtime=221.51 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 52360 0 0 0 22132 19 0 0 20 0 2 0 276482551 300875776 54966 33554432000 4194304 5965102 140735205388704 140156489922360 4401127 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) 293824

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20990
/proc/meminfo: memFree=27576400/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=294364 CPUtime=282.16 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 66756 0 0 0 28195 21 0 0 20 0 2 0 276482537 301428736 65782 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 73591 65782 190 433 0 73155 0
[pid=20984/tid=20986] ppid=20982 vsize=294364 CPUtime=281.33 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 63202 0 0 0 28109 24 0 0 20 0 2 0 276482551 301428736 65782 33554432000 4194304 5965102 140735205388704 140156489922360 4374444 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 294364

[startup+342.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 20991
/proc/meminfo: memFree=27575868/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=294364 CPUtime=342.15 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 66756 0 0 0 34194 21 0 0 20 0 2 0 276482537 301428736 65782 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 73591 65782 190 433 0 73155 0
[pid=20984/tid=20986] ppid=20982 vsize=294364 CPUtime=341.18 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 63202 0 0 0 34093 25 0 0 20 0 2 0 276482551 301428736 65782 33554432000 4194304 5965102 140735205388704 140156489922360 4383297 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 294364

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 20991
/proc/meminfo: memFree=27552688/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=359900 CPUtime=402.13 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 73232 0 0 0 40191 22 0 0 20 0 2 0 276482537 368537600 72258 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 89975 72258 190 433 0 89539 0
[pid=20984/tid=20986] ppid=20982 vsize=359900 CPUtime=401.02 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 69678 0 0 0 40074 28 0 0 20 0 2 0 276482551 368537600 72258 33554432000 4194304 5965102 140735205388704 140156489922552 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 359900

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20991
/proc/meminfo: memFree=27537928/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=359900 CPUtime=462.12 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21036
/proc/meminfo: memFree=27351252/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=622852 CPUtime=1421.85 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 138798 0 0 0 142134 51 0 0 20 0 2 0 276482537 637800448 138314 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 155713 138314 190 433 0 155277 0
[pid=20984/tid=20986] ppid=20982 vsize=622852 CPUtime=1418.29 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 135244 0 0 0 141758 71 0 0 20 0 2 0 276482551 637800448 138314 33554432000 4194304 5965102 140735205388704 140156489922360 4401131 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 622852

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21039
/proc/meminfo: memFree=27295072/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=622852 CPUtime=1481.84 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 148766 0 0 0 148129 55 0 0 20 0 2 0 276482537 637800448 148282 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 155713 148282 190 433 0 155277 0
[pid=20984/tid=20986] ppid=20982 vsize=622852 CPUtime=1478.14 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 145212 0 0 0 147738 76 0 0 20 0 2 0 276482551 637800448 148282 33554432000 4194304 5965102 140735205388704 140156489922552 4383320 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 622852

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21039
/proc/meminfo: memFree=27251292/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=688388 CPUtime=1541.82 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 157419 0 0 0 154125 57 0 0 20 0 2 0 276482537 704909312 156935 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 172097 156935 190 433 0 171661 0
[pid=20984/tid=20986] ppid=20982 vsize=688388 CPUtime=1537.98 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 153865 0 0 0 153718 80 0 0 20 0 2 0 276482551 704909312 156935 33554432000 4194304 5965102 140735205388704 140156489922360 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 688388

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21040
/proc/meminfo: memFree=27155352/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=753924 CPUtime=1601.81 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 171581 0 0 0 160118 63 0 0 20 0 2 0 276482537 772018176 171097 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 188481 171097 190 433 0 188045 0
[pid=20984/tid=20986] ppid=20982 vsize=753924 CPUtime=1597.83 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 168027 0 0 0 159696 87 0 0 20 0 2 0 276482551 772018176 171097 33554432000 4194304 5965102 140735205388704 140156489922360 4401143 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 753924

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21040
/proc/meminfo: memFree=27141088/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=753924 CPUtime=1661.81 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 174953 0 0 0 166116 65 0 0 20 0 2 0 276482537 772018176 174469 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 188481 174469 190 433 0 188045 0
[pid=20984/tid=20986] ppid=20982 vsize=753924 CPUtime=1657.68 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 171399 0 0 0 165679 89 0 0 20 0 2 0 276482551 772018176 174469 33554432000 4194304 5965102 140735205388704 140156489922360 4383014 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 753924

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21040
/proc/meminfo: memFree=27136624/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=753924 CPUtime=1721.8 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 174954 0 0 0 172115 65 0 0 20 0 2 0 276482537 772018176 174470 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 188481 174470 190 433 0 188045 0
[pid=20984/tid=20986] ppid=20982 vsize=753924 CPUtime=1717.52 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 171400 0 0 0 171662 90 0 0 20 0 2 0 276482551 772018176 174470 33554432000 4194304 5965102 140735205388704 140156489922360 4401143 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 753924

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21040
/proc/meminfo: memFree=27123084/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=753924 CPUtime=1781.76 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 174990 0 0 0 178111 65 0 0 20 0 2 0 276482537 772018176 174690 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 188481 174690 190 433 0 188045 0
[pid=20984/tid=20986] ppid=20982 vsize=753924 CPUtime=1777.34 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 171436 0 0 0 177643 91 0 0 20 0 2 0 276482551 772018176 174690 33554432000 4194304 5965102 140735205388704 140156489922360 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 753924

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21040
/proc/meminfo: memFree=27123084/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=753924 CPUtime=1791.36 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 174991 0 0 0 179071 65 0 0 20 0 2 0 276482537 772018176 174691 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 188481 174691 190 433 0 188045 0
[pid=20984/tid=20986] ppid=20982 vsize=753924 CPUtime=1786.92 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 171437 0 0 0 178601 91 0 0 20 0 2 0 276482551 772018176 174691 33554432000 4194304 5965102 140735205388704 140156489922360 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.36
Current children cumulated vsize (KiB) 753924

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21040
/proc/meminfo: memFree=27123020/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=753924 CPUtime=1794.56 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 174992 0 0 0 179391 65 0 0 20 0 2 0 276482537 772018176 174695 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 188481 174695 190 433 0 188045 0
[pid=20984/tid=20986] ppid=20982 vsize=753924 CPUtime=1790.11 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 171438 0 0 0 178920 91 0 0 20 0 2 0 276482551 772018176 174695 33554432000 4194304 5965102 140735205388704 140156489922360 4401149 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.56
Current children cumulated vsize (KiB) 753924

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21040
/proc/meminfo: memFree=27123020/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=753924 CPUtime=1797.75 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 174993 0 0 0 179710 65 0 0 20 0 2 0 276482537 772018176 174696 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 188481 174696 190 433 0 188045 0
[pid=20984/tid=20986] ppid=20982 vsize=753924 CPUtime=1793.3 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 171439 0 0 0 179239 91 0 0 20 0 2 0 276482551 772018176 174696 33554432000 4194304 5965102 140735205388704 140156489922360 4401143 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.75
Current children cumulated vsize (KiB) 753924

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21040
/proc/meminfo: memFree=27123020/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=753924 CPUtime=1798.55 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 174994 0 0 0 179790 65 0 0 20 0 2 0 276482537 772018176 174697 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 188481 174697 190 433 0 188045 0
[pid=20984/tid=20986] ppid=20982 vsize=753924 CPUtime=1794.1 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 171440 0 0 0 179319 91 0 0 20 0 2 0 276482551 772018176 174697 33554432000 4194304 5965102 140735205388704 140156489922360 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.55
Current children cumulated vsize (KiB) 753924

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21040
/proc/meminfo: memFree=27123020/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=753924 CPUtime=1798.96 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 174994 0 0 0 179831 65 0 0 20 0 2 0 276482537 772018176 174697 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 188481 174697 190 433 0 188045 0
[pid=20984/tid=20986] ppid=20982 vsize=753924 CPUtime=1794.5 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 171440 0 0 0 179359 91 0 0 20 0 2 0 276482551 772018176 174697 33554432000 4194304 5965102 140735205388704 140156489922360 4404580 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.96
Current children cumulated vsize (KiB) 753924

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21040
/proc/meminfo: memFree=27123020/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=753924 CPUtime=1799.35 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 174994 0 0 0 179870 65 0 0 20 0 2 0 276482537 772018176 174697 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 188481 174697 190 433 0 188045 0
[pid=20984/tid=20986] ppid=20982 vsize=753924 CPUtime=1794.89 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 171440 0 0 0 179398 91 0 0 20 0 2 0 276482551 772018176 174697 33554432000 4194304 5965102 140735205388704 140156489922360 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.35
Current children cumulated vsize (KiB) 753924

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21040
/proc/meminfo: memFree=27123020/32873844 swapFree=6856/6856
[pid=20984] ppid=20982 vsize=753924 CPUtime=1799.45 cores=0,2,4,6
/proc/20984/stat : 20984 (pwbo2.0) S 20982 20984 18256 0 -1 4202496 174994 0 0 0 179880 65 0 0 20 0 2 0 276482537 772018176 174697 33554432000 4194304 5965102 140735205388704 140735205388224 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20984/statm: 188481 174697 190 433 0 188045 0
[pid=20984/tid=20986] ppid=20982 vsize=753924 CPUtime=1794.99 cores=0,2,4,6
/proc/20984/task/20986/stat : 20986 (pwbo2.0) R 20982 20984 18256 0 -1 4202560 171440 0 0 0 179408 91 0 0 20 0 2 0 276482551 772018176 174697 33554432000 4194304 5965102 140735205388704 140156489922360 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 753924

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20984 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=235234
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=936857
# CPU time returned by wait4() is 1795.17
# while last known CPU time is 1799.45
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.45
CPU user time (s): 1798.8
CPU system time (s): 0.65
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (KiB): 753924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.24
system time used= 0.936857
maximum resident set size= 698800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174997
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= 271
involuntary context switches= 1843

runsolver used 2.78658 second user time and 7.03493 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-27 09:25:41
IDJOB=3704414
IDBENCH=90145
IDSOLVER=2280
FILE ID=node106/3704414-1338103540
RUNJOBID= node106-1338087979-18272
PBS_JOBID= 14624450
Free space on /tmp= 71376 MiB

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

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

MD5SUM BENCH= 2cd10947adfbc402d943437a9cfa9f95
RANDOM SEED=58966118

node106.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		: 2667.065
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	: 5334.13
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		: 2667.065
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		: 2667.065
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.91
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		: 2667.065
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.92
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		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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:        27907980 kB
Buffers:          321400 kB
Cached:          3572824 kB
SwapCached:            0 kB
Active:          1411504 kB
Inactive:        2743520 kB
Active(anon):     263188 kB
Inactive(anon):        0 kB
Active(file):    1148316 kB
Inactive(file):  2743520 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7016 kB
Writeback:             0 kB
AnonPages:        375536 kB
Mapped:            15112 kB
Shmem:               200 kB
Slab:             669320 kB
SReclaimable:     111880 kB
SUnreclaim:       557440 kB
KernelStack:        1488 kB
PageTables:         4372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     153304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    329728 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= 71368 MiB
End job on node106 at 2012-05-27 09:55:41