Trace number 3726713

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.44 1800.03

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K192.opb
MD5SUM83a21ae30c37a390d06f7aafb55d6d81
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22848
Total number of constraints23234
Number of constraints which are clauses23042
Number of constraints which are cardinality constraints (but not clauses)192
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint192
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ==============================[ Solver Version ]===============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.01	c |                                                                             |
0.00/0.01	c Parsing opb file format. File HOME/instance-3726713-1339017741.opb.
0.00/0.01	c Instance file HOME/instance-3726713-1339017741.opb
0.00/0.01	c File size is 1585017 bytes.
0.07/0.14	c Highest Coefficient sum: 193
0.07/0.14	c ============================[ Problem Statistics ]=============================
0.07/0.14	c |                                                                             |
0.07/0.14	c |  Parsing time:          0.13         s                                      |
0.07/0.14	c |  Number Variables:      22848                                               |
0.07/0.14	c |  Number Clauses:        23042                                               |
0.07/0.14	c |  Number Cardinality:    192                                                 |
0.07/0.14	c |  Number PB Constraints: 0                                                   |
0.07/0.14	c |                                                                             |
0.07/0.16	c |  Problem Type:          Decision                                            |
0.07/0.16	c |  Objective Function:    None                                                |
0.07/0.16	c |                                                                             |
0.07/0.16	c ===============================================================================
1799.44/1800.01	c ===============================================================================
1799.44/1800.01	c Wall Clock Time: 1800.00 s
1799.44/1800.01	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-3726713-1339017741/watcher-3726713-1339017741 -o /tmp/evaluation-result-3726713-1339017741/solver-3726713-1339017741 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726713-1339017741.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/175 28480
/proc/meminfo: memFree=29443136/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/28478/stat : 28478 (runsolver) D 28475 28478 28437 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 367899044 12095488 51 33554432000 4194304 5436572 140737179304624 140737179300920 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/28478/statm: 2953 51 31 304 0 2645 0

[startup+0.046825 s]
/proc/loadavg: 0.16 0.03 0.01 4/175 28480
/proc/meminfo: memFree=29443136/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=10796 CPUtime=0.02 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) R 28475 28478 28437 0 -1 4202496 1699 0 0 0 2 0 0 0 20 0 1 0 367899044 11055104 1652 33554432000 4194304 5964478 140733652270752 140737179300504 4352418 0 0 4096 16387 0 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 2699 1652 230 433 0 1876 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10796

[startup+0.1003 s]
/proc/loadavg: 0.16 0.03 0.01 4/175 28480
/proc/meminfo: memFree=29443136/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=12804 CPUtime=0.07 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) R 28475 28478 28437 0 -1 4202496 2367 0 0 0 7 0 0 0 20 0 1 0 367899044 13111296 2320 33554432000 4194304 5964478 140733652270752 140737179300504 5136490 0 0 4096 16387 0 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 3201 2320 412 433 0 2378 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12804

[startup+0.300169 s]
/proc/loadavg: 0.16 0.03 0.01 4/175 28480
/proc/meminfo: memFree=29443136/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=95824 CPUtime=0.27 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 6923 0 0 0 26 1 0 0 20 0 2 0 367899044 98123776 5901 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 23956 5901 185 433 0 23520 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 95824

[startup+0.700129 s]
/proc/loadavg: 0.16 0.03 0.01 4/175 28480
/proc/meminfo: memFree=29443136/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=95824 CPUtime=0.67 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 7084 0 0 0 66 1 0 0 20 0 2 0 367899044 98123776 6062 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 23956 6062 186 433 0 23520 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 95824

[startup+1.50023 s]
/proc/loadavg: 0.31 0.07 0.02 4/179 28484
/proc/meminfo: memFree=29400688/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=95824 CPUtime=1.47 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 7608 0 0 0 146 1 0 0 20 0 2 0 367899044 98123776 6586 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 23956 6586 186 433 0 23520 0
[pid=28478/tid=28484] ppid=28475 vsize=95824 CPUtime=1.33 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 4154 0 0 0 133 0 0 0 20 0 2 0 367899059 98123776 6586 33554432000 4194304 5964478 140733652270752 140531014363176 4392918 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 95824

[startup+3.1003 s]
/proc/loadavg: 0.31 0.07 0.02 3/179 28484
/proc/meminfo: memFree=29392836/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=95824 CPUtime=3.06 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 8615 0 0 0 305 1 0 0 20 0 2 0 367899044 98123776 7593 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 23956 7593 186 433 0 23520 0
[pid=28478/tid=28484] ppid=28475 vsize=95824 CPUtime=2.92 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 5161 0 0 0 292 0 0 0 20 0 2 0 367899059 98123776 7593 33554432000 4194304 5964478 140733652270752 140531014363064 4393418 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 95824

[startup+6.30031 s]
/proc/loadavg: 0.44 0.10 0.03 3/179 28484
/proc/meminfo: memFree=29379196/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=95824 CPUtime=6.26 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 10557 0 0 0 625 1 0 0 20 0 2 0 367899044 98123776 9535 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 23956 9535 186 433 0 23520 0
[pid=28478/tid=28484] ppid=28475 vsize=95824 CPUtime=6.11 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 7103 0 0 0 611 0 0 0 20 0 2 0 367899059 98123776 9535 33554432000 4194304 5964478 140733652270752 140531014362936 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 95824

[startup+12.7003 s]
/proc/loadavg: 0.57 0.13 0.04 3/179 28484
/proc/meminfo: memFree=29352932/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=95824 CPUtime=12.65 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 14536 0 0 0 1262 3 0 0 20 0 2 0 367899044 98123776 13535 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 23956 13535 186 433 0 23520 0
[pid=28478/tid=28484] ppid=28475 vsize=95824 CPUtime=12.49 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 11082 0 0 0 1247 2 0 0 20 0 2 0 367899059 98123776 13535 33554432000 4194304 5964478 140733652270752 140531014363128 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 95824

[startup+25.5004 s]
/proc/loadavg: 0.88 0.22 0.07 3/178 28484
/proc/meminfo: memFree=29328876/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=95824 CPUtime=25.44 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 15550 0 0 0 2541 3 0 0 20 0 2 0 367899044 98123776 14541 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 23956 14541 186 433 0 23520 0
[pid=28478/tid=28484] ppid=28475 vsize=95824 CPUtime=25.25 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 12096 0 0 0 2522 3 0 0 20 0 2 0 367899059 98123776 14541 33554432000 4194304 5964478 140733652270752 140531014363064 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 95824

[startup+51.1004 s]
/proc/loadavg: 1.26 0.36 0.12 3/179 28485
/proc/meminfo: memFree=29254988/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=161360 CPUtime=51.02 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 21367 0 0 0 5096 6 0 0 20 0 2 0 367899044 165232640 20347 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 40340 20347 186 433 0 39904 0
[pid=28478/tid=28484] ppid=28475 vsize=161360 CPUtime=50.77 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 17913 0 0 0 5072 5 0 0 20 0 2 0 367899059 165232640 20347 33554432000 4194304 5964478 140733652270752 140531014363128 4400460 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 161360

[startup+102.3 s]
/proc/loadavg: 1.68 0.61 0.22 3/179 28485
/proc/meminfo: memFree=29171456/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=161360 CPUtime=102.22 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 35092 0 0 0 10211 11 0 0 20 0 2 0 367899044 165232640 34072 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 40340 34072 186 433 0 39904 0
[pid=28478/tid=28484] ppid=28475 vsize=161360 CPUtime=101.84 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 31638 0 0 0 10172 12 0 0 20 0 2 0 367899059 165232640 34072 33554432000 4194304 5964478 140733652270752 140531014363128 4381677 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 161360

[startup+162.3 s]
/proc/loadavg: 1.88 0.86 0.33 3/179 28485
/proc/meminfo: memFree=29078624/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=293516 CPUtime=162.18 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 56923 0 0 0 16199 19 0 0 20 0 2 0 367899044 300560384 55887 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 73379 55887 186 433 0 72943 0
[pid=28478/tid=28484] ppid=28475 vsize=293516 CPUtime=161.65 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 53469 0 0 0 16144 21 0 0 20 0 2 0 367899059 300560384 55887 33554432000 4194304 5964478 140733652270752 140531014363128 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 293516

[startup+222.307 s]
/proc/loadavg: 1.95 1.07 0.43 3/179 28485
/proc/meminfo: memFree=29008052/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=293516 CPUtime=222.15 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 61210 0 0 0 22194 21 0 0 20 0 2 0 367899044 300560384 60149 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 73379 60149 186 433 0 72943 0
[pid=28478/tid=28484] ppid=28475 vsize=293516 CPUtime=221.47 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 57756 0 0 0 22124 23 0 0 20 0 2 0 367899059 300560384 60149 33554432000 4194304 5964478 140733652270752 140531014363128 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 293516

[startup+282.3 s]
/proc/loadavg: 2.03 1.25 0.53 3/179 28485
/proc/meminfo: memFree=28984232/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=293516 CPUtime=282.12 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 67001 0 0 0 28189 23 0 0 20 0 2 0 367899044 300560384 65935 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 73379 65935 186 433 0 72943 0
[pid=28478/tid=28484] ppid=28475 vsize=293516 CPUtime=281.3 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 63547 0 0 0 28103 27 0 0 20 0 2 0 367899059 300560384 65935 33554432000 4194304 5964478 140733652270752 140531014363128 4400067 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 293516

[startup+342.3 s]
/proc/loadavg: 2.05 1.40 0.62 3/179 28486
/proc/meminfo: memFree=28937544/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=359052 CPUtime=342.11 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 70741 0 0 0 34186 25 0 0 20 0 2 0 367899044 367669248 69675 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 89763 69675 186 433 0 89327 0
[pid=28478/tid=28484] ppid=28475 vsize=359052 CPUtime=341.14 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 67287 0 0 0 34084 30 0 0 20 0 2 0 367899059 367669248 69675 33554432000 4194304 5964478 140733652270752 140531014362936 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 359052

[startup+402.3 s]
/proc/loadavg: 2.06 1.52 0.71 3/179 28486
/proc/meminfo: memFree=28876948/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=359592 CPUtime=402.09 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 76063 0 0 0 40181 28 0 0 20 0 2 0 367899044 368222208 74990 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 89898 74990 186 433 0 89462 0
[pid=28478/tid=28484] ppid=28475 vsize=359592 CPUtime=400.97 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 72609 0 0 0 40064 33 0 0 20 0 2 0 367899059 368222208 74990 33554432000 4194304 5964478 140733652270752 140531014363128 4400542 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 359592

[startup+462.3 s]
/proc/loadavg: 2.09 1.62 0.80 3/180 28489
/proc/meminfo: memFree=28854860/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=359592 CPUtime=462.06 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.52 3/179 28496
/proc/meminfo: memFree=28519836/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=557008 CPUtime=1361.84 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 122167 0 0 0 136138 46 0 0 20 0 2 0 367899044 570376192 121968 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 139252 121968 186 433 0 138816 0
[pid=28478/tid=28484] ppid=28475 vsize=557008 CPUtime=1358.35 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 118713 0 0 0 135770 65 0 0 20 0 2 0 367899059 570376192 121968 33554432000 4194304 5964478 140733652270752 140531014362936 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 557008

[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.55 3/179 28496
/proc/meminfo: memFree=28486480/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=557008 CPUtime=1421.84 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 130578 0 0 0 142136 48 0 0 20 0 2 0 367899044 570376192 130379 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 139252 130379 186 433 0 138816 0
[pid=28478/tid=28484] ppid=28475 vsize=557008 CPUtime=1418.2 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 127124 0 0 0 141752 68 0 0 20 0 2 0 367899059 570376192 130379 33554432000 4194304 5964478 140733652270752 140531014363128 4400078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 557008

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.57 3/179 28496
/proc/meminfo: memFree=28427324/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=622544 CPUtime=1481.82 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 145258 0 0 0 148129 53 0 0 20 0 2 0 367899044 637485056 145059 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 155636 145059 186 433 0 155200 0
[pid=28478/tid=28484] ppid=28475 vsize=622544 CPUtime=1478.04 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 141804 0 0 0 147730 74 0 0 20 0 2 0 367899059 637485056 145059 33554432000 4194304 5964478 140733652270752 140531014363128 4399946 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 622544

[startup+1542.31 s]
/proc/loadavg: 2.00 1.97 1.60 3/179 28496
/proc/meminfo: memFree=28426624/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=622544 CPUtime=1541.82 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 145258 0 0 0 154129 53 0 0 20 0 2 0 367899044 637485056 145059 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 155636 145059 186 433 0 155200 0
[pid=28478/tid=28484] ppid=28475 vsize=622544 CPUtime=1537.89 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 141804 0 0 0 153714 75 0 0 20 0 2 0 367899059 637485056 145059 33554432000 4194304 5964478 140733652270752 140531014363128 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 622544

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.62 3/179 28497
/proc/meminfo: memFree=28422900/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=622544 CPUtime=1601.8 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 145261 0 0 0 160127 53 0 0 20 0 2 0 367899044 637485056 145062 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 155636 145062 186 433 0 155200 0
[pid=28478/tid=28484] ppid=28475 vsize=622544 CPUtime=1597.73 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 141807 0 0 0 159697 76 0 0 20 0 2 0 367899059 637485056 145062 33554432000 4194304 5964478 140733652270752 140531014363128 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 622544

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/180 28500
/proc/meminfo: memFree=28422748/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=622544 CPUtime=1661.79 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 145267 0 0 0 166126 53 0 0 20 0 2 0 367899044 637485056 145068 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 155636 145068 186 433 0 155200 0
[pid=28478/tid=28484] ppid=28475 vsize=622544 CPUtime=1657.57 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 141813 0 0 0 165680 77 0 0 20 0 2 0 367899059 637485056 145068 33554432000 4194304 5964478 140733652270752 140531014363128 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 622544

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/179 28500
/proc/meminfo: memFree=28397476/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=622544 CPUtime=1721.78 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 151607 0 0 0 172122 56 0 0 20 0 2 0 367899044 637485056 151408 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 155636 151408 186 433 0 155200 0
[pid=28478/tid=28484] ppid=28475 vsize=622544 CPUtime=1717.41 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 148153 0 0 0 171659 82 0 0 20 0 2 0 367899059 637485056 151408 33554432000 4194304 5964478 140733652270752 140531014363128 4400091 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 622544

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 28500
/proc/meminfo: memFree=28396548/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=622544 CPUtime=1781.75 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 151635 0 0 0 178119 56 0 0 20 0 2 0 367899044 637485056 151516 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 155636 151516 186 433 0 155200 0
[pid=28478/tid=28484] ppid=28475 vsize=622544 CPUtime=1777.23 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 148181 0 0 0 177640 83 0 0 20 0 2 0 367899059 637485056 151516 33554432000 4194304 5964478 140733652270752 140531014363128 4400067 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 622544

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

[startup+1792.01 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 28500
/proc/meminfo: memFree=28397032/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=622544 CPUtime=1791.44 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 151641 0 0 0 179088 56 0 0 20 0 2 0 367899044 637485056 151522 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 155636 151522 186 433 0 155200 0
[pid=28478/tid=28484] ppid=28475 vsize=622544 CPUtime=1786.91 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 148187 0 0 0 178608 83 0 0 20 0 2 0 367899059 637485056 151522 33554432000 4194304 5964478 140733652270752 140531014363128 18446744073699066235 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) 622544

[startup+1795.2 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 28500
/proc/meminfo: memFree=28397032/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=622544 CPUtime=1794.64 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 151641 0 0 0 179408 56 0 0 20 0 2 0 367899044 637485056 151522 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 155636 151522 186 433 0 155200 0
[pid=28478/tid=28484] ppid=28475 vsize=622544 CPUtime=1790.1 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 148187 0 0 0 178927 83 0 0 20 0 2 0 367899059 637485056 151522 33554432000 4194304 5964478 140733652270752 140531014363128 4221120 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) 622544

[startup+1798.4 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 28500
/proc/meminfo: memFree=28397032/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=622544 CPUtime=1797.84 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 151641 0 0 0 179728 56 0 0 20 0 2 0 367899044 637485056 151522 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 155636 151522 186 433 0 155200 0
[pid=28478/tid=28484] ppid=28475 vsize=622544 CPUtime=1793.28 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 148187 0 0 0 179245 83 0 0 20 0 2 0 367899059 637485056 151522 33554432000 4194304 5964478 140733652270752 140531014363128 4373352 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) 622544

[startup+1799.2 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 28500
/proc/meminfo: memFree=28397032/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=622544 CPUtime=1798.64 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 151641 0 0 0 179808 56 0 0 20 0 2 0 367899044 637485056 151522 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 155636 151522 186 433 0 155200 0
[pid=28478/tid=28484] ppid=28475 vsize=622544 CPUtime=1794.08 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 148187 0 0 0 179325 83 0 0 20 0 2 0 367899059 637485056 151522 33554432000 4194304 5964478 140733652270752 140531014363128 4400010 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) 622544

[startup+1799.6 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 28500
/proc/meminfo: memFree=28397032/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=622544 CPUtime=1799.04 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 151641 0 0 0 179848 56 0 0 20 0 2 0 367899044 637485056 151522 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 155636 151522 186 433 0 155200 0
[pid=28478/tid=28484] ppid=28475 vsize=622544 CPUtime=1794.49 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 148187 0 0 0 179366 83 0 0 20 0 2 0 367899059 637485056 151522 33554432000 4194304 5964478 140733652270752 140531014363128 4400490 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) 622544

[startup+1800 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 28500
/proc/meminfo: memFree=28397032/32873844 swapFree=7628/7628
[pid=28478] ppid=28475 vsize=622544 CPUtime=1799.44 cores=0,2,4,6
/proc/28478/stat : 28478 (pwbo2.02) S 28475 28478 28437 0 -1 4202496 151641 0 0 0 179888 56 0 0 20 0 2 0 367899044 637485056 151522 33554432000 4194304 5964478 140733652270752 140733652270272 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 1 0 0
/proc/28478/statm: 155636 151522 186 433 0 155200 0
[pid=28478/tid=28484] ppid=28475 vsize=622544 CPUtime=1794.88 cores=0,2,4,6
/proc/28478/task/28484/stat : 28484 (pwbo2.02) R 28475 28478 28437 0 -1 4202560 148187 0 0 0 179405 83 0 0 20 0 2 0 367899059 637485056 151522 33554432000 4194304 5964478 140733652270752 140531014363128 4221072 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) 622544

Child status: 255

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

Real time (s): 1800.03
CPU time (s): 1799.44
CPU user time (s): 1798.88
CPU system time (s): 0.56
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 622544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.2
system time used= 0.85287
maximum resident set size= 606100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151644
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= 257
involuntary context switches= 1940

runsolver used 3.58345 second user time and 8.94864 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-06 23:22:21
IDJOB=3726713
IDBENCH=90163
IDSOLVER=2310
FILE ID=node146/3726713-1339017741
RUNJOBID= node146-1339017741-28453
PBS_JOBID= 14643269
Free space on /tmp= 71300 MiB

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

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

MD5SUM BENCH= 83a21ae30c37a390d06f7aafb55d6d81
RANDOM SEED=588582354

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29444788 kB
Buffers:          352384 kB
Cached:          2246808 kB
SwapCached:         2368 kB
Active:          1202880 kB
Inactive:        1400956 kB
Active(anon):       2124 kB
Inactive(anon):     4684 kB
Active(file):    1200756 kB
Inactive(file):  1396272 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099948 kB
Dirty:             13608 kB
Writeback:             0 kB
AnonPages:         10044 kB
Mapped:             8244 kB
Shmem:                 0 kB
Slab:             688356 kB
SReclaimable:     128532 kB
SUnreclaim:       559824 kB
KernelStack:        1376 kB
PageTables:         3932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71288 MiB
End job on node146 at 2012-06-06 23:52:21