Trace number 3704394

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K139.opb
MD5SUM76516381ba4bc043f2da87444e256707
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 variables16541
Total number of constraints16821
Number of constraints which are clauses16682
Number of constraints which are cardinality constraints (but not clauses)139
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint139
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 140
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-3704394-1338104312.opb.
0.00/0.00	c Instance file HOME/instance-3704394-1338104312.opb
0.00/0.00	c File size is 1126812 bytes.
0.06/0.08	c Highest Coefficient sum: 140
0.06/0.08	c ============================[ Problem Statistics ]=============================
0.06/0.08	c |                                                                             |
0.06/0.08	c |  Parsing time:          0.09         s                                      |
0.06/0.08	c |  Number Variables:      16541                                               |
0.06/0.08	c |  Number Clauses:        16682                                               |
0.06/0.08	c |  Number Cardinality:    139                                                 |
0.06/0.08	c |  Number PB Constraints: 0                                                   |
0.06/0.08	c |                                                                             |
0.08/0.10	c |  Problem Type:          Decision                                            |
0.08/0.10	c |  Objective Function:    None                                                |
0.08/0.10	c |                                                                             |
0.08/0.10	c ===============================================================================
1799.56/1800.00	c ===============================================================================
1799.56/1800.00	c Wall Clock Time: 1800.00 s
1799.56/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-3704394-1338104312/watcher-3704394-1338104312 -o /tmp/evaluation-result-3704394-1338104312/solver-3704394-1338104312 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704394-1338104312.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 3/177 7807
/proc/meminfo: memFree=28499852/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=5000 CPUtime=0 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) R 7805 7807 5668 0 -1 4202496 488 0 0 0 0 0 0 0 20 0 1 0 276557984 5120000 440 33554432000 4194304 5965102 140734288366800 140734828592728 4396446 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 1250 440 163 433 0 538 0

[startup+0.0713499 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7807
/proc/meminfo: memFree=28499852/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=10504 CPUtime=0.06 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) R 7805 7807 5668 0 -1 4202496 1973 0 0 0 6 0 0 0 20 0 1 0 276557984 10756096 1925 33554432000 4194304 5965102 140734288366800 140734828592728 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 2626 1925 380 433 0 1914 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10504

[startup+0.100197 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7807
/proc/meminfo: memFree=28499852/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=92616 CPUtime=0.08 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 3709 0 0 0 8 0 0 0 20 0 2 0 276557984 94838784 3385 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 23154 3385 176 433 0 22718 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 92616

[startup+0.300155 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7807
/proc/meminfo: memFree=28499852/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=92452 CPUtime=0.28 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 5330 0 0 0 28 0 0 0 20 0 2 0 276557984 94670848 4531 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 23113 4531 190 433 0 22677 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 92452

[startup+0.700114 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7807
/proc/meminfo: memFree=28499852/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=92452 CPUtime=0.68 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 5576 0 0 0 68 0 0 0 20 0 2 0 276557984 94670848 4777 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 23113 4777 190 433 0 22677 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 92452

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7809
/proc/meminfo: memFree=28480476/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=92452 CPUtime=1.48 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 6199 0 0 0 148 0 0 0 20 0 2 0 276557984 94670848 5400 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 23113 5400 190 433 0 22677 0
[pid=7807/tid=7809] ppid=7805 vsize=92452 CPUtime=1.39 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 3498 0 0 0 139 0 0 0 20 0 2 0 276557993 94670848 5400 33554432000 4194304 5965102 140734288366800 140642059212792 4221984 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) 92452

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7809
/proc/meminfo: memFree=28475624/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=92452 CPUtime=3.08 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 7205 0 0 0 308 0 0 0 20 0 2 0 276557984 94670848 6406 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 23113 6406 190 433 0 22677 0
[pid=7807/tid=7809] ppid=7805 vsize=92452 CPUtime=2.99 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 4504 0 0 0 299 0 0 0 20 0 2 0 276557993 94670848 6406 33554432000 4194304 5965102 140734288366800 140642059212792 4401611 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) 92452

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7809
/proc/meminfo: memFree=28468932/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=92452 CPUtime=6.28 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 8513 0 0 0 627 1 0 0 20 0 2 0 276557984 94670848 7714 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 23113 7714 190 433 0 22677 0
[pid=7807/tid=7809] ppid=7805 vsize=92452 CPUtime=6.19 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 5812 0 0 0 619 0 0 0 20 0 2 0 276557993 94670848 7714 33554432000 4194304 5965102 140734288366800 140642059212600 4389864 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) 92452

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7809
/proc/meminfo: memFree=28453952/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=92452 CPUtime=12.68 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 11747 0 0 0 1266 2 0 0 20 0 2 0 276557984 94670848 10948 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 23113 10948 190 433 0 22677 0
[pid=7807/tid=7809] ppid=7805 vsize=92452 CPUtime=12.59 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 9046 0 0 0 1256 3 0 0 20 0 2 0 276557993 94670848 10948 33554432000 4194304 5965102 140734288366800 140642059212792 4401096 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) 92452

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7809
/proc/meminfo: memFree=28443320/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=92452 CPUtime=25.47 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 14514 0 0 0 2544 3 0 0 20 0 2 0 276557984 94670848 13715 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 23113 13715 190 433 0 22677 0
[pid=7807/tid=7809] ppid=7805 vsize=92452 CPUtime=25.39 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 11813 0 0 0 2535 4 0 0 20 0 2 0 276557993 94670848 13715 33554432000 4194304 5965102 140734288366800 140642059212792 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 92452

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7810
/proc/meminfo: memFree=28384140/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=157988 CPUtime=51.07 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 26530 0 0 0 5100 7 0 0 20 0 2 0 276557984 161779712 25731 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 39497 25731 190 433 0 39061 0
[pid=7807/tid=7809] ppid=7805 vsize=157988 CPUtime=50.99 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 23829 0 0 0 5091 8 0 0 20 0 2 0 276557993 161779712 25731 33554432000 4194304 5965102 140734288366800 140642059212792 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 157988

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7813
/proc/meminfo: memFree=28294084/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=158712 CPUtime=102.27 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 32162 0 0 0 10218 9 0 0 20 0 2 0 276557984 162521088 31363 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 39678 31363 190 433 0 39242 0
[pid=7807/tid=7809] ppid=7805 vsize=158712 CPUtime=102.2 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 29461 0 0 0 10210 10 0 0 20 0 2 0 276557993 162521088 31363 33554432000 4194304 5965102 140734288366800 140642059212840 4382861 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 158712

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7813
/proc/meminfo: memFree=28255616/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=224248 CPUtime=162.23 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 41939 0 0 0 16211 12 0 0 20 0 2 0 276557984 229629952 41117 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 56062 41117 190 433 0 55626 0
[pid=7807/tid=7809] ppid=7805 vsize=224248 CPUtime=162.17 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 39238 0 0 0 16203 14 0 0 20 0 2 0 276557993 229629952 41117 33554432000 4194304 5965102 140734288366800 140642059212792 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 224248

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7813
/proc/meminfo: memFree=28243692/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=224248 CPUtime=222.2 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 42059 0 0 0 22208 12 0 0 20 0 2 0 276557984 229629952 42182 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 56062 42182 190 433 0 55626 0
[pid=7807/tid=7809] ppid=7805 vsize=224248 CPUtime=222.15 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 39358 0 0 0 22200 15 0 0 20 0 2 0 276557993 229629952 42182 33554432000 4194304 5965102 140734288366800 140642059212792 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 224248

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7813
/proc/meminfo: memFree=28173652/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=224608 CPUtime=282.19 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 52243 0 0 0 28205 14 0 0 20 0 2 0 276557984 229998592 52366 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 56152 52366 190 433 0 55716 0
[pid=7807/tid=7809] ppid=7805 vsize=224608 CPUtime=282.15 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 49542 0 0 0 28196 19 0 0 20 0 2 0 276557993 229998592 52366 33554432000 4194304 5965102 140734288366800 140642059212792 4382742 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 224608

[startup+342.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 7813
/proc/meminfo: memFree=28159764/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=290144 CPUtime=342.17 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 53579 0 0 0 34203 14 0 0 20 0 2 0 276557984 297107456 53702 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 72536 53702 190 433 0 72100 0
[pid=7807/tid=7809] ppid=7805 vsize=290144 CPUtime=342.16 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 50878 0 0 0 34196 20 0 0 20 0 2 0 276557993 297107456 53702 33554432000 4194304 5965102 140734288366800 140642059212792 4393958 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 290144

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 7814
/proc/meminfo: memFree=28127504/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=290144 CPUtime=402.16 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 58858 0 0 0 40198 18 0 0 20 0 2 0 276557984 297107456 58987 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 72536 58987 190 433 0 72100 0
[pid=7807/tid=7809] ppid=7805 vsize=290144 CPUtime=402.15 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 56157 0 0 0 40191 24 0 0 20 0 2 0 276557993 297107456 58987 33554432000 4194304 5965102 140734288366800 140642059212792 4383311 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 290144

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7814
/proc/meminfo: memFree=28048096/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=290144 CPUtime=462.14 cores=0,2,4,6

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

/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 102114 0 0 0 130163 53 0 0 20 0 2 0 276557993 498987008 104989 33554432000 4194304 5965102 140734288366800 140642059212840 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 487292

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 7846
/proc/meminfo: memFree=27565192/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=487292 CPUtime=1361.97 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 104816 0 0 0 136164 33 0 0 20 0 2 0 276557984 498987008 104990 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 121823 104990 190 433 0 121387 0
[pid=7807/tid=7809] ppid=7805 vsize=487292 CPUtime=1362.16 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 102115 0 0 0 136162 54 0 0 20 0 2 0 276557993 498987008 104990 33554432000 4194304 5965102 140734288366800 140642059212840 4401107 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 487292

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 7846
/proc/meminfo: memFree=27538048/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=487292 CPUtime=1421.95 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 111679 0 0 0 142160 35 0 0 20 0 2 0 276557984 498987008 111885 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 121823 111885 190 433 0 121387 0
[pid=7807/tid=7809] ppid=7805 vsize=487292 CPUtime=1422.16 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 108978 0 0 0 142159 57 0 0 20 0 2 0 276557993 498987008 111885 33554432000 4194304 5965102 140734288366800 140642059212792 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 487292

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7846
/proc/meminfo: memFree=27535876/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=487292 CPUtime=1481.93 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 112051 0 0 0 148157 36 0 0 20 0 2 0 276557984 498987008 112358 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 121823 112358 190 433 0 121387 0
[pid=7807/tid=7809] ppid=7805 vsize=487292 CPUtime=1482.14 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 109350 0 0 0 148156 58 0 0 20 0 2 0 276557993 498987008 112358 33554432000 4194304 5965102 140734288366800 140642059212600 4383297 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 487292

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7846
/proc/meminfo: memFree=27535816/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=487292 CPUtime=1541.92 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 112052 0 0 0 154156 36 0 0 20 0 2 0 276557984 498987008 112365 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 121823 112365 190 433 0 121387 0
[pid=7807/tid=7809] ppid=7805 vsize=487292 CPUtime=1542.14 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 109351 0 0 0 154155 59 0 0 20 0 2 0 276557993 498987008 112365 33554432000 4194304 5965102 140734288366800 140642059212600 4401143 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 487292

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7847
/proc/meminfo: memFree=27511636/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=487292 CPUtime=1601.91 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 118012 0 0 0 160152 39 0 0 20 0 2 0 276557984 498987008 118325 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 121823 118325 190 433 0 121387 0
[pid=7807/tid=7809] ppid=7805 vsize=487292 CPUtime=1602.15 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 115311 0 0 0 160152 63 0 0 20 0 2 0 276557993 498987008 118325 33554432000 4194304 5965102 140734288366800 140642059212792 4400978 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 487292

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7886
/proc/meminfo: memFree=28170016/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=487292 CPUtime=1661.9 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 118012 0 0 0 166151 39 0 0 20 0 2 0 276557984 498987008 118325 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 121823 118325 190 433 0 121387 0
[pid=7807/tid=7809] ppid=7805 vsize=487292 CPUtime=1662.15 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 115311 0 0 0 166151 64 0 0 20 0 2 0 276557993 498987008 118325 33554432000 4194304 5965102 140734288366800 140642059212792 4383036 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 487292

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 7886
/proc/meminfo: memFree=28073552/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=552828 CPUtime=1721.89 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 122336 0 0 0 172150 39 0 0 20 0 2 0 276557984 566095872 122649 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 138207 122649 190 433 0 137771 0
[pid=7807/tid=7809] ppid=7805 vsize=552828 CPUtime=1722.16 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 119635 0 0 0 172150 66 0 0 20 0 2 0 276557993 566095872 122649 33554432000 4194304 5965102 140734288366800 140642059212792 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 552828

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 7886
/proc/meminfo: memFree=27972636/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=618364 CPUtime=1781.87 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 135312 0 0 0 178142 45 0 0 20 0 2 0 276557984 633204736 135755 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 154591 135755 190 433 0 154155 0
[pid=7807/tid=7809] ppid=7805 vsize=618364 CPUtime=1782.14 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 132611 0 0 0 178142 72 0 0 20 0 2 0 276557993 633204736 135755 33554432000 4194304 5965102 140734288366800 140642059212792 4383071 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 618364

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 7886
/proc/meminfo: memFree=27972512/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=618364 CPUtime=1791.47 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 135312 0 0 0 179102 45 0 0 20 0 2 0 276557984 633204736 135755 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 154591 135755 190 433 0 154155 0
[pid=7807/tid=7809] ppid=7805 vsize=618364 CPUtime=1791.75 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 132611 0 0 0 179103 72 0 0 20 0 2 0 276557993 633204736 135755 33554432000 4194304 5965102 140734288366800 140642059212792 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.47
Current children cumulated vsize (KiB) 618364

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 7886
/proc/meminfo: memFree=27968048/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=618364 CPUtime=1794.67 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 135312 0 0 0 179422 45 0 0 20 0 2 0 276557984 633204736 135755 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 154591 135755 190 433 0 154155 0
[pid=7807/tid=7809] ppid=7805 vsize=618364 CPUtime=1794.95 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 132611 0 0 0 179423 72 0 0 20 0 2 0 276557993 633204736 135755 33554432000 4194304 5965102 140734288366800 140642059212792 4401131 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (KiB) 618364

[startup+1798.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 7886
/proc/meminfo: memFree=27965444/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=618364 CPUtime=1797.86 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 135312 0 0 0 179741 45 0 0 20 0 2 0 276557984 633204736 135755 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 154591 135755 190 433 0 154155 0
[pid=7807/tid=7809] ppid=7805 vsize=618364 CPUtime=1798.14 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 132611 0 0 0 179742 72 0 0 20 0 2 0 276557993 633204736 135755 33554432000 4194304 5965102 140734288366800 140642059212792 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.86
Current children cumulated vsize (KiB) 618364

[startup+1799.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 7886
/proc/meminfo: memFree=27964204/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=618364 CPUtime=1798.66 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 135312 0 0 0 179821 45 0 0 20 0 2 0 276557984 633204736 135755 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 154591 135755 190 433 0 154155 0
[pid=7807/tid=7809] ppid=7805 vsize=618364 CPUtime=1798.94 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 132611 0 0 0 179822 72 0 0 20 0 2 0 276557993 633204736 135755 33554432000 4194304 5965102 140734288366800 140642059212792 4382641 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (KiB) 618364

[startup+1799.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 7886
/proc/meminfo: memFree=27963212/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=618364 CPUtime=1799.07 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 135312 0 0 0 179862 45 0 0 20 0 2 0 276557984 633204736 135755 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 154591 135755 190 433 0 154155 0
[pid=7807/tid=7809] ppid=7805 vsize=618364 CPUtime=1799.35 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 132611 0 0 0 179863 72 0 0 20 0 2 0 276557993 633204736 135755 33554432000 4194304 5965102 140734288366800 140642059212792 4401155 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.07
Current children cumulated vsize (KiB) 618364

[startup+1799.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 7886
/proc/meminfo: memFree=27963212/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=618364 CPUtime=1799.46 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 135312 0 0 0 179901 45 0 0 20 0 2 0 276557984 633204736 135755 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 154591 135755 190 433 0 154155 0
[pid=7807/tid=7809] ppid=7805 vsize=618364 CPUtime=1799.74 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 132611 0 0 0 179902 72 0 0 20 0 2 0 276557993 633204736 135755 33554432000 4194304 5965102 140734288366800 140642059212792 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 618364

[startup+1800 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 7886
/proc/meminfo: memFree=27963212/32873648 swapFree=6844/6844
[pid=7807] ppid=7805 vsize=618364 CPUtime=1799.56 cores=0,2,4,6
/proc/7807/stat : 7807 (pwbo2.0) S 7805 7807 5668 0 -1 4202496 135312 0 0 0 179911 45 0 0 20 0 2 0 276557984 633204736 135755 33554432000 4194304 5965102 140734288366800 140734288366320 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 154591 135755 190 433 0 154155 0
[pid=7807/tid=7809] ppid=7805 vsize=618364 CPUtime=1799.84 cores=0,2,4,6
/proc/7807/task/7809/stat : 7809 (pwbo2.0) R 7805 7807 5668 0 -1 4202560 132611 0 0 0 179912 72 0 0 20 0 2 0 276557993 633204736 135755 33554432000 4194304 5965102 140734288366800 140642059212792 4382772 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 618364

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.95
CPU user time (s): 1799.21
CPU system time (s): 0.738887
CPU usage (%): 99.9967
Max. virtual memory (cumulated for all children) (KiB): 618364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 0.738887
maximum resident set size= 543032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135315
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= 221
involuntary context switches= 2063

runsolver used 2.71359 second user time and 7.10792 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-27 09:38:32
IDJOB=3704394
IDBENCH=90159
IDSOLVER=2280
FILE ID=node115/3704394-1338104312
RUNJOBID= node115-1338087550-5684
PBS_JOBID= 14624444
Free space on /tmp= 71660 MiB

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

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

MD5SUM BENCH= 76516381ba4bc043f2da87444e256707
RANDOM SEED=1887532922

node115.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28500224 kB
Buffers:          301640 kB
Cached:          3090524 kB
SwapCached:            0 kB
Active:          1159856 kB
Inactive:        2404276 kB
Active(anon):     173876 kB
Inactive(anon):        0 kB
Active(file):     985980 kB
Inactive(file):  2404276 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6652 kB
Writeback:             0 kB
AnonPages:        178132 kB
Mapped:            15124 kB
Shmem:               200 kB
Slab:             671864 kB
SReclaimable:     116060 kB
SUnreclaim:       555804 kB
KernelStack:        1480 kB
PageTables:         3928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     154056 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= 71656 MiB
End job on node115 at 2012-05-27 10:08:32