Trace number 3726672

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K66.opb
MD5SUM03e282ee85097a100b1dfa3533d9978b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark871.544
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3630
Total number of constraints3764
Number of constraints which are clauses3698
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint66
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 67
Number of bits of the biggest sum of numbers7
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-3726672-1338667508.opb.
0.00/0.00	c Instance file HOME/instance-3726672-1338667508.opb
0.00/0.00	c File size is 223174 bytes.
0.00/0.01	c Highest Coefficient sum: 67
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      3630                                                |
0.00/0.02	c |  Number Clauses:        3698                                                |
0.00/0.02	c |  Number Cardinality:    66                                                  |
0.00/0.02	c |  Number PB Constraints: 0                                                   |
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Problem Type:          Decision                                            |
0.00/0.02	c |  Objective Function:    None                                                |
0.00/0.02	c |                                                                             |
0.00/0.02	c ===============================================================================
1799.60/1800.00	c ===============================================================================
1799.60/1800.00	c Wall Clock Time: 1800.00 s
1799.60/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-3726672-1338667508/watcher-3726672-1338667508 -o /tmp/evaluation-result-3726672-1338667508/solver-3726672-1338667508 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726672-1338667508.opb 

running on 4 cores: 1,3,5,7

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: 1.92 1.98 1.99 3/176 5787
/proc/meminfo: memFree=29225428/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=4116 CPUtime=0 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) R 5785 5787 5748 0 -1 4202496 487 0 0 0 0 0 0 0 20 0 1 0 332875564 4214784 440 33554432000 4194304 5964478 140734905854960 140733625054664 4349711 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 1029 440 166 433 0 538 0

[startup+0.0665099 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 5787
/proc/meminfo: memFree=29225428/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=85244 CPUtime=0.06 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 1756 0 0 0 6 0 0 0 20 0 2 0 332875564 87289856 1654 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 21311 1654 186 433 0 20875 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85244

[startup+0.100263 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 5787
/proc/meminfo: memFree=29225428/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=85244 CPUtime=0.09 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 1808 0 0 0 9 0 0 0 20 0 2 0 332875564 87289856 1706 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 21311 1706 186 433 0 20875 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85244

[startup+0.300194 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 5787
/proc/meminfo: memFree=29225428/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=85244 CPUtime=0.29 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 2085 0 0 0 29 0 0 0 20 0 2 0 332875564 87289856 1983 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 21311 1983 186 433 0 20875 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85244

[startup+0.700189 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 5787
/proc/meminfo: memFree=29225428/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=85244 CPUtime=0.69 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 2648 0 0 0 69 0 0 0 20 0 2 0 332875564 87289856 2546 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 21311 2546 186 433 0 20875 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85244

[startup+1.50019 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 5795
/proc/meminfo: memFree=29204508/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=85244 CPUtime=1.49 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 3492 0 0 0 149 0 0 0 20 0 2 0 332875564 87289856 3390 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 21311 3390 186 433 0 20875 0
[pid=5787/tid=5794] ppid=5785 vsize=85244 CPUtime=1.46 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 2348 0 0 0 146 0 0 0 20 0 2 0 332875567 87289856 3390 33554432000 4194304 5964478 140734905854960 140715981588520 4381607 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85244

[startup+3.10019 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 5795
/proc/meminfo: memFree=29194704/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=85388 CPUtime=3.08 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 4017 0 0 0 308 0 0 0 20 0 2 0 332875564 87437312 3915 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 21347 3915 186 433 0 20911 0
[pid=5787/tid=5794] ppid=5785 vsize=85388 CPUtime=3.06 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 2873 0 0 0 306 0 0 0 20 0 2 0 332875567 87437312 3915 33554432000 4194304 5964478 140734905854960 140715981588472 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 85388

[startup+6.30019 s]
/proc/loadavg: 1.93 1.98 1.99 3/181 5795
/proc/meminfo: memFree=29189380/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=85388 CPUtime=6.29 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 5129 0 0 0 628 1 0 0 20 0 2 0 332875564 87437312 5027 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 21347 5027 186 433 0 20911 0
[pid=5787/tid=5794] ppid=5785 vsize=85388 CPUtime=6.25 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 3985 0 0 0 624 1 0 0 20 0 2 0 332875567 87437312 5027 33554432000 4194304 5964478 140734905854960 140715981588472 4400103 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85388

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.99 3/181 5795
/proc/meminfo: memFree=29174800/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=85460 CPUtime=12.69 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 6341 0 0 0 1268 1 0 0 20 0 2 0 332875564 87511040 6242 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 21365 6242 186 433 0 20929 0
[pid=5787/tid=5794] ppid=5785 vsize=85460 CPUtime=12.63 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 5197 0 0 0 1262 1 0 0 20 0 2 0 332875567 87511040 6242 33554432000 4194304 5964478 140734905854960 140715981588472 4400115 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85460

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/180 5795
/proc/meminfo: memFree=29144568/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=85568 CPUtime=25.48 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 10187 0 0 0 2545 3 0 0 20 0 2 0 332875564 87621632 10096 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 21392 10096 186 433 0 20956 0
[pid=5787/tid=5794] ppid=5785 vsize=85568 CPUtime=25.39 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 9043 0 0 0 2537 2 0 0 20 0 2 0 332875567 87621632 10096 33554432000 4194304 5964478 140734905854960 140715981588280 4400087 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85568

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/181 5796
/proc/meminfo: memFree=29111164/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=85872 CPUtime=51.07 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 13715 0 0 0 5103 4 0 0 20 0 2 0 332875564 87932928 14632 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 21468 14632 186 433 0 21032 0
[pid=5787/tid=5794] ppid=5785 vsize=85872 CPUtime=50.92 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 12571 0 0 0 5088 4 0 0 20 0 2 0 332875567 87932928 14632 33554432000 4194304 5964478 140734905854960 140715981588280 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 85872

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/181 5796
/proc/meminfo: memFree=29054072/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=152776 CPUtime=102.26 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 20055 0 0 0 10219 7 0 0 20 0 2 0 332875564 156442624 20972 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 38194 20972 186 433 0 37758 0
[pid=5787/tid=5794] ppid=5785 vsize=152776 CPUtime=101.99 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 18911 0 0 0 10191 8 0 0 20 0 2 0 332875567 156442624 20972 33554432000 4194304 5964478 140734905854960 140715981588472 4400103 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 152776

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 5796
/proc/meminfo: memFree=29035192/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=153592 CPUtime=162.24 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 21594 0 0 0 16215 9 0 0 20 0 2 0 332875564 157278208 22600 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 38398 22600 186 433 0 37962 0
[pid=5787/tid=5794] ppid=5785 vsize=153592 CPUtime=161.82 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 20450 0 0 0 16171 11 0 0 20 0 2 0 332875567 157278208 22600 33554432000 4194304 5964478 140734905854960 140715981588472 4400103 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 153592

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 5796
/proc/meminfo: memFree=29016376/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=153880 CPUtime=222.22 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 23019 0 0 0 22213 9 0 0 20 0 2 0 332875564 157573120 24025 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 38470 24025 186 433 0 38034 0
[pid=5787/tid=5794] ppid=5785 vsize=153880 CPUtime=221.67 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 21875 0 0 0 22155 12 0 0 20 0 2 0 332875567 157573120 24025 33554432000 4194304 5964478 140734905854960 140715981588280 4400115 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 153880

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 5796
/proc/meminfo: memFree=28991564/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=155176 CPUtime=282.21 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 27086 0 0 0 28209 12 0 0 20 0 2 0 332875564 158900224 28179 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 38794 28179 186 433 0 38358 0
[pid=5787/tid=5794] ppid=5785 vsize=155176 CPUtime=281.51 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 25942 0 0 0 28135 16 0 0 20 0 2 0 332875567 158900224 28179 33554432000 4194304 5964478 140734905854960 140715981588472 4400078 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 155176

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/182 5800
/proc/meminfo: memFree=28958232/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=156760 CPUtime=342.2 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 29345 0 0 0 34207 13 0 0 20 0 2 0 332875564 160522240 30455 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 39190 30455 186 433 0 38754 0
[pid=5787/tid=5794] ppid=5785 vsize=156760 CPUtime=341.36 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 28201 0 0 0 34118 18 0 0 20 0 2 0 332875567 160522240 30455 33554432000 4194304 5964478 140734905854960 140715981588280 4400067 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 156760

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/181 5800
/proc/meminfo: memFree=28946764/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=158272 CPUtime=402.19 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 32236 0 0 0 40204 15 0 0 20 0 2 0 332875564 162070528 33346 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 39568 33346 186 433 0 39132 0
[pid=5787/tid=5794] ppid=5785 vsize=158272 CPUtime=401.2 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 31092 0 0 0 40099 21 0 0 20 0 2 0 332875567 162070528 33346 33554432000 4194304 5964478 140734905854960 140715981588280 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 158272

[startup+462.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/181 5800
/proc/meminfo: memFree=28930304/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=159136 CPUtime=462.17 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5807
/proc/meminfo: memFree=28734052/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=309716 CPUtime=1422 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 56552 0 0 0 142163 37 0 0 20 0 2 0 332875564 317149184 57930 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 77429 57930 186 433 0 76993 0
[pid=5787/tid=5794] ppid=5785 vsize=309716 CPUtime=1418.57 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 55408 0 0 0 141799 58 0 0 20 0 2 0 332875567 317149184 57930 33554432000 4194304 5964478 140734905854960 140715981588520 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 309716

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5807
/proc/meminfo: memFree=28729824/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=310544 CPUtime=1481.98 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 57258 0 0 0 148160 38 0 0 20 0 2 0 332875564 317997056 58687 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 77636 58687 186 433 0 77200 0
[pid=5787/tid=5794] ppid=5785 vsize=310544 CPUtime=1478.4 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 56114 0 0 0 147781 59 0 0 20 0 2 0 332875567 317997056 58687 33554432000 4194304 5964478 140734905854960 140715981588280 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 310544

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5810
/proc/meminfo: memFree=28709400/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=314960 CPUtime=1541.97 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 61231 0 0 0 154155 42 0 0 20 0 2 0 332875564 322519040 62645 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 78740 62645 186 433 0 78304 0
[pid=5787/tid=5794] ppid=5785 vsize=314960 CPUtime=1538.25 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 60087 0 0 0 153760 65 0 0 20 0 2 0 332875567 322519040 62645 33554432000 4194304 5964478 140734905854960 140715981588520 4381601 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 314960

[startup+1602.3 s]
/proc/loadavg: 1.47 1.86 1.95 2/174 5835
/proc/meminfo: memFree=28961860/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=319276 CPUtime=1601.95 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 66430 0 0 0 160149 46 0 0 20 0 2 0 332875564 326938624 67849 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 79819 67849 186 433 0 79383 0
[pid=5787/tid=5794] ppid=5785 vsize=319276 CPUtime=1598.09 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 65286 0 0 0 159739 70 0 0 20 0 2 0 332875567 326938624 67849 33554432000 4194304 5964478 140734905854960 140715981588472 4400167 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 319276

[startup+1662.3 s]
/proc/loadavg: 1.17 1.70 1.89 2/174 5835
/proc/meminfo: memFree=28936936/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=323164 CPUtime=1661.94 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 72480 0 0 0 166142 52 0 0 20 0 2 0 332875564 330919936 73899 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 80791 73899 186 433 0 80355 0
[pid=5787/tid=5794] ppid=5785 vsize=323164 CPUtime=1657.93 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 71336 0 0 0 165717 76 0 0 20 0 2 0 332875567 330919936 73899 33554432000 4194304 5964478 140734905854960 140715981588472 4400091 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 323164

[startup+1722.3 s]
/proc/loadavg: 1.06 1.57 1.83 2/174 5835
/proc/meminfo: memFree=28926704/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=391184 CPUtime=1721.93 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 75049 0 0 0 172139 54 0 0 20 0 2 0 332875564 400572416 76471 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 97796 76471 186 433 0 97360 0
[pid=5787/tid=5794] ppid=5785 vsize=391184 CPUtime=1717.78 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 73905 0 0 0 171698 80 0 0 20 0 2 0 332875567 400572416 76471 33554432000 4194304 5964478 140734905854960 140715981588472 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 391184

[startup+1782.3 s]
/proc/loadavg: 1.02 1.46 1.78 2/174 5835
/proc/meminfo: memFree=28915380/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=395108 CPUtime=1781.9 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 77678 0 0 0 178133 57 0 0 20 0 2 0 332875564 404590592 79186 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 98777 79186 186 433 0 98341 0
[pid=5787/tid=5794] ppid=5785 vsize=395108 CPUtime=1777.61 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 76534 0 0 0 177677 84 0 0 20 0 2 0 332875567 404590592 79186 33554432000 4194304 5964478 140734905854960 140715981588280 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 395108

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

[startup+1791.91 s]
/proc/loadavg: 1.02 1.45 1.77 2/174 5835
/proc/meminfo: memFree=28914140/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=395540 CPUtime=1791.51 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 78084 0 0 0 179093 58 0 0 20 0 2 0 332875564 405032960 79587 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 98885 79587 186 433 0 98449 0
[pid=5787/tid=5794] ppid=5785 vsize=395540 CPUtime=1787.19 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 76940 0 0 0 178634 85 0 0 20 0 2 0 332875567 405032960 79587 33554432000 4194304 5964478 140734905854960 140715981588472 4400078 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.51
Current children cumulated vsize (KiB) 395540

[startup+1795.1 s]
/proc/loadavg: 1.02 1.45 1.77 2/174 5835
/proc/meminfo: memFree=28913520/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=395720 CPUtime=1794.71 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 78217 0 0 0 179413 58 0 0 20 0 2 0 332875564 405217280 79720 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 98930 79720 186 433 0 98494 0
[pid=5787/tid=5794] ppid=5785 vsize=395720 CPUtime=1790.38 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 77073 0 0 0 178953 85 0 0 20 0 2 0 332875567 405217280 79720 33554432000 4194304 5964478 140734905854960 140715981588520 4400069 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.71
Current children cumulated vsize (KiB) 395720

[startup+1798.3 s]
/proc/loadavg: 1.02 1.44 1.76 2/174 5835
/proc/meminfo: memFree=28913148/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=395792 CPUtime=1797.9 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 78369 0 0 0 179732 58 0 0 20 0 2 0 332875564 405291008 79872 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 98948 79872 186 433 0 98512 0
[pid=5787/tid=5794] ppid=5785 vsize=395792 CPUtime=1793.57 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 77225 0 0 0 179272 85 0 0 20 0 2 0 332875567 405291008 79872 33554432000 4194304 5964478 140734905854960 140715981588472 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.9
Current children cumulated vsize (KiB) 395792

[startup+1799.1 s]
/proc/loadavg: 1.02 1.44 1.76 2/174 5835
/proc/meminfo: memFree=28912900/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=395792 CPUtime=1798.7 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 78405 0 0 0 179812 58 0 0 20 0 2 0 332875564 405291008 79908 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 98948 79908 186 433 0 98512 0
[pid=5787/tid=5794] ppid=5785 vsize=395792 CPUtime=1794.37 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 77261 0 0 0 179352 85 0 0 20 0 2 0 332875567 405291008 79908 33554432000 4194304 5964478 140734905854960 140715981588472 4400069 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.7
Current children cumulated vsize (KiB) 395792

[startup+1799.5 s]
/proc/loadavg: 1.02 1.44 1.76 2/174 5835
/proc/meminfo: memFree=28912776/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=395792 CPUtime=1799.1 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 78427 0 0 0 179852 58 0 0 20 0 2 0 332875564 405291008 79930 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 98948 79930 186 433 0 98512 0
[pid=5787/tid=5794] ppid=5785 vsize=395792 CPUtime=1794.77 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 77283 0 0 0 179392 85 0 0 20 0 2 0 332875567 405291008 79930 33554432000 4194304 5964478 140734905854960 140715981588472 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.1
Current children cumulated vsize (KiB) 395792

[startup+1799.9 s]
/proc/loadavg: 1.02 1.44 1.76 2/174 5835
/proc/meminfo: memFree=28912776/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=395792 CPUtime=1799.5 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 78447 0 0 0 179892 58 0 0 20 0 2 0 332875564 405291008 79950 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 98948 79950 186 433 0 98512 0
[pid=5787/tid=5794] ppid=5785 vsize=395792 CPUtime=1795.16 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 77303 0 0 0 179431 85 0 0 20 0 2 0 332875567 405291008 79950 33554432000 4194304 5964478 140734905854960 140715981588472 4400056 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 395792

[startup+1800 s]
/proc/loadavg: 1.02 1.44 1.76 2/174 5835
/proc/meminfo: memFree=28912776/32873844 swapFree=7620/7620
[pid=5787] ppid=5785 vsize=395792 CPUtime=1799.6 cores=1,3,5,7
/proc/5787/stat : 5787 (pwbo2.02) S 5785 5787 5748 0 -1 4202496 78454 0 0 0 179902 58 0 0 20 0 2 0 332875564 405291008 79957 33554432000 4194304 5964478 140734905854960 140734905854480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5787/statm: 98948 79957 186 433 0 98512 0
[pid=5787/tid=5794] ppid=5785 vsize=395792 CPUtime=1795.26 cores=1,3,5,7
/proc/5787/task/5794/stat : 5794 (pwbo2.02) R 5785 5787 5748 0 -1 4202560 77310 0 0 0 179441 85 0 0 20 0 2 0 332875567 405291008 79957 33554432000 4194304 5964478 140734905854960 140715981588472 4400067 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.6
Current children cumulated vsize (KiB) 395792

Child status: 255

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

Real time (s): 1800.01
CPU time (s): 1799.6
CPU user time (s): 1799.02
CPU system time (s): 0.58
CPU usage (%): 99.9773
Max. virtual memory (cumulated for all children) (KiB): 395792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.45
system time used= 0.867868
maximum resident set size= 319840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78457
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= 138
involuntary context switches= 1841

runsolver used 2.74258 second user time and 7.37188 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-02 22:05:08
IDJOB=3726672
IDBENCH=90220
IDSOLVER=2310
FILE ID=node135/3726672-1338667508
RUNJOBID= node135-1338667508-5765
PBS_JOBID= 14636508
Free space on /tmp= 70980 MiB

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

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

MD5SUM BENCH= 03e282ee85097a100b1dfa3533d9978b
RANDOM SEED=804229169

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29226460 kB
Buffers:          344220 kB
Cached:          2451492 kB
SwapCached:         1676 kB
Active:          1117196 kB
Inactive:        1690004 kB
Active(anon):       2076 kB
Inactive(anon):    12048 kB
Active(file):    1115120 kB
Inactive(file):  1677956 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105796 kB
Dirty:             10928 kB
Writeback:             0 kB
AnonPages:         17580 kB
Mapped:             9700 kB
Shmem:               132 kB
Slab:             699416 kB
SReclaimable:     141148 kB
SUnreclaim:       558268 kB
KernelStack:        1400 kB
PageTables:         4268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70976 MiB
End job on node135 at 2012-06-02 22:35:08