Trace number 3726507

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pwbo 2.02? 1799.56 1800.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21ls.opb
MD5SUM3d28f31cd61cfb39466f429c599fdb4f
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 benchmark10.7814
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints644
Number of constraints which are clauses354
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint2
Maximum length of a constraint144
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 165
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.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726507-1338651707.opb.
0.00/0.00	c Instance file HOME/instance-3726507-1338651707.opb
0.00/0.00	c File size is 31753 bytes.
0.00/0.00	c Highest Coefficient sum: 165
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:      428                                                 |
0.00/0.00	c |  Number Clauses:        354                                                 |
0.00/0.00	c |  Number Cardinality:    2                                                   |
0.00/0.00	c |  Number PB Constraints: 288                                                 |
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.56/1800.00	c ===============================================================================
1799.56/1800.00	c Wall Clock Time: 1800.00 s
1799.56/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-3726507-1338651707/watcher-3726507-1338651707 -o /tmp/evaluation-result-3726507-1338651707/solver-3726507-1338651707 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726507-1338651707.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.46 1.45 1.74 2/177 25690
/proc/meminfo: memFree=31791784/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=83808 CPUtime=0 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 875 0 0 0 0 0 0 0 20 0 2 0 331295652 85819392 820 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 20952 820 184 433 0 20516 0
[pid=25690/tid=25691] ppid=25688 vsize=83808 CPUtime=0 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 2 0 331295653 85819392 820 33554432000 4194304 5964478 140734735434512 140736492819752 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.0267699 s]
/proc/loadavg: 1.46 1.45 1.74 2/177 25690
/proc/meminfo: memFree=31791784/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=83808 CPUtime=0.02 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 966 0 0 0 2 0 0 0 20 0 2 0 331295652 85819392 911 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 20952 911 186 433 0 20516 0
[pid=25690/tid=25691] ppid=25688 vsize=83808 CPUtime=0.01 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 198 0 0 0 1 0 0 0 20 0 2 0 331295653 85819392 911 33554432000 4194304 5964478 140734735434512 140736492819752 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 83808

[startup+0.100244 s]
/proc/loadavg: 1.46 1.45 1.74 2/177 25690
/proc/meminfo: memFree=31791784/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=83808 CPUtime=0.09 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 1156 0 0 0 9 0 0 0 20 0 2 0 331295652 85819392 1101 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 20952 1101 186 433 0 20516 0
[pid=25690/tid=25691] ppid=25688 vsize=83808 CPUtime=0.08 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 388 0 0 0 8 0 0 0 20 0 2 0 331295653 85819392 1101 33554432000 4194304 5964478 140734735434512 140736492819752 5136420 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) 83808

[startup+0.300253 s]
/proc/loadavg: 1.46 1.45 1.74 2/177 25690
/proc/meminfo: memFree=31791784/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=83808 CPUtime=0.29 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 1557 0 0 0 29 0 0 0 20 0 2 0 331295652 85819392 1502 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 20952 1502 186 433 0 20516 0
[pid=25690/tid=25691] ppid=25688 vsize=83808 CPUtime=0.28 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 789 0 0 0 28 0 0 0 20 0 2 0 331295653 85819392 1502 33554432000 4194304 5964478 140734735434512 140076870506488 18446744073699066235 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) 83808

[startup+0.700255 s]
/proc/loadavg: 1.46 1.45 1.74 2/177 25690
/proc/meminfo: memFree=31791784/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=83808 CPUtime=0.69 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 2163 0 0 0 69 0 0 0 20 0 2 0 331295652 85819392 2585 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 20952 2585 186 433 0 20516 0
[pid=25690/tid=25691] ppid=25688 vsize=83808 CPUtime=0.68 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 1395 0 0 0 68 0 0 0 20 0 2 0 331295653 85819392 2585 33554432000 4194304 5964478 140734735434512 140076870506488 4220672 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) 83808

[startup+1.50025 s]
/proc/loadavg: 1.50 1.46 1.74 3/179 25692
/proc/meminfo: memFree=31778804/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=83808 CPUtime=1.48 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 3073 0 0 0 148 0 0 0 20 0 2 0 331295652 85819392 3495 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 20952 3495 186 433 0 20516 0
[pid=25690/tid=25691] ppid=25688 vsize=83808 CPUtime=1.47 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 2305 0 0 0 147 0 0 0 20 0 2 0 331295653 85819392 3495 33554432000 4194304 5964478 140734735434512 140076870506488 5133673 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 83808

[startup+3.10025 s]
/proc/loadavg: 1.50 1.46 1.74 3/179 25692
/proc/meminfo: memFree=31773836/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=83952 CPUtime=3.09 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 3899 0 0 0 308 1 0 0 20 0 2 0 331295652 85966848 4321 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 20988 4321 186 433 0 20552 0
[pid=25690/tid=25691] ppid=25688 vsize=83952 CPUtime=3.07 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 3131 0 0 0 307 0 0 0 20 0 2 0 331295653 85966848 4321 33554432000 4194304 5964478 140734735434512 140076870506296 4400087 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) 83952

[startup+6.30027 s]
/proc/loadavg: 1.50 1.46 1.74 3/179 25692
/proc/meminfo: memFree=31764784/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=84024 CPUtime=6.29 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 5073 0 0 0 628 1 0 0 20 0 2 0 331295652 86040576 5495 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 21006 5495 186 433 0 20570 0
[pid=25690/tid=25691] ppid=25688 vsize=84024 CPUtime=6.26 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 4305 0 0 0 625 1 0 0 20 0 2 0 331295653 86040576 5495 33554432000 4194304 5964478 140734735434512 140076870506296 4389156 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) 84024

[startup+12.7003 s]
/proc/loadavg: 1.58 1.48 1.74 3/179 25692
/proc/meminfo: memFree=31755384/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=84024 CPUtime=12.69 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 7066 0 0 0 1267 2 0 0 20 0 2 0 331295652 86040576 7488 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 21006 7488 186 433 0 20570 0
[pid=25690/tid=25691] ppid=25688 vsize=84024 CPUtime=12.64 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 6298 0 0 0 1262 2 0 0 20 0 2 0 331295653 86040576 7488 33554432000 4194304 5964478 140734735434512 140076870506296 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84024

[startup+25.5003 s]
/proc/loadavg: 1.64 1.50 1.74 3/179 25692
/proc/meminfo: memFree=31744164/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=84852 CPUtime=25.49 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 10038 0 0 0 2546 3 0 0 20 0 2 0 331295652 86888448 10460 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 21213 10460 186 433 0 20777 0
[pid=25690/tid=25691] ppid=25688 vsize=84852 CPUtime=25.41 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 9270 0 0 0 2538 3 0 0 20 0 2 0 331295653 86888448 10460 33554432000 4194304 5964478 140734735434512 140076870506488 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84852

[startup+51.1003 s]
/proc/loadavg: 1.76 1.54 1.75 3/179 25692
/proc/meminfo: memFree=31710404/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=85804 CPUtime=51.08 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 13885 0 0 0 5104 4 0 0 20 0 2 0 331295652 87863296 14307 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 21451 14307 186 433 0 21015 0
[pid=25690/tid=25691] ppid=25688 vsize=85804 CPUtime=50.94 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 13117 0 0 0 5090 4 0 0 20 0 2 0 331295653 87863296 14307 33554432000 4194304 5964478 140734735434512 140076870506488 4391782 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 85804

[startup+102.307 s]
/proc/loadavg: 1.90 1.61 1.76 3/179 25692
/proc/meminfo: memFree=31668976/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=153308 CPUtime=102.25 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 19003 0 0 0 10219 6 0 0 20 0 2 0 331295652 156987392 19453 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 38327 19453 186 433 0 37891 0
[pid=25690/tid=25691] ppid=25688 vsize=153308 CPUtime=101.99 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 18235 0 0 0 10192 7 0 0 20 0 2 0 331295653 156987392 19453 33554432000 4194304 5964478 140734735434512 140076870506536 4400091 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 153308

[startup+162.3 s]
/proc/loadavg: 1.96 1.68 1.77 3/179 25692
/proc/meminfo: memFree=31624000/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=155448 CPUtime=162.23 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 25253 0 0 0 16214 9 0 0 20 0 2 0 331295652 159178752 25703 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 38862 25703 186 433 0 38426 0
[pid=25690/tid=25691] ppid=25688 vsize=155448 CPUtime=161.82 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 24485 0 0 0 16171 11 0 0 20 0 2 0 331295653 159178752 25703 33554432000 4194304 5964478 140734735434512 140076870506296 4400457 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) 155448

[startup+222.3 s]
/proc/loadavg: 1.98 1.74 1.78 3/179 25692
/proc/meminfo: memFree=31586388/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=156580 CPUtime=222.21 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 29331 0 0 0 22209 12 0 0 20 0 2 0 331295652 160337920 29802 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 39145 29802 186 433 0 38709 0
[pid=25690/tid=25691] ppid=25688 vsize=156580 CPUtime=221.65 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 28563 0 0 0 22151 14 0 0 20 0 2 0 331295653 160337920 29802 33554432000 4194304 5964478 140734735434512 140076870506296 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 156580

[startup+282.3 s]
/proc/loadavg: 1.99 1.78 1.79 3/179 25692
/proc/meminfo: memFree=31548316/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=226484 CPUtime=282.2 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 36085 0 0 0 28204 16 0 0 20 0 2 0 331295652 231919616 36550 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 56621 36550 186 433 0 56185 0
[pid=25690/tid=25691] ppid=25688 vsize=226484 CPUtime=281.49 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 35317 0 0 0 28129 20 0 0 20 0 2 0 331295653 231919616 36550 33554432000 4194304 5964478 140734735434512 140076870506536 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 226484

[startup+342.3 s]
/proc/loadavg: 1.99 1.82 1.80 3/179 25693
/proc/meminfo: memFree=31516720/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=228960 CPUtime=342.18 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 40916 0 0 0 34200 18 0 0 20 0 2 0 331295652 234455040 41381 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 57240 41381 186 433 0 56804 0
[pid=25690/tid=25691] ppid=25688 vsize=228960 CPUtime=341.33 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 40148 0 0 0 34110 23 0 0 20 0 2 0 331295653 234455040 41381 33554432000 4194304 5964478 140734735434512 140076870506536 4400087 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) 228960

[startup+402.3 s]
/proc/loadavg: 1.99 1.85 1.81 3/179 25693
/proc/meminfo: memFree=31494176/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=230640 CPUtime=402.16 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 44559 0 0 0 40194 22 0 0 20 0 2 0 331295652 236175360 45072 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25725
/proc/meminfo: memFree=31127080/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=441188 CPUtime=1421.94 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 90006 0 0 0 142132 62 0 0 20 0 2 0 331295652 451776512 91143 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 110297 91143 186 433 0 109861 0
[pid=25690/tid=25691] ppid=25688 vsize=441188 CPUtime=1418.42 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 89238 0 0 0 141759 83 0 0 20 0 2 0 331295653 451776512 91143 33554432000 4194304 5964478 140734735434512 140076870506488 4400542 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 441188

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25725
/proc/meminfo: memFree=31126748/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=441188 CPUtime=1481.92 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 90009 0 0 0 148130 62 0 0 20 0 2 0 331295652 451776512 91146 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 110297 91146 186 433 0 109861 0
[pid=25690/tid=25691] ppid=25688 vsize=441188 CPUtime=1478.26 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 89241 0 0 0 147742 84 0 0 20 0 2 0 331295653 451776512 91146 33554432000 4194304 5964478 140734735434512 140076870506488 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 441188

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25726
/proc/meminfo: memFree=31126004/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=441588 CPUtime=1541.91 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 90122 0 0 0 154129 62 0 0 20 0 2 0 331295652 452186112 91259 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 110397 91259 186 433 0 109961 0
[pid=25690/tid=25691] ppid=25688 vsize=441588 CPUtime=1538.1 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 89354 0 0 0 153725 85 0 0 20 0 2 0 331295653 452186112 91259 33554432000 4194304 5964478 140734735434512 140076870506536 4400091 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 441588

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25726
/proc/meminfo: memFree=31124760/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=442060 CPUtime=1601.9 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 90238 0 0 0 160128 62 0 0 20 0 2 0 331295652 452669440 91378 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 110515 91378 186 433 0 110079 0
[pid=25690/tid=25691] ppid=25688 vsize=442060 CPUtime=1597.94 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 89470 0 0 0 159708 86 0 0 20 0 2 0 331295653 452669440 91378 33554432000 4194304 5964478 140734735434512 140076870506536 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 442060

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25726
/proc/meminfo: memFree=31105012/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=443828 CPUtime=1661.89 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 93679 0 0 0 166123 66 0 0 20 0 2 0 331295652 454479872 94842 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 110957 94842 186 433 0 110521 0
[pid=25690/tid=25691] ppid=25688 vsize=443828 CPUtime=1657.77 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 92911 0 0 0 165686 91 0 0 20 0 2 0 331295653 454479872 94842 33554432000 4194304 5964478 140734735434512 140076870506536 4400787 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 443828

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/180 25729
/proc/meminfo: memFree=31079212/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=445904 CPUtime=1721.87 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 95552 0 0 0 172120 67 0 0 20 0 2 0 331295652 456605696 96715 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 111476 96715 186 433 0 111040 0
[pid=25690/tid=25691] ppid=25688 vsize=445904 CPUtime=1717.62 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 94784 0 0 0 171669 93 0 0 20 0 2 0 331295653 456605696 96715 33554432000 4194304 5964478 140734735434512 140076870506536 4400078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 445904

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25768
/proc/meminfo: memFree=31364792/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=450448 CPUtime=1781.86 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 101677 0 0 0 178112 74 0 0 20 0 2 0 331295652 461258752 102840 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 112612 102840 186 433 0 112176 0
[pid=25690/tid=25691] ppid=25688 vsize=450448 CPUtime=1777.46 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 100909 0 0 0 177645 101 0 0 20 0 2 0 331295653 461258752 102840 33554432000 4194304 5964478 140734735434512 140076870506536 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 450448

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

[startup+1791.91 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25768
/proc/meminfo: memFree=31345324/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=452068 CPUtime=1791.47 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 102665 0 0 0 179072 75 0 0 20 0 2 0 331295652 462917632 103828 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 113017 103828 186 433 0 112581 0
[pid=25690/tid=25691] ppid=25688 vsize=452068 CPUtime=1787.04 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 101897 0 0 0 178602 102 0 0 20 0 2 0 331295653 462917632 103828 33554432000 4194304 5964478 140734735434512 140076870506488 4399912 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.47
Current children cumulated vsize (KiB) 452068

[startup+1795.1 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25768
/proc/meminfo: memFree=31337636/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=452500 CPUtime=1794.67 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 102918 0 0 0 179392 75 0 0 20 0 2 0 331295652 463360000 104081 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 113125 104081 186 433 0 112689 0
[pid=25690/tid=25691] ppid=25688 vsize=452500 CPUtime=1790.23 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 102150 0 0 0 178921 102 0 0 20 0 2 0 331295653 463360000 104081 33554432000 4194304 5964478 140734735434512 140076870506296 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (KiB) 452500

[startup+1798.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25768
/proc/meminfo: memFree=31336148/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=452840 CPUtime=1797.86 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 103218 0 0 0 179710 76 0 0 20 0 2 0 331295652 463708160 104381 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 113210 104381 186 433 0 112774 0
[pid=25690/tid=25691] ppid=25688 vsize=452840 CPUtime=1793.42 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 102450 0 0 0 179239 103 0 0 20 0 2 0 331295653 463708160 104381 33554432000 4194304 5964478 140734735434512 140076870506488 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.86
Current children cumulated vsize (KiB) 452840

[startup+1799.1 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25768
/proc/meminfo: memFree=31335528/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=453216 CPUtime=1798.66 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 103326 0 0 0 179790 76 0 0 20 0 2 0 331295652 464093184 104489 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 113304 104489 186 433 0 112868 0
[pid=25690/tid=25691] ppid=25688 vsize=453216 CPUtime=1794.22 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 102558 0 0 0 179319 103 0 0 20 0 2 0 331295653 464093184 104489 33554432000 4194304 5964478 140734735434512 140076870506488 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (KiB) 453216

[startup+1799.5 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25768
/proc/meminfo: memFree=31335032/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=453216 CPUtime=1799.07 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 103357 0 0 0 179831 76 0 0 20 0 2 0 331295652 464093184 104520 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 113304 104520 186 433 0 112868 0
[pid=25690/tid=25691] ppid=25688 vsize=453216 CPUtime=1794.62 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 102589 0 0 0 179359 103 0 0 20 0 2 0 331295653 464093184 104520 33554432000 4194304 5964478 140734735434512 140076870506488 4400115 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.07
Current children cumulated vsize (KiB) 453216

[startup+1799.9 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25768
/proc/meminfo: memFree=31335032/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=453324 CPUtime=1799.46 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 103389 0 0 0 179870 76 0 0 20 0 2 0 331295652 464203776 104552 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 113331 104552 186 433 0 112895 0
[pid=25690/tid=25691] ppid=25688 vsize=453324 CPUtime=1795.01 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 102621 0 0 0 179398 103 0 0 20 0 2 0 331295653 464203776 104552 33554432000 4194304 5964478 140734735434512 140076870506488 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 453324

[startup+1800 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25768
/proc/meminfo: memFree=31335032/32873844 swapFree=7116/7116
[pid=25690] ppid=25688 vsize=453324 CPUtime=1799.56 cores=0,2,4,6
/proc/25690/stat : 25690 (pwbo2.02) S 25688 25690 23807 0 -1 4202496 103396 0 0 0 179880 76 0 0 20 0 2 0 331295652 464203776 104559 33554432000 4194304 5964478 140734735434512 140734735434032 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25690/statm: 113331 104559 186 433 0 112895 0
[pid=25690/tid=25691] ppid=25688 vsize=453324 CPUtime=1795.11 cores=0,2,4,6
/proc/25690/task/25691/stat : 25691 (pwbo2.02) R 25688 25690 23807 0 -1 4202560 102628 0 0 0 179408 103 0 0 20 0 2 0 331295653 464203776 104559 33554432000 4194304 5964478 140734735434512 140076870506488 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 453324

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25690 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=90256
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=47840
# CPU time returned by wait4() is 1795.14
# while last known CPU time is 1799.56
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.56
CPU user time (s): 1798.8
CPU system time (s): 0.76
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 453324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.09
system time used= 1.04784
maximum resident set size= 418248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103399
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= 159
involuntary context switches= 1890

runsolver used 2.6076 second user time and 7.33488 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-02 17:41:47
IDJOB=3726507
IDBENCH=1168
IDSOLVER=2310
FILE ID=node146/3726507-1338651707
RUNJOBID= node146-1338651664-25621
PBS_JOBID= 14636434
Free space on /tmp= 70920 MiB

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

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

MD5SUM BENCH= 3d28f31cd61cfb39466f429c599fdb4f
RANDOM SEED=1974015430

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31792040 kB
Buffers:          109496 kB
Cached:           169412 kB
SwapCached:         1792 kB
Active:           162404 kB
Inactive:         173048 kB
Active(anon):      57628 kB
Inactive(anon):     1556 kB
Active(file):     104776 kB
Inactive(file):   171492 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099772 kB
Dirty:              5444 kB
Writeback:             0 kB
AnonPages:         81452 kB
Mapped:             9456 kB
Shmem:                 0 kB
Slab:             607632 kB
SReclaimable:      47760 kB
SUnreclaim:       559872 kB
KernelStack:        1488 kB
PageTables:         4232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     144544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70912 MiB
End job on node146 at 2012-06-02 18:11:47