Trace number 3704154

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.0UNSAT 714.51 714.83

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900561288.opb
MD5SUM4bba9489f2c1cdd3e2419eb13f48915c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark57.0313
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704154-1338088605.opb.
0.00/0.00	c Instance file HOME/instance-3704154-1338088605.opb
0.00/0.00	c File size is 83373 bytes.
0.00/0.00	c Highest Coefficient sum: 625
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      231                                                 |
0.00/0.00	c |  Number Clauses:        2684                                                |
0.00/0.00	c |  Number Cardinality:    22                                                  |
0.00/0.00	c |  Number PB Constraints: 1                                                   |
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 ===============================================================================
714.51/714.82	c ===============================================================================
714.51/714.82	c Wall Clock Time: 714.83 s
714.51/714.82	s UNSATISFIABLE

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-3704154-1338088605/watcher-3704154-1338088605 -o /tmp/evaluation-result-3704154-1338088605/solver-3704154-1338088605 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704154-1338088605.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.02 1.82 3/177 17653
/proc/meminfo: memFree=28704220/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=3232 CPUtime=0 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) R 17651 17653 17458 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 274984996 3309568 269 33554432000 4194304 5965102 140736532727120 140734320249528 5160536 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 808 275 172 433 0 351 0

[startup+0.047693 s]
/proc/loadavg: 2.06 2.02 1.82 3/177 17653
/proc/meminfo: memFree=28704220/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=83840 CPUtime=0.04 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 1030 0 0 0 4 0 0 0 20 0 2 0 274984996 85852160 961 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 20960 961 190 433 0 20524 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 83840

[startup+0.100156 s]
/proc/loadavg: 2.06 2.02 1.82 3/177 17653
/proc/meminfo: memFree=28704220/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=83840 CPUtime=0.09 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 1166 0 0 0 9 0 0 0 20 0 2 0 274984996 85852160 1097 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 20960 1097 190 433 0 20524 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83840

[startup+0.300113 s]
/proc/loadavg: 2.06 2.02 1.82 3/177 17653
/proc/meminfo: memFree=28704220/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=83840 CPUtime=0.29 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 1593 0 0 0 29 0 0 0 20 0 2 0 274984996 85852160 1524 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 20960 1524 190 433 0 20524 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83840

[startup+0.700111 s]
/proc/loadavg: 2.06 2.02 1.82 3/177 17653
/proc/meminfo: memFree=28704220/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=83984 CPUtime=0.69 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 1996 0 0 0 69 0 0 0 20 0 2 0 274984996 85999616 1927 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 20996 1927 190 433 0 20560 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83984

[startup+1.50021 s]
/proc/loadavg: 2.06 2.02 1.82 3/179 17655
/proc/meminfo: memFree=28696624/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=84056 CPUtime=1.48 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 2594 0 0 0 148 0 0 0 20 0 2 0 274984996 86073344 2525 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 21014 2525 190 433 0 20578 0
[pid=17653/tid=17655] ppid=17651 vsize=84056 CPUtime=1.47 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 1805 0 0 0 147 0 0 0 20 0 2 0 274984997 86073344 2525 33554432000 4194304 5965102 140736532727120 139990176659448 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84056

[startup+3.10021 s]
/proc/loadavg: 2.06 2.02 1.82 3/179 17655
/proc/meminfo: memFree=28692624/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=84056 CPUtime=3.08 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 3519 0 0 0 308 0 0 0 20 0 2 0 274984996 86073344 3450 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 21014 3450 190 433 0 20578 0
[pid=17653/tid=17655] ppid=17651 vsize=84056 CPUtime=3.06 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 2730 0 0 0 306 0 0 0 20 0 2 0 274984997 86073344 3450 33554432000 4194304 5965102 140736532727120 139990176659256 5139822 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84056

[startup+6.30021 s]
/proc/loadavg: 2.05 2.02 1.82 3/179 17655
/proc/meminfo: memFree=28685168/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=84164 CPUtime=6.28 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 4929 0 0 0 627 1 0 0 20 0 2 0 274984996 86183936 4860 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 21041 4860 190 433 0 20605 0
[pid=17653/tid=17655] ppid=17651 vsize=84164 CPUtime=6.25 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 4140 0 0 0 624 1 0 0 20 0 2 0 274984997 86183936 4860 33554432000 4194304 5965102 140736532727120 139990176659256 4401548 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84164

[startup+12.7002 s]
/proc/loadavg: 2.05 2.02 1.82 3/179 17655
/proc/meminfo: memFree=28676420/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=84324 CPUtime=12.68 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 6644 0 0 0 1267 1 0 0 20 0 2 0 274984996 86347776 6575 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 21081 6575 190 433 0 20645 0
[pid=17653/tid=17655] ppid=17651 vsize=84324 CPUtime=12.64 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 5855 0 0 0 1263 1 0 0 20 0 2 0 274984997 86347776 6575 33554432000 4194304 5965102 140736532727120 139990176659256 4401582 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84324

[startup+25.5003 s]
/proc/loadavg: 2.04 2.02 1.82 3/179 17655
/proc/meminfo: memFree=28664972/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=84324 CPUtime=25.47 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 9533 0 0 0 2546 1 0 0 20 0 2 0 274984996 86347776 9464 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 21081 9464 190 433 0 20645 0
[pid=17653/tid=17655] ppid=17651 vsize=84324 CPUtime=25.4 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 8744 0 0 0 2539 1 0 0 20 0 2 0 274984997 86347776 9464 33554432000 4194304 5965102 140736532727120 139990176659448 4401556 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 84324

[startup+51.1003 s]
/proc/loadavg: 2.02 2.02 1.82 3/179 17655
/proc/meminfo: memFree=28640916/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=84708 CPUtime=51.08 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 14098 0 0 0 5104 4 0 0 20 0 2 0 274984996 86740992 14029 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 21177 14029 190 433 0 20741 0
[pid=17653/tid=17655] ppid=17651 vsize=84708 CPUtime=50.93 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 13309 0 0 0 5089 4 0 0 20 0 2 0 274984997 86740992 14029 33554432000 4194304 5965102 140736532727120 139990176659256 4401441 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84708

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.83 3/179 17655
/proc/meminfo: memFree=28603096/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=152260 CPUtime=102.26 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 21406 0 0 0 10218 8 0 0 20 0 2 0 274984996 155914240 21337 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 38065 21337 190 433 0 37629 0
[pid=17653/tid=17655] ppid=17651 vsize=152260 CPUtime=102 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 20617 0 0 0 10191 9 0 0 20 0 2 0 274984997 155914240 21337 33554432000 4194304 5965102 140736532727120 139990176659256 4401131 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 152260

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.84 3/179 17655
/proc/meminfo: memFree=28565832/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=155104 CPUtime=162.24 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 30487 0 0 0 16211 13 0 0 20 0 2 0 274984996 158826496 30419 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 38776 30419 190 433 0 38340 0
[pid=17653/tid=17655] ppid=17651 vsize=155104 CPUtime=161.83 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 29698 0 0 0 16168 15 0 0 20 0 2 0 274984997 158826496 30419 33554432000 4194304 5965102 140736532727120 139990176659448 4400992 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 155104

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 1.85 3/180 17659
/proc/meminfo: memFree=28513880/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=222692 CPUtime=222.18 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 37587 0 0 0 22200 18 0 0 20 0 2 0 274984996 228036608 37617 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 55673 37617 190 433 0 55237 0
[pid=17653/tid=17655] ppid=17651 vsize=222692 CPUtime=221.63 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 36798 0 0 0 22142 21 0 0 20 0 2 0 274984997 228036608 37617 33554432000 4194304 5965102 140736532727120 139990176659256 4390200 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 222692

[startup+282.3 s]
/proc/loadavg: 2.08 2.03 1.86 3/179 17659
/proc/meminfo: memFree=28481156/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=224312 CPUtime=282.16 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 42887 0 0 0 28194 22 0 0 20 0 2 0 274984996 229695488 43615 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 56078 43615 190 433 0 55642 0
[pid=17653/tid=17655] ppid=17651 vsize=224312 CPUtime=281.46 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 42098 0 0 0 28120 26 0 0 20 0 2 0 274984997 229695488 43615 33554432000 4194304 5965102 140736532727120 139990176659448 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 224312

[startup+342.3 s]
/proc/loadavg: 2.03 2.02 1.86 3/179 17659
/proc/meminfo: memFree=28450644/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=225752 CPUtime=342.14 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 50188 0 0 0 34187 27 0 0 20 0 2 0 274984996 231170048 50916 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 56438 50916 190 433 0 56002 0
[pid=17653/tid=17655] ppid=17651 vsize=225752 CPUtime=341.3 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 49399 0 0 0 34098 32 0 0 20 0 2 0 274984997 231170048 50916 33554432000 4194304 5965102 140736532727120 139990176659448 4401559 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 225752

[startup+402.3 s]
/proc/loadavg: 2.06 2.03 1.87 3/179 17659
/proc/meminfo: memFree=28430804/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=292692 CPUtime=402.12 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 54960 0 0 0 40179 33 0 0 20 0 2 0 274984996 299716608 55688 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 73173 55688 190 433 0 72737 0
[pid=17653/tid=17655] ppid=17651 vsize=292692 CPUtime=401.14 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 54171 0 0 0 40075 39 0 0 20 0 2 0 274984997 299716608 55688 33554432000 4194304 5965102 140736532727120 139990176659256 4401137 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 292692

[startup+462.3 s]
/proc/loadavg: 2.02 2.02 1.88 3/179 17659
/proc/meminfo: memFree=28410516/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=293268 CPUtime=462.11 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 59735 0 0 0 46174 37 0 0 20 0 2 0 274984996 300306432 60500 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 73317 60500 190 433 0 72881 0
[pid=17653/tid=17655] ppid=17651 vsize=293268 CPUtime=460.97 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 58946 0 0 0 46053 44 0 0 20 0 2 0 274984997 300306432 60500 33554432000 4194304 5965102 140736532727120 139990176659256 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 293268

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 1.89 3/174 17767
/proc/meminfo: memFree=28691812/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=294564 CPUtime=522.06 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 67001 0 0 0 52163 43 0 0 20 0 2 0 274984996 301633536 67840 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 73641 67840 190 433 0 73205 0
[pid=17653/tid=17655] ppid=17651 vsize=294564 CPUtime=520.79 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 66212 0 0 0 52029 50 0 0 20 0 2 0 274984997 301633536 67840 33554432000 4194304 5965102 140736532727120 139990176659448 4400978 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 294564

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 1.89 3/179 17933
/proc/meminfo: memFree=28326820/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=360820 CPUtime=582.05 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 72942 0 0 0 58156 49 0 0 20 0 2 0 274984996 369479680 73784 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 90205 73784 190 433 0 89769 0
[pid=17653/tid=17655] ppid=17651 vsize=360820 CPUtime=580.63 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 72153 0 0 0 58006 57 0 0 20 0 2 0 274984997 369479680 73784 33554432000 4194304 5965102 140736532727120 139990176659448 5136278 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 360820

[startup+642.3 s]
/proc/loadavg: 2.05 2.02 1.90 3/179 18050
/proc/meminfo: memFree=28624724/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=363140 CPUtime=642.03 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 77634 0 0 0 64149 54 0 0 20 0 2 0 274984996 371855360 78496 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 90785 78496 190 433 0 90349 0
[pid=17653/tid=17655] ppid=17651 vsize=363140 CPUtime=640.47 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 76845 0 0 0 63984 63 0 0 20 0 2 0 274984997 371855360 78496 33554432000 4194304 5965102 140736532727120 139990176659496 4401064 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 363140

[startup+702.3 s]
/proc/loadavg: 2.02 2.02 1.91 3/179 18050
/proc/meminfo: memFree=28532116/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=364764 CPUtime=702.01 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 82830 0 0 0 70141 60 0 0 20 0 2 0 274984996 373518336 83763 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 91191 83763 190 433 0 90755 0
[pid=17653/tid=17655] ppid=17651 vsize=364764 CPUtime=700.3 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 82041 0 0 0 69960 70 0 0 20 0 2 0 274984997 373518336 83763 33554432000 4194304 5965102 140736532727120 139990176659496 4401064 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 364764

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

[startup+703.9 s]
/proc/loadavg: 2.02 2.02 1.91 3/179 18050
/proc/meminfo: memFree=28530876/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=364908 CPUtime=703.61 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 83037 0 0 0 70301 60 0 0 20 0 2 0 274984996 373665792 83970 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 91227 83970 190 433 0 90791 0
[pid=17653/tid=17655] ppid=17651 vsize=364908 CPUtime=701.9 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 82248 0 0 0 70120 70 0 0 20 0 2 0 274984997 373665792 83970 33554432000 4194304 5965102 140736532727120 139990176659496 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 703.61
Current children cumulated vsize (KiB) 364908

[startup+710.3 s]
/proc/loadavg: 2.01 2.02 1.91 3/179 18050
/proc/meminfo: memFree=28520088/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=365068 CPUtime=710 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 83692 0 0 0 70939 61 0 0 20 0 2 0 274984996 373829632 84625 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 91267 84625 190 433 0 90831 0
[pid=17653/tid=17655] ppid=17651 vsize=365068 CPUtime=708.28 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 82903 0 0 0 70757 71 0 0 20 0 2 0 274984997 373829632 84625 33554432000 4194304 5965102 140736532727120 139990176659496 4382769 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 710
Current children cumulated vsize (KiB) 365068

[startup+711.9 s]
/proc/loadavg: 2.01 2.02 1.91 3/179 18050
/proc/meminfo: memFree=28514384/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=365876 CPUtime=711.6 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 83849 0 0 0 71099 61 0 0 20 0 2 0 274984996 374657024 84782 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 91469 84782 190 433 0 91033 0
[pid=17653/tid=17655] ppid=17651 vsize=365876 CPUtime=709.87 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 83060 0 0 0 70916 71 0 0 20 0 2 0 274984997 374657024 84782 33554432000 4194304 5965102 140736532727120 139990176659496 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 711.6
Current children cumulated vsize (KiB) 365876

[startup+713.5 s]
/proc/loadavg: 2.01 2.02 1.91 3/179 18050
/proc/meminfo: memFree=28511656/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=365876 CPUtime=713.21 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 84002 0 0 0 71259 62 0 0 20 0 2 0 274984996 374657024 84935 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 91469 84935 190 433 0 91033 0
[pid=17653/tid=17655] ppid=17651 vsize=365876 CPUtime=711.47 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 83213 0 0 0 71075 72 0 0 20 0 2 0 274984997 374657024 84935 33554432000 4194304 5965102 140736532727120 139990176659496 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 713.21
Current children cumulated vsize (KiB) 365876

[startup+714.3 s]
/proc/loadavg: 2.01 2.02 1.91 3/179 18050
/proc/meminfo: memFree=28510912/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=365876 CPUtime=714.01 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 84069 0 0 0 71339 62 0 0 20 0 2 0 274984996 374657024 85002 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 91469 85002 190 433 0 91033 0
[pid=17653/tid=17655] ppid=17651 vsize=365876 CPUtime=712.27 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 83280 0 0 0 71155 72 0 0 20 0 2 0 274984997 374657024 85002 33554432000 4194304 5965102 140736532727120 139990176659448 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 714.01
Current children cumulated vsize (KiB) 365876

[startup+714.7 s]
/proc/loadavg: 2.01 2.02 1.91 3/179 18050
/proc/meminfo: memFree=28510912/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=365876 CPUtime=714.41 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 84097 0 0 0 71379 62 0 0 20 0 2 0 274984996 374657024 85030 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 91469 85030 190 433 0 91033 0
[pid=17653/tid=17655] ppid=17651 vsize=365876 CPUtime=712.67 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 83308 0 0 0 71195 72 0 0 20 0 2 0 274984997 374657024 85030 33554432000 4194304 5965102 140736532727120 139990176659448 4401668 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 714.41
Current children cumulated vsize (KiB) 365876

[startup+714.8 s]
/proc/loadavg: 2.01 2.02 1.91 3/179 18050
/proc/meminfo: memFree=28510912/32873648 swapFree=6604/6604
[pid=17653] ppid=17651 vsize=365876 CPUtime=714.51 cores=0,2,4,6
/proc/17653/stat : 17653 (pwbo2.0) S 17651 17653 17458 0 -1 4202496 84102 0 0 0 71389 62 0 0 20 0 2 0 274984996 374657024 85035 33554432000 4194304 5965102 140736532727120 140736532726640 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17653/statm: 91469 85035 190 433 0 91033 0
[pid=17653/tid=17655] ppid=17651 vsize=365876 CPUtime=712.77 cores=0,2,4,6
/proc/17653/task/17655/stat : 17655 (pwbo2.0) R 17651 17653 17458 0 -1 4202560 83313 0 0 0 71205 72 0 0 20 0 2 0 274984997 374657024 85035 33554432000 4194304 5965102 140736532727120 139990176659496 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 714.51
Current children cumulated vsize (KiB) 365876

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17653 and gives
#  childrusage.ru_utime.tv_sec=712
#  childrusage.ru_utime.tv_usec=78747
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=732888
# CPU time returned by wait4() is 712.812
# while last known CPU time is 714.51
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 714.83
CPU time (s): 714.51
CPU user time (s): 713.89
CPU system time (s): 0.62
CPU usage (%): 99.9552
Max. virtual memory (cumulated for all children) (KiB): 365876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 712.079
system time used= 0.732888
maximum resident set size= 340160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84107
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= 143
involuntary context switches= 978

runsolver used 2.07768 second user time and 5.14522 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 05:16:45
IDJOB=3704154
IDBENCH=1303
IDSOLVER=2280
FILE ID=node148/3704154-1338088605
RUNJOBID= node148-1338087316-17474
PBS_JOBID= 14624438
Free space on /tmp= 71712 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900561288.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704154-1338088605/watcher-3704154-1338088605 -o /tmp/evaluation-result-3704154-1338088605/solver-3704154-1338088605 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704154-1338088605.opb

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

MD5SUM BENCH= 4bba9489f2c1cdd3e2419eb13f48915c
RANDOM SEED=1544888810

node148.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.284
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.56
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.284
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.94
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.284
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		: 2667.284
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.284
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.90
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.284
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.284
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.90
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.284
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:       32873648 kB
MemFree:        28704592 kB
Buffers:          311992 kB
Cached:          2722540 kB
SwapCached:          576 kB
Active:           779268 kB
Inactive:        2561884 kB
Active(anon):     297544 kB
Inactive(anon):    11120 kB
Active(file):     481724 kB
Inactive(file):  2550764 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:              5432 kB
Writeback:             0 kB
AnonPages:        430744 kB
Mapped:            14864 kB
Shmem:                96 kB
Slab:             688420 kB
SReclaimable:     132672 kB
SUnreclaim:       555748 kB
KernelStack:        1488 kB
PageTables:         4548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     187512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 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= 71708 MiB
End job on node148 at 2012-05-27 05:28:40