Trace number 3726710

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K180.opb
MD5SUMf1881d1e83243719865906bde58f94f2
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 variables21420
Total number of constraints21782
Number of constraints which are clauses21602
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint180
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 181
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-3726710-1339017762.opb.
0.00/0.00	c Instance file HOME/instance-3726710-1339017762.opb
0.00/0.00	c File size is 1481280 bytes.
0.09/0.11	c Highest Coefficient sum: 181
0.09/0.11	c ============================[ Problem Statistics ]=============================
0.09/0.11	c |                                                                             |
0.09/0.11	c |  Parsing time:          0.11         s                                      |
0.09/0.11	c |  Number Variables:      21420                                               |
0.09/0.11	c |  Number Clauses:        21602                                               |
0.09/0.11	c |  Number Cardinality:    180                                                 |
0.09/0.11	c |  Number PB Constraints: 0                                                   |
0.09/0.11	c |                                                                             |
0.09/0.13	c |  Problem Type:          Decision                                            |
0.09/0.13	c |  Objective Function:    None                                                |
0.09/0.13	c |                                                                             |
0.09/0.13	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-3726710-1339017762/watcher-3726710-1339017762 -o /tmp/evaluation-result-3726710-1339017762/solver-3726710-1339017762 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726710-1339017762.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: 0.00 0.00 0.00 2/173 28776
/proc/meminfo: memFree=29036724/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=5696 CPUtime=0 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) R 28774 28776 28742 0 -1 4202496 574 0 0 0 0 0 0 0 20 0 1 0 367901654 5832704 527 33554432000 4194304 5964478 140734979006864 140736164311144 4395406 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 1424 532 165 433 0 626 0

[startup+0.0489031 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 28776
/proc/meminfo: memFree=29036724/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=11424 CPUtime=0.04 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) R 28774 28776 28742 0 -1 4202496 1930 0 0 0 4 0 0 0 20 0 1 0 367901654 11698176 1850 33554432000 4194304 5964478 140734979006864 140734979005368 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 2856 1851 300 433 0 2058 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11424

[startup+0.100252 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 28776
/proc/meminfo: memFree=29036724/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=13624 CPUtime=0.09 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) R 28774 28776 28742 0 -1 4202496 2641 0 0 0 9 0 0 0 20 0 1 0 367901654 13950976 2561 33554432000 4194304 5964478 140734979006864 140734979005240 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 3406 2561 475 433 0 2608 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13624

[startup+0.300162 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 28776
/proc/meminfo: memFree=29036724/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=95288 CPUtime=0.28 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 6623 0 0 0 28 0 0 0 20 0 2 0 367901654 97574912 5632 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 23822 5632 186 433 0 23386 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 95288

[startup+0.700122 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 28776
/proc/meminfo: memFree=29036724/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=95288 CPUtime=0.68 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 6901 0 0 0 68 0 0 0 20 0 2 0 367901654 97574912 5910 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 23822 5910 186 433 0 23386 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 95288

[startup+1.50022 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 28789
/proc/meminfo: memFree=28985240/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=95288 CPUtime=1.48 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 7452 0 0 0 148 0 0 0 20 0 2 0 367901654 97574912 6461 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 23822 6461 186 433 0 23386 0
[pid=28776/tid=28788] ppid=28774 vsize=95288 CPUtime=1.37 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 4133 0 0 0 137 0 0 0 20 0 2 0 367901666 97574912 6461 33554432000 4194304 5964478 140734979006864 140106559227896 4388847 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 95288

[startup+3.10016 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 28789
/proc/meminfo: memFree=28979024/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=95288 CPUtime=3.08 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 8270 0 0 0 308 0 0 0 20 0 2 0 367901654 97574912 7279 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 23822 7279 186 433 0 23386 0
[pid=28776/tid=28788] ppid=28774 vsize=95288 CPUtime=2.97 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 4951 0 0 0 297 0 0 0 20 0 2 0 367901666 97574912 7279 33554432000 4194304 5964478 140734979006864 140106559227896 5136420 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 95288

[startup+6.30017 s]
/proc/loadavg: 0.16 0.03 0.01 3/178 28789
/proc/meminfo: memFree=28960820/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=95288 CPUtime=6.28 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 10710 0 0 0 627 1 0 0 20 0 2 0 367901654 97574912 9719 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 23822 9719 186 433 0 23386 0
[pid=28776/tid=28788] ppid=28774 vsize=95288 CPUtime=6.17 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 7391 0 0 0 615 2 0 0 20 0 2 0 367901666 97574912 9719 33554432000 4194304 5964478 140734979006864 140106559227704 4373442 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 95288

[startup+12.7003 s]
/proc/loadavg: 0.31 0.07 0.02 3/179 28790
/proc/meminfo: memFree=28945368/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=95288 CPUtime=12.68 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 12341 0 0 0 1266 2 0 0 20 0 2 0 367901654 97574912 11350 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 23822 11350 186 433 0 23386 0
[pid=28776/tid=28788] ppid=28774 vsize=95288 CPUtime=12.57 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 9022 0 0 0 1254 3 0 0 20 0 2 0 367901666 97574912 11350 33554432000 4194304 5964478 140734979006864 140106559227704 4400018 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 95288

[startup+25.5002 s]
/proc/loadavg: 0.68 0.16 0.05 3/179 28790
/proc/meminfo: memFree=28918020/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=95288 CPUtime=25.48 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 14985 0 0 0 2545 3 0 0 20 0 2 0 367901654 97574912 14132 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 23822 14132 186 433 0 23386 0
[pid=28776/tid=28788] ppid=28774 vsize=95288 CPUtime=25.37 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 11666 0 0 0 2533 4 0 0 20 0 2 0 367901666 97574912 14132 33554432000 4194304 5964478 140734979006864 140106559227704 4399915 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 95288

[startup+51.1003 s]
/proc/loadavg: 1.13 0.31 0.10 3/179 28790
/proc/meminfo: memFree=28846448/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=160824 CPUtime=51.05 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 23395 0 0 0 5099 6 0 0 20 0 2 0 367901654 164683776 22524 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 40206 22524 186 433 0 39770 0
[pid=28776/tid=28788] ppid=28774 vsize=160824 CPUtime=50.94 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 20076 0 0 0 5087 7 0 0 20 0 2 0 367901666 164683776 22524 33554432000 4194304 5964478 140734979006864 140106559227704 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 160824

[startup+102.307 s]
/proc/loadavg: 1.62 0.56 0.20 3/179 28790
/proc/meminfo: memFree=28783648/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=160824 CPUtime=102.25 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 32632 0 0 0 10215 10 0 0 20 0 2 0 367901654 164683776 32261 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 40206 32261 186 433 0 39770 0
[pid=28776/tid=28788] ppid=28774 vsize=160824 CPUtime=102.15 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 29313 0 0 0 10203 12 0 0 20 0 2 0 367901666 164683776 32261 33554432000 4194304 5964478 140734979006864 140106559227704 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 160824

[startup+162.3 s]
/proc/loadavg: 1.86 0.82 0.31 3/179 28790
/proc/meminfo: memFree=28691328/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=227444 CPUtime=162.24 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 43927 0 0 0 16209 15 0 0 20 0 2 0 367901654 232902656 43554 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 56861 43554 186 433 0 56425 0
[pid=28776/tid=28788] ppid=28774 vsize=227444 CPUtime=162.14 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 40608 0 0 0 16197 17 0 0 20 0 2 0 367901666 232902656 43554 33554432000 4194304 5964478 140734979006864 140106559227896 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 227444

[startup+222.3 s]
/proc/loadavg: 1.95 1.04 0.41 3/179 28790
/proc/meminfo: memFree=28593776/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=292980 CPUtime=222.19 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 56061 0 0 0 22200 19 0 0 20 0 2 0 367901654 300011520 55663 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 73245 55663 186 433 0 72809 0
[pid=28776/tid=28788] ppid=28774 vsize=292980 CPUtime=222.1 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 52742 0 0 0 22188 22 0 0 20 0 2 0 367901666 300011520 55663 33554432000 4194304 5964478 140734979006864 140106559227704 4399854 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 292980

[startup+282.3 s]
/proc/loadavg: 1.98 1.21 0.51 3/180 28791
/proc/meminfo: memFree=28527528/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=293520 CPUtime=282.17 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 59788 0 0 0 28196 21 0 0 20 0 2 0 367901654 300564480 59390 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 73380 59390 186 433 0 72944 0
[pid=28776/tid=28788] ppid=28774 vsize=293520 CPUtime=282.09 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 56469 0 0 0 28184 25 0 0 20 0 2 0 367901666 300564480 59390 33554432000 4194304 5964478 140734979006864 140106559227704 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 293520

[startup+342.3 s]
/proc/loadavg: 1.99 1.35 0.60 3/179 28792
/proc/meminfo: memFree=28471924/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=293520 CPUtime=342.16 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 67839 0 0 0 34193 23 0 0 20 0 2 0 367901654 300564480 67441 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 73380 67441 186 433 0 72944 0
[pid=28776/tid=28788] ppid=28774 vsize=293520 CPUtime=342.09 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 64520 0 0 0 34181 28 0 0 20 0 2 0 367901666 300564480 67441 33554432000 4194304 5964478 140734979006864 140106559227704 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 293520

[startup+402.3 s]
/proc/loadavg: 1.99 1.47 0.68 3/179 28792
/proc/meminfo: memFree=28456180/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=359056 CPUtime=402.15 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 70500 0 0 0 40192 23 0 0 20 0 2 0 367901654 367673344 70102 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 89764 70102 186 433 0 89328 0
[pid=28776/tid=28788] ppid=28774 vsize=359056 CPUtime=402.09 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 67181 0 0 0 40179 30 0 0 20 0 2 0 367901666 367673344 70102 33554432000 4194304 5964478 140734979006864 140106559227944 4399915 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 359056

[startup+462.3 s]
/proc/loadavg: 1.99 1.56 0.76 3/180 28795
/proc/meminfo: memFree=28382532/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=424592 CPUtime=462.14 cores=0,2,4,6

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

/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 120683 0 0 0 130140 62 0 0 20 0 2 0 367901666 569827328 123794 33554432000 4194304 5964478 140734979006864 140106559227896 4221072 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 556472

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.51 3/179 28801
/proc/meminfo: memFree=28066656/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=556472 CPUtime=1361.93 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 124002 0 0 0 136151 42 0 0 20 0 2 0 367901654 569827328 123794 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 139118 123794 186 433 0 138682 0
[pid=28776/tid=28788] ppid=28774 vsize=556472 CPUtime=1362.01 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 120683 0 0 0 136138 63 0 0 20 0 2 0 367901666 569827328 123794 33554432000 4194304 5964478 140734979006864 140106559227896 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 556472

[startup+1422.31 s]
/proc/loadavg: 2.04 1.99 1.54 3/179 28801
/proc/meminfo: memFree=28009008/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=556472 CPUtime=1421.92 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 131542 0 0 0 142147 45 0 0 20 0 2 0 367901654 569827328 131334 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 139118 131334 186 433 0 138682 0
[pid=28776/tid=28788] ppid=28774 vsize=556472 CPUtime=1422.02 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 128223 0 0 0 142135 67 0 0 20 0 2 0 367901666 569827328 131334 33554432000 4194304 5964478 140734979006864 140106559227896 4381692 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 556472

[startup+1482.3 s]
/proc/loadavg: 2.04 2.00 1.57 3/179 28801
/proc/meminfo: memFree=28001940/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=556472 CPUtime=1481.91 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 133154 0 0 0 148145 46 0 0 20 0 2 0 367901654 569827328 132946 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 139118 132946 186 433 0 138682 0
[pid=28776/tid=28788] ppid=28774 vsize=556472 CPUtime=1482.01 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 129835 0 0 0 148133 68 0 0 20 0 2 0 367901666 569827328 132946 33554432000 4194304 5964478 140734979006864 140106559227896 4400115 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 556472

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 1.60 3/179 28802
/proc/meminfo: memFree=27970940/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=556472 CPUtime=1541.9 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 133156 0 0 0 154144 46 0 0 20 0 2 0 367901654 569827328 132948 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 139118 132948 186 433 0 138682 0
[pid=28776/tid=28788] ppid=28774 vsize=556472 CPUtime=1542.01 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 129837 0 0 0 154132 69 0 0 20 0 2 0 367901666 569827328 132948 33554432000 4194304 5964478 140734979006864 140106559227896 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 556472

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.62 3/179 28802
/proc/meminfo: memFree=27943436/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=622008 CPUtime=1601.87 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 139925 0 0 0 160137 50 0 0 20 0 2 0 367901654 636936192 139946 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 155502 139946 186 433 0 155066 0
[pid=28776/tid=28788] ppid=28774 vsize=622008 CPUtime=1601.98 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 136606 0 0 0 160124 74 0 0 20 0 2 0 367901666 636936192 139946 33554432000 4194304 5964478 140734979006864 140106559227704 4400103 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 622008

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.64 3/180 28805
/proc/meminfo: memFree=27870576/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=622008 CPUtime=1661.86 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 149789 0 0 0 166131 55 0 0 20 0 2 0 367901654 636936192 149854 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 155502 149854 186 433 0 155066 0
[pid=28776/tid=28788] ppid=28774 vsize=622008 CPUtime=1661.98 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 146470 0 0 0 166118 80 0 0 20 0 2 0 367901666 636936192 149854 33554432000 4194304 5964478 140734979006864 140106559227896 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 622008

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.66 3/179 28805
/proc/meminfo: memFree=27834256/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=622008 CPUtime=1721.85 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 149789 0 0 0 172130 55 0 0 20 0 2 0 367901654 636936192 149854 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 155502 149854 186 433 0 155066 0
[pid=28776/tid=28788] ppid=28774 vsize=622008 CPUtime=1721.98 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 146470 0 0 0 172117 81 0 0 20 0 2 0 367901666 636936192 149854 33554432000 4194304 5964478 140734979006864 140106559227896 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 622008

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 28805
/proc/meminfo: memFree=27787508/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=622008 CPUtime=1781.84 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 149792 0 0 0 178129 55 0 0 20 0 2 0 367901654 636936192 149857 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 155502 149857 186 433 0 155066 0
[pid=28776/tid=28788] ppid=28774 vsize=622008 CPUtime=1781.98 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 146473 0 0 0 178116 82 0 0 20 0 2 0 367901666 636936192 149857 33554432000 4194304 5964478 140734979006864 140106559227896 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 622008

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 28805
/proc/meminfo: memFree=27779944/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=622008 CPUtime=1791.44 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 149792 0 0 0 179089 55 0 0 20 0 2 0 367901654 636936192 149857 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 155502 149857 186 433 0 155066 0
[pid=28776/tid=28788] ppid=28774 vsize=622008 CPUtime=1791.59 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 146473 0 0 0 179077 82 0 0 20 0 2 0 367901666 636936192 149857 33554432000 4194304 5964478 140734979006864 140106559227896 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.44
Current children cumulated vsize (KiB) 622008

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 28805
/proc/meminfo: memFree=27776968/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=622008 CPUtime=1794.64 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 149792 0 0 0 179409 55 0 0 20 0 2 0 367901654 636936192 149857 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 155502 149857 186 433 0 155066 0
[pid=28776/tid=28788] ppid=28774 vsize=622008 CPUtime=1794.79 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 146473 0 0 0 179397 82 0 0 20 0 2 0 367901666 636936192 149857 33554432000 4194304 5964478 140734979006864 140106559227896 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (KiB) 622008

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 28805
/proc/meminfo: memFree=27775480/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=622008 CPUtime=1797.84 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 149792 0 0 0 179729 55 0 0 20 0 2 0 367901654 636936192 149857 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 155502 149857 186 433 0 155066 0
[pid=28776/tid=28788] ppid=28774 vsize=622008 CPUtime=1797.98 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 146473 0 0 0 179716 82 0 0 20 0 2 0 367901666 636936192 149857 33554432000 4194304 5964478 140734979006864 140106559227896 4380181 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 622008

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 28805
/proc/meminfo: memFree=27774612/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=622008 CPUtime=1798.64 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 149792 0 0 0 179809 55 0 0 20 0 2 0 367901654 636936192 149857 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 155502 149857 186 433 0 155066 0
[pid=28776/tid=28788] ppid=28774 vsize=622008 CPUtime=1798.78 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 146473 0 0 0 179796 82 0 0 20 0 2 0 367901666 636936192 149857 33554432000 4194304 5964478 140734979006864 140106559227896 4431929 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (KiB) 622008

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 28805
/proc/meminfo: memFree=27773868/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=622008 CPUtime=1799.04 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 149792 0 0 0 179849 55 0 0 20 0 2 0 367901654 636936192 149857 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 155502 149857 186 433 0 155066 0
[pid=28776/tid=28788] ppid=28774 vsize=622008 CPUtime=1799.19 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 146473 0 0 0 179837 82 0 0 20 0 2 0 367901666 636936192 149857 33554432000 4194304 5964478 140734979006864 140106559227896 4431861 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.04
Current children cumulated vsize (KiB) 622008

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 28805
/proc/meminfo: memFree=27773868/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=622008 CPUtime=1799.44 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 149792 0 0 0 179889 55 0 0 20 0 2 0 367901654 636936192 149857 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 155502 149857 186 433 0 155066 0
[pid=28776/tid=28788] ppid=28774 vsize=622008 CPUtime=1799.58 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 146473 0 0 0 179876 82 0 0 20 0 2 0 367901666 636936192 149857 33554432000 4194304 5964478 140734979006864 140106559227896 4431883 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 622008

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 28805
/proc/meminfo: memFree=27773868/32873648 swapFree=7628/7628
[pid=28776] ppid=28774 vsize=622008 CPUtime=1799.54 cores=0,2,4,6
/proc/28776/stat : 28776 (pwbo2.02) S 28774 28776 28742 0 -1 4202496 149792 0 0 0 179899 55 0 0 20 0 2 0 367901654 636936192 149857 33554432000 4194304 5964478 140734979006864 140734979006384 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28776/statm: 155502 149857 186 433 0 155066 0
[pid=28776/tid=28788] ppid=28774 vsize=622008 CPUtime=1799.68 cores=0,2,4,6
/proc/28776/task/28788/stat : 28788 (pwbo2.02) R 28774 28776 28742 0 -1 4202560 146473 0 0 0 179886 82 0 0 20 0 2 0 367901666 636936192 149857 33554432000 4194304 5964478 140734979006864 140106559227896 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 622008

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.82
CPU user time (s): 1798.98
CPU system time (s): 0.838872
CPU usage (%): 99.9892
Max. virtual memory (cumulated for all children) (KiB): 622008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 0.838872
maximum resident set size= 599440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149795
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= 265
involuntary context switches= 1882

runsolver used 3.47447 second user time and 8.60369 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-06 23:22:42
IDJOB=3726710
IDBENCH=90186
IDSOLVER=2310
FILE ID=node127/3726710-1339017762
RUNJOBID= node127-1339017761-28758
PBS_JOBID= 14643288
Free space on /tmp= 70780 MiB

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

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

MD5SUM BENCH= f1881d1e83243719865906bde58f94f2
RANDOM SEED=948990014

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29037252 kB
Buffers:          431800 kB
Cached:          2518696 kB
SwapCached:         1952 kB
Active:          1111928 kB
Inactive:        1847056 kB
Active(anon):       2368 kB
Inactive(anon):     8080 kB
Active(file):    1109560 kB
Inactive(file):  1838976 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67103840 kB
Dirty:              7104 kB
Writeback:             4 kB
AnonPages:         13480 kB
Mapped:             9716 kB
Shmem:                92 kB
Slab:             737696 kB
SReclaimable:     182068 kB
SUnreclaim:       555628 kB
KernelStack:        1376 kB
PageTables:         3972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     108412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70768 MiB
End job on node127 at 2012-06-06 23:52:42