Trace number 3704208

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24ls.opb
MD5SUM1a4510076d9024b805728ffe22c0d108
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark48.1337
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints737
Number of constraints which are clauses397
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints338
Minimum length of a constraint2
Maximum length of a constraint169
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 24
Number of bits of the biggest number in a constraint 5
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.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-3704208-1338087754.opb.
0.00/0.00	c Instance file HOME/instance-3704208-1338087754.opb
0.00/0.00	c File size is 37027 bytes.
0.00/0.00	c Highest Coefficient sum: 193
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      490                                                 |
0.00/0.00	c |  Number Clauses:        397                                                 |
0.00/0.00	c |  Number Cardinality:    2                                                   |
0.00/0.00	c |  Number PB Constraints: 338                                                 |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Decision                                            |
0.00/0.00	c |  Objective Function:    None                                                |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1799.59/1800.00	c ===============================================================================
1799.59/1800.00	c Wall Clock Time: 1800.00 s
1799.59/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-3704208-1338087754/watcher-3704208-1338087754 -o /tmp/evaluation-result-3704208-1338087754/solver-3704208-1338087754 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704208-1338087754.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: 1.97 1.51 1.43 3/177 5818
/proc/meminfo: memFree=28582792/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=83856 CPUtime=0 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 887 0 0 0 0 0 0 0 20 0 2 0 274902195 85868544 829 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 20964 830 176 433 0 20528 0
[pid=5818/tid=5819] ppid=5816 vsize=83856 CPUtime=0 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 110 0 0 0 0 0 0 0 20 0 2 0 274902195 85868544 834 33554432000 4194304 5965102 140735147572912 140735511623752 4444296 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.0852411 s]
/proc/loadavg: 1.97 1.51 1.43 3/177 5818
/proc/meminfo: memFree=28582792/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=83856 CPUtime=0.08 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 1158 0 0 0 8 0 0 0 20 0 2 0 274902195 85868544 1100 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 20964 1100 190 433 0 20528 0
[pid=5818/tid=5819] ppid=5816 vsize=83856 CPUtime=0.07 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 376 0 0 0 7 0 0 0 20 0 2 0 274902195 85868544 1100 33554432000 4194304 5965102 140735147572912 140735511623752 4390150 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 83856

[startup+0.100257 s]
/proc/loadavg: 1.97 1.51 1.43 3/177 5818
/proc/meminfo: memFree=28582792/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=83856 CPUtime=0.09 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 1196 0 0 0 9 0 0 0 20 0 2 0 274902195 85868544 1138 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 20964 1138 190 433 0 20528 0
[pid=5818/tid=5819] ppid=5816 vsize=83856 CPUtime=0.08 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 414 0 0 0 8 0 0 0 20 0 2 0 274902195 85868544 1138 33554432000 4194304 5965102 140735147572912 140735511623752 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83856

[startup+0.300241 s]
/proc/loadavg: 1.97 1.51 1.43 3/177 5818
/proc/meminfo: memFree=28582792/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=83856 CPUtime=0.29 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 1615 0 0 0 29 0 0 0 20 0 2 0 274902195 85868544 1557 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 20964 1557 190 433 0 20528 0
[pid=5818/tid=5819] ppid=5816 vsize=83856 CPUtime=0.28 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 834 0 0 0 28 0 0 0 20 0 2 0 274902195 85868544 1558 33554432000 4194304 5965102 140735147572912 140735511623752 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83856

[startup+0.700238 s]
/proc/loadavg: 1.97 1.51 1.43 3/177 5818
/proc/meminfo: memFree=28582792/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=83856 CPUtime=0.69 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 2338 0 0 0 69 0 0 0 20 0 2 0 274902195 85868544 2280 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 20964 2280 190 433 0 20528 0
[pid=5818/tid=5819] ppid=5816 vsize=83856 CPUtime=0.68 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 1556 0 0 0 68 0 0 0 20 0 2 0 274902195 85868544 2280 33554432000 4194304 5965102 140735147572912 140735511623752 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83856

[startup+1.50024 s]
/proc/loadavg: 1.97 1.51 1.43 3/179 5820
/proc/meminfo: memFree=28572716/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=83856 CPUtime=1.49 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 3397 0 0 0 149 0 0 0 20 0 2 0 274902195 85868544 3339 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 20964 3340 190 433 0 20528 0
[pid=5818/tid=5819] ppid=5816 vsize=83856 CPUtime=1.48 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 2616 0 0 0 148 0 0 0 20 0 2 0 274902195 85868544 3340 33554432000 4194304 5965102 140735147572912 140045533362168 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83856

[startup+3.10022 s]
/proc/loadavg: 1.97 1.51 1.43 3/179 5820
/proc/meminfo: memFree=28567508/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=84000 CPUtime=3.09 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 3878 0 0 0 309 0 0 0 20 0 2 0 274902195 86016000 3820 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 21000 3820 190 433 0 20564 0
[pid=5818/tid=5819] ppid=5816 vsize=84000 CPUtime=3.08 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 3096 0 0 0 308 0 0 0 20 0 2 0 274902195 86016000 3820 33554432000 4194304 5965102 140735147572912 140045533361976 4401131 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84000

[startup+6.30024 s]
/proc/loadavg: 1.97 1.52 1.43 3/179 5820
/proc/meminfo: memFree=28560812/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=84072 CPUtime=6.29 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 5381 0 0 0 628 1 0 0 20 0 2 0 274902195 86089728 5330 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 21018 5330 190 433 0 20582 0
[pid=5818/tid=5819] ppid=5816 vsize=84072 CPUtime=6.27 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 4599 0 0 0 626 1 0 0 20 0 2 0 274902195 86089728 5330 33554432000 4194304 5965102 140735147572912 140045533362168 4382742 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84072

[startup+12.7003 s]
/proc/loadavg: 1.97 1.52 1.43 3/179 5820
/proc/meminfo: memFree=28544416/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=84072 CPUtime=12.68 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 7714 0 0 0 1267 1 0 0 20 0 2 0 274902195 86089728 7663 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 21018 7663 190 433 0 20582 0
[pid=5818/tid=5819] ppid=5816 vsize=84072 CPUtime=12.68 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 6932 0 0 0 1266 2 0 0 20 0 2 0 274902195 86089728 7663 33554432000 4194304 5965102 140735147572912 140045533361976 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84072

[startup+25.5003 s]
/proc/loadavg: 2.05 1.56 1.45 3/179 5820
/proc/meminfo: memFree=28518864/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=85132 CPUtime=25.48 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 12551 0 0 0 2545 3 0 0 20 0 2 0 274902195 87175168 12509 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 21283 12509 190 433 0 20847 0
[pid=5818/tid=5819] ppid=5816 vsize=85132 CPUtime=25.47 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 11769 0 0 0 2543 4 0 0 20 0 2 0 274902195 87175168 12509 33554432000 4194304 5965102 140735147572912 140045533362168 4401050 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85132

[startup+51.1002 s]
/proc/loadavg: 2.03 1.60 1.46 3/179 5820
/proc/meminfo: memFree=28496460/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=86176 CPUtime=51.07 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 17230 0 0 0 5102 5 0 0 20 0 2 0 274902195 88244224 17393 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 21544 17393 190 433 0 21108 0
[pid=5818/tid=5819] ppid=5816 vsize=86176 CPUtime=51.06 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 16448 0 0 0 5101 5 0 0 20 0 2 0 274902195 88244224 17393 33554432000 4194304 5965102 140735147572912 140045533361976 4221120 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) 86176

[startup+102.306 s]
/proc/loadavg: 2.01 1.66 1.48 3/179 5820
/proc/meminfo: memFree=28460476/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=152348 CPUtime=102.26 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 20614 0 0 0 10220 6 0 0 20 0 2 0 274902195 156004352 20777 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 38087 20777 190 433 0 37651 0
[pid=5818/tid=5819] ppid=5816 vsize=152348 CPUtime=102.27 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 19832 0 0 0 10219 8 0 0 20 0 2 0 274902195 156004352 20777 33554432000 4194304 5965102 140735147572912 140045533362168 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 152348

[startup+162.3 s]
/proc/loadavg: 2.08 1.74 1.52 3/179 5821
/proc/meminfo: memFree=28422492/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=153984 CPUtime=162.23 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 29987 0 0 0 16212 11 0 0 20 0 2 0 274902195 157679616 30195 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 38496 30195 190 433 0 38060 0
[pid=5818/tid=5819] ppid=5816 vsize=153984 CPUtime=162.26 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 29205 0 0 0 16212 14 0 0 20 0 2 0 274902195 157679616 30195 33554432000 4194304 5965102 140735147572912 140045533362216 4401559 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) 153984

[startup+222.3 s]
/proc/loadavg: 2.03 1.79 1.55 3/179 5821
/proc/meminfo: memFree=28398152/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=154432 CPUtime=222.23 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 31803 0 0 0 22210 13 0 0 20 0 2 0 274902195 158138368 32014 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 38608 32014 190 433 0 38172 0
[pid=5818/tid=5819] ppid=5816 vsize=154432 CPUtime=222.26 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 31021 0 0 0 22210 16 0 0 20 0 2 0 274902195 158138368 32014 33554432000 4194304 5965102 140735147572912 140045533362168 4401556 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 154432

[startup+282.3 s]
/proc/loadavg: 2.07 1.84 1.58 3/179 5821
/proc/meminfo: memFree=28360120/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=221052 CPUtime=282.22 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 37375 0 0 0 28207 15 0 0 20 0 2 0 274902195 226357248 37587 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 55263 37587 190 433 0 54827 0
[pid=5818/tid=5819] ppid=5816 vsize=221052 CPUtime=282.26 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 36593 0 0 0 28206 20 0 0 20 0 2 0 274902195 226357248 37587 33554432000 4194304 5965102 140735147572912 140045533362168 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 221052

[startup+342.3 s]
/proc/loadavg: 2.02 1.87 1.60 3/179 5821
/proc/meminfo: memFree=28323804/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=222400 CPUtime=342.19 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 43622 0 0 0 34200 19 0 0 20 0 2 0 274902195 227737600 43863 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 55600 43863 190 433 0 55164 0
[pid=5818/tid=5819] ppid=5816 vsize=222400 CPUtime=342.24 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 42840 0 0 0 34199 25 0 0 20 0 2 0 274902195 227737600 43863 33554432000 4194304 5965102 140735147572912 140045533361688 4400981 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 222400

[startup+402.3 s]
/proc/loadavg: 2.01 1.89 1.63 3/179 5821
/proc/meminfo: memFree=28297108/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=223392 CPUtime=402.18 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 49107 0 0 0 40195 23 0 0 20 0 2 0 274902195 228753408 49848 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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

/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 94738 0 0 0 130146 79 0 0 20 0 2 0 274902195 447516672 96260 33554432000 4194304 5965102 140735147572912 140045533362216 4401096 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 437028

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/179 5832
/proc/meminfo: memFree=27947204/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=437188 CPUtime=1361.98 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 95538 0 0 0 136139 59 0 0 20 0 2 0 274902195 447680512 96278 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 109297 96278 190 433 0 108861 0
[pid=5818/tid=5819] ppid=5816 vsize=437188 CPUtime=1362.24 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 94756 0 0 0 136144 80 0 0 20 0 2 0 274902195 447680512 96278 33554432000 4194304 5965102 140735147572912 140045533362216 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 437188

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.84 3/179 5832
/proc/meminfo: memFree=27940672/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=437188 CPUtime=1421.97 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 95547 0 0 0 142138 59 0 0 20 0 2 0 274902195 447680512 96290 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 109297 96290 190 433 0 108861 0
[pid=5818/tid=5819] ppid=5816 vsize=437188 CPUtime=1422.25 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 94765 0 0 0 142144 81 0 0 20 0 2 0 274902195 447680512 96290 33554432000 4194304 5965102 140735147572912 140045533362216 4401462 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 437188

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/179 5832
/proc/meminfo: memFree=27939724/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=437428 CPUtime=1481.95 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 95592 0 0 0 148136 59 0 0 20 0 2 0 274902195 447926272 96335 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 109357 96335 190 433 0 108921 0
[pid=5818/tid=5819] ppid=5816 vsize=437428 CPUtime=1482.24 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 94810 0 0 0 148142 82 0 0 20 0 2 0 274902195 447926272 96335 33554432000 4194304 5965102 140735147572912 140045533362216 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 437428

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/179 5832
/proc/meminfo: memFree=27930672/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=437428 CPUtime=1541.94 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 97909 0 0 0 154133 61 0 0 20 0 2 0 274902195 447926272 98652 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 109357 98652 190 433 0 108921 0
[pid=5818/tid=5819] ppid=5816 vsize=437428 CPUtime=1542.25 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 97127 0 0 0 154140 85 0 0 20 0 2 0 274902195 447926272 98652 33554432000 4194304 5965102 140735147572912 140045533362168 4380351 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 437428

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/179 5871
/proc/meminfo: memFree=28255096/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=437428 CPUtime=1601.93 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 97909 0 0 0 160132 61 0 0 20 0 2 0 274902195 447926272 98652 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 109357 98652 190 433 0 108921 0
[pid=5818/tid=5819] ppid=5816 vsize=437428 CPUtime=1602.25 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 97127 0 0 0 160139 86 0 0 20 0 2 0 274902195 447926272 98652 33554432000 4194304 5965102 140735147572912 140045533362168 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 437428

[startup+1662.3 s]
/proc/loadavg: 2.03 1.99 1.87 3/180 5875
/proc/meminfo: memFree=28141904/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=437912 CPUtime=1661.92 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 97995 0 0 0 166131 61 0 0 20 0 2 0 274902195 448421888 98738 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 109478 98738 190 433 0 109042 0
[pid=5818/tid=5819] ppid=5816 vsize=437912 CPUtime=1662.25 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 97213 0 0 0 166138 87 0 0 20 0 2 0 274902195 448421888 98738 33554432000 4194304 5965102 140735147572912 140045533361976 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 437912

[startup+1722.3 s]
/proc/loadavg: 2.01 1.99 1.87 3/179 5875
/proc/meminfo: memFree=28097452/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=438684 CPUtime=1721.91 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 100127 0 0 0 172127 64 0 0 20 0 2 0 274902195 449212416 100870 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 109671 100870 190 433 0 109235 0
[pid=5818/tid=5819] ppid=5816 vsize=438684 CPUtime=1722.26 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 99345 0 0 0 172135 91 0 0 20 0 2 0 274902195 449212416 100870 33554432000 4194304 5965102 140735147572912 140045533361976 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 438684

[startup+1782.3 s]
/proc/loadavg: 2.08 2.00 1.89 3/179 5875
/proc/meminfo: memFree=28011132/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=521628 CPUtime=1781.89 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 112251 0 0 0 178116 73 0 0 20 0 2 0 274902195 534147072 112986 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 130407 112986 190 433 0 129971 0
[pid=5818/tid=5819] ppid=5816 vsize=521628 CPUtime=1782.24 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 111469 0 0 0 178123 101 0 0 20 0 2 0 274902195 534147072 112986 33554432000 4194304 5965102 140735147572912 140045533362168 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 521628

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

[startup+1791.91 s]
/proc/loadavg: 2.06 2.00 1.89 3/179 5875
/proc/meminfo: memFree=28004064/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=524084 CPUtime=1791.49 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 114092 0 0 0 179075 74 0 0 20 0 2 0 274902195 536662016 114827 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 131021 114827 190 433 0 130585 0
[pid=5818/tid=5819] ppid=5816 vsize=524084 CPUtime=1791.85 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 113310 0 0 0 179083 102 0 0 20 0 2 0 274902195 536662016 114827 33554432000 4194304 5965102 140735147572912 140045533362216 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.49
Current children cumulated vsize (KiB) 524084

[startup+1795.1 s]
/proc/loadavg: 2.06 2.00 1.89 3/179 5875
/proc/meminfo: memFree=28002576/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=524324 CPUtime=1794.69 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 114497 0 0 0 179395 74 0 0 20 0 2 0 274902195 536907776 115232 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 131081 115232 190 433 0 130645 0
[pid=5818/tid=5819] ppid=5816 vsize=524324 CPUtime=1795.05 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 113715 0 0 0 179403 102 0 0 20 0 2 0 274902195 536907776 115232 33554432000 4194304 5965102 140735147572912 140045533362168 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 524324

[startup+1798.3 s]
/proc/loadavg: 2.06 2.00 1.89 3/179 5875
/proc/meminfo: memFree=28000964/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=524540 CPUtime=1797.89 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 114946 0 0 0 179714 75 0 0 20 0 2 0 274902195 537128960 115681 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 131135 115681 190 433 0 130699 0
[pid=5818/tid=5819] ppid=5816 vsize=524540 CPUtime=1798.25 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 114164 0 0 0 179723 102 0 0 20 0 2 0 274902195 537128960 115681 33554432000 4194304 5965102 140735147572912 140045533362168 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.89
Current children cumulated vsize (KiB) 524540

[startup+1799.1 s]
/proc/loadavg: 2.05 2.00 1.89 3/179 5875
/proc/meminfo: memFree=28000344/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=524684 CPUtime=1798.69 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 115068 0 0 0 179794 75 0 0 20 0 2 0 274902195 537276416 115803 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 131171 115803 190 433 0 130735 0
[pid=5818/tid=5819] ppid=5816 vsize=524684 CPUtime=1799.05 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 114286 0 0 0 179802 103 0 0 20 0 2 0 274902195 537276416 115803 33554432000 4194304 5965102 140735147572912 140045533362168 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (KiB) 524684

[startup+1799.5 s]
/proc/loadavg: 2.05 2.00 1.89 3/179 5875
/proc/meminfo: memFree=27999724/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=524684 CPUtime=1799.1 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 115133 0 0 0 179835 75 0 0 20 0 2 0 274902195 537276416 115868 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 131171 115868 190 433 0 130735 0
[pid=5818/tid=5819] ppid=5816 vsize=524684 CPUtime=1799.45 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 114351 0 0 0 179842 103 0 0 20 0 2 0 274902195 537276416 115868 33554432000 4194304 5965102 140735147572912 140045533362168 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.1
Current children cumulated vsize (KiB) 524684

[startup+1799.9 s]
/proc/loadavg: 2.05 2.00 1.89 3/179 5875
/proc/meminfo: memFree=27999724/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=524684 CPUtime=1799.49 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 115172 0 0 0 179874 75 0 0 20 0 2 0 274902195 537276416 115907 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 131171 115907 190 433 0 130735 0
[pid=5818/tid=5819] ppid=5816 vsize=524684 CPUtime=1799.85 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 114390 0 0 0 179882 103 0 0 20 0 2 0 274902195 537276416 115907 33554432000 4194304 5965102 140735147572912 140045533362168 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 524684

[startup+1800 s]
/proc/loadavg: 2.05 2.00 1.89 3/179 5875
/proc/meminfo: memFree=27999724/32873648 swapFree=6844/6844
[pid=5818] ppid=5816 vsize=524828 CPUtime=1799.59 cores=0,2,4,6
/proc/5818/stat : 5818 (pwbo2.0) S 5816 5818 5668 0 -1 4202496 115205 0 0 0 179884 75 0 0 20 0 2 0 274902195 537423872 115940 33554432000 4194304 5965102 140735147572912 140735147572432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5818/statm: 131207 115940 190 433 0 130771 0
[pid=5818/tid=5819] ppid=5816 vsize=524828 CPUtime=1799.95 cores=0,2,4,6
/proc/5818/task/5819/stat : 5819 (pwbo2.0) R 5816 5818 5668 0 -1 4202560 114423 0 0 0 179892 103 0 0 20 0 2 0 274902195 537423872 115940 33554432000 4194304 5965102 140735147572912 140045533362168 4401118 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 524828

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.98
CPU user time (s): 1798.93
CPU system time (s): 1.04584
CPU usage (%): 99.9983
Max. virtual memory (cumulated for all children) (KiB): 524828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.04584
maximum resident set size= 463772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115208
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= 183
involuntary context switches= 1964

runsolver used 2.87156 second user time and 7.26689 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-27 05:02:34
IDJOB=3704208
IDBENCH=1167
IDSOLVER=2280
FILE ID=node115/3704208-1338087754
RUNJOBID= node115-1338087550-5684
PBS_JOBID= 14624444
Free space on /tmp= 71664 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24ls.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704208-1338087754/watcher-3704208-1338087754 -o /tmp/evaluation-result-3704208-1338087754/solver-3704208-1338087754 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704208-1338087754.opb

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

MD5SUM BENCH= 1a4510076d9024b805728ffe22c0d108
RANDOM SEED=1171938238

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:        28583064 kB
Buffers:          297288 kB
Cached:          3072768 kB
SwapCached:            0 kB
Active:          1092912 kB
Inactive:        2387980 kB
Active(anon):     113640 kB
Inactive(anon):        0 kB
Active(file):     979272 kB
Inactive(file):  2387980 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5440 kB
Writeback:             0 kB
AnonPages:        118040 kB
Mapped:            15040 kB
Shmem:               200 kB
Slab:             671412 kB
SReclaimable:     115620 kB
SUnreclaim:       555792 kB
KernelStack:        1488 kB
PageTables:         3836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     149076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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= 71660 MiB
End job on node115 at 2012-05-27 05:32:34