Trace number 3726658

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.81 1800.05

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-180.opb
MD5SUM8c3fe83338b70253b33b876e52e7c579
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables311827
Total number of constraints7317246
Number of constraints which are clauses6573583
Number of constraints which are cardinality constraints (but not clauses)22922
Number of constraints which are nor clauses,nor cardinality constraints720741
Minimum length of a constraint2
Maximum length of a constraint2457
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2458
Number of bits of the biggest sum of numbers12
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-3726658-1338659369.opb.
0.00/0.00	c Instance file HOME/instance-3726658-1338659369.opb
0.00/0.00	c File size is 356362030 bytes.
23.68/23.76	c Highest Coefficient sum: 2458
23.68/23.76	c ============================[ Problem Statistics ]=============================
23.68/23.76	c |                                                                             |
23.68/23.76	c |  Parsing time:          23.76        s                                      |
23.68/23.76	c |  Number Variables:      311827                                              |
23.68/23.76	c |  Number Clauses:        6585064                                             |
23.68/23.76	c |  Number Cardinality:    22923                                               |
23.68/23.76	c |  Number PB Constraints: 720741                                              |
23.68/23.76	c |                                                                             |
24.69/24.73	c |  Problem Type:          Decision                                            |
24.69/24.73	c |  Objective Function:    None                                                |
24.69/24.73	c |                                                                             |
24.69/24.73	c ===============================================================================
1799.41/1800.00	c ===============================================================================
1799.41/1800.00	c Wall Clock Time: 1800.00 s
1799.41/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-3726658-1338659369/watcher-3726658-1338659369 -o /tmp/evaluation-result-3726658-1338659369/solver-3726658-1338659369 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726658-1338659369.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.08 2.02 2.01 3/177 17643
/proc/meminfo: memFree=27843036/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=351152 CPUtime=0 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) R 17641 17643 13572 0 -1 4202496 307 0 0 0 0 0 0 0 20 0 1 0 332063702 359579648 260 33554432000 4194304 5964478 140736903002368 140734664557272 5179243 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 87788 260 170 433 0 349 0

[startup+0.0459419 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 17643
/proc/meminfo: memFree=27843036/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=352892 CPUtime=0.04 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) R 17641 17643 13572 0 -1 4202496 880 0 0 0 4 0 0 0 20 0 1 0 332063702 361361408 833 33554432000 4194304 5964478 140736903002368 140734664557272 5368389 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 88223 834 305 433 0 784 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 352892

[startup+0.100214 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 17643
/proc/meminfo: memFree=27843036/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=355660 CPUtime=0.09 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) R 17641 17643 13572 0 -1 4202496 1771 0 0 0 9 0 0 0 20 0 1 0 332063702 364195840 1691 33554432000 4194304 5964478 140736903002368 140734664557272 4344768 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 88915 1691 511 433 0 1476 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 355660

[startup+0.300196 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 17643
/proc/meminfo: memFree=27843036/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=364472 CPUtime=0.28 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) R 17641 17643 13572 0 -1 4202496 4725 0 0 0 28 0 0 0 20 0 1 0 332063702 373219328 4580 33554432000 4194304 5964478 140736903002368 140734664557272 5367050 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 91118 4581 1254 433 0 3679 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 364472

[startup+0.700195 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 17643
/proc/meminfo: memFree=27843036/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=381812 CPUtime=0.69 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) R 17641 17643 13572 0 -1 4202496 10581 0 0 0 68 1 0 0 20 0 1 0 332063702 390975488 10307 33554432000 4194304 5964478 140736903002368 140736903000712 4342788 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 95453 10307 2733 433 0 8014 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 381812

[startup+1.50016 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 17644
/proc/meminfo: memFree=27799628/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=418748 CPUtime=1.49 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) R 17641 17643 13572 0 -1 4202496 22492 0 0 0 147 2 0 0 20 0 1 0 332063702 428797952 21959 33554432000 4194304 5964478 140736903002368 140736903000248 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 104687 21960 5843 433 0 17248 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 418748

[startup+3.10013 s]
/proc/loadavg: 2.15 2.03 2.01 3/178 17644
/proc/meminfo: memFree=27746228/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=487204 CPUtime=3.08 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) R 17641 17643 13572 0 -1 4202496 44454 0 0 0 303 5 0 0 20 0 1 0 332063702 498896896 43918 33554432000 4194304 5964478 140736903002368 140736903000712 4344768 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 121801 43919 11822 433 0 34362 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 487204

[startup+6.30014 s]
/proc/loadavg: 2.15 2.03 2.01 3/178 17644
/proc/meminfo: memFree=27623644/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=607392 CPUtime=6.29 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) R 17641 17643 13572 0 -1 4202496 84821 0 0 0 619 10 0 0 20 0 1 0 332063702 621969408 86840 33554432000 4194304 5964478 140736903002368 140736903000664 4344768 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 151881 86841 23611 433 0 64442 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 607392

[startup+12.7002 s]
/proc/loadavg: 2.13 2.03 2.01 3/178 17644
/proc/meminfo: memFree=27365624/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=867072 CPUtime=12.69 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) R 17641 17643 13572 0 -1 4202496 162422 0 0 0 1247 22 0 0 20 0 1 0 332063702 887881728 173634 33554432000 4194304 5964478 140736903002368 140736903000744 4344640 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 216768 173635 48316 433 0 129329 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 867072

[startup+25.5004 s]
/proc/loadavg: 2.11 2.03 2.01 3/180 17648
/proc/meminfo: memFree=26519736/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=1445860 CPUtime=25.49 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 385679 0 0 0 2490 59 0 0 20 0 2 0 332063702 1480560640 340025 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 361465 340028 177 433 0 361029 0
[pid=17643/tid=17648] ppid=17641 vsize=1445860 CPUtime=1.72 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 102933 0 0 0 155 17 0 0 20 0 2 0 332066079 1480560640 340029 33554432000 4194304 5964478 140736903002368 139841313720856 5136420 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) 1445860

[startup+51.1003 s]
/proc/loadavg: 2.07 2.03 2.01 3/180 17648
/proc/meminfo: memFree=25839048/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=2035684 CPUtime=51.08 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 541046 0 0 0 5020 88 0 0 20 0 2 0 332063702 2084540416 496002 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 508921 496002 186 433 0 508485 0
[pid=17643/tid=17648] ppid=17641 vsize=2035684 CPUtime=27.32 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 258296 0 0 0 2685 47 0 0 20 0 2 0 332066079 2084540416 496002 33554432000 4194304 5964478 140736903002368 139841313720360 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2035684

[startup+102.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 17648
/proc/meminfo: memFree=25771300/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=2101220 CPUtime=102.27 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 553060 0 0 0 10129 98 0 0 20 0 2 0 332063702 2151649280 508016 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 525305 508016 186 433 0 524869 0
[pid=17643/tid=17648] ppid=17641 vsize=2101220 CPUtime=78.53 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 270310 0 0 0 7795 58 0 0 20 0 2 0 332066079 2151649280 508016 33554432000 4194304 5964478 140736903002368 139841313720312 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2101220

[startup+162.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/179 17648
/proc/meminfo: memFree=25700976/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=2166756 CPUtime=162.26 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 566427 0 0 0 16117 109 0 0 20 0 2 0 332063702 2218758144 521383 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 541689 521383 186 433 0 541253 0
[pid=17643/tid=17648] ppid=17641 vsize=2166756 CPUtime=138.52 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 283677 0 0 0 13782 70 0 0 20 0 2 0 332066079 2218758144 521383 33554432000 4194304 5964478 140736903002368 139841313720120 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2166756

[startup+222.306 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 17648
/proc/meminfo: memFree=25634264/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=2232292 CPUtime=222.25 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 578351 0 0 0 22108 117 0 0 20 0 2 0 332063702 2285867008 533307 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 558073 533307 186 433 0 557637 0
[pid=17643/tid=17648] ppid=17641 vsize=2232292 CPUtime=198.53 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 295601 0 0 0 19774 79 0 0 20 0 2 0 332066079 2285867008 533307 33554432000 4194304 5964478 140736903002368 139841313720312 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2232292

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 17649
/proc/meminfo: memFree=25587392/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=2232292 CPUtime=282.25 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 589222 0 0 0 28101 124 0 0 20 0 2 0 332063702 2285867008 544178 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 558073 544178 186 433 0 557637 0
[pid=17643/tid=17648] ppid=17641 vsize=2232292 CPUtime=258.53 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 306472 0 0 0 25768 85 0 0 20 0 2 0 332066079 2285867008 544178 33554432000 4194304 5964478 140736903002368 139841313720312 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2232292

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 17649
/proc/meminfo: memFree=25540692/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=2297828 CPUtime=342.23 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 600085 0 0 0 34091 132 0 0 20 0 2 0 332063702 2352975872 555054 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 574457 555054 186 433 0 574021 0
[pid=17643/tid=17648] ppid=17641 vsize=2297828 CPUtime=318.53 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 317335 0 0 0 31758 95 0 0 20 0 2 0 332066079 2352975872 555054 33554432000 4194304 5964478 140736903002368 139841313720312 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2297828

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17649
/proc/meminfo: memFree=25495960/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=2363364 CPUtime=402.23 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 610780 0 0 0 40082 141 0 0 20 0 2 0 332063702 2420084736 565794 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 590841 565794 186 433 0 590405 0
[pid=17643/tid=17648] ppid=17641 vsize=2363364 CPUtime=378.53 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 328030 0 0 0 37749 104 0 0 20 0 2 0 332066079 2420084736 565794 33554432000 4194304 5964478 140736903002368 139841313720120 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2363364

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17649
/proc/meminfo: memFree=25451912/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=2363364 CPUtime=462.21 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 620723 0 0 0 46072 149 0 0 20 0 2 0 332063702 2420084736 575796 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 590841 575796 186 433 0 590405 0
[pid=17643/tid=17648] ppid=17641 vsize=2363364 CPUtime=438.53 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 337973 0 0 0 43740 113 0 0 20 0 2 0 332066079 2420084736 575796 33554432000 4194304 5964478 140736903002368 139841313720312 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 2363364

[startup+522.3 s]

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

/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 444659 0 0 0 121628 209 0 0 20 0 2 0 332066079 2889846784 689035 33554432000 4194304 5964478 140736903002368 139841313720312 4400010 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 2822116

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 17720
/proc/meminfo: memFree=25154472/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=2822116 CPUtime=1301.87 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 734318 0 0 0 129950 237 0 0 20 0 2 0 332063702 2889846784 696113 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 705529 696113 186 433 0 705093 0
[pid=17643/tid=17648] ppid=17641 vsize=2822116 CPUtime=1278.36 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 451568 0 0 0 127621 215 0 0 20 0 2 0 332066079 2889846784 696113 33554432000 4194304 5964478 140736903002368 139841313720312 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 2822116

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 17720
/proc/meminfo: memFree=25119924/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=2887652 CPUtime=1361.86 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 741186 0 0 0 135943 243 0 0 20 0 2 0 332063702 2956955648 703043 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 721913 703043 186 433 0 721477 0
[pid=17643/tid=17648] ppid=17641 vsize=2887652 CPUtime=1338.36 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 458436 0 0 0 133614 222 0 0 20 0 2 0 332066079 2956955648 703043 33554432000 4194304 5964478 140736903002368 139841313720120 4390859 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 2887652

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17720
/proc/meminfo: memFree=25085232/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=2887652 CPUtime=1421.84 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 749403 0 0 0 141933 251 0 0 20 0 2 0 332063702 2956955648 711486 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 721913 711486 186 433 0 721477 0
[pid=17643/tid=17648] ppid=17641 vsize=2887652 CPUtime=1398.35 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 466653 0 0 0 139604 231 0 0 20 0 2 0 332066079 2956955648 711486 33554432000 4194304 5964478 140736903002368 139841313720120 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 2887652

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 17720
/proc/meminfo: memFree=25029596/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=2953188 CPUtime=1481.81 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 757156 0 0 0 147925 256 0 0 20 0 2 0 332063702 3024064512 719348 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 738297 719348 186 433 0 737861 0
[pid=17643/tid=17648] ppid=17641 vsize=2953188 CPUtime=1458.33 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 474406 0 0 0 145597 236 0 0 20 0 2 0 332066079 3024064512 719348 33554432000 4194304 5964478 140736903002368 139841313720312 4387936 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 2953188

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17760
/proc/meminfo: memFree=25357252/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=2953188 CPUtime=1541.79 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 764488 0 0 0 153918 261 0 0 20 0 2 0 332063702 3024064512 726677 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 738297 726677 186 433 0 737861 0
[pid=17643/tid=17648] ppid=17641 vsize=2953188 CPUtime=1518.32 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 481738 0 0 0 151590 242 0 0 20 0 2 0 332066079 3024064512 726677 33554432000 4194304 5964478 140736903002368 139841313720120 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 2953188

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17799
/proc/meminfo: memFree=25220664/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=3018724 CPUtime=1601.75 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 771545 0 0 0 159909 266 0 0 20 0 2 0 332063702 3091173376 734435 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 754681 734435 186 433 0 754245 0
[pid=17643/tid=17648] ppid=17641 vsize=3018724 CPUtime=1578.31 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 488795 0 0 0 157583 248 0 0 20 0 2 0 332066079 3091173376 734435 33554432000 4194304 5964478 140736903002368 139841313720360 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 3018724

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 17799
/proc/meminfo: memFree=25152996/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=3018724 CPUtime=1661.74 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 777630 0 0 0 165901 273 0 0 20 0 2 0 332063702 3091173376 741542 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 754681 741542 186 433 0 754245 0
[pid=17643/tid=17648] ppid=17641 vsize=3018724 CPUtime=1638.3 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 494880 0 0 0 163574 256 0 0 20 0 2 0 332066079 3091173376 741542 33554432000 4194304 5964478 140736903002368 139841313720312 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 3018724

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 17799
/proc/meminfo: memFree=25101656/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=3084260 CPUtime=1721.73 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 784214 0 0 0 171893 280 0 0 20 0 2 0 332063702 3158282240 748170 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 771065 748170 186 433 0 770629 0
[pid=17643/tid=17648] ppid=17641 vsize=3084260 CPUtime=1698.3 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 501464 0 0 0 169567 263 0 0 20 0 2 0 332066079 3158282240 748170 33554432000 4194304 5964478 140736903002368 139841313720312 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 3084260

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 17799
/proc/meminfo: memFree=25050724/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=3084260 CPUtime=1781.71 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 790037 0 0 0 177885 286 0 0 20 0 2 0 332063702 3158282240 754022 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 771065 754022 186 433 0 770629 0
[pid=17643/tid=17648] ppid=17641 vsize=3084260 CPUtime=1758.3 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 507287 0 0 0 175559 271 0 0 20 0 2 0 332066079 3158282240 754022 33554432000 4194304 5964478 140736903002368 139841313720312 4400010 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 3084260

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

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17800
/proc/meminfo: memFree=25042400/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=3084260 CPUtime=1791.41 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 790961 0 0 0 178854 287 0 0 20 0 2 0 332063702 3158282240 754946 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 771065 754946 186 433 0 770629 0
[pid=17643/tid=17648] ppid=17641 vsize=3084260 CPUtime=1768.01 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 508211 0 0 0 176529 272 0 0 20 0 2 0 332066079 3158282240 754946 33554432000 4194304 5964478 140736903002368 139841313720312 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 3084260

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17800
/proc/meminfo: memFree=25040788/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=3084260 CPUtime=1794.62 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 791249 0 0 0 179174 288 0 0 20 0 2 0 332063702 3158282240 755234 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 771065 755234 186 433 0 770629 0
[pid=17643/tid=17648] ppid=17641 vsize=3084260 CPUtime=1771.21 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 508499 0 0 0 176849 272 0 0 20 0 2 0 332066079 3158282240 755234 33554432000 4194304 5964478 140736903002368 139841313720312 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 3084260

[startup+1798.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17800
/proc/meminfo: memFree=25039176/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=3084260 CPUtime=1797.81 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 791538 0 0 0 179493 288 0 0 20 0 2 0 332063702 3158282240 755523 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 771065 755523 186 433 0 770629 0
[pid=17643/tid=17648] ppid=17641 vsize=3084260 CPUtime=1774.4 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 508788 0 0 0 177167 273 0 0 20 0 2 0 332066079 3158282240 755523 33554432000 4194304 5964478 140736903002368 139841313720312 4399938 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (KiB) 3084260

[startup+1799.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17800
/proc/meminfo: memFree=25038432/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=3084260 CPUtime=1798.61 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 791614 0 0 0 179573 288 0 0 20 0 2 0 332063702 3158282240 755599 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 771065 755599 186 433 0 770629 0
[pid=17643/tid=17648] ppid=17641 vsize=3084260 CPUtime=1775.2 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 508864 0 0 0 177247 273 0 0 20 0 2 0 332066079 3158282240 755599 33554432000 4194304 5964478 140736903002368 139841313720312 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (KiB) 3084260

[startup+1799.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17800
/proc/meminfo: memFree=25037300/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=3084260 CPUtime=1799.01 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 791648 0 0 0 179613 288 0 0 20 0 2 0 332063702 3158282240 755633 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 771065 755633 186 433 0 770629 0
[pid=17643/tid=17648] ppid=17641 vsize=3084260 CPUtime=1775.61 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 508898 0 0 0 177288 273 0 0 20 0 2 0 332066079 3158282240 755633 33554432000 4194304 5964478 140736903002368 139841313720312 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (KiB) 3084260

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17800
/proc/meminfo: memFree=25037300/32873648 swapFree=6864/6864
[pid=17643] ppid=17641 vsize=3084260 CPUtime=1799.41 cores=0,2,4,6
/proc/17643/stat : 17643 (pwbo2.02) S 17641 17643 13572 0 -1 4202496 791693 0 0 0 179653 288 0 0 20 0 2 0 332063702 3158282240 755678 33554432000 4194304 5964478 140736903002368 140736903001888 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17643/statm: 771065 755678 186 433 0 770629 0
[pid=17643/tid=17648] ppid=17641 vsize=3084260 CPUtime=1776 cores=0,2,4,6
/proc/17643/task/17648/stat : 17648 (pwbo2.02) R 17641 17643 13572 0 -1 4202560 508943 0 0 0 177327 273 0 0 20 0 2 0 332066079 3158282240 755678 33554432000 4194304 5964478 140736903002368 139841313720312 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 3084260

Child status: 255
Real time (s): 1800.05
CPU time (s): 1799.81
CPU user time (s): 1796.61
CPU system time (s): 3.20751
CPU usage (%): 99.9871
Max. virtual memory (cumulated for all children) (KiB): 3084260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.61
system time used= 3.20751
maximum resident set size= 3022732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 791698
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= 521
involuntary context switches= 2054

runsolver used 2.58261 second user time and 7.2399 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-02 19:49:37
IDJOB=3726658
IDBENCH=89691
IDSOLVER=2310
FILE ID=node120/3726658-1338659369
RUNJOBID= node120-1338651811-14891
PBS_JOBID= 14636460
Free space on /tmp= 70440 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-180.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726658-1338659369/watcher-3726658-1338659369 -o /tmp/evaluation-result-3726658-1338659369/solver-3726658-1338659369 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726658-1338659369.opb

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

MD5SUM BENCH= 8c3fe83338b70253b33b876e52e7c579
RANDOM SEED=1548253052

node120.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.456
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.91
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.456
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.456
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.456
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.88
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.456
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		: 2666.456
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.83
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.456
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.456
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:        27843176 kB
Buffers:          542148 kB
Cached:          3092616 kB
SwapCached:         1572 kB
Active:          2430196 kB
Inactive:        1667792 kB
Active(anon):     455764 kB
Inactive(anon):     9228 kB
Active(file):    1974432 kB
Inactive(file):  1658564 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:            353616 kB
Writeback:             0 kB
AnonPages:        468216 kB
Mapped:            11628 kB
Shmem:                32 kB
Slab:             795804 kB
SReclaimable:     239292 kB
SUnreclaim:       556512 kB
KernelStack:        1448 kB
PageTables:         4868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     165008 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= 70428 MiB
End job on node120 at 2012-06-02 20:19:37