Trace number 3726321

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.02? (TO) 1800.11 900.318

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.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726321-1338658800.opb.
0.00/0.00	c Instance file HOME/instance-3726321-1338658800.opb
0.00/0.00	c File size is 139984 bytes.
0.00/0.01	c Cost Offset: 0
0.00/0.01	c Highest Coefficient sum: 97
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.02         s                                      |
0.00/0.01	c |  Number Variables:      3463                                                |
0.00/0.01	c |  Number Clauses:        1495                                                |
0.00/0.01	c |  Number Cardinality:    1456                                                |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	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.11/900.31	c ===============================================================================
1800.11/900.31	c Wall Clock Time: 900.31 s
1800.11/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-3726321-1338658800/watcher-3726321-1338658800 -o /tmp/evaluation-result-3726321-1338658800/solver-3726321-1338658800 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726321-1338658800.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: 3.92 3.96 3.91 3/176 23288
/proc/meminfo: memFree=27975728/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=5764 CPUtime=0 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) R 23286 23288 19474 0 -1 4202496 724 0 0 0 0 0 0 0 20 0 1 0 332005501 5902336 676 33554432000 4194304 5964478 140735588885440 140737292385944 5179599 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 1441 681 166 433 0 970 0

[startup+0.0109681 s]
/proc/loadavg: 3.92 3.96 3.91 3/176 23288
/proc/meminfo: memFree=27975728/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=6544 CPUtime=0 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) R 23286 23288 19474 0 -1 4202496 922 0 0 0 0 0 0 0 20 0 1 0 332005501 6701056 874 33554432000 4194304 5964478 140735588885440 140737292385944 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 1636 875 177 433 0 1165 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6544

[startup+0.100157 s]
/proc/loadavg: 3.92 3.96 3.91 3/176 23288
/proc/meminfo: memFree=27975728/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=165640 CPUtime=0.17 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 2807 0 0 0 16 1 0 0 20 0 3 0 332005501 169615360 2724 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 41410 2724 195 433 0 40974 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 165640

[startup+0.300118 s]
/proc/loadavg: 3.92 3.96 3.91 3/176 23288
/proc/meminfo: memFree=27975728/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=165640 CPUtime=0.57 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 3186 0 0 0 56 1 0 0 20 0 3 0 332005501 169615360 3103 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 41410 3103 195 433 0 40974 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 165640

[startup+0.700131 s]
/proc/loadavg: 3.92 3.96 3.91 3/176 23288
/proc/meminfo: memFree=27975728/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=165640 CPUtime=1.37 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 3994 0 0 0 134 3 0 0 20 0 3 0 332005501 169615360 3911 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 41410 3911 195 433 0 40974 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 165640

[startup+1.50025 s]
/proc/loadavg: 3.92 3.96 3.91 5/180 23292
/proc/meminfo: memFree=27960040/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=165928 CPUtime=2.96 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 4519 0 0 0 293 3 0 0 20 0 3 0 332005501 169910272 4436 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 41482 4436 195 433 0 41046 0
[pid=23288/tid=23290] ppid=23286 vsize=165928 CPUtime=1.46 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 2009 0 0 0 146 0 0 0 20 0 3 0 332005503 169910272 4436 33554432000 4194304 5964478 140735588885440 140206641907696 5136420 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=165928 CPUtime=1.46 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 930 0 0 0 144 2 0 0 20 0 3 0 332005503 169910272 4436 33554432000 4194304 5964478 140735588885440 140206631418160 4382261 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 165928

[startup+3.10027 s]
/proc/loadavg: 3.92 3.96 3.91 5/180 23294
/proc/meminfo: memFree=27956528/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=166000 CPUtime=6.16 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 6109 0 0 0 611 5 0 0 20 0 3 0 332005501 169984000 6026 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 41500 6026 195 433 0 41064 0
[pid=23288/tid=23290] ppid=23286 vsize=166000 CPUtime=3.05 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 3032 0 0 0 303 2 0 0 20 0 3 0 332005503 169984000 6026 33554432000 4194304 5964478 140735588885440 140206641907704 4391707 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=166000 CPUtime=3.06 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 1497 0 0 0 303 3 0 0 20 0 3 0 332005503 169984000 6026 33554432000 4194304 5964478 140735588885440 140206631418160 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 166000

[startup+6.30029 s]
/proc/loadavg: 3.93 3.96 3.91 5/180 23294
/proc/meminfo: memFree=27944996/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=166860 CPUtime=12.56 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 8093 0 0 0 1248 8 0 0 20 0 3 0 332005501 170864640 8010 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 41715 8010 195 433 0 41279 0
[pid=23288/tid=23290] ppid=23286 vsize=166860 CPUtime=6.24 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 4294 0 0 0 622 2 0 0 20 0 3 0 332005503 170864640 8010 33554432000 4194304 5964478 140735588885440 140206641907704 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=166860 CPUtime=6.25 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 2219 0 0 0 620 5 0 0 20 0 3 0 332005503 170864640 8010 33554432000 4194304 5964478 140735588885440 140206631418160 4399915 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 166860

[startup+12.7003 s]
/proc/loadavg: 3.93 3.96 3.91 5/180 23294
/proc/meminfo: memFree=27929860/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=167748 CPUtime=25.36 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 10880 0 0 0 2523 13 0 0 20 0 3 0 332005501 171773952 10797 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 41937 10797 195 433 0 41501 0
[pid=23288/tid=23290] ppid=23286 vsize=167748 CPUtime=12.62 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 5821 0 0 0 1260 2 0 0 20 0 3 0 332005503 171773952 10797 33554432000 4194304 5964478 140735588885440 140206641907512 4400528 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=167748 CPUtime=12.63 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 3479 0 0 0 1253 10 0 0 20 0 3 0 332005503 171773952 10797 33554432000 4194304 5964478 140735588885440 140206631417928 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 167748

[startup+25.5003 s]
/proc/loadavg: 3.95 3.96 3.91 5/180 23294
/proc/meminfo: memFree=27914128/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=169132 CPUtime=50.95 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 14889 0 0 0 5077 18 0 0 20 0 3 0 332005501 173191168 14806 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 42283 14806 195 433 0 41847 0
[pid=23288/tid=23290] ppid=23286 vsize=169132 CPUtime=25.39 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 8321 0 0 0 2535 4 0 0 20 0 3 0 332005503 173191168 14806 33554432000 4194304 5964478 140735588885440 140206641907704 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=169132 CPUtime=25.4 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 4988 0 0 0 2527 13 0 0 20 0 3 0 332005503 173191168 14806 33554432000 4194304 5964478 140735588885440 140206631418216 4222416 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) 169132

[startup+51.1003 s]
/proc/loadavg: 3.79 3.92 3.89 5/180 23336
/proc/meminfo: memFree=27858796/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=172084 CPUtime=102.11 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 20613 0 0 0 10186 25 0 0 20 0 3 0 332005501 176214016 20865 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 43021 20865 195 433 0 42585 0
[pid=23288/tid=23290] ppid=23286 vsize=172084 CPUtime=50.9 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 12121 0 0 0 5081 9 0 0 20 0 3 0 332005503 176214016 20865 33554432000 4194304 5964478 140735588885440 140206641907704 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=172084 CPUtime=50.92 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 6912 0 0 0 5076 16 0 0 20 0 3 0 332005503 176214016 20865 33554432000 4194304 5964478 140735588885440 140206631417928 4399819 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 172084

[startup+102.307 s]
/proc/loadavg: 3.91 3.93 3.90 5/179 23336
/proc/meminfo: memFree=27694644/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=173692 CPUtime=204.49 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 23435 0 0 0 20421 28 0 0 20 0 3 0 332005501 177860608 24383 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 43423 24383 195 433 0 42987 0
[pid=23288/tid=23290] ppid=23286 vsize=173692 CPUtime=101.96 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 12882 0 0 0 10186 10 0 0 20 0 3 0 332005503 177860608 24383 33554432000 4194304 5964478 140735588885440 140206641907616 4403400 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=173692 CPUtime=101.99 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 8973 0 0 0 10180 19 0 0 20 0 3 0 332005503 177860608 24383 33554432000 4194304 5964478 140735588885440 140206631418168 4379296 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 204.49
Current children cumulated vsize (KiB) 173692

[startup+162.3 s]
/proc/loadavg: 3.96 3.94 3.91 5/179 23336
/proc/meminfo: memFree=27521568/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=242548 CPUtime=324.45 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 31647 0 0 0 32409 36 0 0 20 0 3 0 332005501 248369152 32595 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 60637 32595 195 433 0 60201 0
[pid=23288/tid=23290] ppid=23286 vsize=242548 CPUtime=161.79 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 19114 0 0 0 16162 17 0 0 20 0 3 0 332005503 248369152 32595 33554432000 4194304 5964478 140735588885440 140206641907512 4399969 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=242548 CPUtime=161.83 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 10953 0 0 0 16161 22 0 0 20 0 3 0 332005503 248369152 32595 33554432000 4194304 5964478 140735588885440 140206631418168 4400024 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 324.45
Current children cumulated vsize (KiB) 242548

[startup+222.3 s]
/proc/loadavg: 3.98 3.95 3.91 5/179 23336
/proc/meminfo: memFree=27414584/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=244404 CPUtime=444.42 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 40516 0 0 0 44396 46 0 0 20 0 3 0 332005501 250269696 41464 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 61101 41464 195 433 0 60665 0
[pid=23288/tid=23290] ppid=23286 vsize=244404 CPUtime=221.63 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 25451 0 0 0 22137 26 0 0 20 0 3 0 332005503 250269696 41464 33554432000 4194304 5964478 140735588885440 140206641907616 4399986 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=244404 CPUtime=221.67 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 13485 0 0 0 22142 25 0 0 20 0 3 0 332005503 250269696 41464 33554432000 4194304 5964478 140735588885440 140206631418272 4400103 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 444.42
Current children cumulated vsize (KiB) 244404

[startup+282.3 s]
/proc/loadavg: 3.99 3.95 3.91 5/179 23336
/proc/meminfo: memFree=27370856/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=246072 CPUtime=564.39 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 43423 0 0 0 56389 50 0 0 20 0 3 0 332005501 251977728 44371 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 61518 44371 195 433 0 61082 0
[pid=23288/tid=23290] ppid=23286 vsize=246072 CPUtime=281.47 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 27706 0 0 0 28116 31 0 0 20 0 3 0 332005503 251977728 44371 33554432000 4194304 5964478 140735588885440 140206641907752 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=246072 CPUtime=281.52 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 14137 0 0 0 28125 27 0 0 20 0 3 0 332005503 251977728 44371 33554432000 4194304 5964478 140735588885440 140206631417928 4399915 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 564.39
Current children cumulated vsize (KiB) 246072

[startup+342.3 s]
/proc/loadavg: 3.99 3.96 3.91 5/179 23336
/proc/meminfo: memFree=27247584/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=313508 CPUtime=684.38 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 55049 0 0 0 68376 62 0 0 20 0 3 0 332005501 321032192 55997 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 78377 55997 195 433 0 77941 0

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

[pid=23288/tid=23291] ppid=23286 vsize=313508 CPUtime=341.36 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 17384 0 0 0 34105 31 0 0 20 0 3 0 332005503 321032192 55997 33554432000 4194304 5964478 140735588885440 140206631418272 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 684.38
Current children cumulated vsize (KiB) 313508

[startup+402.3 s]
/proc/loadavg: 3.99 3.96 3.91 5/179 23337
/proc/meminfo: memFree=27115988/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=315644 CPUtime=804.36 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 58152 0 0 0 80368 68 0 0 20 0 3 0 332005501 323219456 59100 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 78911 59100 195 433 0 78475 0
[pid=23288/tid=23290] ppid=23286 vsize=315644 CPUtime=401.16 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 38139 0 0 0 40070 46 0 0 20 0 3 0 332005503 323219456 59100 33554432000 4194304 5964478 140735588885440 140206641907512 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=315644 CPUtime=401.21 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 18433 0 0 0 40088 33 0 0 20 0 3 0 332005503 323219456 59100 33554432000 4194304 5964478 140735588885440 140206631418216 4400038 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 804.36
Current children cumulated vsize (KiB) 315644

[startup+462.3 s]
/proc/loadavg: 4.03 3.98 3.91 5/179 23337
/proc/meminfo: memFree=26943540/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=317308 CPUtime=924.33 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 59232 0 0 0 92365 68 0 0 20 0 3 0 332005501 324923392 60178 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 79327 60178 195 433 0 78891 0
[pid=23288/tid=23290] ppid=23286 vsize=317308 CPUtime=461 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 38730 0 0 0 46053 47 0 0 20 0 3 0 332005503 324923392 60178 33554432000 4194304 5964478 140735588885440 140206641907512 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=317308 CPUtime=461.06 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 18922 0 0 0 46071 35 0 0 20 0 3 0 332005503 324923392 60178 33554432000 4194304 5964478 140735588885440 140206631417928 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 924.33
Current children cumulated vsize (KiB) 317308

[startup+522.3 s]
/proc/loadavg: 4.01 3.98 3.91 5/179 23337
/proc/meminfo: memFree=26894476/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=318228 CPUtime=1044.32 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 64471 0 0 0 104358 74 0 0 20 0 3 0 332005501 325865472 65416 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 79557 65416 195 433 0 79121 0
[pid=23288/tid=23290] ppid=23286 vsize=318228 CPUtime=520.85 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 43740 0 0 0 52033 52 0 0 20 0 3 0 332005503 325865472 65416 33554432000 4194304 5964478 140735588885440 140206641907704 4400078 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=318228 CPUtime=520.9 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 19151 0 0 0 52055 35 0 0 20 0 3 0 332005503 325865472 65416 33554432000 4194304 5964478 140735588885440 140206631417928 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1044.32
Current children cumulated vsize (KiB) 318228

[startup+582.3 s]
/proc/loadavg: 4.00 3.98 3.91 5/179 23337
/proc/meminfo: memFree=26792164/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=319696 CPUtime=1164.26 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 69912 0 0 0 116347 79 0 0 20 0 3 0 332005501 327368704 71266 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 79924 71266 195 433 0 79488 0
[pid=23288/tid=23290] ppid=23286 vsize=319696 CPUtime=580.66 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 48839 0 0 0 58008 58 0 0 20 0 3 0 332005503 327368704 71266 33554432000 4194304 5964478 140735588885440 140206641907704 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=319696 CPUtime=580.74 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 19493 0 0 0 58038 36 0 0 20 0 3 0 332005503 327368704 71266 33554432000 4194304 5964478 140735588885440 140206631417928 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1164.26
Current children cumulated vsize (KiB) 319696

[startup+642.3 s]
/proc/loadavg: 4.00 3.98 3.91 5/180 23340
/proc/meminfo: memFree=26763932/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=385848 CPUtime=1284.21 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 75055 0 0 0 128329 92 0 0 20 0 3 0 332005501 395108352 76507 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 96462 76507 195 433 0 96026 0
[pid=23288/tid=23290] ppid=23286 vsize=385848 CPUtime=640.49 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 53226 0 0 0 63978 71 0 0 20 0 3 0 332005503 395108352 76507 33554432000 4194304 5964478 140735588885440 140206641907512 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=385848 CPUtime=640.57 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 20249 0 0 0 64019 38 0 0 20 0 3 0 332005503 395108352 76507 33554432000 4194304 5964478 140735588885440 140206631418272 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1284.21
Current children cumulated vsize (KiB) 385848

[startup+702.3 s]
/proc/loadavg: 4.00 3.98 3.91 5/179 23341
/proc/meminfo: memFree=26734008/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=454172 CPUtime=1404.16 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 79257 0 0 0 140313 103 0 0 20 0 3 0 332005501 465072128 80750 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 113543 80750 195 433 0 113107 0
[pid=23288/tid=23290] ppid=23286 vsize=454172 CPUtime=700.3 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 54449 0 0 0 69954 76 0 0 20 0 3 0 332005503 465072128 80750 33554432000 4194304 5964478 140735588885440 140206641907616 4400044 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=454172 CPUtime=700.41 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 23228 0 0 0 69994 47 0 0 20 0 3 0 332005503 465072128 80750 33554432000 4194304 5964478 140735588885440 140206631418272 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1404.16
Current children cumulated vsize (KiB) 454172

[startup+762.307 s]
/proc/loadavg: 4.00 3.98 3.91 5/179 23341
/proc/meminfo: memFree=26724700/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=454412 CPUtime=1524.15 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 79367 0 0 0 152312 103 0 0 20 0 3 0 332005501 465317888 80860 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 113603 80860 195 433 0 113167 0
[pid=23288/tid=23290] ppid=23286 vsize=454412 CPUtime=760.16 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 54496 0 0 0 75939 77 0 0 20 0 3 0 332005503 465317888 80860 33554432000 4194304 5964478 140735588885440 140206641907512 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=454412 CPUtime=760.26 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 23291 0 0 0 75978 48 0 0 20 0 3 0 332005503 465317888 80860 33554432000 4194304 5964478 140735588885440 140206631418272 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1524.15
Current children cumulated vsize (KiB) 454412

[startup+822.3 s]
/proc/loadavg: 4.00 3.98 3.91 5/179 23341
/proc/meminfo: memFree=26712948/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=455900 CPUtime=1644.12 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 79850 0 0 0 164308 104 0 0 20 0 3 0 332005501 466841600 81343 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 113975 81343 195 433 0 113539 0
[pid=23288/tid=23290] ppid=23286 vsize=455900 CPUtime=820 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 54765 0 0 0 81922 78 0 0 20 0 3 0 332005503 466841600 81343 33554432000 4194304 5964478 140735588885440 140206641907512 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=455900 CPUtime=820.1 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 23505 0 0 0 81961 49 0 0 20 0 3 0 332005503 466841600 81343 33554432000 4194304 5964478 140735588885440 140206631417928 4399930 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1644.12
Current children cumulated vsize (KiB) 455900

[startup+882.3 s]
/proc/loadavg: 4.00 3.98 3.91 5/179 23341
/proc/meminfo: memFree=26696240/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=456648 CPUtime=1764.1 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 82194 0 0 0 176303 107 0 0 20 0 3 0 332005501 467607552 83687 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 114162 83687 195 433 0 113726 0
[pid=23288/tid=23290] ppid=23286 vsize=456648 CPUtime=879.84 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 56946 0 0 0 87901 83 0 0 20 0 3 0 332005503 467607552 83687 33554432000 4194304 5964478 140735588885440 140206641907704 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=456648 CPUtime=879.95 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 23668 0 0 0 87945 50 0 0 20 0 3 0 332005503 467607552 83687 33554432000 4194304 5964478 140735588885440 140206631417928 4399952 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1764.1
Current children cumulated vsize (KiB) 456648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.3 s]
/proc/loadavg: 4.00 3.98 3.91 5/179 23341
/proc/meminfo: memFree=26665084/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=457492 CPUtime=1800.11 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 85194 0 0 0 179898 113 0 0 20 0 3 0 332005501 468471808 86687 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 114373 86687 195 433 0 113937 0
[pid=23288/tid=23290] ppid=23286 vsize=457492 CPUtime=897.8 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 58214 0 0 0 89695 85 0 0 20 0 3 0 332005503 468471808 86687 33554432000 4194304 5964478 140735588885440 140206641907752 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=457492 CPUtime=897.91 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 25400 0 0 0 89738 53 0 0 20 0 3 0 332005503 468471808 86687 33554432000 4194304 5964478 140735588885440 140206631418168 4399932 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 457492

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

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

[startup+900.3 s]
/proc/loadavg: 4.00 3.98 3.91 5/179 23341
/proc/meminfo: memFree=26665084/32873852 swapFree=7624/7624
[pid=23288] ppid=23286 vsize=457492 CPUtime=1800.11 cores=0,2,4,6
/proc/23288/stat : 23288 (pwbo2.02) S 23286 23288 19474 0 -1 4202496 85194 0 0 0 179898 113 0 0 20 0 3 0 332005501 468471808 86687 33554432000 4194304 5964478 140735588885440 140735588884960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23288/statm: 114373 86687 195 433 0 113937 0
[pid=23288/tid=23290] ppid=23286 vsize=457492 CPUtime=897.8 cores=0,2,4,6
/proc/23288/task/23290/stat : 23290 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 58214 0 0 0 89695 85 0 0 20 0 3 0 332005503 468471808 86687 33554432000 4194304 5964478 140735588885440 140206641907752 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23288/tid=23291] ppid=23286 vsize=457492 CPUtime=897.91 cores=0,2,4,6
/proc/23288/task/23291/stat : 23291 (pwbo2.02) R 23286 23288 19474 0 -1 4202560 25400 0 0 0 89738 53 0 0 20 0 3 0 332005503 468471808 86687 33554432000 4194304 5964478 140735588885440 140206631418168 4399932 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 457492

Child status: 0

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

Real time (s): 900.318
CPU time (s): 1800.11
CPU user time (s): 1798.98
CPU system time (s): 1.13
CPU usage (%): 199.942
Max. virtual memory (cumulated for all children) (KiB): 457492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.36
system time used= 1.40279
maximum resident set size= 346760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85197
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= 476
involuntary context switches= 2015

runsolver used 1.91271 second user time and 4.98624 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-02 19:40:00
IDJOB=3726321
IDBENCH=89875
IDSOLVER=2309
FILE ID=node131/3726321-1338658800
RUNJOBID= node131-1338651542-21055
PBS_JOBID= 14636449
Free space on /tmp= 71392 MiB

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

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

MD5SUM BENCH= ca3efe2da0610ce6a80a42a3887418e6
RANDOM SEED=1196621396

node131.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.805
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	: 5333.61
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.805
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.805
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		: 2666.805
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.805
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.805
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.805
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.92
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.805
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:       32873852 kB
MemFree:        27975356 kB
Buffers:          541156 kB
Cached:          3006692 kB
SwapCached:         2348 kB
Active:          1855444 kB
Inactive:        2179416 kB
Active(anon):     482716 kB
Inactive(anon):     3676 kB
Active(file):    1372728 kB
Inactive(file):  2175740 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:              5736 kB
Writeback:             0 kB
AnonPages:        494888 kB
Mapped:            15072 kB
Shmem:                 0 kB
Slab:             719508 kB
SReclaimable:     161820 kB
SUnreclaim:       557688 kB
KernelStack:        1448 kB
PageTables:         4540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     269836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    421888 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= 71348 MiB
End job on node131 at 2012-06-02 19:55:03