Trace number 3704204

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17ls.opb
MD5SUMe92d33933b84b1c0ca9ffa19c28f7edc
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 benchmark1.78773
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints557
Number of constraints which are clauses313
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints242
Minimum length of a constraint2
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
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-3704204-1338087550.opb.
0.00/0.00	c Instance file HOME/instance-3704204-1338087550.opb
0.00/0.00	c File size is 26875 bytes.
0.00/0.00	c Highest Coefficient sum: 138
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:      370                                                 |
0.00/0.00	c |  Number Clauses:        313                                                 |
0.00/0.00	c |  Number Cardinality:    2                                                   |
0.00/0.00	c |  Number PB Constraints: 242                                                 |
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.58/1800.00	c ===============================================================================
1799.58/1800.00	c Wall Clock Time: 1800.00 s
1799.58/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-3704204-1338087550/watcher-3704204-1338087550 -o /tmp/evaluation-result-3704204-1338087550/solver-3704204-1338087550 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704204-1338087550.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.00 1.02 1.29 3/175 5711
/proc/meminfo: memFree=28680476/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=83856 CPUtime=0 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 860 0 0 0 0 0 0 0 20 0 2 0 274881752 85868544 1248 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 20964 1248 188 433 0 20528 0
[pid=5711/tid=5712] ppid=5707 vsize=83856 CPUtime=0 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 102 0 0 0 0 0 0 0 20 0 2 0 274881752 85868544 1249 33554432000 4194304 5965102 140735699646384 139943881563096 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0548301 s]
/proc/loadavg: 1.00 1.02 1.29 3/175 5711
/proc/meminfo: memFree=28680476/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=83856 CPUtime=0.04 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 1042 0 0 0 4 0 0 0 20 0 2 0 274881752 85868544 1430 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 20964 1431 190 433 0 20528 0
[pid=5711/tid=5712] ppid=5707 vsize=83856 CPUtime=0.03 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 284 0 0 0 3 0 0 0 20 0 2 0 274881752 85868544 1431 33554432000 4194304 5965102 140735699646384 139943881563096 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 83856

[startup+0.100248 s]
/proc/loadavg: 1.00 1.02 1.29 3/175 5711
/proc/meminfo: memFree=28680476/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=83856 CPUtime=0.09 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 1140 0 0 0 9 0 0 0 20 0 2 0 274881752 85868544 1528 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 20964 1528 190 433 0 20528 0
[pid=5711/tid=5712] ppid=5707 vsize=83856 CPUtime=0.08 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 381 0 0 0 8 0 0 0 20 0 2 0 274881752 85868544 1528 33554432000 4194304 5965102 140735699646384 139943881563096 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83856

[startup+0.300208 s]
/proc/loadavg: 1.00 1.02 1.29 3/175 5711
/proc/meminfo: memFree=28680476/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=83856 CPUtime=0.29 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 1544 0 0 0 29 0 0 0 20 0 2 0 274881752 85868544 1932 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 20964 1932 190 433 0 20528 0
[pid=5711/tid=5712] ppid=5707 vsize=83856 CPUtime=0.28 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 785 0 0 0 28 0 0 0 20 0 2 0 274881752 85868544 1932 33554432000 4194304 5965102 140735699646384 139943881561912 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83856

[startup+0.700207 s]
/proc/loadavg: 1.00 1.02 1.29 3/175 5711
/proc/meminfo: memFree=28680476/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=83856 CPUtime=0.69 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 2159 0 0 0 69 0 0 0 20 0 2 0 274881752 85868544 2547 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 20964 2548 190 433 0 20528 0
[pid=5711/tid=5712] ppid=5707 vsize=83856 CPUtime=0.68 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 1401 0 0 0 68 0 0 0 20 0 2 0 274881752 85868544 2548 33554432000 4194304 5965102 140735699646384 139943881561912 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83856

[startup+1.50021 s]
/proc/loadavg: 1.00 1.02 1.29 4/179 5715
/proc/meminfo: memFree=28661840/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=84000 CPUtime=1.49 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 3106 0 0 0 148 1 0 0 20 0 2 0 274881752 86016000 3494 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 21000 3494 190 433 0 20564 0
[pid=5711/tid=5712] ppid=5707 vsize=84000 CPUtime=1.48 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 2347 0 0 0 147 1 0 0 20 0 2 0 274881752 86016000 3494 33554432000 4194304 5965102 140735699646384 139943881562104 4383297 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84000

[startup+3.10021 s]
/proc/loadavg: 1.00 1.02 1.29 4/178 5715
/proc/meminfo: memFree=28655996/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=84000 CPUtime=3.09 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 3546 0 0 0 308 1 0 0 20 0 2 0 274881752 86016000 3934 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 21000 3934 190 433 0 20564 0
[pid=5711/tid=5712] ppid=5707 vsize=84000 CPUtime=3.09 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 2787 0 0 0 307 2 0 0 20 0 2 0 274881752 86016000 3934 33554432000 4194304 5965102 140735699646384 139943881561912 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84000

[startup+6.30023 s]
/proc/loadavg: 1.08 1.03 1.29 4/178 5715
/proc/meminfo: memFree=28648860/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=84072 CPUtime=6.29 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 4626 0 0 0 627 2 0 0 20 0 2 0 274881752 86089728 5014 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 21018 5014 190 433 0 20582 0
[pid=5711/tid=5712] ppid=5707 vsize=84072 CPUtime=6.28 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 3867 0 0 0 626 2 0 0 20 0 2 0 274881752 86089728 5014 33554432000 4194304 5965102 140735699646384 139943881562104 4221120 0 0 4096 16387 0 0 0 -1 3 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.15 1.05 1.30 3/179 5755
/proc/meminfo: memFree=28641388/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=84072 CPUtime=12.68 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 6328 0 0 0 1266 2 0 0 20 0 2 0 274881752 86089728 6725 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 21018 6725 190 433 0 20582 0
[pid=5711/tid=5712] ppid=5707 vsize=84072 CPUtime=12.67 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 5569 0 0 0 1264 3 0 0 20 0 2 0 274881752 86089728 6725 33554432000 4194304 5965102 140735699646384 139943881561912 4401127 0 0 4096 16387 0 0 0 -1 3 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: 1.34 1.09 1.31 3/179 5755
/proc/meminfo: memFree=28619476/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=85260 CPUtime=25.47 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 8917 0 0 0 2544 3 0 0 20 0 2 0 274881752 87306240 9349 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 21315 9349 190 433 0 20879 0
[pid=5711/tid=5712] ppid=5707 vsize=85260 CPUtime=25.47 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 8158 0 0 0 2543 4 0 0 20 0 2 0 274881752 87306240 9349 33554432000 4194304 5965102 140735699646384 139943881561912 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 85260

[startup+51.1003 s]
/proc/loadavg: 1.63 1.18 1.33 3/179 5755
/proc/meminfo: memFree=28589632/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=86320 CPUtime=51.06 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 12810 0 0 0 5101 5 0 0 20 0 2 0 274881752 88391680 13242 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 21580 13242 190 433 0 21144 0
[pid=5711/tid=5712] ppid=5707 vsize=86320 CPUtime=51.06 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 12051 0 0 0 5100 6 0 0 20 0 2 0 274881752 88391680 13242 33554432000 4194304 5965102 140735699646384 139943881562104 4401456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 86320

[startup+102.307 s]
/proc/loadavg: 1.85 1.32 1.37 3/180 5758
/proc/meminfo: memFree=28541660/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=153176 CPUtime=102.25 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 17747 0 0 0 10216 9 0 0 20 0 2 0 274881752 156852224 18780 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 38294 18780 190 433 0 37858 0
[pid=5711/tid=5712] ppid=5707 vsize=153176 CPUtime=102.25 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 16988 0 0 0 10214 11 0 0 20 0 2 0 274881752 156852224 18780 33554432000 4194304 5965102 140735699646384 139943881561864 4393933 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 153176

[startup+162.3 s]
/proc/loadavg: 1.94 1.43 1.40 3/180 5781
/proc/meminfo: memFree=28502448/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=155300 CPUtime=162.23 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 22449 0 0 0 16211 12 0 0 20 0 2 0 274881752 159027200 23527 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 38825 23527 190 433 0 38389 0
[pid=5711/tid=5712] ppid=5707 vsize=155300 CPUtime=162.24 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 21690 0 0 0 16209 15 0 0 20 0 2 0 274881752 159027200 23527 33554432000 4194304 5965102 140735699646384 139943881562104 4383320 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 155300

[startup+222.3 s]
/proc/loadavg: 1.98 1.53 1.43 3/179 5820
/proc/meminfo: memFree=28531140/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=156916 CPUtime=222.22 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 26401 0 0 0 22208 14 0 0 20 0 2 0 274881752 160681984 27479 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 39229 27479 190 433 0 38793 0
[pid=5711/tid=5712] ppid=5707 vsize=156916 CPUtime=222.24 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 25642 0 0 0 22206 18 0 0 20 0 2 0 274881752 160681984 27479 33554432000 4194304 5965102 140735699646384 139943881561624 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 156916

[startup+282.3 s]
/proc/loadavg: 2.02 1.63 1.47 3/179 5820
/proc/meminfo: memFree=28474312/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=158140 CPUtime=282.2 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 30688 0 0 0 28201 19 0 0 20 0 2 0 274881752 161935360 31810 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 39535 31810 190 433 0 39099 0
[pid=5711/tid=5712] ppid=5707 vsize=158140 CPUtime=282.23 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 29929 0 0 0 28199 24 0 0 20 0 2 0 274881752 161935360 31810 33554432000 4194304 5965102 140735699646384 139943881562104 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 158140

[startup+342.3 s]
/proc/loadavg: 2.12 1.72 1.51 3/179 5821
/proc/meminfo: memFree=28436080/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=159596 CPUtime=342.19 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 33519 0 0 0 34197 22 0 0 20 0 2 0 274881752 163426304 34641 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 39899 34641 190 433 0 39463 0
[pid=5711/tid=5712] ppid=5707 vsize=159596 CPUtime=342.23 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 32760 0 0 0 34196 27 0 0 20 0 2 0 274881752 163426304 34641 33554432000 4194304 5965102 140735699646384 139943881562104 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 159596

[startup+402.3 s]
/proc/loadavg: 2.04 1.77 1.54 3/179 5821
/proc/meminfo: memFree=28411688/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=225888 CPUtime=402.18 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 35506 0 0 0 40195 23 0 0 20 0 2 0 274881752 231309312 36646 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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

/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 73120 0 0 0 130127 89 0 0 20 0 2 0 274881752 387244032 75097 33554432000 4194304 5965102 140735699646384 139943881562104 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 378168

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.81 3/179 5830
/proc/meminfo: memFree=27988372/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=382324 CPUtime=1361.98 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 79192 0 0 0 136124 74 0 0 20 0 2 0 274881752 391499776 80410 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 95581 80410 190 433 0 95145 0
[pid=5711/tid=5712] ppid=5707 vsize=382324 CPUtime=1362.15 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 78433 0 0 0 136120 95 0 0 20 0 2 0 274881752 391499776 80410 33554432000 4194304 5965102 140735699646384 139943881562104 4401582 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 382324

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.82 3/179 5830
/proc/meminfo: memFree=27973740/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=382592 CPUtime=1421.97 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 79269 0 0 0 142123 74 0 0 20 0 2 0 274881752 391774208 80487 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 95648 80487 190 433 0 95212 0
[pid=5711/tid=5712] ppid=5707 vsize=382592 CPUtime=1422.16 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 78510 0 0 0 142120 96 0 0 20 0 2 0 274881752 391774208 80487 33554432000 4194304 5965102 140735699646384 139943881562152 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 382592

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/179 5830
/proc/meminfo: memFree=27972444/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=382592 CPUtime=1481.93 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 79311 0 0 0 148119 74 0 0 20 0 2 0 274881752 391774208 80506 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 95648 80506 190 433 0 95212 0
[pid=5711/tid=5712] ppid=5707 vsize=382592 CPUtime=1482.12 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 78552 0 0 0 148115 97 0 0 20 0 2 0 274881752 391774208 80506 33554432000 4194304 5965102 140735699646384 139943881562152 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 382592

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/178 5831
/proc/meminfo: memFree=27954260/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=386496 CPUtime=1541.93 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 84427 0 0 0 154112 81 0 0 20 0 2 0 274881752 395771904 85622 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 96624 85622 190 433 0 96188 0
[pid=5711/tid=5712] ppid=5707 vsize=386496 CPUtime=1542.12 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 83668 0 0 0 154108 104 0 0 20 0 2 0 274881752 395771904 85622 33554432000 4194304 5965102 140735699646384 139943881562104 4401143 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 386496

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.84 3/179 5832
/proc/meminfo: memFree=27940756/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=386880 CPUtime=1601.91 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 87702 0 0 0 160104 87 0 0 20 0 2 0 274881752 396165120 88897 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 96720 88897 190 433 0 96284 0
[pid=5711/tid=5712] ppid=5707 vsize=386880 CPUtime=1602.12 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 86943 0 0 0 160100 112 0 0 20 0 2 0 274881752 396165120 88897 33554432000 4194304 5965102 140735699646384 139943881562104 4400952 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 386880

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.84 3/179 5832
/proc/meminfo: memFree=27939976/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=386952 CPUtime=1661.91 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 87726 0 0 0 166104 87 0 0 20 0 2 0 274881752 396238848 88921 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 96738 88921 190 433 0 96302 0
[pid=5711/tid=5712] ppid=5707 vsize=386952 CPUtime=1662.11 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 86967 0 0 0 166098 113 0 0 20 0 2 0 274881752 396238848 88921 33554432000 4194304 5965102 140735699646384 139943881562152 4401096 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 386952

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/179 5832
/proc/meminfo: memFree=27940096/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=387060 CPUtime=1721.9 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 87738 0 0 0 172103 87 0 0 20 0 2 0 274881752 396349440 88933 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 96765 88933 190 433 0 96329 0
[pid=5711/tid=5712] ppid=5707 vsize=387060 CPUtime=1722.11 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 86979 0 0 0 172097 114 0 0 20 0 2 0 274881752 396349440 88933 33554432000 4194304 5965102 140735699646384 139943881562152 4222304 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 387060

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/179 5832
/proc/meminfo: memFree=27930424/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=387292 CPUtime=1781.89 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 87787 0 0 0 178102 87 0 0 20 0 2 0 274881752 396587008 88982 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 96823 88982 190 433 0 96387 0
[pid=5711/tid=5712] ppid=5707 vsize=387292 CPUtime=1782.11 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 87028 0 0 0 178096 115 0 0 20 0 2 0 274881752 396587008 88982 33554432000 4194304 5965102 140735699646384 139943881562152 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 387292

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

[startup+1791.91 s]
/proc/loadavg: 2.00 1.97 1.86 3/179 5832
/proc/meminfo: memFree=27930672/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=387292 CPUtime=1791.49 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 87787 0 0 0 179062 87 0 0 20 0 2 0 274881752 396587008 88982 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 96823 88982 190 433 0 96387 0
[pid=5711/tid=5712] ppid=5707 vsize=387292 CPUtime=1791.72 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 87028 0 0 0 179057 115 0 0 20 0 2 0 274881752 396587008 88982 33554432000 4194304 5965102 140735699646384 139943881562152 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.49
Current children cumulated vsize (KiB) 387292

[startup+1795.1 s]
/proc/loadavg: 2.00 1.97 1.86 3/179 5832
/proc/meminfo: memFree=27930672/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=387292 CPUtime=1794.69 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 87787 0 0 0 179382 87 0 0 20 0 2 0 274881752 396587008 88982 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 96823 88982 190 433 0 96387 0
[pid=5711/tid=5712] ppid=5707 vsize=387292 CPUtime=1794.92 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 87028 0 0 0 179377 115 0 0 20 0 2 0 274881752 396587008 88982 33554432000 4194304 5965102 140735699646384 139943881562152 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 387292

[startup+1798.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/179 5832
/proc/meminfo: memFree=27930672/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=387292 CPUtime=1797.88 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 87787 0 0 0 179701 87 0 0 20 0 2 0 274881752 396587008 88982 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 96823 88982 190 433 0 96387 0
[pid=5711/tid=5712] ppid=5707 vsize=387292 CPUtime=1798.11 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 87028 0 0 0 179696 115 0 0 20 0 2 0 274881752 396587008 88982 33554432000 4194304 5965102 140735699646384 139943881562152 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (KiB) 387292

[startup+1799.1 s]
/proc/loadavg: 2.00 1.97 1.86 3/179 5832
/proc/meminfo: memFree=27930672/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=387292 CPUtime=1798.68 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 87787 0 0 0 179781 87 0 0 20 0 2 0 274881752 396587008 88982 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 96823 88982 190 433 0 96387 0
[pid=5711/tid=5712] ppid=5707 vsize=387292 CPUtime=1798.91 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 87028 0 0 0 179776 115 0 0 20 0 2 0 274881752 396587008 88982 33554432000 4194304 5965102 140735699646384 139943881562152 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (KiB) 387292

[startup+1799.5 s]
/proc/loadavg: 2.00 1.97 1.86 3/179 5832
/proc/meminfo: memFree=27930672/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=387292 CPUtime=1799.09 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 87787 0 0 0 179822 87 0 0 20 0 2 0 274881752 396587008 88982 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 96823 88982 190 433 0 96387 0
[pid=5711/tid=5712] ppid=5707 vsize=387292 CPUtime=1799.32 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 87028 0 0 0 179817 115 0 0 20 0 2 0 274881752 396587008 88982 33554432000 4194304 5965102 140735699646384 139943881562152 4401155 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.09
Current children cumulated vsize (KiB) 387292

[startup+1799.9 s]
/proc/loadavg: 2.00 1.97 1.86 3/179 5832
/proc/meminfo: memFree=27930672/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=387292 CPUtime=1799.48 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 87787 0 0 0 179861 87 0 0 20 0 2 0 274881752 396587008 88982 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 96823 88982 190 433 0 96387 0
[pid=5711/tid=5712] ppid=5707 vsize=387292 CPUtime=1799.71 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 87028 0 0 0 179856 115 0 0 20 0 2 0 274881752 396587008 88982 33554432000 4194304 5965102 140735699646384 139943881562152 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 387292

[startup+1800 s]
/proc/loadavg: 2.00 1.97 1.86 3/179 5832
/proc/meminfo: memFree=27930672/32873648 swapFree=6844/6844
[pid=5711] ppid=5707 vsize=387292 CPUtime=1799.58 cores=1,3,5,7
/proc/5711/stat : 5711 (pwbo2.0) S 5707 5711 5668 0 -1 4202496 87787 0 0 0 179871 87 0 0 20 0 2 0 274881752 396587008 88982 33554432000 4194304 5965102 140735699646384 140735699645904 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5711/statm: 96823 88982 190 433 0 96387 0
[pid=5711/tid=5712] ppid=5707 vsize=387292 CPUtime=1799.81 cores=1,3,5,7
/proc/5711/task/5712/stat : 5712 (pwbo2.0) R 5707 5711 5668 0 -1 4202560 87028 0 0 0 179866 115 0 0 20 0 2 0 274881752 396587008 88982 33554432000 4194304 5965102 140735699646384 139943881562152 4401015 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 387292

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.84
CPU user time (s): 1798.67
CPU system time (s): 1.16682
CPU usage (%): 99.9904
Max. virtual memory (cumulated for all children) (KiB): 387292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 1.16682
maximum resident set size= 355940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87790
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= 140
involuntary context switches= 2254

runsolver used 2.58861 second user time and 7.2339 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-27 04:59:10
IDJOB=3704204
IDBENCH=1165
IDSOLVER=2280
FILE ID=node115/3704204-1338087550
RUNJOBID= node115-1338087550-5685
PBS_JOBID= 14624444
Free space on /tmp= 71668 MiB

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

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

MD5SUM BENCH= e92d33933b84b1c0ca9ffa19c28f7edc
RANDOM SEED=424523378

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:        28681360 kB
Buffers:          297176 kB
Cached:          3072336 kB
SwapCached:            0 kB
Active:           992132 kB
Inactive:        2388424 kB
Active(anon):      13632 kB
Inactive(anon):        0 kB
Active(file):     978500 kB
Inactive(file):  2388424 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10876 kB
Writeback:             0 kB
AnonPages:         17748 kB
Mapped:            13188 kB
Shmem:               200 kB
Slab:             671472 kB
SReclaimable:     115632 kB
SUnreclaim:       555840 kB
KernelStack:        1376 kB
PageTables:         4544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71660 MiB
End job on node115 at 2012-05-27 05:29:10