Trace number 3726661

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.02UNSAT 1729.43 1729.59

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-21.opb
MD5SUM3f7496125222b93dca78bd7d73f5e00c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark949.823
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
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 196
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-3726661-1338660904.opb.
0.00/0.00	c Instance file HOME/instance-3726661-1338660904.opb
0.00/0.00	c File size is 6583995 bytes.
0.39/0.43	c Highest Coefficient sum: 196
0.39/0.43	c ============================[ Problem Statistics ]=============================
0.39/0.43	c |                                                                             |
0.39/0.43	c |  Parsing time:          0.43         s                                      |
0.39/0.43	c |  Number Variables:      7351                                                |
0.39/0.43	c |  Number Clauses:        139854                                              |
0.39/0.43	c |  Number Cardinality:    564                                                 |
0.39/0.43	c |  Number PB Constraints: 15694                                               |
0.39/0.43	c |                                                                             |
0.39/0.45	c |  Problem Type:          Decision                                            |
0.39/0.45	c |  Objective Function:    None                                                |
0.39/0.45	c |                                                                             |
0.39/0.45	c ===============================================================================
1729.04/1729.58	c ===============================================================================
1729.04/1729.58	c Wall Clock Time: 1729.58 s
1729.04/1729.58	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-3726661-1338660904/watcher-3726661-1338660904 -o /tmp/evaluation-result-3726661-1338660904/solver-3726661-1338660904 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726661-1338660904.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.00 2.00 2.00 3/177 28011
/proc/meminfo: memFree=27137280/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=9576 CPUtime=0 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) R 28009 28011 25232 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 332216343 9805824 270 33554432000 4194304 5964478 140735160835024 140735255979240 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 2394 271 172 433 0 350 0

[startup+0.00688497 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28011
/proc/meminfo: memFree=27137280/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=9576 CPUtime=0 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) R 28009 28011 25232 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 332216343 9805824 282 33554432000 4194304 5964478 140735160835024 140735255979240 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 2394 282 175 433 0 350 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9576

[startup+0.100136 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28011
/proc/meminfo: memFree=27137280/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=14116 CPUtime=0.09 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) R 28009 28011 25232 0 -1 4202496 1803 0 0 0 9 0 0 0 20 0 1 0 332216343 14454784 1723 33554432000 4194304 5964478 140735160835024 140735255979240 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 3529 1725 523 433 0 1485 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14116

[startup+0.300132 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28011
/proc/meminfo: memFree=27137280/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=23172 CPUtime=0.29 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) R 28009 28011 25232 0 -1 4202496 4831 0 0 0 29 0 0 0 20 0 1 0 332216343 23728128 4686 33554432000 4194304 5964478 140735160835024 140735160833320 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 5793 4687 1277 433 0 3749 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23172

[startup+0.700175 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28011
/proc/meminfo: memFree=27137280/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=103152 CPUtime=0.69 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 13644 0 0 0 68 1 0 0 20 0 2 0 332216343 105627648 11340 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 25788 11340 186 433 0 25352 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103152

[startup+1.50017 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28013
/proc/meminfo: memFree=27090980/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=103152 CPUtime=1.48 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 14080 0 0 0 147 1 0 0 20 0 2 0 332216343 105627648 11776 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 25788 11776 186 433 0 25352 0
[pid=28011/tid=28013] ppid=28009 vsize=103152 CPUtime=1.05 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 6734 0 0 0 105 0 0 0 20 0 2 0 332216387 105627648 11776 33554432000 4194304 5964478 140735160835024 139741316478968 4399920 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) 103152

[startup+3.10014 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28013
/proc/meminfo: memFree=27088252/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=103152 CPUtime=3.08 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 14739 0 0 0 307 1 0 0 20 0 2 0 332216343 105627648 12435 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 25788 12435 186 433 0 25352 0
[pid=28011/tid=28013] ppid=28009 vsize=103152 CPUtime=2.65 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 7393 0 0 0 265 0 0 0 20 0 2 0 332216387 105627648 12435 33554432000 4194304 5964478 140735160835024 139741316478776 5179243 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) 103152

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28013
/proc/meminfo: memFree=27082036/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=103152 CPUtime=6.29 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 16008 0 0 0 627 2 0 0 20 0 2 0 332216343 105627648 13704 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 25788 13704 186 433 0 25352 0
[pid=28011/tid=28013] ppid=28009 vsize=103152 CPUtime=5.85 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 8662 0 0 0 584 1 0 0 20 0 2 0 332216387 105627648 13704 33554432000 4194304 5964478 140735160835024 139741316478776 4400542 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103152

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28013
/proc/meminfo: memFree=27073612/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=103152 CPUtime=12.68 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 17758 0 0 0 1266 2 0 0 20 0 2 0 332216343 105627648 15454 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 25788 15454 186 433 0 25352 0
[pid=28011/tid=28013] ppid=28009 vsize=103152 CPUtime=12.25 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 10412 0 0 0 1223 2 0 0 20 0 2 0 332216387 105627648 15454 33554432000 4194304 5964478 140735160835024 139741316478904 4221120 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) 103152

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28013
/proc/meminfo: memFree=27064300/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=103152 CPUtime=25.48 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 19870 0 0 0 2545 3 0 0 20 0 2 0 332216343 105627648 17566 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 25788 17566 186 433 0 25352 0
[pid=28011/tid=28013] ppid=28009 vsize=103152 CPUtime=25.05 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 12524 0 0 0 2502 3 0 0 20 0 2 0 332216387 105627648 17566 33554432000 4194304 5964478 140735160835024 139741316478904 4222304 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 103152

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28013
/proc/meminfo: memFree=27045936/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=168688 CPUtime=51.07 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 23911 0 0 0 5102 5 0 0 20 0 2 0 332216343 172736512 21606 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 42172 21606 186 433 0 41736 0
[pid=28011/tid=28013] ppid=28009 vsize=168688 CPUtime=50.64 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 16565 0 0 0 5059 5 0 0 20 0 2 0 332216387 172736512 21606 33554432000 4194304 5964478 140735160835024 139741316478968 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 168688

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28014
/proc/meminfo: memFree=27015216/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=168688 CPUtime=102.28 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 29397 0 0 0 10220 8 0 0 20 0 2 0 332216343 172736512 27092 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 42172 27092 186 433 0 41736 0
[pid=28011/tid=28013] ppid=28009 vsize=168688 CPUtime=101.85 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 22051 0 0 0 10176 9 0 0 20 0 2 0 332216387 172736512 27092 33554432000 4194304 5964478 140735160835024 139741316478776 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 168688

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28014
/proc/meminfo: memFree=26990220/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=171120 CPUtime=162.26 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 33426 0 0 0 16215 11 0 0 20 0 2 0 332216343 175226880 31633 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 42780 31633 186 433 0 42344 0
[pid=28011/tid=28013] ppid=28009 vsize=171120 CPUtime=161.84 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 26080 0 0 0 16171 13 0 0 20 0 2 0 332216387 175226880 31633 33554432000 4194304 5964478 140735160835024 139741316478776 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 171120

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 28014
/proc/meminfo: memFree=26969068/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=171120 CPUtime=222.22 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 36786 0 0 0 22209 13 0 0 20 0 2 0 332216343 175226880 35954 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 42780 35954 186 433 0 42344 0
[pid=28011/tid=28013] ppid=28009 vsize=171120 CPUtime=221.81 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 29440 0 0 0 22165 16 0 0 20 0 2 0 332216387 175226880 35954 33554432000 4194304 5964478 140735160835024 139741316478776 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 171120

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 28014
/proc/meminfo: memFree=26934752/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=236656 CPUtime=282.19 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 44684 0 0 0 28200 19 0 0 20 0 2 0 332216343 242335744 43893 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 59164 43894 186 433 0 58728 0
[pid=28011/tid=28013] ppid=28009 vsize=236656 CPUtime=281.79 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 37339 0 0 0 28156 23 0 0 20 0 2 0 332216387 242335744 43894 33554432000 4194304 5964478 140735160835024 139741316479016 5136420 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 236656

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28017
/proc/meminfo: memFree=26891120/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=237872 CPUtime=342.18 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 53999 0 0 0 34192 26 0 0 20 0 2 0 332216343 243580928 53208 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 59468 53208 186 433 0 59032 0
[pid=28011/tid=28013] ppid=28009 vsize=237872 CPUtime=341.79 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 46653 0 0 0 34148 31 0 0 20 0 2 0 332216387 243580928 53208 33554432000 4194304 5964478 140735160835024 139741316478776 4400006 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 237872

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28018
/proc/meminfo: memFree=26883320/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=237872 CPUtime=402.18 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 54944 0 0 0 40191 27 0 0 20 0 2 0 332216343 243580928 54153 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 59468 54153 186 433 0 59032 0
[pid=28011/tid=28013] ppid=28009 vsize=237872 CPUtime=401.79 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 47598 0 0 0 40146 33 0 0 20 0 2 0 332216387 243580928 54153 33554432000 4194304 5964478 140735160835024 139741316479016 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 237872

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28018
/proc/meminfo: memFree=26848228/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=303408 CPUtime=462.16 cores=0,2,4,6

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

/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 101403 0 0 0 112090 83 0 0 20 0 2 0 332216387 513884160 108738 33554432000 4194304 5964478 140735160835024 139741316478984 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 501840

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28023
/proc/meminfo: memFree=26573820/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=501840 CPUtime=1181.97 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 112778 0 0 0 118128 69 0 0 20 0 2 0 332216343 513884160 112767 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 125460 112767 186 433 0 125024 0
[pid=28011/tid=28013] ppid=28009 vsize=501840 CPUtime=1181.73 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 105432 0 0 0 118087 86 0 0 20 0 2 0 332216387 513884160 112767 33554432000 4194304 5964478 140735160835024 139741316479016 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 501840

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 28023
/proc/meminfo: memFree=26558196/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=501840 CPUtime=1241.96 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 115660 0 0 0 124125 71 0 0 20 0 2 0 332216343 513884160 115648 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 125460 115648 186 433 0 125024 0
[pid=28011/tid=28013] ppid=28009 vsize=501840 CPUtime=1241.74 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 108314 0 0 0 124085 89 0 0 20 0 2 0 332216387 513884160 115648 33554432000 4194304 5964478 140735160835024 139741316478968 4400056 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 501840

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 28024
/proc/meminfo: memFree=26551872/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=501840 CPUtime=1301.96 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 115717 0 0 0 130125 71 0 0 20 0 2 0 332216343 513884160 115705 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 125460 115705 186 433 0 125024 0
[pid=28011/tid=28013] ppid=28009 vsize=501840 CPUtime=1301.75 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 108371 0 0 0 130085 90 0 0 20 0 2 0 332216387 513884160 115705 33554432000 4194304 5964478 140735160835024 139741316478776 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 501840

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28024
/proc/meminfo: memFree=26547780/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=501840 CPUtime=1361.94 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 115810 0 0 0 136123 71 0 0 20 0 2 0 332216343 513884160 115798 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 125460 115798 186 433 0 125024 0
[pid=28011/tid=28013] ppid=28009 vsize=501840 CPUtime=1361.74 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 108464 0 0 0 136083 91 0 0 20 0 2 0 332216387 513884160 115798 33554432000 4194304 5964478 140735160835024 139741316478776 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 501840

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28024
/proc/meminfo: memFree=26540064/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=501840 CPUtime=1421.9 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 115941 0 0 0 142119 71 0 0 20 0 2 0 332216343 513884160 116358 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 125460 116358 186 433 0 125024 0
[pid=28011/tid=28013] ppid=28009 vsize=501840 CPUtime=1421.71 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 108595 0 0 0 142079 92 0 0 20 0 2 0 332216387 513884160 116358 33554432000 4194304 5964478 140735160835024 139741316478776 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 501840

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28024
/proc/meminfo: memFree=26530752/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=501840 CPUtime=1481.88 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 116186 0 0 0 148117 71 0 0 20 0 2 0 332216343 513884160 116716 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 125460 116716 186 433 0 125024 0
[pid=28011/tid=28013] ppid=28009 vsize=501840 CPUtime=1481.7 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 108840 0 0 0 148077 93 0 0 20 0 2 0 332216387 513884160 116716 33554432000 4194304 5964478 140735160835024 139741316478776 4400010 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 501840

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28027
/proc/meminfo: memFree=26510140/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=501840 CPUtime=1541.87 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 119404 0 0 0 154113 74 0 0 20 0 2 0 332216343 513884160 120108 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 125460 120108 186 433 0 125024 0
[pid=28011/tid=28013] ppid=28009 vsize=501840 CPUtime=1541.7 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 112058 0 0 0 154073 97 0 0 20 0 2 0 332216387 513884160 120108 33554432000 4194304 5964478 140735160835024 139741316478968 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 501840

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28067
/proc/meminfo: memFree=27329564/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=567376 CPUtime=1601.86 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 122653 0 0 0 160109 77 0 0 20 0 2 0 332216343 580993024 123357 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 141844 123357 186 433 0 141408 0
[pid=28011/tid=28013] ppid=28009 vsize=567376 CPUtime=1601.7 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 115307 0 0 0 160069 101 0 0 20 0 2 0 332216387 580993024 123357 33554432000 4194304 5964478 140735160835024 139741316479016 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 567376

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28067
/proc/meminfo: memFree=27297428/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=567376 CPUtime=1661.85 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 125691 0 0 0 166106 79 0 0 20 0 2 0 332216343 580993024 126395 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 141844 126395 186 433 0 141408 0
[pid=28011/tid=28013] ppid=28009 vsize=567376 CPUtime=1661.7 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 118345 0 0 0 166065 105 0 0 20 0 2 0 332216387 580993024 126395 33554432000 4194304 5964478 140735160835024 139741316478776 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 567376

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28067
/proc/meminfo: memFree=27260160/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=567376 CPUtime=1721.84 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 129045 0 0 0 172101 83 0 0 20 0 2 0 332216343 580993024 129932 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 141844 129932 186 433 0 141408 0
[pid=28011/tid=28013] ppid=28009 vsize=567376 CPUtime=1721.7 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 121699 0 0 0 172061 109 0 0 20 0 2 0 332216387 580993024 129932 33554432000 4194304 5964478 140735160835024 139741316479016 4399938 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 567376

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

[startup+1724.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28067
/proc/meminfo: memFree=27256936/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=567376 CPUtime=1724.25 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 129142 0 0 0 172342 83 0 0 20 0 2 0 332216343 580993024 130029 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 141844 130029 186 433 0 141408 0
[pid=28011/tid=28013] ppid=28009 vsize=567376 CPUtime=1724.1 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 121796 0 0 0 172301 109 0 0 20 0 2 0 332216387 580993024 130029 33554432000 4194304 5964478 140735160835024 139741316478984 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.25
Current children cumulated vsize (KiB) 567376

[startup+1727.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28067
/proc/meminfo: memFree=27256440/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=567376 CPUtime=1727.44 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 129227 0 0 0 172661 83 0 0 20 0 2 0 332216343 580993024 130114 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 141844 130114 186 433 0 141408 0
[pid=28011/tid=28013] ppid=28009 vsize=567376 CPUtime=1727.3 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 121881 0 0 0 172621 109 0 0 20 0 2 0 332216387 580993024 130114 33554432000 4194304 5964478 140735160835024 139741316479016 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.44
Current children cumulated vsize (KiB) 567376

[startup+1728.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28067
/proc/meminfo: memFree=27256440/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=567376 CPUtime=1728.24 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 129262 0 0 0 172741 83 0 0 20 0 2 0 332216343 580993024 130149 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 141844 130149 186 433 0 141408 0
[pid=28011/tid=28013] ppid=28009 vsize=567376 CPUtime=1728.1 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 121916 0 0 0 172701 109 0 0 20 0 2 0 332216387 580993024 130149 33554432000 4194304 5964478 140735160835024 139741316479016 4399946 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1728.24
Current children cumulated vsize (KiB) 567376

[startup+1729.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28067
/proc/meminfo: memFree=27256440/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=567376 CPUtime=1728.64 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 129271 0 0 0 172781 83 0 0 20 0 2 0 332216343 580993024 130158 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 141844 130158 186 433 0 141408 0
[pid=28011/tid=28013] ppid=28009 vsize=567376 CPUtime=1728.5 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 121925 0 0 0 172741 109 0 0 20 0 2 0 332216387 580993024 130158 33554432000 4194304 5964478 140735160835024 139741316479016 4400519 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1728.64
Current children cumulated vsize (KiB) 567376

[startup+1729.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28067
/proc/meminfo: memFree=27256440/32873648 swapFree=7112/7112
[pid=28011] ppid=28009 vsize=567376 CPUtime=1729.04 cores=0,2,4,6
/proc/28011/stat : 28011 (pwbo2.02) S 28009 28011 25232 0 -1 4202496 129280 0 0 0 172821 83 0 0 20 0 2 0 332216343 580993024 130167 33554432000 4194304 5964478 140735160835024 140735160834544 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28011/statm: 141844 130167 186 433 0 141408 0
[pid=28011/tid=28013] ppid=28009 vsize=567376 CPUtime=1728.9 cores=0,2,4,6
/proc/28011/task/28013/stat : 28013 (pwbo2.02) R 28009 28011 25232 0 -1 4202560 121934 0 0 0 172781 109 0 0 20 0 2 0 332216387 580993024 130167 33554432000 4194304 5964478 140735160835024 139741316478984 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1729.04
Current children cumulated vsize (KiB) 567376

Child status: 255
Real time (s): 1729.59
CPU time (s): 1729.43
CPU user time (s): 1728.32
CPU system time (s): 1.11183
CPU usage (%): 99.9911
Max. virtual memory (cumulated for all children) (KiB): 567376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1728.32
system time used= 1.11183
maximum resident set size= 520696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129287
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= 228
involuntary context switches= 2210

runsolver used 3.54546 second user time and 8.05977 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-02 20:15:04
IDJOB=3726661
IDBENCH=89785
IDSOLVER=2310
FILE ID=node126/3726661-1338660904
RUNJOBID= node126-1338651602-26666
PBS_JOBID= 14636454
Free space on /tmp= 70684 MiB

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

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

MD5SUM BENCH= 3f7496125222b93dca78bd7d73f5e00c
RANDOM SEED=780546527

node126.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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.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		: 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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27137660 kB
Buffers:          395664 kB
Cached:          3833420 kB
SwapCached:         9476 kB
Active:          2187780 kB
Inactive:        2688300 kB
Active(anon):     636668 kB
Inactive(anon):    12180 kB
Active(file):    1551112 kB
Inactive(file):  2676120 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67094928 kB
Dirty:             11900 kB
Writeback:             0 kB
AnonPages:        645124 kB
Mapped:            10440 kB
Shmem:                 0 kB
Slab:             721616 kB
SReclaimable:     165812 kB
SUnreclaim:       555804 kB
KernelStack:        1456 kB
PageTables:         5188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     446972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    413696 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= 70788 MiB
End job on node126 at 2012-06-02 20:43:54