Trace number 3726698

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.56 1800.02

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K143.opb
MD5SUM8f58618b79e9d2a9b56b6a791eca5768
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 variables17017
Total number of constraints17305
Number of constraints which are clauses17162
Number of constraints which are cardinality constraints (but not clauses)143
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint143
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 144
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-3726698-1339017767.opb.
0.00/0.00	c Instance file HOME/instance-3726698-1339017767.opb
0.00/0.00	c File size is 1161244 bytes.
0.03/0.09	c Highest Coefficient sum: 144
0.03/0.09	c ============================[ Problem Statistics ]=============================
0.03/0.09	c |                                                                             |
0.03/0.09	c |  Parsing time:          0.09         s                                      |
0.03/0.09	c |  Number Variables:      17017                                               |
0.03/0.09	c |  Number Clauses:        17162                                               |
0.03/0.09	c |  Number Cardinality:    143                                                 |
0.03/0.09	c |  Number PB Constraints: 0                                                   |
0.03/0.09	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-3726698-1339017767/watcher-3726698-1339017767 -o /tmp/evaluation-result-3726698-1339017767/solver-3726698-1339017767 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726698-1339017767.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.16 0.03 0.01 4/173 1299
/proc/meminfo: memFree=28657864/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/1299/stat : 1299 (runsolver) D 1297 1299 1257 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 367903575 12095488 50 33554432000 4194304 5436572 140733842748800 140733842745096 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/1299/statm: 2953 50 31 304 0 2645 0

[startup+0.0498501 s]
/proc/loadavg: 0.16 0.03 0.01 4/173 1299
/proc/meminfo: memFree=28657864/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=9388 CPUtime=0.03 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) R 1297 1299 1257 0 -1 4202496 1605 0 0 0 3 0 0 0 20 0 1 0 367903575 9613312 1558 33554432000 4194304 5964478 140735425745024 140733842744680 4419535 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 2347 1559 282 433 0 1627 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9388

[startup+0.100191 s]
/proc/loadavg: 0.16 0.03 0.01 4/173 1299
/proc/meminfo: memFree=28657864/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=92716 CPUtime=0.08 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 3377 0 0 0 8 0 0 0 20 0 2 0 367903575 94941184 3046 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 23179 3046 176 433 0 22743 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 92716

[startup+0.300161 s]
/proc/loadavg: 0.16 0.03 0.01 4/173 1299
/proc/meminfo: memFree=28657864/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=92552 CPUtime=0.28 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 5446 0 0 0 28 0 0 0 20 0 2 0 367903575 94773248 4677 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 23138 4677 186 433 0 22702 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 92552

[startup+0.700116 s]
/proc/loadavg: 0.16 0.03 0.01 4/173 1299
/proc/meminfo: memFree=28657864/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=92552 CPUtime=0.68 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 5743 0 0 0 68 0 0 0 20 0 2 0 367903575 94773248 4974 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 23138 4974 186 433 0 22702 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 92552

[startup+1.50026 s]
/proc/loadavg: 0.16 0.03 0.01 3/179 1305
/proc/meminfo: memFree=28616040/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=92552 CPUtime=1.48 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 6401 0 0 0 147 1 0 0 20 0 2 0 367903575 94773248 5632 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 23138 5632 186 433 0 22702 0
[pid=1299/tid=1305] ppid=1297 vsize=92552 CPUtime=1.38 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 3650 0 0 0 138 0 0 0 20 0 2 0 367903584 94773248 5632 33554432000 4194304 5964478 140735425745024 140640918382584 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 92552

[startup+3.10028 s]
/proc/loadavg: 0.16 0.03 0.01 3/179 1305
/proc/meminfo: memFree=28608352/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=92552 CPUtime=3.08 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 7604 0 0 0 307 1 0 0 20 0 2 0 367903575 94773248 6835 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 23138 6835 186 433 0 22702 0
[pid=1299/tid=1305] ppid=1297 vsize=92552 CPUtime=2.98 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 4853 0 0 0 297 1 0 0 20 0 2 0 367903584 94773248 6835 33554432000 4194304 5964478 140735425745024 140640918382392 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 92552

[startup+6.30028 s]
/proc/loadavg: 0.31 0.07 0.02 3/179 1305
/proc/meminfo: memFree=28592616/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=92552 CPUtime=6.28 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 9969 0 0 0 626 2 0 0 20 0 2 0 367903575 94773248 9200 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 23138 9200 186 433 0 22702 0
[pid=1299/tid=1305] ppid=1297 vsize=92552 CPUtime=6.17 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 7218 0 0 0 615 2 0 0 20 0 2 0 367903584 94773248 9200 33554432000 4194304 5964478 140735425745024 140640918382584 4399817 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) 92552

[startup+12.7003 s]
/proc/loadavg: 0.44 0.10 0.03 3/179 1305
/proc/meminfo: memFree=28568004/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=92552 CPUtime=12.68 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 11167 0 0 0 1266 2 0 0 20 0 2 0 367903575 94773248 10398 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 23138 10398 186 433 0 22702 0
[pid=1299/tid=1305] ppid=1297 vsize=92552 CPUtime=12.55 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 8416 0 0 0 1253 2 0 0 20 0 2 0 367903584 94773248 10398 33554432000 4194304 5964478 140735425745024 140640918382584 4220672 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) 92552

[startup+25.5002 s]
/proc/loadavg: 0.79 0.19 0.06 3/179 1305
/proc/meminfo: memFree=28538868/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=92552 CPUtime=25.47 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 15736 0 0 0 2544 3 0 0 20 0 2 0 367903575 94773248 14967 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 23138 14967 186 433 0 22702 0
[pid=1299/tid=1305] ppid=1297 vsize=92552 CPUtime=25.32 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 12985 0 0 0 2529 3 0 0 20 0 2 0 367903584 94773248 14967 33554432000 4194304 5964478 140735425745024 140640918382584 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 92552

[startup+51.1003 s]
/proc/loadavg: 1.20 0.33 0.11 3/179 1305
/proc/meminfo: memFree=28490648/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=92552 CPUtime=51.05 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 19367 0 0 0 5100 5 0 0 20 0 2 0 367903575 94773248 18770 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 23138 18770 186 433 0 22702 0
[pid=1299/tid=1305] ppid=1297 vsize=92552 CPUtime=50.83 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 16616 0 0 0 5078 5 0 0 20 0 2 0 367903584 94773248 18770 33554432000 4194304 5964478 140735425745024 140640918382584 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 92552

[startup+102.307 s]
/proc/loadavg: 1.65 0.59 0.21 3/179 1305
/proc/meminfo: memFree=28397388/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=158812 CPUtime=102.24 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 31668 0 0 0 10215 9 0 0 20 0 2 0 367903575 162623488 31537 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 39703 31537 186 433 0 39267 0
[pid=1299/tid=1305] ppid=1297 vsize=158812 CPUtime=101.89 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 28917 0 0 0 10179 10 0 0 20 0 2 0 367903584 162623488 31537 33554432000 4194304 5964478 140735425745024 140640918382584 4222416 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 158812

[startup+162.3 s]
/proc/loadavg: 1.94 0.86 0.32 3/179 1305
/proc/meminfo: memFree=28309136/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=224708 CPUtime=162.22 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 43775 0 0 0 16208 14 0 0 20 0 2 0 367903575 230100992 43644 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 56177 43644 186 433 0 55741 0
[pid=1299/tid=1305] ppid=1297 vsize=224708 CPUtime=161.73 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 41024 0 0 0 16157 16 0 0 20 0 2 0 367903584 230100992 43644 33554432000 4194304 5964478 140735425745024 140640918382584 4382029 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 224708

[startup+222.3 s]
/proc/loadavg: 1.98 1.06 0.43 3/179 1305
/proc/meminfo: memFree=28262952/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=224708 CPUtime=222.21 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 49166 0 0 0 22205 16 0 0 20 0 2 0 367903575 230100992 49022 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 56177 49022 186 433 0 55741 0
[pid=1299/tid=1305] ppid=1297 vsize=224708 CPUtime=221.57 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 46415 0 0 0 22139 18 0 0 20 0 2 0 367903584 230100992 49022 33554432000 4194304 5964478 140735425745024 140640918382392 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 224708

[startup+282.3 s]
/proc/loadavg: 1.99 1.23 0.52 3/179 1305
/proc/meminfo: memFree=28202064/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=290244 CPUtime=282.18 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 62610 0 0 0 28196 22 0 0 20 0 2 0 367903575 297209856 62445 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 72561 62445 186 433 0 72125 0
[pid=1299/tid=1305] ppid=1297 vsize=290244 CPUtime=281.39 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 59859 0 0 0 28114 25 0 0 20 0 2 0 367903584 297209856 62445 33554432000 4194304 5964478 140735425745024 140640918382584 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 290244

[startup+342.3 s]
/proc/loadavg: 1.99 1.37 0.61 3/179 1306
/proc/meminfo: memFree=28098664/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=355780 CPUtime=342.16 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 74765 0 0 0 34191 25 0 0 20 0 2 0 367903575 364318720 74600 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 88945 74600 186 433 0 88509 0
[pid=1299/tid=1305] ppid=1297 vsize=355780 CPUtime=341.24 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 72014 0 0 0 34094 30 0 0 20 0 2 0 367903584 364318720 74600 33554432000 4194304 5964478 140735425745024 140640918382584 4381615 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 355780

[startup+402.3 s]
/proc/loadavg: 1.99 1.48 0.69 3/179 1306
/proc/meminfo: memFree=28098732/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=355780 CPUtime=402.15 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 74765 0 0 0 40190 25 0 0 20 0 2 0 367903575 364318720 74600 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 88945 74600 186 433 0 88509 0
[pid=1299/tid=1305] ppid=1297 vsize=355780 CPUtime=401.08 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 72014 0 0 0 40077 31 0 0 20 0 2 0 367903584 364318720 74600 33554432000 4194304 5964478 140735425745024 140640918382584 4400115 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 355780

[startup+462.3 s]
/proc/loadavg: 2.09 1.60 0.78 3/180 1309
/proc/meminfo: memFree=28076156/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=355780 CPUtime=462.14 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.54 3/179 1316
/proc/meminfo: memFree=27708472/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=552928 CPUtime=1421.94 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 120745 0 0 0 142150 44 0 0 20 0 2 0 367903575 566198272 121037 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 138232 121037 186 433 0 137796 0
[pid=1299/tid=1305] ppid=1297 vsize=552928 CPUtime=1418.4 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 117994 0 0 0 141776 64 0 0 20 0 2 0 367903584 566198272 121037 33554432000 4194304 5964478 140735425745024 140640918382392 4400087 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 552928

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.57 3/179 1316
/proc/meminfo: memFree=27696448/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=552928 CPUtime=1481.92 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 120746 0 0 0 148148 44 0 0 20 0 2 0 367903575 566198272 121038 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 138232 121038 186 433 0 137796 0
[pid=1299/tid=1305] ppid=1297 vsize=552928 CPUtime=1478.24 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 117995 0 0 0 147759 65 0 0 20 0 2 0 367903584 566198272 121038 33554432000 4194304 5964478 140735425745024 140640918382392 4400087 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 552928

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.59 3/179 1317
/proc/meminfo: memFree=27679144/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=552928 CPUtime=1541.91 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 120752 0 0 0 154147 44 0 0 20 0 2 0 367903575 566198272 121048 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 138232 121048 186 433 0 137796 0
[pid=1299/tid=1305] ppid=1297 vsize=552928 CPUtime=1538.08 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 118001 0 0 0 153742 66 0 0 20 0 2 0 367903584 566198272 121048 33554432000 4194304 5964478 140735425745024 140640918382392 4400091 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 552928

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.62 3/179 1317
/proc/meminfo: memFree=27674400/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=552928 CPUtime=1601.9 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 122244 0 0 0 160145 45 0 0 20 0 2 0 367903575 566198272 122544 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 138232 122544 186 433 0 137796 0
[pid=1299/tid=1305] ppid=1297 vsize=552928 CPUtime=1597.93 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 119493 0 0 0 159725 68 0 0 20 0 2 0 367903584 566198272 122544 33554432000 4194304 5964478 140735425745024 140640918382584 4400074 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 552928

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/180 1320
/proc/meminfo: memFree=27601076/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=618464 CPUtime=1661.88 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 140494 0 0 0 166136 52 0 0 20 0 2 0 367903575 633307136 140832 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 154616 140832 186 433 0 154180 0
[pid=1299/tid=1305] ppid=1297 vsize=618464 CPUtime=1657.76 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 137743 0 0 0 165700 76 0 0 20 0 2 0 367903584 633307136 140832 33554432000 4194304 5964478 140735425745024 140640918382584 4382261 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 618464

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/179 1320
/proc/meminfo: memFree=27571948/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=618464 CPUtime=1721.87 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 147607 0 0 0 172134 53 0 0 20 0 2 0 367903575 633307136 147945 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 154616 147945 186 433 0 154180 0
[pid=1299/tid=1305] ppid=1297 vsize=618464 CPUtime=1717.61 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 144856 0 0 0 171682 79 0 0 20 0 2 0 367903584 633307136 147945 33554432000 4194304 5964478 140735425745024 140640918382584 4399915 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 618464

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/179 1320
/proc/meminfo: memFree=27571576/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=618464 CPUtime=1781.86 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 147607 0 0 0 178133 53 0 0 20 0 2 0 367903575 633307136 147945 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 154616 147945 186 433 0 154180 0
[pid=1299/tid=1305] ppid=1297 vsize=618464 CPUtime=1777.45 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 144856 0 0 0 177665 80 0 0 20 0 2 0 367903584 633307136 147945 33554432000 4194304 5964478 140735425745024 140640918382584 4381960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 618464

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

[startup+1791.91 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 1320
/proc/meminfo: memFree=27571576/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=618464 CPUtime=1791.47 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 147607 0 0 0 179094 53 0 0 20 0 2 0 367903575 633307136 147945 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 154616 147945 186 433 0 154180 0
[pid=1299/tid=1305] ppid=1297 vsize=618464 CPUtime=1787.04 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 144856 0 0 0 178624 80 0 0 20 0 2 0 367903584 633307136 147945 33554432000 4194304 5964478 140735425745024 140640918382584 4399964 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1791.47
Current children cumulated vsize (KiB) 618464

[startup+1795.1 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 1320
/proc/meminfo: memFree=27571576/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=618464 CPUtime=1794.66 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 147607 0 0 0 179413 53 0 0 20 0 2 0 367903575 633307136 147945 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 154616 147945 186 433 0 154180 0
[pid=1299/tid=1305] ppid=1297 vsize=618464 CPUtime=1790.23 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 144856 0 0 0 178943 80 0 0 20 0 2 0 367903584 633307136 147945 33554432000 4194304 5964478 140735425745024 140640918382584 4381585 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 618464

[startup+1798.3 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 1320
/proc/meminfo: memFree=27571576/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=618464 CPUtime=1797.86 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 147607 0 0 0 179733 53 0 0 20 0 2 0 367903575 633307136 147945 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 154616 147945 186 433 0 154180 0
[pid=1299/tid=1305] ppid=1297 vsize=618464 CPUtime=1793.41 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 144856 0 0 0 179261 80 0 0 20 0 2 0 367903584 633307136 147945 33554432000 4194304 5964478 140735425745024 140640918382584 4399819 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1797.86
Current children cumulated vsize (KiB) 618464

[startup+1799.1 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 1320
/proc/meminfo: memFree=27571576/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=618464 CPUtime=1798.66 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 147607 0 0 0 179813 53 0 0 20 0 2 0 367903575 633307136 147945 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 154616 147945 186 433 0 154180 0
[pid=1299/tid=1305] ppid=1297 vsize=618464 CPUtime=1794.21 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 144856 0 0 0 179341 80 0 0 20 0 2 0 367903584 633307136 147945 33554432000 4194304 5964478 140735425745024 140640918382584 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (KiB) 618464

[startup+1799.5 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 1320
/proc/meminfo: memFree=27571576/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=618464 CPUtime=1799.06 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 147607 0 0 0 179853 53 0 0 20 0 2 0 367903575 633307136 147945 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 154616 147945 186 433 0 154180 0
[pid=1299/tid=1305] ppid=1297 vsize=618464 CPUtime=1794.62 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 144856 0 0 0 179382 80 0 0 20 0 2 0 367903584 633307136 147945 33554432000 4194304 5964478 140735425745024 140640918382584 4381702 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 618464

[startup+1799.9 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 1320
/proc/meminfo: memFree=27571576/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=618464 CPUtime=1799.46 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 147607 0 0 0 179893 53 0 0 20 0 2 0 367903575 633307136 147945 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 154616 147945 186 433 0 154180 0
[pid=1299/tid=1305] ppid=1297 vsize=618464 CPUtime=1795.01 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 144856 0 0 0 179421 80 0 0 20 0 2 0 367903584 633307136 147945 33554432000 4194304 5964478 140735425745024 140640918382584 4400001 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 618464

[startup+1800 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 1320
/proc/meminfo: memFree=27571576/32873648 swapFree=7376/7376
[pid=1299] ppid=1297 vsize=618464 CPUtime=1799.56 cores=0,2,4,6
/proc/1299/stat : 1299 (pwbo2.02) S 1297 1299 1257 0 -1 4202496 147607 0 0 0 179903 53 0 0 20 0 2 0 367903575 633307136 147945 33554432000 4194304 5964478 140735425745024 140735425744544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1299/statm: 154616 147945 186 433 0 154180 0
[pid=1299/tid=1305] ppid=1297 vsize=618464 CPUtime=1795.11 cores=0,2,4,6
/proc/1299/task/1305/stat : 1305 (pwbo2.02) R 1297 1299 1257 0 -1 4202560 144856 0 0 0 179431 80 0 0 20 0 2 0 367903584 633307136 147945 33554432000 4194304 5964478 140735425745024 140640918382584 4390878 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 618464

Child status: 255

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

Real time (s): 1800.02
CPU time (s): 1799.56
CPU user time (s): 1799.03
CPU system time (s): 0.53
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 618464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.41
system time used= 0.823874
maximum resident set size= 591792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147610
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= 217
involuntary context switches= 2467

runsolver used 3.59945 second user time and 8.95564 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-06 23:22:47
IDJOB=3726698
IDBENCH=90199
IDSOLVER=2310
FILE ID=node113/3726698-1339017767
RUNJOBID= node113-1339017767-1274
PBS_JOBID= 14643302
Free space on /tmp= 71160 MiB

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

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

MD5SUM BENCH= 8f58618b79e9d2a9b56b6a791eca5768
RANDOM SEED=1278312002

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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:        28660160 kB
Buffers:          465960 kB
Cached:          2850808 kB
SwapCached:         2204 kB
Active:          1475432 kB
Inactive:        1847024 kB
Active(anon):       2244 kB
Inactive(anon):     4992 kB
Active(file):    1473188 kB
Inactive(file):  1842032 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67100048 kB
Dirty:             13488 kB
Writeback:             0 kB
AnonPages:         10820 kB
Mapped:             9908 kB
Shmem:                 0 kB
Slab:             753348 kB
SReclaimable:     197476 kB
SUnreclaim:       555872 kB
KernelStack:        1440 kB
PageTables:         4104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     105660 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= 71148 MiB
End job on node113 at 2012-06-06 23:52:47