Trace number 3704412

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K192.opb
MD5SUM83a21ae30c37a390d06f7aafb55d6d81
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 variables22848
Total number of constraints23234
Number of constraints which are clauses23042
Number of constraints which are cardinality constraints (but not clauses)192
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint192
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 193
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-3704412-1338104690.opb.
0.00/0.00	c Instance file HOME/instance-3704412-1338104690.opb
0.00/0.00	c File size is 1585017 bytes.
0.09/0.13	c Highest Coefficient sum: 193
0.09/0.13	c ============================[ Problem Statistics ]=============================
0.09/0.13	c |                                                                             |
0.09/0.13	c |  Parsing time:          0.14         s                                      |
0.09/0.13	c |  Number Variables:      22848                                               |
0.09/0.13	c |  Number Clauses:        23042                                               |
0.09/0.13	c |  Number Cardinality:    192                                                 |
0.09/0.13	c |  Number PB Constraints: 0                                                   |
0.09/0.13	c |                                                                             |
0.09/0.15	c |  Problem Type:          Decision                                            |
0.09/0.15	c |  Objective Function:    None                                                |
0.09/0.15	c |                                                                             |
0.09/0.15	c ===============================================================================
1799.54/1800.00	c ===============================================================================
1799.54/1800.00	c Wall Clock Time: 1800.00 s
1799.54/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-3704412-1338104690/watcher-3704412-1338104690 -o /tmp/evaluation-result-3704412-1338104690/solver-3704412-1338104690 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704412-1338104690.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.06 2.01 2.00 2/177 8673
/proc/meminfo: memFree=28206892/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=5824 CPUtime=0 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) R 8671 8673 6880 0 -1 4202496 558 0 0 0 0 0 0 0 20 0 1 0 276597589 5963776 510 33554432000 4194304 5965102 140736109676640 140736365555576 4396446 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 1456 511 164 433 0 633 0

[startup+0.0952491 s]
/proc/loadavg: 2.06 2.01 2.00 2/177 8673
/proc/meminfo: memFree=28206892/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=13068 CPUtime=0.08 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) R 8671 8673 6880 0 -1 4202496 2436 0 0 0 8 0 0 0 20 0 1 0 276597589 13381632 2388 33554432000 4194304 5965102 140736109676640 140736365555576 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 3267 2389 432 433 0 2444 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13068

[startup+0.100259 s]
/proc/loadavg: 2.06 2.01 2.00 2/177 8673
/proc/meminfo: memFree=28206892/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=13200 CPUtime=0.09 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) R 8671 8673 6880 0 -1 4202496 2506 0 0 0 9 0 0 0 20 0 1 0 276597589 13516800 2458 33554432000 4194304 5965102 140736109676640 140736365555576 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 3300 2458 448 433 0 2477 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13200

[startup+0.300295 s]
/proc/loadavg: 2.06 2.01 2.00 2/177 8673
/proc/meminfo: memFree=28206892/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=95824 CPUtime=0.29 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 6984 0 0 0 28 1 0 0 20 0 2 0 276597589 98123776 5961 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 23956 5961 190 433 0 23520 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95824

[startup+0.700284 s]
/proc/loadavg: 2.06 2.01 2.00 2/177 8673
/proc/meminfo: memFree=28206892/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=95824 CPUtime=0.69 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 7249 0 0 0 68 1 0 0 20 0 2 0 276597589 98123776 6226 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 23956 6226 190 433 0 23520 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95824

[startup+1.5003 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 8675
/proc/meminfo: memFree=28182464/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=95824 CPUtime=1.49 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 7647 0 0 0 148 1 0 0 20 0 2 0 276597589 98123776 6624 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 23956 6624 190 433 0 23520 0
[pid=8673/tid=8675] ppid=8671 vsize=95824 CPUtime=1.34 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 4194 0 0 0 134 0 0 0 20 0 2 0 276597603 98123776 6624 33554432000 4194304 5965102 140736109676640 140023865321464 4374478 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) 95824

[startup+3.1003 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 8675
/proc/meminfo: memFree=28179364/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=95824 CPUtime=3.09 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 8700 0 0 0 308 1 0 0 20 0 2 0 276597589 98123776 7677 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 23956 7677 190 433 0 23520 0
[pid=8673/tid=8675] ppid=8671 vsize=95824 CPUtime=2.94 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 5247 0 0 0 294 0 0 0 20 0 2 0 276597603 98123776 7677 33554432000 4194304 5965102 140736109676640 140023865321512 4382480 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95824

[startup+6.30025 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 8675
/proc/meminfo: memFree=28171180/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=95824 CPUtime=6.29 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 10710 0 0 0 627 2 0 0 20 0 2 0 276597589 98123776 9687 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 23956 9687 190 433 0 23520 0
[pid=8673/tid=8675] ppid=8671 vsize=95824 CPUtime=6.13 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 7257 0 0 0 612 1 0 0 20 0 2 0 276597603 98123776 9687 33554432000 4194304 5965102 140736109676640 140023865321272 4383216 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) 95824

[startup+12.7003 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 8675
/proc/meminfo: memFree=28158660/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=95824 CPUtime=12.69 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 13158 0 0 0 1266 3 0 0 20 0 2 0 276597589 98123776 12135 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 23956 12135 190 433 0 23520 0
[pid=8673/tid=8675] ppid=8671 vsize=95824 CPUtime=12.51 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 9705 0 0 0 1249 2 0 0 20 0 2 0 276597603 98123776 12135 33554432000 4194304 5965102 140736109676640 140023865321464 4222416 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) 95824

[startup+25.5003 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 8675
/proc/meminfo: memFree=28149716/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=95824 CPUtime=25.49 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 15235 0 0 0 2545 4 0 0 20 0 2 0 276597589 98123776 14212 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 23956 14212 190 433 0 23520 0
[pid=8673/tid=8675] ppid=8671 vsize=95824 CPUtime=25.28 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 11782 0 0 0 2525 3 0 0 20 0 2 0 276597603 98123776 14212 33554432000 4194304 5965102 140736109676640 140023865321464 4400955 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) 95824

[startup+51.1003 s]
/proc/loadavg: 2.10 2.03 2.01 3/179 8676
/proc/meminfo: memFree=28126504/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=161360 CPUtime=51.08 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 21248 0 0 0 5102 6 0 0 20 0 2 0 276597589 165232640 20225 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 40340 20225 190 433 0 39904 0
[pid=8673/tid=8675] ppid=8671 vsize=161360 CPUtime=50.82 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 17795 0 0 0 5077 5 0 0 20 0 2 0 276597603 165232640 20225 33554432000 4194304 5965102 140736109676640 140023865321272 4401127 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) 161360

[startup+102.306 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 8676
/proc/meminfo: memFree=28048752/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=161360 CPUtime=102.28 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 34167 0 0 0 10217 11 0 0 20 0 2 0 276597589 165232640 33144 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 40340 33144 190 433 0 39904 0
[pid=8673/tid=8675] ppid=8671 vsize=161360 CPUtime=101.89 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 30714 0 0 0 10178 11 0 0 20 0 2 0 276597603 165232640 33144 33554432000 4194304 5965102 140736109676640 140023865321464 18446744073699066235 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) 161360

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 8676
/proc/meminfo: memFree=27958144/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=227980 CPUtime=162.27 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 44452 0 0 0 16212 15 0 0 20 0 2 0 276597589 233451520 43429 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 56995 43429 190 433 0 56559 0
[pid=8673/tid=8675] ppid=8671 vsize=227980 CPUtime=161.73 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 40999 0 0 0 16157 16 0 0 20 0 2 0 276597603 233451520 43429 33554432000 4194304 5965102 140736109676640 140023865321464 4404383 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 227980

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 8676
/proc/meminfo: memFree=27946784/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=227980 CPUtime=222.22 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 47106 0 0 0 22207 15 0 0 20 0 2 0 276597589 233451520 46274 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 56995 46274 190 433 0 56559 0
[pid=8673/tid=8675] ppid=8671 vsize=227980 CPUtime=221.55 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 43653 0 0 0 22137 18 0 0 20 0 2 0 276597603 233451520 46274 33554432000 4194304 5965102 140736109676640 140023865321272 4401118 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 227980

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8676
/proc/meminfo: memFree=27899952/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=294056 CPUtime=282.19 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 58699 0 0 0 28199 20 0 0 20 0 2 0 276597589 301113344 57842 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 73514 57842 190 433 0 73078 0
[pid=8673/tid=8675] ppid=8671 vsize=294056 CPUtime=281.36 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 55246 0 0 0 28113 23 0 0 20 0 2 0 276597603 301113344 57842 33554432000 4194304 5965102 140736109676640 140023865321272 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 294056

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8679
/proc/meminfo: memFree=27827004/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=294056 CPUtime=342.18 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 65846 0 0 0 34195 23 0 0 20 0 2 0 276597589 301113344 64989 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 73514 64989 190 433 0 73078 0
[pid=8673/tid=8675] ppid=8671 vsize=294056 CPUtime=341.21 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 62393 0 0 0 34093 28 0 0 20 0 2 0 276597603 301113344 64989 33554432000 4194304 5965102 140736109676640 140023865321464 4401559 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 294056

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8680
/proc/meminfo: memFree=27798500/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=294056 CPUtime=402.17 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 67402 0 0 0 40193 24 0 0 20 0 2 0 276597589 301113344 66545 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 73514 66545 190 433 0 73078 0
[pid=8673/tid=8675] ppid=8671 vsize=294056 CPUtime=401.06 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 63949 0 0 0 40077 29 0 0 20 0 2 0 276597603 301113344 66545 33554432000 4194304 5965102 140736109676640 140023865321272 4382816 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 294056

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8680
/proc/meminfo: memFree=27798376/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=294056 CPUtime=462.16 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8748
/proc/meminfo: memFree=27884616/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=557008 CPUtime=1421.92 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 130720 0 0 0 142142 50 0 0 20 0 2 0 276597589 570376192 129745 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 139252 129745 190 433 0 138816 0
[pid=8673/tid=8675] ppid=8671 vsize=557008 CPUtime=1418.36 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 127267 0 0 0 141765 71 0 0 20 0 2 0 276597603 570376192 129745 33554432000 4194304 5965102 140736109676640 140023865321272 4382748 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 557008

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8748
/proc/meminfo: memFree=27821188/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=557008 CPUtime=1481.89 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 130917 0 0 0 148139 50 0 0 20 0 2 0 276597589 570376192 130062 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 139252 130062 190 433 0 138816 0
[pid=8673/tid=8675] ppid=8671 vsize=557008 CPUtime=1478.18 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 127464 0 0 0 147746 72 0 0 20 0 2 0 276597603 570376192 130062 33554432000 4194304 5965102 140736109676640 140023865321272 4401107 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 557008

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/180 8751
/proc/meminfo: memFree=27760296/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=622544 CPUtime=1541.88 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 136867 0 0 0 154134 54 0 0 20 0 2 0 276597589 637485056 136012 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 155636 136012 190 433 0 155200 0
[pid=8673/tid=8675] ppid=8671 vsize=622544 CPUtime=1538.03 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 133414 0 0 0 153727 76 0 0 20 0 2 0 276597603 637485056 136012 33554432000 4194304 5965102 140736109676640 140023865321464 4401107 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 622544

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 8752
/proc/meminfo: memFree=27679828/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=622544 CPUtime=1601.87 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 149895 0 0 0 160129 58 0 0 20 0 2 0 276597589 637485056 149040 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 155636 149040 190 433 0 155200 0
[pid=8673/tid=8675] ppid=8671 vsize=622544 CPUtime=1597.87 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 146442 0 0 0 159706 81 0 0 20 0 2 0 276597603 637485056 149040 33554432000 4194304 5965102 140736109676640 140023865321512 4389890 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 622544

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8752
/proc/meminfo: memFree=27631840/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=622544 CPUtime=1661.86 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 149895 0 0 0 166128 58 0 0 20 0 2 0 276597589 637485056 149040 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 155636 149040 190 433 0 155200 0
[pid=8673/tid=8675] ppid=8671 vsize=622544 CPUtime=1657.72 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 146442 0 0 0 165690 82 0 0 20 0 2 0 276597603 637485056 149040 33554432000 4194304 5965102 140736109676640 140023865321512 4390200 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 622544

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 8752
/proc/meminfo: memFree=27631320/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=622544 CPUtime=1721.85 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 149899 0 0 0 172127 58 0 0 20 0 2 0 276597589 637485056 149044 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 155636 149044 190 433 0 155200 0
[pid=8673/tid=8675] ppid=8671 vsize=622544 CPUtime=1717.57 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 146446 0 0 0 171674 83 0 0 20 0 2 0 276597603 637485056 149044 33554432000 4194304 5965102 140736109676640 140023865321512 4432969 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 622544

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8752
/proc/meminfo: memFree=27556700/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=622544 CPUtime=1781.84 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 149899 0 0 0 178126 58 0 0 20 0 2 0 276597589 637485056 149044 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 155636 149044 190 433 0 155200 0
[pid=8673/tid=8675] ppid=8671 vsize=622544 CPUtime=1777.41 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 146446 0 0 0 177657 84 0 0 20 0 2 0 276597603 637485056 149044 33554432000 4194304 5965102 140736109676640 140023865321512 4432600 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 622544

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8752
/proc/meminfo: memFree=27538084/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=622544 CPUtime=1791.45 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 149899 0 0 0 179087 58 0 0 20 0 2 0 276597589 637485056 149044 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 155636 149044 190 433 0 155200 0
[pid=8673/tid=8675] ppid=8671 vsize=622544 CPUtime=1786.99 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 146446 0 0 0 178615 84 0 0 20 0 2 0 276597603 637485056 149044 33554432000 4194304 5965102 140736109676640 140023865321512 4381409 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 622544

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8752
/proc/meminfo: memFree=27531884/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=622544 CPUtime=1794.65 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 149899 0 0 0 179407 58 0 0 20 0 2 0 276597589 637485056 149044 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 155636 149044 190 433 0 155200 0
[pid=8673/tid=8675] ppid=8671 vsize=622544 CPUtime=1790.19 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 146446 0 0 0 178935 84 0 0 20 0 2 0 276597603 637485056 149044 33554432000 4194304 5965102 140736109676640 140023865321512 4381152 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (KiB) 622544

[startup+1798.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8752
/proc/meminfo: memFree=27527916/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=622544 CPUtime=1797.84 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 149899 0 0 0 179726 58 0 0 20 0 2 0 276597589 637485056 149044 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 155636 149044 190 433 0 155200 0
[pid=8673/tid=8675] ppid=8671 vsize=622544 CPUtime=1793.37 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 146446 0 0 0 179253 84 0 0 20 0 2 0 276597603 637485056 149044 33554432000 4194304 5965102 140736109676640 140023865321512 4432923 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 622544

[startup+1799.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8752
/proc/meminfo: memFree=27525684/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=622544 CPUtime=1798.64 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 149899 0 0 0 179806 58 0 0 20 0 2 0 276597589 637485056 149044 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 155636 149044 190 433 0 155200 0
[pid=8673/tid=8675] ppid=8671 vsize=622544 CPUtime=1794.17 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 146446 0 0 0 179333 84 0 0 20 0 2 0 276597603 637485056 149044 33554432000 4194304 5965102 140736109676640 140023865321512 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (KiB) 622544

[startup+1799.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8752
/proc/meminfo: memFree=27523328/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=622544 CPUtime=1799.05 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 149899 0 0 0 179847 58 0 0 20 0 2 0 276597589 637485056 149044 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 155636 149044 190 433 0 155200 0
[pid=8673/tid=8675] ppid=8671 vsize=622544 CPUtime=1794.58 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 146446 0 0 0 179374 84 0 0 20 0 2 0 276597603 637485056 149044 33554432000 4194304 5965102 140736109676640 140023865321512 4432622 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.05
Current children cumulated vsize (KiB) 622544

[startup+1799.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8752
/proc/meminfo: memFree=27523328/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=622544 CPUtime=1799.44 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 149899 0 0 0 179886 58 0 0 20 0 2 0 276597589 637485056 149044 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 155636 149044 190 433 0 155200 0
[pid=8673/tid=8675] ppid=8671 vsize=622544 CPUtime=1794.97 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 146446 0 0 0 179413 84 0 0 20 0 2 0 276597603 637485056 149044 33554432000 4194304 5965102 140736109676640 140023865321512 4220675 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 622544

[startup+1800 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8752
/proc/meminfo: memFree=27523328/32873844 swapFree=7620/7620
[pid=8673] ppid=8671 vsize=622544 CPUtime=1799.54 cores=0,2,4,6
/proc/8673/stat : 8673 (pwbo2.0) S 8671 8673 6880 0 -1 4202496 149899 0 0 0 179896 58 0 0 20 0 2 0 276597589 637485056 149044 33554432000 4194304 5965102 140736109676640 140736109676160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8673/statm: 155636 149044 190 433 0 155200 0
[pid=8673/tid=8675] ppid=8671 vsize=622544 CPUtime=1795.07 cores=0,2,4,6
/proc/8673/task/8675/stat : 8675 (pwbo2.0) R 8671 8673 6880 0 -1 4202560 146446 0 0 0 179423 84 0 0 20 0 2 0 276597603 637485056 149044 33554432000 4194304 5965102 140736109676640 140023865321512 4432778 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 622544

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8673 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=368214
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=863868
# CPU time returned by wait4() is 1795.23
# while last known CPU time is 1799.54
#
# 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.54
CPU user time (s): 1798.96
CPU system time (s): 0.58
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 622544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.37
system time used= 0.863868
maximum resident set size= 596188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149902
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= 239
involuntary context switches= 1898

runsolver used 3.16652 second user time and 9.11761 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-27 09:44:50
IDJOB=3704412
IDBENCH=90163
IDSOLVER=2280
FILE ID=node107/3704412-1338104690
RUNJOBID= node107-1338087019-6896
PBS_JOBID= 14624432
Free space on /tmp= 71576 MiB

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

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

MD5SUM BENCH= 83a21ae30c37a390d06f7aafb55d6d81
RANDOM SEED=886721382

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.760
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.86
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.760
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:        28207272 kB
Buffers:          292268 kB
Cached:          3306340 kB
SwapCached:            0 kB
Active:           999644 kB
Inactive:        2876976 kB
Active(anon):     280664 kB
Inactive(anon):        0 kB
Active(file):     718980 kB
Inactive(file):  2876976 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7020 kB
Writeback:             0 kB
AnonPages:        285744 kB
Mapped:            14980 kB
Shmem:               200 kB
Slab:             649540 kB
SReclaimable:      92092 kB
SUnreclaim:       557448 kB
KernelStack:        1464 kB
PageTables:         4644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     151128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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= 71572 MiB
End job on node107 at 2012-05-27 10:14:51