Trace number 3703687

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.54 900.513

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_18.opb
MD5SUMde4cbecd7c9968d40b279ce145b888a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark307
Best CPU time to get the best result obtained on this benchmark1800.21
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8883
Total number of constraints17459
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2691
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3703687-1338092494.opb.
0.00/0.00	c Instance file HOME/instance-3703687-1338092494.opb
0.00/0.00	c File size is 5036183 bytes.
0.39/0.47	c Cost Offset: 0
0.39/0.47	c Highest Coefficient sum: 2691
0.39/0.47	c ============================[ Problem Statistics ]=============================
0.39/0.47	c |                                                                             |
0.39/0.47	c |  Parsing time:          0.47         s                                      |
0.39/0.47	c |  Number Variables:      8883                                                |
0.39/0.47	c |  Number Clauses:        0                                                   |
0.39/0.47	c |  Number Cardinality:    0                                                   |
0.39/0.47	c |  Number PB Constraints: 17459                                               |
0.39/0.47	c |                                                                             |
0.39/0.48	c |  Problem Type:          Optimization                                        |
0.39/0.48	c |  Objective Function:    Cardinality Constraint                              |
0.39/0.48	c |                                                                             |
0.39/0.48	c ===============================================================================
1800.17/900.51	c ===============================================================================
1800.17/900.51	c Wall Clock Time: 900.51 s
1800.17/900.51	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-3703687-1338092494/watcher-3703687-1338092494 -o /tmp/evaluation-result-3703687-1338092494/solver-3703687-1338092494 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703687-1338092494.opb 

running on 4 cores: 1,3,5,7

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.02 4.01 3.93 2/171 20829
/proc/meminfo: memFree=28410396/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=9240 CPUtime=0 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) R 20827 20829 20135 0 -1 4202496 427 0 0 0 0 0 0 0 20 0 1 0 275374911 9461760 379 33554432000 4194304 5965102 140735774892272 140735758899672 5137146 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 2310 380 170 433 0 644 0

[startup+0.0152941 s]
/proc/loadavg: 4.02 4.01 3.93 2/171 20829
/proc/meminfo: memFree=28410396/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=10692 CPUtime=0.01 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) R 20827 20829 20135 0 -1 4202496 791 0 0 0 1 0 0 0 20 0 1 0 275374911 10948608 743 33554432000 4194304 5965102 140735774892272 140735758899672 5137146 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 2673 744 196 433 0 1007 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10692

[startup+0.10016 s]
/proc/loadavg: 4.02 4.01 3.93 2/171 20829
/proc/meminfo: memFree=28410396/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=22932 CPUtime=0.09 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) R 20827 20829 20135 0 -1 4202496 4073 0 0 0 9 0 0 0 20 0 1 0 275374911 23482368 4025 33554432000 4194304 5965102 140735774892272 140735758899672 5137146 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 5733 4028 424 433 0 4067 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22932

[startup+0.300273 s]
/proc/loadavg: 4.02 4.01 3.93 2/171 20829
/proc/meminfo: memFree=28410396/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=49796 CPUtime=0.29 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) R 20827 20829 20135 0 -1 4202496 11259 0 0 0 28 1 0 0 20 0 1 0 275374911 50991104 11211 33554432000 4194304 5965102 140735774892272 140735758899672 5137146 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 12449 11212 923 433 0 10783 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49796

[startup+0.700192 s]
/proc/loadavg: 4.02 4.01 3.93 2/171 20829
/proc/meminfo: memFree=28410396/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=229892 CPUtime=0.91 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 28740 0 0 0 86 5 0 0 20 0 3 0 275374911 235409408 27285 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 57473 27289 196 433 0 57037 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 229892

[startup+1.50032 s]
/proc/loadavg: 4.02 4.01 3.93 5/181 20848
/proc/meminfo: memFree=28212420/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=294708 CPUtime=2.52 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 38001 0 0 0 245 7 0 0 20 0 3 0 275374911 301780992 36371 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 73677 36371 198 433 0 73241 0
[pid=20829/tid=20847] ppid=20827 vsize=294708 CPUtime=1.01 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 18896 0 0 0 97 4 0 0 20 0 3 0 275374959 301780992 36371 33554432000 4194304 5965102 140735774892272 140026753182280 5123080 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=294708 CPUtime=1.01 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 588 0 0 0 101 0 0 0 20 0 3 0 275374959 301780992 36371 33554432000 4194304 5965102 140735774892272 140026742691992 4404416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 294708

[startup+3.10024 s]
/proc/loadavg: 4.02 4.01 3.93 5/181 20848
/proc/meminfo: memFree=28196672/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=294708 CPUtime=5.71 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 40723 0 0 0 564 7 0 0 20 0 3 0 275374911 301780992 39093 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 73677 39093 199 433 0 73241 0
[pid=20829/tid=20847] ppid=20827 vsize=294708 CPUtime=2.61 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 21590 0 0 0 256 5 0 0 20 0 3 0 275374959 301780992 39093 33554432000 4194304 5965102 140735774892272 140026753182232 4404568 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=294708 CPUtime=2.61 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 616 0 0 0 261 0 0 0 20 0 3 0 275374959 301780992 39093 33554432000 4194304 5965102 140735774892272 140026742691960 4394008 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 294708

[startup+6.30031 s]
/proc/loadavg: 4.02 4.01 3.93 5/181 20848
/proc/meminfo: memFree=28182584/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=294708 CPUtime=12.11 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 42142 0 0 0 1203 8 0 0 20 0 3 0 275374911 301780992 40512 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 73677 40512 199 433 0 73241 0
[pid=20829/tid=20847] ppid=20827 vsize=294708 CPUtime=5.81 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 22941 0 0 0 576 5 0 0 20 0 3 0 275374959 301780992 40512 33554432000 4194304 5965102 140735774892272 140026753182008 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=294708 CPUtime=5.81 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 684 0 0 0 581 0 0 0 20 0 3 0 275374959 301780992 40512 33554432000 4194304 5965102 140735774892272 140026742691992 4404416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 294708

[startup+12.7003 s]
/proc/loadavg: 4.01 4.01 3.93 5/181 20848
/proc/meminfo: memFree=28170916/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=294708 CPUtime=24.91 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 43661 0 0 0 2483 8 0 0 20 0 3 0 275374911 301780992 42031 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 73677 42031 199 433 0 73241 0
[pid=20829/tid=20847] ppid=20827 vsize=294708 CPUtime=12.21 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 24303 0 0 0 1215 6 0 0 20 0 3 0 275374959 301780992 42031 33554432000 4194304 5965102 140735774892272 140026753182248 4222333 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=294708 CPUtime=12.21 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 841 0 0 0 1221 0 0 0 20 0 3 0 275374959 301780992 42031 33554432000 4194304 5965102 140735774892272 140026742692152 4394002 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 294708

[startup+25.5002 s]
/proc/loadavg: 4.01 4.01 3.93 5/181 20848
/proc/meminfo: memFree=28157432/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=294708 CPUtime=50.5 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 46719 0 0 0 5041 9 0 0 20 0 3 0 275374911 301780992 45081 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 73677 45081 199 433 0 73241 0
[pid=20829/tid=20847] ppid=20827 vsize=294708 CPUtime=25.01 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 27071 0 0 0 2495 6 0 0 20 0 3 0 275374959 301780992 45081 33554432000 4194304 5965102 140735774892272 140026753182248 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=294708 CPUtime=25 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 1131 0 0 0 2500 0 0 0 20 0 3 0 275374959 301780992 45081 33554432000 4194304 5965102 140735774892272 140026742691960 4222314 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 294708

[startup+51.1003 s]
/proc/loadavg: 4.01 4.00 3.93 5/181 20848
/proc/meminfo: memFree=28143144/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=294708 CPUtime=101.68 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 48505 0 0 0 10158 10 0 0 20 0 3 0 275374911 301780992 47140 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 73677 47140 199 433 0 73241 0
[pid=20829/tid=20847] ppid=20827 vsize=294708 CPUtime=50.61 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 28600 0 0 0 5055 6 0 0 20 0 3 0 275374959 301780992 47140 33554432000 4194304 5965102 140735774892272 140026753182152 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=294708 CPUtime=50.59 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 1388 0 0 0 5057 2 0 0 20 0 3 0 275374959 301780992 47140 33554432000 4194304 5965102 140735774892272 140026742692152 4222314 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 294708

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 20848
/proc/meminfo: memFree=28128432/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=294708 CPUtime=204.04 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 50196 0 0 0 20393 11 0 0 20 0 3 0 275374911 301780992 48819 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 73677 48819 199 433 0 73241 0
[pid=20829/tid=20847] ppid=20827 vsize=294708 CPUtime=101.78 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 29871 0 0 0 10170 8 0 0 20 0 3 0 275374959 301780992 48819 33554432000 4194304 5965102 140735774892272 140026753182008 4404410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=294708 CPUtime=101.79 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 1808 0 0 0 10176 3 0 0 20 0 3 0 275374959 301780992 48819 33554432000 4194304 5965102 140735774892272 140026742692088 4404740 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 294708

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 20848
/proc/meminfo: memFree=28110224/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=294708 CPUtime=324 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 50693 0 0 0 32388 12 0 0 20 0 3 0 275374911 301780992 49995 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 73677 49995 199 433 0 73241 0
[pid=20829/tid=20847] ppid=20827 vsize=294708 CPUtime=161.76 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 29891 0 0 0 16167 9 0 0 20 0 3 0 275374959 301780992 49995 33554432000 4194304 5965102 140735774892272 140026753182008 4382760 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=294708 CPUtime=161.79 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 2285 0 0 0 16174 5 0 0 20 0 3 0 275374959 301780992 49995 33554432000 4194304 5965102 140735774892272 140026742692152 4404416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 324
Current children cumulated vsize (KiB) 294708

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 20849
/proc/meminfo: memFree=28093252/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=295032 CPUtime=443.98 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 54028 0 0 0 44384 14 0 0 20 0 3 0 275374911 302112768 53330 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 73758 53330 199 433 0 73322 0
[pid=20829/tid=20847] ppid=20827 vsize=295032 CPUtime=221.77 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 32491 0 0 0 22167 10 0 0 20 0 3 0 275374959 302112768 53330 33554432000 4194304 5965102 140735774892272 140026753182040 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=295032 CPUtime=221.79 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 3020 0 0 0 22171 8 0 0 20 0 3 0 275374959 302112768 53330 33554432000 4194304 5965102 140735774892272 140026742691960 4383004 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 443.98
Current children cumulated vsize (KiB) 295032

[startup+282.3 s]
/proc/loadavg: 4.04 4.01 3.94 5/180 20849
/proc/meminfo: memFree=28086372/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=295888 CPUtime=563.96 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 54420 0 0 0 56382 14 0 0 20 0 3 0 275374911 302989312 53722 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 73972 53722 199 433 0 73536 0
[pid=20829/tid=20847] ppid=20827 vsize=295888 CPUtime=281.77 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 32880 0 0 0 28166 11 0 0 20 0 3 0 275374959 302989312 53722 33554432000 4194304 5965102 140735774892272 140026753182040 4404410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=295888 CPUtime=281.79 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 3023 0 0 0 28170 9 0 0 20 0 3 0 275374959 302989312 53722 33554432000 4194304 5965102 140735774892272 140026742691960 4394008 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 563.96
Current children cumulated vsize (KiB) 295888

[startup+342.3 s]
/proc/loadavg: 4.06 4.02 3.94 5/182 20851
/proc/meminfo: memFree=28068988/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=296048 CPUtime=683.94 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 55331 0 0 0 68378 16 0 0 20 0 3 0 275374911 303153152 54679 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 74012 54679 199 433 0 73576 0
[pid=20829/tid=20847] ppid=20827 vsize=296048 CPUtime=341.77 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 32882 0 0 0 34165 12 0 0 20 0 3 0 275374959 303153152 54679 33554432000 4194304 5965102 140735774892272 140026753182040 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=296048 CPUtime=341.8 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 3932 0 0 0 34168 12 0 0 20 0 3 0 275374959 303153152 54679 33554432000 4194304 5965102 140735774892272 140026742692152 4222314 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 683.94
Current children cumulated vsize (KiB) 296048

[startup+402.3 s]
/proc/loadavg: 4.02 4.02 3.94 5/181 20851
/proc/meminfo: memFree=28051140/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=296048 CPUtime=803.92 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 55331 0 0 0 80376 16 0 0 20 0 3 0 275374911 303153152 54679 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 74012 54679 199 433 0 73576 0
[pid=20829/tid=20847] ppid=20827 vsize=296048 CPUtime=401.78 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 32882 0 0 0 40165 13 0 0 20 0 3 0 275374959 303153152 54679 33554432000 4194304 5965102 140735774892272 140026753182040 4404416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=296048 CPUtime=401.8 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 3932 0 0 0 40167 13 0 0 20 0 3 0 275374959 303153152 54679 33554432000 4194304 5965102 140735774892272 140026742692152 4222330 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 803.92
Current children cumulated vsize (KiB) 296048

[startup+462.3 s]
/proc/loadavg: 4.01 4.01 3.94 5/181 20851
/proc/meminfo: memFree=28047016/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=296048 CPUtime=923.9 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 55702 0 0 0 92374 16 0 0 20 0 3 0 275374911 303153152 55050 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 74012 55050 199 433 0 73576 0
[pid=20829/tid=20847] ppid=20827 vsize=296048 CPUtime=461.78 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 32882 0 0 0 46164 14 0 0 20 0 3 0 275374959 303153152 55050 33554432000 4194304 5965102 140735774892272 140026753182040 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=296048 CPUtime=461.8 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 4303 0 0 0 46166 14 0 0 20 0 3 0 275374959 303153152 55050 33554432000 4194304 5965102 140735774892272 140026742692200 4222474 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 923.9
Current children cumulated vsize (KiB) 296048

[startup+522.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/182 20855
/proc/meminfo: memFree=28039772/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=296288 CPUtime=1043.88 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 56653 0 0 0 104370 18 0 0 20 0 3 0 275374911 303398912 56010 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 74072 56010 199 433 0 73636 0
[pid=20829/tid=20847] ppid=20827 vsize=296288 CPUtime=521.78 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 32882 0 0 0 52164 14 0 0 20 0 3 0 275374959 303398912 56010 33554432000 4194304 5965102 140735774892272 140026753182040 4394002 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=296288 CPUtime=521.8 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 5254 0 0 0 52164 16 0 0 20 0 3 0 275374959 303398912 56010 33554432000 4194304 5965102 140735774892272 140026742692152 4222464 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1043.88
Current children cumulated vsize (KiB) 296288

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/181 20855
/proc/meminfo: memFree=28029620/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=360968 CPUtime=1163.86 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 59217 0 0 0 116368 18 0 0 20 0 3 0 275374911 369631232 58430 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 90242 58430 199 433 0 89806 0
[pid=20829/tid=20847] ppid=20827 vsize=360968 CPUtime=581.79 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 35282 0 0 0 58163 16 0 0 20 0 3 0 275374959 369631232 58430 33554432000 4194304 5965102 140735774892272 140026753182648 4404410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=360968 CPUtime=581.81 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 5418 0 0 0 58164 17 0 0 20 0 3 0 275374959 369631232 58430 33554432000 4194304 5965102 140735774892272 140026742691960 4404410 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1163.86
Current children cumulated vsize (KiB) 360968

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/181 20855
/proc/meminfo: memFree=28029620/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=360968 CPUtime=1283.85 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 59217 0 0 0 128367 18 0 0 20 0 3 0 275374911 369631232 58430 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 90242 58430 199 433 0 89806 0
[pid=20829/tid=20847] ppid=20827 vsize=360968 CPUtime=641.8 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 35282 0 0 0 64163 17 0 0 20 0 3 0 275374959 369631232 58430 33554432000 4194304 5965102 140735774892272 140026753182648 4404704 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=360968 CPUtime=641.82 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 5418 0 0 0 64164 18 0 0 20 0 3 0 275374959 369631232 58430 33554432000 4194304 5965102 140735774892272 140026742691960 4222304 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1283.85
Current children cumulated vsize (KiB) 360968

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/181 20855
/proc/meminfo: memFree=28029308/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=360968 CPUtime=1403.82 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 59218 0 0 0 140364 18 0 0 20 0 3 0 275374911 369631232 58431 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 90242 58431 199 433 0 89806 0
[pid=20829/tid=20847] ppid=20827 vsize=360968 CPUtime=701.79 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 35282 0 0 0 70161 18 0 0 20 0 3 0 275374959 369631232 58431 33554432000 4194304 5965102 140735774892272 140026753182648 4404419 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=360968 CPUtime=701.81 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 5419 0 0 0 70162 19 0 0 20 0 3 0 275374959 369631232 58431 33554432000 4194304 5965102 140735774892272 140026742691960 4222314 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1403.82
Current children cumulated vsize (KiB) 360968

[startup+762.307 s]
/proc/loadavg: 4.04 4.01 3.95 5/181 20855
/proc/meminfo: memFree=28019684/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=360968 CPUtime=1523.81 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 60147 0 0 0 152361 20 0 0 20 0 3 0 275374911 369631232 59406 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 90242 59406 199 433 0 89806 0
[pid=20829/tid=20847] ppid=20827 vsize=360968 CPUtime=761.8 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 35286 0 0 0 76161 19 0 0 20 0 3 0 275374959 369631232 59406 33554432000 4194304 5965102 140735774892272 140026753182648 4404416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=360968 CPUtime=761.82 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 6344 0 0 0 76160 22 0 0 20 0 3 0 275374959 369631232 59406 33554432000 4194304 5965102 140735774892272 140026742692152 4222330 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1523.81
Current children cumulated vsize (KiB) 360968

[startup+822.3 s]
/proc/loadavg: 4.01 4.01 3.95 5/181 20856
/proc/meminfo: memFree=27998436/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=360968 CPUtime=1643.79 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 61688 0 0 0 164358 21 0 0 20 0 3 0 275374911 369631232 60955 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 90242 60955 199 433 0 89806 0
[pid=20829/tid=20847] ppid=20827 vsize=360968 CPUtime=821.79 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 36772 0 0 0 82159 20 0 0 20 0 3 0 275374959 369631232 60955 33554432000 4194304 5965102 140735774892272 140026753182040 4404759 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=360968 CPUtime=821.82 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 6399 0 0 0 82159 23 0 0 20 0 3 0 275374959 369631232 60955 33554432000 4194304 5965102 140735774892272 140026742692152 4222330 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1643.79
Current children cumulated vsize (KiB) 360968

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 20856
/proc/meminfo: memFree=27997692/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=360968 CPUtime=1763.77 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 61689 0 0 0 176356 21 0 0 20 0 3 0 275374911 369631232 60956 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 90242 60956 199 433 0 89806 0
[pid=20829/tid=20847] ppid=20827 vsize=360968 CPUtime=881.8 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 36772 0 0 0 88159 21 0 0 20 0 3 0 275374959 369631232 60956 33554432000 4194304 5965102 140735774892272 140026753182040 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=360968 CPUtime=881.82 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 6400 0 0 0 88158 24 0 0 20 0 3 0 275374959 369631232 60956 33554432000 4194304 5965102 140735774892272 140026742692152 4404416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1763.77
Current children cumulated vsize (KiB) 360968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.5 s]
/proc/loadavg: 4.00 4.00 3.95 3/178 20857
/proc/meminfo: memFree=28156660/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=360968 CPUtime=1800.17 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 61689 0 0 0 179996 21 0 0 20 0 3 0 275374911 369631232 60956 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 90242 60956 199 433 0 89806 0
[pid=20829/tid=20847] ppid=20827 vsize=360968 CPUtime=900.01 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 36772 0 0 0 89980 21 0 0 20 0 3 0 275374959 369631232 60956 33554432000 4194304 5965102 140735774892272 140026753182040 4394008 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=360968 CPUtime=900.03 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 6400 0 0 0 89979 24 0 0 20 0 3 0 275374959 369631232 60956 33554432000 4194304 5965102 140735774892272 140026742692152 4404416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 360968

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

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

[startup+900.5 s]
/proc/loadavg: 4.00 4.00 3.95 3/178 20857
/proc/meminfo: memFree=28156660/32873648 swapFree=7104/7104
[pid=20829] ppid=20827 vsize=360968 CPUtime=1800.17 cores=1,3,5,7
/proc/20829/stat : 20829 (pwbo2.0) S 20827 20829 20135 0 -1 4202496 61689 0 0 0 179996 21 0 0 20 0 3 0 275374911 369631232 60956 33554432000 4194304 5965102 140735774892272 140735774891792 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20829/statm: 90242 60956 199 433 0 89806 0
[pid=20829/tid=20847] ppid=20827 vsize=360968 CPUtime=900.01 cores=1,3,5,7
/proc/20829/task/20847/stat : 20847 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 36772 0 0 0 89980 21 0 0 20 0 3 0 275374959 369631232 60956 33554432000 4194304 5965102 140735774892272 140026753182040 4394008 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=20829/tid=20848] ppid=20827 vsize=360968 CPUtime=900.03 cores=1,3,5,7
/proc/20829/task/20848/stat : 20848 (pwbo2.0) R 20827 20829 20135 0 -1 4202560 6400 0 0 0 89979 24 0 0 20 0 3 0 275374959 369631232 60956 33554432000 4194304 5965102 140735774892272 140026742692152 4404416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 360968

Child status: 0
Real time (s): 900.513
CPU time (s): 1800.54
CPU user time (s): 1800.04
CPU system time (s): 0.502923
CPU usage (%): 199.946
Max. virtual memory (cumulated for all children) (KiB): 361824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.04
system time used= 0.502923
maximum resident set size= 243828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61690
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= 334
involuntary context switches= 1853

runsolver used 2.10068 second user time and 5.03523 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 06:21:35
IDJOB=3703687
IDBENCH=2630
IDSOLVER=2279
FILE ID=node127/3703687-1338092494
RUNJOBID= node127-1338087073-20152
PBS_JOBID= 14624433
Free space on /tmp= 71172 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_18.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3703687-1338092494/watcher-3703687-1338092494 -o /tmp/evaluation-result-3703687-1338092494/solver-3703687-1338092494 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703687-1338092494.opb

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

MD5SUM BENCH= de4cbecd7c9968d40b279ce145b888a9
RANDOM SEED=1120832101

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28411148 kB
Buffers:          363436 kB
Cached:          3258224 kB
SwapCached:            0 kB
Active:          1089284 kB
Inactive:        2544176 kB
Active(anon):      14120 kB
Inactive(anon):        0 kB
Active(file):    1075164 kB
Inactive(file):  2544176 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10408 kB
Writeback:             0 kB
AnonPages:         18180 kB
Mapped:            13716 kB
Shmem:               200 kB
Slab:             690268 kB
SReclaimable:     134264 kB
SUnreclaim:       556004 kB
KernelStack:        1464 kB
PageTables:         4348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71160 MiB
End job on node127 at 2012-05-27 06:36:37