Trace number 3704316

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pwbo 2.0? 1799.9 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j90/
normalized-j9045_1-sat.opb
MD5SUMd4d1ca36c8af6075d3c9b6c16eca4a6b
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 variables26754
Total number of constraints93164
Number of constraints which are clauses92580
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints584
Minimum length of a constraint1
Maximum length of a constraint90
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 530
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704316-1338095310.opb.
0.00/0.00	c Instance file HOME/instance-3704316-1338095310.opb
0.00/0.00	c File size is 3050985 bytes.
0.18/0.23	c Highest Coefficient sum: 530
0.18/0.24	c ============================[ Problem Statistics ]=============================
0.18/0.24	c |                                                                             |
0.18/0.24	c |  Parsing time:          0.24         s                                      |
0.18/0.24	c |  Number Variables:      26754                                               |
0.18/0.24	c |  Number Clauses:        92580                                               |
0.18/0.24	c |  Number Cardinality:    0                                                   |
0.18/0.24	c |  Number PB Constraints: 584                                                 |
0.18/0.24	c |                                                                             |
0.18/0.28	c |  Problem Type:          Decision                                            |
0.18/0.28	c |  Objective Function:    None                                                |
0.18/0.28	c |                                                                             |
0.18/0.28	c ===============================================================================
1799.51/1800.00	c ===============================================================================
1799.51/1800.00	c Wall Clock Time: 1800.00 s
1799.51/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-3704316-1338095310/watcher-3704316-1338095310 -o /tmp/evaluation-result-3704316-1338095310/solver-3704316-1338095310 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704316-1338095310.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7176
/proc/meminfo: memFree=28391960/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=6292 CPUtime=0 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) R 7174 7176 5668 0 -1 4202496 331 0 0 0 0 0 0 0 20 0 1 0 275657823 6443008 283 33554432000 4194304 5965102 140735353062880 140735138393224 5180368 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 1573 283 161 433 0 392 0

[startup+0.064246 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7176
/proc/meminfo: memFree=28391960/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=12184 CPUtime=0.05 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) R 7174 7176 5668 0 -1 4202496 1969 0 0 0 5 0 0 0 20 0 1 0 275657823 12476416 1921 33554432000 4194304 5965102 140735353062880 140735138393224 4351139 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 3046 1921 354 433 0 1865 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12184

[startup+0.100317 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7176
/proc/meminfo: memFree=28391960/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=13664 CPUtime=0.08 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) R 7174 7176 5668 0 -1 4202496 2472 0 0 0 8 0 0 0 20 0 1 0 275657823 13991936 2391 33554432000 4194304 5965102 140735353062880 140735138393224 5137146 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 3416 2391 483 433 0 2235 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13664

[startup+0.300173 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7176
/proc/meminfo: memFree=28391960/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=103696 CPUtime=0.28 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 10045 0 0 0 27 1 0 0 20 0 2 0 275657823 106184704 9056 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 25924 9056 178 433 0 25488 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 103696

[startup+0.700135 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7176
/proc/meminfo: memFree=28391960/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=100168 CPUtime=0.69 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 10635 0 0 0 67 2 0 0 20 0 2 0 275657823 102572032 8885 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 25042 8885 191 433 0 24606 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100168

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7178
/proc/meminfo: memFree=28356208/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=100168 CPUtime=1.48 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 11011 0 0 0 146 2 0 0 20 0 2 0 275657823 102572032 9261 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 25042 9261 191 433 0 24606 0
[pid=7176/tid=7178] ppid=7174 vsize=100168 CPUtime=1.24 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 5448 0 0 0 122 2 0 0 20 0 2 0 275657847 102572032 9261 33554432000 4194304 5965102 140735353062880 139812482795560 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100168

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7178
/proc/meminfo: memFree=28353224/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=100168 CPUtime=3.08 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 11733 0 0 0 306 2 0 0 20 0 2 0 275657823 102572032 9983 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 25042 9983 191 433 0 24606 0
[pid=7176/tid=7178] ppid=7174 vsize=100168 CPUtime=2.84 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 6170 0 0 0 282 2 0 0 20 0 2 0 275657847 102572032 9983 33554432000 4194304 5965102 140735353062880 139812482795560 4389890 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 100168

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7178
/proc/meminfo: memFree=28346684/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=100168 CPUtime=6.28 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 13035 0 0 0 625 3 0 0 20 0 2 0 275657823 102572032 11285 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 25042 11285 191 433 0 24606 0
[pid=7176/tid=7178] ppid=7174 vsize=100168 CPUtime=6.04 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 7472 0 0 0 601 3 0 0 20 0 2 0 275657847 102572032 11285 33554432000 4194304 5965102 140735353062880 139812482795320 4221120 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) 100168

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7178
/proc/meminfo: memFree=28334004/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=100168 CPUtime=12.67 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 15375 0 0 0 1264 3 0 0 20 0 2 0 275657823 102572032 13625 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 25042 13625 191 433 0 24606 0
[pid=7176/tid=7178] ppid=7174 vsize=100168 CPUtime=12.44 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 9812 0 0 0 1241 3 0 0 20 0 2 0 275657847 102572032 13625 33554432000 4194304 5965102 140735353062880 139812482795512 4401149 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 100168

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7178
/proc/meminfo: memFree=28319388/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=100168 CPUtime=25.47 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 17662 0 0 0 2543 4 0 0 20 0 2 0 275657823 102572032 15912 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 25042 15912 191 433 0 24606 0
[pid=7176/tid=7178] ppid=7174 vsize=100168 CPUtime=25.24 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 12099 0 0 0 2520 4 0 0 20 0 2 0 275657847 102572032 15912 33554432000 4194304 5965102 140735353062880 139812482795560 4400894 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 100168

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7178
/proc/meminfo: memFree=28291244/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=100168 CPUtime=51.07 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 21895 0 0 0 5102 5 0 0 20 0 2 0 275657823 102572032 20145 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 25042 20145 191 433 0 24606 0
[pid=7176/tid=7178] ppid=7174 vsize=100168 CPUtime=50.84 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 16332 0 0 0 5079 5 0 0 20 0 2 0 275657847 102572032 20145 33554432000 4194304 5965102 140735353062880 139812482795320 4400894 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 100168

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7181
/proc/meminfo: memFree=28241128/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=167328 CPUtime=102.27 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 30679 0 0 0 10218 9 0 0 20 0 2 0 275657823 171343872 28929 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 41832 28929 191 433 0 41396 0
[pid=7176/tid=7178] ppid=7174 vsize=167328 CPUtime=102.05 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 25116 0 0 0 10195 10 0 0 20 0 2 0 275657847 171343872 28929 33554432000 4194304 5965102 140735353062880 139812482795320 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 167328

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7181
/proc/meminfo: memFree=28196604/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=233672 CPUtime=162.23 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 41010 0 0 0 16209 14 0 0 20 0 2 0 275657823 239280128 39730 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 58418 39730 191 433 0 57982 0
[pid=7176/tid=7178] ppid=7174 vsize=233672 CPUtime=162.03 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 35447 0 0 0 16187 16 0 0 20 0 2 0 275657847 239280128 39730 33554432000 4194304 5965102 140735353062880 139812482795512 4401456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 233672

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7182
/proc/meminfo: memFree=28162776/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=233672 CPUtime=222.2 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 48882 0 0 0 22200 20 0 0 20 0 2 0 275657823 239280128 47780 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 58418 47780 191 433 0 57982 0
[pid=7176/tid=7178] ppid=7174 vsize=233672 CPUtime=222 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 43319 0 0 0 22177 23 0 0 20 0 2 0 275657847 239280128 47780 33554432000 4194304 5965102 140735353062880 139812482795512 4392014 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 233672

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7182
/proc/meminfo: memFree=28137284/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=233672 CPUtime=282.18 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 54774 0 0 0 28195 23 0 0 20 0 2 0 275657823 239280128 53672 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 58418 53672 191 433 0 57982 0
[pid=7176/tid=7178] ppid=7174 vsize=233672 CPUtime=282 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 49211 0 0 0 28173 27 0 0 20 0 2 0 275657847 239280128 53672 33554432000 4194304 5965102 140735353062880 139812482795320 4404383 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 233672

[startup+342.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 7182
/proc/meminfo: memFree=28092628/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=299208 CPUtime=342.18 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 64174 0 0 0 34188 30 0 0 20 0 2 0 275657823 306388992 63072 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 74802 63072 191 433 0 74366 0
[pid=7176/tid=7178] ppid=7174 vsize=299208 CPUtime=342.01 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 58611 0 0 0 34166 35 0 0 20 0 2 0 275657847 306388992 63072 33554432000 4194304 5965102 140735353062880 139812482795512 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 299208

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 7182
/proc/meminfo: memFree=28041296/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=365960 CPUtime=402.16 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 74038 0 0 0 40179 37 0 0 20 0 2 0 275657823 374743040 72936 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 91490 72936 191 433 0 91054 0
[pid=7176/tid=7178] ppid=7174 vsize=365960 CPUtime=402.01 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 68475 0 0 0 40158 43 0 0 20 0 2 0 275657847 374743040 72936 33554432000 4194304 5965102 140735353062880 139812482795512 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 365960

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 7182
/proc/meminfo: memFree=28002384/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=365960 CPUtime=462.14 cores=0,2,4,6

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

/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 129559 0 0 0 130082 112 0 0 20 0 2 0 275657847 580734976 134414 33554432000 4194304 5965102 140735353062880 139812482795320 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 567124

[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 7269
/proc/meminfo: memFree=27667088/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=567124 CPUtime=1361.89 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 136230 0 0 0 136095 94 0 0 20 0 2 0 275657823 580734976 135763 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 141781 135763 191 433 0 141345 0
[pid=7176/tid=7178] ppid=7174 vsize=567124 CPUtime=1361.93 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 130667 0 0 0 136079 114 0 0 20 0 2 0 275657847 580734976 135763 33554432000 4194304 5965102 140735353062880 139812482795320 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 567124

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 7270
/proc/meminfo: memFree=27635112/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=567124 CPUtime=1421.87 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 136412 0 0 0 142093 94 0 0 20 0 2 0 275657823 580734976 136073 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 141781 136073 191 433 0 141345 0
[pid=7176/tid=7178] ppid=7174 vsize=567124 CPUtime=1421.92 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 130849 0 0 0 142077 115 0 0 20 0 2 0 275657847 580734976 136073 33554432000 4194304 5965102 140735353062880 139812482795320 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 567124

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 7271
/proc/meminfo: memFree=27602740/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=567124 CPUtime=1481.85 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 136493 0 0 0 148091 94 0 0 20 0 2 0 275657823 580734976 136154 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 141781 136154 191 433 0 141345 0
[pid=7176/tid=7178] ppid=7174 vsize=567124 CPUtime=1481.92 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 130930 0 0 0 148076 116 0 0 20 0 2 0 275657847 580734976 136154 33554432000 4194304 5965102 140735353062880 139812482795320 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 567124

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 7271
/proc/meminfo: memFree=27579188/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=567124 CPUtime=1541.85 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 136862 0 0 0 154090 95 0 0 20 0 2 0 275657823 580734976 136523 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 141781 136523 191 433 0 141345 0
[pid=7176/tid=7178] ppid=7174 vsize=567124 CPUtime=1541.92 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 131299 0 0 0 154074 118 0 0 20 0 2 0 275657847 580734976 136523 33554432000 4194304 5965102 140735353062880 139812482795320 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 567124

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7271
/proc/meminfo: memFree=27537524/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=632660 CPUtime=1601.83 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 141467 0 0 0 160083 100 0 0 20 0 2 0 275657823 647843840 141128 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 158165 141128 191 433 0 157729 0
[pid=7176/tid=7178] ppid=7174 vsize=632660 CPUtime=1601.93 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 135904 0 0 0 160068 125 0 0 20 0 2 0 275657847 647843840 141128 33554432000 4194304 5965102 140735353062880 139812482795560 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 632660

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7271
/proc/meminfo: memFree=27479740/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=632660 CPUtime=1661.82 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 151007 0 0 0 166074 108 0 0 20 0 2 0 275657823 647843840 150668 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 158165 150668 191 433 0 157729 0
[pid=7176/tid=7178] ppid=7174 vsize=632660 CPUtime=1661.93 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 145444 0 0 0 166060 133 0 0 20 0 2 0 275657847 647843840 150668 33554432000 4194304 5965102 140735353062880 139812482795512 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 632660

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7272
/proc/meminfo: memFree=27422976/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=698196 CPUtime=1721.82 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 158726 0 0 0 172066 116 0 0 20 0 2 0 275657823 714952704 158387 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 174549 158387 191 433 0 174113 0
[pid=7176/tid=7178] ppid=7174 vsize=698196 CPUtime=1721.93 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 153163 0 0 0 172051 142 0 0 20 0 2 0 275657847 714952704 158387 33554432000 4194304 5965102 140735353062880 139812482795320 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 698196

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7272
/proc/meminfo: memFree=27382556/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=698196 CPUtime=1781.81 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 163436 0 0 0 178061 120 0 0 20 0 2 0 275657823 714952704 163097 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 174549 163097 191 433 0 174113 0
[pid=7176/tid=7178] ppid=7174 vsize=698196 CPUtime=1781.94 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 157873 0 0 0 178047 147 0 0 20 0 2 0 275657847 714952704 163097 33554432000 4194304 5965102 140735353062880 139812482795512 4404708 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 698196

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7272
/proc/meminfo: memFree=27375348/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=698196 CPUtime=1791.41 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 164183 0 0 0 179021 120 0 0 20 0 2 0 275657823 714952704 163844 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 174549 163844 191 433 0 174113 0
[pid=7176/tid=7178] ppid=7174 vsize=698196 CPUtime=1791.54 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 158620 0 0 0 179007 147 0 0 20 0 2 0 275657847 714952704 163844 33554432000 4194304 5965102 140735353062880 139812482795512 4401510 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 698196

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7272
/proc/meminfo: memFree=27372976/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=698196 CPUtime=1794.61 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 164412 0 0 0 179341 120 0 0 20 0 2 0 275657823 714952704 164073 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 174549 164073 191 433 0 174113 0
[pid=7176/tid=7178] ppid=7174 vsize=698196 CPUtime=1794.74 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 158849 0 0 0 179326 148 0 0 20 0 2 0 275657847 714952704 164073 33554432000 4194304 5965102 140735353062880 139812482795560 4400955 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 698196

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7272
/proc/meminfo: memFree=27371860/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=698196 CPUtime=1797.81 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 164633 0 0 0 179660 121 0 0 20 0 2 0 275657823 714952704 164294 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 174549 164294 191 433 0 174113 0
[pid=7176/tid=7178] ppid=7174 vsize=698196 CPUtime=1797.94 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 159070 0 0 0 179646 148 0 0 20 0 2 0 275657847 714952704 164294 33554432000 4194304 5965102 140735353062880 139812482795320 4400955 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (KiB) 698196

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7272
/proc/meminfo: memFree=27371116/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=698196 CPUtime=1798.61 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 164661 0 0 0 179740 121 0 0 20 0 2 0 275657823 714952704 164322 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 174549 164322 191 433 0 174113 0
[pid=7176/tid=7178] ppid=7174 vsize=698196 CPUtime=1798.74 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 159098 0 0 0 179726 148 0 0 20 0 2 0 275657847 714952704 164322 33554432000 4194304 5965102 140735353062880 139812482795320 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (KiB) 698196

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7272
/proc/meminfo: memFree=27370372/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=698196 CPUtime=1799.02 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 164685 0 0 0 179781 121 0 0 20 0 2 0 275657823 714952704 164346 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 174549 164346 191 433 0 174113 0
[pid=7176/tid=7178] ppid=7174 vsize=698196 CPUtime=1799.14 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 159122 0 0 0 179766 148 0 0 20 0 2 0 275657847 714952704 164346 33554432000 4194304 5965102 140735353062880 139812482795512 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.02
Current children cumulated vsize (KiB) 698196

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7272
/proc/meminfo: memFree=27370372/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=698196 CPUtime=1799.41 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 164716 0 0 0 179820 121 0 0 20 0 2 0 275657823 714952704 164377 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 174549 164378 191 433 0 174113 0
[pid=7176/tid=7178] ppid=7174 vsize=698196 CPUtime=1799.54 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 159154 0 0 0 179806 148 0 0 20 0 2 0 275657847 714952704 164378 33554432000 4194304 5965102 140735353062880 139812482795512 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 698196

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7272
/proc/meminfo: memFree=27370372/32873648 swapFree=6844/6844
[pid=7176] ppid=7174 vsize=698196 CPUtime=1799.51 cores=0,2,4,6
/proc/7176/stat : 7176 (pwbo2.0) S 7174 7176 5668 0 -1 4202496 164726 0 0 0 179830 121 0 0 20 0 2 0 275657823 714952704 164387 33554432000 4194304 5965102 140735353062880 140735353062400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7176/statm: 174549 164387 191 433 0 174113 0
[pid=7176/tid=7178] ppid=7174 vsize=698196 CPUtime=1799.64 cores=0,2,4,6
/proc/7176/task/7178/stat : 7178 (pwbo2.0) R 7174 7176 5668 0 -1 4202560 159163 0 0 0 179816 148 0 0 20 0 2 0 275657847 714952704 164387 33554432000 4194304 5965102 140735353062880 139812482795512 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 698196

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.9
CPU user time (s): 1798.39
CPU system time (s): 1.50777
CPU usage (%): 99.9938
Max. virtual memory (cumulated for all children) (KiB): 698196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.39
system time used= 1.50777
maximum resident set size= 657564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164730
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= 2042

runsolver used 2.6246 second user time and 7.37388 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-27 07:08:31
IDJOB=3704316
IDBENCH=75548
IDSOLVER=2280
FILE ID=node115/3704316-1338095310
RUNJOBID= node115-1338087550-5684
PBS_JOBID= 14624444
Free space on /tmp= 71660 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j90/normalized-j9045_1-sat.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704316-1338095310/watcher-3704316-1338095310 -o /tmp/evaluation-result-3704316-1338095310/solver-3704316-1338095310 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704316-1338095310.opb

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

MD5SUM BENCH= d4d1ca36c8af6075d3c9b6c16eca4a6b
RANDOM SEED=1380615057

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28391960 kB
Buffers:          299516 kB
Cached:          3086452 kB
SwapCached:            0 kB
Active:          1274248 kB
Inactive:        2395768 kB
Active(anon):     286196 kB
Inactive(anon):        0 kB
Active(file):     988052 kB
Inactive(file):  2395768 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8804 kB
Writeback:             4 kB
AnonPages:        290468 kB
Mapped:            15132 kB
Shmem:               200 kB
Slab:             673452 kB
SReclaimable:     116284 kB
SUnreclaim:       557168 kB
KernelStack:        1456 kB
PageTables:         4560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     166036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 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= 71600 MiB
End job on node115 at 2012-05-27 07:38:31