Trace number 3704020

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 NameAnswerobjective functionCPU timeWall clock time
pwbo 2.0? (TO) 1800.19 900.316

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-ns894788.opb
MD5SUMca3efe2da0610ce6a80a42a3887418e6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark180.313
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3463
Total number of constraints2279
Number of constraints which are clauses678
Number of constraints which are cardinality constraints (but not clauses)145
Number of constraints which are nor clauses,nor cardinality constraints1456
Minimum length of a constraint1
Maximum length of a constraint97
Number of terms in the objective function 7
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 97
Number of bits of the biggest sum of numbers7
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-3704020-1338097785.opb.
0.00/0.00	c Instance file HOME/instance-3704020-1338097785.opb
0.00/0.00	c File size is 139984 bytes.
0.00/0.02	c Cost Offset: 0
0.00/0.02	c Highest Coefficient sum: 97
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      3463                                                |
0.00/0.02	c |  Number Clauses:        1495                                                |
0.00/0.02	c |  Number Cardinality:    1456                                                |
0.00/0.02	c |  Number PB Constraints: 0                                                   |
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Problem Type:          Optimization                                        |
0.00/0.02	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.02	c |                                                                             |
0.00/0.02	c ===============================================================================
1800.19/900.31	c ===============================================================================
1800.19/900.31	c Wall Clock Time: 900.30 s
1800.19/900.31	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-3704020-1338097785/watcher-3704020-1338097785 -o /tmp/evaluation-result-3704020-1338097785/solver-3704020-1338097785 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704020-1338097785.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: 4.01 4.00 3.93 4/178 13310
/proc/meminfo: memFree=30987860/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/13310/stat : 13310 (runsolver) D 13308 13310 11438 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 275907057 12095488 51 33554432000 4194304 5436572 140734870712128 140734870708424 4883175 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/13310/statm: 2953 51 31 304 0 2645 0

[startup+0.039995 s]
/proc/loadavg: 4.01 4.00 3.93 4/178 13310
/proc/meminfo: memFree=30987860/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=165640 CPUtime=0.04 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 2666 0 0 0 3 1 0 0 20 0 3 0 275907057 169615360 2582 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 41410 2582 195 433 0 40974 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 165640

[startup+0.100258 s]
/proc/loadavg: 4.01 4.00 3.93 4/178 13310
/proc/meminfo: memFree=30987860/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=165640 CPUtime=0.16 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 2790 0 0 0 15 1 0 0 20 0 3 0 275907057 169615360 2706 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 41410 2706 196 433 0 40974 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 165640

[startup+0.300188 s]
/proc/loadavg: 4.01 4.00 3.93 4/178 13310
/proc/meminfo: memFree=30987860/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=165640 CPUtime=0.55 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 3146 0 0 0 54 1 0 0 20 0 3 0 275907057 169615360 3062 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 41410 3062 196 433 0 40974 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 165640

[startup+0.700202 s]
/proc/loadavg: 4.01 4.00 3.93 4/178 13310
/proc/meminfo: memFree=30987860/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=165640 CPUtime=1.35 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 3913 0 0 0 132 3 0 0 20 0 3 0 275907057 169615360 3829 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 41410 3830 196 433 0 40974 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 165640

[startup+1.50025 s]
/proc/loadavg: 4.01 4.00 3.93 5/181 13313
/proc/meminfo: memFree=30971312/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=165784 CPUtime=2.95 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 4487 0 0 0 291 4 0 0 20 0 3 0 275907057 169762816 4403 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 41446 4403 196 433 0 41010 0
[pid=13310/tid=13312] ppid=13308 vsize=165784 CPUtime=1.45 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 2056 0 0 0 142 3 0 0 20 0 3 0 275907059 169762816 4403 33554432000 4194304 5965102 140737432659392 140533014435824 4401084 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=165784 CPUtime=1.45 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 851 0 0 0 145 0 0 0 20 0 3 0 275907059 169762816 4403 33554432000 4194304 5965102 140737432659392 140533003946288 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 165784

[startup+3.10035 s]
/proc/loadavg: 4.01 4.00 3.93 5/181 13313
/proc/meminfo: memFree=30965980/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=166000 CPUtime=6.15 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 5901 0 0 0 609 6 0 0 20 0 3 0 275907057 169984000 5817 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 41500 5817 196 433 0 41064 0
[pid=13310/tid=13312] ppid=13308 vsize=166000 CPUtime=3.05 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 2757 0 0 0 300 5 0 0 20 0 3 0 275907059 169984000 5817 33554432000 4194304 5965102 140737432659392 140533014435640 4401582 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=166000 CPUtime=3.05 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 1564 0 0 0 305 0 0 0 20 0 3 0 275907059 169984000 5817 33554432000 4194304 5965102 140737432659392 140533003946288 4392771 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 166000

[startup+6.30038 s]
/proc/loadavg: 4.01 4.00 3.93 5/181 13313
/proc/meminfo: memFree=30950984/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=166720 CPUtime=12.55 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 7817 0 0 0 1246 9 0 0 20 0 3 0 275907057 170721280 7733 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 41680 7733 196 433 0 41244 0
[pid=13310/tid=13312] ppid=13308 vsize=166720 CPUtime=6.24 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 3886 0 0 0 617 7 0 0 20 0 3 0 275907059 170721280 7733 33554432000 4194304 5965102 140737432659392 140533014435880 4401155 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=166720 CPUtime=6.24 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 2351 0 0 0 623 1 0 0 20 0 3 0 275907059 170721280 7733 33554432000 4194304 5965102 140737432659392 140533003946288 5134953 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 166720

[startup+12.7004 s]
/proc/loadavg: 4.01 4.00 3.93 5/181 13313
/proc/meminfo: memFree=30929640/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=167748 CPUtime=25.35 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 10507 0 0 0 2520 15 0 0 20 0 3 0 275907057 171773952 10423 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 41937 10423 196 433 0 41501 0
[pid=13310/tid=13312] ppid=13308 vsize=167748 CPUtime=12.63 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 5568 0 0 0 1251 12 0 0 20 0 3 0 275907059 171773952 10423 33554432000 4194304 5965102 140737432659392 140533014435880 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=167748 CPUtime=12.62 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 3359 0 0 0 1261 1 0 0 20 0 3 0 275907059 171773952 10423 33554432000 4194304 5965102 140737432659392 140533003946056 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 167748

[startup+25.5004 s]
/proc/loadavg: 4.08 4.01 3.94 5/182 13316
/proc/meminfo: memFree=30891912/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=169288 CPUtime=50.95 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 14731 0 0 0 5071 24 0 0 20 0 3 0 275907057 173350912 14647 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 42322 14647 196 433 0 41886 0
[pid=13310/tid=13312] ppid=13308 vsize=169288 CPUtime=25.39 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 7996 0 0 0 2520 19 0 0 20 0 3 0 275907059 173350912 14647 33554432000 4194304 5965102 140737432659392 140533014435640 4401149 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=169288 CPUtime=25.39 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 5155 0 0 0 2536 3 0 0 20 0 3 0 275907059 173350912 14647 33554432000 4194304 5965102 140737432659392 140533003946296 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 169288

[startup+51.1005 s]
/proc/loadavg: 4.12 4.03 3.94 5/181 13316
/proc/meminfo: memFree=30850604/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=170304 CPUtime=102.13 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 18358 0 0 0 10182 31 0 0 20 0 3 0 275907057 174391296 17984 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 42576 17984 196 433 0 42140 0
[pid=13310/tid=13312] ppid=13308 vsize=170304 CPUtime=50.93 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 10184 0 0 0 5068 25 0 0 20 0 3 0 275907059 174391296 17984 33554432000 4194304 5965102 140737432659392 140533014435936 4400955 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=170304 CPUtime=50.92 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 6594 0 0 0 5087 5 0 0 20 0 3 0 275907059 174391296 17984 33554432000 4194304 5965102 140737432659392 140533003946288 4401475 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 170304

[startup+102.3 s]
/proc/loadavg: 4.15 4.05 3.95 5/181 13317
/proc/meminfo: memFree=30820392/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=173480 CPUtime=204.53 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 24083 0 0 0 20412 41 0 0 20 0 3 0 275907057 177643520 23709 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 43370 23709 196 433 0 42934 0
[pid=13310/tid=13312] ppid=13308 vsize=173480 CPUtime=102 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 14333 0 0 0 10165 35 0 0 20 0 3 0 275907059 177643520 23709 33554432000 4194304 5965102 140737432659392 140533014435832 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=173480 CPUtime=101.99 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 8170 0 0 0 10191 8 0 0 20 0 3 0 275907059 177643520 23709 33554432000 4194304 5965102 140737432659392 140533003946056 4401058 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 204.53
Current children cumulated vsize (KiB) 173480

[startup+162.3 s]
/proc/loadavg: 4.05 4.04 3.95 5/181 13317
/proc/meminfo: memFree=30771068/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=241792 CPUtime=324.5 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 33485 0 0 0 32387 63 0 0 20 0 3 0 275907057 247595008 33111 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 60448 33111 196 433 0 60012 0
[pid=13310/tid=13312] ppid=13308 vsize=241792 CPUtime=161.84 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 21041 0 0 0 16130 54 0 0 20 0 3 0 275907059 247595008 33111 33554432000 4194304 5965102 140737432659392 140533014435880 4401475 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=241792 CPUtime=161.83 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 10864 0 0 0 16171 12 0 0 20 0 3 0 275907059 247595008 33111 33554432000 4194304 5965102 140737432659392 140533003946056 4383036 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 324.5
Current children cumulated vsize (KiB) 241792

[startup+222.307 s]
/proc/loadavg: 4.02 4.03 3.95 5/181 13317
/proc/meminfo: memFree=30685384/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=244488 CPUtime=444.48 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 39340 0 0 0 44372 76 0 0 20 0 3 0 275907057 250355712 39447 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 61122 39447 196 433 0 60686 0
[pid=13310/tid=13312] ppid=13308 vsize=244488 CPUtime=221.69 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 25459 0 0 0 22103 66 0 0 20 0 3 0 275907059 250355712 39447 33554432000 4194304 5965102 140737432659392 140533014435640 18446744073699066235 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=244488 CPUtime=221.67 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 12301 0 0 0 22153 14 0 0 20 0 3 0 275907059 250355712 39447 33554432000 4194304 5965102 140737432659392 140533003946056 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 444.48
Current children cumulated vsize (KiB) 244488

[startup+282.3 s]
/proc/loadavg: 4.00 4.02 3.95 5/181 13317
/proc/meminfo: memFree=30654288/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=245996 CPUtime=564.42 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 45036 0 0 0 56353 89 0 0 20 0 3 0 275907057 251899904 45162 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 61499 45162 196 433 0 61063 0
[pid=13310/tid=13312] ppid=13308 vsize=245996 CPUtime=281.49 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 29801 0 0 0 28070 79 0 0 20 0 3 0 275907059 251899904 45162 33554432000 4194304 5965102 140737432659392 140533014435640 4401041 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=245996 CPUtime=281.5 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 13655 0 0 0 28133 17 0 0 20 0 3 0 275907059 251899904 45162 33554432000 4194304 5965102 140737432659392 140533003946400 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 564.42
Current children cumulated vsize (KiB) 245996

[startup+342.3 s]
/proc/loadavg: 4.06 4.03 3.96 5/181 13317
/proc/meminfo: memFree=30588740/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=314684 CPUtime=684.4 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 53601 0 0 0 68332 108 0 0 20 0 3 0 275907057 322236416 54864 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 78671 54864 196 433 0 78235 0
[pid=13310/tid=13312] ppid=13308 vsize=314684 CPUtime=341.34 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 35660 0 0 0 34039 95 0 0 20 0 3 0 275907059 322236416 54864 33554432000 4194304 5965102 140737432659392 140533014435640 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=314684 CPUtime=341.33 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 16361 0 0 0 34112 21 0 0 20 0 3 0 275907059 322236416 54864 33554432000 4194304 5965102 140737432659392 140533003946056 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 684.4
Current children cumulated vsize (KiB) 314684

[startup+402.3 s]
/proc/loadavg: 4.02 4.02 3.96 5/181 13318
/proc/meminfo: memFree=30539324/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=316352 CPUtime=804.37 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 55933 0 0 0 80327 110 0 0 20 0 3 0 275907057 323944448 57195 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 79088 57195 196 433 0 78652 0
[pid=13310/tid=13312] ppid=13308 vsize=316352 CPUtime=401.18 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 35900 0 0 0 40022 96 0 0 20 0 3 0 275907059 323944448 57195 33554432000 4194304 5965102 140737432659392 140533014435640 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=316352 CPUtime=401.17 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 18453 0 0 0 40092 25 0 0 20 0 3 0 275907059 323944448 57195 33554432000 4194304 5965102 140737432659392 140533003946296 4401041 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 804.37
Current children cumulated vsize (KiB) 316352

[startup+462.3 s]
/proc/loadavg: 4.00 4.02 3.96 5/181 13318
/proc/meminfo: memFree=30490760/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=317320 CPUtime=924.35 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 59494 0 0 0 92315 120 0 0 20 0 3 0 275907057 324935680 60756 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 79330 60756 196 433 0 78894 0
[pid=13310/tid=13312] ppid=13308 vsize=317320 CPUtime=461.03 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 39203 0 0 0 45997 106 0 0 20 0 3 0 275907059 324935680 60756 33554432000 4194304 5965102 140737432659392 140533014435832 4401064 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=317320 CPUtime=461.01 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 18711 0 0 0 46075 26 0 0 20 0 3 0 275907059 324935680 60756 33554432000 4194304 5965102 140737432659392 140533003946400 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 924.35
Current children cumulated vsize (KiB) 317320

[startup+522.3 s]
/proc/loadavg: 4.06 4.03 3.96 5/181 13318
/proc/meminfo: memFree=30434276/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=318008 CPUtime=1044.33 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 64382 0 0 0 104301 132 0 0 20 0 3 0 275907057 325640192 65644 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 79502 65644 196 433 0 79066 0
[pid=13310/tid=13312] ppid=13308 vsize=318008 CPUtime=520.88 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 43944 0 0 0 51969 119 0 0 20 0 3 0 275907059 325640192 65644 33554432000 4194304 5965102 140737432659392 140533014435832 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=318008 CPUtime=520.85 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 18858 0 0 0 52059 26 0 0 20 0 3 0 275907059 325640192 65644 33554432000 4194304 5965102 140737432659392 140533003946056 4404769 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1044.33
Current children cumulated vsize (KiB) 318008

[startup+582.3 s]
/proc/loadavg: 4.02 4.02 3.96 5/181 13318
/proc/meminfo: memFree=30381452/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=319456 CPUtime=1164.31 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 70052 0 0 0 116286 145 0 0 20 0 3 0 275907057 327122944 71314 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 79864 71314 196 433 0 79428 0
[pid=13310/tid=13312] ppid=13308 vsize=319456 CPUtime=580.72 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 48285 0 0 0 57940 132 0 0 20 0 3 0 275907059 327122944 71314 33554432000 4194304 5965102 140737432659392 140533014435880 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=319456 CPUtime=580.7 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 20187 0 0 0 58042 28 0 0 20 0 3 0 275907059 327122944 71314 33554432000 4194304 5965102 140737432659392 140533003946344 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1164.31
Current children cumulated vsize (KiB) 319456

[startup+642.3 s]
/proc/loadavg: 4.01 4.02 3.96 5/182 13321
/proc/meminfo: memFree=30361340/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=453140 CPUtime=1284.3 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 74614 0 0 0 128274 156 0 0 20 0 3 0 275907057 464015360 76113 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 113285 76113 196 433 0 112849 0
[pid=13310/tid=13312] ppid=13308 vsize=453140 CPUtime=640.57 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 51750 0 0 0 63914 143 0 0 20 0 3 0 275907059 464015360 76113 33554432000 4194304 5965102 140737432659392 140533014435744 4400978 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=453140 CPUtime=640.54 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 21284 0 0 0 64024 30 0 0 20 0 3 0 275907059 464015360 76113 33554432000 4194304 5965102 140737432659392 140533003946400 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1284.3
Current children cumulated vsize (KiB) 453140

[startup+702.3 s]
/proc/loadavg: 3.94 3.98 3.95 5/182 13386
/proc/meminfo: memFree=30646692/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=454604 CPUtime=1404.24 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 75441 0 0 0 140267 157 0 0 20 0 3 0 275907057 465514496 77257 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 113651 77257 196 433 0 113215 0
[pid=13310/tid=13312] ppid=13308 vsize=454604 CPUtime=700.37 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 51943 0 0 0 69893 144 0 0 20 0 3 0 275907059 465514496 77257 33554432000 4194304 5965102 140737432659392 140533014435744 4401015 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=454604 CPUtime=700.38 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 21918 0 0 0 70006 32 0 0 20 0 3 0 275907059 465514496 77257 33554432000 4194304 5965102 140737432659392 140533003946056 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1404.24
Current children cumulated vsize (KiB) 454604

[startup+762.3 s]
/proc/loadavg: 4.03 4.00 3.96 5/181 13386
/proc/meminfo: memFree=30174012/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=455600 CPUtime=1524.23 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 75914 0 0 0 152266 157 0 0 20 0 3 0 275907057 466534400 77729 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 113900 77729 196 433 0 113464 0
[pid=13310/tid=13312] ppid=13308 vsize=455600 CPUtime=760.22 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 52195 0 0 0 75877 145 0 0 20 0 3 0 275907059 466534400 77729 33554432000 4194304 5965102 140737432659392 140533014435640 4401559 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=455600 CPUtime=760.23 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 22139 0 0 0 75990 33 0 0 20 0 3 0 275907059 466534400 77729 33554432000 4194304 5965102 140737432659392 140533003946400 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1524.23
Current children cumulated vsize (KiB) 455600

[startup+822.3 s]
/proc/loadavg: 4.01 4.00 3.96 5/181 13386
/proc/meminfo: memFree=30164208/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=456300 CPUtime=1644.19 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 76515 0 0 0 164262 157 0 0 20 0 3 0 275907057 467251200 78387 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 114075 78387 196 433 0 113639 0
[pid=13310/tid=13312] ppid=13308 vsize=456300 CPUtime=820.06 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 52622 0 0 0 81860 146 0 0 20 0 3 0 275907059 467251200 78387 33554432000 4194304 5965102 140737432659392 140533014435640 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=456300 CPUtime=820.05 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 22313 0 0 0 81971 34 0 0 20 0 3 0 275907059 467251200 78387 33554432000 4194304 5965102 140737432659392 140533003946400 4400972 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1644.19
Current children cumulated vsize (KiB) 456300

[startup+882.307 s]
/proc/loadavg: 4.04 4.01 3.96 5/181 13386
/proc/meminfo: memFree=30133804/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=456628 CPUtime=1764.18 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 79748 0 0 0 176258 160 0 0 20 0 3 0 275907057 467587072 81620 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 114157 81620 196 433 0 113721 0
[pid=13310/tid=13312] ppid=13308 vsize=456628 CPUtime=879.92 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 55757 0 0 0 87842 150 0 0 20 0 3 0 275907059 467587072 81620 33554432000 4194304 5965102 140737432659392 140533014435832 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=456628 CPUtime=879.9 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 22411 0 0 0 87955 35 0 0 20 0 3 0 275907059 467587072 81620 33554432000 4194304 5965102 140737432659392 140533003946056 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1764.18
Current children cumulated vsize (KiB) 456628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.3 s]
/proc/loadavg: 4.03 4.01 3.96 5/181 13386
/proc/meminfo: memFree=30123868/32873844 swapFree=7364/7364
[pid=13310] ppid=13308 vsize=457244 CPUtime=1800.19 cores=0,2,4,6
/proc/13310/stat : 13310 (pwbo2.0) S 13308 13310 11438 0 -1 4202496 80966 0 0 0 179856 163 0 0 20 0 3 0 275907057 468217856 82838 33554432000 4194304 5965102 140737432659392 140737432658912 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13310/statm: 114311 82838 196 433 0 113875 0
[pid=13310/tid=13312] ppid=13308 vsize=457244 CPUtime=897.87 cores=0,2,4,6
/proc/13310/task/13312/stat : 13312 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 56869 0 0 0 89635 152 0 0 20 0 3 0 275907059 468217856 82838 33554432000 4194304 5965102 140737432659392 140533014435832 4401026 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13310/tid=13313] ppid=13308 vsize=457244 CPUtime=897.85 cores=0,2,4,6
/proc/13310/task/13313/stat : 13313 (pwbo2.0) R 13308 13310 11438 0 -1 4202560 22517 0 0 0 89750 35 0 0 20 0 3 0 275907059 468217856 82838 33554432000 4194304 5965102 140737432659392 140533003946056 4401131 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 457244

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13310 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=880288
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=903710
# CPU time returned by wait4() is 1795.78
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.316
CPU time (s): 1800.19
CPU user time (s): 1798.56
CPU system time (s): 1.63
CPU usage (%): 199.951
Max. virtual memory (cumulated for all children) (KiB): 457244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.88
system time used= 1.90371
maximum resident set size= 331360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80968
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= 446
involuntary context switches= 1928

runsolver used 1.18182 second user time and 5.8831 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-27 07:49:45
IDJOB=3704020
IDBENCH=89875
IDSOLVER=2279
FILE ID=node109/3704020-1338097785
RUNJOBID= node109-1338088487-11454
PBS_JOBID= 14624462
Free space on /tmp= 71344 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-ns894788.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704020-1338097785/watcher-3704020-1338097785 -o /tmp/evaluation-result-3704020-1338097785/solver-3704020-1338097785 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704020-1338097785.opb

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

MD5SUM BENCH= ca3efe2da0610ce6a80a42a3887418e6
RANDOM SEED=988733831

node109.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.264
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.52
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.264
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		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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:       32873844 kB
MemFree:        30988232 kB
Buffers:          252184 kB
Cached:           551148 kB
SwapCached:            0 kB
Active:           963036 kB
Inactive:         130216 kB
Active(anon):     281960 kB
Inactive(anon):    10916 kB
Active(file):     681076 kB
Inactive(file):   119300 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5884 kB
Writeback:             0 kB
AnonPages:        283764 kB
Mapped:            15180 kB
Shmem:               200 kB
Slab:             650708 kB
SReclaimable:      93128 kB
SUnreclaim:       557580 kB
KernelStack:        1472 kB
PageTables:         4636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     166436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71336 MiB
End job on node109 at 2012-05-27 08:04:47